/* ============================================================
   SEINORA — Custom theme on top of Bootstrap 5
   ============================================================ */

:root {
  --sn-teal:        #0E7C66;
  --sn-teal-dark:   #0B3B33;
  --sn-teal-mid:    #3FA48E;
  --sn-teal-light:  #DFF3EE;
  --sn-coral:       #FF6B4A;
  --sn-coral-dark:  #E8543A;
  --sn-amber:       #F5B301;
  --sn-green:       #5FA052;
  --sn-sand:        #F7F5F0;
  --sn-ink:         #22333B;
  --sn-radius:      1rem;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--sn-ink);
  background: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .navbar-brand, .btn {
  font-family: 'Poppins', 'Inter', sans-serif;
}

a { color: var(--sn-teal); }
a:hover { color: var(--sn-teal-dark); }

img { max-width: 100%; }

.text-teal   { color: var(--sn-teal) !important; }
.text-coral  { color: var(--sn-coral) !important; }
.bg-sand     { background: var(--sn-sand) !important; }
.bg-teal-light { background: var(--sn-teal-light) !important; }

/* ---------- Buttons ---------- */
.btn { border-radius: 50rem; font-weight: 600; padding-inline: 1.15rem; }

.btn-teal {
  background: var(--sn-teal); color: #fff; border: 2px solid var(--sn-teal);
}
.btn-teal:hover, .btn-teal:focus {
  background: var(--sn-teal-dark); border-color: var(--sn-teal-dark); color: #fff;
}
.btn-outline-teal {
  border: 2px solid var(--sn-teal); color: var(--sn-teal); background: transparent;
}
.btn-outline-teal:hover { background: var(--sn-teal); color: #fff; }

.btn-coral {
  background: var(--sn-coral); color: #fff; border: 2px solid var(--sn-coral);
}
.btn-coral:hover, .btn-coral:focus {
  background: var(--sn-coral-dark); border-color: var(--sn-coral-dark); color: #fff;
}
.btn-light-pill {
  background: #fff; color: var(--sn-teal-dark); border: 2px solid #fff;
}
.btn-light-pill:hover { background: var(--sn-teal-light); border-color: var(--sn-teal-light); }

/* ---------- Badges ---------- */
.text-bg-coral { background: var(--sn-coral); color: #fff; }
.text-bg-amber { background: var(--sn-amber); color: #4a3800; }
.text-bg-green { background: var(--sn-green); color: #fff; }
.text-bg-teal  { background: var(--sn-teal);  color: #fff; }

/* ---------- Announcement bar ---------- */
.announce-bar {
  background: var(--sn-teal-dark); color: #fff; padding: .45rem 0;
}
.announce-bar a { color: #ffd766; font-weight: 600; text-decoration: none; }
.announce-bar a:hover { text-decoration: underline; }

/* ---------- Navbar ---------- */
.main-navbar {
  box-shadow: 0 2px 14px rgba(11, 59, 51, .08);
  transition: box-shadow .25s ease;
  flex-wrap: wrap;
}
.main-navbar.scrolled { box-shadow: 0 6px 22px rgba(11, 59, 51, .16); }

.main-navbar .nav-link {
  font-weight: 600; color: var(--sn-ink); padding: .6rem .9rem; border-radius: 50rem;
}
.main-navbar .nav-link:hover { color: var(--sn-teal); background: var(--sn-teal-light); }
.main-navbar .nav-link.active { color: var(--sn-teal); }

.nav-icon-btn {
  width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 2px solid #e7ecef; color: var(--sn-ink); padding: 0;
}
.nav-icon-btn:hover { background: var(--sn-teal-light); border-color: var(--sn-teal-light); color: var(--sn-teal); }

.dropdown-menu { border-radius: .9rem; padding: .5rem; }
.dropdown-item { border-radius: .55rem; padding: .5rem .9rem; font-weight: 500; }
.dropdown-item:hover { background: var(--sn-teal-light); color: var(--sn-teal-dark); }

/* Search bar */
.search-bar {
  display: none; background: #fff; border-top: 1px solid #eef1f3;
}
.search-bar .form-control { border-radius: 50rem; border: 2px solid #e7ecef; }
.search-bar .form-control:focus { border-color: var(--sn-teal); box-shadow: none; }
#searchSuggest { z-index: 1050; border-radius: .9rem; overflow: hidden; top: calc(100% + 6px); }
#searchSuggest .list-group-item { border: 0; border-bottom: 1px solid #f2f4f5; }
#searchSuggest .list-group-item:hover { background: var(--sn-teal-light); }

.mobile-nav .nav-link { font-weight: 600; padding: .55rem .25rem; color: var(--sn-ink); }
.mobile-nav .nav-link:hover { color: var(--sn-teal); }

/* ---------- Hero carousel ---------- */
.hero-carousel .carousel-item {
  background-size: cover; background-position: center right; min-height: 480px;
  display: flex; align-items: center; position: relative;
}
.hero-carousel .carousel-item::before {
  content: ""; position: absolute; inset: 0;
  background: none;
  z-index: 1;
}
/*.hero-caption {
    max-width: 620px;
    position: relative;
    z-index: 2;
    margin-top: 320px;
}*/
.hero-caption {
    max-width: 620px;
    position: relative;
    z-index: 2;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    margin-top: 220px !important;
}

.hero-caption .eyebrow {
  letter-spacing: .18em; font-weight: 700; font-size: .8rem; text-transform: uppercase;
  color: #ffd766;
}
.hero-caption h1, .hero-caption .h1 {
  color: #fff; font-weight: 800;
  font-size: clamp(1.9rem, 4.2vw, 3.4rem); line-height: 1.12;
}
.hero-caption p { color: rgba(255, 255, 255, .85); font-size: clamp(.95rem, 1.4vw, 1.15rem); }

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 34px; height: 5px; border-radius: 3px; background: #fff;
}
.hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next { width: 6%; }

@media (max-width: 767.98px) {
  .hero-carousel .carousel-item {
    min-height: 280px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: flex-end;
    padding-bottom: calc(2rem + 15px);
  }
  .hero-carousel .carousel-item::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(11,59,51,0.1) 0%, rgba(11,59,51,0.65) 80%);
    z-index: 1;
    display: block;
  }
  .hero-caption {
    position: relative;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
  }
  .hero-caption h1, .hero-caption .h1 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  }
  .hero-caption p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  }
  .hero-caption .btn {
    font-size: 0.85rem !important;
    padding: 0.45rem 1.15rem !important;
  }
  .hero-caption .d-flex {
    justify-content: center;
  }
  .hero-carousel .carousel-indicators [data-bs-target] {
    background-color: #ffffff !important;
    opacity: 0.5;
  }
  .hero-carousel .carousel-indicators .active {
    background-color: var(--sn-coral) !important;
    opacity: 1;
  }
  .hero-carousel .carousel-control-prev-icon,
  .hero-carousel .carousel-control-next-icon {
    filter: none; /* Reset to default white arrows */
  }
}

/* ---------- Sections ---------- */
.section-pad { padding-block: 4.5rem; }
@media (max-width: 767.98px) { .section-pad { padding-block: 3rem; } }

.section-head .eyebrow {
  color: var(--sn-coral); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; font-size: .8rem;
}
.section-head h2 { font-weight: 700; }
.section-head .head-line {
  width: 64px; height: 4px; border-radius: 2px; background: var(--sn-amber); margin-top: .6rem;
}
.section-head.text-center .head-line { margin-inline: auto; }

/* ---------- USP strip ---------- */
.usp-item {
  display: flex; gap: .9rem; align-items: flex-start;
}
.usp-icon {
  flex: 0 0 52px; width: 52px; height: 52px; border-radius: 16px;
  background: var(--sn-teal-light); color: var(--sn-teal);
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.4rem;
}

/* ---------- Product cards ---------- */
.product-card { border-radius: var(--sn-radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(11, 59, 51, .14) !important; }

.product-img-wrap { position: relative; background: #fff; overflow: hidden; }
.product-img-wrap img {transition: transform .4s ease;aspect-ratio: 1/1;/* object-fit: cover; */}
.product-card:hover .product-img-wrap img { transform: scale(1.06); }

.product-badge { position: absolute; top: 12px; left: 12px; z-index: 2; border-radius: 50rem; padding: .45em .9em; font-weight: 600; }

.product-card .card-title a { color: var(--sn-ink); text-decoration: none; }
.product-card .card-title a:hover { color: var(--sn-teal); }

.stars { color: var(--sn-amber); font-size: .85rem; letter-spacing: 1.5px; }
.price { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--sn-teal-dark); font-size: 1.05rem; }

/* ---------- Category tiles ---------- */
.category-tile {
  position: relative; display: block; border-radius: var(--sn-radius); overflow: hidden;
  box-shadow: 0 8px 22px rgba(11, 59, 51, .12); text-decoration: none;
}
.category-tile img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .45s ease; }
.category-tile:hover img { transform: scale(1.07); }
.category-tile .tile-overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.25rem; background: linear-gradient(180deg, rgba(11,59,51,0) 40%, rgba(11,59,51,.72) 100%);
}
.category-tile h3 { color: #fff; font-weight: 700; font-size: 1.15rem; margin: 0; }
.category-tile .tile-cta {
  color: #ffd766; font-weight: 600; font-size: .85rem; opacity: 0; transform: translateY(6px);
  transition: all .3s ease;
}
.category-tile:hover .tile-cta { opacity: 1; transform: translateY(0); }

/* ---------- Feature banner ---------- */
.feature-banner {
  border-radius: 1.4rem; overflow: hidden; background-size: cover; background-position: center;
  min-height: 340px; display: flex; align-items: center;
}
.feature-banner .inner { max-width: 560px; }

/* ---------- Tips cards ---------- */
.tip-card {
  border: 0; border-radius: var(--sn-radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease;
}
.tip-card:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(11, 59, 51, .14) !important; }
.tip-card img { aspect-ratio: 3/2; object-fit: cover; }
.tip-chip {
  background: var(--sn-teal-light); color: var(--sn-teal-dark);
  font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  border-radius: 50rem; padding: .35em .9em; display: inline-block;
}
.tip-card .card-title a { color: var(--sn-ink); text-decoration: none; }
.tip-card .card-title a:hover { color: var(--sn-teal); }

/* ---------- Stats ---------- */
.stats-strip { background: var(--sn-teal-dark); color: #fff; }
.stat-num { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: #ffd766; }
.stat-label { opacity: .8; }

/* ---------- Page banner ---------- */
.page-banner {
  background: linear-gradient(120deg, var(--sn-teal-dark), var(--sn-teal-mid));
  color: #fff; padding: 3.4rem 0; position: relative; overflow: hidden;
}
.page-banner::after {
  content: ""; position: absolute; right: -80px; top: -80px; width: 300px; height: 300px;
  border-radius: 50%; background: rgba(255, 255, 255, .07);
}
.page-banner h1 { font-weight: 800; }
.page-banner .breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.5); margin: 0; }
.page-banner .breadcrumb a { color: #ffd766; text-decoration: none; }
.page-banner .breadcrumb-item.active { color: rgba(255, 255, 255, .75); }

/* ---------- Filter pills ---------- */
.filter-pills .btn {
  border: 2px solid #e7ecef; color: var(--sn-ink); background: #fff; font-weight: 600;
}
.filter-pills .btn:hover { border-color: var(--sn-teal); color: var(--sn-teal); }
.filter-pills .btn.active { background: var(--sn-teal); border-color: var(--sn-teal); color: #fff; }

/* ---------- Product detail ---------- */
.pd-image {
  border-radius: 1.3rem; background: #fff; border: 1px solid #eef1f3; overflow: hidden;
}
.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { padding: .45rem 0; display: flex; gap: .65rem; align-items: flex-start; }
.feature-list li i { color: var(--sn-green); margin-top: .15rem; }

.mrp-note { font-size: .78rem; color: #8a9ba8; }

/* ---------- Article ---------- */
.article-body p { font-size: 1.05rem; line-height: 1.85; color: #38474f; }
.article-hero { border-radius: 1.3rem; overflow: hidden; }

/* ---------- Contact ---------- */
.contact-card {
  border: 0; border-radius: var(--sn-radius); background: var(--sn-sand); height: 100%;
}
.contact-icon {
  width: 52px; height: 52px; border-radius: 16px; background: var(--sn-teal); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.form-control, .form-select { border-radius: .8rem; border: 2px solid #e7ecef; padding: .65rem 1rem; }
.form-control:focus, .form-select:focus { border-color: var(--sn-teal); box-shadow: 0 0 0 .2rem rgba(14, 124, 102, .12); }

/* ---------- Newsletter CTA ---------- */
.newsletter-cta { background-size: cover; background-position: center; }
.newsletter-cta .form-control { border: 0; border-radius: 50rem; padding-inline: 1.3rem; }
.newsletter-cta .btn { border-radius: 50rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--sn-teal-dark); color: #fff; }
.footer-logo {
  background: #ffffff;
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.footer-heading {
  font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem;
  color: #ffd766; margin-bottom: 1rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a { color: rgba(255, 255, 255, .78); text-decoration: none; font-size: .92rem; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.social-links a {
  width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, .1);
  color: #fff; display: inline-flex; align-items: center; justify-content: center;
}
.social-links a:hover { background: var(--sn-coral); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); }

/* ---------- Back to top ---------- */
#backToTop {
  position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 1040;
  width: 48px; height: 48px; border-radius: 50%; padding: 0;
  display: none; align-items: center; justify-content: center;
}

/* ---------- Where to buy modal ---------- */
.modal-content { border-radius: 1.2rem; }
.retailer-icon {
  width: 46px; height: 46px; border-radius: 14px; background: var(--sn-teal-light); color: var(--sn-teal);
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.25rem;
}
.retailer-row { border-radius: .8rem !important; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Utilities ---------- */
.object-cover { object-fit: cover; }
.rounded-xl { border-radius: 1.3rem; }

/* ---------- Floating Contact Sidebar ---------- */
.floating-contact-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1045;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.floating-contact-btn {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  border-radius: 8px 0 0 8px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.floating-contact-btn:hover {
  width: 56px;
  transform: translateX(-4px);
  color: #fff;
}

.floating-contact-btn.whatsapp {
  background-color: #25D366;
}

.floating-contact-btn.whatsapp:hover {
  background-color: #1ebd59;
}

.floating-contact-btn.email {
  background-color: var(--sn-coral, #FF6B4A);
}

.floating-contact-btn.email:hover {
  background-color: var(--sn-coral-dark, #E8543A);
}

@media (max-width: 576px) {
  .floating-contact-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .floating-contact-btn:hover {
    width: 44px;
    transform: translateX(-2px);
  }
}

