/*
Theme Name: Round Tower Travel Tours
Theme URI: https://roundtowertraveltours.com/
Author: Sam & Round Tower Travel
Description: Custom WordPress theme for Round Tower Travel Tours.
Version: 1.1.4
Text Domain: roundtower
*/
:root{
  --green:#0f6b38;
  --green-dark:#064524;
  --green-deep:#06351f;
  --text:#161616;
  --muted:#67736d;
  --line:#e6ebe7;
  --gold:#f4b400;
  --white:#fff;
  --shadow:0 18px 45px rgba(0,0,0,.14);
  --serif:Georgia,'Times New Roman',serif;
  --sans:Inter,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:var(--sans);
  color:var(--text);
  background:#fff;
}

img{
  max-width:100%;
  display:block;
}

a{
  text-decoration:none;
  color:inherit;
}

.wrap{
  width:min(1180px,calc(100% - 64px));
  margin:0 auto;
}

.header{
  height:96px;
  background:#fff;
  border-bottom:1px solid #edf0ee;
  display:flex;
  align-items:center;
  position:sticky;
  top:0;
  z-index:20;
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
}

.brand{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:235px;
}

.brand-mark{
  width:62px;
  height:62px;
  border-radius:50%;
  border:1.5px solid #111;
  display:grid;
  place-items:center;
  background:#fafafa;
  color:#111;
  overflow:hidden;
  flex:0 0 auto;
}

.brand-mark svg{
  width:43px;
  height:43px;
}

.brand-text strong{
  display:block;
  font-family:var(--serif);
  font-size:24px;
  line-height:1;
  color:#111;
  letter-spacing:-.02em;
}

.brand-text span{
  display:block;
  color:var(--green);
  font-size:16px;
  line-height:1.15;
  margin-top:4px;
}

.links{
  display:flex;
  align-items:center;
  gap:30px;
  font-size:14px;
  font-weight:650;
  color:#151515;
}

.links a{
  position:relative;
  padding:39px 0 34px;
}

.links a:hover,.links a.active{
  color:var(--green);
}

.links a.active:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:24px;
  height:3px;
  background:var(--green);
  border-radius:3px;
}

.book-top{
  background:var(--green-dark);
  color:#fff;
  border-radius:6px;
  padding:17px 28px;
  font-weight:800;
  box-shadow:0 8px 20px rgba(6,69,36,.22);
}

.menu-toggle{
  display:none;
}

.hero{
  min-height:585px;
  background:linear-gradient(90deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.38) 42%,rgba(0,0,0,.04) 100%),url('https://images.unsplash.com/photo-1549918864-48ac978761a4?auto=format&fit=crop&w=2200&q=88') center/cover no-repeat;
  display:flex;
  align-items:center;
  color:#fff;
}

.hero-grid{
  display:grid;
  grid-template-columns:1fr 390px;
  gap:88px;
  align-items:center;
}

.hero h1{
  font-family:var(--serif);
  font-size:58px;
  line-height:1.04;
  letter-spacing:-.045em;
  margin:0 0 24px;
  max-width:600px;
  text-shadow:0 3px 20px rgba(0,0,0,.2);
}

.hero p{
  font-size:21px;
  line-height:1.55;
  margin:0 0 28px;
  max-width:560px;
  color:rgba(255,255,255,.95);
}

.primary{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:var(--green);
  color:#fff;
  border-radius:7px;
  padding:18px 28px;
  font-weight:800;
  box-shadow:0 10px 25px rgba(15,107,56,.25);
}

.rating{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:37px;
  font-size:14px;
  color:#fff;
}

.stars{
  color:var(--gold);
  letter-spacing:2px;
  font-size:15px;
}

.booking{
  background:#fff;
  color:#111;
  border-radius:9px;
  padding:28px 29px 30px;
  box-shadow:var(--shadow);
}

.booking h2{
  font-family:var(--serif);
  font-size:26px;
  line-height:1.1;
  margin:0 0 22px;
  letter-spacing:-.02em;
}

.field{
  margin-bottom:18px;
}

.field label{
  display:block;
  font-size:12px;
  font-weight:800;
  margin-bottom:8px;
  color:#1c2520;
}

.control{
  width:100%;
  height:49px;
  border:1px solid #dfe5e1;
  border-radius:5px;
  background:#fff;
  color:#68736e;
  padding:0 13px;
  font:inherit;
  font-size:14px;
}

.check{
  width:100%;
  height:57px;
  border:0;
  border-radius:5px;
  background:var(--green-dark);
  color:#fff;
  font-weight:800;
  font-size:15px;
  margin-top:5px;
  cursor:pointer;
}

/* =========================================================
   TRUST STRIP
========================================================= */
.trust{
  background:#fff;
  border-bottom:1px solid var(--line);
}

.trust-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:32px;
  align-items:start;
  justify-items:center;
  text-align:center;
  padding:28px 0 24px;
}

.trust-card{
  width:100%;
  max-width:240px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.trust-icon, .trust-icon.img-icon{
  width:52px;
  height:52px;
  margin:0 auto 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--green);
  line-height:1;
}

.trust-icon{
  font-size:42px;
}

.trust-icon.img-icon{
  font-size:0;
}

.trust-icon img, .trust-icon.img-icon img{
  width:42px;
  height:42px;
  object-fit:contain;
  display:block;
}

.trust-card h3{
  margin:0 0 10px;
  font-size:15px;
  font-weight:800;
  line-height:1.25;
}

.trust-card p{
  margin:0 auto;
  max-width:210px;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}

@media(max-width:980px){
  .trust-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:680px){
  .trust-grid{
    grid-template-columns:1fr;
  }

}

.section{
  padding:42px 0 56px;
  background:#fff;
}

.section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:26px;
}

.section h2,.travel h2{
  font-family:var(--serif);
  font-size:35px;
  letter-spacing:-.035em;
  margin:0;
}

.view-all{
  color:var(--green);
  font-weight:800;
  font-size:15px;
  display:flex;
  align-items:center;
  gap:12px;
}

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  position:relative;
}

.tour-card{
  background:#fff;
  border:1px solid #dfe7e2;
  border-radius:7px;
  overflow:hidden;
  box-shadow:0 7px 18px rgba(0,0,0,.035);
}

.tour-img{
  height:222px;
  position:relative;
  overflow:hidden;
}

.tour-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.badge{
  position:absolute;
  top:17px;
  left:17px;
  background:var(--green);
  color:#fff;
  border-radius:18px;
  padding:7px 15px;
  font-size:12px;
  font-weight:800;
}

.tour-body{
  padding:19px 17px 18px;
}

.tour-body h3{
  font-size:22px;
  line-height:1.18;
  margin:0 0 13px;
  font-weight:800;
  letter-spacing:-.025em;
}

.tour-body p{
  color:#46514c;
  font-size:15px;
  line-height:1.48;
  margin:0 0 17px;
  min-height:88px;
}

.meta{
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap:wrap;

  margin-bottom:15px;

  color:#68736e;
  font-size:13px;
}

.meta span:before{
  content:'';
  display:none;
}

.score{
  display:flex;
  gap:8px;
  align-items:center;
  font-size:14px;
  margin-bottom:17px;
}

.score b{
  font-weight:800;
}

.score .stars{
  font-size:14px;
  letter-spacing:1px;
}

.score small{
  color:#68736e;
}

.price{
  font-size:14px;
  margin-bottom:17px;
}

.price b{
  font-size:17px;
}

.outline{
  height:47px;
  border:1.5px solid var(--green);
  color:var(--green-dark);
  border-radius:5px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:14px;
  background:#fff;
}

.custom{
  background:linear-gradient(90deg,rgba(4,35,22,.92),rgba(4,35,22,.48)),url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=88') center/cover no-repeat;
  color:#fff;
  padding:58px 0;
}

.custom-grid{
  display:grid;
  grid-template-columns:1fr 440px;
  gap:90px;
  align-items:center;
}

.eyebrow{
  color:#29a75b;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.055em;
  font-size:12px;
  margin:0 0 13px;
}

.custom h2{
  font-family:var(--serif);
  font-size:35px;
  letter-spacing:-.035em;
  margin:0 0 18px;
  color:#fff;
}

.custom p{
  font-size:16px;
  line-height:1.58;
  margin:0 0 28px;
  max-width:430px;
  color:rgba(255,255,255,.93);
}

.custom-list{
  background:rgba(255,255,255,.95);
  border-radius:8px;
  padding:26px 28px;
  box-shadow:0 15px 40px rgba(0,0,0,.16);
  list-style:none;
  margin:0;
  color:#3f4a45;
}

.custom-list li{
  padding:8px 0;
  font-size:14px;
}

.travel{
  background:#fff;
  padding:38px 0 52px;
}

.travel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
}

.powered{
  font-size:13px;
  color:#6b736f;
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:12px;
}

.powered b{
  color:#223;
  font-weight:900;
}

.tabs{
  display:flex;
  gap:56px;
  border-bottom:1px solid var(--line);
  margin-bottom:20px;
  width:100%;
}

.tab{
  padding:0 0 13px;
  display:flex;
  gap:10px;
  align-items:center;
  font-weight:800;
  color:#333;
}

.tab.active{
  color:var(--green);
  border-bottom:2px solid var(--green);
}

.travel-box{
  border:1px solid #dfe5e1;
  border-radius:7px;
  padding:21px;
  background:#fff;
}

.travel-row{
  display:grid;
  grid-template-columns:1fr 1fr .75fr .75fr;
  gap:8px;
  margin-bottom:15px;
}

.travel-input{
  height:67px;
  border:1px solid #dfe5e1;
  border-radius:5px;
  padding:12px 16px;
  color:#68736e;
  font-size:14px;
}

.travel-input span{
  display:block;
  font-size:12px;
  color:#9aa29e;
  margin-bottom:5px;
}

.travel-bottom{
  display:grid;
  grid-template-columns:330px 1fr 300px;
  gap:20px;
  align-items:center;
}

.checkbox{
  color:#68736e;
  font-size:14px;
}

.search{
  height:56px;
  border:0;
  border-radius:6px;
  background:#0878ff;
  color:#fff;
  font-size:16px;
  font-weight:800;
}

.travelpayouts-embed:not(:empty){
  margin-bottom:20px;
}

.travelpayouts-embed:not(:empty)+.travel-demo{
  display:none;
}

.integration-placeholder:not(:empty)+.fallback-booking{
  display:none;
}

.newsletter{
  background:linear-gradient(90deg,rgba(5,37,28,.78),rgba(5,37,28,.7)),url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=2200&q=88') center/cover no-repeat;
  padding:24px 0 0;
  color:#fff;
}

.newsletter-box{
  background:rgba(3,35,25,.78);
  border-radius:10px;
  padding:25px 28px;
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:42px;
  align-items:center;
}

.news-left{
  display:flex;
  gap:22px;
  align-items:center;
}

.mail{
  width:72px;
  height:72px;
  border-radius:50%;
  background:var(--green);
  display:grid;
  place-items:center;
  font-size:32px;
}

.newsletter h3{
  font-family:var(--serif);
  font-size:27px;
  margin:0 0 8px;
}

.newsletter p{
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:14px;
  line-height:1.45;
}

.subscribe{
  display:grid;
  grid-template-columns:1fr 155px;
}

.subscribe input{
  height:57px;
  border:0;
  border-radius:5px 0 0 5px;
  padding:0 20px;
  font:inherit;
}

.subscribe button{
  border:0;
  background:var(--green);
  color:#fff;
  border-radius:0 5px 5px 0;
  font-weight:800;
}

.spam{
  font-size:12px;
  color:rgba(255,255,255,.72);
  margin-top:9px;
}

.footer{
  background:linear-gradient(110deg,#06351f,#07492a);
  color:#fff;
  padding:45px 0 25px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.3fr .85fr .85fr 1fr;
  gap:56px;
}

.footer-logo{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:13px;
}

.footer-logo .brand-mark{
  width:59px;
  height:59px;
  border-color:rgba(255,255,255,.7);
  background:rgba(255,255,255,.08);
  color:#fff;
}

.footer-logo strong{
  font-family:var(--serif);
  font-size:26px;
  display:block;
  line-height:1;
}

.footer-logo span span{
  display:block;
  font-size:16px;
  color:#fff;
  margin-top:3px;
}

.footer p{
  color:rgba(255,255,255,.84);
  font-size:14px;
  line-height:1.55;
  margin:0 0 18px;
  max-width:230px;
}

.footer h4{
  margin:0 0 18px;
  font-size:16px;
}

.footer a{
  display:block;
  color:rgba(255,255,255,.86);
  font-size:14px;
  margin:0 0 10px;
}

.contact-line{
  display:flex;
  gap:12px;
  align-items:center;
  color:rgba(255,255,255,.88);
  font-size:14px;
  margin-bottom:14px;
}

.bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:38px;
  color:rgba(255,255,255,.78);
  font-size:13px;
}

.whatsapp{
  position:fixed;
  right:28px;
  bottom:28px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#23d366;
  color:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 10px 25px rgba(0,0,0,.2);
  font-weight:900;
  font-size:25px;
  z-index:30;
}

.content-page{
  padding:60px 0;
}

.content-page h1{
  font-family:var(--serif);
  font-size:44px;
}

@media(max-width:980px){
  .links{
    display:none;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    background:#fff;
    box-shadow:0 16px 30px rgba(0,0,0,.08);
    padding:12px 24px;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
  }

  .links.is-open{
    display:flex;
  }

  .links a{
    padding:14px 0;
  }

  .links a.active:after{
    display:none;
  }

  .menu-toggle{
    display:block;
    border:1px solid var(--line);
    background:#fff;
    border-radius:5px;
    padding:10px 12px;
    font-weight:800;
  }

  .hero-grid,.custom-grid,.newsletter-box,.footer-grid{
    grid-template-columns:1fr;
  }

  .hero{
    min-height:auto;
    padding:60px 0;
  }

  .cards{
    grid-template-columns:repeat(2,1fr);
    height:auto;
    padding:30px 0;
  }

  .travel-row,.travel-bottom{
    grid-template-columns:1fr;
  }

}

@media(max-width:680px){
  .wrap{
    width:min(100% - 28px,1180px);
  }

  .brand-text strong{
    font-size:19px;
  }

  .book-top{
    display:none;
  }

  .hero h1{
    font-size:42px;
  }

  .hero-grid{
    gap:35px;
  }

  .cards{
    grid-template-columns:1fr;
  }

  .section-head,.travel-head{
    align-items:flex-start;
    flex-direction:column;
    gap:15px;
  }

  .custom-grid{
    gap:28px;
  }

  .newsletter-box{
    padding:22px;
  }

  .subscribe{
    grid-template-columns:1fr;
    gap:10px;
  }

  .subscribe input,.subscribe button{
    border-radius:5px;
  }

  .subscribe button{
    height:52px;
  }

  .bottom{
    flex-direction:column;
  }

  .header{
    height:auto;
  }

  .nav{
    min-height:76px;
  }

  .hero{
    background-position:center;
  }

  .booking{
    padding:22px;
  }

  .rating{
    flex-wrap:wrap;
  }

  .tabs{
    gap:26px;
  }

}

/* v1.1 homepage update */
.hero-clean{
  min-height:590px;
  background:linear-gradient(90deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.42) 44%,rgba(0,0,0,.06) 100%),url('https://images.unsplash.com/photo-1549918864-48ac978761a4?auto=format&fit=crop&w=2200&q=88') center/cover no-repeat;
}

.hero-copy-only{
  display:flex;
  align-items:center;
  min-height:590px;
}

.hero-kicker{
  font-size:14px!important;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:900;
  color:#dfeee5!important;
  margin:0 0 14px!important;
}

.hero-actions{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}

.secondary-hero{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  border:1px solid rgba(255,255,255,.75);
  border-radius:7px;
  padding:17px 25px;
  font-weight:800;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(4px);
}

.alt-section{
  background:#f7faf8;
}

.feature-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:44px;
  align-items:center;
}

.feature-grid.reverse{
  grid-template-columns:.95fr 1.05fr;
}

.feature-media{
  position:relative;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
  min-height:420px;
}

.feature-media img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}

.big-badge{
  font-size:13px;
  padding:9px 16px;
}

.feature-copy h2,.seo-content h2{
  font-family:var(--serif);
  font-size:42px;
  line-height:1.08;
  letter-spacing:-.04em;
  margin:0 0 18px;
}

.feature-copy .lead{
  font-size:17px;
  line-height:1.65;
  color:#46514c;
  margin:0 0 22px;
}

.dark{
  color:var(--green)!important;
}

.feature-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 26px;
}

.feature-pills span{
  border:1px solid #d6e5dc;
  background:#fff;
  color:#244237;
  border-radius:999px;
  padding:9px 13px;
  font-weight:800;
  font-size:13px;
}

.button-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.outline.inline{
  display:inline-flex;
  width:auto;
  padding:0 24px;
  min-height:53px;
}

.stacked-head{
  align-items:flex-end;
}

.stacked-head .eyebrow{
  margin-bottom:8px;
}

.cards-three .tour-body p{
  min-height:72px;
}

.daytrip-section{
  padding-top:58px;
  padding-bottom:58px;
}

.rezgo-section{
  padding:48px 0;
  background:#fff;
}

.rezgo-box{
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  padding:26px;
}

.rezgo-placeholder:not(:empty)+.empty-widget-note{
  display:none;
}

.empty-widget-note{
  border:1px dashed #b9c8bf;
  border-radius:10px;
  background:#f8fbf9;
  padding:28px;
  text-align:center;
  color:#405048;
}

.empty-widget-note h3{
  font-family:var(--serif);
  font-size:26px;
  margin:0 0 8px;
}

.empty-widget-note p{
  max-width:740px;
  margin:0 auto;
  line-height:1.55;
  color:#66736d;
}

.seo-content{
  padding:44px 0;
  background:#f7faf8;
}

.seo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:start;
}

.seo-grid p{
  font-size:16px;
  line-height:1.7;
  color:#46514c;
  margin:0;
}

.book-top{
  white-space:nowrap;
}

.nav .links a[href="#booking"]{
  display:none;
}

@media(max-width:980px){
  .hero-copy-only{
    min-height:auto;
  }

  .hero-clean{
    padding:64px 0;
  }

  .feature-grid,.feature-grid.reverse,.seo-grid{
    grid-template-columns:1fr;
  }

  .feature-media,.feature-media img{
    min-height:330px;
  }

  .feature-copy h2,.seo-content h2{
    font-size:36px;
  }

  .stacked-head{
    align-items:flex-start;
  }

  .hero-actions .primary,.hero-actions .secondary-hero{
    width:100%;
    justify-content:center;
  }

  .button-row .primary,.button-row .outline.inline{
    width:100%;
    justify-content:center;
  }

}

@media(max-width:680px){
  .hero-clean{
    padding:52px 0;
    background-position:center;
  }

  .hero-copy-only{
    display:block;
  }

  .feature-copy h2,.seo-content h2{
    font-size:32px;
  }

  .feature-media,.feature-media img{
    min-height:260px;
  }

  .rezgo-box{
    padding:16px;
  }

  .empty-widget-note{
    padding:20px;
  }

  .cards-three .tour-body p{
    min-height:0;
  }

  .section{
    padding:38px 0;
  }

}

/* Footer social icons cleanup */
.social{
  display:flex;
  align-items:center;
  gap:22px;
}

.social a{
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  margin:0;
  box-shadow:none;
  transition:transform .2s ease, opacity .2s ease;
}

.social a:hover{
  transform:translateY(-2px);
  opacity:.85;
}

.social a img{
  width:30px;
  height:30px;
  object-fit:contain;
  display:block;
}