@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;
    text-decoration: none;

}
body{ font-family: gill_sansregular;
    background:#fff;color:#000}


    @font-face {
        font-family: HoeflerText;
        src: url(../fonts/ufonts.com_hoefler-text.ttf);
    }
    @font-face {
        font-family: HoeflerText-Bold;
        src: url(../fonts/ufonts.com_hoefler-text-black.ttf);
    }
    @font-face {
        font-family: gill_sansbold_italic;
        src: url('../fonts/gill_sans_bold_italic-webfont.woff2') format('woff2'), url('../fonts/gill_sans_bold_italic-webfont.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: gill_sansbold;
        src: url('../fonts/gill_sans_bold-webfont.woff2') format('woff2'), url('../fonts/gill_sans_bold-webfont.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: gill_sansregular_italic;
        src: url('../fonts/gill_sans_heavy_italic-webfont.woff2') format('woff2'), url('../fonts/gill_sans_heavy_italic-webfont.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: gill_sansheavy;
        src: url('../fonts/gill_sans_heavy-webfont.woff2') format('woff2'), url('../fonts/gill_sans_heavy-webfont.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: gill_sansitalic;
        src: url('../fonts/gill_sans_italic-webfont.woff2') format('woff2'), url('../fonts/gill_sans_italic-webfont.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: gill_sanslight_italic;
        src: url('../fonts/gill_sans_light_italic-webfont.woff2') format('woff2'), url('../fonts/gill_sans_light_italic-webfont.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: gill_sanslight;
        src: url('../fonts/gill_sans_light-webfont.woff2') format('woff2'), url('../fonts/gill_sans_light-webfont.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: gill_sansmedium_italic;
        src: url('../fonts/gill_sans_medium_italic-webfont.woff2') format('woff2'), url('../fonts/gill_sans_medium_italic-webfont.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: gill_sansmedium;
        src: url('../fonts/gill_sans_medium-webfont.woff2') format('woff2'), url('../fonts/gill_sans_medium-webfont.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: gill_sansregular;
        src: url('../fonts/gill_sans-webfont.woff2') format('woff2'), url('../fonts/gill_sans-webfont.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: gill_sanscondensed_bold;
        src: url('../fonts/gillsans_condensed_bold-webfont.woff2') format('woff2'), url('../fonts/gillsans_condensed_bold-webfont.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: gill_sanscondensed_regular;
        src: url('../fonts/gillsans_condensed-webfont.woff2') format('woff2'), url('../fonts/../fonts/gillsans_condensed-webfont.woff') format('woff');
        font-weight: 400;
        font-style: normal;
    }



.navbar{background:#fff}
.navbar-brand{width: 160px;}
.navbar-brand img{width: 100%;}

.navbar-nav{}
.navbar-nav li{
    margin: 0 10px;
}
.navbar-nav li a{
    line-height: 1.22;
    font-size: 17px;
    color: #000;
    padding: 10px 10px !important;
}
.request-btn{
    background: #ff7a00;
    color: #fff !important;
    border-radius: 5px;
}

.btn-orange{background:#ff7a00;color:#fff}
.hero{padding: 0;background:#f3f3f3}
.hero .hero-cont{
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: start;
}
.hero .hero-cont h1{font-size: 48px;font-weight:700;font-family: "Inter", sans-serif;color: #000;margin: 0;}
.hero .hero-cont p{
    font-size: 18px;
    color: #000;
    line-height: 1.28;
    margin: 0;
    font-family: gill_sansregular;
}
.hero .hero-cont .hero-btn-sec{
    display: flex;
    align-items: center;
    gap: 30px;
}
.hero .hero-cont .hero-btn-sec a, .footer-sec a{
    background: #ff7a00;
    font-size: 18px;
    line-height: 1.28;
    padding: 10px 25px;
}
.hero .hero-cont .hero-btn-sec p{
    font-size: 18px;
    color: #000;
    line-height: 1.28;
}
.hero .hero-cont .hero-btn-sec p span{
    display: inline-block;
}
.hero .hero-cont .hero-btn-sec p span img{
    width: 19px;
    margin-right: 7px;
}

.hero {
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}



.comparison-slider{
    position:relative;
    width:100%;
    max-width:900px;
    height:500px;
    overflow:hidden;
    user-select:none;
    background: #000;
  }

  .comparison-slider img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    pointer-events:none;
  }

  /* Before Image */
  .before{
    position:absolute;
    inset:0;
    width:50%;
    overflow:hidden;
    z-index:2;
  }

  /* Drag Line */
  .slider-line{
    position:absolute;
    top:0;
    left: 40%;
    width:4px;
    height:100%;
    background: #ff7a00;
    transform:translateX(-50%);
    z-index:5;
    pointer-events:none;
  }

  /* Drag Circle */
  .slider-button{
    position:absolute;
    top:50%;
    left: 40%;
    width: 55px;
    height: 30px;
    background: #ff7a00;
    border-radius: 20px;
    transform:translate(-50%, -50%);
    z-index:6;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 0 15px rgba(0,0,0,0.25);
    cursor:ew-resize;
  }

  .slider-button::before{
    content:url('../img/Neoimage-assets/arrow-lr.png');
    display: inline-block;
    width: 44px;
    height: 16px;
    background-size: contain;
    background-position: 9px;
  }

  /* Range Input */
  .slider{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    opacity:0;
    cursor:ew-resize;
    z-index:10;
  }

  /* Labels */
  .label{
    position:absolute;
    top: 15px;
    padding: 2px 7px;
    background: #4a5b6d;
    color:#fff;
    font-size: 13px;
    border-radius: 3px;
    z-index:20;
  }

  .before-label{
    left:15px;
  }

  .after-label{
    right:15px;
    background: #ff7a00;
  }


.build-sec,.high-sec{
    padding: 70px 0;
}
.high-sec .high-sec-box{

background-color: #f2f3f5;

padding: 30px;

border-radius: 50px;
}
.high-sec-box h3{
    
font-size: 22px;
    
font-weight: 700;
    
color: #000;
    
font-family: "Inter", sans-serif;
    
margin-bottom: 20px;
}
ul.hig-sec-list{

display: flex;

flex-direction: column;

gap: 20px;
}
ul.hig-sec-list .hig-sec-list-heading span{
    display: none;
}
ul.hig-sec-list .hig-sec-list-heading span img{
    width: 9px;
}
ul.hig-sec-list .hig-sec-list-heading{
cursor: pointer;
list-style: none;
font-size: 18px;
   
line-height: 1.28;
    
text-align: left;
    
color: #000;
    
padding: 21px;
  
border-radius: 11px;
    
background-color: #fff;
    
display: flex;
    
justify-content: space-between;
align-items: center;
}


ul.hig-sec-list .hig-sec-list-heading.active, ul.hig-sec-list .hig-sec-list-heading:hover{
    
color: #fff;
font-weight: bold;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    
background-color: #ff7a00;
    }

    ul.hig-sec-list .hig-sec-list-heading.active span, ul.hig-sec-list .hig-sec-list-heading:hover span{
        display: inline-block;
    }
.build-sec h1{
    font-family: HoeflerText;
    font-size: 38px;
    color: #000;
    line-height: 1.21;
    text-align: center;
}
.build-sec p{
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 1.28;
    font-family: gill_sansregular;
}
  .build-detail-img{}
  .build-detail-img img{
    width: 100%;
    display: none;
    filter: grayscale(1);

}
.build-image.active-img{
    display:block;
}
.build-image.active-img:hover{
     filter: none;
}
  .build-list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
  .build-list .build-list-details{
    cursor: pointer;
    display: flex;
    gap: 20px;
    background: #f2f3f5;
    border-radius: 21px;
    padding: 20px;
    align-items: center;
}
  .build-list .build-list-details .build-iocn{
    width: 52px;
}
  .build-list .build-list-details .build-iocn img{
    width: 100%;
}
  .build-list .build-list-details .build-cont{
    width: calc(100% - 122px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
  .build-list .build-list-details .build-cont h3{
    font-size: 18px;
    color: #000;
    line-height: 1.28;
    text-align: left;
    font-family: "Inter", sans-serif;
    margin: 0;
}
  .build-list .build-list-details .build-cont p{
    font-size: 16px;
    color: #000;
    line-height: 1.44;
    font-family: gill_sansregular;
    text-align: left;
    margin: 0;
    display: none;
}
  .build-list .build-list-details .build-check-img{
    width: 30px;
    height: 30px;
    display: none;
}
  .build-list .build-list-details .build-check-img img{
    width: 100%;
}

.build-list-details.active{
    background: #fff7f2;
    border: 1px solid #d36500;
}
.build-list-details.active .build-cont p, .build-list-details.active .build-check-img{
    display: block;
}



.scale{
    background: #f2f3f5;
    padding: 70px;
}
.scale h3{
    font-size: 38px;
    font-family: HoeflerText;
    color: #000;
    line-height: 1.28;
}
.scale p{
    font-size: 18px;
    color: #000;
    line-height: 1.38;
    font-family: 'gill_sansregular';
}


.split-gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}


.gallery-img{
    overflow: hidden;
    border-radius: 24px;
    height: 100%;
}

.gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.gallery-img:hover img{
     transform: scale(1.05);
    filter: none;
}


.big-img{
    height: 350px;
}

.middle-col{
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.small-img{
    height: 165px;
}


@media(max-width:991px){

    .split-gallery{
        grid-template-columns: 1fr 1fr 1fr;
    }

   

}


.studio-quality{
    padding: 70px 0;
    background: #fff;
}
.studio-quality h2{
    font-family: HoeflerText;
    font-size: 38px;
    color: #000;
    line-height: 1.21;
    text-align: center;
    margin-bottom: 70px;
}


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


.split-gallery1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    position: relative;
}


.gallery-img1{
    overflow: hidden;
    border-radius: 24px;
    height: 100%;
    filter: grayscale(1);
}
.gallery-img1:hover{
    filter: none;

}


.gallery-img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.gallery-img1:hover img{
   
   
    transform: scale(1.05);
}


.big-img1{
    height: 242px;
}

.middle-col{
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.small-img1{
    height: 348px;
}

.gallery-col-1{
    display: grid;
    /* grid-template-rows: 1fr 1fr; */
    gap: 20px;
}

@media(max-width:991px){

    .split-gallery1{
        grid-template-columns: 1fr 1fr 1fr;
    }

   

}


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



.stat-card{
    padding:  35px 20px;
    border-radius: 16px;
    background-image: linear-gradient(to top, #fff, #fff7f2);
    text-align: center;
}
.stat-card h2{
    font-family: "Inter", sans-serif;
    font-size: 26px;
}
.stat-card h2 span{
    margin-right: 4px;
}
.stat-card p{
    font-size: 18px;
    color: #000;
    line-height: 1.28;
    margin: 0;
    font-family: gill_sansregular;
    margin-top: 15px;
}

.split-gallery1::after{
    content: "";
    display: block;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), #ffffffc9, #ffffff);
    position: absolute;
    left: 0;
    right: 0;
    height: 160px;
    bottom: 0px;
}

.section{padding:80px 0}

    .gallery img {
        width: 100%;
        border-radius: 12px;
        margin-bottom: 15px;
        filter: grayscale(1);}
        .gallery img:hover,
.gallery img.active {
    filter: grayscale(0);
}
.footer{padding:30px 0;background:#eee;text-align:center}

.digital-sec{

}
.digital-sec h2, .footer-sec h2,.high-sec h2{
font-family: HoeflerText;
font-size: 38px;
line-height: 1.21;
text-align: center;
color: #000;
}

.digital-sec ul.digital-tap-sec-heading{
     
list-style: none;
     
margin: 0;
     
padding: 0;
     
display: flex;
     
justify-content: space-around;
     
border-bottom: 1px solid #000;
     
padding-bottom: 20px;
     
margin: 70px 0;
}

ul.digital-tap-sec-heading {
}
ul.digital-tap-sec-heading li{}
ul.digital-tap-sec-heading a{
     
font-family: 'gill_sansregular';
     
font-size: 18px;
     
text-align: left;
     
color: #000;
     
padding: 5px 20px;
     
position: relative;
     
text-decoration: none;
     
border-right: 1px solid #ccc;
}

.digital-sec ul.digital-tap-sec-heading li.active{
    position: relative;
}
.digital-sec ul.digital-tap-sec-heading li.active a{}
.digital-sec ul.digital-tap-sec-heading li.active a::after{
    content: "";
    width: 100%;
    position: absolute;
    height: 4px;
    background: #ff7a00;
    left: 0;
    bottom: -21px;
}

.digital-sec ul.digital-tap-sec-heading li:hover a::after{
    content: "";
    width: 100%;
    position: absolute;
    height: 4px;
    background: #ff7a00;
    left: 0;
    bottom: -21px;
}


ul.digital-tap-sec-heading li:last-child a{
     border-right:0; 
}


.digital-box{
    background: #f2f3f5;
    border-radius: 40px;
    padding: 40px;
}
.digital-box-img{
}
.digital-box-img img{
    width: 100%;
    filter: grayscale(1);
}
.digital-box-img img:hover{
    filter:none;
}
.digital-box-cont{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.digital-box-cont img{
    width: 40px;
}
.digital-box-cont h2{
    font-family: "Inter", sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-align: left;
    margin: 0;
}
.digital-box-cont p{
    font-size: 18px;
    color: #000;
    line-height: 1.38;
    font-family: 'gill_sansregular';
    margin: 0;
}
.digital-box {
    display: none;
}

.digital-box.active {
    display: block;
}


.gallery-img1 {
    filter: grayscale(1);
    transition: all 0.5s ease;
}

.gallery-img1.random-hover {
    filter: grayscale(0);
}
.btn:hover {
    background-color: #4a5b6d !important;
    color: #fff;
    text-decoration: none;
}
.gallery-img1.random-hover img {
    transform: scale(1.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}


.high-list-image{}
.high-list-image .high-list-image-box{
    position: relative;
}
.high-list-image .high-list-image-box img{}
.high-list-image .high-list-image-box .img-over-cont{
    position: absolute;
    bottom: 20px;
    background: #fff;
    left: 20px;
    right: 20px;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    padding: 20px;
}
.high-list-image .high-list-image-box .img-over-cont .cont{
    width: 50%;
    gap: 15px;
    display: flex;
    align-items: center;
}
.high-list-image .high-list-image-box .img-over-cont .cont img{
    width: 52px;
    height: 52px;
}
.high-list-image .high-list-image-box .img-over-cont .cont h3{
    font-size: 18px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 3px;
}
.high-list-image .high-list-image-box .img-over-cont .cont p{
    margin: 0;
    color: #ff7a00;
    font-size: 18px;
    font-family: 'gill_sansregular';
}
.high-list-image-box{
    display: none;
}
.high-list-image-box.active {
    display: block;
}

@media(max-width:820px){
    
    .mobmt-10p{
        margin-top:10%;
    }
    .mobtxtcenter{
        text-align:center !important;
    }
    .text-md-left{
        text-align:left !important;
    }
    .hero .hero-cont .hero-btn-sec {
        display: flex;
        align-items: center;
        gap: 30px;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
    }

}
@media(max-width:768px){

    .comparison-slider{
      height:350px;
    }

    .slider-button{
      width:42px;
      height:42px;
    }

    .slider-button::before{
      font-size:18px;
    }

  }


  @media(min-width:992px){
    .hero .container {
      max-width: 960px;
  }
  
  .hero-image-col {
      padding-right: 0;
      position: relative;
  }
  
  .comparison-slider {
      width: calc(100% + ((100vw - 960px) / 2)) !important;
      margin-right: calc((100vw - 960px) / -2);
  }
}

  @media(min-width:1200px){
  .hero .container {
    max-width: 1140px;
}

.hero-image-col {
    padding-right: 0;
    position: relative;
}

.comparison-slider {
    width: calc(100% + ((100vw - 1140px) / 2)) !important;
    margin-right: calc((100vw - 1140px) / -2);
}

  }


    .sticky-hed-cus{
        position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 1px 1px 9px #00000017;
    }
   

/* Tablet & Mobile */
@media (max-width: 991px){

    .build-sec{
        padding:60px 0;
    }

    .build-sec h1{
        font-size:32px;
        line-height:1.3;
    }

    .build-detail-img{
        margin-bottom:30px;
    }

    .build-list-details{
        padding:20px;
    }
}

/* Mobile */
@media (max-width: 767px){
    .scale{
        padding:25px;
    }

    .build-sec h1{
        font-size:28px;
        text-align:center;
    }

    .build-sec > .container > p{
        text-align:center;
    }

    /* Image first */
    .build-detail-img{
        margin-bottom:25px;
    }

    .build-detail-img img{
        width:100%;
        height:auto;
        border-radius:16px;
    }

    /* Card */
    .build-list-details{
        display:flex;
        align-items:flex-start;
        gap:12px;
        padding:15px;
        margin-bottom:15px;
    }

    .build-iocn{
        flex-shrink:0;
    }

    .build-iocn img{
        width:40px;
        height:40px;
    }

    .build-cont{
        flex:1;
    }

    .build-cont h3{
        font-size:18px;
        line-height:1.4;
        margin-bottom:6px;
    }

    .build-cont p{
        font-size:14px;
        line-height:1.6;
        margin:0;
    }

    .build-check-img img{
        width:24px;
        height:24px;
    }
}
@media (max-width:767px){

    .build-sec .row{
        flex-direction:column;
    }

    .build-sec .col-md-6:first-child{
        order:1;
    }

    .build-sec .col-md-6:last-child{
        order:2;
    }
}
/* ==========================
   DIGITAL SECTION
========================== */


/* ==========================
   TABLET
========================== */

@media (max-width: 991px) {

    .digital-sec {
        padding: 80px 0;
    }

    .digital-sec > .container > h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    .digital-box-cont h2 {
        font-size: 28px;
    }

    .digital-box-cont p {
        font-size: 15px;
    }

    .digital-tap-sec-heading {
        gap: 10px;
    }
}

/* ==========================
   MOBILE
========================== */
@media (max-width: 1024px) {
 /* Scrollable Tabs */
 .digital-tap-sec-heading {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.digital-tap-sec-heading::-webkit-scrollbar {
    display: none;
}

.digital-tap-sec-heading li {
    flex: 0 0 auto;
}
}
@media (max-width: 820px) {
.high-list-image .high-list-image-box .img-over-cont{
    position: relative;
    background: #fff;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    padding: 20px;
    bottom:0;
    right:0;
    left:0;
}

    .pa-md-2 {
        padding: .5rem !important;
    }

}
@media (max-width: 767px) {

    .digital-sec {
        padding: 60px 0;
    }

    .digital-sec > .container > h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 30px;
    }


    /* Scrollable Tabs */
    .digital-tap-sec-heading {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 10px;
        margin-bottom: 30px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .digital-tap-sec-heading::-webkit-scrollbar {
        display: none;
    }

    .digital-tap-sec-heading li {
        flex: 0 0 auto;
    }

    /* Stack Layout */
    .digital-box .row {
        flex-direction: column;
    }

    .digital-box-img {
        margin-bottom: 25px;
    }

    .digital-box-img img {
        border-radius: 12px;
    }

    .digital-box-cont {
        text-align: center;
    }

    .digital-box-cont img {
        max-width: 55px;
        margin: 0 auto 15px;
        display: block;
    }

    .digital-box-cont h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .digital-box-cont p {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* ==========================
   SMALL MOBILE
========================== */

@media (max-width: 480px) {

    .digital-sec > .container > h2 {
        font-size: 24px;
    }

    .digital-box-cont h2 {
        font-size: 20px;
    }

    .digital-box-cont p {
        font-size: 13px;
    }

    .digital-tap-sec-heading li a {
        font-size: 14px;
        padding: 10px 14px;
    }
}
/* ===================================
   HIGH SECTION RESPONSIVE
=================================== */

/* ===================================
   TABLET
=================================== */

@media (max-width:991px){
    

    .high-sec {
        padding: 60px 0;
    }

    .high-sec h2 {
        font-size: 34px;
        line-height: 1.3;
    }

    .img-over-cont {
        flex-direction: column;
    }
}

/* ===================================
   MOBILE
=================================== */

@media (max-width:767px){
    .hig-sec-list-heading span{
        display:none;
    }
    .high-list-image .high-list-image-box .img-over-cont{
        position: relative;
        background: #fff;
        border-radius: 15px;
        display: flex;
        gap: 20px;
        padding: 20px;
        bottom:0;
        right:0;
        left:0;
    }
    .digital-sec ul.digital-tap-sec-heading li.active a::after{
        bottom: -15px;
    }
    .digital-sec ul.digital-tap-sec-heading li:hover a::after{
        bottom: -15px;
    }

    .high-sec {
        padding: 50px 0;
    }

    .high-sec h2 {
        font-size: 28px;
        line-height: 1.3;
        padding-bottom: 25px !important;
    }

    /* Stack Columns */
    .high-sec-box .row {
        flex-direction: column;
    }

    /* Feature Heading */
    .high-sec-box h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    /* Horizontal Menu */
    .hig-sec-list {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 15px;
        margin-bottom: 25px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .hig-sec-list::-webkit-scrollbar {
        display: none;
    }

    .hig-sec-list-heading {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 12px 18px;
        border-radius: 50px;
    }

    .hig-sec-list-heading span {
        display: none;
    }

    /* Image */
    .high-list-image {
        margin-top: 10px;
    }

    .high-list-image-box img.img-fluid {
        border-radius: 12px;
    }

    /* Content Cards */
    .img-over-cont {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .img-over-cont .cont {
        padding: 15px;
        border-radius: 12px;
        align-items: flex-start;
    }

    .img-over-cont .cont img {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .img-over-cont .cont h3 {
        font-size: 16px;
        text-align: left;
        margin-bottom: 5px;
    }

    .img-over-cont .cont p {
        font-size: 14px;
        margin: 0;
        line-height: 1.6;
    }
}

/* ===================================
   SMALL MOBILE
=================================== */

@media (max-width:480px){
    .high-list-image .high-list-image-box .img-over-cont {
        bottom: -0px !important;
    }

    .high-sec h2 {
        font-size: 24px;
    }

    .hig-sec-list-heading {
        font-size: 13px;
        padding: 10px 14px;
    }

    .img-over-cont .cont h3 {
        font-size: 15px;
    }

    .img-over-cont .cont p {
        font-size: 13px;
    }
}
/* Desktop */
.navbar-nav {
    align-items: center;
}

/* iPad & Mobile */
@media (max-width: 991px) {
    .high-list-image .high-list-image-box .img-over-cont .cont{
    width:100%;
    }

    .main-header {
        background: #fff;
        box-shadow: 1px 1px 8px rgb(0 0 0 / 8%);
        position: relative;
        z-index: 99;
    }
    .high-list-image .high-list-image-box .img-over-cont{
        bottom: -30px;
    }

    .navbar-collapse {
        margin-top: 15px;
        text-align: left;
    }

    .navbar-nav {
        align-items: flex-start !important;
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        display: block;
        width: 100%;
        padding: 12px 0;
        text-align: left;
    }

    .request-btn {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}
@media (max-width: 991px){

    /* Header Border */
    .main-header{
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    /* Menu Alignment */
    .navbar-collapse{
        margin-top: 15px;
    }

    .navbar-nav{
        align-items: flex-start !important;
        width: 100%;
    }

    .navbar-nav .nav-item{
        width: 100%;
    }

    .navbar-nav .nav-link{
        padding: 12px 0;
        display: block;
        text-align: left;
    }

    /* Request Demo Button */
    .request-btn{
        display: inline-block;
        width: auto;
        margin-top: 15px;
        padding: 10px 24px;
    }
}
@media (max-width: 991px){

    .navbar-collapse.show{
        margin-top: 15px;
        padding-top: 15px;
        
    }
}
@media (max-width: 991px){

    .navbar-nav{
        width: 100%;
        margin-top: 10px;
    }

    .navbar-nav .nav-item{
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }

    .navbar-nav .nav-item:last-child{
        border-bottom: none;
    }

    .navbar-nav .nav-link{
        padding: 14px 0;
        display: block;
        text-align: left;
    }

    .request-btn{
        margin-top: 15px;
        display: inline-block;
        width: auto;
    }
    .navbar-nav .nav-item{
        border-bottom: 1px solid #ccc;
        padding: 4px 0;
    }
}
.request-btn:hover,
.request-btn:focus{
    color: #fff !important;
}
.navbar-nav .nav-link{
    transition: all .3s ease;
}
/* Menu Hover */
.navbar-nav .nav-link:hover{
    color: #ff6b35 !important; /* your brand color */
}

/* Active Menu */
.navbar-nav .nav-link.active{
    color: #ff6b35 !important;
 
}

/* Mobile Touch State */
.navbar-nav .nav-link:focus{
    color: #ff6b35 !important;
 
}
.comparison-slider{
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: ew-resize;
}

.img-wrapper{
    width: 100%;
}

.img-wrapper img{
    width: 100%;
    display: block;
}

.top-image{
    position: absolute;
    inset: 0;
    clip-path: inset(0 60% 0 0);
}

.slider-line{
    position: absolute;
    top: 0;
    left: 40%;
    width: 3px;
    height: 100%;
    background: #ff7a00;
    z-index: 5;
    transform: translateX(-50%);
}

.slider-line::after{
    content: "↔";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: #ff7a00;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
}



.before-label{
    left: 20px;
}

.after-label{
    right: 20px;
}
.scale-content {
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.scale-content.show {
    opacity: 1;
    transform: translateX(0);
}

.scale-content h3,
.scale-content p {
    opacity: 0;
    transform: translateY(30px);
}

.scale-content.show h3 {
    animation: fadeUp 0.8s ease forwards;
}

.scale-content.show p {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.3s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


