* {
  box-sizing: border-box;
  font-family: "Archivo", sans-serif;
  box-shadow: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: none;
  font-family: "Archivo", sans-serif;
}

body,
html {
  overflow-x: clip;
}

:root {
  --ayur-primary-color: #048a05;
  --ayur-white-color: #ffffff;
  --ayur-primary-light: #048a0521;
  --ayur-banheading-color: #222222;
  --ayur-heading-color: #000;
  --ayur-banheading-color: #0f2a0f;
  --ayur-heading-color: #0f2a0f;
  --ayur-para-color: #797979;
  --ayur-text-color: #ABABAB;
  --ayur-testpara-bgcolor: #FCF9F8;
  --ayur-border-color: #dedede;
  --ayur-borderbox-color: #F0F0F0;
  --ayur-checkbox-label-color: #e0e7ef;
  --ayur-formtext-color: #DBD1D9;
  --ayur-footer-bg: #220F08;
  --ayur-footertext-color: #E4D4CF;
  --ayur-primary-lightcolor: #048a0521;
}

body {
  font-family: "Archivo", sans-serif;
  transition: all 0.3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  line-height: 1.5;
  background-color: #FDFFFF;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  scroll-behavior: smooth;
  position: relative;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Archivo", sans-serif;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
}

h3 {
  font-size: 18px;
  font-weight: 500;
}

ul,
p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
}

span {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-family: "Archivo", sans-serif;
  color: var(--ayur-banheading-color);
}

a:hover {
  color: var(--ayur-primary-color);
}

.form-control:focus {
  box-shadow: none;
}

input:focus-visible {
  outline: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

img,
video {
  max-width: 100%;
}

input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
  border: none;
}

input,
select {
  height: 45px !important;
  background-color: var(--ayur-white-color);
  border-radius: 10px;
  border: none;
  color: var(--ayur-formtext-color);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

textarea {
  width: 100%;
  min-height: 200px;
  resize: none;
  background-color: var(--ayur-white-color);
  border-radius: 10px;
  border: none;
  color: var(--ayur-formtext-color);
  padding: 15px 20px;
}

/* Select 2 Custom CSS*/
.select2-container--default .select2-selection--single {
  background-color: var(--ayur-primary-lightcolor) !important;
  border-radius: 10px !important;
  height: 45px !important;
  border: 1px solid var(--ayur-border-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--ayur-para-color) !important;
  line-height: 45px !important;
  font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px !important;
  padding-right: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  top: 19px;
  right: 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--ayur-primary-color);
}

/* Select 2 Custom CSS*/
:focus-visible {
  outline: none;
  border-color: transparent;
}

.page-link:focus {
  box-shadow: none;
}

/* Scroll */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #dddddd;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 100px;
  background-color: var(--ayur-primary-color);
}

/* Scroll */
@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px
  }
}

/* button css */
.ayur-btn,
button.ayur-btn,
input.ayur-btn {
  min-width: 145px;
  max-width: 100%;
  border-radius: 22px;
  background-color: var(--ayur-primary-color);
  min-height: 45px;
  border: 1px solid #f2efec;
  font-size: 16px;
  color: var(--ayur-white-color);
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 9px 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: box-shadow 0.5s;
  font-family: "Inter", sans-serif;
  overflow: hidden;
  transition: all .3s linear;
}

.ayur-btn::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 0%;
  border-radius: 15px;
  background-color: var(--ayur-banheading-color);
  z-index: -1;
  transition: all .6s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ayur-btn:hover:after {
  height: 380%;
}

.ayur-btn:hover {
  color: var(--ayur-white-color);
}

.ayur-bgcover {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0 80px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--ayur-para-color);
  font-family: "Inter", sans-serif;
}

/*-------------- Header section css start ----------*/
/* loader-css */
.ayur-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--ayur-white-color);
}

.ayur-loader img {
  width: 80px;
}

/* loader css end */
/* navmenu css start */
/* Top Header Strip Styles */
.ayur-top-header {
  background-color: var(--ayur-primary-color);
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Inter", sans-serif;
}

.ayur-top-header a {
  color: var(--ayur-white-color);
  text-decoration: none;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  transition: color 300ms ease;
}

.ayur-top-header a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.ayur-top-header-contact {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}

.ayur-top-header-contact span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: var(--ayur-white-color) !important;
  font-size: 13px !important;
}

.ayur-top-header-contact span i {
  font-size: 13px !important;
  display: inline-block !important;
  margin: 0 !important;
  vertical-align: middle !important;
  color: var(--ayur-white-color) !important;
}

.ayur-top-header-contact span a {
  color: var(--ayur-white-color) !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-family: "Inter", sans-serif !important;
  transition: color 300ms ease !important;
  display: inline-block !important;
  margin: 0 !important;
  vertical-align: middle !important;
}

.ayur-top-header-contact span a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.ayur-top-header-social {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
}

.ayur-top-header-social a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--ayur-white-color) !important;
  font-size: 14px !important;
  transition: transform 300ms ease, color 300ms ease !important;
}

.ayur-top-header-social a:hover {
  transform: scale(1.18) !important;
  color: var(--ayur-white-color) !important;
}

/* Sticky Main Header Styles */
.ayur-menu-wrapper {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 40px;
  /* Offset by top header strip height */
  box-shadow: none;
  background-color: var(--ayur-white-color);
  padding: 13px 18px 13px;
  margin: auto;
  max-width: 1170px;
  max-width: 100%;
  z-index: 999;
  box-shadow: 2px 4px 22px 0px #0000000A;
  border-radius: 0 0 30px 30px;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ayur-menu-wrapper.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 0px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 10px 40px;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

.ayur-navmenu-wrapper {
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ayur-nav-menu ul li {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

.ayur-nav-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: var(--ayur-banheading-color);
}

.ayur-nav-menu ul li a::before,
.ayur-nav-menu ul li.active a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 12px;
  width: 20px;
  height: 1px;
  background-color: var(--ayur-primary-color);
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}

ul.ayur-submenu {
  width: 170px;
  background-color: var(--ayur-white-color);
  box-shadow: 2px 4px 22px 0px #0000000A;
  border-radius: 10px;
  padding: 15px 0px 15px 10px;
  position: absolute;
  top: 180%;
  left: 0;
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9;
}

ul.ayur-submenu li {
  padding: 0 0px 0 26px;
  margin: 0 0 6px;
  display: block;
}

.ayur-has-menu ul.ayur-submenu.ayur-submenu-open,
.ayur-nav-menu ul li.ayur-has-menu:hover ul.ayur-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-10px);
}

li.ayur-has-menu a {
  display: flex;
  gap: 5px;
  align-items: baseline;
}

li.ayur-has-menu a svg {
  width: 10px;
  height: auto;
  fill: var(--ayur-banheading-color);
  transition: all 0.3s;
}

.ayur-nav-menu ul li a:hover svg {
  fill: var(--ayur-primary-color);
  transform: rotate(180deg);
}

.ayur-nav-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ayur-nav-icons a:hover svg path {
  fill: var(--ayur-primary-color)
}

.ayur-nav-menu ul li a:hover,
.ayur-nav-menu ul li.active a {
  color: var(--ayur-primary-color);
}

.ayur-nav-menu ul li a:hover::before,
.ayur-nav-menu ul li.active a:before {
  opacity: 1;
  visibility: visible;
}

.ayur-nav-product {
  position: relative;
}

.ayur-nav-provalue {
  position: absolute;
  top: -3px;
  right: -10px;
  height: 17px;
  width: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  font-size: 10px;
  font-weight: 400;
  border-radius: 50%;
  line-height: 12px;
}

.ayur-toggle-btn {
  display: none;
}

.ayur-toggle-btn span {
  display: block;
  height: 3px;
  width: 25px;
  margin-bottom: 4px;
  background: var(--ayur-primary-color);
  transition: all .3s ease-in-out;
  border-radius: 2px;
  margin-left: auto;
}

.ayur-toggle-btn span:nth-child(2) {
  width: 17px;
}

.ayur-toggle-btn span:last-child {
  margin-bottom: 0;
}

/* navmenu css End */
/* Banner css Start */
.ayur-banner-section {
  position: relative;
  width: 100%;
  background-image: url('../images/banner-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 116px 0 103px;
  margin-bottom: 207px;
}

.ayur-banner-section::before {
  position: absolute;
  content: url('../images/banner-bgleaf.png');
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 52px;
  right: 0;
  margin: auto;
  z-index: 0;
  width: fit-content;
  max-width: 100%;
  animation: floating 10s infinite alternate;
}

@keyframes floating {
  from {
    transform: rotate(0deg) translate(-12px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translate(-12px) rotate(-360deg);
  }
}

.ayur-banner-slider-sec {
  padding: 7px 0 0;
  margin: 0 auto -230px;
  max-width: 1030px;
}

.ayur-banner-heading {
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ayur-banner-heading h1,
.ayur-banner-heading h1 span {
  font-size: 54px;
  font-weight: 700;
  line-height: 59px;
  color: var(--ayur-banheading-color);
}

.ayur-banner-heading h1 span {
  color: var(--ayur-primary-color);
}

.ayur-banner-heading p {
  color: var(--ayur-para-color);
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  padding: 19px 0 30px;
}

.ayur-banner-slider {
  position: relative;
  padding: 20px 0 20px;
}

.ayur-banner-slider::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1030px;
  height: 320px;
  max-height: 100%;
  background-color: var(--ayur-primary-color);
  z-index: -1;
  border-radius: 210px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.ayur-banner-slider>.swiper-button-prev {
  left: 1%;
}

.ayur-banner-slider>.swiper-button-next {
  right: 1%;
}

.ayur-banner-slider>.swiper-button-prev,
.ayur-banner-slider .swiper-button-next {
  width: 46px;
  height: 22px;
  object-fit: cover;
  top: 67.1%;
  background-color: transparent;
}

.ayur-banner-slider>.swiper-button-prev svg,
.ayur-banner-slider>.swiper-button-next svg {
  fill: var(--ayur-white-color);
}

/* banner slider css */
.ayur-banner-slider .ayur-ban-slide>.swiper-slide img {
  display: block;
  width: 100%;
}

.ayur-banner-slider .swiper-slide.swiper-slide-visible.swiper-slide-prev .ayur-ban-slide,
.ayur-banner-slider .swiper-slide .ayur-ban-slide {
  transform: scale(0.5);
}

.ayur-banner-slider .swiper-slide.swiper-slide-visible.swiper-slide-next .ayur-ban-slide {
  transform: scale(0.6);
}

.ayur-banner-slider .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
  overflow: inherit;
  top: 0;
}

.ayur-banner-slider .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .ayur-ban-slide {
  transform: scale(1.1);
}

.ayur-banner-slider .swiper-slide {
  top: 40px;
}

.swiper-slide.swiper-slide-visible.swiper-slide-prev {
  left: -72px;
}

.swiper-slide.swiper-slide-visible.swiper-slide-next {
  right: -30px;
}

.ayur-ban-slide img {
  object-fit: cover;
}

.ayur-ban-leaf img {
  position: absolute;
}

.ayur-ban-leaf img:nth-child(1) {
  top: 0;
  left: 0;
  animation: jumpThree 10s infinite linear;
}

.ayur-ban-leaf img:nth-child(2) {
  right: 0;
  bottom: 0;
}

@keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ayur-care-slider-sec {
  max-width: 1780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.ayur-careslide-box {
  position: relative;
  transition: all 0.8s ease;
}

.ayur-careslider-img img {
  border-radius: 70px;
}

.ayur-careslider-img::before {
  position: absolute;
  content: '';
  height: 180px;
  width: 140px;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.8s ease;
  border-radius: 70px;
}

.ayur-careslide-box:hover .ayur-careslider-img::before {
  box-shadow: inset 10px 10px 0px 171px rgba(0, 0, 0, 0.3);
  transition: all 0.8s ease;
}

.ayur-careslide-box h3 {
  font-size: 16px;
  font-weight: 400;
  color: var(--ayur-banheading-color);
  padding: 13px 0;
}

.ayur-careslide-box:hover h3 {
  color: var(--ayur-primary-color);
}

.ayur-care-slider-sec>.swiper-button-prev,
.ayur-care-slider-sec>.swiper-button-next {
  width: 40px;
  height: 40px;
  object-fit: cover;
  top: 35%;
}

.ayur-care-slider-sec>.swiper-button-prev svg path,
.ayur-care-slider-sec>.swiper-button-next svg path {
  fill: var(--ayur-primary-light);
  transition: all .3s ease-in-out;
}

.ayur-care-slider-sec>.swiper-button-prev:hover svg path,
.ayur-care-slider-sec>.swiper-button-next:hover svg path {
  fill: var(--ayur-primary-color);
}

.ayur-care-slider-sec>.swiper-button-prev {
  left: -32px;
}

.ayur-care-slider-sec>.swiper-button-next {
  right: -32px;
}

/* Banner css End */
/* Top-product section css start */
.ayur-topproduct-sec {
  padding: 84px 0 80px;
}

.ayur-heading-wrap {
  text-align: center;
  margin: 0 0 44px;
}

.ayur-heading-wrap h5 {
  font-size: 18px;
  font-weight: 400;
  color: var(--ayur-primary-color);
  padding: 0 0 3px;
}

.ayur-heading-wrap h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--ayur-heading-color);
}

.ayur-tpro-box {
  background-color: var(--ayur-white-color);
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  padding: 5px;
  border-radius: 10px;
  margin: 0 0 30px;
  transition: all .3s ease-in-out;
}

.ayur-tpro-text {
  padding: 11px 10px 8px;
}

.ayur-tpro-text h3,
.ayur-tpro-text h3 a {
  font-size: 18px;
  font-weight: 500;
  color: var(--ayur-banheading-color);
  transition: all .3s linear;
}

.ayur-tpro-text h3 a:hover,
.ayur-blog-text h3 a:hover {
  color: var(--ayur-primary-color);
}

.ayur-tpro-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 16px;
}

.ayur-tpro-star {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ayur-tpro-price>p {
  font-size: 20px;
  font-weight: 700;
  color: var(--ayur-banheading-color);
}

.ayur-tpro-price>p del {
  color: var(--ayur-text-color);
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-right: 10px;
}

.ayur-tpro-star>p {
  font-size: 16px;
  font-weight: 400;
  color: var(--ayur-para-color);
}

.ayur-tpro-btn .ayur-btn {
  min-width: -webkit-fill-available;
  background-color: transparent;
  border: 1px solid var(--ayur-para-color);
  color: var(--ayur-para-color);
  transition: all .3s ease-in-out;
}

.ayur-tpro-btn .ayur-btn svg path {
  fill: var(--ayur-para-color);
  transition: all .3s linear;
}

.ayur-tpro-btn .ayur-btn:hover {
  color: var(--ayur-white-color);
  border-color: var(--ayur-primary-color);
}

.ayur-tpro-btn .ayur-btn:hover svg path {
  fill: var(--ayur-white-color);
}

.ayur-tpro-btn .ayur-btn::after {
  background-color: var(--ayur-primary-color);
}

.ayur-tpro-btn .ayur-btn:hover:after {
  height: 580%;
}

.ayur-tpro-img {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.ayur-tpro-sale {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ayur-tpro-sale p {
  font-size: 14px;
  font-weight: 500;
  color: var(--ayur-white-color);
  min-width: 83px;
  max-width: 100%;
  padding: 6px 0;
  background-color: #FFAE34;
  border-radius: 5px;
  text-align: center;
}

.ayur-tpro-sale-off p {
  background-color: #21C0F2;
}

.ayur-tpro-sale-trend p {
  background-color: #00BF13;
}

.ayur-tpro-sale-star {
  justify-content: flex-end;
}

.ayur-tpro-viewbtn {
  margin: 10px auto 0;
  text-align: center;
}

.ayur-tpro-box .ayur-tpro-img>img {
  transition: all .3s linear;
}

.ayur-tpro-box:hover .ayur-tpro-img>img {
  transform: scale(1.1);
}

.ayur-tpro-like svg path {
  fill: var(--ayur-para-color);
}

.ayur-tpro-like a img.like {
  position: absolute;
  right: 1px;
  top: 5px;
  opacity: 0;
}

a.likeproduct img.unlike {
  opacity: 0;
}

a.likeproduct img.like {
  opacity: 1;
}

.ayur-trepro-box .ayur-tpro-sale {
  top: 10px;
  left: 10px;
  right: 10px;
}

.ayur-bgshape img {
  position: absolute;
  z-index: -1;
}

.ayur-tpro-bgshape img:nth-child(1) {
  right: 0;
  top: -12px;
}

.ayur-tpro-bgshape img:nth-child(2) {
  left: 0;
  top: 12.6%;
  animation: jumpThree 5s infinite linear;
}

/* Top-product section css End */
/* About section css Start */
.ayur-about-sec {
  padding: 100px 0;
  background: #048a052170;
  position: relative;
  overflow: hidden;
  background-image: url(../images/test-bg.png);
}

/* Visual Wrapper & Full-Height Image */
.ayur-about-img-fullheight {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 450px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.10);
}

.ayur-about-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ayur-about-img-fullheight:hover .ayur-about-img-cover {
  transform: scale(1.04);
}

/* Floating Badge */
.ayur-about-floating-badge {
  position: absolute;
  bottom: 24px;
  right: 20px;
  background: var(--ayur-white-color);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border: 1px solid rgba(127, 181, 61, 0.15);
  max-width: 260px;
  transition: all 0.3s ease;
}

.ayur-about-floating-badge:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.16);
}

.badge-icon-circle {
  width: 42px;
  height: 42px;
  background-color: var(--ayur-primary-light);
  color: var(--ayur-primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.badge-content {
  display: flex;
  flex-direction: column;
}

.badge-number {
  font-size: 18px;
  font-weight: 700;
  color: var(--ayur-banheading-color);
  font-family: "Archivo", sans-serif;
  line-height: 1.2;
}

.badge-text {
  font-size: 12px;
  color: var(--ayur-para-color);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

/* Floating Animation */
@keyframes floatAnimation {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0px);
  }
}

.animate-float {
  animation: floatAnimation 4s ease-in-out infinite;
}

/* Right Content Area */
.ayur-about-content-wrapper {
  padding-left: 40px;
}

.ayur-about-heading {
  font-size: 40px;
  font-weight: 700;
  color: var(--ayur-banheading-color);
  font-family: "Archivo", sans-serif;
  line-height: 1.25;
  margin-top: 5px;
  margin-bottom: 24px;
}

.ayur-about-desc {
  margin-bottom: 32px;
}

.ayur-about-lead-para {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ayur-banheading-color);
  font-weight: 500;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
}

.ayur-about-body-para {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ayur-para-color);
  font-family: "Inter", sans-serif;
}

/* Highlights Grid */
.ayur-about-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
  margin-bottom: 40px;
}

.ayur-highlight-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: transform 0.3s ease;
}

.ayur-highlight-card:hover {
  transform: translateX(4px);
}

.ayur-highlight-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background-color: var(--ayur-white-color);
  color: var(--ayur-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(127, 181, 61, 0.1);
  transition: all 0.3s ease;
}

.ayur-highlight-card:hover .ayur-highlight-icon {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  box-shadow: 0 6px 15px rgba(127, 181, 61, 0.25);
}

.ayur-highlight-info {
  display: flex;
  flex-direction: column;
}

.ayur-highlight-info h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
  font-family: "Archivo", sans-serif;
  margin-bottom: 4px;
  line-height: 1.3;
}

.ayur-highlight-info p {
  font-size: 13px;
  color: var(--ayur-para-color);
  font-family: "Inter", sans-serif;
  line-height: 1.4;
}

/* Buttons / CTA Group */
.ayur-about-cta-group {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* Secondary Button Outline Style */
.ayur-btn.ayur-btn-secondary {
  background-color: transparent;
  border: 1px solid var(--ayur-primary-color);
  color: var(--ayur-primary-color);
}

.ayur-btn.ayur-btn-secondary::after {
  background-color: var(--ayur-primary-color);
}

.ayur-btn.ayur-btn-secondary:hover {
  color: var(--ayur-white-color);
}

/* Background shapes repositioning/animation */
.ayur-about-bgshape img:nth-child(1) {
  left: 0;
  top: -60px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}

.ayur-about-bgshape img:nth-child(2) {
  right: 0;
  top: -20px;
  animation: jumpThree 5s infinite linear;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}

/* Responsiveness Media Queries */
@media (max-width: 991px) {
  .ayur-about-sec {
    padding: 80px 0;
  }

  .ayur-about-img-fullheight {
    min-height: 380px;
    margin-bottom: 40px;
  }

  .ayur-about-content-wrapper {
    padding-left: 0;
  }

  .ayur-about-heading {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .ayur-about-sec {
    padding: 60px 0;
  }

  .ayur-about-img-fullheight {
    min-height: 280px;
    margin-bottom: 32px;
  }

  .ayur-about-heading {
    font-size: 28px;
  }

  .ayur-about-highlights-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ayur-about-cta-group {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .ayur-about-cta-group .ayur-btn {
    text-align: center;
    width: 100%;
  }

  .ayur-about-floating-badge {
    right: 10px;
    bottom: 14px;
    padding: 12px 16px;
  }
}

/* About section css End */
/* Achieveent section css Start */
.ayur-achievement-sec {
  background: linear-gradient(135deg, #048a05 0%, #048a05 100%);
  padding: 100px 0;
  position: relative;
  z-index: 1;
  padding: 60px 0;
}



.ayur-achievement-label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #e5f3df;
  font-weight: 600;
  margin-bottom: 12px;
  display: inline-block;
}

.ayur-achievement-heading {
  font-size: 38px;
  font-weight: 700;
  color: var(--ayur-white-color);
  font-family: "Archivo", sans-serif;
  line-height: 1.3;
  margin-bottom: 16px;
}

.ayur-achievement-subheading {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter", sans-serif;
  margin: 0;
}

/* Translucent Glassmorphism Cards */
.ayur-achievement-card {
  background: #063906;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 25px 15px;
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    background 0.3s ease,
    border-color 0.3s ease;
}

.ayur-achievement-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.card-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--ayur-white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.ayur-achievement-card:hover .card-icon-wrap {
  background-color: var(--ayur-white-color);
  color: var(--ayur-primary-color);
  transform: scale(1.08);
}

.card-number-wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 8px;
}

.ayur-counter-num {
  font-size: 32px;
  font-weight: 600;
  color: var(--ayur-white-color);
  font-family: "Archivo", sans-serif;
  line-height: 1;
  margin: 0;
}



.card-number-suffix {
  font-size: 28px;
  font-weight: 700;
  color: var(--ayur-white-color);
  margin-left: 2px;
  font-family: "Archivo", sans-serif;
}

.card-label {
  font-size: 15px;
  color: #e5f3df;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin: 0;
}

/* CTA Block below grid */
.ayur-achievement-cta {
  margin-top: 50px;
  padding: 24px 30px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.ayur-achievement-cta .cta-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--ayur-white-color);
  font-family: "Inter", sans-serif;
}

.ayur-btn.ayur-btn-white {
  background-color: var(--ayur-white-color);
  color: var(--ayur-primary-color);
  border: 1px solid var(--ayur-white-color);
}

.ayur-btn.ayur-btn-white::after {
  background-color: var(--ayur-banheading-color);
}

.ayur-btn.ayur-btn-white:hover {
  color: var(--ayur-white-color);
  border-color: var(--ayur-banheading-color);
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .ayur-achievement-sec {
    padding: 80px 0;
  }

  .ayur-achievement-heading {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .ayur-achievement-cta {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
    text-align: center;
  }

  .ayur-achievement-cta .ayur-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .ayur-achievement-sec {
    padding: 60px 0;
  }

  .ayur-achievement-heading {
    font-size: 26px;
  }

  .ayur-achievement-card {
    padding: 30px 20px;
  }

  .ayur-counter-num {
    font-size: 38px;
  }

  .card-number-suffix {
    font-size: 28px;
  }
}

/* Achieveent section css End */

/* Parallax Section Start */
.ayur-parallax-sec {
  position: relative;
  background-image: url('../images/parallax-bg.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 0px;
  z-index: 1;
  /* overflow: hidden; */
}

/* Fallback/Overlay to guarantee high contrast of white text */
.ayur-parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(34, 15, 8, 0.8) 0%, rgba(34, 15, 8, 0.45) 50%, rgba(34, 15, 8, 0.1) 100%);
  z-index: -1;
  backdrop-filter: blur(0.5px);
}

.ayur-parallax-content {
  color: var(--ayur-white-color);
  /* max-width: 680px; */
  background: #048a05;
  padding: 60px 30px;
  margin-bottom: -40px;
}

.ayur-parallax-title {
  font-size: 44px;
  font-weight: 700;
  color: var(--ayur-white-color) !important;
  line-height: 1.25;
  margin-bottom: 24px;
  font-family: "Archivo", sans-serif;
  text-transform: capitalize;
}

.ayur-parallax-desc {
  font-size: 16px;
  line-height: 1.65;
  /* color: var(--ayur-footertext-color) !important; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

.ayur-btn.ayur-parallax-btn {
  background-color: var(--ayur-white-color);
  border: 1px solid var(--ayur-white-color);
  color: #048a05;
  margin-top: 15px;
}

.ayur-btn.ayur-parallax-btn::after {
  background-color: var(--ayur-banheading-color);
}

.ayur-btn.ayur-parallax-btn:hover {
  color: var(--ayur-white-color) !important;
  border-color: var(--ayur-banheading-color);
}

@media (max-width: 991px) {
  .ayur-parallax-sec {
    padding: 100px 0;
    /* Maintain nice scroll on mobile touch devices that don't support attachment: fixed well */
    background-attachment: scroll;
  }

  .ayur-parallax-overlay {
    background: rgba(34, 15, 8, 0.75);
    /* Darker solid overlay on tablet/mobile for readability */
  }

  .ayur-parallax-content {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .ayur-parallax-sec {
    padding: 80px 0;
  }

  .ayur-parallax-title {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .ayur-parallax-desc {
    font-size: 15px;
    line-height: 1.55;
  }
}

/* Parallax Section End */

/* Trending-product & why  section css Start */
.ayur-trenproduct-sec {
  padding: 100px 0 70px;
}

.ayur-trenproduct-head {
  margin: 0 0 60px;
}

.ayur-why-head {
  margin: 0 0 22px;
}

.ayur-trenpro-bgshape img:nth-child(1) {
  top: 25%;
  left: 0;
}

.ayur-trenpro-bgshape img:nth-child(2) {
  top: 0;
  right: 3%;
  animation: jumpfour 5s infinite linear;
}

@keyframes jumpfour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ayur-why-sec {
  padding: 100px 0;
  position: relative;
}

/* Points Container & Spacing Rhythm */
.ayur-why-points-container {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.ayur-why-point {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Left Column Symmetrical Alignments (Text right, icon far-right) */
.ayur-why-point.left-point {
  text-align: right;
  flex-direction: row;
}

.ayur-why-point.left-point:hover {
  transform: translateX(-6px);
}

/* Right Column Symmetrical Alignments (Text left, icon far-left) */
.ayur-why-point.right-point {
  text-align: left;
  flex-direction: row;
}

.ayur-why-point.right-point:hover {
  transform: translateX(6px);
}

/* Point Icons circle */
.point-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--ayur-primary-light);
  color: var(--ayur-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(127, 181, 61, 0.08);
}

.ayur-why-point:hover .point-icon-wrap {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  box-shadow: 0 6px 15px rgba(127, 181, 61, 0.25);
  transform: scale(1.05);
}

.point-content {
  display: flex;
  flex-direction: column;
}

.point-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
  font-family: "Archivo", sans-serif;
  margin-bottom: 6px;
  line-height: 1.3;
}

.point-content p {
  font-size: 13px;
  color: var(--ayur-para-color);
  font-family: "Inter", sans-serif;
  line-height: 1.45;
  margin: 0;
}

/* Center Image Container */
.ayur-why-center-image-wrap {
  position: relative;
  text-align: center;
  max-width: 330px;
  margin: 0 auto;
}

.ayur-why-center-image {
  border-radius: 20px;
  /* box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(127, 181, 61, 0.15); */
  transition: transform 0.5s ease;
  animation: floatAnimation 4s ease-in-out infinite;
}

.ayur-why-center-image-wrap:hover .ayur-why-center-image {
  transform: scale(1.02);
}

/* Responsive Alignments & Stacking */
@media (max-width: 991px) {
  .ayur-why-sec {
    padding: 80px 0;
  }

  .ayur-why-center-image-wrap {
    margin-bottom: 50px;
    max-width: 280px;
  }

  /* Reflow left points to act as left-aligned on tablet side-by-side */
  .ayur-why-point.left-point {
    flex-direction: row-reverse;
    text-align: left;
  }

  .ayur-why-point.left-point:hover {
    transform: translateX(6px);
  }

  .ayur-why-points-container {
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .ayur-why-sec {
    padding: 60px 0;
  }

  .ayur-why-center-image-wrap {
    margin-bottom: 40px;
  }
}

.ayur-video-section {
  padding: 50px 0 0;
  border-radius: 10px;
}

.ayur-video-img {
  position: relative;
}

.ayur-video-playicon {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--ayur-primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-shadow 3s calc(2 * 3s / 3) linear infinite;
}

.ayur-video-playicon::before,
.ayur-video-playicon:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: var(--ayur-primary-color);
  border-radius: 100%;
}

.ayur-video-playicon::before {
  animation: pulse 3s calc(3s / 3) linear infinite
}

.ayur-video-playicon:after {
  animation: pulse 3s linear infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--ayur-primary-color), 0.4)
  }

  100% {
    box-shadow: 0 0 0 calc((3 - 1) * var(--size) / 2) rgba(var(--ayur-primary-color), 0)
  }
}

.ayur-video-playicon img {
  position: relative;
  z-index: 1;
}

.ayur-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  transition: all .3s linear;
}

.ayur-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
}

.close {
  position: absolute;
  top: -3px;
  right: -6px;
  font-size: 24px;
  color: var(--ayur-heading-color);
  background-color: var(--ayur-white-color);
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.ayur-popup-content iframe {
  max-width: 650px;
  width: 100%;
  max-height: 100%;
  min-height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.ayur-why-bgshape img:nth-child(1) {
  right: 0;
  bottom: 2%;
}

.ayur-why-bgshape img:nth-child(2) {
  left: 0;
  bottom: 26%;
  animation: jumpThree 5s infinite linear;
}

/* Trending-product & why section css End */
/* Testimonial section css Start */
.ayur-testimonial-sec {
  background-color: #048a052170;
  background-image: url('../images/test-bg.png');
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1820px;
  margin: 0 auto;
  padding: 110px 0 90px;
}

.ayur-test-head {
  margin: 0 0 24px;
}

.swiper.ayur-testimonial-slider {
  padding: 40px 0;
}

.ayur-test-box {
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  opacity: 0.8;
  /* Side cards less prominent */
  transform: scale(0.95) translateY(5px);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}

/* Hover on normal side cards */
.swiper-slide:not(.swiper-slide-active) .ayur-test-box:hover {
  transform: scale(0.97) translateY(-3px);
  opacity: 1;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: rgba(127, 181, 61, 0.2);
}

/* Active (Center) Card Design */
.swiper-slide.swiper-slide-active .ayur-test-box {
  background-color: var(--ayur-primary-color);
  border-color: var(--ayur-primary-color);
  box-shadow: 0 20px 40px rgba(127, 181, 61, 0.22);
  transform: scale(1.02) translateY(-15px);
  /* Lifted and slightly scaled */
  opacity: 1;
}

/* Active Card Hover */
.swiper-slide.swiper-slide-active .ayur-test-box:hover {
  transform: scale(1.04) translateY(-20px);
  box-shadow: 0 25px 45px rgba(127, 181, 61, 0.35);
}

.ayur-test-quote-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: var(--ayur-primary-color);
  opacity: 0.12;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Quote icon color adjustment inside active card */
.swiper-slide.swiper-slide-active .ayur-test-box .ayur-test-quote-icon {
  color: var(--ayur-white-color);
  opacity: 0.2;
}

.ayur-test-box:hover .ayur-test-quote-icon {
  opacity: 0.25;
  transform: scale(1.1);
}

.swiper-slide.swiper-slide-active .ayur-test-box:hover .ayur-test-quote-icon {
  opacity: 0.35;
}

.ayur-test-rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.ayur-test-rating-row .stars {
  color: #ffb100;
  font-size: 13px;
  display: flex;
  gap: 3px;
}

.ayur-test-rating-row .rating-num {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
  transition: color 0.3s ease;
}

/* Rating text color adjustment inside active card */
.swiper-slide.swiper-slide-active .ayur-test-box .ayur-test-rating-row .rating-num {
  color: var(--ayur-white-color);
}

.ayur-test-text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ayur-para-color);
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

/* Text color adjustment inside active card */
.swiper-slide.swiper-slide-active .ayur-test-box .ayur-test-text,
.swiper-slide.swiper-slide-active .ayur-test-box .ayur-test-text p {
  color: #ffffff;
}

.ayur-test-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
  margin: 15px 0;
  transition: background-color 0.3s ease;
}

/* Divider adjustment inside active card */
.swiper-slide.swiper-slide-active .ayur-test-box .ayur-test-divider {
  background-color: rgba(255, 255, 255, 0.15);
}

.ayur-test-user-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--ayur-white-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-details h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
  margin: 0 0 2px 0;
  transition: color 0.3s ease;
}

/* Heading color adjustment inside active card */
.swiper-slide.swiper-slide-active .ayur-test-box .user-details h4 {
  color: var(--ayur-white-color);
}

.user-details .user-status {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--ayur-primary-color);
  font-weight: 500;
  font-family: "Inter", sans-serif;
  transition: color 0.3s ease;
}

/* Status color adjustment inside active card */
.swiper-slide.swiper-slide-active .ayur-test-box .user-details .user-status {
  color: rgba(255, 255, 255, 0.85);
}

.ayur-testimonial-section {
  position: relative;
  padding: 0 45px;
}

.ayur-testimonial-section .swiper-button-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ayur-testimonial-section .swiper-button-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ayur-testimonial-section .swiper-button-prev svg path,
.ayur-testimonial-section .swiper-button-next svg path {
  fill: var(--ayur-para-color);
  transition: all .3s linear;
}

.ayur-testimonial-section .swiper-button-prev:hover svg path,
.ayur-testimonial-section .swiper-button-next:hover svg path {
  fill: var(--ayur-primary-color);
}

/* Testimonial section css End */

/* Branches Section Start */
.ayur-branch-sec {
  padding: 100px 0 80px;
  background-color: #FDFFFF;
  position: relative;
  z-index: 1;
}

.ayur-branch-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120" opacity="0.025"><path d="M20 20 L100 20 L100 100 L20 100 Z" fill="none" stroke="%23048a05" stroke-width="1" stroke-dasharray="4,4"/><circle cx="60" cy="60" r="40" fill="none" stroke="%23048a05" stroke-width="1"/><path d="M60 10 L60 110 M10 60 L110 60" stroke="%23048a05" stroke-width="0.5" stroke-dasharray="2,2"/></svg>');
  background-repeat: repeat;
  z-index: -1;
  pointer-events: none;
}

.ayur-branch-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.ayur-branch-col {
  margin-bottom: 30px;
}

.ayur-branch-card {
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(127, 181, 61, 0.12);
  border-radius: 12px;
  padding: 30px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 3px 4px 29.6px 0px rgba(0, 0, 0, 0.03);
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
}

.ayur-branch-card:hover {
  transform: translateY(-5px);
  box-shadow: 3px 15px 35px rgba(0, 0, 0, 0.07);
  border-color: rgba(127, 181, 61, 0.3);
}

.ayur-branch-status-badge {
  position: absolute;
  top: 25px;
  right: 24px;
  background-color: #e6f6ec;
  color: #0d8a43;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.status-dot {
  width: 6px;
  height: 6px;
  background-color: #0d8a43;
  border-radius: 50%;
  display: inline-block;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.25);
    opacity: 1;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.6;
  }
}

.ayur-branch-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.ayur-branch-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--ayur-primary-light);
  color: var(--ayur-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.ayur-branch-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--ayur-banheading-color);
}

.ayur-branch-address {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ayur-para-color);
  margin-bottom: 40px;
  /* Leave space for absolute WhatsApp icon if any */
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ayur-branch-whatsapp {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #25d366;
  color: var(--ayur-white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 300ms ease;
  position: absolute;
  bottom: 85px;
  right: 24px;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.25);
  z-index: 2;
}

.ayur-branch-whatsapp:hover {
  transform: scale(1.1);
  background-color: #20ba5a;
  color: var(--ayur-white-color) !important;
}

.ayur-branch-buttons {
  display: flex;
  gap: 12px;
  width: 100%;
}

.ayur-branch-buttons .ayur-btn {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  padding: 8px 10px;
  min-height: 40px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 300ms ease;
}

.ayur-branch-btn-primary {
  background-color: var(--ayur-primary-color);
  border: 1px solid var(--ayur-primary-color);
  color: var(--ayur-white-color);
}

.ayur-branch-btn-primary:hover {
  color: var(--ayur-white-color) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(127, 181, 61, 0.25);
}

.ayur-branch-btn-secondary {
  background-color: transparent;
  border: 1px solid var(--ayur-primary-color);
  color: var(--ayur-primary-color);
}

.ayur-branch-btn-secondary::after {
  background-color: var(--ayur-primary-color);
}

.ayur-branch-btn-secondary:hover {
  color: var(--ayur-white-color) !important;
  transform: translateY(-2px);
}

@media (max-width: 575px) {
  .ayur-branch-sec {
    padding: 70px 0 50px;
  }

  .ayur-branch-card {
    padding: 24px 20px;
  }

  .ayur-branch-whatsapp {
    bottom: 125px;
    right: 20px;
  }

  .ayur-branch-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .ayur-branch-buttons .ayur-btn {
    width: 100%;
  }
}

/* Branches Section End */

/* FAQs & Consultation Form Section Start */
.ayur-faq-form-sec {
  padding: 100px 0 120px;
  background-color: var(--ayur-testpara-bgcolor);
  position: relative;
  z-index: 1;
}

.ayur-faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ayur-faq-item {
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 300ms ease-in-out;
  overflow: hidden;
}

.ayur-faq-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.ayur-faq-item.active {
  border-color: var(--ayur-primary-color);
  box-shadow: 0 8px 25px rgba(127, 181, 61, 0.08);
}

.ayur-faq-question {
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
  transition: color 300ms ease;
}

.ayur-faq-item.active .ayur-faq-question {
  color: var(--ayur-primary-color);
}

.ayur-faq-toggle-icon {
  font-size: 14px;
  color: var(--ayur-para-color);
  transition: transform 300ms ease, color 300ms ease;
}

.ayur-faq-item.active .ayur-faq-toggle-icon {
  transform: rotate(45deg);
  color: var(--ayur-primary-color);
}

.ayur-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-out, padding 300ms ease-out;
  padding: 0 24px;
}

.ayur-faq-item.active .ayur-faq-answer {
  padding-bottom: 20px;
}

.ayur-faq-answer p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ayur-para-color);
  margin: 0;
}

/* Consultation Form Card */
.ayur-consult-card {
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 10;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.ayur-consult-card:hover {
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
}



.ayur-consult-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--ayur-banheading-color);
  margin-bottom: 25px;
  text-align: center;
}

.ayur-consult-form .form-group {
  margin-bottom: 20px;
}

.ayur-consult-form .form-control {
  width: 100%;
  height: 48px !important;
  background-color: var(--ayur-testpara-bgcolor);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
  color: var(--ayur-banheading-color);
  font-family: "Inter", sans-serif;
  transition: all 300ms ease;
}

.ayur-consult-form .form-control:focus {
  background-color: var(--ayur-white-color);
  border-color: var(--ayur-primary-color);
  box-shadow: 0 0 0 3px rgba(127, 181, 61, 0.15);
  outline: none !important;
}

.ayur-consult-form textarea.form-control {
  min-height: 70px;
  height: auto !important;
  resize: vertical;
}

.ayur-consult-form select.form-control {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path d="M1 1 L5 5 L9 1" fill="none" stroke="%23797979" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 10px 6px;
}

.trust-point span {
  font-size: 12px !important;

}

.ayur-consult-form select.form-control:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path d="M1 5 L5 1 L9 5" fill="none" stroke="%23048a05" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.ayur-consult-form .ayur-btn-submit {
  width: 100%;
  border-radius: 8px;
  min-height: 48px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 1px solid var(--ayur-primary-color);
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ayur-consult-form .ayur-btn-submit:hover {
  background-color: var(--ayur-banheading-color);
  border-color: var(--ayur-banheading-color);
  color: var(--ayur-white-color) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.ayur-consult-trust-points {
  margin-top: 2px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.trust-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
  line-height: 1.3;
  text-align: center;
}

.trust-point i {
  color: var(--ayur-primary-color);
  font-size: 16px;
}

@media (max-width: 991px) {
  .ayur-faq-form-sec {
    padding: 80px 0;
  }

  .ayur-consult-card {
    margin-top: 40px;
    padding: 30px 24px;
  }
}

/* FAQs & Consultation Form Section End */

/* team section css Start */
.ayur-team-sec {
  padding: 100px 0 84px;
}

.ayur-team-box {
  max-width: 270px;
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  background-color: var(--ayur-white-color);
  padding: 5px;
  border-radius: 10px;
  position: relative;
  transition: all .5s ease-in-out;
}

.ayur-team-name {
  padding: 12px 0 5px;
  text-align: center;
}

.ayur-team-name h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--ayur-banheading-color);
}

.ayur-team-name p {
  font-family: "Archivo", sans-serif;
}

.ayur-team-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ayur-team-img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  background-color: rgb(0 0 0 / 45%);
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  --webkit-transform: translateY(102%);
  -ms-transform: translateY(102%);
  transform: translateY(102%);
  z-index: 2;
}

.ayur-team-hoversmall img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.ayur-team-box:hover .ayur-team-img-wrapper::before {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.ayur-team-hoverimg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 3;
  overflow: hidden;
  border-radius: 10px;
}

.ayur-team-hoverimg p {
  color: var(--ayur-white-color);
  padding: 5px 0;
}

.ayur-team-sociallink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ayur-team-sociallink a {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  position: relative;
}

.ayur-team-sociallink a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: all .25s;
  background-color: var(--ayur-primary-color);
}

.ayur-team-sociallink a:hover:before {
  transform: scale(1.1, 1.1);
}

.ayur-team-sociallink a svg {
  max-height: 17px;
}

.ayur-team-sociallink a svg path {
  fill: var(--ayur-white-color);
}

.ayur-team-box:hover .ayur-team-hoverimg {
  transform: translateY(0);
}

.ayur-team-bgshape img:nth-child(1) {
  left: 0;
  top: 20px;
}

.ayur-team-bgshape img:nth-child(2) {
  right: 0;
  top: 9%;
  animation: jumpThree 5s infinite linear;
}

/* team sectiom reann css End */

/* CTA Section Start */
.ayur-cta-sec {
  position: relative;
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

.ayur-cta-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/cta-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: blur(2px); */
  transform: scale(1.05);
  /* Avoid white edges from blur */
  z-index: -2;
}

.ayur-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, rgba(34, 15, 8, 0.85) 0%, rgba(127, 181, 61, 0.4) 100%); */
  z-index: -1;
  /* backdrop-filter: blur(1.5px); */
  /* background: #000; */
  background: #0000008a;
}

.ayur-cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.ayur-cta-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--ayur-white-color) !important;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}

.ayur-cta-text {
  font-size: 18px;
  color: var(--ayur-footertext-color) !important;
  margin-bottom: 40px;
  line-height: 1.6;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.ayur-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.ayur-cta-buttons .ayur-btn {
  min-width: 190px;
  transition: all 300ms ease-in-out;
}

.ayur-cta-btn-primary {
  background-color: var(--ayur-primary-color);
  border: 1px solid var(--ayur-primary-color);
  color: var(--ayur-white-color);
}

.ayur-cta-btn-primary::after {
  background-color: var(--ayur-banheading-color);
}

.ayur-cta-btn-primary:hover {
  color: var(--ayur-white-color) !important;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.ayur-cta-btn-secondary {
  background-color: transparent;
  border: 1px solid var(--ayur-white-color);
  color: var(--ayur-white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ayur-cta-btn-secondary i {
  font-size: 18px;
}

.ayur-cta-btn-secondary::after {
  background-color: var(--ayur-white-color);
}

.ayur-cta-btn-secondary:hover {
  color: var(--ayur-primary-color) !important;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 575px) {
  .ayur-cta-sec {
    padding: 80px 0;
  }

  .ayur-cta-title {
    font-size: 28px;
  }

  .ayur-cta-text {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .ayur-cta-buttons {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    gap: 12px;
  }

  .ayur-cta-buttons .ayur-btn {
    width: 100%;
    margin: 0;
  }
}

/* CTA Section End */

/* Blog section css Start */
.ayur-blog-sec {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Featured Blog Card (Left) */
.ayur-featured-blog-card {
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ayur-featured-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  border-color: rgba(127, 181, 61, 0.2);
}

.ayur-featured-blog-card .ayur-blog-img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.ayur-featured-blog-card .ayur-blog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ayur-featured-blog-card:hover .ayur-blog-img-wrap img {
  transform: scale(1.05);
}

.ayur-featured-blog-card .ayur-blog-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ayur-blog-category {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ayur-primary-color);
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  display: inline-block;
}

.ayur-featured-blog-card .ayur-blog-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ayur-banheading-color);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ayur-featured-blog-card .ayur-blog-title a {
  color: inherit;
  text-decoration: none;
  transition: color 300ms ease;
}

.ayur-featured-blog-card .ayur-blog-title a:hover {
  color: var(--ayur-primary-color);
}

.ayur-blog-excerpt {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ayur-para-color);
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

.ayur-blog-meta-date {
  font-size: 13px;
  color: #999999;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.ayur-blog-meta-date i {
  font-size: 12px;
  color: var(--ayur-primary-color);
}

/* Full Width Read More Button */
.ayur-blog-readmore-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  border: 1px solid var(--ayur-primary-color);
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 30px;
  margin-top: 24px;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(127, 181, 61, 0.2);
}

.ayur-blog-readmore-btn:hover {
  background-color: var(--ayur-banheading-color);
  border-color: var(--ayur-banheading-color);
  color: var(--ayur-white-color) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Stacked Blogs List (Right) */
.ayur-stacked-blog-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  justify-content: space-between;
}

.ayur-stacked-blog-item {
  display: flex;
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 18px;
  gap: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-items: center;
}

.ayur-stacked-blog-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  background-color: rgba(127, 181, 61, 0.015);
  border-color: rgba(127, 181, 61, 0.15);
}

.ayur-stacked-blog-thumbnail {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.ayur-stacked-blog-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ayur-stacked-blog-item:hover .ayur-stacked-blog-thumbnail img {
  transform: scale(1.06);
}

.ayur-stacked-blog-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  /* Prevents text overflow breaking layouts */
}

.ayur-stacked-blog-content .ayur-blog-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 4px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ayur-stacked-blog-content .ayur-blog-title a {
  color: var(--ayur-banheading-color);
  text-decoration: none;
  transition: color 300ms ease;
}

.ayur-stacked-blog-item:hover .ayur-stacked-blog-content .ayur-blog-title a {
  color: var(--ayur-primary-color);
}

.ayur-stacked-blog-content .ayur-blog-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ayur-para-color);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ayur-stacked-blog-content .ayur-blog-meta-date {
  margin-top: 6px;
}

/* Background Shapes for Blog Section */
.ayur-blog-bgshape img:nth-child(1) {
  right: 0;
  bottom: 0;
}

.ayur-blog-bgshape img:nth-child(2) {
  left: 0;
  bottom: 2px;
  animation: jumpThree 5s infinite linear;
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .ayur-blog-sec .row>.col-md-6 {
    flex: 0 0 100%;
    width: 100%;
  }

  .ayur-blog-sec .row>.col-md-6:last-child {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .ayur-featured-blog-card .ayur-blog-title {
    font-size: 20px;
  }

  .ayur-featured-blog-card .ayur-blog-content {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .ayur-stacked-blog-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
  }

  .ayur-stacked-blog-thumbnail {
    width: 100%;
    height: 180px;
  }
}

/* Blog section css End */
/* Footer section css start */
.ayur-footer-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Top Footer Area (Primary Background) */
.ayur-footer-top {
  background-color: var(--ayur-primary-color);
  padding: 80px 0 50px;
  position: relative;
  z-index: 2;
}

.ayur-footer-top .ayur-footer-logo {
  margin-bottom: 22px;
}

.ayur-footer-top .ayur-footer-logo img {
  max-height: 48px;
  filter: brightness(0) invert(1);
  /* Ensure logo matches white/light contrast if it's not pre-styled */
}

.ayur-footer-top p.about-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 25px;
  max-width: 340px;
}

/* Social Links */
.ayur-footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.ayur-footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ayur-white-color);
  font-size: 16px;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.ayur-footer-social a:hover {
  background-color: var(--ayur-white-color);
  color: var(--ayur-primary-color) !important;
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  border-color: var(--ayur-white-color);
}

/* Footer Box Titles */
.ayur-footer-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ayur-white-color);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.ayur-footer-box h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* Footer Links & Lists */
.ayur-footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ayur-footer-links li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Inter", sans-serif;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
}

.ayur-footer-links li a:hover {
  color: var(--ayur-white-color) !important;
  transform: translateX(4px);
}

/* Contact Info Area */
.ayur-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ayur-footer-contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ayur-footer-contact-item i {
  font-size: 16px;
  color: var(--ayur-white-color);
  margin-top: 4px;
  width: 20px;
  text-align: center;
}

.ayur-footer-contact-item p {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.ayur-footer-contact-item p a {
  color: inherit;
  transition: color 300ms ease;
}

.ayur-footer-contact-item p a:hover {
  color: var(--ayur-white-color) !important;
}

/* Bottom Footer Area (Secondary Background) */
.ayur-footer-bottom {
  background-color: var(--ayur-footer-bg);
  padding: 24px 0;
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ayur-copyright-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ayur-copyright-bar p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.ayur-copyright-bar p a {
  color: var(--ayur-white-color);
  font-weight: 500;
  transition: color 300ms ease;
}

.ayur-copyright-bar p a:hover {
  color: var(--ayur-primary-color) !important;
}

/* Decorative Background Shapes */
.ayur-footer-bgshape img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.15;
  /* Subdued overlay on primary color */
}

.ayur-footer-bgshape img:nth-child(1) {
  left: 0;
  bottom: 0;
  animation: floating 8s infinite alternate;
}

.ayur-footer-bgshape img:nth-child(2) {
  right: 0;
  bottom: 0;
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .ayur-footer-top .col-md-6 {
    margin-bottom: 40px;
  }

  .ayur-footer-top .col-md-6:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .ayur-footer-top {
    text-align: center;
    padding: 60px 0 20px;
  }

  .ayur-footer-top .col-md-6 {
    margin-bottom: 40px !important;
  }

  .ayur-footer-top .col-md-6:last-child {
    margin-bottom: 0 !important;
  }

  .ayur-footer-social {
    justify-content: center;
  }

  .ayur-footer-box h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .ayur-footer-links li a:hover {
    transform: none;
    /* Disable shift translation when center-aligned */
  }

  .ayur-footer-contact-item {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .ayur-footer-contact-item i {
    margin-top: 0;
  }

  .ayur-copyright-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* Footer section css End */
/* Inner-page section css start */
.ayur-bread-section {
  position: relative;
  background-image: url('../images/bredcrumb-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 170px 0 100px;
}

.ayur-bread-content {
  text-align: center;
}

.ayur-bread-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--ayur-white-color);
  padding: 0 0 8px;
  text-transform: capitalize;
}

.ayur-bread-list {
  font-weight: 500;
  color: var(--ayur-white-color);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 10px;
  font-size: 18px;
}

.ayur-bread-list span a {
  color: var(--ayur-primary-color);
  text-transform: capitalize;
}

.ayur-bread-list>span:not(:first-child):before {
  content: url('../images/arrow-svg.svg');
  margin-right: 10px;

}

.ayur-about-sec.ayur-inner-about {
  padding: 90px 0 90px;
  overflow: hidden;
}

.ayur-whycho-box {
  display: grid;
  align-items: center;
  grid-template-columns: 75px 1fr;
  margin-bottom: 10px;
}

.ayur-whycho-boxtext h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
}

.ayur-whycho-boxtext>p {
  padding: 0;
}

.ayur-why-sec.ayur-why-single {
  padding: 80px 0 100px;
}

.ayur-inner-whychoose {
  padding: 10px 0 80px;
}

.ayur-inner-about .ayur-about-bgshape img:nth-child(1) {
  top: -20px;
}

.ayur-inner-whychoose .ayur-about-bgshape img {
  top: -35%;
  right: 0;
  left: auto;
}

/* shop single page css */
.ayur-shopsin-sec,
.ayur-blogsin-section {
  padding: 90px 0 0;
}

.ayur-shop-sidebar {
  background-color: var(--ayur-white-color);
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  border-radius: 10px;
  padding: 25px;
}

.ayur-trenproduct-sec.ayur-trenproduct-sin {
  padding: 60px 0 70px;
}

.ayur-widget {
  border-bottom: 1px solid var(--ayur-borderbox-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.ayur-widget.ayur-shop-search,
.ayur-coupon-code {
  position: relative;
}

.ayur-widget:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ayur-shop-search .ayur-form-input .form-control,
.ayur-coupon-code .ayur-form-input .form-control {
  border: 1px solid var(--ayur-border-color);
  padding: 10px 110px 10px 20px;
  color: var(--ayur-text-color);
}

.ayur-coupon-code .ayur-form-input .form-control {
  padding: 10px 160px 10px 20px;
}

.ayur-shop-search .ayur-form-input .form-control:focus,
.ayur-coupon-code .ayur-form-input .form-control:focus {
  border: 1px solid var(--ayur-primary-color);
}

.ayur-shop-search .ayur-form-input .form-control::placeholder,
.ayur-leave-form .ayur-form-input .form-control::placeholder,
.ayur-contact-form .ayur-form-input .form-control::placeholder {
  color: var(--ayur-text-color);
}

.ayur-shop-search button.ayur-btn,
.ayur-coupon-code button.ayur-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  min-height: 45px;
  padding: 7px 0;
  min-width: 100px;
  border-radius: 0 10px 10px 0px;
  border: 1px solid var(--ayur-primary-color);
}

.ayur-coupon-code button.ayur-btn {
  min-width: 150px;
}

.ayur-widget>h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--ayur-heading-color);
  padding: 0 0 15px;
}

.ayur-shop-categories ul li {
  margin: 0 0 10px;
}

.ayur-shop-categories ul li a img {
  max-width: 25px;
  object-fit: cover;
  margin-right: 15px;
}

.ayur-shop-categories ul li a,
.ayur-shop-tag ul li a {
  color: var(--ayur-banheading-color);
  font-size: 17px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.ayur-shop-categories ul li a:hover,
.ayur-shop-tag ul li a:hover {
  color: var(--ayur-primary-color);
}

.ayur-sidepro-box {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  margin: 0 0 15px;
}

.ayur-sidepro-box img {
  max-width: 80px;
}

.ayur-sidepro-boxtext h4 a {
  font-size: 18px;
  font-weight: 500;
  color: var(--ayur-banheading-color);
  transition: all .3s linear;
}

.ayur-sidepro-boxtext h4 a:hover {
  color: var(--ayur-primary-color);
}

.ayur-shop-tag ul li {
  display: inline-block;
  margin: 4px 0 12px;
}

.ayur-shop-tag ul li a {
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 400;
  background-color: var(--ayur-primary-lightcolor);
  font-family: "Inter", sans-serif;
  transition: all .3s linear;
}

.ayur-shop-tag ul li a:hover {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
}

/* blog page css */
.ayur-blogsin-page {
  padding: 80px 0 80px;
}

.ayur-pagination-wrappper ul.pagination {
  justify-content: center;
  border: none;
  gap: 10px;
  margin: 30px 0 0;
}

.ayur-pagination-wrappper ul.pagination .page-item a.page-link {
  border: 1px solid var(--ayur-para-color);
  font-size: 18px;
  font-weight: 500;
  color: var(--ayur-banheading-color);
  border-radius: 3px;
  padding: 5px 10px;
}

.ayur-pagination-wrappper ul.pagination .page-item a.page-link:hover,
.ayur-pagination-wrappper ul.pagination .page-item a.page-link.active {
  color: var(--ayur-white-color);
  border-color: var(--ayur-primary-color);
  background-color: var(--ayur-primary-color);
}

.ayur-pagination-wrappper ul.pagination .page-item a.page-link svg path {
  fill: var(--ayur-banheading-color);
  transition: all .3s;
}

.ayur-pagination-wrappper ul.pagination .page-item a.page-link:hover svg path {
  fill: var(--ayur-white-color);
}

.ayur-videosin-sec .ayur-video-section {
  padding: 0;
}

.ayur-blogsingle-imgsec,
.ayur-blogsingle-postsec {
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  background-color: var(--ayur-white-color);
  padding: 25px;
  border-radius: 10px;
  margin: 0 0 30px;
}

.ayur_blosing-postdata {
  padding: 20px 0 0px;
}

.ayur-post-data {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 10px;
}

span.post-like a {
  font-size: 17px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ayur-blogsingle-title h3,
.post-heading,
.ayur-comments-form h3,
.ayur-contact-heading h3,
.ayur-profile-head h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--ayur-heading-color);
  padding: 5px 0 10px;
  text-transform: capitalize;
  transition: all .3s linear;
}

.ayur-blog-recent .ayur-blog-box.ayur-blog-inline:last-child {
  margin: 0 0 10px;
}

.ayur_blosing-postdata p {
  margin: 0 0 15px;
}

.ayur-blockquote blockquote {
  width: 100%;
  display: inline-block;
  padding: 15px 25px 15px 70px;
  margin: 0 0 0px;
  font-size: 17.5px;
  border-left: none;
  background-color: #ededed;
  position: relative;
  color: var(--ayur-primary-color);
  border-left: 2px solid var(--ayur-primary-color);
  border-radius: 0 5px 5px 0;
}

.ayur-blockquote blockquote:before {
  position: absolute;
  content: "\f10d";
  left: 20px;
  top: 17px;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: 40px;
}

.blockquote>:last-child {
  margin-bottom: 0;
}

.ayur-blockquote blockquote p {
  font-size: 22px;
  line-height: 1.4;
}

.post-heading {
  padding: 0;
}

.ayur-post-div {
  display: grid;
  padding: 20px 0;
  grid-template-columns: 115px 1fr;
}

.review-author img {
  max-width: 100px;
  max-height: 100px;
}

.review-author img,
.comment-author img {
  border-radius: 100%;
}

.ayur-blog-post-para h3,
.comment-text span.comment-author-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--ayur-banheading-color);
}

.comment-text span:nth-child(2) {
  margin-left: 10px;
}

.comment {
  display: grid;
  grid-template-columns: 115px 1fr;
  padding: 20px;
}

.comment.comment--replied {
  margin-left: 50px;
}

.comment-text a {
  font-size: 16px;
  font-weight: 500;
  color: var(--ayur-primary-color);
  transition: all .3s linear;
}

.comment-text a:hover {
  color: var(--ayur-banheading-color);
}

.ayur-comments-form {
  padding: 30px 30px;
  background-color: var(--ayur-white-color);
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  border-radius: 10px;
  margin: 0 0 80px;
}

.ayur-comments-form h3,
.ayur-contact-heading h3 {
  padding: 0 0 15px;
}

.ayur-contact-heading {
  padding: 0 0 50px;
}

.ayur-contact-heading h3 {
  font-size: 32px;
}

.ayur-leave-form .ayur-form-input,
.ayur-contact-form .ayur-form-input {
  margin: 0 0 20px;
  max-width: -webkit-fill-available;
}

.ayur-leave-form .ayur-form-input .form-control:focus,
.ayur-contact-form .ayur-form-input .form-control:focus,
.ayur-form-input.ayur-check-form .form-control:focus {
  border-color: var(--ayur-primary-color);
}

.ayur-contactpage-wrapper {
  padding: 80px 0 80px;
}

.ayur-contactpage-box {
  max-width: 1150px;
  width: 100%;
  margin: auto;
  background-color: var(--ayur-white-color);
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 40px;
}

.ayur-contact-map {
  max-width: 500px;
  width: 100%;
}

.ayur-contact-map iframe {
  max-width: 500px;
  width: 100%;
  height: 706px;
}

.ayur-contact-pageinfo {
  width: 100%;
}

.ayur-btn.ayur-con-btn {
  margin-top: 10px;
}

.response {
  color: red;
}

/* cart page css */
.ayur-cartpage-wrapper {
  padding: 90px 0 90px;
}

.ayur-cart-table {
  border-radius: 10px;
  text-align: center;
}

.ayur-cart-table table.table {
  width: 100%;
}

.ayur-cart-table thead tr th {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
}

.ayur-cart-table thead tr th:nth-child(1) {
  border-radius: 10px 0 0 0;
}

.ayur-cart-table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}

.ayur-cart-table tbody tr td,
.ayur-cart-table tbody tr th {
  text-align: center;
  border: 1px solid var(--ayur-borderbox-color);
}

.ayur-cart-table tbody tr td>img {
  width: 95px;
  height: 95px;
  object-fit: cover;
}

.ayur-cart-table tbody tr td .ayur-tab-delete img {
  height: 20px;
  width: 20px;
  object-fit: cover;
}

.ayur-cart-table tbody tr td,
.ayur-cart-table tbody tr td h2,
.ayur-cartsubtotal th,
.ayur-cartsubtotal td {
  font-size: 18px;
  font-weight: 500;
  color: var(--ayur-para-color);
  vertical-align: middle;
}

.ayur-cart-table tbody tr td h2,
.ayur-cartsubtotal th {
  color: var(--ayur-banheading-color);
}

.ayur-cart-table tbody tr td input {
  padding: 5px 0 5px 5px;
  max-width: 60px;
  color: var(--ayur-para-color);
  outline: none;
  border: 1px solid var(--ayur-border-color);
}

.ayur-cart-table tbody tr td.ayur-updatecart-btn {
  text-align: end;
}

.ayur-carttotal-wrapper {
  padding: 30px;
  background-color: var(--ayur-white-color);
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
  margin: 20px 12px 0 auto;
}

.ayur-cart-total h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ayur-white-color);
  background-color: var(--ayur-primary-color);
  border-radius: 10px 10px 0 0;
  padding: 15px 10px;
  text-align: center;
}

.ayur-cart-total table tr th,
.ayur-cart-total table tr td {
  border: 1px solid var(--ayur-borderbox-color);
}

tr.ayur-cartsubtotal td {
  color: var(--ayur-primary-color);
}

.ayur-checkout-btn .ayur-btn {
  min-width: 210px;
}

.ayur-checkout-wrapper {
  padding: 90px 0 90px;
  background-color: var(--ayur-white-color);
  box-shadow: 3px 4px 29.6px 0px #0000000F;
}

.ayur-checkout-table-wrapper {
  padding: 30px;
  background-color: var(--ayur-white-color);
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  border-radius: 10px;
}

.ayur-checkout-head h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--ayur-heading-color);
  padding: 0 0 10px;
}

.ayur-form-input label {
  font-size: 16px;
  font-weight: 400;
  color: var(--ayur-banheading-color);
  padding: 0 0 10px;
}

.ayur-form-input label span {
  color: red;
}

.payment-method {
  padding-bottom: 30px;
}

.ayur-chkout-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--ayur-checkbox-label-color);
}

.ayur-chkout-flex h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--ayur-banheading-color);
}

.custom-checkbox {
  width: 18px;
  height: 18px;
  position: relative;
}

.custom-checkbox input {
  width: 0 !important;
}

.custom-checkbox input[type=checkbox],
.custom-checkbox input[type="radio"] {
  visibility: hidden;
}

.custom-checkbox label {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  background-color: var(--ayur-white-color);
  border: 2px solid var(--ayur-checkbox-label-color);
  border-radius: 50%;
  right: -5px;
  transition: all .3s ease-in-out;
}

.custom-checkbox input[type=radio]:checked+label {
  background-color: var(--ayur-primary-color);
  border: 2px solid var(--ayur-primary-color);
}

.ayur-check-form {
  margin: 0 0 15px;
}

.custom-checkbox label:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--ayur-checkbox-label-color);
  border-radius: 50%;
  top: 4px;
  left: 4px;
  border-top: none;
  border-right: none;
}

.custom-checkbox input[type="radio"]:checked+label:after {
  background-color: var(--ayur-white-color);
}

.payment_box {
  display: none;
  padding-top: 15px;
  transition: all .3s ease-in-out;
}

.ayur-checkout-table-wrapper .payment-method img {
  width: auto;
  height: auto;
  margin-left: auto;
}

.ayur-checkout-payment p.ayur-para {
  transition: all .3s ease-in-out;
}

.ayur-checkout-order {
  text-align: end;
}

/* profile page css */
.ayur-profile-wrapper {
  padding: 90px 0;
}

.ayur-profile-section {
  background-color: var(--ayur-white-color);
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  padding: 30px 25px;
  margin: 80px 0;
  border-radius: 10px;
  max-width: 850px;
  margin: 0px auto;
}

.ayur-profile-head h3 {
  padding: 0 0 10px;
  border-bottom: 1px solid var(--ayur-borderbox-color);
  margin: 0 0 25px;
}

.ayur-profile-section h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ayur-heading-color);
  text-transform: capitalize;
  padding: 0 0 15px;
}

.ayur-pro-img {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
}

.ayur-pro-img img {
  border-radius: 100%;
  max-height: 100px;
  max-width: 100px;
}

.ayur-pro-imgtext>h2 {
  padding: 0;
}

.ayur-pro-imgtext>h2 span {
  font-size: 18px;
  font-weight: 500;
  color: var(--ayur-banheading-color);
}

.ayur-pro-text {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  padding: 10px 0 15px;
  border-bottom: 1px solid var(--ayur-borderbox-color);
}

.ayur-pro-text h4 {
  font-size: 18px;
  color: var(--ayur-heading-color);
}

.ayur-pro-btn {
  margin: 30px 0 0;
}

.ayur-why-singleser {
  padding: 85px 0;
}

.ayur-pricinplan-sec {
  padding: 90px 0 99px;
}

.ayur-pricing-sec {
  padding: 0px 35px 30px;
  text-align: left;
  border: 1px solid var(--ayur-border-color);
  color: var(--ayur-white-color);
  border-radius: 10px;
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  transition: all .5s ease-in-out;
}

.ayur-pricing-sec:hover {
  border: 1px solid var(--ayur-primary-color);
}

.ayur-pricing-head {
  position: relative;
}

.ayur-pricing-head h3,
.ayur-price-meta h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--ayur-white-color);
  width: 220px;
  margin: 0 auto 27px;
  background-color: var(--ayur-primary-color);
  padding: 5px 10px 15px;
  border-radius: 0 0 30px 30px;
  text-align: center;
}

.ayur-name-shape {
  height: 20px;
  width: 270px;
  background-color: var(--ayur-primary-color);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}

.ayur-name-shape::after,
.ayur-name-shape::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 25px;
  background-color: #a16957;
  left: 0;
  top: 0;
  border-radius: 100% 100% 0 0;
}

.ayur-name-shape::after {
  right: 0;
  top: 0;
  left: auto;
  border-radius: 100% 100% 0 0;
}

.ayur-pricing-pricevalue h4 {
  font-size: 50px;
  font-weight: 700;
  color: var(--ayur-primary-color);
  padding: 0px 0 15px;
  text-align: center;
}

.ayur-pricing-pricevalue h4 span {
  font-size: 14px;
  font-weight: 500;
  color: var(--ayur-para-color);
}

.ayur-price-list ul {
  padding: 15px 0 0;
}

.ayur-price-list ul li {
  margin: 0 0 15px;
  text-align: center;
}

.ayur-price-btn {
  padding: 30px 0 0;
  text-align: center;
}

/* shop single page css */
.nav-link:focus-visible {
  box-shadow: none;
}

.ayur-shopsin-section {
  padding: 90px 0 0;
}

.ayur-shopsin-heaing h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--ayur-heading-color);
}

.ayur-shopsin-heaing>p {
  padding: 15px 0 15px;
}

.ayur-shopsin-quantity {
  position: relative;
}

.ayur-shopsin-quantity .form-control {
  max-width: 95px;
  padding: 5px 40px 5px 10px;
}

.ayur-shopsin-quantity .form-control:focus {
  border: 1px solid #dee2e6;
}

.ayur-shopsin-quantity:after {
  position: absolute;
  content: '';
  height: 45px;
  width: 1px;
  background-color: var(--ayur-border-color);
  top: 0;
  left: 60px;
}

.shop-add {
  position: absolute;
  top: 20px;
  left: 73px;
  transform: rotate(90deg);
  cursor: pointer;
  border-left: 1px solid red;
}

.shop-sub {
  position: absolute;
  bottom: 21px;
  left: 84px;
  transform: rotate(-90deg);
  cursor: pointer;
  border-left: 1px solid red;
}

.shop-add span,
.shop-sub span {
  width: 9px;
  height: 9px;
  display: block;
  border-bottom: 3px solid var(--ayur-primary-color);
  border-right: 3px solid var(--ayur-primary-color);
  transform: rotate(135deg);
  margin: -10px;
}

.ayur-shopsin-btn {
  margin: 20px 0 0;
}

.ayur-shopsin-tablist {
  margin: 50px 0 0;
}

.ayur-shopsin-tablist .nav.nav-tabs {
  gap: 10px;
  border-bottom: none;
  margin: 0 0 20px;
}

.ayur-shopsin-tablist .nav .nav-link {
  background-color: var(--ayur-white-color);
  border: 1px solid var(--ayur-border-color);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
  padding: 0 15px;
  text-align: center;
  min-height: 47px;

}

.ayur-shopsin-tablist .nav .nav-link.active {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  border: none;
  border-radius: 10px;
  transition: all .3s linear;
}

.ayur-shopsin-tablist .tab-content>.tab-pane>p {
  padding: 10px 0 0;
}

.ayur-product-desc {
  margin: 0 0 50px;
}

.ayur-post-div.ayur-shop-post {
  grid-template-columns: 140px 1fr 120px;
}

.ayur-post-div.ayur-shop-post .review-author img {
  max-width: 100px;
  max-height: 100px;
}

.ayur-shop-post .ayur-blog-post-para h3 {
  margin: 0 0 6px;
}

.ayur-shopsin-formrate {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}

.ayur-shopsin-formrate p {
  margin-right: 10px;
}

.ayur-shopsin-form h3 {
  padding: 0 0 10px;
}

.ayur-shopsin img {
  right: 0;
  top: 10%;
}

.ayur-blog-single-bgshape img:nth-child(1) {
  top: auto;
  bottom: 20%;
}

.ayur-blog-single-bgshape img:nth-child(2) {
  right: 0;
  left: auto;
  top: 20%;
  animation: jumpThree 5s infinite linear;
}

.ayur-shopsin-bg img:nth-child(1) {
  right: 0;
  bottom: -21%;
  top: auto;
  left: auto;
}

.ayur-shopsin-bg img:nth-child(2) {
  left: 0;
  top: 10%;
}

/* Top-product section css End */

/*--------------------- Premium Services Section Start ----------------------- */
.ayur-premium-services-sec {
  padding: 100px 0;
  background-color: #FDFFFF;
  position: relative;
}

.ayur-services-intro {
  margin-bottom: 60px;
}

.ayur-services-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ayur-primary-color);
  letter-spacing: 2px;
  display: block;
  margin-bottom: 12px;
}

.ayur-services-intro h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--ayur-heading-color);
  margin-bottom: 15px;
}

.ayur-services-intro p {
  font-size: 16px;
  color: var(--ayur-para-color);
  max-width: 600px;
  margin: 0 auto;
}

.ayur-service-card {
  background-color: var(--ayur-white-color);
  border: 1px solid var(--ayur-border-color);
  border-radius: 12px;
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.ayur-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(205, 137, 115, 0.12);
  border-color: var(--ayur-primary-color);
}

.ayur-service-featured-card {
  background-color: var(--ayur-primary-lightcolor);
  position: relative;
  overflow: hidden;
  border-color: transparent;
}

.ayur-service-featured-card:hover {
  border-color: var(--ayur-primary-color);
}

.ayur-service-featured-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 1px;
}

.ayur-service-icon-wrap {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ayur-white-color);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.ayur-service-featured-card .ayur-service-icon-wrap {
  background-color: var(--ayur-white-color);
}

.ayur-service-icon-wrap svg {
  width: 26px;
  height: 26px;
  fill: var(--ayur-primary-color);
  transition: all 0.3s ease;
}

.ayur-service-card:hover .ayur-service-icon-wrap {
  background-color: var(--ayur-primary-color);
}

.ayur-service-card:hover .ayur-service-icon-wrap svg {
  fill: var(--ayur-white-color);
}

.ayur-service-card-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.ayur-service-card:hover .ayur-service-card-body h4 {
  color: var(--ayur-primary-color);
}

.ayur-service-card-body p {
  font-size: 14.5px;
  line-height: 22px;
  color: var(--ayur-para-color);
  margin: 0;
}

.ayur-service-features {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ayur-service-features li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--ayur-para-color);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Fix FontAwesome pseudo-element overrides globally */
.fa,
.fa::before,
.fa::after {
  font-family: FontAwesome !important;
}

.ayur-service-features li i {
  color: var(--ayur-primary-color);
  font-size: 12px;
  font-family: FontAwesome !important;
}

.ayur-services-right-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  height: 100%;
}

.ayur-service-card-span-2 {
  grid-column: span 2;
}

.ayur-services-cta {
  border-top: 1px solid var(--ayur-border-color);
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ayur-cta-text {
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--ayur-banheading-color);
}

.ayur-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.ayur-services-explore-link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--ayur-primary-color);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.ayur-services-explore-link .arrow {
  transition: transform 0.3s ease;
}

.ayur-services-explore-link:hover {
  color: var(--ayur-banheading-color);
}

.ayur-services-explore-link:hover .arrow {
  transform: translateX(5px);
}

.ayur-services-bgshape img:nth-child(1) {
  right: 0;
  top: 15%;
}

.ayur-services-bgshape img:nth-child(2) {
  left: 0;
  bottom: 15%;
  animation: jumpThree 5s infinite linear;
}

@media(max-width: 991px) {
  .ayur-premium-services-sec {
    padding: 80px 0;
  }

  .ayur-services-intro h3 {
    font-size: 30px;
  }

  .ayur-services-right-grid {
    gap: 20px;
  }
}

@media(max-width: 767px) {
  .ayur-services-right-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ayur-service-card-span-2 {
    grid-column: span 2;
  }
}

@media(max-width: 575px) {
  .ayur-services-right-grid {
    grid-template-columns: 1fr;
  }

  .ayur-service-card-span-2 {
    grid-column: span 1;
  }

  .ayur-cta-buttons {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .ayur-cta-buttons .ayur-btn {
    width: 100%;
    max-width: 280px;
  }

  .ayur-service-card {
    padding: 24px;
  }
}

/*--------------------- Premium Services Section End ----------------------- */

/*--------------------- Premium Trending Products Section Start ----------------- */
.ayur-trending-products-sec {
  padding: 100px 0;
  background-color: #FDFFFF;
  position: relative;
  overflow: hidden;
}

.ayur-section-label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--ayur-primary-color);
  font-weight: 600;
  margin-bottom: 12px;
  display: inline-block;
}

.ayur-product-card {
  display: flex;
  flex-direction: column;
  background-color: var(--ayur-white-color);
  border: 1px solid var(--ayur-border-color);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 0.3s ease;
}

.ayur-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(127, 181, 61, 0.06), 0 2px 8px rgba(0, 0, 0, 0.02);
  border-color: var(--ayur-primary-color);
}

.ayur-product-img-container {
  position: relative;
  background-color: #f8faf7;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 0;
  transition: background-color 0.3s ease;
}

.ayur-product-card:hover .ayur-product-img-container {
  background-color: #f3f7f1;
}

.ayur-product-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ayur-product-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  width: 100%;
  height: 100%;
}

.ayur-product-image.front-image {
  opacity: 1;
  /* z-index: 2; */
  object-fit: contain;
  position: relative;
}

.ayur-product-image.back-image {
  opacity: 0;
  z-index: 1;
  object-fit: conver;
}

.ayur-product-card:hover .front-image {
  opacity: 0;
}

.ayur-product-card:hover .back-image {
  opacity: 1;
}

.ayur-product-card:hover .ayur-product-image {
  transform: scale(1.05);
}

/* Badges & Actions */
.ayur-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  padding: 5px 12px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(127, 181, 61, 0.2);
}

.ayur-whatsapp-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--ayur-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Push WhatsApp button down if badge is present on top-left */
.ayur-badge+.ayur-whatsapp-btn {
  top: 52px;
}

.ayur-whatsapp-btn i {
  color: #25D366;
  font-size: 18px;
}

.ayur-whatsapp-btn:hover {
  background-color: #25D366;
  transform: scale(1.05);
}

.ayur-whatsapp-btn:hover i {
  color: var(--ayur-white-color);
}

.ayur-wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--ayur-white-color);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ayur-wishlist-btn i {
  color: var(--ayur-para-color);
  font-size: 15px;
  transition: color 0.3s ease;
}

.ayur-wishlist-btn:hover {
  background-color: #ffeef2;
  transform: scale(1.05);
}

.ayur-wishlist-btn:hover i {
  color: #e24e6c;
}

/* Info Section */
.ayur-product-info {
  padding: 20px 20px 24px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ayur-product-benefit {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--ayur-primary-color);
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.ayur-product-title {
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.ayur-product-title a {
  color: var(--ayur-banheading-color);
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ayur-product-title a:hover {
  color: var(--ayur-primary-color);
}

/* Ratings */
.ayur-product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.ayur-product-rating .stars {
  color: #ffb100;
  font-size: 12px;
  display: flex;
  gap: 2px;
}

.ayur-product-rating .rating-value {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
}

.ayur-product-rating .review-count {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--ayur-para-color);
}

.ayur-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 12px;
}

.ayur-product-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.sale-price {
  font-family: "Archivo", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--ayur-primary-color);
}

.original-price {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--ayur-para-color);
  text-decoration: line-through;
}

/* Full Width CTA */
.ayur-product-cta-full {
  width: 100%;
  background-color: transparent;
  border-top: 1px solid var(--ayur-border-color);
  padding: 12px;
  color: var(--ayur-primary-color);
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
  text-decoration: none;
}

.ayur-product-card:hover .ayur-product-cta-full {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  border-top-color: var(--ayur-primary-color);
}

/* CTA Below Products */
.ayur-trending-cta {
  margin-top: 48px;
  border-top: 1px solid var(--ayur-border-color);
  padding-top: 36px;
}

.ayur-trending-cta .ayur-cta-text {
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--ayur-banheading-color);
}

/* Float Shapes */
.ayur-trenpro-bgshape img {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.ayur-trenpro-bgshape img:nth-child(1) {
  left: 0;
  top: 20%;
}

.ayur-trenpro-bgshape img:nth-child(2) {
  right: 0;
  bottom: 15%;
  animation: jumpThree 5s infinite linear;
}

/* Responsive Breakpoints */
@media (max-width: 1199px) {
  .ayur-product-info {
    padding: 16px;
  }
}

@media (max-width: 991px) {
  .ayur-trending-products-sec {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .ayur-trending-cta .ayur-btn {
    width: 100%;
    max-width: 280px;
  }
}

/*--------------------- Premium Trending Products Section End ----------------- */

/* =============================================
   WhatsApp Sticky Button
   ============================================= */

/* Keyframe: fall from top with bounce */
@keyframes waFallIn {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }

  60% {
    transform: translateY(12px);
    opacity: 1;
  }

  80% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Base button — hidden on load */
.ayur-whatsapp-btn.footer-ayur-whatsapp-btn {
  position: fixed;
  right: 20px;
  bottom: 30px !important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-150px);
  pointer-events: none;
  transition: bottom 0.3s ease, box-shadow 0.3s ease;
  top: unset;
  left: unset;
}

/* Icon inside button */
.ayur-wa-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

/* Visible state — triggered by JS */
.ayur-whatsapp-btn.show-whatsapp {
  animation: waFallIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  pointer-events: auto;
}

/* Hover effect */
.ayur-whatsapp-btn.show-whatsapp:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.55), 0 4px 12px rgba(0, 0, 0, 0.18);
}

/* Tooltip label */
.ayur-wa-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #111;
  color: #fff;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  letter-spacing: 0.02em;
}

/* Tooltip arrow */
.ayur-wa-tooltip::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #111;
}

/* Show tooltip on hover */
.ayur-whatsapp-btn.show-whatsapp:hover .ayur-wa-tooltip {
  opacity: 1;
}

/* Responsive — slightly smaller on mobile */
@media (max-width: 575px) {
  .ayur-whatsapp-btn.footer-ayur-whatsapp-btn {
    width: 48px;
    height: 48px;
    right: 14px;
    bottom: 24px !important;
  }

  .ayur-wa-icon {
    width: 26px;
    height: 26px;
  }

  .ayur-wa-tooltip {
    display: none;
  }
}

/* =============================================
   WhatsApp Sticky Button End
   ============================================= */

/* =============================================
   Inner Page Banner (Hero Section) Start
   ============================================= */
.ayur-inner-banner {
  position: relative;
  width: 100%;
  height: 320px;
  /* Approx 250px - 350px */
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ayur-primary-color) 0%, #5d8e25 50%, #3d6016 100%);
  overflow: hidden;
  padding-top: 110px;
  /* Accounts for absolute header height */
  z-index: 1;
}

/* Subtle premium lighting highlight */
.ayur-inner-banner::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 2;
  transform: rotate(-15deg);
}

.ayur-inner-banner::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 50%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 60%);
  pointer-events: none;
  z-index: 2;
}

/* Very light minimal CSS dots pattern for depth */
.ayur-inner-banner-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.08) 1.5px, transparent 1.5px),
    radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 24px 24px, 12px 12px;
  background-position: 0 0, 6px 6px;
  opacity: 0.25;
  pointer-events: none;
  z-index: 2;
}

.ayur-inner-banner-content {
  position: relative;
  z-index: 3;
}

/* Heading H1 Style */
.ayur-inner-title {
  font-family: "Archivo", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--ayur-white-color);
  margin-bottom: 12px;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* Breadcrumb Styling */
.ayur-breadcrumb {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.ayur-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ayur-breadcrumb a:hover {
  color: var(--ayur-white-color);
}

.ayur-breadcrumb .separator {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.ayur-breadcrumb .active {
  color: var(--ayur-white-color);
  font-weight: 600;
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .ayur-inner-banner {
    height: 280px;
    padding-top: 90px;
  }

  .ayur-inner-title {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .ayur-inner-banner {
    height: 240px;
    padding-top: 80px;
  }

  .ayur-inner-title {
    font-size: 30px;
    margin-bottom: 8px;
  }

  .ayur-breadcrumb {
    font-size: 14px;
  }
}

/* =============================================
   Inner Page Banner (Hero Section) End
   ============================================= */

/* =============================================
   Our Philosophy Section Start
   ============================================= */
.ayur-philosophy-sec {
  background-color: #fcfdfa;
  /* A soft, warm natural white background */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Subtle background accent glow */
.ayur-philosophy-sec::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(127, 181, 61, 0.03) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Reusable Divider Styling */
.ayur-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px auto;
  max-width: 200px;
}

.ayur-divider::before,
.ayur-divider::after {
  content: "";
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(127, 181, 61, 0.3), transparent);
  flex-grow: 1;
}

.ayur-divider i {
  color: var(--ayur-primary-color);
  font-size: 16px;
  opacity: 0.8;
}

/* Reusable Section Subheading Styling */
.ayur-section-subheading {
  color: var(--ayur-para-color);
  max-width: 600px;
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
}

/* Philosophy Cards Grid */
.ayur-philosophy-grid {
  position: relative;
  z-index: 1;
}

.ayur-philosophy-card {
  background-color: var(--ayur-white-color);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 42, 15, 0.02);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(127, 181, 61, 0.05);
  height: 100%;
}

.ayur-philosophy-card-icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--ayur-primary-lightcolor);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}

.ayur-philosophy-card-icon-wrap i {
  color: var(--ayur-primary-color);
  font-size: 28px;
  transition: all 0.4s ease;
}

.ayur-philosophy-card-title {
  font-family: "Archivo", sans-serif;
  color: var(--ayur-heading-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.ayur-philosophy-card-desc {
  font-family: "Inter", sans-serif;
  color: var(--ayur-para-color);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Card Hover States */
.ayur-philosophy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(127, 181, 61, 0.08);
  border-color: rgba(127, 181, 61, 0.15);
}

.ayur-philosophy-card:hover .ayur-philosophy-card-icon-wrap {
  background-color: var(--ayur-primary-color);
  transform: scale(1.05);
}

.ayur-philosophy-card:hover .ayur-philosophy-card-icon-wrap i {
  color: var(--ayur-white-color);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .ayur-philosophy-sec {
    padding: 80px 0;
  }

  .ayur-philosophy-card {
    padding: 35px 24px;
  }
}

@media (max-width: 575px) {
  .ayur-philosophy-sec {
    padding: 60px 0;
  }

  .ayur-philosophy-card {
    padding: 30px 20px;
  }
}

/* =============================================
   Our Philosophy Section End
   ============================================= */

/* =============================================
   Founder/Visionary Section Start
   ============================================= */
.ayur-founder-sec {
  padding: 100px 0;
  position: relative;
  background-color: var(--ayur-white-color);
  overflow: hidden;
  z-index: 1;
}

.ayur-founder-img-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(15, 42, 15, 0.04);
  height: 520px;
  width: 100%;
}

.ayur-founder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Floating badge */
.ayur-founder-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background-color: var(--ayur-white-color);
  border-radius: 12px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 25px rgba(15, 42, 15, 0.12);
  border-left: 4px solid var(--ayur-primary-color);
  z-index: 3;
}

.ayur-founder-badge .badge-icon i {
  color: var(--ayur-primary-color);
  font-size: 24px;
}

.ayur-founder-badge .badge-text-wrap {
  display: flex;
  flex-direction: column;
}

.ayur-founder-badge .badge-num {
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ayur-heading-color);
  line-height: 1.2;
}

.ayur-founder-badge .badge-lbl {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--ayur-para-color);
}

/* Content styles */
.ayur-founder-content {
  position: relative;
  z-index: 2;
}

.ayur-founder-label {
  font-family: "Archivo", sans-serif;
  color: var(--ayur-primary-color);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.ayur-founder-title {
  font-family: "Archivo", sans-serif;
  color: var(--ayur-heading-color);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 1.3;
}

.ayur-founder-story p {
  font-family: "Inter", sans-serif;
  color: var(--ayur-para-color);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.ayur-founder-story p:last-child {
  margin-bottom: 0;
}

/* Quote card styling */
.ayur-founder-quote {
  background-color: rgba(127, 181, 61, 0.05);
  border-left: 4px solid var(--ayur-primary-color);
  padding: 24px 30px;
  border-radius: 0 16px 16px 0;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.ayur-founder-quote .quote-icon {
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 72px;
  color: rgba(127, 181, 61, 0.1);
  line-height: 1;
  pointer-events: none;
}

.ayur-founder-quote .quote-text {
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  color: var(--ayur-heading-color);
  line-height: 1.5;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* Signature details */
.ayur-founder-meta {
  margin-top: 15px;
}

.ayur-founder-meta .founder-name {
  font-family: "Archivo", sans-serif;
  color: var(--ayur-heading-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.ayur-founder-meta .founder-title {
  font-family: "Inter", sans-serif;
  color: var(--ayur-primary-color);
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.ayur-founder-meta .founder-qual {
  font-family: "Inter", sans-serif;
  color: var(--ayur-para-color);
  font-size: 13px;
  display: block;
  margin-top: 2px;
}

/* Background shape decoration */
.ayur-founder-bgshape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.ayur-founder-bgshape img {
  position: absolute;
}

.ayur-founder-bgshape img:nth-child(1) {
  bottom: -4%;
  left: -2%;
  width: 250px;
  opacity: 0.7;
}

.ayur-founder-bgshape img:nth-child(2) {
  top: 8%;
  right: -2%;
  width: 180px;
  opacity: 0.6;
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .ayur-founder-sec {
    padding: 80px 0;
  }

  .ayur-founder-img-wrapper {
    height: 480px;
    margin-bottom: 30px;
  }

  .ayur-founder-title {
    font-size: 26px;
  }

  .ayur-founder-bgshape img:nth-child(2) {
    display: none;
  }
}

@media (max-width: 575px) {
  .ayur-founder-sec {
    padding: 60px 0;
  }

  .ayur-founder-img-wrapper {
    height: 380px;
  }

  .ayur-founder-badge {
    padding: 10px 18px;
    bottom: 15px;
    left: 15px;
  }

  .ayur-founder-badge .badge-icon i {
    font-size: 20px;
  }

  .ayur-founder-badge .badge-num {
    font-size: 14px;
  }

  .ayur-founder-title {
    font-size: 22px;
  }

  .ayur-founder-quote {
    padding: 20px;
  }

  .ayur-founder-quote .quote-text {
    font-size: 15px;
  }
}

/* =============================================
   Founder/Visionary Section End
   ============================================= */

/* =============================================
   Our Healing Approach Section Start
   ============================================= */
.ayur-approach-sec {
  background-color: #f7faf5;
  /* Soft light green-tinted background */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ayur-journey-wrapper {
  padding: 40px 0;
  position: relative;
}

/* Connecting wave line on desktop */
.ayur-journey-line-container {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 0;
  pointer-events: none;
}

.ayur-journey-curve {
  width: 100%;
  height: 100%;
}

/* Steps columns offsets on desktop */
@media (min-width: 992px) {
  .ayur-journey-col:nth-child(odd) {
    margin-top: -30px;
  }

  .ayur-journey-col:nth-child(even) {
    margin-top: 30px;
  }
}

.ayur-journey-step {
  background-color: var(--ayur-white-color);
  border-radius: 20px;
  padding: 40px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 42, 15, 0.02);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(127, 181, 61, 0.04);
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Step number badge */
.step-num-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--ayur-primary-color) 0%, #5d8e25 100%);
  color: var(--ayur-white-color);
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(127, 181, 61, 0.25);
  letter-spacing: 0.05em;
}

.step-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(127, 181, 61, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 20px;
  transition: all 0.4s ease;
}

.step-icon-wrap i {
  color: var(--ayur-primary-color);
  font-size: 24px;
  transition: all 0.4s ease;
}

.step-title {
  font-family: "Archivo", sans-serif;
  color: var(--ayur-heading-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.step-desc {
  font-family: "Inter", sans-serif;
  color: var(--ayur-para-color);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Card Hover Styling */
.ayur-journey-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(127, 181, 61, 0.08);
  border-color: rgba(127, 181, 61, 0.15);
}

.ayur-journey-step:hover .step-icon-wrap {
  background-color: var(--ayur-primary-color);
}

.ayur-journey-step:hover .step-icon-wrap i {
  color: var(--ayur-white-color);
}

/* Background shape decoration */
.ayur-approach-bgshape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.ayur-approach-bgshape img {
  position: absolute;
}

.ayur-approach-bgshape img:nth-child(1) {
  top: 10%;
  left: -2%;
  width: 200px;
  opacity: 0.5;
}

.ayur-approach-bgshape img:nth-child(2) {
  bottom: 5%;
  right: -2%;
  width: 150px;
  opacity: 0.4;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .ayur-approach-sec {
    padding: 80px 0;
  }

  .ayur-journey-wrapper {
    padding: 20px 0;
  }

  .ayur-journey-step {
    padding: 35px 20px;
  }
}

@media (max-width: 575px) {
  .ayur-approach-sec {
    padding: 60px 0;
  }

  .ayur-journey-step {
    padding: 30px 15px;
  }

  .step-title {
    font-size: 17px;
  }
}

/* =============================================
   Our Healing Approach Section End
   ============================================= */

/* =============================================
   Meet Our Experts Section Start
   ============================================= */
.ayur-experts-sec {
  background-color: var(--ayur-white-color);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ayur-expert-card {
  background-color: var(--ayur-white-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 42, 15, 0.02);
  border: 1px solid rgba(127, 181, 61, 0.04);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ayur-expert-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  width: 100%;
}

.ayur-expert-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ayur-expert-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--ayur-heading-color);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid rgba(127, 181, 61, 0.2);
  box-shadow: 0 4px 12px rgba(15, 42, 15, 0.04);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ayur-expert-badge i {
  color: var(--ayur-primary-color);
  font-size: 11px;
}

.ayur-expert-info {
  padding: 25px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ayur-expert-info .expert-name {
  font-family: "Archivo", sans-serif;
  color: var(--ayur-heading-color);
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ayur-expert-info .expert-qual {
  font-family: "Inter", sans-serif;
  color: var(--ayur-primary-color);
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.ayur-expert-info .expert-spec {
  font-family: "Inter", sans-serif;
  color: var(--ayur-para-color);
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

.ayur-expert-info .expert-exp {
  font-family: "Inter", sans-serif;
  color: var(--ayur-primary-color);
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  align-self: center;
  padding: 4px 12px;
  background-color: var(--ayur-primary-lightcolor);
  border-radius: 12px;
  margin-top: auto;
}

/* Hover States */
.ayur-expert-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(127, 181, 61, 0.08);
  border-color: rgba(127, 181, 61, 0.15);
}

.ayur-expert-card:hover .ayur-expert-image {
  transform: scale(1.04);
}

/* Responsive breakpoint styling overrides */
@media (max-width: 991px) {
  .ayur-experts-sec {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .ayur-experts-sec {
    padding: 60px 0;
  }

  .ayur-expert-info {
    padding: 20px 15px;
  }

  .ayur-expert-info .expert-name {
    font-size: 18px;
  }
}

/* =============================================
   Meet Our Experts Section End
   ============================================= */

/* =============================================
   What Problems We Solve Section Start
   ============================================= */
.ayur-problems-sec {
  background-color: #fcfbfa;
  /* Soft warm-white background to contrast sections */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ayur-problems-img-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(15, 42, 15, 0.05);
  height: 540px;
  position: relative;
  background-color: #fff;
}

.ayur-problems-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.ayur-problems-img-wrap:hover .ayur-problems-img {
  transform: scale(1.03);
}

.ayur-condition-item {
  display: flex;
  gap: 15px;
  padding: 16px 14px;
  border-radius: 12px;
  border-bottom: 1px solid rgba(15, 42, 15, 0.04);
  background-color: transparent;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.condition-icon-wrap {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background-color: rgba(127, 181, 61, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ayur-primary-color);
  font-size: 11px;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.condition-text-wrap {
  flex-grow: 1;
}

.condition-title {
  font-family: "Archivo", sans-serif;
  color: var(--ayur-heading-color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  transition: color 300ms ease;
}

.condition-desc {
  font-family: "Inter", sans-serif;
  color: var(--ayur-para-color);
  font-size: 13.5px;
  line-height: 1.45;
  margin-bottom: 0;
}

/* Hover Micro-interactions */
.ayur-condition-item:hover {
  background-color: rgba(127, 181, 61, 0.05);
  border-bottom-color: rgba(127, 181, 61, 0.12);
  transform: translateX(4px);
}

.ayur-condition-item:hover .condition-icon-wrap {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  transform: scale(1.05);
}

/* Responsive breakpoint styling overrides */
@media (max-width: 991px) {
  .ayur-problems-sec {
    padding: 80px 0;
  }

  .ayur-problems-img-wrap {
    height: 400px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .ayur-problems-sec {
    padding: 60px 0;
  }

  .ayur-condition-item {
    padding: 12px 10px;
  }

  .condition-title {
    font-size: 15px;
  }

  .condition-desc {
    font-size: 13px;
  }
}

/* =============================================
   What Problems We Solve Section End
   ============================================= */

/* =============================================
   Treatments & Care Overview Section Start
   ============================================= */
.ayur-treatment-overview-sec {
  background-color: var(--ayur-white-color);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ayur-treatment-overview-content {
  position: relative;
  z-index: 1;
}

.ayur-overview-desc {
  font-family: "Inter", sans-serif;
  color: var(--ayur-para-color);
  font-size: 15px;
  line-height: 1.6;
}

.ayur-overview-highlights {
  margin-top: 30px;
}

.ayur-highlight-item {
  display: flex;
  gap: 15px;
  background-color: transparent;
  transition: transform 300ms ease;
}

.ayur-highlight-item .highlight-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background-color: var(--ayur-primary-lightcolor);
  color: var(--ayur-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ayur-highlight-item .highlight-text {
  flex-grow: 1;
}

.ayur-highlight-item .highlight-text h4 {
  font-family: "Archivo", sans-serif;
  color: var(--ayur-heading-color);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
}

.ayur-highlight-item .highlight-text p {
  font-family: "Inter", sans-serif;
  color: var(--ayur-para-color);
  font-size: 13.5px;
  line-height: 1.45;
  margin-bottom: 0;
}

/* Highlight Hover States */
.ayur-highlight-item:hover {
  transform: translateX(4px);
}

.ayur-highlight-item:hover .highlight-icon {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  transform: scale(1.05);
}

/* Right Side Graphic Area */
.ayur-treatment-graphic-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 0 45px;
}

.graphic-glow-circle {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127, 181, 61, 0.12) 0%, rgba(127, 181, 61, 0) 70%);
  z-index: 0;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ayur-treatment-main-img-wrap {
  width: 100%;
  height: 440px;
  position: relative;
  z-index: 1;
}

.img-inner-container {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 4px solid var(--ayur-white-color);
  box-shadow: 0 20px 40px rgba(15, 42, 15, 0.08);
  position: relative;
  z-index: 1;
}

.ayur-treatment-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.img-inner-container:hover .ayur-treatment-main-img {
  transform: scale(1.04);
}

.img-offset-frame {
  position: absolute;
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
  border: 2px dashed rgba(127, 181, 61, 0.25);
  border-radius: 24px;
  z-index: 0;
  pointer-events: none;
  transition: all 400ms ease;
}

.ayur-treatment-main-img-wrap:hover .img-offset-frame {
  transform: translate(-5px, -5px);
  border-color: rgba(127, 181, 61, 0.45);
}

.graphic-leaf-decor {
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 120px;
  opacity: 0.35;
  z-index: 0;
  pointer-events: none;
}

.graphic-leaf-decor img {
  width: 100%;
  height: auto;
}

/* Floating Wellness Badges */
.ayur-floating-wellness-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(15, 42, 15, 0.08);
  z-index: 2;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ayur-floating-wellness-badge .badge-icon-circle {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: var(--ayur-primary-lightcolor);
  color: var(--ayur-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.ayur-floating-wellness-badge .badge-content {
  display: flex;
  flex-direction: column;
}

.ayur-floating-wellness-badge .badge-number {
  font-family: "Archivo", sans-serif;
  color: var(--ayur-heading-color);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.ayur-floating-wellness-badge .badge-text {
  font-family: "Inter", sans-serif;
  color: var(--ayur-para-color);
  font-size: 11px;
  font-weight: 500;
}

/* Specific Badge Placements */
.badge-experience {
  top: 18%;
  left: 10px;
}

.badge-patients {
  bottom: 18%;
  right: 10px;
}

/* Badge Hover Interaction */
.ayur-floating-wellness-badge:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(127, 181, 61, 0.12);
  border-color: rgba(127, 181, 61, 0.3);
  background: rgba(255, 255, 255, 0.9);
}

/* Header & Divider Left Alignment Overrides */
.ayur-treatment-overview-content .ayur-heading-wrap {
  text-align: left;
}

.ayur-treatment-overview-content .ayur-divider {
  justify-content: flex-start;
  margin: 20px 0;
  max-width: 200px;
}

.ayur-treatment-overview-content .ayur-divider::before {
  display: none;
}

.ayur-treatment-overview-content .ayur-divider::after {
  background: linear-gradient(to right, rgba(127, 181, 61, 0.4), transparent);
}

/* Responsive breakpoint styling overrides */
@media (max-width: 991px) {
  .ayur-treatment-overview-sec {
    padding: 80px 0;
  }

  .ayur-treatment-graphic-wrap {
    max-width: 440px;
    margin: 40px auto 0;
    padding: 0 30px;
  }

  .ayur-treatment-main-img-wrap {
    width: 100%;
    height: 380px;
  }

  .badge-experience {
    top: 12%;
    left: 0;
  }

  .badge-patients {
    bottom: 12%;
    right: 0;
  }
}

@media (max-width: 575px) {
  .ayur-treatment-overview-sec {
    padding: 60px 0;
  }

  .ayur-treatment-graphic-wrap {
    padding: 0 15px;
  }

  .ayur-treatment-main-img-wrap {
    height: 300px;
  }

  .ayur-floating-wellness-badge {
    padding: 10px 14px;
    gap: 10px;
  }

  .ayur-floating-wellness-badge .badge-icon-circle {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 12px;
  }

  .ayur-floating-wellness-badge .badge-number {
    font-size: 14px;
  }

  .ayur-floating-wellness-badge .badge-text {
    font-size: 10.5px;
  }

  .badge-experience {
    top: 5%;
    left: -5px;
  }

  .badge-patients {
    bottom: 5%;
    right: -5px;
  }
}

/* =============================================
   Treatments & Care Overview Section End
   ============================================= */

/* =============================================
   Service Listing Section Start
   ============================================= */
.ayur-services-list-sec {
  background-color: #fcfbfa;
  /* Warm off-white background */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ayur-services-list-container {
  position: relative;
  z-index: 1;
}

.ayur-service-row {
  padding-bottom: 90px;
  margin-bottom: 90px;
  border-bottom: 1px solid rgba(15, 42, 15, 0.05);
}

.ayur-service-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.ayur-service-img-wrap {
  width: 100%;
  height: 380px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(15, 42, 15, 0.04);
  position: relative;
}

.ayur-service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ayur-service-img-wrap:hover .ayur-service-img {
  transform: scale(1.04);
}

.ayur-service-content-wrap {
  position: relative;
  padding: 10px 0;
  transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ayur-service-content-wrap:hover {
  transform: translateY(-4px);
}

.ayur-service-bg-number {
  position: absolute;
  top: -15px;
  left: -15px;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  font-family: "Archivo", sans-serif;
  color: rgba(127, 181, 61, 0.05);
  pointer-events: none;
  z-index: 0;
  transition: color 300ms ease;
}

.ayur-service-content-wrap:hover .ayur-service-bg-number {
  color: rgba(127, 181, 61, 0.08);
}

.ayur-service-num-tag {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--ayur-primary-color);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.ayur-service-title {
  font-family: "Archivo", sans-serif;
  color: var(--ayur-heading-color);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.ayur-service-desc {
  font-family: "Inter", sans-serif;
  color: var(--ayur-para-color);
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.ayur-service-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.ayur-service-highlights .highlight-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ayur-heading-color);
}

.ayur-service-highlights .highlight-item i {
  color: var(--ayur-primary-color);
  font-size: 12px;
}

.ayur-service-ctas {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* Responsive breakpoint styling overrides */
@media (max-width: 991px) {
  .ayur-services-list-sec {
    padding: 80px 0;
  }

  .ayur-service-row {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

  .ayur-service-img-wrap {
    height: 320px;
  }

  .ayur-service-bg-number {
    font-size: 90px;
    top: -15px;
    left: -10px;
  }

  .ayur-service-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .ayur-services-list-sec {
    padding: 60px 0;
  }

  .ayur-service-img-wrap {
    height: 240px;
  }

  .ayur-service-highlights {
    flex-direction: column;
    gap: 8px;
  }

  .ayur-service-ctas {
    flex-direction: column;
    width: 100%;
  }

  .ayur-service-ctas .ayur-btn {
    width: 100%;
    text-align: center;
  }
}

/* =============================================
   Service Listing Section End
   ============================================= */

/* =============================================
   Service Listing Section (Option 2 - Cards Grid Showcase) Start
   ============================================= */
.service-option-two {
  padding: 100px 0;
  background-color: var(--ayur-testpara-bgcolor);
  position: relative;
  z-index: 1;
}

.service-showcase-card {
  position: relative;
  background-color: var(--ayur-white-color);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.01);
  transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.service-showcase-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(15, 42, 15, 0.08);
}

.service-showcase-image-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.service-showcase-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.service-showcase-card:hover .service-showcase-image {
  transform: scale(1.06);
}

.service-showcase-image-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(15, 42, 15, 0.5) 100%);
  pointer-events: none;
}

.service-showcase-badge {
  position: absolute;
  top: 215px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Archivo', sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(127, 181, 61, 0.3);
  z-index: 10;
  border: 3px solid var(--ayur-white-color);
}

.service-showcase-content {
  padding: 35px 30px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-showcase-title {
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ayur-banheading-color);
  margin-bottom: 12px;
  transition: color 300ms ease;
}

.service-showcase-card:hover .service-showcase-title {
  color: var(--ayur-primary-color);
}

.service-showcase-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ayur-para-color);
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 70px;
}

.service-showcase-highlights {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 25px;
  padding-top: 18px;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
}

.service-showcase-highlight-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ayur-banheading-color);
}

.service-showcase-highlight-item i {
  color: var(--ayur-primary-color);
  font-size: 12px;
}

.service-showcase-ctas {
  display: flex;
  gap: 12px;
  margin-top: auto;
}

.service-showcase-ctas .ayur-btn {
  min-width: unset;
  flex: 1;
  font-size: 14px;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  border-radius: 22px;
}

.service-showcase-ctas .ayur-btn-wa {
  background-color: #25d366;
  border-color: #25d366;
  color: var(--ayur-white-color);
}

.service-showcase-ctas .ayur-btn-wa::after {
  background-color: #128c7e;
}

.service-showcase-ctas .ayur-btn-wa:hover {
  color: var(--ayur-white-color);
}

@media (max-width: 991px) {
  .service-option-two {
    padding: 80px 0;
  }

  .service-showcase-content {
    padding: 30px 24px 24px;
  }
}

@media (max-width: 767px) {
  .service-showcase-image-wrap {
    height: 220px;
  }

  .service-showcase-badge {
    top: 195px;
  }
}

@media (max-width: 575px) {
  .service-option-two {
    padding: 60px 0;
  }

  .service-showcase-ctas {
    flex-direction: column;
    width: 100%;
  }

  .service-showcase-ctas .ayur-btn {
    width: 100%;
  }
}

/* =============================================
   Service Listing Section (Option 2 - Cards Grid Showcase) End
   ============================================= */

/* =============================================
   Service Overview Section Start
   ============================================= */
.ayur-service-overview-sec {
  padding: 100px 0;
  background-color: #FDFFFF;
  position: relative;
}

.ayur-service-overview-content {
  padding-right: 20px;
}

/* Heading & Divider Left Alignment */
.ayur-service-overview-content .ayur-heading-wrap {
  text-align: left;
  margin-bottom: 24px;
}

.ayur-service-overview-content .ayur-divider {
  justify-content: flex-start;
  margin: 20px 0;
  max-width: 200px;
}

.ayur-service-overview-content .ayur-divider::before {
  display: none;
}

.ayur-service-overview-content .ayur-divider::after {
  background: linear-gradient(to right, rgba(127, 181, 61, 0.4), transparent);
}

/* Highlights list in two-column layout */
.ayur-service-overview-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.ayur-service-overview-highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 300ms ease;
}

.ayur-service-overview-highlight-item:hover {
  transform: translateX(5px);
}

.ayur-service-overview-highlight-item i {
  font-size: 14px;
  color: var(--ayur-primary-color);
  background-color: var(--ayur-primary-lightcolor);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}

.ayur-service-overview-highlight-item:hover i {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  transform: scale(1.08);
}

.ayur-service-overview-highlight-item span {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
  line-height: 1.4;
}

/* Additional Trust Block strip styling */
.ayur-trust-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ayur-trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ayur-trust-badge .badge-icon {
  font-size: 22px;
  color: var(--ayur-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ayur-trust-badge .badge-text-wrap {
  display: flex;
  flex-direction: column;
}

.ayur-trust-badge .badge-num {
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: var(--ayur-heading-color);
  line-height: 1.25;
}

.ayur-trust-badge .badge-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--ayur-para-color);
  font-weight: 500;
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .ayur-service-overview-sec {
    padding: 80px 0;
  }

  .ayur-service-overview-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .ayur-treatment-graphic-wrap {
    max-width: 440px;
    margin: 40px auto 0;
    padding: 0 30px;
  }
}

@media (max-width: 575px) {
  .ayur-service-overview-sec {
    padding: 60px 0;
  }

  .ayur-service-overview-highlights {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ayur-trust-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/* =============================================
   Service Overview Section End
   ============================================= */

/* =============================================
   Benefits of Treatment Section Start
   ============================================= */
.ayur-benefits-sec {
  padding: 100px 0;
  background-color: #fcfbfa;
  /* Warm off-white background */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Premium Cards Grid Layout */
.ayur-benefits-grid {
  position: relative;
  margin-top: 50px;
  z-index: 1;
}

.benefit-premium-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(253, 251, 247, 0.96) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(127, 181, 61, 0.12);
  border-radius: 24px;
  padding: 35px 28px;
  box-shadow: 0 10px 30px rgba(15, 42, 15, 0.02);
  transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.benefit-premium-card::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 110px;
  height: 110px;
  background: url('../images/bg-leaf2.png') no-repeat center center;
  background-size: contain;
  opacity: 0.03;
  transition: all 500ms ease;
  pointer-events: none;
  z-index: 0;
}

.card-badge {
  position: absolute;
  top: 24px;
  right: 28px;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: rgba(127, 181, 61, 0.25);
  letter-spacing: 1px;
  transition: all 300ms ease;
  z-index: 1;
}

.card-icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--ayur-primary-lightcolor);
  color: var(--ayur-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 24px;
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: inset 0 0 10px rgba(127, 181, 61, 0.05);
  z-index: 1;
  position: relative;
}

.card-body-wrap {
  width: 100%;
  z-index: 1;
  position: relative;
}

.card-body-wrap h4 {
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--ayur-heading-color);
  margin-bottom: 12px;
  line-height: 1.35;
  transition: color 300ms ease;
}

.card-body-wrap p {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  color: var(--ayur-para-color);
  line-height: 1.55;
  margin-bottom: 0;
}

/* Hover highlights */
.benefit-premium-card:hover {
  transform: translateY(-8px);
  border-color: rgba(127, 181, 61, 0.45);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(253, 251, 247, 1) 100%);
  box-shadow: 0 20px 40px rgba(127, 181, 61, 0.12);
}

.benefit-premium-card:hover::before {
  opacity: 0.09;
  transform: scale(1.15) rotate(-15deg);
}

.benefit-premium-card:hover .card-badge {
  color: var(--ayur-primary-color);
  transform: scale(1.1);
}

.benefit-premium-card:hover .card-icon-wrap {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  transform: rotate(15deg) scale(1.1);
  box-shadow: 0 10px 20px rgba(127, 181, 61, 0.25);
}

.benefit-premium-card:hover h4 {
  color: var(--ayur-primary-color);
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .ayur-benefits-sec {
    padding: 80px 0;
  }

  .ayur-benefits-grid {
    margin-top: 40px;
  }

  .benefit-premium-card {
    padding: 30px 24px;
  }

  .card-body-wrap h4 {
    font-size: 16px;
  }

  .card-body-wrap p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .benefit-premium-card {
    padding: 24px 20px;
  }

  .card-badge {
    top: 15px;
    right: 20px;
  }

  .card-icon-wrap {
    margin-bottom: 16px;
  }
}
}

/* =============================================
   Benefits of Treatment Section End
   ============================================= */

/* =============================================
   Treatment Process Section Start
   ============================================= */
.ayur-process-sec {
  padding: 100px 0;
  background-color: var(--ayur-white-color);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ayur-process-main-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(127, 181, 61, 0.12);
}

.ayur-process-main-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 480px;
  transition: transform 0.6s ease;
}

.ayur-process-main-img-wrap:hover img {
  transform: scale(1.02);
}

.img-overlay-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(127, 181, 61, 0.02) 0%, rgba(127, 181, 61, 0.08) 100%);
  pointer-events: none;
}

/* Horizontal Process Journey Container */
.ayur-process-horizontal-journey {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: minmax(220px, auto) 60px minmax(220px, auto);
  row-gap: 0;
  /* Handled by 60px row gap row */
  justify-items: center;
  align-items: stretch;
  position: relative;
  margin-top: 50px;
  height: auto;
  z-index: 1;
}

section.ayur-bgcover.ayur-process-sec {
  padding: 80px 0;
}

/* Horizontal pathway track line in the middle gap */
.process-track-line-horizontal {
  grid-row: 2;
  grid-column: 1 / span 6;
  position: absolute;
  top: 33.5px;
  left: 16.67%;
  right: 16.67%;
  height: 3px;
  background: linear-gradient(to right, rgba(127, 181, 61, 0.15) 0%, rgba(127, 181, 61, 0.7) 50%, rgba(127, 181, 61, 0.15) 100%);
  transform: translateY(-50%);
  z-index: 0;
  transition: all 300ms ease;
  width: 66.67%;
}

.ayur-process-horizontal-journey:hover .process-track-line-horizontal {
  background: linear-gradient(to right, rgba(127, 181, 61, 0.3) 0%, rgba(127, 181, 61, 1) 50%, rgba(127, 181, 61, 0.3) 100%);
  box-shadow: 0 0 10px rgba(127, 181, 61, 0.2);
}

/* Journey Step Column placements */
.process-step-item-grid {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.process-step-item-grid.step-1 {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  justify-content: flex-end;
  padding-bottom: 60px;
  /* Space for Row 2 gap nodes */
}

.process-step-item-grid.step-2 {
  grid-column: 3 / span 2;
  grid-row: 1 / span 2;
  justify-content: flex-end;
  padding-bottom: 60px;
}

.process-step-item-grid.step-3 {
  grid-column: 5 / span 2;
  grid-row: 1 / span 2;
  justify-content: flex-end;
  padding-bottom: 60px;
}

.process-step-item-grid.step-4 {
  grid-column: 2 / span 2;
  grid-row: 2 / span 2;
  justify-content: flex-start;
  padding-top: 60px;
  /* Space for Row 2 gap nodes */
}

.process-step-item-grid.step-5 {
  grid-column: 4 / span 2;
  grid-row: 2 / span 2;
  justify-content: flex-start;
  padding-top: 60px;
}

/* Numbered Circular Nodes */
.process-node-circle-grid {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--ayur-white-color);
  border: 4px solid var(--ayur-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: var(--ayur-primary-color);
  z-index: 3;
  box-shadow: 0 0 10px rgba(127, 181, 61, 0.25);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.process-step-item-grid.step-1 .process-node-circle-grid,
.process-step-item-grid.step-2 .process-node-circle-grid,
.process-step-item-grid.step-3 .process-node-circle-grid {
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 50%);
}

.process-step-item-grid.step-4 .process-node-circle-grid,
.process-step-item-grid.step-5 .process-node-circle-grid {
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Vertical Connector Line */
.process-connector-vertical-grid {
  position: absolute;
  left: 50%;
  width: 2px;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(127, 181, 61, 0.1) 0%, rgba(127, 181, 61, 0.5) 100%);
  transition: all 300ms ease;
  pointer-events: none;
}

/* Step 1, 2, 3 Connectors (run from bottom of Card to node on the line) */
.process-step-item-grid.step-1 .process-connector-vertical-grid,
.process-step-item-grid.step-2 .process-connector-vertical-grid,
.process-step-item-grid.step-3 .process-connector-vertical-grid {
  bottom: 30px;
  height: 30px;
}

/* Step 4, 5 Connectors (run from line down to top of Card) */
.process-step-item-grid.step-4 .process-connector-vertical-grid,
.process-step-item-grid.step-5 .process-connector-vertical-grid {
  top: 30px;
  height: 30px;
}

/* Hover highlights */
.process-step-item-grid:hover .process-connector-vertical-grid {
  background: var(--ayur-primary-color);
  width: 3px;
}

.process-step-item-grid.step-1:hover .process-node-circle-grid,
.process-step-item-grid.step-2:hover .process-node-circle-grid,
.process-step-item-grid.step-3:hover .process-node-circle-grid {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  transform: translate(-50%, 50%) scale(1.25);
  box-shadow: 0 0 18px var(--ayur-primary-color);
}

.process-step-item-grid.step-4:hover .process-node-circle-grid,
.process-step-item-grid.step-5:hover .process-node-circle-grid {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  transform: translate(-50%, -50%) scale(1.25);
  box-shadow: 0 0 18px var(--ayur-primary-color);
}

/* Process Card Design */
.process-card-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15, 42, 15, 0.03);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 2;
  text-align: center;
  align-items: center;
  width: 280px;
  height: 100%;
  min-height: 220px;
}

.process-card-grid:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(127, 181, 61, 0.08), 0 4px 12px rgba(0, 0, 0, 0.02);
  border-color: rgba(127, 181, 61, 0.3);
  background: rgba(255, 255, 255, 0.92);
}

.process-icon-grid {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background-color: var(--ayur-primary-lightcolor);
  color: var(--ayur-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 300ms ease;
}

.process-card-grid:hover .process-icon-grid {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  transform: scale(1.08);
  box-shadow: 0 0 12px rgba(127, 181, 61, 0.3);
}

.process-content-grid {
  width: 100%;
}

.process-content-grid h4 {
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ayur-heading-color);
  margin-bottom: 6px;
  line-height: 1.3;
}

.process-content-grid p {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  color: var(--ayur-para-color);
  line-height: 1.45;
  margin-bottom: 0;
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .ayur-process-sec {
    padding: 80px 0;
  }

  .ayur-process-horizontal-journey {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto auto;
    row-gap: 30px;
    height: auto;
    margin-top: 40px;
  }

  .process-track-line-horizontal {
    display: none;
  }

  .process-connector-vertical-grid {
    display: none;
  }

  .process-step-item-grid {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
  }

  .process-step-item-grid.step-1,
  .process-step-item-grid.step-2,
  .process-step-item-grid.step-3,
  .process-step-item-grid.step-4 {
    grid-column: span 3;
  }

  .process-step-item-grid.step-5 {
    grid-column: 2 / span 3;
  }

  .process-step-item-grid .process-node-circle-grid {
    display: flex !important;
    position: static;
    transform: none;
    order: 1;
    margin-bottom: 12px;
  }

  .process-card-grid {
    order: 2;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    min-height: 0 !important;
    text-align: left !important;
    align-items: flex-start !important;
    flex-direction: row !important;
    padding: 24px;
    gap: 16px;
  }

  .process-content-grid {
    text-align: left;
  }

  .process-content-grid h4 {
    font-size: 17px;
  }

  .process-content-grid p {
    font-size: 13.5px;
  }

  .process-icon-grid {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .ayur-process-horizontal-journey {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .ayur-process-horizontal-journey::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 20px;
    width: 2px;
    border-left: 2px dashed rgba(127, 181, 61, 0.3);
    z-index: 0;
  }

  .process-step-item-grid {
    align-items: flex-start;
  }

  .process-node-circle-grid {
    position: absolute;
    left: -36px;
    top: 10px;
    margin: 0;
    z-index: 2;
  }

  .process-card-grid {
    padding: 20px;
  }
}

/* =============================================
   Treatment Process Section End
   ============================================= */

/* =============================================
   Premium Conversion Section Start
   ============================================= */
.ayur-conversion-sec {
  padding: 100px 0;
  background: linear-gradient(135deg, #f7faf4 0%, #f1f7eb 50%, #eaf4e2 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Floating organic decorations */
.ayur-conversion-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.25;
  z-index: 0;
}

.ayur-conversion-shape.shape-1 {
  top: 10%;
  left: 2%;
  width: 180px;
  animation: floatLeaf1 6s ease-in-out infinite alternate;
}

.ayur-conversion-shape.shape-2 {
  bottom: 8%;
  right: 3%;
  width: 140px;
  animation: floatLeaf2 8s ease-in-out infinite alternate;
}

@keyframes floatLeaf1 {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    transform: translateY(-15px) rotate(8deg);
  }
}

@keyframes floatLeaf2 {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    transform: translateY(12px) rotate(-6deg);
  }
}

.ayur-conversion-content {
  position: relative;
  z-index: 2;
}

/* Heading & Divider Left Alignment */
.ayur-conversion-content .ayur-heading-wrap {
  text-align: left;
  margin-bottom: 24px;
}

.ayur-conversion-content .ayur-divider {
  justify-content: flex-start;
  margin: 15px 0 25px;
  max-width: 200px;
}

.ayur-conversion-content .ayur-divider::before {
  display: none;
}

.ayur-conversion-content .ayur-divider::after {
  background: linear-gradient(to right, rgba(127, 181, 61, 0.4), transparent);
}

.ayur-conversion-desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ayur-para-color);
  margin-bottom: 35px;
}

/* Checklist Styling */
.ayur-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
  margin-bottom: 40px;
}

.ayur-checklist-item {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 300ms ease;
}

.ayur-checklist-item:hover {
  transform: translateX(5px);
}

.ayur-checklist-item .checklist-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background-color: rgba(127, 181, 61, 0.12);
  color: var(--ayur-primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid rgba(127, 181, 61, 0.2);
  box-shadow: 0 4px 10px rgba(127, 181, 61, 0.05);
}

.ayur-checklist-item .checklist-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--ayur-banheading-color);
  font-family: "Inter", sans-serif;
}

/* Contact Cards Action Area */
.ayur-contact-cards {
  margin-top: 35px;
}

.ayur-contact-action-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 20px;
  background-color: var(--ayur-white-color);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
  text-decoration: none;
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 300ms ease, border-color 300ms ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.ayur-contact-action-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--ayur-primary-color);
  opacity: 0.7;
  transition: width 300ms ease;
}

.ayur-contact-action-card.whatsapp-card::before {
  background-color: #25d366;
}

.ayur-contact-action-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(127, 181, 61, 0.15);
}

.ayur-contact-action-card.whatsapp-card:hover {
  border-color: rgba(37, 211, 102, 0.2);
}

.ayur-contact-action-card:hover::before {
  width: 6px;
}

.ayur-contact-action-card .card-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
}

.ayur-contact-action-card.call-card .card-icon {
  background-color: rgba(4, 138, 5, 0.08);
  color: var(--ayur-primary-color);
  border: 1px solid rgba(4, 138, 5, 0.12);
}

.ayur-contact-action-card.whatsapp-card .card-icon {
  background-color: rgba(37, 211, 102, 0.08);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.12);
}

.ayur-contact-action-card:hover .card-icon {
  transform: scale(1.1) rotate(-8deg);
}

.ayur-contact-action-card.call-card:hover .card-icon {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
}

.ayur-contact-action-card.whatsapp-card:hover .card-icon {
  background-color: #25d366;
  color: var(--ayur-white-color);
}

.ayur-contact-action-card .card-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ayur-contact-action-card .card-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--ayur-para-color);
  margin-bottom: 4px;
}

.ayur-contact-action-card .card-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--ayur-banheading-color);
}

.ayur-contact-action-card .card-hover-arrow {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f8f4;
  color: var(--ayur-para-color);
  font-size: 12px;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  opacity: 0.6;
}

.ayur-contact-action-card:hover .card-hover-arrow {
  transform: translateX(3px);
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  opacity: 1;
}

.ayur-contact-action-card.whatsapp-card:hover .card-hover-arrow {
  background-color: #25d366;
}

/* Consultation Form Card Styling */
.ayur-consultation-form-card {
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(127, 181, 61, 0.08);
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0 20px 50px rgba(15, 42, 15, 0.05);
  position: relative;
  z-index: 2;
  transition: box-shadow 300ms ease, transform 300ms ease;
}

.ayur-consultation-form-card:hover {
  box-shadow: 0 25px 60px rgba(15, 42, 15, 0.08);
}

.ayur-consultation-form-card .form-header {
  text-align: center;
  margin-bottom: 35px;
}

.ayur-consultation-form-card .badge-consult {
  display: inline-block;
  background-color: rgba(127, 181, 61, 0.08);
  color: var(--ayur-primary-color);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  border: 1px solid rgba(127, 181, 61, 0.12);
}

.ayur-consultation-form-card .form-header h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--ayur-banheading-color);
  margin-bottom: 10px;
}

.ayur-consultation-form-card .form-header p {
  font-size: 14px;
  color: var(--ayur-para-color);
  line-height: 1.5;
  margin: 0;
}

.ayur-form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
  margin-bottom: 8px;
  display: block;
}

.ayur-form-wrapper .form-control {
  width: 100%;
  height: 50px !important;
  background-color: #f7f9f6;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 14px;
  color: var(--ayur-banheading-color);
  font-family: "Inter", sans-serif;
  transition: all 300ms ease;
}

.ayur-form-wrapper .form-control:focus {
  background-color: var(--ayur-white-color);
  border-color: var(--ayur-primary-color);
  box-shadow: 0 0 0 4px rgba(127, 181, 61, 0.1);
  outline: none !important;
}

.ayur-form-wrapper textarea.form-control {
  min-height: 110px;
  height: auto !important;
  resize: vertical;
}

/* Readonly Field Styling */
.ayur-readonly-input-wrap {
  position: relative;
}

.ayur-readonly-input-wrap .readonly-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ayur-primary-color);
  font-size: 14px;
  opacity: 0.8;
}

.ayur-readonly-input-wrap .form-control {
  padding-left: 42px;
  background-color: rgba(127, 181, 61, 0.05) !important;
  border: 1px solid rgba(127, 181, 61, 0.15) !important;
  color: var(--ayur-banheading-color) !important;
  font-weight: 600;
  cursor: not-allowed;
}

/* Submit button styling */
.ayur-form-submit-btn {
  width: 100%;
  height: 54px;
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 8px 20px rgba(4, 138, 5, 0.15);
}

.ayur-form-submit-btn i {
  font-size: 16px;
  transition: transform 300ms ease;
}

.ayur-form-submit-btn:hover {
  background-color: var(--ayur-banheading-color);
  box-shadow: 0 10px 24px rgba(15, 42, 15, 0.2);
  transform: translateY(-2px);
}

.ayur-form-submit-btn:hover i {
  transform: translateX(2px);
}

/* Responsive Overrides */
@media (max-width: 1199px) {
  .ayur-consultation-form-card {
    padding: 38px 30px;
  }
}

@media (max-width: 991px) {
  .ayur-conversion-sec {
    padding: 80px 0;
  }

  .ayur-conversion-content {
    margin-bottom: 50px;
  }

  .ayur-conversion-content .ayur-heading-wrap {
    text-align: center;
  }

  .ayur-conversion-content .ayur-divider {
    justify-content: center;
    margin: 15px auto 25px;
  }

  .ayur-conversion-content .ayur-divider::before {
    display: block;
    background: linear-gradient(to right, transparent, rgba(127, 181, 61, 0.4));
  }

  .ayur-conversion-content .ayur-divider::after {
    background: linear-gradient(to right, rgba(127, 181, 61, 0.4), transparent);
  }

  .ayur-conversion-desc {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .ayur-checklist-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ayur-contact-cards {
    flex-direction: column;
  }

  .ayur-contact-action-card {
    padding: 20px;
  }

  .ayur-consultation-form-card {
    padding: 30px 20px;
  }

  .ayur-consultation-form-card .form-header h3 {
    font-size: 22px;
  }
}

/* =============================================
   Premium Conversion Section End
   ============================================= */

/* =============================================
   Premium Branches Page Start
   ============================================= */
.ayur-branches-presence-sec {
  padding: 100px 0;
  background-color: #FDFFFF;
  position: relative;
  overflow: hidden;
}

.ayur-branches-presence-content .ayur-heading-wrap {
  margin-bottom: 22px;
}

.ayur-branches-presence-content .ayur-divider {
  justify-content: flex-start;
  margin-left: 0;
}

.ayur-branches-presence-content .ayur-divider::before {
  display: none;
}

.ayur-branches-lead {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.ayur-presence-points {
  display: grid;
  gap: 16px;
}

.ayur-presence-point {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ayur-banheading-color);
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.ayur-presence-point i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--ayur-primary-light);
  color: var(--ayur-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
}

.ayur-presence-map-card {
  background: linear-gradient(145deg, #ffffff 0%, #f7fbf2 100%);
  border: 1px solid rgba(4, 138, 5, 0.12);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 22px 60px rgba(15, 42, 15, 0.08);
}

.ayur-presence-map-top,
.ayur-presence-map-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ayur-presence-map-top span,
.ayur-presence-map-bottom span {
  color: var(--ayur-para-color);
  font-family: "Inter", sans-serif;
}

.ayur-presence-map-top strong {
  color: var(--ayur-primary-color);
  font-size: 28px;
}

.ayur-presence-map {
  min-height: 300px;
  margin: 26px 0;
  border-radius: 14px;
  background:
    linear-gradient(rgba(4, 138, 5, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 138, 5, 0.06) 1px, transparent 1px),
    #ffffff;
  background-size: 34px 34px;
  position: relative;
  overflow: hidden;
}

.ayur-map-route {
  position: absolute;
  inset: 58px 82px;
  border: 2px dashed rgba(4, 138, 5, 0.28);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.ayur-map-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--ayur-white-color);
  color: var(--ayur-banheading-color);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(15, 42, 15, 0.12);
}

.ayur-map-pin::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: var(--ayur-primary-color);
  box-shadow: 0 0 0 6px rgba(4, 138, 5, 0.12);
}

.ayur-map-pin-one {
  left: 12%;
  top: 58%;
}

.ayur-map-pin-two {
  right: 14%;
  top: 22%;
}

.ayur-map-pin-three {
  left: 33%;
  top: 34%;
}

.ayur-presence-map-bottom strong {
  display: block;
  color: var(--ayur-banheading-color);
  font-size: 18px;
  margin-bottom: 4px;
}

.ayur-presence-map-bottom i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
}

.ayur-branch-page-sec {
  padding: 100px 0;
  background-color: var(--ayur-testpara-bgcolor);
  position: relative;
  overflow: hidden;
}

.ayur-branch-page-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(4, 138, 5, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}

.ayur-branch-page-sec .container {
  position: relative;
  z-index: 1;
}

.ayur-branch-page-grid {
  align-items: stretch;
}

.ayur-premium-branch-card {
  height: 100%;
  min-height: 520px;
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(4, 138, 5, 0.1);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(15, 42, 15, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.ayur-premium-branch-card:hover {
  transform: translateY(-8px);
  border-color: rgba(4, 138, 5, 0.26);
  box-shadow: 0 26px 65px rgba(15, 42, 15, 0.14);
}

.ayur-premium-card-glow {
  position: absolute;
  top: -95px;
  right: -95px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: rgba(4, 138, 5, 0.08);
  transition: transform 300ms ease;
}

.ayur-premium-branch-card:hover .ayur-premium-card-glow {
  transform: scale(1.2);
}

.ayur-featured-branch-card {
  border-color: rgba(4, 138, 5, 0.32);
}

.ayur-branch-featured-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  z-index: 2;
}

.ayur-branch-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 70px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.ayur-branch-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background-color: var(--ayur-primary-light);
  color: var(--ayur-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex: 0 0 58px;
}

.ayur-branch-card-label {
  color: var(--ayur-primary-color);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: block;
  margin-bottom: 4px;
}

.ayur-branch-card-head h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ayur-banheading-color);
}

.ayur-branch-info-list {
  display: grid;
  gap: 18px;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}

.ayur-branch-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ayur-branch-info-item i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(4, 138, 5, 0.08);
  color: var(--ayur-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  margin-top: 1px;
}

.ayur-branch-info-item p,
.ayur-branch-info-item a {
  margin: 0;
  color: var(--ayur-para-color);
  font-size: 15px;
  line-height: 1.65;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}

.ayur-branch-info-item a:hover {
  color: var(--ayur-primary-color);
}

.ayur-branch-action-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: auto;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.ayur-branch-action-row .ayur-btn,
.ayur-branch-direction-btn {
  min-height: 46px;
  border-radius: 24px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  width: 100%;
}

.ayur-branch-call-btn {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
}

.ayur-branch-wa-btn {
  background-color: #25d366;
  color: var(--ayur-white-color);
}

.ayur-branch-wa-btn::after {
  background-color: #1fae55;
}

.ayur-branch-direction-btn {
  background-color: transparent;
  border: 1px solid rgba(4, 138, 5, 0.35);
  color: var(--ayur-primary-color);
  position: relative;
  z-index: 1;
}

.ayur-branch-direction-btn::after {
  background-color: var(--ayur-banheading-color);
}

.ayur-branch-call-btn:hover,
.ayur-branch-wa-btn:hover,
.ayur-branch-direction-btn:hover {
  color: var(--ayur-white-color) !important;
  transform: translateY(-2px);
}

.ayur-why-branches-sec {
  padding: 100px 0;
  background-color: #FDFFFF;
}

.ayur-why-center-card {
  height: 100%;
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(4, 138, 5, 0.08);
  border-radius: 14px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 12px 34px rgba(15, 42, 15, 0.05);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.ayur-why-center-card:hover {
  transform: translateY(-6px);
  border-color: rgba(4, 138, 5, 0.22);
  box-shadow: 0 18px 48px rgba(15, 42, 15, 0.1);
}

.ayur-why-center-card i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: var(--ayur-primary-light);
  color: var(--ayur-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-bottom: 18px;
}

.ayur-why-center-card h4 {
  color: var(--ayur-banheading-color);
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ayur-why-center-card p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.ayur-branch-faq-sec {
  padding-top: 100px;
}

@media (max-width: 991px) {

  .ayur-branches-presence-sec,
  .ayur-branch-page-sec,
  .ayur-why-branches-sec {
    padding: 80px 0;
  }

  .ayur-branches-presence-content .ayur-heading-wrap,
  .ayur-branches-presence-content .ayur-divider {
    text-align: center !important;
    justify-content: center;
    margin-left: auto;
  }

  .ayur-branches-presence-content .ayur-divider::before {
    display: block;
  }

  .ayur-branches-lead {
    text-align: center;
  }

  .ayur-presence-points {
    max-width: 520px;
    margin: 0 auto;
  }

  .ayur-premium-branch-card {
    min-height: auto;
  }
}

@media (max-width: 575px) {

  .ayur-presence-map-card,
  .ayur-premium-branch-card {
    padding: 22px;
    border-radius: 14px;
  }

  .ayur-presence-map {
    min-height: 260px;
  }

  .ayur-map-pin {
    font-size: 12px;
    padding: 8px 10px;
  }

  .ayur-map-pin-one {
    left: 7%;
  }

  .ayur-map-pin-two {
    right: 7%;
  }

  .ayur-map-pin-three {
    left: 22%;
  }

  .ayur-branch-card-head {
    padding-right: 0;
    align-items: flex-start;
  }

  .ayur-branch-featured-badge {
    position: static;
    align-self: flex-start;
    margin-bottom: 16px;
  }

  .ayur-branch-action-row {
    grid-template-columns: 1fr;
  }
}

/* =============================================
   Premium Branches Page End
   ============================================= */

/* =============================================
   Prachin Contact Page Start
   ============================================= */
.phc-contact-page-banner-text {
  color: rgba(255, 255, 255, 0.86);
  max-width: 620px;
  margin: 0 auto 18px;
  font-size: 17px;
  line-height: 1.7;
}

.phc-contact-page-touch-sec {
  padding: 100px 0;
  background-color: #FDFFFF;
  overflow: hidden;
}

.phc-contact-page-touch-content .ayur-heading-wrap {
  margin-bottom: 22px;
}

.phc-contact-page-touch-content .ayur-divider {
  justify-content: flex-start;
  margin-left: 0;
}

.phc-contact-page-touch-content .ayur-divider::before {
  display: none;
}

.phc-contact-page-touch-desc {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.phc-contact-page-touch-point {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(4, 138, 5, 0.1);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 28px rgba(15, 42, 15, 0.04);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.phc-contact-page-touch-point:hover {
  transform: translateY(-4px);
  border-color: rgba(4, 138, 5, 0.24);
  box-shadow: 0 16px 38px rgba(15, 42, 15, 0.08);
}

.phc-contact-page-touch-point i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--ayur-primary-light);
  color: var(--ayur-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
}

.phc-contact-page-touch-point span {
  color: var(--ayur-banheading-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.phc-contact-page-image-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 42, 15, 0.13);
}

.phc-contact-page-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 42, 15, 0) 45%, rgba(15, 42, 15, 0.22) 100%);
  z-index: 1;
  pointer-events: none;
}

.phc-contact-page-image {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
  transition: transform 300ms ease;
}

.phc-contact-page-image-wrap:hover .phc-contact-page-image {
  transform: scale(1.04);
}

.phc-contact-page-floating-badge {
  position: absolute;
  left: 26px;
  bottom: 26px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--ayur-white-color);
  color: var(--ayur-banheading-color);
  border-radius: 40px;
  padding: 13px 18px;
  font-weight: 700;
  box-shadow: 0 14px 38px rgba(15, 42, 15, 0.16);
}

.phc-contact-page-floating-badge i {
  color: var(--ayur-primary-color);
}

.phc-contact-page-conversion-sec {
  padding: 100px 0;
  background-color: var(--ayur-testpara-bgcolor);
}

.phc-contact-page-info-stack {
  height: 100%;
  display: grid;
  gap: 18px;
}

.phc-contact-page-info-card {
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(4, 138, 5, 0.1);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(15, 42, 15, 0.06);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.phc-contact-page-info-card:hover {
  transform: translateY(-5px);
  border-color: rgba(4, 138, 5, 0.24);
  box-shadow: 0 20px 50px rgba(15, 42, 15, 0.1);
}

.phc-contact-page-info-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background-color: var(--ayur-primary-light);
  color: var(--ayur-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex: 0 0 54px;
}

.phc-contact-page-info-copy {
  min-width: 0;
}

.phc-contact-page-info-label {
  display: block;
  color: var(--ayur-para-color);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-bottom: 4px;
}

.phc-contact-page-info-copy strong {
  color: var(--ayur-banheading-color);
  font-size: 18px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.phc-contact-page-form-card {
  height: 100%;
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(4, 138, 5, 0.1);
  border-radius: 18px;
  padding: 36px;
  box-shadow: 0 20px 55px rgba(15, 42, 15, 0.1);
}

.phc-contact-page-form-head {
  margin-bottom: 26px;
}

.phc-contact-page-form-head h3 {
  color: var(--ayur-banheading-color);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.phc-contact-page-form-head p {
  margin: 0;
}

.phc-contact-page-field label {
  display: block;
  color: var(--ayur-banheading-color);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 9px;
}

.phc-contact-page-field input,
.phc-contact-page-field textarea {
  width: 100%;
  border: 1px solid rgba(4, 138, 5, 0.12);
  border-radius: 14px;
  background-color: #FDFFFF;
  color: var(--ayur-banheading-color);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  outline: none;
  padding: 15px 18px;
  transition: border-color 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
}

.phc-contact-page-field textarea {
  resize: vertical;
  min-height: 140px;
}

.phc-contact-page-field input:focus,
.phc-contact-page-field textarea:focus {
  border-color: var(--ayur-primary-color);
  background-color: var(--ayur-white-color);
  box-shadow: 0 0 0 4px rgba(4, 138, 5, 0.08);
}

.phc-contact-page-submit-btn {
  border: 0;
  min-width: 180px;
}

.contact-map-section {
  padding: 0 0 100px;
  background-color: #FDFFFF;
}

.contact-map-wrapper {
  height: 450px;
  border: 1px solid rgba(4, 138, 5, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--ayur-white-color);
  box-shadow: 0 18px 48px rgba(15, 42, 15, 0.09);
}

.contact-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.phc-contact-page-faq-sec {
  padding-top: 100px;
}

@media (max-width: 991px) {

  .phc-contact-page-touch-sec,
  .phc-contact-page-conversion-sec {
    padding: 80px 0;
  }

  .contact-map-section {
    padding: 0 0 80px;
  }

  .phc-contact-page-touch-content .ayur-heading-wrap {
    text-align: center !important;
  }

  .phc-contact-page-touch-content .ayur-divider {
    justify-content: center;
    margin-left: auto;
  }

  .phc-contact-page-touch-content .ayur-divider::before {
    display: block;
  }

  .phc-contact-page-touch-desc {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .phc-contact-page-banner-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .phc-contact-page-image {
    min-height: 320px;
  }

  .phc-contact-page-floating-badge {
    left: 18px;
    right: 18px;
    bottom: 18px;
    justify-content: center;
  }

  .phc-contact-page-form-card {
    padding: 24px;
    border-radius: 14px;
  }

  .phc-contact-page-info-card {
    padding: 20px;
  }

  .phc-contact-page-submit-btn {
    width: 100%;
  }

  .contact-map-wrapper {
    height: 320px;
    border-radius: 14px;
  }
}

/* =============================================
   Prachin Contact Page End
   ============================================= */

/* =============================================
   Products Listing Page Start
   ============================================= */
.products-page-section {
  padding: 100px 0;
  background-color: #FDFFFF;
  position: relative;
  overflow: hidden;
}

.products-page-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(4, 138, 5, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.products-page-section .container {
  position: relative;
  z-index: 1;
}

.products-page-card {
  height: 100%;
  background-color: var(--ayur-white-color);
  border: 1px solid rgba(4, 138, 5, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(15, 42, 15, 0.07);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.products-page-card:hover {
  transform: translateY(-7px);
  border-color: rgba(4, 138, 5, 0.24);
  box-shadow: 0 24px 58px rgba(15, 42, 15, 0.12);
}

.products-page-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: var(--ayur-testpara-bgcolor);
}

.products-page-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 300ms ease, transform 300ms ease;
}

.products-page-img-front {
  opacity: 1;
  z-index: 1;
}

.products-page-img-back {
  opacity: 0;
  z-index: 2;
}

.products-page-card:hover .products-page-img-front {
  opacity: 0;
}

.products-page-card:hover .products-page-img-back {
  opacity: 1;
  transform: scale(1.05);
}

.products-page-card:hover .products-page-img-front,
.products-page-card:hover .products-page-img-back {
  transform: scale(1.05);
}

.products-page-content {
  padding: 22px;
}

.products-page-content h4 {
  color: var(--ayur-banheading-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  min-height: 50px;
}

.products-page-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  color: var(--ayur-para-color);
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.products-page-stars {
  color: #f7b500;
  display: inline-flex;
  gap: 2px;
}

.products-page-rating small {
  color: var(--ayur-para-color);
  font-size: 13px;
}

.products-page-price {
  color: var(--ayur-primary-color);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 18px;
}

.products-page-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.products-page-order,
.products-page-whatsapp {
  min-height: 42px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
}

.products-page-order {
  background-color: var(--ayur-primary-color);
  color: var(--ayur-white-color);
}

.products-page-whatsapp {
  background-color: #25d366;
  color: var(--ayur-white-color);
}

.products-page-order:hover,
.products-page-whatsapp:hover {
  color: var(--ayur-white-color);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 42, 15, 0.14);
}

.products-page-faq-section {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .products-page-section {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .products-page-content {
    padding: 20px;
  }

  .products-page-content h4 {
    min-height: auto;
  }

  .products-page-actions {
    grid-template-columns: 1fr;
  }

  .products-page-order,
  .products-page-whatsapp {
    width: 100%;
  }
}

/* =============================================
   Products Listing Page End
   ============================================= */