body {
  background: linear-gradient(135deg, #e6fff7 0%, #f0fdfa 100%);
  padding-top: 120px; /* Account for fixed header height */
  margin: 0; /* Remove any default margin */
}

html, body {
  margin: 0;
  padding: 0;
}

/* Fixed header adjustments */
.mint-header.fixed-top {
  z-index: 1030; /* Bootstrap's navbar z-index */
  background: #ecfffa !important; /* Ensure background is solid and overrides any other styles */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Add subtle shadow for depth */
  top: 0; /* Ensure it's positioned at the very top */
  margin-top: 0; /* Remove any top margin */
  padding-top: 0; /* Remove any top padding */
}

/* Responsive padding adjustments for fixed header */
@media (max-width: 768px) {
  body {
    padding-top: 100px; /* Smaller padding on mobile */
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 90px; /* Even smaller padding on small mobile */
  }
}

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}
/* Team Page Responsive Styles */
.team-card-role {
  color: #134e4a;
  font-size: 1.01rem;
  align-items: center;
}
@media (max-width: 900px) {
  .team-img { height: 150px; max-width: 150px; }
  .team-section { padding: 24px 0 32px 0; }
}
@media (max-width: 600px) {
  .team-img { height: 90px; max-width: 90px; }
  .team-card-body { padding: 14px 8px 12px 8px; }
  .team-title { font-size: 1.4rem; }
  .team-card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
}
/* Mint main menu container */

.mint-nav {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0;
}
@media (max-width: 900px) {
    .mint-nav {
        gap: 2px;
    }
}

/* Mint main menu links as CTA buttons */
.mint-nav-link {
    color: #fff !important;
    font-weight: 700;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1.13rem;
    letter-spacing: 0.3px;
    background: linear-gradient(90deg,#14b8a6 80%,#5eead4 100%);
    border: none;
    border-radius: 22px;
    padding: 10px 22px;
    margin: 0;
    transition: background 0.18s, color 0.18s, transform 0.13s;
    text-decoration: none;
    outline: none;
    box-shadow: 0 2px 10px 0 rgba(20,184,166,0.10);
    display: inline-block;
    cursor: pointer;
}
.mint-nav-link:hover, .mint-nav-link:focus {
    color: #fff !important;
    background: linear-gradient(90deg,#10b981 80%,#5eead4 100%);
    transform: scale(1.06);
    text-decoration: none;
    box-shadow: 0 4px 16px 0 rgba(20,184,166,0.16);
}
/* Mint main menu links */
.mint-nav-link {
    color: #14b8a6 !important;
    font-weight: 600;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1.08rem;
    letter-spacing: 0.2px;
    background: none;
    border: none;
    transition: color 0.15s;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    outline: none;
}
.mint-nav-link:hover, .mint-nav-link:focus {
    color: #10b981 !important;
    background: #e6fff7;
    text-decoration: none;
}
/* Booking Banner and Card */
.booking-banner {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 420px;
    background: linear-gradient(135deg,#f0fdfa 60%,#e6fff7 100%), url('/img/orlando-family-ride.png') center/cover no-repeat;
    overflow: hidden;
}
.booking-banner-overlay {
    position: absolute;
    top: 0; left: 0; width: 100vw; height: 100%;
    background: rgba(0,40,80,0.45);
    z-index: 1;
}
.booking-banner-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 32px 0;
}
.booking-section {
    max-width: 600px;
    width: 100%;
    margin: 40px 0 40px 0;
    padding: 56px 40px;
    background: linear-gradient(135deg,#e6fff7 60%,#b2f5ea 100%);
    border-radius: 28px;
    box-shadow: 0 8px 40px rgba(26,54,93,0.13),0 2px 8px rgba(102,255,204,0.07);
    border: 3px solid #a7f3d0;
}
@media (max-width: 900px) {
    .booking-banner-content {
        justify-content: center;
        padding: 24px 0;
    }
    .booking-section {
        margin: 24px 0;
        padding: 36px 16px;
    }
}
@media (max-width: 600px) {
    .booking-section {
        padding: 20px 6px;
        border-radius: 16px;
    }
}

/* Section backgrounds for flow */
.section-bg {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-top: 32px;
    padding-bottom: 32px;
}
.why-mint-section-bg {
    background: linear-gradient(135deg,#e6fff7 60%,#b2f5ea 100%);
}
.specialty-bg {
    background: linear-gradient(135deg,#b2f5ea 60%,#e0fdfa 100%);
}
.fleet-bg {
    background: linear-gradient(135deg,#e0fdfa 60%,#b2f5ea 100%);
}
.howitworks-bg {
    background: linear-gradient(135deg,#b2f5ea 60%,#e6fff7 100%);
}
/* Mint Modern Header / Main Menu */
.mint-header {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  z-index: 100;
  background: #ecfffa;
  box-shadow: 0 2px 16px 0 rgba(20,184,166,0.08), 0 1px 4px 0 rgba(20,184,166,0.06);
  border-bottom: 2px solid #b2f5ea;
  transition: box-shadow 0.18s;
}
.mint-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 2.5vw 0.7rem 2.5vw;
}
.mint-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.mint-brand {
  font-size: 1.35rem;
  font-weight: 700;
  color: #14b8a6;
  font-family: 'Segoe UI', Arial, sans-serif;
  letter-spacing: 0.5px;
}
.mint-nav {
  display: flex;
  gap: 1.5rem;
}
/* Mint Main Menu Links - Modern Mint Theme */
.mint-nav-link {
  color: #14b8a6;
  font-size: 1.13rem;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 12px;
  background: none;
  border-radius: 0;
  letter-spacing: 0.5px;
  font-family: 'Segoe UI', Arial, sans-serif;
  transition: color 0.18s;
  box-shadow: none;
  position: relative;
  outline: none;
}
.mint-nav-link:hover, .mint-nav-link:focus {
  color: #065f46;
  text-decoration: underline;
  background: none;
  box-shadow: none;
}
.mint-nav-link.active,
.mint-nav-link[aria-current="page"] {
  color: #065f46;
  text-decoration: underline;
  background: none;
  box-shadow: none;
}
@media (max-width: 900px) {
  .mint-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.7rem 4vw 0.7rem 4vw;
  }
  .mint-nav {
    gap: 0.7rem;
    flex-wrap: wrap;
  }
  .mint-brand {
    font-size: 1.1rem;
  }
}
/* Specialty Route Card Content */
.specialty-route-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
}
.specialty-route-title {
  font-size: 1.13rem;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.specialty-route-desc {
  color: #134e4a;
  font-size: 0.97rem;
  font-weight: 400;
}

/* Fleet Card Content */
.fleet-card-icon {
  font-size: 2.7rem;
  margin-bottom: 10px;
}
.fleet-card-title {
  font-size: 1.13rem;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.fleet-card-desc {
  color: #666;
  font-size: 0.97rem;
  font-weight: 400;
}
.fleet-card-capacity {
  margin-top: 10px;
  font-size: 0.97rem;
}
@media (max-width: 900px) {
  .carousel-arrows-container {
    position: relative;
    display: flex;
    align-items: center;
  }
  .carousel-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 32px;
    height: 32px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 1.3rem;
    font-weight: normal;
    box-shadow: none;
    opacity: 0.85;
    cursor: pointer;
    transition: background 0.15s, border 0.15s;
  }
  .carousel-arrow.left-arrow { left: 0; }
  .carousel-arrow.right-arrow { right: 0; }
  .carousel-arrow:active, .carousel-arrow:focus {
    background: #f0fdfa;
    border-color: #14b8a6;
    color: #14b8a6;
  }
}
@media (min-width: 901px) {
  .carousel-arrow { display: none !important; }
}
/* Why Ride with Mint: grid layout */
.why-mint-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  justify-items: center;
  align-items: stretch;
}

/* Specialty Routes & Our Fleet: horizontal scroll row */
.specialty-scroll-row,
.fleet-scroll-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: center;
  overflow-x: visible;
}

/* Timeline arrows responsive */
@media (max-width: 900px) {
  .timeline-container {
    flex-direction: column;
    align-items: stretch;
  }
  .timeline-arrow {
    transform: rotate(90deg);
    margin: 0 auto 24px auto !important;
  }
}
/* Specialty Routes Section */
.specialty-routes-row::-webkit-scrollbar { height: 10px; background: #e6fff7; }
.specialty-routes-row::-webkit-scrollbar-thumb { background: #b2f5ea; border-radius: 6px; }
@media (max-width: 1024px) {
  .specialty-scroll-row,
  .fleet-scroll-row {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 18px;
    justify-content: flex-start;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }
/* Bubble look for cards */
.specialty-route-card,
.fleet-card {
  scroll-snap-align: start;
  min-width: 220px;
  max-width: 80vw;
  background: linear-gradient(135deg, #e6fff7 70%, #b2f5ea 100%);
  border-radius: 32px;
  border: 2px solid #a7f3d0;
  box-shadow: 0 4px 24px 0 rgba(20,184,166,0.10), 0 1.5px 6px 0 rgba(20,184,166,0.07);
  transition: box-shadow 0.18s, transform 0.18s;
}
.specialty-route-card:hover,
.fleet-card:hover {
  box-shadow: 0 8px 32px 0 rgba(20,184,166,0.16), 0 2px 8px 0 rgba(20,184,166,0.10);
  transform: translateY(-2px) scale(1.025);
}
}
@media (max-width: 700px) {
  .specialty-scroll-row,
  .fleet-scroll-row {
    gap: 12px;
  }
  .specialty-route-card,
  .fleet-card {
    min-width: 170px;
    max-width: 92vw;
    padding: 16px 6px 12px 6px;
    border-radius: 24px;
  }
}
@media (max-width: 500px) {
  .specialty-route-card,
  .fleet-card {
    min-width: 140px;
    max-width: 98vw;
    padding: 10px 2px 8px 2px;
    border-radius: 16px;
  }
}
@media (min-width: 1025px) {
  .specialty-scroll-row,
  .fleet-scroll-row {
    overflow-x: visible;
    justify-content: center;
    gap: 32px;
  }
  .specialty-route-card,
  .fleet-card {
    min-width: 0;
    max-width: 260px;
    padding: 32px 18px 22px 18px;
    border-radius: 32px;
  }
}
/* Remove old mobile specialty-route-card rule */

/* Why Ride with Mint Section */
.why-mint-features-row::-webkit-scrollbar { height: 10px; background: #e6fff7; }
.why-mint-features-row::-webkit-scrollbar-thumb { background: #b2f5ea; border-radius: 6px; }
@media (max-width: 900px) {
  .why-mint-features-row { gap: 18px; }
  .why-mint-feature { flex: 0 0 80vw; max-width: 95vw; }
}
@media (max-width: 600px) {
  .why-mint-feature { flex: 0 0 98vw; max-width: 99vw; }
}

/* Our Fleet Section */
.fleet-scroll-row::-webkit-scrollbar { height: 10px; background: #e6fff7; }
.fleet-scroll-row::-webkit-scrollbar-thumb { background: #b2f5ea; border-radius: 6px; }
/* Remove old mobile fleet-card rules */

/* How It Works Timeline Section */
@media (max-width: 900px) {
  .timeline-container { flex-direction: column; align-items: stretch; }
  .timeline-line { width: 4px !important; height: 60px !important; margin: 0 auto 0 auto !important; background: linear-gradient(180deg,#2dd4bf 0%,#5eead4 100%) !important; }
  .timeline-step { margin-bottom: 32px; }
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}