:root {
    --primary: #0a182e;
    --accent: #c5a059;
    --background-dark: #121820;
    --card-dark: #1c2431;
    --thm-icon-font: "FontAwesome";
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--background-dark);
    color: #f8f9fa;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
    letter-spacing: -0.02em;
}
p {
  color: #cbd5e1;
}

.text-accent {
    color: var(--accent) !important;
}
.bg-primary {
  background: #0a182e !important;
}
.bg-accent {
    background-color: var(--accent) !important;
}

.btn-accent {
    background-color: var(--accent);
    color: var(--primary);
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;
    padding: 0.75rem 1.5rem;
}

.btn-accent:hover {
    background-color: #b38f4d;
    color: var(--primary);
    transform: translateY(-2px);
}

.btn-outline-accent {
    border: 2px solid var(--accent);
    color: var(--accent);
    font-weight: 700;
    transition: all 0.3s ease;
    background-color: transparent;
}

.btn-outline-accent:hover {
    background-color: var(--accent);
    color: var(--primary);
}

.material-symbols-outlined {
    vertical-align: middle;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.navbar {
    background-color: rgb(1 2 4) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
/*    height: 80px;*/
}

.nav-link {
    color: #f8f9fa !important;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.nav-link:hover {
    color: var(--accent) !important;
}

.navbar-toggler {
    border-color: rgb(218 192 126);
    color: rgb(218 192 126);
    padding: 10px 14px;
}
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
    overflow: hidden;
    z-index: 1;
}

.hero-section .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--background-dark) 0%, rgba(18, 24, 32, 0.8) 50%, transparent 100%);
    z-index: -1 !important;
}
.hero-section .banner-content {
    padding: 0;
}
.banner-responsive {
    display: none;
}

@media (max-width: 991.98px) {
  .collapse:not(.show) {
    display: none;
}
.navbar-nav {
    align-items: flex-start !important;
    justify-content: left !important;
    text-align: left;
}
li.nav-item {
    width: 100%;
    padding: 0 15px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    top: 130px;
    left: 0;
    background: #000;
    width: 250px;
    left: 0;
    height: 100vh;
}
.banner-responsive {
    display: block !important;
}
 .hero-overlay {
    background: linear-gradient(0deg, var(--background-dark) 40%, rgba(18, 24, 32, 0.6) 100%) !important;
}
.hero-section .premium-badge {
    display: none;
}

.hero-section .banner-content {
    display: none;
}
    .card-body {
    flex-wrap: wrap;
}
.modal-container {
    display: block !important;
}
.modal-container {
    display: block !important;
    height: 100vh;
    overflow-y: auto !important;
    top: 150px !important;
}
.modal-overlay .left {
    padding: 50px 10px !important;
    width: 100% !important;
}
.card-header {
    flex-wrap: wrap;
}
.price-box {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 21px;
    width: 100%;
    justify-content: space-between;
}
.price-box .btn-accent {
    margin-top: 0;
    padding: 5px 18px;
}
.modal-container .card {
    padding: 15px 0;
}
.modal-container .card-body {
    flex-wrap: wrap;
    padding: 18px;
    gap: 10px !important;
}
.card-header h3 {
    font-size: 27px;
}
.hero {
    min-height: 100% !important;
    height: 100% !important;
    padding-top: 100px;
}
.hero-heading {
    font-size: 33px !important;
}
.hero-description {
    color: #cbd5e1;
    font-size: 16px !important;
}

}
span.badge {
    border-color: var(--accent) !important;
}
.premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 1rem;
    background: rgba(197, 160, 89, 0.2);
    border: 1px solid rgba(197, 160, 89, 0.3);
    color: var(--accent);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}
  .card-vtc {
    background-color: var(--card-dark);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1.25rem;
    transition: all 0.3s ease;
    height: 100%;
}

.card-vtc:hover {
    border-color: var(--accent);
    transform: translateY(-5px);
}

.service-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(197, 160, 89, 0.1);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    padding: 14px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background-color: #1e293b80;
    border: 1px solid #334155;
    border-radius: var(--bs-border-radius);
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border: 0;
}
.card-vtc h3 i {
    font-size: 25px;
}
.input-group .input-group-text {
  border-color: #334155 !important;
}
.form-control, .form-select {
    background-color: #1e293b80;
    border: 1px solid #334155;
    color: white;
    padding: 0.75rem 1rem;
}

.form-control:focus,
.form-select:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: var(--accent);
    color: white;
    box-shadow: none;
}

.form-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #adb5bd;
    margin-bottom: 0.4rem;
}

.section-padding {
    padding: 100px 0;
}

.bg-darker {
    background-color: #0b0f15;
}

.fleet-img-container {
    height: 166px;
    overflow: hidden;
    border-radius: 1.25rem 1.25rem 0 0;
}
.card-vtc-title {
    font-size: 20px;
}

.fleet-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-vtc:hover .fleet-img-container img {
    transform: scale(1.1);
}

.route-card {
    background: #1e293b4d;
    border: 1px solid #334155;
    padding: 1.5rem;
    border-radius: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}
.lead {
    color: #cbd5e1;
}
.route-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--accent);
}
/* Back to Top Button */
  #backToTop {
      position: fixed;
      bottom: 100px;
      right: 30px;
      width: 50px;
      height: 50px;
      background-color: var(--accent);
      color: var(--primary);
      border: none;
      border-radius: 50%;
      cursor: pointer;
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  #backToTop.show {
      opacity: 1;
      visibility: visible;
  }

  #backToTop:hover {
      transform: translateY(-5px);
      background-color: #b38f4d;
  }
  option {
    background: #1c2330;
}
.input-group ::placeholder {
  color: #334155;
}
.modalbook{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
z-index:999;
align-items:center;
justify-content:center;
}

.modal-content{
background:#fff;
padding:30px;
border-radius:10px;
width:900px;
max-width:90%;
position:relative;
}

.modal-overlay { position: fixed; inset: 0; background: rgba(10, 24, 46, 0.9); display: flex; justify-content: center; align-items: center; padding: 20px; } .modal-container { width: 100%; max-width: 1100px; display: flex; background: var(--bg); border-radius: 20px; overflow: hidden; position: relative; } /* CLOSE */ .close-btn { position: absolute; z-index: 99; top: 15px; right: 15px; background: none; border: none; color: #aaa; font-size: 22px; cursor: pointer; } 
/* LEFT */ .modal-overlay .left { flex: 1; padding: 30px; overflow-y: auto;height: 620px; width: 732px; } .left .header { display: flex; justify-content: space-between; margin-bottom: 30px; } .left .header h2 { border-bottom: 2px solid var(--accent);font-size: 18px; } .btn-outline { border: 1px solid var(--accent); color: var(--accent); padding: 8px 16px; background: none; cursor: pointer; border-radius: 20px; } /* CARD */ .card { background: var(--card); padding: 20px; border-radius: 20px; margin-bottom: 20px; transition: 0.3s; } .card:hover { transform: translateY(-5px); border: 1px solid var(--accent); } .card-header { display: flex; justify-content: space-between; } .meta span { margin-left: 10px; font-size: 15px; color: #aaa; } .card-body { display: flex;  justify-content: space-between; align-items: center; gap: 20px; } .card-text { flex: 1; font-size: 14px; color: #ccc; } .card img { width: 200px; } /* PRICE */ .price-box { text-align: right; } .modal-overlay .price { font-size: 24px; color: #fff; font-weight: bold; } .btn-accent { background: var(--accent); border: none; padding: 10px; cursor: pointer; font-weight: bold; border-radius: 10px; } /* RIGHT */.modal-overlay .right { width: 300px; background: var(--card); padding: 20px; } .sidebar-title { text-align: center; margin-bottom: 20px; } .map img { width: 100%; border-radius: 10px; margin-bottom: 20px; } .info-item { display: flex; gap: 10px; margin-bottom: 0px; } .info-item i { color: var(--accent);line-height: 2; } .info-item small { font-size: 14px; color: var(--accent); }
:root { --primary: #0a182e; --accent: #c5a059; --bg: #121820; --card: #1c2431; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
.step-item:hover {
  background: #2a3445;
}

/* FORM */
.step-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    align-items: center;
    display: none;
}

.step-form.active {
  display: block;

}
.step-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 24, 46, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.step-box {
    width: 100%;
    max-width: 900px;
    background: var(--bg);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    top: 55px;
}
.form-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form-header button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* STEP CONTENT */
.form-step {
  display: none;
  visibility: hidden;
    transition: 0.3s ease;
}

.form-step.active {
  display: block;
  visibility: visible;
}
.form-body {
    padding: 20px;
    border: 1px solid #555;
    border-radius: 15px;
    height: 400px;
}
.form-step .form-step-btn { padding: 10px 15px; transition: 0.5s alll; border: none; background: #c5a059; color: #000; cursor: pointer; border-radius: 6px; margin-top: 25px; }
.btn-group { display: flex; justify-content: space-between; }
.open-btn { margin: 50px;padding: 10px 15px; border: none; background: #c5a059; color: #000; cursor: pointer; border-radius: 6px;  }

.form-step .form-step-btn:hover {
    background: #fff;
}
input#roundTripStep {
    width: 18px;
    height: 18px;
}

.step-input {
  width: 100%;
  padding: 10px;
  background: #1c2431;
  border: 1px solid #333;
  color: #fff;
  border-radius: 6px;
}
.modal-overlay .left::-webkit-scrollbar {
    width: 8px;
}

.modal-overlay .left::-webkit-scrollbar-track {
    background: #f1f1f1; /* scrollbar background */
    border-radius: 10px;
}

.modal-overlay .left::-webkit-scrollbar-thumb {
    background: #888; /* scroll thumb color */
    border-radius: 10px;
}

.modal-overlay .left::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.modal-overlay .left {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1; /* thumb color | track color */
}

.text-accent-hover:hover {
    color: var(--accent) !important;
}
a {
    text-decoration: none;
}
.social-icon-item  {
    width: 40px;              
    height: 40px;             
    border-radius: 50%;      
    background-color: #1e293b; 
    transition: 0.5s all;
    display: flex;          
    align-items: center;      
    justify-content: center;  

    color: #94a3b8;           
    transition: color 0.3s ease; 
    cursor: pointer;
}

.social-icon-item :hover {
    color: #f59e0b; 
}
.social-icon-item i {
    font-size: 18px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #6c757d;
    border-radius: 50%;
}
.slick-dots .slick-active button {
    background: #c5a059;
}
.slick-dots li button:before {
    font-size: 0px;
    width: 20px;
    height: 20px;
    content: '';
    opacity: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.7));
  z-index: 1;
}

/* TOP */
.top-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.top-bar h2 span {
  color: #38bdf8;
}

.badges {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.badge {
  background: rgba(255,255,255,0.1);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

/* GRID */
.grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* LEFT BOX */
.booking-box {
  flex: 1;
  min-width: 300px;
  background: rgba(30,41,59,0.9);
  padding: 20px;
  border-radius: 15px;
}

.booking-box input,
.booking-box select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  background: #1e293b;
  border: 1px solid #334155;
  color: #fff;
  border-radius: 6px;
}

.checkbox {
  font-size: 13px;
}

.booking-box button {
  width: 100%;
  padding: 12px;
  background: #38bdf8;
  border: none;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

/* RIGHT */
.right-section {
  flex: 1;
  min-width: 300px;
}

.card {
  background: rgba(30,41,59,0.8);
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.route {
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
}

.route.add {
  text-align: center;
  border: 2px dashed #38bdf8;
}

.activity {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.activity button {
  background: transparent;
  border: 1px solid #38bdf8;
  color: #38bdf8;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    gap: 10px;
  }

  .grid {
    flex-direction: column;
  }
}
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

/* BACKGROUND */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: grayscale(1) contrast(1.2);
}

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

/* OVERLAY */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.6;
    z-index: 0;
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

/* TAGLINE */
.tagline {
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #d4af37;
  animation: pulse 2s infinite;
}

/* TITLE */
.hero h2 {
  font-size: 60px;
  line-height: 1.2;
  margin: 20px 0;
  font-family: serif;
}

.hero h2 span {
  font-style: italic;
}

/* DESCRIPTION */
.description {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: auto;
  line-height: 1.6;
}

/* BUTTON */
.btn-wrap {
  margin-top: 40px;
}

.hero-btn {
  display: inline-block;
  padding: 18px 40px;
  background: #fff;
  color: #000;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
}

.hero-btn:hover {
  background: #d4af37;
  color: #fff;
}

/* SCROLL INDICATOR */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}

.line {
  width: 1px;
  height: 60px;
  background: #fff;
}

/* ANIMATION */
@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero h2 {
    font-size: 36px;
  }

  .description {
    font-size: 14px;
  }
}
.services-section {
  padding: 80px 20px;
  color: #fff;
}

/* GRID */
.services-grid {
  display: flex;
  gap: 80px;
  align-items: center;
  flex-wrap: wrap;
}

/* LEFT */
.services-left {
  flex: 1;
  min-width: 300px;
}

.services-left .tag {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #d4af37;
}

.services-left h3 {
  font-size: 48px;
  line-height: 1.2;
  margin: 20px 0;
  font-family: serif;
}

.services-left p {
  color: #94a3b8;
  line-height: 1.8;
  max-width: 400px;
}

/* RIGHT */
.services-right {
  flex: 1;
  min-width: 300px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}

/* ITEM */
.service-item h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.service-item p {
  font-size: 12px;
  color: #64748b;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .services-grid {
    flex-direction: column;
    gap: 40px;
  }

  .services-left h3 {
    font-size: 32px;
  }

  .services-right {
    grid-template-columns: 1fr;
  }
}
.fleet-section {
  padding: 80px 0;
  background: #080808;
  color: #fff;
}

/* HEADER */
.fleet-header {
  margin-bottom: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.fleet-header h3 {
  font-size: 48px;
  font-family: serif;
}

.fleet-header a {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4af37;
  text-decoration: none;
  transition: 0.3s;
}

.fleet-header a:hover {
  color: #fff;
}
/* IMAGE */
.fleet-img {
  overflow: hidden;
  background: #000;
  margin-bottom: 20px;
}

.fleet-img img {
  width: 100%;
  height: 282px;
  object-fit: cover;
  /* filter: grayscale(100%); */
  transform: scale(1.05);
  transition: 0.7s;
}

.fleet-card:hover img {
  filter: grayscale(0%);
  transform: scale(1);
}

.fleet-info p {
  letter-spacing: 2px;
  margin-top: 5px;
}

/* ARROW */
.arrow {
  font-size: 20px;
  color: #d4af37;
  opacity: 0;
  transition: 0.3s;
}

.fleet-card:hover .arrow {
  opacity: 1;
}
.story-content {
    padding-left: 55px;
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .fleet-header h3 {
    font-size: 32px;
  }
  .story-content {
    padding-left: 0;
}
.cta-wrapper {
    padding: 12px !important;
}
.submenu {
    position: relative !important;
}
.modal-overlay .right {
    width: 100% !important;
}

}
.testimonial-section {
  padding: 80px 20px;
  background: #020617;
  text-align: center;
}

/* CONTAINER */
.testimonial-container {
  max-width: 700px;
  margin: auto;
  font-style: italic;
}

/* TEXT */
.testimonial-text {
  font-size: 40px;
  line-height: 1.4;
  font-family: serif;
  color: #e2e8f0;
}

/* AUTHOR */
.testimonial-author {
  margin-top: 50px;
  font-size: 10px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #d4af37;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .testimonial-text {
    font-size: 26px;
  }

  .testimonial-section {
    padding: 100px 20px;
  }
}

@media (max-width: 992px) {
 .hero-section {
    min-height: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
}
.section-padding {
    padding: 60px 0 !important;
}

.about-hero-section {
    height: 100% !important;
    padding: 90px 0;
}
.about-hero-section h1 {
    font-size: 34px !important;
}
.story-content {
    margin-top: 30px;
}
.experience-box {
    right: 0 !important;
}
.fleet-card.v-Class {
    margin-top: 0 !important;
}
.fleet-card {
    margin-bottom: 20px;
}

}


/* BOX */
.banner-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
.banner-box img {
    height: auto;
    width: 100%;
}

@media (min-width: 992px) {
  .banner-box img {
    height: 520px;
    object-fit: cover;
    width: 100%;
}
}

/* BACKGROUND IMAGE */
.banner-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(10,24,46,0.2), rgba(10,24,46,0.8)),
    url("https://lh3.googleusercontent.com/aida-public/AB6AXuDQUz_0tOihWwg9PnyB6gu-BdCAeA4XKBAMx9S1WVCPaUgtYwfhaNZnNdKQpqvpLtkRlmYkeBovc96zA87h80eBaFCuIgN9okTtDPHMEG7KZhiO62YP0mwDH6JxUcjStjDFH1j_z3tdcT64I1F-sDhaxCWNkr6psabNrEhZ2AHQLDm1HZpHlncU2fMm2ohFzOVx2tBz98ezmejCedtT6f7OLG8Tq6BPyjSjKfCIIyVREIs90Fx9ThQGc-bSyNSrpK3IFxamMaUBrH_1");
  background-size: cover;
  background-position: center;
  transition: transform 0.7s;
}

/* HOVER ZOOM */
.banner-box:hover .banner-bg {
  transform: scale(1.05);
}

/* CONTENT */
.banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

@media (min-width: 992px) {
  .banner-content {
    padding: 50px;
  }
}

/* TEXT */
.banner-content h2 {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
}

.banner-content p {
  font-size: 16px;
  color: #e2e8f0;
  max-width: 600px;
  font-weight: 300;
}

/* RESPONSIVE */
@media (min-width: 992px) {
  .banner-content h2 {
    font-size: 48px;
  }

  .banner-content p {
    font-size: 18px;
  }
}

/* STICKY NAV */
.sticky-nav {
  border-bottom: 1px solid #64748b;
  padding: 15px 0px;
}
/* SCROLL CONTAINER */
.nav-scroll {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  align-items: center;
  scrollbar-width: none; /* Firefox */
}

.nav-scroll::-webkit-scrollbar {
  display: none; /* Chrome */
}

/* NAV ITEM */
.sticky-nav .nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  text-decoration: none;
  font-size: 14px;
  color: #64748b;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  transition: 0.3s;
}

/* ACTIVE */
.sticky-nav .nav-item.active {
  color: #fff;
  font-weight: bold;
}

/* HOVER */
.sticky-nav .nav-item:hover {
  color: #fff;
}
.section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 80px 0;
}

/* TEXT */
.section-title {
  font-size: 32px;
  font-weight: 700;
}

.section-text {
  color: #6c757d;
  font-size: 18px;
}

/* BADGE */
.badge-custom {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(0, 123, 255, 0.1);
    color: #0d6efd;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    width: fit-content;
}

/* BUTTON */
.btn-custom {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0f172a;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
    width: fit-content;
}

.btn-custom:hover {
  background: #000;
}

/* PRICE BOX */
.section-wrapper .price-box {
    background: #1b232e;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #2a3544;
    text-align: left;
}
.small-title {
    font-size: 12px;
    font-weight: bold;
    color: #6c757d;
    margin-bottom: 0;
}

.section-wrapper .price {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* LIST */
.list-custom {
  list-style: none;
  padding: 0;
}

.section-wrapper .list-custom li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

/* BUSINESS SECTION */
.business-section {
  background: #0f172a;
  padding: 40px;
  border-radius: 20px;
}

/* CARD */
.section-wrapper .card-box {
    padding: 15px;
    text-align: center;
    border: 1px solid #273044;
    border-radius: 10px;
    background: #0f172a;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-box.square img {
    border-radius: 20px;
}
.img-box.square  {
   padding-left: 50px;
}
.distange-image img {
    height: 300px;
}
/* WRAPPER */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* BOX */
.feature-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ICON */
.feature-icon {
  font-size: 32px;
  color: #60a5fa; /* blue */
}

/* TITLE */
.feature-title {
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

/* TEXT */
.feature-text {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}
ul.list-custom li span {
    color: #14c714;
}
/* SECTION */
.why-section {
  padding: 80px 0px;
  background: #0f172a;
}

/* TITLE */
.why-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #fff;
}

/* BOX */
.why-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* ICON */
.why-icon {
  font-size: 30px;
  color: var(--accent);
  flex-shrink: 0;
}

/* HEADING */
.why-heading {
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

/* TEXT */
.why-text {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}
/* COMMON BUTTON */
.cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: #000;
  padding: 10px 24px;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

/* LARGE (Desktop) */
.cta-btn.large {
  padding: 18px 30px;
  font-size: 18px;
  border-radius: 12px;
}

/* HOVER */
.cta-btn:hover {
  background: #0f172a;
  transform: translateY(-5px);
}

/* MOBILE CTA */
.cta-mobile {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  z-index: 50;
}

/* DESKTOP CTA */
.cta-desktop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  z-index: 50;
}

/* RESPONSIVE */
@media (min-width: 992px) {
  .cta-mobile {
    display: none;
  }
  .cta-desktop {
    display: block;
  }
}

/* BOUNCE ANIMATION */
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.bounce {
  animation: bounce 1s infinite;
}

.bounce:hover {
  animation: none;
}

/* ICON */
.material-symbols-outlined {
  font-size: 22px;
}
.hero-gradient {
    background: linear-gradient(to bottom, rgba(7, 11, 17, 0.4) 0%, rgba(7, 11, 17, 0.8) 80%, rgba(7, 11, 17, 1) 100%);
}
/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 100px;
  overflow: hidden;
}

/* BACKGROUND */
.hero-background {
  position: absolute;
  inset: 0;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.hero-overlay-dark {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.85));
}

/* CONTENT */
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

/* TEXT */
.hero-label {
  color: #facc15;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 12px;
}

.hero-heading {
  font-size: 92px;
  color: #fff;
  font-weight: 500;
  font-family: serif;
}

.hero-italic {
  font-style: italic;
}

.hero-description {
  color: #cbd5e1;
  font-size: 28px;
}

/* BOOKING BOX */
.booking-boxs {
    border-radius: 40px;
    padding: 20px;
    margin-top: 30px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    transition: all 0.5s ease;
}

/* TOP */
.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-icon {
  color: #facc15;
}

.search-trigger input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
}
/* FORM */
.expanded-form {
  margin-top: 20px;
}

.booking-label {
  color: #facc15;
  font-size: 12px;
  font-weight: bold;
}

/* EXPERIENCE */
.experience-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.experience-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

/* INPUT */
input, select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: #fff;
}

/* FEATURES */
.hero-benefits {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}

.hero-benefits i {
  color: #facc15;
}

/* HIDE FORM */
.expanded-form {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

/* SHOW FORM */
.search-trigger.active .expanded-form {
  max-height: 500px; /* enough height */
  opacity: 1;
  margin-top: 20px;
}
.expanded-form input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
}
.booking-boxs:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* SECTION */
.experience-section {
  padding: 80px 20px;
  background: #0b1220; /* dark bg */
}

/* HEADER */
.experience-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .experience-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.tagline {
  color: #c9a96e;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.main-title {
  font-size: 40px;
  color: #fff;
  font-family: serif;
  line-height: 1.2;
}

.main-title span {
  font-style: italic;
  color: rgba(201, 169, 110, 0.8);
}

@media (min-width: 768px) {
  .main-title {
    font-size: 60px;
  }
}

.subtitle {
  color: #94a3b8;
  max-width: 300px;
  font-size: 18px;
}

/* GRID */
.experience-grid {
  display: grid;
  gap: 30px;
}

@media (min-width: 768px) {
  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .experience-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* CARD */
.experience-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 4/5;
  cursor: pointer;
  z-index: 1;
}

/* IMAGE */
.experience-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

/* HOVER ZOOM */
.experience-card:hover img {
  transform: scale(1.1);
}

/* OVERLAY */
.experience-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0b1220, transparent);
    opacity: 0.9;
    z-index: 0;
}

/* CONTENT */
.card-content {
  position: absolute;
  bottom: 0;
  padding: 40px;
  color: #fff;
}

.card-content h4 {
  font-size: 28px;
  font-family: serif;
  margin-top: 10px;
}

/* ICON */
.icon {
  font-size: 40px;
  color: #c9a96e;
}

/* HIDDEN TEXT */
.card-content p {
  color: #cbd5e1;
  margin-top: 10px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease;
}

/* HOVER TEXT SHOW */
.experience-card:hover .card-content p {
  transform: translateY(0);
  opacity: 1;
}
/* SECTION */
.fleet-section {
  padding: 80px 0px;
  background: #0a0f18;
}

/* HEADER */
.fleet-header {
    text-align: center;
    margin-bottom: 45px;
}

.fleet-tag {
  color: #c9a96e;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.fleet-title {
  font-size: 40px;
  font-family: serif;
  color: #fff;
}

/* GRID */
.fleet-grid {
  display: grid;
  gap: 40px;
}

@media (min-width: 1024px) {
  .fleet-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* CARD */
.fleet-card {
  cursor: pointer;
}

/* IMAGE */
.fleet-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.fleet-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

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

/* BADGE */
.fleet-section .badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(10, 15, 24, 0.8);
  backdrop-filter: blur(10px);
  color: #c9a96e;
  font-size: 10px;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid rgba(201,169,110,0.3);
  text-transform: uppercase;
}

.fleet-section .badge.highlight {
  background: #c9a96e;
  color: #000;
  border: none;
}

/* TEXT */
.fleet-card h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    /* font-family: serif; */
    font-weight: 500 !important;
}

.fleet-card p {
  color: #94a3b8;
  font-size: 14px;
  margin-bottom: 20px;
}

/* INFO */
.fleet-info {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #cbd5e1;
}

.fleet-info span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.fleet-info i {
  font-size: 18px;
  color: #c9a96e;
}

/* BUTTON */
.fleet-btn {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.fleet-card:hover .fleet-btn {
  border-color: #c9a96e;
  color: #c9a96e;
}
/* SECTION */
.transfer-section {
  padding: 80px 20px;
  background: #0b1220;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* TITLE */
.transfer-title {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-family: serif;
  margin-bottom: 60px;
}

/* GRID */
.transfer-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .transfer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .transfer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* CARD */
.transfer-card {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}

/* HOVER */
.transfer-card:hover {
  background: rgba(255,255,255,0.05);
}

/* TAG */
.transfer-tag {
  font-size: 10px;
  color: #c9a96e;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* ROUTE */
.transfer-route {
  font-size: 22px;
  color: #fff;
  font-family: serif;
}

.transfer-route span {
  color: #c9a96e;
}

/* FOOTER */
.transfer-footer {
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LABEL */
.transfer-label {
  font-size: 10px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

/* PRICE */
.transfer-price {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}
.contact-section {
    padding: 80px 0px;
}


/* HEADER */
.contact-header {
  text-align: center;
  margin-bottom: 60px;
}

.contact-header h2 {
  font-size: 40px;
  font-weight: 800;
}

.contact-header p {
  color: #6b7280;
  max-width: 600px;
  margin: auto;
}

/* GRID */
.contact-grid {
  display: grid;
  gap: 40px;
}

@media (min-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* CARDS */
.contact-card-grid {
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .contact-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-card {
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #1e293b;
    background: #1e293b80;
    margin-bottom: 35px;
}
.contact-icon-box {
  width: 48px;
  height: 48px;
  background: rgba(197,160,89,0.1);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 10px;
}

.contact-link {
  color: var(--accent);
  font-weight: bold;
}

/* FORM */
.contact-form-box {
  padding: 30px;
  border: 1px solid #1e293b;
    background: #1e293b80;
  border-radius: 16px;
}
.contact-form-box h3 {
    margin-bottom: 25px;
}
.contact-form label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    opacity: 0.7;
    margin-bottom: 0.375rem;
}

.form-grid {
  display: grid;
  gap: 15px;
}

@media (min-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
    border-color: var(--accent);
}
.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #334155;
    border-radius: 8px;
    margin-bottom: 22px;
    background: #0f172a;
    color: #fff;
}

.contact-btn {
    width: 100%;
    background: var(--accent);
    color: #000;
    padding: 12px;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.5s all;
    border: 0;
}
.contact-btn:hover {
    opacity: 0.8;
}

/* MAP */
.map-box {
  position: relative;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
}

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

.map-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-card {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
}

.map-pin {
  color: var(--accent);
}

/* FAQ */
.faq-item {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #1e293b;
    background: #1e293b80;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
details.faq-item p {
    margin-bottom: 0;
    margin-top: 13px;
    padding-left: 10px;
    font-size: 14px;
}
.faq-title {
    margin-top: 33px;
    margin-bottom: 29px;
}
.faq-title span {
    color: var(--accent);
}
/* Wrapper */
.wrap-block {
    padding: 100px 0px;
}

/* Hero Section */
.hero-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: 32px 64px;

    background-image: 
        linear-gradient(90deg, rgba(10, 24, 46, 0.95) 0%, rgba(10, 24, 46, 0.4) 100%), 
        url("https://lh3.googleusercontent.com/aida-public/AB6AXuC94ywCraSjSeC12_LE9btRM_k73S5ZRoEwec7sTNNNmqFCEPoOkS7J5To3xBjJQ-w54bVeVyYFPpWVU0JMMMsaExCmyW9DcOpd3pznRR0_SuwyzUTJ2ztF_tlJpapCOoyDjFOHK0k6sZzTrFQxUGl_F5sf7P6Vyf-87nt6TjcsePY2gKOdXjICm_TV1pjf1Yl5lkvbDA9oeffOt2PQ49RsayFWMuMriVww_HyboEf-gyyG1S6ZlwLIj2b9Ay-Vcgl-UG15p2845vIS");
/*    background-size: cover;*/
    background-position: center;
}

/* Content */
.content-area {
    max-width: 600px;
}

/* Tag */
.tag-line {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(197, 160, 89, 0.2);
    color: #c5a059;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

/* Heading */
.main-heading {
    font-size: 42px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.accent-text {
    color: #c5a059;
    font-style: italic;
}
.text-info {
    color: #cbd5e1 !important;
    font-size: 16px;
    max-width: 500px;
    margin-bottom: 30px;
}
.btn-main.glass-style {
    width: 100%;
}

/* Buttons */
.action-group {
    display: flex;
    gap: 16px;
}

.btn-main {
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

/* Your existing classes */
.gold-gradient {
    background: linear-gradient(135deg, #c5a059 0%, #ecd399 100%);
    color: #0a182e;
}

.gold-gradient:hover {
    opacity: 0.9;
}

.glass-style {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.glass-style:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Optional */
.dark-glass {
    background: rgba(18, 24, 32, 0.8);
    backdrop-filter: blur(12px);
}

/* Responsive */
@media (max-width: 768px) {
.leader-card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.contact-header h2 {
    font-size: 27px !important;
}
}
@media (max-width: 768px) {
    .hero-box {
        padding: 24px;
    }

    .main-heading {
        font-size: 32px;
    }

    .text-info {
        font-size: 16px;
    }

    .action-group {
        flex-direction: column;
    }
    .leader-card img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
}
.cta-box h2 {
    font-size: 25px !important;
}
.cta-box {
    padding: 20px !important;
}
.about-cta-section {
    padding-bottom: 0 !important;
}
.img-box.square {
    padding-left: 0;
    margin-bottom: 20px;
}
.feature-list {
    grid-template-columns: repeat(1, 1fr) !important;
}
.section-title {
    text-align: left!important;
    font-size: 28px!important;
    margin-bottom: 11px!important;
}
.business-section {
    padding: 20px !important;
}

}
.banner-wrapper {
    padding-top: 140px;
}
.fleet-wrap {
    padding: 33px 0px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Top bar */
.fleet-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 20px;
}

.fleet-tabs {
    display: flex;
    gap: 30px;
    overflow-x: auto;
}

.tab-item {
    text-align: center;
    padding-bottom: 10px;
    color: #64748b;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.tab-item:hover {
    color: #c5a059;
}

.active-tab {
    border-color: #c5a059;
    color: #c5a059;
}

.icon-sm {
    font-size: 18px;
    display: block;
}

/* Note */
.fleet-note {
    font-size: 13px;
    color: #64748b;
    font-style: italic;
}

.section-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-head h2 {
    font-size: 22px;
    font-weight: bold;
}

.line {
    flex-grow: 1;
    height: 1px;
    background: #e2e8f0;
}

/* Grid */
.card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
}

/* Card */
.car-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #0a182e33;
}
.car-info h3 {
    font-size: 20px;
}
.car-info p {
    color: #94a3b8;
    font-size: 14px;
}
.car-image {
    position: relative;
    height: 350px;
}

.img-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
}

.car-card:hover .img-bg {
    transform: scale(1.05);
}

.badge-top {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #c5a059;
    color: #0a182e;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: bold;
}

.car-info {
    padding: 20px;
}

/* Buttons */
.btn-main {
    padding: 10px 20px;
    border-radius: 8px;
    background: #0a182e;
    color: #fff;
    border: none;
    cursor: pointer;
}

.btn-outline {
    padding: 10px;
    border: 1px solid #ccc;
    background: transparent;
    border-radius: 8px;
}

/* Van */
.van-box {
    display: flex;
    flex-direction: column;
    background: #0a182e;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #c5a05933;
}

.van-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-image: url("https://lh3.googleusercontent.com/aida-public/AB6AXuCbXLlmKHSniZRwGJlHX4Q1doqvRVlp6xYveNRYZHuJTZtsffiEO5F4JkdcQIUcRGUZdmZ0q2-Q8HyL7pyAZ8AlQnIRYn3qIPz-z7qqA5H69M3HFlwWa__eeVJXNhBIioa7x_7Fx9fPA_h6uXt3LqiMYrFhoKmdhBpYEsXovYS_iGhnKdJEuYiJXXCr7wJNm6s0PZdK6mRpT3TvAP5CfE9DHsTmWFkqACHFq1PkqzUAE_lM2JSx_P-4aP0ws0jT1aLGpchD6V9H6Qr9");
}

.van-content {
    padding: 30px;
    color: #fff;
}
.gold-gradient.btn-main {
    width: 100%;
}
/* Group */
.group-grid {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

.group-card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.highlight-card {
    background: #0a182e;
    color: white;
}

/* Gradient (your class) */
.gold-gradient {
    background: linear-gradient(135deg, #c5a059 0%, #ecd399 100%);
    color: #0a182e;
}

/* Responsive */
@media (min-width: 768px) {
    .fleet-top {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

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

    .group-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .van-box {
        flex-direction: row;
    }

    .van-img {
    width: 50%;
    height: 400px;
}

    .van-content {
        width: 50%;
    }
}
/* Features inside cards */
.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 15px 0;
    font-size: 13px;
    color: #fff;
}

/* Van section extra */
.mini-tag {
    font-size: 12px;
    color: #c5a059;
    text-transform: uppercase;
    font-weight: bold;
}

.van-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 20px 0;
    font-size: 14px;
}
/* Grid */
.group-grid {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

/* Card */
.group-card {
    background: #0a182e33;
    border: 1px solid #0a182e33;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

/* Dark card */
.dark-card {
    background: #0a182e;
    color: #ffffff;
    border: 1px solid rgba(197,160,89,0.3);
}

/* Icon */
.icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 16px;
    background: rgba(197,160,89,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c5a059;
    font-size: 28px;
}

.highlight-icon {
    background: #c5a059;
    color: #0a182e;
}

/* Text */
.group-card h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.group-card p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 15px;
}

.dark-card p {
    color: #cbd5e1;
}

/* Features */
.feature-points {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    color: #64748b;
}

.feature-points li {
    margin: 6px 0;
}

.light-text li {
    color: #cbd5e1;
}

/* Buttons */
.btn-outline {
    margin-top: auto;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #0a182e33;
    background: transparent;
    cursor: pointer;
}

.btn-outline:hover {
    background: #0a182e;
    color: #fff;
}

.btn-main {
    margin-top: auto;
    padding: 12px;
    border-radius: 8px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

/* Gradient (reuse) */
.gold-gradient {
    background: linear-gradient(135deg, #c5a059 0%, #ecd399 100%);
    color: #0a182e;
}

/* Responsive */
@media (min-width: 768px) {
    .group-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.car-info .btn-main {
    width: 100%;
}
.vehicle-tabs {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 24px;
}

/* Desktop layout */
@media (min-width: 768px) {
    .vehicle-tabs {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

/* Tabs container */
.tabs-left {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    width: 100%;
}

/* md:w-auto */
@media (min-width: 768px) {
    .tabs-left {
        width: auto;
    }
}

/* Hide scrollbar */
.tabs-left::-webkit-scrollbar {
    display: none;
}
.tabs-left {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Tab item */
.tab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
    border-bottom: 2px solid transparent;
    color: #64748b;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

/* Text */
.tab-item p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
}

/* Icon spacing */
.icon {
    margin-bottom: 6px;
}

/* Hover */
.tab-item:hover {
    color: #06b6d4; /* accent */
}

/* Right text */
.tab-note {
    font-size: 14px;
    color: #64748b;
    font-style: italic;
    display: none;
}

/* lg:block */
@media (min-width: 1024px) {
    .tab-note {
        display: block;
    }
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Optional: header offset */
section {
    scroll-margin-top: 100px;
}

.about-hero-section {
    position: relative;
    height: 850px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.about-hero-section .hero-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.about-hero-section .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #131313, transparent);
}

.about-hero-section .hero-content {
    position: relative;
    z-index: 2;
}

.hero-tag {
    color: #f2ca50;
    letter-spacing: 4px;
    font-size: 12px;
    text-transform: uppercase;
}

.about-hero-section h1 {
    font-size: 60px;
    margin-top: 20px;
}

.gold-text {
    background: linear-gradient(#f2ca50, #d4af37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.hero-desc .line {
    width: 1px;
    height: 80px;
    background: #444;
    flex-grow: initial;
}

.hero-desc p {
    color: #aaa;
    max-width: 500px;
}
.about-story-section {
    padding: 100px 0;
    background: #1c1b1b;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.story-image {
    position: relative;
}

.story-image img {
    width: 100%;
    border-radius: 10px;
}

.experience-box {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: rgba(0,0,0,0.6);
    padding: 20px;
    border-radius: 10px;
}

.story-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.story-content p {
    color: #aaa;
    margin-bottom: 20px;
}

.story-link {
    color: #f2ca50;
    font-weight: bold;
}


.fleet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fleet-card {
    position: relative;
    overflow: hidden;
}

.fleet-card img {
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

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

.fleet-card .fleet-info {
    display: block;
}
.fleet-card .fleet-info h3 {
    font-size: 21px;
    margin-bottom: 0;
}
.leadership-section {
    padding: 80px 0;
    background: #0e0e0e;
}

.section-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
}

.leader-card {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    align-items: center;
}

.leader-card img {
    width: 200px;
    height: 250px;
    object-fit: cover;
}

.leader-card span {
    color: #f2ca50;
}
/* CTA Section */
.about-cta-section {
    padding: 100px 0;
}

/* Glass Box */
.cta-box {
    padding: 60px;
    text-align: center;
    border-radius: 12px;
    background: rgba(28, 27, 27, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(153, 144, 124, 0.2);
}

/* Title */
.cta-box h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

/* Buttons wrapper */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Primary Button */
.btn-primary {
    background: linear-gradient(to right, #d4af37, #f2ca50);
    color: #3c2f00;
    padding: 14px 30px;
    border-radius: 8px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.btn-primary:hover {
    transform: scale(1.05);
}

/* Outline Button */
.btn-outline {
    background: transparent;
    color: #e5e2e1;
    padding: 14px 30px;
    border-radius: 8px;
    border: 1px solid rgba(153, 144, 124, 0.3);
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #2a2a2a;
}
.fleet-card.v-Class {
    margin-top: 70px;
}
.fleet-card.v-Class.overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.7));
    z-index: 0;
    opacity: 0.5;
}
.collection .fleet-card .fleet-info {
    position: relative !important;
    bottom: 0px !important;
    left: 0px !important;
    display: flex;
}
.contact-header {
    padding-top: 90px;
}


.nav-item {
    position: relative;
}

/* Submenu hidden by default */
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 220px;
    padding: 0px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 999;
      background-color: var(--card-dark);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* Submenu items */
.submenu li {
    list-style: none;
}

.submenu li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #f8f9fa !important;
      font-size: 0.85rem;
      font-weight: 500;
      padding: 0.75rem 15px;
      transition: all 0.3s ease;
}

.submenu li a:hover {
    background-color: rgba(197, 160, 89, 0.1);
      color: var(--accent) !important;
}

/* 🔥 Hover effect */
.nav-item:hover .submenu {
    display: block;
}
a.logowebsite img {
    width: 140px;
    height: 99px;
    object-fit: cover;
}
#returnDateTime::-webkit-calendar-picker-indicator {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(180deg);
}
.step-input::-webkit-calendar-picker-indicator {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(180deg);
}

.fleet-info.about-info {
    position: absolute;
    bottom: 0;
    left: 10px;
}

