* {
  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;
  font-size: 20px;
}

h1,h2,h3,h4,h5,h6,p, ul, ul li{ font-family: "Inter", sans-serif !important;}

.hero-slider-new{
    position:relative;
    min-height:798px;
    overflow:hidden;
    color:#fff;
    font-family: "Inter", sans-serif; 
    font-size: 20px; 
}

p{color: #000; font-size: 20px;}
.heading-2-column .text-blue{color: rgba(0, 113, 184, 1) !important;}

.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: 22px;
}

.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;
    justify-content: 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, .hero-slider-new  .slide-bg-mob {
     position: absolute;
 inset: 0;
    width: 100%;
    height: 100%;
}

.hero-slider-new  .slide-bg img, .hero-slider-new  .slide-bg-mob 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, h1,h2,h3,h4,h5,h6{  font-family: "Inter", sans-serif; color: #000; }
.header-section.head-info{line-height: 1.2;}
.counter-section .container{
    max-width: 1440px;
    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: 1440px;
    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:40px;
    padding-right:40px;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}
.brand-slider .container{
    max-width: 1440px;
    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; text-transform: uppercase; 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;}

.bdr-top{border-top: #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 2px;
    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:0 40px 75px;
}
.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: 278px;
    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('/wp-content/themes/neve-child/css/../images/arrow-left.png') !important;
}
.slick-next{
    background-image: url('/wp-content/themes/neve-child/css/../images/arrow-right.png') !important;
}
 */

.recent-blog-prev{}
.recent-blog-next{}

.recent-blog-controls button, .recent-blog-controls button:hover, .carousel-slider-new button, .carousel-slider-new button:hover
{width: 48px; height: 48px; background: #fff; border-top: 1px solid #0000001A;
     box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15); border-radius: 50%;
}

.recent-blog-controls button:hover, .carousel-slider-new button:hover{background: #000; color: #fff;} 


.recent-blog-controls button:hover svg path, .carousel-slider-new button:hover svg path{
    fill: #fff;
}


/* .recent-blog-controls button:hover{background: none;} */

.carousel-content h3{
    font-size:32px;
    margin:0 0 12px;
    color:#fff;
}

.carousel-content p{
    margin:0;
    color:#fff;
    line-height:1.3;
    font-size: 20px;
    font-weight: 400;
}
.carousel-content h4{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
}
.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;
  
        align-items: center;
  
}

.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: -40px;
}

.img-crausel{
    flex: 1;
}

.img-crausel{
    cursor: grab;
}

.img-crausel:active{
    cursor: grabbing;
}

.img-no{
    padding:0 10px;
    min-width: 190px;
}

.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('/wp-content/themes/neve-child/css/../images/ai-big-round.png') no-repeat bottom right;
    background-size: contain;
} */


.roadmap-section::after{
    content: "";
    position: absolute;
       right: 9%;
    bottom: -180px;

    width: 750px;
    height: 750px;

    background: url('/wp-content/themes/neve-child/css/../images/big-circle-bg.png') no-repeat center;
    background-size: contain;

    opacity: 0.7;
    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: 19px; height: 19px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAX5JREFUeAGdlN9tgzAQxm2C8kwmKN2AbkAmaDcAJkg7QdQJqk7AP/EcNiidoNmgbFCekYB+Rw1yLIfifJJlc7Z/3HF3cKZRHMeObduHYRh8DA8mR2ydOedV13XvURTVurtcNeR5fuz7/lmCaAVwAvCrCuaSV65lWScsPbZeNV6+l6HWvDCHkciJD3LmApim6fEG2AzdbDbx9MBFqN8GAIZEUXIuHBChV+ThEzMQLkZhGD4AWMp2eElRMguLRxMYlFBUopxkr8dnS90QmxWm+hqMEgGTq1xziqK4o5DVejsjpD19kwm6AjaqbdsdARvF7iHrAdUWQdfCSNvt9ofj8hfTl0wYBEFKizUwEs5zGx584rAOSF7tMJdrYNTjNFPI5bVDAL2JGnXZP0Jfj9GMvZxl2QmZNapHRTXCvZ88JHrElDIxUCMqgs1AZLGRy8QQ9qL920xlorbUgqZfVyIbue4ksusDfMDwmVL41EUYqQpaBCpwl/1lucZo6PMsnf8FD1HTowpdGtYAAAAASUVORK5CYII='); 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: 1440px;
                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: 60px;
                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: #0000001A;
                border-radius: 6px;
                color: #222222;
                text-decoration: none;
                transition: all 0.3s ease;
                font-family: "Inter", sans-serif !important;
                font-size: 20px;
            }

            .scroll-nav-link:hover {
                background: #dddddd;
            }

            .scroll-nav-link.active {
                background: #00000033;
                color: #000000;
            }

            /* RIGHT CONTENT */

            .scroll-content-item {
                margin-bottom: 0;
                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;
}
/* , .top-cta-btn:before */
.special-navigation: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: 11px 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-size: 22px;
}

.title-style-2.location-title{height: 82px; padding-left: 33px;}

.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: 20px;
  color: #fff;
    border-bottom:rgba(255, 255, 255, 1) solid 1px;
    width:114px;
    font-size:22px;
    text-transform: uppercase;
}
 


.horizontal-accordion {
    display: flex;
    /* width: calc(100% + ((100vw - 100%) / 2)); */
    height: 370px;
    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: auto;
    max-width: none;
    min-width: 0;
    opacity: 1;
    overflow: visible;
    box-sizing: border-box;
    padding: 0 10px;
}

.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: 237px;
    min-width: 237px;
    height: 370px;
    flex: 0 0 237px;
    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: 1440px;
    padding: 0;
}



/* 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{  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: -22px;
}

.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;
}


.i-font {
    font-style: italic;
}

.carousel-slider-new .slick-dots li {
    width: 12px;
    margin: 0 3px;
}

.carousel-slider-new .slick-dots li.slick-active {
    margin-right: 12px;
}

.carousel-slider-new .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
    transition: width 0.5s ease;
}

.carousel-slider-new .slick-dots li button:before {
    display: none;
}

.carousel-slider-new .slick-dots li.slick-active button {
    width: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.heading-2-column p{color: #000; font-size: 20px;}
p{font-size: 20px;}

.vertical-scroll-nav .scroll-nav-links:hover a{color: #000;}
.vertical-scroll-nav .scroll-nav-links a:hover {text-decoration: none;}
.vertical-scroll-section .tab-body-content ul li {line-height: 24px; color: #000; font-size:20px; font-weight: 400;}



     .row.nested-tab-row{ margin-top: 20px; }
        .nested-body-header,  .nested-body-header b {
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            font-size: 20px;
            color: #000000;
        }
        .nested-main-pane{
            margin-top: 50px;
        }
        .nested-right-content{
            background: #ffffff;
            padding: 26px 30px;
            border-radius: 15px;
            border-top: 4px solid #0071B8;
            height: 100%;
        }
        .nested-tab-section .section-description p{
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 20px;
            color: #000;
        }
        .tab-container{
            background: #E5F1F8;
            border-radius: 15px;
            padding: 45px 28px;
        }
        .vertical-heading{
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 40px;
            color: #000000;
                line-height: 50px;
        }
        .nested-vertical-tab.active .vertical-heading, .nested-vertical-tab:hover .vertical-heading{
            color: #ffffff;
        }
        .nested-vertical-tab .vertical-sub-heading{
            color: #0071B8;
        }
        .nested-vertical-tab.active .vertical-sub-heading, .nested-vertical-tab:hover .vertical-sub-heading{
            color: #ffffff;
        }
        .nested-vertical-tab:hover .vertical-description p, .nested-vertical-tab.active .vertical-description p{
            color: #ffffff;
        }
        .nested-main-tabs .nested-main-tab{
            color:#000;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            margin-left: 10px;
            background-color: transparent;
            border-radius: 0;
            border-bottom: 2px solid transparent;
            font-size: 20px;
     
        }
        .nested-main-tabs .nested-main-tab.active {
            color: #0071B8;
                    font-weight: 600;
           
            border-bottom-color: #0071B8;
        }
        /* .nested-main-tabs .nested-main-tab.active img {
            filter: invert(57%) sepia(80%) saturate(1900%) hue-rotate(168deg)
                    brightness(89%) contrast(101%);
        } */

.nested-main-tabs .nested-main-tab img {
    transition: filter 0.3s ease;
}

.nested-main-tabs .nested-main-tab.active img {
   filter: brightness(0) saturate(100%)
            invert(32%)
            sepia(99%)
            saturate(1746%)
            hue-rotate(174deg)
            brightness(88%)
            contrast(101%);
}   

        .nested-tab-section {
            /* margin-top: 20px; */
            background-color: #ffffff;
        }
        .nested-tab-section .container{
            max-width: 1440px;
            width: 100%;
            padding: 75px 40px;
            border-left: 1px solid #ECECEC;
            border-right: 1px solid #ECECEC;
        }
        .nested-main-tabs {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }

        .nested-main-tab {
            padding: 10px 20px;
            cursor: pointer;
            border: none;
            background-color: #f0f0f0;
            transition: background-color 0.3s ease;
            font-size: 20px;
        }

        .nested-main-pane {
            display: none;
        }

        .nested-main-pane.active {
            display: block;
        }

        .nested-vertical-tabs {
            display: flex;
            flex-direction: column;
            gap: 22px;
            
        }

              .nested-vertical-tabs .vertical-description p strong{color: #000000; font-weight: 600; font-size: 19px; margin-bottom: 5px; display: block;}
              .nested-vertical-tabs .vertical-description p{font-weight: 300; line-height: 1.1; font-size: 15px; color:#000;}
.nested-vertical-tab.active .vertical-description p strong, .nested-vertical-tab:hover .vertical-description p strong{color: #fff;}
        .nested-vertical-tab {
            padding:20px;
            cursor: pointer;
            border: none;
            background-color: #ffffff;
            transition: background-color 0.3s ease;
            border-radius: 15px;
            text-align: left;
        }
        
        .nested-vertical-tab.active, .nested-vertical-tab:hover {
            background-color: #0071B8;
            color: #fff;
        }

        .nested-vertical-pane {
            display: none;
        }

        .nested-vertical-pane.active {
            display: block;
        }

        .vertical-scroll-content .tab-body-content p{font-weight: 500; font-size: 20px; margin-bottom: 20px;}
        .vertical-scroll-section .section-description p, .order-list-description p {font-size: 20px;}
        .order-list-description p, .nested-tab-section .section-description p,  .blog-description p{font-weight:300;}
.order-list-description p, .blog-description{color: #000; line-height: 1.2;}
         .blog-description{font-size: 20px;}

     .order-list-sec{background:#F8F9FA; background-image:url('https://www.impressico.com/wp-content/uploads/2026/09/bg12.png');
            background-repeat:no-repeat; background-position:bottom right;
        }
        .order-list-sec .container{
            max-width:1440px;
            width:100%;
            padding: 75px 40px;
        }
        .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;
        }
        .order-list-sec ol {
            list-style: none;
            padding: 40px 60px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px 38px;
            font-size: 15px;
            font-family: 'Inter', sans-serif;
        }

.order-list-sec ol li a {
    position: relative;
    overflow: hidden;
    border-radius: 15px;

    padding: 0px 18px 0px 45px;
    background: #ffffff;
    border: 1px solid #E2E2E2;
    color: #1A1A1A;
    font-weight: 400;
    font-size: 16px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    height: 60px;
    line-height: 17px;
    align-items: center;

    box-sizing: border-box;
    transition: box-shadow .25s ease, border-color .25s ease;
}

.order-list-sec ol li a:hover {
    border-color: #C8102E;

    /* red left side */
    box-shadow:
        inset 3px 0 0 #C8102E,
        0 8px 20px rgba(200, 16, 46, .08);

    text-decoration: none;
}
/* .order-list-sec ol li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 1px;
    width: 4px;
    background: #C8102E;
    transform: scaleY(0);
    transition: transform .25s ease;
    transform-origin: top;
    border-radius: 0 4px 4px 0;
}

.order-list-sec ol li a:hover::before {
    transform: scaleY(1);
} */


        .order-list-sec ol .order-number{
            color:#8F8F8F;
            font-weight:700;
            font-size:14px;
            margin-right: 13px;
            margin-left: -32px;
        }
        .list-icon{
            float:right;
        }
        .ind-grid{grid-template-columns:repeat(4,1fr);}
        .ind-chip{position:relative;overflow:hidden;padding:17px 18px;}

   
        .order-list-sec ol li a:hover .list-icon{margin-right: -3px;}

        /* .order-list-sec ol li a::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;
            background:#C8102E;transform:scaleY(0);transition:transform .25s;transform-origin:top;}

        .order-list-sec ol li a:hover::before{transform:scaleY(1);} */

        .ind-chip .idx{font-size:.66rem;font-weight:700;color:#B9B9B9;margin-right:10px;transition:color .2s;}
        .ind-chip:hover .idx{color:#C8102E;}
        .ind-chip .ind-name{flex:1;line-height:1.35;}
        .btn.btn-dark { background:#0a0a0a; color: #fff;
        display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: .9rem;
    border-radius: 100px;
    padding: 12px 24px;
    cursor: pointer;
    border: none;
    transition: all .25s ease; }
    .order-number-sec{display:flex; align-items: center;}
   .btn.btn-dark:hover {background:#C8102E;}
        @media (max-width:1200px){.ind-grid{grid-template-columns:repeat(3,1fr);}
    }



        .get-in-touch-section .container{
                padding: 75px 40px;
                max-width: 1439px;
                border-left: 1px solid #ECECEC;
                border-right: 1px solid #ECECEC;
        }
        .main-heading-55{
            font-size: 40px;
            font-weight: 300;
            font-family: 'Inter', sans-serif;
            color: #000000;
        }
        .form-description p{
            font-size: 20px;
            font-weight: 300;
            font-family: 'Inter', sans-serif;
            color: #000;
            line-height: 1.2;
        }
        .get-in-touch-section{
            background: #ffffff;
            
        }
        .get-in-touch-section .section-shortcode{
            width: auto;
            padding-right:90px;
            margin-bottom: 58px;
        }
        .get-in-touch-section .home_form.form-style-1.wpforms-container-full .wpforms-form .choices.wpforms-field-large{padding-top: 7px !important;}
        .get-in-touch-section div.wpforms-container-full .wpforms-form .choices .choices__inner{
            min-height: auto;
        border: none;
        }


        .footer-main-reset.new-fotr  ul.menu li{color: #000;}
        .footer-main-reset.new-fotr  .custom-footer-column h3{color: #000; font-size: 20px; font-weight: 600;}
        .copy-row { padding: 24px 0 0;}

     .header-section .discription-hd{font-weight:300;}

     .hd-style-3 {    font-weight: 300;    line-height: 1;    margin-bottom: 25px;}
     .normal-text-formt{font-size: 20px; line-height: 1.2;}
     .brand-wrapper .img-crausel.slick-initialized {overflow-x: hidden;}
     .title-text-two-col, .title-text-two-col p{font-size:20px; font-weight: 300;}


         /* ========================================
   Recent Blog Slider
======================================== */

.recent-blog-slider {
    width: 100%;
    overflow: hidden;
}


/* Slider viewport */

.recent-blog-slider-wrapper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
}


/* Track */

.recent-blog-track {
    display: flex;
    gap: 20px;
    transition: transform 0.45s ease;
    will-change: transform;
    width: 97.3%;
}


/* Card */

.recent-blog-card {
    flex: 0 0 calc((100% - 24px) / 4);
    min-width: 0;
    border: 1px solid #dedede;
    border-radius: 6px;
    padding: 20px 17px 15px;
    box-sizing: border-box;
    background: #fff;
}


/* Category + Date */

.recent-blog-top {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #1A1A1A;
}

.recent-blog-category {
    white-space: nowrap;
}

.recent-blog-date {
    white-space: nowrap;
}


/* Title */

.recent-blog-title {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
}

.recent-blog-title a {
    color: #171717;
    text-decoration: none;
    font-size: 16.32px;
    font-weight: bold;
}

.recent-blog-title a:hover {
    text-decoration: underline;
}


/* Excerpt */

.recent-blog-excerpt {
    font-size: 13px;
    line-height: 20.55px;
    color: #555555;
    min-height: 56px;
}


/* Divider */

.recent-blog-divider {
    height: 1px;
    background: #e5e5e5;
    margin: 13px 0 10px;
}


/* Author */

.recent-blog-author {
    display: flex;
    align-items: center;
    min-height: 35px;
}


/* Author image */

.recent-blog-author-image {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 9px;
}

.recent-blog-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Author text */

.recent-blog-author-info {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.recent-blog-written {
    font-size: 10px;
    color: #999;
    margin-bottom: 2px;
    font-weight:400;
}

.recent-blog-author-name {
        font-size: 13px;
    font-weight: 600;
    color: #1A1A1A;
}


/* Arrow */

.recent-blog-arrow {
    margin-left: auto;
    color: #999;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
}

.recent-blog-arrow:hover {
    color: #000;
}


/* ========================================
   Bottom Controls
======================================== */

.recent-blog-slider-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}


/* Counter */

.recent-blog-counter {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #999;
}

.recent-blog-current {
    color: #111;
    font-weight: 500;
}


/* Controls */

.recent-blog-controls {
    display: flex;
    gap: 16px;
    padding: 6px 3px 6px 0;
}

.recent-blog-controls button {
    /* width: 42px; */
    /* height: 42px; */
    padding: 0;
  
    background: #fff;
    color: #111;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    /* border-radius: 0; */
}



/* Disabled */

.recent-blog-controls button:disabled {
    /* opacity: 0.4; */
    cursor: not-allowed;
}


/* ========================================
   Tablet
======================================== */

@media (max-width: 991px) {

    .recent-blog-card {
        flex: 0 0 calc((100% - 12px) / 2.2);
    }

}


/* ========================================
   Mobile
======================================== */

@media (max-width: 767px) {

    .recent-blog-track {
        gap: 10px;
    }

    .recent-blog-card {
        flex: 0 0 85%;
        padding: 18px 15px 14px;
    }

    .recent-blog-slider-bottom {
        margin-top: 18px;
    }

}

.custom-footer-bottom .footr-block {
    display: flex;
    justify-content: space-between;
    display: flex;
}

.custom-footer-bottom .footr-block .footer-social  a{background-color: #000;}
.custom-footer-bottom  .copy-row .custom-footer-copyright{font-size:20px;}
.nested-vertical-tab .vertical-sub-heading {
    color: #0071B8;
    font-size: 22px;

}

.nested-vertical-tab p{margin-bottom: 0;}

.horizontal-accordion .title-style-2.location-title{max-width: 130px;}
.nested-vertical-tabs .nested-vertical-tab  .vertical-description {
    margin-top: 10px;
    float: left;
}

    .blog-section{
            background-color:#ffffff;
            font-family: 'Inter', sans-serif;
        }
        .blog-section .container{
            padding: 75px 40px;
            max-width: 1439px;
            width: 100%;
            border-left: 1px solid #ECECEC;
            border-right: 1px solid #ECECEC;
        }

.brand-wrapper .crausl-title-blk{flex: 0 0 190px;     padding-right: 30px;}
.order-list-sec .listing-page-btn .btn{font-size: 20px; font-weight: 500;  font-family: "Inter", sans-serif;}
.order-list-sec .listing-page-btn .btn:hover{text-decoration: none;}
.blog-heading{font-size: 40px; font-weight: 300;  font-family: "Inter", sans-serif; margin: 0;}
.blog-description{font-weight: 300; margin: 0;}
.custom-footer-bottom.new-page-footr{    margin-bottom: 75px;    margin-top: 76px;}
.new-page-form .form-style-1.wpforms-container-full .wpforms-form .wpforms-submit.wpcf7-submit.btn-blue  {background-color: #000000}
.nested-vertical-tabs .vertical-sub-heading{    display: block;    margin-bottom: 6px;}
.footer-main-reset.new-fotr .container, 
.new-page-footr .container.footr-block, 
.heading-2-column.two-column-reset .container,  .blog-section .container {max-width: 1440px; padding-left:40px;
     padding-right: 40px;}

     .font-500{font-weight: 500;}
     .font-15{font-size: 15px;}
     .custom-footer-links.site-footer{gap: 80px;}
     .font-w-300{font-weight: 300;}

    .carousel-slider-new .slick-prev {
    left: -18px;
}

.counter-new-1 .counter-year, .counter-new-1 .counter-year p,
 .counter-new-1 .counter-year p span{ font-family: "Roboto Condensed", sans-serif; font-weight: 700;}
 .nested-right-content .outcome-value {
    font-size: 20px;
    font-weight: 700;
}

.nested-content-box li {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.nested-content-box h4{ font-size: 20px; font-weight: 500;}

     .heading-2-column{
            background-color:#F8F9FA;
            background-image:url('https://www.impressico.com/wp-content/uploads/2026/09/service1-bg-pattern.png'), url('https://www.impressico.com/wp-content/uploads/2026/09/service1-bg-pattern-right.png');
            background-repeat: no-repeat; background-position: left bottom, top right;
            padding: 75px 0;
        }
        .mb-55{ margin-bottom:55px;}

       .vertical-scroll-content .tab-body-heading{    margin-top: -19px;}
       .img-text-bx p{font-size: 20px;     line-height: 1.3;}
       .img-text-bx p:last-child{margin-bottom: 0;}
       .special-header .top-cta-btn a img{display: none;}
      .nested-right-content .outcome-item{justify-content: normal;}
      .special-logo {
    margin-left: 18px;
}

.vertical-scroll-section .scroll-content-item{ margin-bottom: 75px;}
.vertical-scroll-section .scroll-content-item:last-child{margin-bottom: 0;}

 .recent-blog-card.set-v-fix {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}  

.normal-text-formt p strong{text-decoration: underline;}
.font-w-300{font-weight: 300;}
.pb-50{padding-bottom: 50px;}
.mb-40{margin-bottom: 40px !important;}

.two-column-reset .main-heading-40 b{font-weight: 600;}

.recent-blog-slider-wrapper .wrap-set.author-part{display: none;}

.footer-section .footer-social a i{font-size: 16px;}


/* mobile responsive */

@media (max-width: 767px) {

   
.blog-section .container, 
.nested-tab-section .container, 
.counter-section .container, .header-section .container, 
.carousel-section .container, .hd-img-description .container,
.brand-slider .container, 
.vertical-scroll-section .container, .order-list-sec .container, 
.get-in-touch-section .container, .footer-main-reset.new-fotr .container{padding: 40px 20px; max-width: 100%;}


.py-75{padding-top:40px; padding-bottom: 40px;}
.pt-75{padding-top:40px;}
.pb-75{padding-bottom:40px;}
.my-75{margin-top: 40px; margin-bottom: 40px;}
.hero-slider-new .slide h1{font-size: 30px;  line-height: 1.2;}
.hero-slider-new .slide .sub-hd{font-size: 24px; line-height: 1.2;}
.hero-slider-new .slide .slide-description p{font-size:  16px; line-height: 1.2;}
.slide-bg{display: none;}

}