/*
 * ============================================================
 *  nutriculture.css — Comprehensive Color Override
 *
 *  Replaces ALL template hardcoded colors site-wide.
 *  ONLY these three tones are used:
 *    Pastels     → muted clay/terracotta (#c49070, #e8c9b4, #f2e0d2)
 *    Off-whites  → warm cream scale     (#faf8f5, #f4ede4, #ece3d6)
 *    Warm charcoal → deep warm brown    (#3a3028, #5c5047, #8a7a6e)
 *
 *  No layout, spacing or structure is changed.
 * ============================================================ */


/* ════════════════════════════════════════════════════════════
   PALETTE REFERENCE
   --pastel       : #c49070  (clay terracotta — accent/highlight)
   --pastel-mid   : #e8c9b4  (soft rose-clay — subtle accents)
   --pastel-light : #f2e0d2  (palest clay — tinted section bg)
   --ow-bright    : #faf8f5  (near-white warm — main bg)
   --ow-mid       : #f4ede4  (warm cream — alternate sections)
   --ow-deep      : #ece3d6  (deeper cream — cards, borders)
   --charcoal     : #3a3028  (deep warm brown — text/buttons)
   --charcoal-mid : #5c5047  (warm mid-tone — body text)
   --charcoal-soft: #8a7a6e  (muted warm — labels/meta)
════════════════════════════════════════════════════════════ */


/* ────────────────────────────────────────────────────────────
   1. CSS VARIABLES — override template root tokens
──────────────────────────────────────────────────────────── */
:root {
  --greenColor: #c49070;
  --titleColor: #3a3028;
  --whiteColor: #faf8f5;
  --bodyColor: #5c5047;
}


/* ────────────────────────────────────────────────────────────
   2. TOP HEADER — replaces #f4f7ea and #0a0f1f
──────────────────────────────────────────────────────────── */
.top-header-bg {
  background-color: #f4ede4 !important;
}

.top-header-bg-two {
  background-color: #3a3028 !important;
}

.top-inner-bg {
  background-color: #c49070 !important;
}

.header-left p,
.header-right .header-item ul li,
.header-right .header-item .cart-top-btn,
.header-right .header-item .header-language .dropdown-toggle {
  color: #5c5047 !important;
}

.header-right .header-item ul li a i {
  background-color: #ece3d6 !important;
  color: #3a3028 !important;
}

.header-right .header-item ul li a:hover i {
  background-color: #3a3028 !important;
  color: #faf8f5 !important;
}


/* ────────────────────────────────────────────────────────────
   3. NAVBAR — replaces #f3f7e9 and related greens
──────────────────────────────────────────────────────────── */
.navbar-area {
  background-color: #faf8f5 !important;
}

.navbar-area.is-sticky {
  background-color: #faf8f5 !important;
}

.desktop-nav-one {
  background-color: #faf8f5 !important;
}

/* Dropdown active state - replaces #f8f9fa */
.header-right .header-item .header-language .dropdown-menu a:active {
  background-color: #f4ede4 !important;
}


/* ────────────────────────────────────────────────────────────
   4. SEARCH MODAL — replaces #222
──────────────────────────────────────────────────────────── */
.modal-content {
  background-color: #3a3028 !important;
  opacity: 0.96 !important;
}

.modal-header button.close {
  background-color: #faf8f5 !important;
  color: #3a3028 !important;
}

.modal-header button.close:hover,
.modal-header button.close:focus {
  background-color: #c49070 !important;
  color: #faf8f5 !important;
}


/* ────────────────────────────────────────────────────────────
   5. BANNER HERO AREA background images stay, only color overlays
──────────────────────────────────────────────────────────── */
.banner-area {
  background-color: #faf8f5;
}


/* ────────────────────────────────────────────────────────────
   6. STICKY NAV background — replaces #faf8f5 hardcoded
──────────────────────────────────────────────────────────── */
.navbar-area.is-sticky {
  background-color: #faf8f5 !important;
}


/* ────────────────────────────────────────────────────────────
   7. STAR RATINGS (yellow #ffc107 → warm clay pastel)
──────────────────────────────────────────────────────────── */
.rating i,
.rating span,
.stars i,
[class*="star"] i,
[class*="rating"] i {
  color: #c49070 !important;
}


/* ────────────────────────────────────────────────────────────
   8. ALL GREEN-TINTED BACKGROUNDS → off-white equivalents
   Targets: #f2fef2 #f3fcec #cfeaba #f7fef1 #f0fdf0 #d1eabf
            #effce5 #f4fbf4 #f5f9f7 #f5fef5 #f4fdf4 #def9c9
──────────────────────────────────────────────────────────── */

/* Light green section backgrounds → warm off-white */
[style*="background-color: #f2fef2"],
[style*="background-color: #f3fcec"],
[style*="background-color: #f7fef1"],
[style*="background-color: #f0fdf0"],
[style*="background-color: #effce5"],
[style*="background-color: #f4fbf4"],
[style*="background-color: #f5fef5"],
[style*="background-color: #f4fdf4"] {
  background-color: #f4ede4 !important;
}

/* Darker green highlights → pastel clay light */
[style*="background-color: #cfeaba"],
[style*="background-color: #d1eabf"],
[style*="background-color: #def9c9"] {
  background-color: #e8c9b4 !important;
}

/* ────────────────────────────────────────────────────────────
   9. COMMON CARD / INPUT LIGHT BACKGROUNDS
   Targets: #faf9f8 #f3f4f5 #f9f9f9 #f8f8f8 #faf7f7 #f4f3f3
──────────────────────────────────────────────────────────── */
/* These are close to off-white already — just warm them up */
.about-play-btn,
.diet-plan-area,
.appointment-area,
.blog-card,
.service-card,
.pricing-card,
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select,
.form-control {
  background-color: #faf8f5 !important;
  border-color: #ece3d6 !important;
}

.form-control:focus {
  border-color: #c49070 !important;
  box-shadow: 0 0 0 3px rgba(196, 144, 112, 0.14) !important;
}


/* ────────────────────────────────────────────────────────────
   10. BRIGHT GREEN BUTTONS / BADGES (#83bf54 #82b440 #94be5d)
──────────────────────────────────────────────────────────── */
/* These solid green elements all become warm charcoal or clay */
[style*="background-color: #83bf54"],
[style*="background-color: #82b440"],
[style*="background-color: #94be5d"] {
  background-color: #c49070 !important;
}


/* ────────────────────────────────────────────────────────────
   11. DARK COLD BACKGROUNDS (#0a0f1f #190f3c #0e1125 #172541)
   → All replaced with warm charcoal
──────────────────────────────────────────────────────────── */
.footer-area,
.footer-area-bg,
[style*="background-color: #0a0f1f"],
[style*="background-color: #190f3c"],
[style*="background-color: #0e1125"],
[style*="background: #0e1125"],
[style*="background: #ffffff"] {
  background-color: #3a3028 !important;
}


/* ────────────────────────────────────────────────────────────
   12. FOOTER — complete warm charcoal treatment
──────────────────────────────────────────────────────────── */
.footer-area,
.footer-area-bg {
  background-color: #3a3028 !important;
}

.footer-area p,
.footer-area li,
.footer-area span,
.footer-area a {
  color: #a8907e !important;
}

.footer-area a:hover {
  color: #c49070 !important;
}

.footer-area h3 {
  color: #faf8f5 !important;
}

.footer-area .footer-logo span {
  color: #faf8f5 !important;
}

.footer-area .social-link li a i {
  background-color: rgba(255, 255, 255, 0.07) !important;
  color: #a8907e !important;
}

.footer-area .social-link li a:hover i {
  background-color: #c49070 !important;
  color: #faf8f5 !important;
}

.newsletter-form .form-control {
  background-color: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #faf8f5 !important;
}

.subscribe-btn {
  background-color: #c49070 !important;
  color: #faf8f5 !important;
}

.subscribe-btn:hover {
  background-color: #5c5047 !important;
}

.copyright-area {
  background-color: rgba(0, 0, 0, 0.20) !important;
}

.copy-right-text p {
  color: #8a7a6e !important;
}


/* ────────────────────────────────────────────────────────────
   13. MISCELLANEOUS COLD/BLUE BACKGROUNDS
   #e8f0fe #f2f6fe #5d5d5d #737b9a #212529
──────────────────────────────────────────────────────────── */
[style*="background-color: #e8f0fe"],
[style*="background-color: #f2f6fe"] {
  background-color: #f2e0d2 !important;
}

.color-blue,
[style*="color: #737b9a"],
[style*="color: #212529"],
[style*="color: #172541"],
[style*="color: #5d5d5d"] {
  color: #5c5047 !important;
}


/* ────────────────────────────────────────────────────────────
   14. BODY BASE & HEADINGS — consistent warm tones
──────────────────────────────────────────────────────────── */
body {
  background-color: #faf8f5;
  color: #5c5047;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3a3028;
}

a {
  color: #3a3028;
}

a:hover,
a:focus {
  color: #c49070;
}


/* ────────────────────────────────────────────────────────────
   15. SECTION TITLES — warm charcoal & clay accent
──────────────────────────────────────────────────────────── */
.section-title span {
  color: #c49070;
}

.section-title h2 {
  color: #3a3028;
}

.section-title h2 b {
  color: #c49070;
}


/* ────────────────────────────────────────────────────────────
   16. DROPDOWN BORDERS — replace bright green
──────────────────────────────────────────────────────────── */
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  border-top-color: #c49070 !important;
  border-bottom-color: #c49070 !important;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  border-bottom-color: #ece3d6 !important;
}


/* ────────────────────────────────────────────────────────────
   17. INNER BANNER (other pages) — off-white bg
──────────────────────────────────────────────────────────── */
.inner-banner {
  background-color: #f4ede4 !important;
}

.inner-banner h3,
.inner-banner h2 {
  color: #3a3028 !important;
}


/* ────────────────────────────────────────────────────────────
   18. SCROLLBAR
──────────────────────────────────────────────────────────── */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f4ede4;
}

::-webkit-scrollbar-thumb {
  background: #e8c9b4;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #c49070;
}


/* ────────────────────────────────────────────────────────────
   19. FRAMEWORK ARC LAYOUT — Ferment → Feed → Fortify
──────────────────────────────────────────────────────────── */

/* Outer wrapper — provides space for SVG overlay */
.framework-arc-wrapper {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 90px;
  /* extra room because left/right cards shift down */
}

/* SVG sits behind cards, spans full width */
.framework-arc-svg {
  position: absolute;
  top: -20px;
  left: 60px;
  width: calc(100% - 120px);
  height: auto;
  pointer-events: none;
  z-index: 0;
}

/* Three-card flex row */
.framework-arc-cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  position: relative;
  z-index: 1;
}

/* Individual card */
.framework-arc-card {
  flex: 0 0 270px;
  max-width: 270px;
  background-color: #ffffff;
  border: 1px solid #ece3d6;
  border-radius: 10px;
  padding: 38px 32px;
  box-shadow: 0 4px 20px rgba(58, 48, 40, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Arc positions: center is highest, outer two drop down */
.arc-left {
  transform: translateY(90px);
}

.arc-center {
  transform: translateY(0);
}

.arc-right {
  transform: translateY(90px);
}

/* Hover — preserve the arc offset while lifting */
.arc-left:hover {
  transform: translateY(84px);
  box-shadow: 0 14px 42px rgba(58, 48, 40, 0.12);
}

.arc-center:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 42px rgba(58, 48, 40, 0.12);
}

.arc-right:hover {
  transform: translateY(84px);
  box-shadow: 0 14px 42px rgba(58, 48, 40, 0.12);
}

/* Step number label (01 / 02 / 03) */
.arc-step-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #c49070;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 16px;
  display: block;
}

/* Card heading */
.framework-arc-card h3 {
  color: #3a3028;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.2px;
}

/* Card body text */
.framework-arc-card p {
  color: #5c5047;
  font-size: 14.5px;
  line-height: 1.85;
  margin: 0;
}

/* ── Mobile: stack vertically, hide SVG ── */
@media (max-width: 900px) {
  .framework-arc-svg {
    display: none;
  }

  .framework-arc-cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .framework-arc-card {
    max-width: 100%;
    width: 100%;
    flex: none;
  }

  .arc-left,
  .arc-center,
  .arc-right {
    transform: none !important;
  }

  .arc-left:hover,
  .arc-center:hover,
  .arc-right:hover {
    transform: none !important;
    box-shadow: 0 14px 42px rgba(58, 48, 40, 0.12);
  }

  .framework-arc-wrapper {
    padding-bottom: 0;
  }
}

.pricing-card {
  opacity: 1;
  /* No entrance animation */
  text-align: center;
}

/* Layout for inner columns */
.pricing-card .card-left {
  flex: 1;
  min-width: 0;
  /* allow text truncation handling */
}

.pricing-card.featured .card-title {
  color: var(--white);
}

.pricing-card.featured .card-desc {
  color: rgba(119, 114, 114, 0.85);
}

.pricing-card.featured .card-badge {
  background: rgba(196, 144, 112, .2);
  color: var(--clay);
}

.pricing-card .card-right {
  text-align: right;
  flex-shrink: 0;
}




/* ─────────────────────────────────────────────────────────────
   IAS Academy Section
───────────────────────────────────────────────────────────── */

/* Carousel images */
.ias-gallery-slider .item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* Nav arrows */
.ias-gallery-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(58, 48, 40, 0.55) !important;
  color: #faf8f5 !important;
  border-radius: 50% !important;
  width: 42px;
  height: 42px;
  font-size: 20px;
  line-height: 42px;
  transition: background 0.3s;
  z-index: 10;
}

.ias-gallery-slider .owl-nav button:hover {
  background: #c49070 !important;
}

.ias-gallery-slider .owl-nav .owl-prev {
  left: 10px;
}

.ias-gallery-slider .owl-nav .owl-next {
  right: 10px;
}

/* Dots */
.ias-gallery-slider .owl-dots {
  margin-top: 14px;
  text-align: center;
}

.ias-gallery-slider .owl-dot span {
  background: #ece3d6 !important;
}

.ias-gallery-slider .owl-dot.active span {
  background: #c49070 !important;
}

/* Right content column */
.ias-content {
  padding-left: 10px;
}

.ias-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c49070;
  margin-bottom: 16px;
}

.ias-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #3a3028 !important;
  margin: 0 0 20px;
}

.ias-heading em {
  color: #c49070;
  font-style: normal;
}

.ias-divider {
  width: 44px;
  height: 3px;
  background: #c49070;
  border-radius: 2px;
  margin-bottom: 20px;
}

.ias-body {
  font-size: 15.5px;
  line-height: 1.9;
  color: #5c5047;
  margin: 0 0 28px;
}

.ias-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196, 144, 112, 0.10);
  border: 1px solid rgba(196, 144, 112, 0.28);
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 12.5px;
  color: #c49070;
  width: fit-content;
}

.ias-badge i {
  font-size: 16px;
}

/* Tablet / iPad Adjustments */
@media (max-width: 991px) {
  .ias-gallery-slider .item img {
    height: 380px;
    /* Increased from 280px to look proper on tablets */
  }

  .ias-content {
    padding-left: 0;
    margin-top: 32px;
  }

  .ias-heading {
    font-size: 26px;
    /* Slightly refined for tablets */
  }
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .ias-gallery-slider .item img {
    height: 280px;
  }

  .ias-heading {
    font-size: 22px;
  }
}

/* ─────────────────────────────────────────────────────────────
   Hero Overlapping Gallery
───────────────────────────────────────────────────────────── */
.hero-overlap-gallery {
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: flex-start;
}

.hero-overlap-gallery a {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #faf8f5;
  margin-left: -25px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, z-index 0.3s;
  z-index: 1;
}

.hero-overlap-gallery a:first-child {
  margin-left: 0;
  z-index: 2;
}

.hero-overlap-gallery a:nth-child(2) {
  z-index: 3;
}

.hero-overlap-gallery a:nth-child(3) {
  z-index: 4;
}

.hero-overlap-gallery a:nth-child(4) {
  z-index: 5;
}

.hero-overlap-gallery a:nth-child(5) {
  z-index: 6;
}

.hero-overlap-gallery a:hover {
  transform: translateY(-6px) scale(1.12);
  z-index: 10;
}

.hero-overlap-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


