.elementor-8833 .elementor-element.elementor-element-6c75655{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* --- GLOBAL STYLES & VARIABLES --- */
:root {
  --cream: #FAF7F2;
  --warm-white: #FFFDF9;
  --sage: #6B8C6B;
  --sage-light: #EBF0EB;
  --sage-dark: #3D5C3D;
  --ochre: #C4871A;
  --ochre-light: #FBF0DC;
  --rust: #A0522D;
  --charcoal: #2C2C28;
  --muted: #6A6A64;
  --border: #E0DDD5;
  --section-gap: 80px;
}

/* Base resets handled nicely for Elementor blocks */
.gm-block {
  font-family: 'DM Sans', sans-serif;
  color: var(--charcoal);
  line-height: 1.7;
  background: var(--warm-white);
  width: 100%;
  box-sizing: border-box;
}

.gm-block h1, .gm-block h2, .gm-block h3, .gm-block h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  line-height: 1.2;
}

.gm-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.gm-block a { color: inherit; text-decoration: none; }

/* --- COMPONENT SPECIFIC CSS --- */

/* Nav */
.gm-nav { background: var(--warm-white); border-bottom: 1px solid var(--border); width: 100%; }
.gm-nav-inner { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 68px; padding: 0 24px; }
.gm-nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--sage-dark); display: flex; align-items: center; gap: 10px; }
.gm-nav-logo span { color: var(--ochre); }
.gm-nav-links { display: flex; gap: 28px; list-style: none; font-size: 14px; font-weight: 400; color: var(--muted); }
.gm-nav-links a:hover { color: var(--sage-dark); }
.gm-nav-cta { background: var(--sage); color: #fff; padding: 10px 22px; border-radius: 4px; font-size: 14px; font-weight: 500; transition: background 0.2s; }
.gm-nav-cta:hover { background: var(--sage-dark); }

/* Hero */
.gm-hero { background: var(--cream); border-bottom: 1px solid var(--border); padding: 80px 24px 72px; }
.gm-hero-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.gm-hero-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--sage-light); color: var(--sage-dark); font-size: 13px; font-weight: 500; padding: 6px 14px; border-radius: 40px; margin-bottom: 24px; letter-spacing: 0.02em; }
.gm-hero-tag::before { content: ''; width: 7px; height: 7px; background: var(--sage); border-radius: 50%; display: inline-block; }
.gm-hero h1 { font-size: clamp(36px, 5vw, 52px); color: var(--charcoal); margin-bottom: 20px; font-weight: 600; }
.gm-hero h1 em { color: var(--sage-dark); font-style: italic; }
.gm-hero p { font-size: 17px; color: var(--muted); max-width: 480px; margin-bottom: 36px; line-height: 1.8; }
.gm-hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: var(--sage-dark); color: #fff; padding: 14px 28px; border-radius: 4px; font-size: 15px; font-weight: 500; display: inline-block; transition: background 0.2s; }
.btn-primary:hover { background: var(--sage); }
.btn-secondary { border: 1.5px solid var(--border); background: #fff; color: var(--charcoal); padding: 13px 28px; border-radius: 4px; font-size: 15px; font-weight: 400; display: inline-block; transition: border-color 0.2s; }
.btn-secondary:hover { border-color: var(--sage); }
.gm-hero-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-card { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 24px 20px; }
.stat-card:first-child { grid-column: span 2; background: var(--sage-dark); border-color: var(--sage-dark); color: #fff; display: flex; align-items: center; gap: 20px; }
.stat-icon { font-size: 36px; line-height: 1; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 13px; opacity: 0.75; }
.stat-card:first-child .stat-label { opacity: 0.8; color: #fff; }
.stat-card:not(:first-child) .stat-num { color: var(--sage-dark); }
.stat-card:not(:first-child) .stat-label { color: var(--muted); font-size: 13px; }

/* Lead Strip */
.lead-strip { background: var(--ochre); padding: 36px 24px; }
.lead-strip-inner { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.lead-strip h3 { color: #fff; font-size: 22px; font-weight: 600; flex: 1; min-width: 220px; }
.lead-strip p { color: rgba(255,255,255,0.85); font-size: 14px; flex: 1; min-width: 200px; }
.lead-form { display: flex; gap: 10px; flex-wrap: wrap; }
.lead-form input { padding: 12px 16px; border: none; border-radius: 4px; font-size: 14px; min-width: 180px; background: #fff; color: var(--charcoal); outline: none; }
.lead-form button { background: var(--sage-dark); color: #fff; border: none; padding: 12px 22px; border-radius: 4px; font-size: 14px; font-weight: 500; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.lead-form button:hover { background: var(--charcoal); }

/* Section Headers */
.section-header { text-align: center; margin-bottom: 52px; }
.section-kicker { display: inline-block; font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ochre); margin-bottom: 12px; }
.section-header h2 { font-size: clamp(28px, 4vw, 38px); color: var(--charcoal); font-weight: 600; }
.section-header p { color: var(--muted); font-size: 16px; max-width: 540px; margin: 12px auto 0; line-height: 1.75; }

/* Services Grid */
.services { padding: var(--section-gap) 24px; background: var(--warm-white); }
.services-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.service-card { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 28px 24px; transition: border-color 0.2s, box-shadow 0.2s; }
.service-card:hover { border-color: var(--sage); box-shadow: 0 4px 20px rgba(107,140,107,0.10); }
.service-icon { width: 44px; height: 44px; background: var(--sage-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.service-card h3 { font-size: 18px; font-weight: 600; color: var(--charcoal); margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; }
.service-link { font-size: 13px; font-weight: 500; color: var(--sage-dark); display: inline-flex; align-items: center; gap: 4px; }
.service-link::after { content: ' →'; }
.service-link:hover { color: var(--ochre); }

/* Categories Topic Library */
.categories { background: var(--cream); padding: var(--section-gap) 24px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.categories-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; }
.cat-card { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 20px 16px; text-align: center; transition: border-color 0.2s, transform 0.15s; display: block; }
.cat-card:hover { border-color: var(--sage); transform: translateY(-3px); }
.cat-card .cat-emoji { font-size: 28px; margin-bottom: 10px; display: block; }
.cat-card h4 { font-size: 14px; font-weight: 500; color: var(--charcoal); margin-bottom: 4px; }
.cat-card span { font-size: 12px; color: var(--muted); }

/* Products Shop Section */
.shop { padding: var(--section-gap) 24px; background: var(--warm-white); }
.shop-inner { max-width: 1120px; margin: 0 auto; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 40px; }
.product-card { background: #fff; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; transition: box-shadow 0.2s; }
.product-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.product-img { height: 140px; background: var(--sage-light); display: flex; align-items: center; justify-content: center; font-size: 42px; }
.product-info { padding: 16px; }
.product-info h4 { font-size: 15px; font-weight: 500; margin-bottom: 4px; color: var(--charcoal); }
.product-tag { font-size: 11px; color: var(--sage-dark); background: var(--sage-light); padding: 2px 8px; border-radius: 40px; display: inline-block; margin-bottom: 8px; }
.product-price { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: var(--ochre); }
.shop-cta { text-align: center; }

/* Why Us Section */
.why { background: var(--sage-dark); padding: var(--section-gap) 24px; }
.why .section-header h2 { color: #fff; }
.why .section-header p { color: rgba(255,255,255,0.7); }
.why .section-kicker { color: #a8c5a0; }
.why-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.why-card { border-top: 2px solid rgba(255,255,255,0.2); padding-top: 24px; }
.why-num { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 600; color: rgba(255,255,255,0.15); line-height: 1; margin-bottom: 8px; }
.why-card h3 { font-size: 18px; color: #fff; margin-bottom: 10px; font-weight: 600; }
.why-card p { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.7; }

/* Gau Seva Projects */
.gauseva { padding: var(--section-gap) 24px; background: var(--cream); border-top: 1px solid var(--border); }
.gauseva-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.gauseva-text h2 { font-size: clamp(28px, 3vw, 36px); font-weight: 600; margin-bottom: 16px; color: var(--charcoal); }
.gauseva-text p { color: var(--muted); font-size: 15px; margin-bottom: 24px; line-height: 1.8; }
.project-list { display: flex; flex-direction: column; gap: 14px; }
.project-item { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; display: flex; gap: 14px; align-items: flex-start; transition: border-color 0.2s; }
.project-item:hover { border-color: var(--sage); }
.project-dot { width: 10px; height: 10px; background: var(--sage); border-radius: 50%; margin-top: 6px; flex-shrink: 0; }
.project-item h4 { font-size: 14px; font-weight: 500; color: var(--charcoal); margin-bottom: 4px; }
.project-item p { font-size: 13px; color: var(--muted); }

/* Articles Grid */
.articles { padding: var(--section-gap) 24px; background: var(--cream); border-top: 1px solid var(--border); }
.articles-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.article-card { background: #fff; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; transition: box-shadow 0.2s; }
.article-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.article-top { height: 6px; }
.article-top.green { background: var(--sage); }
.article-top.ochre { background: var(--ochre); }
.article-top.rust { background: var(--rust); }
.article-body { padding: 20px; }
.article-cat { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage-dark); margin-bottom: 8px; display: block; }
.article-card h3 { font-size: 17px; font-weight: 600; color: var(--charcoal); margin-bottom: 8px; line-height: 1.4; }
.article-card p { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 14px; }
.article-link { font-size: 13px; font-weight: 500; color: var(--sage-dark); }
.article-link:hover { color: var(--ochre); }

/* Lead Capture Box */
.lead-box { padding: var(--section-gap) 24px; background: var(--warm-white); border-top: 1px solid var(--border); }
.lead-box-inner { max-width: 680px; margin: 0 auto; background: var(--ochre-light); border: 1px solid #E0C47A; border-radius: 12px; padding: 48px 40px; text-align: center; }
.lead-box-inner h2 { font-size: clamp(24px, 3vw, 32px); color: var(--charcoal); margin-bottom: 12px; font-weight: 600; }
.lead-box-inner p { color: var(--muted); font-size: 15px; margin-bottom: 32px; max-width: 400px; margin-left: auto; margin-right: auto; }
.lead-full-form { display: flex; flex-direction: column; gap: 14px; max-width: 440px; margin: 0 auto; }
.lead-full-form input, .lead-full-form select, .lead-full-form textarea { padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 4px; font-size: 15px; background: #fff; color: var(--charcoal); outline: none; width: 100%; transition: border-color 0.2s; }
.lead-full-form input:focus, .lead-full-form select:focus, .lead-full-form textarea:focus { border-color: var(--sage); }
.lead-full-form textarea { min-height: 90px; resize: vertical; }
.lead-full-form button { background: var(--sage-dark); color: #fff; border: none; padding: 15px; border-radius: 4px; font-size: 15px; font-weight: 500; cursor: pointer; width: 100%; transition: background 0.2s; }
.lead-full-form button:hover { background: var(--sage); }
.privacy-note { font-size: 12px; color: var(--muted); margin-top: 10px; }

/* Footer */
footer { background: var(--charcoal); color: rgba(255,255,255,0.6); padding: 56px 24px 28px; width:100%; }
.footer-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand h3 { font-family: 'Cormorant Garamond', serif; color: #fff; font-size: 24px; margin-bottom: 12px; }
.footer-brand p { font-size: 13px; line-height: 1.7; max-width: 260px; }
.footer-col h4 { color: rgba(255,255,255,0.9); font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.55); transition: color 0.15s; }
.footer-col a:hover { color: rgba(255,255,255,0.9); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; max-width: 1120px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 12px; }
.footer-bottom a { color: rgba(255,255,255,0.5); margin-left: 16px; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .gm-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .gm-hero-visual { order: -1; }
  .gauseva-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .gm-nav-links { display: none; }
  .lead-box-inner { padding: 32px 20px; }
}/* End custom CSS */