/*CSS Template 1.4 by J - Updated July 2026*/
/*Search (CTRL+F) Keywords:
[Fonts] 
[Presets] 
[Floating_CTA] 
[Settings] 
[Gaps] 
[Contact_Form] 
[Map_Presets] 
[Text_Presets] 
[Button_Presets] 
[Slick_Slider_Presets] 
[Image_Presets] 
[Animation_Presets] 
[Formats] 
[Position_Presets] 
[Flex/Grid_Presets] 
[Banner] 
[Custom]*/

/*[Fonts]*/
/*====================================================================================================*/
@font-face {
    font-family: Geist;
    font-weight: 100;
    src: url("./fonts/Geist-Thin.ttf") format("truetype");
}

@font-face {
    font-family: Geist;
    font-weight: 200;
    src: url("./fonts/Geist-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: Geist;
    font-weight: 300;
    src: url("./fonts/Geist-Light.ttf") format("truetype");
}

@font-face {
    font-family: Geist;
    font-weight: 400;
    src: url("./fonts/Geist-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Geist;
    font-weight: 500;
    src: url("./fonts/Geist-Medium.ttf") format("truetype");
}

@font-face {
    font-family: Geist;
    font-weight: 600;
    src: url("./fonts/Geist-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: Geist;
    font-weight: 700;
    src: url("./fonts/Geist-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Geist;
    font-weight: 800;
    src: url("./fonts/Geist-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: Geist;
    font-weight: 900;
    src: url("./fonts/Geist-Black.ttf") format("truetype");
}

@font-face {
    font-family: Forum;
    font-weight: 400;
    src: url("./fonts/Forum-Regular.ttf") format("truetype");
}

/*[Presets]*/
/*====================================================================================================*/
:root {
    --theme-font-family: "Geist";
    --theme-title-font-family: "Forum";
    --fa-brand: "Font Awesome 7 Brands";
    --fa-icon: "Font Awesome 7 Free";
    --font-size-0: 112px;
    --font-size-1: 56px;
    --font-size-2: 36px;
    --font-size-3: 27px;
    --font-size-4: 25px;
    --font-size-5: 23px;
    --font-size-6: 20px;
    --font-size-7: 18px;
    --font-size-t: 16px;
    --font-size-s: 14px;
    --row-gap: 100px;
    --side-gap: 100px;
    --inner-row-gap: 35px;
    --inner-side-gap: 35px;
    --inner-large-row-gap: 50px;
    --inner-large-side-gap: 50px;
    --map-height: 400px;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --theme-color: #EB191D;
    --transition-effect: all 0.3s ease-in-out;
    --transition-out-effect: all 0.3s ease-out;
    --transition-in-effect: all 0.3s ease-in;
    --gsap-effect-fast: all 0.5s ease-out;
    --gsap-effect: all 1s ease-out;
    --gsap-effect-slow: all 1.5s ease-out;
    --home-banner-size: auto;
    --banner-size: 4 / 1;
    --banner-mini-title: 1.058vw;
    --banner-title: 2.865vw;
}

@media only screen and (max-width:999.98px) {
    :root {
        --home-banner-size: 2 / 1;
        --banner-size: 3 / 1;
        --banner-mini-title: 1.6vw;
        --banner-title: 5vw;
    }
}

@media only screen and (max-width:767.98px) {
    :root {
        --font-size-0: 30px;
        --font-size-1: 30px;
        --font-size-2: 27px;
        --font-size-3: 25px;
        --font-size-4: 23px;
        --font-size-5: 20px;
        --font-size-6: 18px;
        --font-size-7: 18px;
        --row-gap: 70px;
        --side-gap: 15px;
        --inner-row-gap: 25px;
        --inner-side-gap: 15px;
        --inner-large-row-gap: 35px;
        --inner-large-side-gap: 15px;
        --map-height: 300px;
        --home-banner-size: 3 / 2;
        --banner-size: 2 / 1;
        --banner-mini-title: 2.083vw;
        --banner-title: 6.51vw;
    }
}

@media only screen and (max-width:449.98px) {
    :root {
        --home-banner-size: 1 / 1;
        --banner-size: 3 / 2;
        --banner-mini-title: 3.556vw;
        /* --banner-title:11.111vw; */
    }
}

/*[Floating_CTA]*/
/*====================================================================================================*/
.floating-button {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 80px;
    right: 19px;
    font-size: 20px;
    background-color: #4F6ACA;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.floating-button * {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.floating-button.float-btn-trigger {
    background-color: #4F6ACA;
    /* animation: 2.5s wiggle ease infinite; */
    /* animation-delay: 1s; */
    width: auto;
    min-width: 50px;
}

.floating-button:not(.float-btn-trigger) {
    opacity: 0;
}

.floating-button.float-btn-trigger .icon-trigger {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    animation: 2.5s wiggle ease infinite;
    animation-delay: 1s;
    position: relative;
}

.floating-button.float-btn-trigger .chat-with-us {
    padding-inline: 0 0;
    font-size: 16px;
    text-transform: capitalize;
    overflow: hidden;
    text-indent: -100px;
    transform: scale(0);
    transform-origin: 100% 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 0;
}

.floating-button.float-btn-trigger .chat-with-us.pop {
    padding-inline: 15px 0;
    text-indent: 0;
    transform: scale(1);
    width: auto;
}

.floating-button.float-btn-trigger #open-float {
    opacity: 1;
}

.floating-button.float-btn-trigger #close-float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}

.floating-button.floating-button_mail {
    background-color: rgba(0, 114, 198, 1);
}

.floating-button.floating-button_phone {
    background-color: rgba(220, 16, 16, 1);
}

.floating-button.floating-button_whatsapp {
    background-color: rgba(37, 211, 102, 1);
}

/*when toogle*/
.floating-button.float-btn-trigger.toogle .icon-trigger {
    animation: none;
}

.floating-button.toogle:not(.float-btn-trigger) {
    opacity: 1;
}

.floating-button.float-btn-trigger.toogle #open-float {
    opacity: 0;
}

.floating-button.float-btn-trigger.toogle #close-float {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(180deg);
}

.floating-button.floating-button_mail.toogle {
    bottom: 140px;
}

.floating-button_phone.toogle {
    bottom: 200px;
}

.floating-button_whatsapp.toogle {
    bottom: 260px;
}

/*animation for trigger*/
@keyframes wiggle {
    0% {
        transform: scale(1), rotate(0);
    }

    9.375% {
        transform: scale(1.1) rotate(0);
    }

    18.75% {
        transform: scale(1.1) rotate(-3deg);
    }

    28.125% {
        transform: scale(1.1) rotate(20deg);
    }

    37.5% {
        transform: scale(1.1) rotate(-15deg);
    }

    46.875% {
        transform: scale(1.1) rotate(5deg);
    }

    56.25% {
        transform: scale(1.1) rotate(-1deg);
    }

    65.625% {
        transform: scale(1.1) rotate(0);
    }

    75% {
        transform: scale(1) rotate(0);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

/*when mobile only*/
@media only screen and (max-width: 767.98px) {
    .floating-button {
        bottom: 10px;
        right: 15px;
    }

    .floating-button.floating-button_mail.toogle {
        bottom: 70px;
    }

    .floating-button_phone.toogle {
        bottom: 130px;
    }

    .floating-button_whatsapp.toogle {
        bottom: 190px;
    }

    #side-contact {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 70px;
        bottom: 0;
        right: -100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
        z-index: 999;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /*padding-right: 70px;*/
    }

    #side-contact.toogle {
        right: 0;
    }

    #side-contact a.floating-button:not(.float-btn-trigger) {
        position: initial;
        opacity: 1;
    }

    .floating-button.float-btn-trigger .chat-with-us.pop {
        padding-inline: 15px 0;
        text-indent: 0;
        transform: scale(1);
        animation: none;
    }

    .floating-button.float-btn-trigger.toogle .chat-with-us.pop {
        padding-inline: 0 0;
        text-indent: -100px;
        transform: scale(0);
    }

}

/*[Settings]*/
/*====================================================================================================*/
.error404 #main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error404 #main .ct-container {
    padding-block: var(--row-gap) !important;
}

.error404 .ct-no-results .ct-search-form {
    display: none !important;
}

.ct-container,
.ct-container-full {
    margin-inline: 0;
    padding-inline: var(--side-gap);
    width: 100%;
    max-width: none;
}

.blog #main>.ct-container,
.blog #main>.ct-container-full,
.archive #main>.ct-container,
.archive #main>.ct-container-full,
.woocommerce #main>.ct-container,
.woocommerce #main>.ct-container-full {
    padding-block: var(--row-gap);
}

.current-menu-parent>a,
.current-menu-item>a,
.current-page-ancestor>a,
.current_page_parent>a,
.current-product_cat-ancestor>a,
.current-product-ancestor>a,
.current-category-ancestor>a,
.current-post-ancestor>a {
    color: var(--theme-link-active-color, var(--theme-link-hover-color)) !important;
    font-weight: 700 !important;
}

@media only screen and (max-width:999.98px) {

    .current-menu-parent>span>a,
    .current-menu-item>span>a,
    .current-page-ancestor>span>a,
    .current_page_parent>span>a,
    .current-product_cat-ancestor>span>a,
    .current-product-ancestor>span>a,
    .current-category-ancestor>span>a,
    .current-post-ancestor>span>a {
        color: var(--theme-link-active-color, var(--theme-link-hover-color)) !important;
        font-weight: 700 !important;
    }
}

/*remove wpbakery animations for mobile*/
@media only screen and (max-width:767.98px) {
    body .wpb_animate_when_almost_visible {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }
}

.is-width-constrained {
    width: 100% !important;
}

.page .hero-section {
    display: none !important;
}

@media only screen and (max-width: 999.98px) {
    #main [data-sidebar] {
        grid-row-gap: 0;
    }

    .iksm-widget .iksm-container {
        opacity: 0;
        height: 0;
        visibility: hidden;
        /*transition:var(--transition-effect);*/
    }

    .iksm-widget .iksm-container.display {
        opacity: 1;
        height: auto;
        visibility: visible;
    }

    .iksm-widget .widget-title {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        /*border: 1px solid var(--grey-80);*/
        margin-bottom: 0;
        transition: var(--transition-effect);
    }

    .iksm-widget .widget-title.minus {
        margin-bottom: 15px;
    }

    .iksm-widget .widget-title:after {
        content: '\2b' !important;
        font-family: var(--fa-icon);
        font-size: 15px;
        font-weight: 900;
        transition: var(--transition-effect);
    }

    .iksm-widget .widget-title.minus:after {
        content: "\f068" !important;
        color: #ed1c24;
        font-size: 15px;
        font-weight: 900;
    }
}

.ct-sidebar {
    margin-bottom: 35px;
}

.archive.category #main>.ct-container,
.single-post #main>.ct-container {
    padding-bottom: calc(var(--row-gap) - 35px);
}

.wpb_text_column ul,
.wpb_text_column ol {
    padding-left: 20px;
}

.wpb_text_column ol>li {
    margin-bottom: 10px;
}

.woocommerce.single-product .woocommerce-product-gallery {
    margin-bottom: 35px;
}

.woocommerce.single-product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 35px;
}

.woocommerce.single-product .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: calc(var(--row-gap) - 35px) !important;
}

.woocommerce.single-product .woocommerce-Tabs-panel {
    padding-top: 0 !important;
}

.woocommerce.single-product .woocommerce-tabs>.tabs.wc-tabs {
    display: none !important;
}

.woocommerce #main>.ct-container,
.woocommerce #main>.ct-container-full {
    padding-block: var(--row-gap);
}

.woocommerce.single-product .woocommerce-Tabs-panel>.wpb-content-wrapper {
    width: 100%;
}

.hero-section {
    width: 100%;
}

.vc_tta-container {
    margin-bottom: 35px !important;
}

/*[Gaps]*/
/*====================================================================================================*/
.row-gap {
    padding-top: var(--row-gap) !important;
    padding-bottom: calc(var(--row-gap) - 35px) !important;
}

.row-gap-equal {
    padding-top: var(--row-gap) !important;
    padding-bottom: var(--row-gap) !important;
}

.row-gap-t {
    padding-top: var(--row-gap) !important;
}

.row-gap-b {
    padding-bottom: calc(var(--row-gap) - 35px) !important;
}

.row-gap-b-equal {
    padding-bottom: var(--row-gap) !important;
}

.no-pad {
    margin-inline: 0;
}

.no-pad>.wpb_column>.vc_column-inner {
    padding-inline: 0;
}

.box-side-gap {
    padding-inline: var(--inner-side-gap) !important;
}

.box-row-gap {
    padding-block: var(--inner-row-gap) !important;
}

.box-side-gap-xl {
    padding-inline: var(--inner-large-side-gap) !important;
}

.box-side-gap-xl {
    padding-inline: var(--inner-large-row-gap) !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-95 {
    padding-left: 95px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

@media only screen and (max-width:767.98px) {
    .m-pt-0 {
        padding-top: 0px !important;
    }

    .m-pt-5 {
        padding-top: 5px !important;
    }

    .m-pt-10 {
        padding-top: 10px !important;
    }

    .m-pt-15 {
        padding-top: 15px !important;
    }

    .m-pt-20 {
        padding-top: 20px !important;
    }

    .m-pt-25 {
        padding-top: 25px !important;
    }

    .m-pt-30 {
        padding-top: 30px !important;
    }

    .m-pt-35 {
        padding-top: 35px !important;
    }

    .m-pt-40 {
        padding-top: 40px !important;
    }

    .m-pt-45 {
        padding-top: 45px !important;
    }

    .m-pt-50 {
        padding-top: 50px !important;
    }

    .m-pt-55 {
        padding-top: 55px !important;
    }

    .m-pt-60 {
        padding-top: 60px !important;
    }

    .m-pt-65 {
        padding-top: 65px !important;
    }

    .m-pt-70 {
        padding-top: 70px !important;
    }

    .m-pt-75 {
        padding-top: 75px !important;
    }

    .m-pt-80 {
        padding-top: 80px !important;
    }

    .m-pt-85 {
        padding-top: 85px !important;
    }

    .m-pt-90 {
        padding-top: 90px !important;
    }

    .m-pt-95 {
        padding-top: 95px !important;
    }

    .m-pt-100 {
        padding-top: 100px !important;
    }

    .m-pb-0 {
        padding-bottom: 0px !important;
    }

    .m-pb-5 {
        padding-bottom: 5px !important;
    }

    .m-pb-10 {
        padding-bottom: 10px !important;
    }

    .m-pb-15 {
        padding-bottom: 15px !important;
    }

    .m-pb-20 {
        padding-bottom: 20px !important;
    }

    .m-pb-25 {
        padding-bottom: 25px !important;
    }

    .m-pb-30 {
        padding-bottom: 30px !important;
    }

    .m-pb-35 {
        padding-bottom: 35px !important;
    }

    .m-pb-40 {
        padding-bottom: 40px !important;
    }

    .m-pb-45 {
        padding-bottom: 45px !important;
    }

    .m-pb-50 {
        padding-bottom: 50px !important;
    }

    .m-pb-55 {
        padding-bottom: 55px !important;
    }

    .m-pb-60 {
        padding-bottom: 60px !important;
    }

    .m-pb-65 {
        padding-bottom: 65px !important;
    }

    .m-pb-70 {
        padding-bottom: 70px !important;
    }

    .m-pb-75 {
        padding-bottom: 75px !important;
    }

    .m-pb-80 {
        padding-bottom: 80px !important;
    }

    .m-pb-85 {
        padding-bottom: 85px !important;
    }

    .m-pb-90 {
        padding-bottom: 90px !important;
    }

    .m-pb-95 {
        padding-bottom: 95px !important;
    }

    .m-pb-100 {
        padding-bottom: 100px !important;
    }

    .m-pl-0 {
        padding-left: 0px !important;
    }

    .m-pl-5 {
        padding-left: 5px !important;
    }

    .m-pl-10 {
        padding-left: 10px !important;
    }

    .m-pl-15 {
        padding-left: 15px !important;
    }

    .m-pl-20 {
        padding-left: 20px !important;
    }

    .m-pl-25 {
        padding-left: 25px !important;
    }

    .m-pl-30 {
        padding-left: 30px !important;
    }

    .m-pl-35 {
        padding-left: 35px !important;
    }

    .m-pl-40 {
        padding-left: 40px !important;
    }

    .m-pl-45 {
        padding-left: 45px !important;
    }

    .m-pl-50 {
        padding-left: 50px !important;
    }

    .m-pl-55 {
        padding-left: 55px !important;
    }

    .m-pl-60 {
        padding-left: 60px !important;
    }

    .m-pl-65 {
        padding-left: 65px !important;
    }

    .m-pl-70 {
        padding-left: 70px !important;
    }

    .m-pl-75 {
        padding-left: 75px !important;
    }

    .m-pl-80 {
        padding-left: 80px !important;
    }

    .m-pl-85 {
        padding-left: 85px !important;
    }

    .m-pl-90 {
        padding-left: 90px !important;
    }

    .m-pl-95 {
        padding-left: 95px !important;
    }

    .m-pl-100 {
        padding-left: 100px !important;
    }

    .m-pr-0 {
        padding-right: 0px !important;
    }

    .m-pr-5 {
        padding-right: 5px !important;
    }

    .m-pr-10 {
        padding-right: 10px !important;
    }

    .m-pr-15 {
        padding-right: 15px !important;
    }

    .m-pr-20 {
        padding-right: 20px !important;
    }

    .m-pr-25 {
        padding-right: 25px !important;
    }

    .m-pr-30 {
        padding-right: 30px !important;
    }

    .m-pr-35 {
        padding-right: 35px !important;
    }

    .m-pr-40 {
        padding-right: 40px !important;
    }

    .m-pr-45 {
        padding-right: 45px !important;
    }

    .m-pr-50 {
        padding-right: 50px !important;
    }

    .m-pr-55 {
        padding-right: 55px !important;
    }

    .m-pr-60 {
        padding-right: 60px !important;
    }

    .m-pr-65 {
        padding-right: 65px !important;
    }

    .m-pr-70 {
        padding-right: 70px !important;
    }

    .m-pr-75 {
        padding-right: 75px !important;
    }

    .m-pr-80 {
        padding-right: 80px !important;
    }

    .m-pr-85 {
        padding-right: 85px !important;
    }

    .m-pr-90 {
        padding-right: 90px !important;
    }

    .m-pr-95 {
        padding-right: 95px !important;
    }

    .m-pr-100 {
        padding-right: 100px !important;
    }

    .m-mt-0 {
        margin-top: 0px !important;
    }

    .m-mt-5 {
        margin-top: 5px !important;
    }

    .m-mt-10 {
        margin-top: 10px !important;
    }

    .m-mt-15 {
        margin-top: 15px !important;
    }

    .m-mt-20 {
        margin-top: 20px !important;
    }

    .m-mt-25 {
        margin-top: 25px !important;
    }

    .m-mt-30 {
        margin-top: 30px !important;
    }

    .m-mt-35 {
        margin-top: 35px !important;
    }

    .m-mt-40 {
        margin-top: 40px !important;
    }

    .m-mt-45 {
        margin-top: 45px !important;
    }

    .m-mt-50 {
        margin-top: 50px !important;
    }

    .m-mt-55 {
        margin-top: 55px !important;
    }

    .m-mt-60 {
        margin-top: 60px !important;
    }

    .m-mt-65 {
        margin-top: 65px !important;
    }

    .m-mt-70 {
        margin-top: 70px !important;
    }

    .m-mt-75 {
        margin-top: 75px !important;
    }

    .m-mt-80 {
        margin-top: 80px !important;
    }

    .m-mt-85 {
        margin-top: 85px !important;
    }

    .m-mt-90 {
        margin-top: 90px !important;
    }

    .m-mt-95 {
        margin-top: 95px !important;
    }

    .m-mt-100 {
        margin-top: 100px !important;
    }

    .m-mb-0 {
        margin-bottom: 0px !important;
    }

    .m-mb-5 {
        margin-bottom: 5px !important;
    }

    .m-mb-10 {
        margin-bottom: 10px !important;
    }

    .m-mb-15 {
        margin-bottom: 15px !important;
    }

    .m-mb-20 {
        margin-bottom: 20px !important;
    }

    .m-mb-25 {
        margin-bottom: 25px !important;
    }

    .m-mb-30 {
        margin-bottom: 30px !important;
    }

    .m-mb-35 {
        margin-bottom: 35px !important;
    }

    .m-mb-40 {
        margin-bottom: 40px !important;
    }

    .m-mb-45 {
        margin-bottom: 45px !important;
    }

    .m-mb-50 {
        margin-bottom: 50px !important;
    }

    .m-mb-55 {
        margin-bottom: 55px !important;
    }

    .m-mb-60 {
        margin-bottom: 60px !important;
    }

    .m-mb-65 {
        margin-bottom: 65px !important;
    }

    .m-mb-70 {
        margin-bottom: 70px !important;
    }

    .m-mb-75 {
        margin-bottom: 75px !important;
    }

    .m-mb-80 {
        margin-bottom: 80px !important;
    }

    .m-mb-85 {
        margin-bottom: 85px !important;
    }

    .m-mb-90 {
        margin-bottom: 90px !important;
    }

    .m-mb-95 {
        margin-bottom: 95px !important;
    }

    .m-mb-100 {
        margin-bottom: 100px !important;
    }

    .m-ml-0 {
        margin-left: 0px !important;
    }

    .m-ml-5 {
        margin-left: 5px !important;
    }

    .m-ml-10 {
        margin-left: 10px !important;
    }

    .m-ml-15 {
        margin-left: 15px !important;
    }

    .m-ml-20 {
        margin-left: 20px !important;
    }

    .m-ml-25 {
        margin-left: 25px !important;
    }

    .m-ml-30 {
        margin-left: 30px !important;
    }

    .m-ml-35 {
        margin-left: 35px !important;
    }

    .m-ml-40 {
        margin-left: 40px !important;
    }

    .m-ml-45 {
        margin-left: 45px !important;
    }

    .m-ml-50 {
        margin-left: 50px !important;
    }

    .m-ml-55 {
        margin-left: 55px !important;
    }

    .m-ml-60 {
        margin-left: 60px !important;
    }

    .m-ml-65 {
        margin-left: 65px !important;
    }

    .m-ml-70 {
        margin-left: 70px !important;
    }

    .m-ml-75 {
        margin-left: 75px !important;
    }

    .m-ml-80 {
        margin-left: 80px !important;
    }

    .m-ml-85 {
        margin-left: 85px !important;
    }

    .m-ml-90 {
        margin-left: 90px !important;
    }

    .m-ml-95 {
        margin-left: 95px !important;
    }

    .m-ml-100 {
        margin-left: 100px !important;
    }

    .m-mr-0 {
        margin-right: 0px !important;
    }

    .m-mr-5 {
        margin-right: 5px !important;
    }

    .m-mr-10 {
        margin-right: 10px !important;
    }

    .m-mr-15 {
        margin-right: 15px !important;
    }

    .m-mr-20 {
        margin-right: 20px !important;
    }

    .m-mr-25 {
        margin-right: 25px !important;
    }

    .m-mr-30 {
        margin-right: 30px !important;
    }

    .m-mr-35 {
        margin-right: 35px !important;
    }

    .m-mr-40 {
        margin-right: 40px !important;
    }

    .m-mr-45 {
        margin-right: 45px !important;
    }

    .m-mr-50 {
        margin-right: 50px !important;
    }

    .m-mr-55 {
        margin-right: 55px !important;
    }

    .m-mr-60 {
        margin-right: 60px !important;
    }

    .m-mr-65 {
        margin-right: 65px !important;
    }

    .m-mr-70 {
        margin-right: 70px !important;
    }

    .m-mr-75 {
        margin-right: 75px !important;
    }

    .m-mr-80 {
        margin-right: 80px !important;
    }

    .m-mr-85 {
        margin-right: 85px !important;
    }

    .m-mr-90 {
        margin-right: 90px !important;
    }

    .m-mr-95 {
        margin-right: 95px !important;
    }

    .m-mr-100 {
        margin-right: 100px !important;
    }
}

/*[Contact_Form]*/
/*====================================================================================================*/
.form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px;
    row-gap: 35px;
    margin-bottom: 35px;
}

.form label {
    color: #5B5B5B;
    text-transform: uppercase;
    font-size: var(--font-size-6);
}

.form #msg,
.form #recaptcha {
    grid-column: 1/3;
}

@media only screen and (max-width:767.98px) {
    .form {
        grid-template-columns: 1fr;
    }

    .form #msg,
    .form #recaptcha {
        grid-column: 1/2;
    }
}

.form input,
.form textarea,
.form select,
.form input:focus,
.form textarea:focus,
.form select:focus {
    border-radius: 0;
    border: 1px solid #0D0E141A !important;
    color: #0D0E14;
    background-color: #ffffff;
    text-transform: none;
}

::-webkit-input-placeholder {
    color: #0D0E14;
    font-size: 16px;
    font-weight: 400;
}

.form .enquiry::placeholder {
    color: #0D0E14;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

#send {
    position: relative;
    width: fit-content;
    display: flex;
}

#send .wpcf7-spinner {
    position: absolute;
    right: -65px;
    top: 5px;
}

/*[Map_Presets]*/
.map-frame {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.map-frame .wpb_gmaps_widget {
    margin-bottom: 0;
}

.map-frame .wpb_gmaps_widget>.wpb_wrapper {
    padding: 0 !important;
}

.map-frame iframe {
    max-height: var(--map-height);
}

.map-frame .wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent;
}

/*[Text_Presets]*/
/*====================================================================================================*/

body,
p,
em,
ol,
ul,
li,
tr,
th,
td,
dl,
ins,
sub,
sup,
big,
cite,
form,
small,
label,
table,
figure,
button,
legend,
strike,
address,
caption,
fieldset,
blockquote {
    line-height: 1.5;
    --theme-line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    --theme-line-height: 1.3;
}

.text-graphik {
    font-family: var(--theme-font-family) !important;
}

span.add {
    display: inline-block;
    padding-right: 0.35em;
}

span.add:last-child {
    padding-right: 0;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-just {
    text-align: justify !important;
}

.fs-1 {
    font-size: var(--font-size-1);
}

.fs-2 {
    font-size: var(--font-size-2);
}

.fs-3 {
    font-size: var(--font-size-3);
}

.fs-4 {
    font-size: var(--font-size-4);
}

.fs-5 {
    font-size: var(--font-size-5);
}

.fs-6 {
    font-size: var(--font-size-6);
}

.fs-7 {
    font-size: var(--font-size-7);
}

.fs-t {
    font-size: var(--font-size-t);
}

.fs-s {
    font-size: var(--font-size-s);
}

@media only screen and (max-width:999.98px) {
    .t-text-left {
        text-align: left !important;
    }

    .t-text-right {
        text-align: right !important;
    }

    .t-text-center {
        text-align: center !important;
    }

    .t-text-just {
        text-align: justify !important;
    }
}

@media only screen and (max-width:767.98px) {
    .m-text-left {
        text-align: left !important;
    }

    .m-text-right {
        text-align: right !important;
    }

    .m-text-center {
        text-align: center !important;
    }

    .m-text-just {
        text-align: justify !important;
    }
}

.text-white {
    color: #FDFDFD !important;
}

.text-black {
    color: var(--black-color) !important;
}

.text-theme {
    color: var(--theme-color) !important;
}

.upper {
    text-transform: uppercase !important;
}

.lower {
    text-transform: lowercase !important;
}

.cap {
    text-transform: capitalize !important;
}

.main-title {
    font-family: var(--theme-title-font-family);
    font-size: var(--font-size-1);
    color: var(--black-color);
    font-weight: 400;
    text-transform: capitalize;
}

.mini-title {
    font-size: var(--font-size-s);
    color: var(--theme-color);
    font-weight: 700;
    text-transform: uppercase;
}

.subtitle {
    font-size: var(--font-size-3);
    color: var(--black-color);
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500,
.fw-500 strong,
.strong-500 strong {
    font-weight: 500 !important;
}

.fw-600,
.fw-600 strong,
.strong-600 strong {
    font-weight: 600 !important;
}

.fw-700,
.fw-700 strong,
.strong-700 strong {
    font-weight: 700 !important;
}

.fw-800,
.fw-800 strong,
.strong-800 strong {
    font-weight: 800 !important;
}

.fw-900,
.fw-900 strong,
.strong-900 strong {
    font-weight: 900 !important;
}

.no-br br {
    display: none !important;
}

@media only screen and (max-width:767.98px) {
    .m-no-br br {
        display: none !important;
    }
}

/*[Button_Presets]*/
/*====================================================================================================*/
.all-btn {
    margin-bottom: 35px;
}

.all-btn .vc_general.vc_btn3 {
    padding: 10px 25px;
    background-image: none;
    position: relative;
    transition: var(--transition-effect);
    font-weight: 700;
    font-size: var(--font-size-s);
}

/*[Slick_Slider_Presets]*/
/*====================================================================================================*/
.slick-dots {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    color: #D9D9D9;
    padding: 0;
}

.slick-dots button {
    font-size: 0 !important;
}

.slick-dots li {
    list-style-type: none;
    position: relative;
}

.slick-dots li {
    font-size: 0;
    height: 8px;
    width: 8px;
    background-color: #D9D9D9;
    cursor: pointer;
    border-radius: 50%;
}

.slick-dots li:hover,
.slick-dots .slick-active {
    background-color: var(--theme-color);
}

.slick-arrow {
    font-size: 0;
    background-color: transparent !important;
    cursor: pointer;
    position: absolute;
    z-index: 9;
}

.slick-next {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.slick-prev {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.slick-arrow:before {
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    background-color: transparent !important;
    font-size: 20px;
    font-family: var(--fa-icon);
    aspect-ratio: 1 / 1;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-color);
    transition: var(--transition-effect);
    font-weight: 900;
    z-index: 9;

}

.slick-arrow:hover:before {
    background-color: var(--theme-color) !important;
    color: #ffffff;
}

.slick-next:before {
    content: '\f061';
}

.slick-prev:before {
    content: '\f060';
}

@media only screen and (max-width:767.98px) {
    .slick-arrow:before {
        width: 40px;
        height: 40px;
    }

    .slick-next {
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }

    .slick-prev {
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
}

/*[Image_Presets]*/
/*====================================================================================================*/
.full-w-img,
.full-w-img .vc_figure,
.full-w-img .vc_single_image-wrapper,
.full-w-img img {
    width: 100%;
}

.full-h-img,
.full-h-img .vc_figure,
.full-h-img .vc_single_image-wrapper,
.full-h-img img {
    height: 100%;
}

.full-w-img.full-h-img img {
    object-fit: cover;
}

.absolute-img {
    margin-bottom: 0;
    padding-bottom: 35px;
}

.vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper:has(.absolute-img) {
    position: relative;
}

@media only screen and (min-width:768px) {
    .absolute-img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper:has(.absolute-img) {
        height: 100%;
    }
}

@supports not (-webkit-touch-callout: none) {
    .bg-para {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover !important;
    }
}

.zoom-effect>.vc_figure {
    overflow: hidden !important;
}

.zoom-effect>.vc_figure img {
    transition: var(--transition-effect);
}

.zoom-effect>.vc_figure:hover img {
    transform: scale(1.1);
}

.border-radius {
    border-radius: var(--border-radius);
    overflow: hidden !important;
}

.border-radius-tl {
    border-top-left-radius: var(--border-radius);
    overflow: hidden !important;
}

.border-radius-tr {
    border-top-right-radius: var(--border-radius);
    overflow: hidden !important;
}

.border-radius-bl {
    border-bottom-left-radius: var(--border-radius);
    overflow: hidden !important;
}

.border-radius-br {
    border-bottom-right-radius: var(--border-radius);
    overflow: hidden !important;
}

/*[Formats]*/
/*====================================================================================================*/
#main {
    counter-reset: counter;
}

.number-counter {
    counter-increment: counter;
}

.number-counter::before {
    content: counter(counter, decimal-leading-zero) ". ";
}

/*[Animation_Presets]*/
/*====================================================================================================*/
.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

.delay-3 {
    animation-delay: 0.6s;
}

.delay-4 {
    animation-delay: 0.8s;
}

.delay-5 {
    animation-delay: 1s;
}

.delay-6 {
    animation-delay: 1.2s;
}

.delay-7 {
    animation-delay: 1.4s;
}

.delay-8 {
    animation-delay: 1.6s;
}

.delay-9 {
    animation-delay: 1.85s;
}

.delay-10 {
    animation-delay: 2s;
}

.delay-11 {
    animation-delay: 2.2s;
}

.delay-12 {
    animation-delay: 2.4s;
}

.delay-13 {
    animation-delay: 2.6s;
}

.delay-14 {
    animation-delay: 2.8s;
}

.delay-15 {
    animation-delay: 3s;
}

.delay-16 {
    animation-delay: 3.2s;
}

.delay-17 {
    animation-delay: 3.4s;
}

.delay-18 {
    animation-delay: 3.6s;
}

.delay-19 {
    animation-delay: 3.8s;
}

.delay-20 {
    animation-delay: 4s;
}


.fade-in-75,
.fade-in-66,
.fade-in-50,
.fade-up-66,
.fade-up-50,
.fade-up-75,
.fade-down-66,
.fade-down-50,
.fade-down-75,
.fade-left-75,
.fade-left-66,
.fade-left-50,
.fade-right-66,
.fade-right-50,
.fade-right-75,
#footer [data-column="widget-area-1"],
#footer [data-column="widget-area-2"],
#footer [data-column="widget-area-3"],
#footer [data-column="widget-area-4"],
#footer [data-column="widget-area-5"],
#footer [data-column="widget-area-6"] {
    transition: var(--gsap-effect);
    will-change: transform;
}

.fade-in-66,
.fade-in-50,
.fade-in-75 {
    transition: var(--gsap-effect-fast);
    will-change: opacity;
}

/*[Position_Presets]*/
/*====================================================================================================*/
.mw-100 {
    max-width: 100px;
}

.mw-150 {
    max-width: 150px;
}

.mw-200 {
    max-width: 200px;
}

.mw-250 {
    max-width: 250px;
}

.mw-300 {
    max-width: 300px;
}

.mw-350 {
    max-width: 350px;
}

.mw-400 {
    max-width: 400px;
}

.mw-450 {
    max-width: 450px;
}

.mw-500 {
    max-width: 500px;
}

.mw-550 {
    max-width: 550px;
}

.mw-600 {
    max-width: 600px;
}

.mw-650 {
    max-width: 650px;
}

.mw-700 {
    max-width: 700px;
}

.mw-750 {
    max-width: 750px;
}

.mw-800 {
    max-width: 800px;
}

.mw-850 {
    max-width: 850px;
}

.mw-900 {
    max-width: 900px;
}

.mw-950 {
    max-width: 950px;
}

.mw-1000 {
    max-width: 1000px;
}

.mw-10p {
    max-width: 10%;
}

.mw-15p {
    max-width: 15%;
}

.mw-20p {
    max-width: 20%;
}

.mw-25p {
    max-width: 25%;
}

.mw-30p {
    max-width: 30%;
}

.mw-35p {
    max-width: 35%;
}

.mw-40p {
    max-width: 40%;
}

.mw-45p {
    max-width: 45%;
}

.mw-50p {
    max-width: 50%;
}

.mw-55p {
    max-width: 55%;
}

.mw-60p {
    max-width: 60%;
}

.mw-65p {
    max-width: 65%;
}

.mw-70p {
    max-width: 70%;
}

.mw-75p {
    max-width: 75%;
}

.mw-80p {
    max-width: 80%;
}

.mw-85p {
    max-width: 85%;
}

.mw-90p {
    max-width: 90%;
}

.mw-95p {
    max-width: 95%;
}

.mw-100p {
    max-width: 100%;
}

.position-left {
    margin-right: auto;
}

.position-right {
    margin-left: auto;
}

.position-center {
    margin-inline: auto;
}

@media only screen and (max-width:767.98px) {
    .m-mw-100 {
        max-width: 100px;
    }

    .m-mw-150 {
        max-width: 150px;
    }

    .m-mw-200 {
        max-width: 200px;
    }

    .m-mw-250 {
        max-width: 250px;
    }

    .m-mw-300 {
        max-width: 300px;
    }

    .m-mw-350 {
        max-width: 350px;
    }

    .m-mw-400 {
        max-width: 400px;
    }

    .m-mw-450 {
        max-width: 450px;
    }

    .m-mw-500 {
        max-width: 500px;
    }

    .m-mw-550 {
        max-width: 550px;
    }

    .m-mw-600 {
        max-width: 600px;
    }

    .m-mw-650 {
        max-width: 650px;
    }

    .m-mw-700 {
        max-width: 700px;
    }

    .m-mw-750 {
        max-width: 750px;
    }

    .m-mw-800 {
        max-width: 800px;
    }

    .m-mw-850 {
        max-width: 850px;
    }

    .m-mw-900 {
        max-width: 900px;
    }

    .m-mw-950 {
        max-width: 950px;
    }

    .m-mw-1000 {
        max-width: 1000px;
    }

    .m-mw-10p {
        max-width: 10%;
    }

    .m-mw-15p {
        max-width: 15%;
    }

    .m-mw-20p {
        max-width: 20%;
    }

    .m-mw-25p {
        max-width: 25%;
    }

    .m-mw-30p {
        max-width: 30%;
    }

    .m-mw-35p {
        max-width: 35%;
    }

    .m-mw-40p {
        max-width: 40%;
    }

    .m-mw-45p {
        max-width: 45%;
    }

    .m-mw-50p {
        max-width: 50%;
    }

    .m-mw-55p {
        max-width: 55%;
    }

    .m-mw-60p {
        max-width: 60%;
    }

    .m-mw-65p {
        max-width: 65%;
    }

    .m-mw-70p {
        max-width: 70%;
    }

    .m-mw-75p {
        max-width: 75%;
    }

    .m-mw-80p {
        max-width: 80%;
    }

    .m-mw-85p {
        max-width: 85%;
    }

    .m-mw-90p {
        max-width: 90%;
    }

    .m-mw-95p {
        max-width: 95%;
    }

    .m-mw-100p {
        max-width: 100%;
    }

    .m-position-left {
        margin-right: auto;
    }

    .m-position-right {
        margin-left: auto;
    }

    .m-position-center {
        margin-inline: auto;
    }
}

/*[Flex/Grid_Presets]*/
/*====================================================================================================*/
.flex-col {
    display: flex !important;
    flex-direction: column !important;
}

.flex-row {
    display: flex !important;
    flex-direction: row !important;
}

.grid-box {
    display: grid !important;
}

.flex-row.full>*,
.flex-col.full>*,
.grid-box>* {
    width: 100%;
}

.btn-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btn-flex-row>.wpb_column {
    width: fit-content;
}

.grid-column-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-column-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-column-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-column-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-column-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-25 {
    gap: 25px;
}

.gap-30 {
    gap: 30px;
}

.gap-35 {
    gap: 35px;
}

.gap-40 {
    gap: 40px;
}

.gap-45 {
    gap: 45px;
}

.gap-50 {
    gap: 50px;
}

.x-gap-10 {
    column-gap: 10px;
}

.x-gap-15 {
    column-gap: 15px;
}

.x-gap-20 {
    column-gap: 20px;
}

.x-gap-25 {
    column-gap: 25px;
}

.x-gap-30 {
    column-gap: 30px;
}

.x-gap-35 {
    column-gap: 35px;
}

.x-gap-40 {
    column-gap: 40px;
}

.x-gap-45 {
    column-gap: 45px;
}

.x-gap-50 {
    column-gap: 50px;
}

.y-gap-10 {
    row-gap: 10px;
}

.y-gap-15 {
    row-gap: 15px;
}

.y-gap-20 {
    row-gap: 20px;
}

.y-gap-25 {
    row-gap: 25px;
}

.y-gap-30 {
    row-gap: 30px;
}

.y-gap-35 {
    row-gap: 35px;
}

.y-gap-40 {
    row-gap: 40px;
}

.y-gap-45 {
    row-gap: 45px;
}

.y-gap-50 {
    row-gap: 50px;
}

@media only screen and (min-width:1000px) {
    .d-flex-col {
        display: flex !important;
        flex-direction: column !important;
    }

    .d-flex-row {
        display: flex !important;
        flex-direction: row !important;
    }

    .d-grid-box {
        display: grid !important;
    }

    .d-flex-row.full>*,
    .d-flex-col.full>*,
    .d-grid-box>* {
        width: 100%;
    }

    .d-grid-column-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .d-grid-column-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .d-grid-column-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .d-grid-column-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .d-grid-column-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .d-gap-10 {
        gap: 10px;
    }

    .d-gap-15 {
        gap: 15px;
    }

    .d-gap-20 {
        gap: 20px;
    }

    .d-gap-25 {
        gap: 25px;
    }

    .d-gap-30 {
        gap: 30px;
    }

    .d-gap-35 {
        gap: 35px;
    }

    .d-gap-40 {
        gap: 40px;
    }

    .d-gap-45 {
        gap: 45px;
    }

    .d-gap-50 {
        gap: 50px;
    }

    .d-x-gap-10 {
        column-gap: 10px;
    }

    .d-x-gap-15 {
        column-gap: 15px;
    }

    .d-x-gap-20 {
        column-gap: 20px;
    }

    .d-x-gap-25 {
        column-gap: 25px;
    }

    .d-x-gap-30 {
        column-gap: 30px;
    }

    .d-x-gap-35 {
        column-gap: 35px;
    }

    .d-x-gap-40 {
        column-gap: 40px;
    }

    .d-x-gap-45 {
        column-gap: 45px;
    }

    .d-x-gap-50 {
        column-gap: 50px;
    }

    .d-y-gap-10 {
        row-gap: 10px;
    }

    .d-y-gap-15 {
        row-gap: 15px;
    }

    .d-y-gap-20 {
        row-gap: 20px;
    }

    .d-y-gap-25 {
        row-gap: 25px;
    }

    .d-y-gap-30 {
        row-gap: 30px;
    }

    .d-y-gap-35 {
        row-gap: 35px;
    }

    .d-y-gap-40 {
        row-gap: 40px;
    }

    .d-y-gap-45 {
        row-gap: 45px;
    }

    .d-y-gap-50 {
        row-gap: 50px;
    }
}

@media only screen and (max-width:999.98px) {
    .t-flex-col {
        display: flex !important;
        flex-direction: column !important;
    }

    .t-flex-row {
        display: flex !important;
        flex-direction: row !important;
    }

    .t-grid-box {
        display: grid !important;
    }

    .t-flex-row.full>*,
    .t-flex-col.full>*,
    .t-grid-box>* {
        width: 100%;
    }

    .t-grid-column-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .t-grid-column-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .t-grid-column-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .t-grid-column-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .t-grid-column-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .t-gap-10 {
        gap: 10px;
    }

    .t-gap-15 {
        gap: 15px;
    }

    .t-gap-20 {
        gap: 20px;
    }

    .t-gap-25 {
        gap: 25px;
    }

    .t-gap-30 {
        gap: 30px;
    }

    .t-gap-35 {
        gap: 35px;
    }

    .t-gap-40 {
        gap: 40px;
    }

    .t-gap-45 {
        gap: 45px;
    }

    .t-gap-50 {
        gap: 50px;
    }

    .t-x-gap-10 {
        column-gap: 10px;
    }

    .t-x-gap-15 {
        column-gap: 15px;
    }

    .t-x-gap-20 {
        column-gap: 20px;
    }

    .t-x-gap-25 {
        column-gap: 25px;
    }

    .t-x-gap-30 {
        column-gap: 30px;
    }

    .t-x-gap-35 {
        column-gap: 35px;
    }

    .t-x-gap-40 {
        column-gap: 40px;
    }

    .t-x-gap-45 {
        column-gap: 45px;
    }

    .t-x-gap-50 {
        column-gap: 50px;
    }

    .t-y-gap-10 {
        row-gap: 10px;
    }

    .t-y-gap-15 {
        row-gap: 15px;
    }

    .t-y-gap-20 {
        row-gap: 20px;
    }

    .t-y-gap-25 {
        row-gap: 25px;
    }

    .t-y-gap-30 {
        row-gap: 30px;
    }

    .t-y-gap-35 {
        row-gap: 35px;
    }

    .t-y-gap-40 {
        row-gap: 40px;
    }

    .t-y-gap-45 {
        row-gap: 45px;
    }

    .t-y-gap-50 {
        row-gap: 50px;
    }
}

@media only screen and (max-width:767.98px) {
    .m-flex-col {
        display: flex !important;
        flex-direction: column !important;
    }

    .m-flex-row {
        display: flex !important;
        flex-direction: row !important;
    }

    .m-grid-box {
        display: grid !important;
    }

    .m-flex-row.full>*,
    .m-flex-col.full>*,
    .m-grid-box>* {
        width: 100%;
    }

    .m-grid-column-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .m-grid-column-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .m-grid-column-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .m-grid-column-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .m-grid-column-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .m-gap-10 {
        gap: 10px;
    }

    .m-gap-15 {
        gap: 15px;
    }

    .m-gap-20 {
        gap: 20px;
    }

    .m-gap-25 {
        gap: 25px;
    }

    .m-gap-30 {
        gap: 30px;
    }

    .m-gap-35 {
        gap: 35px;
    }

    .m-gap-40 {
        gap: 40px;
    }

    .m-gap-45 {
        gap: 45px;
    }

    .m-gap-50 {
        gap: 50px;
    }

    .m-x-gap-10 {
        column-gap: 10px;
    }

    .m-x-gap-15 {
        column-gap: 15px;
    }

    .m-x-gap-20 {
        column-gap: 20px;
    }

    .m-x-gap-25 {
        column-gap: 25px;
    }

    .m-x-gap-30 {
        column-gap: 30px;
    }

    .m-x-gap-35 {
        column-gap: 35px;
    }

    .m-x-gap-40 {
        column-gap: 40px;
    }

    .m-x-gap-45 {
        column-gap: 45px;
    }

    .m-x-gap-50 {
        column-gap: 50px;
    }

    .m-y-gap-10 {
        row-gap: 10px;
    }

    .m-y-gap-15 {
        row-gap: 15px;
    }

    .m-y-gap-20 {
        row-gap: 20px;
    }

    .m-y-gap-25 {
        row-gap: 25px;
    }

    .m-y-gap-30 {
        row-gap: 30px;
    }

    .m-y-gap-35 {
        row-gap: 35px;
    }

    .m-y-gap-40 {
        row-gap: 40px;
    }

    .m-y-gap-45 {
        row-gap: 45px;
    }

    .m-y-gap-50 {
        row-gap: 50px;
    }
}

/* [Banner] */
/*====================================================================================================*/
.home-banner-sec {
    background-color: var(--grey-19-color);
    position: relative !important;
}

/* .home-banner > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(var(--row-gap) * -1);
    left: calc(var(--side-gap) * -1.5);
    aspect-ratio: 612/768;
    width: auto;
    height: calc(100% + var(--row-gap));
    background-size: contain;
    background-image: url(./images/banner-icon.webp);
    z-index: -1;
    opacity: 0.03;
} */

.home-banner-sec,
.home-banner,
.home-banner>.wpb_column>.vc_column-inner {
    aspect-ratio: var(--home-banner-size);
}

@media only screen and (min-width: 1000px) {

    .home-banner-sec,
    .home-banner,
    .home-banner>.wpb_column>.vc_column-inner {
        height: calc(100vh + 20px) !important;
        /* width: 100% !important; */
    }
}

/* .home-banner > .wpb_column {
    position: absolute;
} */

.home-banner>.wpb_column>.vc_column-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: var(--row-gap) !important;
    padding-bottom: var(--row-gap) !important;
    padding-right: var(--side-gap) !important;
    padding-left: var(--side-gap) !important;
    background-position: top !important;
    position: relative;
}

@media only screen and (max-width:767.98px) {
    .home-banner>.wpb_column>.vc_column-inner {
        background-position: 70% !important;
    }

    .home-banner>.wpb_column>.vc_column-inner:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: 0;
        background: var(--white-color);
        background-blend-mode: multiply;
        opacity: 0.2;
        z-index: 0;
        border-radius: calc(var(--row-gap) / 2);
    }

    .home-banner>.wpb_column>.vc_column-inner>.wpb_wrapper {
        position: relative;
        z-index: 1;
    }
    
    .ct-toggle >.ct-icon{
        fill:#FDFDFD !important;
    }
    
    [data-header="type-1:sticky:shrink"] .ct-toggle > .ct-icon {
        fill: #000000 !important;
    }
    
    .about-us-sec{
        padding-top:35px !important;
    }
    
    .about-us-sec>.vc_row>.wpb_column:last-child >.vc_column-inner >.wpb_wrapper >.wpb_text_column{
        text-align: justify;
    }
    
    
}

.home-banner>.wpb_column>.vc_column-inner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(285deg, rgba(145, 179, 191, 0.30) 0.1%, rgba(179, 203, 206, 0.30) 99.9%);
    background-blend-mode: multiply;
    opacity: 0.3;
}

@media only screen and (min-width:1000px) {
    .home-banner>.wpb_column:first-child>.vc_column-inner:before {
        display: none;
    }
}

.home-banner>.wpb_column>.vc_column-inner>.wpb_wrapper {
    z-index: 2 !important;
    position: relative !important;
    /*height: 100% !important;*/
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-top: calc(var(--row-gap) + 35px);
}

.home-banner-title {
    font-size: var(--banner-title);
    color: var(--white-color);
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
}

.home-banner-title-s {
    font-size: calc(var(--banner-title) / 57 * 30);
    margin-bottom: 0 !important;
    line-height: 1 !important;
}


@media only screen and (min-width:1000px) {

    .home-banner-mini-title,
    .home-banner-title {
        margin-bottom: 20px;
    }
}

.banner-btn {
    opacity: 0;
}

.banner-btn {
    opacity: 1;
    transition: var(--gsap-effect-slow);
    transition-delay: 1.5s;
}

.pass .home-banner-title,
.pass .banner-btn,
.pass .home-banner-text {
    opacity: 1;
    animation: opacityDown 0.3s forwards;
}

@keyframes opacityUp {
    to {
        opacity: 1;
    }
}

@keyframes opacityDown {
    to {
        opacity: 0;
    }
}

.dot-trigger-wrapper {
    display: block;
    position: absolute;
    bottom: var(--inner-side-gap);
    left: calc(var(--side-gap) / 3 * 2);
    bottom: var(--row-gap);
    transform: translate(0, 100%);
    z-index: 49;
}

@media only screen and (max-width:999.98px) {
    .dot-trigger-wrapper {
        bottom: 35px;
        transform: translate(0, 0);
    }
}

.dot-trigger-wrapper>.wpb_wrapper {
    display: flex;
    gap: 15px;
}

.dot-trigger {
    aspect-ratio: 1/1;
    width: 10px;
    height: 10px;
    background-color: var(--white-color);
    border-radius: 50%;
    transition: var(--transition-effect);
    cursor: pointer;
    opacity: 0.5;
}

.dot-trigger.active,
.dot-trigger:hover {
    background-color: var(--white-color);
    opacity: 1;
}

.home-banner>.wpb_column {
    z-index: 3;
    transform: translate(0) scale(0.5);
    opacity: 0;
    transition: var(--transition-effect) !important;
}

.home-banner>.wpb_column.pass {
    transform: translate(0, 100%) scale(0.7);
    transition: var(--gsap-effect) !important;
    z-index: 8;
}

.home-banner>.wpb_column {
    z-index: 5;
    opacity: 1;
    transform: translate(0) scale(1);
    transition: var(--gsap-effect) !important;
}

.home-banner-text {
    font-size: calc(var(--banner-mini-title) * 1.1);
    font-weight: 400;
    max-width: 35vw;
    color: var(--white-color);
}

@media only screen and (max-width:999.98px) {
    .home-banner-text {
        max-width: 75vw;
    }
}

@media only screen and (max-width:767.98px) {
    .home-banner-text {
        max-width: 100%;
    }
}

.banner-mini-title {
    animation: 0.5s wakeUp ease-out forwards 0.7s;
    transform: rotate3d(1, 0, 0, 90deg);
    transform-origin: bottom;
}

@keyframes wakeUp {
    0% {
        transform: rotate3d(1, 0, 0, 90deg);
    }

    100% {
        transform: rotate3d(1, 0, 0, 0deg);
    }
}

.home-banner-title {
    animation: 0.7s slideTitle ease-out forwards 1s;
    transform: translateX(min(-50vw, calc(-100% - var(--side-gap))));
    opacity: 0;
}

.banner-title {
    animation: 0.7s slideTitle ease-out forwards 1.5s;
    transform: translateX(min(-50vw, calc(-100% - var(--side-gap))));
    font-weight: 500;
    opacity: 0;
    margin-bottom: 10px;
}

@keyframes slideTitle {

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.home-banner-text {
    animation: 1s opacityUp ease-out forwards 1.5s;
    opacity: 0;
}

.banner-text {
    animation: 1s opacityUp ease-out forwards 2s;
    opacity: 0;
}

.banner-img {
    animation: 2s opacityUp ease-out forwards 1s;
    opacity: 0;
}

.banner-title {
    font-size: calc(var(--banner-title) * 0.95);
    color: var(--white-color);
    font-weight: 600;
    line-height: 1.3;
}

.banner-sec {
    aspect-ratio: var(--banner-size);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: var(--row-gap) calc(var(--side-gap) - 15px) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* .banner-sec > .vc_row {
    padding-top:35px;
} */

.banner-sec:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(11, 26, 52, 0.00) 0%, rgba(11, 26, 52, 0.20) 100%);
    z-index: 0;
}

/* 
.banner-sec:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(var(--side-gap) * -0.5);
    aspect-ratio: 612/768;
    width: auto;
    height: calc(100% + var(--row-gap));
    background-size: cover;
    background-image: url(./images/banner-icon.webp);
    z-index: 0;
    opacity: 0.05;
} */

.vc_parallax .vc_parallax-inner {
    background-position: 50% 50%;
}

.home-banner-mini-title {
    font-size: var(--banner-mini-title);
    font-weight: 400;
    padding-inline: calc(var(--banner-mini-title) * 2.1);
    padding-block: calc(var(--banner-mini-title) * 0.35);
    color: var(--white-color);
    text-transform: capitalize;
    border-radius: calc(var(--banner-mini-title) * 1.7) 0 0 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(7.5px);
    width: fit-content;
}

.closer-corner-sec {
    margin-inline: calc(var(--side-gap) / 3 * -2);
    overflow: hidden;
    border-radius: calc(var(--row-gap) / 2);
    width: calc(100% + (var(--side-gap) / 3 * 4)) !important;
}

.home-banner>.wpb_column>.vc_column-inner:before {
    content: '';
    display: block !important;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(59.14% 59.14% at 50% 50%, rgba(11, 26, 52, 0.00) 0%, rgba(11, 26, 52, 0.50) 100%);
    background-blend-mode: multiply;
}

.home-banner-btn-box>.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: max(1vw, 15px);
    justify-content: flex-start;
    align-items: center;
}

@media only screen and (max-width:767.98px) {
    .home-banner-btn-box>.wpb_column>.vc_column-inner>.wpb_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*[Custom]*/
/*====================================================================================================*/

/*Layout */
/* #main-container {
    position: relative;
}

#main-container:before,
#main-container:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: red;
    z-index: 999;
}

#main-container:before {
    left: var(--side-gap);
}

#main-container:after {
    right: var(--side-gap);
} */


.sr7-bullet {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.sr7-bullet::after {
    color: #FDFDFD;
    font-size: var(--font-size-s);
    font-weight: 400;
}

.sr7-bullet:nth-child(1)::after {
    content: "1";
}

.sr7-bullet:nth-child(2)::after {
    content: "2";
}

.sr7-bullet:nth-child(3)::after {
    content: "3";
}

.sr7-bullet.selected::after {
    color: var(--theme-color);
}

#SR7_1_1 .hesperiden.sr7-bullets::before {
    content: "" !important;
    position: absolute !important;
    left: 25% !important;
    bottom: 80px !important;
    width: 1px !important;
    height: 70px !important;
    background: #FDFDFD !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
}

#SR7_1_1 .hesperiden.sr7-bullets::after {
    content: "" !important;
    position: absolute !important;
    left: 25% !important;
    bottom: -85px !important;
    width: 1px !important;
    height: 70px !important;
    background: #FDFDFD !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
}

.home-inner>.wpb_column>.vc_column-inner>.wpb_wrapper {
    background-color: #1F1F1F;
    padding-inline: 70px;
    padding-top: var(--inner-large-row-gap);
}

@media only screen and (min-width:768px) {
    .home-inner>.wpb_column>.vc_column-inner>.wpb_wrapper {
        margin-left: -150px;
        margin-top: var(--inner-large-row-gap);
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 999.98px) {
    .cta-row .cta-img:nth-child(3) {
        width: 35% !important;
        height: 40%;
    }

    .cta-row .cta-img:nth-child(4) {
        width: 45% !important;
        height: 40%;
    }

    .cta-row .cta-img:nth-child(5) {
        width: 31% !important;
        height: 28%;
        top: 65% !important;
    }

    .cta-row .cta-img:nth-child(6) {
        width: 25% !important;
        height: 60%;
    }
    
    .cta-row .cta-img * {
        height: 100%;
        object-fit:cover;
    }
}

@media only screen and (max-width:767.98px) {
    .home-inner .wpb_text_column {
        text-align: justify;
    }

    .home-inner-second {
        display: flex;
        padding-bottom: 0 !important;
    }

    .home-about-sec {
        padding-inline: 0px;
    }

    .choose-inner-row:before,
    .choose-inner-row:after {
        display: none;
    }

    .why-choose-inner>.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_custom_heading {
        align-items: flex-end;
    }

    .explore-row>.wpb_column:nth-child(2) {
        order: -1;
    }

    .explore-row>.wpb_column:nth-child(1)>.vc_column-inner>.wpb_wrapper{
        display: flex;
        flex-direction: column-reverse;
    }
    
    .explore-row>.wpb_column:nth-child(3)>.vc_column-inner>.wpb_wrapper>.vc_btn3-container {
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }
    
    .contact-us-btn:not(:last-child) {
        margin-bottom: 10px;
    }

    .cta-button>.wpb_column>.vc_column-inner>.wpb_wrapper {
        flex-direction: column !important;
    }

    .choose-inner-row>.wpb_column>.vc_column-inner>.wpb_wrapper {
        align-items: start !important;
    }

    .home-head:after {
        height: 25px !important;
    }

    .home-inner>.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding-inline: var(--inner-side-gap)
    }

    #SR7_1_1 .hesperiden.sr7-bullets::before {
        content: "" !important;
        position: absolute !important;
        left: 25% !important;
        bottom: 80px !important;
        height: 35px !important;
    }

    #SR7_1_1 .hesperiden.sr7-bullets::after {
        content: "" !important;
        position: absolute !important;
        left: 25% !important;
        bottom: -55px !important;
        height: 35px !important;
    }

    #SR7_1_1 .hesperiden.sr7-bullets {
        transform: translate(-10px, -38px) !important;
    }

    .about-us-sec>.vc_row>.wpb_column:nth-child(2) {
        padding-inline: 15px;
    }

    .iksm-widget {
        padding: 0px !important;
    }

}


.home-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-head:after {
    content: '';
    display: inline-block;
    position: relative;
    height: 45px;
    width: auto;
    background-image: url(./images/logo.webp);
    background-size: contain;
    aspect-ratio: 383/59;
}


@media only screen and (max-width:1000px) {
    .home-inner>.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_custom_heading {
        display: flex;
        column-gap: 20px;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .home-hover-row{
        padding-block:var(--row-gap);
    }
}

.home-about-sec {
    margin-inline: auto;
    max-width: 1200px;
}

.home-btn {
    position: relative;
    border: 1px solid var(--theme-color);
    overflow: hidden;
    background-color: transparent;
    z-index: 1;
}

.home-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-color);
    transition: width 0.3s ease;
    z-index: -1;
}

.home-btn:hover::before {
    width: 100%;
}

.home-inner-second .wpb_column .wpb_text_column {
    font-family: var(--theme-title-font-family);
    color: #000;
    text-align: center;
}

.home-inner-second .wpb_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-inner-second {
    padding-top: var(--inner-row-gap);
    padding-bottom: var(--row-gap);
}

.home-inner-second .wpb_text_column {
    margin-bottom: 0;
}

.home-inner-second .wpb_text_column:first-child p {
    font-size: var(--font-size-1);
}

.home-inner-second .wpb_text_column:nth-child(2) p {
    font-size: 20px;
}

.home-about-sec .absolute-img {
    padding-bottom: 0px !important;
}

.why-choose-inner>.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_custom_heading {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.choose-icon .vc_single_image-wrapper {
    width: 45px;
    height: 45px;
    border: 1px solid #FDFDFD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-inner-row>.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: grid;
    grid-template-columns: 45px 1fr;
    align-items: center;
    column-gap: 20px;
}

.view-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.view-btn .vc_btn3 {
    padding: 10px 25px;
    padding-inline: 35px !important;

    background: #FDFDFD !important;
    background-image: none !important;

    color: #000 !important;

    position: relative;
    overflow: hidden;
    z-index: 1;

    font-weight: 700;
    font-size: var(--font-size-s);
    border: 1px solid black;
    transition: color 0.4s ease, border-color 0.4s ease;
}

.view-btn .vc_btn3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    transform: translateX(-100%);

    transition: transform 0.4s ease;
}

.view-btn .vc_btn3:hover::before {
    transform: translateX(0);
}

.view-btn .vc_btn3:hover {
    color: #fff !important;
    border-color: #000;
}

.title {
    font-family: var(--theme-title-font-family);
    font-size: var(--font-size-2);
    color: var(--black-color);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.explore-row .wpb_text_column {
    color: var(--black-color);
}

.explore-inner .wpb_single_image {
    aspect-ratio: 2/3;
}

.explore-inner-2 .wpb_single_image {
    aspect-ratio: 2/3;
}

.explore-row>.wpb_column:nth-child(2) {
    display: flex;
}

.explore-inner .wpb_single_image,
.explore-inner-2 .wpb_single_image {
    position: relative;
}

.explore-inner .wpb_single_image figure::after,
.explore-inner-2 .wpb_single_image figure::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 60%;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            #000 100%);
    z-index: 1;
    pointer-events: none;
}

.explore-inner-2 .wpb_single_image::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 125px;
    height: 150px;
    background-image: url("./images/kitchmach.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.explore-inner .wpb_wrapper,
.explore-inner-2 .wpb_wrapper {
    position: relative;
}

.explore-inner .wpb_singleimage_heading,
.explore-inner-2 .wpb_singleimage_heading {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    margin: 0;
    z-index: 5;
    color: #FDFDFD;
    text-align: center;
    font-family: var(--theme-title-font-family);
    font-size: var(--font-size-2);
    font-weight: 400;
    white-space: nowrap;
    transition:
        transform 0.3s ease,
        bottom 0.3s ease;
}

.explore-inner .vc_btn3-container,
.explore-inner-2 .vc_btn3-container {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translate(-50%, 50px);
    margin: 0;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}

.explore-inner .wpb_wrapper:hover .wpb_singleimage_heading,
.explore-inner-2 .wpb_wrapper:hover .wpb_singleimage_heading {
    transform: translate(-50%, -100px);
}

.explore-inner .wpb_wrapper:hover .wpb_single_image+.vc_btn3-container,
.explore-inner-2 .wpb_wrapper:hover .wpb_single_image+.vc_btn3-container {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.home-hover-sec {
    position: relative;
}

.home-hover-row>.wpb_column>.vc_column-inner>.wpb_wrapper {
    background: rgba(217, 217, 217, 0.85);
}


@media only screen and (max-width:999.98px) {
    .home-hover-img-row {
        position: absolute !important;
        top: 0;
        left: 0 !important;
        width: 100% !important;
        height: 100%;
        margin: 0;
    }

    .home-hover-img-row,
    .home-hover-img-row>div,
    .home-hover-img-row>div>div,
    .home-hover-img-row>div>div>div {
        display: flex;
        justify-content: stretch;
        width: 100%;
    }

}

@media (max-width: 767px) {

    .explore-inner .wpb_singleimage_heading,
    .explore-inner-2 .wpb_singleimage_heading {
        transform: translate(-50%, -100px);
        transition: none;
    }


    .explore-inner .vc_btn3-container,
    .explore-inner-2 .vc_btn3-container {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0) !important;
        transition: none !important;
    }

    .explore-inner .wpb_wrapper:hover .vc_btn3-container,
    .explore-inner-2 .wpb_wrapper:hover .vc_btn3-container {
        transform: translate(-50%, 0) !important;
    }

}



@media only screen and (min-width:1000px) {
    .home-hover-row {
        position: absolute;
        top: 57%;
        left: 51%;
        transform: translate(-50%, -50%);
        background-color: var(--theme-color);
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }

    .home-hover-row>.wpb_column {
        opacity: 0;
        visibility: hidden;
        transition: var(--transition-effect);
    }

    .home-hover-row:hover>.wpb_column {
        opacity: 1;
        visibility: visible;
    }

    .home-hover-row>.wpb_column:first-child {
        width: 450px;
        max-width: 40vw;
        transform: translate(-130%, -80%);
    }

    .home-hover-row>.wpb_column:last-child {
        width: 450px;
        max-width: 40vw;
        transform: translate(10%, -220%);
    }

    .home-hover-row:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle,
                rgba(255, 255, 255, 1) 0 20%,
                rgba(255, 255, 255, 0.8) 20% 40%,
                rgba(255, 255, 255, 0.6) 40% 60%,
                rgba(255, 255, 255, 0.4) 60% 80%,
                transparent 100%);
        transform: translate(-50%, -50%);

        animation: home-hover-pulse 1s infinite;
        transform-origin: center;
        border-radius: 50%;
        z-index: -1;
    }

    .home-hover-row:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;

        background-color: var(--theme-color);
    }


    @keyframes home-hover-pulse {
        0% {
            transform: translate(-50%, -50%) scale(1.5);
        }

        50% {
            transform: translate(-50%, -50%) scale(2.5);
        }

        100% {
            transform: translate(-50%, -50%) scale(1.5);
        }
    }
}


.home-hover-row .choose-icon .vc_single_image-wrapper {
    width: 45px;
    height: 45px;
    border: 1px solid #EB191D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-hover {
    font-family: var(--theme-title-font-family);
    font-size: 22px;
    color: var(--black-color);
    font-weight: 400;
    text-transform: capitalize;
}

.home-hover-row .wpb_text_column {
    color: var(--black-color);
    margin: 0px;
}

.home-hover-row .wpb_column>.vc_column-inner>.wpb_wrapper {
    padding-inline: var(--inner-side-gap);
    padding-block: var(--inner-row-gap);
}

.home-hover-img {
    margin-bottom: 10px;
}


.title-cta {
    font-size: var(--font-size-0);
    font-family: var(--theme-title-font-family) !important;
    font-weight: 400;
    color: #F9F9FA;
    position: relative;
    z-index: 1 !important;
}

.cta-button {
    position: relative;
    z-index: 2;
    width: 100%;
}

.cta-sec {
    position: relative;
    padding-block: 0 !important;
}

.cta-sec {
    background-image: url(./images/cta-bg.webp);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.contact-us-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.whatsapp-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
}

.contact-us-btn .vc_btn3,
.whatsapp-btn .vc_btn3 {
    padding: 10px 25px;
    background-image: none;
    position: relative;
    transition: color 0.4s ease, border-color 0.4s ease;
    font-weight: 700;
    font-size: var(--font-size-s);
    overflow: hidden;
    padding-inline: 35px !important;
    width: 100%;
}


.contact-us-btn .vc_btn3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FDFDFD;
    z-index: -1;
    transition: transform 0.4s ease;
    transform: translateX(0);
}

.contact-us-btn .vc_btn3:hover::before {
    transform: translateX(100%);
}

.contact-us-btn .vc_btn3:hover {
    border-color: #FDFDFD !important;
}

.whatsapp-btn .vc_btn3 {
    background-color: #00000080 !important;
}

.whatsapp-btn .vc_btn3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #FDFDFD;
    z-index: -1;
    transition: width 0.4s ease;
}


.whatsapp-btn .vc_btn3:hover::before {
    width: 100%;
}

.whatsapp-btn .vc_btn3:hover {
    background-color: transparent !important;
    color: #000 !important;
    border-color: #000 !important;
}

.cta-button>.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: var(--inner-side-gap);
    max-width: 600px;
    margin-inline: auto;
    flex-wrap: nowrap;
    padding-inline: 15px;
}

.whatsapp-btn .vc_btn3::after {
    content: "\f095";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
}

.whatsapp-btn .vc_btn3 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
}

.cta-row .cta-img {
    position: absolute;
    z-index: 0;
}

.cta-row .cta-img:nth-child(3) {
    left: 0;
    top: 63%;
    width: 24%;
}

.cta-row .cta-img:nth-child(4) {
    left: 15%;
    bottom: 42%;
    width: 26%;
}

.cta-row .cta-img:nth-child(5) {
    left: 58%;
    top: 50%;
    width: 20%;
}

.cta-row .cta-img:nth-child(6) {
    right: 0;
    bottom: 25%;
    width: 17%;
}

.cta-row .cta-img * {
    width: 100%;
}

.cta-row>.wpb_column>.vc_column-inner>.wpb_wrapper {
    padding-block: calc(var(--row-gap) * 2) calc(var(--row-gap) * 2 - 35px) !important;
}


@media only screen and (min-width:768px) {
    .about-us-sec>.vc_row>.wpb_column:nth-child(2) {
        padding-inline: var(--side-gap);
        padding-block: var(--row-gap);
    }

    .about-us-sec>.vc_row>.wpb_column:nth-child(2)>.vc_column-inner>.wpb_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about-us-sec>.vc_row>.wpb_column:nth-child(2)>.vc_column-inner>.wpb_wrapper>.vc_custom_heading {
        margin-bottom: 35px;
    }

    .about-us-inner>.wpb_column>.vc_column-inner>.wpb_wrapper .vc_custom_heading {
        font-size: var(--font-size-2);
    }

    .about-us-inner>.wpb_column>.vc_column-inner>.wpb_wrapper {
        position: relative;
        padding-bottom: 65px;
        margin-top: var(--row-gap);
        padding-right: var(--inner-side-gap);
        padding-top: var(--row-gap);
    }

    .vision-sec>.vc_row>.wpb_column:nth-child(1) {
        padding-right: 50px;
    }


}

.about-us-inner>.wpb_column>.vc_column-inner>.wpb_wrapper {
    padding-top: var(--row-gap);
}


@media only screen and (max-width:767.98px) {
    .about-us-inner>.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding-top: var(--inner-row-gap);
    }

    .vision-sec {
        padding-block:0px !important;
    }

    .vision-inner-row img.vc_single_image-img {
        max-height: 300px;
        object-fit: cover;
    }

    .vision-inner-row>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_single_image {
        margin-bottom: 0px;
    }

    .vision-inner-row>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_single_image {
        margin-inline: -15px;
        width: calc(100% + 30px);
    }
    
    .explore-row .wpb_text_column {
        text-align: center;
    }
}


.about-us-inner>.wpb_column>.vc_column-inner>.wpb_wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150%;
    height: 100%;
    background: #1F1F1F;
    z-index: -1;
}

#SR7_1_1-1 .sr7-layer#SR7_1_1-1-9,
#SR7_1_1-4 .sr7-layer#SR7_1_1-4-9,
#SR7_1_1-3 .sr7-layer#SR7_1_1-3-9 {
    font-family: var(--theme-font-family) !important;
    font-size: var(--font-size-t) !important;
}

.contact-us-sec>.wpb_column:first-child {
    background-color: #000;
}

.contact-us-sec>.wpb_column:first-child>.vc_column-inner {
    padding-inline: var(--row-gap);
    padding-top: var(--row-gap);
    padding-bottom: 85px;
}

.contact-us-sec>.wpb_column:last-child>.vc_column-inner {
    padding: var(--row-gap);
}


.contact-inner .vc_custom_heading {
    font-family: var(--theme-title-font-family);
    font-size: var(--font-size-5);
    font-weight: 400;
}

.contact-inner>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_text_column {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-inner>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_text_column::before {
    font-family: var(--fa-icon);
    font-weight: 900;
    color: #EB191D;
    display: inline-block;
    width: 30px;
    min-width: 30px;
    margin-right: 18px;
    font-size: 20px;
}

.contact-inner>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_text_column:nth-child(2)::before {
    content: "\f3c5";
}

.contact-inner>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_text_column:nth-child(3)::before {
    content: "\f095";
}

.contact-inner>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_text_column:nth-child(4)::before {
    content: "\f0e0";
}

.contact-us-sec>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_single_image {
    margin-bottom: 10px !important;
}

.logo-img>.wpb_wrapper>.vc_single_image-wrapper img {
    object-fit: cover;
    aspect-ratio: 149 / 164;
}
/* ========================================
   CONTACT FORM
   ======================================== */

/* Main CF7 form */
#wpcf7-f14-p130-o2 form {
    display: block;
    width: 100%;
}


/* ========================================
   FORM LAYOUT
   ======================================== */

/* Fields container */
#wpcf7-f14-p130-o2 .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 0;
}

/* First Name, Last Name, Phone, Email */
#wpcf7-f14-p130-o2 .form > div {
    width: 48.4%;
    margin: 0 0 20px 0;
}

/* CF7 field wrapper */
#wpcf7-f14-p130-o2 .form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Message container - full width */
#wpcf7-f14-p130-o2 .form > #msg {
    width: 100%;
    margin-bottom: 29px;
}

/* Message CF7 wrapper */
#wpcf7-f14-p130-o2 .form > #msg .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* All text inputs and textarea */
#wpcf7-f14-p130-o2 input[type="text"],
#wpcf7-f14-p130-o2 input[type="email"],
#wpcf7-f14-p130-o2 input[type="tel"],
#wpcf7-f14-p130-o2 textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 0.80);
    border-radius: 0;
    background: #FDFDFD;
    color: #555;
    font-family: var(--theme-font-family);
    font-size: var(--font-size-t);
    font-weight: 400;
    outline: none;
}

#wpcf7-f14-p130-o2 input[type="text"],
#wpcf7-f14-p130-o2 input[type="email"],
#wpcf7-f14-p130-o2 input[type="tel"] {
    height: 50px;
    padding: 0 35px;
}

#wpcf7-f14-p130-o2 textarea {
    width: 100%;
    height: 106px;
    padding: 20px 37px;
    resize: none;
}


#wpcf7-f14-p130-o2 input::placeholder,
#wpcf7-f14-p130-o2 textarea::placeholder {
    color: #555;
    opacity: 1;
}


/* Button wrapper */
#wpcf7-f14-p130-o2 .submit-btn {
    position: relative;
    display: block;
    width: 172px;
    height: 53px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ff1a1a;
    z-index: 1;
}


/* Red fill animation */
#wpcf7-f14-p130-o2 .submit-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ff1a1a;
    transition: width 0.3s ease;
    z-index: -1;
}


/* Hover animation */
#wpcf7-f14-p130-o2 .submit-btn:hover::before {
    width: 100%;
}

/* Actual submit button */
#wpcf7-f14-p130-o2 .submit-btn input[type="submit"] {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-family: var(--theme-font-family);
    font-size: var(--font-size-t);
    font-weight: 700;
    line-height: 51px;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s ease;
}


/* Submit text becomes white on hover */
#wpcf7-f14-p130-o2 .submit-btn:hover input[type="submit"] {
    color: #fff;
}


/* ========================================
   VALIDATION
   ======================================== */

/* CF7 validation messages */
#wpcf7-f14-p130-o2 .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 4px;
}


/* ========================================
   MOBILE
   ======================================== */

@media (max-width: 767px) {

    /* Form container */
    #wpcf7-f14-p130-o2 {
        width: 100%;
        max-width: 100%;
    }

    /* Fields container */
    #wpcf7-f14-p130-o2 .form {
        display: block;
        width: 100%;
    }

    /* All fields become full width */
    #wpcf7-f14-p130-o2 .form > div,
    #wpcf7-f14-p130-o2 .form > #msg {
        width: 100%;
        margin-bottom: 20px;
    }

    /* CF7 wrapper */
    #wpcf7-f14-p130-o2 .form .wpcf7-form-control-wrap {
        width: 100%;
    }

    /* Text inputs */
    #wpcf7-f14-p130-o2 input[type="text"],
    #wpcf7-f14-p130-o2 input[type="email"],
    #wpcf7-f14-p130-o2 input[type="tel"] {
        width: 100%;
        height: 55px;
        padding: 0 20px;
    }

    /* Message */
    #wpcf7-f14-p130-o2 textarea {
        width: 100%;
        height: 120px;
        min-height: 120px;
        max-height: 120px;
        padding: 18px 20px;
    }

    /* Submit button */
    #wpcf7-f14-p130-o2 .submit-btn {
        width: 160px;
        height: 52px;
    }

    #wpcf7-f14-p130-o2 .submit-btn input[type="submit"] {
        width: 100%;
        height: 100%;
    }
}


.contact-form-header {
    font-family: var(--theme-title-font-family) !important;
    font-weight: 400 !important;
    font-size: var(--font-size-2);
}

.contact-us-sec {
    position: relative;
}

.contact-us-sec:before {
    content: '';
    display: block !important;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(./images/contact-img.webp);
    width: 35%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(25%, 25%);
}

.woocommerce-product-details__short-description {
    font-family: var(--theme-font-family);
    font-size: var(--font-size-t);
    font-weight: 400;
    color: var(--black-color);
}

.product_title {
    font-family: var(--theme-title-font-family);
}



.products.columns-3>li.product .ct-woo-card-actions {
    background-color: #FDFDFD;
    position: relative;
    overflow: hidden;
}

.products.columns-3>li.product .ct-woo-card-actions::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 0;
}

.products.columns-3>li.product .ct-woo-card-actions:hover::before {
    transform: translateX(0);
}

.products.columns-3>li.product .ct-woo-card-actions a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.products.columns-3>li.product .ct-woo-card-actions:hover a {
    color: #fff;
}

.woocommerce-loop-product__title {
    margin-bottom: 25px !important;
}


/* Contact Us button wrapper */
.ct-header-cta {
    position: relative;
    display: block;
    padding: 0;
    width: 172px;
    height: 53px;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}

/* Red fill from left to right */
.ct-header-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #EB191D;
    transition: width 0.3s ease;
    z-index: 0;
}

/* Hover animation */
.ct-header-cta:hover::before {
    width: 100%;
}

/* Actual Contact Us link */
.ct-header-cta .ct-button {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: var(--theme-font-family);
    text-align: center;
    text-decoration: none;
    border: 1px solid #EB191D;
}

.ct-header-cta:hover .ct-button {
    color: #fff;
}

/* Category PDF button */
.category-pdf-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
    background: #FDFDFD;
    border: 1px solid #EB191D;
    color: #000;
    font-family: var(--theme-font-family);
    font-size: var(--font-size-t);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category-pdf-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #EB191D;
    transition: width 0.3s ease;
    z-index: -1;
}

.category-pdf-button:hover::before {
    width: 100%;
}

.category-pdf-button:hover {
    color: #fff;
}


/* Category items */
.iksm-terms-tree__inner>.iksm-term--parent {
    position: relative;
    padding-right: 35px;
    padding-block: 10px;
    border-bottom: 1px solid #CCC;
}

.iksm-terms-tree__inner>.iksm-term--parent:last-child {
    border-bottom: none;
}

.iksm-terms-tree__inner>.iksm-term--parent::after {
    content: "\2b";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1;
    color: #545454;
}

.iksm-terms-tree__inner>.iksm-term--parent.iksm-term--current::after {
    content: "\f068";
    color: #ed1c24;
}

.iksm-widget {
    padding-right: 65px;
}

.iksm-widget .widget-title {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--theme-font-family) !important;
    color: #1E1E1E;
    border-bottom: 1px solid #CCC;
    padding-inline: 15px;
    padding-block: 15px;
}


.entry-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    row-gap: 15px;
}

/* Breadcrumb */
.entry-header .ct-breadcrumbs {
    display: flex;
    grid-column: 1 / 3;
    grid-row: 1;
    white-space: nowrap;
    flex-wrap: wrap;
}

/* Title */
.entry-header .page-title {
    grid-column: 1 / 2;
    grid-row: 2;
    margin: 0;
    align-self: center;
}

.entry-header .category-pdf-button-wrapper {
    display: flex;
    grid-column: 2 / 3;
    grid-row: 2;
    justify-self: end;
    align-self: center;
}

.category-pdf-button-wrapper {
    margin-top: 0px !important;
}

.hero-section {
    margin-bottom: 35px !important;
}

.ct-woo-card-actions {
    width: 100%;
}

.ct-breadcrumbs .ct-separator {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #000;
    margin: 0 8px;
    vertical-align: middle;
}

.ct-breadcrumbs .ct-separator svg {
    display: none;
}

.woocommerce-product-details__short-description ul {
    padding-left: 20px;
}

.woocommerce-product-details__short-description li {
    font-size: 14px !important;
    margin-bottom: 5px;
}

#header .sub-menu>li>.ct-menu-link {
    font-family: var(--theme-font-family);
    border-bottom: 1px solid var(--theme-color);
    padding: 10px 0;
    margin: 0 15px;
}

#header .sub-menu>li:last-child>.ct-menu-link {
    border-bottom: none;
}


nav .ct-menu-link[aria-current="page"] {
    font-family: var(--theme-font-family) !important;
}


body.post-type-archive-product #iksm-widget-2 .widget-title {
    color: var(--theme-color) !important;
    position: relative;
    overflow: visible !important;
}

body.post-type-archive-product #iksm-widget-2 .widget-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 100%;
    height: 1px;
    background: var(--theme-color);
    transform: translateY(-50%);
}


/* Product Enquire Now button wrapper */
.product-btn {
    position: relative !important;
    display: block !important;
    width: 172px;
    height: 53px;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #000;
    background: #EB191D !important;
    z-index: 1;
}

/* Black fill from left to right */
.product-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: width 0.3s ease;
    z-index: 0;
}

/* Hover: black fills across the button */
.product-btn:hover::before {
    width: 100%;
}

/* Enquire Now button */
.product-btn>.vc_btn3 {
    position: relative;
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #FDFDFD !important;
    font-family: var(--theme-font-family);
    font-size: var(--font-size-t);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}



#popmake-239 .pum-close {
    position: absolute !important;
    top: 25px !important;
    right: 25px !important;
    width: 25px !important;
    height: 25px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 0 !important;
}

/* X shape */
#popmake-239 .pum-close::before,
#popmake-239 .pum-close::after {
    content: "" !important;
    position: absolute !important;
    top: 12px !important;
    left: 3px !important;
    width: 18px !important;
    height: 1px !important;
    background: #111 !important;
}

#popmake-239 .pum-close::before {
    transform: rotate(45deg);
}

#popmake-239 .pum-close::after {
    transform: rotate(-45deg);
}

/* First 4 fields = normal grid cells */
#popmake-239 [data-name="first-name"],
#popmake-239 [data-name="last-name"],
#popmake-239 [data-name="phone-number"],
#popmake-239 [data-name="your-email"] {
    width: 100% !important;
    margin: 0 !important;
}

/* Message = full width */
#popmake-239 [data-name="your-message"] {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: 0 0 6px !important;
}

/* Submit = starts from the left, like before */
#popmake-239 .wpcf7-submit {
    grid-column: 1 !important;
    width: 106px !important;
    margin: 0 !important;
}

@media (max-width: 767.98px) {
    #popmake-239 .wpcf7-form {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
    }

    #popmake-239 [data-name="first-name"],
    #popmake-239 [data-name="last-name"],
    #popmake-239 [data-name="phone-number"],
    #popmake-239 [data-name="your-email"],
    #popmake-239 [data-name="your-message"] {
        width: 100% !important;
        margin: 0 !important;
    }

    #popmake-239 [data-name="your-message"] {
        margin-bottom: 6px !important;
    }

    #popmake-239 .wpcf7-submit {
        width: 106px !important;
        margin: 0 !important;
    }
}

#popmake-239 input[type="text"],
#popmake-239 input[type="email"],
#popmake-239 input[type="tel"] {
    width: 100% !important;
    height: 44px !important;
    padding: 0 27px !important;
    box-sizing: border-box !important;

    border: 1px solid rgba(204, 204, 204, 0.80) !important;
    border-radius: 0 !important;
    background: #FDFDFD !important;

    font-size: 15px !important;
    color: #555 !important;

    outline: none !important;
    box-shadow: none !important;
}

#popmake-239 [data-name="your-message"] {
    display: block !important;
    width: 100% !important;
    margin: 0 0 20px !important;
}

#popmake-239 textarea {
    width: 100% !important;
    height: 77px !important;
    padding: 14px 27px !important;
    box-sizing: border-box !important;

    border: 1px solid rgba(204, 204, 204, 0.80) !important;
    border-radius: 0 !important;
    background: #FDFDFD !important;

    font-size: 15px !important;
    color: #545454 !important;

    resize: none !important;
    outline: none !important;
    box-shadow: none !important;
}

#popmake-239 input::placeholder,
#popmake-239 textarea::placeholder {
    color: #545454 !important;
    opacity: 1 !important;
}

#popmake-239 .wpcf7-submit {
    display: block !important;
    width: 106px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border: 1px solid #EB191D !important;
    border-radius: 0 !important;
    background-color: #fff !important;

    /* Red fill starts at 0% */
    background-image: linear-gradient(#EB191D,
            #EB191D) !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: 0% 100% !important;
    color: #000 !important;
    font-family: var(--theme-font-family) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center !important;
    cursor: pointer !important;
    transition:
        background-size 0.3s ease,
        color 0.3s ease !important;
}

/* 8. SUBMIT BUTTON HOVER */
#popmake-239 .wpcf7-submit:hover {
    background-size: 100% 100% !important;
    /* White text */
    color: #fff !important;

    border-color: #EB191D !important;
}

.page-title {
    font-family: var(--theme-title-font-family);
    font-size: var(--font-size-2);
    font-weight: 400;
}

.hero-section {
    margin-bottom: 15px !important;
}


.iksm-term--current {
    position: relative;
    overflow: visible !important;
}

.iksm-term--current::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 100%;
    height: 1px;
    background: var(--theme-color);
    transform: translateY(-50%);
}

@media only screen and (max-width:767.98px) {
    .about-us-sec>.vc_row>.wpb_column:first-child {
        margin-bottom: 35px;
    }

    .vision-sec>.vc_row>.wpb_column>.vc_column-inner {
        padding-inline: 0px;
    }

    .contact-us-sec>.wpb_column:first-child>.vc_column-inner {
        padding-bottom: calc(var(--row-gap) - 15px);
        padding-inline: var(--side-gap);
    }
    
    .contact-us-sec>.wpb_column:last-child>.vc_column-inner {
        padding-inline: var(--side-gap);
}
}

[data-column="widget-area-1"] h2.company-name {
    font-size: var(--font-size-t);
    color: #000;
    font-family: var(--theme-font-family);
    display: flex;
    gap: 10px !important;
    flex-direction: column;

}

[data-column="widget-area-1"] h2.company-name p {
    font-size: var(--font-size-t);
    color: #000;
    font-family: var(--theme-font-family);
}

[data-column="widget-area-1"] img {
    width: 130px;
}

[data-column="widget-area-1"] .widget_text {
    margin-top: 10px !important;
}


.ct-footer [data-column="widget-area-1"] {
    display: flex;
    justify-content: center;
}

.ct-container .widget-title {
    font-family: var(--theme-title-font-family);
}

.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.social-icon.whatsapp {
  background-image: url("./images/whatsapp.webp");
}

.social-icon.twitter {
  background-image: url("./images/twitter.webp");
}

.social-icon.insta {
  background-image: url("./images/insta.webp");
}

.social-icon.facebook {
  background-image: url("./images/facebook.webp");
}

.socials {
    display: flex;
    justify-content: space-between;
}


[data-column="widget-area-2"] .contact label {
    font-size: var(--font-size-5);
    font-family: var(--theme-title-font-family) !important;
    color: #999 !important
}

[data-column="widget-area-3"] .widget_nav_menu a {
    font-family: var(--theme-title-font-family);
    font-size: var(--font-size-5);
}

#menu-footer-menu .current-menu-item.current_page_item>a {
    font-size: var(--font-size-5);
    font-weight: 400 !important;
}

#menu-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}

.socials a {
    font-size: 35px;
}

#footer [data-row="middle"] .ct-container {
    padding-bottom: 35px;
}

#footer [data-row="bottom"] .ct-container {
    padding-block: 10px;
}


.ct-footer [data-column="widget-area-3"] {
    display: flex;
}


.ct-footer [data-column="widget-area-3"] {
    align-items: center;
}

@media only screen and (max-width:1000px) {

    #menu-footer-menu {
        flex-direction: row !important;
    }

    .ct-footer [data-column="widget-area-3"] {
        align-items: flex-start;
    }

    .socials {
        display: flex;
        justify-content: flex-start;
        gap:10px;
    }
    
    #menu-footer-menu {
        gap: 0px !important;

}
}


@media only screen and (max-width: 999.98px) {
    #footer ul.widget-menu>li:not(:last-child) {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid black;
    }
    
    .home-hover-row >.wpb_column:first-child{
    margin-bottom:35px;
    }
}

.home-inner>.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_custom_heading {
    display: flex;
    gap: 15px;
    align-items: center;
}

[data-column="widget-area-3"] .current_page_parent>a {
    font-weight: 400 !important;
}

.my-related-products >.ct-module-title {
    font-family:var(--theme-title-font-family);
    font-size:var(--font-size-2);
    font-weight:400;
    margin-bottom:35px !important;
}


.contact-inner a {
    color: #FDFDFD !important;
    text-decoration: none !important;
}

.contact-inner a:hover {
    color: var(--theme-color) !important;
    text-decoration: none !important;
}

body.page-id-130 #footer >[data-row="middle"]{
    display: none !important;
}

.why-choose-sec {
  position: relative;
}

.why-choose-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgb(0 0 0 / 60%) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.why-choose-sec > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .why-choose-sec::before {
        background: black;
        opacity: 0.4;
    );
  }
}


