/* ==========================================================================
   Kumsi Raitha Shakti (KRS) — Farmer Producer Company
   Theme: Organic & Earthy — Farm-to-Table
   ========================================================================== */

/* ---------- Reset & Base ---------- */
*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

:root {
  --c-primary:        #1B4332;
  --c-primary-hover:  #2D6A4F;
  --c-primary-light:  #D8F3DC;
  --c-secondary:      #E07A5F;
  --c-secondary-hover:#F28482;
  --c-amber:          #CA6702;
  --c-jaggery:        #8B4513;
  --c-bg:             #FDFBF7;
  --c-bg-alt:         #F4F1E1;
  --c-bg-dark:        #1B4332;
  --c-text:           #3E2723;
  --c-text-muted:     #5C4033;
  --c-text-inv:       #FDFBF7;
  --c-border:         #E5E0D8;
  --shadow-soft:      0 8px 30px rgba(0,0,0,0.04);
  --shadow-md:        0 12px 40px rgba(0,0,0,0.08);
  --radius-md:        12px;
  --radius-lg:        20px;
  --radius-pill:      999px;
  --container:        1200px;
  --font-display:     'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body:        'Outfit', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--c-text);
  background: var(--c-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--c-primary-hover); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 600; color: var(--c-primary); }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.75rem); }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.2rem; }
p  { color: var(--c-text-muted); }

.eyebrow {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: #CC0000;
  display: inline-block;
  margin-bottom: 1rem;
}

.section-title {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}
.section-title p { margin-top: .8rem; font-size: 1.05rem; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.25rem;
}
section { padding: 5.5rem 0; }
.section-alt { background: var(--c-bg-alt); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .85rem 1.85rem;
  border-radius: var(--radius-pill);
  font-weight: 500;
  font-size: .95rem;
  transition: all .3s ease;
  border: 1.5px solid transparent;
  cursor: pointer;
  letter-spacing: .01em;
}
.btn-primary {
  background: var(--c-primary);
  color: var(--c-text-inv);
}
.btn-primary:hover {
  background: var(--c-primary-hover);
  color: var(--c-text-inv);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(27,67,50,.25);
}
.btn-secondary {
  background: var(--c-secondary);
  color: var(--c-text-inv);
}
.btn-secondary:hover {
  background: var(--c-secondary-hover);
  color: var(--c-text-inv);
  transform: translateY(-2px);
}
.btn-outline {
  border-color: var(--c-primary);
  color: var(--c-primary);
  background: transparent;
}
.btn-outline:hover {
  background: var(--c-primary-light);
  color: var(--c-primary);
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253,251,247,.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--c-border);
  height:160px;
  padding: 35px 0 10px 0;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}
.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--c-primary);
  letter-spacing: -.01em;
}
.brand-mark {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--c-primary);
  color: var(--c-text-inv);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: .02em;
}
.brand-logo {
  width: 120px; height: 120px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  flex-shrink: 0;
}
.brand-logo-right {
  width: 100px; height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}
.brand small {
  display:block;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--c-text-muted);
  margin-top: 2px;
}
.nav-links {
  display: flex;
  gap: 2.2rem;
  list-style: none;
}
.nav-links a {
  font-size: .95rem;
  font-weight: 400;
  color: var(--c-text);
  position: relative;
  padding: .35rem 0;
}
.nav-links a::after {
  content:'';
  position: absolute;
  left: 0; bottom: -4px;
  width: 0; height: 2px;
  background: var(--c-secondary);
  transition: width .3s ease;
}
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--c-primary); font-weight: 500; }

.nav-cta { display: flex; align-items: center; gap: .8rem; }
.hamburger {
  display: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--c-primary);
  color: var(--c-text-inv);
  align-items: center; justify-content: center;
}
.hamburger span {
  display: block;
  width: 18px; height: 2px;
  background: currentColor;
  position: relative;
}
.hamburger span::before,
.hamburger span::after {
  content: ''; position: absolute; left: 0;
  width: 18px; height: 2px; background: currentColor;
}
.hamburger span::before { top: -6px; }
.hamburger span::after  { top: 6px; }

/* ---------- Hero (home) ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  color: var(--c-text-inv);
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(20,40,30,.65), rgba(20,40,30,.55)),
    url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?q=80&w=2000&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* Hero showcase variant — for home page with real product image */
.hero-showcase {
  min-height: auto;
  padding: 5rem 0 4rem;
  background:
    radial-gradient(ellipse at top right, rgba(202,103,2,.18), transparent 60%),
    linear-gradient(135deg, #1B4332 0%, #2D6A4F 50%, #3E2723 100%);
}
.hero-showcase::before { display: none; }
.hero-showcase .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: center;
}
.hero-showcase .hero-inner { padding: 1rem 0; max-width: none; }
.hero-showcase-img {
  position: relative;
}
.hero-showcase-img img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 70px rgba(0,0,0,0.5);
}
.hero-inner {
  max-width: 760px;
  padding: 4rem 0;
}
.hero h1 {
  color: var(--c-text-inv);
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  font-weight: 600;
  margin-bottom: 1.4rem;
}
.hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: #F8E5C2;
}
.hero p {
  color: rgba(253,251,247,.85);
  font-size: 1.15rem;
  margin-bottom: 2.2rem;
  max-width: 580px;
}
.hero .eyebrow { color: #F8E5C2; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ---------- Page banner (interior pages) ---------- */
.page-banner {
  position: relative;
  padding: 6rem 0 4.5rem;
  background: var(--c-primary);
  color: var(--c-text-inv);
  overflow: hidden;
}
.page-banner::after {
  content:'';
  position:absolute;
  right: -120px; top: -120px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: rgba(224,122,95,.18);
  z-index: 0;
}
.page-banner::before {
  content:'';
  position:absolute;
  left: -80px; bottom: -100px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: rgba(216,243,220,.12);
  z-index: 0;
}
.page-banner .container { position: relative; z-index: 1; }
.page-banner h1 { color: var(--c-text-inv); font-size: clamp(2.4rem, 5vw, 3.6rem); }
.page-banner p { color: rgba(253,251,247,.8); max-width: 620px; margin-top: 1rem; }
.crumbs {
  font-size: .85rem;
  color: rgba(253,251,247,.7);
  margin-bottom: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* ---------- Featured Products ---------- */
.product-grid {
   display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:1.5rem;
    width:100%;
}
/*.product-grid-3 { grid-template-columns: repeat(3, 1fr); }
.product-grid-4 { grid-template-columns: repeat(4, 1fr); }*/
.product-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  transition: all .35s ease;
  position: relative;
  overflow: hidden;
  width:100%;
    box-sizing:border-box;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--c-primary-light);
}
.product-card .badge {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--c-primary-light);
  color: var(--c-primary);
  padding: .3rem .75rem;
  border-radius: var(--radius-pill);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-card .product-img {
  aspect-ratio: 4/5;
  background: var(--c-bg-alt);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 1.2rem;
  display: grid; place-items: center;
}
.product-card .product-img img {
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    background:#f7f5ea;
    border-radius:18px;
    overflow:hidden;
}
/* IMAGE */

.product-img img{
    width:100%;
    max-width:260px;
    height:auto;
    object-fit:contain;
    display:block;
    margin:auto;
}
/* product image variant for packaged products with transparent PNG */
.product-card .product-img-pack {
  background: linear-gradient(135deg, #F4F1E1 0%, #FDFBF7 100%);
  padding: 1rem;
}
.product-card .product-img-pack img {
  width: 100%; height: 100%; 
}
.product-card:hover .product-img img { transform: scale(1.06); }
.product-card h3 {
  font-size: 1.3rem;
  margin-bottom: .5rem;
  color: var(--c-text);
}

.product-card .subtitle{
    font-size: 1.05rem;
    line-height:1.75rem;
    color:#CC0000;
    margin:10px 0px !important;
}

.product-card .text-highlight{
    font-size:1rem; 
    font-weight: 600;
    background: var(--c-primary); 
    color:#fff; 
    padding: .5rem .6rem; 
    border-radius: 999px; 
    letter-spacing:.08em; 
    text-transform:uppercase;
    text-align: center;
    margin: 10px 0;
}

.product-card p {
  font-size: 1rem;
  margin-bottom: 1.2rem;
  min-height: 2.7em;
  text-align: justify;
}
.product-card .product-cta {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: .8rem;
  border-top: 1px solid var(--c-border);
}
.product-card .price {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c-primary);
}
.product-card .buy-link {
  color: var(--c-secondary);
  font-weight: 500;
  font-size: .9rem;
  display: inline-flex; align-items: center; gap: .35rem;
}
.product-card .buy-link:hover { color: var(--c-secondary-hover); }

/* ---------- Split — image-text ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.split-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/5;
}
.split-img img { width: 100%; height: 100%; object-fit: cover; }
.split-img .floating-stat {
  position: absolute;
  bottom: 1.5rem; left: 1.5rem;
  background: var(--c-bg);
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}
.split-img .floating-stat strong {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--c-primary);
  display: block;
  line-height: 1;
}
.split-img .floating-stat span {
  font-size: .78rem;
  color: var(--c-text-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.split-content ul {
  list-style: none;
  margin: 1.5rem 0;
}
.split-content li {
  padding: .6rem 0 .6rem 2rem;
  position: relative;
  color: var(--c-text-muted);
}
.split-content li::before {
  content: '✦';
  position: absolute;
  left: 0; top: .55rem;
  color: var(--c-secondary);
  font-size: 1.25rem;
}

.split-content p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    text-align: justify !important;
    font-size: 18px;
    
}

/* ---------- Stats band ---------- */
.stats-band {
  background: var(--c-primary);
  color: var(--c-text-inv);
  padding: 4rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stat-item strong {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 600;
  display: block;
  color: #F8E5C2;
  line-height: 1;
}
.stat-item span {
  display: block;
  margin-top: .7rem;
  font-size: .85rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(253,251,247,.75);
}

/* ---------- Timeline ---------- */
.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 2rem;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 6px; top: 12px; bottom: 12px;
  width: 2px;
  background: var(--c-border);
}
.tl-item {
  position: relative;
  padding: 0 0 2.5rem 2rem;
}
.tl-item::before {
  content:'';
  position:absolute;
  left: -2rem; top: 8px;
  width: 14px; height: 14px;
  background: var(--c-secondary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--c-bg);
}
.tl-item .year {
  font-family: var(--font-display);
  font-size: .9rem;
  font-weight: 600;
  color: var(--c-secondary);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .35rem;
}
.tl-item h3 { font-size: 1.4rem; margin-bottom: .5rem; }

/* ---------- Team ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}
.team-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.team-card {
  background: var(--c-bg-alt);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-align: center;
  transition: all .3s ease;
}
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}
.team-avatar {
  width: 100%;
  aspect-ratio: 4/5;
  max-width: 220px;
  margin: 0 auto 1.2rem;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.team-avatar img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}
.team-card h4 { font-size: 1.15rem; margin-bottom: .25rem; }
.team-card .role {
  font-size: .8rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--c-secondary);
  font-weight: 500;
}
.team-card .bio {
  margin-top: .8rem;
  font-size: .9rem;
}

/* ---------- Gallery ---------- */
.gallery-grid {
  columns: 3;
  column-gap: 1.2rem;
}
.gallery-item {
  break-inside: avoid;
  margin-bottom: 1.2rem;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform .6s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(27,67,50,.4), transparent 50%);
  opacity: 0;
  transition: opacity .3s ease;
}
.gallery-item:hover::after { opacity: 1; }

/* ---------- Testimonials ---------- */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
.testimonial {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  position: relative;
}
.testimonial::before {
  content: '“';
  font-family: var(--font-display);
  position: absolute;
  top: -10px; left: 1.5rem;
  font-size: 5rem;
  color: var(--c-secondary);
  line-height: 1;
}
.testimonial p {
  font-style: italic;
  margin: 1rem 0 1.5rem;
  color: var(--c-text);
}
.testimonial-author { display: flex; align-items: center; gap: .9rem; }
.testimonial-author .avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--c-bg-alt);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--c-primary);
}
.testimonial-author strong { display: block; font-family: var(--font-display); }
.testimonial-author span { font-size: .82rem; color: var(--c-text-muted); }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3.5rem;
}
.contact-info {
  background: var(--c-primary);
  color: var(--c-text-inv);
  padding: 2.5rem;
  border-radius: var(--radius-lg);
}
.contact-info h3 { color: var(--c-text-inv); margin-bottom: 1.5rem; }
.contact-info .info-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(253,251,247,.15);
}
.contact-info .info-row:last-of-type { border-bottom: 0; }
.contact-info .icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(253,251,247,.1);
  display: grid; place-items: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.contact-info .label {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: rgba(253,251,247,.65);
  margin-bottom: .15rem;
}
.contact-info .value { color: var(--c-text-inv); font-size: 1rem; }

.contact-form {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { margin-bottom: 1.1rem; }
.form-field label {
  display: block;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--c-text-muted);
  margin-bottom: .45rem;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  font-family: inherit;
  font-size: .98rem;
  padding: .85rem 1rem;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  background: var(--c-bg);
  color: var(--c-text);
  transition: all .25s ease;
}
.form-field textarea { resize: vertical; min-height: 130px; }
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--c-primary);
  box-shadow: 0 0 0 3px rgba(27,67,50,.08);
  background: #fff;
}
.map-embed {
  margin-top: 3rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--c-border);
}
.map-embed iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ---------- Newsletter Band ---------- */
.newsletter {
  background: linear-gradient(135deg, var(--c-amber), var(--c-secondary));
  color: var(--c-text-inv);
  padding: 4rem 0;
  text-align: center;
}
.newsletter h2 { color: var(--c-text-inv); margin-bottom: .8rem; }
.newsletter p { color: rgba(253,251,247,.9); margin-bottom: 1.8rem; }
.newsletter-form {
  display: flex;
  gap: .6rem;
  max-width: 520px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.newsletter-form input {
  flex: 1;
  min-width: 240px;
  padding: .9rem 1.2rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(253,251,247,.4);
  background: rgba(253,251,247,.15);
  color: var(--c-text-inv);
  font-family: inherit;
}
.newsletter-form input::placeholder { color: rgba(253,251,247,.7); }
.newsletter-form input:focus { outline: none; background: rgba(253,251,247,.25); }
.newsletter-form button {
  background: var(--c-primary);
  color: var(--c-text-inv);
  padding: .9rem 1.8rem;
  border-radius: var(--radius-pill);
  font-weight: 500;
  transition: all .25s ease;
}
.newsletter-form button:hover { background: #0f2e21; transform: translateY(-2px); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--c-bg-dark);
  color: var(--c-text-inv);
  padding: 4.5rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .75fr .75fr 1.5fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.footer-brand {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex; align-items: center; gap: .7rem;
}
.footer-grid p { color: rgba(253,251,247,.7); }
.footer-grid h5 {
  font-family: var(--font-body);
  font-size: .85rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #F8E5C2;
  margin-bottom: 1.2rem;
  font-weight: 500;
}
.footer-grid ul { list-style: none; }
.footer-grid ul li { margin-bottom: .65rem; }
.footer-grid ul a {
  color: rgba(253,251,247,.75);
  font-size: .95rem;
  transition: color .25s, padding-left .25s;
}
.footer-grid ul a:hover { color: #F8E5C2; padding-left: .35rem; }
.socials { display: flex; gap: .6rem; margin-top: 1rem; }
.socials a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(253,251,247,.1);
  display: grid; place-items: center;
  color: var(--c-text-inv);
  transition: all .25s ease;
}
.socials a:hover { background: var(--c-secondary); transform: translateY(-2px); color: #fff; }

.footer-bottom {
  border-top: 1px solid rgba(253,251,247,.15);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: .85rem;
  color: rgba(253,251,247,.6);
}

/* ---------- Process Steps ---------- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}
.process-step {
  text-align: center;
  padding: 2rem 1.2rem;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  position: relative;
}
.process-step .num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--c-secondary);
  display: block;
  line-height: 1;
  margin-bottom: 1rem;
}
.process-step h4 { margin-bottom: .5rem; font-size: 1.1rem; }
.process-step p { font-size: .9rem; }

/* ---------- Animations ---------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.reveal { animation: fadeUp .9s ease both; }
.reveal-2 { animation: fadeUp .9s ease .15s both; }
.reveal-3 { animation: fadeUp .9s ease .3s both; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .container { padding: 0 1.5rem; }
  .product-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .product-grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
  .team-grid    { grid-template-columns: repeat(3, 1fr); }
  .team-grid-5  { grid-template-columns: repeat(3, 1fr); }
  .stats-grid   { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-grid  { grid-template-columns: 1fr 1fr; }
  .gallery-grid { columns: 2; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-showcase .hero-grid { grid-template-columns: 1fr; gap: 2rem; text-align: left; }
  .hero-showcase-img img { max-height: 460px; object-fit: contain; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .nav-wrap { gap: 1rem; }
  .nav-links { gap: 1.6rem; }
  .brand small { display: none; }
}
@media (max-width: 760px) {
  section { padding: 3.5rem 0; }
  .container { padding: 0 1.1rem; }
  .nav-wrap { height: 68px; }
  .brand { font-size: 1.1rem; gap: .55rem; }
  .brand small { display: none; }
  .brand-logo { width: 44px; height: 44px; }
  .brand-logo-right { width: 48px; height: 48px; }
  .nav-cta { gap: .5rem; }
  .nav-links { display: none; }
  .hamburger { display: inline-flex; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 68px; left: 0; right: 0;
    background: var(--c-bg);
    padding: 1.5rem 1.25rem 2rem;
    border-bottom: 1px solid var(--c-border);
    gap: 1.2rem;
    z-index: 99;
  }
  .nav-links.open a { display: block; padding: .35rem 0; }
  h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
  h2 { font-size: clamp(1.5rem, 5vw, 2rem); }
  .hero { min-height: auto; }
  .hero-showcase { padding: 2.5rem 0 3rem; }
  .hero-showcase .hero-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-showcase h1 { font-size: clamp(2.2rem, 9vw, 3rem); line-height: 1.1; }
  .hero-showcase-img img { max-height: 320px; object-fit: contain; }
  .hero-actions { gap: .6rem; }
  .hero-actions .btn { padding: .75rem 1.4rem; font-size: .9rem; }
  .page-banner { padding: 3.5rem 0 3rem; }
  .page-banner h1 { font-size: clamp(1.9rem, 7vw, 2.6rem); }
  .page-banner::after, .page-banner::before { width: 200px; height: 200px; }
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .split-img { aspect-ratio: 4/3; }
  .split-img .floating-stat { bottom: 1rem; left: 1rem; padding: .7rem 1rem; }
  .team-grid     { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .team-grid-5   { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .team-card     { padding: 1.1rem; }
  .team-avatar   { max-width: 160px; }
  .product-grid { grid-template-columns: 1fr !important; }
  .product-grid-4 { grid-template-columns: 1fr !important; }
  .product-card { padding: 1.2rem; }
  .stats-band { padding: 3rem 0; }
  .stats-band .stats-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .stat-item strong { font-size: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 1.5rem; }
  .contact-info { padding: 1.8rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; gap: .5rem; }
  .gallery-grid { columns: 1; }
  .process-grid { grid-template-columns: 1fr; gap: 1rem; }
  .newsletter { padding: 3rem 0; }
  .newsletter-form { flex-direction: column; align-items: stretch; padding: 0 1rem; }
  .newsletter-form input { min-width: 0; width: 100%; }
  .map-embed iframe { height: 280px; }
  .timeline { padding-left: 1.5rem; }
  .tl-item { padding-left: 1.2rem; }
  .testimonial { padding: 1.5rem; }
  .site-footer { padding: 3rem 0 1.5rem; }
}
@media (max-width: 480px) {
  .container { padding: 0 .9rem; }
  .brand { font-size: 1rem; }
  .brand-logo { width: 38px; height: 38px; }
  .brand-logo-right { width: 40px; height: 40px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
  .stats-band .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-item strong { font-size: 1.7rem; }
  .stat-item span { font-size: .7rem; }
}

.section ul li{
    list-style: none;
    text-align: justify;
    font-size: 16px;
    color:#194641;
    line-height: 1.75rem;
}

.leaf-bullets {
    list-style: none; /* Removes default bullets */
    padding-left: 0;
    margin: 0;
}

.leaf-bullets li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    text-align: justify;
    font-size: 16px;
    /*color:#194641;*/
    line-height: 1.75rem;
}

.leaf-bullets li::before {
    content: "\f06c"; /* fa-leaf unicode */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: forestgreen;
}

.box-highlight {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding:10px;
    margin-top:15px;
    
}

.gradient-bullets {
    list-style: none;
    padding-left: 0;
}

.gradient-bullets li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    text-align: justify;
}

.gradient-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #198754, #8bc34a);
}


.text-secondary{
    color :#CC0000 !important;
}

.gallery-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
    gap: 25px;
}

.gallery-item{
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
}

.gallery-item img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.5s ease;
    display: block;
}

.gallery-item:hover img{
    transform: scale(1.1);
}

.gallery-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

.gallery-item:hover .gallery-overlay{
    opacity: 1;
}

.gallery-overlay i{
    color: #fff;
    font-size: 34px;
}

.gallery-modal{
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.92);
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.gallery-modal img{
    max-width: 92%;
    max-height: 88vh;
    border-radius: 12px;
    animation: zoomIn 0.35s ease;
}

@keyframes zoomIn{
    from{
        transform: scale(.7);
        opacity: 0;
    }
    to{
        transform: scale(1);
        opacity: 1;
    }
}

.gallery-close{
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 45px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
}

.gallery-caption{
    color: #fff;
    margin-top: 18px;
    text-align: center;
    font-size: 17px;
}