:root {
  --red:#C0392B;--red2:#96281B;--red3:#E74C3C;
  --red-soft:rgba(192,57,43,0.07);--red-soft2:rgba(192,57,43,0.12);
  --cream:#FFFAF7;--cream2:#F7F4F0;--cream3:#EDE5D5;
  --white:#FFFFFF;
  --ink:#1A1208;--ink2:#2D2416;
  --text:#3D3020;--mid:#6B5D4A;--hint:#9B8E7A;
  --border:rgba(60,40,20,0.09);--border2:rgba(60,40,20,0.05);
  --gold:#B8860B;--gold2:#D97706;
  --shadow-red:0 8px 30px rgba(192,57,43,0.15);
  --radius:12px;--radius2:20px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}
h1,h2,h3,h4,h5{font-family:'Playfair Display',serif}
a{text-decoration:none;color:inherit;transition:color 0.2s}
img{display:block;max-width:100%}

/* ══ FONT FAMILY — exclude icon fonts ══ */
*:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not([class^="fa-"]):not([class*=" fa-"]):not(.bi):not([class^="bi-"]):not([class*=" bi-"]) {
  font-family:'DM Sans',sans-serif !important;
}

/* ══ NAVBAR ══ */
.navbar{
  background:rgba(255,255,255,0.98) !important;
  box-shadow:0 2px 24px rgba(0,0,0,0.07);
  padding:0.6rem 0;
  position:sticky;top:0;z-index:999;
  backdrop-filter:saturate(180%) blur(20px);
}
.nav-logo{display:flex;align-items:center;gap:9px}
.nav-logo-icon{
  background:var(--red);
  border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.nav-logo-icon i{color:white;font-size:1rem}
.nav-logo-texts span:first-child{
  font-family:'Playfair Display',serif;
  font-size:1.3rem;font-weight:700;color:var(--red);display:block;line-height:1.1;
}
.nav-logo-texts span:last-child{font-size:0.64rem;color:var(--mid);letter-spacing:2px;text-transform:uppercase}
.navbar-nav .nav-link{
  color:var(--ink) !important;font-weight:500;font-size:0.88rem;
  padding:0.45rem 0.9rem !important;border-radius:8px;transition:all 0.2s;
}
.navbar-nav .nav-link:hover{color:var(--red) !important;background:var(--red-soft)}
.navbar-nav .nav-link.active{color:var(--red) !important}
.nav-phone-link{font-size:0.82rem;color:var(--mid);font-weight:500;display:flex;align-items:center;gap:5px;}
.nav-phone-link i{color:var(--red);font-size:0.75rem}
.btn-nav-cta{
  background:var(--red);color:white !important;
  border:none;border-radius:25px;
  padding:0.5rem 1.3rem;font-weight:600;font-size:0.85rem;transition:all 0.3s;
}
.btn-nav-cta:hover{background:var(--red2) !important;box-shadow:var(--shadow-red);transform:translateY(-1px)}

/* ══ GLOBAL BUTTONS ══ */
.btn-red{background:var(--red);color:white;border:none;border-radius:8px;padding:0.75rem 1.8rem;font-weight:600;font-size:0.88rem;transition:all 0.3s;display:inline-flex;align-items:center;gap:7px;}
.btn-red:hover{background:var(--red2);color:white;transform:translateY(-2px);box-shadow:var(--shadow-red)}
.btn-red-outline{background:transparent;color:var(--red);border:1.5px solid var(--red);border-radius:8px;padding:0.7rem 1.6rem;font-weight:600;font-size:0.86rem;transition:all 0.3s;display:inline-flex;align-items:center;gap:7px;}
.btn-red-outline:hover{background:var(--red);color:white}

/* ══ SECTION COMMONS ══ */
.section-tag{color:var(--red);font-size:0.75rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--ink);line-height:1.2}
.section-title em{color:var(--red);font-style:italic}
.section-line{width:48px;height:3px;background:var(--red);border-radius:2px;margin-top:0.8rem}

/* ══ NEWSLETTER ══ */
.newsletter-section{padding:5rem 0;background:white}
.newsletter-box{background:linear-gradient(135deg,#FFF0F0 0%,#FFF8F8 100%);border-radius:24px;padding:3rem;border:1.5px solid rgba(192,57,43,0.1)}
.newsletter-box h2{font-family:'Playfair Display',serif;font-size:2rem;color:var(--ink)}
.newsletter-box p{color:var(--mid)}
.newsletter-input-group .form-control{border:1.5px solid #DDD;border-radius:30px 0 0 30px !important;padding:0.75rem 1.5rem;}
.newsletter-input-group .btn-nl{border-radius:0 30px 30px 0 !important;padding:0.75rem 1.8rem;background:var(--red);color:white;border:none;font-weight:700;transition:background 0.3s}
.newsletter-input-group .btn-nl:hover{background:var(--red2)}

/* ══ PAGE HERO (inner pages) ══ */
.page-hero{
  height:320px;background-size:cover;background-position:center;
  display:flex;align-items:flex-end;padding-bottom:3rem;
  position:relative;overflow:hidden;
}
.page-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(26,18,8,0.85) 0%,rgba(26,18,8,0.4) 55%,rgba(26,18,8,0.2) 100%)}
.page-hero-content{position:relative;z-index:2}
.page-breadcrumb{font-size:0.8rem;color:rgba(255,255,255,0.55);margin-bottom:0.4rem}
.page-breadcrumb a{color:#F5C842}
.page-hero-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:white;margin:0}

/* ══ CONTACT PAGE ══ */
.contact-info-box{background:var(--ink);border-radius:var(--radius2);padding:2.5rem;height:100%}
.contact-info-item{display:flex;gap:1rem;margin-bottom:1.8rem;align-items:flex-start}
.cinfo-icon{width:42px;height:42px;background:rgba(192,57,43,0.2);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cinfo-icon i{color:var(--red);font-size:1rem}
.cinfo-label{font-size:0.7rem;color:rgba(255,255,255,0.45);text-transform:uppercase;letter-spacing:1px;margin-bottom:2px}
.cinfo-value{color:white;font-size:0.9rem;font-weight:500}
.cinfo-value a{color:white}
.contact-form-box{background:white;border-radius:var(--radius2);padding:2.5rem;border:1px solid var(--border)}
.contact-form-box .form-label{font-size:0.78rem;font-weight:700;color:var(--ink);letter-spacing:0.3px}
.contact-form-box .form-control,.contact-form-box .form-select{border:1.5px solid #E8E0D8;border-radius:10px;padding:0.65rem 1rem;font-size:0.9rem;color:var(--ink);transition:border-color 0.2s}
.contact-form-box .form-control:focus,.contact-form-box .form-select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(192,57,43,0.08)}
.btn-submit{background:var(--red);color:white;border:none;border-radius:10px;padding:0.75rem;width:100%;font-weight:700;font-size:0.9rem;transition:all 0.3s;cursor:pointer}
.btn-submit:hover{background:var(--red2)}
.alert-success-custom{background:rgba(5,150,105,0.08);border:1px solid rgba(5,150,105,0.25);color:#065F46;border-radius:10px;padding:1rem;margin-bottom:1.5rem}

/* ══ FOOTER ══ */
footer{background:var(--ink);color:rgba(255,255,255,0.65);padding:4rem 0 1.5rem;border-top:3px solid var(--red)}
footer .footer-logo-text span:first-child{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:white;display:block;line-height:1.1}
footer .footer-logo-text span:last-child{font-size:0.64rem;color:rgba(255,255,255,0.4);letter-spacing:2px;text-transform:uppercase}
footer h6{color:white;font-weight:700;font-size:0.85rem;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.2rem}
footer a{color:rgba(255,255,255,0.58);font-size:0.85rem;display:block;margin-bottom:0.5rem;transition:color 0.2s}
footer a:hover{color:white}
.footer-social a{display:inline-flex;width:35px;height:35px;background:rgba(255,255,255,0.08);border-radius:50%;align-items:center;justify-content:center;margin-right:7px;font-size:0.82rem;margin-bottom:0}
.footer-social a:hover{background:var(--red);color:white}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);margin-top:3rem;padding-top:1.5rem;font-size:0.8rem}
.footer-contact-item{display:flex;gap:8px;margin-bottom:0.55rem;font-size:0.84rem;color:rgba(255,255,255,0.6);align-items:flex-start}
.footer-contact-item i{color:var(--red);margin-top:2px;flex-shrink:0;font-size:0.78rem}
.footer-arabic{font-family:'Amiri',serif;font-size:0.9rem;color:rgba(255,255,255,0.2);letter-spacing:2px;margin-bottom:0.8rem}

/* ══ REVEAL ANIMATIONS ══ */
.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.75s ease,transform 0.75s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.d1{transition-delay:0.1s}.d2{transition-delay:0.2s}.d3{transition-delay:0.3s}.d4{transition-delay:0.4s}

/* ══ WHATSAPP FLOAT ══ */
.wa-float{
  position:fixed;bottom:28px;right:28px;z-index:999;
  width:56px;height:56px;border-radius:50%;
  background:#25D366;color:white;
  display:flex;align-items:center;justify-content:center;
  font-size:1.6rem;
  box-shadow:0 6px 20px rgba(37,211,102,0.45);
  animation:waPulse 2.5s infinite;
  transition:transform 0.2s;
}
.wa-float:hover{color:white;transform:scale(1.1)}
@keyframes waPulse{0%,100%{box-shadow:0 6px 20px rgba(37,211,102,0.45)}50%{box-shadow:0 6px 36px rgba(37,211,102,0.7)}}
* ══ HOTELS ══ */
.hotels-section     { background: white; padding: 5rem 0; }
.hotel-card         { background: white; border-radius: 16px; overflow: hidden; border: 1.5px solid rgba(60,40,20,0.09); transition: all 0.35s; height: 100%; }
.hotel-card:hover   { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(0,0,0,0.1); border-color: transparent; }
.hotel-img-wrap     { height: 175px; overflow: hidden; position: relative; }
.hotel-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 10s ease; }
.hotel-card:hover .hotel-img-wrap img { transform: scale(1.05); }
.hotel-scrim        { position: absolute; inset: 0; background: linear-gradient(to top,rgba(26,18,8,0.5) 0%,transparent 55%); }
.hotel-stars-wrap   { position: absolute; bottom: 10px; left: 12px; display: flex; gap: 2px; }
.hstar              { width: 11px; height: 11px; background: #F59E0B; clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); }
.hotel-body         { padding: 1rem 1.1rem 1.2rem; }
.hotel-name         { font-size: 0.88rem; font-weight: 700; color: #1A1208; margin-bottom: 3px; line-height: 1.3; }
.hotel-loc          { font-size: 0.72rem; color: #9B8E7A; display: flex; align-items: center; gap: 4px; margin-bottom: 7px; }
.hotel-loc i        { color: #C0392B; font-size: 0.7rem; }
.hotel-dist         { display: inline-flex; align-items: center; gap: 4px; font-size: 0.69rem; font-weight: 600; color: #C0392B; background: rgba(192,57,43,0.09); padding: 3px 10px; border-radius: 100px; }
.hotel-city-header  { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.2rem; flex-wrap: wrap; gap: 0.8rem; }
.hotel-city-label   { display: flex; align-items: center; gap: 8px; }
.hotel-city-label i { color: #C0392B; }
.hotel-city-label span { font-weight: 700; color: #1A1208; font-size: 1rem; }
.hotel-city-count   { font-size: 0.75rem; color: #9B8E7A; }
/* ══════════════════════════════════════════
   UNIVERSAL SLIDER
══════════════════════════════════════════ */
.slider-outer   { overflow: hidden; width: 100%; }
.slider-track   { display: flex; transition: transform 0.55s cubic-bezier(0.4,0,0.2,1); will-change: transform; }
.slider-slide   { flex-shrink: 0; box-sizing: border-box; padding: 0 10px; }

.section-header-row {
    display: flex; justify-content: space-between;
    align-items: flex-end; flex-wrap: wrap;
    gap: 1rem; margin-bottom: 2rem;
}
.slider-controls { display: flex; align-items: center; gap: 8px; }
.slider-arrow {
    width: 40px; height: 40px; border-radius: 50%;
    border: 1.5px solid rgba(60,40,20,0.12);
    background: white; color: #C0392B;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 0.82rem; transition: all 0.25s; flex-shrink: 0;
}
.slider-arrow:hover { background: #C0392B; color: white; border-color: #C0392B; }
.slider-arrow.dark  { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); color: white; }
.slider-arrow.dark:hover { background: #C0392B; border-color: #C0392B; }
.slider-dots { display: flex; justify-content: center; gap: 7px; margin-top: 1.5rem; }
.slider-dot  {
    width: 7px; height: 7px; border-radius: 50%;
    background: rgba(60,40,20,0.15);
    border: none; cursor: pointer; padding: 0; transition: all 0.35s;
}
.slider-dot.active { background: #C0392B; width: 22px; border-radius: 4px; }
.slider-dot.white  { background: rgba(255,255,255,0.25); }
.slider-dot.white.active { background: white; }

/* ══ HERO ══ */
.hero-slider  { position: relative; height: 100vh; min-height: 680px; overflow: hidden; background: #0E0C0A; }
.hero-slide   { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.04); transition: opacity 1.8s cubic-bezier(0.4,0,0.2,1), transform 0s; }
.hero-slide.active { opacity: 1; transform: scale(1); transition: opacity 1.8s cubic-bezier(0.4,0,0.2,1), transform 9s ease-out; }
.hero-slide.prev   { opacity: 0; transition: opacity 1.8s cubic-bezier(0.4,0,0.2,1); }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right,rgba(10,8,6,0.88) 0%,rgba(10,8,6,0.55) 50%,rgba(10,8,6,0.18) 100%),linear-gradient(to top,rgba(10,8,6,0.65) 0%,transparent 40%); }
.hero-grain   { position: absolute; inset: 0; z-index: 2; opacity: 0.3; pointer-events: none; }
.hero-content-wrap { position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; }
.hero-content { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; transform: translateY(14px); transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s; pointer-events: none; }
.hero-content.active { opacity: 1; transform: translateY(0); pointer-events: all; }
.hero-inner   { max-width: 640px; padding: 80px 0 120px; }
.hero-tag     { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.15); border-radius: 100px; padding: 6px 16px; font-size: 0.72rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 1.4rem; }
.htag-dot     { width: 6px; height: 6px; border-radius: 50%; background: #E74C3C; flex-shrink: 0; animation: hpulse 2s infinite; }
@keyframes hpulse { 0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(0.7)} }
.hero-title   { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem,5vw,4.2rem); font-weight: 700; color: white; line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 0.7rem; }
.hero-arabic  { font-family: 'Amiri', serif; font-size: 1rem; color: rgba(255,255,255,0.32); letter-spacing: 3px; margin-bottom: 1rem; }
.hero-sub     { font-size: 0.98rem; color: rgba(255,255,255,0.75); line-height: 1.82; font-weight: 300; max-width: 500px; margin-bottom: 2rem; }
.hero-btns    { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 2rem; }
.hbtn-primary { display: inline-flex; align-items: center; gap: 7px; background: #C0392B; color: white; border: none; padding: 13px 26px; border-radius: 8px; font-size: 0.87rem; font-weight: 600; cursor: pointer; transition: all 0.3s; text-decoration: none; box-shadow: 0 4px 20px rgba(192,57,43,0.4); }
.hbtn-primary:hover { background: #96281B; color: white; transform: translateY(-2px); }
.hbtn-ghost   { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); color: white; border: 1.5px solid rgba(255,255,255,0.28); padding: 13px 26px; border-radius: 8px; font-size: 0.87rem; font-weight: 500; cursor: pointer; transition: all 0.3s; text-decoration: none; }
.hbtn-ghost:hover { background: rgba(255,255,255,0.18); color: white; }
.hero-trust-row { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.htrust { display: flex; align-items: center; gap: 6px; font-size: 0.77rem; font-weight: 500; color: rgba(255,255,255,0.62); }
.htrust i { color: #E74C3C; font-size: 0.8rem; }
.hero-controls { position: absolute; bottom: 0; left: 0; right: 0; z-index: 4; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 5vw; background: linear-gradient(to top,rgba(10,8,6,0.55) 0%,transparent 100%); }
.hdot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.3); border: none; cursor: pointer; transition: all 0.4s; padding: 0; }
.hdot.active { background: white; width: 26px; border-radius: 4px; }
.hero-harrows { display: flex; gap: 8px; }
.harrow { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.12); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); color: white; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.25s; font-size: 0.9rem; }
.harrow:hover { background: #C0392B; border-color: #C0392B; }
.hero-scroll  { position: absolute; right: 5vw; top: 50%; transform: translateY(-50%); z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 8px; writing-mode: vertical-rl; font-size: 0.62rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.28); }
.hscroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom,rgba(255,255,255,0.5),transparent); animation: scrollA 2s ease infinite; }
@keyframes scrollA { 0%{transform:scaleY(0);transform-origin:top;opacity:0}50%{transform:scaleY(1);transform-origin:top;opacity:1}100%{transform:scaleY(1);transform-origin:bottom;opacity:0} }

/* ══ STATS ══ */
.stats-bar { background: white; border-bottom: 1px solid rgba(60,40,20,0.09); display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { padding: 1.8rem 1rem; text-align: center; border-right: 1px solid rgba(60,40,20,0.09); transition: background 0.3s; }
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(192,57,43,0.04); }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; color: #C0392B; line-height: 1; display: block; }
.stat-lbl { font-size: 0.68rem; color: #9B8E7A; letter-spacing: 1.8px; text-transform: uppercase; margin-top: 5px; display: block; }

/* ══ SERVICES ══ */
.services-section { background: white; padding: 5rem 0; }
.service-card { background: white; border: 1.5px solid rgba(60,40,20,0.09); border-radius: 16px; padding: 2rem 1.6rem; height: 100%; position: relative; overflow: hidden; transition: all 0.35s; }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #C0392B; transform: scaleX(0); transform-origin: left; transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); }
.service-card:hover { border-color: rgba(192,57,43,0.22); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(192,57,43,0.09); background: rgba(192,57,43,0.02); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 50px; height: 50px; background: rgba(192,57,43,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; transition: background 0.3s; }
.service-card:hover .service-icon { background: #C0392B; }
.service-icon i { color: #C0392B; font-size: 1.3rem; transition: color 0.3s; }
.service-card:hover .service-icon i { color: white; }
.service-title { font-size: 0.97rem; font-weight: 700; color: #1A1208; margin-bottom: 0.5rem; }
.service-text  { font-size: 0.82rem; color: #6B5D4A; line-height: 1.75; margin: 0; }

/* ══ PACKAGES ══ */
.packages-section { background: #F5F0E8; padding: 5rem 0; }
.package-card { background: white; border-radius: 18px; overflow: hidden; border: 1.5px solid rgba(60,40,20,0.09); transition: all 0.4s cubic-bezier(0.4,0,0.2,1); height: 100%; }
.package-card:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(0,0,0,0.11); border-color: transparent; }
.pkg-img-wrap { position: relative; height: 215px; overflow: hidden; }
.pkg-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 10s ease; }
.package-card:hover .pkg-img-wrap img { transform: scale(1.06); }
.pkg-badge { position: absolute; top: 12px; left: 12px; background: #C0392B; color: white; font-size: 0.67rem; font-weight: 700; padding: 4px 10px; border-radius: 100px; }
.pkg-badge.sale { background: #D97706; }
.pkg-badge.new  { background: #059669; }
.pkg-badge.limited { background: #7C3AED; }
.pkg-rating { position: absolute; top: 12px; right: 12px; background: rgba(255,255,255,0.92); backdrop-filter: blur(4px); color: #1A1208; font-size: 0.74rem; font-weight: 700; padding: 3px 8px; border-radius: 8px; }
.pkg-rating i { color: #F5A623; font-size: 0.68rem; }
.pkg-body { padding: 1.3rem; }
.pkg-location { color: #C0392B; font-size: 0.77rem; font-weight: 600; margin-bottom: 0.35rem; }
.pkg-title    { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: #1A1208; margin-bottom: 0.5rem; line-height: 1.3; }
.pkg-info     { display: flex; gap: 0.8rem; font-size: 0.77rem; color: #6B5D4A; margin-bottom: 0.8rem; flex-wrap: wrap; }
.pkg-info i   { color: #C0392B; margin-right: 2px; }
.pkg-features { margin-bottom: 1rem; }
.pkg-feature  { display: flex; align-items: center; gap: 6px; font-size: 0.77rem; color: #3D3020; margin-bottom: 4px; }
.pkg-feature i { color: #C0392B; font-size: 0.65rem; flex-shrink: 0; }
.pkg-footer   { display: flex; justify-content: space-between; align-items: center; padding-top: 0.9rem; border-top: 1px solid rgba(60,40,20,0.09); }
.pkg-price .from  { font-size: 0.66rem; color: #9B8E7A; display: block; }
.pkg-price strong { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: #C0392B; }
.btn-pkg { background: rgba(192,57,43,0.1); color: #C0392B; border: none; border-radius: 100px; padding: 6px 14px; font-weight: 700; font-size: 0.79rem; transition: all 0.3s; text-decoration: none; }
.btn-pkg:hover { background: #C0392B; color: white; }


/* ══ WHY US ══ */
.whyus-section { background: #F5F0E8; padding: 5rem 0; }
.feature-card  { height: 100%; }
.feature-icon  { width: 52px; height: 52px; background: rgba(192,57,43,0.1); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; transition: background 0.3s; }
.feature-card:hover .feature-icon { background: #C0392B; }
.feature-icon i { color: #C0392B; font-size: 1.3rem; transition: color 0.3s; }
.feature-card:hover .feature-icon i { color: white; }
.feature-card h5 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; color: #1A1208; }
.feature-card p  { color: #6B5D4A; font-size: 0.84rem; line-height: 1.7; margin: 0; }

/* ══ TESTIMONIALS ══ */
.testimonials-section {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: #6B1F1F;
    background-image:
        radial-gradient(ellipse at top right, #8B2020 0%, transparent 60%),
        radial-gradient(ellipse at bottom left, #4A1010 0%, transparent 60%);
}
.testimonials-section::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
}
.testimonials-section::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -80px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: rgba(0,0,0,0.15);
    pointer-events: none;
}
.testi-card {
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    padding: 1.8rem;
    color: white;
    height: 100%;
    transition: all 0.35s;
}
.testi-card:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.22);
    transform: translateY(-4px);
}
.testi-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1rem; }
.testi-stars { color: #F5C842; font-size: 0.9rem; letter-spacing: 2px; }
.testi-quote { font-family: 'Playfair Display', serif; font-size: 3.5rem; line-height: 1; color: rgba(255,255,255,0.15); font-weight: 700; margin-top: -0.5rem; }
.testi-text  { font-size: 0.9rem; line-height: 1.75; color: rgba(255,255,255,0.88); margin-bottom: 1.4rem; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1rem; }
.testi-av    { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 0.82rem; font-weight: 700; color: white; flex-shrink: 0; }
.testi-name  { font-size: 0.85rem; font-weight: 700; color: white; }
.testi-loc   { font-size: 0.72rem; color: rgba(255,255,255,0.5); }

/* Slider dots for testimonials dark bg */
#testiDots .slider-dot { background: rgba(255,255,255,0.25); }
#testiDots .slider-dot.active { background: white; }

/* Section header on dark bg */
.testimonials-section .section-tag { color: #F5C842; }
.testimonials-section .section-tag::before { background: #F5C842; }
.testimonials-section .section-title { color: white; }
.testimonials-section .section-title em { color: #F5C842; }
.testimonials-section .section-line { background: #F5C842; }

/* ══ SECTION COMMONS ══ */
.section-tag { color: #C0392B; font-size: 0.72rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 7px; }
.section-tag::before { content: ''; width: 18px; height: 2px; background: #C0392B; }
.section-tag.white { color: #F87171; }
.section-tag.white::before { background: #F87171; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 700; color: #1A1208; line-height: 1.2; }
.section-title em { color: #C0392B; font-style: italic; }
.section-title.white { color: white; }
.section-title.white em { color: #F87171; }
.section-line { width: 46px; height: 3px; background: #C0392B; border-radius: 2px; margin-top: 0.8rem; }
.section-line.gold { background: #FBBF24; }
.btn-red { background: #C0392B; color: white; border: none; border-radius: 8px; padding: 11px 22px; font-weight: 600; font-size: 0.84rem; transition: all 0.3s; display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.btn-red:hover { background: #96281B; color: white; transform: translateY(-2px); }
.btn-red-outline { background: transparent; color: #C0392B; border: 1.5px solid #C0392B; border-radius: 8px; padding: 11px 22px; font-weight: 600; font-size: 0.84rem; transition: all 0.3s; display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.btn-red-outline:hover { background: #C0392B; color: white; }

@media (max-width: 768px) {
    .hero-inner { padding: 80px 0 140px; }
    .hero-title { font-size: clamp(2rem,8vw,2.8rem); }
    .hero-scroll { display: none; }
    .stats-bar  { grid-template-columns: repeat(2,1fr); }
    .stat-item:nth-child(2) { border-right: none; }
}
        /* ══ POSTER CARD ══ */
        .poster-card {
            position: relative;
            border-radius: 18px;
            overflow: hidden;
            height: 100%;
            min-height: 340px;
            border: 1.5px solid rgba(60,40,20,0.09);
            transition: all 0.35s;
            display: flex;
            flex-direction: column;
        }
        .poster-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.15);
            border-color: transparent;
        }
        .poster-card > img {
            width: 100%;
            flex: 1;
            object-fit: fill;
            display: block;
            transition: transform 0.4s ease;
        }
        .poster-card:hover > img { transform: scale(1.03); }
        .poster-card-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 0.9rem 1.1rem;
            background: white;
            border-top: 1px solid rgba(60,40,20,0.09);
            flex-shrink: 0;
        }
        .poster-title {
            font-size: 0.85rem;
            font-weight: 700;
            color: #1A1208;
            line-height: 1.3;
            flex: 1;
        }
        .btn-pkg-poster {
            background: #C0392B;
            color: white;
            border: none;
            border-radius: 100px;
            padding: 7px 16px;
            font-weight: 700;
            font-size: 0.78rem;
            transition: all 0.3s;
            text-decoration: none;
            white-space: nowrap;
            flex-shrink: 0;
        }
        .btn-pkg-poster:hover { background: #96281B; color: white; }
#galleryOverlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.96);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
    padding: 20px;
}
#galleryOverlay.open { display: flex; }
#galleryImg {
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    cursor: default;
    animation: scaleIn 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes scaleIn {
    from { transform: scale(0.9); opacity: 0; }
    to   { transform: scale(1);   opacity: 1; }
}
.gallery-close {
    position: absolute;
    top: 16px; right: 20px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: white; width: 40px; height: 40px;
    border-radius: 50%; font-size: 1.3rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all 0.2s; line-height: 1;
}
.gallery-close:hover { background: #C0392B; border-color: #C0392B; }
.gallery-caption {
    position: absolute;
    bottom: 16px; left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.55);
    font-size: 0.82rem; font-weight: 500;
    white-space: nowrap;
}