/* Statue of Liberty Boat Cruises - Stable Modern CSS
   Use this as /css/statue-of-liberty-modern.css
   This file matches the existing PHP classes and avoids the missing/blank sections. */

:root{
  --sol-navy:#062d4d;
  --sol-navy-dark:#031f36;
  --sol-navy-soft:#0f466f;
  --sol-red:#b5161b;
  --sol-red-bright:#d92520;
  --sol-cream:#fff6e6;
  --sol-cream-light:#fffaf1;
  --sol-aqua:#cfeff0;
  --sol-sky:#eef8fb;
  --sol-gold:#f2a51a;
  --sol-ink:#09263f;
  --sol-muted:#5d6e7c;
  --sol-line:#dce7ee;
  --sol-soft:#f5f9fb;
  --sol-shadow:0 16px 40px rgba(6,45,77,.13);
  --sol-radius:18px;
}

html{scroll-behavior:smooth;}
body{
  background:#fff!important;
  color:var(--sol-ink)!important;
  font-family:"Poppins",Arial,sans-serif!important;
}
.sol-page{
  background:#fff;
  overflow:hidden;
}
.sol-wrap{
  width:min(1140px,calc(100% - 36px));
  margin:0 auto;
}

/* Keep the existing site header clean, but do not fight the logo/menu too much */
.header,
.default-header,
#header{
  background:#fff!important;
  border-bottom:1px solid rgba(6,45,77,.09)!important;
  box-shadow:0 8px 24px rgba(6,45,77,.06)!important;
}
.logo img{
  max-height:64px!important;
  width:auto!important;
}
.mega-menu .menu-links>li>a,
.navbar-nav>li>a{
  color:var(--sol-ink)!important;
  font-weight:700!important;
}
.mega-menu .menu-links>li>a:hover,
.navbar-nav>li>a:hover{
  color:var(--sol-red)!important;
}

/* Buttons */
.sol-btn,
.bokunButton{
  appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:48px!important;
  padding:14px 24px!important;
  border-radius:999px!important;
  border:2px solid var(--sol-red)!important;
  background:var(--sol-red)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  text-align:center!important;
  box-shadow:0 10px 24px rgba(181,22,27,.22)!important;
  cursor:pointer!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.sol-btn:hover,
.bokunButton:hover{
  transform:translateY(-2px);
  background:var(--sol-red-bright)!important;
  border-color:var(--sol-red-bright)!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(181,22,27,.28)!important;
}
.sol-btn.secondary{
  background:#fff!important;
  color:var(--sol-navy)!important;
  border-color:rgba(6,45,77,.22)!important;
  box-shadow:0 8px 22px rgba(6,45,77,.08)!important;
}
.sol-btn.secondary:hover{
  background:var(--sol-navy)!important;
  color:#fff!important;
  border-color:var(--sol-navy)!important;
}

/* Hero */
.sol-hero{
  position:relative;
  isolation:isolate;
  padding:92px 0 72px!important;
  background:
    linear-gradient(90deg,rgba(3,31,54,.86),rgba(3,31,54,.62) 48%,rgba(3,31,54,.18)),
    url("../demo-one-page/law/images/bg/01.jpg") center/cover no-repeat!important;
}
.sol-hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:120px;
  z-index:-1;
  background:linear-gradient(180deg,rgba(255,255,255,0),#fff);
}
.sol-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:44px;
  align-items:center;
}
.sol-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  width:max-content;
  max-width:100%;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.sol-kicker.dark{
  background:var(--sol-cream);
  border-color:#f4ddba;
  color:var(--sol-red);
}
.sol-hero h1{
  max-width:760px;
  margin:20px 0 18px!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(46px,6.4vw,88px)!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
  color:#fff!important;
  text-shadow:0 4px 18px rgba(0,0,0,.32)!important;
}
.sol-hero h1 span{
  display:block;
  color:#fff!important;
  text-shadow:3px 4px 0 rgba(181,22,27,.72),0 4px 18px rgba(0,0,0,.32)!important;
}
.sol-hero-copy{
  max-width:700px;
  margin:0!important;
  color:rgba(255,255,255,.92)!important;
  font-size:clamp(17px,1.75vw,21px)!important;
  line-height:1.65!important;
  font-weight:400!important;
}
.sol-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}
.sol-hero-panel{
  background:#fff!important;
  border:1px solid rgba(255,255,255,.8)!important;
  border-radius:24px!important;
  padding:28px!important;
  box-shadow:var(--sol-shadow)!important;
}
.sol-hero-panel h2{
  margin:0 0 18px!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:27px!important;
  line-height:1.18!important;
  color:var(--sol-navy)!important;
  font-weight:900!important;
}
.sol-quick-list{
  list-style:none!important;
  margin:0 0 24px!important;
  padding:0!important;
  display:grid;
  gap:12px;
}
.sol-quick-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:var(--sol-ink)!important;
  font-weight:700!important;
  line-height:1.45!important;
}
.sol-quick-list i{
  color:var(--sol-gold)!important;
  margin-top:3px;
}
.sol-hero-panel .bokunButton{
  width:100%!important;
}

/* Trust strip */
.sol-trust-strip{
  position:relative;
  z-index:3;
  margin-top:-34px!important;
  margin-bottom:72px!important;
}
.sol-trust-card{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  background:#fff;
  border:1px solid var(--sol-line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--sol-shadow);
}
.sol-trust-card span{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:74px;
  padding:17px 20px;
  color:var(--sol-navy);
  font-weight:800;
  border-right:1px solid var(--sol-line);
}
.sol-trust-card span:last-child{border-right:0;}
.sol-trust-card i{
  color:var(--sol-red);
  font-size:18px;
}

/* General sections */
.sol-section{
  padding:82px 0!important;
  background:#fff;
}
.sol-section.soft{
  background:linear-gradient(180deg,#f5fbfd 0%,#fff 100%);
}
.sol-section.dark{
  background:linear-gradient(135deg,var(--sol-navy-dark),var(--sol-navy-soft));
}
.sol-section-head{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}
.sol-section-head.left{
  margin-left:0;
  margin-right:0;
  text-align:left;
}
.sol-section-head h2,
.sol-map-content h2,
.sol-policy h2{
  margin:12px 0 14px!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(30px,4vw,50px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  color:var(--sol-navy)!important;
  font-weight:900!important;
}
.sol-section-head p,
.sol-copy-card p,
.sol-policy p,
.sol-map-content p{
  color:var(--sol-muted)!important;
  font-size:16px!important;
  line-height:1.76!important;
}
.sol-section.dark .sol-section-head h2,
.sol-section.dark .sol-section-head p{
  color:#fff!important;
}

/* Intro */
.sol-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px);
  gap:46px;
  align-items:center;
}
.sol-copy-card{
  background:#fff;
  border:1px solid var(--sol-line);
  border-radius:24px;
  padding:34px;
  box-shadow:0 12px 34px rgba(6,45,77,.08);
}
.sol-copy-card .sol-section-head{
  margin-bottom:18px;
}
.sol-image-stack{
  position:relative;
  min-height:470px;
}
.sol-stack-main,
.sol-stack-float,
.sol-photo-panel{
  overflow:hidden;
  border-radius:24px;
  border:7px solid #fff;
  box-shadow:var(--sol-shadow);
  background:#fff;
}
.sol-stack-main img,
.sol-stack-float img,
.sol-photo-panel img,
.sol-tour-media img,
.sol-map-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.sol-stack-main{
  width:82%;
  height:360px;
  margin-left:auto;
}
.sol-stack-float{
  position:absolute;
  left:0;
  bottom:0;
  width:72%;
  height:270px;
}

/* Tours */
.sol-tour-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.sol-tour-card{
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--sol-line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 36px rgba(6,45,77,.1);
}
.sol-tour-card.featured{
  transform:translateY(-8px);
  border-color:rgba(181,22,27,.28);
}
.sol-tour-media{
  position:relative;
  height:220px;
  overflow:hidden;
}
.sol-pill{
  position:absolute;
  left:16px;
  top:16px;
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:#fff;
  color:var(--sol-red);
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
  box-shadow:0 8px 20px rgba(6,45,77,.13);
}
.sol-tour-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:24px;
}
.sol-tour-body h3{
  margin:0 0 10px!important;
  color:var(--sol-navy)!important;
  font-size:22px!important;
  line-height:1.22!important;
  font-weight:900!important;
}
.sol-tour-body p{
  color:var(--sol-muted)!important;
  line-height:1.68!important;
  margin-bottom:16px!important;
}
.sol-meta{
  display:grid;
  gap:9px;
  margin:18px 0 22px;
}
.sol-meta span{
  display:flex;
  gap:9px;
  align-items:flex-start;
  color:var(--sol-ink)!important;
  font-weight:700!important;
  line-height:1.35!important;
}
.sol-meta i{
  color:var(--sol-red)!important;
  min-width:17px;
  margin-top:2px;
}
.sol-tour-body .bokunButton{
  width:100%!important;
  margin-top:auto!important;
}

/* Features - critical fix: keep cards readable inside dark sections */
.sol-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.sol-feature{
  background:#fff!important;
  border:1px solid rgba(255,255,255,.22);
  border-radius:20px;
  padding:28px;
  box-shadow:0 14px 34px rgba(0,0,0,.11);
}
.sol-feature i{
  width:48px;
  height:48px;
  border-radius:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--sol-cream);
  color:var(--sol-red)!important;
  font-size:21px;
  margin-bottom:16px;
}
.sol-feature h3{
  color:var(--sol-navy)!important;
  font-size:21px!important;
  line-height:1.25!important;
  margin:0 0 10px!important;
  font-weight:900!important;
}
.sol-feature p{
  color:var(--sol-muted)!important;
  line-height:1.7!important;
  margin:0!important;
}

/* Split highlight */
.sol-split-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,500px);
  gap:44px;
  align-items:center;
}
.sol-photo-panel{
  height:390px;
}
.sol-photo-panel.small-grid{
  height:auto;
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  border:0;
  box-shadow:none;
  background:transparent;
  border-radius:0;
}
.sol-photo-panel.small-grid div{
  height:260px;
  overflow:hidden;
  border-radius:22px;
  border:7px solid #fff;
  box-shadow:var(--sol-shadow);
}

/* Route */
.sol-route-grid{
  display:grid;
  grid-template-columns:340px minmax(0,1fr);
  gap:28px;
  align-items:start;
}
.sol-route-card{
  position:sticky;
  top:105px;
  background:#fff;
  border:1px solid var(--sol-line);
  border-radius:24px;
  padding:28px;
  box-shadow:var(--sol-shadow);
}
.sol-route-card h3{
  color:var(--sol-navy)!important;
  font-size:28px!important;
  line-height:1.15!important;
  font-weight:900!important;
  margin:16px 0 12px!important;
}
.sol-route-card p{
  color:var(--sol-muted)!important;
  line-height:1.7!important;
}
.sol-route-list{
  display:grid;
  gap:16px;
}
.sol-stop{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:18px;
  align-items:start;
  background:#fff;
  border:1px solid var(--sol-line);
  border-radius:18px;
  padding:22px;
  box-shadow:0 10px 28px rgba(6,45,77,.07);
}
.sol-stop-num{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--sol-red);
  color:#fff;
  font-weight:900;
}
.sol-stop h3{
  color:var(--sol-navy)!important;
  font-size:21px!important;
  margin:0 0 7px!important;
  font-weight:900!important;
}
.sol-stop p{
  color:var(--sol-muted)!important;
  line-height:1.65!important;
  margin:0!important;
}

/* Photo band */
.sol-photo-band{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:26px;
  align-items:stretch;
}

/* Policy/stats */
.sol-policy{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:34px;
  align-items:center;
  background:#fff;
  border:1px solid var(--sol-line);
  border-radius:26px;
  padding:34px;
  box-shadow:var(--sol-shadow);
}
.sol-stat-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.sol-stat{
  background:var(--sol-sky);
  border:1px solid var(--sol-line);
  border-radius:18px;
  padding:20px 14px;
  text-align:center;
}
.sol-stat strong{
  display:block;
  color:var(--sol-red);
  font-size:30px;
  font-weight:900;
  line-height:1;
}
.sol-stat span{
  display:block;
  margin-top:8px;
  color:var(--sol-navy);
  font-size:13px;
  font-weight:800;
}

/* Reviews */
.sol-review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.sol-review{
  background:#fff;
  border:1px solid var(--sol-line);
  border-radius:20px;
  padding:26px;
  box-shadow:0 12px 32px rgba(6,45,77,.08);
}
.sol-stars{
  color:var(--sol-gold);
  letter-spacing:2px;
  margin-bottom:14px;
  font-weight:900;
}
.sol-review p{
  color:var(--sol-muted)!important;
  line-height:1.75!important;
}
.sol-review strong{
  color:var(--sol-navy);
}

/* FAQ */
.sol-faq-grid{
  max-width:900px;
  margin:0 auto;
  display:grid;
  gap:14px;
}
.sol-faq-grid details{
  background:#fff;
  border:1px solid var(--sol-line);
  border-radius:18px;
  padding:0;
  box-shadow:0 10px 28px rgba(6,45,77,.06);
  overflow:hidden;
}
.sol-faq-grid summary{
  list-style:none;
  cursor:pointer;
  padding:20px 24px;
  color:var(--sol-navy);
  font-weight:900;
  font-size:18px;
}
.sol-faq-grid summary::-webkit-details-marker{display:none;}
.sol-faq-grid summary:after{
  content:"+";
  float:right;
  color:var(--sol-red);
  font-size:24px;
  line-height:18px;
}
.sol-faq-grid details[open] summary:after{content:"–";}
.sol-faq-grid details p{
  margin:0!important;
  padding:0 24px 22px;
  color:var(--sol-muted)!important;
  line-height:1.7!important;
}

/* Map */
.sol-map-card{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);
  gap:0;
  overflow:hidden;
  border:1px solid var(--sol-line);
  border-radius:26px;
  background:#fff;
  box-shadow:var(--sol-shadow);
}
.sol-map-card>img{
  min-height:360px;
}
.sol-map-content{
  padding:36px;
  align-self:center;
}

/* Footer/back to top small corrections */
#back-to-top .top{
  background:var(--sol-red)!important;
}

/* Responsive */
@media(max-width:991px){
  .sol-hero{padding:64px 0 58px!important;}
  .sol-hero-grid,
  .sol-intro-grid,
  .sol-split-grid,
  .sol-route-grid,
  .sol-photo-band,
  .sol-policy,
  .sol-map-card{
    grid-template-columns:1fr;
  }
  .sol-hero-panel{
    max-width:560px;
  }
  .sol-trust-card,
  .sol-tour-grid,
  .sol-feature-grid,
  .sol-review-grid{
    grid-template-columns:1fr 1fr;
  }
  .sol-route-card{
    position:relative;
    top:auto;
  }
  .sol-image-stack{
    min-height:420px;
  }
}
@media(max-width:650px){
  .sol-wrap{
    width:min(100% - 28px,1140px);
  }
  .sol-hero{
    padding:52px 0 48px!important;
  }
  .sol-hero h1{
    font-size:43px!important;
    letter-spacing:-.045em!important;
  }
  .sol-hero-copy{
    font-size:16px!important;
  }
  .sol-hero-actions,
  .sol-hero-actions .sol-btn,
  .sol-hero-actions .bokunButton{
    width:100%;
  }
  .sol-hero-panel{
    padding:22px!important;
  }
  .sol-hero-panel h2{
    font-size:23px!important;
  }
  .sol-trust-strip{
    margin-top:24px!important;
    margin-bottom:38px!important;
  }
  .sol-trust-card,
  .sol-tour-grid,
  .sol-feature-grid,
  .sol-review-grid,
  .sol-stat-grid{
    grid-template-columns:1fr;
  }
  .sol-trust-card span{
    border-right:0;
    border-bottom:1px solid var(--sol-line);
  }
  .sol-trust-card span:last-child{border-bottom:0;}
  .sol-section{
    padding:58px 0!important;
  }
  .sol-copy-card,
  .sol-policy,
  .sol-map-content{
    padding:24px;
  }
  .sol-image-stack{
    min-height:auto;
    display:grid;
    gap:18px;
  }
  .sol-stack-main,
  .sol-stack-float{
    position:relative;
    width:100%;
    height:260px;
    left:auto;
    bottom:auto;
    margin:0;
  }
  .sol-photo-panel{
    height:280px;
  }
  .sol-photo-panel.small-grid div{
    height:220px;
  }
  .sol-stop{
    grid-template-columns:1fr;
  }
}


/* Complimentary drinks section */
.sol-drinks-section{
  padding:70px 0!important;
  background:linear-gradient(135deg,var(--sol-cream-light),#fff 52%,var(--sol-sky));
}
.sol-drinks-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:30px;
  align-items:center;
  border-radius:28px;
  padding:38px;
  background:
    radial-gradient(circle at 85% 20%,rgba(242,165,26,.18),transparent 24rem),
    #fff;
  border:1px solid var(--sol-line);
  box-shadow:var(--sol-shadow);
}
.sol-drinks-card h2{
  margin:14px 0 12px!important;
  font-family:Georgia,"Times New Roman",serif!important;
  color:var(--sol-navy)!important;
  font-size:clamp(30px,4vw,48px)!important;
  line-height:1.08!important;
  font-weight:900!important;
}
.sol-drinks-card p{
  margin:0!important;
  color:var(--sol-muted)!important;
  font-size:17px!important;
  line-height:1.75!important;
}
.sol-drinks-icons{
  display:grid;
  gap:14px;
}
.sol-drinks-icons span{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:62px;
  padding:16px 18px;
  border-radius:18px;
  background:var(--sol-navy);
  color:#fff;
  font-weight:900;
  box-shadow:0 12px 28px rgba(6,45,77,.14);
}
.sol-drinks-icons i{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--sol-red);
  color:#fff;
}

/* Route accordion */
.sol-route-accordion{
  gap:14px;
}
.sol-route-accordion .sol-stop{
  display:block;
  padding:0;
  overflow:hidden;
}
.sol-route-accordion .sol-stop summary{
  list-style:none;
  display:grid;
  grid-template-columns:54px 1fr 24px;
  gap:18px;
  align-items:center;
  padding:22px;
  cursor:pointer;
}
.sol-route-accordion .sol-stop summary::-webkit-details-marker{display:none;}
.sol-route-accordion .sol-stop summary:after{
  content:"+";
  color:var(--sol-red);
  font-size:28px;
  font-weight:900;
  line-height:1;
  text-align:right;
}
.sol-route-accordion .sol-stop[open] summary:after{
  content:"–";
}
.sol-route-accordion .sol-stop summary span:last-of-type{
  color:var(--sol-navy);
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  font-weight:900;
  line-height:1.15;
}
.sol-route-accordion .sol-stop p{
  padding:0 24px 24px 96px;
  margin:0!important;
}

/* Infinite clickable gallery carousel */
.sol-gallery-section{
  background:linear-gradient(180deg,#fff 0%,#f5fbfd 100%);
}
.sol-carousel{
  position:relative;
}
.sol-carousel-viewport{
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scrollbar-width:none;
  border-radius:28px;
}
.sol-carousel-viewport::-webkit-scrollbar{display:none;}
.sol-carousel-track{
  display:flex;
  gap:22px;
  width:max-content;
  animation:solMarquee 38s linear infinite;
  padding:8px 0 16px;
}
.sol-carousel-track.is-paused,
.sol-carousel:hover .sol-carousel-track{
  animation-play-state:paused;
}
.sol-slide{
  position:relative;
  width:420px;
  height:290px;
  flex:0 0 auto;
  overflow:hidden;
  border-radius:26px;
  border:8px solid #fff;
  box-shadow:var(--sol-shadow);
  background:#fff;
}
.sol-slide img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .35s ease;
}
.sol-slide:hover img{
  transform:scale(1.045);
}
.sol-slide:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:45%;
  background:linear-gradient(180deg,rgba(3,31,54,0),rgba(3,31,54,.78));
}
.sol-slide span{
  position:absolute;
  left:18px;
  bottom:16px;
  z-index:2;
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:var(--sol-navy);
  font-weight:900;
  box-shadow:0 8px 20px rgba(0,0,0,.16);
}
.sol-carousel-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:48px;
  height:48px;
  border-radius:50%;
  border:2px solid #fff;
  background:var(--sol-red);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 28px rgba(181,22,27,.24);
  cursor:pointer;
}
.sol-carousel-btn i{color:#fff;font-size:28px;}
.sol-carousel-prev{left:-16px;}
.sol-carousel-next{right:-16px;}
@keyframes solMarquee{
  from{transform:translateX(0);}
  to{transform:translateX(calc(-50% - 11px));}
}

@media(max-width:991px){
  .sol-drinks-card{
    grid-template-columns:1fr;
  }
  .sol-trust-card{
    grid-template-columns:repeat(2,1fr);
  }
  .sol-slide{
    width:340px;
    height:240px;
  }
}
@media(max-width:650px){
  .sol-drinks-card{
    padding:24px;
  }
  .sol-route-accordion .sol-stop summary{
    grid-template-columns:48px 1fr 20px;
    gap:14px;
  }
  .sol-route-accordion .sol-stop p{
    padding:0 20px 22px 20px;
  }
  .sol-slide{
    width:280px;
    height:210px;
  }
  .sol-carousel-prev{left:4px;}
  .sol-carousel-next{right:4px;}
}


.sol-click-carousel{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:7px solid #fff;
  box-shadow:var(--sol-shadow);
  background:#fff;
  height:430px;
}

.sol-click-window{
  width:100%;
  height:100%;
  overflow:hidden;
}

.sol-click-track{
  display:flex;
  width:100%;
  height:100%;
  transition:transform .45s ease;
}

.sol-click-slide{
  min-width:100%;
  flex:0 0 100%;
  height:100%;
}

.sol-click-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

.sol-click-btn{
  position:absolute;
  top:50%;
  z-index:5;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:50%;
  border:0;
  background:#fff;
  color:var(--sol-navy);
  font-size:28px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(6,45,77,.22);
}

.sol-click-prev{left:16px;}
.sol-click-next{right:16px;}

@media(max-width:650px){
  .sol-click-carousel{height:300px;}
}

.sol-tour-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:24px;
}

.sol-tour-card{
  flex:0 1 360px;
  max-width:360px;
}

.sol-harbor-slider{
  position:relative;
  overflow:hidden;
  height:390px;
  border-radius:24px;
  border:7px solid #fff;
  box-shadow:var(--sol-shadow);
  background:#fff;
}

.sol-harbor-window{
  width:100%;
  height:100%;
  overflow:hidden;
}

.sol-harbor-track{
  display:flex;
  width:100%;
  height:100%;
  transition:transform .45s ease;
}

.sol-harbor-slide{
  min-width:100%;
  flex:0 0 100%;
  height:100%;
}

.sol-harbor-slide img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
}

.sol-harbor-btn{
  position:absolute;
  top:50%;
  z-index:5;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:50%;
  border:0;
  background:#fff;
  color:var(--sol-navy);
  font-size:28px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(6,45,77,.22);
}

.sol-harbor-prev{left:16px;}
.sol-harbor-next{right:16px;}

@media(max-width:650px){
  .sol-harbor-slider{
    height:280px;
  }
}
