/* =========================================
   RESPONSIVENESS (Mobile First -> Desktop)
   ========================================= */

@media (max-width: 1400px) {

.header .nav-links{gap: 1rem;}

}


@media (max-width: 1199px) {


  .header .nav-actions {
    display: none;
  }

  .header .nav-content{justify-content: space-between;}
  .header .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
       background: #0C0C0C;
        flex-direction: column;
        align-items: flex-start;
        padding:1.3rem;
        gap: 0.6rem;
        z-index: 1002;
        transition: left 0.3s ease-in-out;
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
  }
  .header .nav-links .btn{margin-left: 0; margin-top: 0.8rem;}

  .header .nav-links.active{        left: 0;}

  .header .sidebar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f6f6f62b;
}
.header .sidebar-header a img{    max-height: 2rem;}
.header .nav-content .logo img{    max-height: 2rem;}



  /* Style links for full screen */
  .header .nav-links a:not(.btn) {
    font-size: 1.1rem;
    text-align: center;
    border-bottom: none;
    font-weight: 500;
    color: var(--WhiteColor);
    padding: 0.2rem 0;
  }

  .header .nav-links a:hover:not(.btn) {
    color: var(--PrimaryColor);
  }

  .header .nav-links .btn {
    font-size: 1rem;
  }

  /* Ensure toggle is above the menu */
  .header .mobile-toggle {
    display: inline-flex;
    position: relative;
    z-index: 1000;
  }
.header .right-btns-list{flex-wrap: wrap; margin-top: 1rem;}
.header .right-btns-list .btn{margin-top: 0;}



.max-wid-80, .max-wid-50 {
  max-width: 100%;
}
.same-heading h2 br{display: none;}
.fare-design-wrap .fare-img-bx .fare-car-img{max-width: 100%; left: 0; }

.travel-phone-bx img{max-width: 100%;}

}

@media (max-width: 991px) {
  .same-heading {
    margin-bottom: 2rem;
  }
.bg-gray .content-row:before{display: none;}
.hero .hero-content h1{font-size: 2.6rem;}
.hero .hero-content h3{font-size: 1.2rem;}
.hero .hero-content p{max-width: 100%;}

.hero .img-bx{
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
    margin-top: 4rem;
}

.hero .fare-card{
    left: 1rem;
    top: auto;
    bottom: 1.5rem;
    transform: none;
    width: calc(100% - 2rem);
    max-width: 20rem;
}

.same-section{padding: 3rem 0;}
.same-heading h2{font-size: 2rem;}
.stats-item h4{font-size: 1.3rem;}
.settle-section .row{margin-top: 0;}
.trust-strip .trust-item{background: #f6f6f6; padding: 1rem;}
.hero{padding: 4rem 0;}
.fare-design-wrap{padding-bottom: 0;}
.travel-phone-bx{margin-top: 2rem;}

.ctc-section .same-heading::after{    background-size: 57%;    left: -5rem;
    top: -2rem;}
.travel-app-wrap .travel-phone-bx img{max-width: 16rem;}

/* .footer{text-align: center;} */
.footer{padding: 5rem 0 0;}
.footer .footer-logo{display: inline-block; margin-bottom: 0.5rem; }

.coverage-section{background: var(--BlackColor);}
.ctc-section .same-heading{padding: 3rem;}

.footer .footer-brand .brand-logo img{max-height: 3.2rem;}
/* .footer .footer-content{margin-bottom: 1rem;} */
.footer-desc{max-width: 100%; margin-top: 0;}


}


@media (max-width: 767px) {

  .logo-img-wrap .col{    flex: 1 0 auto;
    max-width: 33%;}
  
}

@media (max-width: 568px) {
  html {
    font-size: 15px;
  }
  .hero .fare-card{max-width: 100%;}
.hero .img-bx img{display: none;}
.hero .fare-card{position: relative;}
.hero .img-bx{margin-top: 3rem;}
.ctc-section .same-heading{padding: 2rem;}
.stat-card .stat-number{font-size: 4rem;}

.fare-design-wrap .fare-card{max-width: 100%;}
.fare-design-wrap .fare-car-img{max-width: 100%;}
.fare-design-wrap .fare-img-bx .fare-car-img{top: -0.5rem;}
}

