﻿
html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

:root {
    --gradient-1: linear-gradient(135deg, #2ecc71 0%, #27ae60 30%, #2c5aa0 60%, #1f3c88 100%);
    --gradient-2: linear-gradient(120deg, #1e8449, #00b894, #2c5aa0, #1a2f6b);
    --blue-text-color: #1f3c88;
    --green-text-color: #2ecc71;
    --deep-blue: #062B6C;
    --bright-blue: #0385FA;
    --goldan-yellow: #F1B419;
    --logo-gradient-blue: linear-gradient( 135deg, #0385FA 0%, #065DE8 30%, #062B6C 70%, #031D4C 100% );
    --logo-gradient-yellow: background: linear-gradient( 135deg, #FFD54A 0%, #F1B419 50%, #D89A00 100% );
    --premium-website-blue: linear-gradient( 135deg, #07061F 0%, #031D4C 35%, #062B6C 70%, #065DE8 100% );
}
body {
  /*  background: #eaeded !important;*/
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: #000;
    /*  padding-top: 83px*/
    font-family: "Roboto", sans-serif!important;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: var(--logo-gradient-blue);
    border-radius: 30px;
}


::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 30px;
}

ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}


/**************** header-section *******************************************/
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffffe3 url(../../images/loader_2.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99;
    background-size: 7%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.hide {
    display: none;
}

.header-area {
    background: #f9f9f9;
    padding: 8px 0px;
}

.left ul {
    display: flex;
    align-items: center;
}

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
            text-decoration: none;
        }

.left ul {
    display: flex;
    align-items: center;
    margin: 0px;
}

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        color: #475a75;
    }

        .left ul li a {
            color: #475a75;
            padding-left: 10px;
        }

.right ul {
    /* display: inline-block; */
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
    width: 100%;
    text-align: right;
}

.right {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

    .right ul li {
        margin-left: 25px;
        font-size: 16px;
        color: #fff;
        display: inline-block;
    }
.myProfileSlot li {
    color: #3e3e3e !important;
    font-size: 14px !important;
    margin: 0px !important;
    display: flex !important;
    padding: 5px 20px;
    border-bottom: 1px solid #ccc;
}
    .myProfileSlot li:hover{
        background:#f1f1f1;
    }
    .myProfileSlot li a.nav-link {
        color: #3e3e3e;
    }
.myProfileSlot {
    padding: 0px !important;
}
.right ul li a {
    color: #475a75;
    padding: 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
}

section.marqueeSlot {
    font-size: 16px;
    height: 30px;
    background: var(--gradient-2);
    padding: 3px 0px;
    color: white;
    border-bottom: 1px solid #ffffff38;
    display:none;
}


ul.dropdown-menu.myaccountSlot {
    display: none;
}

    ul.dropdown-menu.myaccountSlot.show {
        display: block;
        padding: 0px;
        border: 0px;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    }

.myaccountSlot li {
    margin: 0px 0px 0px 0px !important;
}

    .myaccountSlot li a.nav-link:hover {
        background: #d63432;
        color: #fff;
    }

    .myaccountSlot li a.nav-link {
        color: #333;
        border-bottom: 1px solid #ccc;
        padding: 10px 10px;
    }
.customBtn {
    background: var(--gradient-1);
    padding: 8px 24px;
    display: inline-block;
    color: white;
    border-radius: 54px;
    font-size: 15px;
    /*transition:0.5s ease-in;*/
}
    .customBtn:hover{
        background:var(--blue-text-color);
        text-decoration:none;
        color:white;
    }

    header.header-section {
        background: white;
        height: auto;
        /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
        padding-bottom: 0;
        transition: all .5s ease;
        transition-duration: 0.6s;
    }

header.homepage {
    background: white;
    height: auto;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
    padding-bottom: 0;
    transition: all .5s ease;
    transition-duration: 0.6s;
}

.search-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-header img {
    width: 50%;
}

ul.navbar-nav.headerSlot i {
    font-size: 15px;
    margin: 0px 0px 0px 5px;
    font-size: 15px;
    color: #28353fba;
    font-weight: 600;
    transition: 0.5s;
}

.newsletter-form form {
    margin: 15px 15px 15px 15px !important;
}

.header-searchSlot .newsletter-form input {
    background-color: #fff;
    border: 1px solid #03b9ad;
    transition: all 0.5s ease 0s;
}

span.nadeemmmk {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.liststyle ul.ul_list li:hover {
    background: #06060617;
    cursor: pointer;
}

.liststyle ul.ul_list li {
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #00000040;
}

.header-searchSlot:hover .products_submenu {
    opacity: 1;
    z-index: 9999;
    transform: scaleY(1);
}

.newsletter-form .products_submenu.companySlot {
    max-width: 72.5% !important;
    left: 20px;
    padding: 0px;
    overflow: scroll;
    background: #ffffff;
    overflow-x: hidden;
    height: 230px;
    box-shadow: 0px 0px 6px #ccc;
}

.liststyle {
    margin: 0px;
}

.header-searchSlot {
    display: none;
    transition: all .5s ease;
}

    .header-searchSlot.formSlot {
        display: block;
        transition: all .5s ease;
        width: 500px;
        position: absolute;
        top: 40px;
        right: 0px;
        z-index: 99;
        background: white;
    }

.add_cart {
    display: none;
    width: 20px;
    height: 20px;
    background: #12870c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 0px;
}

.maindiv.fixed {
    background: white;
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 2px 1px 4px #999;
    width: 100%;
    transition: all .5s ease;
    transition-duration: 0.6s;
}

ul.navbar-nav.headerSlot {
    display: flex;
    justify-content: flex-start;
   /* width: 100%;*/
    align-items: center;
}

    ul.navbar-nav.headerSlot li.nav-item {
        /* margin: 0px 11px; */
        margin-left: 0px;
        transition: 0.5s;
    }
/*.nav-link.active {
    color: #fff !important;
    background: var(--gradient-1);
    border-radius: 5px;
}*/
    .nav-link.active .fa{
        color:white;
    }

ul.navbar-nav.headerSlot li.nav-item a.nav-link {
    font-size: 15px;
    color: #475a75;
    font-weight: 400;
    padding: 8px 20px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
}

            /*ul.navbar-nav.headerSlot li.nav-item a.nav-link.active {
                background: #f5f5f5;
            }*/

            ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover {
                /*background: #f5f5f5;*/ color: var(--bright-blue);
            }



        ul.navbar-nav.headerSlot li.nav-item:hover a.nav-link:before {
            right: 0;
        }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link:before {
            content: "";
            position: absolute;
            left: 0;
            right: 100%;
            bottom: 0;
            background: var(--logo-gradient-blue);
            height: 3px;
            -webkit-transition-property: right;
            transition-property: right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

img.logo_imgs {
    width: 100%;
}

.navbar-collapse {
    align-items: center;
    width: 100%;
    z-index: 9;
}


.products_submenu.companySlot {
    width: 100% !important;
    max-width: 220px !important;
    left: 36%;
    padding: 20px 20px;
}

.products_submenu {
    background: #fff;
    padding: 30px;
    width: 60% !important;
    max-width: 100% !important;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    /*right: 0px;*/
    transform: scaleY(0);
    box-shadow: 0px 0px 8px #ccc;
    opacity: 0;
    border-top: 4px solid var(--bright-blue);
}

ul.navbar-nav.headerSlot li.nav-item:hover .products_submenu {
    opacity: 1;
    z-index: 9999;
    transform: scaleY(1);
}
ul.navbar-nav.headerSlot li.nav-item:hover .nav-link .fa{
    transform:rotate(180deg);

}

.submenuSlot {
    margin-bottom: 20px;
}

    .submenuSlot h4 {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
        text-transform: uppercase;
    }

        .submenuSlot h4 a.FIRST {
            color: #000;
            text-decoration: none;
        }

        .submenuSlot h4:hover {
            color: #1A2C79;
        }

ul.ul_list li {
    margin-bottom: 10px;
}

/*ul.ul_list {
    padding-left: 15px;
}*/

    ul.ul_list li a {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        text-decoration: none;
        position: relative;
        margin-left: 15px;
        transition-duration: 0.6s;
    }

        ul.ul_list li a:hover {
            margin-left: 10px;
            transition-duration: 0.6s;
            color:var(--bright-blue);
        }

        ul.ul_list li a:before {
            content: "\f101";
            font-family: FontAwesome;
            display: inline-block;
            vertical-align: middle;
            color: #000;
            position: absolute;
            top: -4px;
            font-size: 16px;
            left: -15px;
            z-index: 99;
        }

.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #018cd5;
    border: 1px solid #018cd5;
}

.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

/**************home page slider css by Nadeem 26-08-2022*********************/

section.slick_slider {
    position: relative;
    margin: 0px 0px 30px 0px;
    display:none;
}

    section.slick_slider button.slick-arrow {
        width: 20px;
        height: 20px;
        border-style: none;
    }

    section.slick_slider button.slick-arrow {
        position: absolute;
        top: 40%;
        left: 40px;
        z-index: 1;
        /*width: 45px;*/
        background: none;
        /*height: 58px;*/
        border-radius: 0px 5px 5px 0px;
    }

    section.slick_slider button.slick-prev.slick-arrow:before {
        content: "\f177";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        position: absolute;
        top: 11px;
        font-size: 24px;
        left: 3px;
    }

    section.slick_slider button.slick-next.slick-arrow {
        position: absolute;
        top: 40%;
        right: 40px;
        left: auto;
        transform: scaleX(-1);
    }

        section.slick_slider button.slick-next.slick-arrow:before {
            content: "\f177";
            font-family: FontAwesome;
            display: inline-block;
            vertical-align: middle;
            color: #fff;
            position: absolute;
            top: 11px;
            font-size: 24px;
            left: 3px;
        }

    section.slick_slider ul.slick-dots {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: -2%;
        right: 50%;
        transform: translate(50%, -50%);
    }

        section.slick_slider ul.slick-dots li button {
            padding: 0;
            border: 0;
            margin-right: 10px;
            background: #fff;
            font-size: 0;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            line-height: 1;
            cursor: pointer;
            outline: none;
        }

        section.slick_slider ul.slick-dots li.slick-active button {
            background: linear-gradient( to right, #35b44b 7%,#88f19a 60%,#35b44b 100%) !important;
            width: 35px;
            border-radius: 5px;
        }
/*.fixed_slider img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 7px;
}*/
img.sliderimg {
    max-width: 100%;
    max-height: 100%;
    border-radius: 7px;
}

.fixed_slider img.sliderimg {
    margin: 0px 0px 15px 0px;
}



.slide {
    position: relative;
}

    .slide img {
        width: 100%;
        border-radius: 0px;
    }

.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 85%;
    transform: translate(-50%, -50%);
}

    .slider-content h4 {
        font-size: 80px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0px;
    }

    .slider-content p {
        font-size: 20px;
        color: #fff;
        text-align: center;
    }














.top_categories {
    background-image: url('../../images/fact_bg.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 90px;
}

.PerksSlot {
    background: #424d3e;
    margin-bottom: 30px;
    position: relative;
    border: 1px dotted #6c6b6b;
    border-radius: 4px;
    padding: 30px 25px;
    transition: .3s linear;
}

.leftS {
    width: 200px;
}

    .leftS span {
        font-size: 34px;
        color: #fff;
        font-weight: 600;
        margin: 0px;
    }

    .leftS p {
        color: #fff;
        font-size: 18px;
    }

    .leftS img {
        width: 100%;
        max-width: 100px;
        background: #dcdcdc;
        padding: 20px;
        height: 100px;
    }

.rightS {
    margin: 0px 0px 0px;
    position: absolute;
    top: 40px;
    right: 25px;
    color: #000;
}

    .rightS img {
        width: 40px;
    }

.fact-icon {
    position: absolute;
    right: 25px;
    top: 30px;
    font-size: 50px;
    line-height: 1;
    transition: .3s linear;
    opacity: .4;
}













.categories_txt {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 25px;
    border: 1px solid #ccc;
    transition-duration: 0.6s;
}

    .categories_txt:hover {
        box-shadow: 0px -12px 4px 0px #27870c66;
        transition-duration: 0.6s;
        cursor: pointer;
    }

.shoppig_txt {
    padding: 0px 0px 0px;
}
    /*.shopping_icon {
    background: #12870c;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    padding: 18px 0px;
    transition-duration: 0.3s;
    margin: 0px auto;
}*/
    /*.categories_txt:hover .shopping_icon {
    box-shadow: -8px -10px 3px 0 rgb(0 0 0 / 12%);
    transition-duration: 0.3s;
}*/
    .shoppig_txt h2 {
        font-size: 22px;
        color: #000;
        font-weight: 500;
        margin: 0px;
        padding: 0px;
    }

section.productS {
    margin: 30px 0px;
    background: #fff;
    padding: 35px 0px 0px 0px;
}

.choose_header {
    text-align: center;
}

    .choose_header p {
        text-align: center !important;
        margin: 0px 0px 20px;
    }

    .choose_header h3 {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        margin: 0px;
    }

    .choose_header span {
        color: var(--green-text-color);
    }

.reflection-text {
    position: relative;
    margin: -5px 0px 30px;
    display: inline-block;
}

    .reflection-text div {
        position: absolute;
        text-align: center;
        bottom: -2rem;
        width: auto;
        display: inline;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

        .reflection-text div i {
            color: #ffffff;
            z-index: 9;
            font-size: 16px;
            position: relative;
            background: var(--green-text-color);
            width: 28px;
            height: 28px;
            border-radius: 50%;
            line-height: 26px;
        }

    .reflection-text .one {
        width: 90px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 130%;
        background: #333;
        z-index: 9;
    }

    .reflection-text .two {
        width: 90px;
        height: 2px;
        position: absolute;
        top: 50%;
        right: 130%;
        background: #333;
        z-index: 9;
    }

section.why_choose {
    background: white;
    padding: 60px 0px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/*    section.why_choose::before {
        content: "";
        position: absolute;
        left: 0;
        top: -145px;
        width: 100%;
        background-image: url('../../images/choose_bg_shape01.png');
        height: 203px;
        background-position: center;
        background-size: cover;
    }

    section.why_choose::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -115px;
        width: 100%;
        background-image: url('../../images/choose_bg_shape02.png');
        height: 200px;
        background-position: center center;
        background-size: cover;
    }*/

.why_choose_bg {
    background-image: url('../../images/choose_bg.jpg');
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .03;
    z-index: -1;
}

.why_choose_content h6 {
    font-size: 22px;
    color: #fff;
}

.why_choose_content h4 {
    color: #212121;
    font-size: 40px;
    font-weight: 600;
}

.why_choose_content p {
    color: #212121;
}

.why_choose_content h4 span {
    background: #12870c;
    padding: 6px 14px;
    font-size: 30px;
    border-radius: 5px;
}


.dot-shape-top {
    position: absolute;
    top: -5px;
    z-index: -1;
    left: -10px;
}

    .dot-shape-top img {
        width: 100%;
    }

.why_choose_shaps img.img-fluid {
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    background: #1a2c79;
    padding: 10px;
}

.dot-shape-bottom {
    position: absolute;
    bottom: -3px;
    left: auto;
    right: -3px;
    z-index: -1;
}

    .dot-shape-bottom img {
        width: 100%;
    }

.label-div {
    display: flex;
    justify-content: space-between;
}

    .label-div p {
        color: #fff;
        font-size: 16px;
        margin: 0px 0px 3px;
        text-transform: uppercase;
    }

.progress-bar {
    background-color: #12870c !important;
}

ul.progressSlot {
    margin: 0px;
}

    ul.progressSlot li {
        margin-bottom: 20px;
    }

.wellnessSlot {
    transition: 0.3s ease;
}

    .wellnessSlot:hover .wellnessLeft {
        transform: rotate(360deg);
        transition: 0.3s ease;
        border-radius: 50%;
        box-shadow: none;
    }

.wellnessLeft {
    float: left;
    width: 40px;
    height: 40px;
    background: #12870c;
    text-align: center;
    line-height: 40px;
    box-shadow: 5px 5px 4px #999999a6;
    color: #fff;
    font-size: 20px;
    transform: rotate(45deg);
    position: relative;
    transition: 0.3s ease;
}

.wellnessRight {
    margin-left: 80px;
    margin-top: 30px;
}

    .wellnessRight h3 {
        color: #12870c;
        font-size: 25px;

    }

.noni-furit img {
    width: 100%;
}

.acbSlot {
    position: relative;
}

    .acbSlot:after {
        content: '';
        position: absolute;
        top: 25px;
        left: 34px;
        width: 2px;
        height: 72%;
        border: 1px dashed #12870c;
        z-index: -99999999;
    }

/*  ----------------------------About Us Section Csssssssssssssssssssssssss------------------*/


section.aboutSlot {
    margin: 0px 0px 70px;
    background: #f9f9f9;
    padding: 50px 0px;
}

.who_we {
    background: white;
    padding: 40px;
    border-top: 4px solid #12870c;
}

.imgsSlot img {
    width: 100%;
    height: auto;
}

.about-content {
    margin-left: -150px;
    margin-top: 25px;
    padding: 20px 30px;
    background: #f9f9f9;
}

.vission_box h4 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    padding: 10px 0px 10px;
    position: relative;
}

    .vission_box h4:after {
        content: '';
        position: absolute;
        top: 39px;
        left: 42px;
        width: 75px;
        height: 2px;
        background: #12870c;
    }
/*  ---------------------------- End   About Us Section Csssssssssssssssssssssssss------------------*/

/*  ---------------------------- Start   AServices Section Csssssssssssssssssssssssss------------------*/
.about-imgs {
    position: relative;
    cursor: pointer;
}

    .about-imgs:before {
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        width: 0;
        top: 0;
        left: 50%;
        content: "";
        transition-duration: 0.3s;
    }

    .about-imgs:hover:before {
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        transition-duration: 0.3s;
    }

    .about-imgs img {
        width: 100%;
        border-radius: 7px;
        height: 658px;
        object-fit: cover;
    }

section.about-Sec {
    /* margin: 0px 0px 50px; */
    background: #fff;
    padding: 60px 0px;
}

.about-content h5 {
    font-size: 35px;
    margin: 0px 0px 10px;
    padding: 0;
    color: #000;
}

.about-content h6 {
    font-size: 25px;
    color: #000;
    line-height: 35px;
}

a.read_more {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #12870c;
    padding: 14px 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 16px 3px #00000026;
}

    a.read_more:hover {
        text-decoration: none;
        box-shadow: none;
        background: #3f51b5;
        color: #fff;
    }

div#Read_more {
    margin: 30px 0px 0px;
    text-align: right;
}

.service_box {
    transition: all .4s ease;
    height: 285px;
    text-align: center;
    /* background: #037cc1; */
    margin-bottom: 30px;
    transition-duration: 0.6s;
    cursor: pointer;
    position: relative;
    padding: 40px 20px;
    background: linear-gradient( 194deg, #1b3b88 0%, #0083c7 100%);
}

.box_content {
    padding: 20px 0px;
}

    .box_content h2 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .box_content p {
        color: #fff;
        margin: 0px;
    }

.box_imgs i {
    font-size: 60px;
    color: #fff;
}
/*  ---------------------------- End   Services Section Csssssssssssssssssssssssss------------------*/




ul.list_imgs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 65px 0px 0px;
}

    ul.list_imgs li {
        margin-right: 20px;
    }

        ul.list_imgs li img {
            width: 100%;
            border-radius: 7px;
            box-shadow: 0px 0px 8px 3px #00000012;
            transition-duration: 0.6s;
        }

            ul.list_imgs li img:hover {
                transform: translate(0px, -10px);
                transition-duration: 0.6s;
            }

.product_imgs img {
    width: 100%;
    background: #f2f2f2;
    border-radius: 7px;
    transition-duration: 0.6s;
}

.product_imgs {
    overflow: hidden;
}

    .product_imgs img:hover {
        transition-duration: 0.6s;
        transform: scale(1.2);
    }

section.dealSLot {
    padding: 50px 0px;
}

.content_box h4 {
    font-size: 35px;
    font-weight: 500;
    padding: 0px 0px 0px;
    position: relative;
}

/*.content_box h4:after {content: '';position: absolute;top: 39px;left: 210px;width: 75px;height: 2px;background: #12870c;}*/


ul.energySlot li {
    margin-bottom: 15px;
    font-size: 14px;
}

    ul.energySlot li i {
        width: 30px;
        height: 30px;
        background: #12870c;
        text-align: center;
        color: #fff;
        font-size: 18px;
        border-radius: 5px;
        line-height: 30px;
        margin-right: 10px;
        box-shadow: 0px 5px 0px 0px #ccc;
    }
/*---------------------- start product slider  cssssssssssssssssssss---------------*/

.carouselSlider {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    /* text-align: center; */
    border-radius: 7px;
    background: #fff;
    height: auto;
}

.slidermanufacturing_sec p {
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    margin: 0px;
    text-align: left;
    line-height: 25px;
}

.sliderSlot .owl-nav {
    display: none !important;
}

.slider_content {
    padding: 20px;
}

    .slider_content a {
        color: #333;
        font-size: 16px;
        font-weight: 500;
    }

        .slider_content a:hover {
            color: #402275;
        }

    .slider_content p {
        padding: 5px 0px 0px;
    }

.slidermanufacturing_sec img {
    width: 100% !important;
    height: 100% !important;
    object-fit: initial;
}

div#searchbar {
    margin: 15px;
}

.slidermanufacturing_sec {
    position: relative;
}

.hover_imgs {
    position: absolute;
    top: -550px;
    left: 0px;
    transition: all 0.4s ease;
    width: 100%;
}

.slidermanufacturing_sec:hover .hover_imgs {
    transition: all 0.4s ease;
    top: 0px;
}

.mrpSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0px;
}

    .mrpSection label {
        font-size: 16px;
        color: #333;
        margin: 0px;
    }

    .mrpSection span {
        font-size: 16px;
        color: #f44336;
        text-decoration: line-through;
    }

.reviewSlot a {
    color: #fb9924 !important;
}

.hover-cartSlot {
    position: absolute;
    top: -60px;
    left: 0px;
    transition: all 0.3s ease;
}

    .hover-cartSlot ul {
        display: flex;
        list-style: none;
        padding: 10px 64px;
        width: 100%;
        background: #00000038;
    }

.carouselSlider:hover .hover-cartSlot {
    top: 0px;
    transition: all 0.3s ease;
}

.hover-cartSlot ul li {
    margin-right: 20px;
}

    .hover-cartSlot ul li a i {
        background: var(--green-text-color);
        width: 40px;
        height: 40px;
        font-size: 22px;
        color: #ffffff;
        line-height: 43px;
        text-align: center;
        border-radius: 50%;
    }

        .hover-cartSlot ul li a i:hover {
            background: var(--blue-text-color);
        }

h5.moringa-leaf {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}

img.bottom-imgs {
    width: 100%;
    margin-bottom: 20px;
}

.tab-content.tabSlot {
    margin: 20px 0px 0px;
}

.sliderSlot .nav-tabs li.nav-item .nav-link.active {
    color: #fff !important;
    background: var(--gradient-1);
    border-color: #1f3c88;
    position: relative;
}

    .sliderSlot .nav-tabs li.nav-item .nav-link.active:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #1f3c88 transparent transparent transparent;
        position: absolute;
        top: 40px;
        left: 30px;
    }

.sliderSlot .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #fff !important;
    background: #0297ff;
    border-color: #0297ff;
}

.sliderSlot .nav-tabs {
    border-bottom: 5px solid var(--blue-text-color);
    border-radius: 3px;
}

    .sliderSlot .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: transparent !important;
    }

    .sliderSlot .nav-tabs li.nav-item {
        margin-right: 10px;
    }

/*---------------------- End product slider  cssssssssssssssssssss---------------*/

/*
background-image: url('../../images/testimonials_bg.jpg');
background-size:cover;*/
section.testimonialSlt {
    position: relative;
    display: block;
    padding: 80px 0px;
    transition: all 0.5s ease 0s;
}

.carousel-inner.testimonial_sec {
    width: 100%;
    margin: 0px auto;
}

section.category_product .owl-nav button {
    position: absolute;
    top: -220px;
    width: 25px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    background: var(--blue-text-color)!important;
}

.owl-nav button {
    position: absolute;
    top: -220px;
    left: 0px;
    width: 25px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient( to right, #35b44b 7%,#88f19a 60%,#35b44b 100%) !important;
}

    .owl-nav button.owl-next {
        position: absolute;
        right: 0px;
        left: inherit;
        border-radius: 5px 0px 0px 5px;
    }

    .owl-nav button span {
        font-size: 36px;
        line-height: 30px;
        color: #fff;
    }

.sliderSlot .owl-nav button {
    top: 30%;
}


.brack-line.testimonial:after {
    background: #fff;
}

.brack-line.testimonial {
    background: white;
}

section.testimonialSlt .owl-nav {
    position: absolute;
    top: -40px;
    left: 12px;
    opacity: 0;
    transform: scaleY(0);
}

.testimonial-datails h5 {
    font-size: 25px;
    font-weight: 600;
    color: #d63432;
    line-height: 43px;
}

.testimonial-datails h6 {
    font-size: 40px;
    font-weight: 600;
}

section.testimonialSlt .owl-carousel.owl-loaded:hover .owl-nav {
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.5s ease 0s;
}

section.testimonialSlt button.owl-prev {
    color: white !important;
    font-size: 30px !important;
    width: 30px;
    height: 40px;
    background: #1a2c79 !important;
    line-height: 40px !important;
    transition: all 0.5s ease 0s;
}

section.testimonialSlt button.owl-next {
    color: white !important;
    font-size: 30px !important;
    width: 30px;
    height: 40px;
    background: #1a2c79 !important;
    line-height: 40px !important;
}


section.success_pannel {
    background-image: url(../../images/sucessbg.png);
    padding: 60px 0;
    background-size: cover;
    background-attachment: fixed;
    margin: 80px 0px 0px 0px;
}

button.accordion-button.collapsed {
    font-weight: 600;
}

.success_cotent h4 {
    font-size: 25px;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    background: #ffffff;
    border: 2px solid #12870c;
    /* box-shadow: 0px 0px 8px 1px #00000038; */
    border-radius: 30px;
}


section.faq-section {
    margin: 0px 0px;
}

    section.faq-section img.img-fluid {
        border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
        background: #1a2c79;
        padding: 10px;
        height: 500px;
        object-fit: cover;
    }

.faq-img img {
    width: 100%;
    border-radius: 5px;
}

.faq-sec {
    padding: 25px 0px 0px;
}
/*.faq-sec {
    background: #fdb900;
    padding: 15px;
}*/
.accordion-item {
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 9px #0000002e;
    border-radius: 5px !important;
}

.faq-sec .accordion.accordion {
    background: #fff;
}

.faq-sec .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #d63432;
}

.faq-sec .accordion-button:focus {
    z-index: 3;
    border-color: #9e9e9e;
    outline: 0;
    box-shadow: none;
}

.accordion-body ul li {
    font-size: 15px;
    margin-bottom: 10px;
}






section.blog-Section {
    /*margin: 60px 0px;*/
    background-image: url('../../images/threebg.jpg');
    padding: 60px 0;
    background-size: cover;
    background-attachment: fixed;
}

.blogSlot p {
    padding: 0px 15px;
    text-align: justify;
    color: #000 !important;
}

.blogSlot i {
    border: 1px solid #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(to left, #4d5fbf, #3a4998);
    font-size: 32px;
    text-align: center;
    line-height: 75px;
}

.blogSlot {
    border-radius: 10px;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
    box-shadow: inset -11px 5px 0px 0px #ed206f;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    /* border: 1px solid #fff; */
    padding: 25px 10px;
    transition-duration: 0.6s;
    height: 300px;
}

    .blogSlot:hover {
        transform: translate(0px,-10px);
        transition-duration: 0.6s;
        box-shadow: none;
    }

    .blogSlot img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .blogSlot h6 {
        font-size: 15px;
        color: #999;
        padding: 10px 0px 10px 15px;
    }

    .blogSlot h2 {
        font-size: 30px;
        color: #4d5fbf;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 20px 0px 10px;
    }

.bg-color-two {
    background-color: #f8f7f2;
}

.single-expertises {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 30px;
    height: 263px;
    border-radius: 5px;
}

    .single-expertises i {
        font-size: 50px;
        background-color: #f8f7f2;
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 50%;
        margin-bottom: 20px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        color: #1b1b1b;
    }

    .single-expertises h3 {
        font-size: 24px;
        margin-bottom: 0;
        color: #000;
        font-weight: 500;
    }

.newsletter {
    background-image: url('../../images/newsletter.jpg');
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0px 0px;
    background-position: left;
}

.title {
    font-size: 38px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    line-height: 30px;
    color: #fff;

}

.title-subtitle {
    font-weight: 400;
    padding-top: 38px;
    font-size: 16px;
    color: #fff;
}

.newsletter-form form {
    position: relative;
    margin-top: 40px;
}

.newsletter-form input {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 14px 50px 14px 18px;
    font-size: 14px;
    color: #333;
    height: 43px;
    width: 100%;
    outline: none;
    border-radius: 20px;
    font-weight: 400;
}

.newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    border: none;
    background: var(--gradient-1);
    padding: 13px 25px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
   /* height: 43px;*/
    border-radius: 0 20px 20px 0px;
    font-weight: 500;
    outline: none;
}

section.our_video {
    margin: 60px 0px 0px;
}

.newsSlot img {
    width: 100%;
}

.news_txt {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: -115px 0px 0px;
    padding: 0px 15px;
}

    .news_txt div h2 {
        font-size: 22px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
    }

.buttnSlot a {
    background: #12870c;
    border-radius: 30px;
    color: #fff !important;
    height: 40px;
    text-align: center;
    width: 150px;
    line-height: 40px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
}

.news_txt div p {
    color: #fff !important;
}

.newsSlot {
    overflow: hidden;
    cursor: pointer;
    /* height: 411px; */
    filter: grayscale(1);
    transition: all 0.4s ease 0.2s;
}

    .newsSlot:hover {
        filter: grayscale(0);
        transition: all 0.4s ease 0.2s;
    }

.buttnSlot {
    position: relative;
    left: 135px;
    transition: all 0.5s ease 0s;
}

.newsSlot:hover .buttnSlot {
    left: 0px;
    transition: all 0.5s ease 0s;
}

section.crypto_solution {
    background-image: url('../../images/product-bg.png');
    position: relative;
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 60px 0px 0px 0px;
}

.watch-video {
    background: white;
    padding: 55px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .watch-video h3 {
        font-size: 22px;
        margin: 0px 0px 15px;
        color: #212121;
        font-weight: 600;

    }

    .watch-video a {
        width: 125px;
        height: 38px;
        display: inline-block;
        background: #d60929;
        border-radius: 30px;
        color: #fff;
        text-decoration: none;
        line-height: 40px;
        font-size: 14px;
        position: absolute;
        bottom: 15px;
        right: -130px;
        transition: all .3s ease;
    }

    .watch-video:hover a {
        right: 10px;
        transition: all .3s ease;
    }

.product-imgs img {
    width: 100%;
}

.fabilizer-produt-txt h3 {
    font-size: 25px;
    margin: 0px;
}

img.harbal-imgs {
    width: 200px;
}

.fabilizer-produt-txt h6 {
    font-size: 16px;
    margin: 10px 0px;
    line-height: 26px;
    font-weight: 600;
}

ul.fabilizer-features {
    padding-left: 20px;
}

    ul.fabilizer-features li {
        font-size: 16px;
        margin-bottom: 7px;
        color: #dc0637;
    }

.fabilizer-produt-txt {
    padding: 45px 0px 0px;
}

.section-title {
    position: relative;
    padding-bottom: 40px;
}

    .section-title .sub-title {
        display: block;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: uppercase;
        line-height: 1;
    }

h2.titleSlort {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    line-height: 55px;
    text-transform: uppercase;
}

    h2.titleSlort span {
        color: #12850c;
    }

.sectiontitle::before {
    content: "";
    position: absolute;
    left: 50%;
    background-image: url(../../images/title_shape.png);
    bottom: -30%;
    width: 137px;
    height: 16px;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.sectiontitle {
    text-align: center;
    position: relative;
}

.newsletter-wrap {
    background-color: #fff;
    background-image: url(../../images/newsletter_bg.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    box-shadow: 0px 4px 14.88px 1.12px rgb(47 46 45 / 9%);
    padding: 40px 103px 40px;
    margin-top: 80px;
    border-radius: 5px;
}

h2.signSlot {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

    h2.signSlot span {
        color: #12850c;
    }

.newsletter-wrap input.form-control {
    border: 1px solid #ccc;
}



section.recent-projects {
    padding: 35px 0px;
    /* background-image: url(../../images/bg-images.jpg); */
    background-attachment: fixed;
    margin: 30px 0px;
    background: #fff;
}

.flip-card img {
    width: 100%;
    height: 100% !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}


.clock-timer span {
    font-size: 34px;
    color: #fff !important;
}



.secure-details {
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 5px;
    margin-bottom: -20px;
    position: relative;
    z-index: 9;
}

.secure-info-txt h3 {
    font-size: 18px;
    margin: 0px;
}

.secure-info-txt {
    padding-top: 15px;
}

.secure-info-icon {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    background: #35b44b;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
}

.secure-info-txt p {
    margin: 0px;
}

.secure-info:hover .secure-info-icon i {
    transform: rotate( 360deg);
    transition: all 0.5s ease;
}


.service_boxProduct {
    margin-bottom: 30px;
}

    .service_boxProduct img {
        width: 100%;
        border-radius: 7px;
        transition: all .4s;
    }

    .service_boxProduct:hover img {
        -webkit-transform: scale(2.05);
        transform: scale(1.05);
        filter: blur(2px);
    }

.daily_staples span.offerRibban {
    position: absolute;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    background-image: url(../../images/offer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40px;
    text-align: center;
    padding: 10px 0 0;
    top: -6px;
    z-index: 1;
    left: 0px;
}

.daily_staples {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.grocery_product_slider img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
}

.grocery_imgs {
    background: #efd6da;
    /* background: #a9e0f1; */
    position: relative;
}

    .grocery_imgs:before {
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        width: 0;
        top: 0;
        left: 50%;
        content: "";
        transition-duration: 0.3s;
    }

    .grocery_imgs:hover:before {
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        transition-duration: 0.3s;
    }

    .grocery_imgs img {
        width: 100%;
        height: 316px;
        object-fit: cover;
    }

.clean_header {
    text-align: center;
    padding: 10px 0px;
    border-top: 1px solid rgba(0,0,0,.125);
}

img.cooking_oil {
    height: 420px;
}

.clean_header a {
    font-size: 18px;
    color: var(--blue-text-color);
}

.grocery_product_slider ul.slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -40px;
    right: 50%;
}

    .grocery_product_slider ul.slick-dots li button {
        padding: 0;
        border: 0;
        margin-right: 10px;
        background: #000;
        font-size: 0;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        line-height: 1;
        cursor: pointer;
        outline: none;
    }

.grocery_product_slide ul.slick-dots li.slick-active button {
    background: #dc0637 !important;
}


.slide {
    position: relative;
}

section.category_product {
    padding: 35px 0px 15px 0px;
    position: relative;
    background: #fff;
    margin: 30px 0px;
}

.testimonialSlot {
    border: 1px solid #ccc;
    border-radius: 7px;
    overflow: hidden;
    padding: 5px;
    position: relative;
}


section.health-section {
    margin: 60px 0px;
}

.healthSlot {
    position: relative;
    overflow: hidden;
    transition-duration: 0.6s;
    height: 350px;
    background: black;
    border-radius: 10px;
}

img.hproduct {
    width: 100%;
    height: 350px;
}

.healthSlot:hover .homeboxinn {
    background: rgb(0 0 0 / 70%);
    transition: all 0.3s;
}

.homeboxinn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: rgb(0 0 0 / 50%);
    transition: all 0.3s;
    text-align: left;
    padding-left: 20px;
}

    .homeboxinn h4 {
        font-size: 38px;
        color: #fff;
        font-weight: 600;
    }

    .homeboxinn a {
        font-size: 16px;
        background: #35b44b;
        color: #fff;
        padding: 8px 30px;
        border-radius: 30px;
        text-transform: uppercase;
    }

    .homeboxinn p {
        color: #fff;
        font-size: 18px;
        margin: 5px 0px 30px;
    }


.featuresInfoWrap {
    background: #f8dae6;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #ddb0c2;
    position: relative;
}

    .featuresInfoWrap:before {
        content: '';
        position: absolute;
        top: 85%;
        left: 10%;
        width: 100%;
        height: 100%;
        background-image: url(../../images/shadow_bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        opacity: .8;
    }

section.featuredWrapper {
    padding: 35px 0px;
/*    background: #fff;*/
    margin-bottom: 20px;
}
.joshmart {
    background-image: url(../../images/banner-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 460px;
    width: 100%;
    height: 100%;
}

h4.title3 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0px 0px;
    font-weight: 400;
    color: #333;
}

.productBannerWrap {
    background-image: url(../../images/banner-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 25px;
    background-position: center;
    margin: 0px 15px;
}

.bannerTxt h6 {
    font-size: 20px;
    color: #35b44b;
}

.bannerTxt h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 3px;
    margin: 0px 0px 20px;
}

.saveBtn {
    display: inline-block;
    padding: 10px 30px;
    background: linear-gradient( to right, #35b44b 7%,#88f19a 60%,#35b44b 100%);
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

    .saveBtn:hover {
        background: linear-gradient( to left, #35b44b 7%,#88f19a 60%,#35b44b 100%);
        color: #fff;
    }

section.banner-4 {
    margin: 30px 0px;
    background: #fff;
    padding: 35px 0px;
}

section.garment_banner {
    padding: 35px 0px;
    background: #fff;
    margin: 30px 0px;
}

    section.garment_banner img {
        width: 100%;
    }


section.aboutSlot2 {
    margin: 60px 0px 0px 0px;
}

.videoSlot {
    margin-bottom: 0px;
    display: inline-block;
}

section.videoSlot2 {
    margin: 30px 0px;
    background: #fff;
    padding: 35px 0px;
}

.hmsmVideo img.lazy {
    width: 100%;
}

img.sliderimg.small-banne {
    width: 100%;
}
.video_text h5 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

    .video_text h5:after {
        content: '';
        position: absolute;
        top: 39px;
        left: 0px;
        width: 30%;
        height: 4px;
        background: linear-gradient( to right, #35b44b 7%,#88f19a 60%,#35b44b 100%);
        border-radius: 10px;
    }

.video_text {
    padding: 30px 0px 0px;
}

section.electronicsWrap {
    background: #fff;
    padding: 35px 0px;
}

.shop_btn {
    width: 200px;
    height: 40px;
    display: inline-block;
    background: linear-gradient( to right, #35b44b 7%,#88f19a 60%,#35b44b 100%);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    transition-duration: 0.6s;
    border-style: none;
}

    .shop_btn:hover {
        background: linear-gradient( to left, #35b44b 7%,#88f19a 60%,#35b44b 100%);
        border-radius: 5px;
        transition-duration: 0.6s;
        color: #fff;
        text-decoration: none;
    }

.input_box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.4s ease;
    z-index: 999;
}

    .input_box.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
.input_box {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease;
    transform: translateY(30px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 9px 15px;
    border-radius: 36px;
    background: white;
}
    .input_box input {
        width: 100%;
        border: none;
        font-size: 15px;
        color: #aeaeae;
        font-weight: 400;
    }
        .input_box input:focus{
            box-shadow:none;
            border:none;
            outline:none;
        }

        .input_box.active {
            max-height: 200px;
            opacity: 1;
            transform: translateY(0);
        }
    .input_box .fa{
        font-size:14px;
    }
    body.dark-mode {
        background: #121212;
        color: #ffffff;
    }

.theme-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(135deg, #007bff, #00c6ff);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.theme-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,123,255,0.3);
}

body.dark-mode .theme-btn {
    background: linear-gradient(135deg, #444, #222);
}
.switch {
    position: relative;
    width: 53px;
    height: 15px;
    display: inline-block;
    margin-bottom:0px;
    display:none;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    inset: 0;
    background: #ccc;
    border-radius: 50px;
    cursor: pointer;
    transition: .4s;
}

    .slider:before {
        content: "☀️";
        position: absolute;
        width: 28px;
        height: 28px;
        left: -1px;
        top: -6px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .4s;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

input:checked + .slider {
    background: #222;
}

    input:checked + .slider:before {
        transform: translateX(31px);
        content: "🌙";
    }
.dark-search {
    display: flex;
    align-items: center;
    gap: 10px;
}
    .dark-search .search #searchbtn {
        font-size: 20px;
        color: #475a75;
    }

/* Desktop par hide */
.mobileNavbar {
    display: none;
}

/* Mobile & Tablet */
@media (max-width: 991.98px) {
    
    .mobileNavbar {
        display: block;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        background: #ffffff;
        padding: 10px 0;
        position: sticky;
        top: 0;
        z-index: 999;
        box-shadow: 0 2px 15px rgba(0,0,0,.08);
        /* Smooth Mobile Scrolling */
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

        /* Scrollbar Hide */
        .mobileNavbar::-webkit-scrollbar {
            display: none;
        }

    
}
.business-section {
   /* background: #efefef;*/
    padding: 80px 0 30px;
    overflow: hidden;
}
    .business-section h6 {
        font-size: 31px;
        font-weight: 500;
        line-height: 1.4em;
        color: #000000;
        text-align: center;
        margin: 10px 0;
    }

.business-title {
    text-align: center;
    font-size: 90px;
    line-height: 0.95;
    font-weight: 900;
    margin-bottom: 60px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
    /*    font-family: Arial, sans-serif;*/
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    .business-title .gray {
        color: #777;
    }

    .business-title .black {
        color: #000;
    }

    .business-title .dot {
        color: var(--bright-blue);
    }


.image-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    cursor: grab;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

    .image-slider::-webkit-scrollbar {
        display: none;
    }

.item {
    flex: 0 0 auto;
    width: 220px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
}

    .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .4s;
    }

    .item:hover img {
        transform: scale(1.08);
    }

@media(max-width:992px) {

    .business-title {
        font-size: 55px;
    }
    .mobileNavigation ul {
        padding: 0 10px 0 0px !important;
    }

    .item {
        width: 180px;
        height: 130px;
    }
    /*.dark-search .search{
        display:none;
    }*/
}

@media(max-width:576px) {

    .business-section {
        padding: 20px 0 20px;
    }

    .business-title {
        font-size: 34px;
        line-height: 1;
        margin-bottom: 35px;
    }

    .item {
        width: 150px;
        height: 110px;
    }
}
.image-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 10px;
    cursor: grab;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

    .image-slider::-webkit-scrollbar {
        display: none;
    }

.item {
    flex: 0 0 auto;
    width: 220px;
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
}

    .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
.imageSlider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    /* Mobile Swipe Smooth */
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    /* Snap Effect */
    scroll-snap-type: x mandatory;
    /* Hide Scrollbar */
    scrollbar-width: none;
}

    .imageSlider::-webkit-scrollbar {
        display: none;
    }

    .imageSlider .item {
        flex: 0 0 250px;
        height: 180px;
        border-radius: 12px;
        overflow: hidden;
        scroll-snap-align: start;
    }

        .imageSlider .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

@media(max-width:768px) {
    .imageSlider .item {
        flex: 0 0 180px;
        height: 130px;
    }
}
.imageSlider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
}

    .imageSlider::-webkit-scrollbar {
        display: none;
    }

    .imageSlider .item {
        flex: 0 0 250px;
        height: 180px;
        border-radius: 12px;
        overflow: hidden;
    }

        .imageSlider .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* image drag disable */
            pointer-events: none;
        }
.imageSlider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    cursor: grab;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

    .imageSlider::-webkit-scrollbar {
        display: none;
    }

.item {
    flex: 0 0 250px;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
}

    .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }

@media(max-width:768px) {
    .item {
        flex: 0 0 180px;
        height: 130px;
    }
}
.my_tabs {
 /*   max-width: 1200px;*/
    margin: auto;
    text-align: center;
    padding: 60px 0px;
}

    .my_tabs h2 {
        font-size: 42px;
        font-weight: 700;
        color: #111;
        margin-bottom: 35px;
        letter-spacing: -1px;
    }

    .my_tabs .tabs-container {
        display: inline-flex;
        gap: 12px;
        background: #f7f7f7;
        padding: 8px;
        border-radius: 50px;
        margin-bottom: 50px;
        box-shadow: 0 10px 30px rgba(0,0,0,.05);
    }

    .my_tabs .tab-btn {
        border: none;
        padding: 12px 28px;
        border-radius: 40px;
        cursor: pointer;
        font-weight: 700;
        font-size: 14px;
        background: transparent;
        color: #777;
        transition: all .35s ease;
    }

        .my_tabs .tab-btn:hover {
            transform: translateY(-2px);
        }

        .my_tabs .tab-btn.active {
            background: var(--logo-gradient-blue);
            color: #fff;
            box-shadow: 0 8px 20px rgb(4 116 242);
        }

    .my_tabs .tab-content {
        display: none;
        grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
        gap: 25px;
        animation: fadeUp .6s ease forwards;
    }

        .my_tabs .tab-content.active {
            display: grid;
        }

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.my_tabs .card {
    position: relative;
    height: 280px;
    overflow: hidden;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: all .45s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .my_tabs .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,.18);
    }

    .my_tabs .card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgb(0 0 0 / 14%), rgba(0, 0, 0, .15));
        transition: .4s;
    }

    .my_tabs .card:hover::before {
        background: linear-gradient( to top, rgba(0,0,0,.85), rgba(0,0,0,.05) );
    }

    .my_tabs .card::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255,255,255,.1);
        opacity: 0;
        transition: .4s;
    }

    .my_tabs .card:hover::after {
        opacity: 1;
    }

.my_tabs .card-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: .4s;
}

.my_tabs .card:hover .card-text {
    transform: translateY(-6px);
}

.my_tabs .download-card {
    background: #fff;
    border-radius: 24px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border: 1px solid #eee;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

    .my_tabs .download-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,.12);
    }

    .my_tabs .download-card p {
        font-size: 22px;
        font-weight: 600;
        color: #222;
    }

    .my_tabs .download-card span {
        display: block;
        margin-top: 8px;
        color: var(--bright-blue);
        font-weight: 800;
    }

.my_tabs .download-btn {
    margin-top: 25px;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    background:var(--logo-gradient-blue);
    color: #fff;
    font-weight: 700;
    transition: .35s;
}

    .my_tabs .download-btn:hover {
        transform: translateY(-3px);
    }

@media(max-width:768px) {

    .my_tabs {
        padding: 40px 15px;
    }

        .my_tabs .tabs-container {
            width: 100%;
            justify-content: center;
            flex-wrap: wrap;
        }

        .my_tabs .card {
            height: 220px;
        }

        .my_tabs .card-text {
            font-size: 22px;
        }
}
/* Lifestyle */

.at-home {
    background-image: url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?w=1200');
}

.at-work {
    background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1200');
}

.on-the-go {
    background-image: url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1200');
}

.fitness {
    background-image: url('https://images.unsplash.com/photo-1517836357463-d25dfeac3438?w=1200');
}

/* Category */

.cat-1 {
    background-image: url('https://images.unsplash.com/photo-1517836357463-d25dfeac3438?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
}

.cat-2 {
    background-image: url('https://images.unsplash.com/photo-1637747022660-12ce5ce4e420?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
}

.cat-3 {
    background-image: url('https://plus.unsplash.com/premium_photo-1663036947585-68594f738f67?q=80&w=931&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
}
.cat-4 {
    background-image: url('../../images/beach.jpeg');
}
.cat-5 {
    background-image: url('https://plus.unsplash.com/premium_photo-1683140737936-7a4ae1e6b5a6?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
}
.cat-6 {
    background-image: url('https://images.unsplash.com/photo-1498049794561-7780e7231661?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
}
.cat-7 {
    background-image: url('../../images/automobile.jpeg');
}
.text1 {
    margin:25px 0;
    text-align:center;
}
    .text1 p {
        font-size: 39px;
        font-weight: 400;
        line-height: 1.3em;
        word-spacing: 0px;
        color: #000000;
    }
    .text1 p span {
        color: var(--bright-blue);
    }
.mycustomslider {
    max-width: 1300px;
    margin: auto;
    padding: 60px 20px;
    font-family: Poppins,sans-serif;
}

.mycustomslider-header {
    text-align: center;
    margin-bottom: 35px;
}

    .mycustomslider-header h2 {
        font-size: 42px;
        font-weight: 700;
        color: #111;
    }

.mycustomslider-track {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    padding: 15px 5px 30px;
}

    .mycustomslider-track::-webkit-scrollbar {
        display: none;
    }

.mycustomslider-card {
    min-width: 320px;
    height: 430px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    transition: .45s;
}

    .mycustomslider-card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(0,0,0,.90), rgba(0,0,0,.30), transparent );
        transition: .4s;
    }

    .mycustomslider-card::after {
        content: '';
        position: absolute;
        inset: 0;
        background:linear-gradient( to top, rgba(255,119,0,.95), rgba(255,119,0,.25), transparent );
        opacity: 0;
        transition: .4s;
    }

    .mycustomslider-card:hover::after {
        opacity: 1;
    }

    .mycustomslider-card:hover {
        transform: translateY(-12px) scale(1.02);
        box-shadow: 0 25px 60px rgba(255,119,0,.35);
    }

.mycustomslider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    z-index: 2;
}

.mycustomslider-badge {
    display: inline-block;
    background: #fff;
    color: #222;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mycustomslider-content h3 {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
}

@media(max-width:768px) {

    .mycustomslider-header h2 {
        font-size: 28px;
    }

    .mycustomslider-card {
        min-width: 280px;
        height: 380px;
    }
}
.mycustomslider-track {
    cursor: grab;
    scroll-behavior: auto;
}

    .mycustomslider-track:active {
        cursor: grabbing;
    }
.mycustomslider-track {
    cursor: grab;
    user-select: none;
}

    .mycustomslider-track.dragging {
        cursor: grabbing;
    }

    .mycustomslider-track img {
        pointer-events: none;
        user-select: none;
        -webkit-user-drag: none;
    }
.mycustomslider-track {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 25px;
    scrollbar-width: none;
}

    .mycustomslider-track::-webkit-scrollbar {
        display: none;
    }
.discover-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    text-align: center;
    background-color: #fafafa;
}

    .discover-section .section-title {
        font-size: 42px;
        font-weight: 700;
        color: #111;
        margin-bottom: 40px;
        opacity: 0;
        transform: translateY(20px);
    }

    /* Grid Layout matching the original image */
    .discover-section .grid-container {
        display: grid;
        grid-template-columns: 1fr 2.5fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px;
    }

    /* Base Card Styles */
    .discover-section .card {
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
        position: relative;
        overflow: hidden;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 20px;
        opacity: 0;
        transform: translateY(30px);
    }

        .discover-section .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 25px rgba(0, 26, 77, 0.1);
        }

    /* Small Side Cards */
    .discover-section .small-card h3 {
        font-size: 1rem;
        font-weight: 600;
        color: #333333;
        margin: 0 0 30px 0;
        letter-spacing: 1px;
        line-height: 1.4;
    }

    .discover-section .icon-plus {
        width: 35px;
        height: 35px;
        border: 1.5px solid #ffb800;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffb800;
        font-size: 1.2rem;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .discover-section .card:hover .icon-plus {
        background-color: #ffb800;
        color: #fff;
        transform: rotate(90deg);
    }

    /* Large Center Card */
    .discover-section .center-card {
        grid-row: span 2;
        /* ENEXT themed geometric background */
        background: linear-gradient(115deg, #001a4d 0%, #001a4d 45%, #0066ff 45%, #0066ff 75%, #e6f0ff 75%, #e6f0ff 100%);
        padding: 40px;
        align-items: flex-start;
        justify-content: center;
        text-align: left;
        min-height: 400px;
    }

    .discover-section .center-card-content {
        position: relative;
        z-index: 2;
        max-width: 60%;
    }

    .discover-section .center-card h2 {
        color: #fff;
        font-size: 2.2rem;
        font-weight: 800;
        line-height: 1.1;
        margin: 0 0 15px 0;
    }

    .discover-section .center-card .highlight-text {
        color: #ffb800;
        font-weight: 400;
        font-size: 2.2rem;
        margin-bottom: 40px;
        display: block;
    }

    .discover-section .center-card .icon-plus {
        border-color: #ffb800;
        color: #ffb800;
    }

    /* Mock image of the professional person positioned on the right */
    .discover-section .center-image {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 90%;
        width: auto;
        z-index: 1;
        filter: drop-shadow(-10px 0px 15px rgba(0,0,0,0.2));
        transition: transform 0.5s ease;
    }

    .discover-section .center-card:hover .center-image {
        transform: scale(1.03);
    }

/* Responsive Design */
@media (max-width: 992px) {
    .discover-section .grid-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .discover-section .center-card {
        grid-column: span 2;
        grid-row: 1; /* Move center card to top on tablets */
    }

    .discover-section .center-image {
        height: 80%;
        right: -20px;
    }
}

@media (max-width: 600px) {
    .discover-section .grid-container {
        grid-template-columns: 1fr;
    }

    .discover-section .center-card {
        grid-column: 1;
    }

    .discover-section .center-card-content {
        max-width: 100%;
    }

    .discover-section .center-image {
        opacity: 0.5; /* Fade image on mobile so text is readable */
    }
}

/* Animation Classes */
.animate-in {
    animation: fadeUp 0.8s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.product-section {
    margin: auto;
    position: relative;
    padding: 50px 0;
}

.myproduct .main-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #111;
/*    margin-bottom: 40px;*/
    position: relative;
}

    /* Target line under title */
   /* .myproduct .main-title::after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background: #2d61c9;
        margin: 10px auto 0;
        border-radius: 2px;
    }*/

/* Swiper Container Custom Styling */
.myproduct .product-slider {
    padding: 20px 10px 50px 10px !important;
    overflow: hidden;
}

/* Premium Product Card Design */
.myproduct .product-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

    /* Soft Gradient/Pastel Backgrounds */
    .myproduct .product-card.pink {
        background: linear-gradient(135deg, #fff5f5 0%, #fed7e2 100%);
    }

    .myproduct .product-card.green {
        background: linear-gradient(135deg, #f0fdf4 0%, #bbf7d0 100%);
    }

    .myproduct .product-card.gray {
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    }

    /* Hover Animation */
    .myproduct .product-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    }

    .myproduct .product-card h3 {
        font-size: 22px;
        font-weight: 700;
        color: #1e293b;
        margin-top: 10px;
        line-height: 1.3;
    }

    .myproduct .product-card p {
        font-size: 14px;
        color: #64748b;
        margin-top: 8px;
    }

/* Product Image Container & Animation */
.myproduct .img-box {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.myproduct .product-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.myproduct .product-card:hover img {
    transform: scale(1.08) rotate(3deg);
}

/* Modern Glassmorphic Explore Button */
.myproduct .explore-btn {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    color: #1e293b;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

    .myproduct .explore-btn span {
        transition: transform 0.3s ease;
    }

    .myproduct .explore-btn:hover {
        background: #1e293b;
        color: #fff;
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

        .myproduct .explore-btn:hover span {
            transform: translateX(5px);
        }

/* Custom Navigation Buttons (Next/Prev) */
.myproduct .swiper-button-next, .swiper-button-prev {
    width: 50px!important;
    height: 50px!important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    color: #1e293b !important;
    transition: all 0.3s ease;
}

    .myproduct .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 18px !important;
        font-weight: bold;
    }

    .myproduct .swiper-button-next:hover, .swiper-button-prev:hover {
        background: #2d61c9;
        color: #fff !important;
    }

/* Adjusting button positions outside the container */
.myproduct .swiper-button-prev {
    left: 13px;
}

.myproduct .swiper-button-next {
    right: 13px;
}

/* Custom Bullet Pagination */
.myproduct .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #cbd5e1 !important;
    opacity: 1 !important;
    transition: all 0.3s ease;
}

.myproduct .swiper-pagination-bullet-active {
    background: #2d61c9 !important;
    width: 30px;
    border-radius: 6px;
}

/* Responsive adjustments */
@media(max-width: 1240px) {
    .myproduct .swiper-button-prev {
        left: 10px;
    }

    .myproduct .swiper-button-next {
        right: 10px;
    }
}
.enext-footer {
    background: #091224; /* Deep Navy Blue from logo background */
    color: #ffffff;
    padding: 80px 0 30px;
    position: relative;
    overflow: hidden;
    border-top: 4px solid #007bff; /* Electric Blue Top Border */
}

    /* Subtle Gold Accent Line at the very top */
    .enext-footer::before {
        content: '';
        position: absolute;
        top: -4px;
        right: 0;
        width: 25%;
        height: 4px;
        background: #ffb800; /* Gold Accent from the 'X' */
        z-index: 2;
    }

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}

/* Brand Column */
.footer-brand .brand-logo {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
}

/* Text Color Styling matching the Logo */
.brand-logo span.blue-text {
    color: #00c6ff;
}

.brand-logo span.navy-text {
    color: #ffffff;
}

.brand-logo span.gold-text {
    color: #ffb800;
}

.footer-brand .tagline {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Social Icons */
.social-links {
    display: flex;
    gap: 15px;
}

    .social-links a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

        .social-links a:hover {
            background: #007bff;
            color: #fff;
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
        }

/* Footer Headings */
.footer-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
}

    .footer-heading::after {
        content: '';
        display: block;
        width: 35px;
        height: 3px;
        background: #ffb800; /* Gold Line under Headings */
        margin-top: 8px;
        border-radius: 2px;
    }

/* Links Column */
.footer-links {
    list-style: none;
}

    .footer-links li {
        margin-bottom: 15px;
    }

    .footer-links a {
        color: #94a3b8;
        text-decoration: none;
        font-size: 15px;
        transition: all 0.3s ease;
        display: inline-block;
    }

        .footer-links a:hover {
            color: #ffd54a; /* Neon Blue hover effect */
            transform: translateX(5px);
        }

/* Newsletter Column */
.newsletter-text {
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    position: relative;
}

    .newsletter-form input {
        width: 100%;
        padding: 14px 20px;
        padding-right: 60px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 30px;
        color: #fff;
        font-size: 14px;
        outline: none;
        transition: all 0.3s ease;
    }

        .newsletter-form input:focus {
            border-color: #00c6ff;
            background: rgba(255, 255, 255, 0.08);
        }

    .newsletter-form button {
        position: absolute;
        right: 5px;
        top: 5px;
        bottom: 5px;
        border: none;
        background: linear-gradient(135deg, #007bff, #00c6ff);
        color: white;
        padding: 0 20px;
        border-radius: 25px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
    }

        .newsletter-form button:hover {
            background: #ffb800; /* Gold on Hover */
            color: #091224;
            box-shadow: 0 0 15px rgba(255, 184, 0, 0.4);
        }

/* Footer Bottom Section */
.footer-bottom {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 30px 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    flex-wrap: wrap;*/
    gap: 20px;
}

.copyright {
    font-size: 14px;
    color: #64748b;
    background-color:transparent;
    border-top:none;
    margin-bottom:0px;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
}

    .footer-bottom-links a {
        color: #64748b;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s;
    }

        .footer-bottom-links a:hover {
            color: #ffffff;
        }

/* Responsive Design */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 50px 30px;
    }
}

@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .enext-footer {
        padding: 20px 0 30px;
    }


    .footer-bottom {
        flex-direction: column;
        text-align: center;
        margin-top: 35px;
    }

    .footer-bottom-links {
        justify-content: center;
    }
}
.enext-footer .newsletter-form {
    display: flex;
    position: relative;
}
    .enext-footer .newsletter-form input {
        width: 100%;
        padding: 14px 20px;
        padding-right: 60px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 30px;
        color: #fff;
        font-size: 14px;
        outline: none;
        transition: all 0.3s ease;
    }
.premium-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
    position: relative;
}

    /* Light corporate background grid pattern */
    .premium-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.02) 1px, transparent 1px);
        background-size: 40px 40px;
        z-index: 0;
        pointer-events: none;
    }

/* Left Side Content Area */
.content-box {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateX(-40px);
    animation: slideInLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.corporate-tag {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #007fff; /* Electric Blue from logo */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .corporate-tag::before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 2px;
        background: #007fff;
    }

.main-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 30px;
    color: #091e3a; /* Deep Corporate Navy */
}

    .main-title span {
        background: linear-gradient(135deg, #007fff 0%, #091e3a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

.primary-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #111;
    margin-bottom: 8px;
    font-weight: 400;
}

.secondary-desc {
    font-size: 16px;
/*    line-height: 1.8;
*/    color: #111;
    margin-bottom: 8px;
}

.rythm-badge {
    color: #b47b00; /* Rich Gold */
    font-weight: 600;
    background: rgba(241, 184, 0, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid rgba(241, 184, 0, 0.2);
}

.action-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background:var(--logo-gradient-blue);
    color: #ffffff;
    text-decoration: none;
    padding: 16px 36px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 25px rgba(0, 127, 255, 0.2);
    transition: all 0.3s ease;
    text-decoration:none;
}

    .action-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(0, 127, 255, 0.35);
        background: var(--premium-website-blue);
        color: white;
    }

    .action-btn svg {
        transition: transform 0.3s ease;
    }

    .action-btn:hover svg {
        transform: translateX(5px);
    }

/* ======================================================== */
/* NEW RIGHT SIDE VISUAL: FUTURISTIC ORBITAL SYSTEM         */
/* ======================================================== */
.visual-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    opacity: 0;
    transform: scale(0.9);
    animation: fadeInScale 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
}

.art-canvas {
    width: 420px;
    height: 420px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Soft Core Glow background */
.glowing-core {
    position: absolute;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(0, 127, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulseGlow 4s ease-in-out infinite;
}

/* Outer Dashed Orbit Ring */
.orbit-ring-outer {
    position: absolute;
    width: 380px;
    height: 380px;
    border: 2px dashed rgba(0, 127, 255, 0.2);
    border-radius: 50%;
    animation: rotateClockwise 35s linear infinite;
}

/* Inner Orbit Ring */
.orbit-ring-inner {
    position: absolute;
    width: 280px;
    height: 280px;
    border: 1.5px dashed rgba(9, 30, 58, 0.1);
    border-radius: 50%;
    animation: rotateCounterClockwise 20s linear infinite;
}

/* Intersecting Sharp Lines representing the 'X' from the ENEXT Logo */
.x-mesh-line {
    position: absolute;
    height: 2px;
    width: 420px;
    background: linear-gradient(90deg, transparent, rgba(0, 127, 255, 0.3) 50%, transparent);
}

    .x-mesh-line.diagonal-1 {
        transform: rotate(45deg);
    }

    .x-mesh-line.diagonal-2 {
        transform: rotate(-45deg);
    }

/* Central Floating Premium Sphere */
.central-sphere {
    position: absolute;
    width: 210px;
    height: 210px;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #f4f8ff 100%);
    border-radius: 50%;
    box-shadow: 0 25px 50px rgba(9, 30, 58, 0.12), inset 0 -8px 20px rgba(0, 127, 255, 0.05);
    border: 1px solid rgba(0, 127, 255, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    animation: smoothFloat 5s ease-in-out infinite;
}

    .central-sphere h3 {
        font-size: 30px;
        color: #091e3a; /* Navy */
        font-weight: 800;
        letter-spacing: 1px;
    }

    .central-sphere p {
        font-size: 11px;
        color: #007fff; /* Electric Blue */
        letter-spacing: 3px;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 4px;
    }

/* Geometric Gold Shard Shape (Premium element representing cutting edge 'X' slash) */
.gold-tech-shard {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #f1b400; /* Logo Gold */
    clip-path: polygon(100% 0, 0 0, 100% 100%); /* Elegant sharp triangle shard */
    top: 50px;
    right: 50px;
    z-index: 3;
    box-shadow: 0 10px 20px rgba(241, 184, 0, 0.3);
    animation: shardFloat 4s ease-in-out infinite;
}

/* Little decorative tech dots on orbits */
.tech-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #007fff;
    border-radius: 50%;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}

/* Animations Keyframes */
@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInScale {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulseGlow {
    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.15);
        opacity: 1;
    }
}

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

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

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

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

@keyframes smoothFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes shardFloat {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-8px) translateX(4px);
    }
}

/* Responsive Design Media Queries */
@media (max-width: 992px) {
    .premium-container {
        grid-template-columns: 1fr;
        padding: 60px 24px;
        text-align: center;
        gap: 60px;
    }

    .corporate-tag {
        justify-content: center;
    }

        .corporate-tag::before {
            display: none;
        }

    .main-title {
        font-size: 44px;
    }

    /*.visual-box {
        order: -1;
    }
*/
    .art-canvas {
        width: 340px;
        height: 340px;
    }

    .orbit-ring-outer {
        width: 320px;
        height: 320px;
    }

    .orbit-ring-inner {
        width: 240px;
        height: 240px;
    }

    .x-mesh-line {
        width: 340px;
    }

    .central-sphere {
        width: 180px;
        height: 180px;
    }

        .central-sphere h3 {
            font-size: 26px;
        }

    .gold-tech-shard {
        top: 30px;
        right: 30px;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 34px;
    }

    .primary-desc {
        font-size: 16px;
    }

    .action-btn {
        width: 100%;
        justify-content: center;
    }
}
.values-section {
    /*    max-width: 1200px;
*/ margin: 0 auto;
    padding: 50px 20px;
    position: relative;
    background: #f4f4f4;
}

    /* Ambient background graphic matching logo colors */
    .values-section::before {
        content: '';
        position: absolute;
        width: 450px;
        height: 450px;
        background: radial-gradient(circle, rgba(0, 127, 255, 0.05) 0%, transparent 70%);
        top: -10%;
        left: -10%;
        z-index: 0;
        pointer-events: none;
    }

/* Header Styling */
.section-header {
    text-align: center;
    margin-bottom:0px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInDown 0.8s ease forwards;
}

.section-subtitle {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #007fff; /* Electric Blue from logo */
    margin-bottom: 10px;
    display: block;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    letter-spacing: -1px;
}

    .section-title span {
        position: relative;
        display: inline-block;
    }

        /* Gold accent bar mirroring the logo's 'X' slice design */
        .section-title span::after {
            content: '';
            position: absolute;
            bottom: 2px;
            right: -25px;
            width: 20px;
            height: 4px;
            background: #f1b400; /* Rich Gold Accent */
            border-radius: 2px;
        }

/* Responsive 4-Column Grid Layout */
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    position: relative;
    z-index: 1;
}
a:hover {
    text-decoration: none!important;
}
    /* Card Item Box */
    .value-card {
        background: #ffffff;
        border: 1px solid rgba(9, 30, 58, 0.06);
        border-radius: 16px;
        padding: 35px 25px;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(9, 30, 58, 0.03);
        opacity: 0;
        transform: translateY(40px);
    }

/* Staggered on-load animation sequence */
.values-grid .value-card:nth-child(1) {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

.values-grid .value-card:nth-child(2) {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

.values-grid .value-card:nth-child(3) {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

.values-grid .value-card:nth-child(4) {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}

/* Hover Lift and Shadow Mechanics */
.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(9, 30, 58, 0.08);
    border-color: rgba(0, 127, 255, 0.2);
}

/* Top interactive line that expands on hover */
.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient( 135deg, #0385FA 0%, #065DE8 30%, #062B6C 70%, #031D4C 100% );
    transition: width 0.4s ease;
}

.value-card:hover::before {
    width: 100%;
}

/* Icon Layout Container */
.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 127, 255, 0.06) 0%, rgba(0, 191, 255, 0.02) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007fff;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 127, 255, 0.1);
}

.value-card:hover .icon-box {
    background: linear-gradient(135deg, #007fff, #00bfff);
    color: #ffffff;
    transform: scale(1.05) rotate(3deg);
    box-shadow: 0 8px 20px rgba(0, 127, 255, 0.2);
}

/* Value Typography */
.value-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    transition: color 0.3s ease;
}

.value-card:hover .value-title {
    color: #007fff;
}

.value-text {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b; /* Clean readable dark gray text */
}

/* Core Keyframe Engine */
@keyframes fadeInDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Media Queries (Tablets & Mobile View) */
@media (max-width: 1024px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .section-title {
        font-size: 38px;
    }
}

@media (max-width: 640px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .values-section {
        padding: 60px 20px;
    }

    .section-title {
        font-size: 32px;
    }

    .value-card {
        padding: 30px 20px;
    }
}
.vision-mission-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 20px;
    position: relative;
}

/* Ambient background glows using logo primary tones */
.brand-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.glow-1 {
    background: radial-gradient(circle, rgba(0, 127, 255, 0.04) 0%, transparent 75%);
    top: -20%;
    right: -10%;
}

.glow-2 {
    background: radial-gradient(circle, rgba(241, 184, 0, 0.03) 0%, transparent 75%);
    bottom: -20%;
    left: -10%;
}

/* Two Column Layout */
.vm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    position: relative;
    z-index: 1;
}

/* Base Corporate Box Architecture */
.vm-card {
    background: #ffffff;
    border: 1px solid rgba(9, 30, 58, 0.05);
    border-radius: 24px;
    padding: 50px 45px;
    box-shadow: 0 15px 45px rgba(9, 30, 58, 0.02);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
}

    /* Subtle On-load Slide & Reveal Animations */
    .vm-card.vision-box {
        transform: translateX(-30px);
        animation: slideIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    .vm-card.mission-box {
        transform: translateX(30px);
        animation: slideIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
    }

    /* Premium Dynamic Hover Interactions */
    .vm-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 30px 60px rgba(9, 30, 58, 0.07);
        border-color: rgba(0, 127, 255, 0.15);
    }

    /* Bottom Decorative Contrast Strip matching the logo cut-outs */
    .vm-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 0;
        transition: width 0.5s ease;
    }

.vision-box::after {
    background: linear-gradient(90deg, #007fff, #00bfff);
}

.mission-box::after {
    background: linear-gradient( 135deg, #0385FA 0%, #065DE8 30%, #062B6C 70%, #031D4C 100% );
}

.vm-card:hover::after {
    width: 100%;
}

/* Premium Icon Graphic Container */
.vm-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    position: relative;
    transition: all 0.4s ease;
}

.vision-box .vm-icon-wrapper {
    background: rgba(0, 127, 255, 0.05);
    color: #007fff; /* Electric Blue */
    border: 1px solid rgba(0, 127, 255, 0.1);
}

.mission-box .vm-icon-wrapper {
    background: rgba(241, 184, 0, 0.06);
    color: #b47b00; /* Rich Gold */
    border: 1px solid rgba(241, 184, 0, 0.15);
}

/* Pop-out Effect on Card Hover */
.vm-card:hover .vm-icon-wrapper {
    transform: scale(1.08) translateY(-3px);
}

.vm-card.vision-box:hover .vm-icon-wrapper {
    background: #007fff;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 127, 255, 0.25);
}

.vm-card.mission-box:hover .vm-icon-wrapper {
    background: #f1b400;
    color: #091e3a;
    box-shadow: 0 10px 25px rgba(241, 184, 0, 0.3);
}

/* Text Formatting */
.vm-title {
    font-size: 32px;
    font-weight: 800;
    color: #091e3a; /* Deep Corporate Navy */
    margin-bottom: 20px;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.vm-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #475569; /* Soft Slate Gray for continuous reading clarity */
    font-weight: 400;
}

/* Keyframe Animations */
@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Media Adaptation */
@media (max-width: 992px) {
    .vm-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .vm-card {
        padding: 40px 30px;
    }

    .vision-mission-section {
        padding: 80px 20px;
    }
}

@media (max-width: 480px) {
    .vm-title {
        font-size: 26px;
    }

    .vm-desc {
        font-size: 15px;
    }
}
.section-mdtmy.bg-lightgreye {
    background-color: #ffffff !important;
    padding:50px 0;
    position: relative;
    font-family: 'Inter', sans-serif;
}

/* Master Layout Grid System (No more default framework dependence) */
.section-mdtmy .container-mdtmy-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-mdtmy .layout-wrapper-mdtmy {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr; /* Asymmetric ratio */
    gap: 60px;
    align-items: flex-start;
}

/* -------------------------------------------------------- */
/* LEFT SIDE: FORM CONTAINER LAYOUT & INTERACTIVE STYLES    */
/* -------------------------------------------------------- */
.section-mdtmy .contact-form {
    background: #ffffff;
    border: 1px solid rgba(9, 30, 58, 0.05);
    padding: 55px;
    border-radius: 32px; /* Smoother cornering radius */
    box-shadow: 0 30px 70px rgba(9, 30, 58, 0.03);
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .section-mdtmy .contact-form:hover {
        box-shadow: 0 45px 90px rgba(9, 30, 58, 0.06);
        transform: translateY(-2px);
    }

/* Form Header Section Typography */
.section-mdtmy .form-header-mdtmy {
    margin-bottom: 40px;
}

.section-mdtmy .form-tagline-mdtmy {
    font-size: 12px;
    font-weight: 700;
    color: #007fff; /* Logo Electric Blue */
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 8px;
}

.section-mdtmy .form-title-mdtmy {
    font-size: 32px;
    font-weight: 800;
    color: #091e3a; /* Logo Deep Navy */
    letter-spacing: -0.5px;
}

/* Form Sub-Grid (Creates a clean 2x2 grid inside the card) */
.section-mdtmy .form-grid-mdtmy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.section-mdtmy .form-group-mdtmy.full-width-mdtmy {
    grid-column: span 2;
}

/* Modern Minimalist Form Controls */
.section-mdtmy .form-control {
    width: 100%;
    background-color: #f8fafc; /* Sleek slate tint background */
    border: 1px solid rgba(15, 23, 42, 0.04) !important;
    border-radius: 14px !important;
    padding: 18px 22px !important;
    font-size: 15px !important;
    color: #0f172a !important;
    height: auto !important;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

    .section-mdtmy .form-control::placeholder {
        color: #94a3b8;
    }

    .section-mdtmy .form-control:focus {
        background-color: #ffffff !important;
        border-color: #007fff !important;
        box-shadow: 0 10px 25px rgba(0, 127, 255, 0.04) !important;
    }

/* Action Area Row Alignment */
.section-mdtmy .action-row-mdtmy {
    margin-top: 10px;
}

/* Premium Server Control Action Button */
.section-mdtmy .btn {
    background: var(--logo-gradient-blue)!important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    padding: 18px 40px !important;
    border-radius: 14px !important;
    border: none !important;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 127, 255, 0.2) !important;
    transition: all 0.4s ease !important;
}

    .section-mdtmy .btn:hover {
        transform: translateY(-3px) !important;
        box-shadow: 0 20px 40px rgba(0, 127, 255, 0.35) !important;
        background: var(--premium-website-blue)!important;
    }

/* -------------------------------------------------------- */
/* RIGHT SIDE: SIDEBAR CHUNKS LAYOUT SYSTEMS                */
/* -------------------------------------------------------- */
.section-mdtmy .info-sidebar-mdtmy {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: center;
}

.section-mdtmy .iconbox-style-7 {
    background: #ffffff;
    border: 1px solid rgba(9, 30, 58, 0.04);
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(9, 30, 58, 0.015);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRight-mdtmy 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

    /* Sequential Staggered Entry Animation delays for sidebar cards */
    .section-mdtmy .iconbox-style-7:nth-child(1) {
        animation-delay: 0.1s;
    }

    .section-mdtmy .iconbox-style-7:nth-child(2) {
        animation-delay: 0.25s;
    }

    .section-mdtmy .iconbox-style-7:nth-child(3) {
        animation-delay: 0.4s;
    }

    .section-mdtmy .iconbox-style-7:hover {
        transform: translateY(-4px) scale(1.01);
        box-shadow: 0 25px 50px rgba(9, 30, 58, 0.05);
        border-color: rgba(0, 127, 255, 0.12);
    }

    /* Dynamic Left Corner Border Slice */
    .section-mdtmy .iconbox-style-7::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 0;
        background:var(--logo-gradient-blue);
        transition: height 0.4s ease;
    }

    .section-mdtmy .iconbox-style-7:hover::before {
        height: 100%;
    }

/* Highlight Branch Address Card geometry slightly differently */
.section-mdtmy .address-card-mdtmy {
    background: linear-gradient(180deg, #ffffff 0%, #fdfdfd 100%);
}

/* Icon Design Configurations */
.section-mdtmy .iconbox-inner {
    display: flex;
    align-items: flex-start;
}

.section-mdtmy .iconbox-icon.skincolor {
    min-width: 54px;
    max-width: 54px;
    height: 54px;
    background: rgba(0, 127, 255, 0.05);
    color: #007fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    border: 1px solid rgba(0, 127, 255, 0.05);
    transition: all 0.4s ease;
}

.section-mdtmy .iconbox-style-7:hover .iconbox-icon.skincolor {
    background: #007fff;
    color: #ffffff;
    transform: rotate(-5deg);
}

/* Details Typography Area */
.section-mdtmy .iconbox-title h2 {
    font-size: 18px;
    font-weight: 700;
    color: #091e3a;
    margin-bottom: 8px;
}

.section-mdtmy .iconbox-desc p {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* -------------------------------------------------------- */
/* KEYFRAMES CORE ENGINE                                    */
/* -------------------------------------------------------- */
@keyframes slideInFromRight-mdtmy {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* -------------------------------------------------------- */
/* ULTRA RESPONSIVE ADAPTATION INTERNALS                    */
/* -------------------------------------------------------- */
@media (max-width: 992px) {
    .section-mdtmy .layout-wrapper-mdtmy {
        grid-template-columns: 1fr; /* Fallback to 1 single clean stack layout */
        gap: 40px;
    }

    .section-mdtmy.bg-lightgreye {
        padding: 80px 0;
    }
}

@media (max-width: 576px) {
    .section-mdtmy .contact-form {
        padding: 35px 20px;
    }
    .products_submenu {
        width: 100% !important;
    }
    .section-mdtmy .form-grid-mdtmy {
        grid-template-columns: 1fr; /* Stack standard fields vertically on small screens */
    }

    .section-mdtmy .form-group-mdtmy.full-width-mdtmy {
        grid-column: span 1;
    }

    .section-mdtmy .iconbox-style-7 {
        padding: 25px 20px;
    }

    .section-mdtmy .iconbox-icon.skincolor {
        margin-right: 15px;
    }

    .section-mdtmy .btn {
        width: 100%; /* Full stretch button context on compact displays */
    }
}
.vihaan-hub-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr; /* Premium Asymmetric Ratio */
    gap: 80px;
    align-items: center;
    position: relative;
}

    /* Ambient Brand Blur Rings */
    .vihaan-hub-section::before {
        content: '';
        position: absolute;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(0, 127, 255, 0.03) 0%, transparent 70%);
        top: -10%;
        right: -20%;
        z-index: 0;
        pointer-events: none;
    }

/* -------------------------------------------------------- */
/* LEFT SIDE: ANCHOR HERO HEADER                            */
/* -------------------------------------------------------- */
.hub-left-anchor {
    position: sticky;
    top: 100px;
    z-index: 1;
    opacity: 0;
    transform: translateX(-30px);
    animation: anchorSlideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.anchor-tag {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #007fff; /* Electric Blue */
    margin-bottom: 16px;
    display: inline-block;
}

.anchor-heading {
    font-size: 46px;
    font-weight: 800;
    color: #091e3a; /* Deep Corporate Navy */
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 24px;
}

    .anchor-heading span {
        background: linear-gradient( 135deg, #0385FA 0%, #065DE8 30%, #062B6C 70%, #031D4C 100% ); /* Identity Blend */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.anchor-subtext {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    max-width: 380px;
}

/* -------------------------------------------------------- */
/* RIGHT SIDE: CASCADE STACK ROW DESIGN                     */
/* -------------------------------------------------------- */
.hub-right-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 1;
}

/* The Stack Row Item */
.stack-row-item {
    background: #ffffff;
    border: 1px solid rgba(9, 30, 58, 0.05);
    border-radius: 20px;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

/* Staggered on-load animation triggers */
.hub-right-stack .stack-row-item:nth-child(1) {
    animation: stackSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

.hub-right-stack .stack-row-item:nth-child(2) {
    animation: stackSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.25s forwards;
}

.hub-right-stack .stack-row-item:nth-child(3) {
    animation: stackSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}

/* Interactive Layout Shift on Hover */
.stack-row-item:hover {
    transform: translateX(12px);
    border-color: rgba(0, 127, 255, 0.15);
    box-shadow: 0 20px 40px rgba(9, 30, 58, 0.05);
}

/* Smooth Left Border Accent Bar */
.stack-row-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #007fff;
    border-radius: 4px 0 0 4px;
    transition: height 0.3s ease;
}

.stack-row-item.gold-accent-item::before {
    background: #f1b400; /* Center Item gets logo gold accent */
}

.stack-row-item:hover::before {
    height: 100%;
}

/* Content Core Inner Group */
.item-core-group {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

/* Premium Icon Graphics Container */
.item-icon-wrapper {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: rgba(0, 127, 255, 0.05);
    color: #007fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    flex-shrink: 0;
    border: 1px solid rgba(0, 127, 255, 0.05);
}

.gold-accent-item .item-icon-wrapper {
    background: rgba(241, 184, 0, 0.08);
    color: #b47b00;
    border-color: rgba(241, 184, 0, 0.1);
}

/* Icon pop out mechanics on container hover */
.stack-row-item:hover .item-icon-wrapper {
    background: #007fff;
    color: #ffffff;
    transform: scale(1.05) rotate(-3deg);
    box-shadow: 0 8px 20px rgba(0, 127, 255, 0.2);
}

.stack-row-item.gold-accent-item:hover .item-icon-wrapper {
    background: #f1b400;
    color: #091e3a;
    box-shadow: 0 8px 20px rgba(241, 184, 0, 0.3);
}

/* Typography Matrix */
.item-meta-title {
    font-size: 20px;
    font-weight: 700;
    color: #091e3a;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.item-meta-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    max-width: 520px;
}

/* Circular Navigation Trigger Arrow */
.item-trigger-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f8fafc;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.stack-row-item:hover .item-trigger-arrow {
    background: #091e3a;
    color: #ffffff;
    transform: rotate(-45deg);
}

/* -------------------------------------------------------- */
/* KEYFRAME ENGINE DEFINITIONS                              */
/* -------------------------------------------------------- */
@keyframes anchorSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes stackSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* -------------------------------------------------------- */
/* RESPONSIVE DESIGN MEDIA OVERRIDES                        */
/* -------------------------------------------------------- */
@media (max-width: 992px) {
    .vihaan-hub-section {
        grid-template-columns: 1fr; /* Switch to single stacked row */
        gap: 50px;
        padding: 90px 20px;
    }

    .hub-left-anchor {
        position: relative;
        top: 0;
        text-align: center;
    }

    .anchor-subtext {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .stack-row-item {
        padding: 30px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .discover-section .section-title {
        margin-bottom: 0px;
    }

    .item-core-group {
        flex-direction: column;
        gap: 15px;
    }

    .item-trigger-arrow {
        align-self: flex-end;
    }

    .stack-row-item:hover {
        transform: translateY(-4px); /* Shifts upwards on mobile instead of right push */
    }

    .anchor-heading {
        font-size: 34px;
    }
}

.mobileNavigation {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: auto;
}

    .mobileNavigation::-webkit-scrollbar {
        display: none;
    }

    .mobileNavigation ul {
        margin: 0;
        padding: 0 10px;
        list-style: none;
        display: flex;
        gap: 10px;
        width: max-content;
    }

        .mobileNavigation ul li {
            flex-shrink: 0;
            position: relative;
        }

            .mobileNavigation ul li a {
                display: block;
                padding: 6px 14px;
                border-radius: 30px;
                text-decoration: none;
                font-size: 14px;
                /*font-weight: 600;*/
                color: #475a75;
                background: #f5f5f5;
                transition: all .3s ease;
                /*text-transform: uppercase;*/
            }

                .mobileNavigation ul li a:hover,
                .mobileNavigation ul li a.active {
                    background: var(--logo-gradient-blue);
                    color: #fff;
                }

/* Submenu */
@media (max-width:992px) {

    .serviceToggle {
        display: flex !important;
        align-items: center;
        gap: 6px;
    }
    .mobileNavigation {
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .plusIcon {
        transition: .3s ease;
    }

    .subMenu {
        position: static;
        top: calc(100% + 8px);
        left: 0;
        min-width: 200px;
        display: flex !important;
        flex-direction: column;
        padding: 10px !important;
        gap: 8px !important;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 15px 40px rgba(0,0,0,.12);
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all .35s ease;
        z-index: 999;
    }

        .subMenu li {
            width: 100%;
        }

            .subMenu li a {
                border-radius: 8px;
                padding: 10px 12px;
                width: 100%;
            }

    .hasSubmenu.open .subMenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .hasSubmenu.open .plusIcon {
        transform: rotate(45deg);
    }
}

.holiday {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: start;
    position: relative;
}

    .holiday .holiday-left {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .holiday .holiday-main-title {
        background: linear-gradient(135deg, #007fff 0%, #091e3a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1.1;
    }

    .holiday .holiday-tagline {
        font-size: 1.3rem;
        color: #0056b3;
        font-weight: 600;
        margin-top: -10px;
    }

    .holiday .holiday-description {
        font-size: 1rem;
        color: #555;
        line-height: 1.6;
    }

    .holiday .holiday-btn {
        background: var(--logo-gradient-blue);
        color: #fff;
        border: none;
        padding: 14px 35px;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 30px;
        cursor: pointer;
        width: fit-content;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
        text-decoration: none;
        box-shadow: 0 4px 15px rgb(254 174 1);
    }

        .holiday .holiday-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(255, 212, 0, 0.5);
        }

    /* WHY CHOOSE US SECTION */
    .holiday .holiday-why-choose {
        background: #fff;
        padding: 25px;
        border-radius: 16px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        margin-top: 15px;
    }

    .holiday .holiday-section-title {
        background: linear-gradient(135deg, #007fff 0%, #091e3a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 15px;
        border-left: 4px solid #ffd400;
        padding-left: 10px;
    }

    .holiday .holiday-features-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        list-style: none;
    }

        .holiday .holiday-features-list li {
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #444;
        }

    /* LEFT SIDE IMAGE CONTAINER */
    .holiday .holiday-hero-img-container {
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        margin-top: 15px;
    }

        .holiday .holiday-hero-img-container img {
            width: 100%;
            height: 380px;
            object-fit: cover;
            display: block;
            transition: transform 6s ease;
        }

        .holiday .holiday-hero-img-container:hover img {
            transform: scale(1.08);
        }


    /* --- RIGHT COLUMN --- */
    .holiday .holiday-right {
        display: flex;
        flex-direction: column;
        gap: 35px;
        position: relative;
    }

    /* YELLOW ARROW CONTAINER & SVG */
    .holiday .holiday-arrow-box {
        position: absolute;
        left: -125px;
        top: 30px;
        width: 200px;
        height: 100px;
        z-index: 99;
        pointer-events: none;
    }

    .holiday .holiday-arrow-svg {
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    /* --- RESPONSIVE ANIMATED SLIDER --- */
    .holiday .holiday-slider-wrapper {
        position: relative;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.12);
        border: 4px solid #fff;
    }

    .holiday .holiday-slider {
        display: flex;
        width: 100%;
        height: 340px;
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .holiday .holiday-slide {
        min-width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .holiday .holiday-slide img {
            width: 100%;
            height: 100%;
/*            object-fit: cover;
*/            /* Image Zoom Animation */
            transform: scale(1);
            transition: transform 4s ease-out;
        }

        /* Active slide image zoom effect */
        .holiday .holiday-slide.active img {
            transform: scale(1.12);
        }

    /* BADGE OVER SLIDER */
    .holiday .holiday-badge {
        position: absolute;
        bottom: 35px;
        left: -10px;
        background: white;
        padding: 12px 28px;
        border-radius: 0 15px 15px 0;
        box-shadow: 5px 5px 25px rgba(0,0,0,0.15);
/*        z-index: 10;
*/    }

        .holiday .holiday-badge h4 {
            color: #0056b3;
            font-size: 1.3rem;
            font-weight: 700;
            line-height: 1.2;
        }

        .holiday .holiday-badge p {
            color: #555;
            font-size: 0.85rem;
            font-weight: 500;
        }

    /* INFOGRAPHIC BENEFITS GRID */
    .holiday .holiday-info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .holiday .holiday-info-card {
        display: flex;
        gap: 15px;
        align-items: flex-start;
        background: #fff;
        padding: 15px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.02);
        transition: transform 0.3s ease;
    }

        .holiday .holiday-info-card:hover {
            transform: translateY(-5px);
        }

    .holiday .holiday-icon-container {
        background-color: #fcebf5;
        color: #b01e7b;
        padding: 10px;
        border-radius: 12px;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 45px;
        height: 45px;
    }

    .holiday .holiday-card-text h5 {
        color: #0056b3;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .holiday .holiday-card-text p {
        color: #666;
        font-size: 15px;
        line-height: 1.4;
    }

    /* ADDITIONAL TEXT BOX (BOTTOM RIGHT) */
    .holiday .holiday-extra-content {
        background: #f1f7fd;
        padding: 20px;
        border-radius: 16px;
        border-left: 5px solid #0056b3;
    }

        .holiday .holiday-extra-content h4 {
            color: #0056b3;
            margin-bottom: 8px;
            font-size: 1.1rem;
        }

        .holiday .holiday-extra-content p {
            font-size: 0.9rem;
            color: #555;
            line-height: 1.5;
        }

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 968px) {
    .holiday {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 15px;
    }
        .holiday .holiday-hero-img-container img {
            height: 200px;
        }
        .holiday .holiday-slider {
            height: 270px;
        }

        .holiday .holiday-arrow-box {
            display: none; /* Mobile par arrow hide kiya taki layout na bigde */
        }

        .holiday .holiday-main-title {
            font-size: 2.5rem;
            text-align: center;
        }

        .holiday .holiday-tagline {
            text-align: center;
        }

        .holiday .holiday-btn {
            margin: 0 auto;
        }

        .holiday .holiday-features-list {
            grid-template-columns: 1fr;
        }

        .holiday .holiday-info-grid {
            grid-template-columns: 1fr;
        }
}
.holiday-hero-slider {
    margin-top: 50px;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.holiday-hero-track {
    display: flex;
    width: max-content;
    animation: holidayHeroScroll 20s linear infinite;
}

.holiday-hero-slide {
    flex: 0 0 auto;
    width: 700px;
}

    .holiday-hero-slide img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        display: block;
        transition: .5s;
    }

.holiday-hero-slider:hover .holiday-hero-track {
    animation-play-state: paused;
}
.holiday-arrow-box {
    position: absolute;
    left: -120px;
    top: 20px;
    width: 240px;
    z-index: 20;
    pointer-events: none;
}

.holiday-arrow-svg {
    width: 100%;
    height: auto;
}

    .holiday-arrow-svg path,
    .holiday-arrow-svg circle {
        animation: holidayArrowDash 3s linear infinite;
    }

.holiday-arrow-box {
    animation: holidayArrowFloat 3s ease-in-out infinite;
}

@keyframes holidayArrowDash {
    from {
        stroke-dashoffset: 100;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes holidayArrowFloat {
    0%,100% {
        transform: translateX(0px) translateY(0px);
    }

    50% {
        transform: translateX(12px) translateY(-5px);
    }
}

/* ==========================
   FLOATING DECORATIVE SHAPES
========================== */

.holiday {
    overflow: hidden;
}

.holiday-shape,
.holiday-dot,
.holiday-ring {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

/* GRADIENT CIRCLES */

.holiday-shape {
    border-radius: 50%;
    opacity: .15;
}

.holiday-shape-1 {
    width: 140px;
    height: 140px;
    background: #ffd400;
    top: 80px;
    left: -50px;
    animation: holidayFloat1 8s ease-in-out infinite;
}

.holiday-shape-2 {
    width: 90px;
    height: 90px;
    background: #007fff;
    top: 420px;
    right: 30px;
    animation: holidayFloat2 6s ease-in-out infinite;
}

.holiday-shape-3 {
    width: 60px;
    height: 60px;
    background: #b01e7b;
    bottom: 80px;
    left: 100px;
    animation: holidayFloat3 7s ease-in-out infinite;
}

.holiday-shape-4 {
    width: 100px;
    height: 100px;
    background: #00c897;
    top: 250px;
    left: 45%;
    animation: holidayFloat1 9s ease-in-out infinite;
}

.holiday-shape-5 {
    width: 70px;
    height: 70px;
    background: #ff6b6b;
    bottom: 150px;
    right: 100px;
    animation: holidayFloat2 8s ease-in-out infinite;
}

/* DOTS */

.holiday-dot {
    border-radius: 50%;
    background: #ffd400;
}

.holiday-dot-1 {
    width: 12px;
    height: 12px;
    top: 180px;
    right: 120px;
    animation: holidayPulse 2s infinite;
}

.holiday-dot-2 {
    width: 8px;
    height: 8px;
    top: 280px;
    left: 60px;
    animation: holidayPulse 3s infinite;
}

.holiday-dot-3 {
    width: 14px;
    height: 14px;
    bottom: 100px;
    right: 200px;
    animation: holidayPulse 2.5s infinite;
}

.holiday-dot-4 {
    width: 10px;
    height: 10px;
    top: 500px;
    left: 35%;
    animation: holidayPulse 2s infinite;
}

.holiday-dot-5 {
    width: 15px;
    height: 15px;
    bottom: 250px;
    left: 30px;
    animation: holidayPulse 3s infinite;
}

/* RINGS */

.holiday-ring {
    border: 3px dashed #ffd400;
    border-radius: 50%;
    opacity: .3;
}

.holiday-ring-1 {
    width: 120px;
    height: 120px;
    top: 30px;
    right: -30px;
    animation: holidayRotate 15s linear infinite;
}

.holiday-ring-2 {
    width: 80px;
    height: 80px;
    bottom: 50px;
    right: 50px;
    animation: holidayRotate 10s linear infinite reverse;
}

.holiday-ring-3 {
    width: 100px;
    height: 100px;
    top: 60%;
    left: -40px;
    animation: holidayRotate 12s linear infinite;
}

/* ANIMATIONS */

@keyframes holidayFloat1 {
    0%,100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-25px);
    }
}

@keyframes holidayFloat2 {
    0%,100% {
        transform: translateY(0px) translateX(0px);
    }

    50% {
        transform: translateY(20px) translateX(15px);
    }
}

@keyframes holidayFloat3 {
    0%,100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-18px);
    }
}

@keyframes holidayPulse {
    0%,100% {
        transform: scale(1);
        opacity: .5;
    }

    50% {
        transform: scale(1.8);
        opacity: 1;
    }
}

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

    to {
        transform: rotate(360deg);
    }
}
/* PAGE LOAD ANIMATION */

.holiday {
    opacity: 0;
    transform: translateY(60px);
}

    .holiday.holiday-loaded {
        animation: holidayPageLoad 1.2s ease forwards;
    }

@keyframes holidayPageLoad {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Individual Elements Animation */

.holiday-loaded .holiday-left {
    animation: holidayLeftIn 1s ease .2s both;
}

.holiday-loaded .holiday-right {
    animation: holidayRightIn 1s ease .4s both;
}

@keyframes holidayLeftIn {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes holidayRightIn {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.club-member {
/*    font-family: 'Montserrat', sans-serif;
*/    background-color: #fafbfc;
    padding: 50px 20px;
    margin: 0;
    box-sizing: border-box;
    /*overflow-x: hidden;
    user-select: none;*/
}
    .club-member .container{
        max-width:100%;
    }

    .club-member *, .club-member *::before, .club-member *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

.club-member__container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* ENEXT Dark Blue Title */
.club-member__title {
    font-size: 40px;
    font-weight: 700;
    color: #031b4e;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

/* Subtitle matching the slogan font style */
.club-member__subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #627183;
    margin-bottom: 50px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}


    .club-member__slider-wrapper:active {
        cursor: grabbing;
    }
.club-member__slider-wrapper .item {
    padding: 12px;
}

.club-member__card {
    min-width: auto !important;
    width: 100%;
}



/* Card layout update */
.club-member__card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 32px 26px;
    min-width: calc(33.333% - 17px);
    box-shadow: 0 4px 25px rgba(3, 27, 78, 0.04);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    /* Smooth hover tailored to ENEXT Brand */
    .club-member__card:hover {
        transform: translateY(-6px);
        border-color: rgba(0, 114, 255, 0.3);
        box-shadow: 0 15px 35px rgba(3, 27, 78, 0.09);
    }

.club-member__card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

/* Card titles inspired by logo deep blue gradient */
.club-member__card-title {
    font-size: 26px;
    font-weight: 700;
    color: #031b4e;
    margin-bottom: 5px;
}

/* ENEXT Blue accent for validity text */
.club-member__card-validity {
    font-size: 14px;
    color: #0072ff;
    font-weight: 600;
}

.club-member__card-img {
    width: 85px!important;
    height: auto;
    border-radius: 8px;
}

.club-member__divider {
    border: none;
    border-top: 1px solid #edf2f7;
    margin-bottom: 25px;
}

.club-member__features {
    list-style: none;
    margin-bottom: 35px;
    flex-grow: 1;
}

    .club-member__features li {
        font-size: 14.5px;
        color: #4a5568;
        margin-bottom: 16px;
        position: relative;
        padding-left: 30px;
        line-height: 1.5;
        font-weight: 500;
    }

        /* Checkmark dynamic branding update: ENEXT Blue check icon */
        .club-member__features li::before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 2px;
            width: 18px;
            height: 18px;
            border: 1.5px solid #0072ff;
            border-radius: 50%;
            color: #0072ff;
            font-size: 10px;
            font-weight: 800;
            display: flex;
            align-items: center;
            justify-content: center;
        }

/* Button styled exactly to the ENEXT Logo Premium Gold accent color */
.club-member__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background:var(--logo-gradient-blue);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 0;
    border-radius: 10px;
    transition: background-color 0.25s ease, transform 0.2s ease;
    width: 100%;
/*    box-shadow: 0 4px 15px rgba(243, 166, 20, 0.25);
*/}

    .club-member__btn:hover {
        background-color: #db910d;
        color:white!important;
    }

    .club-member__btn .arrow {
        margin-left: 8px;
        font-size: 18px;
        transition: transform 0.2s ease;
    }

    .club-member__btn:hover .arrow {
        transform: translateX(5px);
    }

/* Dots matching brand identity indicators */
.club-member__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.club-member__dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #cbd5e0;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.club-member__dot--active {
    background-color: #0072ff; /* ENEXT Primary Blue active dot */
    transform: scale(1.2);
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .club-member__card {
        min-width: calc(50% - 13px);
    }


    .club-member__title {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .club-member__card {
        min-width: 100%;
        margin-bottom: 15px;
    }
    .club-member__track {
        display: block;
    }

    .club-member__title {
        font-size: 28px;
    }

    .club-member__subtitle {
        margin-bottom: 35px;
        letter-spacing: 1.5px;
    }

    .club-member {
        padding: 45px 15px;
    }
}
.club-member__track {
    display: flex;
    gap: 25px;
}



@media (max-width:992px) {
    .club-member__card {
        flex: 0 0 calc(50% - 13px);
        min-width: calc(50% - 13px);
    }
}

@media (max-width:600px) {
    .club-member__card {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .club-member__track {
        gap: 0;
        width: auto!important;
    }
}
.club-member__slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.club-member__track {
    width: max-content;
}
.club-member__slider-wrapper .item {
    padding: 12px;
    flex: auto;
    height:100%;
}

.club-member__card {
    width: 100%;
    min-width: unset !important;
    height:100%;
}

.club-member__slider-wrapper.owl-carousel .owl-stage {
    display: flex;
}

.club-member__slider-wrapper.owl-carousel .owl-item {
    display: flex;
}
.club-member__slider-wrapper.owl-carousel .owl-item:last-child{
    margin-right:0px!important;
}