/* Everblanc Landing — custom styles on top of Bootstrap 5 */
:root {
  --eb-primary: #000;
  --eb-primary-dark: #0f6b78;
  --eb-primary-glow: #4ec9d6;
  --eb-bg: #f6fbfb;
  --eb-soft: #e9f6f7;
  --eb-text: #102a33;
  --eb-muted: #5e7780;
  --eb-border: #d9e9eb;
  --eb-gold: #e8b339;
  --eb-card: #ffffff;
}

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap');

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--eb-bg);
  color: var(--eb-text);
  -webkit-font-smoothing: antialiased;
}
.container{
max-width:1260px !important;
}
a{
text-decoreation:none;
}
h1, h2, h3, h4, .font-display {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.banner-heading{
    font-size: 50px;
}
.text-balance { text-wrap: balance; }
.text-muted-eb { color: var(--eb-muted); }
.text-primary-eb { color: var(--eb-primary) !important; }
.bg-soft { background: var(--eb-soft); }
.bg-card { background: var(--eb-card); }

.gradient-hero {
    position: relative;
    background: url("/wp-content/uploads/landing/assets/images/banner-bg.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
}

.gradient-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* black overlay */
    z-index: 1;
}

.gradient-hero > * {
    position: relative;
    z-index: 2;
}
.gradient-primary {
  background: linear-gradient(135deg, var(--eb-primary) 0%, var(--eb-primary-glow) 100%);
  color: #fff;
}
.gradient-soft {
  background: #eef7fd;
}
header .btn-eb-primary, .cta-bg .btn-eb-primary{
color:#fff !important;
}

/*
.video-flex video{
	height: 341px;
}*/

.shadow-soft { box-shadow: 0 4px 20px -4px rgba(22,138,154,0.10); }
.shadow-card { box-shadow: 0 10px 40px -10px rgba(22,138,154,0.18); }
.shadow-elegant { box-shadow: 0 20px 60px -20px rgba(22,138,154,0.30); }

.rounded-3xl { border-radius: 1.75rem; }
.rounded-2xl { border-radius: 1.25rem; }
.rounded-xl  { border-radius: 1rem; }

/* Buttons */
.btn-eb-primary {
  background: var(--eb-primary);
  color: #fff !important;
  border-radius: 999px;
  padding: 0.75rem 1.6rem;
  font-weight: 600;
  border: none;
  transition: all .25s ease;
  text-decoration: none;
  text-align:center;
}
button.accordion-button:hover {
    background: transparent !important;
    color: #000000 !important;
}
.btn-eb-primary:hover { background: #000; color: #fff; transform: translateY(-1px); }
.btn-eb-outline {
  background: #fff;
  color: var(--eb-text);
  border: 1px solid var(--eb-border);
  border-radius: 999px;
  padding: 0.75rem 1.6rem;
  font-weight: 600;
  transition: all .25s ease;
  text-decoration:none;
  text-align: center;
}
.btn-eb-outline:hover { border-color: var(--eb-primary); color: var(--eb-primary); }
.btn-eb-gold {
  background: var(--eb-gold);
  color: var(--eb-text);
  border-radius: 999px;
  font-weight: 700;
  border: none;
}

/* Announcement bar */
.eb-announce {
  background: rgba(215,236,250,.71);
  color: #000;
  text-align: center;
  font-size: .85rem;
  padding: .55rem 1rem;
  font-weight: 500;
  letter-spacing: .02em;
}

/* Nav */
.eb-nav {
  background: rgba(246, 251, 251, 0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--eb-border);
  position: sticky; top: 0; z-index: 1030;
}
.eb-logo { font-family: 'Fraunces', serif; font-size: 1.5rem; font-weight: 600; color: var(--eb-text); text-decoration: none; }
.eb-logo span { color: var(--eb-primary); }
.eb-nav a.nav-link { color: #000; font-weight: 500; font-size: .92rem; }

/* Stars */
.stars { color: var(--eb-gold); display: inline-flex; gap: 2px; }
.stars svg { width: 16px; height: 16px; fill: currentColor; }

/* Badges */
.eb-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: #fff; border: 1px solid var(--eb-border);
  padding: .4rem 1rem; border-radius: 999px; font-size: .82rem; font-weight: 500;
}
.eb-tag-popular {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: var(--eb-gold); color: var(--eb-text);
  font-size: .7rem; font-weight: 700; letter-spacing: .12em;
  padding: .35rem 1rem; border-radius: 999px; text-transform: uppercase; white-space: nowrap;
}
.eb-tag-corner {
  position: absolute; top: -24px; left: 1rem;
  background: var(--eb-gold); color: var(--eb-text);
  font-size: .65rem; font-weight: 700; letter-spacing: .12em;
  padding: .25rem .7rem; border-radius: 999px; text-transform: uppercase;
}

/* Cards */
.eb-card {
  background: var(--eb-card); border: 1px solid var(--eb-border);
  border-radius: 1.25rem; padding: 1.75rem;
}
.eb-card.popular { border: 2px solid var(--eb-primary); }
#products a{
color:#000;
}
/* Hero */
.hero-img-wrap {
  position: relative;
  border-radius: 2rem; overflow: hidden;
  aspect-ratio: 4/5;
}
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-product-card {
  position: absolute; bottom: -2rem; left: -1rem;
  width: 200px; border-radius: 1.25rem; overflow: hidden;
  background: #fff; border: 1px solid var(--eb-border);
  transform: rotate(-6deg); transition: transform .3s ease;
}
.hero-product-card:hover { transform: rotate(0); }
.hero-product-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-quote-card {
  position: absolute; top: -1rem; right: 0;
  background: #fff; border: 1px solid var(--eb-border);
  border-radius: 1.25rem; padding: .85rem 1rem; max-width: 200px;
}

/* Feature icon pill */
.feature-pill {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 999px;
  background: #0692ba; color: #fff;
      padding-top: 2px;
    padding-left: 1px;
}
/* =========================
   LIMITED OFFER SECTION
========================= */

.limited-offer {
  background: #fff;
  padding: 70px 20px;
}

.offer-card {
  max-width: 800px;
  background: #ffffff;
  border-radius: 24px;
  padding: 50px 35px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  border: 2px solid rgba(212,175,55,0.15);
  position: relative;
  overflow: hidden;
}

/* Optional subtle glow */
.offer-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: rgba(212,175,55,0.08);
  border-radius: 50%;
}

/* Icon */
.offer-icon i {
  font-size: 3rem;
  color: var(--eb-gold, #d4af37);
}

/* Badge */
.offer-badge {
  display: inline-block;
  margin-top: 20px;
  background: #111;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 18px;
  border-radius: 50px;
}

/* Heading */
.offer-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
}

.offer-title span {
  color: #d4af37;
}

/* Description */
.offer-description {
  font-size: 1.08rem;
  color: #666;
  line-height: 1.7;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

/* Highlight Box */
.offer-highlight {
  background: #fff8e6;
  border: 2px dashed #d4af37;
  padding: 22px;
  border-radius: 18px;
}

.offer-highlight h5 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #111;
}

.offer-highlight p {
  color: #555;
  font-size: 1rem;
}

/* CTA Button */
.offer-btn {
  display: inline-block;
  margin-top: 30px;
    background: #000000;
    color: #ffffff !important;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 60px;
  font-weight: 700;
  transition: 0.3s ease;
}

.offer-btn:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

/* How-it-works step number */
.step-num {
  font-family: 'Fraunces', serif; font-size: 4rem;
  color:#2296B826; position: absolute; top: .5rem; right: 1.25rem; line-height: 1;
}

/* Trust stat */
.trust-stat .num { font-family: 'Fraunces', serif; font-size: 3rem; color: var(--eb-primary); line-height: 1; }

/* FAQ */
.accordion-item {
  background: var(--eb-card); border: 1px solid var(--eb-border) !important;
  border-radius: 1.25rem !important; margin-bottom: .75rem; overflow: hidden;
}
.accordion-button {
  font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 500;
  background: var(--eb-card) !important; color: var(--eb-text) !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) { color: var(--eb-primary) !important; }
.accordion-body { color: var(--eb-muted); }

/* Sticky cart */
.sticky-cart {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1040;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);
  border-top: 1px solid var(--eb-border);
  transform: translateY(100%); transition: transform .35s ease;
  box-shadow: 0 -10px 30px -10px rgba(22,138,154,0.20);
}

.sticky-cart.show { transform: translateY(0); }
.sticky-cart img { width: 44px; height: 44px; border-radius: .65rem; object-fit: cover; }

/* Section spacing helpers */
.section-pad { padding: 5rem 0; }
@media (min-width: 768px) { .section-pad { padding: 4rem 0; } }

.eyebrow {
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--eb-primary); font-weight: 700;
}

/* Offer card pattern */
.offer-card {
  position: relative; overflow: hidden; border-radius: 2rem;
  padding: 3rem; color: #fff;
}
.offer-card::before {
  content: ""; position: absolute;
  background-image: radial-gradient(circle at 20% 20%, #fff 1px, transparent 1px);
  background-size: 32px 32px;
}
.offer-card > * { position: relative; }

img.product-thumb { width: 80px; height: 80px; border-radius: .9rem; object-fit: cover; }
img.product-cover { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 1.25rem; background: var(--eb-soft); }

.lists {
margin-left:0px;
}

.cta-bg{

background: #0692ba;
}
.video-flex.d-flex video{
    width: 24%;
    border-radius: 1.25rem;
}


.video-flex {
   /* flex-wrap: wrap; */
    gap: 20px;
}
.after-before-img {
    margin: 0 auto;
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
.cta-sec{
    padding-top: 40px !important;
    padding-bottom: 0px !important;

}
    .video-flex {
        flex-direction: column;
        gap: 15px;
    }
    .after-before-img {
    width: 100%;
}

    .video-flex video {
        width: 100%;
    }
.section-pad {
    padding: 2rem 0;
}

    .eb-announce {
    font-size: 12px;
}

.step-num{
position:static;
}
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

  .offer-card {
    padding: 40px 25px;
    border-radius: 18px;
  }

  .offer-title {
    font-size: 1.9rem;
  }

  .offer-description {
    font-size: 1rem;
  }

  .offer-highlight h5 {
    font-size: 1.1rem;
  }

  .offer-btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
}

@media (max-width: 480px) {

  .limited-offer {
    padding: 50px 15px;
  }

  .offer-card {
    padding: 30px 20px;
  }

  .offer-title {
    font-size: 1.6rem;
  }

  .offer-description {
    font-size: 0.95rem;
  }

  .offer-highlight {
    padding: 18px;
  }
}
.custom-footer{
padding-top:30px;
padding-bottom:60px;
}
.eb-card{
  transition: all 0.5s ease-in-out;
}

.eb-card:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 20px 40px;
}
.brtpmj_grid_container .brtpmj_single_rvw {
    background: #fff;
}

.after-before-img {
    border-radius: 24px;
}

.after-before-img img {
    border-radius: 24px;
}

/* Owl Nav */
.before-after-carousel .owl-nav {
    margin-top: 25px;
    text-align: center;
}

.before-after-carousel .owl-nav button.owl-prev,
.before-after-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    margin: 0 6px;
    font-size: 22px !important;
    transition: 0.3s;
}

.before-after-carousel .owl-nav button.owl-prev:hover,
.before-after-carousel .owl-nav button.owl-next:hover {
    background: #000 !important;
    color: #fff !important;
}
.before-after-carousel .owl-nav.disabled{
display:block !important;
}

.video-testimonial-carousel .owl-nav.disabled{
display:block !important;
}

.video-card {
    height: 420px;
    border-radius: 24px;
    border: 1px solid var(--eb-border);
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

/* Owl Nav */
.video-testimonial-carousel .owl-nav {
    margin-top: 25px;
    text-align: center;
}

.video-testimonial-carousel .owl-nav button.owl-prev,
.video-testimonial-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    margin: 0 6px;
    font-size: 22px !important;
    transition: 0.3s;
}

.video-testimonial-carousel .owl-nav button.owl-prev:hover,
.video-testimonial-carousel .owl-nav button.owl-next:hover {
    background: #000 !important;
    color: #fff !important;
}
@media (max-width: 576px) {
    .eb-tag-corner{
        left: 50%;
        transform: translateX(-50%);
    }
    .eb-card br{
    display:none;
    }
    button.accordion-button{
    font-size:15px;
    }
}
.trust-logo img{
    width: 40%;
}

.cta-sec .container {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    z-index: 1;
}

.cta-sec .container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/wp-content/uploads/landing/assets/images/cta-bg-img.png") center/cover no-repeat;
    border-radius: 24px;
    z-index: -2;
}

.cta-sec .container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* optional dark overlay */
    border-radius: 24px;
    z-index: -1;
}
.btn-width {
width:55%;
}


.before-after-carousel .owl-stage-outer{
    overflow:visible !important;
}
.owl-carousel.before-after-carousel.owl-loaded.owl-drag {
    overflow: hidden;
}