.elementor-897 .elementor-element.elementor-element-1ddd5b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-897 .elementor-element.elementor-element-1ddd5b9.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-897 .elementor-element.elementor-element-1ddd5b9{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-660a551 *//* ─── GLAVNE LOKALNE VARIJABLE I RESETI ─── */
:root {
  --navy: #0d2d3e;
  --teal: #1a7a8a;
  --teal-light: #1fb3c8;
  --gold: #c8893a;
  --white: #ffffff;
  --off-white: #f4f8fa;
  --text: #1a2530;
  --text-muted: #5a6a75;
  --border: #d0dde3;
}

.home-custom-body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
}

/* ─── HERO SEKCIJA ─── */
.hero {
  position: relative;
  z-index: 15;
  min-height: 580px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to bottom, rgba(13,45,62,0.72) 0%, rgba(13,45,62,0.48) 50%, rgba(13,45,62,0.82) 100%),
    url('https://book.com.hr/wp-content/uploads/2026/06/naslovna-book.jpeg');
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero-nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  padding: 16px 40px;
  display: flex;
  justify-content: center;
}
.hero-menu {
  list-style: none;
  display: flex;
  gap: 32px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 10px 28px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0;
}
.hero-menu a {
  color: var(--white);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.2s;
}
.hero-menu a:hover {
  color: var(--teal-light);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  padding: 0 24px;
  margin: auto 0;
}
.hero-eyebrow {
  display: inline-block;
  color: var(--teal-light);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 8px;
  border-bottom: 2px solid var(--teal-light);
  padding-bottom: 2px;
}

/* POJEDNOSTAVLJENI RATING BADGE */
.hero-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 12px;
  margin-top: 4px;
}
.badge-source {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.stars-svg {
  display: flex;
  gap: 2px;
}
.stars-svg svg {
  width: 14px;
  height: 14px;
  fill: #f4a92a;
}

.hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 16px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.3);
}
.hero h1 em {
  font-style: italic;
  color: var(--teal-light);
  display: block;
  font-size: 0.78em;
}

/* GUMBOVI I DROPDOWNI U HEROJU */
.hero-ctas {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--white);
  padding: 12px 22px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 18px rgba(200,137,58,0.35);
  font-family: inherit;
  white-space: nowrap;
}
.btn-primary:hover { 
  background: #b5782e; 
  transform: translateY(-2px); 
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--white);
  padding: 12px 20px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease;
  font-family: inherit;
  white-space: nowrap;
}
.btn-secondary:hover {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
  transform: translateY(-2px);
}

.btn-primary .arrow,
.btn-secondary .arrow {
  font-size: 0.7rem;
  transition: transform 0.2s;
}

.dropdown-wrap {
  position: relative;
  display: inline-block;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: 4px;
  box-shadow: 0 16px 48px rgba(13,45,62,0.2);
  min-width: 240px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 100;
  border: 1px solid var(--border);
}
.dropdown-wrap.open .dropdown-menu { 
  display: block; 
}

.dropdown-header {
  padding: 10px 18px 6px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--teal);
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.dropdown-menu a {
  display: block;
  padding: 11px 18px;
  color: var(--text);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
  transition: background 0.15s, color 0.15s;
  text-align: left;
}
.dropdown-menu a:last-child { 
  border-bottom: none; 
}
.dropdown-menu a:hover {
  background: var(--off-white);
  color: var(--teal);
}
.dropdown-menu a span {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 400;
  float: right;
  margin-top: 2px;
}

.hero-sub {
  color: var(--white);
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(13, 45, 62, 0.95);
  font-size: 0.98rem;
  max-width: 680px;
  margin: 0 auto 12px;
  line-height: 1.5;
}

.hero-support-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-light);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(13, 45, 62, 0.65);
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid rgba(31, 179, 200, 0.3);
  margin-bottom: 6px;
}
.support-headset-icon {
  width: 16px;
  height: 16px;
  stroke: var(--teal-light);
}

.hero-trust {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  white-space: nowrap;
}
.hero-trust-item {
  color: rgba(255,255,255,0.75);
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-trust-item .icon { 
  color: var(--teal-light); 
}

/* ─── FORMINATOR BOOKING BAR S MIKRO TEKSTOM ─── */
.booking-bar-section {
  background: var(--off-white);
  padding: 30px 40px 35px;
  border-bottom: 1px solid var(--border);
  position: relative;
  z-index: 10;
}
.booking-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.booking-form-title {
  text-align: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 4px;
  margin-top: 0;
}
.booking-form-micro {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.82rem;
  margin-bottom: 20px;
  font-weight: 500;
}

/* ─── DOŽIVLJAJ HIGHLIGHTS & SKIPPER BANNER ─── */
.adventure-highlights {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.adv-tag {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
}

.skipper-banner-bar {
  background: var(--navy);
  color: var(--white);
  padding: 14px 20px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.skipper-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.skipper-icon {
  color: var(--teal-light);
  font-size: 1.1rem;
}

/* ─── NOVA EXCURSIONS SEO SEKCIJA ─── */
.excursions-seo-section {
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
}
.excursions-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.excursions-img-wrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(13,45,62,0.12);
}
.excursions-img-wrap img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: cover;
  display: block;
}
.excursions-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--navy);
  color: var(--teal-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 3px;
}
.excursions-description {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 24px;
}
.excursions-description strong {
  color: var(--navy);
}

.excursion-cta-box {
  background: var(--white);
  padding: 20px;
  border-radius: 6px;
  border: 1px solid var(--border);
}
.cta-prompt-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.excursion-btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn-excursion-select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal);
  color: var(--white);
  padding: 10px 18px;
  border-radius: 3px;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  font-family: inherit;
}
.btn-excursion-select:hover {
  background: var(--navy);
}

/* ─── FLOTA ELEGANATNE IKONE ─── */
.fleet-icons-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fleet-icons-list li {
  font-size: 0.84rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}
.f-icon {
  font-size: 0.95rem;
  width: 20px;
  display: inline-block;
  text-align: center;
}

/* ─── STRUKTURA OSTALIH SEKCIJA ─── */
.section { padding: 92px 40px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label {
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}
.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 18px;
}
.section-intro {
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 620px;
  line-height: 1.75;
}
.section-head-center {
  text-align: center;
  margin-bottom: 60px;
}
.section-head-center .section-intro { margin: 0 auto; }

/* ─── SEKCIJA 1: DOŽIVLJAJ ─── */
.adventure-section {
  position: relative;
  background-image:
    linear-gradient(to right, rgba(13,45,62,0.9) 30%, rgba(13,45,62,0.5) 100%),
    url('https://book.com.hr/wp-content/uploads/2026/06/book.com_.hr-boat-rental-platform-makarska.jpg');
  background-size: cover;
  background-position: center;
  padding: 120px 40px;
  color: var(--white);
  display: flex;
  align-items: center;
}
.adventure-content { max-width: 680px; position: relative; z-index: 2; }
.adventure-content .section-title { color: var(--white); font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 24px; }
.adventure-text { font-size: 1.1rem; line-height: 1.8; color: rgba(255, 255, 255, 0.9); font-weight: 300; }

/* ─── SEKCIJA 2: HOW TO BOOK ─── */
.how-section { background: var(--white); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; position: relative; }
.how-grid::before { content: ''; position: absolute; top: 50px; left: 15%; right: 15%; height: 2px; border-top: 2px dashed var(--teal-light); z-index: 1; }
.how-step { text-align: center; position: relative; z-index: 2; background: var(--white); padding: 30px 20px; border-radius: 6px; border: 1px solid transparent; transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; }
.how-step:hover { transform: translateY(-5px); border-color: var(--border); box-shadow: 0 10px 30px rgba(13,45,62,0.06); }
.how-number { width: 64px; height: 64px; border-radius: 50%; border: 2px solid var(--teal-light); background: var(--white); color: var(--teal-light); font-family: 'Playfair Display', Georgia, serif; font-size: 1.5rem; font-style: italic; display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; transition: background 0.25s, color 0.25s, border-color 0.25s; }
.how-step:hover .how-number { background: var(--teal-light); color: var(--white); border-color: var(--teal-light); }
.how-step h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.25rem; color: var(--navy); margin-bottom: 12px; }
.how-step p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; }

/* ─── SEKCIJA 3: LOCATIONS ─── */
.destinations-section { background: var(--off-white); text-align: center; }
.secondary-dropdown-wrap { position: relative; display: inline-block; margin-top: 28px; }
.btn-secondary-dropdown { display: inline-flex; align-items: center; gap: 10px; background: var(--white); color: var(--navy); padding: 16px 40px; border: 2px solid var(--navy); border-radius: 3px; font-weight: 600; font-size: 0.9rem; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background 0.2s, color 0.2s, transform 0.15s; font-family: inherit; box-shadow: 0 4px 15px rgba(13,45,62,0.05); }
.btn-secondary-dropdown:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }
.btn-secondary-dropdown .arrow { font-size: 0.75rem; transition: transform 0.2s; }
.secondary-dropdown-wrap.open .btn-secondary-dropdown .arrow { transform: rotate(180deg); }
.secondary-dropdown-menu { display: none; position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%); background: var(--white); border-radius: 4px; box-shadow: 0 16px 48px rgba(13,45,62,0.15); min-width: 250px; overflow: hidden; z-index: 100; border: 1px solid var(--border); }
.secondary-dropdown-wrap.open .secondary-dropdown-menu { display: block; }
.secondary-dropdown-menu a { display: block; padding: 13px 22px; color: var(--text); text-decoration: none; font-size: 0.9rem; font-weight: 500; border-bottom: 1px solid var(--border); transition: background 0.15s, color 0.15s; text-align: left; }
.secondary-dropdown-menu a:last-child { border-bottom: none; }
.secondary-dropdown-menu a:hover { background: var(--off-white); color: var(--teal); }
.secondary-dropdown-menu a span { font-size: 0.75rem; color: var(--text-muted); font-weight: 400; float: right; margin-top: 2px; }

/* ─── SEKCIJA 4: FLOTA STRUKTURA ─── */
.fleet-section { background: var(--white); }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.fleet-card { background: var(--off-white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.25s, box-shadow 0.25s; }
.fleet-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(13,45,62,0.06); }
.fleet-img-wrap { height: 220px; overflow: hidden; position: relative; }
.fleet-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.fleet-verified-badge { position: absolute; bottom: 12px; left: 12px; background: rgba(13, 45, 62, 0.85); backdrop-filter: blur(4px); color: var(--white); font-size: 0.7rem; font-weight: 600; padding: 4px 10px; border-radius: 2px; border-left: 3px solid var(--teal-light); }
.fleet-body { padding: 24px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.fleet-title-meta h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.35rem; color: var(--navy); margin-bottom: 6px; }
.fleet-footer-row { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--border); padding-top: 14px; }
.fleet-price-label { font-size: 0.7rem; text-transform: uppercase; color: var(--text-muted); display: block; }
.fleet-price-amount { font-size: 1.1rem; font-weight: 700; color: var(--gold); }
.fleet-btn-route { font-size: 0.78rem; font-weight: 600; color: var(--teal); text-decoration: none; text-transform: uppercase; }

/* ─── SEKCIJA 5: WHY US ─── */
.why-section { background: var(--off-white); }
.why-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px; margin-top: 48px; }
.why-card { background: var(--white); border-radius: 4px; padding: 32px 28px; border-left: 4px solid var(--teal-light); border-top: 1px solid var(--border); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); box-shadow: 0 4px 12px rgba(13,45,62,0.03); transition: transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; gap: 12px; grid-column: span 2; }
.why-card:hover { transform: translateY(-5px); box-shadow: 0 10px 24px rgba(13,45,62,0.08); }

@media (min-width: 901px) {
  .why-card:nth-child(4) { grid-column: 2 / span 2; }
  .why-card:nth-child(5) { grid-column: 4 / span 2; }
}

.why-icon { width: 44px; height: 44px; min-width: 44px; border-radius: 50%; background: rgba(31,179,200,0.1); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--teal); }
.why-card-text h4 { font-weight: 600; color: var(--navy); font-size: 0.97rem; margin-bottom: 4px; }
.why-card-text p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; }

/* ─── SEKCIJA 6: REVIEWS ─── */
.reviews-section { background: var(--white); }
.reviews-trust-header { text-align: center; margin-bottom: 12px; font-size: 0.9rem; font-weight: 600; color: var(--gold); letter-spacing: 0.05em; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: var(--white); border-radius: 4px; padding: 28px; box-shadow: 0 4px 20px rgba(13,45,62,0.05); display: flex; flex-direction: column; gap: 14px; border-top: 3px solid var(--teal-light); border-left: 1px solid var(--border); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.review-stars { color: #f4a92a; font-size: 0.9rem; letter-spacing: 2px; }
.review-text { font-size: 0.88rem; color: var(--text-muted); line-height: 1.75; font-style: italic; flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: 4px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 0.75rem; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; letter-spacing: 0.05em; }
.review-name { font-size: 0.88rem; font-weight: 600; color: var(--navy); }
.review-country { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; }

/* ─── SEKCIJA 7: FAQ ─── */
.faq-section { background: var(--off-white); }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); padding: 22px 0; }
.faq-q { font-weight: 600; color: var(--navy); font-size: 0.97rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q::after { content: '+'; font-size: 1.4rem; color: var(--teal); flex-shrink: 0; font-weight: 300; }
.faq-a { color: var(--text-muted); font-size: 0.9rem; line-height: 1.75; margin-top: 12px; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q::after { content: '−'; }

/* ─── SEKCIJA 8: CONTACT ─── */
.contact-section { background: var(--navy); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info .section-title { color: var(--white); }
.contact-info p { color: rgba(255,255,255,0.6); margin-bottom: 28px; font-size: 0.95rem; }
.contact-details { list-style: none; padding: 0; margin: 0; }
.contact-details li { color: rgba(255,255,255,0.75); padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 0.9rem; }
.contact-details a { color: var(--teal-light); text-decoration: none; }
.contact-form-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; padding: 36px; }
.contact-form-box h3 { color: var(--white); font-family: 'Playfair Display', Georgia, serif; font-size: 1.3rem; margin-bottom: 24px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .excursions-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 900px) {
  .section { padding: 44px 20px !important; }
  .section-head-center { margin-bottom: 26px !important; }
  .how-grid { grid-template-columns: 1fr !important; gap: 20px !important; } 
  .how-step { padding: 22px 16px !important; }
  .how-number { margin-bottom: 14px !important; }
  .how-grid::before { display: none; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-card { grid-column: span 1 !important; margin: 0 !important; }
  .reviews-grid { grid-template-columns: 1fr; gap: 20px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .adventure-section { padding: 60px 20px; }
  .fleet-grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 768px) {
  .hero-menu li.menu-item-how-to-book { display: none !important; }
  .hero-menu { gap: 16px; padding: 8px 20px; }
  .hero-menu a { font-size: 0.78rem; }
  .hero-trust { gap: 14px; }
  .dropdown-menu, .secondary-dropdown-menu { min-width: 200px; }
}

@media (max-width: 600px) {
  .hero-ctas { flex-direction: column; width: 100%; max-width: 320px; margin-left: auto; margin-right: auto; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
  .dropdown-menu, .secondary-dropdown-menu { max-height: 260px; overflow-y: auto; }
  .hero-sub { font-size: 0.88rem; padding: 0 10px; }
  .why-grid { grid-template-columns: 1fr; gap: 16px; }
  .excursion-btn-row { flex-direction: column; }
  .btn-excursion-select { width: 100%; justify-content: center; }
}/* End custom CSS */