:root{
  --brand-blue:#364b5c;
  --brand-blue-dark:#212121;
  --brand-yellow:#ffc000;
  --brand-accent:#f3723b;
  --brand-accent-dark:#e54750;
  --brand-text:#212121;
  --brand-muted:#666666;
  --panel-border:rgba(33,33,33,.08);
  --field-border:#d7dce5;
  --surface:#f9fafc;
  --white:#fff;
}

html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:15px;
  line-height:1.6;
  color:var(--brand-text);
  background:var(--surface);
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6{
  color:var(--brand-text);
  font-family:"Manrope",sans-serif;
  font-weight:800;
  letter-spacing:-.03em;
}

p,li{color:var(--brand-muted);line-height:1.72}
a{color:var(--brand-text);font-weight:700}
a:hover,a:active,a:focus{color:#4e8ff0;text-decoration:none}

.container-fluid{max-width:1366px}
.container{position:relative;z-index:1}

.site-topbar{
  background:#2aa3e7;
  color:#fff;
  font-size:13px;
}

.site-topbar-inner{
  min-height:42px;
  display:flex;
  align-items:center;
}

.site-topbar-info{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.site-topbar-info a,
.site-topbar-hours{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#f4f6f8;
  text-decoration:none;
}

.site-header-shell{
  position:sticky;
  top:0;
  z-index:1020;
  padding:0 24px;
  background:rgb(255 255 255 / 96%) !important;
  border-bottom:1px solid rgba(54,75,92,.08);
  box-shadow:0 10px 30px rgba(15,23,42,.07);
  backdrop-filter:blur(12px);
}

.site-header-shell .container-fluid{
  min-height:88px;
  display:flex;
  align-items:center;
}

.brand-mark{
  display:inline-flex;
  align-items:center;
  text-decoration:none !important;
}

.brand-mark img{
  display:block;
  width:auto;
  height:56px;
  object-fit:contain;
  background:#fff;
  border-radius:16px;
  padding:4px 8px;
}

.navbar-light .navbar-nav{
  gap:24px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus{
  position:relative;
  color:var(--brand-text);
  font-size:15px;
  font-weight:700;
  padding:6px 0;
}

.navbar-light .navbar-nav .nav-link.active{
  color:#4e8ff0;
}

.navbar-light .navbar-nav .nav-link.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-11px;
  height:3px;
  border-radius:999px;
  background:#4e8ff0;
}

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

.site-phone{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--brand-text);
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.site-phone i{color:var(--brand-blue)}

.site-book-btn,
.btn.custom-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border:none;
  border-radius:999px;
  background:linear-gradient(90deg, #f8b743 0%, #009fcb 100%);
  color:#fff;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 12px 24px rgba(229,71,80,.2);
}

.site-book-btn:hover,
.btn.custom-btn:hover{
  color:#fff;
  background:linear-gradient(90deg,#e9a628 0%, #0088ad 100%);
}

.btn-outline-light{
  background:#25d366 !important;
  color:#fff !important;
  box-shadow:0 14px 30px rgba(18,140,126,.24) !important;
}

.hero-kicker{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff3d8;
  border:1px solid rgba(255,255,255,.18);
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  backdrop-filter:blur(6px);
}

.banner-content h1{
  margin:16px 0 14px;
  font-size:clamp(1.8rem, 4.8vw, 2.6rem);
  line-height:1.22;
  font-weight:800;
  color:#fff;
}

.banner-content p{
  max-width:540px;
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:17px;
  line-height:1.7;
}

.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px}
.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px;max-width:620px}
.hero-stat{
  padding:18px 20px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  backdrop-filter:blur(8px);
}
.hero-stat strong{display:block;font-size:1.5rem}

.booking-card{
  position:relative;
  width:100%;
  max-width:420px;
  margin-left:auto;
  padding:14px 14px 18px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.42);
  background:rgba(255,255,255,.94);
  box-shadow:0 24px 70px rgba(5,11,23,.32);
  color:var(--brand-text);
}

.booking-card-head{
  display:flex;
  flex-direction:column;
  gap:2px;
  margin-bottom:14px;
}

.booking-card-head strong{
  color:#111827;
  font-size:1.12rem;
  font-weight:800;
}

.booking-card-head span{
  color:#6b7280;
  font-size:.86rem;
  font-weight:600;
}

.booking-alert{
  margin-bottom:14px;
  padding:12px 14px;
  border-radius:12px;
  background:#fff4e5;
  border:1px solid rgba(248,183,67,.38);
  color:#8a5a00;
  font-size:13px;
  font-weight:700;
}

.booking-tabs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-bottom:14px;
  display:none;
}

.booking-tab{
  min-height:42px;
  border-radius:8px;
  border:1px solid #dde2ea;
  background:#fff;
  color:#475467;
  font-size:13px;
  font-weight:700;
}

.booking-tab.active{
  border-color:transparent;
  background:linear-gradient(90deg,var(--brand-accent) 0%, var(--brand-accent-dark) 100%);
  color:#fff;
  box-shadow:0 10px 18px rgba(229,71,80,.22);
}

.trip-toggle{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-bottom:14px;
}

.trip-toggle-item{
  flex:1;
}

.trip-toggle-item input{display:none}

.trip-toggle-item label{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border:1px solid #d7dce5;
  border-radius:12px;
  background:#fff;
  color:#111827;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}

.trip-toggle-item input:checked + label{
  background:#111111;
  border-color:#111111;
  color:#fff;
}

.booking-grid{row-gap:10px}

.booking-field{
  position:relative;
}

.booking-field label{
  display:block;
  margin-bottom:5px;
  color:#111827;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.booking-field .form-control{
  min-height:52px;
  padding:14px 12px;
  border:1px solid var(--field-border);
  border-radius:10px;
  background:#fff;
  color:#111827;
  font-size:13px;
  line-height:1.2;
  box-shadow:none;
}

.booking-field .form-control::placeholder{color:#98a2b3}

.booking-field-location .form-control{
  padding-top:18px;
}

.dot-label{
  position:absolute;
  top:7px;
  left:25px;
  z-index:2;
  margin:0;
  pointer-events:none;
  padding-left:18px;
}

.dot-label::before{
  content:"";
  position:absolute;
  top:1px;
  left:0;
  width:10px;
  height:10px;
  border-radius:50%;
}

.dot-from::before{background:#2ea0ff}
.dot-to::before{background:#ffc107}

.vehicle-strip-label{
  margin:14px 0 8px;
  color:#111827;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.cab-grid-modern{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:4px 2px 8px;
}

.cab-grid-modern .tariff-option{
  min-width:86px;
}

.tariff-option input{display:none}

.tariff-option label{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:82px;
  padding:6px 6px 8px;
  border:1px solid #e1e6ee;
  border-radius:10px;
  background:#fff;
  text-align:center;
  cursor:pointer;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tariff-option label img{
  max-width:100%;
  height:28px;
  object-fit:contain;
}

.tariff-option label span{
  margin-top:6px;
  color:#344054;
  font-size:10px;
  font-weight:800;
  letter-spacing:.05em;
}

.tariff-option input:checked + label{
  border-color:var(--brand-accent);
  box-shadow:0 10px 20px rgba(229,71,80,.12);
  transform:translateY(-1px);
  background:#c3d7ff;
}

.tariff-option input[type="radio"]:checked + label span{
  color:#302c2c !important;
}

.booking-submit{
  width:100%;
  margin-top:10px;
}

.about,.team,.feature,.blog,.contact,.booking{
  padding:88px 0;
}

.page-header{
  padding:120px 0 68px;
  margin-bottom:0 !important;
  background:linear-gradient(135deg,rgba(12,24,36,.92),rgba(33,33,33,.8)), url("../img/page-header.jpg") center/cover no-repeat;
}

.page-header h2{color:#fff;font-size:clamp(2rem,4vw,3.4rem)}
.page-header a{color:#f4f6f8}

.section-header{
  margin-bottom:28px;
}

.section-header p,
.eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:#fff1cc;
  color:#b18400;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.section-header h2{
  margin-top:14px;
  font-size:clamp(2rem,3vw,3rem);
  line-height:1.08;
}

.about-content,
.feature-item,
.blog-item,
.note-section,
.contact-info,
.booking-content{
  background:#fff;
  border:1px solid var(--panel-border);
  border-radius:24px;
  box-shadow:0 20px 50px rgba(17,24,39,.08);
}

.about-content,.booking-content{padding:32px}
.feature-item{padding:28px 24px;height:100%}
.contact-info{padding:28px 24px}
.note-section{padding:26px 28px}

.about-img img,.feature-img img,.blog-img img,.team-img img{
  width:100%;
  border-radius:24px;
}

.team-item{
  overflow:hidden;
  border-radius:24px !important;
  box-shadow:0 20px 50px rgba(17,24,39,.08);
  background:#fff;
}

.pricing-card{
  border:1px solid rgba(17,17,17,.08) !important;
}

.pricing-card .team-text{
  padding:24px;
  background:#fff !important;
  color:#111 !important;
}

.pricing-card .team-text h2,
.pricing-card .team-text p{
  color:#111 !important;
}

.fare-note-mask{
  position:relative;
  margin:18px 0 22px;
  padding:18px 18px 16px;
  border:1px solid rgba(54,75,92,.1);
  border-radius:18px;
  background:
    linear-gradient(rgba(255,255,255,.92), rgba(255,255,255,.92)),
    linear-gradient(135deg,rgba(42,163,231,.18),rgba(248,183,67,.14));
  box-shadow:0 18px 40px rgba(15,23,42,.06);
  overflow:hidden;
}

.fare-note-mask::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,#2aa3e7 0%, #f8b743 100%);
}

.fare-note-mask p,
.fare-note-mask li{
  position:relative;
  margin:0 0 8px;
  padding-left:0;
  color:#1f2937 !important;
  font-size:15px;
  line-height:1.75;
}

.fare-note-mask p:last-child,
.fare-note-mask li:last-child{
  margin-bottom:0;
}

.fare-note-mask ul{
  margin:0;
  padding:0;
  list-style:none;
}

.fare-note-mask img{
  width:18px;
  height:18px;
  margin-right:8px;
  object-fit:contain;
  vertical-align:text-top;
}

.trip-prices{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:18px 0 20px;
}

.trip-prices p{
  margin:0;
  padding:14px 12px;
  border-radius:16px;
  background:#5db0f5;
  color:#fff;
  font-size:.88rem;
  text-align:left;
}

.feature-item i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  margin-bottom:18px;
  border-radius:16px;
  background:#fff1cc;
  color:#111;
  font-size:1.2rem;
}

.feature-item h3,.blog-title{
  color:#111;
  font-size:1.08rem !important;
  font-weight:800;
}

.blog-item{overflow:hidden}
.blog-img{padding:14px 14px 0}
.blog-text{display:flex;gap:10px;flex-wrap:wrap}

.contact-info{
  display:flex;
  align-items:flex-start;
  gap:18px;
}

.contact-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#ffc000;
  color:#111;
  box-shadow:0 14px 30px rgba(255,192,0,.24);
}

.footer{
  position:relative;
  margin-top:45px;
  padding-top:90px;
  background:rgba(0,0,0,.04);
  color:#454545;
  border-top:none;
}

.footer::before{
  display:none;
}

.footer-exact-title{
  margin:0 0 30px;
  text-align:center;
  color:#f7b93e;
  font-size:45px;
  font-weight:700;
}

.footer a{
  color:#454545;
}

.footer-popular-cities{
  margin:0 auto 48px;
  padding:36px 0 28px;
  text-align:center;
}

.footer-popular-cities h2{
  margin:0 0 24px;
  color:#f7b93e;
  font-size:42px;
  font-weight:800;
  line-height:1.1;
}

.footer-city-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px 24px;
}

.footer-city-list a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#000;
  font-size:16px;
  font-weight:800;
  line-height:1.35;
}

.footer-city-list a i{
  color:#3ee44d;
  font-size:14px;
}

.footer-city-list a:hover{
  color:#f7b93e;
}

.footer-link a{
  display:block;
  margin-bottom:12px;
  color:#454545;
  font-weight:600;
}

.footer-link a:hover{
  color:#f7b93e;
}

.copyright{
  margin-top:0;
  padding:0 0 30px 0;
  border-top:none;
  background:transparent;
}

.copyright p{
  margin:0 0 6px;
  color:#454545;
  text-align:center;
  font-weight:600;
}

.copyright p a{color:#f7b93e}

.mobile-sticky-actions{
  position:fixed;
  right:20px;
  top:50%;
  z-index:1100;
  display:flex;
  flex-direction:column;
  gap:12px;
  transform:translateY(-50%);
}

.mobile-sticky-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:999px;
  box-shadow:0 14px 30px rgba(15,23,42,.2);
  text-decoration:none;
}

.mobile-sticky-call{
  background:#d51507;
  color:#fff;
}

.mobile-sticky-whatsapp{
  background:#25d366;
  color:#fff;
}

.mobile-sticky-book{
  display:none;
}

.back-to-top{
  position:fixed;
  display:none;
  width:44px;
  height:44px;
  right:15px;
  bottom:15px;
  border-radius:50%;
  background:#111;
  z-index:9;
}

.back-to-top i{
  color:#fff;
  padding-top:10px;
}

@media (max-width:991.98px){
  .site-topbar{display:none}
  .site-header-shell{padding:10px 15px}
  .site-header-actions{display:none}
  .hero-stats{display:none}
  .about,.team,.feature,.blog,.contact,.booking{padding:70px 0}
  .mobile-sticky-actions{
    inset:auto 12px 14px 12px;
    top:auto;
    transform:none;
    flex-direction:row;
  }
  .mobile-sticky-action{flex:0 0 auto}
  .mobile-sticky-book{
    display:inline-flex;
    width:auto;
    flex:1;
    min-height:52px;
    background:#111;
    color:#fff;
    font-size:14px;
    font-weight:800;
  }
  .footer-route-card,
  .footer-info-card,
  .footer-contact-card{
    margin-bottom:18px;
  }
  .footer-exact-title{font-size:35px}
}

@media (max-width:767.98px){
  .booking-card{max-width:100%}
  .hero-actions{
    flex-direction:row !important;
    justify-content:center !important;
  }
  .banner-content p{
    max-width:540px;
    margin:0;
    color:rgba(255,255,255,.88);
    font-size:12px !important;
    line-height:1.7;
  }
  .banner-content h1{
    margin:16px 0 14px;
    font-size:18px !important;
    line-height:1.22;
    font-weight:800;
    color:#fff;
  }
  .mobile-sticky-actions{
    inset:auto 14px 14px 14px !important;
    top:auto !important;
    transform:none !important;
    flex-direction:row !important;
    justify-content:space-between !important;
    pointer-events:none;
  }
  .mobile-sticky-call,
  .mobile-sticky-whatsapp{
    pointer-events:auto;
  }
  .mobile-sticky-book{
    display:none !important;
  }
  .trip-prices{grid-template-columns:1fr}
  .navbar-light .navbar-nav{gap:0}
  .footer-exact-title{font-size:30px}
}
