/* Zenhaven Latex Mattress landing page - custom static design */
:root {
  --ivory: #fbf8f2;
  --cream: #f5eee4;
  --sand: #eadfce;
  --taupe: #b98f75;
  --cocoa: #684c3f;
  --forest: #23433a;
  --sage: #6f816a;
  --leaf: #e5eddd;
  --gold: #c9a76d;
  --ink: #26221e;
  --muted: #776b61;
  --white: #fffdf8;
  --line: rgba(104, 76, 63, .16);
  --shadow: 0 22px 70px rgba(63, 45, 34, .16);
  --radius: 28px;
}

/* =====================================
   PREMIUM ZENHAVEN OFFER SECTION
===================================== */

.navbar {
  background:
    linear-gradient(135deg, #f8f8f8 0%, #dddbdc 100%);
}

p{
  font-size: 1.2rem !important;
}

.logo{
  width: 130px;
  mix-blend-mode: multiply;
}

.custom-toggler {
  border: none;
  background: transparent;
  padding: 8px;
}


.custom-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 4px 0 0 0px;
  background-color: #050005;
  border-radius: 4px;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .custom-toggler {
    margin-right: 15px;
  }
}

/* Main CTA */

.zh-premium-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 16px 22px 16px 26px;
  border-radius: 100px;
  background: #34312c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.35s ease;
}

.zh-premium-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f0ebe2;
  color: #37332d;
  transition: transform 0.35s ease;
}

.zh-premium-btn:hover {
  background: #817361;
  color: #fff;
  transform: translateY(-3px);
}

.zh-premium-btn:hover i {
  transform: translateX(4px);
}


/* Trust Points */

.zh-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.zh-trust-points span {
  color: #777066;
  font-size: 12px;
}

.zh-trust-points i {
  margin-right: 5px;
  color: #827765;
}


/* =====================================
   PREMIUM OFFER CARD
===================================== */

.zh-offer-card {
  position: relative;
  z-index: 2;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(238, 232, 222, 0.9));
  box-shadow:
    0 30px 80px rgba(63, 54, 43, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
}


/* Card top */

.zh-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.zh-card-eyebrow {
  color: #81786c;
  font-size: 11px;
  font-weight: 600;
}

.zh-card-tag {
  padding: 7px 11px;
  border-radius: 100px;
  background: #3c3933;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
}


/* Card heading */

.zh-card-content {
  margin-top: 45px;
}

.zh-card-content h3 {
  color: #302d28;
 
  font-weight: 500;
  line-height: 1.15;
}

.zh-card-content h3 span {
  display: block;
  color: #867a6b;
  font-style: italic;
}

.zh-card-content p {
  margin-top: 15px;
  color: #777067;
  font-size: 15px;
  line-height: 1.7;
}


/* Countdown */

.zh-countdown {
  margin-top: 30px;
}

.zh-time-box {
  min-width: 70px;
  padding: 14px 10px;
  border: 1px solid rgba(70, 60, 50, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.65);
  text-align: center;
}

.zh-time-box strong {
  display: block;
  color: #38342e;
  font-size: 27px;
  font-weight: 600;
}

.zh-time-box small {
  display: block;
  margin-top: 3px;
  color: #8a8278;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.zh-time-separator {
  color: #948a7d;
  font-size: 24px;
}


/* Divider */

.zh-card-divider {
  height: 1px;
  margin: 30px 0;
  background: rgba(70, 60, 50, 0.12);
}


/* Feature */

.zh-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #ded7ca;
  color: #5f574c;
  font-size: 20px;
}

.zh-offer-card .p2 {
  color: #070401;
  font-size: 15px;
  font-weight: 700;
}

.zh-offer-card .zh-feature-icon+div p {
  color: #827a70;
  font-size: 13px;
  line-height: 1.6;
}


/* Card CTA */

.zh-card-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 14px;
  background: #3b3832;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.zh-card-btn:hover {
  background: #817361;
  color: #fff;
  transform: translateY(-2px);
}


/* Secure note */

.zh-secure-note {
  display: block;
  color: #8b8378;
  font-size: 11px;
  text-align: center;
}

.zh-secure-note i {
  margin-right: 5px;
}


/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 991px) {

  .cta-card img {
    height: auto;
  }


  .zh-offer-card {
    max-width: 600px;
    margin: 0 auto;
  }

}


@media (max-width: 575px) {

  .zh-offer-title {

    letter-spacing: -1px;
  }

  .zh-offer-text {
    font-size: 15px;
  }

  .zh-price-panel {
    padding: 20px;
  }

  .zh-current-price {
    font-size: 35px;
  }

  .zh-offer-card {
    padding: 25px 20px;
    border-radius: 22px;
  }

  .zh-card-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .zh-card-content {
    margin-top: 30px;
  }



  .zh-time-box {
    min-width: 62px;
  }

  .zh-time-box strong {
    font-size: 23px;
  }

  .zh-trust-points {
    gap: 10px;
  }

  .zh-premium-btn {
    width: 100%;
    gap: 10px;
  }

}

* {
  box-sizing: border-box;
  font-family: Georgia, 'Times New Roman', Times, serif;
}


html,
body {
    overflow-x: hidden;
    overflow-y: auto;
   
}


body{
  padding-top: 60px;
}

a {
  text-decoration: none;
  color: inherit
}



.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .45rem .85rem;
  border: 1px solid rgba(185, 143, 117, .32);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: var(--forest);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-wrap: inherit;
}



.section {
  padding: 92px 0
}

.section-head {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center
}

h2 {
  font-family: Georgia, 'Times New Roman', serif;

  line-height: 1.05;
  margin: 14px 0 14px;
  color: var(--forest);
  letter-spacing: -.04em
}

.section-head h2 {
  font-family: Georgia, 'Times New Roman', serif;

  line-height: 1.05;
  margin: 14px 0 14px;
  color: var(--forest);
  letter-spacing: -.04em
}

.section-head p {
  font-size: 1.06rem;
  color: var(--muted);
  margin: 0
}

.btn {
  cursor: pointer
}

.navtext {
  font-size: 1.2rem;
  color: black;
}

.btn1 {
  background: #1E1A13;
  color: #f0eaea;
  box-shadow: 0 14px 35px rgba(35, 67, 58, .24);
  font-size: 1rem;
}

.btn1:hover {

  background: #1E1A13;
  color: rgb(237, 234, 234) !important;
}





.hero-section {
  padding: 100px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(226, 216, 198, 0.35), transparent 85%),
    linear-gradient(135deg, #f8f6f1 0%, #f4eeee 55%, #f2eee7 100%);
}

/* HERO CONTENT */

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 50px;
  background: #ebe5da;
  color: #6d5d4d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.hero-title {
  max-width: 620px;
  color: #24221f;
  font-size: clamp(42px, 5vw, 50px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -2px;
}

.hero-title span {
  display: block;
  color: #927b62;
}

.hero-text {
  max-width: 590px;
  margin-top: 24px;
  color: #625e59;
  font-size: 18px;
  line-height: 1.8;
}

.hero-text strong {
  color: #282522;
}

/* HIGHLIGHTS */

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.highlight-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9e1d5;
  color: #806a53;
  font-size: 19px;
}

.highlight-item strong {
  display: block;
  color: #292622;
  font-size: 14px;
}

.highlight-item small {
  display: block;
  margin-top: 3px;
  color: #77716a;
  font-size: 12px;
}

/* BUTTONS */

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions .btn {
  border-radius: 4px;
  font-weight: 600;
  padding-top: 13px;
  padding-bottom: 13px;
}

.hero-actions .btn-dark {
  background: #292622;
  border-color: #292622;
}

.hero-actions .btn-dark:hover {
  background: #806a53;
  border-color: #806a53;
}

/* TRUST */

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-trust span {
  color: #6b655f;
  font-size: 12px;
  font-weight: 600;
}

.hero-trust i {
  margin-right: 5px;
  color: #8b755d;
}

/* HERO IMAGE */

.hero-visual {
  padding: 20px;
}

.hero-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(55, 44, 33, 0.16);
}

.hero-image-wrap img {
  height: 520px;
  object-fit: cover;
  transition: transform .6s ease;
}

.hero-image-wrap:hover img {
  transform: scale(1.04);
}

/* FLOATING CARD */

.hero-floating-card {
  position: absolute;
  right: -25px;
  bottom: 35px;
  width: 300px;
  padding: 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(10px);
}

.floating-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eee6da;
  color: #806a53;
  font-size: 19px;
}

.hero-floating-card strong {
  color: #292622;
  font-size: 13px;
}

.hero-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.stars {
  color: #a48454;
  letter-spacing: 2px;
}

.hero-rating small {
  color: #77716a;
  font-size: 10px;
}



/* MAIN FEATURE CARD */
.feature-main-card {
  min-height: 100%;
}

.feature-icon-large {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.feature-background-number {
  position: absolute;
  right: -20px;
  bottom: -55px;
  font-size: 14rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.04);
}

.feature-feel-box {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
}

.feature-feel-box strong {
  display: inline-block;
}

.feature-feel-box small {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.4rem;
}


/* FEATURE LIST */
.feature-list-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-list-item {
  display: flex;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e9e9e9;
}

.feature-list-number {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
}


/* BOTTOM CARDS */
.feature-bottom-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-bottom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08) !important;
}


/* COMFORT SECTION */
.comfort-section {
  background: #f7f6f2;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.comfort-card {
  transition: all 0.35s ease;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.comfort-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10) !important;
}

.comfort-card img {
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.comfort-card:hover img {
  transform: scale(1.04);
}

.comfort-score {
  font-size: 13px;
  font-weight: 600;
  color: #777;
  background: #f2f1ed;
  padding: 7px 12px;
  border-radius: 30px;
}

.comfort-meter .progress {
  background: #e5e3dd;
}

.comfort-meter .progress-bar {
  background: #242424;
}

.comfort-card ul li {
  font-size: 15px;
  color: #555;
}

.comfort-card ul i {
  color: #6b705c;
}

.comfort-note {
  background: #ebe9e1;
  border: 1px solid #dedbd1;
}

.comfort-note i {
  color: #6b705c;
}



/* REVIEWS SECTION */

.reviews-section {
  background: #e8e6df;
}

.review-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10);
}

.review-stars {
  letter-spacing: 3px;
  font-size: 18px;
}

.review-text {
  color: #555;
  line-height: 1.8;
  font-size: 15px;
}

.reviewer-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #242424;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  margin-right: 14px;
}

.reviewer p {
  font-size: 15px;
  font-weight: 600;
}

.reviewer span {
  font-size: 12px;
  color: #888;
}

.review-summary {
  color: #666;
  font-size: 15px;
}

@media (max-width: 767px) {

  .comfort-card img {
    height: 230px;
  }

  .comfort-card {
    border-radius: 20px !important;
  }

}

/* RESPONSIVE */

@media (max-width: 991px) {

  .hero-section {
    padding: 70px 0;
  }

  .hero-title {
    font-size: 52px;
  }

  .hero-visual {
    padding: 10px 0 40px;
  }

  .hero-floating-card {
    left: 20px;
  }

  h2 {
    font-size: 1.8rem !important;
  }
  h3 {
    font-size: 1.5rem !important;
  }

  .comfort-card img {
    height: auto;
    width: auto;
  }


}

@media (max-width: 575px) {

  .hero-section {
    padding: 55px 0;
  }

  .hero-title {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-highlights {
    display: block;
  }

  .highlight-item {
    margin-bottom: 15px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-trust {
    display: block;
  }

  .hero-trust span {
    display: block;
    margin-bottom: 8px;
  }

  .hero-image-wrap img {
    height: auto;
  }

  .hero-floating-card {
    position: relative;
    left: 0;
    bottom: auto;
    width: 100%;
    margin-top: -35px;
  }


}

/* herosection End */



h2 {
  font-size: 3.5rem;
}

/* trust card */


.trust-row {
  padding: 30px 0;
  background: white;

}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 15px;
  border-right: 1px solid #e9e5df;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1ece5;
  color: #806a53;
  font-size: 20px;
}

.trust-item strong {
  display: block;
  margin-bottom: 4px;
  color: #2a2723;
  font-size: 14px;
  font-weight: 700;
}

.trust-item span {
  display: block;
  color: #77716a;
  font-size: 12px;
  line-height: 1.5;
}


/* trust card end */


/* intro section start */


.intro-section {
  padding: 100px 0;
  background: #efefef00;
}

.intro-image-wrap {
  padding: 15px;
}

.intro-image-wrap img {
  border-radius: 18px;
  box-shadow: 0 25px 55px rgba(50, 42, 34, .14);
}

/* FLOATING BADGE */

.intro-badge {
  position: absolute;
  right: -5px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #292622;
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .18);
}

.badge-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #806a53;
  font-size: 17px;
}

.intro-badge strong,
.intro-badge small {
  display: block;
}

.intro-badge strong {
  font-size: 13px;
}

.intro-badge small {
  margin-top: 3px;
  color: #d7d0c8;
  font-size: 11px;
}

/* CONTENT */

.eyebrow {
  display: inline-block;
  color: #806a53;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.intro-content h2 {
  max-width: 550px;
  margin: 15px 0 25px;
  color: #292622;

  line-height: 1.1;
  letter-spacing: -1px;
}

.intro-content h2 span {
  color: #927b62;
}

.intro-content p {
  max-width: 580px;
  color: #68635d;
  font-size: 16px;
  line-height: 1.8;
}

.intro-content p strong {
  color: #292622;
}

/* COMFORT OPTIONS */

.comfort-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 28px 0;
}

.comfort-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 17px;
  background: #f7f4ef;
  border-radius: 8px;
}

.comfort-option-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9e1d5;
  color: #806a53;
}

.comfort-option strong,
.comfort-option span {
  display: block;
}

.comfort-option strong {
  color: #292622;
  font-size: 14px;
}

.comfort-option span {
  margin-top: 4px;
  color: #77716a;
  font-size: 12px;
  line-height: 1.5;
}

/* LIST */

.intro-list {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}

.intro-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 13px;
  color: #5f5a54;
  font-size: 14px;
  line-height: 1.6;
}

.intro-list i {
  flex-shrink: 0;
  margin-top: 3px;
  color: #806a53;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .intro-section {
    padding: 70px 0;
  }

  .intro-image-wrap {
    padding: 0;
  }

  .intro-badge {
    right: 20px;
  }


  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid #e9e5df;
    padding: 15px 5px;
  }

  .trust-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (max-width: 575px) {
  .intro-section {
    padding: 55px 0;
  }

  .comfort-options {
    grid-template-columns: 1fr;
  }



  .intro-badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -30px 15px 0;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-bottom: 1px solid #e9e5df !important;
    padding: 15px 0;
  }

  .trust-item:last-child {
    border-bottom: 0 !important;
  }
  .badge{
    text-wrap: inherit;
    line-height: 1.5;
  }
}

/* intro section end */

.offer {
  background-color: #c3b6a784;
}

.offer-section {
  background: #292622;
}

.offer-section h2 {
  letter-spacing: -1px;
}

.offer-section .text-warning {
  color: #d6b27a !important;
}


/* Layer section */


#layers .card {
  transition: all .3s ease;
}

#layers .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .08) !important;
}

#layers .badge.rounded-circle {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

#layers .position-relative>img {
  transition: transform .4s ease;
}

#layers .position-relative:hover>img {
  transform: scale(1.02);
}

/* Layer section end */


/* 2 */


/* PREMIUM OFFER SECTION */

.premium-offer-section {
  background: #f7f6f2;
}

.offer-wrapper {
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.offer-content {
  background: #ffffff;
}

.offer-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6b705c;
}

.offer-content h2 {
  max-width: 620px;
}

.offer-content p {
  max-width: 600px;
  color: #666;
  line-height: 1.8;
}

.offer-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0efe9;
  font-size: 18px;
}

.offer-highlight {
  background: #242424;
  color: #ffffff;
}

.offer-highlight p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.offer-highlight .small {
  color: rgba(255, 255, 255, 0.65);
}

.offer-badge {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #242424;
  font-size: 20px;
}

@media (max-width: 991px) {

  .offer-highlight {
    min-height: 280px;
  }

}

@media (max-width: 575px) {

  .offer-wrapper {
    border-radius: 20px !important;
  }

  .offer-content,
  .offer-highlight {
    padding: 30px !important;
  }

}

/* 2 End */



/* 3 Support */


/* SUPPORT SECTION */

.support-section {
  background: #ffffff;
}

.support-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #6b705c;
}

.support-section h2 {
  max-width: 600px;
}

.support-section .lead {
  font-size: 18px;
  line-height: 1.8;
}

.support-section p {
  line-height: 1.8;
}


/* IMAGE */

.support-image-wrapper {
  overflow: hidden;
  border-radius: 24px;
}

.support-image-wrapper img {

  object-fit: cover;
  transition: transform 0.5s ease;
}

.support-image-wrapper:hover img {
  transform: scale(1.03);
}


/* FLOATING BADGE */

.support-badge {
  background: #ffffff;
  padding: 18px 22px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  color: #242424;
}

.support-badge i {
  color: #6b705c;
}


/* SLEEP STYLE CARDS */

.sleep-style-card {
  background: #f7f6f2;
  border: 1px solid #ebe9e2;
  transition: all 0.3s ease;
}

.sleep-style-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.style-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  font-size: 17px;
}

@media (max-width: 991px) {

  .support-image-wrapper img {
    height: auto;
  }

}

@media (max-width: 575px) {



  .support-badge {
    display: none;
  }

}

/* 3 Support end */

/* ================================
   ZENHAVEN NAVBAR
================================ */




.navcenter {
  gap: 10px;
}


/* MOBILE NAVIGATION */

@media (max-width: 991.98px) {


  .navcenter {
    text-align: center;
    gap: 0px !important;
  }

}



/* =========================================
   COMPARISON TABLE
========================================= */

.comparison {
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 1.5fr 1.5fr 1.5fr;
  border: 1px solid #dedbd2;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

/* ALL CELLS */

.compare-cell {
  min-height: 78px;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  border-right: 1px solid #e4e1d9;
  border-bottom: 1px solid #e4e1d9;
}

/* REMOVE RIGHT BORDER FROM LAST COLUMN */

.compare-cell:nth-child(4n) {
  border-right: none;
}

/* REMOVE BOTTOM BORDER FROM LAST ROW */

.compare-cell:nth-last-child(-n + 4) {
  border-bottom: none;
}


/* HEADER */

.compare-cell.head {
  min-height: 85px;
  background: #1E1A13;
  color: #f8f7f7;
  font-weight: 600;
  font-size: 15px;
}


/* FEATURE COLUMN */

.compare-cell.feature {
  background: #f5f4ef;
  color: #242424;
  font-weight: 600;
}


/* ZENHAVEN COLUMN */

.compare-cell.good {
  background: #fbfbf8;
  color: #343434;
  font-weight: 500;
}


/* OTHER OPTIONS */

.compare-cell.muted {
  color: #777;
  background: #ffffff;
}


/* =========================================
   TABLET VIEW
========================================= */

@media (max-width: 991px) {

  .comparison {
    grid-template-columns: 1fr 1.35fr 1.35fr 1.35fr;
  }

  .compare-cell {
    padding: 18px 14px;
    font-size: 14px;
  }

  .compare-cell.head {
    font-size: 14px;
  }

}


/* =========================================
   MOBILE VIEW
========================================= */

@media (max-width: 767px) {

  .comparison {
    display: block;
    border: none;
    background: transparent;
    overflow: visible;
  }


  /* HIDE DESKTOP HEADER */

  .comparison>.compare-cell.head {
    display: none;
  }


  /* EACH FEATURE GROUP */

  .compare-cell.feature {
    display: block;
    min-height: auto;
    padding: 16px 18px;
    margin-top: 20px;
    border: 1px solid #dedbd2;
    border-bottom: none;
    border-radius: 14px 14px 0 0;
    background: #242424;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
  }


  /* COMPARISON ITEMS */

  .compare-cell.good,
  .compare-cell.muted {
    display: flex;
    align-items: center;
    min-height: auto;
    padding: 16px 18px 16px 145px;
    position: relative;
    border: 1px solid #dedbd2;
    border-top: none;
    background: #ffffff;
    font-size: 14px;
  }


  /* LABELS */

  .compare-cell.good::before,
  .compare-cell.muted::before {
    content: attr(data-label);
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #777;
  }


  /* LAST ITEM OF EACH GROUP */

  .compare-cell.muted:last-child,
  .compare-cell.good:last-child {
    border-radius: 0 0 14px 14px;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

  .compare-cell.feature {
    padding: 14px 15px;
    font-size: 14px;
  }

  .compare-cell.good,
  .compare-cell.muted {
    padding: 15px 15px 15px 125px;
    font-size: 13px;
  }

  .compare-cell.good::before,
  .compare-cell.muted::before {
    left: 15px;
    width: 95px;
    font-size: 10px;
  }

}

.cta-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fffdf8 0%, #f3eadc 52%, #e8f0e0 100%);
  border: 1px solid var(--line);
  border-radius: 38px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 34px;
  align-items: center;
  padding: 44px
}

.cta-card h2 {
  font-family: Georgia, 'Times New Roman', serif;

  line-height: 1.04;
  margin: 10px 0;
  color: var(--forest)
}

.cta-card p {
  color: var(--muted)
}

.cta-card img {
  border-radius: 28px;
  height: 340px;
  width: 100%;
  object-fit: cover
}

.faq {
  display: grid;
  gap: 14px;
  max-width: 920px;
  margin: auto
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden
}

.faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  text-align: left;
  font-weight: 900;
  color: var(--forest);
  font-size: 1rem;
  cursor: pointer
}

.faq-q span {
  font-size: 1.4rem
}

.faq-a {
  display: none;
  padding: 0 22px 22px;
  color: var(--muted)
}

.faq-item.active .faq-a {
  display: block
}

.faq-item.active .faq-q span {
  transform: rotate(45deg)
}

.footer {
  background: #1E1A13;
  color: #fff;
  padding: 64px 0 26px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 34px;
  margin-bottom: 38px
}

.footer h3,
.footer h4 {
  font-family: Georgia, 'Times New Roman', serif;
  margin: 0 0 14px
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, .72)
}

.footer a:hover {
  color: #fff
}

.footer-links {
  display: grid;
  gap: 8px
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding-top: 22px;
  color: rgba(255, 255, 255, .58);
  font-size: .9rem
}

.legal-hero {
  padding: 86px 0;
  background: linear-gradient(135deg, #fbf8f2, #e8efdf);
  border-bottom: 1px solid var(--line)
}

.legal-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--forest);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  margin: 12px 0
}

.legal-content {
  padding: 70px 0
}

.legal-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: 42px
}

.legal-card h2 {
  color: var(--forest);
  font-family: Georgia, 'Times New Roman', serif
}

.legal-card p,
.legal-card li {
  color: var(--muted)
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: .7s ease
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0)
}


/* Fixed Navbar */
.navbar.fixed-top {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

/* Mobile menu */
@media (max-width: 991.98px) {

  .navbar-collapse {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }

}










/* -------------------- */

/* ================= PREMIUM GALLERY ================= */

.gallery-card {

  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #eee8df;
  box-shadow: 0 15px 40px rgba(45, 33, 27, .10);
  transition: .4s ease;

}


.gallery-card img {

  object-fit: cover;
  display: block;
  transition: transform .6s ease;

}

.gallery-card:hover {

  transform: translateY(-6px);

}


.gallery-card:hover img {

  transform: scale(1.01);

}


.gallery-overlay {

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  padding: 28px;

  color: #fff;

  background: linear-gradient(transparent,
      rgba(30, 22, 17, .85));

}


.gallery-overlay h3 {

  margin: 8px 0 0;
font-size: 20px !important;

}


.gallery-overlay p {

  margin: 8px 0 0;

  font-size: 14px;
  opacity: .9;

}


.gallery-label {

  display: inline-flex;

  width: 34px;
  height: 34px;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(255, 255, 255, .9);

  color: #1E1A13;

  font-size: 13px;
  font-weight: 700;

}


/* MOBILE */

@media(max-width:767px) {

  .gallery-card,
  .gallery-large {

    height: auto;

  }

  .gallery-card img,
  .gallery-large img {

    height: auto;
  }

  .gallery-overlay {

    padding: 20px;

  }

  .gallery-overlay h3 {

    font-size: 19px;

  }

}

h3{
  font-size: 1.8rem;
}




/* ------------------- */

@media(max-width:980px) {


  .footer-grid {
    grid-template-columns: 1fr
  }

  .sticky-offer {
    width: min(94%, 520px);
    border-radius: 22px;
    align-items: flex-start;
    flex-direction: column
  }

  .sticky-offer span {
    white-space: normal
  }

  .cta-card {
    padding: 26px;
    display: flex;
    flex-direction: column;
  }

}

@media(max-width:620px) {
  .topbar .container {
    display: none;
    flex-direction: column;
    text-align: center
  }


  .section {
    padding: 68px 0
  }



  .btn {
    width: 100%
  }

  .hero-actions {
    width: 100%
  }

  .btn,
  .cta-card .btn {
    width: auto
  }

}