/*
Theme Name: TravelTour Child
Template: traveltour
Version: 2.0.0
*/

/* ============ PREMIUM HERITAGE HOMEPAGE ============ */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

.ath-home{
  --navy:#0f2d52;--navy2:#1a4173;--gold:#e0962b;--gold2:#f0b14d;
  --cream:#faf6ee;--cream2:#f3ecdf;--ink:#1d2735;--muted:#5f6b7d;--line:#e6ddcd;--white:#fffdf9;
  font-family:'Plus Jakarta Sans',sans-serif;color:var(--ink);line-height:1.65;font-size:18px;background:var(--cream)
}
.ath-home *{box-sizing:border-box}
.ath-home h1,.ath-home h2,.ath-home h3{font-family:'Fraunces',serif;font-weight:600;letter-spacing:-.01em;line-height:1.12;margin:0}
.ath-container{max-width:1200px;margin:0 auto;padding:0 28px}
.ath-home a{text-decoration:none}
.ath-home section{padding:96px 0}
.ath-eyebrow{color:var(--gold);font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:.78rem;font-family:'Plus Jakarta Sans'}
.ath-eyebrow-d{display:block;margin-bottom:8px}
.ath-h2{font-size:2.7rem;color:var(--navy);margin:10px 0 12px}
.ath-sub{color:var(--muted);font-size:1.1rem;max-width:560px;margin:0 auto}
.ath-sec-head{text-align:center;margin-bottom:54px}
.ath-rule{display:block;width:64px;height:3px;background:var(--gold);margin:22px auto 0;border-radius:2px}
.ath-btn{display:inline-flex;align-items:center;gap:9px;padding:16px 30px;border-radius:10px;font-weight:700;font-size:1rem;transition:.2s}
.ath-btn-gold{background:var(--gold);color:var(--navy)}
.ath-btn-gold:hover{background:var(--gold2);transform:translateY(-2px)}
.ath-btn-ghost{background:rgba(255,255,255,.12);color:#fff;border:1.5px solid rgba(255,255,255,.4);backdrop-filter:blur(4px)}
.ath-btn-ghost:hover{background:rgba(255,255,255,.2)}

/* hero */
.ath-hero{position:relative;min-height:88vh;display:flex;align-items:center;color:#fff;overflow:hidden;background:var(--navy)}
.ath-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:1}
.ath-hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(100deg,rgba(15,45,82,.92) 0%,rgba(15,45,82,.62) 48%,rgba(15,45,82,.15) 100%)}
.ath-hero-inner{position:relative;z-index:3;width:100%;padding:60px 0}
.ath-hero .ath-eyebrow{color:var(--gold2)}
.ath-hero h1{font-size:3.9rem;font-weight:600;margin:18px 0 20px;max-width:830px;color:#fff}
.ath-hero p{font-size:1.3rem;font-weight:400;max-width:560px;margin-bottom:34px;color:rgba(255,255,255,.92)}
.ath-hero-btns{display:flex;gap:14px;flex-wrap:wrap}

/* trust bar */
.ath-trust{background:var(--white);margin-top:-50px;position:relative;z-index:20;border-radius:18px;box-shadow:0 14px 44px rgba(15,45,82,.14);border:1px solid var(--line)}
.ath-trust-in{display:grid;grid-template-columns:repeat(4,1fr)}
.ath-trust-item{display:flex;align-items:center;gap:13px;padding:24px 26px;border-right:1px solid var(--line)}
.ath-trust-item:last-child{border-right:none}
.ath-trust-item .ic{width:30px;height:30px;flex:none;color:var(--gold);display:inline-flex}
.ath-trust-item .ic svg{width:100%;height:100%}
.ath-trust-item .ti-top{font-weight:800;font-size:1.05rem;color:var(--navy);line-height:1.2}
.ath-trust-item .ti-sub{font-size:.82rem;color:var(--muted)}
.ath-trust-item .tr-stars{color:var(--gold);font-size:.8rem;letter-spacing:1px}

/* carousels */
.ath-crsl-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:34px;gap:20px}
.ath-crsl-arrows{display:flex;gap:10px;flex:none}
.ath-crsl-arrows button{width:48px;height:48px;border-radius:50%;border:none;background:var(--navy);color:#fff;font-size:1.4rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.22s;box-shadow:0 4px 14px rgba(15,45,82,.22)}
.ath-crsl-arrows button:hover{background:var(--gold);color:var(--navy);transform:translateY(-2px)}
.ath-crsl-arrows button:active{transform:translateY(0)}
.ath-hl-sec{padding-bottom:0}
.ath-hl-row,.ath-rv-row{display:flex;gap:20px;overflow-x:auto;padding:6px 2px 24px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;cursor:grab}
.ath-hl-row.drag,.ath-rv-row.drag{cursor:grabbing;scroll-snap-type:none}
.ath-hl-row::-webkit-scrollbar,.ath-rv-row::-webkit-scrollbar{height:6px}
.ath-hl-row::-webkit-scrollbar-thumb,.ath-rv-row::-webkit-scrollbar-thumb{background:var(--line);border-radius:10px}
.ath-hl-card{flex:0 0 calc((100% - 60px)/4);scroll-snap-align:start;background:var(--white);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.25s}
.ath-hl-card:hover{transform:translateY(-5px);box-shadow:0 14px 32px rgba(15,45,82,.14)}
.ath-hl-img{position:relative;height:150px;overflow:hidden}
.ath-hl-img img{width:100%;height:100%;object-fit:cover}
.ath-hl-date{position:absolute;top:12px;left:12px;background:rgba(255,253,249,.95);border-radius:10px;padding:6px 11px;text-align:center;line-height:1;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.ath-hl-date .d{font-family:'Fraunces';font-size:1.3rem;font-weight:700;color:var(--navy)}
.ath-hl-date .m{font-size:.66rem;font-weight:700;letter-spacing:1px;color:var(--gold);text-transform:uppercase}
.ath-hl-body{padding:14px 16px;display:flex;justify-content:space-between;align-items:baseline;gap:8px}
.ath-hl-body h3{font-size:1.1rem;font-weight:600;color:var(--ink)}
.ath-hl-body .p{font-weight:700;color:var(--navy);white-space:nowrap;font-size:.95rem}
.ath-hl-body .p small{color:var(--muted);font-weight:400;font-size:.72rem;display:block}

/* tour filter + cards */
.ath-tfilter{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:44px}
.ath-tfilter button{font-family:'Plus Jakarta Sans';font-weight:700;font-size:.92rem;color:var(--muted);background:var(--white);border:1px solid var(--line);padding:11px 22px;border-radius:40px;cursor:pointer;transition:.2s;white-space:nowrap}
.ath-tfilter button:hover{border-color:var(--navy);color:var(--navy)}
.ath-tfilter button.on{background:var(--navy);color:#fff;border-color:var(--navy)}
.ath-tours{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.ath-tcard{background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s;display:flex;flex-direction:column}
.ath-tcard.hide{display:none}
.ath-tcard:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(15,45,82,.14);border-color:#d8cab0}
.ath-tcard-img{position:relative;height:250px;overflow:hidden}
.ath-tcard-img img{width:100%;height:100%;object-fit:cover;transition:.5s}
.ath-tcard:hover .ath-tcard-img img{transform:scale(1.06)}
.ath-tcard-badge{position:absolute;top:14px;left:14px;background:var(--gold);color:var(--navy);font-size:.72rem;font-weight:800;letter-spacing:.5px;padding:6px 13px;border-radius:30px;font-family:'Plus Jakarta Sans'}
.ath-tcard-transport{position:absolute;top:14px;right:14px;width:42px;height:42px;border-radius:50%;background:rgba(15,45,82,.82);backdrop-filter:blur(6px);display:grid;place-items:center}
.ath-tcard-transport svg{width:22px;height:22px;color:#fff}
.ath-tcard-body{padding:26px 28px;display:flex;flex-direction:column;flex:1}
.ath-tcard-days{display:inline-flex;align-items:center;gap:6px;background:rgba(224,150,43,.14);color:#a8651a;font-weight:700;font-size:.8rem;padding:4px 11px;border-radius:30px;margin-bottom:12px;align-self:flex-start}
.ath-tcard h3{font-size:1.42rem;font-weight:600;line-height:1.25;margin-bottom:14px;color:var(--ink)}
.ath-tcard-meta{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}
.ath-tcard-meta div{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.92rem}
.ath-tcard-meta svg{width:17px;height:17px;color:var(--navy2);flex:none}
.ath-tcard-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:18px;border-top:1px solid var(--line)}
.ath-tcard-price small{color:var(--muted);font-size:.8rem;display:block}
.ath-tcard-price b{font-family:'Fraunces';font-size:1.7rem;font-weight:600;color:var(--navy)}
.ath-tcard-btn{background:var(--navy);color:#fff;padding:11px 20px;border-radius:9px;font-weight:700;font-size:.88rem;transition:.2s;white-space:nowrap}
.ath-tcard-btn:hover{background:var(--navy2)}
.ath-sec-cta{text-align:center;margin-top:46px}
.ath-sec-cta a{color:var(--navy);font-weight:700;border-bottom:2px solid var(--gold);padding-bottom:3px}

/* coach */
.ath-coach-sec{background:var(--cream2)}
.ath-coach2{background:var(--navy);border-radius:24px;overflow:hidden;box-shadow:0 20px 50px rgba(15,45,82,.18);color:#fff}
.ath-coach2-top{display:grid;grid-template-columns:1.05fr .95fr}
.ath-coach2-gallery{padding:22px}
.ath-coach2-main{height:300px;border-radius:14px;overflow:hidden;margin-bottom:12px}
.ath-coach2-main img{width:100%;height:100%;object-fit:cover}
.ath-coach2-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.ath-coach2-thumbs div{height:64px;border-radius:9px;background-size:cover;background-position:center;border:2px solid transparent;transition:.2s}
.ath-coach2-thumbs div:hover{border-color:var(--gold2)}
.ath-coach2-txt{padding:48px 50px 48px 20px;display:flex;flex-direction:column;justify-content:center}
.ath-coach2-txt .ath-eyebrow,.ath-eyebrow-g{color:var(--gold2)}
.ath-coach2-txt h2{font-size:2.2rem;color:#fff;margin:10px 0 14px}
.ath-coach2-txt>p{color:rgba(255,255,255,.82);margin-bottom:24px}
.ath-coach2-feats{display:flex;gap:26px;flex-wrap:wrap;margin-bottom:22px}
.ath-coach2-feats div{display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center;font-size:.82rem;color:rgba(255,255,255,.9);min-width:70px}
.ath-coach2-feats svg{width:26px;height:26px;color:var(--gold2)}
.ath-coach2-rating{display:flex;align-items:center;gap:10px;border-top:1px solid rgba(255,255,255,.15);padding-top:20px}
.ath-coach2-rating .stars{color:var(--gold2);font-size:1.05rem}
.ath-coach2-rating span{color:rgba(255,255,255,.85);font-size:.92rem}

/* bento */
.ath-bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:20px}
.ath-bento .b{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:30px;display:flex;flex-direction:column;justify-content:center;color:inherit;transition:.22s}
.ath-bento .b:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(15,45,82,.12);border-color:#d8cab0}
.ath-bento .b.wide{grid-column:span 2}
.ath-bento .b .ic{width:42px;height:42px;color:var(--navy);margin-bottom:16px;display:inline-flex}
.ath-bento .b .ic svg{width:100%;height:100%}
.ath-bento .b h3{font-size:1.25rem;font-weight:600;margin-bottom:8px;color:var(--navy)}
.ath-bento .b p{color:var(--muted);font-size:.95rem}
.ath-bento .b.feature{background:var(--navy);color:#fff}
.ath-bento .b.feature h3{color:#fff}
.ath-bento .b.feature .ic{color:var(--gold2)}
.ath-bento .b.feature p{color:rgba(255,255,255,.8)}
.ath-bento .b.feature:hover{box-shadow:0 16px 36px rgba(15,45,82,.3)}
.ath-bento .num{font-family:'Fraunces';font-size:2.6rem;font-weight:600;color:var(--navy);line-height:1}

/* categories */
.ath-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.ath-cat{position:relative;height:400px;border-radius:18px;overflow:hidden;display:block}
.ath-cat img{width:100%;height:100%;object-fit:cover;transition:.5s}
.ath-cat:hover img{transform:scale(1.07)}
.ath-cat::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 38%,rgba(15,45,82,.92))}
.ath-cat-txt{position:absolute;left:0;right:0;bottom:0;padding:24px;z-index:2;color:#fff}
.ath-cat-txt h3{font-size:1.6rem;color:#fff;margin-bottom:6px}
.ath-cat-txt span{color:var(--gold2);font-weight:700;font-size:.9rem;font-family:'Plus Jakarta Sans'}

/* testimonials */
.ath-testi-sec{background:var(--cream2)}
.ath-rv-card{flex:0 0 360px;scroll-snap-align:start;background:var(--white);border:1px solid var(--line);border-radius:18px;padding:28px}
.ath-rv-top{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.ath-rv-top .rv-g{width:26px;height:26px;flex:none}
.ath-rv-stars{color:var(--gold)}
.ath-rv-card p{font-size:.98rem;line-height:1.6;color:#3a4452;margin-bottom:16px;font-style:italic}
.ath-rv-who{font-weight:700;color:var(--navy)}
.ath-rv-when{color:var(--muted);font-size:.82rem;font-weight:400}

/* newsletter */
.ath-news{background:linear-gradient(120deg,var(--navy),var(--navy2));color:#fff;border-radius:24px;padding:54px 60px;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.ath-news h2{font-size:2rem;color:#fff;margin-bottom:6px}
.ath-news p{color:rgba(255,255,255,.8)}
.ath-news-form{display:flex;min-width:340px;flex:1;max-width:440px}
.ath-news-form input{flex:1;border:none;padding:16px 20px;border-radius:10px 0 0 10px;font-size:1rem;font-family:inherit}
.ath-news-form button{border:none;background:var(--gold);color:var(--navy);font-weight:800;padding:0 30px;border-radius:0 10px 10px 0;cursor:pointer;font-family:inherit}

/* mobile sticky bar */
.ath-mbar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fff;border-top:1px solid #e6ddcd;box-shadow:0 -4px 18px rgba(0,0,0,.1)}
.ath-mbar a{flex:1;text-align:center;padding:16px 0;font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:8px}
.ath-mbar .call{background:#e0962b;color:#0f2d52}
.ath-mbar .book{background:#0f2d52;color:#fff}

@media(max-width:980px){
  .ath-hero h1{font-size:2.6rem}
  .ath-trust-in{grid-template-columns:1fr 1fr}
  .ath-trust-item:nth-child(2){border-right:none}
  .ath-trust-item{border-bottom:1px solid var(--line)}
  .ath-tours{grid-template-columns:1fr}
  .ath-hl-card{flex:0 0 70%}
  .ath-coach2-top{grid-template-columns:1fr}
  .ath-coach2-txt{padding:40px}
  .ath-bento{grid-template-columns:1fr 1fr}
  .ath-cats{grid-template-columns:1fr 1fr}
  .ath-tfilter{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}
  .ath-mbar{display:flex}
  .ath-home section{padding:64px 0}
}
@media(max-width:560px){
  .ath-cats{grid-template-columns:1fr}
  .ath-bento{grid-template-columns:1fr}
  .ath-bento .b.wide{grid-column:span 1}
  .ath-hl-card{flex:0 0 80%}
  .ath-rv-card{flex:0 0 85%}
  .ath-news{padding:36px 28px}
  .ath-news-form{min-width:100%}
}

/* hero slider (existing) */
.ath-slider{position:absolute;inset:0;z-index:1;overflow:hidden}
.ath-slides{position:absolute;inset:0}
.ath-slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease;pointer-events:none}
.ath-slide.is-active{opacity:1;pointer-events:auto}
.ath-slide-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background-size:cover;background-position:center}
.ath-slider-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border:none;border-radius:50%;background:rgba(255,255,255,.85);color:#1a2942;font-size:1.6rem;cursor:pointer;display:grid;place-items:center}
.ath-prev{left:20px}.ath-next{right:20px}
.ath-slider-dots{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);z-index:5;display:flex;gap:9px}
.ath-dot{width:11px;height:11px;border-radius:50%;border:none;background:rgba(255,255,255,.5);cursor:pointer;padding:0}
.ath-dot.is-active{background:#e0962b;width:28px;border-radius:6px}

/* ===== THEME OVERRIDE FIXES (force our palette) ===== */
.ath-home .ath-btn-gold,
.ath-home a.ath-btn-gold{background:#e0962b !important;color:#0f2d52 !important;border:none !important;text-shadow:none !important}
.ath-home .ath-btn-gold:hover,
.ath-home a.ath-btn-gold:hover{background:#f0b14d !important;color:#0f2d52 !important}
.ath-home .ath-btn-ghost,
.ath-home a.ath-btn-ghost{background:rgba(255,255,255,.12) !important;color:#fff !important;border:1.5px solid rgba(255,255,255,.4) !important}
.ath-home .ath-btn-ghost:hover{background:rgba(255,255,255,.2) !important}
.ath-home .ath-tcard-btn,
.ath-home a.ath-tcard-btn{background:#0f2d52 !important;color:#fff !important;border:none !important;text-shadow:none !important}
.ath-home .ath-tcard-btn:hover{background:#1a4173 !important;color:#fff !important}
.ath-home .ath-news-form button{background:#e0962b !important;color:#0f2d52 !important}
/* links inside our sections shouldn't take theme accent */
.ath-home .ath-sec-cta a,
.ath-home .ath-crsl-head a{color:#0f2d52 !important}
/* tour card price/title keep our colors */
.ath-home .ath-tcard h3,.ath-home .ath-hl-body h3{color:#1d2735 !important}
.ath-home .ath-tcard-price b{color:#0f2d52 !important}
/* eyebrow stays gold not theme orange */
.ath-home .ath-eyebrow{color:#e0962b !important}
.ath-home .ath-hero .ath-eyebrow,.ath-home .ath-eyebrow-g,.ath-home .ath-coach2-txt .ath-eyebrow{color:#f0b14d !important}

/* ===== FIXES: arrows perfect circles, hero arrow, header height ===== */
/* carousel arrows -> perfect circles (force equal w/h, flex not grid) */
.ath-home .ath-crsl-arrows{align-items:center}
.ath-home .ath-crsl-arrows button{width:48px !important;height:48px !important;min-width:48px !important;flex:0 0 48px !important;padding:0 !important;border-radius:50% !important;aspect-ratio:1/1 !important;display:inline-flex !important;align-items:center;justify-content:center}
/* hero slider arrows -> navy/white not orange */
.ath-home .ath-slider-nav{background:rgba(15,45,82,.78) !important;color:#fff !important}
.ath-home .ath-slider-nav:hover{background:#e0962b !important;color:#0f2d52 !important}
/* header height trim */
.traveltour-navigation,.traveltour-logo{padding-top:18px !important;padding-bottom:18px !important}
.traveltour-logo img{max-height:64px !important;width:auto !important}

/* ===== HERO SEARCH (find your trip) ===== */
.ath-hero-search{display:flex;align-items:center;gap:0;background:#fffdf9;border-radius:14px;padding:7px 7px 7px 18px;max-width:620px;margin-top:26px;box-shadow:0 16px 40px rgba(0,0,0,.22)}
.ath-hero-search .ath-hs-ic{display:inline-flex;color:#5f6b7d;flex:none}
.ath-hero-search .ath-hs-ic svg{width:22px;height:22px}
.ath-hero-search input[type=search]{flex:1;border:none;outline:none;background:transparent;font-family:inherit;font-size:1.02rem;color:#1d2735;padding:12px 14px}
.ath-hero-search input[type=search]::placeholder{color:#8a93a1}
.ath-hero-search button{flex:none;border:none;background:#e0962b;color:#0f2d52;font-family:inherit;font-weight:800;font-size:.98rem;padding:14px 28px;border-radius:10px;cursor:pointer;transition:.2s}
.ath-hero-search button:hover{background:#f0b14d}
@media(max-width:560px){
  .ath-hero-search{flex-wrap:wrap;padding:10px;border-radius:14px}
  .ath-hero-search input[type=search]{flex:1 1 100%;order:1;padding:10px 8px}
  .ath-hero-search .ath-hs-ic{display:none}
  .ath-hero-search button{flex:1 1 100%;order:2;padding:14px}
}

/* ===== TOP BAR CLEANUP (override the messy flag/social styling) ===== */
/* flags: simple, clean, no grayscale/ring distortion */
.transposh_flags{display:inline-flex !important;align-items:center;gap:8px}
.transposh_flags a{display:inline-flex !important;line-height:0;opacity:.6;transition:.2s;filter:none !important;box-shadow:none !important;border-radius:0 !important;transform:none !important}
.transposh_flags a:hover,.transposh_flags a.tr_active{opacity:1 !important;box-shadow:none !important}
.transposh_flags a.tr_active{position:relative}
.transposh_flags a.tr_active::after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:2px;background:#e0962b;border-radius:2px}
.transposh_flags .trf{width:24px !important;height:16px !important;background-size:contain !important;background-repeat:no-repeat !important;border-radius:2px}
/* social icons: ensure the fa glyph shows white on navy */
.traveltour-top-bar-social-icon{width:30px !important;height:30px !important;border-radius:50% !important;background:#0f2d52 !important;display:inline-flex !important;align-items:center;justify-content:center;line-height:30px !important;text-align:center}
.traveltour-top-bar-social-icon i,.traveltour-top-bar-social-icon i.fa{color:#fff !important;font-size:15px !important;line-height:30px !important}
.traveltour-top-bar-social-icon:hover{background:#e0962b !important}
.traveltour-top-bar-social-icon:hover i{color:#0f2d52 !important}

/* ===== HERO SLIDER ARROWS fix (position + visibility) ===== */
.ath-home .ath-slider-nav{width:48px !important;height:48px !important;border-radius:50% !important;background:rgba(15,45,82,.7) !important;color:#fff !important;border:none !important;display:grid !important;place-items:center;z-index:6 !important;opacity:.9}
.ath-home .ath-slider-nav:hover{background:#e0962b !important;color:#0f2d52 !important;opacity:1}
.ath-home .ath-prev{left:24px !important;right:auto !important}
.ath-home .ath-next{right:24px !important;left:auto !important}

/* ===== FLAG FIX: restore Transposh sprite, only spacing/opacity ===== */
.transposh_flags .trf{width:16px !important;height:11px !important;background-size:16px 11px !important;display:inline-block !important;background-repeat:no-repeat !important;border-radius:0 !important}
.transposh_flags a{opacity:.65;transition:.2s}
.transposh_flags a:hover,.transposh_flags a.tr_active{opacity:1}
.transposh_flags a.tr_active::after{display:none !important}

/* ===== SLIDER ARROW POSITION: ensure slider is positioning context ===== */
.ath-home .ath-hero{position:relative !important}
.ath-home .ath-slider{position:absolute !important;inset:0 !important}
.ath-home .ath-slider-nav{position:absolute !important;top:50% !important;transform:translateY(-50%) !important;width:46px !important;height:46px !important}
.ath-home .ath-prev{left:24px !important;right:auto !important}
.ath-home .ath-next{right:24px !important;left:auto !important}

/* ===== LANGUAGE DROPDOWN ===== */
.ath-lang{position:relative;display:inline-block;font-family:'Plus Jakarta Sans',sans-serif}
.ath-lang-btn{display:inline-flex;align-items:center;gap:7px;background:#fffdf9;border:1px solid #e6ddcd;border-radius:30px;padding:6px 12px;font-size:.86rem;font-weight:700;color:#1d2735;cursor:pointer;transition:.2s}
.ath-lang-btn:hover{border-color:#0f2d52}
.ath-lang-btn .fl{font-size:1.05rem;line-height:1}
.ath-lang-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fffdf9;border:1px solid #e6ddcd;border-radius:12px;box-shadow:0 12px 30px rgba(15,45,82,.16);padding:6px;min-width:140px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s;z-index:200}
.ath-lang.open .ath-lang-menu{opacity:1;visibility:visible;transform:translateY(0)}
.ath-lang-item{display:flex;align-items:center;gap:9px;padding:9px 12px;border-radius:8px;color:#1d2735 !important;font-size:.9rem;font-weight:600;text-decoration:none;transition:.15s}
.ath-lang-item .fl{font-size:1.15rem;line-height:1}
.ath-lang-item:hover{background:#faf6ee}
.ath-lang-item.on{color:#e0962b !important;background:#faf6ee}

/* ===== FIX: search button font + trust icons ===== */
.ath-home .ath-hero-search button{font-family:'Plus Jakarta Sans',sans-serif !important;letter-spacing:0 !important;text-transform:none !important}
.ath-home .ath-hero-search input[type=search]{font-family:'Plus Jakarta Sans',sans-serif !important}

/* ============ TOUR LISTING (Project C) ============ */
.ath-listing{--navy:#0f2d52;--navy2:#1a4173;--gold:#e0962b;--gold2:#f0b14d;--cream:#faf6ee;--cream2:#f3ecdf;--ink:#1d2735;--muted:#5f6b7d;--line:#e6ddcd;--white:#fffdf9;font-family:'Plus Jakarta Sans',sans-serif;background:var(--cream);color:var(--ink)}
.ath-listing *{box-sizing:border-box}
.ath-listing .ath-container{max-width:1280px;margin:0 auto;padding:0 28px}
.ath-listing h1,.ath-listing h3{font-family:'Fraunces',serif;font-weight:600;letter-spacing:-.01em}
.ath-listing a{text-decoration:none;color:inherit}
.ath-listhead{background:var(--navy);color:#fff;padding:155px 0 90px}
.ath-listhead .ath-eyebrow-g{color:var(--gold2);font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:.78rem;display:block;margin-bottom:8px}
.ath-listhead h1{font-size:2.9rem;color:#fff;margin-bottom:8px}
.ath-listhead p{color:rgba(255,255,255,.82);max-width:560px}
.ath-list-layout{display:grid;grid-template-columns:280px 1fr;gap:34px;margin-top:-70px;position:relative;z-index:5;padding-bottom:90px}
.ath-filters{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:26px;align-self:start;position:sticky;top:24px;box-shadow:0 10px 34px rgba(15,45,82,.1)}
.ath-fgroup{padding:18px 0;border-bottom:1px solid var(--line)}
.ath-fgroup:first-of-type{padding-top:0}
.ath-fgroup:last-of-type{border-bottom:none}
.ath-flabel{font-weight:700;font-size:.82rem;letter-spacing:.5px;text-transform:uppercase;color:var(--muted);margin-bottom:12px}
.ath-fopt{display:flex;align-items:center;gap:9px;padding:6px 0;cursor:pointer;font-size:.95rem}
.ath-fopt input{accent-color:var(--navy);width:16px;height:16px;cursor:pointer}
.ath-fopt .count{margin-left:auto;color:var(--muted);font-size:.82rem}
.ath-fsearch{display:flex;align-items:center;gap:8px;background:var(--cream);border:1px solid var(--line);border-radius:10px;padding:10px 12px}
.ath-fsearch input{border:none;background:transparent;outline:none;width:100%;font-family:inherit;font-size:.92rem}
.ath-fsearch svg{width:17px;height:17px;color:var(--muted);flex:none}
.ath-filters-reset{width:100%;margin-top:18px;background:transparent;border:1px solid var(--line);border-radius:10px;padding:11px;color:var(--muted);font-weight:600;font-family:inherit;cursor:pointer;font-size:.88rem}
.ath-filters-reset:hover{border-color:var(--navy);color:var(--navy)}
.ath-filters-close{display:none}
.ath-filters-overlay{display:none}
.ath-results-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}
.ath-results-count{font-weight:600;color:var(--muted)}.ath-results-count b{color:var(--navy)}
.ath-sortby{display:flex;align-items:center;gap:9px}
.ath-sortby select{font-family:inherit;font-size:.92rem;font-weight:600;color:var(--navy);background:var(--white);border:1px solid var(--line);border-radius:10px;padding:10px 14px;cursor:pointer}
.ath-mfilter-btn{display:none}
.ath-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.ath-chip{display:inline-flex;align-items:center;gap:7px;background:var(--navy);color:#fff;font-size:.82rem;font-weight:600;padding:6px 12px;border-radius:30px}
.ath-chip span{cursor:pointer;opacity:.7}.ath-chip span:hover{opacity:1}
.ath-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.ath-listing .ath-tcard{background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s;display:flex;flex-direction:column}
.ath-listing .ath-tcard:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(15,45,82,.14);border-color:#d8cab0}
.ath-listing .ath-tcard-img{position:relative;height:210px;overflow:hidden}
.ath-listing .ath-tcard-img img{width:100%;height:100%;object-fit:cover;transition:.5s}
.ath-listing .ath-tcard:hover .ath-tcard-img img{transform:scale(1.06)}
.ath-listing .ath-tcard-badge{position:absolute;top:13px;left:13px;background:var(--gold);color:var(--navy);font-size:.7rem;font-weight:800;letter-spacing:.5px;padding:5px 12px;border-radius:30px}
.ath-listing .ath-tcard-badge-eb{top:58px;left:auto;right:13px;background:#0f2d52;color:#fff;transform-origin:center;animation:athEbPulse 1.4s ease-in-out infinite;white-space:nowrap;}
@keyframes athEbPulse{
  0%{transform:scale(1);opacity:1;}
  50%{transform:scale(1.08);opacity:.85;}
  100%{transform:scale(1);opacity:1;}
}
.ath-listing .ath-tcard-transport{position:absolute;top:13px;right:13px;width:40px;height:40px;border-radius:50%;background:rgba(15,45,82,.82);display:grid;place-items:center}
.ath-listing .ath-tcard-transport svg{width:21px;height:21px;color:#fff}
.ath-listing .ath-tcard-body{padding:22px 24px;display:flex;flex-direction:column;flex:1}
.ath-listing .ath-tcard-days{display:inline-flex;align-items:center;gap:6px;background:rgba(224,150,43,.14);color:#a8651a;font-weight:700;font-size:.78rem;padding:4px 10px;border-radius:30px;margin-bottom:11px;align-self:flex-start}
.ath-listing .ath-tcard h3{font-size:1.3rem;font-weight:600;line-height:1.25;margin-bottom:13px}
.ath-listing .ath-tcard-meta{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.ath-listing .ath-tcard-meta div{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.9rem}
.ath-listing .ath-tcard-meta svg{width:16px;height:16px;color:var(--navy2);flex:none}
.ath-listing .ath-tcard-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid var(--line)}
.ath-listing .ath-tcard-price small{color:var(--muted);font-size:.78rem;display:block}
.ath-listing .ath-tcard-price b{font-family:'Fraunces';font-size:1.6rem;font-weight:600;color:var(--navy)}
.ath-listing .ath-tcard-btn{background:var(--navy);color:#fff;padding:10px 18px;border-radius:9px;font-weight:700;font-size:.85rem;transition:.2s}
.ath-listing .ath-tcard:hover .ath-tcard-btn{background:var(--navy2)}
.ath-noresults{text-align:center;padding:60px 20px;color:var(--muted);font-size:1.1rem}
.ath-noresults button{margin-top:14px;background:var(--navy);color:#fff;border:none;padding:11px 22px;border-radius:10px;font-family:inherit;font-weight:700;cursor:pointer}
@media(max-width:980px){
  .ath-list-layout{grid-template-columns:1fr}
  .ath-filters{position:fixed;inset:0;z-index:100;border-radius:0;display:none;overflow-y:auto}
  .ath-filters.open{display:block}
  .ath-filters-close{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--navy);color:#fff;border:none;border-radius:10px;padding:13px;font-family:inherit;font-weight:700;cursor:pointer;margin-bottom:18px;position:sticky;top:0}
  .ath-filters-overlay.open{display:block;position:fixed;inset:0;background:rgba(15,45,82,.5);z-index:99}
  .ath-grid{grid-template-columns:1fr 1fr}
  .ath-mfilter-btn{display:inline-flex;align-items:center;gap:8px;background:var(--navy);color:#fff;border:none;padding:12px 20px;border-radius:10px;font-family:inherit;font-weight:700;cursor:pointer}
}
@media(max-width:600px){.ath-grid{grid-template-columns:1fr}.ath-listhead h1{font-size:2rem}}

/* ===== Hide theme page-title banner on listing page ===== */
.page-id-15984 .traveltour-page-title-wrap{display:none !important}
/* spacing fix: gap above chips */
.ath-listing .ath-chips:not(:empty){margin-top:4px;margin-bottom:22px}
.ath-listing .ath-results-head{margin-bottom:18px}
/* hide theme banner on any of our custom listing/home templates */
body.page-template-template-tour-listing .traveltour-page-title-wrap,
body.page-template-template-athanasiadis-home .traveltour-page-title-wrap{display:none !important}

/* ===== more breathing room in listing results ===== */
.ath-listing .ath-list-layout{padding-top:10px}
.ath-listing main{padding-top:6px}
.ath-listing .ath-chips:not(:empty){margin-top:10px;margin-bottom:24px;padding-top:4px}
.ath-listing .ath-results-head{margin-top:6px;margin-bottom:20px}

/* ===== Floating filter button ===== */
.ath-float-filter{position:fixed;bottom:24px;right:24px;z-index:90;display:none;align-items:center;gap:8px;background:#0f2d52;color:#fff;border:none;border-radius:30px;padding:14px 22px;font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;box-shadow:0 8px 24px rgba(15,45,82,.32);transition:.2s;opacity:0;transform:translateY(10px)}
.ath-float-filter.show{display:inline-flex;opacity:1;transform:translateY(0)}
.ath-float-filter:hover{background:#1a4173;transform:translateY(-2px)}
.ath-float-filter svg{flex:none}
@media(max-width:600px){.ath-float-filter{bottom:18px;right:18px;padding:13px 20px}}

/* ===== Hide any residual title/breadcrumb banner on listing ===== */
body.page-id-15984 .traveltour-page-title-wrap,
body.page-template-template-tour-listing .traveltour-page-title-wrap,
body.page-template-template-tour-listing .traveltour-breadcrumbs,
body.page-template-template-tour-listing .traveltour-page-title{display:none !important}

/* ==================== MOBILE FIXES (homepage) ==================== */
@media(max-width:768px){
  .ath-home .traveltour-top-bar-left-text{display:none !important}
  .ath-home .traveltour-top-bar-container{justify-content:center !important}
  .ath-home .traveltour-top-bar-right{justify-content:center !important;width:100%;gap:24px}
  .ath-home .ath-hero-text{text-align:center !important}
  .ath-home .ath-hero-text h1,.ath-home .ath-hero-text .ath-eyebrow,.ath-home .ath-hero-text .ath-sub{text-align:center !important}
  .ath-home .ath-hero-btns{justify-content:center !important}
  .ath-home .ath-hero-search{margin-left:auto !important;margin-right:auto !important;flex-wrap:nowrap !important;padding:6px 6px 6px 14px !important}
  .ath-home .ath-hero-search button{padding:12px 18px !important;font-size:.9rem !important;flex:0 0 auto !important}
  .ath-home .ath-hero-search input[type=search]{flex:1 1 auto !important;min-width:0}
  .ath-home .ath-hs-ic{display:inline-flex !important}
  .ath-home .ath-trust-in{grid-template-columns:1fr 1fr !important;gap:10px !important}
  .ath-home .ath-trust-item{flex-direction:column !important;text-align:center !important;align-items:center !important;gap:6px !important}
  .ath-home .ath-trust-item > div{text-align:center !important}
  .ath-home .ath-trust-item .ti-top,.ath-home .ath-trust-item strong{white-space:nowrap !important}
  .ath-home .ath-trust-item small{font-size:.72rem !important;line-height:1.3 !important}
  .ath-home .ath-sec-head,.ath-home .ath-crsl-head,.ath-home .ath-coach2-top{text-align:center !important}
  .ath-home .ath-sec-head *,.ath-home .ath-crsl-head h2,.ath-home .ath-crsl-head .ath-eyebrow{text-align:center !important}
  .ath-home .ath-rule{margin-left:auto !important;margin-right:auto !important}
  .ath-home .ath-hl-row,.ath-home .ath-rv-row{scroll-snap-type:x mandatory !important}
  .ath-home .ath-hl-card,.ath-home .ath-rv-card{scroll-snap-align:center !important;flex:0 0 88% !important;min-width:88% !important}
  .ath-home .ath-crsl-arrows{justify-content:center !important;margin-top:14px}
  .ath-home .ath-tfilter{flex-wrap:wrap !important;justify-content:center !important;overflow-x:visible !important}
  .ath-home .ath-tfilter button{flex:0 0 auto !important}
  .ath-home .ath-coach2-txt{text-align:center !important}
  .ath-home .ath-coach2-txt h2,.ath-home .ath-coach2-top{text-align:center !important}
  .ath-home .ath-coach2-feats{justify-items:center !important;text-align:center !important}
  .ath-home .ath-coach2-feats > *{text-align:center !important;align-items:center !important}
  .ath-home .ath-coach2-rating{justify-content:center !important;text-align:center !important;flex-wrap:nowrap !important}
  .ath-home .ath-coach2-rating .stars,.ath-home .ath-coach2-rating .tr-stars{white-space:nowrap !important;display:inline-flex !important}
  .ath-home .ath-news-form{flex-wrap:nowrap !important}
  .ath-home .ath-news-form button{writing-mode:horizontal-tb !important;white-space:nowrap !important;width:auto !important;min-width:auto !important;padding:0 22px !important;flex:0 0 auto !important;font-size:.9rem !important}
  .ath-home .ath-news-form input{flex:1 1 auto !important;min-width:0 !important}
  .ath-home .ath-slider-nav{width:40px !important;height:40px !important;top:46% !important}
  .ath-home .ath-prev{left:10px !important}
  .ath-home .ath-next{right:10px !important}
}

/* ===== TRUST BAR mobile: single column, icon-left rows ===== */
@media(max-width:768px){
  .ath-home .ath-trust-in{grid-template-columns:1fr !important;gap:0 !important}
  .ath-home .ath-trust-item{flex-direction:row !important;text-align:left !important;align-items:center !important;justify-content:flex-start !important;gap:16px !important;padding:16px 18px !important;border-bottom:1px solid #ece3d2 !important}
  .ath-home .ath-trust-item:last-child{border-bottom:none !important}
  .ath-home .ath-trust-item > div{text-align:left !important}
  .ath-home .ath-trust-item .ic,.ath-home .ath-trust-item svg,.ath-home .ath-trust-item img{flex:0 0 auto !important;margin:0 !important}
  .ath-home .ath-trust-item .ti-top,.ath-home .ath-trust-item strong{white-space:normal !important;font-size:1rem !important}
  .ath-home .ath-trust-item small{font-size:.82rem !important}
}

/* trust bar mobile: center the rows */
@media(max-width:768px){
  .ath-home .ath-trust-item{justify-content:center !important}
}

/* hero buttons + search equal width on mobile (clean edges) */
@media(max-width:768px){
  .ath-home .ath-hero-btns{flex-direction:column !important;align-items:stretch !important;width:100%;max-width:360px;margin-left:auto !important;margin-right:auto !important}
  .ath-home .ath-hero-btns .ath-btn{width:100% !important;justify-content:center !important;text-align:center !important}
  .ath-home .ath-hero-search{width:100% !important;max-width:360px !important}
}

/* carousel header mobile: title centered on top, arrows centered below */
@media(max-width:768px){
  .ath-home .ath-crsl-head{flex-direction:column !important;align-items:center !important;text-align:center !important;gap:14px !important}
  .ath-home .ath-crsl-head .ath-crsl-arrows{justify-content:center !important;margin-top:0 !important}
  .ath-home .ath-crsl-arrows button{width:44px !important;height:44px !important}
}

/* departures tabs mobile: ΟΛΕΣ full-width on top, categories 2-col grid */
@media(max-width:768px){
  .ath-home .ath-tfilter{display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important;max-width:360px;margin-left:auto !important;margin-right:auto !important}
  .ath-home .ath-tfilter button{width:100% !important;margin:0 !important;justify-content:center !important;text-align:center !important;font-size:.82rem !important;padding:11px 8px !important;white-space:nowrap}
  .ath-home .ath-tfilter button:first-child{grid-column:1 / -1 !important}
}

/* coach features mobile: 3-col grid to fill width, no right gap */
@media(max-width:768px){
  .ath-home .ath-coach2-feats{grid-template-columns:repeat(3,1fr) !important;gap:18px 8px !important;width:100% !important}
  .ath-home .ath-coach2-feats > *{font-size:.78rem !important}
  .ath-home .ath-coach2-rating{justify-content:center !important;gap:12px !important}
}

/* bento why-us cards mobile: centered to match the rest */
@media(max-width:768px){
  .ath-home .ath-bento > *{text-align:center !important}
  .ath-home .ath-bento .ic,.ath-home .ath-bento svg{margin-left:auto !important;margin-right:auto !important;display:block !important}
}


/* ============ MOBILE HEADER (scoped, clean) ============ */
@media(max-width:768px){
  /* hide phone+email in the mobile top bar */
  .traveltour-mobile-header-wrap .traveltour-top-bar-left,
  .traveltour-mobile-header-wrap .traveltour-top-bar-left-text{display:none !important}
  /* top strip: lang left, social right, slim */
  .traveltour-mobile-header-wrap .traveltour-top-bar-container{padding:8px 18px !important}
  .traveltour-mobile-header-wrap .traveltour-top-bar-right{display:flex !important;align-items:center;justify-content:space-between !important;width:100% !important}
  .traveltour-mobile-header-wrap .traveltour-top-bar-right-text,
  .traveltour-mobile-header-wrap .traveltour-top-bar-right-social{margin:0 !important}
  /* keep language dropdown menu from overlapping logo */
  .traveltour-mobile-header-wrap .ath-lang-menu{left:0 !important;right:auto !important}

  /* main header row: logo + hamburger, compact */
  .traveltour-mobile-header-container{padding:12px 18px !important}
  .traveltour-mobile-header .traveltour-logo img{max-height:48px !important;width:auto !important}

  /* HAMBURGER: pure-CSS bars (no font dependency) */
  .traveltour-mm-menu-button{
    position:relative !important;width:46px !important;height:46px !important;
    border:1px solid #d8cab0 !important;border-radius:9px !important;background:#fffdf9 !important;
    display:inline-flex !important;align-items:center !important;justify-content:center !important
  }
  .traveltour-mm-menu-button i.fa{display:none !important}  /* hide broken fa icon */
  .traveltour-mm-menu-button:before{
    content:"" !important;width:20px;height:2px;background:#0f2d52;
    box-shadow:0 -6px 0 #0f2d52, 0 6px 0 #0f2d52;border-radius:2px
  }
}

/* mobile: reduce big section headings so they don't wrap to 3-4 lines */
@media(max-width:768px){
  .ath-home .ath-coach2-txt h2,
  .ath-home .ath-coach2-top h2{font-size:1.7rem !important;line-height:1.2 !important}
  .ath-home .ath-sec-head h2,
  .ath-home .ath-crsl-head h2{font-size:1.7rem !important;line-height:1.2 !important}
}
@media(max-width:480px){
  .ath-home .ath-coach2-txt h2,
  .ath-home .ath-sec-head h2,
  .ath-home .ath-crsl-head h2{font-size:1.5rem !important}
}

/* newsletter mobile: scale down the whole block */
@media(max-width:768px){
  .ath-home .ath-news{padding:30px 22px !important;border-radius:18px !important;text-align:center}
  .ath-home .ath-news h2{font-size:1.5rem !important;line-height:1.2 !important}
  .ath-home .ath-news p{font-size:.92rem !important;margin-top:8px}
  .ath-home .ath-news-form{flex-wrap:nowrap !important;margin-top:18px !important;max-width:340px;margin-left:auto;margin-right:auto}
  .ath-home .ath-news-form input{flex:1 1 auto !important;min-width:0 !important;font-size:.9rem !important;padding:12px 14px !important}
  .ath-home .ath-news-form button{writing-mode:horizontal-tb !important;white-space:nowrap !important;width:auto !important;min-width:auto !important;flex:0 0 auto !important;padding:0 18px !important;font-size:.88rem !important}
}

/* ============ FOOTER RESTYLE (navy + gold) ============ */
.traveltour-footer-wrapper{background:#0f2d52 !important;position:relative}
.traveltour-footer-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e0962b,#f0b14d);z-index:2}
.traveltour-footer-wrapper,
.traveltour-footer-wrapper p,
.traveltour-footer-wrapper li,
.traveltour-footer-wrapper a,
.traveltour-footer-wrapper span{color:rgba(255,255,255,.78) !important}
.traveltour-footer-wrapper .traveltour-widget-title,
.traveltour-footer-wrapper .traveltour-widget-head-text,
.traveltour-footer-wrapper .widget-title,
.traveltour-footer-wrapper h3,
.traveltour-footer-wrapper h4{color:#f0b14d !important;font-family:'Fraunces',serif !important;font-weight:600 !important;font-size:1.15rem !important}
.traveltour-footer-wrapper a:hover{color:#f0b14d !important}
.traveltour-footer-column .menu li,
.traveltour-footer-column .textwidget li,
.traveltour-footer-column li{border-bottom:1px solid rgba(255,255,255,.08);padding:7px 0}
.traveltour-footer-wrapper i.fa{color:#e0962b !important}
.traveltour-footer-wrapper .transposh_flags,
.traveltour-footer-wrapper .ath-lang{display:none !important}
.traveltour-copyright-wrapper{background:#0a213e !important;border-top:1px solid rgba(255,255,255,.08)}
.traveltour-copyright-wrapper,
.traveltour-copyright-wrapper *{color:rgba(255,255,255,.6) !important}
/* back-to-top button -> gold */
.traveltour-footer-back-to-top-button{background:#e0962b !important;color:#0f2d52 !important}

/* floating button toggles; hide in-panel close button */
@media(max-width:980px){
  .ath-filters-close{display:none !important}
  .ath-float-filter.is-open{background:#e0962b !important;color:#0f2d52 !important}
}

/* remove the header Φίλτρα button (keep only the floating one) */
.ath-mfilter-btn,#athMFilter{display:none !important}

/* mobile filter panel: make it scrollable */
@media(max-width:980px){
  .ath-filters.open{
    position:fixed !important;
    top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;
    height:100dvh !important;max-height:100dvh !important;
    overflow-y:auto !important;-webkit-overflow-scrolling:touch !important;
    padding:20px 20px 100px 20px !important;
    z-index:100 !important;
  }
}

/* ===== /ekdromes mobile: filter button bottom-center + sort polish ===== */
@media(max-width:980px){
  .ath-float-filter{left:50% !important;right:auto !important;transform:translateX(-50%) translateY(10px) !important;bottom:18px !important}
  .ath-float-filter.show{transform:translateX(-50%) translateY(0) !important}
  .ath-listing main{padding-bottom:90px !important}
}
@media(max-width:768px){
  .ath-listing .ath-results-head{flex-direction:column !important;align-items:stretch !important;gap:10px !important}
  .ath-listing .ath-sortby{width:100% !important}
  .ath-listing .ath-sortby:before{content:"Ταξινόμηση:";font-size:.82rem;font-weight:700;color:#5f6b7d;align-self:center;margin-right:8px;white-space:nowrap}
  .ath-listing .ath-sortby select{flex:1 1 auto !important;width:100% !important}
  .ath-listing .ath-results-count{text-align:center}
}

/* FORCE-hide theme page-title banner on listing + home templates */
body.page-template-template-tour-listing .traveltour-page-title-wrap,
body.page-template-template-tour-listing .traveltour-page-title,
body.page-template-template-athanasiadis-home .traveltour-page-title-wrap,
body.page-template-template-athanasiadis-home .traveltour-page-title,
body.page-id-15984 .traveltour-page-title-wrap,
body.page-id-15984 .traveltour-page-title{display:none !important;height:0 !important;overflow:hidden !important}

/* hide theme back-to-top on listing page (keep only ΦΙΛΤΡΑ) */
.page-template-template-tour-listing .traveltour-footer-back-to-top-button{display:none !important}

/* ==================== SINGLE TOUR PAGE ==================== */
.ath-tour-page{background:var(--ath-cream,#faf6ee);padding:140px 0 60px;font-family:'Plus Jakarta Sans',sans-serif}
.ath-tour-page .wrap{max-width:1240px;margin:0 auto;padding:0 24px}
.ath-tour-page .bc{padding:18px 0;color:#5f6b7d;font-size:.85rem}
.ath-tour-page .bc a{color:#0f2d52;font-weight:600}
.ath-tour-page .bc a:hover{color:#e0962b}
.ath-tour-page h1,.ath-tour-page h2,.ath-tour-page h3,.ath-tour-page h4{font-family:'Fraunces',serif;letter-spacing:-.01em}
.ath-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:10px;height:420px;margin-bottom:18px}
.ath-gallery img{width:100%;height:100%;object-fit:cover;border-radius:12px;cursor:pointer}
.ath-gallery .g-main{grid-row:1/3}
.ath-tour-page .title-row{margin:100px 0 22px !important}
.ath-tour-page .title-row .promo{display:inline-block;background:#dd3333;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.5px;padding:5px 12px;border-radius:30px;margin-bottom:10px}
.ath-tour-page .title-row h1{font-size:2.4rem;color:#0f2d52;max-width:780px}
.ath-tour-page .t-rating{display:flex;align-items:center;gap:6px;margin-top:10px;color:#5f6b7d;font-size:.9rem}
.ath-tour-page .t-rating .stars{color:#e0962b}
.facts{display:flex;flex-wrap:wrap;background:#fffdf9;border:1px solid #e6ddcd;border-radius:14px;overflow:hidden;margin-bottom:30px}
.facts .fact{flex:1;min-width:130px;padding:16px 18px;border-right:1px solid #e6ddcd;display:flex;flex-direction:column;gap:3px}
.facts .fact:last-child{border-right:none}
.facts .fl{font-size:.72rem;color:#5f6b7d;text-transform:uppercase;letter-spacing:.4px}
.facts .fv{font-weight:700;color:#0f2d52;font-size:.95rem}
.ath-tour-page .layout{display:grid;grid-template-columns:1fr 380px;gap:36px;align-items:start}
.ath-tour-page .section{background:#fffdf9;border:1px solid #e6ddcd;border-radius:16px;padding:28px 30px;margin-bottom:22px}
.ath-tour-page .section h2{font-size:1.5rem;color:#0f2d52;margin-bottom:16px}
.ath-tour-page .section p{color:#3a4453;margin-bottom:12px}
.itin-day{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid #e6ddcd}
.itin-day:last-child{border-bottom:none}
.itin-num{flex:none;width:40px;height:40px;border-radius:50%;background:#0f2d52;color:#fff;display:grid;place-items:center;font-weight:700;font-family:'Fraunces'}
.itin-c h4{font-family:'Fraunces';font-size:1.12rem;color:#0f2d52;margin-bottom:5px}
.itin-c p{font-size:.92rem;margin:0}
.incl-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.incl-list div{display:flex;align-items:flex-start;gap:8px;font-size:.93rem}
.yes-list{border-left:3px solid #1f9d6b;padding-left:18px}
.yes-list div{color:#2a3a2f}
.no-list{border-left:3px solid #c0392b;padding-left:18px}
.no-list div{color:#5f6b7d}
.hotel-in-day{display:flex;gap:16px;align-items:flex-start;background:#fdfcf9;border:1.5px dashed #e6ddcd;border-radius:12px;padding:16px;margin-top:14px;cursor:pointer;transition:.2s}
.hotel-in-day:hover{border-color:#e0962b}
.hid-photo{width:110px;height:110px;object-fit:cover;border-radius:9px;flex:none}
.hid-tag{font-size:.7rem;font-weight:800;color:#e0962b;text-transform:uppercase;letter-spacing:.4px}
.hid-txt b{font-family:'Fraunces';color:#0f2d52;font-size:1.15rem;display:block;margin:3px 0}
.hid-desc{font-size:.85rem;color:#5f6b7d;margin:4px 0 8px}
.hid-link{font-size:.85rem;color:#1a4173;font-weight:700;text-decoration:underline}

/* booking box */
.ath-tour-page .booking{position:sticky;top:20px;background:#fffdf9;border:1px solid #e6ddcd;border-radius:18px;box-shadow:0 16px 44px rgba(15,45,82,.12);overflow:hidden}
.booking-head{background:#0f2d52;color:#fff;padding:22px 24px}
.booking-head .from{font-size:.8rem;opacity:.8}
.booking-head .price{font-family:'Fraunces';font-size:2.2rem;font-weight:600;line-height:1}
.booking-head .per{font-size:.8rem;opacity:.8;margin-top:3px}
.booking-body{padding:22px 24px}
.bfield{margin-bottom:20px}
.bfield label{display:block;font-size:.8rem;font-weight:700;color:#5f6b7d;text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px}
.bfield select{width:100%;padding:13px 14px;border:1px solid #e6ddcd;border-radius:10px;font-family:inherit;font-size:.95rem;color:#1d2735;background:#faf6ee;cursor:pointer}
.cfg-group{border:1px solid #e6ddcd;border-radius:12px;overflow:hidden}
.cfg-row{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-bottom:1px solid #e6ddcd;background:#fffdf9}
.cfg-row:last-child{border-bottom:none}
.cfg-l b{font-size:.95rem;color:#0f2d52;display:block}
.cfg-l small{font-size:.76rem;color:#5f6b7d}
.cfg-row .sc{display:flex;align-items:center;gap:11px}
.cfg-row .sc button{width:30px;height:30px;border-radius:8px;border:1px solid #e6ddcd;background:#faf6ee;cursor:pointer;color:#0f2d52;font-size:1.1rem;display:grid;place-items:center}
.cfg-row .sc button:hover:not(:disabled){border-color:#0f2d52;background:#fffdf9}
.cfg-row .sc button:disabled{opacity:.3;cursor:not-allowed}
.cfg-row .sv{width:22px;text-align:center;font-weight:700}
.cap-info{font-size:.82rem;color:#5f6b7d;margin-top:8px;text-align:right}
.cap-info b{color:#0f2d52}
.cap-info.warn b{color:#c0392b}
.share-toggle{display:flex;gap:10px;align-items:flex-start;margin-top:12px;padding:12px;background:#eef6f1;border:1px solid #cfe6da;border-radius:10px;cursor:pointer;font-size:.85rem;line-height:1.4}
.share-toggle.disabled{opacity:.5;cursor:not-allowed;background:#f2f2f2;border-color:#ddd;}
.share-toggle.disabled input{cursor:not-allowed;}
.share-toggle input{margin-top:2px;accent-color:#1f9d6b;width:17px;height:17px;flex:none}
.share-toggle .save{color:#1f9d6b;font-weight:800;white-space:nowrap}
.receipt{margin-top:16px;padding:14px 16px;background:#faf6ee;border:1px dashed #e6ddcd;border-radius:10px;font-size:.85rem;display:none}
.receipt.show{display:block}
.receipt .rline{display:flex;justify-content:space-between;padding:3px 0;color:#3a4453}
.receipt .rline.disc{color:#1f9d6b}
.receipt .rline small{opacity:.6}
.total{display:flex;justify-content:space-between;align-items:center;padding-top:14px;margin-top:6px;border-top:2px solid #e6ddcd}
.total .tl{font-weight:700;color:#5f6b7d}
.total .tv{font-family:'Fraunces';font-size:1.8rem;font-weight:600;color:#0f2d52}
.bbtns{display:flex;flex-direction:column;gap:10px;margin-top:16px}
.ath-tour-page .btn{padding:15px;border-radius:11px;font-weight:700;font-size:1rem;text-align:center;cursor:pointer;border:none;font-family:inherit;transition:.2s}
.btn-book{background:#e0962b;color:#0f2d52}
.btn-book:hover{background:#f0b14d}
.btn-quote{background:transparent;color:#0f2d52;border:1.5px solid #0f2d52}
.btn-quote:hover{background:#0f2d52;color:#fff}
.bnote{text-align:center;font-size:.78rem;color:#5f6b7d;margin-top:12px}
/* lightbox */
.lightbox{display:none;position:fixed;inset:0;background:rgba(15,45,82,.85);z-index:99999;align-items:center;justify-content:center;padding:20px}
.lightbox.open{display:flex}
.lb-inner{background:#fffdf9;border-radius:18px;padding:26px;max-width:760px;width:100%;max-height:90vh;overflow-y:auto;position:relative}
.lb-inner h3{color:#0f2d52;margin-bottom:16px}
.lb-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:none;background:#faf6ee;font-size:1.1rem;cursor:pointer}
.lb-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.lb-grid img{width:100%;height:180px;object-fit:cover;border-radius:10px;display:block}
/* mobile */
@media(max-width:980px){
  .ath-tour-page .layout{grid-template-columns:1fr}
  .ath-tour-page .booking{position:static;margin-top:10px}
  .ath-gallery{grid-template-columns:1fr 1fr;height:auto;grid-template-rows:200px 110px}
  .ath-gallery .g-main{grid-row:1;grid-column:1/3}
  .ath-tour-page .title-row h1{font-size:1.8rem}
  .ath-tour-page .title-row{margin-top:22px}
}
@media(max-width:600px){
  .facts{flex-direction:column}.facts .fact{border-right:none;border-bottom:1px solid #e6ddcd}
  .incl-list{grid-template-columns:1fr}
  .lb-grid{grid-template-columns:1fr}
  .hotel-in-day{flex-direction:column}
}

/* key facts icons */
.facts .fact{flex-direction:row !important;align-items:center;gap:11px}
.facts .fact .fic{width:22px;height:22px;color:#e0962b;flex:none}
.facts .fact > div{display:flex;flex-direction:column;gap:3px}

/* departure points list */
.dep-list{display:flex;flex-direction:column;gap:10px}
.dep-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#faf6ee;border:1px solid #e6ddcd;border-radius:10px}
.dep-item svg{width:18px;height:18px;color:#e0962b;flex:none}
.dep-item .dep-place{font-weight:600;color:#0f2d52}
.dep-item .dep-time{margin-left:auto;font-weight:700;color:#e0962b}

/* clickable key facts */
html{scroll-behavior:smooth}
.facts a.fact-link{cursor:pointer;text-decoration:none;transition:.15s}
.facts a.fact-link:hover{background:#fdf6ea}
.facts .fchev{color:#e0962b;font-size:.8em}

/* clickable key facts */
html{scroll-behavior:smooth}
.facts a.fact-link{cursor:pointer;text-decoration:none;transition:.15s}
.facts a.fact-link:hover{background:#fdf6ea}
.facts .fchev{color:#e0962b;font-size:.8em}

/* ===== tour booking box fixes ===== */
/* fix +/- buttons overflowing the row */
.ath-tour-page .cfg-row{box-sizing:border-box;gap:10px}
.ath-tour-page .cfg-row .cfg-l{min-width:0;flex:1}
.ath-tour-page .cfg-row .sc{flex:none}
.ath-tour-page .cfg-group{box-sizing:border-box}
.ath-tour-page .booking-body *{box-sizing:border-box}
/* fix lightbox close button */
.ath-tour-page .lb-close,.lightbox .lb-close{width:38px;height:38px;border-radius:50%;border:none;background:#faf6ee;color:#0f2d52;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}
.ath-tour-page .lb-close:hover,.lightbox .lb-close:hover{background:#e6ddcd}
.total .tv.empty{font-size:1rem;color:#5f6b7d;font-family:'Plus Jakarta Sans',sans-serif}

/* center the +/- buttons vertically in the row */
.ath-tour-page .cfg-row{align-items:center}
.ath-tour-page .cfg-row .sc{align-items:center}
.ath-tour-page .cfg-row .sc button{display:flex;align-items:center;justify-content:center;line-height:1;padding:0}
.ath-tour-page .cfg-row .sv{display:flex;align-items:center;justify-content:center;line-height:1}
.booking-head .per-unit{font-size:.9rem;opacity:.8;font-family:'Plus Jakarta Sans',sans-serif;font-weight:500}

/* FAQ accordion */
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{border:1px solid #e6ddcd;border-radius:10px;background:#faf6ee;overflow:hidden}
.faq-item summary{padding:14px 18px;font-weight:700;color:#0f2d52;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:'+';font-size:1.3rem;color:#e0962b;font-weight:400}
.faq-item[open] summary:after{content:'−'}
.faq-item .faq-a{padding:0 18px 16px;color:#3a4453;font-size:.93rem}

/* ===== WooCommerce Checkout/Order — navy/gold restyle (μέρος 1: χρώματα/κουμπιά) ===== */
.woocommerce-checkout, .woocommerce-order-received{
  --ath-navy:#0f2d52; --ath-gold:#e0962b; --ath-cream:#faf6ee;
}
/* Τίτλοι */
.woocommerce-checkout h3, .woocommerce-checkout h3 label,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-order-received h2{
  color:#0f2d52; font-family:'Fraunces',serif; font-weight:600;
}
/* Πεδία φόρμας */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-checkout select{
  border:1px solid #d8cdba !important; border-radius:8px !important;
  padding:11px 12px !important; background:#fff !important; color:#0f2d52 !important;
  font-size:15px !important;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus{
  border-color:#0f2d52 !important; box-shadow:0 0 0 3px rgba(15,45,82,.1) !important; outline:none !important;
}
.woocommerce form .form-row label{ color:#0f2d52; font-weight:600; font-size:13px; }
/* Κουμπί "Ολοκλήρωση Κράτησης" */
.woocommerce #payment #place_order,
.woocommerce-checkout button#place_order{
  background:#0f2d52 !important; color:#fff !important; border:none !important;
  border-radius:10px !important; padding:14px 22px !important; font-size:16px !important;
  font-weight:600 !important; font-family:'Plus Jakarta Sans',sans-serif !important;
  width:100% !important; transition:background .15s;
}
.woocommerce #payment #place_order:hover,
.woocommerce-checkout button#place_order:hover{ background:#0a2138 !important; }
/* Σύνοψη παραγγελίας */
.woocommerce-checkout #order_review,
.woocommerce-checkout-review-order{
  background:#faf6ee; border:1px solid #ece3d2; border-radius:12px; padding:18px;
}
.woocommerce-checkout #order_review .order-total .amount,
.woocommerce-checkout #order_review th{ color:#0f2d52; }
.woocommerce-checkout #order_review .amount{ color:#0f2d52; font-weight:600; }
/* Σύνδεσμοι/accent */
.woocommerce a{ color:#e0962b; }
.woocommerce a:hover{ color:#c47f1f; }

/* ===== Order-received (thank-you) — navy/gold ===== */
.woocommerce-order{ max-width:760px; margin:0 auto; }
/* Μήνυμα ευχαριστίας */
.woocommerce-thankyou-order-received{
  background:#0f2d52; color:#fff; padding:18px 22px; border-radius:12px;
  font-size:18px; font-weight:600; font-family:'Fraunces',serif; text-align:center; margin-bottom:24px;
}
/* Overview (αριθμός/ημερομηνία/σύνολο/πληρωμή) */
ul.woocommerce-order-overview{
  display:flex; flex-wrap:wrap; gap:12px; list-style:none; padding:0; margin:0 0 26px;
  border:none;
}
ul.woocommerce-order-overview li{
  flex:1; min-width:140px; background:#faf6ee; border:1px solid #ece3d2; border-radius:10px;
  padding:12px 14px; font-size:13px; color:#6b7280; text-transform:none; border-right:1px solid #ece3d2 !important;
}
ul.woocommerce-order-overview li strong{
  display:block; margin-top:4px; color:#0f2d52; font-size:15px; font-weight:600;
}
/* Πίνακες (στοιχεία παραγγελίας) */
.woocommerce-order-details h2, .woocommerce-customer-details h2{
  color:#0f2d52; font-family:'Fraunces',serif; font-size:19px; margin-bottom:12px;
}
.woocommerce-order-details table.woocommerce-table,
.woocommerce-table--order-details{
  border:1px solid #ece3d2; border-radius:10px; overflow:hidden; border-collapse:separate; border-spacing:0;
}
.woocommerce-table--order-details th{ background:#0f2d52; color:#fff; padding:10px 12px; }
.woocommerce-table--order-details td{ padding:10px 12px; border-top:1px solid #ece3d2; color:#0f2d52; }
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td{ background:#faf6ee; font-weight:600; }
.woocommerce-table--order-details .amount{ color:#0f2d52; font-weight:600; }
/* Διεύθυνση χρέωσης */
.woocommerce-customer-details address{
  background:#faf6ee; border:1px solid #ece3d2; border-radius:10px; padding:14px; color:#0f2d52;
}

/* ===== Booking item meta alignment (cart/checkout/order) ===== */
.woocommerce td.product-name dl.variation,
.woocommerce-checkout-review-order-table .variation,
.woocommerce td.product-name .wc-item-meta,
ul.wc-item-meta{ margin:6px 0 0; padding:0; list-style:none; font-size:.92em; }
.woocommerce td.product-name dl.variation dt,
.wc-item-meta li strong,
.wc-item-meta strong{ display:inline; font-weight:600; margin:0 4px 0 0; float:none; }
.woocommerce td.product-name dl.variation dd,
.wc-item-meta li{ display:block; margin:0 0 2px; padding:0; }
.wc-item-meta li{ display:flex; gap:6px; }
.wc-item-meta li strong{ white-space:nowrap; }
.wc-item-meta li p{ margin:0; display:inline; }
.woocommerce td.product-name dl.variation dd p{ display:inline; margin:0; }

/* ===== Tour listing cards — equal height + aligned ===== */
.gdlr-core-item-list.gdlr-core-tour-item,
.gdlr-core-pbf-column .gdlr-core-column-extend-left,
.tourmaster-tour-grid{ height:100%; }
/* make each card a flex column so footers align */
.tourmaster-tour-grid-inner{
  display:flex; flex-direction:column; height:100%;
}
.tourmaster-tour-grid-inner .tourmaster-tour-content{
  display:flex; flex-direction:column; flex:1 1 auto;
}
/* title: reserve up to 2 lines so info rows start at same y */
.tourmaster-tour-grid .tourmaster-tour-title{
  min-height:2.6em; display:flex; align-items:center; justify-content:center;
}
/* consistent info-row spacing */
.tourmaster-tour-grid .tourmaster-tour-info{ margin:4px 0; }
/* price block consistent spacing */
.tourmaster-tour-grid .tourmaster-tour-price-wrap{ margin:6px 0 10px; }
/* equalize the GDLR column items in a row */
.gdlr-core-item-pdlr.gdlr-core-column-20,
.gdlr-core-item-pdlr.gdlr-core-column-30,
.gdlr-core-item-pdlr.gdlr-core-column-40{ display:flex; }
.gdlr-core-item-list-wrap{ align-items:stretch !important; }

/* Faceted filter — empty options greyed */
.ath-fopt.ath-opt-empty{ opacity:.38; cursor:not-allowed; }
.ath-fopt.ath-opt-empty input{ cursor:not-allowed; }
.ath-fopt.ath-opt-empty .count{ opacity:.6; }

/* ===== Dropdown menu fade-slide effect (regular dropdowns only, NOT mega) ===== */
.traveltour-navigation .sf-menu > .traveltour-normal-menu > ul.sub-menu{
  display:block !important;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .25s ease, transform .25s ease, visibility .25s;
  pointer-events:none;
}
.traveltour-navigation .sf-menu > .traveltour-normal-menu:hover > ul.sub-menu,
.traveltour-navigation .sf-menu > .traveltour-normal-menu.sfHover > ul.sub-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}
/* dropdown item hover — gold accent (regular dropdowns) */
.traveltour-navigation .sf-menu > .traveltour-normal-menu ul.sub-menu a{
  transition:color .2s ease, padding-left .2s ease;
}
.traveltour-navigation .sf-menu > .traveltour-normal-menu ul.sub-menu li:hover > a{
  color:#e0962b;
  padding-left:24px;
}

/* ===== Push main nav to the right (fills gap after item removal) ===== */
.traveltour-navigation{ text-align:right; }
.traveltour-navigation .sf-menu{ float:right; }
.traveltour-navigation .sf-menu > li:last-child{ padding-right:0; }
@media(max-width:980px){
  .traveltour-navigation, .traveltour-navigation .sf-menu{ float:none; text-align:left; }
}

/* Mega-menu column titles — make visible (were white on white) */
.traveltour-navigation .sf-menu > .traveltour-mega-menu .sf-mega-section-inner > a{
  color:#0f2d52 !important;
  font-weight:700;
  font-size:13px;
  letter-spacing:.5px;
  text-transform:uppercase;
  opacity:.9;
  border-bottom:2px solid #e0962b;
  padding-bottom:8px;
  margin-bottom:8px;
  display:inline-block;
}

/* Mega-menu items — same gold hover as regular dropdown (consistency) */
.traveltour-navigation .sf-menu > .traveltour-mega-menu .sf-mega a{
  transition:color .2s ease, padding-left .2s ease;
}
.traveltour-navigation .sf-menu > .traveltour-mega-menu .sf-mega li:hover > a{
  color:#e0962b !important;
  padding-left:8px;
  background:transparent !important;
}

/* ===== Header search + cart icons — make visible (were white) ===== */
.traveltour-navigation .traveltour-main-menu-search,
.traveltour-navigation .traveltour-main-menu-search a,
.traveltour-navigation .traveltour-main-menu-search i,
.traveltour-navigation .traveltour-top-search-button,
.traveltour-navigation .traveltour-main-menu-cart,
.traveltour-navigation .traveltour-main-menu-cart a,
.traveltour-navigation .traveltour-main-menu-cart i,
.traveltour-main-menu-search > a > .fa,
.traveltour-main-menu-cart > a > .fa{
  color:#0f2d52 !important;
}
/* cart count badge stays gold/navy readable */
.traveltour-main-menu-cart .traveltour-top-cart-count{
  background-color:#e0962b !important;
  color:#fff !important;
}

/* ===== Search + cart icon polish ===== */
.traveltour-navigation .traveltour-main-menu-search,
.traveltour-navigation .traveltour-main-menu-cart{
  margin-left:14px;
  font-size:17px;
}
.traveltour-navigation .traveltour-main-menu-search a,
.traveltour-navigation .traveltour-main-menu-search i,
.traveltour-navigation .traveltour-main-menu-cart a,
.traveltour-navigation .traveltour-main-menu-cart i{
  transition:color .2s ease, transform .2s ease;
}
.traveltour-navigation .traveltour-main-menu-search:hover a,
.traveltour-navigation .traveltour-main-menu-search:hover i,
.traveltour-navigation .traveltour-main-menu-cart:hover a,
.traveltour-navigation .traveltour-main-menu-cart:hover i{
  color:#e0962b !important;
  transform:translateY(-1px);
}

/* ============================================
   MENU MODERN POLISH PASS
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

/* 1. Modern font + sentence case on nav */
.traveltour-navigation .sf-menu > li > a{
  font-family:'Manrope', sans-serif !important;
  text-transform:none !important;
  font-weight:600;
  font-size:15px;
  letter-spacing:.2px;
}
/* 2. More breathing room between items */
.traveltour-navigation .sf-menu > li{
  padding-left:14px;
  padding-right:14px;
}
/* 3. Animated underline on hover + active */
.traveltour-navigation .sf-menu > li > a{ position:relative; }
.traveltour-navigation .sf-menu > li > a:after{
  content:'';
  position:absolute;
  left:14px; right:14px; bottom:6px;
  height:2px;
  background:#e0962b;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .28s ease;
}
.traveltour-navigation .sf-menu > li:hover > a:after,
.traveltour-navigation .sf-menu > li.current-menu-item > a:after,
.traveltour-navigation .sf-menu > li.current-menu-ancestor > a:after{
  transform:scaleX(1);
}
/* 4. Επικοινωνία as a pill button (menu-item-6049) */
.traveltour-navigation .sf-menu > li.menu-item-6049 > a{
  border:1.5px solid #0f2d52;
  border-radius:30px;
  padding:8px 22px !important;
  transition:background .2s ease, color .2s ease;
}
.traveltour-navigation .sf-menu > li.menu-item-6049 > a:after{ display:none; } /* no underline on pill */
.traveltour-navigation .sf-menu > li.menu-item-6049:hover > a{
  background:#0f2d52;
  color:#fff !important;
}
/* 5. Bigger, cleaner header icons */
.traveltour-navigation .traveltour-main-menu-search,
.traveltour-navigation .traveltour-main-menu-cart{
  font-size:20px;
}
/* 6. Logo breathing room */
.traveltour-logo, .traveltour-logo-inner{ padding-left:8px; }

/* ===== Menu polish fixes ===== */
/* 1. Kill the theme's blue indicator (keep only gold underline) */
.traveltour-navigation .sf-menu > li > a:before{ display:none !important; }
.traveltour-navigation .sf-menu > li.current-menu-item > a,
.traveltour-navigation .sf-menu > li.current-menu-ancestor > a{ border:none !important; box-shadow:none !important; }
.traveltour-navigation-menu-indicator,
.traveltour-menu-item-indicator{ display:none !important; }

/* 2. Vertical alignment — apply flex to the <a>, NOT the <li> (keeps mega panel intact) */
.traveltour-navigation .sf-menu > li > a{
  display:inline-flex;
  align-items:center;
}
.traveltour-navigation .sf-menu > li.menu-item-6049{
  margin-left:6px;
}
.traveltour-navigation .sf-menu > li.menu-item-6049 > a{
  line-height:1;
}

/* 3. Icon polish — circle hover, aligned */
.traveltour-navigation .traveltour-main-menu-search,
.traveltour-navigation .traveltour-main-menu-cart{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px; height:40px;
  border-radius:50%;
  transition:background .2s ease;
}
.traveltour-navigation .traveltour-main-menu-search:hover,
.traveltour-navigation .traveltour-main-menu-cart:hover{
  background:rgba(15,45,82,.07);
}

/* ===== Icon refinement — cleaner, lighter, modern badge ===== */
/* lighter icon weight + size */
.traveltour-navigation .traveltour-main-menu-search i,
.traveltour-navigation .traveltour-main-menu-cart i,
.traveltour-navigation .traveltour-main-menu-search a,
.traveltour-navigation .traveltour-main-menu-cart a{
  font-size:19px;
  font-weight:400 !important;
  color:#0f2d52 !important;
}
/* hover: gold, no heavy circle — subtle */
.traveltour-navigation .traveltour-main-menu-search:hover,
.traveltour-navigation .traveltour-main-menu-cart:hover{
  background:transparent !important;
}
.traveltour-navigation .traveltour-main-menu-search:hover i,
.traveltour-navigation .traveltour-main-menu-cart:hover i,
.traveltour-navigation .traveltour-main-menu-cart:hover a{
  color:#e0962b !important;
}
/* spacing between the two icons */
.traveltour-navigation .traveltour-main-menu-search{ margin-right:4px; }

/* clean cart badge — small accent dot, not heavy bubble */
.traveltour-navigation .traveltour-main-menu-cart{ position:relative !important; }
.traveltour-navigation .traveltour-main-menu-cart .traveltour-top-cart-count{
  position:absolute !important;
  top:-9px !important;
  right:-11px !important;
  background:#e0962b !important;
  color:#0f2d52 !important;
  font-size:12px !important;
  font-weight:800 !important;
  min-width:21px !important;
  height:21px !important;
  line-height:21px !important;
  padding:0 4px !important;
  border-radius:11px !important;
  text-align:center !important;
  border:2px solid #fff !important;
  box-sizing:border-box !important;
}

/* ===== Fix: floating Φίλτρα button sits ABOVE the sticky CTA bar on mobile ===== */
@media(max-width:980px){
  .ath-float-filter{
    bottom:78px !important;   /* clear the ~56px CTA bar + gap */
    z-index:9998 !important;  /* below bar's 9999 but above content */
  }
  .ath-float-filter.show{
    transform:translateX(-50%) translateY(0) !important;
  }
}

/* hamburger drawn via JS SVG — see functions.php */


/* Center hamburger icon vertically in its button box */
a.traveltour-mobile-button-hamburger-with-border{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px;
}
a.traveltour-mobile-button-hamburger-with-border svg{ display:block; }

/* ===== Hamburger as SVG background (simplest bulletproof) ===== */
a.traveltour-mobile-button-hamburger-with-border > i.icon_menu{
  display:inline-block !important;
  width:24px !important;
  height:18px !important;
  font-size:0 !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18'%3E%3Crect y='0' width='24' height='2.5' rx='1.25' fill='%230f2d52'/%3E%3Crect y='7.75' width='24' height='2.5' rx='1.25' fill='%230f2d52'/%3E%3Crect y='15.5' width='24' height='2.5' rx='1.25' fill='%230f2d52'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:24px 18px !important;
}
a.traveltour-mobile-button-hamburger-with-border > i.icon_menu:before,
a.traveltour-mobile-button-hamburger-with-border > i.icon_menu:after{
  display:none !important;
  content:none !important;
}

/* ===== Hamburger fix — REAL selector is i.fa-bars (not icon_menu) ===== */
a.traveltour-mobile-button-hamburger-with-border > i.fa-bars{
  display:inline-block !important;
  width:24px !important;
  height:18px !important;
  font-size:0 !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18'%3E%3Crect y='0' width='24' height='2.5' rx='1.25' fill='%230f2d52'/%3E%3Crect y='7.75' width='24' height='2.5' rx='1.25' fill='%230f2d52'/%3E%3Crect y='15.5' width='24' height='2.5' rx='1.25' fill='%230f2d52'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:24px 18px !important;
}
a.traveltour-mobile-button-hamburger-with-border > i.fa-bars:before{
  content:"" !important;
}
a.traveltour-mobile-button-hamburger-with-border{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px;
}

/* ===== Hamburger box polish ===== */
a.traveltour-mobile-button-hamburger-with-border{
  width:46px !important;
  height:46px !important;
  border:1.5px solid #e6ddcd !important;
  border-radius:10px !important;
  background:#fff !important;
  transition:all .2s ease !important;
}
a.traveltour-mobile-button-hamburger-with-border:hover,
a.traveltour-mobile-button-hamburger-with-border:active{
  border-color:#0f2d52 !important;
  background:#faf6ee !important;
}

/* ===== Mobile header search + cart — make visible & styled ===== */
.traveltour-mobile-top-search,
.traveltour-mobile-top-search a,
.traveltour-mobile-top-search i,
.traveltour-mobile-menu-cart,
.traveltour-mobile-menu-cart a,
.traveltour-mobile-menu-cart i{
  color:#0f2d52 !important;
  display:inline-flex !important;
  align-items:center !important;
}
.traveltour-mobile-top-search{
  font-size:19px !important;
  margin-right:10px;
}
.traveltour-mobile-menu-cart{
  font-size:19px !important;
  margin-right:10px;
}
/* align the right-side group nicely */
.traveltour-mobile-menu-right{
  display:flex !important;
  align-items:center !important;
  gap:8px;
}

/* ===== Mobile header icons via SVG (Font Awesome not loading) ===== */
/* Search icon */
#traveltour-mobile-top-search > i.fa-search{
  display:inline-block !important;
  width:20px !important; height:20px !important;
  font-size:0 !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%230f2d52' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='9' cy='9' r='6.5'/%3E%3Cpath d='M18 18l-4-4'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
}
#traveltour-mobile-top-search > i.fa-search:before{ content:"" !important; }

/* Cart icon (mobile) */
.traveltour-mobile-menu-cart i.fa-shopping-cart,
.traveltour-mobile-menu-cart i[class*="fa-shopping"]{
  display:inline-block !important;
  width:20px !important; height:20px !important;
  font-size:0 !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%230f2d52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='18' r='1.5'/%3E%3Ccircle cx='16' cy='18' r='1.5'/%3E%3Cpath d='M1 1h3l2.5 12h10l2-8H5'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
}
.traveltour-mobile-menu-cart i[class*="fa-shopping"]:before{ content:"" !important; }

/* make sure both show + align in mobile header */
#traveltour-mobile-top-search,
.traveltour-mobile-menu-cart{
  display:inline-flex !important;
  align-items:center !important;
  margin-right:12px;
}

/* ===== Mobile header: position right-group + fix cart icon ===== */
@media(max-width:980px){
  .traveltour-mobile-menu-right{
    display:flex !important;
    align-items:center !important;
    gap:14px;
    margin-left:auto;
  }
  /* search + cart + hamburger aligned right */
  .traveltour-mobile-menu-right .traveltour-main-menu-search,
  .traveltour-mobile-menu-right .traveltour-main-menu-cart{
    position:static !important;
    display:inline-flex !important;
    align-items:center !important;
  }
}
/* Cart icon SVG — correct container is .traveltour-main-menu-cart */
.traveltour-main-menu-cart > i.fa-shopping-cart{
  display:inline-block !important;
  width:21px !important; height:21px !important;
  font-size:0 !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none' stroke='%230f2d52' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='19' r='1.4'/%3E%3Ccircle cx='17' cy='19' r='1.4'/%3E%3Cpath d='M1 1h3l2.6 13h11l2-9H5.5'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
}
.traveltour-main-menu-cart > i.fa-shopping-cart:before{ content:"" !important; }

/* ===== Force mobile search icon into the right group (was stuck by logo) ===== */
@media(max-width:980px){
  #traveltour-mobile-top-search.traveltour-main-menu-search{
    position:static !important;
    float:none !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    margin:0 !important;
    order:1;
  }
  .traveltour-mobile-menu-right .traveltour-main-menu-cart{ order:2; }
  .traveltour-mobile-menu-right .traveltour-mobile-menu-button,
  .traveltour-mobile-menu-right .traveltour-overlay-menu{ order:3; }
  /* the search overlay panel should not affect layout */
  .traveltour-top-search-wrap{ position:fixed !important; }
}

/* ===== STRONG override: mobile search into right group (kill float:left) ===== */
@media(max-width:980px){
  .traveltour-mobile-menu-right{
    position:absolute !important;
    right:20px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    margin-top:0 !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:16px !important;
  }
  .traveltour-mobile-menu-right > div,
  .traveltour-mobile-menu-right > .traveltour-main-menu-search,
  .traveltour-mobile-menu-right > .traveltour-main-menu-cart,
  .traveltour-mobile-menu-right > .traveltour-overlay-menu{
    float:none !important;
    margin:0 !important;
    position:relative !important;
  }
  /* nuke the theme's float on the search specifically */
  .traveltour-main-menu-search{
    float:none !important;
    margin-left:0 !important;
  }
}

/* ===== Cart dropdown above the slider (was behind) ===== */
.traveltour-top-cart-content-wrap,
.traveltour-top-cart-content,
.traveltour-main-menu-cart{
  z-index:99990 !important;
}
.traveltour-top-cart-hover-area{
  z-index:99990 !important;
}
.traveltour-mobile-menu-right{
  z-index:99991 !important;
}
/* keep the header/nav above the slider too */
.traveltour-mobile-header,
.traveltour-mobile-header-wrap{
  z-index:9999 !important;
  position:relative;
}

/* ===== Search overlay above slider too ===== */
.traveltour-top-search-wrap{
  z-index:99995 !important;
}

/* ============================================
   SCHOOL TRIPS PAGE
   ============================================ */
.ath-school .ath-container{max-width:1140px;margin:0 auto;padding:0 20px}
.ath-school .ath-eyebrow{color:#e0962b;font-weight:700;letter-spacing:1.5px;font-size:13px;margin-bottom:14px}
.ath-school .ath-btn{display:inline-block;padding:13px 26px;border-radius:30px;font-weight:700;text-decoration:none;transition:.2s;font-size:.98rem}
.ath-school .ath-btn-gold{background:#e0962b;color:#0f2d52}
.ath-school .ath-btn-gold:hover{background:#c97f1c;transform:translateY(-2px)}
.ath-school .ath-btn-ghost{border:1.5px solid #fff;color:#fff;margin-left:10px}
.ath-school .ath-btn-ghost:hover{background:#fff;color:#0f2d52}

/* Hero */
.sch-hero{position:relative;background:linear-gradient(135deg,#0f2d52,#1a4173);color:#fff;padding:90px 0 80px;overflow:hidden}
.sch-hero-overlay{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 60L60 0' stroke='%23ffffff' stroke-opacity='0.04' stroke-width='2'/%3E%3C/svg%3E");opacity:.6}
.sch-hero-inner{position:relative;text-align:center;max-width:760px}
.sch-hero h1{font-size:2.6rem;margin:0 0 16px;line-height:1.15}
.sch-hero p{font-size:1.15rem;opacity:.92;margin:0 0 26px}
.sch-hero-btns{display:flex;gap:0;justify-content:center;flex-wrap:wrap;gap:10px}

/* Intro */
.sch-intro{padding:60px 0 20px}
.sch-intro .sch-lead{font-size:1.25rem;color:#0f2d52;font-weight:600;line-height:1.6;margin:0 0 20px}
.sch-intro p{color:#444;line-height:1.8;font-size:1.05rem;max-width:900px}

/* Trust cards */
.sch-features{padding:40px 0 60px}
.sch-feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.sch-feat{background:#fff;border:1px solid #eee;border-radius:16px;padding:30px 22px;text-align:center;box-shadow:0 6px 20px rgba(15,45,82,.05);transition:.25s}
.sch-feat:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(15,45,82,.12);border-color:#e0962b}
.sch-feat-ic{width:60px;height:60px;margin:0 auto 18px;border-radius:50%;background:#faf6ee;display:flex;align-items:center;justify-content:center;color:#e0962b}
.sch-feat-ic svg{width:30px;height:30px}
.sch-feat h3{color:#0f2d52;font-size:1.1rem;margin:0 0 10px}
.sch-feat p{color:#666;font-size:.92rem;line-height:1.6;margin:0}

/* Form section */
.sch-form-section{background:#faf6ee;padding:70px 0}
.sch-form-wrap{display:grid;grid-template-columns:1fr 320px;gap:40px;align-items:start}
.sch-form-head{grid-column:1/-1;text-align:center;margin-bottom:30px}
.sch-form-head h2{color:#0f2d52;font-size:2rem;margin:0 0 12px}
.sch-form-head p{color:#555;max-width:640px;margin:0 auto;line-height:1.6}
.sch-form-box{background:#fff;border-radius:18px;padding:36px;box-shadow:0 10px 30px rgba(15,45,82,.08)}

/* CF7 form grid */
.sch-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.sch-form-grid p{margin:0}
.sch-form-grid .sch-f-full{grid-column:1/-1}
.sch-form-grid label{display:block;font-weight:600;color:#0f2d52;font-size:.9rem}
.sch-form-grid input,.sch-form-grid textarea{width:100%;padding:11px 14px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:.95rem;margin-top:6px;box-sizing:border-box;font-family:inherit;transition:border-color .2s}
.sch-form-grid input:focus,.sch-form-grid textarea:focus{border-color:#e0962b;outline:none}
.sch-form-grid textarea{min-height:90px;resize:vertical}
.sch-f-submit{text-align:center;margin-top:10px!important}
.sch-form-grid .wpcf7-submit{background:#e0962b;color:#0f2d52;border:none;padding:14px 40px;border-radius:30px;font-weight:800;font-size:1rem;cursor:pointer;transition:.2s;width:auto;margin-top:0}
.sch-form-grid .wpcf7-submit:hover{background:#c97f1c;transform:translateY(-2px)}

/* Contact card */
.sch-contact-card{background:#0f2d52;color:#fff;border-radius:18px;padding:30px 26px}
.sch-contact-card h4{margin:0 0 20px;font-size:1.15rem;color:#fff}
.sch-contact-row{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12);transition:.2s}
.sch-contact-row:last-child{border-bottom:none}
.sch-contact-row:hover{color:#e0962b}
.sch-contact-row svg{width:20px;height:20px;flex:none;color:#e0962b}
.sch-contact-row span{font-size:.95rem;word-break:break-word}

/* Mobile */
@media(max-width:900px){
  .sch-feat-grid{grid-template-columns:repeat(2,1fr)}
  .sch-form-wrap{grid-template-columns:1fr}
  .sch-hero h1{font-size:2rem}
  .sch-form-grid{grid-template-columns:1fr}
}
@media(max-width:480px){
  .sch-feat-grid{grid-template-columns:1fr}
  .sch-form-box{padding:24px}
}

/* ===== School page fixes ===== */
/* 1. Hero title white + top gap */
.sch-hero{padding-top:170px !important}
.sch-hero h1,
.ath-school .sch-hero h1{
  color:#fff !important;
}
.sch-hero .ath-eyebrow{color:#e0962b !important}
.sch-hero p{color:#fff !important}

/* 2. Date field — whole field opens calendar */
.sch-form-grid input[type="date"]{
  position:relative;
  cursor:pointer;
}
.sch-form-grid input[type="date"]::-webkit-calendar-picker-indicator{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer;
}

/* ============================================
   BANK ACCOUNTS PAGE
   ============================================ */
.ath-banks{max-width:760px;margin:0 auto}
.banks-intro{font-size:1.05rem;color:#444;line-height:1.7;margin-bottom:30px;text-align:center}
.banks-grid{display:grid;gap:16px;margin-bottom:30px}
.bank-card{background:#fff;border:1px solid #e6ddcd;border-left:4px solid #e0962b;border-radius:12px;padding:20px 24px;box-shadow:0 4px 14px rgba(15,45,82,.05);transition:.2s}
.bank-card:hover{box-shadow:0 8px 24px rgba(15,45,82,.1);transform:translateY(-2px)}
.bank-name{font-weight:700;color:#0f2d52;font-size:1.1rem;margin-bottom:10px}
.bank-iban-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.bank-iban{font-family:'Courier New',monospace;font-size:1.05rem;color:#1a4173;background:#faf6ee;padding:8px 14px;border-radius:8px;letter-spacing:.5px;flex:1;min-width:240px}
.bank-copy{background:#0f2d52;color:#fff;border:none;padding:9px 18px;border-radius:8px;font-weight:700;font-size:.85rem;cursor:pointer;transition:.2s;white-space:nowrap}
.bank-copy:hover{background:#1a4173}
.bank-copy.copied{background:#2e7d32}
.banks-holder{background:#0f2d52;color:#fff;border-radius:12px;padding:20px 24px;text-align:center}
.banks-holder-label{display:block;color:#e0962b;font-size:.8rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:6px}
.banks-holder strong{font-size:1.1rem}
@media(max-width:520px){
  .bank-iban{min-width:100%;font-size:.95rem}
  .bank-iban-row{justify-content:center}
  .bank-copy{width:100%}
}

/* ============================================
   ABOUT / PROFILE PAGE
   ============================================ */
.ath-about .ath-container{max-width:1140px;margin:0 auto;padding:0 20px}
.ath-about .ath-eyebrow{color:#e0962b;font-weight:700;letter-spacing:1.5px;font-size:13px;margin-bottom:14px}
.ath-about .ab-kicker{color:#e0962b;font-weight:700;letter-spacing:1px;font-size:13px;text-transform:uppercase;display:block;margin-bottom:10px}
.ath-about .ath-btn{display:inline-block;padding:13px 26px;border-radius:30px;font-weight:700;text-decoration:none;transition:.2s;font-size:.98rem}
.ath-about .ath-btn-gold{background:#e0962b;color:#0f2d52}
.ath-about .ath-btn-gold:hover{background:#c97f1c;transform:translateY(-2px)}
.ath-about .ath-btn-ghost{border:1.5px solid #fff;color:#fff;margin-left:10px}
.ath-about .ath-btn-ghost:hover{background:#fff;color:#0f2d52}

/* Hero */
.ab-hero{position:relative;background:linear-gradient(135deg,#0f2d52,#1a4173);color:#fff;padding:170px 0 80px;text-align:center;overflow:hidden}
.ab-hero-overlay{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 60L60 0' stroke='%23ffffff' stroke-opacity='0.04' stroke-width='2'/%3E%3C/svg%3E")}
.ab-hero-inner{position:relative;max-width:720px;margin:0 auto}
.ab-hero h1{font-size:2.7rem;margin:0 0 16px;color:#fff}
.ab-hero p{font-size:1.15rem;opacity:.92;margin:0}

/* Story */
.ab-story{padding:70px 0}
.ab-story-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:50px;align-items:center}
.ab-story-text h2{color:#0f2d52;font-size:1.9rem;margin:0 0 20px;line-height:1.25}
.ab-story-text p{color:#444;line-height:1.8;font-size:1.05rem;margin:0 0 16px}
.ab-story-stats{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ab-stat{background:#faf6ee;border-radius:14px;padding:26px 18px;text-align:center}
.ab-stat-num{display:block;font-size:2rem;font-weight:800;color:#e0962b;line-height:1}
.ab-stat-lbl{display:block;margin-top:8px;color:#0f2d52;font-weight:600;font-size:.9rem}

/* Section heads */
.ab-sec-head{text-align:center;margin-bottom:40px}
.ab-sec-head h2{color:#0f2d52;font-size:2rem;margin:0}

/* Values */
.ab-values{padding:70px 0;background:#faf6ee}
.ab-val-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.ab-val{background:#fff;border-radius:16px;padding:30px 22px;text-align:center;box-shadow:0 6px 20px rgba(15,45,82,.05);transition:.25s}
.ab-val:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(15,45,82,.12)}
.ab-val-ic{width:60px;height:60px;margin:0 auto 18px;border-radius:50%;background:#faf6ee;display:flex;align-items:center;justify-content:center;color:#e0962b}
.ab-val-ic svg{width:30px;height:30px}
.ab-val h3{color:#0f2d52;font-size:1.1rem;margin:0 0 10px}
.ab-val p{color:#666;font-size:.92rem;line-height:1.6;margin:0}

/* Services */
.ab-services{padding:70px 0}
.ab-serv-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.ab-serv{position:relative;display:block;background:#fff;border:1px solid #e6ddcd;border-left:4px solid #e0962b;border-radius:14px;padding:28px 30px;text-decoration:none;transition:.25s}
.ab-serv:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(15,45,82,.1);border-left-color:#0f2d52}
.ab-serv h3{color:#0f2d52;font-size:1.2rem;margin:0 0 8px}
.ab-serv p{color:#666;margin:0;font-size:.95rem;line-height:1.6}
.ab-serv-arrow{position:absolute;top:28px;right:28px;color:#e0962b;font-size:1.4rem;transition:.2s}
.ab-serv:hover .ab-serv-arrow{transform:translateX(4px)}

/* CTA */
.ab-cta{background:linear-gradient(135deg,#0f2d52,#1a4173);color:#fff;padding:70px 0;text-align:center}
.ab-cta-inner{max-width:640px;margin:0 auto}
.ab-cta h2{font-size:2rem;margin:0 0 12px;color:#fff}
.ab-cta p{opacity:.9;margin:0 0 26px;font-size:1.1rem}
.ab-cta-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}

/* Mobile */
@media(max-width:900px){
  .ab-story-grid{grid-template-columns:1fr;gap:30px}
  .ab-val-grid{grid-template-columns:repeat(2,1fr)}
  .ab-serv-grid{grid-template-columns:1fr}
  .ab-hero h1{font-size:2rem}
}
@media(max-width:480px){
  .ab-val-grid{grid-template-columns:1fr}
  .ab-story-stats{grid-template-columns:1fr 1fr}
}

/* Hide theme's default page-title banner on custom About page */
body.page-template-template-athanasiadis-profile .traveltour-page-title-wrap,
body.page-template-template-athanasiadis-profile .traveltour-page-title{
  display:none !important;
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.ath-contact .ath-container{max-width:1140px;margin:0 auto;padding:0 20px}
.ath-contact .ath-eyebrow{color:#e0962b;font-weight:700;letter-spacing:1.5px;font-size:13px;margin-bottom:14px}

/* Hero */
.con-hero{position:relative;background:linear-gradient(135deg,#0f2d52,#1a4173);color:#fff;padding:170px 0 70px;text-align:center;overflow:hidden}
.con-hero-overlay{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 60L60 0' stroke='%23ffffff' stroke-opacity='0.04' stroke-width='2'/%3E%3C/svg%3E")}
.con-hero-inner{position:relative;max-width:700px;margin:0 auto}
.con-hero h1{font-size:2.7rem;margin:0 0 16px;color:#fff}
.con-hero p{font-size:1.12rem;opacity:.92;margin:0}

/* Main grid */
.con-main{padding:70px 0}
.con-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:40px;align-items:start}

/* Info cards */
.con-info{display:flex;flex-direction:column;gap:16px}
.con-card{display:flex;align-items:flex-start;gap:16px;background:#fff;border:1px solid #e6ddcd;border-radius:14px;padding:22px 24px;text-decoration:none;transition:.2s}
a.con-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,45,82,.1);border-color:#e0962b}
.con-card-ic{width:48px;height:48px;flex:none;border-radius:50%;background:#faf6ee;display:flex;align-items:center;justify-content:center;color:#e0962b}
.con-card-ic svg{width:24px;height:24px}
.con-card-lbl{display:block;color:#e0962b;font-size:.78rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:5px}
.con-card-txt strong{color:#0f2d52;font-size:1.02rem;font-weight:600;line-height:1.5}

/* Form box */
.con-form-box{background:#fff;border-radius:18px;padding:38px;box-shadow:0 10px 30px rgba(15,45,82,.08)}
.con-form-box h2{color:#0f2d52;font-size:1.6rem;margin:0 0 8px}
.con-form-sub{color:#666;margin:0 0 24px;line-height:1.6}
.con-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.con-form-grid p{margin:0}
.con-form-grid .con-f-full{grid-column:1/-1}
.con-form-grid label{display:block;font-weight:600;color:#0f2d52;font-size:.9rem}
.con-form-grid input,.con-form-grid textarea{width:100%;padding:11px 14px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:.95rem;margin-top:6px;box-sizing:border-box;font-family:inherit;transition:border-color .2s}
.con-form-grid input:focus,.con-form-grid textarea:focus{border-color:#e0962b;outline:none}
.con-form-grid textarea{min-height:120px;resize:vertical}
.con-f-submit{text-align:center;margin-top:6px!important}
.con-form-grid .wpcf7-submit{background:#e0962b;color:#0f2d52;border:none;padding:14px 40px;border-radius:30px;font-weight:800;font-size:1rem;cursor:pointer;transition:.2s;width:auto}
.con-form-grid .wpcf7-submit:hover{background:#c97f1c;transform:translateY(-2px)}

/* Map */
.con-map iframe{display:block}

@media(max-width:900px){
  .con-grid{grid-template-columns:1fr;gap:30px}
  .con-form-grid{grid-template-columns:1fr}
  .con-hero h1{font-size:2rem}
}

/* ===== Form select styling (match inputs) — school/rental/contact ===== */
.sch-form-grid select,
.con-form-grid select{
  width:100%;
  padding:11px 14px;
  border:1.5px solid #e0e0e0;
  border-radius:10px;
  font-size:.95rem;
  margin-top:6px;
  box-sizing:border-box;
  font-family:inherit;
  background:#fff;
  color:#333;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%230f2d52' stroke-width='2'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 14px center;
  padding-right:38px;
}
.sch-form-grid select:focus,
.con-form-grid select:focus{border-color:#e0962b;outline:none}

/* ===== Rental page hero — bus photo background ===== */
.ath-rental .sch-hero{
  background:linear-gradient(rgba(15,45,82,.78),rgba(15,45,82,.82)), url('https://dev.athanasiadistravel.gr/wp-content/uploads/2022/12/311508717_345222134464013_2633470952889030250_n.jpg') center 30% / cover no-repeat !important;
}
.ath-rental .sch-hero-overlay{display:none}

/* ===== School page hero — school trip photo ===== */
.ath-school:not(.ath-rental) .sch-hero{
  background:linear-gradient(rgba(15,45,82,.78),rgba(15,45,82,.82)), url('https://dev.athanasiadistravel.gr/wp-content/uploads/2022/06/sxolikes-ekdromes-scaled.jpg') center/cover no-repeat !important;
}
.ath-school:not(.ath-rental) .sch-hero-overlay{display:none}

/* About page office photo */
.ab-story-media{margin-bottom:18px}
.ab-story-media img{width:100%;border-radius:16px;display:block;box-shadow:0 10px 30px rgba(15,45,82,.15)}

/* --- Custom Travel Blog Hub Layout Styles --- */
.travel-blog-hero {
    background: #f9f9f9;
    padding: 60px 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
}
.hero-inner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.hero-image-wrapper, .hero-content-wrapper {
    flex: 1 1 450px;
}
.hero-image-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
    display: block;
}
.blog-category-tag a, .card-category a {
    background: #e0962b; 
    color: #fff !important;
    padding: 4px 14px;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.hero-title {
    font-size: 36px;
    line-height: 1.25;
    margin: 0 0 15px 0;
    font-weight: 700;
}
.hero-title a { color: #0f2d52; text-decoration: none; }
.hero-excerpt { color: #666; font-size: 16px; line-height: 1.6; margin: 0 0 20px 0; }
.blog-meta { color: #999; font-size: 13px; margin-bottom: 25px; }
.read-more-btn {
    display: inline-block;
    background: #0f2d52;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.travel-blog-hub-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.hub-grid-title-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.hub-grid-title-wrapper h2 { 
    font-size: 28px; 
    margin: 0 0 12px 0; 
    font-weight: 700;
}
.title-underline {
    width: 50px;
    height: 3px;
    background: #e0962b;
    margin: 0 auto;
    border-radius: 2px;
}
.travel-blog-categories-bar {
    margin-bottom: 45px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.travel-categories-list {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media (min-width: 992px) {
    .travel-categories-list {
        justify-content: center;
        flex-wrap: wrap;
    }
}
.travel-categories-list li a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f5f5f5;
    color: #444;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    transition: all 0.2s ease;
}
.travel-categories-list li a:hover, 
.travel-categories-list li.active a {
    background-color: #e0962b;
    color: #fff;
}
.travel-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 35px;
}
.blog-grid-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}
.blog-grid-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}
.card-image { 
    position: relative; 
    overflow: hidden; 
    padding-top: 60%;
    background-color: #eee;
}
.card-image img {
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    object-fit: cover;
}
.card-category { position: absolute; bottom: 12px; left: 15px; z-index: 2; }
.card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.card-meta { font-size: 12px; color: #999; margin-bottom: 12px; }
.card-title { font-size: 20px; line-height: 1.4; margin: 0 0 12px 0; font-weight: 700; }
.card-title a { color: #0f2d52; text-decoration: none; }
.card-excerpt { color: #666; font-size: 14px; line-height: 1.55; margin: 0 0 20px 0; }
.card-read-more { margin-top: auto; font-weight: 700; font-size: 13px; color: #e0962b !important; text-decoration: none; display: inline-flex; align-items: center; }
.travel-blog-pagination { margin-top: 60px; text-align: center; }
.travel-blog-pagination ul { display: inline-flex; list-style: none; padding: 0; margin: 0; gap: 8px; }
.travel-blog-pagination ul li a, .travel-blog-pagination ul li span {
    display: block;
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #444;
    text-decoration: none;
    font-weight: 600;
}
.travel-blog-pagination ul li span.current { background: #e0962b; color: #fff; border-color: #e0962b; }
@media (max-width: 768px) {
    .hero-inner-container { flex-direction: column; gap: 25px; }
    .travel-blog-hero { padding: 30px 10px; }
    .hero-title { font-size: 26px; }
    .travel-blog-grid { grid-template-columns: 1fr; gap: 25px; }
}

/* --- Blog header clearance (consolidated) --- */
.travel-blog-hub-container{ padding-top:40px !important; margin-top:0 !important; }
.travel-blog-hero{ margin-top:0 !important; }
@media(max-width:991px){
  .travel-blog-hub-container{ padding-top:80px !important; }
}
@media(max-width:768px){
  .travel-blog-hub-container{ padding-top:70px !important; }
  /* category bar swipeable + scroll hint */
  .travel-blog-categories-bar{
    overflow-x:auto !important; white-space:nowrap !important; display:block !important;
    padding:12px 5px !important; margin-bottom:22px !important;
    -webkit-overflow-scrolling:touch;
    -webkit-mask-image:linear-gradient(to right, transparent 0, #000 16px, #000 calc(100% - 28px), transparent 100%);
    mask-image:linear-gradient(to right, transparent 0, #000 16px, #000 calc(100% - 28px), transparent 100%);
  }
  .travel-blog-categories-bar::-webkit-scrollbar{height:4px}
  .travel-blog-categories-bar::-webkit-scrollbar-thumb{background:#e0962b;border-radius:4px}
  .travel-categories-list{display:inline-flex !important;flex-wrap:nowrap !important;gap:10px !important;padding-right:30px}
  .travel-categories-list li{flex:0 0 auto !important}
  /* tighten hero - no big gap */
  .hero-inner-container{flex-direction:column !important;gap:18px !important;align-items:stretch !important;min-height:0 !important}
  .travel-blog-hero{padding:20px 14px !important;min-height:0 !important;margin-bottom:24px !important}
  .hero-image-wrapper,.hero-content-wrapper{width:100% !important;flex:none !important;margin:0 !important}
}

/* ===== Tour Inquiry Modal ===== */
.ath-modal{position:fixed;inset:0;z-index:100000;display:none}
.ath-modal.open{display:block}
.ath-modal-overlay{position:absolute;inset:0;background:rgba(15,45,82,.6);backdrop-filter:blur(2px)}
.ath-modal-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:92%;max-width:520px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.35);-webkit-overflow-scrolling:touch}
.ath-modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;min-width:36px;padding:0;border:none;background:#faf6ee;color:#0f2d52;font-size:1.4rem;line-height:36px;text-align:center;border-radius:50%;cursor:pointer;z-index:5;transition:.2s;display:flex;align-items:center;justify-content:center}
.ath-modal-close:hover{background:#e0962b;color:#fff}
.ath-modal-head{padding:28px 32px 6px;text-align:center}
.ath-modal-head h3{color:#0f2d52;font-size:1.5rem;margin:0 0 8px}
.ath-modal-head p{color:#666;font-size:.95rem;margin:0;line-height:1.5}
.ath-modal-body{padding:18px 32px 32px}
/* the tour name banner inside the form */
.ath-modal-body .tq-which{background:#faf6ee;border-radius:10px;padding:12px 16px;margin:0 0 6px!important;font-size:.95rem;color:#0f2d52}
.ath-modal-body .tq-which-lbl{font-weight:700;color:#e0962b;margin-right:6px}
.ath-modal-body .tq-tour{font-weight:600}
/* reuse con-form-grid styles; ensure submit is gold + full width feel */
.ath-modal-body .wpcf7-submit{background:#e0962b;color:#0f2d52;border:none;padding:14px 40px;border-radius:30px;font-weight:800;font-size:1rem;cursor:pointer;transition:.2s;width:100%}
.ath-modal-body .wpcf7-submit:hover{background:#c97f1c}
@media(max-width:520px){
  .ath-modal-box{width:94%;max-height:92vh;border-radius:14px}
  .ath-modal-head{padding:22px 20px 4px}
  .ath-modal-head h3{font-size:1.3rem}
  .ath-modal-body{padding:14px 20px 24px}
}

/* ===== Blog mobile fixes: tabs scroll hint + reduce gaps ===== */
@media(max-width:768px){
  /* reduce the huge top gap on mobile */
  .travel-blog-hub-container{padding-top:80px !important}
  .travel-blog-hero{margin-top:0 !important;padding:20px 14px !important;margin-bottom:24px !important}
  /* kill empty space in hero - tighten image/content */
  .hero-inner-container{gap:18px !important}
  .hero-image-wrapper img{aspect-ratio:16/10 !important}
  .hero-content-wrapper{padding:0 !important}

  /* category tabs scroll hint */
  .travel-blog-categories-bar{
    position:relative;
    -webkit-mask-image:linear-gradient(to right, transparent 0, #000 16px, #000 calc(100% - 28px), transparent 100%);
    mask-image:linear-gradient(to right, transparent 0, #000 16px, #000 calc(100% - 28px), transparent 100%);
    padding-bottom:6px;
  }
  .travel-blog-categories-bar::-webkit-scrollbar{height:4px}
  .travel-blog-categories-bar::-webkit-scrollbar-thumb{background:#e0962b;border-radius:4px}
  .travel-blog-categories-bar::-webkit-scrollbar-track{background:#f0f0f0}
  .travel-categories-list{padding-right:30px}
}

/* ===== Blog hero — kill the mobile gap (flex centering issue) ===== */
@media(max-width:768px){
  .hero-inner-container{
    align-items:stretch !important;
    min-height:0 !important;
    display:block !important;
  }
  .hero-image-wrapper,.hero-content-wrapper{
    flex:none !important;
    width:100% !important;
    margin:0 !important;
  }
  .hero-image-wrapper{margin-bottom:18px !important}
  .travel-blog-hero{min-height:0 !important;height:auto !important}
}

/* Blog featured hero — clear the header (the gold tag was clipped) */
.travel-blog-hero{ padding-top:140px !important; }
@media(max-width:768px){ .travel-blog-hero{ padding-top:90px !important; } }

/* ===== Cart dropdown — clean brand styling ===== */
.traveltour-top-cart-content-wrap .traveltour-top-cart-content{
  background:#fff !important;
  border:1px solid #e6ddcd !important;
  border-radius:12px !important;
  box-shadow:0 12px 32px rgba(15,45,82,.18) !important;
  padding:22px !important;
  color:#0f2d52 !important;
}
.traveltour-top-cart-content .head{
  color:#5f6b7d !important;
  font-weight:600 !important;
}
.traveltour-top-cart-count,
.traveltour-top-cart-amount{
  color:#0f2d52 !important;
  font-weight:800 !important;
}
.traveltour-top-cart-amount .woocommerce-Price-amount{
  color:#e0962b !important;
  font-weight:800 !important;
}
/* buttons */
.traveltour-top-cart-button{
  background:#faf6ee !important;
  color:#0f2d52 !important;
  text-align:center !important;
  padding:10px !important;
  border-radius:8px !important;
  font-weight:700 !important;
  margin-bottom:8px !important;
  transition:.2s !important;
}
.traveltour-top-cart-button:hover{ background:#e6ddcd !important; }
.traveltour-top-cart-checkout-button{
  background:#e0962b !important;
  color:#0f2d52 !important;
  text-align:center !important;
  padding:11px !important;
  border-radius:8px !important;
  font-weight:800 !important;
  transition:.2s !important;
}
.traveltour-top-cart-checkout-button:hover{ background:#c97f1c !important; }

/* Cart dropdown count — plain number, not a badge/glyph */
.traveltour-top-cart-content-wrap .traveltour-top-cart-count-wrap .traveltour-top-cart-count{
  background:none !important;
  background-color:transparent !important;
  border-radius:0 !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  padding:0 !important;
  color:#0f2d52 !important;
  font-weight:800 !important;
  font-size:16px !important;
  line-height:normal !important;
  display:inline !important;
  position:static !important;
  font-family:'Plus Jakarta Sans',sans-serif !important;
}

/* Checkout button — navy text on gold (was orange-on-orange, unreadable) */
.traveltour-top-cart-content-wrap .traveltour-top-cart-checkout-button,
.traveltour-top-cart-checkout-button{
  color:#0f2d52 !important;
  background:#e0962b !important;
  font-weight:800 !important;
}
.traveltour-top-cart-checkout-button:hover{
  color:#0f2d52 !important;
  background:#c97f1c !important;
}

/* Force checkout button text navy — beat theme inline customizer style */
.traveltour-main-menu-cart .traveltour-top-cart-content-wrap a.traveltour-top-cart-checkout-button,
body .traveltour-top-cart-checkout-button{
  color:#0f2d52 !important;
}

/* ===== WooCommerce cart/checkout — brand styling ===== */
.woocommerce-cart, .woocommerce-checkout{ font-family:'Plus Jakarta Sans',sans-serif; }
/* buttons */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce .button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #place_order{
  background:#e0962b !important;
  color:#0f2d52 !important;
  font-weight:800 !important;
  border-radius:30px !important;
  padding:12px 28px !important;
  border:none !important;
  transition:.2s !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce .button.alt:hover, .woocommerce #place_order:hover{
  background:#c97f1c !important;
  color:#0f2d52 !important;
}
/* totals box + headings */
.woocommerce .cart_totals h2, .woocommerce-checkout h3,
.woocommerce-checkout #order_review_heading{
  color:#0f2d52 !important;
}
.woocommerce table.shop_table{
  border-radius:12px !important;
  border-color:#e6ddcd !important;
}
.woocommerce table.shop_table th{ color:#0f2d52 !important; }
/* form fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select{
  border:1.5px solid #e0e0e0 !important;
  border-radius:10px !important;
  padding:11px 14px !important;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce-checkout input:focus{ border-color:#e0962b !important; outline:none !important; }
/* links */
.woocommerce-info, .woocommerce-message{ border-top-color:#e0962b !important; }
.woocommerce-info::before, .woocommerce-message::before{ color:#e0962b !important; }

/* ===== Cart: hide empty product image (booking product has no photo) ===== */
.woocommerce-cart table.cart td.product-thumbnail,
.woocommerce-cart table.cart th.product-thumbnail{
  display:none !important;
}
/* tidy the cart row spacing without the image */
.woocommerce-cart table.cart td.product-name{
  padding-left:20px !important;
}

/* booking step asterisks + note */
.ath-tour-page .req{color:#c0392b;font-weight:700}
.ath-tour-page .req-note{font-size:.76rem;color:#5f6b7d;margin:10px 0 4px;text-align:right}

/* booking guidance for less tech-savvy users */
.ath-tour-page .book-intro{font-size:.86rem;line-height:1.5;color:#3a4453;background:#eef6f1;border:1px solid #cfe6da;border-radius:10px;padding:12px 14px;margin-bottom:18px}
.ath-tour-page .book-intro a{color:#0f2d52;font-weight:700;text-decoration:underline}

/* numbered step badges */
.ath-tour-page .bfield label{display:flex;align-items:center;gap:8px}
.ath-tour-page .stepbadge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#0f2d52;color:#fff;font-size:.78rem;font-weight:700;font-family:'Plus Jakarta Sans',sans-serif;flex:none;line-height:1}

/* finish step */
.ath-tour-page .finish-head{font-family:'Fraunces',serif;font-size:1.05rem;color:#0f2d52;font-weight:600;margin:6px 0 10px;text-align:center}
.ath-tour-page .btn-or{text-align:center;color:#5f6b7d;font-size:.85rem;margin:2px 0}

/* Βήμα text badge (wider than circle) */
.ath-tour-page .stepbadge{width:auto;height:auto;border-radius:12px;padding:3px 10px;white-space:nowrap;font-size:.72rem}

/* multi-icon transport badge on cards */
.ath-tcard-transport{display:inline-flex;align-items:center;gap:2px}
.ath-tcard-transport svg{width:20px;height:20px}

/* ===== transport badge: cream pill, navy icons, adapts 1->circle 2->pill ===== */
.ath-tcard-transport,
.ath-listing .ath-tcard-transport{
  position:absolute;top:13px;right:13px;
  width:auto;height:auto;
  display:inline-flex;align-items:center;justify-content:center;gap:5px;
  background:#fffdf9;
  border-radius:999px;
  padding:8px 11px;
  box-shadow:0 3px 12px rgba(15,45,82,.22);
  backdrop-filter:none;
}
.ath-tcard-transport svg,
.ath-listing .ath-tcard-transport svg{
  width:19px;height:19px;color:#0f2d52;display:block
}

/* ferry passenger details */
.pax-hint{font-size:.8rem;color:#5f6b7d;line-height:1.4;margin-bottom:10px}
.pax-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.pax-num{flex:none;width:24px;height:24px;border-radius:50%;background:#0f2d52;color:#fff;display:grid;place-items:center;font-size:.78rem;font-weight:700}
.pax-name{flex:1;min-width:0;padding:9px 10px;border:1px solid #e6ddcd;border-radius:8px;font-family:inherit;font-size:.88rem}
.pax-dob{display:flex;gap:4px}
.pax-dob select{padding:9px 4px;border:1px solid #e6ddcd;border-radius:8px;font-family:inherit;font-size:.82rem;background:#faf6ee}
.pax-row .pax-d{width:56px}.pax-row .pax-m{width:64px}.pax-row .pax-y{width:70px}
@media(max-width:600px){.pax-row{flex-wrap:wrap}.pax-name{flex-basis:100%}}

/* ferry passenger fields at checkout */
#ath-ferry-pax{margin:24px 0;padding:18px;background:#faf6ee;border:1px solid #e6ddcd;border-radius:12px}
#ath-ferry-pax h3{font-family:'Fraunces',serif;color:#0f2d52;font-size:1.15rem;margin:0 0 6px}
#ath-ferry-pax .ath-pax-note{font-size:.85rem;color:#5f6b7d;margin:0 0 14px;line-height:1.4}
.ath-pax-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.ath-pax-row .ath-pax-n{flex:none;width:26px;height:26px;border-radius:50%;background:#0f2d52;color:#fff;display:grid;place-items:center;font-weight:700;font-size:.8rem}
.ath-pax-row .form-row{flex:1;margin:0;padding:0}
.ath-pax-row .ath-pax-name-field{flex:2}
.ath-pax-row .ath-pax-dob-field{flex:1}
#ath-ferry-pax input{width:100%;padding:10px;border:1px solid #e6ddcd;border-radius:8px}
@media(max-width:600px){.ath-pax-row{flex-wrap:wrap}.ath-pax-row .form-row{flex-basis:100%}}

/* ===== WooCommerce notices — on-brand (replace blue/green/orange) ===== */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner{
  border:none !important;
  border-radius:10px !important;
  border-left:4px solid #0f2d52 !important;
  background:#faf6ee !important;
  color:#1d2735 !important;
  box-shadow:0 2px 8px rgba(15,45,82,.08) !important;
  padding:14px 18px !important;
}
.woocommerce-message{ border-left-color:#1f9d6b !important; }
.woocommerce-message::before{ color:#1f9d6b !important; }
.woocommerce-info{ border-left-color:#e0962b !important; }
.woocommerce-info::before{ color:#e0962b !important; }
.woocommerce-error{ border-left-color:#c0392b !important; }
.woocommerce-error::before{ color:#c0392b !important; }
.woocommerce-message a, .woocommerce-info a{ color:#0f2d52 !important; font-weight:600; }
.woocommerce a.button, .woocommerce button.button{
  background:#e0962b !important; color:#0f2d52 !important; border-radius:9px !important;
  font-weight:700 !important; border:none !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover{ background:#f0b14d !important; }
.woocommerce a.button.wc-backward{ background:#0f2d52 !important; color:#fff !important; }
.woocommerce a.button.wc-backward:hover{ background:#0a2138 !important; }

/* ===== Cart page styling ===== */
.woocommerce-cart .cart_totals h2,
.woocommerce-cart table.cart th{ color:#0f2d52; font-family:'Fraunces',serif; }
.woocommerce-cart table.cart{ border:1px solid #e6ddcd; border-radius:10px; overflow:hidden; }
.woocommerce-cart table.cart td{ border-top:1px solid #e6ddcd; }
.woocommerce-cart .cart_totals{ background:#fffdf9; border:1px solid #e6ddcd; border-radius:12px; padding:18px; }
.woocommerce-cart .cart_totals .order-total .amount{ color:#0f2d52; font-weight:700; }
.woocommerce .quantity input, .woocommerce-cart input{ border:1px solid #e6ddcd !important; border-radius:8px !important; }
.wc-block-cart, .wc-block-checkout{ font-family:'Plus Jakarta Sans', sans-serif; }

/* fix white/invisible notice icons */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before{
  color:inherit !important;
  background:transparent !important;
}
.woocommerce-message{ color:#1a6b4a !important; }
.woocommerce-info{ color:#8a5a15 !important; }
.woocommerce-error{ color:#8a2a20 !important; }
.wc-block-components-notice-banner__content{ color:#1d2735 !important; }
.wc-block-components-notice-banner svg,
.woocommerce-message svg{ fill:currentColor !important; }

/* ==================== RENTAL PAGE ==================== */
.ath-rental{font-family:'Plus Jakarta Sans',sans-serif;color:#1d2735;background:#faf6ee}
.ath-rental h1,.ath-rental h2,.ath-rental h3{font-family:'Fraunces',serif}
.ath-rental .rh-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:1.5px;color:#e0962b;margin-bottom:12px}
.ath-rental .btn-primary{display:inline-block;background:#e0962b;color:#0f2d52;font-weight:700;padding:14px 28px;border-radius:10px;text-decoration:none;transition:.2s}
.ath-rental .btn-primary:hover{background:#f0b14d}
.ath-rental .btn-ghost{display:inline-block;background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.6);font-weight:700;padding:14px 22px;border-radius:10px;text-decoration:none;margin-left:10px}
.ath-rental .btn-ghost:hover{background:rgba(255,255,255,.12)}

/* hero */
.rental-hero{background:linear-gradient(135deg,#0f2d52,#1a4173);color:#fff;padding:90px 24px;text-align:center}
.rental-hero .rh-inner{max-width:820px;margin:0 auto}
.rental-hero h1{font-size:3rem;margin:0 0 18px;line-height:1.1}
.rental-hero p{font-size:1.15rem;line-height:1.6;opacity:.92;margin-bottom:28px}
.rental-hero .rh-eyebrow{color:#f0b14d}

/* intro */
.rental-intro{max-width:1140px;margin:0 auto;padding:70px 24px;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.rental-intro h2{font-size:2rem;color:#0f2d52;margin-bottom:18px}
.rental-intro p{font-size:1.02rem;line-height:1.7;color:#3a4453;margin-bottom:14px}
.rental-intro .ri-img img{width:100%;border-radius:16px;box-shadow:0 20px 50px rgba(15,45,82,.18)}

/* services */
.rental-services{max-width:1140px;margin:0 auto;padding:40px 24px 80px;text-align:center}
.rental-services .rs-head{margin-bottom:40px}
.rental-services h2{font-size:2rem;color:#0f2d52}
.rs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.rs-card{background:#fffdf9;border:1px solid #e6ddcd;border-radius:16px;padding:30px 22px;text-align:left;transition:.2s}
.rs-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(15,45,82,.12);border-color:#e0962b}
.rs-icon{font-size:2.4rem;margin-bottom:14px}
.rs-card h3{font-size:1.15rem;color:#0f2d52;margin-bottom:10px}
.rs-card p{font-size:.92rem;line-height:1.6;color:#5f6b7d}

/* fleet strip */
.rental-fleet{background:#0f2d52;padding:44px 24px}
.rental-fleet .rf-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.rf-item{display:flex;flex-direction:column;gap:6px}
.rf-num{font-family:'Fraunces',serif;font-size:2rem;font-weight:600;color:#f0b14d}
.rf-lbl{font-size:.9rem;color:#e8eef5;opacity:.9}

/* quote */
.rental-quote{background:#faf6ee;padding:80px 24px}
.rental-quote .rq-inner{max-width:760px;margin:0 auto}
.rental-quote .rq-head{text-align:center;margin-bottom:36px}
.rental-quote h2{font-size:2rem;color:#0f2d52;margin-bottom:12px}
.rental-quote .rq-head p{font-size:1.02rem;color:#5f6b7d;line-height:1.6}
.rq-form{background:#fffdf9;border:1px solid #e6ddcd;border-radius:18px;padding:36px;box-shadow:0 16px 44px rgba(15,45,82,.1)}
.rq-form input[type=text],.rq-form input[type=email],.rq-form input[type=tel],.rq-form textarea,.rq-form select{width:100%;padding:12px 14px;border:1px solid #e6ddcd;border-radius:10px;font-family:inherit;font-size:.95rem;background:#faf6ee;margin-bottom:14px;box-sizing:border-box}
.rq-form input:focus,.rq-form textarea:focus{outline:none;border-color:#0f2d52}
.rq-form input[type=submit],.rq-form .wpcf7-submit{background:#e0962b;color:#0f2d52;font-weight:700;border:none;padding:14px 28px;border-radius:10px;cursor:pointer;width:auto;font-size:1rem}
.rq-form input[type=submit]:hover{background:#f0b14d}

/* mobile */
@media(max-width:900px){
  .rental-hero h1{font-size:2.1rem}
  .rental-intro{grid-template-columns:1fr;gap:30px}
  .rs-grid{grid-template-columns:1fr 1fr}
  .rental-fleet .rf-inner{grid-template-columns:1fr 1fr;gap:26px}
}
@media(max-width:560px){
  .rental-hero{padding:60px 20px}
  .rs-grid{grid-template-columns:1fr}
  .ath-rental .btn-ghost{margin-left:0;margin-top:10px}
  .rq-form{padding:24px}
}

/* share-room price display */
.share-toggle .share-prices{display:block;margin-top:4px;font-size:.85rem;color:#1f9d6b;font-weight:600}
.share-toggle .share-prices s{color:#c0392b;font-weight:400;opacity:.7}
.share-toggle .share-prices b{font-size:1rem}

/* share-room checkout notice */
.ath-share-notice{background:#eef6f1;border:1px solid #cfe6da;border-left:4px solid #1f9d6b;border-radius:10px;padding:14px 18px;margin:0 0 20px;font-size:.9rem;line-height:1.55;color:#2a3a2f}
.ath-share-notice strong{color:#1a6b4a}

/* checkout + cart top spacing (clear the header) */
.woocommerce-checkout .site-content,
.woocommerce-cart .site-content,
.woocommerce-checkout #content,
.woocommerce-cart #content,


/* checkout/cart top spacing - target the woo content directly */


/* checkout/cart: push content below the transparent header */

/* checkout/cart: space content below header (targets woo content, not the header wrapper) */
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-order-received .woocommerce{ padding-top:150px !important; }

/* early booking display */
.booking-head .eb-badge{display:inline-block;background:#c0392b;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.4px;padding:4px 10px;border-radius:20px;margin-bottom:8px}
.booking-head .ath-urgency-banner{display:block;background:#fff3e0;color:#c0392b;font-size:.78rem;font-weight:700;padding:6px 12px;border-radius:8px;margin-bottom:8px;border:1px solid #f3c9a8;}
.booking-head .eb-was{color:rgba(255,255,255,.6);font-size:1.3rem;font-weight:400;margin-right:6px}

/* inline 'από' label */
.booking-head .from-inline{font-size:.8rem;color:#5f6b7d;font-weight:400}

/* fire icon via CSS (avoids Transposh mangling the emoji img tag) */
.ath-tcard-days::before{content:"🔥 ";font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}
.ath-fd-table{border:1px solid #e6ddcd;border-radius:10px;overflow:hidden;}
.ath-fd-row{display:flex;justify-content:space-between;padding:12px 16px;background:#faf6ee;}
.ath-fd-row:nth-child(even){background:#fff;}
.ath-fd-row:not(:last-child){border-bottom:1px solid #e6ddcd;}
.ath-fd-date{font-weight:600;color:#1d2735;}
.ath-fd-price{color:#0f2d52;font-weight:700;}
.ath-fd-intro{color:#6b7280;font-size:.92rem;margin:-8px 0 14px;}
.ath-video-btn{position:absolute;left:16px;bottom:16px;z-index:5;background:#fff;color:#0f2d52;border:none;border-radius:10px;padding:10px 18px;font-weight:700;font-size:.9rem;box-shadow:0 4px 14px rgba(0,0,0,.18);cursor:pointer;display:flex;align-items:center;gap:6px;}
.ath-video-btn:hover{background:#f4f0e6;}
.ath-video-modal{display:none;position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.85);align-items:center;justify-content:center;padding:20px;}
.ath-video-modal.open{display:flex;}
.ath-video-modal-inner{position:relative;width:100%;max-width:960px;aspect-ratio:16/9;background:#000;border-radius:10px;overflow:hidden;}
.ath-video-close{position:absolute;top:-42px;right:0;background:none;border:none;color:#fff;font-size:2rem;line-height:1;cursor:pointer;}
@media(max-width:640px){.ath-video-btn{left:10px;bottom:10px;padding:8px 14px;font-size:.8rem;}}
.ath-tcard-hotel{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#6b7280;margin:2px 0 6px;}
.ath-tcard-hotel svg{width:14px;height:14px;flex-shrink:0;}
