/* ========================================
GLOBAL
======================================== */

body {
  font-family: 'Poppins', Arial, sans-serif;
  background: #f8f7fb;
  color: #1d1a2f;
  line-height: 1.7;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #24194f;
}

h1 { font-size: 42px; }
h2 { font-size: 31px; }
h3 { font-size: 22px; }

main {
  background: #ffffff;
}


/* ========================================
BUTTONS
======================================== */

.btn-primary,
.riw-btn {
  background: linear-gradient(135deg, #7e4dd6, #b06cf0);
  color: #fff !important;
  padding: 13px 26px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(126,77,214,0.28);
  transition: 0.3s ease;
}

.btn-primary:hover,
.riw-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #b23a7c, #e45d9c);
}

/* secondary button */

.riw-btn-outline {
  border: 1px solid rgba(255,255,255,0.75);
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease;
}

.riw-btn-outline:hover {
  background: #ffffff;
  color: #24194f !important;
}

/* ========================================
SECTIONS
======================================== */

.section {
  padding: 70px 20px;
}

.section-light {
  background: #ffffff;
}

.section-soft {
  background: linear-gradient(180deg, #fbf8ff, #ffffff);
}

.section-dark {
  background: linear-gradient(135deg, #24364a, #151b36);
  color: #ffffff;
}

/* ========================================
CASSIOPEIA MODULE GAP FIXES
======================================== */

.container-banner,
.container-banner .mod-custom {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.container-top-a,
.container-top-a .mod-custom,
.container-top-b,
.container-top-b .mod-custom,
.container-bottom-a,
.container-bottom-a .mod-custom {
  margin: 0 !important;
  padding: 0 !important;
}

.container-top-a .top-a.card,
.container-top-a .card-body,
.container-top-b .top-b.card,
.container-top-b .card-body,
.container-bottom-a .bottom-a.card,
.container-bottom-a .card-body {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ========================================
RETREAT INTO WELLNESS DESIGN
======================================== */

.riw-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

/* HERO */

.riw-hero {
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding: 80px 20px;
  background:
    linear-gradient(90deg, rgba(21,27,54,0.90), rgba(21,27,54,0.58), rgba(21,27,54,0.25)),
    url('/images/header.jpg') center/cover no-repeat;
  color: #ffffff;
}

.riw-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}

.riw-hero h1 {
  color: #ffffff;
  font-size: 52px;
  line-height: 1.1;
  max-width: 640px;
  margin-bottom: 20px;
}

.riw-hero .lead {
  color: #d8c7ff;
  font-size: 22px;
  font-weight: 600;
  max-width: 620px;
  margin-bottom: 14px;
}

.riw-hero p {
  color: #ffffff;
  max-width: 620px;
}

.riw-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.riw-trust {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 35px;
  color: #ffffff;
  font-size: 14px;
}

.riw-trust span {
  background: rgba(255,255,255,0.10);
  padding: 10px 14px;
  border-radius: 30px;
  backdrop-filter: blur(5px);
}

/* OFFER CARDS */

.riw-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.riw-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(36,25,79,0.10);
  border: 1px solid rgba(126,77,214,0.10);
  text-align: center;
}

.riw-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.riw-card-body {
  padding: 26px 22px 30px;
}

.riw-card h3 {
  color: #24194f;
  margin-bottom: 10px;
}

.riw-card p {
  font-size: 15px;
  margin-bottom: 20px;
}

/* HOST SECTION */

.riw-hosts {
  background: linear-gradient(135deg, #f3ecff, #ffffff);
  padding: 70px 20px;
}

.riw-host-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 50px;
  align-items: center;
}

.riw-host-img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  object-fit: cover;
  border: 8px solid #ffffff;
  box-shadow: 0 12px 35px rgba(36,25,79,0.18);
}

.riw-kicker {
  color: #8e5bd8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

/* BENEFITS */

.riw-benefits {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  text-align: center;
  margin-top: 35px;
}

.riw-benefit {
  padding: 18px 12px;
  border-right: 1px solid #eee;
}

.riw-benefit strong {
  display: block;
  color: #24194f;
  font-size: 14px;
}

/* DATES */

.riw-dates-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.riw-date-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 26px;
  box-shadow: 0 10px 30px rgba(36,25,79,0.08);
  border: 1px solid rgba(126,77,214,0.10);
}

.riw-feature-date {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  min-height: 260px;
  position: relative;
  overflow: hidden;
}

.riw-feature-date::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(21,27,54,0.85), rgba(21,27,54,0.15));
}

.riw-feature-date > div {
  position: relative;
  z-index: 2;
}

.riw-feature-date h3 {
  color: #ffffff;
}

/* TESTIMONIALS */

.riw-testimonials {
  background: linear-gradient(180deg, #fbf8ff, #ffffff);
}

.riw-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.riw-review {
  background: #ffffff;
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(36,25,79,0.08);
  border: 1px solid rgba(126,77,214,0.10);
}

.riw-stars {
  color: #f2b600;
  letter-spacing: 2px;
}

/* GALLERY STRIP */

.riw-gallery-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}

.riw-gallery-strip img {
  width: 100%;
  height: 115px;
  object-fit: cover;
  border-radius: 6px;
}

/* NEWSLETTER */

.riw-newsletter {
  background: linear-gradient(135deg, #eadcff, #f8f7fb);
  padding: 45px 20px;
}

.riw-newsletter-inner {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 30px;
  align-items: center;
}

.riw-newsletter input {
  padding: 13px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 65%;
}

.riw-newsletter button {
  padding: 13px 18px;
  border: none;
  background: #5b7dbe;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 700;
}

/* ========================================
FOOTER
======================================== */

.container-footer,
footer,
.site-grid .container-footer,
.site-grid > .container-footer {
  background: #151b36 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.lhh-footer-fw {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: linear-gradient(135deg, #24364a, #151b36) !important;
  color: #e8e6f4;
  padding: 50px 20px 25px;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 0 !important;
}

.lhh-footer-wrap {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.container-footer .grid-child {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

.lhh-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.lhh-footer-brand h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 12px;
}

.lhh-footer-brand p {
  font-size: 14px;
  opacity: 0.82;
  line-height: 1.6;
}

.lhh-footer-col h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #d8c7ff;
}

.lhh-footer-col a {
  display: block;
  color: #e8e6f4;
  font-size: 14px;
  margin-bottom: 8px;
  text-decoration: none;
}

.lhh-footer-col a:hover {
  color: #b06cf0;
}

.lhh-footer-cta a {
  display: inline-block;
  background: linear-gradient(135deg, #7e4dd6, #b06cf0);
  color: #ffffff !important;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

.lhh-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 15px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  opacity: 0.75;
}

/* ========================================
RESPONSIVE
======================================== */

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

  .riw-benefits {
    grid-template-columns: repeat(3, 1fr);
  }

  .riw-dates-grid {
    grid-template-columns: 1fr;
  }

  .riw-newsletter-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .lhh-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .riw-host-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .riw-host-img {
    margin: 0 auto;
  }

  .riw-review-grid {
    grid-template-columns: 1fr;
  }

  .riw-gallery-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 600px) {
  h1 { font-size: 34px; }
  h2 { font-size: 26px; }

  .riw-hero {
    min-height: auto;
    padding: 70px 20px;
  }

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

  .riw-card-grid {
    grid-template-columns: 1fr;
  }

  .riw-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .container-header .mod-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .container-header .mod-menu > li > a {
    font-size: 12px;
    padding: 8px 9px;
  }

  .lhh-footer-grid {
    grid-template-columns: 1fr;
  }

  .lhh-footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .riw-newsletter input {
    width: 100%;
    margin-bottom: 10px;
  }

  .riw-newsletter button {
    width: 100%;
  }
}


.container-header .grid-child{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 30px;
}

.container-header .container-nav{
    display:flex;
    justify-content:flex-end;
}



/* Header */

.container-header{
    background:#ffffff !important;
    box-shadow:0 2px 20px rgba(0,0,0,.05);
}

/* Logo */

.navbar-brand img{
    max-height:85px;
    width:auto;
}

/* Menu links */

.container-header .mod-menu{
    gap:12px;
}

.container-header .mod-menu > li > a{
    color:#2a215f !important;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    padding:14px 18px;
    border-radius:6px;
    background:none !important;
}

.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li.current > a{
    background:#7d56d8 !important;
    color:#fff !important;
}

/* ==========================
HEADER MENU
========================== */

.riw-topbar{
    width:100%;
}

.riw-menu-wrap{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:14px;
    padding:0 30px 20px;
}

.riw-menu-wrap a{
    color:#2a215f;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    padding:14px 18px;
    border-radius:6px;
    transition:.3s;
}

.riw-menu-wrap a:hover{
    background:#7d56d8;
    color:#ffffff;
}

.riw-menu-wrap a:first-child{
    background:#7d56d8;
    color:#ffffff;
}

@media(max-width:900px){

    .riw-menu-wrap{
        justify-content:center;
        flex-wrap:wrap;
        padding:15px;
    }

}
@media(max-width:900px){

    .riw-menu-wrap{
        justify-content:center;
        flex-wrap:wrap;
        padding:15px;
    }

}


/* EMERGENCY HEADER FIX */

.container-header,
.header.container-header.full-width{
    background:#ffffff !important;
    padding:18px 8vw !important;
    margin:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:30px !important;
}

.container-header .container-topbar{
    order:2 !important;
    width:auto !important;
    margin-left:auto !important;
    padding:0 !important;
    display:block !important;
}

.container-header > .grid-child{
    order:1 !important;
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
    display:block !important;
}

.container-header .navbar-brand img{
    max-height:95px !important;
    width:auto !important;
    display:block !important;
}

.riw-topbar{
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
}

.riw-menu-wrap{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:14px !important;
    flex-wrap:wrap !important;
    margin:0 !important;
    padding:0 !important;
}

.riw-menu-wrap a{
    display:inline-block !important;
    color:#2a215f !important;
    text-decoration:none !important;
    font-size:14px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    padding:12px 16px !important;
    border-radius:6px !important;
}

.riw-menu-wrap a:hover,
.riw-menu-wrap a:first-child{
    background:#7d56d8 !important;
    color:#ffffff !important;
}

@media(max-width:900px){
    .container-header{
        flex-direction:column !important;
        padding:20px !important;
    }

    .container-header .container-topbar{
        width:100% !important;
        margin-left:0 !important;
    }

    .riw-menu-wrap{
        justify-content:center !important;
    }
}

.main-bottom .moduletable,
.main-bottom .module,
.main-bottom .card,
.main-bottom .card-body{
    padding:0 !important;
    margin:0 !important;
    border:none !important;
    background:none !important;
    box-shadow:none !important;
}

/* BOOK NOW MENU HIGHLIGHT */

.mod-menu .nav-item.item-BOOK a,
.mod-menu .nav-item.book-btn a,
.mod-menu a[href*="booking"]{
    background:linear-gradient(135deg,#7b52d8,#9b6df0) !important;
    color:#fff !important;
    padding:14px 24px !important;
    border-radius:8px !important;
    font-weight:700 !important;
    box-shadow:0 8px 20px rgba(123,82,216,.35);
    transition:.3s;
}

.mod-menu .nav-item.item-BOOK a:hover,
.mod-menu .nav-item.book-btn a:hover,
.mod-menu a[href*="booking"]:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 30px rgba(123,82,216,.45);
    color:#fff !important;
}
