/*
Theme Name:   Biogreen Child
Theme URI:    https://biogreen.readypack.pk
Description:  Biogreen Water — Hello Elementor child theme. Brand teal pixel-sampled from the official Biogreen bottle label / brand tile (#35C4BE background, #2D7D82 darker label/cap tone). Built by Digital Diva Agency, July 2026.
Author:       Digital Diva Agency
Template:     hello-elementor
Version:      1.0.0
Text Domain:  biogreen-child
*/

:root {
  --bg-teal:       #35C4BE;  /* Biogreen brand teal — pixel-sampled from official brand tile background */
  --bg-teal-dark:  #2D7D82;  /* Darker teal — sampled from bottle cap / label shading, used for hover/text emphasis */
  --bg-teal-pale:  #EAF9F8;  /* Section tint bg */
  --bg-navy:       #14343B; /* Deep teal-navy for footer/contrast text */
  --bg-white:      #FFFFFF;
  --bg-grey:       #F6F8F8;
  --bg-border:     #E1ECEB;
  --bg-text:       #1B1C1C;
  --bg-muted:      #555555;
  --bg-wa:         #25D366;

  --ff-head: 'Montserrat', sans-serif;
  --ff-body: 'Montserrat', sans-serif;

  --sp-xs: 8px; --sp-sm: 16px; --sp-md: 24px; --sp-lg: 48px; --sp-xl: 72px;
  --r-sm: 4px; --r-md: 8px; --r-lg: 12px; --r-pill: 100px;
  --shadow-card: 0 1px 3px rgba(53,196,190,.10), 0 4px 16px rgba(53,196,190,.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  font-size: 16px; line-height: 1.7;
  color: var(--bg-text);
  background: var(--bg-white);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--bg-teal-dark); text-decoration: none; transition: color .2s; }
a:hover { color: var(--bg-teal); }
.elementor-section .elementor-container { max-width: 1200px; }

h1,h2,h3,h4,h5,h6 { font-family: var(--ff-head); color: var(--bg-text); }

/* Header / nav */
.site-header, #site-header {
  background: var(--bg-white) !important;
  box-shadow: 0 2px 12px rgba(53,196,190,.12);
  position: sticky; top: 0; z-index: 999;
  border-bottom: 3px solid var(--bg-teal);
}
.site-logo img, .custom-logo-link img, .site-branding img {
  max-height: 56px !important;
  width: auto !important;
  height: auto !important;
}
.site-description { display: none !important; }
@media (max-width: 767px) {
  .site-logo img, .custom-logo-link img, .site-branding img { max-height: 42px !important; }
}
.elementor-nav-menu a {
  font-family: var(--ff-body) !important; font-size: 13px !important;
  font-weight: 600 !important; color: var(--bg-text) !important;
  letter-spacing: .02em !important; transition: color .2s !important;
}
.elementor-nav-menu a:hover,
.elementor-nav-menu .current-menu-item > a { color: var(--bg-teal-dark) !important; }
.elementor-menu-toggle { color: var(--bg-teal-dark) !important; }

/* Buttons */
.elementor-button, .bg-btn {
  background: var(--bg-teal) !important;
  color: #fff !important;
  border-radius: var(--r-pill) !important;
  font-weight: 700 !important;
  font-family: var(--ff-body) !important;
}
.elementor-button:hover, .bg-btn:hover { background: var(--bg-teal-dark) !important; }

.bg-btn-wa {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bg-wa); color: #fff; font-weight: 700;
  padding: 14px 28px; border-radius: var(--r-pill);
  font-family: var(--ff-body); font-size: 15px;
  text-decoration: none;
}
.bg-btn-wa:hover { background: #1EBF5A; color: #fff; }

.bg-eyebrow {
  font-family: var(--ff-body); font-size: 11px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--bg-teal-dark);
  margin-bottom: 10px; display: block;
}

.bg-card-shadow { box-shadow: var(--shadow-card); border-radius: var(--r-lg); }

/* Footer */
.site-footer, #site-footer { background: var(--bg-navy) !important; color: #fff !important; }
