:root {
  --green: #00BFFF;
  --green-2: #0099CC;
  --gold: #0B2A6B;
  --cream: #fff8ea;
  --text: #14231e;
  --muted: #67736f;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(0,0,0,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', Arial, sans-serif;
  color: var(--text);
  background: #EAF9FF;
}
a { color: inherit; text-decoration: none; }
.site-header {
  min-height: 760px;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(0,191,255,.94), rgba(0,191,255,.78), rgba(11,42,107,.58)),
    
}
.nav{
    max-width:1400px;
    margin:25px auto 0;
    padding:18px 35px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    background:rgba(255,255,255,.15);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.25);

    border-radius:25px;

    box-shadow:
      0 15px 40px rgba(0,0,0,.12),
      inset 0 1px 0 rgba(255,255,255,.25);

    position:relative;
    z-index:999;
} 
.brand { display: flex; align-items: center; gap: 12px; }
.site-logo{height:62px;width:auto;display:block;border-radius:10px;background:#fff;padding:4px;}
.brand strong{letter-spacing:.03em;}
.nav{background:rgba(255,255,255,.92);border-radius:0 0 24px 24px;color:#0B2A6B;}
.site-header .nav, .page-header .nav{color:#0B2A6B;}
.site-header .nav .btn, .page-header .nav .btn{color:#fff;}
 padding-right:30px;
 border-right:1px solid rgba(0,51,153,.08);
.brand-mark {
  width: 48px; height: 48px;
  border-radius: 16px;
  display: grid; place-items: center;
  background: var(--gold);
  color: var(--white);
  font-weight: 800;
}
.brand small { display: block; opacity: .75; font-size: 12px; margin-top: 1px; }
.nav-links { display: flex; align-items: center; gap: 24px; font-weight: 600; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--white);
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(214,168,79,.28);
}
.btn-secondary { background: rgba(255,255,255,.12); color: var(--white); border: 1px solid rgba(255,255,255,.35); box-shadow: none; }
.btn-small { padding: 10px 18px; }
.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 110px 22px 90px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 38px;
  align-items: center;
}
.eyebrow { color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; margin: 0 0 12px; }
h1 { font-size: clamp(42px, 6vw, 76px); line-height: 1.02; margin: 0 0 22px; letter-spacing: -2px; }
h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.1; margin: 0; letter-spacing: -1px; }
h3 { margin: 0 0 12px; }
.hero-text { max-width: 720px; font-size: 18px; line-height: 1.75; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 28px; }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row span { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); padding: 10px 14px; border-radius: 999px; }
.hero-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(12px);
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.hero-card h3 { font-size: 28px; }
.hero-card ul { margin: 0; padding-left: 20px; line-height: 2.1; }
.section { max-width: 1180px; margin: 0 auto; padding: 88px 22px; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.intro p:last-child { font-size: 18px; color: var(--muted); line-height: 1.8; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--white);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(16,34,28,.08);
  border: 1px solid rgba(6,63,47,.08);
}
.card.featured { background: var(--green); color: var(--white); transform: translateY(-12px); }
.icon { font-size: 42px; margin-bottom: 18px; }
.card p, .card li { color: var(--muted); line-height: 1.7; }
.card.featured p, .card.featured li { color: rgba(255,255,255,.75); }
.card a { color: var(--gold); font-weight: 800; }
.destinations { background: var(--cream); max-width: 100%; }
.destinations .section-heading, .destinations .destination-grid { max-width: 1180px; margin-left: auto; margin-right: auto; }
.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.destination {
  min-height: 170px;
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(145deg, #ffffff, #f0e5ce);
  border: 1px solid rgba(214,168,79,.25);
}
.destination p { color: var(--muted); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why-grid div, .steps div {
  background: var(--white);
  padding: 26px;
  border-radius: 26px;
  box-shadow: 0 14px 36px rgba(16,34,28,.07);
}
.why-grid p, .steps p { color: var(--muted); line-height: 1.65; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps span { display: inline-block; color: var(--gold); font-size: 34px; font-weight: 800; margin-bottom: 12px; }
.contact-box {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
  background: var(--green);
  color: var(--white);
  padding: 46px;
  border-radius: 36px;
  box-shadow: var(--shadow);
}
.contact-box p { color: rgba(255,255,255,.78); line-height: 1.8; }
.contact-form { display: grid; gap: 14px; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  padding: 16px 18px;
  font: inherit;
  outline: none;
}
textarea { min-height: 130px; resize: vertical; }
footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 22px;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--muted);
}
@media (max-width: 900px) {
  .nav { align-items: flex-start; }
  .nav-links { display: none; }
  .hero, .intro, .contact-box { grid-template-columns: 1fr; }
  .cards, .destination-grid, .why-grid, .steps { grid-template-columns: 1fr; }
  .card.featured { transform: none; }
  footer { flex-direction: column; }
}


/* Multi page additions */
.page-header {
  min-height: auto;
  color: var(--white);
  background: linear-gradient(115deg, rgba(0,191,255,.94), rgba(0,153,204,.78), rgba(11,42,107,.58)), url('https://images.unsplash.com/photo-1535131749006-b7f58c99034b?auto=format&fit=crop&w=1800&q=80') center/cover;
}
.page-hero { max-width:1180px; margin:0 auto; padding:72px 22px 88px; }
.page-hero h1 { max-width:850px; }
.page-hero p { max-width:760px; color:rgba(255,255,255,.86); font-size:18px; line-height:1.75; }
.nav-links a.active { color: var(--gold); }
.split { display:grid; grid-template-columns:1fr 1fr; gap:28px; align-items:start; }
.info-panel { background:var(--white); border-radius:30px; padding:32px; box-shadow:0 18px 45px rgba(16,34,28,.08); }
.info-panel p, .info-panel li { color: var(--muted); line-height:1.8; }
.package-list { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.package-item { background:var(--white); border-radius:26px; padding:26px; border:1px solid rgba(6,63,47,.08); box-shadow:0 14px 36px rgba(16,34,28,.07); }
.package-item p, .package-item li { color:var(--muted); line-height:1.7; }
.cta-band { background:var(--green); color:var(--white); border-radius:34px; padding:42px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.cta-band p { color:rgba(255,255,255,.78); }
.contact-page-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:36px; }
.contact-card { background:var(--white); border-radius:30px; padding:30px; box-shadow:0 18px 45px rgba(16,34,28,.08); }
.contact-card p { color:var(--muted); line-height:1.8; }
.contact-page-grid .contact-form { background:var(--green); border-radius:30px; padding:32px; }
@media (max-width:900px){ .split,.package-list,.contact-page-grid{grid-template-columns:1fr}.cta-band{flex-direction:column;align-items:flex-start} }
.brand-logo{
  width:56px;
  height:56px;
  object-fit:contain;
  border-radius:12px;
  background:#fff;
  padding:4px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.logo{
  width:56px;
  height:auto;
}
.site-header{
  position:relative;
  overflow:hidden;
  min-height:100vh;
  background:#00BFFF;
}

.hero-slider{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
}

.slide{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    opacity:0;
    transition:opacity .8s ease-in-out;
}

.slide.active{
    opacity:1;
}

.site-header::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(11,42,107,.82),
    rgba(0,191,255,.65),
    rgba(11,42,107,.55)
  );
  z-index:1;
}

.hero-content{
    max-width:700px;
}

.hero-card{
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.25);
}

.nav,
.hero{
  position:relative;
  z-index:2;
}

.brand-logo{
  width:56px;
  height:56px;
  object-fit:contain;
  border-radius:12px;
  background:#fff;
  padding:4px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
}

/* ======================================================
   FINAL FIX - CARISSTOURTRAVEL HERO SLIDER 16:9 + MOBILE
   ====================================================== */

body{
  background:#EAF9FF;
}

.site-header,
.page-header{
    position:relative;
    min-height:650px;
    overflow:hidden;
}

.hero-slider,
.slide{
    width:100vw;
    height:100%;
}

.slide{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover !important;
    background-position:center center;
    background-repeat:no-repeat;
    opacity:0;
    transition:opacity 1s ease-in-out;
}

.slide.active{
  opacity:1 !important;
}

.site-header::after,
.page-header::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    110deg,
    rgba(0,191,255,.88),
    rgba(0,191,255,.68),
    rgba(6,42,107,.55)
  );
  z-index:1;
}

.nav{
  position:relative !important;
  z-index:5 !important;
  background:rgba(255,255,255,.92) !important;
  color:#0B2A6B !important;
  border-radius:0 0 24px 24px !important;
}

.brand,
.nav-links{
  position:relative;
  z-index:6;
}

.brand-logo,
.site-logo,
.logo{
  width:56px !important;
  height:56px !important;
  object-fit:contain !important;
  border-radius:12px !important;
  background:#fff !important;
  padding:4px !important;
  display:block !important;
}

.hero{
  position:relative !important;
  z-index:2 !important;
  max-width:1180px !important;
  margin:0 auto !important;
  aspect-ratio:16/9 !important;
  min-height:620px !important;
  padding:70px 22px 60px !important;
  display:grid !important;
  grid-template-columns:1.25fr .75fr !important;
  gap:38px !important;
  align-items:center !important;
}

.page-hero{
    position:relative;
    z-index:2;
    max-width:1180px;
    margin:0 auto;
    min-height:650px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:120px 30px;
}

.hero-content h1{
  font-size:clamp(42px,5.3vw,70px) !important;
}

.hero-card{
  align-self:center;
}

@media(max-width:900px){
  .nav{
    margin:0 14px !important;
    padding:14px !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:14px !important;
  }

  .brand{
    width:100% !important;
    justify-content:center !important;
    text-align:left !important;
  }

  .brand-logo,
  .site-logo,
  .logo{
    width:48px !important;
    height:48px !important;
  }

  .brand strong{
    font-size:15px !important;
  }

  .brand small{
    font-size:11px !important;
  }

  .nav-links{
    display:grid !important;
    width:100% !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:8px !important;
    text-align:center !important;
  }

  .nav-links a{
    font-size:12px !important;
    padding:8px 6px !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.72) !important;
	position:relative;
    font-weight:700;
    color:#08307A;
    transition:.3s;
  }
  .nav-links a:hover{
    color:#00BFFF;
}
.nav-links a::after{
    content:'';
    position:absolute;
    bottom:-8px;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:3px;
    border-radius:20px;
    background:#00BFFF;
    transition:.3s;
}

.nav-links a:hover::after{
    width:100%;
}
.nav::before{
    content:'';
    position:absolute;
    inset:0;
    border-radius:25px;

    background:
      linear-gradient(
      135deg,
      rgba(255,255,255,.25),
      rgba(255,255,255,.05)
    );

    pointer-events:none;
}

.dropdown-menu{
    background:#fff;
    border:none;
    border-radius:18px;
    padding:12px;

    box-shadow:
      0 20px 50px rgba(0,0,0,.15);

    min-width:250px;
}

.dropdown-menu a{
    border-radius:12px;
    padding:12px 15px;
}

.dropdown-menu a:hover{
    background:#EAF9FF;
    color:#00BFFF;
}

  .hero{
    aspect-ratio:auto !important;
    min-height:auto !important;
    grid-template-columns:1fr !important;
    padding:54px 20px 40px !important;
    gap:22px !important;
  }

  .hero-content h1,
  h1{
    font-size:38px !important;
    line-height:1.08 !important;
    letter-spacing:-1px !important;
  }

  .hero-text{
    font-size:15px !important;
    line-height:1.7 !important;
  }

  .hero-actions{
    flex-direction:column !important;
  }

  .btn{
    width:100% !important;
    text-align:center !important;
  }

  .trust-row{
    flex-direction:column !important;
  }

  .hero-card{
    width:100% !important;
    padding:24px !important;
    border-radius:24px !important;
  }

  .page-hero{
    min-height:auto !important;
    padding:52px 20px 58px !important;
  }

  .section{
    padding:54px 18px !important
  max-width:1400px;
  }
}

@media(max-width:480px){
  .nav-links{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .hero-content h1,
  h1{
    font-size:32px !important;
  }

  .eyebrow{
    font-size:10px !important;
    letter-spacing:.10em !important;
  }

  .hero-card h3{
    font-size:22px !important;
  }
}


/* ===== V10 Gallery + Blue Theme Final Fix ===== */
:root{
  --green:#00BFFF;
  --green-2:#0099CC;
  --gold:#0B2A6B;
}
body{background:#EAF9FF;}
.site-header,
.page-header{
  position:relative !important;
  overflow:hidden !important;
  background:#00BFFF !important;
  color:#fff !important;
  min-height:auto !important;
}
.site-header{min-height:720px !important;}
.page-header{min-height:560px !important;}
.hero-slider{position:absolute !important; inset:0 !important; z-index:0 !important; width:100% !important; height:100% !important;}
.slide{position:absolute !important; inset:0 !important; width:100% !important; height:100% !important; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; opacity:0; transition:opacity 1.2s ease-in-out;}
.slide.active{opacity:1 !important;}
.site-header::after,.page-header::after{content:""; position:absolute; inset:0; background:linear-gradient(110deg,rgba(0,191,255,.86),rgba(0,191,255,.68),rgba(6,42,107,.54)); z-index:1;}
.nav,.hero,.page-hero{position:relative !important; z-index:2 !important;}
.nav{z-index:3 !important;}
.hero{aspect-ratio:auto !important; min-height:560px !important; padding:70px 22px 70px !important;}
.page-hero{min-height:390px !important; padding:72px 22px 78px !important;}
.nav-links{gap:20px;}
.brand-logo,.site-logo,.logo{width:56px !important; height:56px !important; object-fit:contain !important; border-radius:12px !important; background:#fff !important; padding:4px !important; display:block !important;}
.gallery-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
.gallery-item{background:#fff; border-radius:26px; padding:18px; box-shadow:0 18px 45px rgba(16,34,28,.08); border:1px solid rgba(0,191,255,.18);}
.gallery-media{width:100%; aspect-ratio:16/9; border-radius:18px; overflow:hidden; background:#EAF9FF; margin-bottom:16px;}
.gallery-media img,.gallery-media video,.gallery-media iframe{width:100%; height:100%; object-fit:cover; border:0; display:block;}
.gallery-item h3{color:#0B2A6B; margin:0 0 10px;}
.gallery-badge{display:inline-block; background:#EAF9FF; color:#0B2A6B; font-weight:800; font-size:12px; padding:7px 10px; border-radius:999px;}
.empty-gallery{background:#fff; border-radius:28px; text-align:center; padding:42px 24px; box-shadow:0 18px 45px rgba(16,34,28,.08);}
.empty-gallery h3{color:#0B2A6B; font-size:28px;}
.empty-gallery p{color:var(--muted);}
@media(max-width:900px){
  .site-header{min-height:auto !important;}
  .page-header{min-height:auto !important;}
  .hero{min-height:auto !important; grid-template-columns:1fr !important; padding:54px 20px 42px !important;}
  .page-hero{min-height:auto !important; padding:52px 20px 58px !important;}
  .gallery-grid{grid-template-columns:1fr !important;}
  .nav-links{grid-template-columns:repeat(3,1fr) !important;}
}
@media(max-width:480px){.nav-links{grid-template-columns:repeat(2,1fr) !important;}}
/* FIX GALLERY SIZE */
.gallery-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
}

.gallery-item{
  background:#fff;
  border-radius:22px;
  padding:16px;
  box-shadow:0 14px 36px rgba(16,34,28,.08);
  overflow:hidden;
}

.gallery-item img,
.gallery-item video,
.gallery-item iframe{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:16px;
  display:block;
}

.gallery-item iframe{
  aspect-ratio:16/9;
  height:220px;
  border:0;
}

.gallery-item h3{
  font-size:18px;
  margin:14px 0 6px;
  color:#0B2A6B;
}

.gallery-item p{
  font-size:13px;
  margin:0;
  color:#67736f;
  text-transform:uppercase;
}

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

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

  .gallery-item img,
  .gallery-item video,
  .gallery-item iframe{
    height:220px;
  }
}

.services-section{
  position:relative;
  background:
    radial-gradient(circle at top left, rgba(0,191,255,.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(11,42,107,.12), transparent 30%);
}
.service-cards{
    display:grid;
    grid-template-columns:repeat(4, minmax(250px,1fr));
    gap:24px;
}
@media (max-width:1200px){
    .service-cards{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:768px){
    .service-cards{
        grid-template-columns:1fr;
    }
}


.section-subtitle{
  color:#67736f;
  font-size:17px;
  line-height:1.7;
  margin-top:14px;
}

.service-cards{
  align-items:stretch;
}

.service-card{
  position:relative;
  overflow:hidden;
  padding:0;
  min-height:430px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  transition:.35s ease;
}

.service-card:hover{
  transform:translateY(-10px);
}

.service-photo{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transition:.45s ease;
}

.service-card:hover .service-photo{
  transform:scale(1.08);
}

.service-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.05),
    rgba(0,191,255,.45),
    rgba(11,42,107,.88)
  );
}

.service-card .icon,
.service-card h3,
.service-card p,
.service-card a{
  position:relative;
  z-index:2;
  margin-left:28px;
  margin-right:28px;
}

.service-card .icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  font-size:28px;
  margin-bottom:18px;
}

.service-card h3{
  color:#fff;
  font-size:26px;
}

.service-card p{
  color:rgba(255,255,255,.82);
}

.service-card a{
  color:#fff;
  font-weight:800;
  margin-bottom:30px;
}

@media(max-width:900px){
  .service-card{
    min-height:360px;
  }
}

.nav-links{
  display:flex;
  align-items:center;
  gap:24px;
  font-weight:700;
}

.dropdown{
  position:relative;
}

.dropdown-menu{
  position:absolute;
  top:100%;
  left:0;
  min-width:220px;
  background:#fff;
  border-radius:18px;
  padding:12px;
  box-shadow:0 18px 45px rgba(0,0,0,.14);
  opacity:0;
  visibility:hidden;
  transform:translateY(14px);
  transition:.25s ease;
  z-index:99;
}

.dropdown:hover .dropdown-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.dropdown-menu a{
  display:block;
  padding:12px 14px;
  border-radius:12px;
  color:#0B2A6B;
  font-size:14px;
}

.dropdown-menu a:hover{
  background:#EAF9FF;
  color:#00BFFF;
}
.dropdown{
    position:relative;
}

.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    min-width:240px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
    padding:10px;
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.25s;
    z-index:999;
}

.dropdown:hover .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.dropdown-menu a{
    display:block;
    padding:12px 16px;
    border-radius:12px;
    color:#0B2A6B;
}

.dropdown-menu a:hover{
    background:#EAF9FF;
}

/* PROMO & DESTINATION MANAGER FRONTEND */
.promo-grid,
.destination-cards{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.promo-card,
.destination-card{
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(16,34,28,.08);
}
.promo-image,
.destination-image{
  height:220px;
  background-size:cover;
  background-position:center;
}
.promo-body,
.destination-body{
  padding:26px;
}
.destination-tag{
  display:inline-block;
  padding:8px 12px;
  background:#EAF9FF;
  color:#0B2A6B;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  margin-bottom:12px;
}
.promo-body h3,
.destination-body h3{
  color:#0B2A6B;
  font-size:24px;
}
.promo-body p,
.destination-body p{
  color:#67736f;
  line-height:1.75;
}
.promo-body strong{
  display:block;
  color:#00BFFF;
  font-size:22px;
  margin:12px 0;
}
.promo-body small{
  display:block;
  color:#67736f;
  margin-bottom:12px;
}
.promo-body a,
.destination-body a{
  color:#0B2A6B;
  font-weight:800;
}
.float-wa{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:9999;
  background:#25D366;
  color:#fff;
  padding:14px 20px;
  border-radius:999px;
  font-weight:800;
  box-shadow:0 16px 36px rgba(0,0,0,.2);
}
@media(max-width:900px){
  .promo-grid,
  .destination-cards{
    grid-template-columns:1fr;
  }
}
.promo-card{
  max-height:720px;
  overflow:hidden;
}

.promo-full{
  display:none;
}

.read-more-btn{
  margin-top:14px;
  background:#0B2A6B;
  color:#fff;
  border:0;
  border-radius:999px;
  padding:10px 18px;
  font-weight:800;
  cursor:pointer;
}

.promo-card.open{
  max-height:none;
}

.promo-card.open .promo-short{
  display:none;
}

.promo-card.open .promo-full{
  display:block;
}

.promo-content-full{
  display:none;
}

.promo-card.expanded .promo-content-short{
  display:none;
}

.promo-card.expanded .promo-content-full{
  display:block;
}

.read-more-btn{
  margin:14px 0;
  background:#0B2A6B;
  color:#fff;
  border:none;
  padding:10px 18px;
  border-radius:999px;
  cursor:pointer;
  font-weight:800;
  font-family:inherit;
}

.promo-price{
  display:block;
  color:#00BFFF;
  font-size:24px;
  margin-top:10px;
}

.promo-card.expanded{
  max-height:none !important;
  height:auto !important;
  overflow:visible !important;
}

.promo-card.expanded .promo-body{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}

.promo-card.expanded .promo-content-full{
  display:block !important;
}

.promo-card.expanded .promo-content-short{
  display:none !important;
}

.promo-image{
  cursor:zoom-in;
}

.image-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.85);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:99999;
  padding:24px;
}

.image-popup.show{
  display:flex;
}

.image-popup img{
  max-width:92vw;
  max-height:88vh;
  object-fit:contain;
  border-radius:18px;
  background:#fff;
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}

.image-popup-close{
  position:absolute;
  top:24px;
  right:34px;
  color:#fff;
  font-size:46px;
  font-weight:700;
  cursor:pointer;
}

/* PREMIUM NAVBAR */
.nav{
  max-width:1400px;
  margin:24px auto 0;
  padding:18px 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.55);
  border-radius:0 0 28px 28px;
  box-shadow:0 18px 45px rgba(11,42,107,.14);
}

.nav-links{
  display:flex;
  align-items:center;
  gap:28px;
}

.nav-links > a,
.dropdown > a{
  position:relative;
  color:#0B2A6B;
  font-weight:800;
  transition:.25s;
}

.nav-links > a:hover,
.dropdown > a:hover{
  color:#00BFFF;
}

.nav-links > a::after,
.dropdown > a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:3px;
  border-radius:99px;
  background:#00BFFF;
  transition:.25s;
}

.nav-links > a:hover::after,
.dropdown > a:hover::after{
  width:100%;
}

.dropdown{
  position:relative;
}

.dropdown-menu{
  position:absolute;
  top:38px;
  left:50%;
  transform:translateX(-50%) translateY(14px);
  min-width:260px;
  background:#fff;
  border-radius:20px;
  padding:12px;
  box-shadow:0 24px 60px rgba(11,42,107,.18);
  opacity:0;
  visibility:hidden;
  transition:.25s;
  z-index:99999;
}

.dropdown:hover .dropdown-menu{
  opacity:1;
  visibility:visible;
  transform:translateX(-50%) translateY(0);
}

.dropdown-menu a{
  display:block;
  padding:14px 18px;
  border-radius:14px;
  color:#0B2A6B;
  font-weight:800;
}

.dropdown-menu a:hover{
  background:#EAF9FF;
  color:#00BFFF;
}

.brand-logo{
  width:56px;
  height:56px;
  object-fit:contain;
  background:#fff;
  border-radius:14px;
  padding:4px;
}

@media(max-width:900px){
  .nav{
    margin:12px;
    flex-direction:column;
    border-radius:24px;
    padding:18px;
  }

  .nav-links{
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
  }

  .dropdown-menu{
    left:0;
    transform:translateY(12px);
  }

  .dropdown:hover .dropdown-menu{
    transform:translateY(0);
  }
}

.gallery-popup-img{
  cursor:zoom-in;
}

.gallery-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.88);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999999;
  padding:24px;
}

.gallery-popup.show{
  display:flex;
}

.gallery-popup img{
  max-width:92vw;
  max-height:88vh;
  object-fit:contain;
  border-radius:18px;
  background:#fff;
}

.gallery-popup-close{
  position:absolute;
  top:20px;
  right:34px;
  color:#fff;
  font-size:48px;
  font-weight:800;
  cursor:pointer;
}

/* MOBILE NAV & HERO FIX */
@media(max-width:768px){

  .nav{
    margin:10px;
    padding:18px;
    border-radius:0 0 28px 28px;
    flex-direction:column;
    gap:18px;
  }

  .brand{
    width:100%;
    justify-content:center;
    text-align:left;
  }

  .brand-logo{
    width:76px;
    height:76px;
  }

  .brand strong{
    font-size:22px;
    letter-spacing:1px;
  }

  .brand small{
    font-size:16px;
  }

  .nav-links{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
  }

  .nav-links > a,
  .dropdown > a{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:60px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(11,42,107,.08);
    font-size:18px;
  }

  .dropdown-menu{
    position:static;
    transform:none;
    display:none;
    opacity:1;
    visibility:visible;
    margin-top:8px;
    box-shadow:none;
    border-radius:16px;
  }

  .dropdown:hover .dropdown-menu{
    display:block;
    transform:none;
  }

  .hero{
    grid-template-columns:1fr;
    padding:70px 22px 50px;
    gap:26px;
  }

  .hero-content h1{
    font-size:46px;
    line-height:1.12;
    letter-spacing:-1px;
  }

  .hero-text{
    font-size:22px;
    line-height:1.7;
  }

  .hero-actions{
    flex-direction:column;
    gap:16px;
  }

  .hero-actions .btn{
    width:100%;
    min-height:70px;
    font-size:22px;
  }

  .trust-row{
    display:none;
  }

  .hero-card{
    display:none;
  }
}

@media(max-width:480px){

  .brand-logo{
    width:68px;
    height:68px;
  }

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

  .brand small{
    font-size:14px;
  }

  .nav-links > a,
  .dropdown > a{
    min-height:54px;
    font-size:16px;
  }

  .hero-content h1{
    font-size:38px;
  }

  .hero-text{
    font-size:18px;
  }

  .eyebrow{
    font-size:13px;
    line-height:1.6;
  }
}
/* FORCE 4 SERVICE CARDS IN ONE ROW */
.services-section .cards.service-cards{
  display:grid !important;
  grid-template-columns:repeat(4, 1fr) !important;
  gap:22px !important;
}

.services-section .service-card{
  min-height:360px;
}

@media(max-width:1200px){
  .services-section .cards.service-cards{
    grid-template-columns:repeat(2, 1fr) !important;
  }
}

@media(max-width:700px){
  .services-section .cards.service-cards{
    grid-template-columns:1fr !important;
  }
}

/* ======================================================
   FINAL OVERRIDE - SERVICE PACKAGES 4 CARDS ONE ROW
   Put this at the VERY BOTTOM of styles.css
   ====================================================== */

.services-section.section,
section.services-section,
.services-section{
  max-width:1500px !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.services-section .section-heading{
  max-width:900px !important;
}

.services-section .cards,
.services-section .service-cards,
.services-section .cards.service-cards{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:24px !important;
  width:100% !important;
  max-width:1400px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  align-items:stretch !important;
}

.services-section .card,
.services-section .service-card{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  min-height:360px !important;
  margin:0 !important;
}

.services-section .service-photo{
  position:absolute !important;
  inset:0 !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}

@media(max-width:1200px){
  .services-section .cards,
  .services-section .service-cards,
  .services-section .cards.service-cards{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width:700px){
  .services-section .cards,
  .services-section .service-cards,
  .services-section .cards.service-cards{
    grid-template-columns:1fr !important;
  }
}
