/*
Theme Name: Express Analytics
Theme URI: https://expressanalytics.com/
Author: Express Analytics
Author URI: https://expressanalytics.com/
Description: Express Analytics is a sleek and modern block-based WordPress theme built for Full Site Editing (FSE). Designed for flexibility and ease of customization, Express Analytics empowers users to create stunning websites using WordPress's native block editor. With a clean and minimal design, it's perfect for blogs, businesses, portfolios, and more.
Version: 2.0
Tested up to: 6.7
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: express-analytics
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
*/

:root {
    --wp--preset--color--primary: #dc1b36;
    --wp--preset--color--secondary: #000000;
    --dark: #000000;
    --white: #ffffff;
    --font-family-base: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}


/* Global Montserrat font for all text elements */
body,
html,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
ul,
ol,
li,
blockquote,
pre,
code,
table,
th,
td,
address,
cite,
figcaption,
label {
    font-family: var(--font-family-base);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: var(--wp--preset--color--dark);
}

a:hover {
    text-decoration: dotted underline;
}

::selection {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
}


/* ====== header-section ====== */

/*============================*/
/*========== top bar =========*/
/*============================*/
header {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 3px;
}

.header-col {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(50, 50, 50, 0.08);
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.header .wp-block-navigation__responsive-container .wp-block-pages-list__item {
    margin-bottom: 0;
}

.header .wp-block-navigation__responsive-container .wp-block-pages-list__item a {
    padding-bottom: 0;
}



.header .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 50px;
    margin-top: 10px;

}

.header .top-bar .visit {
    position: relative;
    flex: 1;
    height: 100%;
    line-height: 2.6;
    text-align: left;
    padding-left: 13px;
}

.header .top-bar .visit::before {
    content: "";
    position: absolute;
    height: 100%;
    /* border-right: 1px solid rgba(50, 50, 50, 0.129); */
    left: 0;
}

.header .top-bar .visit a {
    text-decoration: none;
    color: var(--dark);
    font-size: 20px;
    font-weight: 500;
}


.header .top-bar .visit p {
    margin-right: -16px;
    font-size: 14px;
    font-weight: 600;
}

.header .top-bar .visit span {
    color: var(--dark);
    font-size: 14px;
    font-weight: 500;
}

.icons {
    height: 100%;
    z-index: 1;
}

.header .top-bar .social-icon {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: -1;
}

.header .top-bar .social-icon li {
    text-decoration: none;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    position: relative;
    margin: 5px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.header .top-bar .social-icon li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: var(--wp--preset--color--primary);
    z-index: -1;
    transition: transform 0.3s;
    border-radius: 50%;
}

.header .top-bar .social-icon li:hover::before {
    transform: scaleY(1);
    color: var(--white);
    transition: 0.3s;
}

.header .top-bar .social-icon li:hover {
    color: #ffffff !important;
    background-color: transparent;
    transition: 0.3s;
}

.header .top-bar .social-icon li:hover a {
    color: var(--white);
    transition: 0.3s;
}

.header .top-bar .social-icon li a {
    color: var(--wp--preset--color--primary);
    line-height: 35px;
    font-size: 18px;
    transition: 0.3s;
}

.wp-block-social-link a {
    justify-content: center;
    height: 100%;
}

.header .top-bar-container .wp-block-columns .wp-block-column {
    display: flex;
    align-items: center;
}

/*============================*/
/*========== menu bar ========*/
/*============================*/

/* .header .menu-bar .navbar */

.header .menu-bar {
    margin-top: 0;
}

.is-sticky-menu {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 3px;
    animation: slideInDown;
    animation-duration: 0.5s;
}

.header .menu-bar .navbar-brand {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    padding: 0px 5px;
    color: var(--white);
    text-decoration: none;
}

.header .menu-bar .navbar-brand a:hover {
    color: var(--white);
}


.header .navbar.navbar-expand-lg::after,
.header .navbar.navbar-expand-lg::before {
    content: "";
    position: absolute;
    background-color: transparent;
    left: 0;
}

.header .navbar.navbar-expand-lg::before {
    height: 100%;
    width: 20%;
    top: 0px;
    z-index: -1;
}

.header .navbar.navbar-expand-lg::after {
    clip-path: polygon(0% 0, 100% 0, 86% 88%, 0 3%);
    height: 18px;
    width: 22.5%;
    bottom: -18px;
    z-index: 2;
}

.header .nav-link {
    margin: 0px 10px;
    text-transform: capitalize;
    color: var(--dark);
    font-weight: 600;
    position: relative;
    font-size: 18px;
    text-decoration: none;
}

.header .nav-link::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--wp--preset--color--primary);
    transition: 1.5s;
    bottom: 0;
    left: 0;
    right: 0;
}

.header .dropdown-menu {
    background-color: var(--white);
    color: var(--dark);
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 0;
    transition: 1s;
}

.header .dropdown-menu li a i {
    padding-left: 5px;
    float: right;
    margin-top: 4px;
}

.header .nav-item .dropdown-menu li {
    margin: 10px 0px;
    position: relative;
}

.header .dropdown-menu .dropdown-item {
    position: relative;
    padding-left: 30px;
    transition: 0.5s;
}


.header .dropdown-menu li .dropdown-item::before {
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    inset: 0;
    left: 15px;
    top: 5px;
    z-index: 1;
    transition: 1s;
    margin-left: -5px;
}

.header .dropdown-menu li .dropdown-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--wp--preset--color--primary);
    width: 0;
    z-index: -1;
    transition: 1s;
}

.header .dropdown-menu li .dropdown-item:hover:after {
    width: 100%;
    transition: 1s;
}

.header .dropdown-menu li .dropdown-item:hover::before {
    color: var(--white);
    transition: 0.5s;
}

.header .dropdown-menu .dropdown-item:hover {
    color: var(--white);
    animation: headShake;
    animation-duration: 2s;
}

.header .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: unset;
    background-color: unset;
}


.header .drp-button {
    border: none;
    background: var(--wp--preset--color--primary);
    color: var(--white);
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 0;
    transform: rotate(-90deg);
    transition: 1s;
    border-radius: 50px;
}

.header .drp-button:focus {
    transform: rotate(0deg);
    transition: 0.8s;
    background-color: var(--dark);
    color: var(--white);
}

.dropdown-toggle::after {
    display: none;
}

.header .sibar-toggle {
    background-color: var(--white);
    color: var(--wp--preset--color--primary);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-right: 10px;
}



.header .nav-link:hover:after {
    width: 100%;
    transition: 0.5s;
}

.header .nav-link:hover {
    color: var(--wp--preset--color--primary);
}

.header .nav-link.active {
    color: var(--wp--preset--color--primary);
}

.dropdown-menu .nav-item li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}


.header .contact {
    display: flex;
    margin: 0;
    position: relative;
}

.header .contact h2 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: var(--dark);
}

.header .contact p {
    margin-top: 3px;
}

.header .contact a {
    font-size: 15px;
    padding: 0;
    color: var(--dark);
    text-decoration: none;
}

.header .content {
    position: absolute;
    z-index: 2;
    background: var(--white);
    padding: 0 15px;
    width: 150px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: hidden;
    bottom: 0;
    top: 65px;
    left: 0;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 15px 5px, rgba(254, 3, 3, 0.494) 0px 5px 5px;
}

.header .contact:hover .content {
    visibility: visible;
    transition: 0.5s;
}

.header .contact .icon i {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 45px;
}

.header .contact .play-btns {
    width: 45px;
    height: 45px;
    background: var(--wp--preset--color--primary);
    color: var(--white);
    border: none;
    border-radius: 50px;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
    display: flex;
    margin: 5px 5px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.header .contact .play-btns:before {
    position: absolute;
    content: "";
    animation: phone-wave 2s linear infinite;
    inset: 0;
    border-radius: 50%;
}

@keyframes phone-wave {
    from {
        box-shadow: 0 0 0 0 var(--wp--preset--color--primary);
    }

    to {
        box-shadow: 0 0 0 10px var(--wp--preset--color--primary);
        opacity: 0;
    }
}

.wc-block-mini-cart {
    margin: 5px 5px;
    font-size: 16px;
    position: relative;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .menu-bar .cart-icon .cart {
    margin: 5px 5px;
    font-size: 18px;
    position: relative;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    border: none;
}

.header .menu-bar .cart-icon .cart i {
    line-height: 50px;
    margin-right: 3px;
}

.header .menu-bar .cart-icon .cart .item-no {
    position: absolute;
    background-color: var(--dark);
    padding: 0px 5px;
    color: var(--white);
    font-size: 10px;
    border-radius: 10px;
    top: 2px;
    right: 14px;
}

.menu-bar .cart-icon .dropdown-menu {
    height: 200px;
    width: 300px;
    position: absolute;
    right: 0px;
    background: var(--white);
    padding: 30px;
    overflow: auto;
    top: 55px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 15px 5px, rgba(254, 3, 3, 0.494) 0px 5px 5px;
}

.header .menu-bar .cart-item {
    margin-bottom: 20px;
    position: relative;
    display: flex;
}

.header .menu-bar .cart-item::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.086);
    width: 100%;
    bottom: -10px;
}

.header .menu-bar .cart-inner-item img {
    height: 50px;
    width: 50px;
}

.header .menu-bar .cart-inner-item h2 {
    font-size: 16px;
}

.header .menu-bar .cart-inner-item a {
    text-decoration: none;
    color: var(--dark);
}

.header .menu-bar .cart-inner-item p {
    font-size: 14px;
    font-weight: 300;
}

.header .menu-bar .cart-item a {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
}

.header .menu-bar .cart-inner-item .cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.header .menu-bar .cart-inner-item .cart-total i {
    display: flex;
    font-size: 24px;
    color: var(--wp--preset--color--primary);
    position: relative;
}

.header .menu-bar .cart-inner-item .cart-total .item-no-2 {
    position: absolute;
    background-color: var(--dark);
    padding: 0px 5px;
    color: var(--white);
    font-size: 10px;
    border-radius: 10px;
    bottom: -5px;
    left: 38px;
}

.header .menu-bar .cart-inner-item .cart-total p {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.header .menu-bar .cart-inner-item .cart-inner-checkout {
    margin: 10px 0px;
}

.header .menu-bar .cart-inner-item .cart-inner-checkout a {
    display: inline-block;
    border: none;
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
}

.header .menu-bar .cart-inner-item .cart-inner-checkout a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.header .menu-bar .cart-inner-item .cart-inner-checkout a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.header .menu-bar .cart-inner-item .cart-inner-checkout a:hover {
    color: var(--white);
    background-color: var(--wp--preset--color--primary);
}

.header .menu-bar .search {
    width: 45px;
    height: 45px;
    background-color: var(--white);
    color: var(--wp--preset--color--primary);
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 45px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
    margin: 0px 5px;
    line-height: 0;
}

.header .menu-bar .search .search-icon {
    margin-left: -20px;

}

.header .menu-bar .modal.show .modal-dialog {
    transform: none;
    display: flex;
    align-items: center;
    animation: backInDown;
    animation-duration: 1s;
}

.header .menu-bar .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.63);
    transition: 1s;
}

.modal-header {
    padding: 10px 20px;
    border: none;
}

.modal-header .modal-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
}

.modal-header .btn-close {
    height: 20px;
    background-color: var(--wp--preset--color--primary);
    opacity: 1;
    width: 30px;
    color: var(--white);
    font-size: 20px;
    line-height: 0;
    box-shadow: none;
    background-image: none;
    margin-top: 10px;
}

.header .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}

.sidebar .widget .search-form {
    margin: 20px;
    padding-bottom: 20px;
}

.header .modal-body .search-field {
    padding: 15px 100px 15px 20px;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    background-color: var(--white);
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
    outline: none;
    color: var(--dark);
}

.header .modal-body .search-submit {
    background-color: var(--wp--preset--color--primary);
    border: none;
    color: var(--white);
    border-radius: 0px 30px 30px 0px;
    padding: 15px 30px;
    font-size: 20px;
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
    outline: none;
}

.header .touch-btn a {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.header .touch-btn a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transform: translateX(-100%);
    transition: all 0.5s;
    opacity: 0;
    z-index: -1;
}

.header .touch-btn a:hover::before {
    transform: translateX(0%);
    opacity: 1;
}

.navbar-toggler {
    color: var(--white);
    background-color: var(--wp--preset--color--primary);
    padding: 5px;
}

.navbar-toggler:focus {
    border: 2px solid var(--dark);
}

.navbar-toggler-icon {
    background: none;
    padding: 5px;
    font-size: 20px;
}

/*=============================*/
/*====== slider-section ======*/
/*=============================*/

.slider {
    margin-top: 0px;
}

.slider .slide {
    background-size: cover;
    z-index: 1;
    background-position: center;
    height: 750px;
    position: relative;
    display: flex;
    align-items: center;
}

.slider .slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to right, black 20%, rgba(56, 36, 1, 0.487));
}

.slider .content {
    color: var(--white);
    width: 80%;
    z-index: 1;
}

.slider .content figure.shape-image:has(img) {
    position: absolute;
    width: 100%;
    background-size: cover;
    height: 100%;
    z-index: -1;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider .content span {
    font-weight: 600;
}

.slider .content h2 {
    font-size: 60px;
    font-weight: 700;
    padding: 10px 120px 10px 0px;
    margin: 0;
    text-transform: capitalize;
}


.slider .content button {
    color: var(--white);
    border: none;
    background-color: var(--wp--preset--color--primary);
    font-weight: 500;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 3px 2px 30px;
}

.slider .content button i {
    background-color: var(--white);
    color: var(--wp--preset--color--primary);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 45px;
    margin-left: 20px;
    font-size: 18px;
}

.slider .review {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.client-images {
    display: flex;
}

.slider .review .client-images img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0px -3px;
    border: 1px solid var(--wp--preset--color--primary);
}

.slider .review .rating {
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 16px;
    color: var(--wp--preset--color--primary);
    margin-top: 10px;
    margin: 0;
}

.slider .review .clint-count {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.slide {
    position: relative;
}

.slider .owl-carousel .owl-nav button.owl-next {
    height: 45px;
    width: 45px;
    border: 1px;
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%;
    font-size: 24px;
    color: var(--white);
    position: absolute;
    right: 25px;
    top: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .owl-carousel .owl-nav button.owl-next i {
    padding-left: 3px;
}

.slider .owl-carousel .owl-nav button.owl-prev i {
    padding-right: 3px;
}

.slider .owl-carousel .owl-nav button.owl-prev {
    height: 45px;
    width: 45px;
    border: 1px;
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%;
    font-size: 24px;
    color: var(--white);
    position: absolute;
    left: 25px;
    top: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .owl-dots {
    position: absolute;
    margin: auto;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%, -50%);
}

.slider .owl-carousel button.owl-dot {
    color: inherit;
    height: 20px;
    width: 20px;
    border: 1px;
    background-color: #f7f5f5;
    border-radius: 50%;
    margin: 2px;
    font-size: 50px;
    line-height: 0;
    color: var(--white);
}

.slider .owl-carousel button.owl-dot.active {
    background-color: var(--wp--preset--color--primary);
    height: 18px;
    width: 40px;
    border-radius: 10px;
    transition: 0.5s;
}

/*=============================*/
/*======service-section====== */
/*=========================-=*/

.service-section {
    padding: 83px 0px;
}

.service-section .heading {
    text-align: center;
    padding-bottom: 17px;
}

.heading span {
    font-weight: 600;
    position: relative;
}

.prima {
    color: var(--wp--preset--color--primary);
}

.heading span:not(.prima)::before,
.heading span:not(.prima)::after {
    content: url(./assets/images/right.svg);
    display: inline-block;
    vertical-align: middle;
}

.heading span:not(.prima)::before {
    margin-right: 15px;
}

.heading span:not(.prima)::after {
    margin-left: 15px;
}

.service-section .heading h2 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 5px;
}

.service-section .heading p {
    font-size: 16px;
    color: #777777;
    margin: 0;
    padding: 0;
}

.service-section .service-item {
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.9) 0px 8px 24px;
    padding: 40px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.service-section .service-item h2 {
    font-size: 24px;
    font-weight: 600;
}

.service-section .service-item p {
    color: #888893;
    padding: 5px 0px 0px 0px;
    line-height: 1.5em;
    margin: 0;
    transition: 1s;
}


.service-section .service-item .icon {
    position: absolute;
    bottom: -30px;
    left: -5px;
    padding: 20px 0px;
}

.service-section .service-item .icon img {
    height: 50px;
    width: 50px;
}

.service-section .service-item span {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    right: 15px;
    top: 14px;
}

.service-section .service-item span .stk-img-wrapper .stk-img--shape .stk-image--shape-stretch {
    width: 100% !important;
}

.service-section .service-item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 1px;
    top: 1px;
    background: var(--wp--preset--color--primary);
    transition: 1s;
    z-index: -1;
    transform-origin: top right;
    border-radius: 10px;
}

.service-section .service-item::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    background: var(--wp--preset--color--primary);
    transition: 1s;
    z-index: -1;
    height: 100px;
    width: 100px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.service-section .service-item:hover::before {
    width: 100%;
    height: 100%;
    /* border-radius: 0px; */
    transform-origin: bottom left;
}

.service-section .service-item:hover::after {
    background-color: var(--white);
}

.service-section .service-item:hover span {
    color: var(--dark);
    border: 3px solid var(--wp--preset--color--primary);
}

.service-section .service-item:hover h2 {
    color: var(--white);
}

.service-section .service-item:hover p {
    color: var(--white);
}

/* =============================*/
/* ====== feature-section ====== */
/* =============================*/

.our-feature {
    margin-top: 0;
    padding: 83px 0px;
    overflow: hidden;
}

.our-feature .heading {
    text-align: center;
    padding-bottom: 43px;
}

.our-feature .heading .word-color {
    color: var(--wp--preset--color--primary);
}

.our-feature .heading h2 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 5px;
}

.our-feature .heading p {
    font-size: 16px;
    color: #777777;
    margin: 0;
    padding: 0;
}

.our-feature .features-item {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.our-feature .features-item>img {
    object-fit: cover;
    height: 400px;
    width: 100%;
}

.our-feature .features-item .content {
    padding: 20px 20px;
    display: flex;
    align-items: end;
    position: absolute;
    bottom: 0px;
    transition: 1s;
    z-index: 1;
    height: 150px;
    width: 100%;
    justify-content: center;
}

.our-feature .features-item .content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--wp--preset--color--primary);
    z-index: -1;
    clip-path: polygon(49% 49%, 100% 23%, 100% 100%, 0 100%, 0 23%);
}

.our-feature .features-item .content::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--wp--preset--color--primary);
    opacity: 0.5;
    z-index: -1;
    clip-path: polygon(50% 41.5%,
            49.8% 41.3%,
            100% 0%,
            100% 100%,
            0% 100%,
            0% 0%);
}

.our-feature .features-item:hover .content {
    transform: translateY(100%);
    visibility: hidden;
}

.our-feature .features-item .content img {
    width: 50px;
    margin-right: 15px;
}

.our-feature .features-item .content h2 {
    font-size: 22px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 10px;
}

.our-feature .features-item .main-content {
    position: absolute;
    inset: 0;
}

.our-feature .features-item .main-image {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.our-feature .features-item .main-image:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    border: 2px solid var(--white);
    left: 0%;
    right: 0;
    bottom: 0;
    border-radius: 73px;
    width: 100px;
    height: 100px;
    line-height: 0;
    color: var(--white);
    z-index: 1;
    font-weight: 900;
}

@keyframes round-one {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.our-feature .features-item:hover .main-image:before {
    animation: round-one 5s linear infinite;
}

.our-feature .features-item .main-image:after {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: var(--white);
    z-index: 1;
    inset: 0;
    line-height: 0;
    transform: rotate(180deg);
    font-weight: 900;
}

@keyframes round-two {
    from {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(540deg);
    }
}

.our-feature .features-item:hover .main-image:after {
    animation: round-two 5s linear infinite;
}

.our-feature .features-item .main-image img {
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    object-fit: scale-down;
}

.our-feature .features-item .main-content h2 {
    font-size: 28px;
    color: var(--white);
    font-weight: 700;
    text-align: center;
    margin: auto;
    padding-top: 5px;
}

.our-feature .features-item .main-content p {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    padding: 10px 0px;
    line-height: 1.5em;
    margin: 0;
    text-align: center;
}

.our-feature .features-item .main-content a {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    height: 50px;
    width: 50px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50%;
    font-size: 24px;
    padding: 8px;
}

.our-feature .features-item .main-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: var(--wp--preset--color--primary);
    padding: 35px 25px 30px 30px;
    opacity: 0;
    border-radius: 10px;
    transform: translateY(100%);
    visibility: hidden;
}

.our-feature .features-item:hover .main-content {
    opacity: 0.8;
    transition: 1s;
    transform: translateY(0);
    visibility: visible;
}

.our-feature .features-item:hover .content {
    opacity: 0;
    transition: 1s;
}

/* ===========================*/
/* ======= cta-section ======= */
/* =========================== */

.cta-section {
    margin-top: 0;
    background-image: url(./assets/images/bg-image.jpg);
    background-size: cover;
    overflow: hidden;
    background-color: rgba(0 0 0 / 80%);
    background-blend-mode: multiply;
    text-align: center;
}

.cta-section .cta-item {
    padding: 85px 0px;
    height: 100%;
}

.cta-section .cta-item .icon .cta-play-btn {
    color: var(--white);
    font-size: 30px;
    line-height: 72px;
    padding: 0px 25px;
}

.cta-section .cta-item .content {
    padding-top: 40px;
    width: 70%;
    margin: auto;
}

.cta-section .cta-item .content h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
}

.cta-section .cta-item .content p {
    color: #ffffff;
    padding: 10px 0px;
}

.cta-section .cta-item .cta-play-btn {
    width: 70px;
    height: 70px;
    background: var(--wp--preset--color--primary);
    color: var(--white);
    border: none;
    border-radius: 50px;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.cta-section .cta-item .cta-play-btn:before {
    position: absolute;
    content: "";
    animation: wave 2s linear infinite;
    inset: 0;
    border-radius: 50%;
}

.cta-section .cta-item .cta-play-btn:after {
    position: absolute;
    content: "";
    animation: wave-2 2s linear infinite;
    inset: 0;
    border-radius: 50%;
}

@keyframes wave {
    from {
        box-shadow: 0 0 0 0 var(--wp--preset--color--primary);
    }

    to {
        box-shadow: 0 0 0 40px #f2f2f2;
        opacity: 0;
    }
}

@keyframes wave-2 {
    from {
        box-shadow: 0 0 0 0 #ffffff;
    }

    to {
        box-shadow: 0 0 0 20px #ffffff;
        opacity: 0;
    }
}

.cta-section .cta-item:hover .cta-play-btn {
    animation: fadeInDown;
    animation-duration: 1s;
}

.cta-section .cta-item .read-btn {
    /* padding: 15px 30px; */
    background-color: var(--wp--preset--color--primary);
    color: #ffffff;
    border: none;
    border-radius: 30px;
    margin: 10px 5px;
    text-decoration: none;
    display: inline-block;
}

.cta-section .cta-item .read-btn a {
    padding: 15px 30px;
    border-radius: 30px;
}

.cta-section .modal-dialog {
    position: relative;
}

/* .cta-section iframe, */
/* .my-skill-section iframe { */
/* z-index: 1; */
/* width: 100%; */
/* left: 0; */
/* height: 300px; */
/* } */
.modal-body iframe {
    width: 100%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    height: 300px;
}

.modal .modal-content .btn-close {
    height: 20px;
    background-color: var(--wp--preset--color--primary);
    opacity: 1;
    width: 30px;
    color: var(--white);
    font-size: 20px;
    line-height: 0;
    background-image: none;
    margin: 15px 5px 0px auto;
    box-shadow: none;
}

.learn-btn {
    display: inline-flex;
    border: none;
    border: 2px solid var(--white);
    color: #ffffff;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    border-radius: 30px;
    background-color: transparent;
    margin: 10px 0px;
    text-decoration: none;
    align-items: center;
    text-decoration: none;
}

.cta-section .cta-item .learn-btn a {
    padding: 15px 30px;
}

.learn-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--primary);
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.learn-btn:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.learn-btn.active {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
}

.learn-btn:hover {
    color: var(--white);
    border-color: var(--wp--preset--color--primary);
    text-decoration: none;
}

.learn-btn i {
    margin-left: 4px;
}


/* ==================================*/
/* ======= funfact section ======= */
/* =================================== */

.funfact-section {
    margin-top: 0;
    padding: 145px 0px 90px 0px;
    background: url(./assets/images/funfact-bg.jpg);
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}

.funfact-section::after {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #000000d1;
    z-index: -1;
}

.funfact-section .funface-item {
    background-color: var(--white);
    padding: 25px 0px;
    position: relative;
    border-radius: 10px;
}

.funfact-section .funface-item::before {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--white);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
    border-radius: 10px;
}

.funfact-section .funface-item:hover::before {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background-color: var(--white);
}

.funfact-section .funface-item .funfact-icon {
    position: absolute;
    top: -100px;
    font-size: 40px;
    background-color: var(--wp--preset--color--primary);
    left: 50%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 80px;
    transform: translate(-50%);
}

.funfact-section .funface-item .funfact-icon img {
    height: 50px;
    width: 50px;
    margin-top: 15px;
}

.funfact-section .funface-item .funfact-icon::before {
    content: "";
    position: absolute;
    inset: 0px;
    border: 2px dashed #ffff;
    border-radius: 50%;
}

@keyframes round {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.funfact-section .funface-item:hover .funfact-icon:before {
    animation: round 6s linear infinite;
    inset: -3px;
    border: 2px dashed #ffff;
}

.funfact-section .funface-item .funfact-content {
    padding-top: 30px;
}

.funfact-section .funface-item .funfact-content h2 {
    font-size: 30px;
    color: #15101e;
    font-weight: 700;
}

.funfact-section .funface-item .funfact-content p {
    font-size: 22px;
    color: #1a1a1b;
    font-weight: 700;
    margin: 0;
}

.funfact-section .funface-item:hover {
    background-color: var(--wp--preset--color--primary);
    transition: 0.5s;
}

.funfact-section .funface-item:hover .funfact-icon {
    background-color: var(--wp--preset--color--primary);
}

.funfact-section .funface-item:hover .funfact-content h2 {
    color: #fff !important;
    margin: 0;
}

.funfact-section .funface-item:hover .funfact-content p {
    color: #fff !important;
}

.funfact-section .funface-item:hover {
    /* animation: bounce2 2s ease; */
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.funfact-section .funface-item .funfact-content .counter-value span:last-child {
    font-size: 22px;
    vertical-align: top;
    line-height: 45px;
}

/* ==================================*/
/* ======= blog section ======= */
/* =================================== */

.blog-section {
    margin-top: 0;
    padding: 90px 0px;
}

.blog-section .heading {
    text-align: center;
    padding-bottom: 43px;
}

.blog-section .heading>span {
    font-size: 26px;
    font-weight: 600;
    color: var(--wp--preset--color--primary);
    position: relative;
}

.blog-section .heading .word-color {
    color: var(--wp--preset--color--primary);
}

.blog-section .heading>span::before {
    content: url(../images/Right.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.blog-section .heading>span::after {
    content: url(../images/Right.svg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.blog-section .heading h2 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 5px;
}

.blog-section .blog-item {
    margin-bottom: 25px;
    border-radius: 10px;
}

.blog-section .blog-item .card {
    position: relative;
    height: 400px;
    border: none;
    transition: 1s;
    border-radius: 10px;
    overflow: hidden;
}

.blog-section .blog-item .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, #000000d1, rgba(7, 2, 26, 0.595));
    border-radius: 10px;
}

.blog-section .blog-item .card img {
    height: 400px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-section .blog-item .card-body {
    position: absolute;
    bottom: 15px;
    transition: 1s;
    left: 0;
    right: 0;
    transform: translateY(70%);
    border-radius: 10px;
}

.blog-section .blog-item .post-date {
    position: absolute;
    left: 0px;
    top: 20px;
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--secondary);
    width: 100px;
    height: 80px;
    border-radius: 0px 50px 50px 0px;
    text-align: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.blog-section .blog-item .post-date span {
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    padding-top: 5px;
}

.blog-section .blog-item .post-date h2 {
    font-size: 20px;
    font-weight: 800;
    color: var(--white);
}

.blog-section .blog-item .card-body .list-unstyled {
    display: inline-flex;
    margin: 0;
}

.blog-section .blog-item .card-body .list-unstyled li {
    align-items: baseline;
    justify-content: center;
    margin: 0px 10px 5px 0px;
}

.blog-section .blog-item .card-body i {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.blog-section .blog-item .card-body h2 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: var(--white);
}

.blog-section .blog-item .card-body .card-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    padding: 5px 0px;
    margin: 0;
    text-transform: capitalize;
}

.blog-section .blog-item .card-body .card-subtitle a {
    text-decoration: none;
    color: var(--white);
}

.blog-section .blog-item .card-body p {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    padding: 0;
    margin: 0;
    position: relative;
    /* visibility: hidden; */
    transition: 1s;
}

.blog-section .blog-item .card-body p::before {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 1px;
    background-color: #ffffff1e;
    width: 100%;
}

.blog-section .blog-item .card-body .blog-btn {
    display: inline-block;
    border: none;
    color: var(--wp--preset--color--primary);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 35px;
    background-color: var(--white);
    text-decoration: none;
}

.blog-section .blog-item .card-body .blog-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--primary);
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.blog-section .blog-item .card-body .blog-btn:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.blog-section .blog-item .card-body a.active {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
}

.blog-section .blog-item .card-body .blog-btn:hover {
    color: var(--white);
}

.blog-section .blog-item .card-body .blog-btn i {
    color: var(--wp--preset--color--primary);
    font-size: 16px;
    padding: 5px;
}

.blog-section .blog-item .card-body .blog-btn:hover i {
    color: var(--white);
}

.blog-section .blog-item .card:hover .card-body {
    transition: 1s;
    transform: translateY(-5px);
}

.blog-section .card:hover .card-body {
    transform: translateY(-20px);
    transition: 1s;
}

.blog-section .blog-item:hover .card-body p {
    visibility: visible;
    transition: 1s;
}

.blog-section ul li:hover .post-date {
    background-color: rgba(9, 1, 32, 0.866);
    transition: 0.8s;
}

.blog-section .blog-item:hover .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, var(--wp--preset--color--primary), rgba(255, 255, 255, 0));
    border-radius: 10px;
}

.paginations {
    padding-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginations .page-link {
    color: var(--dark);
    font-size: 20px;
    font-weight: 600;
    border-radius: 10%;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid var(--dark);
    background-color: var(--dark);
    box-shadow: none;
    line-height: 0;
}

.paginations .page-link.active {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    border: none;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

/* ==================================*/
/* ======= footer section ======= */
/* =================================== */
footer {
    margin-top: 0;
}

.footer-section {
    background: url(./assets/images/bg-image.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-section::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #000000e8;
    z-index: -1;
}

.footer-section .footer-item {
    padding-top: 83px;
}

.footer-section .footer-item .logo a {
    font-size: 35px;
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
}

.footer-section .footer-item p {
    color: var(--white);
    font-size: 16px;
    padding-top: 20px;
}

.footer-section .footer-item span {
    color: var(--white);
    font-size: 16px;
    position: relative;
}

.footer-section .footer-item span::before {
    position: absolute;
    content: "";
    background-color: var(--white);
    height: 2px;
    width: 100px;
    bottom: -13px;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.footer-section .footer-item span::after {
    position: absolute;
    content: "";
    background-color: var(--wp--preset--color--primary);
    height: 8px;
    width: 30px;
    bottom: -16px;
    left: 0;
    right: 0;
    border-radius: 2px;
}

.footer-section .footer-item .card-payment {
    padding-top: 10px;
}

.footer-section .footer-item .payment-icon {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

.footer-section .footer-item .payment-icon img {
    margin: 10px 2px;
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.footer-section .footer-item h2 {
    font-size: 20px;
    color: var(--white);
    text-transform: capitalize;
    position: relative;
}

.footer-section .footer-item h2::before {
    position: absolute;
    content: "";
    background-color: var(--white);
    height: 2px;
    width: 100px;
    bottom: -13px;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.footer-section .footer-item h2::after {
    position: absolute;
    content: "";
    background-color: var(--wp--preset--color--primary);
    height: 8px;
    width: 30px;
    bottom: -16px;
    left: 0;
    right: 0;
    border-radius: 2px;
}

.footer-section .footer-item .services,
.contact-list {
    list-style: none;
    padding: 0px 0px;
}

.footer-section .footer-item ul li {
    color: var(--white);
    font-size: 16px;
    padding-top: 15px;
    text-decoration: none;
    position: relative;
}

.footer-section .footer-item ul:not(.payment-icon):not(.clients) li::before {
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    color: var(--white);
    font-size: 16px;
    display: inline-block;
}

.footer-section .footer-item ul li a {
    position: relative;
}

.footer-section .footer-item ul:not(.payment-icon):not(.clients) li a::before {
    content: "";
    position: absolute;
    background-color: var(--wp--preset--color--primary);
    height: 2px;
    width: 0px;
    left: 0;
    bottom: -5px;
    opacity: 0;
}

.footer-section .footer-item ul:not(.payment-icon):not(.clients) li:hover a::before {
    width: 100%;
    opacity: 1;
    transition: 1s;
}

.footer-section .footer-item .wp-block-categories-list a {
    width: auto;
}

.footer-section .footer-item .services li a,
.contact-list li a {
    color: var(--white);
    text-decoration: none;
    padding-left: 10px;
}

.footer-section .footer-item ul:not(.payment-icon):not(.clients) li:hover::before {
    color: var(--wp--preset--color--primary);
    transition: 0.2s;
}

.footer-section .footer-item ul:not(.payment-icon):not(.clients) li:hover::before {
    animation: bounce2 2s ease-out;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(5px);
    }
}

.footer-section .footer-item .time {
    display: flex;
    padding-top: 10px;
}

.footer-section .footer-item h3 {
    font-size: 16px;
    color: var(--white);
}

.footer-section .footer-item .clock-icon p i {
    height: 60px;
    width: 60px;
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}

.footer-section .footer-item .time p {
    font-size: 16px;
    color: var(--white);
    margin: 0;
    padding-top: 8px;
}

.footer-section .footer-item .our-clients {
    margin-top: 15px;
}

.footer-section .footer-item .our-clients h2 {
    color: var(--white);
    font-size: 16px;
    position: relative;
}

.footer-section .footer-item .our-clients h2::before {
    position: absolute;
    content: "";
    background-color: var(--white);
    height: 3px;
    width: 140px;
    bottom: -10px;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.footer-section .footer-item .our-clients h2::before {
    position: absolute;
    content: "";
    background-color: var(--white);
    height: 2px;
    width: 100px;
    bottom: -15px;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.footer-section .footer-item .our-clients h2::after {
    position: absolute;
    content: "";
    background-color: var(--wp--preset--color--primary);
    height: 8px;
    width: 30px;
    bottom: -18px;
    left: 0;
    right: 0;
    border-radius: 2px;
}

.footer-section .footer-item .our-clients .clients {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 5px;
}

.footer-section .footer-item .our-clients .clients li {
    position: relative;
}

.footer-section .footer-item .our-clients .clients li:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    border-radius: 50%;
    bottom: 0;
    top: 25px;
    left: 0;
    right: 0;
}

.footer-section .footer-item .our-clients .clients li:hover::before {
    opacity: 0.4;
    transition: 0.5s;
    background-color: var(--wp--preset--color--primary);
}

.footer-section .footer-item .our-clients .clients li img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 10px;
}

.footer-section .footer-item .our-clients .clients figure img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 10px;
}

.footer-section .footer-item .our-clients .clients li .plus {
    font-size: 40px;
    color: var(--white);
    line-height: 60px;
    cursor: pointer;
}

.footer-section .footer-item .our-clients .clients li .plus:hover {
    color: var(--wp--preset--color--primary);
}

.footer-section .footer-item-content {
    text-align: center;
    background-color: var(--wp--preset--color--primary);
    padding: 15px 0px;
    margin-bottom: 25px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.footer-section .footer-item-content .icon {
    font-size: 30px;
    background-color: rgb(6, 6, 67);
    color: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    margin: 15px 0px;
}

.footer-section .footer-item-content .icon svg {
    display: flex;
}

.footer-section .footer-item-content span {
    font-size: 20px;
    color: var(--white);
    font-weight: 600;
}

.footer-section .footer-item-content h3 {
    font-size: 16px;
    color: var(--white);
    padding: 10px 0px;
}

.footer-section .footer-item-content h3 a {
    text-decoration: none;
}

.footer-section .footer-item-content .mail {
    font-size: 16px;
    color: var(--white);
    padding: 10px 0px;
    text-decoration: none;
    font-weight: 100;
}

.footer-section .footer-item-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--wp--preset--color--primary);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    z-index: -1;
    border-radius: 10px;
}

.footer-section .footer-item-content:hover::before {
    background-color: var(--wp--preset--color--primary);
    transition: 1s;
}

.footer-section .copy-right {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 45px 10px 10px 15px;
}

.footer-section .copy-right p {
    color: var(--white);
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 50px;
}

.footer-section .copy-right a:hover {
    color: var(--wp--preset--color--primary);
    transition: 0.5s;
}

.footer-section .copy-right span a {
    color: var(--wp--preset--color--primary);
}

.footer-section .copy-right::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 98%;
    background-color: rgba(255, 255, 255, 0.1);
    top: 10px;
    left: 15px;
    right: 0px;
}

.footer-section .top-button .top {
    background-color: var(--wp--preset--color--primary);
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 50%;
    color: var(--white);
    right: 1em;
    top: 24em;
    position: fixed;
    font-size: 25px;
    line-height: 52px;
    text-align: center;
    z-index: 9999;
}

.footer-section .top-button a {
    color: var(--white);
    text-decoration: none;
}

.footer-section .top-button .top {
    animation: bounce1 3s ease infinite;
}

@keyframes bounce1 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* ==================================*/
/* =========== about-page =========== */
/* ======= breadcrumb-section ======= */
/* ================================== */

.breadcrumb-section {
    padding: 50px 0px;
    position: relative;
    background: url(./assets/images/bg-image.jpg);
    background-size: cover;
    background-position: top;
    z-index: 1;
    height: 300px;
    display: flex;
    z-index: 1;
    align-items: center;
    margin-top: 0;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, black 20%, rgba(56, 36, 1, 0.487));
    z-index: -1;
}

.breadcrumb-section img {
    position: absolute;
    width: 55%;
    background-size: cover;
    height: 100%;
    z-index: -1;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.breadcrumb-section .breadcrumb-heading h2 {
    font-size: 50px;
    color: var(--white);
    font-weight: 600;
    z-index: 1;
    margin: 0;
}

.breadcrumb-section .breadcrumb {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.breadcrumb-section .breadcrumb li {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    z-index: 1;
    padding: 5px 10px;
}

.breadcrumb-section .breadcrumb li a {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
}

.breadcrumb-section .breadcrumb-box {
    background-color: var(--wp--preset--color--primary);
    ;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 10px;
}

/* ==================================*/
/* =========== about-page =========== */
/* ======= about-section ======= */
/* ================================== */


/* ==================================*/
/* =========== about-page =========== */
/* ======= time-line-section ======= */
/* ================================== */


/* ==================================*/
/* =========== about-page =========== */
/* ====== work-process-section ====== */
/* ================================== */


/* ==================================*/
/* =========== about-page =========== */
/* ====== my-skill-section ====== */
/* ================================== */


/* ==================================*
/* ====== blog-left-sidebar ====== */
/* ================================== */

.sidebar .widget {
    background-color: #f5f5f5;
    margin-bottom: 25px;
    position: relative;
}

.sidebar .widget .widget-title {
    font-size: 22px;
    font-weight: 600;
    background-color: var(--dark);
    color: var(--white);
    padding: 20px 20px;
    margin: 0;
}

/* ====== blog-left-sidebar ====== */
/* ====== search input ====== */

.sidebar {
    position: sticky;
    top: 25px;
}

.sidebar .widget .search-form {
    margin: 20px;
    padding-bottom: 20px;
}

.sidebar .widget .search-form .search-field {
    padding: 0px 20px;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    background-color: var(--white);
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
}

.sidebar .widget .search-form .search-submit {
    background-color: var(--wp--preset--color--primary);
    border: none;
    color: var(--white);
    border-radius: 0px 30px 30px 0px;
    padding: 10px 15px;
    font-size: 18px;
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
}

/* ====== blog-left-sidebar ====== */
/* =========== calendar ========== */

.sidebar .widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 20px;
    padding-bottom: 10px;
}

.sidebar .widget_categories ul li {
    padding: 10px;
    list-style: none;
    margin: 10px 0px;
    position: relative;
    background-color: var(--white);
    color: var(--dark);
    border-radius: 30px;
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
    z-index: 1;
}

.sidebar .widget_categories ul li:hover:before {
    color: var(--white);
    transition: 0.5s;
}

.sidebar .widget_categories ul li:hover a {
    color: var(--white);
    transition: 0.5s;
}

.sidebar .widget_categories ul li::before {
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: var(--dark);
    right: 20px;
    border-radius: 30px;
}

.sidebar .widget_categories ul li::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--wp--preset--color--primary);
    width: 0;
    list-style: none;
    color: var(--dark);
    border-radius: 30px;
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
    z-index: -1;
}

.sidebar .widget_categories ul li:hover::after {
    width: 100%;
    transition: 1s;
}

.sidebar .widget_categories ul li a {
    color: var(--dark);
    text-decoration: none;
    padding: 0px 10px;
    font-weight: 600;
}

.calendar_wrap {
    margin: 20px;
}

.calendar_wrap caption {
    font-size: 22px;
    font-weight: 600;
    background-color: var(--dark);
    color: var(--white);
    caption-side: top;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.wp-calendar-nav {
    padding: 10px 0px 15px 0px;
}

.sidebar tbody,
td,
tfoot,
th,
thead,
tr {
    text-align: center;
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.194);
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
}

.sidebar tbody,
td,
tfoot,
th,
thead,
tr a {
    color: var(--dark);
    text-decoration: none;
}

.sidebar tbody,
tr .remove {
    color: var(--wp--preset--color--primary);
    text-decoration: none;
}

.sidebar tr th {
    text-align: center;
    background-color: var(--wp--preset--color--primary);
    border: 1px solid rgba(0, 0, 0, 0.194);
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    padding: 5px;
}

.sidebar #today {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
}

/* ====== blog-left-sidebar ====== */
/* =========== blog post ========== */

.widget .blog-post {
    margin: 20px;
    padding-bottom: 10px;
}

.widget .blog-post-item {
    padding: 10px;
}

.widget .blog-post-item .image img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.widget .blog-post-item .image {
    position: relative;
}

.widget .blog-post-item .image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(65, 4, 4, 0.547);
    border-radius: 50%;
    opacity: 0;
}

.widget .blog-post-item:hover .image::before {
    opacity: 1;
    transition: 1s;
}

.widget .blog-post-item span {
    font-size: 16px;
    font-weight: 500;
}

.widget .blog-post-item span i {
    margin-right: 5px;
}

.widget .blog-post-item p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.widget .blog-post-item a {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
    position: relative;
}

.widget .blog-post-item a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 0;
    background-color: rgba(0, 0, 0, 0.509);
}

.widget .blog-post-item a:hover:before {
    width: 100%;
    transition: 0.8s;
}

/* ====== blog-left-sidebar ====== */
/* =========== blog gallery ========== */

.widget .gallery-item-main {
    display: flex;
    flex-wrap: wrap;
    margin: 15px;
    padding-bottom: 15px;
}

.widget .gallery-item {
    flex: 1;
    border-radius: 10px;
    margin: 5px;
}

.widget .gallery-item .gallery-image img {
    height: 100px;
    min-width: 100px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.widget .gallery-image {
    position: relative;
}

.widget .gallery-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(65, 4, 4, 0.547);
    border-radius: 10px;
    opacity: 0;
}

.widget .gallery-item:hover .gallery-image::before {
    opacity: 1;
    transition: 1s;
}

.widget .gallery-image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.widget .gallery-image .icon a {
    color: var(--white);
}

.widget .gallery-image:hover .icon {
    opacity: 1;
    transition: 1s;
}

/* ====== blog-left-sidebar ====== */
/* =========== blog tegs ========== */

.widget .tags {
    margin: 20px;
    padding-bottom: 15px;
}

.widget .tags a {
    display: inline-block;
    border: none;
    color: var(--white);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--dark);
}

.widget .tags a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--primary);
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.widget .tags a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.widget .tags a.active {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
}

.widget .tags a:hover {
    color: var(--white);
}

/* ====== blog-left-sidebar ====== */
/* =========== conatct ========== */

.widget-content {
    padding-bottom: 20px;
    margin: 20px;
}

.widget .widget-contact-item {
    background: url(../images/blog-9.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    text-align: center;
}

.widget .widget-contact-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.791);
    z-index: -1;
}

.widget .widget-content-content {
    text-align: center;
    padding: 30px 0px;
    position: relative;
}

.widget .widget-contact-content::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%;
    bottom: -40px;
    right: -35px;
}

.widget .widget-contact-content::after {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%;
    top: -40px;
    left: -35px;
}

.widget .widget-contact-content h2 {
    font-size: 20px;
    color: var(--white);
    padding: 0px 20px 20px 20px;
    margin: 0;
}

.widget .widget-contact-content span a {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    background-color: var(--white);
    padding: 10px 15px;
    margin: 10px;
    border-radius: 10px;
    text-decoration: none;
}

.widget .widget-contact-content i {
    font-size: 16px;
    color: var(--white);
    background-color: var(--wp--preset--color--primary);
    padding: 14px;
    margin: 0px 15px 0px -16px;
    border-radius: 10px 30px 30px 10px;
}

.widget .widget-contact-content a:hover {
    background-color: var(--wp--preset--color--primary);
    transition: 1s;
    color: var(--white);
}

.widget .widget-contact-content a:hover i {
    background-color: var(--white);
    color: var(--dark);
    transition: 1s;
}

/* ====== blog-single ====== */

.blog-section .single-blog-item {
    background-color: #f5f5f5;
    margin: 40px 0px 0px;
    padding: 25px 20px;
}

.blog-section .blog-single .blog-single-content {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);
}

.blog-section .blog-single .blog-single-content i {
    color: var(--wp--preset--color--primary);
}

.blog-section .blog-single .blog-single-content .author-img img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.blog-section .blog-single .blog-single-content .author-img span {
    font-size: 16px;
    margin-left: 5px;
}

.blog-section .blog-single p {
    font-size: 16px;
    color: var(--dark);
    padding: 20px 0px;
    margin: 0;
}

.blog-section .tags-share {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.blog-section .tags-share .tag span {
    font-size: 18px;
    font-weight: 600;
    padding-right: 10px;
}

.blog-section .tags-share .tag a {
    display: inline-flex;
    border: none;
    background-color: var(--dark);
    color: var(--white);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 5px 10px;
    margin: 0px 5px;
    border-radius: 3px;
}

.blog-section .tags-share .tag a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--primary);
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.blog-section .tags-share .tag a:hover::before {
    transform: translateX(0);
    opacity: 1;
}


.blog-section .tags-share .share {
    display: flex;
    align-items: center;
}

.blog-section .tags-share .share ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}

.blog-section .tags-share .share span {
    font-size: 18px;
    font-weight: 600;
    padding-right: 10px;
    line-height: 35px;
}

.blog-section .tags-share .share ul li {
    margin: 0px 5px;
    background-color: var(--dark);
    padding: 0px 10px;
    border-radius: 3px;
    line-height: 35px;
    text-align: center;
}

.blog-section .tags-share .share ul li a {
    color: var(--white);
    text-decoration: none;
}

.blog-section .tags-share .share ul li:hover {
    background-color: var(--wp--preset--color--primary);
    transition: 0.5s;
}

/* ====== blog-comments reply box ====== */

.blog-section .comments-area {
    background-color: #f5f5f5;
    margin: 40px 0px 0px 0px;
    padding: 20px 20px 1px 20px;
}

.blog-section .comments-area span {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
}

.blog-section .comments-area span i {
    color: var(--wp--preset--color--primary);
}

.blog-section .reply-box span {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
}

.blog-section .reply-box span i {
    color: var(--wp--preset--color--primary);
}

.blog-section .reply-box p {
    margin: 0;
    padding-top: 5px;
    color: gray;
}

.comments-area {
    margin-bottom: 25px;
}

ol.comment-list {
    margin: 25px 0 25px;
    padding: 0px;
    list-style: none;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

ol.comment-list::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    z-index: -1;
    border-radius: 5px;
}

ol.children {
    margin: 0px 0px 0px 20px;
    list-style: none;
}

.comments-area .comment-meta .comment-author img {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-left: 25px;
    border-radius: 50%;
}

.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 145px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 1;
    min-height: 150px;
    margin: 0px 0px 30px 0px;
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.comment-list>li:not(:last-child).comment .comment-body::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    z-index: -1;
}

.comment-list>li.comment .children .comment-body::before {
    left: -32px;
}

.comment-list>li.comment .children .children .comment-body::before {
    left: -64px;
}

.comment-content p {
    margin: 0;
    color: var(--dark);
}

.comment-author h2 {
    margin: 0;
}

.comment-author .fn a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.comment-metadata a {
    text-decoration: none;
    font-weight: 600;
    color: var(--wp--preset--color--primary);
}

.comment-metadata a time:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: var(--wp--preset--color--primary);
    margin-right: 5px;
}

.comment-metadata a.reply {
    display: inline-block;
    padding: 8px 15px;
    color: var(--wp--preset--color--primary);
}

.comment-metadata {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-respond {
    padding: 20px;
    background-color: #f5f5f5;
    margin-top: 40px;
    margin-bottom: 20px;
}

.comment-reply-title {
    color: var(--dark);
    font-size: 22px;
    font-weight: 600;
}

.comment-reply-title i {
    color: var(--wp--preset--color--primary);
    font-size: 22px;
    font-weight: 600;
}

.comment-form p {
    color: var(--dark);
}

.comment-form p .comment-textarea,
.comment-form p input[type="text"],
.comment-form p input[type="email"],
.comment-form p input[type="url"] {
    width: 100%;
    background-color: var(--white);
    border: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 4px;
    color: var(--dark);
}

.comment-form p .comment-textarea {
    margin-top: 15px;
}

.comment-form p.form-submit {
    margin: 0;
}

.comment-form p.form-submit input[type="submit"] {
    border: none;
    color: var(--white);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 35px;
    background-color: var(--wp--preset--color--primary);
}

.comment-form p.form-submit input[type="submit"]:hover {
    background-color: var(--dark);
    transition: 1s;
}


/* ==================================*
*===========contact-page ============*/
/* ======== contact-info-section ========= */
/* ================================== */


/* ==================================*
*===========contact-page ============*/
/* ======== award-section ========= */
/* ================================== */


/* ==================================*
/* ======== 404-section ========= */
/* ================================== */

.page-404-section {
    padding: 90px 0px;
    text-align: center;
}

.page-404-section {
    padding: 90px 0px;
    text-align: center;
}

.page-404-item .page-404-content h2 {
    font-size: 100px;
    font-weight: 600;
    color: var(--wp--preset--color--primary);
    margin: 0;
}

.page-404-item .page-404-content span {
    font-size: 26px;
    font-weight: 600;
    color: var(--dark);
}

.page-404-item .page-404-content p {
    font-size: 16px;
    padding: 20px 0px;
    color: var(--dark);
    margin: 0;
}

.page-404-item .page-404-content .home {
    display: inline-flex;
    border: none;
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
}

.page-404-item .page-404-content .home::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.page-404-item .page-404-content .home:hover::before {
    transform: translateX(0);
    opacity: 1;
}

/* ==================================*
/* ======== shop-section ========= */
/* ================================== */

/* ==================================*
/* =========== shop-page ============= */
/* ====== my-account-section ======= */
/* ================================== */



/* for test  */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    font-weight: 600
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 32px
}

.h3,
h3 {
    font-size: 28px
}

.h4,
h4 {
    font-size: 24px
}

.h5,
h5 {
    font-size: 20px
}

.h6,
h6 {
    font-size: 16px
}

blockquote {
    padding: 10px 20px;
    background: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1px;
    border-left: 5px solid var(--wp--preset--color--primary);
    color: #fff;
    border-radius: 10px;
}

address,
big,
blockquote b,
blockquote strong,
cite,
em,
q {
    font-weight: 600
}

blockquote cite,
blockquote small {
    font-size: 15px;
    display: block;
    line-height: 20px;
    padding-top: 15px;
    color: var(--wp--preset--color--primary)
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal
}

.site a {
    color: #f77c29
}

.site a:hover {
    color: #f77c29;
    text-decoration: dotted underline
}

address {
    line-height: 27px
}

table {
    border: 1px solid #e9e9e9;
    background-color: var(--secondary-color);
    color: var(--white);
    border-spacing: 0;
    text-align: left;
    table-layout: auto;
    width: 100%
}

table th {
    padding: 10px;
    color: var(--white-fix);
    background: var(--wp--preset--color--primary);
    border-right: 1px solid #636468;
    border-right: 1px solid #4c4c4c5c;
    text-align: left;
}

table td {
    border: 1px solid rgba(120 120 120 / 20%);
    padding: 8px 10px;
    color: var(--dark);
    text-align: left;
}

dl {
    margin-bottom: 25px;
    margin-top: 0
}

dl dt {
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
    font-family: 'Open Sans', sans-serif
}

dl dd {
    margin-left: 15px
}

abbr,
acronym,
tla {
    cursor: help
}

acronym {
    border-bottom: 0
}

big {
    font-size: large
}

del,
s,
strike {
    text-decoration: line-through
}

cite,
em,
q {
    color: var(--wp--preset--color--primary)
}

ins {
    text-decoration: none;
    padding: 0 3px
}

code,
kbd,
pre,
samp,
tt,
var {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background: #333;
    color: #fff;
    padding: 2px 5px;
    font-size: 1rem;
    line-height: 1.3125;
    max-width: 100%;
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

mark {
    color: #000;
    background: #ff0;
    padding: 2px 5px
}

label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 100%;
}

.header .wp-block-pages-list__item {
    border-bottom: none;
}

.wp-block-navigation__container .wp-block-navigation-item:hover {
    color: var(--wp--preset--color--primary);
}

.wp-block-navigation__submenu-container.wp-block-navigation-submenu li a:hover {
    color: #ffffff;
    background-color: var(--wp--preset--color--primary);
    animation: headShake;
    animation-duration: 2s;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item {
    padding: 3px;
}




.wp-block-navigation__submenu-container.wp-block-navigation-submenu li .wp-block-navigation-item__content::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #dad8d8;
    width: 0;
    z-index: -1;
    transition: 1s;
}

.wp-block-navigation__submenu-container.wp-block-navigation-submenu li .wp-block-navigation-item__content {
    padding-left: 5px;
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    min-width: 230px;
}

.wp-block-yuky-icon-font-awesome .box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-item .contact-list .wp-block-pages-list__item a {
    display: inline-flex;
    padding-bottom: 0px;
}

.footer-item .contact-list .wp-block-pages-list__item {
    margin-bottom: 0px;
    border-bottom: none;
}

.footer-item .wp-block-categories-list li.cat-item {
    margin-bottom: 0px;
    border-bottom: none;
}

.footer-section .footer-item ul li a {
    color: var(--white);
    text-decoration: none;
    margin-left: 5px;
}

.exampleModal1 .modal-content .btn-close {
    top: 0px;
    right: 10px;
    position: absolute;
    z-index: 1;
}

.exampleModal1.modal {
    z-index: 9999;
}

#exampleModal {
    z-index: 9999;
}

#exampleModal .modal-content {
    background: #000000;
    opacity: 0.8;
}

#exampleModal .wp-block-search__label,
.widget_block .wp-block-heading {
    color: var(--wp--preset--color--primary);
}

#exampleModal .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#exampleModal .wp-block-search__inside-wrapper .wp-block-search__button {
    margin-left: 0px;
    border-radius: 0px 30px 30px 0px;
}

#exampleModal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}

#exampleModal .wp-block-search__label {
    display: none;
}

#exampleModal .modal-content .btn-close {
    top: 30px;
    right: 23px;
    position: relative;
}

.sidebar .wp-block-heading {
    font-size: 22px;
    font-weight: 600;
    background-color: var(--dark);
    color: var(--white);
    padding: 20px 20px;
    margin: 10px 0 0 0;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 20px;
    padding-bottom: 10px;
}

.sidebar ul li {
    padding: 10px;
    list-style: none;
    margin: 10px 0px;
    position: relative;
    background-color: var(--white);
    color: var(--dark);
    border-radius: 30px;
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
    z-index: 1;
}

.sidebar ul li::before {
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: var(--dark);
    right: 20px;
    border-radius: 30px;
}

.sidebar ul li a {
    color: var(--dark);
    text-decoration: none;
    padding: 0px 10px;
    font-weight: 600;
}

.sidebar ul li:hover {
    color: var(--white);
    background: var(--wp--preset--color--primary);
}

.sidebar ul li:hover a {
    color: var(--white);
    transition: 0.5s;
}

.sidebar .wp-block-tag-cloud a {
    display: inline-block;
    border: none;
    color: var(--white);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--dark);
}

.sidebar .wp-block-tag-cloud a:hover {
    color: var(--white);
    background: var(--wp--preset--color--primary);
}

.sidebar .wp-block-gallery .wp-block-image img {
    border-radius: 10px;
}

.sidebar .wp-block-social-links .wp-social-link {
    /* padding: 10px; */
    list-style: none;
    margin: unset;
    position: unset;
    width: 40px;
    height: 40px;
    background-color: var(--wp--preset--color--primary);
    color: #ffffff;
    border-radius: 100%;
    filter: unset;
    z-index: unset;
}

.sidebar .wp-block-social-links .wp-block-social-link:hover {
    transform: unset;
}

.sidebar .wp-block-social-links .wp-block-social-link::before {
    content: unset;
}

.blog-section .blog-item .card .card-img-top span:hover {
    opacity: .3;
}

.wp-block-navigation__responsive-container-open {
    /* bottom: 4px; */
    right: -54px;
    position: absolute;
    background-color: var(--white);
    color: var(--wp--preset--color--primary);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* margin-right: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-section .wp-block-archives-list a {
    color: #ffffff;
    text-decoration: none;
}

.blog-section .wp-block-archives-list li {
    border-bottom: none;
}

.sidebar .wp-block-archives-list a {
    color: var(--dark);
    text-decoration: none;
}

.blog-section .wp-block-outermost-icon-block {
    margin-right: -20px;
}

.blog-section .wp-block-post-terms a {
    text-decoration: none;
}

.blog-section .wp-block-archives-list li {
    margin-bottom: 0px;
}

.blog-section .wp-block-archives-list a {
    padding-bottom: 0px;
    width: auto;
}

.footer-section .footer-item .our-clients .clients figure:hover::before {
    opacity: 0.4;
    transition: 0.5s;
    background-color: var(--wp--preset--color--primary);
}

.footer-section .footer-item .our-clients .clients figure {
    position: relative;
}

.footer-section .footer-item .our-clients .clients figure:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    border-radius: 50%;
    bottom: 0;
    top: 9px;
    left: 0;
    right: 0;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: var(--wp--preset--color--primary);
}

.wp-block-query-pagination-previous {
    font-size: 30px;
    font-weight: 600;
    border-radius: 10%;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid var(--dark);
    background-color: var(--dark);
    box-shadow: none;
    line-height: 0;
    text-decoration: none;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.wp-block-query-pagination-next {
    font-size: 30px;
    font-weight: 600;
    border-radius: 10%;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid var(--dark);
    background-color: var(--dark);
    box-shadow: none;
    line-height: 0;
    text-decoration: none;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
    color: var(--dark);
    font-size: 20px;
    font-weight: 600;
    border-radius: 10%;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid var(--dark);
    background-color: var(--dark);
    box-shadow: none;
    line-height: 0;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
    /* color: var(--dark); */
    font-size: 20px;
    font-weight: 600;
    border-radius: 10%;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid var(--dark);
    box-shadow: none;
    line-height: 0;
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    border: none;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 0;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 0;
}

.wc-block-mini-cart__badge:empty {
    opacity: 1;
}

.wc-block-mini-cart__badge {
    top: -6px;
    border: 1px solid var(--wp--preset--color--primary);
}

.exampleModal1 .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: visible;
    flex-direction: row;
}

.exampleModal1 .modal-dialog-scrollable .modal-body {
    overflow-y: unset;
    padding: 0;
    margin: 0;
}

.woocommerce .woocommerce-form-login.login {
    flex: 0 0 auto;
    width: 33.33333333%;
}

#exampleModal .example {
    width: 50%;
}

.wp-calendar-table tbody a {
    color: var(--dark);
}

.entry-content {
    padding: 0px 0;
}

.ea-megamenu .gw-mm-item__link a {
    font-family: var(--wp--preset--font-family--Montserrat);
    font-weight: 500 !important;
    font-size: 18px !important;
    color: var(--dark);
    text-decoration: none;
}

.ea-megamenu .gw-mm-item__link a:hover {
    color: var(--wp--preset--color--primary);
}

#animationCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: auto;
    z-index: -1;
    pointer-events: none;
}

.wp-block-cover__inner-container {
    position: relative;
    z-index: 3;
}

.ea-left-image img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
    border-radius: 10px;
}


.hero_sol video,
.hero_sol iframe,
.hero_sol img {
    border-radius: 20px !important;
    width: 100%;
    height: auto;
    display: block;
}

.sub-header ::before {
    content: '';
    display: inline-block;
    background-image: url(./assets/images/right.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 23px;
    margin-right: 0.5em;
    vertical-align: middle;
}


.ea-megamenu {
    margin-block-start: 10px !important;
}

.gw-mm-item__dropdown {
    border-radius: 10px !important;
    box-shadow: 0 5px 5px 0 rgb(220 40 53) !important;
}

.cta-animation-container {
    position: relative !important;
    width: 100% !important;
    height: 70vh !important;
    overflow: hidden !important;
}

#particles-js {
    position: absolute !important;
    width: 100% !important;
    height: 70vh !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1 !important;
    background-color: transparent !important;
}

.cta-animation-container .content {
    position: relative;
    z-index: 2;
}

/* Fix for WordPress block container */
.cta-animation-container.wp-block-group {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure inner content maintains proper width */
.cta-animation-container .wp-block-group {
    position: relative;
    z-index: 2;
}

/* Ensure gradient background works with particles */
.cta-animation-container.has-background {
    z-index: 1;
}

/* Chaotic Section Styles */
.chaotic-section {
    padding: 80px 0;
    background: #f8f9fa;
    overflow: hidden;
    position: relative;
}

.chaotic-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.chaotic-title {
    margin-bottom: 50px;
    color: var(--dark);
}

.chaotic-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
    animation-duration: 35s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    white-space: nowrap;
    align-items: stretch;
    /* Ensure equal heights */
}

.row1 {
    animation-name: scrollLeft;
}

.row2 {
    animation-name: scrollRight;
}

.chaotic-card {
    min-width: 280px;
    max-width: 280px;
    /* Fixed width */
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    /* Equal height */
}

.chaotic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.chaotic-icon {
    flex: 0 0 40px;
    /* Fixed size */
    width: 40px;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chaotic-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chaotic-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark);
    white-space: normal;
    flex: 1;
    /* Take remaining space */
}

/* Editor Specific Styles */
.wp-block-group.chaotic-card {
    cursor: pointer;
}

.block-editor-block-list__block .chaotic-card {
    position: relative;
}

.add-card-button {
    min-width: 280px;
    max-width: 280px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    border: 2px dashed rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-card-button:hover {
    background: rgba(0, 0, 0, 0.1);
}

.add-card-button .wp-block-button__link {
    background-color: var(--wp--preset--color--primary);
    color: white;
}

/* Animation keyframes */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Responsive styles */
@media (max-width: 991px) {
    .chaotic-card {
        min-width: 250px;
        max-width: 250px;
    }

    .chaotic-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .chaotic-section {
        padding: 50px 0;
    }

    .chaotic-title {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .chaotic-card {
        min-width: 220px;
        max-width: 220px;
        padding: 15px;
    }

    .chaotic-icon {
        width: 30px;
        height: 30px;
    }
}

/* Add hover pause animation */
.chaotic-row:hover {
    animation-play-state: paused;
}

/* Editor specific responsive preview */
.is-root-container .chaotic-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.is-root-container .chaotic-row::-webkit-scrollbar {
    display: none;
}

/* Ensure cards maintain aspect ratio in editor */
.wp-block[data-type="core/group"] .chaotic-card {
    aspect-ratio: 3/1;
}

.slick-track {
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

.slick-next:before,
.slick-prev:before {
    color: var(--wp--preset--color--primary) !important;
    font-size: 36px !important;
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
    /* fallback for mobile */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform;
}

/* Enable parallax on larger screens only */
@media (min-width: 1024px) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: fixed;
    }
}

/* New CSS for mega menu */
.custom-mega-menu {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.mega-menu-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    line-height: 1;
}

.mega-menu-item {
    position: relative;
}

.mega-menu-item a {
    color: #000000;
    text-decoration: none;
    padding: 10px 15px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.mega-menu-item a:hover {
    color: var(--wp--preset--color--primary, #dc1b36);
}

/* Menu Icons */
.menu-icon {
    width: 16px;
    height: 16px;
    fill: #000000;
    transition: fill 0.3s ease;
}

.mega-menu-item a:hover .menu-icon {
    fill: var(--wp--preset--color--primary, #dc1b36);
}

/* Dropdown Arrow */
.dropdown-arrow {
    width: 12px;
    height: 12px;
    fill: #000000;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.has-mega-menu:hover .dropdown-arrow {
    transform: rotate(180deg);
    fill: var(--wp--preset--color--primary, #dc1b36);
}

.mega-menu-content {
    position: absolute;
    top: 100%;
    left: 50%;
    width: auto;
    min-width: 650px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 30px;
    z-index: 999;
    transform: translateX(-50%);
}

.is-sticky-menu .mega-menu-content {
    padding: 30px;
}

.has-mega-menu:hover .mega-menu-content {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {

    .mega-menu-content,
    .is-sticky-menu .mega-menu-content {
        padding: 20px;
    }
}

@media (max-width: 767px) {

    .mega-menu-content,
    .is-sticky-menu .mega-menu-content {
        padding: 15px;
        position: static;
        box-shadow: none;
    }
}

/* Create an invisible bridge between menu item and dropdown */
.has-mega-menu::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
}

.has-mega-menu:hover .mega-menu-content,
.mega-menu-content:hover {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

/* Ensure the dropdown content is visible when hovering over it */
.mega-menu-content {
    pointer-events: none;
}

.has-mega-menu:hover .mega-menu-content,
.mega-menu-content:hover {
    pointer-events: auto;
}

@media (max-width: 767px) {
    .mega-menu-content {
        position: static;
        transform: none;
        box-shadow: none;
        padding: 10px;
        max-width: 100%;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .has-mega-menu:hover .mega-menu-content {
        transform: none;
    }
}

.mega-menu-column {
    flex: 1 1 33.33%;
    padding: 15px;
    border-right: 1px solid #e5e5e5;
    min-width: 250px;
    box-sizing: border-box;
    background: transparent;
    /* Ensure columns don't override parent background */
}

.mega-menu-column:last-child {
    border-right: none;
}

.mega-menu-column-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    display: block;
    text-transform: uppercase;
}

.mega-menu-column a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    padding: 8px 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mega-menu-column a:hover {
    color: var(--wp--preset--color--primary, #dc1b36);
}

/* Dropdown Icons */
.dropdown-icon {
    width: 14px;
    height: 14px;
    fill: #555;
    transition: fill 0.3s ease;
}

.mega-menu-column a:hover .dropdown-icon {
    fill: var(--wp--preset--color--primary, #dc1b36);
}

/* Search Icon and Form Styling */
.search-item {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.search-toggle svg {
    width: 20px;
    height: 20px;
    fill: #dc1b36;
    transition: fill 0.3s ease;
}

.search-toggle:hover svg {
    fill: var(--wp--preset--color--primary, #dc1b36);
}

.search-form-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px;
    border-radius: 5px;
    min-width: 300px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-toggle:focus+.search-form-content,
.search-form-content:hover {
    visibility: visible;
    opacity: 1;
}

.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-field {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 14px;
}

.search-submit {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.search-submit svg {
    width: 20px;
    height: 20px;
    fill: #000000;
}

.search-submit:hover svg {
    fill: var(--wp--preset--color--primary, #dc1b36);
}

/* Align Icons (Hamburger and Login) */
.gspb_button_wrapper {
    display: flex;
    align-items: center;
}

.gspb-buttonbox {
    display: flex;
    align-items: center;
    padding: 10px;
}

.gspb-buttonbox-icon svg {
    width: 20px !important;
    height: 20px !important;
}

/* Social Links Alignment */
.wp-block-social-links {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .mega-menu-nav {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .mega-menu-content {
        flex-direction: column;
        position: static;
        transform: none;
        box-shadow: none;
        padding: 10px;
        max-width: 100%;
        visibility: visible;
        opacity: 1;
    }

    .has-mega-menu:hover .mega-menu-content {
        transform: none;
    }

    .mega-menu-column {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 0;
        min-width: 100%;
    }

    .mega-menu-column:last-child {
        border-bottom: none;
    }

    .search-item {
        margin-left: 0;
    }

    .search-form-content {
        min-width: 200px;
    }

    .dropdown-arrow {
        transform: rotate(0deg);
    }

    .has-mega-menu:hover .dropdown-arrow {
        transform: rotate(0deg);
    }
}

/* Mega Menu Search Item Styles */
.mega-menu-item.search-item {
    position: relative;
    display: flex;
    align-items: center;
}

.mega-menu-item .search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #dc1b36;
    transition: color 0.3s;
}

.mega-menu-item .search-toggle:hover,
.mega-menu-item .search-toggle:focus {
    color: var(--wp--preset--color--primary, #dc1b36);
}

.gs_icon_list_860 {
    row-gap: 10px;
}

.gs_icon_list_860 .icon-list-item {
    column-gap: 10px;
}

.gs_icon_list_860 .icon-list-wrapper {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
}

.gs_icon_list_860 .icon-list-icon {
    fill: #dc1b36;
}

/* Dropdown Search Form */
.search-form-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px;
    border-radius: 5px;
    min-width: 300px;
    transition: opacity 0.3s, visibility 0.3s;
}

.mega-menu-item.search-item:hover .search-form-content,
.mega-menu-item.search-item:focus-within .search-form-content {
    visibility: visible;
    opacity: 1;
}

.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-form .wp-block-search__input {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 14px;
}

.search-form .wp-block-search__button {
    background: #dc1b36;
    border: none;
    cursor: pointer;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    transition: color 0.3s;
    border-radius: 3px;
}

.search-form .wp-block-search__button:hover {
    color: #fff;
    background: #000;
}

@media (max-width: 767px) {
    .search-form-content {
        min-width: 200px;
        position: static;
        box-shadow: none;
        border-radius: 0;
        padding: 5px;
        visibility: visible;
        opacity: 1;
    }

    .mega-menu-item.search-item {
        width: 100%;
        justify-content: center;
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    border: none !important;
}

/* Show mega menu content on hover or focus-within of the parent menu item */
.has-mega-menu:hover .mega-menu-content,
.has-mega-menu:focus-within .mega-menu-content {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

/* Hide by default */
.mega-menu-content {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

/* Vertical Menu */
.vertical-menu-wrapper {
    width: 250px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: left;
}

.vertical-nav-menu .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.vertical-nav-menu .wp-block-navigation-item {
    width: 100%;
    margin: 2px 0;
    position: relative;
}

.vertical-nav-menu .wp-block-navigation-item__content {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    color: #1a1a1a;
    border-radius: 4px;
    transition: background 0.2s ease;
    font-size: 15px;
    line-height: 1.4;
}

.vertical-nav-menu .wp-block-navigation-item__content:hover {
    background: #f0f0f0;
}

.vertical-nav-menu .wp-block-navigation__submenu-container {
    display: none;
    flex-direction: column;
    padding-left: 12px;
    margin: 0;
    position: relative;
    left: 0;
    top: 100%;
    border-left: 2px solid #dc1b36;
}

.vertical-nav-menu .wp-block-navigation-item:hover>.wp-block-navigation__submenu-container {
    display: flex;
}

.vertical-nav-menu .wp-block-navigation__submenu-container .wp-block-navigation-item {
    margin: 1px 0;
}

.vertical-nav-menu .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    font-size: 14px;
    padding: 5px 12px;
    line-height: 1.3;
}

.wp-block-wpbean-vertical-sidebar-menu-block>nav>ul>li>a:hover,
.wp-block-wpbean-vertical-sidebar-menu-block>nav>ul>li>a:focus {
    color: #000 !important;
}

.wp-block-wpbean-vertical-sidebar-menu-block>nav>ul>li>a {
    color: #000 !important;
}

.wp-block-wpbean-vertical-sidebar-menu-block>nav>ul ul li>a {
    color: #000 !important;
}

.wp-block-wpbean-vertical-sidebar-menu-block>nav>ul ul li>a:hover,
.wp-block-wpbean-vertical-sidebar-menu-block>nav>ul ul li>a:focus {
    background: #dc1b36 !important;
}

.wp-block-wpbean-vertical-sidebar-menu-block>nav>ul>li.wpb-submenu-opened>a {
    background: #fff !important;
    color: var(--wp--preset--color--primary) !important;
}

/* Container for the truncated text */
.show_more {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    /* Truncate after 7 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    transition: all 0.3s ease;
    /* Smooth transition for expansion */
    padding-right: 40px;
    /* Make space for the button */
    padding-bottom: 40px;
    /* Make space for the button at bottom */
}

/* Expanded state */
.show_more.expanded {
    -webkit-line-clamp: unset;
    /* Remove truncation */
    overflow: visible;
}

/* Show More/Less button */
.show_more_trigger {
    background: #dc1b36;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.2em;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 4px;
}

.show_more_trigger:hover {
    background: #a8152a;
    transform: scale(1.1);
}

.show_more_trigger:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(220, 27, 54, 0.2);
}

/* Keep trigger visible when expanded */
.show_more.expanded+.show_more_trigger {
    display: inline-flex;
}

.gsbp-c460203 {
    margin-bottom: 0rem !important;
}

.gsbp-b6763a1 {
    margin-bottom: 0rem !important;
}

.gsbp-4d16339 {
    margin-bottom: 0rem !important;
}

.gsbp-cf92367 {
    margin-top: 0rem !important;
}

#gspb_container-id-gsbp-a909cbac-67d8.gspb_container {
    background-color: #b6b6b6 !important;
}

.vertical-menu {
    max-width: 100%;
    width: 250px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
}

.menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0 10px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    background-color: #f9f9f9;
    border-radius: 5px;
    position: relative;
}

.menu-title:hover {
    background-color: #f0f0f0;
}


/* Toggle symbol (+ by default) */
.menu-item.has-submenu .menu-title::after {
    content: "+";
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
    margin-right: 6px;
}

/* Toggle symbol (− when expanded) */
.menu-item.expanded .menu-title::after {
    content: "−";
}

.submenu {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 5px;
    margin-top: 10px;
}

.menu-item.expanded .submenu {
    max-height: 500px;
    /* Large enough for most submenus */
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.submenu-item {
    padding: 8px;
    margin: 0px 0;
    background-color: #f1f1f1;
    border-radius: 4px;
    display: flex;
    align-items: center;
}


/* Responsive */
@media (max-width: 768px) {
    .vertical-menu {
        width: 100%;
    }
}

.menu-title i {
    margin-right: 8px;
    margin-left: 4px;
}

.submenu-item i {
    margin-right: 8px;
}

.cf-form-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.cf-form-wrapper .col-50 {
    flex: 0 0 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.cf-form-wrapper .col-100 {
    flex: 0 0 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

/* Center the submit button container */
.cf-form-wrapper .row:last-child {
    text-align: center;
    margin-top: 20px;
}

/* Style the submit button */
input[type="submit"].default-red-submit {
    background: linear-gradient(135deg, #DC1B36, #9b51e0);
    color: #ffffff;
    padding: 12px 32px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Optional: Hover effect */
input[type="submit"].default-red-submit:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.gs-cf7-success {
    display: none;
}

.menu-item .menu-title::after {
    content: "";
}

.menu-item.has-submenu .menu-title::after {
    content: "+";
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
    margin-right: 6px;
}

.menu-item.expanded .menu-title::after {
    content: "−";
}

.menu-item:not(.has-submenu) .menu-title::after {
    content: "\2192";
    /* Unicode right arrow */
    font-size: 14px;
    font-weight: normal;
    margin-left: auto;
    margin-right: 6px;
}

/* Base wrapper Hubspot form */
/* Form wrapper */
.hubspot-form-wrapper form {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem;
    background: #000000;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-family: inherit;
}

/* Base form field layout */
.hubspot-form-wrapper .hs-form-field {
    margin-bottom: 1.5rem !important;
    display: block;
}

/* Label */
.hubspot-form-wrapper label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #ffffff;
}

/* Input fields */
.hubspot-form-wrapper input[type="text"],
.hubspot-form-wrapper input[type="email"],
.hubspot-form-wrapper input[type="tel"],
.hubspot-form-wrapper select,
.hubspot-form-wrapper textarea {
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #333333;
}

.hubspot-form-wrapper fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

/* Two-column layout using flexbox */
.hubspot-form-wrapper .form-columns-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.hubspot-form-wrapper .form-columns-2 .hs-form-field {
    flex: 1;
    min-width: calc(50% - 15px);
}

@media (max-width: 599px) {
    .hubspot-form-wrapper .form-columns-2 {
        flex-direction: column;
        gap: 0;
    }

    .hubspot-form-wrapper .form-columns-2 .hs-form-field {
        min-width: 100%;
    }
}

/* Submit Button */
.hubspot-form-wrapper .hs-button {
    background: linear-gradient(135deg, #DC1B36, #9b51e0);
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.hubspot-form-wrapper .hs-button:hover {
    background: linear-gradient(135deg, #b8162d, #7f3cd1);
}

/* reCAPTCHA spacing */
.hubspot-form-wrapper .grecaptcha-badge,
.hubspot-form-wrapper .hs-recaptcha,
.hubspot-form-wrapper .g-recaptcha {
    margin-top: 16px;
    margin-bottom: 16px;
}

/* Fix inner wrapper widths */
.hubspot-form-wrapper .hs-form-field>div {
    width: 100% !important;
}

b,
strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    background: linear-gradient(90deg, #DC1B36, #9B51E0);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    color: transparent;
}

.wp-block-navigation__submenu-container.has-mega-menu .wp-block-navigation-item__content,
.wp-block-navigation__submenu-container.has-mega-menu .wp-block-navigation-item__label {
    font-size: 16px;
    font-weight: 600;
}

.wp-block-navigation__submenu-container.has-mega-menu .wp-block-navigation-item__label::before {
    content: "\2192";
    /* Unicode right arrow */
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.submenu-item a::before {
    content: "\2192";
    /* Unicode right arrow */
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

#ea-cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.15);
    padding: 24px 16px;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 12px 12px 0 0;
    font-size: 15px;
    color: #222;
    display: flex;
    justify-content: center;
}

#ea-cookie-consent h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
}

#ea-cookie-consent p {
    margin: 0 0 12px 0;
}

#ea-cookie-consent label {
    display: block;
    margin-bottom: 6px;
}

.ea-cookie-actions {
    margin-top: 12px;
}

.ea-cookie-actions button {
    background: linear-gradient(90deg, #DC1B36, #9B51E0);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    margin-right: 8px;
    cursor: pointer;
    font-weight: 600;
}

.ea-cookie-actions button:last-child {
    margin-right: 0;
}

/* Custom Ordered List Styling */
.entry-content ol {
    list-style: none;
    padding-left: 0;
    counter-reset: styled-counter;
}

.entry-content ol>li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    counter-increment: styled-counter;
}

.entry-content ol>li::before {
    content: counter(styled-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid var(--wp--preset--color--primary);
    color: var(--wp--preset--color--primary);
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Custom Unordered List Styling */
.entry-content ul {
    list-style: none;
    padding-left: 0;
}

.entry-content ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.entry-content ul li::before {
    content: '\2192';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--wp--preset--color--primary);
    font-weight: 600;
    font-size: 20px;
    counter-increment: none;
    /* Reset any inherited counters */
}

.wp-block-navigation__submenu-container.has-mega-menu .wp-block-navigation-item__content,
.wp-block-navigation__submenu-container.has-mega-menu .wp-block-navigation-item__label {
    font-size: 16px;
    font-weight: 600;
}

.vapi-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
}

.vapi-modal-content {
    background: #fff;
    padding: 1rem;
    width: 90%;
    max-width: 500px;
    border-radius: 8px;
}

.vapi-chat-messages {
    max-height: 400px;
    overflow-y: auto;
}

.vapi-chat-messages p {
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
}

.hidden {
    display: none;
}

/* Responsive Mega Menu Adjustments for 992px to 1234px */
@media (min-width: 992px) and (max-width: 1234px) {
    .mega-menu-nav {
        gap: 8px;
        /* Reduced from 15px */
        font-size: 14px;
        /* Reduced from 16px */
    }

    .mega-menu-item a {
        padding: 10px 6px;
        /* Reduced padding */
        gap: 4px;
        /* Reduced gap between icon and text */
    }

    .menu-icon {
        width: 14px;
        /* Reduced icon size */
        height: 14px;
    }

    .dropdown-arrow {
        width: 10px;
        /* Reduced arrow size */
        height: 10px;
    }
}
.gsbp-32b7637 {

    padding-right: 1rem; !important;
     padding-left: 1rem !important;
}
html, body {
      /* Asegura que html y body ocupen toda la altura de la ventana */
    width: 100%;       /* Asegura que html y body ocupen todo el ancho de la ventana */
    margin: 0;         /* Elimina márgenes predeterminados */
    overflow-x: hidden;/* Elimina el scroll horizontal */
}
.gspb_text-id-gsbp-2e927ca {
	white-space: nowrap;

} 

#gspb_accordion-id-gsbp-45ce50f .gs-accordion-item__content {
	background-color: transparent !important;
}