   body{
      font-family: 'Poppins', sans-serif;
      background:#f8f8f8;
      color:#222;
    }
    a{text-decoration:none;}

    /* Top desktop header */
    .main-header{
      background:#ffffff;
      border-bottom:1px solid #eee;
      padding:10px 0;
    }
    .logo-text{
      font-weight:700;
      letter-spacing:1px;
      font-size:22px;
    }
    .top-nav a{
      font-size:14px;
      font-weight:500;
      color:#222;
      margin:0 12px;
    }
    .top-nav a:hover{
      color:#ffb318;
    }
    .btn-book-now{
      background:#ffb318;
      border-radius:30px;
      font-weight:600;
      padding:8px 22px;
      border:none;
      color:#000;
    }

    /* Mobile navbar */
    .mobile-navbar{
      background:#ffffff;
      border-bottom:1px solid #eee;
      z-index:1200;
    }

    /* Sidebar */
    .sidebar{
      position:fixed;
      top:0;
      left:-260px;
      width:260px;
      height:100%;
      background:#fff;
      z-index:2000;
      padding:15px 0;
      overflow-y:auto;
      box-shadow:2px 0 10px rgba(0,0,0,0.2);
      transition:left .3s ease-in-out;
    }
    .sidebar.active{left:0;}
    .sidebar-header{
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding:0 20px 10px;
      border-bottom:1px solid #eee;
    }
    .sidebar ul li{
      margin:15px 0;
      padding:0 20px;
    }
    .sidebar ul li a{
      display:block;
      color:#222;
      font-weight:500;
      font-size:15px;
    }
    #overlay{
      position:fixed;
      background:rgba(0,0,0,.45);
      top:0;
      left:0;
      width:100%;
      height:100%;
      display:none;
      z-index:1500;
    }
    #overlay.active{display:block;}

    /* Hero section */
    .hero-section{
      background:url('https://images.pexels.com/photos/210182/pexels-photo-210182.jpeg?auto=compress&cs=tinysrgb&w=1600') center/cover no-repeat;
      position:relative;
      color:#fff;
    }
    .hero-overlay{
      background:linear-gradient(to bottom, rgba(0,0,0,.6), rgba(0,0,0,.8));
      padding:110px 0 80px;
    }
    .hero-title{
      font-size:40px;
      font-weight:700;
      letter-spacing:2px;
    }
    .hero-subtitle{
      font-size:14px;
      opacity:.9;
    }

    /* Booking Card */
    .booking-card{
      background:#fff;
      border-radius:16px;
      padding:20px 20px 24px;
      box-shadow:0 15px 40px rgba(0,0,0,.25);
      margin-top:30px;
    }
    .booking-tabs .nav-link{
      font-size:14px;
      font-weight:500;
      color:#555;
      border-radius:20px;
      padding:6px 18px;
    }
    .booking-tabs .nav-link.active{
      background:#ffb318;
      color:#000;
    }
    .booking-label{
      font-size:11px;
      font-weight:600;
      text-transform:uppercase;
      color:#999;
    }
    .booking-input{
      font-size:13px;
    }
    .btn-explore{
      background:#ffb318;
      border-radius:30px;
      padding:10px 32px;
      font-weight:600;
      border:none;
      color:#000;
    }

    /* Info badges strip */
    .info-strip{
      background:#fff;
      border-radius:16px;
      box-shadow:0 10px 30px rgba(0,0,0,.08);
      margin-top:-35px;
      position:relative;
      z-index:10;
    }
    .info-item i{
      font-size:24px;
      color:#ffb318;
      margin-bottom:6px;
    }
    .info-title{
      font-size:14px;
      font-weight:600;
    }
    .info-text{
      font-size:12px;
      color:#777;
    }

    /* Feature cards */
    .feature-card img{
      width:100%;
      border-radius:18px;
      height:180px;
      object-fit:cover;
    }
    .feature-label{
      position:absolute;
      bottom:12px;
      left:20px;
      background:rgba(0,0,0,.7);
      color:#fff;
      padding:6px 14px;
      border-radius:20px;
      font-size:13px;
      font-weight:500;
    }
    .feature-card-wrap{
      position:relative;
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 10px 30px rgba(0,0,0,.12);
    }

    /* Safety strip */
    .safety-strip{
      background:#000;
      color:#fff;
      padding:22px 0;
      margin-top:30px;
    }
    .safety-strip i{
      font-size:24px;
      margin-bottom:6px;
      color:#ffb318;
    }
    .safety-strip span{
      display:block;
      font-size:12px;
      font-weight:500;
    }

    /* Big CTA buttons */
    .big-cta-btn{
      background:#ffb318;
      border:2px solid #e19e12;
      border-radius:14px;
      font-weight:600;
      padding:14px 10px;
      font-size:17px;
      color:#000;
      width:100%;
    }

    /* Services section */
    .section-title{
      font-weight:700;
      font-size:22px;
    }
    .service-card{
      background:#fff;
      border-radius:16px;
      box-shadow:0 8px 25px rgba(0,0,0,.08);
      overflow:hidden;
    }
    .service-card img{
      width:100%;
      height:190px;
      object-fit:cover;
    }
    .service-card-body{
      padding:16px;
      font-size:13px;
    }
    .btn-service-call{
      background:#ffb318;
      border:none;
      font-size:12px;
      font-weight:600;
      padding:8px 14px;
      border-radius:30px;
    }

    /* Content + image block */
    .content-block{
      background:#fff;
      border-radius:18px;
      padding:24px 26px;
      box-shadow:0 10px 30px rgba(0,0,0,.08);
    }
    .content-block h3{
      font-size:20px;
      font-weight:700;
      margin-bottom:12px;
    }
    .content-block p{
      font-size:13px;
      color:#555;
    }

    /* Logos strip */
    .logo-strip img{
      max-height:36px;
    }

    /* Text section */
    .copy-section{
      background:#fff;
      border-radius:18px;
      padding:24px 26px;
      box-shadow:0 10px 30px rgba(0,0,0,.08);
      font-size:13px;
      color:#555;
    }
    .copy-section h4{
      font-size:18px;
      font-weight:700;
      margin-bottom:10px;
    }

    /* Footer */
    .main-footer{
      background:#000;
      color:#fff;
      padding:50px 0 18px;
      margin-top:50px;
    }
    .footer-title{
      font-weight:600;
      font-size:14px;
      margin-bottom:12px;
    }
    .main-footer a{
      color:#ccc;
      font-size:13px;
      display:block;
      margin-bottom:6px;
    }
    .main-footer a:hover{
      color:#ffb318;
    }
    .footer-bottom{
      border-top:1px solid rgba(255,255,255,.08);
      margin-top:20px;
      padding-top:12px;
      font-size:12px;
      color:#aaa;
      text-align:center;
    }
    .footer-logo{
      font-weight:700;
      font-size:18px;
      margin-bottom:8px;
    }

    @media (max-width: 767.98px){
      .hero-overlay{
        padding-top:80px;
      }
      .hero-title{
        font-size:28px;
      }
      .info-strip{
        margin-top:15px;
      }
    }
    /* Trip type toggle (One Way / Round Trip) */
.trip-type-toggle .btn {
  border-radius: 20px;
  font-size: 13px;
  padding: 4px 16px;
  border-color: #ffb318;
  color: #555;
}

.trip-type-toggle .btn-check:checked + .btn {
  background: #ffb318;
  color: #000;
  box-shadow: 0 0 0 0.1rem rgba(255,179,24,.5);
}
/* Icon inside location input */
.location-input {
  padding-left: 30px;
}
.location-search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #999;
}

/* Big dropdown panel */
.autocomplete-panel {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  z-index: 9999;
  max-height: 260px;
  overflow-y: auto;
  display: none;
}

/* Section titles (RECENT SEARCHES / POPULAR CITIES) */
.autocomplete-section-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #999;
  padding: 8px 14px 4px;
  border-bottom: 1px solid #f3f3f3;
}

/* City item */
.autocomplete-item {
  padding: 8px 14px;
  cursor: pointer;
  border-bottom: 1px solid #f7f7f7;
  color: red;
  font-size: 13px;
}
.autocomplete-item:last-child {
  border-bottom: none;
}
.autocomplete-item-main {
  font-size: 14px;
  font-weight: 500;
  color: #0070c9;
}
.autocomplete-item-sub {
  font-size: 12px;
  color: #777;
}
.autocomplete-item:hover,
.autocomplete-item.autocomplete-active {
  background: #f3f7ff;
}
  /* ==== EXPERIENCE HERO ==== */
  .exp-hero{
    background:url('https://images.pexels.com/photos/210182/pexels-photo-210182.jpeg?auto=compress&cs=tinysrgb&w=1600') center/cover no-repeat;
    position:relative;
    color:#fff;
  }
  .exp-hero-overlay{
    background:linear-gradient(to bottom,rgba(0,0,0,.65),rgba(0,0,0,.85));
    padding:110px 0 80px; /* same feel as home hero */
  }
  .exp-title{
    font-size:40px;
    font-weight:700;
    letter-spacing:3px;
  }
  .exp-search-card{
    background:#fff;
    border-radius:16px;
    padding:20px 20px 22px;
    box-shadow:0 15px 40px rgba(0,0,0,.25);
    margin-top:30px;
  }
  .btn-exp-search{
    background:#ffb318;
    border-radius:10px;
    border:none;
    color:#000;
    font-weight:600;
    padding:10px 30px;
    width:100%;
  }

  /* ==== MAIN LAYOUT – TOP SECTION ==== */
  .exp-main-section{padding:40px 0 50px;}
  .exp-gallery-main{
    border-radius:4px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    height:100%;
  }
  .exp-gallery-main img{
    width:100%;
    height:100%;
    object-fit:contain;
  }
  .exp-gallery-small img{
    width:100%;
    border-radius:18px;
    object-fit:contain;
    height:180px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
    margin-bottom:18px;
  }

  .exp-package-card{
    background:#fff;
    border-radius:18px;
    padding:18px 20px 20px;
    box-shadow:0 10px 35px rgba(0,0,0,.1);
    height:100%;
  }
  .exp-package-badges .badge{
    border-radius:30px;
    padding:6px 10px;
    font-size:11px;
    font-weight:600;
    text-transform:uppercase;
  }
  .exp-package-title{
    font-size:18px;
    font-weight:700;
    margin-top:10px;
  }
  .exp-location{
    font-size:13px;
    color:#777;
  }
  .exp-vehicle-row{
    font-size:13px;
    border-bottom:1px dashed #eee;
    padding:6px 0;
  }
  .exp-vehicle-row:last-child{border-bottom:none;}
  .exp-vehicle-name{font-weight:500;}
  .exp-vehicle-price{font-weight:600;}
  .btn-exp-book{
    background:#ffb318;
    border:none;
    border-radius:8px;
    font-size:13px;
    font-weight:600;
    padding:9px 18px;
    color:#000;
  }
  .btn-exp-enquiry{
    border-radius:8px;
    font-size:13px;
    font-weight:500;
    padding:9px 18px;
    border:1px solid #ddd;
    background:#fff;
  }

  /* ==== INCLUSION / EXCLUSION ==== */
  .exp-section-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:5px;
  }
  .exp-card{
    background:#fff;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    overflow:hidden;
  }
  .exp-card-header{
    background:#ffb318;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    padding:10px 16px;
  }
  .exp-card-body{
    padding:14px 18px;
    font-size:13px;
  }
  .exp-list-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:8px;
  }
  .exp-list-icon{
    width:26px;
    height:26px;
    border-radius:50%;
    background:#fff3cf;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:8px;
    color:#ffb318;
    font-size:13px;
    flex:0 0 auto;
  }

  /* ==== ITINERARY ==== */
  .exp-itinerary-step{
    display:flex;
    align-items:flex-start;
    margin-bottom:10px;
  }
  .exp-itinerary-num{
    width:30px;
    height:30px;
    border-radius:50%;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:600;
    margin-right:10px;
    background:#fff;
  }
  .exp-itinerary-text{font-size:13px;}

  /* ==== OTHER PACKAGES ==== */
  .other-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
  }
  .other-card img{
    width:100%;
    height:160px;
    object-fit:cover;
  }
  .other-body{
    padding:12px 14px;
    font-size:12px;
  }
  .other-title{
    font-size:13px;
    font-weight:600;
    margin-bottom:4px;
  }

  /* ==== TAXI LIST ==== */
  .taxi-filter{
    display:inline-flex;
    gap:8px;
    border-radius:30px;
    background:#fff3cf;
    padding:4px 6px;
  }
  .taxi-filter button{
    border-radius:20px;
    border:none;
    background:transparent;
    font-size:12px;
    padding:5px 14px;
    font-weight:500;
  }
  .taxi-filter button.active{
    background:#ffb318;
    color:#000;
  }

  .taxi-card{
    background:#fff;
    border-radius:18px;
    padding:18px 18px 16px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    display:flex;
    flex-direction:column;
  }
  .taxi-card img{
    width:100%;
    height:150px;
    object-fit:cover;
    border-radius:14px;
    margin-bottom:12px;
  }
  .taxi-name{
    font-size:14px;
    font-weight:600;
    margin-bottom:2px;
  }
  .taxi-sub{
    font-size:11px;
    color:#777;
    margin-bottom:8px;
  }
  .taxi-spec{
    font-size:12px;
    margin-bottom:4px;
  }
  .taxi-spec i{
    color:#ffb318;
    margin-right:6px;
  }
  .btn-taxi-book{
    margin-top:auto;
    background:#ffb318;
    border:none;
    border-radius:8px;
    font-size:13px;
    font-weight:600;
    padding:9px 18px;
    color:#000;
  }

  @media (max-width:767.98px){
    .exp-hero-overlay{ padding:32px 0 30px; }
    .exp-title{font-size:16px;} .smte{
        font-size: 11px;
    }
  }
.about-hero{
  background:url('https://images.pexels.com/photos/210182/pexels-photo-210182.jpeg?auto=compress&cs=tinysrgb&w=1600')
  center/cover no-repeat;
  height:250px;
}
.about-hero-overlay{
  background:rgba(0,0,0,.45);
  width:100%;
  height:100%;
}
.about-title{
  font-size:40px;
  font-weight:700;
  letter-spacing:3px;
}
.about-tabs{
  border-radius:20px;
}
.about-tab-btn{
  border:1px solid #ddd;
  border-radius:30px;
  padding:5px 20px;
  font-size:13px;
  font-weight:600;
  background:#f8f8f8;
}
.about-tab-btn.active{
  background:#ffb318;
  color:#000;
  border-color:#ffb318;
}
@media(max-width:768px){
  .about-title{font-size:32px;}
  .mtop{
margin-top: 3pc !important;}
.exp-section-title{font-size:14px;}
}

.about-tabs{
  border-radius:20px;
}

.about-tab-nav .nav-link {
  border:1px solid #ddd;
  border-radius:30px;
  padding:6px 22px;
  font-size:13px;
  font-weight:600;
  background:#f8f8f8;
  color:#333;
  margin:0 4px;
}

.about-tab-nav .nav-link.active {
  background:#ffb318;
  color:#000;
  border-color:#ffb318;
}

.office-box {
  border: 1px solid #eee;
}

.btn-warning {
  background: #ffb318 !important;
  border: none !important;
  color: #000 !important;
}

.top-bar{
  background:#f4fbff;
  padding:12px;
  border-radius:8px;
}
.feature-bar{
  background:linear-gradient(90deg,#2bb0e6,#1668b7);
  color:#fff;
  border-radius:8px;
}
.car-card{
  border-radius:10px;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.car-img{
  max-width:180px;
}
.price{
  font-size:28px;
  font-weight:700;
  color:#0d6efd;
}
.old-price{
  text-decoration:line-through;
  color:#999;
}
.autocomplete input{
    padding-left:25px;
}
.btn-explore:hover{
    background:#ffb318;
}
.feature-card-wrap.mobile-card{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  height:110px;
  box-shadow:0 6px 14px rgba(0,0,0,0.15);
}

.feature-card-wrap.mobile-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.feature-card-wrap.mobile-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,.15));
}

.feature-label{
  position:absolute;
  bottom:10px;
  left:8px;
  right:8px;
  color:#fff;
  font-size:12px;
  font-weight:600;
  z-index:2;
  line-height:1.2;
}

/* Desktop thoda bada */
@media (min-width:768px){
  .feature-card-wrap.mobile-card{
    height:180px;
  }
  .feature-label{
    font-size:15px;
  }
}
/* Mobile view adjustments */
@media (max-width: 767px){

  .service-card-body h6{
    font-size:13px;
    margin-bottom:4px;
  }

  .service-card-body p{
    font-size:11px;
    line-height:1.3;
    margin-bottom:6px;
  }

  .btn-service-call{
    font-size:11px;
    padding:5px 7px;
    border-radius:5px;
  }
  .exp-tab-btn{
      font-size:10px;
  }
.exp-package-title{
    font-size:14px;
}
.exp-radio-row{
    font-size:12px;
}
.accordion-body{font-size:12px;}
.accordion-item  h2 button{ font-size:12px; }
}
.logo-strip .logo-box{
  background:#fff;
  border-radius:10px;
  padding:12px;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

.logo-strip img{
  max-width:100%;
  max-height:55px;
  object-fit:contain;
}

/* Desktop – thode bade logo */
@media (min-width:768px){
  .logo-strip img{
    max-height:70px;
  }
}
.top-bar b {
  font-size: 14px;
}

@media (max-width: 576px) {
  .top-bar {
    font-size: 12px;
  }
}


