
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body {
 font-family: "Inter", sans-serif !important;
  background-color: #F8F8F8;
}


.hero-slider-new{
    position:relative;
    min-height:798px;
    overflow:hidden;
    color:#fff;
    font-family: "Inter", sans-serif; 
    font-size: 20px; 
}




.hero-slider-new .slides{
    position:relative;
    min-height:798px;
}

.hero-slider-new .slides{
    position:relative;
    overflow:hidden;
    min-height:798px;
}

.hero-slider-new .slide{
    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:100%;

    display:flex;
    align-items:center;

    transform:translateX(100%);
    transition:transform .8s ease;

    z-index:1;
}

.hero-slider-new .slide.active{
    transform:translateX(0);
    z-index:2;
}

.hero-slider-new .slide.prev{
    transform:translateX(-100%);
}

.hero-slider-new .slide-content{
    width:700px;
    margin-top:-60px;
}

.hero-slider-new .slide{font-family: "Inter", sans-serif; }
.hero-slider-new .slide h1{

    font-size:60px;
    font-weight:600;
    line-height:1.1;
    margin-bottom:15px;
    font-family: "Inter", sans-serif; 

}

.hero-slider-new .slide .sub-hd{font-weight:200; font-size: 45px; line-height: 60px; font-weight:200; margin-bottom: 20px;}
.hero-slider-new .slide .slide-description{ margin-bottom: 40px;}
.hero-slider-new .slide .slide-description p{font-size: 20px; font-weight: 300; line-height: 30px; color: #fff; }

.hero-slider-new .hero-btn{
   display: inline-flex;
    align-items: center;
    transition: .4s;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 30px;
    border: #fff solid 1px;
    border-radius: 30px;
    color: #fff;
}

.hero-slider-new .hero-btn svg {
    margin-left: 12px;
}

.hero-slider-new .hero-btn:hover{

    background:#fff;

    color:#000;

}


/*=========================
    Bottom Controls
==========================*/

.hero-slider-new .slider-controls{
    position: absolute;
    right: 40px;
    bottom: 160px;
    z-index: 20;

    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-slider-new .slider-controls button{
    width: 50px;
    height: 50px;
    border:1px solid #fff;
    border-radius:50%;
    background:transparent;
    color:#fff;
    cursor:pointer;
    transition:.3s;
    display: inline-flex;
    align-items: center;
}

.hero-slider-new .slider-controls button:hover{
    background:#fff;
    color: #000;
}

.hero-slider-new .slider-controls button:hover svg path{
    stroke: #000;
    fill:#000;
}

.hero-slider-new .slider-controls button.next{transform: rotate(180deg);}


.hero-slider-new .slider-tabs{
    position:absolute;
    left:40px;
    right:40px;
    bottom:0px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    z-index:20;
    margin-bottom: 30px;
}
.hero-slider-new .slider-tabs h4{font-size: 25px; font-weight: 500;}
.hero-slider-new .tab{
    position:relative;
    padding-top:18px;
}

.hero-slider-new .tab::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:1px;

    background:#fff;

}

.hero-slider-new .progress{

    position:absolute;

    top:0;
    left:0;

    width:0;

    height:1px;

    background:#C3001B;

}


.hero-slider-new .tab.active .progress{
    width:100%;
}

.hero-slider-new .progress{
    transition:width .4s linear;
}



.hero-slider-new  .slide-bg {
     position: absolute;
 inset: 0;
    width: 100%;
    height: 100%;
}

.hero-slider-new  .slide-bg img{    object-fit: cover;
       width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}

 .hero-slider-new .slide-bg:before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.4);
  
}
/* .slick-active .carousel-item-new{
    border: 10px solid transparent;
} */


/* .slick-active .carousel-item-new:hover{
     border: 10px solid transparent;
    border-image: linear-gradient(90deg, #ff0000, #ff8a00, #ff0000) 1;
} */


.slick-active .carousel-item-new {
    position: relative;
    border-radius: 22px;
}


.slick-slide .carousel-item-new {
    border: 10px solid transparent;
    border-radius: 22px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            180deg,
            #d9c8ff 0%,
            #b7c9f5 25%,
            #f4a000 75%,
            #f4a000 100%
        ) border-box;

    transition: 0.3s ease;
}

.slick-slide .carousel-item-new:not(:hover) {
    background: transparent;
}



.py-75{padding-top:75px; padding-bottom: 75px;}
.pt-75{padding-top:75px;}
.pb-75{padding-bottom:75px;}
.my-75{margin-top: 75px; margin-bottom: 75px;}

.font-20{font-size: 20px;}
.line-h-100{line-height: 100%;}
.counter-new-1, .header-section.head-info, .font-inter{  font-family: "Inter", sans-serif; color: #000; }
.header-section.head-info{line-height: 1.2;}
.counter-section .container{
    max-width: 1439px;
    width: 100%;
    padding-left:40px;
    padding-right:40px;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}
.hero-slider-new .container{
    max-width: 1439px;
    width: 100%;
    padding-left:40px;
    padding-right:40px;
}
.header-section .container{
    max-width: 1439px;
    width: 100%;
    padding-left:40px;
    padding-right:40px;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}
.carousel-section .container{
    max-width: 1439px;
    width: 100%;
    padding-bottom:75px;
    padding-left:30px;
    padding-right:30px;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}
.brand-slider .container{
    max-width: 1439px;
    width: 100%;
    padding:40px;
    border:0px solid #ECECEC;
}
.counter-new-1 .counter-no{font-size: 65px; font-weight: 700; line-height:100%;}
.counter-new-1 .counter-year p{width:270px; height:110px; display:flex; position: absolute; font-size: 30px; justify-content: flex-end; 
    align-items: end; font-family: "Roboto", sans-serif; font-weight: 700; color: #F0F0F0; right: 0; bottom: -15px;}
.counter-new-1 .counter-year span{font-size: 90px; line-height: 90px; }
.counter-year p{ margin-bottom: 0;}

.bdr-btm{border-bottom: #D9D9D9 solid 1px;}
.white-bg{background: #fff;}
.header-section.head-info .two-col-hd{margin:0; font-size: 40px; font-weight: 300; line-height: 1.1;}




/* crausel slider  */

/* .carousel-section{
    padding:80px 0;
} */

.carousel-section{
    overflow:hidden;
}

.carousel-overflow{
    /* width:130%; */
}

.carousel-slider-new .slick-slide{
    padding:5px 12px;
    box-sizing:border-box;
}

.carousel-slider-new{
    margin:0 -12px;
}


.carousel-item-new{
    border-radius:20px;
    overflow:hidden;
}

.carousel-slider-new.slick-initialized{
    opacity:1;
}
.carousel-section .slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.hd-img-description .container{
    max-width: 1439px;
    width: 100%;
    padding:75px 40px;
}
.carousel-item-new{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    margin:0 0;
}

.carousel-item-new img{
    width:100%;
    height:450px;
    object-fit:cover;
    display:block;
}

.carousel-content{
    position:absolute;
    left:10px;
    right:10px;
    top:10px;
    color:#fff;
    background:rgba(0,0,0,.45);
    padding:18px;
    padding-top: 30px;
    border-radius:15px;
    backdrop-filter:blur(8px);
    height: 288px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.carousel-content span{
    display:block;
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:8px;
}
.carousel-slider-new .slick-arrow{
    width: 60px;
    height: 60px;
    font-size: 0;
    padding: 0;
}
.slick-prev{
    background-image: url('../images/arrow-left.png') !important;
}
.slick-next{
    background-image: url('../images/arrow-right.png') !important;
}
.carousel-content h3{
    font-size:32px;
    margin:0 0 12px;
    color:#fff;
}

.carousel-content p{
    margin:0;
    color:#fff;
    line-height:1.5;
    font-size: 20px;
    font-weight: 400;
}
.carousel-content h4{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
.carousel-content p.carousel-heading{
    font-weight: 600;
    font-size: 30px;
}
/* arrows */

.slick-prev,
.slick-next{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#fff;
    z-index:10;
}

.slick-prev{
    left:-20px;
}

.slick-next{
    right:-20px;
}

.slick-prev:before,
.slick-next:before{
    color:#000;
    font-size:24px;
}

/* dots */

.slick-dots{
    bottom:-45px;
}

.slick-dots li button:before{
    font-size:12px;
}

.slick-center .carousel-item-new{
    transform:scale(1.02);
    transition:.3s;
}


.p-50{padding: 50px;}
.black-bg{background: #000;}
.font-40{font-size:40px;}
.max-500{max-width: 500px; width: 100%;}

.img-text-bx {
    display: flex;
        border-radius: 15px;
    overflow: hidden;
}

.img-bx.stye-3{max-height: 460px;}

.brand-wrapper{
    display: flex;
    gap: 60px;
    overflow-x: hidden;
}

.mb-55 {
    margin-bottom: 55px;
}
.crausl-title-blk{
    flex:0 0 190px;
    font-size: 22px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    line-height: 1.1;
    position: relative;
}
.crausl-title-blk::before{
    content: "";
    width: 3px;
    background: #0a0a0a;
    display: block;
    height: 100%;
    position: absolute;
    left: -20px;
}

.img-crausel{
    flex: 1;
}

.img-crausel{
    cursor: grab;
}

.img-crausel:active{
    cursor: grabbing;
}

.img-no{
    padding:0 15px;
}

.img-no img{
    display:block;
    max-height:90px;
    width:auto;
}


 /* ==========================================
   ROADMAP SECTION
========================================== */

.roadmap-section{
    background: radial-gradient(
        ellipse 56.9% 112.34% at 48.23% -13.68%,
        #4B59A2 0.48%,
        #081327 42.92%,
        #000000 98.56%);
     overflow: hidden;
     position: relative;
}

.roadmap-section .container{
    position: relative;
    z-index: 2;
    background: url(../images/ai-big-round.png) no-repeat bottom right;
    background-size: contain;
}


.roadmap-section::after{
    content: "";
    position: absolute;
    right: 91px;
    bottom: -180px;

    width: 750px;
    height: 750px;

    background: url('../images/big-circle-bg.png') no-repeat center;
    background-size: contain;

    opacity: .35;
    pointer-events: none;
    z-index: 0;
}



/* Heading */

.roadmap-heading {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
        margin-bottom: 8px;

}




/* Description */

.roadmap-description {
color: rgba(255, 255, 255, 0.65);
font-weight: 400;
font-size: 20px;
    margin-bottom: 50px;
}

.roadmap-description p{color: rgba(255, 255, 255, 0.65);}
/* ==========================================
   LEFT
========================================== */

.roadmap-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.roadmap-tab {
    width: 100%;
    display: block;
    padding: 20px;
    text-align: left;
    cursor: pointer;
    transition: all 0.25s ease;
    background: none;
}


.roadmap-tab:hover{background: none;}

/* Heading */

.roadmap-tab-heading {
    display: block;

    margin-bottom: 8px;

    font-size: 18px;
    font-weight: 600;

    line-height: 1.3;
    font-family: "Inter", sans-serif;
}


/* Description */

.roadmap-tab-description {
    display: block;

    font-size: 15px;
    line-height: 1.4;
    font-weight: 300;
    font-family: "Inter", sans-serif;
}


/* ==========================================
   RIGHT
========================================== */

.roadmap-right {
    min-height: 100%;
    padding: 45px;
    background:none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: #fff;
    position: relative;
}
.roadmap-right h5{font-size: 25px; font-weight: 500; margin-bottom: 5px !important;     font-family: "Inter", sans-serif !important;}

.roadmap-right h6{    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px !important;     font-family: "Inter", sans-serif !important;}

.roadmap-right .roadmap-content-step{font-size: 136px; font-weight: 800; color: rgba(255, 255, 255, 0.05); right: 10px; top: 0; position: absolute;      line-height: 1}
/* IMPORTANT:
   Hide inactive content
*/

.roadmap-content {
    display: none !important;
}


/* Show active content */

.roadmap-content.active {
    display: block !important;
}


/* WYSIWYG */

.roadmap-content p {
   font-weight: 300;
    margin-bottom: 30px;
    color: #fff;
line-height: 1.5;
        font-family: "Inter", sans-serif !important;
}


.font-intel{ font-family: "Inter", sans-serif !important;}

.roadmap-content ul,
.roadmap-content ol {
       padding-left: 20px;
    list-style: none;
}


.roadmap-content h1,
.roadmap-content h2,
.roadmap-content h3,
.roadmap-content h4,
.roadmap-content h5,
.roadmap-content h6 {
    margin-top: 0;
    margin-bottom: 15px;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .roadmap-section {
        padding: 45px 0;
    }

    .roadmap-heading {
        font-size: 28px;
    }

    .roadmap-right {
        margin-top: 20px;
        padding: 20px;
    }

}


.roadmap-left{
    position: relative;
}

.roadmap-tab{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    padding: 0 0 45px;
    background: transparent;
    border: 0;
    text-align: left;
    color: #fff;
}

/* Vertical Line */
.roadmap-tab::before{
    content: "";
    position: absolute;
    left: 24px;
    top: 62px;
    width: 2px;
    height: calc(100% - 51%);
    background: rgba(255,255,255,.18);
}

.roadmap-tab:last-child::before{
    display: none;
}

/* Number Circle */
.roadmap-step{
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    color:rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 2;
    background: none;
    transition: .3s;
}

/* Active Circle */
.roadmap-tab.active .roadmap-step{
    background: rgba(200, 16, 46, 1);
    border-color: rgba(200, 16, 46, 1);
    color: #fff;
    box-shadow: 0 0 0 8px rgba(227,23,62,.18);
}



.red-dot-lst{
    list-style: none;
    margin: 0;
    padding: 0;
}

.red-dot-lst li{
    position: relative;
    color: #fff;

}

.red-dot-lst li:last-child{
    margin-bottom: 0;
}

.red-dot-lst li::before{
    content: "";
    position: absolute;
    left: -17px;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #E31B3F; /* Red dot */
}

.main-heading-40{
    margin: 0;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    color: #000000; 
}
.header-description{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
.tab-body-content ul li:before{
content: ""; position: absolute; width: 25px; height: 25px; background-image: url(../images/list-icon.png); background-repeat: no-repeat; background-size: cover;margin-left: -30px;
}
.tab-body-content ul li{
    position: relative;
    margin-bottom: 11px;

}
.tab-body-content ul{
    list-style:none;
}

.vertical-scroll-section{
                background: #fff;
                border-top: 1px solid #ECECEC;
                border-bottom: 1px solid #ECECEC;
            }
            .vertical-scroll-section .container{
                max-width: 1439px;
                width: 100%;
                padding: 75px 40px;
                border-left: 1px solid #ECECEC;
                border-right: 1px solid #ECECEC;
            }
            .tab-body-heading{
                font-family: 'Inter', sans-serif;
                font-weight: 600;
                font-size: 40px;
                color: #000000;
                margin-bottom: 10px;
            }
            .vertical-scroll-wrapper {
                display: grid;
                grid-template-columns: 311px 1fr;
                gap: 40px;
                align-items: start;
                margin-top: 50px;
            }

            /* LEFT STICKY NAV */
            .scroll-nav-links.is-sticky{
                position: fixed; top: 100px; width: 311px;
            }
            .vertical-scroll-nav {
                align-self: start;
            }

            .scroll-nav-link {
                display: block;
                padding: 10px 15px;
                margin-bottom: 10px;
                background: #eeeeee;
                border-radius: 6px;
                color: #222222;
                text-decoration: none;
                transition: all 0.3s ease;
                font-family: "Inter", sans-serif !important;
            }

            .scroll-nav-link:hover {
                background: #dddddd;
            }

            .scroll-nav-link.active {
                background: #cccccc;
                color: #000000;
            }

            /* RIGHT CONTENT */

            .scroll-content-item {
                margin-bottom: 70px;
                scroll-margin-top: 100px;
            }

            /* SMOOTH ANCHOR SCROLL */

            html {
                scroll-behavior: smooth;
            }

            /* MOBILE */

            @media (max-width: 767px) {

                .vertical-scroll-wrapper {
                    grid-template-columns: 1fr;
                    gap: 20px;
                }

                .vertical-scroll-nav {
                    position: sticky;
                    top: 70px;
                    z-index: 10;
                    background: #fff;
                    padding: 10px 0;
                    display: flex;
                    gap: 10px;
                    overflow-x: auto;
                }

                .scroll-nav-link {
                    white-space: nowrap;
                    margin-bottom: 0;
                }

            }




/* =========================================
   SPECIAL HEADER
========================================= */
.page-id-48222 .neve-main{
    margin-top: 80px;
}
.special-header {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 9999;
}

.special-header .container {
    max-width: 1439px;
    margin: 0 auto;
    padding: 0 20px;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}

.special-header-inner {
    display: flex;
    align-items: center;
    min-height: 80px;    
    justify-content: space-between;
}
.special-header-inner-sec{
    display: flex;
    align-items: center;
    gap: 30px;
}

/* =========================================
   LOGO
========================================= */

.special-logo {
    flex-shrink: 0;
}

.special-logo img {
    display: block;
    max-width: 180px;
    height: auto;
}


/* =========================================
   NAVIGATION
========================================= */

/* .special-navigation {
    margin-left: auto;
} */
.special-navigation, .top-cta-btn{
    position: relative;
}
.special-navigation:before, .top-cta-btn:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 26px;
    background: #0000001A;
    transform: translateY(-50%);
    top: 50%;
    left: -10px;
}
.special-menu,
.special-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.special-menu {
    display: flex;
    align-items: center;
    gap: 0;
}
.special-navigation ul.special-menu li:hover a{
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 8px 16px;
}
.special-navigation .special-menu  li a{  padding: 8px 16px;}
.special-menu > li {
    position: relative;
}

.special-menu > li > a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
    transition: color 0.2s ease;
        border-radius: 10px;
}

ul.special-menu > li > a:hover {
    color: #000;
}


/* =========================================
   ARROW FOR ITEMS WITH SUB MENU
========================================= */

.special-menu li.menu-item-has-children > a::after {
    content: "";
    width: 6px;
    height: 6px;

    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;

    transform: rotate(45deg);
    margin-top: -4px;

    transition: transform 0.2s ease;
}
.top-cta-btn a{background-color: #000000;
    border-radius: 10px;
    padding: 9px 18px;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;    font-family: 'Inter', sans-serif;}
.top-cta-btn a:hover{ text-decoration: none; background: #C8102E; color: #fff;}
.top-cta-btn a img{margin-left: 5px;}
.special-menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(225deg);
    margin-top: 4px;
}


/* =========================================
   FIRST LEVEL DROPDOWN
========================================= */

.special-menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 112px;

    min-width: 220px;
    padding: 14px;

    background: #fff;
    border-radius: 5px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);

    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;

    z-index: 10000;
}


/* Show dropdown */

.special-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}


/* =========================================
   FIRST LEVEL ITEMS
========================================= */

.special-menu > li > .sub-menu > li {
    position: relative;
}
.special-navigation .special-menu > li > .sub-menu > li > a, .special-navigation .special-menu > li > .sub-menu > li:first-child > a{
    background: transparent;
    
}
.special-menu > li > .sub-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #253653;
    font-size: 15px;
    line-height: 1.4;

    padding: 11px 14px;

    text-decoration: none;
    white-space: nowrap;

    border-radius: 2px;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;

}

.special-menu > li > .sub-menu > li > a:hover {
    background: #f1f6f8;
    color: #2455a6;
}


/* =========================================
   RIGHT ARROW FOR NESTED MENU
========================================= */

.special-menu > li > .sub-menu > li.menu-item-has-children > a::after {
    content: "";

    width: 8px;
    height: 8px;

    border-right: 2px solid #2861b4;
    border-top: 2px solid #2861b4;
    border-bottom:none;

    transform: rotate(45deg);

    margin-left: 20px;
}


/* =========================================
   SECOND LEVEL DROPDOWN
========================================= */

.special-menu > li > .sub-menu > li > .sub-menu {
    position: absolute;

    top: 0;
    left: calc(100% + 10px);

    min-width: 220px;

    padding: 14px;

    background: #fff;
    border-radius: 5px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);

    opacity: 0;
    visibility: hidden;

    transform: translateX(10px);

    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;

    z-index: 10001;
}


/* Show second level */

.special-menu > li > .sub-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


/* =========================================
   SECOND LEVEL ITEMS
========================================= */

.special-menu > li > .sub-menu > li > .sub-menu > li > a {
    display: block;

    color: #253653;
    font-size: 15px;
    line-height: 1.4;

    padding: 10px 12px;

    text-decoration: none;
    white-space: nowrap;

    border-radius: 2px;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
            background: transparent;
}

.special-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
    background: #f1f6f8;
    color: #2455a6;
}


/* =========================================
   REMOVE EXTRA NEVE MENU STYLES
========================================= */

.special-navigation .special-menu li {
    margin: 0;
}

.special-navigation .special-menu li::before,
.special-navigation .special-menu li::after {
    display: none;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .special-header-inner {
        min-height: 70px;
    }

    .special-menu {
        gap: 20px;
    }

    .special-menu > li > a {
        font-size: 14px;
    }

}

@media (max-width: 767px) {

    .special-header-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
    }

    .special-navigation {
        width: 100%;
        margin-left: 0;
    }

    .special-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .special-menu > li {
        width: 100%;
    }

    .special-menu > li > a {
        padding: 12px 0;
    }

    .special-menu > li > .sub-menu,
    .special-menu > li > .sub-menu > li > .sub-menu {
        position: static;

        width: 100%;
        min-width: 0;

        transform: none;

        opacity: 1;
        visibility: visible;

        display: none;

        box-shadow: none;
        border-radius: 0;
        padding: 0 0 0 15px;
    }

    .special-menu > li:hover > .sub-menu,
    .special-menu > li > .sub-menu > li:hover > .sub-menu {
        display: block;
        transform: none;
    }
}




/* location css */
.location-section {    position: relative;
    overflow: hidden;}
.mt-75 {
    margin-top: 75px;
}
.normal-line-height {
    line-height: normal;
}

.title-style-2 {
    padding-left: 25px;
    border-left: rgba(0, 0, 0, 1) solid 3px;
    height: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 75px;
    padding-right: 25px;
        max-width: 110px;
    margin-right: 30px;    
}


.font-bold {
    font-weight: 700;
}


/* Right-side images */
.location-right-images {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  gap: 20px;
  width: 40vw;
  padding-right: 0;
  justify-content: flex-end;
}

.location-right-images .image-card {
  position: relative;
  flex: 1;

}

.location-right-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.country-label {
  position: absolute;
  font-weight: 700;
  top:60px;
  left: 50px;
  color: #fff;
    border-bottom:rgba(255, 255, 255, 1) solid 1px;
    width:150px;
    font-size:22px;
}
 


.horizontal-accordion {
    display: flex;
    width: calc(100% + ((100vw - 100%) / 2));
    height: 300px;
    overflow: hidden;
}

.horizontal-accordion .accordion-item {
    flex: 1 1 0;
    min-width: 0;
    background: #f9f9f9;
    transition: flex 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.horizontal-accordion .accordion-item.active {
    flex: 4 1 0;
}

/* Info section */
.horizontal-accordion.style-2 .accordion-item .info-sec {
    flex: 0 0 0;
    width: 0;
    max-width: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.horizontal-accordion.style-2 .accordion-item.active .info-sec {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    min-width: 0;
    opacity: 1;
    overflow: visible;
    box-sizing: border-box;
    padding: 0 30px;
}

.horizontal-accordion.style-2 .accordion-item.active .info-sec  a{color: #000;}
/* India illustration */
.horizontal-accordion.style-2 .accordion-item.active .img-box {
    width: 100%;
    display: flex;
  
    margin-bottom: 20px;
}

.horizontal-accordion.style-2 .accordion-item.active .img-box img {
    width: 250px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Address row */
.horizontal-accordion.style-2 .accordion-item.active .info-sec .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Country image */
.horizontal-accordion.style-2 .accordion-item .country-img {
     width: 300px;
    min-width: 300px;
    height: 300px;
    flex: 0 0 300px;
    opacity: 1;
    overflow: hidden;
}

.horizontal-accordion.style-2 .accordion-item .country-img img {
   display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

/* Hide country image when active */
.horizontal-accordion .accordion-item.active .country-img {
    width: 0;
    min-width: 0;
    flex: 0 0 0;
    opacity: 0;
}

.ds-none h3 {
    display: none;
}

.location-section .container {
    max-width: 1450px;
}



/* new css fixes */

.tab-body-content ul {
    margin: 0 0 24px 8px;
}

.carousel-section .slick-next {
   
}

.mb-55{margin-bottom: 55px !important;}


.vertical-scroll-section .tab-body-content p, .section-description p, .vertical-scroll-section
 .tab-body-content ul li {  font-family: "Inter", sans-serif !important; color: #000; line-height: 1.2;}
 .carousel-overflow .slick-list{width: 100%;overflow-x: hidden;}

  .carousel-overflow .slick-next {
    right: -30px;
}

.brand-wrapper .slick-track .img-no img, .grayscale-effect-img .slick-track .img-no img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.brand-wrapper .slick-track .img-no:hover img, .grayscale-effect-img .slick-track .img-no:hover img {
  filter: grayscale(0%);
}



.hero-slider-new .hero-btn:hover{text-decoration: none;}

.hero-slider-new .hero-btn svg path {
    fill: #fff;
    transition: fill 0.3s ease;
}

.hero-slider-new .hero-btn:hover svg path {
    fill: #000;
}


.special-header .special-menu > li > .sub-menu > li > a{padding: 8px 0;}


.counter-section .counter-symbol {
    margin-left: -13px;
}




