@charset "UTF-8";
html {
  font-size: 14px;
  font-family: Montserrat;
}

@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 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

main {
  flex: 1 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  letter-spacing: 1px;
}

h1 {
  text-transform: uppercase;
  font-size: 1.8em;
}

h3 {
  font-size: 1.4em;
}

p {
  color: #272626;
}

.red {
  color: #eb2326;
}

.grey {
  color: #888;
}

/* Custom Button Styles */
.btn-red {
  background-color: #eb2326;
  color: white;
  border-color: #eb2326;
}
.btn-red:hover {
  background-color: rgb(200.75, 18.25, 20.9875);
  border-color: rgb(200.75, 18.25, 20.9875);
  color: white;
}
.btn-red:focus, .btn-red:active {
  background-color: rgb(200.75, 18.25, 20.9875);
  border-color: rgb(200.75, 18.25, 20.9875);
  color: white;
}

a.tel:link {
  color: #e9de06;
}

a.tel:hover {
  color: #fff;
}

img.Over {
  opacity: 1;
  filter: alpha(opacity=100);
}

img:hover.Over {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

/* Header */
#topBar {
  background-color: #353334;
  color: #e9de06;
  padding: 0.5em;
  text-align: center;
  letter-spacing: 0.7px;
}

#navWrapper {
  background-color: #272626;
}
#navWrapper .navbar {
  align-items: center;
}
#navWrapper .navbar-nav {
  align-items: center;
}

/* Mobile navbar toggler - animated hamburger to X */
.navbar-toggler {
  border: none;
  padding: 0.5rem;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 24px;
  height: 20px;
  display: block;
}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: transform 0.3s ease, top 0.3s ease;
  position: absolute;
  left: 0;
}
.navbar-toggler-icon::before {
  top: 0;
}
.navbar-toggler-icon::after {
  bottom: 0;
}

.navbar-toggler-icon .hamburger-line {
  width: 100%;
  height: 2px;
  background-color: white;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
}

/* Animated X when menu is open */
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon .hamburger-line {
  opacity: 0;
}

/* Menu */
nav .navbar-nav li a {
  color: white !important;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 600;
  margin: 21px;
}
nav .navbar-nav li a:hover {
  color: #eb2326 !important;
}
nav .navbar-nav li a.active {
  color: #e9de06 !important;
}

.nav-phone {
  color: white !important;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-phone:hover {
  color: #eb2326 !important;
}

.phone-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #eb2326;
  border-radius: 50%;
}

/* Footer */
footer {
  flex-shrink: 0;
  padding: 2em 0;
  background-color: #272626;
  color: white;
}
footer a.text-white:hover {
  color: #e9de06 !important;
}

/* Hero */
#heroWrapper {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(197, 194, 194) 100%);
}
#heroWrapper .vehicle {
  max-width: 100%;
  width: auto;
  height: auto;
}

#hero-form {
  background: rgb(246, 235, 19);
  background: linear-gradient(94deg, rgb(246, 235, 19) 0%, rgb(229, 218, 0) 100%);
}

/* Home page */
#titleWrapper {
  background-color: #f9f9f9;
}

#titleHeading {
  text-align: center;
}

/* Vehicle Categories */
.vehicle-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.vehicle {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 4/3;
  object-fit: contain;
}

.vehicle-card-title {
  min-height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pricing table styles */
.pricing-table {
  font-size: 1.1em;
}
.pricing-table thead th {
  background-color: #272626;
  color: white;
}
.pricing-table td {
  padding: 1em;
}

.saturday-rates-callout {
  background-color: rgb(253.9581589958, 252.0481171548, 214.5418410042);
  border-left: 4px solid #e9de06;
}
.saturday-rates-callout h5 {
  color: rgb(133.5606694561, 127.2552301255, 3.4393305439);
  font-weight: 900;
}

/* Vehicle card accordion body list spacing */
.accordion-body ul li, .accordion-body ol li {
  margin-bottom: 0.75em;
  line-height: 1.6;
}

#categoryWrapper {
  background-image: url("/img/categories.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* About us - on the home page */
#aboutusColumn {
  background-color: #eb2326;
}

#aboutusImage {
  background-image: url("/img/aboutusBg.jpg");
  background-size: cover;
  min-height: 500px;
}

/* Testimonials */
#testimonialsWrapper {
  background: linear-gradient(180deg, #f9f9f9 0%, rgb(197, 194, 194) 100%);
}
#testimonialsWrapper .carousel-indicators {
  position: static;
  margin-top: 1rem;
}
#testimonialsWrapper .carousel-indicators button {
  background-color: #272626;
}
#testimonialsWrapper .carousel-control-prev-icon,
#testimonialsWrapper .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* Vehicle Header */
#vehicleHeaderWrapper {
  background-image: url("/img/categories.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: white;
}
#vehicleHeaderWrapper h1, #vehicleHeaderWrapper p {
  color: white;
}

/* Vehicle Detail Page */
.vehicle-narrative ul li, .vehicle-narrative ol li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.price-calculator-card {
  background: #272626;
  color: white;
}
.price-calculator-card h3 {
  color: #e9de06;
}
.price-calculator-card label {
  color: white;
}

.price-result {
  background: white;
  color: #272626;
  border-radius: 4px;
}

.vehicle-info-card {
  border-left: 4px solid #eb2326;
}

.contact-card {
  border-left: 4px solid #e9de06;
}

.saturday-callout {
  background-color: rgb(253.9581589958, 252.0481171548, 214.5418410042);
  border-left: 4px solid #e9de06;
}

/* Enterprise-style Horizontal Vehicle Cards */
.vehicle-card-horizontal {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}
.vehicle-card-horizontal:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.vehicle-card-main {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.vehicle-card-image {
  flex: 0 0 200px;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #f8f9fa;
}
.vehicle-card-image img {
  width: 100%;
  height: auto;
  max-height: 140px;
  object-fit: contain;
}

.vehicle-card-details {
  flex: 1;
  min-width: 200px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vehicle-name {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #272626;
}

.vehicle-similar {
  font-size: 0.9rem;
}

.features-toggle {
  align-self: flex-start;
  border-radius: 20px;
  padding: 0.4rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
}
.features-toggle .toggle-icon {
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}
.features-toggle[aria-expanded=true] .toggle-icon {
  transform: rotate(180deg);
}

.vehicle-card-price {
  flex: 0 0 180px;
  max-width: 180px;
  padding: 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
}

.price-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #666;
  letter-spacing: 0.5px;
}

.price-divider {
  margin: 0.5rem 0;
  border-color: #ccc;
}

.price-display {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-from {
  font-size: 0.8rem;
  color: #666;
}

.price-amount {
  font-size: 1.75rem;
  font-weight: 700;
  color: #272626;
  line-height: 1.2;
}

.price-type {
  font-size: 0.85rem;
  color: #666;
}

.btn-select {
  width: 100%;
  font-weight: 600;
}

/* Expanded Section */
.vehicle-card-expanded {
  border-top: 1px solid #e0e0e0;
  background: #f8f9fa;
}

.expanded-content {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
  gap: 2rem;
}

.expanded-features {
  flex: 1;
  min-width: 280px;
}
.expanded-features h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #272626;
}
.expanded-features .features-content {
  font-size: 0.9rem;
  line-height: 1.6;
}
.expanded-features .features-content ul, .expanded-features .features-content ol {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.expanded-features .features-content ul li, .expanded-features .features-content ol li {
  margin-bottom: 0.5rem;
}

.expanded-pricing {
  flex: 0 0 280px;
  max-width: 320px;
  background: white;
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.expanded-pricing h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #272626;
}

.price-breakdown {
  font-size: 0.9rem;
}

.breakdown-row {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0;
}

.total-row {
  font-size: 1rem;
}

.price-note {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.select-dates-prompt {
  color: #666;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.base-rate-info {
  font-weight: 600;
  color: #272626;
  margin-bottom: 0;
}

.booking-contact {
  border-top: 1px solid #e0e0e0;
  padding-top: 1rem;
}

/* Sticky sidebar */
.sticky-sidebar {
  position: sticky;
  top: 1rem;
}

/* Search sidebar - yellow gradient like home page */
.search-sidebar {
  background: rgb(246, 235, 19);
  background: linear-gradient(94deg, rgb(246, 235, 19) 0%, rgb(229, 218, 0) 100%);
  padding: 1.5rem;
  border-radius: 8px;
}
.search-sidebar h5 {
  font-weight: 900;
  color: #272626;
}
.search-sidebar label {
  color: #272626;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .vehicle-card-image {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .vehicle-card-price {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .price-amount {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  /* Reorder card sections on mobile so price bar is always last */
  .vehicle-card-horizontal {
    display: flex;
    flex-direction: column;
  }
  .vehicle-card-main {
    flex-direction: column;
    order: 1;
  }
  .vehicle-card-expanded {
    order: 2;
  }
  .vehicle-card-price-mobile {
    order: 3;
  }
  .vehicle-card-image {
    flex: none;
    max-width: 100%;
    padding: 1.5rem;
  }
  .vehicle-card-image img {
    max-height: 180px;
  }
  .vehicle-card-details {
    text-align: center;
  }
  .vehicle-card-details .features-toggle {
    align-self: center;
  }
  /* Hide price section inside main on mobile - it moves outside */
  .vehicle-card-main .vehicle-card-price {
    display: none;
  }
  /* Show the mobile price section */
  .vehicle-card-price-mobile {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e0e0e0;
    background: #fafafa;
  }
  .vehicle-card-price-mobile .price-divider {
    display: none;
  }
  .vehicle-card-price-mobile .price-label {
    margin: 0;
  }
  .vehicle-card-price-mobile .price-display {
    flex-direction: row;
    gap: 0.25rem;
    align-items: baseline;
  }
  .vehicle-card-price-mobile .btn-select {
    width: auto;
    margin-top: 0 !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .expanded-content {
    flex-direction: column;
  }
  .expanded-pricing {
    flex: none;
    max-width: 100%;
  }
}
/* Sales page */
.rounded {
  border-radius: 7px;
}

/* Navigation adjustments for longer category names */
@media (min-width: 576px) and (max-width: 1199px) {
  nav .navbar-nav li a {
    margin: 15px;
    font-size: 0.85rem;
  }
}
@media (min-width: 1200px) {
  nav .navbar-nav li a {
    margin: 18px;
  }
}
/* ==============================
   Flatpickr — Parkhurst Branding
   ============================== */
.flatpickr-calendar {
  font-family: Montserrat;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  border: 1px solid #ddd;
}

/* Month navigation header */
.flatpickr-months {
  background-color: #272626;
  border-radius: 6px 6px 0 0;
}
.flatpickr-months .flatpickr-month {
  color: white;
  fill: white;
}
.flatpickr-months .flatpickr-current-month {
  color: white;
  font-weight: 700;
}
.flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
  background-color: #272626;
  color: white;
  font-weight: 700;
}
.flatpickr-months .flatpickr-current-month input.cur-year {
  color: white;
  font-weight: 700;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: white;
  fill: white;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: white;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #e9de06;
}

/* Weekday headers */
span.flatpickr-weekday {
  color: #272626;
  font-weight: 700;
  font-size: 0.85em;
}

/* Day cells */
.flatpickr-day {
  border-radius: 4px;
  font-weight: 600;
  color: #272626;
}
.flatpickr-day:hover {
  background: #e8e8e8;
  border-color: #e8e8e8;
}
.flatpickr-day.today {
  border-color: #e9de06;
}
.flatpickr-day.today:hover {
  background: #e9de06;
  border-color: #e9de06;
  color: #272626;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
  background: #d5d5d5;
  border-color: #d5d5d5;
  color: #272626;
}
.flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #272626;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  color: #ccc;
  background: #f5f5f5;
  border-color: transparent;
  cursor: not-allowed;
  text-decoration: line-through;
}
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  color: #bbb;
}

/* Time picker within combined date+time */
.flatpickr-time {
  border-top: 1px solid #e0e0e0;
}
.flatpickr-time input,
.flatpickr-time .flatpickr-am-pm {
  color: #272626;
  font-weight: 700;
  font-size: 1.1em;
}
.flatpickr-time input:hover, .flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #efefef;
}
.flatpickr-time .flatpickr-time-separator {
  color: #272626;
  font-weight: 700;
}
.flatpickr-time .numInputWrapper:hover {
  background: #efefef;
}
.flatpickr-time .numInputWrapper span.arrowUp::after {
  border-bottom-color: #272626;
}
.flatpickr-time .numInputWrapper span.arrowDown::after {
  border-top-color: #272626;
}

/* Override flatpickr alt-input to match form-control sizing */
.flatpickr-input.form-control[readonly] {
  background-color: #fff;
  cursor: pointer;
}

/* Opening hours footer inside the Flatpickr calendar */
.flatpickr-hours-footer {
  padding: 8px 12px;
  text-align: center;
  font-size: 0.8em;
  font-weight: 600;
  font-family: Montserrat;
  border-top: 1px solid #e0e0e0;
  background: #fafafa;
  border-radius: 0 0 6px 6px;
}
.flatpickr-hours-footer.open {
  color: #2e7d32;
}
.flatpickr-hours-footer.closed {
  color: #eb2326;
}
.flatpickr-hours-footer.muted {
  color: #999;
  font-weight: 400;
  font-style: italic;
}
