/* ===================== Table Content Start ======================= 

Project Name 	:  Vaidyaraj Oushadhasala
File 			:  CSS Base
Version 		:  1.0.0
Author 			:  Pentagon Information Technology LLC

======================== Table Content End ===================== */
/* fonts via Google Fonts in header.php */
/*-- 2. MIXIN --*/
@keyframes shine {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}
/*-- 3. MEDIA QUERIES --*/
/* typography handled in _reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #3e4a41;
  background-color: #fbf9f5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 300ms ease-in-out, opacity 300ms ease-in-out;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  color: #1b1c1a;
  margin: 0;
}

p {
  margin: 0;
}

.container-site {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media (min-width: 992px) {
  .container-site {
    padding-inline: 5rem;
  }
}

.section-label {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #755716;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  color: #1b1c1a;
}

.btn-primary-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  border: 0;
  border-radius: 9999px;
  background-color: #006a43;
  color: #ffffff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 300ms ease-in-out, transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
  box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1);
}
.btn-primary-pill:hover, .btn-primary-pill:focus-visible {
  background-color: #005233;
  color: #ffffff;
  transform: translateY(-0.125rem);
}
.btn-primary-pill img {
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
}

.btn-primary-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.25rem 1.5rem;
  border: 0;
  border-radius: 0.75rem;
  background-color: #006a43;
  color: #ffffff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 300ms ease-in-out, transform 300ms ease-in-out;
}
.btn-primary-solid:hover, .btn-primary-solid:focus-visible {
  background-color: #005233;
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.top-bar {
  background-color: #05693a;
  padding: 0.5rem 0;
}
.top-bar .top-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem 1.5rem;
}
.top-bar a,
.top-bar span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.top-bar img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #ffffff;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.06);
}

.navbar-main {
  padding: 1rem 0;
}
.navbar-main .navbar-brand img {
  height: 3rem;
  width: auto;
}
.navbar-main .nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #1b1c1a;
  padding: 0.25rem 0;
  margin-inline: 0.5rem;
  border-bottom: 2px solid transparent;
  transition: border-color 300ms ease-in-out, color 300ms ease-in-out;
}
.navbar-main .nav-link.active, .navbar-main .nav-link:hover, .navbar-main .nav-link:focus-visible {
  color: #1b1c1a;
  border-bottom-color: #006a43;
}
.navbar-main .navbar-toggler {
  border: 0;
  padding: 0.25rem;
}
.navbar-main .navbar-toggler:focus {
  box-shadow: none;
}
.navbar-main .navbar-toggler img {
  width: 1.5rem;
  height: 1.5rem;
}
.navbar-main .btn-consult {
  margin-left: 1rem;
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: none;
}

.nav-explore-icon {
  width: 0.4375rem;
  height: 0.3125rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.site-footer {
  background-color: #005233;
  padding: 5rem 0 0;
  color: #e4e2de;
}
.site-footer .footer-brand {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  color: #b9eed3;
  margin-bottom: 1.5rem;
}
.site-footer .footer-about {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 16rem;
}
.site-footer .footer-heading {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  margin-bottom: 1rem;
}
.site-footer .footer-links a {
  color: #e4e2de;
  font-size: 1rem;
}
.site-footer .footer-links a:hover, .site-footer .footer-links a:focus-visible {
  color: #b9eed3;
}
.site-footer .newsletter-text {
  margin-bottom: 1rem;
}
.site-footer .newsletter-form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.site-footer .newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: 1rem 0.8125rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
}
.site-footer .newsletter-form input::placeholder {
  color: #6b7280;
}
.site-footer .newsletter-form input:focus {
  outline: 0;
  border-color: #b9eed3;
}
.site-footer .newsletter-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  background-color: #b9eed3;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: opacity 300ms ease-in-out;
}
.site-footer .newsletter-form button:hover, .site-footer .newsletter-form button:focus-visible {
  opacity: 0.85;
}
.site-footer .newsletter-form button img {
  width: 1.1875rem;
  height: 1rem;
}
.site-footer .follow-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin: 1rem 0;
}
.site-footer .social-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.site-footer .social-links a {
  display: flex;
  width: 1.625rem;
  height: 1.625rem;
}
.site-footer .social-links a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer .social-links a:hover, .site-footer .social-links a:focus-visible {
  opacity: 0.8;
}
.site-footer .footer-bottom {
  margin-top: 2.5rem;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
}

.reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }
}
.hero {
  position: relative;
  min-height: clamp(28rem, 70vw, 50rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}
.hero .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}
.hero .hero-content {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 3.5rem 0 2rem;
  max-width: 36rem;
}
@media (min-width: 992px) {
  .hero .hero-content {
    padding: 4.5rem 0 3rem;
    max-width: 36.0625rem;
  }
}
.hero .hero-title {
  font-size: clamp(1.75rem, 4vw, 2.625rem);
  font-weight: 500;
  line-height: 1.085;
  color: #006a43;
  margin-bottom: 1rem;
}
.hero .hero-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1b1c1a;
  max-width: 15.1875rem;
  margin-bottom: 1.5rem;
}
.hero .btn-primary-pill {
  align-self: flex-start;
  padding: 0.625rem 0.8125rem;
  font-size: 0.9375rem;
  gap: 0.5rem;
}

.hero-stats {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  background-color: #0f3923;
  margin-top: auto;
}
.hero-stats .stats-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.625rem 0.5rem;
}
@media (min-width: 1200px) {
  .hero-stats .stats-row {
    padding: 0.625rem 1.625rem;
  }
}
.hero-stats .stats-row::-webkit-scrollbar {
  display: none;
}
.hero-stats .stat-item {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  min-width: 14rem;
  padding: 0.625rem 1rem;
  border-right: 1px solid #996401;
  color: #ffffff;
}
.hero-stats .stat-item:last-child {
  border-right: 0;
}
@media (min-width: 1200px) {
  .hero-stats .stat-item {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 0.625rem 0.625rem 0.625rem 1.5rem;
  }
}
.hero-stats .stat-icon {
  width: 5.875rem;
  height: 6.3125rem;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: -0.875rem;
  mix-blend-mode: screen;
}
.hero-stats .stat-copy {
  text-align: center;
  padding: 0.625rem;
}
.hero-stats .stat-value {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
.hero-stats .stat-label {
  font-size: 0.9375rem;
  line-height: 1.3;
}

.section-about {
  padding: 5rem 0;
  background-color: #fbf9f5;
}
@media (min-width: 992px) {
  .section-about {
    padding: 10rem 0;
  }
}
.section-about .about-media {
  position: relative;
  margin-bottom: 4rem;
  overflow: visible;
}
@media (min-width: 992px) {
  .section-about .about-media {
    margin-bottom: 0;
  }
}
.section-about .about-image-wrap {
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.25);
}
.section-about .about-image-wrap img {
  width: 100%;
  height: clamp(20rem, 50vw, 40.625rem);
  object-fit: cover;
}
.section-about .about-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 106, 67, 0.4) 0%, rgba(0, 106, 67, 0) 100%);
  pointer-events: none;
}
.section-about .about-float-card {
  position: absolute;
  right: -1.5rem;
  bottom: -2.5rem;
  display: flex;
  gap: 2rem;
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1.5rem;
  box-shadow: 0 1.25rem 2.5rem 0 rgba(18, 71, 52, 0.04);
  z-index: 1;
}
@media (min-width: 992px) {
  .section-about .about-float-card {
    right: -2.5rem;
  }
}
@media (max-width: 575.98px) {
  .section-about .about-float-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 1.5rem;
    justify-content: center;
  }
}
.section-about .float-stat-value {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #006a43;
  text-align: center;
}
.section-about .float-stat-label {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3e4a41;
  text-align: center;
}
.section-about .about-quote {
  margin: 2rem 0;
  padding-left: 1.75rem;
  border-left: 4px solid #006a43;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.625;
  color: #3e4a41;
}
.section-about .about-body {
  font-size: 1.25rem;
  line-height: 1.625;
  margin: 1rem 0 0;
}
.section-about .about-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #bdcabf;
}
@media (min-width: 576px) {
  .section-about .about-features {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.section-about .feature-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #006a43;
  margin-bottom: 0.5rem;
}
.section-about .feature-text {
  font-size: 0.875rem;
  line-height: 1.4;
}

.section-video {
  padding: 5rem 0 10rem;
  background-color: #30312e;
}
.section-video .section-title {
  color: #f2f0ed;
  text-align: center;
}
.section-video .video-intro {
  max-width: 48rem;
  margin: 0 auto 4rem;
  text-align: center;
  color: #e4e2de;
  font-size: 1.25rem;
  line-height: 1.6;
}
.section-video .video-frame {
  position: relative;
  max-width: 64rem;
  margin-inline: auto;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.25);
  aspect-ratio: 16/9;
  background: #000;
}
.section-video .video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-video .video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  cursor: pointer;
  transition: background-color 300ms ease-in-out;
}
.section-video .video-play:hover, .section-video .video-play:focus-visible {
  background: rgba(0, 0, 0, 0.4);
}
.section-video .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: transform 300ms ease-in-out;
}
.section-video .play-btn img {
  width: 1.375rem;
  height: 1.75rem;
}
.section-video .video-play:hover .play-btn {
  transform: scale(1.05);
}

.section-certs {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(251, 249, 245, 0.95), rgba(245, 243, 239, 0.95)), url("../images/cert-pattern.png") top left/37.5rem auto repeat;
}
.section-certs .certs-deco {
  position: absolute;
  bottom: -5rem;
  right: -2.5rem;
  width: min(40rem, 80vw);
  opacity: 0.2;
  pointer-events: none;
}
.section-certs .certs-deco img {
  width: 100%;
  height: auto;
}
.section-certs .leaf-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.8;
}
.section-certs .leaf-deco--tl {
  top: 2.5rem;
  left: 2.5rem;
  width: 3.2rem;
}
.section-certs .leaf-deco--br {
  bottom: 2.5rem;
  right: 2.5rem;
  width: 6.67rem;
}
.section-certs .certs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  justify-items: center;
}
@media (min-width: 992px) {
  .section-certs .certs-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}
.section-certs .cert-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 12rem;
  height: 16rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  border: 1px solid #bdcabf;
  border-radius: 0.75rem;
  box-shadow: 0 1.25rem 1.5625rem -0.3125rem rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.section-certs .cert-card:hover {
  transform: translateY(-0.25rem);
}
.section-certs .cert-card img {
  width: 2rem;
  height: 2.5rem;
  object-fit: contain;
  margin-bottom: 1rem;
}
.section-certs .cert-card p {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3e4a41;
  line-height: 1.4;
}

.section-sister {
  position: relative;
  padding: 5rem 0 10rem;
  overflow: hidden;
  background-color: #fbf9f5;
}
.section-sister .sister-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  pointer-events: none;
}
.section-sister .sister-ornament {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  width: 5.67rem;
  pointer-events: none;
  z-index: 1;
}
.section-sister .sister-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .section-sister .sister-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .section-sister .sister-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section-sister .sister-card {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2rem;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
}
.section-sister .sister-card:hover {
  transform: translateY(-0.25rem);
  background: rgba(255, 255, 255, 0.65);
}
.section-sister .sister-card img {
  width: 1.5625rem;
  height: 1.5625rem;
  object-fit: contain;
  margin-bottom: 1rem;
}
.section-sister .sister-card h3 {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.section-sister .sister-card p {
  font-size: 0.875rem;
  line-height: 1.4;
}
.section-sister .sister-link {
  display: inline-block;
  margin-top: 3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #006a43;
  color: #006a43;
  font-weight: 700;
  font-size: 1rem;
  transition: opacity 300ms ease-in-out;
}
.section-sister .sister-link:hover, .section-sister .sister-link:focus-visible {
  opacity: 0.8;
  color: #006a43;
}

.section-testimonials {
  position: relative;
  padding: 5rem 0 10rem;
  background-color: #fbf9f5;
  overflow: hidden;
}
.section-testimonials .testimonial-heading {
  color: #006a43;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-align: center;
}
.section-testimonials .testimonial-sub {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 1rem;
}
.section-testimonials .testimonial-label {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
}
.section-testimonials .testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 4rem 2rem 2rem;
  background-color: #f5f3ef;
  border: 1px solid rgba(189, 202, 191, 0.3);
  border-radius: 2rem;
  text-align: center;
  margin-top: 2rem;
}
.section-testimonials .avatar-badge {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  background-color: #006a43;
  border: 4px solid #ffffff;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
}
.section-testimonials .avatar-badge img {
  width: 1.0625rem;
  height: 1.0625rem;
}
.section-testimonials .quote-mark {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  color: #006a43;
  margin-bottom: 1rem;
}
.section-testimonials .quote-text {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 2rem;
  flex-grow: 1;
  color: #3e4a41;
}
.section-testimonials .quote-text--italic {
  font-style: italic;
}
.section-testimonials .quote-author {
  font-weight: 700;
  color: #006a43;
  font-size: 1rem;
}
.section-testimonials .quote-role {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  color: #3e4a41;
}
.section-testimonials .medicine-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 24.625rem;
  padding: 2.5rem;
  background-color: #006a43;
  border-radius: 2rem;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}
.section-testimonials .medicine-block .medicine-bg {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-testimonials .medicine-block h3 {
  position: relative;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.section-testimonials .medicine-block .divider {
  position: relative;
  width: 3rem;
  height: 1px;
  background-color: #ffdea4;
  margin-bottom: 1.5rem;
}
.section-testimonials .medicine-block p {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

.section-franchise {
  position: relative;
  padding: 5rem 0 8rem;
  background-color: #006a43;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 992px) {
  .section-franchise {
    padding: 10rem 0 12rem;
  }
}
.section-franchise .franchise-label {
  color: #ffdea4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.section-franchise .franchise-title {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.25;
  margin-bottom: 1rem;
}
.section-franchise .franchise-intro {
  font-size: 1.25rem;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}
.section-franchise .model-card {
  height: 100%;
  padding: 1.5625rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
}
.section-franchise .model-card img {
  width: 1.875rem;
  height: 1.6875rem;
  object-fit: contain;
  margin-bottom: 0.5rem;
}
.section-franchise .model-card h3 {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0.5rem 0;
}
.section-franchise .model-card p {
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}
.section-franchise .offer-box {
  margin-top: 2rem;
  padding: 2rem;
  background: rgba(0, 82, 51, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 2rem;
}
.section-franchise .offer-box h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  color: #ffdea4;
  margin-bottom: 1.5rem;
}
.section-franchise .offer-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 576px) {
  .section-franchise .offer-list {
    grid-template-columns: 1fr 1fr;
  }
}
.section-franchise .offer-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.4;
  list-style: none;
}
.section-franchise .offer-list img {
  width: 1.04rem;
  height: 1.04rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.section-franchise .outlet-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3.5rem 3rem;
  background-color: #005233;
  border-radius: 2.5rem;
  box-shadow: 0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .section-franchise .outlet-card {
    margin-bottom: 0;
  }
}
.section-franchise .outlet-card .outlet-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 9999px;
  background: rgba(255, 222, 164, 0.2);
  margin-bottom: 1rem;
}
.section-franchise .outlet-card .outlet-icon-wrap img {
  width: 2.5rem;
  height: 2.5rem;
}
.section-franchise .outlet-card .outlet-count {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem;
  font-weight: 600;
  color: #ffdea4;
  line-height: 1.2;
}
.section-franchise .outlet-card .outlet-label {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin: 0.5rem 0 1rem;
}
.section-franchise .outlet-card .outlet-divider {
  width: 5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
}
.section-franchise .outlet-card .presence-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffdea4;
  margin-bottom: 1rem;
}
.section-franchise .outlet-card .presence-text {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 24rem;
}
.section-franchise .outlet-card .corner-icon {
  position: absolute;
  width: 4rem;
  height: 5rem;
  pointer-events: none;
}
.section-franchise .outlet-card .corner-icon--tr {
  top: 2rem;
  right: 2rem;
  transform: rotate(12deg);
}
.section-franchise .outlet-card .corner-icon--bl {
  bottom: 2rem;
  left: 2rem;
  transform: rotate(-12deg);
}
.section-franchise .partner-cta {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
  background: #ffffff;
  border: 1px solid rgba(189, 202, 191, 0.3);
  border-radius: 2rem;
  box-shadow: 0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.25);
  color: #3e4a41;
}
@media (min-width: 992px) {
  .section-franchise .partner-cta {
    position: absolute;
    right: 0;
    bottom: -2.5rem;
    max-width: 24rem;
  }
}
.section-franchise .partner-cta p {
  font-size: 0.875rem;
  line-height: 1.625;
  margin-bottom: 1.5rem;
}
.section-franchise .partner-cta .btn-primary-pill {
  width: 100%;
}
.section-franchise .partner-cta .btn-primary-pill img {
  width: 1rem;
  height: 1rem;
}
.section-franchise .franchise-visual {
  position: relative;
}

.section-contact {
  padding: 5rem 0 10rem;
  background-color: #fbf9f5;
}
.section-contact .contact-lead {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #3e4a41;
}
.section-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.section-contact .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 1rem;
  background: rgba(0, 106, 67, 0.1);
}
.section-contact .contact-icon img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
.section-contact .contact-label {
  font-size: 0.875rem;
  color: #3e4a41;
}
.section-contact .contact-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1b1c1a;
}
.section-contact .contact-form {
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 2rem;
  box-shadow: 0 1.25rem 2.5rem 0 rgba(18, 71, 52, 0.04);
}
.section-contact .form-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3e4a41;
  margin-bottom: 0.5rem;
}
.section-contact .form-control,
.section-contact .form-select {
  padding: 1.125rem 1rem;
  background-color: #f5f3ef;
  border: 0;
  border-radius: 0.75rem;
  font-size: 1rem;
  color: #1b1c1a;
  box-shadow: none;
}
.section-contact .form-control::placeholder,
.section-contact .form-select::placeholder {
  color: #6b7280;
}
.section-contact .form-control:focus,
.section-contact .form-select:focus {
  background-color: #f5f3ef;
  box-shadow: 0 0 0 0.125rem rgba(0, 106, 67, 0.25);
}
.section-contact textarea.form-control {
  min-height: 8rem;
  resize: vertical;
}

.text-primary-product {
  color: #004225;
}

.product-breadcrumb {
  font-size: 0.875rem;
  color: #6b7280;
}
.product-breadcrumb a {
  color: #6b7280;
}
.product-breadcrumb a:hover, .product-breadcrumb a:focus-visible {
  color: #006a43;
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #6b7280;
}

.product-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background-color: #b8860b;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: #004225;
  text-transform: uppercase;
}

.product-lead {
  font-size: 1rem;
  line-height: 1.625;
  color: #6b7280;
}

.product-main-image {
  background: #ffffff;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 1.25rem rgba(15, 74, 54, 0.1);
}
.product-main-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.product-thumb {
  flex: 1 1 0;
  min-width: 0;
  padding: 0.125rem;
  border: 1px solid #f0eee7;
  border-radius: 0.75rem;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.product-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.5rem;
}
.product-thumb.is-active, .product-thumb:hover, .product-thumb:focus-visible {
  border-color: #c8a24a;
  border-width: 2px;
  box-shadow: 0 0.25rem 1.25rem rgba(15, 74, 54, 0.1);
  outline: 0;
}

.product-highlights {
  border-top: 1px solid #e5e2db;
  border-bottom: 1px solid #e5e2db;
  color: #1b1c1a;
  font-size: 1rem;
}

.product-benefits span {
  font-weight: 500;
  color: #3e4a41;
}

.btn-product-review {
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  background: linear-gradient(90deg, #008656 4%, #0258be 80%);
  color: #f6fff6;
  font-size: 1.125rem;
  font-weight: 700;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}
.btn-product-review:hover, .btn-product-review:focus-visible {
  color: #f6fff6;
  opacity: 0.95;
  transform: translateY(-0.125rem);
}

.btn-buy {
  padding: 0.75rem 0.5rem;
  border-radius: 0.75rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}
.btn-buy:hover, .btn-buy:focus-visible {
  color: #ffffff;
  opacity: 0.9;
  transform: translateY(-0.0625rem);
}

.btn-buy-amazon {
  background-color: #f90;
}

.btn-buy-direct {
  background-color: #30312e;
  color: #fbf9f5;
}

.btn-buy-flipkart {
  background-color: #056ef9;
}

.product-trust {
  background: rgba(244, 235, 208, 0.3);
  border-top: 1px solid #f4ebd0;
  border-bottom: 1px solid #f4ebd0;
}

.trust-value {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #004225;
}

.trust-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1f2937;
}

.product-section-title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.0375em;
  text-transform: uppercase;
  color: #004225;
}

.how-to-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background-color: #f4ebd0;
}

.ingredient-item {
  width: 6.25rem;
}
.ingredient-item img {
  width: 6.25rem;
  height: 6.25rem;
  object-fit: cover;
}
.ingredient-item figcaption {
  font-size: 0.9375rem;
  color: #1b1c1a;
}

.related-products {
  background: rgba(244, 235, 208, 0.2);
}

.related-card {
  background: #ffffff;
  border: 1px solid #f6f3ec;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 1.25rem rgba(15, 74, 54, 0.1);
  transition: transform 300ms ease-in-out;
}
.related-card:hover {
  transform: translateY(-0.25rem);
}

.related-card-media img {
  width: 100%;
  height: 17.5rem;
  object-fit: cover;
}

.related-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #c8a24a;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}

.related-card-body {
  padding: 1.5rem;
}
.related-card-body h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: #003222;
}
.related-card-body p {
  color: #404944;
  font-size: 1rem;
}

.btn-related {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid #0f4a36;
  border-radius: 0.5rem;
  color: #0f4a36;
  font-size: 1rem;
  text-transform: uppercase;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
.btn-related:hover, .btn-related:focus-visible {
  background-color: #0f4a36;
  color: #ffffff;
}

.careers-hero {
  position: relative;
  min-height: 22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 992px) {
  .careers-hero {
    min-height: 35rem;
  }
}

.careers-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.careers-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(1, 45, 29, 0.8), rgba(1, 45, 29, 0)), rgba(1, 45, 29, 0.4);
}

.careers-hero-content {
  position: relative;
  z-index: 2;
  padding: 4rem 0;
  max-width: 48rem;
}

.careers-eyebrow {
  color: #ffdea4;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.careers-line,
.careers-gold-line {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: #ffdea4;
}

.careers-gold-line {
  background-color: #775a19;
  width: 3rem;
}

.careers-hero-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.careers-hero-text {
  max-width: 42rem;
  font-size: 1.125rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

.btn-careers-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  border-radius: 0.75rem;
  background-color: #ffdea4;
  color: #1b1c1a;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.btn-careers-gold:hover, .btn-careers-gold:focus-visible {
  color: #1b1c1a;
  opacity: 0.95;
  transform: translateY(-0.125rem);
}

.careers-why {
  background: #ffffff;
}

.careers-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #012d1d;
  letter-spacing: -0.01em;
}

.careers-title-rule {
  width: 6rem;
  height: 0.25rem;
  background-color: #1b1c1a;
}
.careers-title-rule-gold {
  background-color: rgba(119, 90, 25, 0.3);
}

.careers-openings {
  background-color: #fcf9f8;
}

.opening-card {
  padding: 2rem;
  background: #ffffff;
  border: 1px solid rgba(119, 90, 25, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1.25rem -0.125rem rgba(1, 45, 29, 0.08);
}

.opening-meta {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #414844;
}

.opening-status {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 0.75rem;
  background-color: #056839;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.opening-status-urgent {
  background-color: #056814;
}

.opening-reqs {
  color: #1b1c1c;
}

.btn-opening {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8125rem 1rem;
  border: 1px solid #012d1d;
  border-radius: 0.25rem;
  color: #012d1d;
  font-weight: 700;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
.btn-opening:hover, .btn-opening:focus-visible {
  background-color: #012d1d;
  color: #ffffff;
}

.careers-apply {
  position: relative;
  background-color: #f6f3f2;
  overflow: hidden;
}

.careers-apply-deco {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16rem;
  height: auto;
  pointer-events: none;
  opacity: 0.8;
}

.careers-apply-intro {
  font-size: 1.125rem;
  line-height: 1.625;
  color: #414844;
}

.careers-hr {
  border-top: 1px solid rgba(119, 90, 25, 0.1);
}

.careers-hr-link {
  color: #414844;
}
.careers-hr-link:hover, .careers-hr-link:focus-visible {
  color: #006a43;
}

.careers-hr-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: rgba(1, 45, 29, 0.05);
}

.careers-note {
  margin: 0;
  padding: 1.5rem 1.5rem 1.5rem 1.75rem;
  border-left: 4px solid #012d1d;
  border-radius: 0.5rem;
  background: rgba(1, 45, 29, 0.05);
  font-style: italic;
  color: #414844;
}

.careers-form {
  padding: 2rem;
  background: #ffffff;
  border: 1px solid rgba(119, 90, 25, 0.1);
  border-radius: 1rem;
  box-shadow: 0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .careers-form {
    padding: 3rem;
  }
}
.careers-form .form-label {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.125rem;
  color: #012d1d;
  margin-bottom: 0.5rem;
}
.careers-form .form-control,
.careers-form .form-select {
  padding: 0.6875rem 0.8125rem;
  border: 1px solid #c1c8c2;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}
.careers-form .form-control:focus,
.careers-form .form-select:focus {
  border-color: #006a43;
  box-shadow: 0 0 0 0.125rem rgba(0, 106, 67, 0.2);
}

.careers-upload {
  display: block;
  padding: 2rem;
  border: 2px dashed rgba(119, 90, 25, 0.3);
  border-radius: 0.5rem;
  background: rgba(252, 249, 248, 0.5);
  cursor: pointer;
  transition: border-color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.careers-upload:hover, .careers-upload:focus-within {
  border-color: #006a43;
  background: rgba(0, 106, 67, 0.04);
}

.btn-careers-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border: 0;
  border-radius: 0.75rem;
  background-color: #012d1d;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 300ms ease-in-out, transform 300ms ease-in-out;
}
.btn-careers-submit:hover, .btn-careers-submit:focus-visible {
  background-color: #006a43;
  color: #ffffff;
  transform: translateY(-0.0625rem);
}

.careers-general {
  background-color: #012d1d;
}

.contact-intro {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 992px) {
  .contact-intro {
    padding: 8rem 0;
  }
}

.contact-intro-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contact-intro-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.contact-intro-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffffff 40%, rgba(255, 255, 255, 0));
}

.contact-intro-visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
  opacity: 0.8;
}
.contact-intro-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-intro-copy {
  position: relative;
  z-index: 2;
  max-width: 36rem;
}

.contact-page-title {
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  line-height: 1;
  color: #1b3c26;
}

.contact-subtitle {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #c5a059;
}

.contact-gold-line {
  display: inline-block;
  width: 3rem;
  height: 1px;
  background-color: #c5a059;
}

.contact-lead {
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.625;
  color: #6b7280;
}

.get-in-touch {
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 1.5rem;
  box-shadow: 0 1.25rem 1.5625rem -0.3125rem rgba(0, 0, 0, 0.1);
}

.touch-card {
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgba(249, 247, 242, 0.5);
}

.touch-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background-color: #056839;
}

.touch-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1b3c26;
}

.touch-note {
  font-size: 0.625rem;
  font-weight: 600;
  color: #c5a059;
}

.touch-card a {
  color: #1f2937;
}
.touch-card a:hover, .touch-card a:focus-visible {
  color: #006a43;
}

.send-message {
  padding: 2rem;
  background-color: #056839;
  border-radius: 1.5rem;
}
@media (min-width: 992px) {
  .send-message {
    padding: 2.5rem;
  }
}

.input-icon-wrap {
  position: relative;
}
.input-icon-wrap .input-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
.input-icon-wrap .form-control,
.input-icon-wrap .form-select {
  padding-left: 2.5rem;
  background: #ffffff;
  border: 1px solid #6b7280;
  border-radius: 0;
  color: #1b1c1a;
  box-shadow: none;
}
.input-icon-wrap .form-control::placeholder,
.input-icon-wrap .form-select::placeholder {
  color: rgba(107, 114, 128, 0.8);
}
.input-icon-wrap .form-control:focus,
.input-icon-wrap .form-select:focus {
  border-color: #ffdea4;
  box-shadow: 0 0 0 0.125rem rgba(255, 222, 164, 0.35);
}
.input-icon-wrap .form-select {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  background-color: transparent;
  color: #ffffff;
}
.input-icon-wrap .form-select option {
  color: #1b1c1a;
  background: #ffffff;
}

.input-icon-wrap-textarea .input-icon {
  top: 0.875rem;
  transform: none;
}
.input-icon-wrap-textarea .form-control {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  background: transparent;
  color: #ffffff;
  min-height: 9.5rem;
  resize: vertical;
}
.input-icon-wrap-textarea .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-form-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-assurance-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: rgba(197, 160, 89, 0.2);
}

.btn-send-message {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 2.5rem;
  border: 0;
  border-radius: 9999px;
  background-color: #ffdea4;
  color: #1b1c1a;
  font-weight: 700;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.btn-send-message:hover, .btn-send-message:focus-visible {
  opacity: 0.95;
  transform: translateY(-0.125rem);
}

.find-us-map {
  min-height: 20rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #efeeeb;
}
@media (min-width: 992px) {
  .find-us-map {
    min-height: 31.25rem;
  }
}

.find-us-map-img {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
}
@media (min-width: 992px) {
  .find-us-map-img {
    min-height: 31.25rem;
  }
}

.find-us-card {
  position: relative;
  margin: -8rem 1rem 1.5rem;
  padding: 2rem;
  max-width: 24rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .find-us-card {
    position: absolute;
    left: 4rem;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
}

.find-us-directions {
  color: #805533;
  font-size: 1rem;
  transition: opacity 300ms ease-in-out;
}
.find-us-directions:hover, .find-us-directions:focus-visible {
  color: #805533;
  opacity: 0.8;
}

.contact-franchise-cta .franchise-cta-inner {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  background-color: #1b3c26;
  border-radius: 2.5rem;
}
@media (min-width: 992px) {
  .contact-franchise-cta .franchise-cta-inner {
    padding: 3rem 4rem;
  }
}
.contact-franchise-cta .franchise-cta-inner::after {
  content: "";
  position: absolute;
  right: -2.5rem;
  bottom: -2.5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 9999px;
  background: #2a5237;
  opacity: 0.2;
  pointer-events: none;
}

.franchise-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  padding: 0.5rem;
  border: 8px solid #2a5237;
  border-radius: 9999px;
  background: #ffffff;
}

.btn-franchise-enquire {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  border: 1px solid #ffffff;
  border-radius: 9999px;
  color: #ffffff;
  font-weight: 700;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
.btn-franchise-enquire:hover, .btn-franchise-enquire:focus-visible {
  background: #ffffff;
  color: #1b3c26;
}

.page-about {
  background-color: #fbf9f8;
}

.about-hero {
  position: relative;
  overflow: hidden;
  background-color: #056839;
  background-image: linear-gradient(90deg, #001a0b 10%, #056839 73%, rgba(0, 26, 11, 0) 100%);
  padding: 4rem 0 5rem;
}
@media (min-width: 992px) {
  .about-hero {
    min-height: 50rem;
    padding: 5rem 0 6rem;
    display: flex;
    align-items: center;
  }
}

.about-hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 70% 40%, rgba(244, 196, 48, 0.08) 0%, transparent 55%);
  opacity: 0.9;
}

.about-hero-label {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #f4c430;
}

.about-hero-title {
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.75rem, 8vw, 6rem);
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}
.about-hero-title span {
  color: #f4c430;
}

.about-hero-text {
  max-width: 32rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.7);
}

.about-hero-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 1rem;
}
.about-hero-meta p {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f4c430;
}

.about-hero-rule {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #f4c430;
}

.about-hero-portrait {
  position: relative;
  border: 1px solid rgba(244, 196, 48, 0.2);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.25);
}
.about-hero-portrait::before, .about-hero-portrait::after {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  border-radius: 0.75rem;
  filter: blur(2rem);
  z-index: 0;
  pointer-events: none;
}
.about-hero-portrait::before {
  top: -2.5rem;
  left: -2.5rem;
  background: rgba(0, 50, 21, 0.2);
}
.about-hero-portrait::after {
  right: -2.5rem;
  bottom: -2.5rem;
  background: rgba(244, 196, 48, 0.1);
}
.about-hero-portrait img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center 20%;
  filter: grayscale(1) contrast(1.05);
}

.about-journey {
  padding: 5rem 0 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .about-journey {
    padding: 10rem 0 4rem;
  }
}

.about-journey-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .about-journey-intro {
    margin-bottom: 8rem;
  }
}
.about-journey-intro h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.3;
  color: #003215;
}

.about-journey-underline {
  display: block;
  width: 6rem;
  height: 0.25rem;
  background-color: #795900;
}

.about-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 992px) {
  .about-timeline {
    gap: 8rem;
  }
}

.about-timeline-line {
  display: none;
}
@media (min-width: 992px) {
  .about-timeline-line {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background-color: rgba(192, 201, 190, 0.3);
  }
}

.about-timeline-row {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 992px) {
  .about-timeline-row {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.about-timeline-copy {
  position: relative;
  z-index: 1;
}
.about-timeline-copy h3 {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #003215;
}
.about-timeline-copy p:not(.about-timeline-year) {
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #404941;
}

@media (min-width: 992px) {
  .about-timeline-copy--end {
    text-align: right;
  }
}

.about-timeline-year {
  margin: 0 0 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.5rem, 10vw, 6rem);
  font-weight: 400;
  line-height: 1;
  color: rgba(121, 89, 0, 0.1);
}

.about-timeline-media {
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1.25rem 1.5625rem -0.3125rem rgba(0, 0, 0, 0.1), 0 0.5rem 0.625rem -0.375rem rgba(0, 0, 0, 0.1);
}
.about-timeline-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.about-timeline-media--accent {
  border-right: 0.5rem solid #795900;
}
.about-timeline-media--accent img {
  filter: grayscale(1) sepia(0.25) contrast(1.05);
}

@media (min-width: 992px) {
  .about-timeline-row--reverse .about-timeline-media {
    order: 0;
  }
  .about-timeline-row--reverse .about-timeline-copy {
    order: 1;
  }
}
.about-stats {
  padding: 4rem 0;
  background-color: #056839;
  border-top: 1px solid rgba(244, 196, 48, 0.1);
  border-bottom: 1px solid rgba(244, 196, 48, 0.1);
}
@media (min-width: 992px) {
  .about-stats {
    padding: 8rem 0;
  }
}

.about-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.5rem;
  text-align: center;
  height: 100%;
  transition: transform 300ms ease-in-out, border-color 300ms ease-in-out;
}
.about-stat-card:hover {
  transform: translateY(-0.25rem);
  border-color: rgba(244, 196, 48, 0.25);
}

.about-stat-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 1.5rem;
  object-fit: contain;
}

.about-stat-value {
  margin: 0 0 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 1;
  color: #f4c430;
}

.about-stat-label {
  margin: 0;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.about-manufacturing {
  position: relative;
  min-height: 32rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .about-manufacturing {
    min-height: 50rem;
    padding: 6rem 0;
  }
}

.about-manufacturing-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.about-manufacturing-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 50, 21, 0.9) 0%, rgba(0, 50, 21, 0.4) 50%, rgba(0, 50, 21, 0) 100%);
}

.about-manufacturing-content {
  position: relative;
  z-index: 1;
  max-width: 42rem;
}
.about-manufacturing-content h2 {
  margin: 0 0 1.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
}

.about-manufacturing-label {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #f4c430;
}

.about-manufacturing-text {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.8);
}

.about-manufacturing-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  padding-top: 1.5rem;
}

.about-manufacturing-metric {
  padding-left: 2rem;
  border-left: 2px solid #f4c430;
}

.about-manufacturing-num {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
}

.about-manufacturing-cap {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.about-farm {
  position: relative;
  min-height: 32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .about-farm {
    min-height: 50rem;
    padding: 5rem 0;
  }
}

.about-farm-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-farm-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 50, 21, 0.2);
  backdrop-filter: blur(1px);
}

.about-farm-card {
  position: relative;
  z-index: 1;
  max-width: 56rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  text-align: center;
  background-color: rgba(253, 245, 230, 0.9);
  border-radius: 1rem;
  box-shadow: 0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(0.75rem);
}
@media (min-width: 768px) {
  .about-farm-card {
    padding: 4rem 5rem;
  }
}
@media (min-width: 992px) {
  .about-farm-card {
    padding: 6rem;
  }
}
.about-farm-card h2 {
  margin: 0 0 1.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: #003215;
}

.about-farm-label {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #795900;
}

.about-farm-text {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  font-size: 1rem;
  line-height: 1.625;
  color: #404941;
}

.about-farm-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2rem;
  margin: 0 0 2rem;
  padding: 1rem 0;
}
.about-farm-features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  min-width: 5.5rem;
}
.about-farm-features img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}
.about-farm-features span {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #003215;
}

.about-farm-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  border-radius: 0.75rem;
  background-color: #006a43;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
  transition: background-color 300ms ease-in-out, transform 300ms ease-in-out, color 300ms ease-in-out;
}
.about-farm-cta:hover, .about-farm-cta:focus-visible {
  background-color: #005233;
  color: #ffffff;
  transform: translateY(-0.125rem);
}

.about-vision {
  display: grid;
  background-color: #004b23;
}
@media (min-width: 992px) {
  .about-vision {
    grid-template-columns: 1fr 1fr;
    min-height: 50rem;
  }
}

.about-vision-media {
  position: relative;
  min-height: 20rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .about-vision-media {
    min-height: 100%;
  }
}
.about-vision-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
  filter: grayscale(1);
}
@media (min-width: 992px) {
  .about-vision-media img {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
}
.about-vision-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 50, 21, 0.4) 0%, transparent 100%);
  pointer-events: none;
}

.about-vision-tag {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 1;
  margin: 0;
  padding: 0.75rem 1.5rem;
  background-color: #f4c430;
  border-radius: 0.125rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  color: #003215;
  box-shadow: 0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.25);
}

.about-vision-content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4rem 1.5rem;
  background-color: #005233;
  overflow: hidden;
}
@media (min-width: 768px) {
  .about-vision-content {
    padding: 4rem;
  }
}

.about-vision-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 12rem;
  height: 12rem;
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .about-vision-accent {
    width: 18.5rem;
    height: 18.5rem;
  }
}

.about-vision-inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  width: 100%;
}

.about-vision-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.about-vision-num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: #f4c430;
}

.about-vision-rule {
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #f4c430;
}

.about-vision-eyebrow {
  font-size: 0.875rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #f4c430;
}

.about-vision-content h2 {
  margin: 0 0 2rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
}
.about-vision-content h2 span {
  color: #f4c430;
}

.about-vision-quote {
  position: relative;
  margin: 0 0 2rem;
  padding: 1.5rem 0 1.5rem 2rem;
  border-left: 1px solid rgba(244, 196, 48, 0.3);
}
.about-vision-quote p {
  margin: 0;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.9);
}

.about-vision-quote-icon {
  position: absolute;
  top: -1.25rem;
  left: -0.675rem;
  width: 3rem;
  height: auto;
}

.about-vision-sign {
  margin: 0;
  font-family: "Mrs Saint Delafield", cursive;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1;
  color: #f4c430;
}

.about-vision-sign-sub {
  margin: 0.5rem 0 2rem;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.about-vision-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.about-vision-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out, border-color 300ms ease-in-out, transform 300ms ease-in-out;
}
.about-vision-btn:hover, .about-vision-btn:focus-visible {
  transform: translateY(-0.125rem);
}

.about-vision-btn--solid {
  background-color: #f4c430;
  color: #003215;
  box-shadow: 0 1.25rem 1.5625rem -0.3125rem rgba(0, 0, 0, 0.1);
}
.about-vision-btn--solid:hover, .about-vision-btn--solid:focus-visible {
  background-color: #e0b020;
  color: #003215;
}

.about-vision-btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.about-vision-btn--outline:hover, .about-vision-btn--outline:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .about-stat-card,
  .about-farm-cta,
  .about-vision-btn {
    transition: none;
  }
  .about-stat-card:hover,
  .about-farm-cta:hover,
  .about-vision-btn:hover {
    transform: none;
  }
}

/*# sourceMappingURL=theme-style.css.map */
