/* ============================================================
   MRITYUNJAYI AAROGYAM CLINIC — MAIN STYLESHEET
   Fonts: Cinzel (nav/logo) | Lora (headings) | Nunito (body)
   Nature-inspired | Wheat & crop elements | Earthy greens
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Lora:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Nunito:wght@300;400;500;600;700&display=swap');

/* ---- CSS Variables ---- */
:root {
  --green-dark:   #2d6a2d;
  --green-mid:    #4a8c3f;
  --green-light:  #7ab648;
  --green-pale:   #e8f5e0;
  --brown:        #7a5230;
  --brown-light:  #c49a6c;
  --beige:        #faf6ef;
  --beige-dark:   #f0e8d8;
  --cream:        #fffdf8;
  --text-dark:    #1e2d1e;
  --text-mid:     #4a5e4a;
  --text-light:   #7a8f7a;
  --white:        #ffffff;
  --shadow:       0 8px 32px rgba(45,106,45,0.12);
  --shadow-hover: 0 16px 48px rgba(45,106,45,0.22);
  --radius:       14px;
  --radius-lg:    24px;
  --transition:   all 0.35s cubic-bezier(0.4,0,0.2,1);
}

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-dark);
  background: var(--cream);
}

h1, h2, h3, h4, h5 {
  font-family: 'Lora', serif;
  color: var(--text-dark);
  line-height: 1.25;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; display: block; }

/* ============================================================
   UTILITY
============================================================ */
.section-pad    { padding: 88px 0; }
.section-pad-sm { padding: 56px 0; }

.section-badge {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green-mid);
  background: var(--green-pale);
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.section-title {
  font-family: 'Lora', serif;
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  color: var(--text-dark);
  margin-bottom: 14px;
  line-height: 1.22;
}
.section-title span { color: var(--green-dark); }

.section-subtitle {
  font-size: 1.02rem;
  color: var(--text-mid);
  max-width: 580px;
  line-height: 1.8;
}

.divider-leaf {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.divider-leaf::before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: var(--green-light);
  border-radius: 2px;
}
.divider-leaf::after { content: '🌿'; font-size: 1rem; }

/* ============================================================
   BUTTONS
============================================================ */
.btn-primary-green {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green-dark); color: var(--white);
  font-family: 'Nunito', sans-serif; font-weight: 700;
  font-size: 0.9rem; letter-spacing: 0.06em;
  padding: 13px 28px; border-radius: 50px;
  border: 2px solid var(--green-dark);
  transition: var(--transition); cursor: pointer;
}
.btn-primary-green:hover { background: transparent; color: var(--green-dark); }

.btn-outline-green {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--green-dark);
  font-family: 'Nunito', sans-serif; font-weight: 700;
  font-size: 0.9rem; letter-spacing: 0.06em;
  padding: 13px 28px; border-radius: 50px;
  border: 2px solid var(--green-dark);
  transition: var(--transition); cursor: pointer;
}
.btn-outline-green:hover { background: var(--green-dark); color: var(--white); }

.btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); color: var(--green-dark);
  font-family: 'Nunito', sans-serif; font-weight: 700;
  font-size: 0.9rem; letter-spacing: 0.06em;
  padding: 13px 30px; border-radius: 50px;
  border: 2px solid var(--white);
  transition: var(--transition); cursor: pointer;
}
.btn-white:hover { background: transparent; color: var(--white); }

/* ============================================================
   HEADER
============================================================ */
.site-header {
  background: var(--white);
  border-bottom: 1px solid rgba(74,140,63,0.12);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 20px rgba(45,106,45,0.08);
}

.header-top {
  background: var(--green-dark);
  padding: 7px 0;
}
.header-top p {
  font-size: 0.78rem; color: rgba(255,255,255,0.85); margin: 0;
  font-family: 'Nunito', sans-serif;
}
.header-top .social-icons a {
  color: rgba(255,255,255,0.75); font-size: 0.9rem;
  margin-left: 14px; transition: var(--transition);
}
.header-top .social-icons a:hover { color: var(--white); }

.header-main { padding: 14px 0; }

.logo-wrap { display: flex; align-items: center; gap: 14px; }

.logo-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-light));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.logo-icon i { color: white; font-size: 1.5rem; }

.logo-name {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.85rem, 1.8vw, 1.1rem);
  font-weight: 700;
  color: var(--green-dark);
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.logo-sub {
  font-family: 'Nunito', sans-serif;
  font-size: 0.68rem;
  color: var(--brown);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

/* ---- Navbar ---- */
.navbar-nav .nav-link {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dark) !important;
  padding: 10px 16px !important;
  position: relative;
  transition: var(--transition);
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 16px; right: 16px;
  height: 2px;
  background: var(--green-mid);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--green-dark) !important; }
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { transform: scaleX(1); }

.navbar-toggler { border-color: var(--green-mid); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%232d6a2d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ============================================================
   WHEAT SCROLLING STRIP
============================================================ */
.wheat-strip {
  background: var(--beige-dark);
  padding: 14px 0;
  overflow: hidden;
  border-top: 1px solid rgba(196,154,108,0.25);
  border-bottom: 1px solid rgba(196,154,108,0.25);
}
.wheat-strip-inner {
  display: flex; align-items: center; gap: 32px;
  animation: scrollWheat 30s linear infinite;
  white-space: nowrap; width: max-content;
}
.wheat-strip-inner span {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brown);
  display: flex; align-items: center; gap: 10px;
}
.wheat-strip-inner .sep { color: var(--brown-light); font-size: 0.9rem; }
@keyframes scrollWheat {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   HERO CAROUSEL
============================================================ */



/* ============================================================
   STATS BAR
============================================================ */
.stats-bar { background: var(--green-dark); padding: 30px 0; }
.stat-item {
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.15);
  padding: 0 24px;
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Cinzel', serif;
  font-size: 2.1rem; font-weight: 700;
  color: var(--white); line-height: 1;
}
.stat-label {
  font-family: 'Nunito', sans-serif;
  font-size: 0.78rem; color: rgba(255,255,255,0.7);
  letter-spacing: 0.08em; text-transform: uppercase; margin-top: 5px;
}

/* ============================================================
   WHEAT PATTERN BACKGROUND
============================================================ */
.wheat-bg {
  background-color: var(--beige);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M40 8 Q42 16 40 26 Q38 16 40 8Z' fill='%23c49a6c' opacity='0.07'/%3E%3Cpath d='M40 26 Q45 32 40 42 Q35 32 40 26Z' fill='%23c49a6c' opacity='0.07'/%3E%3Cpath d='M40 5 L40 70' stroke='%23c49a6c' stroke-width='0.8' opacity='0.06'/%3E%3Cpath d='M8 40 Q16 38 26 40 Q16 42 8 40Z' fill='%23c49a6c' opacity='0.05'/%3E%3Cpath d='M54 40 Q64 38 72 40 Q64 42 54 40Z' fill='%23c49a6c' opacity='0.05'/%3E%3C/svg%3E");
  background-size: 80px 80px;
}

/* ============================================================
   RESEARCH SECTION
============================================================ */
.research-section { background: var(--beige); }
.research-img-wrap {
  position: relative; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow);
}
.research-img-wrap img { width: 100%; height: 480px; object-fit: cover; }
.research-img-badge {
  position: absolute; bottom: 24px; left: 24px;
  background: var(--white); border-radius: var(--radius);
  padding: 14px 20px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.research-img-badge .badge-icon {
  width: 44px; height: 44px; background: var(--green-pale);
  border-radius: 10px; display: flex; align-items: center;
  justify-content: center; color: var(--green-dark); font-size: 1.1rem;
}
.research-img-badge p { margin: 0; font-size: 0.83rem; font-weight: 700; color: var(--text-dark); }
.research-img-badge span { font-size: 0.72rem; color: var(--text-light); }

.research-list { list-style: none; padding: 0; }
.research-list li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 11px 0; border-bottom: 1px dashed rgba(74,140,63,0.2);
  font-size: 0.97rem; color: var(--text-mid);
}
.research-list li:last-child { border-bottom: none; }
.research-list li i { color: var(--green-mid); margin-top: 4px; flex-shrink: 0; }

/* ============================================================
   CROP / WHEAT FIELD BANNER — for CTA sections
============================================================ */
.crop-banner {
  position: relative; min-height: 340px;
  background: url('https://katyayanacademy.com/uu/assets/2.webp') center/cover no-repeat;
  display: flex; align-items: center; overflow: hidden;
}
.crop-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    90deg,
    rgba(20,50,20,0.92) 0%,
    rgba(20,50,20,0.7) 55%,
    rgba(20,50,20,0.3) 100%
  );
}
.crop-banner-content { position: relative; z-index: 1; padding: 60px 0; }
.crop-banner h2 {
  font-family: 'Lora', serif;
  color: #fff; font-size: clamp(1.7rem, 3vw, 2.6rem);
}
.crop-banner h2 em { color: #b5e37a; font-style: italic; }
.crop-banner p { color: rgba(255,255,255,0.8); font-size: 1.05rem; margin-top: 12px; }

/* ============================================================
   USP SECTION
============================================================ */
.usp-section {
  background: linear-gradient(135deg, var(--green-dark) 0%, #1a4a1a 100%);
  position: relative; overflow: hidden;
}
.usp-section::before {
  content: '';
  position: absolute; top: -60px; right: -60px;
  width: 320px; height: 320px;
  background: rgba(122,182,72,0.07); border-radius: 50%;
}
.usp-section::after {
  content: '';
  position: absolute; bottom: -80px; left: -40px;
  width: 260px; height: 260px;
  background: rgba(122,182,72,0.05); border-radius: 50%;
}
.usp-img-wrap {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.usp-img-wrap img { width: 100%; height: 440px; object-fit: cover; }
.usp-content { position: relative; z-index: 1; }
.usp-content .section-badge {
  background: rgba(122,182,72,0.2); color: #b5e37a;
  border: 1px solid rgba(122,182,72,0.3);
}
.usp-content .section-title { color: var(--white); }
.usp-content p { color: rgba(255,255,255,0.8); font-size: 1rem; }
.usp-highlight {
  background: rgba(255,255,255,0.08);
  border-left: 4px solid var(--green-light);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 22px; margin: 24px 0;
  color: rgba(255,255,255,0.9);
  font-style: italic; font-size: 1.05rem;
  font-family: 'Lora', serif;
}
.usp-mini-card {
  background: rgba(255,255,255,0.08);
  border-radius: 12px; padding: 18px;
  border: 1px solid rgba(255,255,255,0.1);
}
.usp-mini-card .icon { color: #b5e37a; font-size: 1.3rem; margin-bottom: 6px; }
.usp-mini-card h6 { color: #fff; font-weight: 700; font-size: 0.95rem; margin: 0 0 2px; font-family: 'Nunito', sans-serif; }
.usp-mini-card p  { color: rgba(255,255,255,0.6); font-size: 0.82rem; margin: 0; }

/* ============================================================
   SERVICES
============================================================ */
.services-section { background: var(--cream); }
.service-card {
  background: var(--white); border-radius: var(--radius);
  padding: 34px 26px; text-align: center;
  border: 1px solid rgba(74,140,63,0.1);
  transition: var(--transition); height: 100%;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--green-dark), var(--green-light));
  transform: scaleX(0); transition: transform 0.35s ease;
}
.service-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-7px);
  border-color: rgba(74,140,63,0.25);
}
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 72px; height: 72px; background: var(--green-pale);
  border-radius: 18px; display: flex; align-items: center;
  justify-content: center; margin: 0 auto 22px;
  font-size: 1.9rem; transition: var(--transition);
}
.service-icon i { color: var(--green-dark); transition: var(--transition); }
.service-card:hover .service-icon { background: var(--green-dark); }
.service-card:hover .service-icon i { color: var(--white); }
.service-card h5 {
  font-family: 'Lora', serif;
  font-size: 1.08rem; font-weight: 700;
  margin-bottom: 10px; color: var(--text-dark);
}
.service-card p { font-size: 0.9rem; color: var(--text-mid); margin: 0; line-height: 1.7; }

/* ============================================================
   AWARDS
============================================================ */
.awards-section { background: var(--beige-dark); }
.award-card {
  background: var(--white); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
  transition: var(--transition);
}
.award-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.award-card img { width: 100%; height: 220px; object-fit: cover; }
.award-card-body { padding: 20px; }
.award-card-body h6 {
  font-family: 'Lora', serif;
  font-size: 1rem; font-weight: 700;
  color: var(--text-dark); margin-bottom: 6px;
}
.award-card-body p { font-size: 0.83rem; color: var(--text-light); margin: 0; }

/* ============================================================
   TESTIMONIALS
============================================================ */
.testimonials-section { background: var(--green-pale); }
.testimonial-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 38px 34px; box-shadow: var(--shadow); height: 100%;
  position: relative;
}
.testimonial-card::before {
  content: '\201C';
  font-family: 'Lora', serif;
  font-size: 7rem; color: var(--green-pale);
  position: absolute; top: -12px; left: 24px; line-height: 1;
}
.testimonial-text {
  font-size: 0.97rem; color: var(--text-mid);
  line-height: 1.85; margin-bottom: 24px; position: relative; z-index: 1;
}
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
  width: 54px; height: 54px; border-radius: 50%;
  object-fit: cover; border: 3px solid var(--green-pale);
}
.testimonial-name { font-weight: 700; font-size: 0.97rem; color: var(--text-dark); }
.testimonial-loc  { font-size: 0.78rem; color: var(--text-light); }
.testimonial-stars { color: #f4a400; font-size: 0.82rem; margin-bottom: 4px; }
.before-after-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--green-pale); color: var(--green-dark);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 50px; margin-bottom: 16px;
  font-family: 'Nunito', sans-serif;
}

/* ============================================================
   DIRECTOR
============================================================ */
.director-section { background: var(--white); }
.director-img-wrap {
  position: relative; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow);
}
.director-img-wrap img { width: 100%; height: 500px; object-fit: cover; object-position: top; }
.director-img-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(45,106,45,0.92), transparent);
  padding: 28px 24px 22px;
}
.director-img-overlay h5 { color: var(--white); font-size: 1.12rem; margin: 0; font-family: 'Lora', serif; }
.director-img-overlay span { color: rgba(255,255,255,0.72); font-size: 0.82rem; }
.director-quote {
  background: var(--beige);
  border-left: 5px solid var(--green-mid);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 22px 26px;
  font-family: 'Lora', serif;
  font-style: italic; font-size: 1.07rem;
  color: var(--text-mid); margin: 24px 0;
  line-height: 1.75;
}

/* ============================================================
   VIDEO
============================================================ */
.video-section { background: var(--beige); }
.video-wrapper {
  position: relative; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-hover);
  aspect-ratio: 16/9;
}
.video-wrapper iframe { width: 100%; height: 100%; border: none; display: block; }

/* ============================================================
   FOOTER
============================================================ */
.site-footer { background: var(--text-dark); padding: 64px 0 0; }
.footer-logo-name {
  font-family: 'Cinzel', serif;
  font-size: 1.12rem; color: var(--white); font-weight: 700; line-height: 1.3;
}
.footer-about {
  font-size: 0.9rem; color: rgba(255,255,255,0.52);
  line-height: 1.8; margin: 14px 0 20px;
}
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.62);
  border-radius: 9px; margin-right: 8px; font-size: 0.92rem;
  transition: var(--transition);
}
.footer-social a:hover { background: var(--green-mid); color: var(--white); }
.footer-heading {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--green-light); margin-bottom: 20px;
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(255,255,255,0.52); font-size: 0.9rem;
  display: flex; align-items: center; gap: 8px;
  transition: var(--transition);
}
.footer-links a:hover { color: var(--white); padding-left: 4px; }
.footer-links a::before { content: '→'; font-size: 0.7rem; color: var(--green-light); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.footer-contact-item i { color: var(--green-light); font-size: 0.9rem; margin-top: 3px; flex-shrink: 0; }
.footer-contact-item p { font-size: 0.9rem; color: rgba(255,255,255,0.52); margin: 0; line-height: 1.65; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 0; margin-top: 48px; }
.footer-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.32); margin: 0; }

/* ============================================================
   PAGE HERO (inner pages)
============================================================ */
.page-hero {
  background: linear-gradient(135deg, var(--green-dark) 0%, #1a4a1a 100%);
  padding: 80px 0; position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?w=1600&q=60') center/cover no-repeat;
  opacity: 0.1;
}
.page-hero h1 {
  color: var(--white);
  font-family: 'Lora', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  position: relative;
}
.page-hero h1 em { color: #b5e37a; font-style: italic; }
.page-hero .breadcrumb { background: transparent; padding: 0; }
.page-hero .breadcrumb-item { color: rgba(255,255,255,0.6); font-size: 0.88rem; }
.page-hero .breadcrumb-item a { color: rgba(255,255,255,0.75); }
.page-hero .breadcrumb-item.active { color: var(--white); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }

/* ============================================================
   GALLERY
============================================================ */
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
@media (max-width: 767px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 479px) { .gallery-grid { grid-template-columns: 1fr; } }

.gallery-item {
  border-radius: var(--radius); overflow: hidden;
  position: relative; cursor: pointer; aspect-ratio: 4/3;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item-overlay {
  position: absolute; inset: 0;
  background: rgba(45,106,45,0.72);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: var(--transition);
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-item-overlay i { color: white; font-size: 2rem; }

.lightbox-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.92); z-index: 9999;
  align-items: center; justify-content: center;
}
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img {
  max-width: 90vw; max-height: 85vh;
  border-radius: var(--radius); object-fit: contain;
}
.lightbox-close {
  position: absolute; top: 20px; right: 24px;
  color: white; font-size: 2rem; cursor: pointer;
  background: none; border: none; transition: var(--transition);
}
.lightbox-close:hover { color: var(--green-light); transform: rotate(90deg); }

/* ============================================================
   CONTACT
============================================================ */
.contact-info-card {
  background: var(--white); border-radius: var(--radius);
  padding: 28px; border: 1px solid rgba(74,140,63,0.12);
  display: flex; gap: 18px; align-items: flex-start;
  transition: var(--transition);
}
.contact-info-card:hover { box-shadow: var(--shadow); border-color: rgba(74,140,63,0.3); }
.contact-info-icon {
  width: 54px; height: 54px; background: var(--green-pale);
  border-radius: 12px; display: flex; align-items: center;
  justify-content: center; font-size: 1.2rem; flex-shrink: 0;
}
.contact-info-icon i { color: var(--green-dark); }
.contact-info-text h6 {
  font-family: 'Lora', serif;
  font-weight: 700; font-size: 0.97rem; margin-bottom: 4px;
}
.contact-info-text p { font-size: 0.9rem; color: var(--text-mid); margin: 0; line-height: 1.6; }
.contact-form-wrap {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 42px; box-shadow: var(--shadow);
}
.form-control-green {
  width: 100%; border: 1.5px solid rgba(74,140,63,0.2);
  border-radius: 10px; padding: 12px 16px;
  font-family: 'Nunito', sans-serif; font-size: 0.95rem;
  color: var(--text-dark); background: var(--cream);
  transition: var(--transition); outline: none;
}
.form-control-green:focus {
  border-color: var(--green-mid); background: var(--white);
  box-shadow: 0 0 0 4px rgba(74,140,63,0.1);
}
.form-label-green {
  font-size: 0.83rem; font-weight: 700;
  color: var(--text-dark); letter-spacing: 0.05em;
  margin-bottom: 6px; display: block;
  font-family: 'Nunito', sans-serif;
}
.map-wrap {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); height: 360px;
}
.map-wrap iframe { width: 100%; height: 100%; border: none; }

/* ============================================================
   WHY US
============================================================ */
.why-us-feature {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 28px; background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(74,140,63,0.1);
  transition: var(--transition);
}
.why-us-feature:hover { box-shadow: var(--shadow); border-color: rgba(74,140,63,0.28); }
.why-us-feature-icon {
  width: 58px; height: 58px; background: var(--green-pale);
  border-radius: 14px; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
  font-size: 1.4rem; transition: var(--transition);
}
.why-us-feature:hover .why-us-feature-icon { background: var(--green-dark); color: white; }
.why-us-feature h5 {
  font-family: 'Lora', serif;
  font-size: 1.06rem; margin-bottom: 8px;
}
.why-us-feature p { font-size: 0.9rem; color: var(--text-mid); margin: 0; line-height: 1.75; }

.process-step {
  text-align: center; padding: 34px 22px;
  background: var(--white); border-radius: var(--radius);
}
.step-num {
  width: 54px; height: 54px; background: var(--green-dark);
  color: var(--white); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cinzel', serif; font-size: 1.2rem; font-weight: 700;
  margin: 0 auto 18px;
}
.process-step h5 { font-family: 'Lora', serif; font-size: 1.02rem; margin-bottom: 10px; }

/* ============================================================
   SCROLL REVEAL
============================================================ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 991.98px) {
  .hero-carousel .carousel-caption-custom { padding: 0 32px; max-width: 100%; }
  .hero-carousel .hero-title { font-size: 2rem; }
  .hero-carousel .carousel-item { height: 72vh; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); padding: 12px 0; }
  .stat-item:last-child { border-bottom: none; }
}
@media (max-width: 767.98px) {
  .section-pad { padding: 60px 0; }
  .hero-carousel .carousel-item { height: 86vh; }
  .hero-carousel .carousel-caption-custom { padding: 0 22px; }
  .hero-carousel .hero-title { font-size: 1.7rem; }
  .contact-form-wrap { padding: 26px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
