.header-main-layout-1{background: #fff;}
.site-logo-img img{max-width: 240px;}
.ast-builder-menu-1 .menu-item > .menu-link{color: #006837;font-weight: 600;}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link{color: #0071BC;}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{fill: #0071BC;}
 :root{
      --blue:#0071BC;
      --blue-dark:#005b96;
      --green:#006837;
      --green-dark:#004d29;
      --orange:#ff9f1a;
      --orange-dark:#e58d00;
      --dark:#0f172a;
      --text:#475569;
      --muted:#64748b;
      --white:#ffffff;
      --light:#f5f9fd;
      --light-2:#edf5fb;
      --border:#dbe7f1;
      --shadow:0 15px 45px rgba(15, 23, 42, 0.08);
      --shadow-2:0 10px 30px rgba(0, 113, 188, 0.10);
      --radius:24px;
      --radius-sm:18px;
      --container:min(1200px, calc(100% - 28px));
    }

    *{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    html{
      scroll-behavior:smooth;
    }

    body{
      font-family:"DM Sans", sans-serif;
      color:var(--dark);
      background:var(--light);
      line-height:1.6;
      overflow-x:hidden;
    }

    img{
      max-width:100%;
      display:block;
    }

    a{
      text-decoration:none;
    }

    ul{
      list-style:none;
    }

    .container{
      width:var(--container);
      margin:auto;
    }

    .section{
      padding:40px 0;
    }

    .section-head{
      text-align:center;
      margin-bottom:38px;
    }
h1 {
    color: rgb(33, 33, 33) !important;
    font-family: "Work Sans", sans-serif !important;
    font-size: 37px !important;
    font-weight: 600;
    line-height: 1.2em;
}
h2 {
    color: rgb(33, 33, 33) !important;
    font-family: "Work Sans", sans-serif !important;
    font-size: 32px !important;
    font-weight: 600;
    line-height: 1.2em;
}
h3 {
    color: rgb(33, 33, 33) !important;
    font-family: "Work Sans", sans-serif !important;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1.2em;
}
.elementor-widget-text-editor{
    color: #161616 !important;
}
.main-header .header-inner img{max-width: 200px;}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 16px;
      border-radius:999px;
      background:linear-gradient(90deg, rgba(0,113,188,.10), rgba(0,104,55,.10));
      color: #003580;
      font-family: "Satisfy", Sans-serif;
      font-size: 25px;
      font-weight: 400;
      line-height: 1.2em;text-transform: lowercase;
    }

    .section-head h2{
      color: #212121;
      font-family: "Work Sans", Sans-serif;
      font-size: 37px;
      font-weight: 600;
      line-height: 1.2em;
    }

    .section-head p{
      color: #545454;
      font-family: "DM Sans", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
    }

    /* TOP BAR */
    .topbar{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue),var(--green));
      color:#fff;
      font-size:14px;
    }

    .topbar-inner{
      min-height:46px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      padding:8px 0;
    }

    .topbar-left,
    .topbar-right{
      display:flex;
      align-items:center;
      gap:18px;
      flex-wrap:wrap;
    }

    .topbar span{
      display:inline-flex;
      align-items:center;
      gap:8px;
    }

    .topbar a{
      color:#fff;
      font-weight:700;
    }

    /* HEADER */
    .main-header{
      position:sticky;
      top:0;
      z-index:999;
      background:rgba(255,255,255,0.96);
      backdrop-filter:blur(10px);
      border-bottom:1px solid rgba(219,231,241,.9);
      box-shadow:0 8px 25px rgba(0,0,0,.05);
    }

    .header-inner{
      min-height:84px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }

    .logo{
      display:flex;
      align-items:center;
      gap:12px;
      flex-shrink:0;
    }

    .logo img{
      max-height:58px;
      width:auto;
    }

    .logo-text strong{
      display:block;
      font-size:20px;
      line-height:1.1;
      color:var(--dark);
      font-weight:800;
    }

    .logo-text span{
      display:block;
      font-size:12px;
      color:var(--green);
      font-weight:600;
      margin-top:2px;
    }

    .desktop-menu{
      display:flex;
      align-items:center;
      gap:6px;
      padding:8px;
      border:1px solid #e8eef5;
      background:#fff;
      border-radius:999px;
      box-shadow:0 8px 25px rgba(15,23,42,.05);
    }

    .desktop-menu a{
      padding:11px 16px;
      border-radius:999px;
      color:var(--dark);
      font-size:14px;
      font-weight:600;
      transition:.3s ease;
    }

    .desktop-menu a:hover{
      background:linear-gradient(90deg, rgba(0,113,188,.10), rgba(0,104,55,.10));
      color:var(--blue);
    }

    .header-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:0 18px;
      border:none;
      border-radius:999px;
      font-size:14px;
      font-weight:700;
      transition:.3s ease;
      cursor:pointer;
    }

    .btn-call{
      background:linear-gradient(135deg,var(--green),var(--green-dark));
      color:#fff;
      box-shadow:0 10px 24px rgba(0,104,55,.20);
    }

    .btn-whatsapp{
      background:linear-gradient(135deg,var(--blue),var(--blue-dark));
      color:#fff;
      box-shadow:0 10px 24px rgba(0,113,188,.20);
    }

    .btn-primary{
      background:linear-gradient(135deg,var(--blue),var(--green));
      color:#fff;
      box-shadow:0 12px 28px rgba(0,113,188,.18);
    }

    .btn-outline{
      background:#fff;
      color:var(--blue);
      border:1px solid #d9e7f4;
      box-shadow:0 8px 20px rgba(15,23,42,.05);
    }

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

    .mobile-toggle{
      display:none;
      width:48px;
      height:48px;
      border:none;
      border-radius:14px;
      background:linear-gradient(135deg,var(--blue),var(--green));
      cursor:pointer;
      position:relative;
      box-shadow:0 10px 24px rgba(15,23,42,.16);    padding: 0px;
    }

    .mobile-toggle span{
      position:absolute;
      left:12px;
      width:24px;
      height:2.6px;
      background:#fff;
      border-radius:12px;
      transition:.3s ease;
    }

    .mobile-toggle span:nth-child(1){ top:16px; }
    .mobile-toggle span:nth-child(2){ top:23px; }
    .mobile-toggle span:nth-child(3){ top:30px; }

    .mobile-toggle.active span:nth-child(1){
      top:23px;
      transform:rotate(45deg);
    }

    .mobile-toggle.active span:nth-child(2){
      opacity:0;
    }

    .mobile-toggle.active span:nth-child(3){
      top:23px;
      transform:rotate(-45deg);
    }

    .mobile-overlay{
      position:fixed;
      inset:0;
      background:rgba(2,6,23,.58);
      opacity:0;
      visibility:hidden;
      transition:.3s ease;
      z-index:998;
    }

    .mobile-overlay.active{
      opacity:1;
      visibility:visible;
    }

    .mobile-sidebar{
      position:fixed;
      top:0;
      right:-340px;
      width:320px;
      max-width:85%;
      height:100vh;
      background:#fff;
      z-index:9999;
      transition:.35s ease;
      box-shadow:-12px 0 35px rgba(0,0,0,.15);
      overflow-y:auto;
    }

    .mobile-sidebar.active{
      right:0;
    }

    .mobile-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:18px;
      background:linear-gradient(135deg,#eef8ff,#f4fff8);
      border-bottom:1px solid #e8eef5;
    }

    .mobile-brand{
      display:flex;
      align-items:center;
      gap:10px;
    }

    .mobile-brand img{
      max-height:42px;
    }

    .mobile-brand strong{
      display:block;
      font-size:16px;
      line-height:1.1;
    }

    .mobile-brand span{
      display:block;
      font-size:11px;
      color:var(--green);
      font-weight:600;
    }

    .mobile-close{
      width:40px;
      height:40px;
      border:none;
      border-radius:12px;
      font-size:28px;
      line-height:1;
      background:linear-gradient(135deg,var(--blue),var(--green));
      color:#fff;
      cursor:pointer;padding: 0px;
    }

    .mobile-nav{
      padding:18px;
    }

    .mobile-nav a{
      display:flex;
      align-items:center;
      gap:12px;
      padding:14px 16px;
      margin-bottom:10px;
      border:1px solid #e8eef5;
      border-radius:16px;
      font-weight:600;
      color:var(--dark);
      background:#fff;
    }

    /* HERO */
    .hero{
      position:relative;
      padding:34px 0 56px;
      background:
        radial-gradient(circle at left top, rgba(0,113,188,.12), transparent 34%),
        radial-gradient(circle at right bottom, rgba(0,104,55,.10), transparent 30%),
        linear-gradient(180deg,#f7fbff 0%, #eef6fb 100%);
    }

    .hero-grid{
      display:grid;
      grid-template-columns:1.02fr .98fr;
      gap:28px;
      align-items:stretch;
    }

    .booking-card,
    .hero-visual{
      min-height:220px;
      border-radius:var(--radius);
      overflow:hidden;
      box-shadow:var(--shadow);
    }

    .booking-card{
      background:#fff;
      border:1px solid var(--border);
      padding:28px;
    }

    .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color: #003580;
      font-family: "Satisfy", Sans-serif;
      font-size: 25px;
      font-weight: 400;
      line-height: 1.2em;
      margin-bottom: 10px;
      text-transform: lowercase;
    }

    .booking-card h1{
      font-size:40px;
      line-height:1.15;
      font-weight:800;
      margin-bottom:10px;
    }

    .booking-card .subheading{
      font-size:15px;
      color:var(--text);
      margin-bottom:22px;
      max-width:620px;
    }

    .trust-points{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:20px;
    }

    .trust-points span{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      font-size:13px;
      font-weight:600;
      color:var(--dark);
      background:#f2f8fc;
      border:1px solid #e3eef7;
    }

    .booking-tabs{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      background:#edf5fb;
      padding:6px;
      border-radius:18px;
      margin-bottom:20px;
    }

    .booking-tab{
      height:54px;
      border:none;
      border-radius:14px;
      background:transparent;
      color:var(--dark);
      font-size:15px;
      font-weight:700;
      cursor:pointer;
      transition:.3s ease;
      font-family:'Poppins',sans-serif;
    }

    .booking-tab.active{
      background:linear-gradient(135deg,var(--blue),var(--green));
      color:#fff;
      box-shadow:0 10px 24px rgba(0,113,188,.18);
    }

    .booking-form{
      display:grid;
      gap:14px;
    }

    .field-row{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }

    .field{
      position:relative;
    }

    .field i{
      position:absolute;
      left:16px;
      top:50%;
      transform:translateY(-50%);
      color:var(--blue);
      font-size:15px;
      pointer-events:none;
    }

    .field textarea + i{
      top:24px;
      transform:none;
    }

    .field input,
    .field select,
    .field textarea{
      width:100%;
      border:1px solid var(--border);
      background:#f9fcff;
      border-radius:16px;
      color:var(--dark);
      font-size:15px;
      font-family:'Poppins',sans-serif;
      outline:none;
      transition:.3s ease;
    }

    .field input,
    .field select{
      height:56px;
      padding:0 16px 0 46px;
    }

    .field textarea{
      min-height:108px;
      resize:vertical;
      padding:16px 16px 16px 46px;
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus{
      background:#fff;
      border-color:var(--blue);
      box-shadow:0 0 0 4px rgba(0,113,188,.08);
    }

    .submit-btn{
      min-height:58px;
      border:none;
      border-radius:18px;
      background:linear-gradient(135deg,var(--blue),var(--green));
      color:#fff;
      font-size:16px;
      font-weight:800;
      font-family:'Poppins',sans-serif;
      cursor:pointer;
      box-shadow:0 12px 26px rgba(0,113,188,.18);
      transition:.3s ease;
    }

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

    .booking-note{
      color:var(--muted);
      font-size:13px;
      text-align:center;
      margin-top:2px;
    }

    .hero-visual{
      position:relative;
      background:#0f172a;
    }

    .hero-visual img{
      width:100%;
      height:440px;
      object-fit:cover;
    }

    .hero-visual::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(135deg, rgba(0,23,45,.65), rgba(0,0,0,.16));
    }

    .visual-content{
      position:absolute;
      left:30px;
      right:30px;
      bottom:30px;
      color:#fff;
      z-index:2;
    }

    .visual-tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 15px;
      border-radius:999px;
      background:rgba(255,255,255,.14);
      backdrop-filter:blur(8px);
      font-size:13px;
      font-weight:600;
      margin-bottom:14px;
    }

    .visual-content h2{
      font-size:36px;
      line-height:1.18;
      font-weight:800;
      margin-bottom:10px;color: #fff !important;
    }

    .visual-content p{
      max-width:500px;
      color:rgba(255,255,255,.92);
      margin-bottom:18px;
      font-size:15px;
    }

    .visual-btns{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }

    /* STATS */
    .stats-wrap{
      margin-top:28px;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }

    .stat-box{
      background:#fff;
      border:1px solid #e4edf5;
      border-radius:20px;
      padding:22px 18px;
      text-align:center;
      box-shadow:0 10px 25px rgba(15,23,42,.05);
    }

    .stat-box h3{
      font-size:28px;
      color:var(--blue);
      font-weight:800;
      line-height:1;
      margin-bottom:8px;
    }

    .stat-box p{
      font-size:14px;
      color:var(--text);
      font-weight:500;
    }

    /* SERVICES */
    .services-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:20px;
    }

    .service-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      padding:24px 20px;
      box-shadow:0 10px 26px rgba(15,23,42,.05);
      transition:.3s ease;
    }

    .service-card:hover{
      transform:translateY(-5px);
      box-shadow:0 16px 34px rgba(0,113,188,.12);
    }

    .service-icon{
      width:60px;
      height:60px;
      border-radius:18px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:24px;
      background:linear-gradient(135deg,var(--blue),var(--green));
      margin-bottom:16px;
    }

    .service-card h3{
      font-size:20px;
      margin-bottom:8px;
    }

    .service-card p{
      color: #545454;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    }

    /* VEHICLES */
    .fleet-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:22px;
    }

    .fleet-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      overflow:hidden;
      box-shadow:0 12px 30px rgba(15,23,42,.06);
      transition:.3s ease;
    }

    .fleet-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 38px rgba(0,113,188,.12);
    }

    .fleet-image{
      height:210px;
      overflow:hidden;
      background:#eaf4fb;
    }

    .fleet-image img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:.45s ease;
    }

    .fleet-card:hover .fleet-image img{
      transform:scale(1.06);
    }

    .fleet-content{
      padding:20px;
    }

    .fleet-content h3{
      font-size:22px;
      margin-bottom:10px;
    }

    .fleet-specs{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
      margin-bottom:16px;
    }

    .fleet-specs span{
      display:flex;
      align-items:center;
      gap:8px;
      font-size:13px;
      color:var(--text);
      padding:8px 10px;
      background:#f6fbff;
      border:1px solid #e6eff7;
      border-radius:14px;
    }

    .fleet-content p{
      font-size:14px;
      color:var(--text);
      margin-bottom:16px;
    }

    /* WHY CHOOSE */
    .why-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:22px;
    }

    .why-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      padding:24px;
      box-shadow:0 10px 26px rgba(15,23,42,.05);
    }

    .why-card .icon{
      width:58px;
      height:58px;
      border-radius:18px;
      background:linear-gradient(135deg,var(--blue),var(--green));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:22px;
      margin-bottom:16px;
    }

    .why-card h3{
      font-size:20px;
      margin-bottom:8px;
    }

    .why-card p{
      color:var(--text);
      font-size:14px;
    }

    /* ROUTES */
    .routes-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }

    .route-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      background:#fff;
      border:1px solid #deebf5;
      border-radius:18px;
      padding:18px 18px;
      box-shadow:0 10px 22px rgba(15,23,42,.04);
    }

    .route-item strong{
      display:block;
      font-size:17px;
      margin-bottom:3px;
    }

    .route-item span{
      font-size:13px;
      color:var(--text);
    }

    .route-item i{
      width:42px;
      height:42px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg,var(--blue),var(--green));
      color:#fff;
      flex-shrink:0;
    }

    /* TESTIMONIALS */
    .testimonial-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:22px;
    }

    .testimonial-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      padding:24px;
      box-shadow:0 10px 26px rgba(15,23,42,.05);
      position:relative;
    }

    .quote-icon{
      width:54px;
      height:54px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--blue),var(--green));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:20px;
      margin-bottom:16px;
    }

    .stars{
      color:#f59e0b;
      margin-bottom:12px;
      letter-spacing:2px;
      font-size:14px;
    }

    .testimonial-card p{
      color:var(--text);
      font-size:14px;
      margin-bottom:18px;
    }

    .testimonial-user strong{
      display:block;
      font-size:16px;
      color:var(--dark);
    }

    .testimonial-user span{
      font-size:13px;
      color:var(--muted);
    }

    /* FAQ */
    .faq-wrap{
      max-width:980px;
      margin:auto;
      display:grid;
      gap:14px;
    }

    .faq-item{
      background:#fff;
      border:1px solid var(--border);
      border-radius:20px;
      overflow:hidden;
      box-shadow:0 10px 24px rgba(15,23,42,.04);
    }

    .faq-question{
      width:100%;
      border:none;
      background:#fff;
      padding:18px 22px;
      text-align:left;
      font-family:"DM Sans", sans-serif;
      font-size:18px;
      font-weight:400;
      color:var(--dark);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      cursor:pointer;
    }

    .faq-question i{
      color:var(--blue);
      transition:.3s ease;
      flex-shrink:0;
    }

    .faq-item.active .faq-question i{
      transform:rotate(180deg);
    }

    .faq-answer{
      max-height:0;
      overflow:hidden;
      transition:max-height .35s ease;
      padding:0 22px;
    }

    .faq-answer p{
      padding:0 0 18px;
      color:var(--text);
      font-size:14px;
    }

    /* CTA */
    .cta-section{
      padding-top:0;
    }

    .cta-box{
      background:linear-gradient(135deg,var(--blue-dark),var(--blue),var(--green));
      border-radius:30px;
      color:#fff;
      padding:38px 34px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
      box-shadow:0 18px 40px rgba(0,113,188,.18);
    }

    .cta-content h2{
      font-size:34px !important;
      line-height:1.2;
      margin-bottom:10px;color: #fff !important;
    }

    .cta-content p{
      max-width:700px;
      color:rgba(255,255,255,.93);
    }

    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }

    .cta-actions .btn-outline{
      border-color:rgba(255,255,255,.25);
      color:#0f172a;
    }

    /* FOOTER */
    .footer{
      background:#0f172a;
      color:#cbd5e1;
      margin-top:20px;
    }
    .foo-top-sec{padding:30px 0px;}
    .foo-top-sec a{color:#f1f1f1;}
    .footer-top{
      padding:28px 0 28px;
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr 1fr;
      gap:28px;
    }

    .footer-brand img{
      max-height:60px;
      margin-bottom:16px;
    }

    .footer-brand p{
      color:#cbd5e1;
      font-size:14px;
      margin-bottom:18px;
      max-width:360px;
    }

    .footer-social{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }

    .footer-social a{
      width:42px;
      height:42px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(255,255,255,.08);
      color:#fff;
      transition:.3s ease;
    }

    .footer-social a:hover{
      background:linear-gradient(135deg,var(--blue),var(--green));
      transform:translateY(-2px);
    }

    .footer-col h3{
      font-size:18px;
      color:#fff !important;
      margin-bottom:16px;
    }

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

    .footer-links a{
      color:#cbd5e1;
      font-size:14px;
      transition:.3s ease;
    }

    .footer-links a:hover{
      color:#fff;
      padding-left:4px;
    }

    .footer-contact li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      margin-bottom:14px;
      font-size:14px;
      color:#cbd5e1;
    }

    .footer-contact i{
      color:#60a5fa;
      margin-top:4px;
      width:16px;
    }

    .footer-contact a{
      color:#cbd5e1;
    }

    .footer-bottom{
      padding:18px 0;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      font-size:14px;
    }

    .footer-bottom a{
      color:#fff;
    }

    /* WHATSAPP FLOAT */
    .float-btn{
      position:fixed;
      right:18px;
      bottom:18px;
      width:58px;
      height:58px;
      border-radius:50%;
      background:#25D366;
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:28px;
      box-shadow:0 14px 30px rgba(0,0,0,.18);
      z-index:999;
    }

    /* RESPONSIVE */
    @media (max-width:1100px){
      .desktop-menu{
        display:none;
      }

      .mobile-toggle{
        display:block;
      }

      .hero-grid,
      .cta-box{
        grid-template-columns:1fr;
        flex-direction:column;
        align-items:flex-start;
      }

      .booking-card,
      .hero-visual{
        min-height:auto;
      }

    

      .stats-wrap{
        grid-template-columns:repeat(2,1fr);
      }

      .services-grid,
      .fleet-grid{
        grid-template-columns:repeat(2,1fr);
      }

      .why-grid,
      .testimonial-grid,
      .routes-grid{
        grid-template-columns:1fr 1fr;
      }

      .footer-top{
        grid-template-columns:1fr 1fr;
      }
    }

    @media (max-width:767px){
      .section{
        padding:54px 0;
      }
    .vehicle-grid{
	display:block !important;
}
      .topbar-inner{
        justify-content:center;
        text-align:center;
      }

      .topbar-left,
      .topbar-right{
        justify-content:center;
      }

      .logo-text{
        display:none;
      }

      .header-actions .btn-call,
      .header-actions .btn-whatsapp{
        display:none;
      }

      .hero{
        padding:22px 0 40px;
      }

      .booking-card{
        padding:18px;
      }

      .booking-card h1{
        font-size:30px;
      }

      .visual-content h2,
      .cta-content h2,
      .section-head h2{
        font-size:28px;
      }

      .booking-tabs{
        grid-template-columns:1fr;
      }

      .field-row,
      .stats-wrap,
      .services-grid,
      .fleet-grid,
      .why-grid,
      .routes-grid,
      .testimonial-grid,
      .footer-top{
        grid-template-columns:1fr;
      }

     
      .visual-content{
        left:18px;
        right:18px;
        bottom:18px;
      }

      .cta-box{
        padding:28px 20px;
      }

      .footer-bottom{
        text-align:center;
        justify-content:center;
      }
    }
    
/* ABOUT US SECTION */
.about-section{
  padding: 70px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.about-wrap{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:32px;
  align-items:center;
}

.about-image{
  position:relative;
}

.about-image::before{
  content:"";
  position:absolute;
  left:-14px;
  top:-14px;
  width:120px;
  height:120px;
  background:linear-gradient(135deg, rgba(0,113,188,.12), rgba(0,104,55,.14));
  border-radius:24px;
  z-index:0;
}

.about-image::after{
  content:"";
  position:absolute;
  right:-14px;
  bottom:-14px;
  width:140px;
  height:140px;
  border:2px dashed rgba(0,113,188,.18);
  border-radius:24px;
  z-index:0;
}

.about-image img{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  min-height:300px;

  object-fit:cover;
  border-radius:28px;

}

.about-content{
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  padding:34px 32px;
  box-shadow:0 15px 40px rgba(15,23,42,.06);
}

.about-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(0,113,188,.10), rgba(0,104,55,.10));
  color:#003580;
  font-family:"Satisfy", Sans-serif;
  font-size:25px;
  line-height:1.2em;
  margin-bottom:12px;
}

.about-content h1{
  font-family:"Work Sans", Sans-serif;
  font-size:40px;
  font-weight:700;
  line-height:1.2em;
  color:#212121;
  margin-bottom:16px;
}

.about-content p{
  color:#545454;
  font-family:"DM Sans", sans-serif;
  font-size:18px;
  font-weight:500;
  line-height:28px;
  margin-bottom:18px;
}

.about-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:24px 0 10px;
}

.about-point{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:16px 14px;
  border-radius:18px;
  background:#f8fbfe;
  border:1px solid #e3edf6;
}

.about-point i{
  width:46px;
  height:46px;
  min-width:46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:18px;
  background:linear-gradient(135deg,var(--blue),var(--green));
  box-shadow:0 10px 22px rgba(0,113,188,.15);
}

.about-point h3{
  font-size:18px;
  font-weight:700;
  color:#1e293b;
  margin-bottom:4px;
}

.about-point p{
  margin:0;
  font-size:14px;
  line-height:24px;
  color:#5b6472;
}

.about-btns{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

@media (max-width: 991px){
  .about-wrap{
    grid-template-columns:1fr;
  }

  .about-content h1{
    font-size:32px;
  }

  .about-image img{
    min-height:320px;
    max-height:420px;
  }
}

@media (max-width: 767px){
  .about-section{
    padding:54px 0;
  }

  .about-content{
    padding:24px 20px;
  }
  .vehicle-grid{
	display:block !important;
}
  .about-content h1{
    font-size:28px;
  }

  .about-content p{
    font-size:16px;
    line-height:26px;
  }

  .about-points{
    grid-template-columns:1fr;
  }
 
}


.vehicle-section{
background:#f8fbff;
}

.vehicle-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}

.vehicle-card{
background:#fff;
border-radius:22px;
overflow:hidden;
box-shadow:0 12px 30px rgba(0,0,0,0.08);
transition:.3s;
}

.vehicle-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,113,188,.15);
}

.vehicle-img{
position:relative;
height:200px;
overflow:hidden;
background:#eef5fb;
}

.vehicle-img img{
width:100%;
height:100%;
object-fit:cover;
}

.vehicle-type{
position:absolute;
top:14px;
left:14px;
padding:6px 14px;
font-size:12px;
border-radius:20px;
color:#fff;
font-weight:600;
}

.vehicle-type.sedan{background:#0071BC;}
.vehicle-type.suv{background:#006837;}
.vehicle-type.luxury{background:#ff9f1a;}
.vehicle-type.group{background:#7c3aed;}

.vehicle-info{
padding:20px;
}

.vehicle-info h3{
font-size:20px;
margin-bottom:10px;
}

.vehicle-spec{
display:flex;
justify-content:space-between;
font-size:14px;
margin-bottom:12px;
color:#555;
}

.vehicle-price{
font-size:15px;
margin-bottom:16px;
}

.vehicle-price strong{
color:#0071BC;
font-size:18px;
}

.vehicle-btns{
display:flex;
gap:10px;
}

.vehicle-btns .btn{
flex:1;
height:42px;
font-size:14px;
}
.table-section-price{
  width: 100%;
  margin: 10px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 113, 188, 0.10);
  background: #ffffff;
  padding: 0;
}

.advikcab-table-sec{
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 113, 188, 0.12);
  border-radius: 18px;
  overflow: hidden;
  font-family: inherit;
}

.advikcab-table-sec thead tr{
  background: linear-gradient(135deg, #0071BC 0%, #006837 100%);
}

.advikcab-table-sec thead th{
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 18px 16px;
  text-align: center;
  border: none;
  white-space: nowrap;
}

.advikcab-table-sec tbody tr{
  transition: all 0.3s ease;
}

.advikcab-table-sec tbody tr:nth-child(even){
  background: #f7fbff;
}

.advikcab-table-sec tbody tr:hover{
  background: #eef8f1;
}

.advikcab-table-sec tbody th,
.advikcab-table-sec tbody td{
  padding: 16px 14px;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 113, 188, 0.10);
  vertical-align: middle;
}

.advikcab-table-sec tbody th{
  color: #1f2937;
  font-weight: 600;
  text-align: left;
  min-width: 280px;
  line-height: 1.5;
}

.advikcab-table-sec tbody td{
  color: #006837;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.advikcab-table-sec tbody tr:last-child th,
.advikcab-table-sec tbody tr:last-child td{
  border-bottom: none;
}

/* rounded corners */
.advikcab-table-sec thead th:first-child{
  border-top-left-radius: 18px;
}
.advikcab-table-sec thead th:last-child{
  border-top-right-radius: 18px;
}
.advikcab-table-sec tbody tr:last-child th:first-child{
  border-bottom-left-radius: 18px;
}
.advikcab-table-sec tbody tr:last-child td:last-child{
  border-bottom-right-radius: 18px;
}

/* custom scrollbar */
.table-section-price::-webkit-scrollbar{
  height: 8px;
}
.table-section-price::-webkit-scrollbar-track{
  background: #eaf4fb;
  border-radius: 10px;
}
.table-section-price::-webkit-scrollbar-thumb{
  background: linear-gradient(135deg, #0071BC 0%, #006837 100%);
  border-radius: 10px;
}

/* tablet */
@media (max-width: 991px){
  .table-section-price{
    border-radius: 14px;
  }

  .advikcab-table-sec{
    min-width: 800px;
  }

  .advikcab-table-sec thead th{
    font-size: 14px;
    padding: 16px 12px;
  }

  .advikcab-table-sec tbody th,
  .advikcab-table-sec tbody td{
    font-size: 14px;
    padding: 14px 12px;
  }

  .advikcab-table-sec tbody th{
    min-width: 240px;
  }
}

/* mobile */
@media (max-width: 767px){
  .table-section-price{
    margin: 20px 0;
    border-radius: 12px;
  }

  .advikcab-table-sec{
    min-width: 720px;
    border-radius: 12px;
  }

  .advikcab-table-sec thead th{
    font-size: 13px;
    padding: 14px 10px;
  }

  .advikcab-table-sec tbody th,
  .advikcab-table-sec tbody td{
    font-size: 13px;
    padding: 12px 10px;
  }

  .advikcab-table-sec tbody th{
    min-width: 220px;
  }
}


.contact-container {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-info, .contact-form {
  flex: 1 1 48%;
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.contact-info h2, .contact-form h2 {
  margin-bottom: 15px;
  color: #ff4d6d;
}

.contact-info p {
  margin: 10px 0;
  font-size: 15px;
}

.contact-info i {
  color: #c9184a;
  margin-right: 8px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 10px;
  margin: 8px 0 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.contact-form button {
  background: #ff4d6d;
  color: #fff;
  padding: 12px;
  border: none;
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #c9184a;
}

@media(max-width:768px){
  .contact-container {
    flex-direction: column;
  }
}