/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 23 2026 | 20:31:44 */
/* Dominican Mobility - secure home reservation modal
   Presentation only. Booking forms, prices and actions remain unchanged. */

body.home .fleet-management-search-step1 .cm-search-wrap {
  width: 100% !important;
}

body.home .fleet-management-search-step1 .styled-select-dropdown.wide-dropdown {
  overflow: visible !important;
}

body.home .fleet-management-search-step1 .dm-location-hint {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 7px 8px 0;
  color: #3f5568;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

body.home .fleet-management-search-step1 .dm-location-hint::before {
  content: "⌨";
  flex: 0 0 auto;
  color: #087fbd;
  font-size: 15px;
  line-height: 1;
}

body.home.dm-booking-modal-open {
  overflow: hidden !important;
}

body.home .dm-booking-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999990;
  background: rgba(9, 28, 45, .74);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

body.home .dm-booking-modal-backdrop[hidden],
body.home .dm-booking-resume[hidden] {
  display: none !important;
}

body.home .dm-booking-modal-panel {
  position: fixed !important;
  z-index: 999999 !important;
  top: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
  left: 20px !important;
  display: block !important;
  width: auto !important;
  max-width: 1240px !important;
  height: auto !important;
  max-height: none !important;
  margin: auto !important;
  padding: 0 0 30px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  border: 1px solid rgba(255,255,255,.75) !important;
  border-radius: 22px !important;
  background: #f4f8fb !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.38) !important;
  box-sizing: border-box !important;
}

body.home .dm-booking-modal-panel.dm-booking-modal-minimized {
  display: none !important;
}

body.home .dm-booking-modal-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 20px;
  align-items: start;
  padding: 22px 26px 18px;
  border-bottom: 1px solid #dbe6ee;
  background: rgba(255,255,255,.97);
  box-shadow: 0 8px 24px rgba(23,50,77,.08);
  box-sizing: border-box;
}

body.home .dm-booking-modal-copy {
  min-width: 0;
}

body.home .dm-booking-security-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 6px;
  color: #087fbd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.home .dm-booking-security-label::before {
  content: "🔒";
  font-size: 14px;
}

body.home .dm-booking-modal-title {
  margin: 0 !important;
  color: #14324a !important;
  font-size: clamp(24px, 3vw, 36px) !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: -.02em;
}

body.home .dm-booking-modal-subtitle {
  margin: 7px 0 0 !important;
  color: #526577;
  font-size: 15px;
  line-height: 1.5;
}

body.home .dm-booking-modal-close {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #cddbe5 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #14324a !important;
  box-shadow: none !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  cursor: pointer;
}

body.home .dm-booking-modal-close:hover,
body.home .dm-booking-modal-close:focus-visible {
  border-color: #087fbd !important;
  color: #087fbd !important;
  outline: 3px solid rgba(8,127,189,.18);
}

body.home .dm-booking-trust-row {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.home .dm-booking-trust-row span {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #d5e7f2;
  border-radius: 999px;
  background: #eef8fd;
  color: #24435a;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

body.home .dm-booking-resume {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  background: #087fbd;
  color: #fff;
  box-shadow: 0 14px 36px rgba(8,127,189,.35);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

body.home .dm-booking-resume::before {
  content: "🔒";
}

/* Reservation details */
body.home .dm-booking-modal-panel > .summary-page-title {
  display: none !important;
}

body.home .dm-booking-modal-panel .location-summary {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px !important;
  width: auto !important;
  margin: 24px 24px 18px !important;
  padding: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

body.home .dm-booking-modal-panel .location-summary .summary-data-row {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 0 12px !important;
  overflow: hidden;
  border: 1px solid #dce7ef;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(23,50,77,.06);
  box-sizing: border-box !important;
}

body.home .dm-booking-modal-panel .location-summary .summary-caption {
  width: 100% !important;
  margin: 0 0 10px !important;
  padding: 10px 14px !important;
  border: 0 !important;
  background: #087fbd !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-sizing: border-box !important;
}

body.home .dm-booking-modal-panel .location-summary .location-group {
  width: 100% !important;
  padding: 0 14px;
  box-sizing: border-box;
}

body.home .dm-booking-modal-panel .location-summary .summary-data {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 7px 0 !important;
  border-bottom: 1px solid #edf2f5;
  box-sizing: border-box !important;
}

body.home .dm-booking-modal-panel .location-summary .summary-data:last-child {
  border-bottom: 0;
}

body.home .dm-booking-modal-panel .location-summary .summary-data-icon,
body.home .dm-booking-modal-panel .location-summary .summary-data-text {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .dm-booking-modal-panel .location-summary .summary-data-icon {
  color: #087fbd;
  text-align: center;
}

/* Search results */
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel #search-results-title {
  margin: 8px 24px 14px !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel #search-results-title .search-label {
  margin: 0 !important;
  color: #14324a !important;
  font-size: 26px !important;
  font-weight: 850 !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-models-list-header {
  display: none !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-wrap {
  display: grid !important;
  grid-template-columns: 170px minmax(300px, 1fr) 135px 115px 150px;
  gap: 18px;
  align-items: center;
  float: none !important;
  clear: both !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 24px 18px !important;
  padding: 18px !important;
  overflow: hidden;
  border: 1px solid #dce7ef !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 7px 22px rgba(23,50,77,.07);
  box-sizing: border-box !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-wrap > div {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 10px !important;
  border-radius: 12px;
  background: linear-gradient(145deg,#f7fbfd,#edf5f9);
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-image a {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-image img {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: 155px !important;
  max-height: 145px !important;
  margin: auto !important;
  object-fit: contain;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-name {
  display: block;
  margin: 0 0 10px;
  color: #14324a !important;
  font-size: 19px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .info-line {
  margin: 0 !important;
  padding: 4px 0 !important;
  color: #536273;
  font-size: 13px;
  line-height: 1.35;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .info-line i {
  width: 18px;
  color: #1688c5;
  text-align: center;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .info-line .highlight {
  color: #263b4d;
  font-weight: 750;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .feature-list {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  margin: 9px 0 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .feature-list li {
  display: none !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .feature-list li.dm-weight-feature {
  display: inline-flex !important;
  align-items: center;
  margin: 0 !important;
  padding: 7px 10px !important;
  border: 1px solid #efd27c;
  border-radius: 9px;
  background: #fff8df;
  color: #5c4811;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .feature-list li.dm-weight-feature::before {
  content: "⚖";
  margin-right: 6px;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-price {
  color: #14324a;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .price-per-period {
  display: inline-block;
  margin-top: 5px;
  color: #526577;
  font-size: 13px;
  font-weight: 650;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-deposit {
  padding: 7px 9px !important;
  border-radius: 999px;
  background: #eaf7ef;
  color: #24653c;
  font-size: 12px;
  font-weight: 800;
  text-align: center !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-select form {
  margin: 0 !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-select button {
  width: 100% !important;
  min-height: 46px;
  margin: 0 !important;
  padding: 11px 14px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #087fbd !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(8,127,189,.23);
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.2;
  cursor: pointer;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-select button:hover,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-select button:focus-visible {
  background: #076fa5 !important;
  transform: translateY(-1px);
}

/* Options and customer details */
body.home .fleet-management-search-options-list.dm-booking-modal-panel,
body.home .fleet-management-search-summary-table.dm-booking-modal-panel {
  padding-bottom: 34px !important;
}

body.home .fleet-management-search-options-list.dm-booking-modal-panel > :not(.dm-booking-modal-header),
body.home .fleet-management-search-summary-table.dm-booking-modal-panel > :not(.dm-booking-modal-header) {
  max-width: calc(100% - 48px);
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box !important;
}

body.home .dm-booking-modal-panel table {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  border: 1px solid #dce7ef !important;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(23,50,77,.06);
}

body.home .dm-booking-modal-panel input[type="text"],
body.home .dm-booking-modal-panel input[type="email"],
body.home .dm-booking-modal-panel input[type="tel"],
body.home .dm-booking-modal-panel select,
body.home .dm-booking-modal-panel textarea {
  max-width: 100% !important;
  border: 1px solid #b9cbd8 !important;
  border-radius: 9px !important;
  background: #ffffff !important;
}

body.home .dm-booking-modal-panel button[name="car_rental_do_search4"],
body.home .dm-booking-modal-panel input[name="car_rental_do_search4"] {
  min-height: 46px;
  border-radius: 11px !important;
  background: #087fbd !important;
  color: #ffffff !important;
  font-weight: 850 !important;
}

/* Tablet */
@media (max-width: 1050px) {
  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-wrap {
    grid-template-columns: 145px minmax(0, 1fr) 145px;
  }

  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-image {
    grid-row: 1 / span 2;
  }

  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-deposit {
    grid-column: 2;
  }

  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-select {
    grid-column: 3;
  }
}

/* Phones */
@media (max-width: 700px) {
  body.home .dm-booking-modal-panel {
    inset: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.home .dm-booking-modal-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 17px 16px 14px;
  }

  body.home .dm-booking-modal-subtitle {
    font-size: 13px;
  }

  body.home .dm-booking-trust-row {
    gap: 5px;
  }

  body.home .dm-booking-trust-row span {
    padding: 5px 8px;
    font-size: 11px;
  }

  body.home .dm-booking-modal-panel .location-summary {
    grid-template-columns: 1fr;
    margin: 16px 12px 14px !important;
  }

  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel #search-results-title {
    margin: 4px 14px 12px !important;
  }

  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-wrap {
    grid-template-columns: 1fr !important;
    gap: 12px;
    margin: 0 12px 16px !important;
    padding: 16px !important;
  }

  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-image,
  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-details,
  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-price,
  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-deposit,
  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-select {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-image {
    min-height: 190px;
  }

  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-image img {
    max-width: 230px !important;
    max-height: 185px !important;
  }

  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-price,
  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-deposit {
    text-align: left !important;
  }

  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-deposit {
    justify-self: start;
  }

  body.home .fleet-management-search-options-list.dm-booking-modal-panel > :not(.dm-booking-modal-header),
  body.home .fleet-management-search-summary-table.dm-booking-modal-panel > :not(.dm-booking-modal-header) {
    max-width: calc(100% - 24px);
  }

  body.home .dm-booking-resume {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .dm-booking-modal-panel,
  body.home .dm-booking-modal-backdrop,
  body.home .dm-booking-resume,
  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-select button {
    transition: none !important;
  }
}


/* Final modal interaction polish */
body.home .dm-booking-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 14px !important;
}
body.home .dm-booking-trust .dm-trust-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 7px 11px !important;
  border: 1px solid #d5e7f2 !important;
  border-radius: 999px !important;
  background: #eef8fd !important;
  color: #24435a !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}
body.home .dm-booking-trust .dm-trust-check {
  color: #138a54 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}
body.home .dm-booking-resume {
  display: none !important;
}
body.home .dm-booking-resume.is-visible {
  display: inline-flex !important;
}
@media (max-width: 700px) {
  body.home .dm-booking-trust {
    justify-content: flex-start !important;
  }
  body.home .dm-booking-trust .dm-trust-chip {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }
  body.home .dm-booking-trust .dm-trust-chip:last-child {
    flex-basis: 100%;
  }
}

/* Form alignment and modal close fix */
body.home .fleet-management-search-step1 .search-field-body {
  display: grid !important;
  grid-template-columns: minmax(300px, 2fr) minmax(170px, .8fr) minmax(200px, 1fr) !important;
  align-items: start !important;
  column-gap: 24px !important;
  row-gap: 0 !important;
  width: 100% !important;
}

body.home .fleet-management-search-step1 .search-field-body > .styled-select-dropdown.wide-dropdown,
body.home .fleet-management-search-step1 .search-field-body > .inline-div,
body.home .fleet-management-search-step1 .search-field-body > .styled-select-dropdown.narrow-dropdown {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  align-self: start !important;
  box-sizing: border-box !important;
}

body.home .fleet-management-search-step1 input.cm-search-input,
body.home .fleet-management-search-step1 input.pickup-date,
body.home .fleet-management-search-step1 input.return-date,
body.home .fleet-management-search-step1 select[name="pickup_time"],
body.home .fleet-management-search-step1 select[name="return_time"] {
  display: block !important;
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

body.home .fleet-management-search-step1 .dm-location-hint {
  min-height: 19px !important;
  margin: 7px 8px 0 !important;
}

body.home .dm-booking-modal-panel {
  scrollbar-gutter: stable !important;
  scrollbar-width: thin;
  scrollbar-color: #4c94bf transparent;
}

body.home .dm-booking-modal-panel::-webkit-scrollbar {
  width: 10px;
}

body.home .dm-booking-modal-panel::-webkit-scrollbar-track {
  margin-block: 14px;
  background: transparent;
}

body.home .dm-booking-modal-panel::-webkit-scrollbar-thumb {
  min-height: 54px;
  border: 2px solid #f4f8fb;
  border-radius: 999px;
  background: linear-gradient(180deg, #58a4cf, #247aa9);
}

body.home .dm-booking-modal-panel::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #4396c4, #176b99);
}

body.home .dm-booking-modal-panel.dm-booking-modal-closing {
  display: none !important;
}

@media (max-width: 900px) {
  body.home .fleet-management-search-step1 .search-field-body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 12px !important;
  }

  body.home .fleet-management-search-step1 .search-field-body > .styled-select-dropdown.wide-dropdown {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  body.home .fleet-management-search-step1 .search-field-body {
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 11px !important;
  }

  body.home .fleet-management-search-step1 .search-field-body > .styled-select-dropdown.wide-dropdown,
  body.home .fleet-management-search-step1 .search-field-body > .inline-div,
  body.home .fleet-management-search-step1 .search-field-body > .styled-select-dropdown.narrow-dropdown {
    grid-column: 1;
  }

  body.home .fleet-management-search-step1 .dm-location-hint {
    margin-bottom: 2px !important;
  }

  body.home .dm-booking-modal-panel::-webkit-scrollbar {
    width: 7px;
  }

  body.home .dm-booking-modal-panel::-webkit-scrollbar-track {
    margin-block: 8px;
  }
}

/* Calendar row precision fix */
body.home .fleet-management-search-step1 .search-field-body:not(:has(.top-padded-submit)) {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 24px !important;
}

body.home .fleet-management-search-step1 .search-field-body:not(:has(.top-padded-submit)) > .styled-select-dropdown.wide-dropdown {
  flex: 1 1 48% !important;
  min-width: 0 !important;
}

body.home .fleet-management-search-step1 .search-field-body:not(:has(.top-padded-submit)) > .inline-div {
  display: block !important;
  flex: 0 0 19% !important;
  min-width: 170px !important;
}

body.home .fleet-management-search-step1 .search-field-body:not(:has(.top-padded-submit)) > .styled-select-dropdown.narrow-dropdown {
  flex: 0 0 24% !important;
  min-width: 200px !important;
}

body.home .fleet-management-search-step1 .inline-div input.pickup-date,
body.home .fleet-management-search-step1 .inline-div input.return-date {
  display: block !important;
  width: 100% !important;
  min-width: 170px !important;
  max-width: none !important;
}

body.home .fleet-management-search-step1 .search-field-body:has(.top-padded-submit) {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

body.home .fleet-management-search-step1 .top-padded-submit {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}

body.home .fleet-management-search-step1 .top-padded-submit .do-search {
  display: inline-flex !important;
  float: none !important;
  justify-content: center !important;
  width: min(240px, 100%) !important;
  margin: 0 auto !important;
}

@media (max-width: 900px) {
  body.home .fleet-management-search-step1 .search-field-body:not(:has(.top-padded-submit)) {
    flex-wrap: wrap !important;
    gap: 12px 14px !important;
  }

  body.home .fleet-management-search-step1 .search-field-body:not(:has(.top-padded-submit)) > .styled-select-dropdown.wide-dropdown {
    flex: 1 1 100% !important;
  }

  body.home .fleet-management-search-step1 .search-field-body:not(:has(.top-padded-submit)) > .inline-div,
  body.home .fleet-management-search-step1 .search-field-body:not(:has(.top-padded-submit)) > .styled-select-dropdown.narrow-dropdown {
    flex: 1 1 calc(50% - 7px) !important;
    min-width: 0 !important;
  }

  body.home .fleet-management-search-step1 .inline-div input.pickup-date,
  body.home .fleet-management-search-step1 .inline-div input.return-date {
    min-width: 0 !important;
  }
}

@media (max-width: 600px) {
  body.home .fleet-management-search-step1 .search-field-body:not(:has(.top-padded-submit)) {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 11px !important;
  }

  body.home .fleet-management-search-step1 .search-field-body:not(:has(.top-padded-submit)) > .styled-select-dropdown.wide-dropdown,
  body.home .fleet-management-search-step1 .search-field-body:not(:has(.top-padded-submit)) > .inline-div,
  body.home .fleet-management-search-step1 .search-field-body:not(:has(.top-padded-submit)) > .styled-select-dropdown.narrow-dropdown {
    flex: 1 1 auto !important;
    width: 100% !important;
  }
}

/* Pickup and return rows share one consistent layout */
body.home .fleet-management-search-step1 .search-field-body {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 24px !important;
}

body.home .fleet-management-search-step1 .search-field-body > .styled-select-dropdown.wide-dropdown {
  flex: 1 1 48% !important;
  width: auto !important;
  min-width: 0 !important;
}

body.home .fleet-management-search-step1 .search-field-body > .inline-div {
  display: block !important;
  flex: 0 0 19% !important;
  width: auto !important;
  min-width: 170px !important;
}

body.home .fleet-management-search-step1 .search-field-body > .styled-select-dropdown.narrow-dropdown {
  flex: 0 0 24% !important;
  width: auto !important;
  min-width: 200px !important;
}

body.home .fleet-management-search-step1 .search-field-body > .top-padded-submit {
  flex: 0 0 100% !important;
  width: 100% !important;
  margin-top: 18px !important;
  text-align: center !important;
}

body.home .fleet-management-search-step1 .top-padded-submit .do-search {
  display: block !important;
  width: min(240px, 100%) !important;
  margin: 0 auto !important;
}

@media (max-width: 900px) {
  body.home .fleet-management-search-step1 .search-field-body {
    gap: 12px 14px !important;
  }

  body.home .fleet-management-search-step1 .search-field-body > .styled-select-dropdown.wide-dropdown {
    flex: 0 0 100% !important;
  }

  body.home .fleet-management-search-step1 .search-field-body > .inline-div,
  body.home .fleet-management-search-step1 .search-field-body > .styled-select-dropdown.narrow-dropdown {
    flex: 1 1 calc(50% - 7px) !important;
    width: auto !important;
    min-width: 0 !important;
  }
}

@media (max-width: 600px) {
  body.home .fleet-management-search-step1 .search-field-body {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 11px !important;
  }

  body.home .fleet-management-search-step1 .search-field-body > .styled-select-dropdown.wide-dropdown,
  body.home .fleet-management-search-step1 .search-field-body > .inline-div,
  body.home .fleet-management-search-step1 .search-field-body > .styled-select-dropdown.narrow-dropdown,
  body.home .fleet-management-search-step1 .search-field-body > .top-padded-submit {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
}

body.home .fleet-management-search-step1 .search-field-body:has(.top-padded-submit) {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 24px !important;
  width: 100% !important;
  text-align: left !important;
}

@media (max-width: 900px) {
  body.home .fleet-management-search-step1 .search-field-body:has(.top-padded-submit) {
    gap: 12px 14px !important;
  }
}

@media (max-width: 600px) {
  body.home .fleet-management-search-step1 .search-field-body:has(.top-padded-submit) {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 11px !important;
  }
}

/* Professional home reservation form */
body.home .wp-block-cover:has(.fleet-management-search-step1) {
  min-height: 0 !important;
  padding: 42px 22px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 28px !important;
  background-position: center 42% !important;
  box-shadow: 0 18px 55px rgba(12, 35, 53, .2) !important;
}

body.home .wp-block-cover:has(.fleet-management-search-step1) .wp-block-cover__background {
  background: linear-gradient(120deg, #092b44, #174f70) !important;
  opacity: .62 !important;
}

body.home .wp-block-cover:has(.fleet-management-search-step1) .wp-block-cover__inner-container,
body.home .gb-element-aad8db47:has(.fleet-management-search-step1) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .dm-search-enhanced {
  position: relative;
  width: min(1120px, 100%) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 30px 25px !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 255, 255, .92) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 24px 65px rgba(4, 24, 38, .32) !important;
  box-sizing: border-box !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body.home .dm-search-enhanced #formElem {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

body.home .dm-search-intro {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin: 0 -30px 22px !important;
  padding: 27px 30px 22px !important;
  border-bottom: 1px solid #dce8ef !important;
  border-radius: 24px 24px 0 0 !important;
  background: linear-gradient(135deg, #f8fcff 0%, #eef8fd 100%) !important;
  box-sizing: border-box !important;
}

body.home .dm-search-intro-copy {
  min-width: 0;
}

body.home .dm-search-kicker {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 6px !important;
  color: #087fbd !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .09em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.home .dm-search-kicker::before {
  content: "🔒";
  font-size: 13px;
}

body.home .dm-search-heading {
  margin: 0 !important;
  color: #142b3c !important;
  font-size: clamp(25px, 2.4vw, 34px) !important;
  font-weight: 850 !important;
  letter-spacing: -.025em !important;
  line-height: 1.12 !important;
}

body.home .dm-search-description {
  max-width: 680px !important;
  margin: 8px 0 0 !important;
  color: #526879 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

body.home .dm-search-intro-badge {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 11px !important;
  min-width: 220px !important;
  padding: 12px 15px !important;
  border: 1px solid #cce8d8 !important;
  border-radius: 14px !important;
  background: #f2fbf6 !important;
  color: #164b31 !important;
  box-shadow: 0 7px 18px rgba(24, 123, 73, .08) !important;
  box-sizing: border-box !important;
}

body.home .dm-search-badge-icon {
  display: grid !important;
  flex: 0 0 34px !important;
  width: 34px !important;
  height: 34px !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #1f9d5b !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

body.home .dm-search-badge-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

body.home .dm-search-badge-copy strong {
  color: #173e2b !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

body.home .dm-search-badge-copy small {
  color: #547263 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

body.home .dm-search-enhanced .search-field {
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 17px 18px 18px !important;
  border: 1px solid #dde7ed !important;
  border-radius: 17px !important;
  background: #f8fafc !important;
  box-shadow: 0 5px 16px rgba(20, 55, 76, .045) !important;
  box-sizing: border-box !important;
}

body.home .dm-search-enhanced .search-field:last-of-type {
  margin-bottom: 0 !important;
}

body.home .dm-search-enhanced .search-field-body,
body.home .dm-search-enhanced .search-field-body:has(.top-padded-submit) {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 18px !important;
  width: 100% !important;
}

body.home .dm-search-row-label {
  display: flex !important;
  flex: 0 0 100% !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 0 13px !important;
  padding: 0 !important;
}

body.home .dm-search-step-number {
  display: grid !important;
  flex: 0 0 29px !important;
  width: 29px !important;
  height: 29px !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #087fbd !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(8, 127, 189, .22) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.home .dm-search-row-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 1px !important;
}

body.home .dm-search-row-copy strong {
  color: #1b3345 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

body.home .dm-search-row-copy small {
  color: #6b7d8b !important;
  font-size: 11px !important;
  font-weight: 550 !important;
  line-height: 1.25 !important;
}

body.home .dm-search-enhanced .search-field-body > .styled-select-dropdown.wide-dropdown {
  flex: 1 1 47% !important;
  min-width: 260px !important;
}

body.home .dm-search-enhanced .search-field-body > .inline-div {
  display: flex !important;
  flex: 0 0 20% !important;
  flex-direction: column !important;
  min-width: 170px !important;
}

body.home .dm-search-enhanced .search-field-body > .styled-select-dropdown.narrow-dropdown {
  display: flex !important;
  flex: 0 0 25% !important;
  flex-direction: column !important;
  min-width: 200px !important;
}

body.home .dm-search-enhanced .styled-select-dropdown.wide-dropdown {
  display: flex !important;
  flex-direction: column !important;
}

body.home .dm-field-label {
  display: block !important;
  order: -1 !important;
  margin: 0 0 7px 2px !important;
  color: #324b5e !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .045em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.home .dm-search-enhanced input.cm-search-input,
body.home .dm-search-enhanced input.pickup-date,
body.home .dm-search-enhanced input.return-date,
body.home .dm-search-enhanced select[name="pickup_time"],
body.home .dm-search-enhanced select[name="return_time"] {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  border: 1px solid #bdced9 !important;
  border-radius: 11px !important;
  background-color: #fff !important;
  color: #1a3142 !important;
  box-shadow: 0 2px 5px rgba(19, 53, 74, .035) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

body.home .dm-search-enhanced input.cm-search-input {
  padding-right: 15px !important;
}

body.home .dm-search-enhanced input.cm-search-input::placeholder {
  color: #617687 !important;
  opacity: 1 !important;
}

body.home .dm-search-enhanced input.cm-search-input:focus,
body.home .dm-search-enhanced input.pickup-date:focus,
body.home .dm-search-enhanced input.return-date:focus,
body.home .dm-search-enhanced select[name="pickup_time"]:focus,
body.home .dm-search-enhanced select[name="return_time"]:focus {
  outline: 0 !important;
  border-color: #168bc7 !important;
  box-shadow: 0 0 0 4px rgba(22, 139, 199, .13), 0 4px 12px rgba(19, 73, 104, .08) !important;
}

body.home .dm-search-enhanced .cm-search-list {
  z-index: 10030 !important;
  margin-top: 6px !important;
  overflow: auto !important;
  border: 1px solid #cbdbe5 !important;
  border-radius: 11px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(12, 42, 61, .2) !important;
}

body.home .dm-search-enhanced .cm-search-list li {
  padding: 10px 12px !important;
  border-bottom: 1px solid #edf2f5 !important;
  color: #294356 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

body.home .dm-search-enhanced .cm-search-list li:hover {
  background: #eef8fd !important;
  color: #087fbd !important;
}

body.home .dm-search-enhanced .search-field-body > .top-padded-submit {
  display: flex !important;
  flex: 0 0 100% !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 17px 0 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

body.home .dm-search-enhanced .top-padded-submit .do-search {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(270px, 100%) !important;
  min-height: 52px !important;
  margin: 0 auto !important;
  padding: 13px 25px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #168fc9, #0878b4) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(8, 127, 189, .27) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  letter-spacing: .01em !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

body.home .dm-search-enhanced .top-padded-submit .do-search:hover {
  filter: brightness(1.04) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 13px 28px rgba(8, 127, 189, .32) !important;
}

body.home .dm-search-enhanced .top-padded-submit .do-search:active {
  transform: translateY(0) !important;
}

body.home .dm-search-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px 20px !important;
  margin: 17px 0 0 !important;
  padding: 15px 18px 0 !important;
  border-top: 1px solid #e3ebf0 !important;
}

body.home .dm-search-trust-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #405a6d !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}

body.home .dm-search-trust-check {
  color: #1b9857 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

@media (max-width: 900px) {
  body.home .wp-block-cover:has(.fleet-management-search-step1) {
    padding: 30px 16px !important;
    border-radius: 22px !important;
  }

  body.home .dm-search-intro {
    align-items: flex-start !important;
  }

  body.home .dm-search-intro-badge {
    min-width: 205px !important;
  }

  body.home .dm-search-enhanced .search-field-body,
  body.home .dm-search-enhanced .search-field-body:has(.top-padded-submit) {
    gap: 13px 14px !important;
  }

  body.home .dm-search-enhanced .search-field-body > .styled-select-dropdown.wide-dropdown {
    flex: 0 0 100% !important;
    min-width: 0 !important;
  }

  body.home .dm-search-enhanced .search-field-body > .inline-div,
  body.home .dm-search-enhanced .search-field-body > .styled-select-dropdown.narrow-dropdown {
    flex: 1 1 calc(50% - 7px) !important;
    min-width: 0 !important;
  }

  body.home .dm-search-row-label {
    margin-bottom: 2px !important;
  }
}

@media (max-width: 640px) {
  body.home .wp-block-cover:has(.fleet-management-search-step1) {
    padding: 18px 10px !important;
    border-radius: 18px !important;
  }

  body.home .dm-search-enhanced {
    padding: 0 14px 18px !important;
    border-radius: 18px !important;
  }

  body.home .dm-search-intro {
    flex-direction: column !important;
    gap: 15px !important;
    margin: 0 -14px 17px !important;
    padding: 22px 17px 18px !important;
    border-radius: 18px 18px 0 0 !important;
  }

  body.home .dm-search-heading {
    font-size: 25px !important;
  }

  body.home .dm-search-description {
    font-size: 13px !important;
  }

  body.home .dm-search-intro-badge {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.home .dm-search-enhanced .search-field {
    margin-bottom: 12px !important;
    padding: 15px 13px 16px !important;
    border-radius: 14px !important;
  }

  body.home .dm-search-enhanced .search-field-body,
  body.home .dm-search-enhanced .search-field-body:has(.top-padded-submit) {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
  }

  body.home .dm-search-enhanced .search-field-body > .styled-select-dropdown.wide-dropdown,
  body.home .dm-search-enhanced .search-field-body > .inline-div,
  body.home .dm-search-enhanced .search-field-body > .styled-select-dropdown.narrow-dropdown,
  body.home .dm-search-enhanced .search-field-body > .top-padded-submit {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.home .dm-search-row-label {
    margin-bottom: 1px !important;
  }

  body.home .dm-search-trust {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    padding: 14px 2px 0 !important;
  }

  body.home .dm-search-trust-item {
    flex: 0 0 100% !important;
  }

  body.home .dm-search-enhanced .top-padded-submit .do-search {
    width: 100% !important;
  }
}

/* Keep the availability action centered below all return fields */
body.home .dm-search-enhanced .search-field-body > .top-padded-submit {
  position: static !important;
  inset: auto !important;
  float: none !important;
  clear: both !important;
  flex: 0 0 100% !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 100% !important;
  height: auto !important;
  margin: 17px 0 0 !important;
  padding: 0 !important;
}

body.home .dm-search-enhanced .top-padded-submit > .do-search {
  position: static !important;
  inset: auto !important;
  float: none !important;
  align-self: center !important;
  width: 270px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

@media (max-width: 640px) {
  body.home .dm-search-enhanced .top-padded-submit > .do-search {
    width: 100% !important;
  }
}

/* Stable CTA placement outside the plugin field row */
body.home .dm-search-enhanced .search-field > .top-padded-submit {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  float: none !important;
  clear: both !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.home .dm-search-enhanced .search-field > .top-padded-submit > .do-search {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  float: none !important;
  align-items: center !important;
  justify-content: center !important;
  width: 270px !important;
  max-width: 100% !important;
  min-height: 52px !important;
  margin: 0 auto !important;
  padding: 13px 25px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #168fc9, #0878b4) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(8, 127, 189, .27) !important;
  box-sizing: border-box !important;
}

@media (max-width: 640px) {
  body.home .dm-search-enhanced .search-field > .top-padded-submit > .do-search {
    width: 100% !important;
  }
}

body.home .dm-search-enhanced .search-field > .top-padded-submit > .do-search {
  height: 52px !important;
  max-height: 52px !important;
  line-height: 1.2 !important;
}


/* Minimal compact reservation form */
body.home .wp-block-cover:has(.dm-search-simple) {
  min-height: 0 !important;
  padding: 28px 18px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 40px rgba(12, 35, 53, .16) !important;
}

body.home .wp-block-cover:has(.dm-search-simple) .wp-block-cover__background {
  background: #123f5b !important;
  opacity: .38 !important;
}

body.home .gb-element-aad8db47:has(.dm-search-simple),
body.home .wp-block-cover:has(.dm-search-simple) .wp-block-cover__inner-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .dm-search-simple {
  width: min(1120px, 100%) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 24px 27px !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 255, 255, .88) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 18px 45px rgba(5, 31, 48, .24) !important;
  box-sizing: border-box !important;
}

body.home .dm-search-simple #formElem {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

body.home .dm-search-simple .dm-search-intro,
body.home .dm-search-simple .dm-search-trust,
body.home .dm-search-simple .dm-search-row-label,
body.home .dm-search-simple .dm-field-label,
body.home .dm-search-simple .dm-location-hint {
  display: none !important;
}

body.home .dm-search-simple .search-field {
  width: 100% !important;
  margin: 0 0 13px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.home .dm-search-simple .search-field:last-child {
  margin-bottom: 0 !important;
}

body.home .dm-search-simple .search-field-body,
body.home .dm-search-simple .search-field-body:has(.top-padded-submit) {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 18px !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

body.home .dm-search-simple .search-field-body > .styled-select-dropdown.wide-dropdown {
  display: block !important;
  flex: 1 1 48% !important;
  width: auto !important;
  min-width: 270px !important;
  margin: 0 !important;
}

body.home .dm-search-simple .search-field-body > .inline-div {
  display: block !important;
  flex: 0 0 20% !important;
  width: auto !important;
  min-width: 170px !important;
  margin: 0 !important;
}

body.home .dm-search-simple .search-field-body > .styled-select-dropdown.narrow-dropdown {
  display: block !important;
  flex: 0 0 24% !important;
  width: auto !important;
  min-width: 195px !important;
  margin: 0 !important;
}

body.home .dm-search-simple input.cm-search-input,
body.home .dm-search-simple input.pickup-date,
body.home .dm-search-simple input.return-date,
body.home .dm-search-simple select[name="pickup_time"],
body.home .dm-search-simple select[name="return_time"] {
  display: block !important;
  width: 100% !important;
  height: 47px !important;
  min-height: 47px !important;
  max-height: 47px !important;
  margin: 0 !important;
  border: 1px solid #b9ccd8 !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  color: #1e3748 !important;
  box-shadow: 0 2px 5px rgba(17, 52, 73, .035) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
  transition: border-color .18s ease, box-shadow .18s ease !important;
}

body.home .dm-search-simple input.cm-search-input::placeholder {
  color: #536b7c !important;
  opacity: 1 !important;
}

body.home .dm-search-simple input.cm-search-input:focus,
body.home .dm-search-simple input.pickup-date:focus,
body.home .dm-search-simple input.return-date:focus,
body.home .dm-search-simple select[name="pickup_time"]:focus,
body.home .dm-search-simple select[name="return_time"]:focus {
  outline: 0 !important;
  border-color: #178cc6 !important;
  box-shadow: 0 0 0 4px rgba(23, 140, 198, .13) !important;
}

body.home .dm-search-simple .cm-search-list {
  z-index: 10030 !important;
  margin-top: 5px !important;
  overflow: auto !important;
  border: 1px solid #c7d8e2 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(10, 39, 57, .2) !important;
}

body.home .dm-search-simple .search-field-body > .top-padded-submit {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  float: none !important;
  clear: both !important;
  flex: 0 0 100% !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 15px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.home .dm-search-simple .search-field-body > .top-padded-submit > .do-search {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  float: none !important;
  align-items: center !important;
  justify-content: center !important;
  width: 245px !important;
  max-width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 auto !important;
  padding: 11px 22px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #168fc9, #0879b5) !important;
  color: #fff !important;
  box-shadow: 0 8px 19px rgba(8, 127, 189, .25) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

body.home .dm-search-simple .search-field-body > .top-padded-submit > .do-search:hover {
  filter: brightness(1.04) !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 850px) {
  body.home .wp-block-cover:has(.dm-search-simple) {
    padding: 22px 14px !important;
  }

  body.home .dm-search-simple {
    padding: 21px !important;
  }

  body.home .dm-search-simple .search-field-body,
  body.home .dm-search-simple .search-field-body:has(.top-padded-submit) {
    gap: 11px 12px !important;
  }

  body.home .dm-search-simple .search-field-body > .styled-select-dropdown.wide-dropdown {
    flex: 0 0 100% !important;
    min-width: 0 !important;
  }

  body.home .dm-search-simple .search-field-body > .inline-div,
  body.home .dm-search-simple .search-field-body > .styled-select-dropdown.narrow-dropdown {
    flex: 1 1 calc(50% - 6px) !important;
    width: auto !important;
    min-width: 0 !important;
  }
}

@media (max-width: 560px) {
  body.home .wp-block-cover:has(.dm-search-simple) {
    padding: 14px 9px !important;
    border-radius: 16px !important;
  }

  body.home .dm-search-simple {
    padding: 16px 13px !important;
    border-radius: 15px !important;
  }

  body.home .dm-search-simple .search-field {
    margin-bottom: 11px !important;
  }

  body.home .dm-search-simple .search-field-body,
  body.home .dm-search-simple .search-field-body:has(.top-padded-submit) {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
  }

  body.home .dm-search-simple .search-field-body > .styled-select-dropdown.wide-dropdown,
  body.home .dm-search-simple .search-field-body > .inline-div,
  body.home .dm-search-simple .search-field-body > .styled-select-dropdown.narrow-dropdown,
  body.home .dm-search-simple .search-field-body > .top-padded-submit {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.home .dm-search-simple .search-field-body > .top-padded-submit {
    margin-top: 3px !important;
  }

  body.home .dm-search-simple .search-field-body > .top-padded-submit > .do-search {
    width: 100% !important;
  }
}

/* One centered action below the compact form */
body.home .dm-search-simple > .top-padded-submit {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  float: none !important;
  clear: both !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: auto !important;
  margin: 15px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.home .dm-search-simple > .top-padded-submit > .do-search {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  float: none !important;
  align-items: center !important;
  justify-content: center !important;
  width: 245px !important;
  max-width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 auto !important;
  padding: 11px 22px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #168fc9, #0879b5) !important;
  color: #fff !important;
  box-shadow: 0 8px 19px rgba(8, 127, 189, .25) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
}

@media (max-width: 560px) {
  body.home .dm-search-simple > .top-padded-submit > .do-search {
    width: 100% !important;
  }
}

/* Compact heading and lower placement */
body.home .dm-search-simple {
  transform: translateY(18px) !important;
}

body.home .dm-search-simple > .dm-search-simple-intro {
  display: block !important;
  margin: 0 0 17px !important;
  padding: 0 0 15px !important;
  border-bottom: 1px solid #e0e9ef !important;
  text-align: left !important;
}

body.home .dm-search-simple .dm-search-simple-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #173246 !important;
  font-size: clamp(23px, 2.2vw, 29px) !important;
  font-weight: 850 !important;
  letter-spacing: -.02em !important;
  line-height: 1.15 !important;
  text-transform: none !important;
}

body.home .dm-search-simple .dm-search-simple-subtitle {
  margin: 6px 0 0 !important;
  padding: 0 !important;
  color: #5c7180 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

body.home .dm-search-simple > .top-padded-submit {
  justify-content: center !important;
  text-align: center !important;
}

body.home .dm-search-simple > .top-padded-submit > .do-search {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 560px) {
  body.home .dm-search-simple {
    transform: translateY(10px) !important;
  }

  body.home .dm-search-simple > .dm-search-simple-intro {
    margin-bottom: 14px !important;
    padding-bottom: 13px !important;
  }

  body.home .dm-search-simple .dm-search-simple-title {
    font-size: 22px !important;
  }

  body.home .dm-search-simple .dm-search-simple-subtitle {
    font-size: 12.5px !important;
  }
}

/* Search button: independent centered action row */
body.home .dm-search-simple > .dm-search-submit-row {
  position: static !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 15px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.home .dm-search-simple > .dm-search-submit-row > .do-search {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  float: none !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: center !important;
  width: 245px !important;
  max-width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 11px 22px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #168fc9, #0879b5) !important;
  color: #fff !important;
  box-shadow: 0 8px 19px rgba(8, 127, 189, .25) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

@media (max-width: 560px) {
  body.home .dm-search-simple > .dm-search-submit-row {
    margin-top: 13px !important;
  }

  body.home .dm-search-simple > .dm-search-submit-row > .do-search {
    width: min(280px, 100%) !important;
    justify-self: center !important;
  }
}


/* Search button: cancel legacy horizontal transform */
body.home .dm-search-simple > .dm-search-submit-row > .do-search {
  transform: none !important;
}


/* Modal header centering and product detail alignment */
body.home .dm-booking-modal-panel .dm-booking-modal-header {
  position: sticky !important;
  top: 0 !important;
  display: block !important;
  width: 100% !important;
  padding: 22px 74px 18px !important;
  text-align: center !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
  isolation: isolate;
}

body.home .dm-booking-modal-panel .dm-booking-modal-copy {
  display: block !important;
  width: 100% !important;
  max-width: 920px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.home .dm-booking-modal-panel .dm-booking-eyebrow,
body.home .dm-booking-modal-panel .dm-booking-security-label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 auto 8px !important;
  text-align: center !important;
}

body.home .dm-booking-modal-panel .dm-booking-title,
body.home .dm-booking-modal-panel .dm-booking-modal-title {
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}

body.home .dm-booking-modal-panel .dm-booking-subtitle,
body.home .dm-booking-modal-panel .dm-booking-modal-subtitle {
  display: block !important;
  width: 100% !important;
  max-width: 760px !important;
  margin: 12px auto 0 !important;
  text-align: center !important;
}

body.home .dm-booking-modal-panel .dm-booking-trust,
body.home .dm-booking-modal-panel .dm-booking-trust-row {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 16px auto 0 !important;
  text-align: center !important;
}

body.home .dm-booking-modal-panel .dm-booking-modal-close {
  position: absolute !important;
  top: 20px !important;
  right: 22px !important;
  margin: 0 !important;
}

body.home .dm-booking-modal-panel .location-summary .summary-caption {
  text-align: center !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel #search-results-title,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel #search-results-title .search-label {
  display: block !important;
  width: auto !important;
  text-align: center !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-details,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-details *,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-name,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .info-line,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .feature-list,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .feature-list *,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-price,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-price *,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-deposit,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-deposit * {
  text-align: left !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-details,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-name,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .info-line,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .feature-list,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .dm-weight-feature {
  justify-content: flex-start !important;
  justify-self: stretch !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-price,
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-deposit {
  justify-self: start !important;
}

@media (max-width: 560px) {
  body.home .dm-booking-modal-panel .dm-booking-modal-header {
    padding: 18px 52px 15px !important;
    overflow: visible !important;
  }

  body.home .dm-booking-modal-panel .dm-booking-modal-copy {
    max-width: 100% !important;
  }

  body.home .dm-booking-modal-panel .dm-booking-title,
  body.home .dm-booking-modal-panel .dm-booking-modal-title {
    font-size: clamp(24px, 8vw, 30px) !important;
    line-height: 1.16 !important;
  }

  body.home .dm-booking-modal-panel .dm-booking-subtitle,
  body.home .dm-booking-modal-panel .dm-booking-modal-subtitle {
    margin-top: 10px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  body.home .dm-booking-modal-panel .dm-booking-trust,
  body.home .dm-booking-modal-panel .dm-booking-trust-row {
    justify-content: center !important;
    gap: 6px !important;
    margin-top: 14px !important;
  }

  body.home .dm-booking-modal-panel .dm-booking-trust .dm-trust-chip,
  body.home .dm-booking-modal-panel .dm-booking-trust-row span {
    flex: 0 1 auto !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.home .dm-booking-modal-panel .dm-booking-modal-close {
    top: 14px !important;
    right: 12px !important;
  }

  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel #search-results-title {
    margin-left: 14px !important;
    margin-right: 14px !important;
    text-align: center !important;
  }
}


/* Results heading: use the full modal width before centering */
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel #search-results-title {
  float: none !important;
  clear: both !important;
  display: block !important;
  width: calc(100% - 48px) !important;
  max-width: none !important;
  margin: 8px 24px 14px !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel #search-results-title .search-label {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

@media (max-width: 560px) {
  body.home .fleet-management-item-model-search-results.dm-booking-modal-panel #search-results-title {
    width: calc(100% - 28px) !important;
    margin: 8px 14px 14px !important;
  }
}


/* Explicit deposit label on every equipment card */
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-deposit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  width: max-content !important;
  max-width: 100% !important;
  white-space: normal !important;
  text-align: left !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-deposit::before {
  display: none !important;
  content: none !important;
}

body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .dm-deposit-label {
  color: #1d5332 !important;
  font-weight: 900 !important;
}


/* Deposit status: single-line, readable and balanced */
body.home .fleet-management-item-model-search-results.dm-booking-modal-panel .item-model-deposit {
  flex: 0 0 auto !important;
  min-width: 154px !important;
  width: auto !important;
  max-width: none !important;
  justify-content: center !important;
  white-space: nowrap !important;
  text-align: center !important;
  text-transform: capitalize !important;
}
