/* Sheri Voyages - Identité visuelle rouge & typographie premium */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

:root {
  --accent-color: #b61616;
  --accent-color-hover: #9a1212;
  --accent-color-light: #fde8e8;
  --orange: #b61616;
}

/* Logo agrandi */
header.style-1 .company-logo img,
header.style-1 .header-logo img,
header.style-1 .mobile-logo-wrap img {
  width: 200px !important;
  max-width: 200px !important;
  height: auto;
  object-fit: contain;
}

@media (max-width: 576px) {
  header.style-1 .company-logo img,
  header.style-1 .header-logo img,
  header.style-1 .mobile-logo-wrap img {
    width: 175px !important;
    max-width: 175px !important;
  }
}

/* Onglets hero - typographie premium */
.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
  font-family: 'Montserrat', var(--font-rubik), sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link.active {
  background-color: var(--accent-color);
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link.active svg {
  fill: var(--white-color);
}

/* Accent rouge global */
.section-title span,
.section-title-main span,
.section-title-main span[style*="f36c23"] {
  color: var(--accent-color) !important;
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .eg-tag,
.home3-banner-area .home3-banner-content .eg-tag {
  background-color: var(--accent-color) !important;
}

.filter-wrapper button[type="submit"],
.home1-banner-bottom .filter-group form > button[type="submit"] {
  background-color: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
}

.filter-wrapper button[type="submit"]:hover {
  background-color: var(--accent-color-hover) !important;
}

/* Sélecteur type de voyage */
.trip-type-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 12px 20px 0;
  align-items: center;
}

.trip-type-selector label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.03em;
  cursor: pointer;
  margin: 0;
  color: var(--title-color);
}

.trip-type-selector input[type="radio"] {
  accent-color: var(--accent-color);
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* Champs date - icône agenda cliquable */
.select-input.date-picker-trigger {
  cursor: pointer;
}

.select-input.date-picker-trigger .bi-chevron-down,
.select-input.date-picker-trigger .bi-calendar-event {
  cursor: pointer;
  pointer-events: auto;
  color: var(--accent-color);
  font-size: 1.1rem;
}

.select-input.date-picker-trigger:hover {
  background-color: rgba(182, 22, 22, 0.04);
}

/* Module personnes */
.custom-select-dropdown .select-input {
  cursor: pointer;
}

.custom-select-dropdown .select-input .passenger-summary {
  font-weight: 600;
}

/* Champ emplacement */
.searchbar-location-content,
.single-search-box .searchbox-input {
  position: relative;
}

#destination-autocomplete-box {
  position: absolute;
  z-index: 3000;
  left: 0;
  top: 100%;
  width: 100%;
}

.searchbar-location-value:focus {
  outline: none;
  border-bottom: 2px solid var(--accent-color);
}

.autocomplete-dest-item:hover,
.autocomplete-dest-item:focus {
  background: var(--accent-color-light) !important;
}

.suggestion-item:hover {
  background-color: var(--accent-color-light) !important;
}
