/* ================================
   Custom Theme Overrides
   Premium Vacation Membership Skin
   (loaded after style.css/plugin.css)
================================== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@300;400;500;600&display=swap');

:root{
  --navy:#0b2545;
  --navy-deep:#081b34;
  --gold:#c9a24b;
  --gold-light:#e2c581;
  --ivory:#faf7f0;
  --sand:#f3ece0;
  --sage:#5f7a63;
  --ink:#22303f;
}

body{ font-family:'Poppins', sans-serif; color:var(--ink); }
h1,h2,h3,h4,.section-title h2,.slider-content h1{ font-family:'Playfair Display', serif; }

/* header top bar + nav to navy */
.main_header_area .header-content{ background:var(--navy-deep); }
.header_menu{ background:var(--ivory); box-shadow:0 2px 14px rgba(11,37,69,0.08); }
.navbar-default{ background:transparent; }
#responsive-menu > li > a{ color:var(--navy) !important; font-weight:500; letter-spacing:.02em; }
#responsive-menu > li > a:hover, #responsive-menu > li.active > a{ color:var(--gold) !important; }
.dropdown-menu{ background:var(--navy); border:none; }
.dropdown-menu li a{ color:var(--ivory) !important; }
.dropdown-menu li a:hover{ color:var(--gold) !important; background:var(--navy-deep) !important; }

/* buttons */
.btn-black, a.btn-black{ background:var(--navy) !important; border-color:var(--navy) !important; color:#fff !important; }
.btn-black:hover, a.btn-black:hover{ background:var(--gold) !important; border-color:var(--gold) !important; color:var(--navy) !important; }
.btn-orange, a.btn-orange, .nav-btn a.btn-orange{ background:var(--gold) !important; border-color:var(--gold) !important; color:var(--navy) !important; font-weight:600; }
.btn-orange:hover, a.btn-orange:hover{ background:var(--navy) !important; border-color:var(--navy) !important; color:#fff !important; }
.btn-wt{ border-color:#fff !important; }
.btn-wt:hover{ background:var(--gold) !important; border-color:var(--gold) !important; color:var(--navy) !important; }

/* section title accent */
.section-title h2 span{ color:var(--gold); }
.section-title p{ color:#6b7784; }

/* call to action / dark sections */
section.call-to-action{ background-color:var(--navy) !important; }
section.reviews{ background-color:var(--navy-deep) !important; }

/* room / resort cards */
.room-item{ border-radius:6px; overflow:hidden; }
.room-content{ background:#fff; }
.deal-rating span.fa.checked{ color:var(--gold); }
.room-title p{ color:var(--gold) !important; font-weight:600; }

/* breadcrumb / inner page banner */
section.breadcrumb-outer{ padding:150px 0 70px; }
.breadcrumb-outer:before{ background:linear-gradient(180deg, rgba(8,27,52,.55), rgba(8,27,52,.82)); }
.breadcrumb li a, .breadcrumb li.active{ color:var(--gold-light) !important; }
.breadcrumb-content span.eyebrow{ display:inline-block; letter-spacing:.18em; text-transform:uppercase; font-size:12px; color:var(--gold-light); margin-bottom:10px; }

/* footer */
footer{ background:var(--navy-deep) !important; }
.footer-copyright{ background:#061426 !important; }

/* ===== new reusable components not in base template ===== */

/* country / destination / resort grid cards */
.jm-card{ background:#fff; border-radius:8px; overflow:hidden; box-shadow:0 6px 24px rgba(11,37,69,.08); transition:transform .35s ease, box-shadow .35s ease; height:100%; }
.jm-card:hover{ transform:translateY(-6px); box-shadow:0 16px 34px rgba(11,37,69,.16); }
.jm-card .jm-card-img{ position:relative; overflow:hidden; height:230px; }
.jm-card .jm-card-img img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.jm-card:hover .jm-card-img img{ transform:scale(1.08); }
.jm-card .jm-card-badge{ position:absolute; top:14px; left:14px; background:var(--gold); color:var(--navy); font-size:11px; font-weight:600; letter-spacing:.05em; text-transform:uppercase; padding:5px 12px; border-radius:20px; }
.jm-card .jm-wishlist{ position:absolute; top:14px; right:14px; width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.9); display:flex; align-items:center; justify-content:center; color:var(--navy); }
.jm-card-body{ padding:20px 22px 24px; }
.jm-card-body h4{ font-size:19px; margin-bottom:4px; }
.jm-card-body h4 a{ color:var(--navy); }
.jm-loc{ font-size:12.5px; color:#8593a1; margin-bottom:10px; }
.jm-loc i{ color:var(--gold); margin-right:5px; }
.jm-meta-row{ display:flex; justify-content:space-between; align-items:center; margin-top:14px; padding-top:14px; border-top:1px dashed #e6e1d6; }
.jm-price{ font-family:'Playfair Display', serif; font-size:17px; color:var(--navy); font-weight:700; }
.jm-price small{ font-family:'Poppins'; font-size:11px; color:#8593a1; font-weight:400; }
.jm-count-pill{ display:inline-block; background:var(--sand); color:var(--navy); font-size:11.5px; padding:4px 11px; border-radius:20px; margin-right:6px; margin-bottom:6px; }

/* experience big editorial cards */
.exp-card{ position:relative; height:340px; border-radius:8px; overflow:hidden; }
.exp-card img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.exp-card:hover img{ transform:scale(1.08); }
.exp-card:after{ content:''; position:absolute; inset:0; background:linear-gradient(180deg, transparent 40%, rgba(8,27,52,.88)); }
.exp-card .exp-label{ position:absolute; left:0; right:0; bottom:0; padding:22px; z-index:1; }
.exp-card .exp-label h4{ color:#fff; margin:0 0 3px; }
.exp-card .exp-label span{ color:var(--gold-light); font-size:12px; letter-spacing:.06em; text-transform:uppercase; }

/* why choose us icon blocks */
.why-item{ text-align:center; padding:30px 18px; }
.why-item .why-icon{ width:74px; height:74px; margin:0 auto 18px; border-radius:50%; background:var(--sand); display:flex; align-items:center; justify-content:center; font-size:28px; color:var(--gold); }
.why-item h5{ color:var(--navy); margin-bottom:8px; }
.why-item p{ font-size:13.5px; color:#6b7784; }

/* membership pricing */
.mem-plan{ background:#fff; border-radius:10px; box-shadow:0 8px 30px rgba(11,37,69,.08); padding:36px 30px; height:100%; text-align:center; border-top:4px solid var(--sand); transition:transform .3s ease; }
.mem-plan:hover{ transform:translateY(-8px); }
.mem-plan.featured{ border-top-color:var(--gold); position:relative; transform:scale(1.04); }
.mem-plan .mem-tag{ position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:var(--gold); color:var(--navy); font-size:11px; font-weight:700; letter-spacing:.05em; padding:5px 16px; border-radius:20px; text-transform:uppercase; }
.mem-plan h3{ color:var(--navy); margin-bottom:4px; }
.mem-plan .mem-duration{ font-size:12.5px; color:#8593a1; margin-bottom:18px; text-transform:uppercase; letter-spacing:.06em; }
.mem-plan ul{ list-style:none; padding:0; margin:22px 0; text-align:left; }
.mem-plan ul li{ padding:9px 0; border-bottom:1px solid #f0ece3; font-size:13.5px; color:#4b5765; }
.mem-plan ul li i{ color:var(--sage); margin-right:8px; }

/* comparison table */
.compare-table{ width:100%; background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 8px 30px rgba(11,37,69,.06); }
.compare-table th, .compare-table td{ padding:16px 18px; text-align:center; border-bottom:1px solid #f0ece3; font-size:13.5px; }
.compare-table th{ background:var(--navy); color:#fff; font-family:'Playfair Display',serif; font-weight:600; }
.compare-table td:first-child, .compare-table th:first-child{ text-align:left; color:var(--navy); font-weight:500; }
.compare-table i.fa-check{ color:var(--sage); }
.compare-table i.fa-times{ color:#c8ccd2; }

/* stat counters */
.stat-block{ text-align:center; padding:20px; }
.stat-block .stat-num{ font-family:'Playfair Display', serif; font-size:44px; color:var(--gold); font-weight:700; }
.stat-block .stat-lbl{ font-size:12.5px; letter-spacing:.08em; text-transform:uppercase; color:#8593a1; margin-top:6px; }

/* faq accordion */
.faq-cat-title{ color:var(--navy); font-family:'Playfair Display',serif; margin:36px 0 16px; }
.faq-item{ background:#fff; border:1px solid #eee5d3; border-radius:8px; margin-bottom:12px; overflow:hidden; }
.faq-q{ padding:18px 22px; cursor:pointer; display:flex; justify-content:space-between; align-items:center; font-weight:500; color:var(--navy); }
.faq-q i{ color:var(--gold); transition:transform .25s ease; }
.faq-item.open .faq-q i{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; padding:0 22px; color:#6b7784; font-size:13.5px; }
.faq-item.open .faq-a{ max-height:300px; padding:0 22px 20px; }

/* offer cards */
.offer-card{ background:#fff; border-radius:8px; overflow:hidden; box-shadow:0 6px 24px rgba(11,37,69,.08); display:flex; flex-direction:column; height:100%; }
.offer-card img{ width:100%; height:200px; object-fit:cover; }
.offer-card .offer-body{ padding:20px 22px; flex:1; display:flex; flex-direction:column; }
.offer-card .offer-tag{ display:inline-block; background:var(--navy); color:var(--gold-light); font-size:10.5px; letter-spacing:.06em; text-transform:uppercase; padding:4px 10px; border-radius:20px; margin-bottom:10px; align-self:flex-start; }
.offer-card .offer-valid{ font-size:11.5px; color:#8593a1; margin-top:auto; padding-top:12px; }

/* generic form (contact/login/register) */
.jm-form-card{ background:#fff; border-radius:10px; box-shadow:0 8px 30px rgba(11,37,69,.08); padding:36px; }
.jm-form-card .form-control{ height:48px; border:1px solid #e6e1d6; border-radius:5px; margin-bottom:16px; }
.jm-form-card textarea.form-control{ height:120px; padding-top:12px; }
.jm-form-card label{ font-size:12.5px; color:var(--navy); font-weight:600; margin-bottom:6px; display:block; text-transform:uppercase; letter-spacing:.04em; }

/* rooms cards on resort details */
.room-select-card{ background:#fff; border-radius:8px; overflow:hidden; box-shadow:0 6px 20px rgba(11,37,69,.07); margin-bottom:26px; }
.room-select-card .row{ margin:0; }
.room-select-card img{ width:100%; height:100%; object-fit:cover; min-height:180px; }
.room-select-card .rsc-body{ padding:22px; }
.room-select-card .rsc-amenities span{ display:inline-block; font-size:11.5px; color:#6b7784; background:var(--sand); padding:4px 10px; border-radius:14px; margin:0 6px 6px 0; }

.amenity-icon-item{ text-align:center; padding:22px 10px; }
.amenity-icon-item i{ font-size:26px; color:var(--gold); margin-bottom:10px; display:block; }
.amenity-icon-item span{ font-size:12.5px; color:var(--navy); font-weight:500; }

/* filter sidebar */
.filter-box{ background:#fff; border-radius:8px; padding:24px; box-shadow:0 6px 20px rgba(11,37,69,.06); margin-bottom:22px; }
.filter-box h5{ color:var(--navy); margin-bottom:14px; font-family:'Playfair Display',serif; }
.filter-box .form-check{ margin-bottom:8px; font-size:13.5px; color:#4b5765; }

@media(max-width:767px){
  .mem-plan.featured{ transform:none; }
  .exp-card{ height:260px; }
}
/* ---- Hero stat strip (replaces search bar) ---- */
.banner-stats{
  background: linear-gradient(180deg, rgba(8,27,52,.55), rgba(8,27,52,.88));
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}

.banner-stats .stats-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-stats .stat-item{
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.banner-stats .stat-item + .stat-item:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 42px;
  background: rgba(255,255,255,.15);
}

.banner-stats .stat-number{
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1.2;
}

.banner-stats .stat-label{
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #cdd6e0;
  margin-top: 6px;
}

@media (max-width: 767px){
  .banner-stats .stats-row{ flex-wrap: wrap; row-gap: 24px; }
  .banner-stats .stat-item{ flex: 0 0 50%; }
  .banner-stats .stat-item:nth-child(2n+1):before{ display: none; }
}
/* show these li only inside the phone slicknav menu */
.header_menu .navbar.navbar-default .nav.navbar-nav .mobile-only-item{ display: none; }
@media (max-width: 767px){
  .header_menu .navbar.navbar-default .nav.navbar-nav .mobile-only-item{ display: block; }
}
