:root{--navy:#062b61;--navy2:#031d43;--blue:#075b9e;--orange:#ff6900;--sky:#e9f7fb;--text:#16304f;--muted:#65758b;--white:#fff;--radius:18px;--shadow:0 20px 60px rgba(2,35,77,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:absolute;z-index:20;left:0;right:0;top:0;color:#fff}.header-inner{height:108px;display:flex;align-items:center;gap:28px}.brand{display:flex;flex-direction:column;line-height:.85;margin-right:auto}.brand-main{font-size:42px;color:var(--orange);font-weight:500;letter-spacing:-2px}.brand-sub{font-size:17px;letter-spacing:6px;margin-top:9px}.custom-logo{max-height:75px;width:auto}.primary-nav ul{display:flex;gap:28px;list-style:none;margin:0;padding:0}.primary-nav a{font-size:14px;font-weight:700;text-transform:uppercase}.primary-nav a:hover{color:var(--orange)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;padding:15px 24px;font-weight:700;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{filter:brightness(.94);transform:translateY(-1px)}.btn-ghost{color:#fff;border-color:rgba(255,255,255,.75);background:rgba(0,25,68,.2)}.menu-toggle{display:none;background:none;color:#fff;border:0;font-size:30px}.hero{min-height:780px;position:relative;color:#fff;background-image:url('../images/hero-maldives.png');background-size:cover;background-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,25,68,.95) 0%,rgba(1,37,83,.72) 35%,rgba(1,37,83,.12) 68%)}.hero-content{position:relative;z-index:2;min-height:720px;padding-top:170px;display:flex;align-items:center;justify-content:space-between}.hero-copy{max-width:610px}.hero-eyebrow{font-family:'Playfair Display',serif;font-size:46px;color:var(--orange);font-style:italic}.hero h1{font-size:92px;line-height:.95;margin:10px 0 18px;letter-spacing:2px}.hero h2{font-size:24px;margin:0 0 20px}.hero p{max-width:510px;font-size:18px;line-height:1.7}.hero-actions{display:flex;gap:16px;margin-top:30px}.trust-panel{background:rgba(1,32,45,.72);backdrop-filter:blur(10px);padding:22px;border-radius:22px;display:grid;gap:20px}.trust-panel div{display:flex;gap:14px;align-items:center;font-weight:700}.trust-panel div:first-letter{color:var(--orange)}.wave{position:absolute;left:0;right:0;bottom:-1px;height:75px;background:var(--navy2);clip-path:polygon(0 56%,9% 28%,26% 73%,48% 100%,66% 44%,77% 72%,89% 30%,100% 62%,100% 100%,0 100%)}.search-wrap{position:relative;margin-top:-40px;z-index:5}.travel-search{background:#fff;padding:18px;border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:1.4fr 1.2fr 1fr 1fr .7fr .7fr auto;gap:10px}.travel-search label{display:flex;flex-direction:column;gap:6px;padding:4px 10px;border-right:1px solid #e5edf4}.travel-search span{font-size:11px;text-transform:uppercase;font-weight:700;color:var(--muted);letter-spacing:.8px}.travel-search select,.travel-search input{border:0;background:transparent;font:inherit;color:var(--text);min-width:0;padding:5px 0;outline:none}.feature-strip{background:var(--navy2);color:#fff;padding:75px 0 35px;margin-top:-48px}.feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.feature-grid div{display:flex;align-items:center;justify-content:center;gap:14px;font-size:17px;border-right:1px solid rgba(255,255,255,.25)}.feature-grid div:last-child{border:0}.section{padding:90px 0}.section-alt{background:#f3f8fb}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.section-head h2,.cta-section h2{font-size:42px;margin:5px 0}.section-head>a{font-weight:700;color:var(--orange)}.kicker{color:var(--orange);font-weight:700;text-transform:uppercase;font-size:13px;letter-spacing:1.5px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.travel-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 35px rgba(9,47,89,.09);transition:.25s}.travel-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card-image{height:245px;display:block;position:relative;background:linear-gradient(135deg,#0b7eb0,#5cd7d8);overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover}.placeholder .card-image{background-image:url('../images/hero-maldives.png');background-size:cover}.badge{position:absolute;left:16px;top:16px;background:var(--orange);color:#fff;padding:7px 11px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase}.card-body{padding:22px}.card-body h3{margin:0 0 8px;font-size:22px}.card-body p{color:var(--muted);line-height:1.55}.location{font-size:14px}.card-meta{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #edf1f4;padding-top:15px;margin-top:16px;font-size:13px}.card-meta strong{color:var(--orange);font-size:18px}.no-image{display:grid;place-items:center;height:100%;color:#fff;font-size:36px}.cta-section{background:linear-gradient(135deg,var(--navy2),var(--blue));color:#fff;text-align:center;padding:90px 20px}.cta-section p{max-width:700px;margin:0 auto 28px;font-size:18px}.site-footer{background:#021632;color:#c7d4e4;padding:65px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-brand{font-size:30px;color:var(--orange)}.footer-brand span{color:#fff;font-size:14px;letter-spacing:4px}.site-footer h3{color:#fff}.site-footer ul{list-style:none;padding:0}.site-footer li{margin:10px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:20px;font-size:13px}.page-hero{padding:180px 0 80px;background:linear-gradient(135deg,var(--navy2),var(--blue));color:#fff}.page-hero h1{font-size:58px;margin:8px 0}.archive-search{margin-top:-35px}.archive-search+.section{padding-top:55px}.results-head{margin-bottom:25px}.single-hero{height:540px;position:relative;color:#fff;display:flex;align-items:end}.single-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.single-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,19,50,.9),transparent 70%)}.single-hero .container{position:relative;z-index:2;padding-bottom:55px}.single-hero h1{font-size:58px;margin:20px 0 8px}.single-grid{display:grid;grid-template-columns:2fr 1fr;gap:45px}.single-content{font-size:17px;line-height:1.75}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.facts div{background:#f3f8fb;padding:20px;border-radius:14px}.facts span{display:block;font-size:12px;text-transform:uppercase;color:var(--muted)}.booking-card{position:sticky;top:20px;align-self:start;background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:24px}.booking-card .travel-search{display:flex;flex-direction:column;box-shadow:none;padding:0}.booking-card .travel-search label{border:1px solid #e5edf4;border-radius:12px;padding:10px}.fineprint{font-size:12px;color:var(--muted)}.content-narrow{max-width:800px}.empty-state{grid-column:1/-1;padding:60px;text-align:center;background:#f3f8fb;border-radius:20px}
@media(max-width:1000px){.header-cta{display:none}.primary-nav ul{gap:15px}.hero h1{font-size:70px}.travel-search{grid-template-columns:repeat(2,1fr)}.travel-search .btn{grid-column:1/-1}.card-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(3,1fr)}.trust-panel{display:none}}
@media(max-width:760px){.container{width:min(100% - 24px,1180px)}.header-inner{height:84px}.menu-toggle{display:block}.primary-nav{display:none;position:absolute;top:78px;left:12px;right:12px;background:var(--navy2);padding:20px;border-radius:16px}.primary-nav.open{display:block}.primary-nav ul{flex-direction:column}.hero{min-height:720px}.hero-content{padding-top:120px}.hero-eyebrow{font-size:34px}.hero h1{font-size:54px}.hero h2{font-size:20px}.hero-actions{flex-direction:column;align-items:flex-start}.travel-search{grid-template-columns:1fr}.feature-grid,.card-grid,.footer-grid,.single-grid{grid-template-columns:1fr}.feature-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding:10px}.section{padding:65px 0}.section-head{align-items:flex-start}.section-head h2,.cta-section h2{font-size:34px}.page-hero h1,.single-hero h1{font-size:42px}.single-hero{height:430px}.facts{grid-template-columns:1fr}}
.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{text-decoration:underline}.empty-state{grid-column:1/-1;padding:48px;border:1px solid rgba(15,45,82,.12);border-radius:18px;background:#fff;text-align:center}.empty-state .btn{margin-top:16px}.page-hero .btn{margin-top:18px}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* v1.2 production refinements */
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;top:8px;left:8px;padding:12px;background:#fff;color:#001f4d;z-index:100000}.empty-state{grid-column:1/-1;padding:44px;border:1px solid rgba(0,31,77,.12);border-radius:18px;background:#fff;text-align:center}.archive-shell{min-height:60vh}.archive-hero{padding:72px max(5vw,24px) 42px;background:linear-gradient(135deg,#001b46,#074d83);color:#fff}.archive-hero h1{margin:.25rem 0;font-size:clamp(2rem,5vw,4rem)}.content-section{padding:52px max(5vw,24px)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.travel-card{overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 10px 35px rgba(0,31,77,.1)}.travel-card .card-image img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.card-body{padding:22px}.search-error{margin:0 auto 18px;max-width:1200px;padding:13px 16px;border-radius:10px;background:#fff3cd;color:#664d03}.site-footer form[class*="review"],.site-footer [id*="review-form"],body.home>form[class*="review"]{display:none!important}

/* =========================================================
   Malzyve Travels v1.3 — five-image WordPress hero carousel
   ========================================================= */
.malzyve-icon{display:block;overflow:visible}
.site-header{z-index:50}
.hero{background:none;overflow:hidden;isolation:isolate}
.hero-slides{position:absolute;inset:0;z-index:0}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;background-repeat:no-repeat;background-size:cover;background-position:center;will-change:opacity,transform;transition:opacity .85s ease,visibility .85s ease,transform 7s ease}
.hero-slide.is-active{opacity:1;visibility:visible;z-index:1}
.hero-slide .hero-overlay{z-index:0}
.hero-slide .hero-content{z-index:2}
.hero-animation-fade-zoom .hero-slide{transform:scale(1)}
.hero-animation-fade-zoom .hero-slide.is-active{transform:scale(1.055)}
.hero-animation-fade .hero-slide{transform:none;transition-duration:.85s}
.hero-animation-slide .hero-slide{transform:translateX(6%);transition:opacity .7s ease,visibility .7s ease,transform .9s cubic-bezier(.22,.61,.36,1)}
.hero-animation-slide[data-direction="previous"] .hero-slide{transform:translateX(-6%)}
.hero-animation-slide .hero-slide.is-active{transform:translateX(0)}
.hero-single-slide .hero-slide{transition:none;transform:none!important}
.hero-copy{position:relative;z-index:2}
.hero-animate-item{opacity:0;transform:translateY(26px)}
.hero-slide.is-active .hero-animate-item{animation:malzyveHeroItemIn .72s cubic-bezier(.22,.61,.36,1) forwards}
.hero-slide.is-active .hero-animate-item:nth-child(1){animation-delay:.10s}
.hero-slide.is-active .hero-animate-item:nth-child(2){animation-delay:.20s}
.hero-slide.is-active .hero-animate-item:nth-child(3){animation-delay:.30s}
.hero-slide.is-active .hero-animate-item:nth-child(4){animation-delay:.40s}
.hero-slide.is-active .hero-animate-item:nth-child(5){animation-delay:.50s}
.hero-slide .trust-panel{opacity:0;transform:translateX(24px)}
.hero-slide.is-active .trust-panel{animation:malzyveTrustIn .8s .4s cubic-bezier(.22,.61,.36,1) forwards}
@keyframes malzyveHeroItemIn{to{opacity:1;transform:translateY(0)}}
@keyframes malzyveTrustIn{to{opacity:1;transform:translateX(0)}}
.hero-carousel-ui{position:absolute;z-index:12;right:max(5vw,calc((100vw - 1180px)/2));bottom:98px;display:flex;flex-direction:column;align-items:center;gap:11px}
.hero-carousel-controls{display:flex;align-items:center;gap:14px}
.hero-control{width:52px;height:52px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;background:#fff;color:#092c59;box-shadow:0 12px 32px rgba(0,20,55,.2);cursor:pointer;transition:transform .2s ease,background-color .2s ease,color .2s ease}
.hero-control:hover,.hero-control:focus-visible{transform:translateY(-2px);outline:3px solid rgba(255,105,0,.35);outline-offset:3px}
.hero-control.hero-pause{background:var(--orange);color:#fff}
.hero-control .control-icon{width:25px;height:25px;stroke-width:2.2}
.hero-control [hidden]{display:none!important}
.hero-dots{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 10px;border-radius:999px;background:rgba(1,31,66,.55);backdrop-filter:blur(7px)}
.hero-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.6);cursor:pointer;transition:width .2s ease,background-color .2s ease}
.hero-dot.is-active{width:24px;border-radius:999px;background:var(--orange)}
.trust-panel{min-width:205px;padding:24px 22px;gap:22px;background:rgba(1,29,48,.76);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 46px rgba(0,19,49,.2)}
.trust-panel div{gap:15px;font-size:14px;line-height:1.35;text-transform:uppercase}
.trust-icon{width:43px;height:43px;flex:0 0 43px;color:var(--orange);stroke-width:1.65}
.feature-grid div{gap:20px;justify-content:flex-start;padding:0 24px;font-size:17px;line-height:1.35}
.feature-grid div:first-child{padding-left:0}
.feature-grid div:last-child{padding-right:0}
.feature-icon{width:55px;height:55px;flex:0 0 55px;color:var(--orange);stroke-width:1.55}
.feature-grid span{display:block}
.primary-nav.is-open,.primary-nav.open{display:block}
.malzyve-hero-disabled .site-header{position:relative;background:linear-gradient(135deg,var(--navy2),var(--blue))}
.malzyve-hero-disabled .search-wrap{margin-top:0;padding-top:34px}
.malzyve-hero-disabled .feature-strip{margin-top:30px;padding-top:36px}

@media(max-width:1200px){
  .hero-carousel-ui{right:28px}
  .feature-grid div{padding:0 15px;gap:14px}
  .feature-icon{width:49px;height:49px;flex-basis:49px}
}
@media(max-width:1000px){
  .hero-carousel-ui{bottom:94px}
  .feature-grid div{justify-content:center}
}
@media(max-width:760px){
  .hero-slide{background-position:62% center}
  .hero-carousel-ui{right:18px;bottom:82px;gap:8px}
  .hero-carousel-controls{gap:9px}
  .hero-control{width:44px;height:44px}
  .hero-control .control-icon{width:21px;height:21px}
  .hero-dots{max-width:150px;flex-wrap:wrap}
  .feature-grid div{justify-content:flex-start;padding:14px 8px;border-bottom:1px solid rgba(255,255,255,.15)}
  .feature-grid div:first-child{padding-left:8px}
  .feature-grid div:last-child{padding-right:8px}
  .feature-icon{width:48px;height:48px;flex-basis:48px}
}
@media(prefers-reduced-motion:reduce){
  .hero-slide,.hero-animate-item,.hero-slide .trust-panel,.hero-control,.hero-dot{animation:none!important;transition:none!important;transform:none!important}
  .hero-slide.is-active .hero-animate-item,.hero-slide.is-active .trust-panel{opacity:1}
}


/* v1.4 hyperlink/navigation refinements */
.feature-grid>a{display:flex;align-items:center;justify-content:center;gap:14px;font-size:17px;border-right:1px solid rgba(255,255,255,.25);padding:10px 16px;transition:transform .18s ease,color .18s ease,background .18s ease;border-radius:14px}
.feature-grid>a:last-child{border-right:0}.feature-grid>a:hover,.feature-grid>a:focus-visible{color:var(--orange);transform:translateY(-2px);background:rgba(255,255,255,.06)}
.text-link{color:var(--orange);font-weight:700}.text-link:hover,.text-link:focus-visible{text-decoration:underline}.btn-outline{border-color:var(--orange);color:var(--orange);background:transparent}.btn-outline:hover,.btn-outline:focus-visible{background:var(--orange);color:#fff}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-legal{color:#fff}.footer-legal:hover,.footer-legal:focus-visible{color:var(--orange)}
.destination-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:34px}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.contact-card{background:#f3f8fb;padding:24px;border-radius:18px}.contact-card h2{margin-top:0}.contact-copy{margin-top:36px}
@media(max-width:760px){.feature-grid>a{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);justify-content:flex-start}.feature-grid>a:last-child{border-bottom:0}.footer-bottom{align-items:flex-start;flex-direction:column}.contact-grid{grid-template-columns:1fr}}


/* =========================================================
   Malzyve Travels v1.5 — desktop navigation & hero cleanup
   ========================================================= */
.site-header .header-inner{
  width:min(1380px,calc(100% - 48px));
  gap:24px;
}
.primary-nav{flex:0 0 auto;min-width:0}
.primary-nav ul{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:clamp(14px,1.35vw,24px);
}
.primary-nav li{flex:0 0 auto;white-space:nowrap}
.primary-nav a{
  display:block;
  white-space:nowrap;
  line-height:1.15;
}
.header-cta{
  flex:0 0 auto;
  min-width:158px;
  min-height:54px;
  padding:14px 28px;
  border-radius:12px;
  white-space:nowrap;
  line-height:1;
}
.header-cta span{flex:0 0 auto}
.hero-content{justify-content:flex-start}

/* Switch to the compact menu before long labels can wrap. */
@media(max-width:1120px){
  .site-header .header-inner{width:min(100% - 32px,1040px)}
  .menu-toggle{display:block;order:3}
  .primary-nav{
    display:none;
    position:absolute;
    top:92px;
    left:16px;
    right:16px;
    padding:20px;
    border-radius:16px;
    background:rgba(3,29,67,.98);
    box-shadow:0 18px 50px rgba(0,20,55,.28);
    backdrop-filter:blur(12px);
  }
  .primary-nav.is-open,.primary-nav.open{display:block}
  .primary-nav ul{flex-direction:column;align-items:stretch;gap:0}
  .primary-nav li{width:100%}
  .primary-nav a{padding:12px 10px}
  .header-cta{margin-left:auto;order:2;min-width:148px;min-height:50px;padding:13px 24px}
}
@media(max-width:1000px){
  .header-cta{display:inline-flex}
}
@media(max-width:760px){
  .site-header .header-inner{width:min(100% - 24px,1180px)}
  .header-cta{display:none}
  .menu-toggle{margin-left:auto}
  .primary-nav{top:78px;left:12px;right:12px}
}

/* =========================================================
   Malzyve Travels v1.6 — About Us & Experiences pages
   ========================================================= */
.editorial-hero{position:relative;min-height:470px;background-size:cover;background-position:center;display:flex;align-items:flex-end;color:#fff;overflow:hidden}
.editorial-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,22,50,.88) 0%,rgba(3,43,97,.58) 45%,rgba(3,43,97,.18) 100%)}
.editorial-hero-content{position:relative;z-index:2;padding-top:185px;padding-bottom:75px}
.editorial-hero h1{font-size:clamp(48px,6vw,76px);line-height:1;margin:8px 0 14px;letter-spacing:-2px}
.editorial-hero p{max-width:720px;margin:0;font-size:19px;line-height:1.65;color:rgba(255,255,255,.92)}
.kicker-light{color:#ff7a18}
.page-breadcrumb{display:flex;align-items:center;gap:10px;margin-top:24px;font-size:14px;color:rgba(255,255,255,.78)}
.page-breadcrumb a:hover,.page-breadcrumb a:focus-visible{color:#fff;text-decoration:underline}

.about-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:64px;align-items:center}
.about-split-reverse .about-copy{order:2}.about-split-reverse .about-feature-image{order:1}
.about-copy h2,.centered-head h2,.intro-centered h2,.tailor-copy h2{font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-1.4px;margin:8px 0 24px;color:var(--navy)}
.about-copy p,.intro-centered p,.tailor-copy p{font-size:17px;line-height:1.78;color:#4e637b}
.about-feature-image{margin:0;border-radius:22px;overflow:hidden;box-shadow:0 24px 65px rgba(2,35,77,.15);aspect-ratio:1.2/1}
.about-feature-image img{width:100%;height:100%;object-fit:cover;display:block}
.signature-line{font-family:'Playfair Display',serif;font-size:34px;font-style:italic;color:var(--orange);margin-top:28px}
.about-choice-section{padding-top:28px}
.centered-head{display:block;text-align:center;max-width:860px;margin:0 auto 38px}
.centered-head p{max-width:720px;margin:12px auto 0;color:var(--muted);line-height:1.7}
.stay-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.stay-choice-card,.why-card{background:#fff;border:1px solid #e6edf4;border-radius:20px;padding:30px;box-shadow:0 12px 34px rgba(9,47,89,.06)}
.stay-choice-card h3,.why-card h3{margin:18px 0 10px;color:var(--navy);font-size:22px}
.stay-choice-card p,.why-card p{margin:0 0 18px;color:var(--muted);line-height:1.65}
.about-icon-wrap{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:#fff2e9;color:var(--orange)}
.about-icon{width:31px;height:31px;stroke-width:1.65}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.why-card{padding:26px 22px;text-align:center}
.why-card .about-icon-wrap{margin:0 auto}
.about-promise-section .btn{margin-top:10px}
.about-final-cta{margin-top:0}

.experiences-intro{padding-bottom:80px}
.intro-centered{max-width:850px;text-align:center;margin-bottom:42px}
.intro-centered p{margin:0 auto}
.experience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.experience-card{background:#fff;border:1px solid #e7eef5;border-radius:19px;overflow:hidden;box-shadow:0 12px 34px rgba(9,47,89,.07);transition:transform .22s ease,box-shadow .22s ease}
.experience-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(9,47,89,.13)}
.experience-image{display:block;aspect-ratio:1.38/1;background:#dbeff6;overflow:hidden}
.experience-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.experience-card:hover .experience-image img{transform:scale(1.035)}
.experience-card-body{padding:22px 22px 24px}
.experience-card h3{margin:0 0 10px;color:var(--navy);font-size:21px}
.experience-card p{margin:0;color:var(--muted);line-height:1.62;font-size:14.5px}
.experience-link{display:inline-flex;align-items:center;gap:7px;color:var(--orange);font-weight:700;font-size:14px;margin-top:17px}
.experience-link:hover,.experience-link:focus-visible{text-decoration:underline}
.tailor-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}
.tailor-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 26px;padding:0;margin:26px 0 30px;list-style:none}
.tailor-list li{position:relative;padding-left:24px;color:#4e637b;line-height:1.55}
.tailor-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--orange);font-weight:800}
.tailor-actions{display:flex;flex-wrap:wrap;gap:14px}
.tailor-visual{border-radius:22px;overflow:hidden;box-shadow:0 24px 65px rgba(2,35,77,.14);aspect-ratio:1.25/1}
.tailor-visual img{width:100%;height:100%;object-fit:cover;display:block}
.wordpress-experiences{padding-top:75px}
.experience-note{background:#eaf6fb;padding:24px 0;color:#3c5770;font-size:14px;line-height:1.65}
.experience-note strong{color:var(--navy)}
.home-experience-card .card-image img{width:100%;height:100%;object-fit:cover}

@media(max-width:1180px){
  .experience-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .editorial-hero{min-height:430px}
  .about-split,.tailor-grid{grid-template-columns:1fr;gap:38px}
  .about-split-reverse .about-copy,.about-split-reverse .about-feature-image{order:initial}
  .about-feature-image,.tailor-visual{aspect-ratio:16/9}
  .stay-choice-grid{grid-template-columns:1fr}
  .experience-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .editorial-hero{min-height:390px;background-position:58% center}
  .editorial-hero-content{padding-top:145px;padding-bottom:55px}
  .editorial-hero h1{font-size:46px}
  .editorial-hero p{font-size:16px}
  .about-intro-section{padding-top:62px}
  .experience-grid,.why-grid,.tailor-list{grid-template-columns:1fr}
  .experience-card-body{padding:20px}
  .signature-line{font-size:28px}
  .tailor-actions{flex-direction:column;align-items:stretch}
  .tailor-actions .btn{width:100%}
}
.inquiry-highlight{margin-bottom:28px;padding:24px 28px;border-radius:18px;background:#eef8fb;border:1px solid #d8edf5}.inquiry-highlight strong{display:block;margin:6px 0 4px;font-size:24px;color:var(--navy)}.inquiry-highlight p{margin:0;color:var(--muted)}

/* =========================================================
   Malzyve Travels v1.7 — sample-matched About & Attractions
   ========================================================= */
.sample-about-hero,.sample-attractions-hero{min-height:385px;background-position:center center}
.sample-about-hero .editorial-hero-overlay,.sample-attractions-hero .editorial-hero-overlay{background:linear-gradient(90deg,rgba(2,28,63,.76) 0%,rgba(2,37,77,.45) 45%,rgba(0,40,76,.18) 100%)}
.sample-about-hero .editorial-hero-content,.sample-attractions-hero .editorial-hero-content{padding-top:180px;padding-bottom:55px}
.sample-about-hero h1,.sample-attractions-hero h1{font-size:clamp(46px,5vw,64px);margin-bottom:8px}
.sample-attractions-hero p{font-size:17px}
.sample-about-intro{padding:72px 0}
.sample-about-split{grid-template-columns:1.02fr .98fr;gap:58px}
.sample-about-image{aspect-ratio:1.44/1;border-radius:13px;box-shadow:none}
.sample-about-intro .about-copy h2,.sample-promise-section .about-copy h2,.sample-experiences-intro h2,.sample-tailor-section h2{font-size:clamp(30px,3vw,40px);margin:0 0 10px;color:var(--navy)}
.sample-rule{display:block;width:34px;height:3px;background:var(--orange);margin:0 0 22px;border-radius:999px}
.sample-about-intro .about-copy p,.sample-promise-section .about-copy p,.sample-experiences-intro p,.sample-tailor-section p{font-size:16px;line-height:1.72;color:#314862}
.sample-about-intro .signature-line{font-size:31px;margin-top:20px}
.sample-why-section{padding:68px 0 72px;background:linear-gradient(180deg,#f3f9fc 0%,#f8fbfd 100%)}
.sample-section-head{display:block;margin-bottom:30px}
.sample-section-head h2{font-size:clamp(30px,3vw,40px);color:var(--navy);margin:0 0 10px}
.sample-why-grid{grid-template-columns:repeat(5,1fr);gap:0}
.sample-why-card{background:transparent;border:0;border-radius:0;box-shadow:none;padding:8px 24px 4px;position:relative}
.sample-why-card:not(:last-child){border-right:1px solid #d5e1ea}
.sample-why-card .about-icon-wrap{background:transparent;color:#07529a;width:58px;height:58px;margin:0 auto 8px}
.sample-why-card .about-icon{width:42px;height:42px;stroke-width:1.5}
.sample-why-card h3{font-size:16px;margin:8px 0 9px;color:var(--navy)}
.sample-why-card p{font-size:14px;line-height:1.55;margin:0;color:#3c526b}
.sample-promise-section{padding:72px 0}
.sample-promise-grid{grid-template-columns:.82fr 1.18fr;gap:70px}
.sample-promise-image{aspect-ratio:2.35/1;border-radius:13px;box-shadow:none}
.sample-promise-section .btn{margin-top:8px}
.sample-experiences-section{padding:48px 0 68px}
.sample-experiences-intro{max-width:920px;margin:0 0 34px}
.sample-experiences-intro p{max-width:850px;margin:0}
.sample-experience-grid{grid-template-columns:repeat(4,1fr);gap:30px 20px}
.sample-experience-card{border:0;border-radius:0;box-shadow:none;background:transparent;overflow:visible}
.sample-experience-card:hover{transform:none;box-shadow:none}
.sample-experience-card .experience-image{aspect-ratio:1.28/1;border-radius:10px;overflow:hidden;background:#dcecf3}
.sample-experience-card .experience-card-body{padding:12px 0 0}
.sample-experience-card h3{font-size:16px;margin:0 0 8px;color:var(--navy)}
.sample-experience-card p{font-size:13.5px;line-height:1.55;color:#314862}
.sample-tailor-section{padding:58px 0 66px;background:#eef8fd}
.sample-tailor-grid{grid-template-columns:.86fr 1.14fr;gap:58px}
.sample-tailor-visual{aspect-ratio:2.45/1;border-radius:10px;box-shadow:none}
.sample-tailor-section .btn{margin-top:4px}

@media(max-width:1180px){
  .sample-why-grid{grid-template-columns:repeat(3,1fr);gap:22px 0}
  .sample-why-card:nth-child(3){border-right:0}
  .sample-experience-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .sample-about-split,.sample-promise-grid,.sample-tailor-grid{grid-template-columns:1fr;gap:34px}
  .sample-promise-image,.sample-tailor-visual{aspect-ratio:16/8}
  .sample-why-grid{grid-template-columns:repeat(2,1fr)}
  .sample-why-card{border-right:0!important;border-bottom:1px solid #d5e1ea;padding-bottom:24px}
  .sample-experience-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .sample-about-hero,.sample-attractions-hero{min-height:340px}
  .sample-about-hero .editorial-hero-content,.sample-attractions-hero .editorial-hero-content{padding-top:140px;padding-bottom:45px}
  .sample-about-intro,.sample-promise-section{padding:54px 0}
  .sample-why-section{padding:52px 0}
  .sample-why-grid,.sample-experience-grid{grid-template-columns:1fr}
  .sample-why-card{padding-left:0;padding-right:0}
  .sample-experience-card .experience-image{aspect-ratio:16/10}
  .sample-tailor-section{padding:50px 0}
}

/* Malzyve Travels v1.8 — exact supplied About Us and Attractions copy/layout */
.sample-about-hero,.sample-attractions-hero{min-height:490px;background-size:cover}
.sample-about-hero{background-position:center 52%}
.sample-attractions-hero{background-position:center 48%}
.sample-about-hero .editorial-hero-content,.sample-attractions-hero .editorial-hero-content{padding-top:205px;padding-bottom:72px}
.sample-about-hero h1,.sample-attractions-hero h1{font-size:clamp(48px,5vw,68px);font-weight:800;letter-spacing:-1.6px}
.sample-attractions-hero p{font-size:18px;line-height:1.45;margin:0 0 10px;color:#fff}
.sample-about-intro{padding:62px 0 66px}
.sample-about-split{grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.sample-about-image{aspect-ratio:1.45/1;overflow:hidden}
.sample-about-image img,.sample-promise-image img,.sample-tailor-visual img,.sample-experience-card .experience-image img{width:100%;height:100%;object-fit:cover}
.sample-about-intro .about-copy h2,.sample-promise-section .about-copy h2,.sample-experiences-intro h2,.sample-tailor-section h2{font-size:clamp(30px,2.7vw,39px);font-weight:800;letter-spacing:-.7px}
.sample-about-intro .about-copy p,.sample-promise-section .about-copy p,.sample-experiences-intro p,.sample-tailor-section p{font-size:15.5px;line-height:1.72;color:#243a50}
.sample-about-intro .signature-line{font-family:'Playfair Display',serif;font-size:34px;font-style:italic;color:var(--orange);margin-top:25px}
.sample-why-section{padding:58px 0 64px;background:linear-gradient(180deg,#f1f8fc 0%,#f7fbfd 100%)}
.sample-section-head{margin-bottom:24px}
.sample-section-head h2{font-size:clamp(30px,2.7vw,39px);font-weight:800;letter-spacing:-.7px}
.sample-why-grid{grid-template-columns:repeat(5,1fr);gap:0}
.sample-why-card{padding:4px 25px 2px;text-align:center}
.sample-why-card .about-icon-wrap{width:62px;height:62px;margin:0 auto 5px;color:#074c91}
.sample-why-card .about-icon{width:48px;height:48px;stroke-width:1.45}
.sample-why-card h3{font-size:15px;font-weight:800;margin:5px 0 9px}
.sample-why-card p{font-size:13.5px;line-height:1.48;color:#243a50;max-width:155px;margin:0 auto}
.sample-promise-section{padding:58px 0 62px}
.sample-promise-grid{grid-template-columns:.9fr 1.1fr;gap:66px;align-items:center}
.sample-promise-image{aspect-ratio:2.35/1;overflow:hidden}
.sample-experiences-section{padding:42px 0 60px}
/* v1.9.1: keep the Attractions intro aligned with the activity grid */
.sample-experiences-intro{max-width:none;margin-left:auto;margin-right:auto;margin-bottom:28px}
.sample-experiences-intro p{max-width:820px}
.sample-experience-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:25px 18px}
.sample-experience-card .experience-image{display:block;aspect-ratio:1.27/1;border-radius:10px;overflow:hidden}
.sample-experience-card .experience-card-body{padding:10px 0 0}
.sample-experience-card h3{font-size:15.5px;font-weight:800;line-height:1.25;margin-bottom:8px}
.sample-experience-card p{font-size:13px;line-height:1.48;color:#243a50}
.sample-tailor-section{padding:40px 0 42px;background:#edf8fd}
.sample-tailor-grid{grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center}
.sample-tailor-visual{aspect-ratio:2.65/1;overflow:hidden}
.sample-tailor-section p{max-width:560px}
@media(max-width:1050px){
  .sample-about-hero,.sample-attractions-hero{min-height:430px}
  .sample-why-grid{grid-template-columns:repeat(3,1fr);row-gap:28px}
  .sample-why-card:nth-child(3){border-right:0}
  .sample-experience-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .sample-about-hero,.sample-attractions-hero{min-height:360px}
  .sample-about-hero .editorial-hero-content,.sample-attractions-hero .editorial-hero-content{padding-top:145px;padding-bottom:44px}
  .sample-about-split,.sample-promise-grid,.sample-tailor-grid{grid-template-columns:1fr;gap:30px}
  .sample-about-image{order:2}
  .sample-why-grid{grid-template-columns:1fr 1fr}
  .sample-why-card{border-right:0!important;border-bottom:1px solid #d5e1ea;padding:10px 14px 22px}
  .sample-why-card:last-child{grid-column:1/-1;max-width:310px;justify-self:center;width:100%}
  .sample-experience-grid{grid-template-columns:1fr 1fr;gap:24px 14px}
  .sample-tailor-visual,.sample-promise-image{aspect-ratio:16/8}
}
@media(max-width:520px){
  .sample-experience-grid,.sample-why-grid{grid-template-columns:1fr}
  .sample-why-card:last-child{grid-column:auto;max-width:none}
  .sample-experience-card .experience-image{aspect-ratio:16/10}
}


/* =========================================================
   Malzyve Travels v1.9 — Homestays & category cleanup
   ========================================================= */
.travel-search select[name="stay_type"]{min-width:145px}
@media(min-width:1261px){
  .site-header .header-inner{width:min(1420px,calc(100% - 36px));gap:18px}
  .primary-nav ul{gap:clamp(10px,1vw,18px)}
  .primary-nav a{font-size:13px}
  .header-cta{min-width:150px;padding-left:24px;padding-right:24px}
}
@media(max-width:1260px){
  .site-header .header-inner{width:min(100% - 32px,1180px)}
  .menu-toggle{display:block;order:3}
  .primary-nav{
    display:none;
    position:absolute;
    top:92px;
    left:16px;
    right:16px;
    padding:20px;
    border-radius:16px;
    background:rgba(3,29,67,.98);
    box-shadow:0 18px 50px rgba(0,20,55,.28);
    backdrop-filter:blur(12px);
  }
  .primary-nav.is-open,.primary-nav.open{display:block}
  .primary-nav ul{flex-direction:column;align-items:stretch;gap:0}
  .primary-nav li{width:100%}
  .primary-nav a{padding:12px 10px}
  .header-cta{margin-left:auto;order:2;min-width:148px;min-height:50px;padding:13px 24px}
}

/* =========================================================
   Malzyve v2.0 — inner hero imagery + contact enquiry page
   ========================================================= */
.page-hero--image{
  position:relative;
  isolation:isolate;
  min-height:420px;
  padding:165px 0 72px;
  display:flex;
  align-items:flex-end;
  background-image:linear-gradient(90deg,rgba(2,29,67,.90) 0%,rgba(6,43,97,.72) 38%,rgba(7,91,158,.22) 72%,rgba(2,29,67,.18) 100%),var(--malzyve-inner-hero);
  background-size:cover;
  background-position:center;
  color:#fff;
}
.page-hero--image .page-hero-content{position:relative;z-index:2}
.page-hero--image h1{font-size:clamp(44px,5vw,68px);line-height:1.02;margin:8px 0 14px;max-width:780px}
.page-hero--image p{font-size:17px;line-height:1.65;max-width:720px;margin:0}
.page-hero--image .kicker{color:var(--orange)}
.inner-breadcrumb{display:flex;align-items:center;gap:10px;margin-top:24px;font-size:14px;color:rgba(255,255,255,.92)}
.inner-breadcrumb a:hover{color:var(--orange)}

.contact-page-hero{background-position:center 55%}
.contact-page-section{padding-top:62px}
.contact-outline{border:1.5px solid var(--blue)}
.contact-alert{max-width:1180px;margin:0 auto 24px;padding:15px 18px;border-radius:12px;font-weight:600}
.contact-alert--success{background:#eaf8ef;border:1px solid #75b78a;color:#1c5a31}
.contact-alert--error{background:#fff3f2;border:1px solid #dc8c87;color:#8c2f29}
.contact-grid--outlined{gap:18px;margin-bottom:30px}
.contact-card{display:flex;align-items:center;gap:16px;background:#fff;padding:22px 20px;border-radius:16px;box-shadow:0 8px 24px rgba(6,43,97,.06)}
.contact-card h2{font-size:20px;margin:0 0 7px;color:var(--navy)}
.contact-card p{margin:0;font-size:14px;line-height:1.45}
.contact-card .text-link{color:var(--orange);font-weight:700;overflow-wrap:anywhere}
.contact-card-icon{width:52px;height:52px;flex:0 0 52px;border:1.5px solid var(--blue);border-radius:50%;display:grid;place-items:center;color:var(--blue);background:#f7fbfe}
.contact-card-icon .malzyve-icon{width:27px;height:27px}
.contact-intro{max-width:860px;margin:0 auto 34px;text-align:center;font-size:16px;line-height:1.65;color:#304964}
.contact-intro p{margin:0}
.inquiry-highlight{padding:20px 24px;border-radius:14px;background:#f3f9fd;margin-bottom:24px}
.inquiry-highlight strong{display:block;font-size:22px;color:var(--navy);margin:5px 0}
.inquiry-highlight p{margin:0;color:#40566f}
.contact-form-shell{border-radius:20px;padding:34px;background:#fff;box-shadow:0 14px 42px rgba(6,43,97,.08)}
.contact-form-head{margin-bottom:26px}
.contact-form-head h2{font-size:32px;color:var(--navy);margin:5px 0 8px}
.contact-form-head p{margin:0;color:#546b82}
.malzyve-contact-form label>span,.contact-experiences legend{display:block;font-size:13px;font-weight:700;color:var(--navy);margin-bottom:7px}
.malzyve-contact-form label b{color:var(--orange)}
.contact-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px}
.contact-span-2{grid-column:span 2}
.malzyve-contact-form input[type="text"],
.malzyve-contact-form input[type="email"],
.malzyve-contact-form input[type="tel"],
.malzyve-contact-form input[type="date"],
.malzyve-contact-form select,
.malzyve-contact-form textarea{
  width:100%;
  min-height:48px;
  border:1px solid #9ebbd4;
  border-radius:9px;
  background:#fff;
  color:var(--text);
  padding:11px 13px;
  font:inherit;
  outline:none;
  transition:border-color .18s,box-shadow .18s;
}
.malzyve-contact-form textarea{min-height:132px;resize:vertical;line-height:1.55}
.malzyve-contact-form input:focus,.malzyve-contact-form select:focus,.malzyve-contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(7,91,158,.12)}
.contact-experiences{border:0;padding:0;margin:0 0 24px}
.contact-experiences legend{margin-bottom:10px}
.contact-experiences{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 16px}
.contact-experiences legend{grid-column:1/-1}
.contact-experiences label{display:flex;align-items:center;gap:9px;padding:10px 11px;border:1px solid #c5d8e8;border-radius:9px;background:#f8fbfd;cursor:pointer}
.contact-experiences label>span{margin:0;font-size:13px;font-weight:600}
.contact-experiences input{accent-color:var(--blue)}
.contact-message{display:block;margin-bottom:18px}
.contact-consent{display:flex!important;align-items:flex-start;gap:10px;margin:0 0 20px}
.contact-consent input{margin-top:3px;accent-color:var(--blue)}
.contact-consent>span{margin:0!important;font-weight:500!important;color:#455d74!important}
.contact-submit-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:20px;border-top:1px solid #d8e4ee}
.contact-privacy-note{margin:0;max-width:680px;font-size:12.5px;line-height:1.5;color:#65758b}
.contact-submit{min-width:190px}
.contact-submit .malzyve-icon{width:18px;height:18px}
.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}

@media(max-width:1100px){
  .contact-grid{grid-template-columns:repeat(2,1fr)}
  .contact-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-experiences{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .page-hero--image{min-height:360px;padding:128px 0 48px;background-position:center}
  .page-hero--image h1{font-size:42px}
  .page-hero--image p{font-size:15px}
  .contact-page-section{padding-top:44px}
  .contact-grid{grid-template-columns:1fr}
  .contact-form-shell{padding:22px 16px;border-radius:16px}
  .contact-form-head h2{font-size:27px}
  .contact-form-grid,.contact-experiences{grid-template-columns:1fr}
  .contact-span-2{grid-column:auto}
  .contact-submit-row{align-items:stretch;flex-direction:column}
  .contact-submit{width:100%}
}


/* =========================================================
   Malzyve Travels — shared multilingual UI
   ========================================================= */
.malzyve-language-switcher{position:relative;flex:0 0 auto;z-index:70}
.malzyve-language-toggle{min-width:76px;height:44px;padding:0 11px;border:1px solid rgba(255,255,255,.38);border-radius:12px;background:rgba(2,29,67,.32);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;backdrop-filter:blur(8px);white-space:nowrap}
.malzyve-language-toggle:hover,.malzyve-language-toggle:focus-visible,.malzyve-language-switcher.is-open .malzyve-language-toggle{border-color:var(--orange);background:rgba(2,29,67,.78);outline:none}
.malzyve-language-globe{font-size:15px;line-height:1}.malzyve-language-code{letter-spacing:.4px}.malzyve-language-chevron{font-size:16px;line-height:1;transition:transform .18s ease}
.malzyve-language-switcher.is-open .malzyve-language-chevron{transform:rotate(180deg)}
.malzyve-language-menu{position:absolute;top:calc(100% + 10px);right:0;width:220px;padding:8px;background:#fff;color:var(--navy);border:1px solid #d6e2ee;border-radius:14px;box-shadow:0 18px 55px rgba(2,29,67,.22);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s ease;max-height:min(430px,70vh);overflow:auto}
.malzyve-language-switcher.is-open .malzyve-language-menu{opacity:1;visibility:visible;transform:translateY(0)}
.malzyve-language-option{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:8px;padding:10px 11px;border-radius:9px;font-size:13px;line-height:1.25}
.malzyve-language-option:hover,.malzyve-language-option:focus-visible{background:#eef6fb;color:var(--blue);outline:none}.malzyve-language-option.is-current{background:#f4f8fb;font-weight:700}.malzyve-language-option-code{font-weight:800;color:var(--orange);letter-spacing:.3px}.malzyve-language-option-name{overflow:hidden;text-overflow:ellipsis}
@media(min-width:1261px){.site-header .header-inner{gap:13px}.primary-nav ul{gap:clamp(8px,.85vw,15px)}.primary-nav a{font-size:12.5px}.header-cta{min-width:145px;padding-left:21px;padding-right:21px}}
@media(max-width:1260px){.malzyve-language-switcher{margin-left:auto;order:2}.header-cta{margin-left:0;order:2}.menu-toggle{order:3}}
@media(max-width:880px){.header-cta{display:none}.malzyve-language-switcher{margin-left:auto}}
@media(max-width:520px){.malzyve-language-toggle{min-width:67px;padding:0 9px}.malzyve-language-globe{display:none}.malzyve-language-menu{position:fixed;left:12px;right:12px;top:82px;width:auto;max-height:65vh}}

/* Arabic / RTL compatibility. */
html[dir="rtl"] body{direction:rtl}
html[dir="rtl"] .brand{margin-right:0;margin-left:auto}
html[dir="rtl"] .malzyve-language-menu{right:auto;left:0;text-align:right}
html[dir="rtl"] .primary-nav ul{direction:rtl}
html[dir="rtl"] .hero-copy,html[dir="rtl"] .editorial-hero-content,html[dir="rtl"] .page-hero-content,html[dir="rtl"] .section-head,html[dir="rtl"] .about-copy,html[dir="rtl"] .intro-centered,html[dir="rtl"] .tailor-copy,html[dir="rtl"] .contact-intro{text-align:right}
html[dir="rtl"] .travel-search label{border-right:0;border-left:1px solid #e5edf4}
html[dir="rtl"] input[type="email"],html[dir="rtl"] input[type="tel"],html[dir="rtl"] input[type="url"]{direction:ltr;text-align:left}
html[dir="rtl"] .contact-card a[href^="mailto:"],html[dir="rtl"] .contact-card a[href^="tel:"]{direction:ltr;unicode-bidi:embed;display:inline-block}


/* =========================================================
   Malzyve Travels v2.2 — property detail pages
   ========================================================= */
.property-hero{height:620px;position:relative;display:flex;align-items:flex-end;color:#fff;background:linear-gradient(135deg,var(--navy2),var(--blue));overflow:hidden}
.property-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%}
.property-hero-fallback{position:absolute;inset:0;background:linear-gradient(135deg,var(--navy2),var(--blue))}
.property-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,22,50,.9) 0%,rgba(2,35,77,.52) 46%,rgba(2,35,77,.18) 100%)}
.property-hero-content{position:relative;z-index:2;padding-bottom:58px}
.property-breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;margin-bottom:24px;color:rgba(255,255,255,.88)}
.property-breadcrumb a:hover{color:var(--orange)}
.property-badges{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.property-badge{display:inline-flex;align-items:center;background:var(--orange);color:#fff;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}
.property-location{display:inline-flex;align-items:center;gap:7px;font-size:15px;font-weight:600}
.property-location .malzyve-icon{width:18px;height:18px}
.property-hero h1{font-size:clamp(46px,6vw,76px);line-height:1.02;margin:15px 0 0;max-width:900px}
.property-section{padding-top:72px}
.property-layout{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(330px,.75fr);gap:50px;align-items:start}
.property-content{min-width:0}
.property-overview{padding-bottom:34px;border-bottom:1px solid #e4edf5}
.property-overview h2,.property-block h2,.property-request-card h2{color:var(--navy);font-size:34px;line-height:1.15;margin:8px 0 18px}
.property-description{font-size:18px;line-height:1.8;color:var(--text)}
.property-description p:first-child{margin-top:0}
.property-block{padding:42px 0;border-bottom:1px solid #e4edf5}
.property-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.property-highlight{display:flex;align-items:flex-start;gap:12px;padding:18px;border:1px solid rgba(7,91,158,.18);background:#f7fbfe;border-radius:14px;font-weight:600}
.property-highlight-mark{display:grid;place-items:center;flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:var(--navy);color:#fff;font-size:14px}
.property-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.property-facts div{padding:20px;border:1px solid rgba(7,91,158,.18);border-radius:14px;background:#f7fbfe}
.property-facts span{display:block;font-size:11px;color:var(--muted);text-transform:uppercase;font-weight:700;letter-spacing:.7px;margin-bottom:5px}
.property-facts strong{color:var(--navy)}
.property-block-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}
.property-block-head h2{margin-bottom:0}
.property-block-head>span{color:var(--muted);font-size:14px}
.property-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.property-gallery-item{position:relative;display:block;height:255px;overflow:hidden;border-radius:16px;background:#e8f2f8}
.property-gallery-item--1{grid-column:1/-1;height:430px}
.property-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.property-gallery-item:hover img{transform:scale(1.025)}
.property-gallery-zoom{position:absolute;right:14px;bottom:14px;background:rgba(2,22,50,.82);color:#fff;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700;backdrop-filter:blur(8px)}
.property-request-card{position:sticky;top:24px;border:2px solid var(--navy);border-radius:22px;background:#fff;padding:28px;box-shadow:0 18px 50px rgba(2,35,77,.12)}
.property-request-card h2{margin-bottom:12px}
.property-selected-label{margin:18px 0 7px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.8px;font-weight:700}
.property-selected{padding:14px 16px;border-radius:13px;background:#edf6fb;border:1px solid rgba(7,91,158,.2)}
.property-selected strong{display:block;color:var(--navy);font-size:17px}
.property-selected span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.property-request-copy{color:var(--muted);font-size:14px;line-height:1.6;margin:16px 0 20px}
.property-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.property-request-form label{display:flex;flex-direction:column;gap:6px;color:var(--navy);font-size:12px;font-weight:700}
.property-request-form label span b{color:var(--orange)}
.property-request-form input,.property-request-form select,.property-request-form textarea{width:100%;border:1px solid rgba(7,91,158,.32);border-radius:10px;background:#fff;padding:11px 12px;color:var(--text);font:inherit;outline:none}
.property-request-form input:focus,.property-request-form select:focus,.property-request-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(7,91,158,.1)}
.property-form-wide{grid-column:1/-1}
.property-consent{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:9px!important;margin:16px 0;color:var(--muted)!important;font-weight:500!important;line-height:1.45}
.property-consent input{width:auto!important;margin-top:3px}
.property-request-submit{width:100%}
.property-request-submit .malzyve-icon{width:18px;height:18px}
.property-form-note{font-size:11px;line-height:1.5;color:var(--muted);margin:12px 0 0;text-align:center}
.property-card .location{display:flex;align-items:center;gap:5px}
.property-card .location .malzyve-icon{width:15px;height:15px;flex:0 0 auto}
.card-excerpt{font-size:14px;line-height:1.55;min-height:66px}
.property-card-meta{gap:10px}
.property-card-link{font-weight:700;color:var(--navy)}
.property-card-link:hover{color:var(--orange)}
.property-card-meta strong{font-size:14px;text-align:right}
.property-lightbox{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:30px;background:rgba(0,17,42,.94)}
.property-lightbox.is-open{display:flex}
.property-lightbox figure{margin:0;max-width:min(1200px,94vw);max-height:90vh;text-align:center}
.property-lightbox img{max-width:100%;max-height:82vh;width:auto;height:auto;border-radius:12px;box-shadow:0 24px 80px rgba(0,0,0,.35)}
.property-lightbox figcaption{color:#fff;margin-top:10px;font-size:14px}
.property-lightbox-close{position:absolute;top:18px;right:24px;border:0;background:transparent;color:#fff;font-size:42px;line-height:1;cursor:pointer}
body.property-lightbox-open{overflow:hidden}

@media(max-width:980px){
  .property-hero{height:540px}
  .property-layout{grid-template-columns:1fr;gap:35px}
  .property-request-card{position:relative;top:auto}
}
@media(max-width:760px){
  .property-hero{height:480px}
  .property-hero-content{padding-bottom:34px}
  .property-hero h1{font-size:44px}
  .property-breadcrumb{font-size:12px;flex-wrap:wrap}
  .property-highlight-grid,.property-facts,.property-form-grid{grid-template-columns:1fr}
  .property-form-wide{grid-column:auto}
  .property-gallery{grid-template-columns:1fr}
  .property-gallery-item,.property-gallery-item--1{grid-column:auto;height:250px}
  .property-overview h2,.property-block h2,.property-request-card h2{font-size:29px}
  .property-request-card{padding:22px}
}


/* =========================================================
   Malzyve Travels v2.4 — card image alignment correction
   Every destination and stay photograph fills the complete
   245px media frame so the turquoise fallback cannot show.
   ========================================================= */
.travel-card .card-image{height:245px;background:linear-gradient(135deg,#0b7eb0,#5cd7d8);overflow:hidden}
.travel-card .card-image>img,
.travel-card .card-image picture,
.travel-card .card-image picture>img{width:100%!important;height:100%!important;min-height:100%;display:block;object-fit:cover!important;object-position:center center}
@media(max-width:760px){.travel-card .card-image{height:230px}}

/* =========================================================
   Malzyve Travels v2.6 — navigation, logo and language fixes
   ========================================================= */
/* Keep the brand link valid and make the low-contrast TRAVELS lettering in
   transparent custom logos easier to read against dark/photographic heroes. */
.brand{isolation:isolate}
.brand .custom-logo,.malzyve-header-logo{
  display:block;
  max-height:78px;
  width:auto;
  filter:drop-shadow(0 0 1px rgba(255,255,255,.95)) drop-shadow(0 1px 2px rgba(0,20,55,.38));
}
.brand-sub{
  -webkit-text-stroke:.45px rgba(255,255,255,.6);
  text-shadow:0 1px 1px rgba(0,15,45,.45),0 0 2px rgba(255,255,255,.45);
}

/* Accessible keyboard skip navigation without changing visible page copy. */
.skip-link:focus{
  position:fixed!important;
  top:10px;
  left:10px;
  z-index:99999;
  width:auto;
  height:auto;
  clip:auto;
  padding:10px 14px;
  border-radius:8px;
  background:#fff;
  color:var(--navy);
  box-shadow:0 8px 28px rgba(0,0,0,.2);
}



/* =========================================================
   Malzyve Travels v2.7 — free Google/GTranslate integration
   ========================================================= */
.malzyve-google-language-switcher{position:relative;flex:0 0 auto;z-index:90}
.malzyve-google-language-switcher .malzyve-language-toggle{
  min-width:78px;height:44px;padding:0 11px;border:1px solid rgba(255,255,255,.4);
  border-radius:12px;background:rgba(2,29,67,.38);color:#fff;display:inline-flex;
  align-items:center;justify-content:center;gap:6px;font:inherit;font-size:12px;font-weight:800;
  cursor:pointer;backdrop-filter:blur(8px);white-space:nowrap;
}
.malzyve-google-language-switcher .malzyve-language-toggle:hover,
.malzyve-google-language-switcher .malzyve-language-toggle:focus-visible,
.malzyve-google-language-switcher.is-open .malzyve-language-toggle{
  border-color:var(--orange);background:rgba(2,29,67,.82);outline:none;
}
.malzyve-google-language-switcher .malzyve-language-menu{
  position:absolute;top:calc(100% + 10px);right:0;width:220px;padding:8px;background:#fff;
  color:var(--navy);border:1px solid #d6e2ee;border-radius:14px;box-shadow:0 18px 55px rgba(2,29,67,.22);
  opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s ease;max-height:min(430px,70vh);overflow:auto;
}
.malzyve-google-language-switcher.is-open .malzyve-language-menu{opacity:1;visibility:visible;transform:translateY(0)}
.malzyve-google-language-switcher .malzyve-language-option{
  display:grid;grid-template-columns:42px 1fr;align-items:center;gap:8px;padding:0;border-radius:9px;font-size:13px;line-height:1.25;
}
.malzyve-google-language-switcher .malzyve-language-option:hover,
.malzyve-google-language-switcher .malzyve-language-option:focus-within,
.malzyve-google-language-switcher .malzyve-language-option.is-current{background:#eef6fb}
.malzyve-google-language-switcher .malzyve-language-option-code{font-weight:800;color:var(--orange);letter-spacing:.3px;padding-left:11px}
.malzyve-google-language-switcher .malzyve-language-option-name a{
  display:block;padding:10px 11px 10px 0;color:var(--navy);text-decoration:none;font-weight:650;
}
.malzyve-google-language-switcher .malzyve-language-option-name a:hover,
.malzyve-google-language-switcher .malzyve-language-option-name a:focus{color:var(--blue);outline:none}
.malzyve-google-language-switcher .malzyve-language-chevron{transition:transform .18s ease}
.malzyve-google-language-switcher.is-open .malzyve-language-chevron{transform:rotate(180deg)}
/* Prevent any leftover TranslatePress front-end selector from appearing if the old plugin is still active. */
#trp-floater-ls,.trp-language-switcher-container,.trp-language-switcher{display:none!important}
html[dir="rtl"] .malzyve-google-language-switcher .malzyve-language-menu{right:auto;left:0;text-align:right}
html[dir="rtl"] .malzyve-google-language-switcher .malzyve-language-option-code{padding-left:0;padding-right:11px}
html[dir="rtl"] .malzyve-google-language-switcher .malzyve-language-option-name a{padding:10px 0 10px 11px}
@media(max-width:1260px){.malzyve-google-language-switcher{margin-left:auto;order:2}}
@media(max-width:520px){
  .malzyve-google-language-switcher .malzyve-language-toggle{min-width:66px;padding:0 9px}
  .malzyve-google-language-switcher .malzyve-language-globe{display:none}
  .malzyve-google-language-switcher .malzyve-language-menu{position:fixed;left:12px;right:12px;top:82px;width:auto;max-height:65vh}
}

/* Malzyve branded page loader — brief, non-blocking, reduced-motion aware. */
.malzyve-loader{
  position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(145deg,#062a56 0%,#0a3b78 52%,#1266ad 100%);
  opacity:1;visibility:visible;transition:opacity .32s ease,visibility .32s ease;
}
.malzyve-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.malzyve-loader-inner{display:flex;flex-direction:column;align-items:center;gap:18px;width:min(310px,70vw)}
.malzyve-loader-inner img{display:block;width:100%;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.15))}
.malzyve-loader-wave{position:relative;width:110px;height:4px;border-radius:99px;background:rgba(255,255,255,.22);overflow:hidden}
.malzyve-loader-wave::after{content:"";position:absolute;inset:0;width:42%;border-radius:inherit;background:#ff7a00;animation:malzyve-loader-slide .85s ease-in-out infinite alternate}
@keyframes malzyve-loader-slide{from{transform:translateX(-5%)}to{transform:translateX(145%)}}
@media(prefers-reduced-motion:reduce){.malzyve-loader{display:none!important}.malzyve-loader-wave::after{animation:none}}

/* =========================================================
   Malzyve Travels v3.1 — property request date controls
   ========================================================= */
.property-date-control{position:relative;display:block;width:100%}
.property-date-control input[type="date"]{padding-right:46px;min-height:43px;cursor:pointer;color-scheme:light}
.property-date-control input[type="date"]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:44px;height:100%;cursor:pointer}
.property-date-picker{position:absolute;top:50%;right:7px;transform:translateY(-50%);display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:8px;background:#edf6fb;color:var(--navy);cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}
.property-date-picker:hover,.property-date-picker:focus-visible{background:var(--navy);color:#fff;box-shadow:0 0 0 3px rgba(7,91,158,.12);outline:0}
.property-date-picker .malzyve-icon{width:18px;height:18px}
.property-gallery-item.is-image-unavailable{display:none}

/* =========================================================
   Malzyve Travels v3.2 — site-wide calendar/date controls
   ========================================================= */
:where(body) input[type="date"]{
  cursor:pointer;
  color-scheme:light;
  padding-right:42px!important;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23075b9e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3Cpath d='M8 14h.01M12 14h.01M16 14h.01M8 18h.01M12 18h.01'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:right 11px center!important;
  background-size:20px 20px!important;
}
:where(body) input[type="date"]:hover{
  background-color:rgba(7,91,158,.035);
}
:where(body) input[type="date"]:focus{
  background-color:#fff;
}
:where(body) input[type="date"]::-webkit-calendar-picker-indicator{
  opacity:0;
  width:32px;
  height:100%;
  cursor:pointer;
}
html[dir="rtl"] :where(body) input[type="date"]{
  padding-right:inherit!important;
  padding-left:42px!important;
  background-position:left 11px center!important;
}
/* The v3.1 property-specific button is superseded by the global control. */
.property-date-picker{display:none!important}
.property-date-control{display:contents}
.property-date-control input[type="date"]{width:100%}
