:root{
  --green : #569C0D;
  --red : #e21d23;

}
.cs_container {
  max-width: 1420px;
  margin: auto;
  padding: 0 20px;
}
body {
  background: #EFF4EB;
}
.sec_90{
  padding: 100px 0;
}
.pb-0{
  padding-bottom: 0;
}
.pt-0{
  padding-top: 0 !important;
}
/* Section-1: Hero (mobile-first) */
.mt-header-space{
  margin-top: -101px;
}
.section-1 {
  position: relative;
  overflow: hidden;
}
.main_banner_sec {
  position: relative;
  border-radius: 0 0 120px 120px;
  overflow: hidden;
}
.main_banner_sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ff000000, #00000054);
  z-index: 2;
}
.hero-background-img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.section-1-inner {
  position: relative;
  inset: 0;
  display: grid;
  width: 100%;
  z-index: 2;
  align-items: center;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  align-items: end;
  padding-top: 110px;
}
.hero-content {
  padding: 60px 50px 60px 0;
}
.hero-hindi {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #192b08;
  font-size: 75px;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
.hero-hindi .h-red {
  color: #F9C533;
  font-weight: 700;
}
.hero-hindi .h-regular {
  color: #fff;
  font-weight: 700;
}
.hero-hindi .h-light {
  color: #ffffff;
  font-weight: 300;
}
.hero-subtitle {
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90.11deg, #FFFFFF 0.9%, #F9C533 98.88%);
    /* border: 2px solid transparent; */
    background-clip: text;
    /* display: inline-block; */
    font-size: 26px;
}
.hero-copy {
  color: #fff;
  font-size: 18px;
  margin-top: 18px;
  font-weight: 500;
}
.hero-ctas {
  display: flex;
  gap: 21px;
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-btn {
  background: #58a20f;
  color: white;
  padding: 16px 26px;
  border-radius: 15px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #58a20f;
  transition: 0.3s;
}
.feature-icon img {
  width: 30px;
}
.hero-outline {
  background: transparent;
  border: 1px solid #e21d23;
  color: #e21d23;
  padding: 16px 26px;
  border-radius: 15px;
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}
.hero-outline-white{
 background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 16px 26px;
  border-radius: 15px;
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}
.hero-outline-white:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.hero-badges {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
}
.hero-badges img {
  height: 103px;
  width: auto;
  display: block;
}
.hero-hindi span {
    display: inline-block;
}
.hero-btn:hover, .hero-outline:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.hero-outline:hover {
  background: #e21d23;
  color: #fff;
  border-color: #e21d23;
}
/* Section-2: Our Bestsellers */
.section-head {
  text-align: center;
  margin-bottom: 50px;
}
.section-head .kicker {
  font-size: 42px;
  margin: 0;
  font-weight: 700;
  color: #192b08;
  line-height: 1.1;
}
.section-head .kicker .accent {
  color: #58a20f;
  display: inline-block;
  line-height: inherit;
}
.section-head .sub {
  color: #525d47;
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}
.products_grid_wrap .product,.products .product {
  background: #fff;
  border-radius: 40px 8px 40px 8px;
  padding: 0;
  overflow: hidden;
  transition: 0.3s;
}
.products_grid_wrap .product:hover, .products .product:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
}
.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}
.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.product-media img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
.product-body {
  padding: 18px 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #58a20f;
  font-weight: 600;
}
.stars {
  color: #f5b600;
  font-size: 14px;
}
.score {
  font-size: 14px;
  color: #58a20f;
}
.product-title {
  margin: 0;
  color: #192b08;
  font-size: 16px;
  font-weight: 600;
}
.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.products.columns-4 .price {
  color: #e21d23;
  font-size: 20px;
  font-weight: 700;
}
.price {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.price-old {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: line-through;
}
.add-cart {
  margin-top: 8px;
  display: inline-block;
  background: #58a20f;
  color: white;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
}

.add-cart svg {
  margin-right: 5px;
}

.section-2-cta {
  text-align: center;
  margin-top: 40px;
}
.view-all {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 15px;
  border: 1px solid #e21d23;
  color: #e21d23;
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
}
.view-all:hover {
  background: #e21d23;
  color: #fff;
}
.products_grid_wrap ul.products, .products ul.products {
  gap: 19px;
}
.product-text-wrap .woocommerce-loop-product__title a {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  display: block;
  line-height: 1.2;
}
.product-text-wrap {
  padding: 0 20px 20px 20px;
}
.product-text-wrap span.woocommerce-Price-amount.amount {
  font-size: 30px;
  font-weight: 700;
}
.product-text-wrap .sale-price del bdi {
  text-decoration: line-through;
  font-size: 21px;
  font-weight: 500;
  color: #00000066;
}
.sale-price del {
  text-decoration: none;
}
.product-text-wrap .ct-woo-card-actions a {
  display: block;
  width: 100%;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1;
  min-height: auto;
  padding: 13px;
  margin-top: 9px;
  border: 1px solid #58a20f;
}
.products_grid_wrap .onsale,.products_grid_wrap .out-of-stock-badge,.products_grid_wrap [class*=ct-woo-badge-],
.products .onsale,.products .out-of-stock-badge,.products [class*=ct-woo-badge-] {
  border-radius: 25px;
}
.products_grid_wrap .onsale, .products .onsale {
  right: 17px;
  left: auto;
}
.product-text-wrap .ct-woo-card-actions a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.products_grid_wrap .product figure, .products .product figure  {
  margin-bottom: 14px;
}
.wt_num img{
  width: 30px;
}
@media (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
  .section-2-head .kicker {
    font-size: 40px;
  }
  .product-title {
    font-size: 16px;
  }
}

/* Section-3: Rotated strip / feature highlights (responsive) */
.strip-banner {
  padding: 28px 0;
  background: #f3d57d;
  margin: 50px 0 0px 0;
}
.strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip-item {
  font-size: 12px;
  font-weight: 700;
  color: #192b08;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: center;
  white-space: nowrap;
}
.strip-sep {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(125deg, #58a20f 0%, #e21d23 100%);
  min-width: 12px;
  min-height: 12px;
}

@media (min-width: 768px) {
  .strip-item {
    font-size: 32px;
  }
}

/* Large screens: show rotated yellow strip visual while keeping text horizontal */
@media (min-width: 1025px) {
  .strip-banner {
    background: #f3d57d;
    transform: rotate(2deg);
    transform-origin: top left;
    padding: 0px 0;
  }
  /* counter-rotate inner content so text stays level */
  .strip-inner {
    padding: 6px 24px;
  }
  .strip-item {
    /* font-size: 28px; */
    letter-spacing: 1px;
  }
}

/* Section-4: Crafted with Love / Trusted by Mothers (responsive) */
.section-4 {
  /* padding: 100px 0; */
}
.section-4-inner {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 12px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.section-4-content {
  order: 2;
  align-items: center;
  /* text-align: center; */
}
.section-4-title {
  font-size: 28px;
  color: #192b08;
  margin: 0 0 12px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.section-4-title .break {
  display: block;
}
.section-4-copy {
  color: #525d47;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.section-4-tagline {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 6px;
}
.section-4-sub {
  color: rgba(88, 162, 15, 0.8);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-4-cta {
  display: inline-block;
  background: #58a20f;
  color: #fff;
  padding: 12px 22px;
  border-radius: 20px;
  text-decoration: none;
}
.section-4-media {
  order: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-4-media img {
  width: 100%;
  max-height: 760px;
  display: block;
  object-fit: cover;
  border-top-left-radius: 160px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 160px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 768px) {
  .section-4-title {
    font-size: 32px;
  }
  .section-4-inner {
    gap: 28px;
  }
}

@media (min-width: 1025px) {
  .section-4-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
  }
  .section-4-content {
    order: 1;
    align-items: flex-start;
    text-align: left;
  }
  .section-4-media {
    order: 2;
    justify-content: flex-end;
  }
  .section-4-title {
    font-size: 42px;
  }
  .section-4-copy {
    font-size: 18px;
    max-width: 680px;
  }
}

.clean-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: relative;
  overflow: visible;
}
.clean-media {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.clean-bg {
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(243, 213, 125, 0.5) 0%,
    rgba(243, 213, 125, 0) 100%
  );
  border-radius: 100px;
  z-index: 0;
}
.clean-art {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: -80px auto 0;
  box-shadow: 0 19px 51px rgba(0, 0, 0, 0.25);
  background: #fff;
  z-index: 2;
}
.clean-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.clean-content {
  width: 100%;
  text-align: center;
  padding: 0 100px;
}
.clean-title {
  font-size: 32px;
  margin: 20px 0;
  color: #192b08;
}
.clean-title .accent {
  color: #58a20f;
}
.clean-copy {
  color: #525d47;
  max-width: 90%;
  font-size: 18px;
  margin: 0 auto 20px;
}
.clean-cards {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin: 18px 0;
  text-align: left;
}
.clean-card {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.clean-card h4 {
  margin: 0 0 8px;
  color: #192b08;
}
.clean-card p {
  margin: 0;
  color: #525d47;
}
.clean-card ul {
  list-style: none;
  padding-left: 0px;
  margin: 8px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.clean-card ul li img {
  vertical-align: middle;
}
.outline-green {
  border-color: #58a20f;
}
.outline-red {
  border-color: #e21d23;
}
.clean-cta {
  margin-top: 25px;
}
.read-promise {
  background: #58a20f;
  color: #fff;
  padding: 12px 28px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
}

@media (min-width: 768px) {
  .clean-inner {
    gap: 28px;
  }
  .clean-cards {
    flex-direction: row;
  }
  .clean-card {
    flex: 1;
  }
  .clean-art {
    width: 240px;
    height: 240px;
    margin-top: -120px;
  }
  .clean-title {
    font-size: 40px;
  }
}

/* Section-6: Why Choose MamaGrain (responsive) */

.section-6-inner {
  border-radius: 80px;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0px 60px 0 60px;
  background: linear-gradient(
    135deg,
    #fffbe6 0%,
    #f2ffe9 30%,
    #e6fff5 55%,
    #d8fff9 75%,
    #e8f6ff 100%
  );
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  align-items: center;
  gap: 48px;
  justify-content: center;
}
.section-6-inner .section-head {
  text-align: left;
  margin-bottom: 20px;
}
.section-6-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: bottom;
}
.section-6-content {
  text-align: left;
  padding: 40px 0;
}
.section-6-title {
  font-size: 28px;
  color: #192b08;
  margin: 0 0 8px;
  font-weight: 700;
  text-align: center;
}
.section-6-title .accent {
  color: #58a20f;
}
.section-6-sub {
  color: #525d47;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 0;
}
.feature {
  padding: 18px 26px;
  border-radius: 30px;
  text-align: left;
  color: #192b08;
  font-weight: 500;
  font-size: 18px;
}
.feature-yellow {
  background: rgba(243, 213, 125, 0.4);
}
.feature-green {
  background: rgba(88, 162, 15, 0.2);
}

@media (min-width: 768px) {
  .section-6-title {
    font-size: 36px;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .section-6-inner {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* align-items: center; */
    /* gap: 48px; */
    margin-top: 80px;
  }
  .section-6-media {
    justify-self: start;
    margin-top: -150px;
  }
  .section-6-title {
    font-size: 60px;
    line-height: 1;
    text-align: left;
  }
  .section-6-sub {
    font-size: 18px;
    text-align: left;
  }
}

/* Section-7: Recipe Inspiration */

.section-7-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
}
.section-7-head {
  text-align: center;
}
.section-7-head .kicker {
  color: #192b08;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.section-7-head .kicker .accent {
  color: #58a20f;
  font-size: 32px;
  font-weight: 700;
}
.section-7-head .sub {
  color: #525d47;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.recipes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 20px;
}
.recipe-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 28px 12px 28px 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.recipe-media {
  position: relative;
  width: 100%;
  height: auto;
}
.recipe-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  aspect-ratio: 1/0.6;
  object-fit: cover;
}
.recipe-media .badge {
  position: absolute;
  padding: 8px 12px 9px 12px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.recipe-media .badge.mins {
  background: #e21d23;
  color: #fff;
}
.recipe-media .badge.views {
  left: 100px;
  bottom: 20px;
  background: #58a20f;
  color: #fff;
}
.recipe-media .badge.category {
  right: 20px;
  top: 20px;
  background: #fff;
  color: #192b08;
  border-radius: 30px;
  padding: 8px 12px;
  border: 1px solid #192b08;
  line-height: 1;
}
.badge_wrap .badge {
  position: static;
  display: inline-block;
}

.badge_wrap {
  display: flex;
  position: absolute;
  bottom: 17px;
  left: 22px;
  gap: 10px;
}
.recipe-body {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.recipe-title {
  font-size: 22px;
  color: #192b08;
  margin: 0 0 6px;
  font-weight: 500;
  line-height: 1.3;
}
.recipe-excerpt {
  color: #525d47;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.5;
}
.btn-green-outline {
  color: #58a20f;
  padding: 16px 26px;
  border-radius: 15px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #58a20f;
  transition: 0.3s;
}
.btn-green-outline:hover {
  background: #58a20f;
  color: #fff;
}
.recipe-body .btn-green-outline {
  margin-top: auto;
  display: block;
  width: max-content;
}
.section-7-cta {
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .recipes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .recipes-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-7-inner {
    display: block;
  }

  .section-7-head .kicker {
    font-size: 40px;
  }
}

.features {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.feature-card {
  background: var(--card);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(24, 24, 24, 0.06);
}
.feature-card img {
  filter: none;
}
.feature-card h4 {
  color: var(--brand-900);
  font-weight: 600;
}
.feature-card p {
  color: var(--muted);
}

.site-footer {
  background: transparent;
}
.site-footer .text-muted {
  color: #8b8b8b;
}
.social_ic a{
  transition: 0.3s ease-in-out;
}
/* Specific colors for each brand */
.social_ic a.facebook:hover {
    background-color: #3b5998;  /* Facebook Blue */
}

.social_ic a.youtube:hover {
    background-color: #FF0000;  /* YouTube Red */
}

.social_ic a.instagram:hover {
    background-color: #C13584;  /* Instagram Purple */
}

.social_ic a.email:hover {
    background-color: #D44638;  /* Gmail Red (or custom email color) */
}

.social_ic a.whatsapp:hover {
    background-color: #25D366;  /* WhatsApp Green */
}

/* Optionally, add some text color or image color changes */
.social_ic a.facebook:hover img {
    filter: invert(1) brightness(100) saturate(0);; /* Inverts color on hover */
}

.social_ic a.youtube:hover img {
    filter: invert(1) brightness(100) saturate(0);;
}

.social_ic a.instagram:hover img {
    filter: invert(1) brightness(100) saturate(0);;
}

.social_ic a.email:hover img {
    filter: invert(1) brightness(100) saturate(0);;
}

.social_ic a.whatsapp:hover img {
    filter: invert(1) brightness(100) saturate(0);;
}
/* Responsive tweaks */
@media (min-width: 992px) {
  .hero-title {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 1.6rem;
  }
  .hero .lead {
    font-size: 0.95rem;
  }
  .hero-art {
    display: none;
  }
}

/* small aesthetics */
.btn-primary:hover {
  opacity: 0.95;
}

/* Section-8: Join our Newsletter */
.section-8 {
  /* padding: clamp(3rem, 2vw, 4rem) 1rem; */
  /* background: rgba(243, 213, 125, 0.15); */
  /* border-radius: 50px; */
}

.newsletter-bg {
  /* max-width: 1200px; */
  margin: 0 auto;
  background: linear-gradient(180deg, #FBF7E7 0%, rgba(251, 247, 231, 0) 100%);
  border-radius: 100px;
  padding: 100px 0;
}
img.news_gift_prop {
  position: absolute;
  right: -60px;
  top: -50px;
  width: 150px;
  aspect-ratio: 1;
}
/* Card */
.newsletter-card {
  background: white;
  max-width: 890px;
  border-radius: 50px;
  margin: 0 auto;
  /* box-shadow: 0px 0px 20px 2px #cccccc; */
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
  box-shadow: 0px 25px 50px -12px #00000040;
  position: relative;
}

/* Header */
.newsletter-header {
  max-width: 640px;
  margin: 0 auto 2rem;
}

.newsletter-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #e8f5e0;
  color: #58a20f;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.newsletter-header h2 {
  font-size: 41px;
  color: #333;
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1;
}

.newsletter-header p {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Form */
.newsletter-form {
  margin-top: 2rem;
}

.input-group {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.28);
  padding: 0.5rem;
  max-width: 560px;
  margin: 0 auto;
}
.input-icon {
  padding-left: 10px;
}
.input-icon svg {
  width: 29px;
  height: 30px;
  display: block;
}
.input-group input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
}

.input-group button {
  background: #58a20f;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.input-group button:hover {
  opacity: 0.9;
  background-color: #000;
}

.privacy-text {
  display: block;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Features */
.newsletter-features {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: clamp(1.5rem, 5vw, 4rem);
}

.newsletter-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.95rem;
  color: var(--text-dark);
}

.feature-icon {
  font-size: 1.4rem;
}

/* Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Mobile */
@media (max-width: 600px) {
  .section-8 {
    padding: 0;
  }
  .newsletter-card {
    width: 100%;
    padding: clamp(1.5rem, 5vw, 2.5rem);
  }

  .input-group {
    flex-direction: column;
    gap: 0.5rem;
  }

  .input-group button {
    width: auto;
    justify-content: center;
  }
}

/* Section-9: Testiomnials section */

.section-9-footer p {
  margin-bottom: 0;
  font-size: 22px;
}
.section-9__header h2 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  color: #1f2d16;
}

.section-9__header h2 span {
  color: #65a30d;
}

.section-9__header p {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  color: #78716c;
}

/* Cards layout */
.testimonials_slider {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.testimonial-swiper {
  padding-bottom: 50px !important;
}
.testimonial-swiper .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  transition:0.3s;
}
.testimonial-swiper .swiper-pagination-bullet-active {
  background-color: #f3d57d;
  width: 32px;
  border-radius: 10px;
}
/* Card */
.testimonial-card {
  position: relative;
  padding: 23px;
  border-radius: 32px;
  border: 2px solid #F3D57D;
  text-align: left;
}
.testimonial-swiper .swiper-slide {
    height: auto;
}
.card-accent {
  position: absolute;
  width: 110px;
  height: 110px;
  background: rgba(54, 83, 20, 0.08);
  top: 44px;
  right: 20px;
  border-radius: 0;
  background: url('../assets/testimonial-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.testimonial-content h3 {
  font-size: 1.4rem;
  color: #1f2d16;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}

.role {
  font-size: 1rem;
  color: #3f6212;
  font-weight: 500;
}
.testimonial-content .ratings {
  margin: 7px 0px;
}
.testimonial-content p {
  margin-top: 0;
  color: #57534e;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 16px;
}
/* Footer highlight */
.section-9-footer {
  margin: 4rem auto 0;
  padding: 12px 40px;
  max-width: max-content;
  background: #fafafa;
  border-radius: 60px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  box-shadow: 0 60px 58px rgba(0, 0, 0, 0.06);
}

.section-9-footer span {
  color: #58A20F;
  font-weight: 700;
}

.avatars {
  display: flex;
}
.avatars img {
  /* width: 44px; */
  height: 44px;
  border-radius: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .section-9__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .section-9__cards {
    grid-template-columns: 1fr;
  }

  .section-9-footer {
    flex-direction: column;
    text-align: center;
  }
}

/* Section 10 */
.process-section {
  background: #ffffff;
  text-align: center;
}

/* Header */
.process-header h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--text-dark);
}

.process-header h2 span {
  color: var(--green);
}

.process-header p {
  margin-top: 0.5rem;
  color: var(--text-muted);
}

/* Timeline */
.process-timeline.premium {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem;
  margin: 5rem auto;
}

/* Curved dotted line */
.timeline-line {
    position: absolute;
    top: 70px;
    left: 5%;
    right: 5%;
    height: 3px;
    background: repeating-linear-gradient(
    to right,
    rgba(86,156,13,0.35),
    rgba(86,156,13,0.35) 6px,
    transparent 6px,
    transparent 12px
  );
    z-index: 0;
}

/* Step card */

.process-step {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 1.8rem 1.2rem;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  /* background: rgb(222 236 207); */
  background: linear-gradient( 146deg, rgb(239 245 231) 0%, rgb(254 251 242) 100%);
}

.process-step:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.12);
}
.process-footer {
  max-width: 760px;
  margin: 3rem auto 0;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  color: #166534;
  font-size: 0.95rem;
  background: linear-gradient(90deg, rgba(86, 156, 13, 0.1) 0%, rgba(243, 213, 125, 0.1) 100%);
}
.process-footer p {
  margin-bottom: 0;
}
/* Step number */
.step-count {
  position: absolute;
  top: -14px;
  right: 18px;
  font-size: 1rem;
  font-weight: 600;
  color: #166534;
  background: #ecfdf5;
  padding: 4px 10px;
  border-radius: 999px;
}

/* Icon */
.process-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 1rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 35px rgba(0,0,0,0.08);
}

.process-icon img {
  width: 40px;
}

/* Colored glow */
.process-step.green .process-icon {
  box-shadow: 0 0 0 6px rgba(86,156,13,0.15), 0 18px 35px rgba(0,0,0,0.08);
}
.process-step.blue .process-icon {
  box-shadow: 0 0 0 6px rgba(190,219,255,0.6), 0 18px 35px rgba(0,0,0,0.08);
}
.process-step.purple .process-icon {
  box-shadow: 0 0 0 6px rgba(233,212,255,0.7), 0 18px 35px rgba(0,0,0,0.08);
}
.process-step.yellow .process-icon {
  box-shadow: 0 0 0 6px rgba(254,230,133,0.7), 0 18px 35px rgba(0,0,0,0.08);
}

/* Text */
.process-step h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.process-step p {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.5;
}



.section-4-content .hero-subtitle {
  margin-bottom: 20px;
  -webkit-background-clip: text; /* Clips background to text */
  background-image: linear-gradient(90.11deg, rgba(88, 162, 15, 0.1) 0.9%, rgba(226, 29, 35, 0.1) 98.88%); /* Gradient for the text */
  -webkit-text-stroke: 1px #000000; 
}
.section-4-tagline strong.red {
  color: #e21d23;
}
.recipe-body .badge {
  background-color:#F3D57D;
  border-radius:40px;
  padding: 8px 12px;
  margin-bottom:10px;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
}
.widget_nav_menu h3 {
  font-weight: 500;
  font-size: 24px;
}
.widget_nav_menu  a {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
}
.widget_nav_menu a:hover {
  color: var(--green);
}
/* Mobile */
@media (max-width: 900px) {
  .process-timeline {
    grid-template-columns: 1fr;
  }

  .timeline-line {
    display: none;
  }

  .process-step {
    margin-bottom: 2.5rem;
  }
}
.product-text-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
 

/* Header */
header#header {
  position: sticky;
  top: 0;
  padding-top: 20px;
}
#header [data-row="middle"] {
  background: transparent;
}
#header .ct-container {
  max-width: 1320px;
  backdrop-filter: blur(32px);
  background: #FFFFFF99;
  box-shadow: 0px 8px 47.3px 0px #00000026;
  border-radius: 55px;
  padding: 10px 38px 10px 17px;
  align-items: center;
  height: auto;
  min-height: auto !important;
}
#header .ct-container a.ct-menu-link {
  font-size: 15px;
  font-weight: 500;
}
#header .ct-container a.ct-menu-link:after {
  display: none;
}
[class*=add_to_cart_button].loading:after {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
footer p {
  max-width: 330px;
}
.social_ic {
  display: flex;
  gap: 20px;
}
.social_ic a {
  width: 45px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4.5px 6.74px -1.12px #0000001A;
  border-radius: 50%;
}
a.chatwhatsapp {
  background: #00C950;
  color: #fff;
  padding: 12px 17px;
  display: inline-block;
  border-radius: 15px;
  display: flex;
  margin-top: 26px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: max-content;
}
.last_footer {
  display: flex;
  justify-content: space-between;
}
.last_footer div {
  display: flex;
  gap: 18px;
}
#offcanvas .ct-panel-content-inner {
  justify-content: space-between;
  padding: 13px;
}
.header_btns p {
  display: block;
  width: 100%;
}

.ct-header-text {
  width: 100%;
}

.header_btns p {
  margin: 0;
}

.header_btns h5 {
  font-weight: 600;
  margin-bottom: 16px;
  /* text-transform: uppercase; */
  font-size: 30px;
}

.header_btns a {
  padding: 11px;
  border: 1px solid;
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  background: var(--theme-link-initial-color);
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid var(--theme-link-initial-color);
}
.header_btns a.my_acc_register {
  border: 1px solid #58a20f;
  background: #fff;
  color: #58a20f;
}
#offcanvas .ct-panel-content-inner a.ct-menu-link {
  /* border-bottom: 1px solid #cccccc73; */
  padding-bottom: 9px;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  /* text-transform: uppercase; */
}
.hero-section {
  display: none;
}
.form_wrapper_news form#wpforms-form-506 {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.28);
  padding: 0.5rem;
  max-width: 560px;
  margin: 0 auto;
}
.form_wrapper_news form#wpforms-form-506 div.news_form {
  width: 100%;
  padding: 0;
}
.form_wrapper_news form#wpforms-form-506 div.news_form input {
  padding-left: 9px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.form_wrapper_news form#wpforms-form-506 button.wpforms-submit {
  background: #58a20f;
  border-radius: 8px;
  font-size: 18px;
  height: auto;
  padding: 13px;
}
.form_wrapper_news form#wpforms-form-506 button.wpforms-submit::after {
  /* content: "â†’";
  margin-left: 8px; */
}
form#wpforms-form-506::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" width="20" height="20" fill="currentColor"><path d="M125.4 128C91.5 128 64 155.5 64 189.4C64 190.3 64 191.1 64.1 192L64 192L64 448C64 483.3 92.7 512 128 512L512 512C547.3 512 576 483.3 576 448L576 192L575.9 192C575.9 191.1 576 190.3 576 189.4C576 155.5 548.5 128 514.6 128L125.4 128zM528 256.3L528 448C528 456.8 520.8 464 512 464L128 464C119.2 464 112 456.8 112 448L112 256.3L266.8 373.7C298.2 397.6 341.7 397.6 373.2 373.7L528 256.3zM112 189.4C112 182 118 176 125.4 176L514.6 176C522 176 528 182 528 189.4C528 193.6 526 197.6 522.7 200.1L344.2 335.5C329.9 346.3 310.1 346.3 295.8 335.5L117.3 200.1C114 197.6 112 193.6 112 189.4z"></path></svg>');
  content: "";
  width: 30px;
  height: 32px;
  background-size: contain;
}
.wpforms-submit-container {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  align-self: unset !important;
}
.form_wrapper_news form#wpforms-form-506 div.news_form .wpforms-error:not(input) {
  position: absolute;
}
span.abt_head_point {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--green);
  text-transform: uppercase;
}
#offcanvas .ct-panel-content-inner li.menu-item {
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
}
#offcanvas  button.ct-toggle-close {
  display: none;
}
.img-secrion-banner img {
  display: none;
}
@media (max-width: 1200px) {
  .hero-hindi {
    font-size: 60px;
  }
  .hero-subtitle {
    font-size: 22px;
  }
  .hero-copy {
    font-size: 16px;
  }
  .hero-btn, .hero-outline,.btn-green-outline {
    /* padding: 13px 20px; */
    font-size: 14px;
  }
  .hero-ctas {
    gap: 10px;
  }
  .hero-badges img {
    height: 80px;
  }
  .product-text-wrap .woocommerce-loop-product__title a {
    font-size: 19px;
  }
  .product-text-wrap span.woocommerce-Price-amount.amount {
    font-size: 23px;
  }
  .product-text-wrap .sale-price del bdi {
    font-size: 17px;
  }
  .strip-inner {
    max-width: unset;
  }
  .strip-item {
    font-size: 25px;
  }
  .section-4-copy {
    font-size: 16px;
  }
  .section-4-title {
    font-size: 36px;
  }
  .section-head .kicker {
    font-size: 36px;
  }
  .feature {
    font-size: 16px;
    padding: 12px 25px;
    line-height: 1.3;
    border-radius: 17px;
  }
  .section-6-inner {
    align-items: end;
  }
  .sec_90 {
    padding: 70px 0;
  }
  .newsletter-bg {
    padding: 60px 30px;
    border-radius: 50px;
  }
  .newsletter-header h2 {
    font-size: 36px;
  }
  .section-9-footer p {
    font-size: 19px;
  }
  .process-timeline {
    margin-bottom: 15px;
  }
  .recipe-title {
    font-size: 18px;
  }
  .testimonial-content p {
    font-size:14px;
  }
  .testimonial-content h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .testimonial-card{
    padding:15px;
  }
  img.avatar {
    width: 100px;
    height: 100px;
  }
  .widget_nav_menu h3.widget-title {
    font-size: 20px;
  }
  .widget_nav_menu a {
    font-size: 16px;
  }
  div#block-30 {
    margin-top: 30px;
  }
  .clean-card ul span {
    font-size: 14px;
  }
  .clean-card ul li img {
    width: 22px;
  }
  .clean-content {
    padding: 0 70px;
  }
  .clean-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width:991px) {
  .section-1-inner {
    grid-template-columns: 1fr;
    gap: 0;
    background: linear-gradient(180deg, #FBF7E7 0%, rgba(251, 247, 231, 0) 100%);
  }
  .hero-content {
    padding: 40px 30px 40px 30px;
    text-align: center;
  }
  .img-secrion-banner {
    order: 1;
  }
  .main_banner_sec {
    border-radius: 0;
  }
  .hero-background-img {
    bottom: 0;
    /* display: none; */
  }
  .hero-background-img {
      object-position: left;
  }
  .hero-ctas {
    justify-content: center;
    /* flex-direction: column; */
  }
  .hero-badges {
    justify-content: center;
  }
  .strip-inner {
    width: 100%;
  }
  .strip-item {
    font-size: 19px;
  }
  .strip-banner {
    padding: 7px 0;
    margin-top: 0;
  }
  .section-4-inner {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .clean-cards {
    flex-direction: column;
  }
  .section-6-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 31px;
  }
  .section-6-media {
    order: 1;
  }
  img.news_gift_prop {
    width: 120px;
    right: -5%;
    top: -7%;
  }
  .process-timeline {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .process-step {
    display: grid;
    margin: 0;
  }
  .ct-footer [data-row="middle"] .ct-container {
    padding: 60px 0 20px 0;
    gap: 0;
  }
  div#block-30 {
    margin-top: 0;
  }
  .social_ic {
    justify-content: center;
  }
  a.chatwhatsapp {
    margin: auto;
    margin-top: 13px;
  }
  [data-column="widget-area-2"] * {
    text-align: center;
  }
  footer p {
    margin: auto;
    max-width: 80%;
  }
  .last_footer {flex-direction: column;}
  .last_footer div {
    justify-content: center;
  }
  .section-6-content {
    padding: 60px 0 0 0;
  }
  .hero-background-img {
    position: static;
    display: none;
  }
  .main_banner_sec::before {
    opacity: 0;
  }
  .hero-hindi .h-light,.hero-hindi .h-regular {
    color: #000;
  }
  .hero-copy {
    color: #000;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content .hero-outline-white {
    border-color: var(--red);
    color: var(--red);
  }
  .hero-content .hero-outline-white:hover {
    border-color: #000;
    color: #fff;
  }
  .hero-subtitle {
    background-image: linear-gradient(90.11deg, var(--red) 0.9%, #F9C533 98.88%);
  }
  .img-secrion-banner img {
    display: block;
  }
  .section-1 .cs_container {
    padding: 0;
  }
  .hero-badges img {
    height: 60px;
  }
  .timeline-line {
    display: none;
  }
  .process-timeline.premium {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
@media(min-width:699px) and (max-width:999px){
  [data-column="widget-area-2"] {
    grid-column: span 2;
    margin-bottom: 30px;
  }
}
@media(max-width:767px){
  .section-1 .cs_container {
      padding: 0;
  }
  .input-group button {
    font-size: 13px;
    padding: 10px 15px;
  }
  .feature br {
    display: none;
  }
  .hero-hindi {
    font-size: 46px;
  }
  .hero-content {
    padding: 20px 20px 30px 20px;
  }
  .hero-copy {
    font-size: 14px;
    margin-top: 6px;
  }
  .main_banner_sec {
    border-radius: 0;
  }
  .section-head .sub {
    font-size: 16px;
  }
  .section-head .kicker {
    font-size: 27px;
  }
  .strip-inner {
    gap: 10px;
  }
  .strip-item {
    font-size: 15px;
  }
  .sec_90 {
    padding: 50px 0;
  }
  .section-4-media img {
    border-top-left-radius: 70px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 8px;
  }
  .section-4-title {
    font-size: 24px;
  }
  .section-4-copy {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .section-4-tagline {
    font-size: 31px;
  }
  .clean-bg {
    border-radius: 40px;
  }
  .clean-art {
    width: 150px;
    height: 150px;
    margin-top: -75px;
  }
  .clean-content {
    padding: 20px;
    padding-bottom: 0;
  }
  .section-head {
    margin-bottom: 25px;
  }
  .clean-card ul {grid-template-columns: 1fr;}
  .clean-media {
    margin-bottom: 15px;
  }
  .section-6-inner {
    border-radius: 40px;
  }
  .section-6-content {
    padding-top: 40px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .feature {
    padding: 14px;
  }
  .features-grid {
    gap: 12px;
  }
  .recipe-body {
    padding: 19px;
  }
  .newsletter-header h2 {
    font-size: 24px;
  }
  .newsletter-header p {
    font-size: 13px;
  }
  .newsletter-features {
    flex-direction: column;
    gap: 12px;
    display: none;
  }
  .newsletter-card {
    padding: 30px 20px;
    border-radius: 20px;
  }
  img.news_gift_prop {
    width: 80px;
    right: -8%;
    top: -4%;
  }
  .section-9-footer {
    gap: 7px;
    border-radius: 25px;
  }
  .section-9-footer p {
    font-size: 14px;
    line-height: 1.3;
  }
  .process-footer {
    margin-top: 10px;
    border-radius: 15px;
    font-size: 13px;
  }
  .last_footer {
    font-size: 14px;
    text-align: center;
  }
  .last_footer p {
    max-width: 100%;
  }
  .widget_nav_menu a {
    font-size: 14px;
  }
  footer p {
    max-width: 100%;
    font-size: 14px;
  }
  #header .ct-container {
    padding: 10px 25px;
  }
  button.ct-header-trigger {
    margin: 0 !important;
  }
  .form_wrapper_news form#wpforms-form-506 {
    flex-wrap: wrap;
    align-items: start;
  }
  button#wpforms-submit-506 {
    display: block;
  }
  .form_wrapper_news form#wpforms-form-506 div.news_form input {
    flex: 1;
  }
  .form_wrapper_news form#wpforms-form-506 div.news_form {
    overflow: visible;
  }
  .form_wrapper_news .wpforms-container.inline-fields .wpforms-field-container {
    width: calc( 100%  - 30px) !important;
  }
  .form_wrapper_news .wpforms-container.inline-fields .wpforms-submit-container {
    width: 100%;
  }
  .form_wrapper_news form#wpforms-form-506 div.news_form .wpforms-error:not(input) {
    position: static;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-left: 0;
    margin-left: -15px;
  }
  form#wpforms-form-506::before {
    margin-top: 5px;
  }
  .ct-footer .ct-widget {
    width: 100%;
  }

  footer .widget_nav_menu h3.widget-title {
    text-align: left;
    font-size: 18px;
  }

  footer .widget-menu a {
    text-align: left;
  }

  footer h3.widget-title::after {
    content: "";
    width: 21px;
    height: 19px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z" fill="%23000000"></path></g></svg>');
    display: inline-block;
  }

  footer h3.widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer h3.widget-title.active::after {
    rotate: 180deg;
  }
  footer .ct-footer [data-row="middle"] .ct-container {
    gap: 0;
  }
  footer div[data-column="widget-area-2"] {
    margin-bottom: 35px;
  }
  .hero-outline-white {
    font-size: 14px;
  }
  .hero-ctas {
    flex-direction: column;
  }
  .process-timeline.premium {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
  .timeline-line {
    display: block;
    background: repeating-linear-gradient(    to bottom,    rgba(86,156,13,0.35),    rgba(86,156,13,0.35) 6px,    transparent 6px,    transparent 12px  );
    height: 100%;
    width: 3px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}