.elementor-517 .elementor-element.elementor-element-57c4c12d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-675ece9e *//* ═══════════════════════════════════════════════════════════════════
   All Out Water Excursions — Shared Stylesheet v1.0
   aowefl.com  |  352-587-3422
   ═══════════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:       #07121f;
  --navy-card:  #0c1e31;
  --navy-mid:   #0f2640;
  --navy-deep:  #040d16;
  --pink:       #d4247b;
  --pink-lt:    #e9389b;
  --teal:       #00c9c8;
  --teal-lt:    #26dada;
  --teal-dim:   rgba(0,201,200,0.18);
  --white:      #ffffff;
  --off-white:  #d8eaf4;
  --muted:      #7eadcc;
  --border:     rgba(0,201,200,0.18);
  --border-h:   rgba(0,201,200,0.45);
  --grad:       linear-gradient(135deg, #d4247b 0%, #9b26af 40%, #00c9c8 100%);
  --grad-r:     linear-gradient(315deg, #d4247b 0%, #9b26af 40%, #00c9c8 100%);
  --grad-soft:  linear-gradient(135deg, rgba(212,36,123,0.65) 0%, rgba(155,38,175,0.45) 40%, rgba(0,201,200,0.65) 100%);
  --shadow-card: 0 4px 24px rgba(0,0,0,0.4);
  --shadow-hover: 0 12px 40px rgba(0,0,0,0.55), 0 0 0 1px rgba(0,201,200,0.1);
  --radius:     10px;
  --radius-sm:  6px;
}

html { scroll-behavior: smooth; }
body {
  background: var(--navy);
  color: var(--white);
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
}

/* ── TYPOGRAPHY ────────────────────────────────────────────────────── */
h1, h2, h3, h4, h5 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }
p  { line-height: 1.7; }
a  { color: var(--teal-lt); text-decoration: none; }
a:hover { text-decoration: underline; }

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.grad-divider {
  height: 3px;
  background: var(--grad);
  width: 60px;
  border-radius: 2px;
  margin: 0.75rem 0 0;
}

/* ── BREADCRUMB ────────────────────────────────────────────────────── */
.breadcrumb-bar {
  background: var(--navy-deep);
  border-bottom: 1px solid var(--border);
  padding: 0.7rem 2rem;
}
.breadcrumb-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.breadcrumb-inner a {
  font-size: 0.78rem;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.15s;
}
.breadcrumb-inner a:hover { color: var(--teal-lt); }
.breadcrumb-sep { font-size: 0.72rem; color: rgba(126,173,204,0.35); }
.breadcrumb-current {
  font-size: 0.78rem;
  color: var(--off-white);
  font-weight: 600;
}

/* ── HERO ──────────────────────────────────────────────────────────── */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 2rem 4rem;
  text-align: center;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad-soft);
  z-index: 0;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 70% at 50% 110%, rgba(7,18,31,0.9) 0%, transparent 65%);
  z-index: 1;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
}
.hero-eyebrow {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal-lt);
  border: 1px solid rgba(0,201,200,0.4);
  padding: 4px 14px;
  border-radius: 30px;
  margin-bottom: 1rem;
}
.hero-eyebrow.ocean { color: #f472b6; border-color: rgba(212,36,123,0.4); }
.page-hero h1 {
  color: var(--white);
  margin-bottom: 1rem;
  text-shadow: 0 2px 24px rgba(0,0,0,0.45);
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--off-white);
  max-width: 640px;
  margin: 0 auto 2rem;
  font-weight: 300;
  line-height: 1.75;
}
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 2rem;
}
.pill {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 13px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--off-white);
  background: rgba(255,255,255,0.06);
  font-family: 'Barlow', sans-serif;
  letter-spacing: 0.03em;
}
.pill.highlight { border-color: rgba(0,201,200,0.4); color: var(--teal-lt); background: rgba(0,201,200,0.08); }
.pill.price { border-color: rgba(212,36,123,0.4); color: #f472b6; background: rgba(212,36,123,0.08); }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── TRUST BAR ─────────────────────────────────────────────────────── */
.trust-bar {
  background: var(--navy-mid);
  border-bottom: 1px solid var(--border);
  padding: 1.2rem 2rem;
}
.trust-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
}
.trust-item strong { color: var(--off-white); }
.trust-icon { font-size: 1rem; }

/* ── BUTTONS ───────────────────────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  padding: 13px 28px;
  background: var(--grad);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius-sm);
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
}
.btn-primary:hover { opacity: 0.87; transform: translateY(-2px); text-decoration: none; }
.btn-outline {
  display: inline-block;
  padding: 12px 28px;
  background: transparent;
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border: 1.5px solid rgba(255,255,255,0.4);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: all 0.2s;
}
.btn-outline:hover { border-color: var(--teal-lt); color: var(--teal-lt); background: rgba(0,201,200,0.06); text-decoration: none; }
.btn-ghost {
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  color: var(--teal-lt);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  border: 1.5px solid rgba(0,201,200,0.35);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: all 0.2s;
}
.btn-ghost:hover { background: rgba(0,201,200,0.08); border-color: var(--teal-lt); text-decoration: none; }

/* ── PAGE LAYOUT ───────────────────────────────────────────────────── */
.page-layout {
  max-width: 1140px;
  margin: 0 auto;
  padding: 3.5rem 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 36px;
  align-items: start;
}
@media (max-width: 900px) {
  .page-layout { grid-template-columns: 1fr; }
  .page-sidebar { order: -1; }
}

/* ── CONTENT SECTIONS ──────────────────────────────────────────────── */
.content-section { margin-bottom: 3rem; }
.content-section h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: var(--white);
  margin-bottom: 0.5rem;
}
.content-section .section-sub {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 1.5rem;
  line-height: 1.65;
}
.content-section p {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 1rem;
  line-height: 1.75;
}
.content-section p strong { color: var(--off-white); }
.content-section p:last-child { margin-bottom: 0; }

/* ── STEP LIST ─────────────────────────────────────────────────────── */
.step-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.step-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem 1.3rem;
  transition: border-color 0.2s;
}
.step-item:hover { border-color: var(--border-h); }
.step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  margin-top: 1px;
}
.step-body h4 { font-size: 0.95rem; color: var(--white); margin-bottom: 3px; }
.step-body p  { font-size: 0.82rem; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── INCLUDE / EXCLUDE ─────────────────────────────────────────────── */
.inc-exc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) { .inc-exc { grid-template-columns: 1fr; } }
.inc-box, .exc-box {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem 1.3rem;
}
.inc-box { border-top: 3px solid var(--teal); }
.exc-box { border-top: 3px solid rgba(212,36,123,0.5); }
.ie-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.inc-box .ie-title { color: var(--teal-lt); }
.exc-box .ie-title { color: #f472b6; }
.ie-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.ie-list li {
  font-size: 0.82rem;
  color: var(--off-white);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.45;
}
.ie-check { color: var(--teal); flex-shrink: 0; font-size: 0.9rem; }
.ie-x     { color: #f472b6; flex-shrink: 0; font-size: 0.9rem; }

/* ── FACTS GRID ────────────────────────────────────────────────────── */
.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 0;
}
@media (max-width: 600px) { .facts-grid { grid-template-columns: repeat(2, 1fr); } }
.fact-card {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem 1rem;
  text-align: center;
}
.fact-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25rem;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fact-label { font-size: 0.73rem; color: var(--muted); font-weight: 500; letter-spacing: 0.05em; line-height: 1.35; }

/* ── WHO IS THIS FOR ───────────────────────────────────────────────── */
.who-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 600px) { .who-grid { grid-template-columns: 1fr; } }
.who-item {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.9rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--off-white);
}
.who-icon { font-size: 1.2rem; flex-shrink: 0; }

/* ── FAQ ACCORDION ─────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item:hover  { border-color: rgba(0,201,200,0.3); }
.faq-item.open   { border-color: rgba(0,201,200,0.45); }
.faq-q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 0.95rem 1.1rem;
  cursor: pointer;
}
.faq-q-text { font-size: 0.9rem; font-weight: 600; color: var(--white); line-height: 1.45; font-family: 'Barlow', sans-serif; }
.faq-chev {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,201,200,0.3);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
  font-size: 0.7rem; color: var(--teal-lt);
  transition: transform 0.25s, background 0.2s;
}
.faq-item.open .faq-chev { transform: rotate(180deg); background: rgba(0,201,200,0.1); }
.faq-a {
  display: none;
  padding: 0 1.1rem 1rem;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.75;
}
.faq-item.open .faq-a { display: block; }
.faq-a p { margin-bottom: 0.5rem; }
.faq-a p:last-child { margin-bottom: 0; }
.faq-a strong { color: var(--off-white); }
.faq-a a { color: var(--teal-lt); }

/* ── SIDEBAR ───────────────────────────────────────────────────────── */
.page-sidebar { display: flex; flex-direction: column; gap: 16px; }
.sidebar-card {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.sidebar-card.featured { border-color: rgba(212,36,123,0.4); }
.sc-header {
  background: var(--grad);
  padding: 1rem 1.2rem;
}
.sc-header h3 { font-size: 1.1rem; color: #fff; margin-bottom: 2px; }
.sc-header p  { font-size: 0.78rem; color: rgba(255,255,255,0.82); line-height: 1.4; }
.sc-body { padding: 1.2rem; }
.sc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(0,201,200,0.08);
  font-size: 0.83rem;
}
.sc-row:last-of-type { border-bottom: none; }
.sc-label { color: var(--muted); font-weight: 500; }
.sc-val   { color: var(--off-white); font-weight: 600; text-align: right; }
.sc-val.price { color: #f472b6; font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 800; }
.sc-actions { padding: 0 1.2rem 1.2rem; display: flex; flex-direction: column; gap: 9px; }
.sc-actions .btn-primary,
.sc-actions .btn-outline { width: 100%; text-align: center; font-size: 0.9rem; padding: 11px; }

/* SC MINI */
.sc-mini { padding: 1.2rem; }
.sc-mini h4 { font-size: 0.88rem; color: var(--white); margin-bottom: 0.7rem; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.sc-mini p  { font-size: 0.8rem; color: var(--muted); line-height: 1.6; }
.sc-mini a  { color: var(--teal-lt); font-size: 0.8rem; }
.sc-mini-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.sc-mini-list li { font-size: 0.8rem; color: var(--muted); display: flex; gap: 7px; align-items: flex-start; }
.sc-mini-list li::before { content: '›'; color: var(--teal); flex-shrink: 0; }
.sc-divider { height: 1px; background: var(--border); margin: 0.8rem 0; }

/* ── RELATED TOURS ─────────────────────────────────────────────────── */
.related-section { background: var(--navy-mid); border-top: 1px solid var(--border); padding: 3.5rem 2rem; }
.related-inner { max-width: 1140px; margin: 0 auto; }
.related-header { margin-bottom: 1.8rem; }
.related-header h2 { font-size: 1.6rem; color: var(--white); margin-bottom: 0.3rem; }
.related-header p  { font-size: 0.85rem; color: var(--muted); }
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 800px) { .related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .related-grid { grid-template-columns: 1fr; } }
.rel-card {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.22s;
  text-decoration: none;
}
.rel-card:hover { border-color: var(--border-h); transform: translateY(-3px); box-shadow: var(--shadow-hover); text-decoration: none; }
.rel-type {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.rel-type.airboat { color: var(--teal-lt); }
.rel-type.ocean   { color: #f472b6; }
.rel-name  { font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--white); line-height: 1.2; }
.rel-meta  { font-size: 0.78rem; color: var(--muted); }
.rel-arrow { font-size: 0.78rem; color: var(--teal-lt); margin-top: auto; }

/* ── CTA BAND ──────────────────────────────────────────────────────── */
.cta-band {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  text-align: center;
}
.cta-band::before { content: ''; position: absolute; inset: 0; background: var(--grad-soft); z-index: 0; }
.cta-band-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.cta-band h2 { color: var(--white); margin-bottom: 0.8rem; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.cta-band p  { color: var(--off-white); font-size: 0.97rem; margin-bottom: 1.8rem; font-weight: 300; line-height: 1.75; }
.cta-band-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── SEASONAL BANNER ───────────────────────────────────────────────── */
.seasonal-banner {
  background: rgba(230,124,0,0.1);
  border: 1px solid rgba(230,124,0,0.35);
  border-radius: var(--radius-sm);
  padding: 1rem 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 1.5rem;
}
.seasonal-banner p { font-size: 0.85rem; color: var(--off-white); margin: 0; line-height: 1.6; }
.seasonal-banner strong { color: #fb923c; }

/* ── INFO BOX ──────────────────────────────────────────────────────── */
.info-box {
  background: rgba(0,201,200,0.06);
  border-left: 3px solid var(--teal);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 1rem 1.2rem;
  margin: 1rem 0;
}
.info-box p { font-size: 0.85rem; color: var(--off-white); margin: 0; line-height: 1.65; }
.info-box strong { color: var(--teal-lt); }

/* ── PRICE TABLE ───────────────────────────────────────────────────── */
.price-table-wrap {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin: 1rem 0;
}
.price-table { width: 100%; border-collapse: collapse; }
.price-table th {
  background: rgba(0,201,200,0.09);
  color: var(--teal-lt);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 9px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.price-table td {
  padding: 9px 14px;
  font-size: 0.84rem;
  color: var(--off-white);
  border-bottom: 1px solid rgba(0,201,200,0.07);
}
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:hover td { background: rgba(255,255,255,0.02); }
.price-em { color: #f472b6; font-weight: 700; }

/* ── FULL-WIDTH SECTION ────────────────────────────────────────────── */
.full-section { padding: 3rem 2rem; }
.full-inner { max-width: 1140px; margin: 0 auto; }
.full-inner h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); color: var(--white); margin-bottom: 0.4rem; }

/* ── WILDLIFE CALLOUT ──────────────────────────────────────────────── */
.wildlife-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 1.2rem 0;
}
@media (max-width: 700px) { .wildlife-grid { grid-template-columns: repeat(2, 1fr); } }
.wildlife-chip {
  background: var(--navy-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.8rem 1rem;
  text-align: center;
}
.wildlife-chip .wc-icon { font-size: 1.6rem; display: block; margin-bottom: 5px; }
.wildlife-chip .wc-name { font-size: 0.78rem; color: var(--off-white); font-weight: 600; display: block; }
.wildlife-chip .wc-freq { font-size: 0.68rem; color: var(--muted); margin-top: 2px; display: block; }

/* ── SECTION DIVIDER ───────────────────────────────────────────────── */
.sec-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--border), transparent);
  margin: 0;
}

/* ── UTILITY ───────────────────────────────────────────────────────── */
.text-teal  { color: var(--teal-lt); }
.text-pink  { color: #f472b6; }
.text-muted { color: var(--muted); }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }

/* ── RESPONSIVE ────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .page-layout { padding: 2rem 1.2rem; }
  .page-hero { padding: 3rem 1.2rem 2.5rem; }
  .hero-btns { flex-direction: column; align-items: center; }
  .breadcrumb-bar { padding: 0.6rem 1.2rem; }
}/* End custom CSS */