:root {
  --green: #0f6b3a;
  --green-dark: #063d2d;
  --gold: #d7a938;
  --navy: #0b1f3a;
  --soft: #f6faf1;
  --ink: #14241d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: "Poppins", "Roboto", "Noto Sans Devanagari", "Mangal", "Kohinoor Devanagari", system-ui, sans-serif;
}

.premium-nav {
  margin: 14px auto 0;
  width: min(1180px, calc(100% - 22px));
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 27, 36, 0.88);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.brand-logo {
  display: block;
  width: auto;
  height: 54px;
  max-width: 100%;
  border-radius: 8px;
  object-fit: contain;
  border: 2px solid var(--gold);
}

.navbar-brand strong,
.navbar-brand small {
  display: block;
  color: #fff;
  line-height: 1.1;
}

.navbar-brand small {
  color: #f4cf73;
  font-size: 0.76rem;
  font-weight: 700;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  padding-inline: 0.8rem !important;
}

.navbar .nav-link:hover {
  color: #f4cf73;
}

.navbar .nav-link.active {
  color: #f4cf73;
}

.navbar-toggler {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none !important;
}

.btn-gold,
.btn-green {
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  padding: 0.85rem 1.35rem;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
}

.btn-gold:hover {
  background: #fff;
  color: var(--navy);
}

.btn-green {
  background: var(--green);
  color: #fff;
}

.btn-green:hover {
  background: var(--navy);
  color: #fff;
}

.hero-section {
  position: relative;
  min-height: auto;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background: url("assets/hero-goat-farm.png") center/cover no-repeat;
  transform: scale(1.03);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 19, 17, 0.9), rgba(6, 61, 45, 0.62), rgba(11, 31, 58, 0.4)),
    linear-gradient(180deg, rgba(4, 19, 17, 0.08), rgba(4, 19, 17, 0.78));
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #f4cf73;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.hero-section h1 {
  font-size: clamp(3.4rem, 10vw, 8rem);
  font-weight: 900;
  line-height: 0.98;
  margin: 0;
}

.hero-section h2 {
  margin-top: 1rem;
  color: #f4cf73;
  font-size: clamp(1.15rem, 3vw, 1.85rem);
  font-weight: 900;
}

.hero-section p {
  max-width: 720px;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.18rem;
  line-height: 1.8;
}

.glass-btn {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.stats-band {
  padding: 2rem 0;
  background: var(--navy);
}

.stat-card {
  height: 100%;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.stat-card strong {
  display: block;
  color: #f4cf73;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 0.45rem;
  font-weight: 800;
}

.stat-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0.75rem;
  border-radius: 12px;
  background: rgba(244, 207, 115, 0.16);
  color: var(--green);
  font-size: 1.1rem;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.stat-card:hover i {
  transform: translateY(-3px) scale(1.05);
  background: rgba(15, 107, 58, 0.14);
  color: var(--gold);
}

.section-soft,
.section-white,
.benefits-section {
  padding: 6rem 0;
}

.inner-page {
  padding-top: 92px;
}

.page-hero {
  min-height: 72vh;
  display: flex;
  align-items: center;
}

.section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 169, 56, 0.16), transparent 28%),
    radial-gradient(circle at 88% 26%, rgba(15, 107, 58, 0.12), transparent 28%),
    var(--soft);
}

.highlight-panel {
  padding: 1.6rem;
  margin-bottom: 1.8rem;
  border: 1px solid rgba(15, 107, 58, 0.14);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.08);
}

.highlight-panel p,
.highlight-panel li {
  color: #26322c;
}

.highlight-panel p em,
.highlight-panel strong {
  color: var(--green-dark);
}

.highlight-panel .highlight-list {
  padding-left: 1.1rem;
  margin: 1rem 0 0;
  color: #3c4a42;
}

.highlight-panel .highlight-list li {
  margin-bottom: 1rem;
}

.highlight-panel .highlight-list li ul {
  margin-top: 0.55rem;
  padding-left: 1.1rem;
}

.highlight-panel .highlight-list li ul li {
  margin-bottom: 0.65rem;
  list-style-type: disc;
}

.section-white {
  background: #fff;
}

.eyebrow {
  display: inline-block;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
}

.eyebrow.gold {
  color: #f4cf73;
}

.section-title {
  color: var(--navy);
  font-size: clamp(2.05rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.12;
  margin-bottom: 1.2rem;
}

.section-title.light {
  color: #fff;
}

.lead-copy,
.benefits-section p {
  color: #5b6b63;
  font-size: 1.08rem;
  line-height: 1.0;
}

.premium-card,
.service-card,
.process-card,
.contact-card,
.form-card,
.address-box,
.gallery-card,
.map-placeholder {
  border: 1px solid rgba(15, 107, 58, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 70px rgba(11, 31, 58, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.premium-card:hover,
.service-card:hover,
.process-card:hover,
.contact-card:hover,
.gallery-card:hover {
  transform: translateY(-7px);
  border-color: rgba(215, 169, 56, 0.52);
  box-shadow: 0 30px 80px rgba(11, 31, 58, 0.14);
}

.premium-card {
  height: 100%;
  padding: 1.6rem;
}

.premium-card .icon,
.service-card i,
.benefit-pill i,
.hero-badge i,
.gallery-card figcaption i,
.navbar-toggler i {
  color: var(--green);
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  transition: transform 0.35s ease, color 0.35s ease;
  animation: iconFloat 4s ease-in-out infinite alternate;
}

@keyframes iconFloat {
  from { transform: translateY(0); }
  to { transform: translateY(-6px); }
}

.hero-badge i {
  animation: iconPulse 1.8s ease-in-out infinite;
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.premium-card .icon {
  font-size: 2.2rem;
}

.premium-card h3,
.service-card h3,
.process-card h3,
.contact-card h3,
.address-box h3 {
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 900;
}

.premium-card p {
  color: #64746d;
  line-height: 1.7;
}

.section-heading {
  max-width: 780px;
}

.process-card,
.service-card {
  height: 100%;
  padding: 1.55rem;
}

.process-card span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 1.3rem;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
}

.service-card i {
  color: var(--gold);
  font-size: 2.1rem;
  margin-bottom: 1.15rem;
}

.service-card:hover i,
.premium-card:hover .icon,
.benefit-pill:hover i,
.hero-badge:hover i {
  color: #fff;
  transform: scale(1.08);
}

.service-card.wide {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.service-card.wide i {
  margin-bottom: 0;
}

.benefits-section {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 27, 36, 0.96), rgba(6, 61, 45, 0.94)),
    var(--navy);
}

.benefits-section p {
  color: rgba(255, 255, 255, 0.78);
}

.benefit-pill {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 100%;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.benefit-pill i {
  color: #f4cf73;
}

.address-box,
.form-card,
.contact-card {
  padding: 1.75rem;
}

.brochure-section {
  padding: 5rem 0;
  background: #f7fbf7;
}

.brochure-card {
  padding: 1.75rem;
  border: 1px solid rgba(15, 107, 58, 0.12);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(11, 31, 58, 0.06);
}

.brochure-card h3 {
  color: var(--navy);
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.brochure-card p,
.brochure-card .brochure-list {
  color: #495948;
  line-height: 1.85;
}

.brochure-list {
  padding-left: 1.2rem;
  margin: 1rem 0 0;
}

.brochure-list li {
  margin-bottom: 0.9rem;
}

.brochure-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.brochure-metrics .metric {
  padding: 1rem;
  border-radius: 10px;
  background: #f3f8f3;
  border: 1px solid rgba(15, 107, 58, 0.1);
  text-align: center;
}

.brochure-metrics .metric strong {
  display: block;
  color: var(--green);
  font-size: 1.4rem;
  margin-bottom: 0.55rem;
}

.brochure-images {
  margin-top: 2rem;
}

.brochure-image-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 107, 58, 0.12);
  box-shadow: 0 18px 50px rgba(11, 31, 58, 0.08);
  text-align: center;
}

.brochure-image-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.brochure-image-card h4 {
  margin: 1rem;
  font-size: 1.1rem;
  color: var(--navy);
}

.address-box p,
.contact-card p {
  color: #586961;
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 0;
}

.project-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(11, 31, 58, 0.16);
}

.map-placeholder {
  display: grid;
  min-height: 180px;
  place-items: center;
  text-align: center;
  padding: 1.5rem;
  background-image:
    linear-gradient(rgba(15, 107, 58, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 107, 58, 0.14) 1px, transparent 1px);
  background-size: 34px 34px;
}

.map-placeholder i {
  color: var(--green);
  font-size: 2rem;
}

.map-placeholder strong,
.map-placeholder span {
  display: block;
}

.map-placeholder strong {
  color: var(--navy);
  font-size: 1.3rem;
  font-weight: 900;
}

.gallery-card {
  overflow: hidden;
  margin: 0;
}

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

.gallery-card:hover img {
  transform: scale(1.06);
}

.gallery-card figcaption {
  padding: 1.2rem;
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 900;
}

.form-control {
  min-height: 56px;
  border: 1px solid #dfe7df;
  border-radius: 8px;
  box-shadow: none !important;
}

.form-title {
  color: var(--navy);
  font-weight: 900;
  margin-bottom: 1.25rem;
}

.form-label {
  color: var(--navy);
  font-weight: 900;
}

.form-control:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 0.25rem rgba(15, 107, 58, 0.12) !important;
}

.contact-card {
  height: 100%;
}

.contact-card i {
  color: var(--green);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.35rem;
  border-radius: 8px;
  background: var(--navy);
}

.contact-strip a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-strip i {
  color: #f4cf73;
  margin-right: 0.45rem;
}

.footer {
  padding: 3rem 0 1.5rem;
  color: #fff;
  background: #071b24;
}

.footer-logo {
  display: block;
  width: auto;
  height: 86px;
  max-width: 100%;
  border-radius: 8px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.footer h3,
.footer h4 {
  color: #f4cf73;
  font-weight: 900;
}

.footer p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0.3rem;
}

.footer a {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.footer a:hover {
  color: #f4cf73;
}

.socials {
  display: flex;
  gap: 0.65rem;
}

.socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.copyright {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .premium-nav {
    width: min(100% - 18px, 1180px);
  }

  .navbar-collapse {
    margin-top: 0.9rem;
    padding: 0.8rem;
    border-radius: 8px;
    background: rgba(7, 27, 36, 0.96);
  }

  .nav-cta {
    width: 100%;
    margin-top: 0.5rem;
  }

  .hero-section .row {
    min-height: auto !important;
    padding-top: 7rem;
    padding-bottom: 0rem;
  }

  .section-soft,
  .section-white,
  .benefits-section {
    padding: 1rem 0;
  }

  .contact-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .navbar-brand strong {
    font-size: 1rem;
  }

  .navbar-brand small {
    font-size: 0.68rem;
  }

  .hero-section h1 {
    font-size: clamp(3rem, 11vw, 4.8rem);
  }

  .hero-section p {
    font-size: 1.02rem;
  }

  .hero-badge {
    font-size: 0.88rem;
  }

  .section-title {
    font-size: 2.15rem;
  }

  .service-card,
  .process-card,
  .premium-card,
  .contact-card,
  .form-card,
  .address-box {
    padding: 1.2rem;
  }

  .service-card h3,
  .premium-card h3,
  .process-card h3 {
    font-size: 1.05rem;
  }

  .project-img,
  .gallery-card img {
    height: 230px;
  }
}
