/****************************************
Template Name: Travlo - Tour & Travel Agency HTML Template.
Author: NarzoTech 
Author Email: contact.narzotech@gmail.com
website: http://www.narzotech.com/
Version: 1.0
Description: Trapio  is an attractive, contemporary, and sophisticated HTML template for tours and travel agencies. Built with a multitude of top-notch components, Trapio  works for travel websites, tours, and more. You can quickly and easily set up a travel website with Trapio  and start selling your trip packages. Trapio  is a well-designed website that has all the capabilities needed to create a fully functional tour and travel website with a unique look and feel. Trapio  Template has a fully responsive layout. It fits perfectly on various displays and resolutions from regular desktop screens to tablets, iPads, iPhones, and small mobile devices.


CSS INDEX
===================================
01. GLOBAL CSS 
02. HOME PAGE 01
03. HOME PAGE 02
04. HOME PAGE 03
05. BLOG DETAILS 
06. CAMPAIN DETAILS
07. PRIVACY POLICY
08. EVENT DETAILS
09. CONTACT US
10. SIGN IN
11. PHOTO GALLERY
12. DONOR LIST
13. DASHBOARD
14. PAYMENT
15. BECOME A VOLUNTEER
********************************** */


/*================================
  GLOBAL CSS START
================================*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&amp;family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&amp;family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap");

* {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: var(--headingFont);
  color: var(--colorBlack);
}

p,
span {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: var(--paraFont);
  color: var(--paraColor);
}

img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

input,
textarea {
  width: 100%;
  padding: 12px 20px;
  outline: none;
  resize: none;
  border: 1px solid #e4e7e9;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

input::placeholder,
textarea::placeholder {
  color: #a6a6ac;
}

button {
  border: none;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.form_honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

:root {
  --colorPrimary: #ffc107;
  --colorRed: #FF5F27;
  --colorBlue: #0085FF;
  --paraColor: #4a505c;
  --colorBlack: #0d2420;
  --ratingColor: #ffa121;
  --colorWhite: #ffffff;
  --headingFont: "Nunito", sans-serif;
  --paraFont: "Nunito Sans", sans-serif;
  --cursiveFont: "Caveat", cursive;
}

@keyframes rotate_360 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes shake_animi {
  from {
    margin-right: 0px;
  }

  to {
    margin-right: 10px;
  }
}

@keyframes zoom_animi {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }

  to {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}

.section_heading {
  text-align: center;
}

.section_heading h5 {
  font-size: 20px;
  font-weight: 800;
  color: var(--colorPrimary);
  display: inline-block;
  border-left: 2px solid var(--colorPrimary);
  border-right: 2px solid var(--colorPrimary);
  position: relative;
  padding: 0px 15px;
  line-height: 16px;
  text-transform: capitalize;
}

.section_heading h2 {
  font-size: 48px;
  font-weight: 800;
  margin-top: 10px;
  /* text-align: center; */
}

.common_btn {
  padding: 17px 38px 16px 25px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 2;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.common_btn::after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  color: var(--colorBlack);
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.common_btn:hover {
  color: var(--colorWhite);
}

.common_btn:hover::after {
  color: var(--colorWhite);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
}

.common_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: var(--colorBlack);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 0px 0px 50%50%;
  -webkit-border-radius: 0px 0px 50%50%;
  -moz-border-radius: 0px 0px 50%50%;
  -ms-border-radius: 0px 0px 50%50%;
  -o-border-radius: 0px 0px 50%50%;
}

.common_btn:hover::before {
  height: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.play_btn {
  width: 80px;
  height: 80px;
  background: var(--colorPrimary);
  line-height: 84px;
  text-align: center;
  color: var(--colorBlack);
  font-size: 24px;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.play_btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--colorPrimary);
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
  animation: play_animi 1.5s linear infinite;
  -webkit-animation: play_animi 1.5s linear infinite;
}

@keyframes play_animi {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}

.title {
  font-size: 24px;
  font-family: var(--headingFont);
  font-weight: 800;
  display: inline;
  color: var(--colorBlack);
  background-image: linear-gradient(var(--colorBlack), var(--colorBlack)),
    linear-gradient(var(--colorBlack), var(--colorBlack));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.title:hover {
  background-size: 0 2px, 100% 2px;
}

.slick-dots {
  width: 100%;
  display: flex;
  gap: 0px 13px;
  justify-content: center;
  margin-top: 20px;
}

.slick-dots li button {
  background: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #4240408c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  position: relative;
  z-index: 1;
}

.slick-dots li button::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: #ccc7c745;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.slick-dots li.slick-active button {
  background: var(--colorPrimary);
  border: var(--colorPrimary);
}

.slick-dots li.slick-active button::after {
  opacity: 1;
}

.nextArrow,
.prevArrow {
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  text-align: center;
  background: var(--colorWhite);
  color: var(--colorBlack);
  border: 1px solid #eee;
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 9;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.prevArrow {
  right: auto;
  left: -13px;
}

.nextArrow:hover,
.prevArrow:hover {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

/* breadcremd start */
.breadcrumb {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.breadcrumb_overlay {
  padding: 255px 0px 140px 0px;
  background: #000000cf;
  position: relative;
  width: 100%;
}

.breadcrumb_overlay::after {
  position: absolute;
  content: "";
  /* background: url(../images/banner_bg_shapes_3.webp); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 370px;
  z-index: 3;
  opacity: 0.15;
  filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(1911%) hue-rotate(238deg) brightness(108%) contrast(109%);
}

.breadcrumb_overlay::before {
  position: absolute;
  content: "";
  background: url(../images/banner_bg_shapes_2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 78px;
  bottom: 136px;
  left: 110px;
  animation: zoom_animi linear 2s infinite alternate;
  -webkit-animation: zoom_animi linear 2s infinite alternate;
}

.breadcrumb_text {
  position: relative;
  z-index: 2;
}

.breadcrumb_text h1 {
  color: var(--colorWhite);
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.breadcrumb_text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-left: 25px;
  position: relative;
}

.breadcrumb_text ul::after {
  position: absolute;
  content: "\f015";
  font-family: "font awesome 5 free";
  font-size: 16px;
  font-weight: 600;
  color: var(--colorWhite);
  top: 1px;
  left: 0;
}

.breadcrumb_text ul li,
.breadcrumb_text ul li a {
  color: var(--colorWhite);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.breadcrumb_text ul li a:hover,
.breadcrumb_text ul li:last-child {
  color: var(--colorPrimary);
}

.breadcrumb_text ul li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--colorWhite);
  top: 11px;
  right: -18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* breadcremd end */

/* pagination start */
.pagination ul {
  gap: 10px;
}

.pagination ul li a {
  color: var(--colorBlack) !important;
  font-size: 16px;
  font-weight: 600;
  background: var(--colorWhite);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 !important;
  border: 1px solid #eee;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  box-shadow: none !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.pagination ul li a:hover,
.pagination ul li a.active {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary) !important;
}

/* pagination end */

.form-check-input {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.form-check-input:checked {
  background-color: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

.form-check-input:focus {
  border-color: var(--colorPrimary);
  box-shadow: none;
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url(../images/checkbox_check.svg) !important;
}

/*================================
  GLOBAL CSS END
================================*/

/*===========================
  Home page 01 start
===========================*/
/* header area start */
header {
  background: #0000003b;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

header .header_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 35px;
}

header .header_info li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--colorWhite);
  font-size: 16px;
  font-weight: 400;
  gap: 5px 10px;
}

header .header_info a {
  display: flex;
  align-items: center;
  color: var(--colorWhite);
  gap: 5px 10px;
  font-size: 16px;
  font-weight: 600;
}

header .header_info a span {
  display: inline-block;
  width: 20px;
  color: var(--colorWhite);
}

.header_right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 50px;
  justify-content: end;
}

.header_right .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 20px;
  border-right: 1px solid #ffffff1f;
  padding: 6px 0px;
  padding-right: 50px;
}

.header_right .icon li a {
  color: var(--colorWhite);
  font-size: 16px;
}

.header_right .icon li a:hover {
  color: var(--colorPrimary);
}

.header_right .language_currency {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}

.header_right .language_currency .nice-select {
  background: none;
  border: none;
  padding: 0;
  width: 85px;
  height: 37px;
  line-height: 37px;
}

.header_right li:last-child .nice-select {
  width: 65px;
}

.header_right .language_currency .nice-select .current {
  color: var(--colorWhite);
  font-size: 16px;
}

.header_right .language_currency .nice-select:after {
  border-bottom: 2px solid var(--colorWhite);
  border-right: 2px solid var(--colorWhite);
}

/* header area end */

/* main menu start */
.main_menu {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 35px;
  left: 0;
  z-index: 99;
  padding: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.main_menu .navbar-brand {
  margin: 0;
  width: 235px;
}

.site_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 16px 5px 16px 5px;
  box-shadow: 0 10px 28px rgba(4, 24, 17, 0.16);
}

.site_logo img {
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.main_menu .navbar-nav {
  padding: 0;
  line-height: 80px;
  gap: 35px;
}

.main_menu .navbar-nav .nav-item {
  position: relative;
}

.main_menu .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--colorWhite);
  text-transform: capitalize;
  padding: 0;
}

.main_menu .navbar-nav .nav-item:hover .nav-link,
.main_menu .navbar-nav .nav-item .nav-link.active {
  color: var(--colorPrimary);
}

.main_menu .menu_right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main_menu .menu_right .user_icon {
  height: 80px;
  line-height: 80px;
  position: relative;
  margin-left: 10px;
}

.main_menu .menu_right .user_icon .user_link {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: var(--colorPrimary);
  padding: 0px 12px;
  cursor: pointer;
  color: var(--colorBlack);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.main_menu .menu_right .user_icon:hover .user_link {
  background: var(--colorWhite);
  color: var(--colorPrimary);
}

.main_menu .menu_right .common_btn:hover {
  color: var(--colorBlack);
}

.main_menu .menu_right .common_btn:hover::after {
  color: var(--colorBlack);
}

.main_menu .menu_right .common_btn::before {
  background: var(--colorWhite);
}

.main_menu.menu_fix {
  position: fixed;
  top: 0;
  background: var(--colorBlack);
  z-index: 999;
}

.main_menu .navbar-nav .nav-item .sub_menu,
.main_menu .menu_right .user_icon ul {
  position: absolute;
  top: 120%;
  left: 0;
  background: var(--colorWhite);
  padding: 22px 25px;
  line-height: initial;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  z-index: 99;
}

.main_menu .navbar-nav .nav-item .sub_menu li a,
.main_menu .menu_right .user_icon ul li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--colorBlack);
  text-transform: capitalize;
  width: 100%;
}

.main_menu .navbar-nav .nav-item .sub_menu li:hover a,
.main_menu .navbar-nav .nav-item .sub_menu li a.active,
.main_menu .menu_right .user_icon ul li a:hover {
  color: var(--colorPrimary);
  padding-left: 5px;
}

.main_menu .navbar-nav .nav-item:hover .sub_menu,
.main_menu .menu_right .user_icon:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main_menu .navbar-nav .nav-item .sub_menu::after,
.main_menu .menu_right .user_icon ul::after {
  position: absolute;
  top: -12px;
  left: 20px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid var(--colorWhite);
}

.main_menu .navbar-toggler {
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 7px;
  border: none;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  box-shadow: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.atulya_mobile_toggle {
  display: none;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  flex: 0 0 45px;
  padding: 9px;
  color: var(--colorBlack);
  background: var(--colorPrimary);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px 4px 12px 4px;
  box-shadow: 0 8px 22px rgba(255, 196, 0, 0.24);
}

.atulya_mobile_toggle svg {
  width: 26px;
  height: 26px;
}

/* Premium navigation dropdown */
@media (min-width: 992px) {
  .main_menu .navbar-nav .nav-item > .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .main_menu .navbar-nav .nav-item > .nav-link::after {
    position: absolute;
    content: "";
    right: 50%;
    bottom: 20px;
    left: 50%;
    height: 2px;
    background: var(--colorPrimary);
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  .main_menu .navbar-nav .nav-item:hover > .nav-link::after,
  .main_menu .navbar-nav .nav-item > .nav-link.active::after {
    right: 0;
    left: 0;
  }

  .main_menu .navbar-nav .nav-item > .nav-link i {
    font-size: 11px;
    transition: transform 0.3s ease;
  }

  .main_menu .navbar-nav .nav-item:hover > .nav-link i {
    transform: rotate(180deg);
  }

  .main_menu .navbar-nav .nav-item .sub_menu {
    width: 340px;
    max-height: none;
    gap: 0;
    padding: 12px;
    overflow: visible;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(51, 91, 62, 0.13);
    box-shadow: 0 24px 55px rgba(25, 52, 32, 0.18);
    backdrop-filter: blur(12px);
    border-radius: 18px 5px 18px 5px;
    transform: translateY(12px) scale(0.98);
    transform-origin: top left;
  }

  .main_menu .navbar-nav .nav-item:hover .sub_menu {
    transform: translateY(0) scale(1);
  }

  .main_menu .navbar-nav .nav-item .sub_menu::before {
    position: absolute;
    content: "";
    top: 0;
    left: 18px;
    width: 54px;
    height: 3px;
    background: linear-gradient(90deg, var(--colorPrimary), #477552);
    border-radius: 0 0 4px 4px;
  }

  .main_menu .navbar-nav .nav-item .sub_menu::after {
    display: none;
  }

  .main_menu .navbar-nav .nav-item .sub_menu li + li {
    border-top: 1px solid rgba(51, 91, 62, 0.08);
  }

  .main_menu .navbar-nav .nav-item .sub_menu li a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 43px;
    padding: 9px 32px 9px 14px;
    line-height: 1.3;
    color: #38503f;
    border-radius: 9px 3px 9px 3px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
  }

  .main_menu .navbar-nav .nav-item .sub_menu li.has_sub_dropdown {
    position: relative;
  }

  .main_menu .navbar-nav .nav-item .sub_menu li.has_sub_dropdown > a {
    padding-right: 38px;
  }

  .main_menu .navbar-nav .nav-item .sub_menu li.has_sub_dropdown > a .submenu_arrow {
    position: absolute;
    right: 14px;
    font-size: 10px;
    transition: transform 0.25s ease;
  }

  .main_menu .navbar-nav .nav-item .sub_menu li.has_sub_dropdown:hover > a .submenu_arrow {
    transform: translateX(2px);
  }

  .main_menu .navbar-nav .nav-item .sub_menu li.has_sub_dropdown .nested_sub_menu {
    position: absolute;
    top: 0;
    left: calc(100% + 12px);
    width: 250px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(51, 91, 62, 0.13);
    border-radius: 14px 5px 14px 5px;
    box-shadow: 0 24px 55px rgba(25, 52, 32, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px);
    transition: all 0.25s ease;
    z-index: 120;
  }

  .main_menu .navbar-nav .nav-item .sub_menu li.has_sub_dropdown:hover .nested_sub_menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .main_menu .navbar-nav .nav-item .sub_menu li.has_sub_dropdown .nested_sub_menu li + li {
    border-top: 1px solid rgba(51, 91, 62, 0.08);
  }

  .main_menu .navbar-nav .nav-item .sub_menu li.has_sub_dropdown .nested_sub_menu li a {
    min-height: 40px;
    padding: 9px 30px 9px 14px;
    color: #38503f;
    background: transparent;
  }

  .main_menu .navbar-nav .nav-item .sub_menu li a::before {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    margin-right: 10px;
    background: #c59b49;
    border-radius: 50%;
    transition: all 0.25s ease;
  }

  .main_menu .navbar-nav .nav-item .sub_menu li a::after {
    position: absolute;
    content: "\f061";
    right: 13px;
    color: #477552;
    font-family: "font awesome 5 free";
    font-size: 10px;
    font-weight: 900;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.25s ease;
  }

  .main_menu .navbar-nav .nav-item .sub_menu li:hover a {
    padding-left: 14px;
    color: #294733;
    background: #f2f6ee;
  }

  .main_menu .navbar-nav .nav-item .sub_menu li:hover a::before {
    background: #477552;
    box-shadow: 0 0 0 4px rgba(71, 117, 82, 0.1);
  }

  .main_menu .navbar-nav .nav-item .sub_menu li:hover a::after {
    opacity: 1;
    transform: translateX(0);
  }

  .main_menu .navbar-nav .nav-item .sub_menu li.has_sub_dropdown:hover .nested_sub_menu li a {
    color: #38503f;
    background: transparent;
    padding-left: 14px;
  }

  .main_menu .navbar-nav .nav-item .sub_menu li.has_sub_dropdown .nested_sub_menu li:hover a {
    color: #294733;
    background: #f2f6ee;
  }
}

/* main menu end */

/* banner start */
.banner {
  height: 100vh;
  position: relative;
}

.banner::after {
  position: absolute;
  content: "";
  background: url("../images/banner_bg_shapes_2.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 78px;
  top: 270px;
  left: 160px;
  z-index: 1;
  animation: zoom_animi linear 2s infinite alternate;
  -webkit-animation: zoom_animi linear 2s infinite alternate;
}

.banner::before {
  position: absolute;
  content: "";
  /* background: url("../images/banner_bg_shapes_3.webp"); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  bottom: 0;
  left: 90px;
  z-index: 1;
  opacity: 0.2;
}

.banner div {
  height: 100%;
}

.banner_overlay {
  background: linear-gradient(90deg,
      rgb(0 0 0 / 80%) 0%,
      rgb(0 0 0 / 62%) 58%,
      rgb(0 0 0 / 27%) 89%);
}

.banner_slider_item {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.banner_slider_item::after {
  position: absolute;
  content: "";
  background: url("../images/banner_bg_shapes.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  bottom: -2px;
  right: 10px;
  z-index: 1;
}

.banner_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-top: 100px;
  position: relative;
}

.banner_text h5 {
  color: var(--colorPrimary);
  padding-left: 90px;
  position: relative;
  font-family: var(--cursiveFont);
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 24px;
}

.banner_text h5::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: var(--colorPrimary);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.banner_text h5::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--colorPrimary);
  left: 55px;
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.banner_text h1 {
  color: var(--colorWhite);
  font-weight: 800;
  font-size: 82px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.banner_text p {
  color: var(--colorWhite);
  opacity: 0.7;
  margin-bottom: 70px;
  max-width: 75%;
}

.banner_text .common_btn:hover {
  color: var(--colorBlack);
}

.banner_text .common_btn:hover::after {
  color: var(--colorBlack);
}

.banner_text .common_btn::before {
  background: var(--colorWhite);
}

.banner .circle_box {
  position: absolute;
  bottom: 125px;
  right: 32%;
  width: 200px;
  height: 200px;
}

.banner .circle_box svg {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  fill: var(--colorPrimary);
  animation: rotate_360 linear 25s infinite;
  -webkit-animation: rotate_360 linear 25s infinite;
}

.banner .circle_box::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: url(../images/banner_img_shapes.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.banner .slick-dots {
  position: absolute;
  top: 0;
  right: 100px;
  width: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.banner .slick-dots li button {
  background: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff8c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  position: relative;
  z-index: 1;
}

.banner .slick-dots li.slick-active button {
  background: var(--colorPrimary);
  border: var(--colorPrimary) !important;
}

.banner .slick-dots li button::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: #ffffff45;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.banner .slick-dots li.slick-active button::after {
  opacity: 1;
}

.slick-active .banner_text h5,
.slick-active .banner_text h1,
.slick-active .banner_text p,
.slick-active .banner_text a {
  animation: 1.5s ease 0s normal none running fadeUp;
  -webkit-animation: 1.5s ease 0s normal none running fadeUp;
}

.slick-active .banner_text h1 {
  animation: 1.8s ease 0s normal none running fadeUp;
  -webkit-animation: 1.8s ease 0s normal none running fadeUp;
}

.slick-active .banner_text p {
  animation: 2.1s ease 0s normal none running fadeUp;
  -webkit-animation: 2.1s ease 0s normal none running fadeUp;
}

.slick-active .banner_text a {
  animation: 2.5s ease 0s normal none running fadeUp;
  -webkit-animation: 2.5s ease 0s normal none running fadeUp;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

/* banner end */

/* Category start */
.category_item {
  display: block;
  margin-top: 25px;
}

.category_slider .category_item {
  margin: 5px 12px 0px 12px;
}

.category_item .img {
  width: 180px;
  height: 180px;
  border: 5px solid var(--colorWhite);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 auto;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.category_item .img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.category_item:hover h3 {
  color: var(--colorPrimary);
}

.category_item:hover .img {
  box-shadow: none;
}

.category_item:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.category_item .img::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 190px;
  border: 1px dashed var(--colorPrimary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: -10px;
  left: -10px;
  z-index: 2;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  opacity: 0;
}

.category_item:hover .img::after {
  opacity: 1;
}

.category_item h3 {
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

/* Category end */

/* about us start */
.about_us .section_heading,
.about_us .section_heading h5,
.about_us .section_heading h2 {
  text-align: left;
}

.about_us .section_heading h5 {
  border-right: 0;
}

.about_us_img {
  position: relative;
  height: 563px;
}

.about_us_img a {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.wsus_about_us_text {
  padding-left: 50px;
}

.wsus_about_us_text .about_description {
  margin-top: 30px;
}

.wsus_about_us_text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}

.wsus_about_us_text ul li {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wsus_about_us_text ul li .icon {
  width: 70px;
  height: 70px;
  background: #ddd;
  padding: 12px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wsus_about_us_text ul li .icon::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid var(--colorPrimary);
  top: -7px;
  right: -7px;
  z-index: -2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wsus_about_us_text ul li:first-child .icon {
  background: #ffebe5;
}

.wsus_about_us_text ul li:first-child .icon::after {
  border-color: #f9ac95;
}

.wsus_about_us_text ul li:nth-child(2) .icon {
  background: #d6ffe9;
}

.wsus_about_us_text ul li:nth-child(2) .icon::after {
  border-color: #57fca7;
}

.wsus_about_us_text ul li:nth-child(3) .icon {
  background: #f7eaff;
}

.wsus_about_us_text ul li:nth-child(3) .icon::after {
  border-color: #de90ff;
}

.wsus_about_us_text ul li h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 13px;
}

.wsus_about_us_text ul li h3 {
  font-weight: 900;
  font-size: 34px;
  color: var(--colorPrimary);
  font-family: var(--cursiveFont);
}

.wsus_about_us_text .about_founder {
  position: relative;
  margin-top: 25px;
  border: 1px solid #ffeaad;
  background: #fffae9;
  padding: 15px;
  padding-left: 100px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.wsus_about_us_text .about_founder .img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 2px solid var(--colorWhite);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  top: 8px;
  left: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus_about_us_text .about_founder h3 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 4px;
}

.wsus_about_us_text .about_founder p {
  text-transform: capitalize;
}

.wsus_about_us_text .about_founder a {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* about us end */

/* campaign start */
.campaign {
  position: relative;
}

.campaign .section_heading h2 {
  color: var(--colorWhite);
}

.campaign_heading h2 {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.campaign_heading p {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  color: var(--colorWhite);
}

.campaign_title_break {
  display: none;
}

@media (min-width: 992px) {
  .campaign_title_break {
    display: block;
  }
}

.campaign {
  position: relative;
  z-index: 2;
}

.campaign_bg {
  position: absolute;
  width: 90%;
  height: 570px;
  top: 0;
  left: 5%;
  z-index: -1;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.campaign_card {
  background: var(--colorWhite);
  padding: 10px;
  margin-top: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.campaign_card_2 .img,
.campaign_card .img {
  display: block;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.campaign_card:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.campaign_card_2 .img span,
.campaign_card .img span {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #00000059;
  color: var(--colorWhite);
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.campaign_card .text {
  padding: 30px 20px 15px 20px;
}

.campaign_card .text .donate_progressbar p {
  color: var(--colorBlack);
}

.barfiller {
  border: none;
  box-shadow: none;
  background: #eee;
  margin-bottom: 5px;
  margin-top: 4px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.barfiller .tipWrap .tip {
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.barfiller .tipWrap .tip:after {
  left: 17px;
}

.barfiller .fill {
  background: var(--colorPrimary) !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.rising_goal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.rising_goal span {
  color: var(--colorBlack);
}

.campaign_card hr {
  margin: 0;
  padding: 0;
  opacity: 0;
}

.campaign_card .text .common_btn {
  margin-top: 20px;
}

/* campaign end */

/* Services start */
.service_item {
  padding: 30px;
  text-align: center;
  margin-top: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px dashed #ddd;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.service_slider .service_item {
  margin: 0px 12px;
}

.service_item::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  background: #fff7de;
  bottom: -60px;
  left: -60px;
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.service_item:hover:after {
  width: 150px;
  height: 150px;
}

.service_item .icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  padding: 15px;
  color: var(--colorWhite);
  background: red;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  margin-bottom: 35px;
  border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  -webkit-border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  -moz-border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  -ms-border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  -o-border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
}

.service_item.category_1 .icon {
  background: yellowgreen;
}

.services_2 .category_1 .text,
.service_item.category_1:hover {
  border-color: yellowgreen !important;
}

.service_item.category_1::after {
  background: #f3ffda;
}

.service_item.category_2 .icon {
  background: orange;
}

.services_2 .category_2 .text,
.service_item.category_2:hover {
  border-color: orange !important;
}

.service_item.category_2::after {
  background: #fef3df;
}

.service_item.category_3 .icon {
  background: blue;
}

.services_2 .category_3 .text,
.service_item.category_3:hover {
  border-color: blue !important;
}

.service_item.category_3::after {
  background: #f3f3ff;
}

.service_item.category_4 .icon {
  background: orangered;
}

.services_2 .category_4 .text,
.service_item.category_4:hover {
  border-color: orangered !important;
}

.service_item.category_4::after {
  background: #ffe7de;
}

.service_item.category_5 .icon {
  background: #ff5f7b;
}

.services_2 .category_5 .text,
.service_item.category_5:hover {
  border-color: #ff5f7b !important;
}

.service_item.category_5::after {
  background: #ffe8ec;
}

.service_item.category_6 .icon {
  background: cadetblue;
}

.services_2 .category_6 .text,
.service_item.category_6:hover {
  border-color: cadetblue !important;
}

.service_item.category_6::after {
  background: #e6f5f5;
}

.service_item.category_7 .icon {
  background: violet;
}

.services_2 .category_7 .text,
.service_item.category_7:hover {
  border-color: violet !important;
}

.service_item.category_7::after {
  background: #ffe8ff;
}

.service_item.category_8 .icon {
  background: blueviolet;
}

.services_2 .category_8 .text,
.service_item.category_8:hover {
  border-color: blueviolet !important;
}

.service_item.category_8::after {
  background: #e7d4f9;
}

.service_item .icon img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(42deg) brightness(104%) contrast(100%);
}

.service_item p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}

/* Atulya therapy showcase */
.therapy_showcase {
  position: relative;
  overflow: hidden;
  padding: 100px 0 92px;
  background:
    radial-gradient(circle at 10% 15%, rgba(218, 165, 75, 0.16), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(53, 105, 74, 0.14), transparent 30%),
    linear-gradient(145deg, #fbf8f0 0%, #f5f8ef 48%, #fffdf8 100%);
}

.therapy_showcase::before {
  position: absolute;
  content: "";
  inset: 18px;
  /* border: 1px solid rgba(56, 99, 70, 0.1); */
  pointer-events: none;
}

.therapy_shape {
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(63, 107, 77, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.therapy_shape::before,
.therapy_shape::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(63, 107, 77, 0.1);
  border-radius: 50%;
}

.therapy_shape::before {
  inset: 28px;
}

.therapy_shape::after {
  inset: 58px;
}

.therapy_shape_1 {
  top: -130px;
  right: -80px;
}

.therapy_shape_2 {
  bottom: -160px;
  left: -100px;
}

.therapy_heading {
  text-align: left;
}

.therapy_heading h5 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  letter-spacing: 1.2px;
}

.therapy_heading h5::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.therapy_heading h2 {
  max-width: none;
}

.therapy_title_break {
  display: none;
}

@media (min-width: 992px) {
  .therapy_title_break {
    display: block;
  }
}

.therapy_heading p {
  max-width: 650px;
  margin-top: 18px;
  color: #667166;
  font-size: 17px;
  line-height: 1.75;
}

.therapy_highlights {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 8px;
}

.therapy_highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  color: #355a40;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(53, 90, 64, 0.13);
  box-shadow: 0 8px 24px rgba(45, 74, 52, 0.06);
  backdrop-filter: blur(7px);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

.therapy_highlights i {
  color: var(--colorPrimary);
}

.therapy_slider_wrap {
  position: relative;
  margin-top: 48px;
}

.therapy_slider .slick-track {
  display: flex;
}

.therapy_slider .slick-slide {
  height: auto;
}

.therapy_slider .slick-slide > div,
.therapy_slider .slick-slide > div > div {
  height: 100%;
}

.therapy_slider .service_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  min-height: 430px;
  margin: 12px;
  padding: 34px 28px 28px;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(52, 91, 62, 0.12);
  box-shadow: 0 16px 46px rgba(45, 72, 50, 0.08);
  border-radius: 22px;
  backdrop-filter: blur(8px);
}

.therapy_slider .service_item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 28px;
  width: 52px;
  height: 3px;
  background: var(--colorPrimary);
  border-radius: 0 0 5px 5px;
  transition: width 0.35s ease;
}

.therapy_slider .service_item::after {
  width: 180px;
  height: 180px;
  right: -105px;
  bottom: -105px;
  left: auto;
  background: rgba(75, 125, 83, 0.07);
}

.therapy_slider .service_item:hover {
  border-color: rgba(53, 99, 65, 0.32) !important;
  box-shadow: 0 24px 55px rgba(45, 72, 50, 0.14);
  transform: translateY(-8px);
}

.therapy_slider .service_item:hover::before {
  width: calc(100% - 56px);
}

.therapy_slider .service_item:hover::after {
  width: 210px;
  height: 210px;
}

.therapy_slider .service_item .icon {
  width: 72px;
  height: 72px;
  margin: 0 0 26px;
  padding: 17px;
  background: linear-gradient(145deg, #365f42, #6f936b);
  box-shadow: 0 12px 25px rgba(54, 95, 66, 0.2);
  border-radius: 20px 8px 20px 8px;
}

.therapy_slider .service_item:hover .icon {
  transform: rotate(-4deg) scale(1.05);
}

.therapy_number {
  position: absolute;
  top: 28px;
  right: 26px;
  color: rgba(47, 84, 57, 0.12);
  font-family: var(--headingFont);
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
}

.therapy_type {
  display: inline-block;
  margin-bottom: 11px;
  color: #8c6b2f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.therapy_slider .service_item .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 58px;
  color: #263c2b;
  font-family: var(--headingFont);
  font-size: 25px;
  line-height: 1.2;
}

.therapy_slider .service_item .title small {
  margin-top: 4px;
  color: #6c796e;
  font-family: var(--paraFont);
  font-size: 13px;
  font-weight: 500;
}

.therapy_slider .service_item p {
  flex: 1;
  margin: 14px 0 25px;
  color: #68736a;
  text-align: left;
  font-size: 15px;
  line-height: 1.75;
}

.therapy_slider .read_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #355f41;
  font-weight: 700;
}

.therapy_slider .read_btn i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #355f41;
  border-radius: 50%;
  font-size: 11px;
  transition: all 0.3s ease;
}

.therapy_slider .read_btn:hover i {
  transform: translateX(4px);
  background: var(--colorPrimary);
}

.therapy_slider .slick-dots {
  position: static;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}

.therapy_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.therapy_slider .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: rgba(53, 95, 65, 0.22);
  border: 0;
  border-radius: 20px;
  font-size: 0;
  transition: all 0.3s ease;
}

.therapy_slider .slick-dots li.slick-active button {
  width: 34px;
  background: #355f41;
}

.therapy_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 38px;
  padding: 22px 26px;
  background: rgba(52, 92, 63, 0.06);
  border: 1px solid rgba(52, 92, 63, 0.1);
  border-radius: 16px;
}

.therapy_footer p {
  margin: 0;
  color: #56645a;
}

.therapy_footer p i {
  margin-right: 8px;
  color: var(--colorPrimary);
}

.therapy_footer .common_btn {
  flex: 0 0 auto;
}

/* Image-led editorial therapy cards */
.therapy_slider .service_item {
  min-height: 555px;
  padding: 0 0 28px;
  background: #fff;
  border: 0;
  border-radius: 26px 26px 10px 26px;
  box-shadow: 0 20px 55px rgba(39, 66, 45, 0.11);
}

.therapy_slider .service_item::before {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, transparent 50%, rgba(53, 95, 65, 0.1) 50%);
  border-radius: 0 0 10px 0;
}

.therapy_slider .service_item::after {
  display: none;
}

.therapy_slider .service_item:hover {
  border-color: transparent !important;
  transform: translateY(-10px);
}

.therapy_slider .service_item:hover::before {
  width: 86px;
  height: 86px;
}

.therapy_media {
  position: relative;
  width: 100%;
  height: 225px;
  margin: 0 0 27px;
  overflow: hidden;
  background: #dfe8df;
  border-radius: 26px 26px 0 0;
}

.therapy_media::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(25, 47, 31, 0.58) 100%);
  pointer-events: none;
}

.therapy_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.therapy_slider .service_item:hover .therapy_media img {
  transform: scale(1.08);
}

.therapy_slider .therapy_number {
  z-index: 2;
  top: 174px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: rgba(42, 77, 51, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 10px 26px rgba(21, 42, 27, 0.25);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  font-family: var(--paraFont);
  font-size: 13px;
  letter-spacing: 1px;
}

.therapy_slider .therapy_type,
.therapy_slider .service_item .title,
.therapy_slider .service_item p,
.therapy_slider .service_item .read_btn {
  margin-right: 26px;
  margin-left: 26px;
}

.therapy_slider .therapy_type {
  position: relative;
  padding-left: 20px;
}

.therapy_slider .therapy_type::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  background: #a77b31;
}

.therapy_slider .service_item .title {
  width: calc(100% - 52px);
}

.therapy_slider .service_item p {
  width: calc(100% - 52px);
  margin-top: 12px;
}

.therapy_slider .service_item .read_btn {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.read_btn {
  font-size: 16px;
  color: var(--colorBlack);
  text-transform: capitalize;
}

.read_btn i {
  font-size: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.read_btn:hover {
  color: var(--colorPrimary);
}

.read_btn:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/* Service end */

/* Counter start */
.counter_section {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.counter_overlay {
  background: #0d2420d6;
}

.counter_item {
  text-align: center;
  border-right: 1px solid #ffffff4d;
  padding-right: 25px;
}

.counter_item .icon {
  width: 65px;
  height: 65px;
  border: 1px solid var(--colorPrimary);
  padding: 15px;
  color: var(--colorPrimary);
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.counter_item h3,
.counter_item h3 span {
  position: relative;
  color: var(--colorWhite);
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

.counter_item h3::after {
  position: absolute;
  content: "";
}

.counter_item p {
  color: var(--colorWhite);
  text-transform: capitalize;
  margin-top: 5px;
  font-size: 16px;
  opacity: 0.8;
  text-align: center;
}

.counter_section .col-6:last-child .counter_item {
  border: none;
}

/* Counter end */

/* event start */
.wssus__event_item {
  position: relative;
  overflow: hidden;
  height: 550px;
  margin-top: 25px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.wssus__event_item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  z-index: 9;
}

.wssus__event_item .text::after {
  position: absolute;
  content: "";
  width: 130%;
  height: 300px;
  background: url(../images/event_text_shapes.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: -90px;
  bottom: -140px;
  z-index: -1;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}

.wssus__event_item .text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
}

.wssus__event_item .text ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 5px;
  color: var(--colorWhite);
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

.wssus__event_item .text ul li span {
  display: block;
  width: 20px;
  margin-bottom: 5px;
}

.wssus__event_item .text .title {
  color: var(--colorWhite);
  background-image: linear-gradient(var(--colorWhite), var(--colorWhite)),
    linear-gradient(var(--colorWhite), var(--colorWhite));
}

.event_slider .wssus__event_item {
  margin: 25px 12px 0px 12px;
}

.wssus__event_item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* event end */

/* text sloder start */
.text_slider {
  margin-bottom: 50px;
  padding-bottom: 65px;
  padding-top: 100px;
}

.text_slider .marquee_animi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 25px;
}

.text_slider .marquee_animi ul li {
  font-size: 90px;
  font-weight: 900;
  text-transform: capitalize;
  font-family: var(--headingFont);
  color: var(--colorBlack);
  position: relative;
  padding-left: 50px;
  line-height: 70px;
}

.text_slider .marquee_animi ul li::after {
  position: absolute;
  content: "";
  background: url(../images/text_slider_icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.text_slider .marquee_animi ul li:nth-child(2n) {
  -webkit-text-fill-color: var(--colorWhite);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--colorBlack);
}

/* text sloder end */

/* Become volunteer start */
.become_volunteer_bg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 100px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.become_volunteer_text {
  position: relative;
  z-index: 2;
}

.become_volunteer_text h2 {
  color: var(--colorWhite);
  font-size: 52px;
  font-weight: 800;
}

.become_volunteer_text p {
  color: var(--colorWhite);
  opacity: 0.7;
  margin: 20px 0px 20px 0px;
}

.become_volunteer_text .common_btn:hover,
.become_volunteer_text .common_btn:hover::after {
  color: var(--colorBlack);
}

.become_volunteer_text .common_btn::before {
  background: var(--colorWhite);
}

/* Become volunteer end */

/* Volanteer start */
.volunteer {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.wsis__single_volunteer {
  background: var(--colorWhite);
  overflow: hidden;
  padding: 10px;
  margin-top: 25px;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.volunteer_slider .wsis__single_volunteer {
  margin: 25px 12px 0px 12px;
}

.wsis__single_volunteer .img {
  height: 325px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wsis__single_volunteer .text {
  padding: 20px 20px 10px 20px;
}

.wsis__single_volunteer .text h4 {
  text-align: center;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 5px;
}

.wsis__single_volunteer .text p {
  text-align: center;
}

.wsis__single_volunteer:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* Volanteer end */

/* faq start */
.faq_img {
  height: 665px;
}

.faq_text .accordion-item {
  margin-top: 15px;
  border: 1px solid #eee;
  overflow: hidden;
  box-shadow: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.faq_text .accordion-header button {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 800;
  box-shadow: none !important;
}

.faq_text .accordion-button:not(.collapsed) {
  color: var(--colorBlack);
  background-color: var(--colorPrimary);
  border-bottom: 1px solid #eee;
}

.faq_text .accordion-button::after {
  background-image: url(../images/plus_icon.webp);
  width: 13px;
  height: 13px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq_text .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus_icon.webp);
}

.faq_text .accordion-body p {
  font-size: 16px;
}

/* Atulya premium FAQ */
.atulya_faq {
  position: relative;
  padding: 105px 0 100px;
  overflow: hidden;
  /* background:
    radial-gradient(circle at 7% 16%, rgba(190, 151, 75, 0.12), transparent 24%),
    radial-gradient(circle at 94% 84%, rgba(66, 112, 77, 0.11), transparent 26%),
    linear-gradient(145deg, #faf7ee, #fff 48%, #f4f8f1); */
}

.faq_shape {
  position: absolute;
  display: block;
  border: 1px solid rgba(55, 97, 66, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.faq_shape::before,
.faq_shape::after {
  position: absolute;
  content: "";
  border: inherit;
  border-radius: inherit;
}

.faq_shape::before {
  inset: 24px;
}

.faq_shape::after {
  inset: 52px;
}

.faq_shape_1 {
  top: -130px;
  left: -90px;
  width: 320px;
  height: 320px;
}

.faq_shape_2 {
  right: -100px;
  bottom: -155px;
  width: 360px;
  height: 360px;
}

.atulya_faq_heading {
  text-align: left;
}

.atulya_faq_heading h5 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #477552;
  letter-spacing: 1.4px;
}

.atulya_faq_heading h5::before {
  content: "";
  width: 31px;
  height: 1px;
  background: currentColor;
}

.atulya_faq_heading h2 {
  max-width: 780px;
  color: #2a4432;
}

.faq_intro {
  margin: 0 0 8px;
  color: #6a766d;
  font-size: 15px;
  line-height: 1.75;
}

.faq_visual {
  position: relative;
  height: 100%;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 115px 18px 115px 18px;
  box-shadow: 0 27px 65px rgba(35, 68, 43, 0.16);
}

.faq_visual::after {
  position: absolute;
  content: "";
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(19, 47, 29, 0.8) 100%);
  pointer-events: none;
}

.faq_visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.faq_visual:hover > img {
  transform: scale(1.04);
}

.faq_visual_overlay {
  position: absolute;
  z-index: 3;
  right: 35px;
  bottom: 38px;
  left: 35px;
  color: #fff;
}

.faq_visual_overlay > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 11px;
  color: #e4c27b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq_visual_overlay h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 29px;
}

.faq_visual_overlay p {
  max-width: 380px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.65;
}

.faq_visual_overlay a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.faq_visual_overlay a i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #294833;
  background: #e4c27b;
  border-radius: 50%;
  font-size: 10px;
}

.faq_trust_badge {
  position: absolute;
  z-index: 3;
  top: 36px;
  right: -1px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 17px;
  color: #fff;
  background: rgba(42, 82, 54, 0.94);
  border-radius: 18px 0 0 18px;
  box-shadow: 0 15px 35px rgba(27, 57, 35, 0.2);
  backdrop-filter: blur(8px);
}

.faq_trust_badge strong {
  color: #e4c27b;
  font-family: var(--headingFont);
  font-size: 27px;
}

.faq_trust_badge span {
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.atulya_faq_panel {
  height: 100%;
  padding: 18px 25px 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(51, 91, 62, 0.1);
  box-shadow: 0 22px 55px rgba(41, 73, 48, 0.08);
  backdrop-filter: blur(9px);
  border-radius: 23px 7px 23px 7px;
}

.atulya_faq .faq_text .accordion-item {
  margin-top: 11px;
  overflow: hidden;
  background: #fbfcf8;
  border: 1px solid rgba(51, 91, 62, 0.11);
  box-shadow: none;
  border-radius: 14px 4px 14px 4px;
  transition: all 0.3s ease;
}

.atulya_faq .faq_text .accordion-item:has(.accordion-button:not(.collapsed)) {
  background: #fff;
  border-color: rgba(54, 96, 65, 0.25);
  box-shadow: 0 12px 28px rgba(42, 75, 49, 0.08);
}

.atulya_faq .faq_text .accordion-header button {
  gap: 14px;
  min-height: 68px;
  padding: 15px 19px;
  color: #344f3b;
  background: transparent;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}

.atulya_faq .faq_text .accordion-button:not(.collapsed) {
  color: #294833;
  background: #f1f6ed;
  border-bottom: 1px solid rgba(51, 91, 62, 0.08);
}

.faq_number {
  display: inline-flex;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: #a47b37;
  background: #faf2df;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) .faq_number {
  color: #fff;
  background: #477552;
}

.atulya_faq .faq_text .accordion-button::after {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  margin-left: auto;
  background-image: none;
  background-color: #fff;
  border: 1px solid rgba(53, 94, 64, 0.15);
  border-radius: 50%;
  transform: none;
}

.atulya_faq .faq_text .accordion-button::before {
  position: absolute;
  content: "+";
  right: 27px;
  color: #477552;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}

.atulya_faq .faq_text .accordion-button:not(.collapsed)::before {
  content: "\2212";
}

.atulya_faq .faq_text .accordion-body {
  padding: 16px 20px 18px 65px;
}

.atulya_faq .faq_text .accordion-body p {
  margin: 0;
  color: #667269;
  font-size: 14px;
  line-height: 1.75;
}

.faq_panel_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 17px;
  padding: 14px 16px;
  background: #eef4eb;
  border-radius: 12px 4px 12px 4px;
}

.faq_panel_footer span {
  color: #657168;
  font-size: 11px;
}

.faq_panel_footer span i {
  margin-right: 6px;
  color: #477552;
}

.faq_panel_footer a {
  flex: 0 0 auto;
  color: #477552;
  font-size: 12px;
  font-weight: 800;
}

/* FAQ original image presentation */
.atulya_faq .faq_visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 680px;
  padding: 34px;
  overflow: visible;
  background:
    radial-gradient(circle at 18% 20%, rgba(202, 169, 95, 0.15), transparent 27%),
    linear-gradient(145deg, #f1f5eb, #fffdf7);
  border: 1px solid rgba(54, 95, 65, 0.13);
  box-shadow: 0 24px 58px rgba(39, 71, 46, 0.11);
  border-radius: 90px 18px 90px 18px;
  isolation: isolate;
}

.atulya_faq .faq_visual::before {
  position: absolute;
  content: "";
  z-index: -1;
  inset: -12px 22px 20px -12px;
  border: 1px solid rgba(54, 95, 65, 0.18);
  border-radius: 102px 22px 102px 22px;
}

.atulya_faq .faq_visual::after {
  position: absolute;
  content: "";
  z-index: -1;
  right: -20px;
  bottom: 55px;
  width: 95px;
  height: 95px;
  background: rgba(190, 151, 75, 0.12);
  border: 1px solid rgba(190, 151, 75, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.atulya_faq .faq_visual > img {
  width: 100%;
  height: auto;
  max-height: 610px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 17px 25px rgba(40, 70, 47, 0.12));
  transition: transform 0.5s ease;
}

.atulya_faq .faq_visual:hover > img {
  transform: translateY(-5px);
}

.atulya_faq .faq_visual_overlay,
.atulya_faq .faq_trust_badge {
  display: none;
}

/* faq end */

/* brand start */
.brand {
  margin-bottom: -7px;
}

.single_brand {
  border: 1px solid #eee;
  height: 135px;
  margin: 0px 12px;
  cursor: pointer;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.single_brand:hover {
  border-color: var(--colorPrimary);
}

/* brand end */

/* Video and donate start */
.video_and_donate,
.counter_and_donate {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.video_and_donate_overlay,
.counter_and_donate_overlay {
  background: #000000c9;
}

.video_donate_text_top {
  background: var(--colorWhite);
  position: relative;
  top: -150px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.video_donate_text {
  padding: 50px 25px 50px 50px;
}

.video_donate_text h2 {
  font-size: 38px;
  font-weight: 800;
}

.video_donate_text p {
  border-left: 4px solid var(--colorPrimary);
  margin-top: 30px;
  margin-bottom: 35px;
  padding-left: 15px;
  font-style: italic;
}

.video_donate_text h5 {
  font-size: 22px;
  font-weight: 800;
  text-transform: revert;
}

.video_donation_box .input_box {
  position: relative;
}

.video_donation_box input {
  background: #fdf8e9;
  border: 1px solid #eee;
  padding: 10px 25px 11px 65px;
  color: var(--colorBlack);
  font-weight: 700;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: capitalize;
}

.video_donation_box .input_box span {
  position: absolute;
  top: 16px;
  left: 7px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  font-weight: 800;
  font-size: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.video_donation_box input::placeholder {
  color: var(--colorBlack);
}

.video_donation_box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
  margin-bottom: 40px;
  margin-top: 0 !important;
}

.video_donation_box ul li {
  background: #f5f5f5;
  padding: 10px 22px;
  color: var(--colorBlack);
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  text-transform: capitalize;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.video_donation_box ul li:hover {
  color: var(--colorPrimary);
}

.video_donation_box ul li.active {
  background: var(--colorPrimary) !important;
  color: var(--colorBlack) !important;
}

.video_donate_img {
  overflow: hidden;
  height: 535px;
  margin: 15px 15px 15px 0px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.video_donate_bottom {
  text-align: center;
}

.video_donate_bottom h4 {
  text-align: center;
  color: var(--colorPrimary);
  font-family: var(--cursiveFont);
  font-size: 32px;
  font-weight: 900;
  text-transform: capitalize;
  margin-top: 50px;
  margin-bottom: 10px;
}

.video_donate_bottom h2 {
  color: var(--colorWhite);
  font-size: 39px;
  font-weight: 900;
  margin-bottom: 20px;
}

.video_donate_bottom p {
  color: var(--colorWhite);
  opacity: 0.8;
  text-align: center;
}

/* Video and donate end */

/* testimonial start */
.atulya_why_choose {
  position: relative;
  padding: 105px 0 110px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 12%, rgba(205, 166, 89, 0.16), transparent 24%),
    radial-gradient(circle at 92% 82%, rgba(125, 166, 119, 0.13), transparent 27%),
    linear-gradient(135deg, #172d20 0%, #23442e 52%, #172f21 100%);
}

.atulya_why_choose::before {
  position: absolute;
  content: "";
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.why_orbit {
  position: absolute;
  display: block;
  border: 1px solid rgba(218, 183, 110, 0.13);
  border-radius: 50%;
}

.why_orbit::before,
.why_orbit::after {
  position: absolute;
  content: "";
  border: inherit;
  border-radius: inherit;
}

.why_orbit::before {
  inset: 28px;
}

.why_orbit::after {
  inset: 60px;
}

.why_orbit_1 {
  top: -145px;
  right: -90px;
  width: 350px;
  height: 350px;
}

.why_orbit_2 {
  bottom: -180px;
  left: -100px;
  width: 380px;
  height: 380px;
}

.atulya_dark_heading h5 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #dfbd75;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.atulya_dark_heading h5::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.atulya_dark_heading h2 {
  max-width: 720px;
  color: #fff;
  font-size: 50px;
  line-height: 1.14;
}

.why_intro {
  max-width: 480px;
  margin: 0 0 4px auto;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.8;
}

.why_choose_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.why_choose_item {
  position: relative;
  min-height: 275px;
  padding: 35px 32px 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.35s ease;
}

.why_choose_item::after {
  position: absolute;
  content: "";
  right: -65px;
  bottom: -65px;
  width: 130px;
  height: 130px;
  background: rgba(223, 189, 117, 0.06);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.why_choose_item:hover {
  z-index: 2;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 55px rgba(5, 19, 10, 0.18);
  transform: translateY(-7px);
}

.why_choose_item:hover::after {
  width: 175px;
  height: 175px;
}

.why_icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  color: #e5c47e;
  background: rgba(224, 190, 119, 0.08);
  border: 1px solid rgba(224, 190, 119, 0.25);
  border-radius: 16px 5px 16px 5px;
  font-size: 20px;
}

.why_index {
  position: absolute;
  top: 35px;
  right: 30px;
  /* color: rgba(255, 255, 255, 0.12); */
  font-family: var(--headingFont);
  font-size: 30px;
  font-weight: 800;
}

.why_choose_item h3 {
  margin-bottom: 11px;
  color: #fff;
  font-size: 22px;
}

.why_choose_item p {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.why_choose_featured {
  background: linear-gradient(145deg, rgba(209, 169, 89, 0.18), rgba(255, 255, 255, 0.04));
}

.why_choose_featured strong {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.why_choose_featured strong span {
  color: #e5c47e;
  font-family: var(--headingFont);
  font-size: 25px;
  letter-spacing: 0;
}

.atulya_process {
  position: relative;
  padding: 105px 0 100px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 18%, rgba(78, 125, 85, 0.1), transparent 25%),
    linear-gradient(180deg, #fbfaf5 0%, #fff 100%);
}

.atulya_process::before {
  position: absolute;
  content: "04";
  top: -45px;
  right: 4%;
  color: rgba(48, 83, 57, 0.035);
  font-family: var(--headingFont);
  font-size: 250px;
  font-weight: 900;
  line-height: 1;
}

.atulya_process_heading {
  text-align: left;
}

.atulya_process_heading h5 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #477552;
  letter-spacing: 1.5px;
}

.atulya_process_heading h5::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.atulya_process_heading h2 {
  max-width: 760px;
}

.process_intro {
  margin: 0 0 8px;
  color: #6b776e;
  line-height: 1.75;
}

.process_journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.process_journey::before {
  position: absolute;
  content: "";
  z-index: 0;
  top: 53px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #9eb2a1 0 8px, transparent 8px 16px);
}

.process_step {
  position: relative;
  z-index: 1;
  min-height: 355px;
  padding: 28px 26px 62px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(51, 91, 62, 0.11);
  box-shadow: 0 18px 46px rgba(43, 74, 50, 0.07);
  border-radius: 24px 7px 24px 7px;
  transition: all 0.35s ease;
}

.process_step:nth-child(even) {
  margin-top: 35px;
}

.process_step:hover {
  border-color: rgba(53, 97, 64, 0.28);
  box-shadow: 0 25px 55px rgba(43, 74, 50, 0.12);
  transform: translateY(-8px);
}

.process_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.process_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: #335d3e;
  border: 5px solid #eef3eb;
  box-shadow: 0 0 0 1px rgba(51, 93, 62, 0.2);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

.process_icon {
  color: rgba(51, 93, 62, 0.16);
  font-size: 29px;
}

.process_step h3 {
  min-height: 58px;
  margin-bottom: 14px;
  color: #2b4432;
  font-size: 22px;
  line-height: 1.3;
}

.process_step p {
  margin: 0;
  color: #6c776e;
  font-size: 14px;
  line-height: 1.7;
}

.process_label {
  position: absolute;
  left: 26px;
  right: 25px;
  bottom: 22px;
  color: #a77e38;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.05px;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.process_cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 50px;
  padding: 22px 25px;
  background: #eff4eb;
  border: 1px solid rgba(52, 93, 63, 0.1);
  border-radius: 16px;
}

.process_cta p {
  margin: 0;
  color: #526158;
}

.process_cta p i {
  margin-right: 9px;
  color: #477552;
}

.process_cta .common_btn {
  flex: 0 0 auto;
}

.testimonial_item {
  background: #f7f7f7;
  padding: 40px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-top: 25px;
  position: relative;
}

.atulya_testimonials {
  position: relative;
  padding: 100px 0 90px;
  overflow: hidden;
  /* background: linear-gradient(145deg, #f7f4ea, #fff 48%, #f2f7f0); */
}

.testimonial_heading h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.atulya_testimonials .testimonial_slider .slick-track {
  display: flex;
}

.atulya_testimonials .testimonial_slider .slick-slide {
  height: auto;
}

.atulya_testimonials .testimonial_slider .slick-slide > div,
.atulya_testimonials .testimonial_slider .slick-slide > div > div {
  height: 100%;
}

.atulya_testimonial_heading {
  max-width: 760px;
}

.atulya_testimonial_heading h2 {
  color: #203e2a;
}

.atulya_testimonial_heading p {
  max-width: 700px;
  margin-top: 14px;
  color: #61705f;
  font-size: 17px;
  line-height: 1.7;
}

.atulya_testimonial_summary {
  display: grid;
  justify-items: start;
  gap: 8px;
  padding: 26px 28px;
  border: 1px solid rgba(52, 91, 62, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, #203e2a 0%, #365b38 100%);
  color: #fff8e6;
  box-shadow: 0 22px 55px rgba(32, 62, 42, 0.16);
}

.atulya_testimonial_summary strong {
  color: #fff8e6;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.atulya_testimonial_summary span {
  color: #f3c66d;
  font-size: 16px;
  letter-spacing: 2px;
}

.atulya_testimonial_summary a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #fff8e6;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.4px;
}

.atulya_testimonial_summary a:hover {
  color: #f3c66d;
}

.atulya_testimonials .testimonial_item {
  height: calc(100% - 25px);
  padding: 38px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(52, 91, 62, 0.1);
  box-shadow: 0 18px 45px rgba(41, 72, 48, 0.08);
  border-radius: 24px 6px 24px 6px;
}

.atulya_testimonials .testimonial_item::after {
  opacity: 0.08;
  right: 35px;
  bottom: 35px;
}

.review_source {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  float: right;
  color: #66806c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.review_source i {
  color: #4285f4;
  font-size: 14px;
}

.atulya_testimonials .testimonial_item .description {
  min-height: 145px;
  clear: both;
  padding-top: 12px;
  color: #5f6b62;
  line-height: 1.75;
}

.atulya_testimonials .testimonial_footer h3 {
  color: #2d4935;
}

.atulya_testimonials .testimonial_footer h3 span {
  color: #9a7a41;
}

.atulya_testimonials .slick-dots {
  margin-top: 35px;
}

/* Atulya contact and footer content */
.atulya_contact {
  position: relative;
}

.atulya_contact_shell {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(48, 88, 59, 0.12);
  box-shadow: 0 28px 75px rgba(35, 68, 43, 0.13);
  border-radius: 28px 8px 28px 8px;
}

.contact_intro {
  height: 100%;
  padding: 55px 45px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(224, 190, 119, 0.19), transparent 28%),
    linear-gradient(145deg, #1b3525, #315b3d);
}

.contact_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: #e1bf78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact_eyebrow::before {
  content: "";
  width: 25px;
  height: 1px;
  background: currentColor;
}

.contact_intro h2 {
  margin-bottom: 17px;
  color: #fff;
  font-size: 40px;
  line-height: 1.18;
}

.contact_intro > p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.contact_direct {
  display: grid;
  gap: 12px;
  margin-top: 35px;
}

.contact_direct a {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px 4px 12px 4px;
  transition: all 0.3s ease;
}

.contact_direct a:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(4px);
}

.contact_direct a > i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  color: #e2bf78;
  background: rgba(225, 191, 120, 0.1);
  border-radius: 50%;
}

.contact_direct a span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.contact_direct a strong {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.contact_locations {
  height: 100%;
  padding: 50px 45px 42px;
  background: linear-gradient(145deg, #fbfaf5, #fff);
}

.contact_locations_head span {
  color: #a47b37;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.contact_locations_head h3 {
  margin-top: 6px;
  color: #2c4734;
  font-size: 30px;
}

.location_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 25px;
}

.location_card {
  display: flex;
  gap: 12px;
  padding: 21px 18px;
  background: #fff;
  border: 1px solid rgba(53, 93, 63, 0.11);
  border-radius: 16px 5px 16px 5px;
}

.location_pin {
  width: 38px;
  height: 38px;
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #477552;
  border-radius: 50%;
}

.location_label {
  color: #a47b37;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.location_card h4 {
  margin: 4px 0 8px;
  color: #2e4936;
  font-size: 18px;
}

.location_card p {
  min-height: 90px;
  margin-bottom: 13px;
  color: #6b776e;
  font-size: 12px;
  line-height: 1.6;
}

.location_card a {
  color: #477552;
  font-size: 12px;
  font-weight: 800;
}

.location_card a i {
  margin-left: 5px;
  font-size: 10px;
}

.clinic_hours {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 17px;
  padding: 15px 18px;
  background: #eef4eb;
  border-radius: 11px;
}

.clinic_hours > i {
  color: #477552;
  font-size: 22px;
}

.clinic_hours p {
  margin: 0;
  color: #59665d;
  font-size: 12px;
}

.footer_about_text {
  max-width: 300px;
  margin-bottom: 23px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.atulya_footer .footer_contact li a {
  color: inherit;
}

.footer_clinic_hours .footer_hours_item {
  display: flex;
  gap: 11px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_hours_item > i {
  margin-top: 3px;
  color: var(--colorPrimary);
}

.footer_hours_item p {
  margin: 0;
}

.footer_hours_item strong,
.footer_hours_item span {
  display: block;
}

.footer_hours_item strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
}

.footer_hours_item span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.6;
}

.footer_book_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  color: var(--colorPrimary);
  font-size: 13px;
  font-weight: 800;
}

/* Appointment form */
.appointment_section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  font-family: var(--paraFont);
  background:
    radial-gradient(circle at 8% 85%, rgba(193, 153, 76, 0.13), transparent 25%),
    radial-gradient(circle at 94% 12%, rgba(67, 113, 78, 0.12), transparent 28%),
    linear-gradient(145deg, #faf7ee, #fff 52%, #f2f7ef);
}

.appointment_shape {
  position: absolute;
  display: block;
  border: 1px solid rgba(53, 95, 64, 0.09);
  border-radius: 50%;
}

.appointment_shape::before,
.appointment_shape::after {
  position: absolute;
  content: "";
  border: inherit;
  border-radius: inherit;
}

.appointment_shape::before { inset: 25px; }
.appointment_shape::after { inset: 54px; }
.appointment_shape_1 { top: -130px; right: -90px; width: 330px; height: 330px; }
.appointment_shape_2 { bottom: -160px; left: -100px; width: 370px; height: 370px; }

.appointment_shell {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(50, 91, 61, 0.12);
  box-shadow: 0 30px 75px rgba(35, 67, 43, 0.14);
  border-radius: 30px 8px 30px 8px;
}

.appointment_intro {
  height: 100%;
  padding: 58px 46px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(224, 190, 119, 0.18), transparent 27%),
    linear-gradient(145deg, #193523, #315e3d);
}

.appointment_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  color: #e3c17a;
  font-family: var(--headingFont);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.appointment_eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }

.appointment_intro h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 42px;
  font-family: var(--headingFont);
  font-weight: 800;
  line-height: 1.16;
}

.appointment_intro > p {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--paraFont);
  font-size: 17px;
  line-height: 1.7;
}

.appointment_promises {
  display: grid;
  gap: 11px;
  margin-top: 30px;
}

.appointment_promises span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--paraFont);
  font-size: 15px;
  font-weight: 600;
}

.appointment_promises i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e4c17a;
  background: rgba(228, 193, 122, 0.1);
  border: 1px solid rgba(228, 193, 122, 0.18);
  border-radius: 50%;
}

.appointment_contact_strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 35px;
}

.appointment_contact_strip > div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px 3px 11px 3px;
}

.appointment_contact_strip i { color: #e4c17a; }
.appointment_contact_strip span { color: rgba(255, 255, 255, 0.58); font-family: var(--paraFont); font-size: 12px; font-weight: 600; text-transform: capitalize; }
.appointment_contact_strip strong { display: block; margin-top: 2px; color: #fff; font-family: var(--headingFont); font-size: 14px; font-weight: 800; white-space: nowrap; }

.appointment_form_wrap {
  height: 100%;
  padding: 48px 45px 42px;
  background: linear-gradient(145deg, #fff, #fbfcf8);
}

.appointment_form_head > span {
  color: #a47b37;
  font-family: var(--headingFont);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.appointment_form_head h3 {
  margin: 5px 0 25px;
  color: #2b4733;
  font-family: var(--headingFont);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}

.appointment_form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.appointment_field { min-width: 0; }
.appointment_field_full { grid-column: 1 / -1; }

.appointment_field label {
  display: block;
  margin-bottom: 7px;
  color: #415747;
  font-family: var(--paraFont);
  font-size: 14px;
  font-weight: 700;
}

.appointment_field > div {
  position: relative;
}

.appointment_field > div > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  color: #73907a;
  font-size: 13px;
  transform: translateY(-50%);
}

.appointment_field .appointment_textarea > i {
  top: 17px;
  transform: none;
}

.appointment_field input,
.appointment_field select,
.appointment_field textarea {
  width: 100%;
  color: #344b3b;
  background: #f6f8f3;
  border: 1px solid rgba(51, 91, 62, 0.11);
  outline: none;
  border-radius: 11px 3px 11px 3px;
  font-family: var(--paraFont);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.appointment_field input,
.appointment_field select { height: 51px; padding: 0 14px 0 42px; }
.appointment_field textarea { min-height: 110px; padding: 14px 14px 14px 42px; resize: vertical; }

.appointment_field input:focus,
.appointment_field select:focus,
.appointment_field textarea:focus {
  background: #fff;
  border-color: rgba(71, 117, 82, 0.42);
  box-shadow: 0 0 0 4px rgba(71, 117, 82, 0.07);
}

.appointment_submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 2px;
}

.appointment_submit p {
  max-width: 330px;
  margin: 0;
  color: #7a867d;
  font-family: var(--paraFont);
  font-size: 13px;
  line-height: 1.6;
}

.appointment_submit p i { margin-right: 5px; color: #477552; }
.appointment_submit .common_btn { flex: 0 0 auto; border: 0; }

/* Footer branch addresses */
.footer_branches {
  margin-bottom: 65px;
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer_branches_heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 27px;
}

.footer_branches_heading span {
  color: var(--colorPrimary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.footer_branches_heading h2 {
  max-width: 570px;
  margin: 4px 0 0;
  color: #fff;
  font-size: 31px;
}

.footer_branch_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.footer_branch_card {
  display: flex;
  gap: 16px;
  min-width: 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px 4px 17px 4px;
  transition: all 0.3s ease;
}

.footer_branch_card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 193, 7, 0.28);
  transform: translateY(-4px);
}

.footer_branch_icon {
  width: 45px;
  height: 45px;
  display: inline-flex;
  flex: 0 0 45px;
  align-items: center;
  justify-content: center;
  color: #173221;
  background: var(--colorPrimary);
  border-radius: 50%;
}

.footer_branch_label { color: var(--colorPrimary); font-size: 10px; font-weight: 800; letter-spacing: 0.6px; text-transform: uppercase; }
.footer_branch_card h3 { margin: 4px 0 8px; color: #fff; font-size: 20px; }
.footer_branch_card p { max-width: 470px; margin-bottom: 10px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.65; }
.footer_branch_card a { color: #fff; font-size: 13px; font-weight: 800; }
.footer_branch_card a i { margin-left: 6px; color: var(--colorPrimary); font-size: 10px; }

/* Contact section visual alignment */
.atulya_contact {
  position: relative;
  padding: 105px 0 100px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 88%, rgba(190, 151, 75, 0.12), transparent 25%),
    radial-gradient(circle at 94% 12%, rgba(71, 117, 82, 0.11), transparent 27%),
    linear-gradient(145deg, #fbf8ef, #fff 50%, #f4f8f1);
}

.contact_shape {
  position: absolute;
  display: block;
  border: 1px solid rgba(57, 99, 68, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.contact_shape::before,
.contact_shape::after {
  position: absolute;
  content: "";
  border: inherit;
  border-radius: inherit;
}

.contact_shape::before {
  inset: 25px;
}

.contact_shape::after {
  inset: 52px;
}

.contact_shape_1 {
  top: -125px;
  right: -80px;
  width: 320px;
  height: 320px;
}

.contact_shape_2 {
  bottom: -150px;
  left: -90px;
  width: 340px;
  height: 340px;
}

.atulya_contact_heading {
  margin-bottom: 52px;
  text-align: center;
}

.atulya_contact_heading h5 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #477552;
  letter-spacing: 1.5px;
}

.atulya_contact_heading h5::before,
.atulya_contact_heading h5::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.atulya_contact_heading h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #2a4432;
}

.atulya_contact_heading p {
  max-width: 650px;
  margin: 17px auto 0;
  color: #69756c;
  font-size: 16px;
  line-height: 1.75;
}

.atulya_contact_shell {
  overflow: visible;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.contact_visual {
  position: relative;
  height: 610px;
  margin-right: 18px;
  isolation: isolate;
}

.contact_visual::before {
  position: absolute;
  content: "";
  z-index: -1;
  inset: -12px 24px 20px -12px;
  border: 1px solid rgba(53, 94, 64, 0.2);
  border-radius: 115px 18px 115px 18px;
}

.contact_visual::after {
  position: absolute;
  content: "";
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(20, 48, 30, 0.62) 100%);
  border-radius: 105px 14px 105px 14px;
  pointer-events: none;
}

.contact_visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 105px 14px 105px 14px;
  box-shadow: 0 28px 65px rgba(35, 67, 43, 0.17);
}

.contact_visual_badge {
  position: absolute;
  z-index: 3;
  top: 36px;
  left: -24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  color: #fff;
  background: rgba(42, 82, 54, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 17px 38px rgba(31, 62, 40, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 4px 17px 4px 17px;
}

.contact_visual_badge strong {
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-family: var(--headingFont);
  font-size: 36px;
  line-height: 1;
}

.contact_visual_badge span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.contact_visual .contact_direct {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 25px;
  left: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
}

.contact_visual .contact_direct a {
  min-width: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 25px rgba(21, 47, 29, 0.15);
  backdrop-filter: blur(8px);
}

.contact_visual .contact_direct a:hover {
  background: #fff;
  transform: translateY(-3px);
}

.contact_visual .contact_direct a > i {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  color: #fff;
  background: #477552;
}

.contact_visual .contact_direct a span {
  min-width: 0;
  color: #829087;
  font-size: 9px;
}

.contact_visual .contact_direct a strong {
  color: #294632;
  font-size: 12px;
  white-space: nowrap;
}

.contact_locations {
  height: 100%;
  padding: 42px 40px 35px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(52, 92, 63, 0.11);
  box-shadow: 0 22px 55px rgba(40, 72, 47, 0.09);
  backdrop-filter: blur(8px);
  border-radius: 22px 6px 22px 6px;
}

.contact_locations_head h3 {
  margin-top: 5px;
  font-size: 34px;
}

.contact_locations_head > p {
  max-width: 590px;
  margin: 10px 0 0;
  color: #6b776e;
  font-size: 14px;
  line-height: 1.65;
}

.location_grid {
  gap: 12px;
  margin-top: 25px;
}

.location_card {
  position: relative;
  min-width: 0;
  min-height: 285px;
  flex-direction: column;
  gap: 14px;
  padding: 23px 20px;
  overflow: hidden;
  background: #fbfcf8;
  border-color: rgba(53, 93, 63, 0.12);
  border-radius: 18px 4px 18px 4px;
  transition: all 0.3s ease;
}

.location_card::after {
  position: absolute;
  content: "";
  right: -50px;
  bottom: -50px;
  width: 110px;
  height: 110px;
  background: rgba(71, 117, 82, 0.05);
  border-radius: 50%;
}

.location_card:hover {
  background: #fff;
  border-color: rgba(53, 93, 63, 0.28);
  box-shadow: 0 14px 30px rgba(42, 75, 49, 0.08);
  transform: translateY(-5px);
}

.location_pin {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  box-shadow: 0 9px 20px rgba(54, 96, 65, 0.17);
}

.location_card h4 {
  margin-top: 5px;
  font-size: 21px;
}

.location_card p {
  min-height: 96px;
  font-size: 13px;
}

.location_card a {
  position: relative;
  z-index: 2;
  margin-top: auto;
  font-size: 13px;
}

.clinic_hours {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  margin-top: 14px;
  padding: 15px 17px;
  background: #eef4eb;
  border: 1px solid rgba(52, 93, 63, 0.08);
  border-radius: 13px 4px 13px 4px;
}

.clinic_hours > i {
  align-self: center;
}

.clinic_hours div > span {
  display: block;
  margin-bottom: 3px;
  color: #a47b37;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.clinic_hours p {
  line-height: 1.55;
}

.clinic_hours > a {
  align-self: center;
  padding: 9px 13px;
  color: #fff;
  background: #477552;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.clinic_hours > a i {
  margin-right: 5px;
}

.testimonial_slider .testimonial_item {
  margin: 25px 12px 0px 12px;
}

.testimonial_item .rating {
  color: var(--ratingColor);
  font-size: 13px;
  margin-bottom: 12px;
}

.testimonial_item .description {
  margin-bottom: 30px;
}

.testimonial_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.testimonial_footer img {
  width: 50px !important;
  height: 50px !important;
  margin-right: 12px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.testimonial_footer h3 {
  font-size: 18px;
  font-weight: 600;
}

.testimonial_footer h3 span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}

.testimonial_item::after {
  position: absolute;
  content: "";
  background: url(../images/quot_icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 50px;
  bottom: 50px;
  right: 50px;
}

/* testimonial end */

/* blog start */
.blog_heading h2 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.blog_heading p {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.blog_title_line {
  display: inline;
  font: inherit;
  color: inherit;
}

@media (min-width: 992px) {
  .blog_title_line {
    display: block;
    white-space: nowrap;
  }
}

.single_blog {
  background: var(--colorWhite);
  padding: 10px;
  margin-top: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.single_blog .img {
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.single_blog .text {
  padding: 30px 20px 15px 20px;
}

.single_blog .text ul {
  align-items: center;
  gap: 10px 15px;
  margin-bottom: 5px;
}

.single_blog .text ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 5px;
  font-weight: 600;
  font-size: 14px;
}

.single_blog .text ul li svg {
  width: 20px;
}

.single_blog .text p {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single_blog:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* blog end */

/* footer start */
footer {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

footer::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 420px;
  background: url(../images/home3_shapes_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: -5px;
}

.footer_overlay {
  background: #000000d9;
}

.footer_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff21;
  padding-bottom: 80px;
  margin-bottom: 75px;
}

.footer_top .footer_logo {
  width: 165px;
}

.footer_contact .footer_logo.site_logo {
  width: 255px;
  max-width: 100%;
  padding: 10px 14px !important;
  background: rgba(255, 255, 255, 0.94);
}

.footer_top ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}

.footer_top ul li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: #ffffff21;
  padding: 10px 30px 10px 10px;
  position: relative;
  padding-left: 75px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.footer_top ul li .icon {
  display: block;
  width: 50px;
  height: 62px;
  line-height: 47px;
  padding: 7px;
  color: var(--colorPrimary);
  border-right: 1px solid #ffc10738;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.footer_top ul li h4 {
  color: var(--colorWhite);
  font-size: 20px;
  font-weight: 800;
}

.footer_top ul li p {
  color: var(--colorWhite);
  opacity: 0.7;
  font-size: 14px;
  line-height: 16px;
  margin-top: 2px;
}

.footer_link h3,
.footer_contact h3,
.footer_newsletter h3 {
  display: inline-block;
  color: var(--colorWhite);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 25px;
}

.footer_link ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer_link ul li a {
  color: var(--colorWhite);
  text-transform: capitalize;
  display: block;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}

.footer_link ul li a:hover {
  color: var(--colorPrimary);
  padding-left: 5px;
  opacity: 1;
}

.footer_contact ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  gap: 25px 0px;
}

.footer_contact ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  color: var(--colorWhite);
  opacity: 0.8;
}

.footer_contact ul li span {
  display: block;
  width: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: var(--colorPrimary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.footer_newsletter form {
  position: relative;
}

.footer_newsletter form input {
  background: #ffffff21;
  border: none;
  padding: 15px 55px 15px 30px;
  color: var(--colorWhite);
  font-size: 16px;
  font-weight: 400;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.footer_newsletter form input::placeholder {
  color: #ffffff70;
}

.footer_newsletter form button {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.footer_newsletter form button:hover {
  background: var(--colorWhite);
  color: var(--colorBlack);
}

.footer_newsletter ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin-top: 35px;
}

.footer_newsletter ul li a {
  font-size: 20px;
  color: var(--colorWhite);
  opacity: 0.8;
}

.footer_newsletter ul li a:hover {
  color: var(--colorPrimary);
  opacity: 1;
}

.footer_botton_text {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ffffff21;
  margin-top: 75px;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px;
}

.footer_botton_text p {
  font-size: 16px;
  color: var(--colorWhite);
  opacity: 0.8;
}

.footer_botton_text .footer_credit {
  margin-bottom: 0;
  text-align: right;
}

.footer_botton_text .footer_credit a {
  color: var(--colorWhite);
  font-weight: 700;
  text-decoration: none;
}

.footer_botton_text .footer_credit a:hover {
  color: var(--colorPrimary);
}

.footer_botton_text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 25px;
}

.footer_botton_text ul li a {
  font-size: 16px;
  color: var(--colorWhite);
  opacity: 0.8;
}

.footer_botton_text ul li a:hover {
  color: var(--colorPrimary);
  opacity: 1;
}

/* footer end */
/*===========================
  Home page 01 end
===========================*/


/*===========================
  Home page 02 start
===========================*/
.home_2 .section_heading,
.home_2 .section_heading h5,
.home_2 .section_heading h2 {
  text-align: left;
}

.home_2 .section_heading h5 {
  border: none;
  padding: 0;
  padding-left: 60px;
  font-family: var(--cursiveFont);
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}

.home_2 .section_heading h5::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: var(--colorPrimary);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.home_2 .section_heading h5::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--colorPrimary);
  left: 40px;
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.section_heading_btn {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  padding-bottom: 15px;
}

/* radius 0px */
.home_2 .category_item .img img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* radius 6px */
.home_2 .main_menu .navbar-nav .nav-item .sub_menu,
.home_2 .main_menu .menu_right .user_icon ul,
.home_2 .main_menu .menu_right .user_icon .user_link,
.home_2 .common_btn,
.home_2 .category_item,
.home_2 .nextArrow,
.home_2 .prevArrow,
.counter_and_donate .video_donation_box input,
.counter_and_donate .video_donation_box .input_box span,
.counter_and_donate .video_donation_box ul li {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/* radius 12px */
.home_2 .about_us_img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

/* background black */
.home_2 .main_menu .menu_right .common_btn::before,
.home_2 .main_menu .menu_right .user_icon:hover .user_link {
  background: var(--colorBlack);
}

/* color white */
.home_2 .main_menu .menu_right .common_btn:hover,
.home_2 .main_menu .menu_right .user_icon:hover .user_link,
.counter_and_donate .video_donate_text p,
.counter_and_donate .video_donate_text h2,
.counter_and_donate .video_donate_text h5 {
  color: var(--colorWhite);
}

/* color black */
.home_2 .main_menu .navbar-nav .nav-item .nav-link {
  color: var(--colorBlack);
}

.home_2 header {
  background: var(--colorBlack);
  padding: 0px 80px;
}

.home_2 .main_menu {
  background: transparent;
  top: 37px;
  padding: 0px 80px;
}

.home_2 header .container,
.home_2 .main_menu .container {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.home_2 .main_menu.menu_fix {
  top: 0 !important;
  background: var(--colorWhite) !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.home_2 .main_menu .navbar-nav .nav-item .sub_menu::after,
.home_2 .main_menu .menu_right .user_icon ul::after {
  border-bottom: 12px solid #dcdbdb;
}

.home_2 .banner {
  height: 800px;
  padding: 0px 90px;
  margin-top: 118px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.home_2 .banner_slider_item {
  border-radius: 30px;
  overflow: hidden;
}

.home_2 .banner .slick-dots {
  top: 50%;
  right: -25px;
  background: var(--colorWhite);
  height: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px 25px;
  margin: 0;
  gap: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.home_2 .banner .slick-dots li button {
  border-color: #adaaaa;
  width: 12px;
  height: 12px;
}

.home_2 .banner .slick-dots::after {
  position: absolute;
  content: "";
}

.home_2 .banner .slick-dots li button::after {
  background: #ffc10740;
}

.home_2 .banner_text {
  align-items: center;
  padding: 0;
  padding-bottom: 70px;
}

.home_2 .banner_text h5,
.home_2 .banner_text h1,
.home_2 .banner_text p {
  text-align: center;
  padding: 0;
}

.home_2 .banner_text h5 {
  color: var(--colorRed);
}

.home_2 .banner_text h5::before,
.home_2 .banner_text h5::after {
  display: none;
}

.home_2 .banner .circle_box {
  bottom: 188px;
  right: auto;
  left: 180px;
}

.home_2 .banner::before {
  display: none;
}

.home_2 .banner_slider_item::after {
  bottom: auto;
  top: -2px;
  right: auto;
  left: -5px;
  opacity: .3;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.home_2 .banner::after {
  top: 66%;
  left: 37%;
  filter: brightness(0) saturate(100%) invert(56%) sepia(41%) saturate(6095%) hue-rotate(343deg) brightness(100%) contrast(104%);
  -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(41%) saturate(6095%) hue-rotate(343deg) brightness(100%) contrast(104%);
}

.home_2 .banner .circle_box::after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(41%) saturate(6095%) hue-rotate(343deg) brightness(100%) contrast(104%);
  -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(41%) saturate(6095%) hue-rotate(343deg) brightness(100%) contrast(104%);
}

.home_2 .caregoey {
  margin-top: -100px;
}

.home_2 .category_item .img {
  overflow: hidden;
  border: 3px solid var(--colorWhite);
  width: auto;
  height: 195px;
  border-radius: 12px 12px 50% 50%;
  -webkit-border-radius: 12px 12px 50% 50%;
  -moz-border-radius: 12px 12px 50% 50%;
  -ms-border-radius: 12px 12px 50% 50%;
  -o-border-radius: 12px 12px 50% 50%;
}

.home_2 .category_item .img::after {
  display: none;
}

.home_2 .category_item h3 {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: end;
  color: var(--colorWhite) !important;
  background: linear-gradient(0deg, rgb(220 91 44) 0%, rgb(255 95 39) 20%, rgba(255, 193, 7, 0) 50%);
  z-index: -1;
}

.home_2 .category_item {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.home_2 .about_us_img {
  overflow: hidden;
}

.about_us_2 .about_us_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background: url(../images/about_mask_img.webp); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  border-radius: 20px;
}

.wsus_about_us_text_2 .about_description {
  margin-top: 30px;
}

.wsus_about_us_text_2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border-top: 1px solid #eee;
  margin-top: 25px;
  padding-top: 25px;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.wsus_about_us_text_2 ul li {
  position: relative;
  width: 47%;
  padding-left: 35px;
  line-height: 26px;
  color: var(--paraColor);
  font-size: 16px;
  font-weight: 400;
}

.wsus_about_us_text_2 ul li::after {
  position: absolute;
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 12px;
  top: 0;
  left: 0;
  color: var(--colorRed);
  border: 1px dashed var(--colorRed);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.about_2_text_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 50px;
}

.about_2_text_img h3 {
  font-weight: 900;
  font-size: 44px;
}

.about_2_text_img h3 span {
  display: block;
  color: var(--paraColor);
  text-transform: capitalize;
}

.about_2_text_img img {
  width: 130px !important;
}

/* Atulya premium about section */
.atulya_about {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 244, 232, 0.78) 0%, rgba(255, 255, 255, 0.96) 46%, #ffffff 100%);
}

.atulya_about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: linear-gradient(145deg, rgba(224, 214, 180, 0.24), rgba(100, 139, 99, 0.09));
  clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%);
}

.atulya_about_shape {
  position: absolute;
  display: block;
  border: 1px solid rgba(48, 89, 59, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.atulya_about_shape::before,
.atulya_about_shape::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(48, 89, 59, 0.08);
  border-radius: inherit;
}

.atulya_about_shape::before {
  inset: 22px;
}

.atulya_about_shape::after {
  inset: 48px;
}

.atulya_about_shape_1 {
  top: -115px;
  right: -95px;
  width: 310px;
  height: 310px;
}

.atulya_about_shape_2 {
  bottom: -130px;
  left: 31%;
  width: 260px;
  height: 260px;
}

.atulya_about .container {
  position: relative;
  z-index: 2;
}

.atulya_about_visual {
  width: calc(100% - 24px);
  height: 650px;
  margin-left: 12px;
  overflow: visible;
  isolation: isolate;
}

.atulya_about_visual::before {
  position: absolute;
  content: "";
  z-index: -1;
  inset: -14px 26px 24px -14px;
  border: 1px solid rgba(52, 94, 64, 0.2);
  border-radius: 150px 24px 150px 24px;
}

.atulya_about_visual::after {
  z-index: 1;
  background: linear-gradient(180deg, transparent 52%, rgba(24, 48, 31, 0.34) 100%);
  mix-blend-mode: normal;
  border-radius: 140px 18px 140px 18px;
  pointer-events: none;
}

.atulya_about_visual > img {
  height: 100%;
  object-fit: cover;
  border-radius: 140px 18px 140px 18px;
  box-shadow: 0 28px 65px rgba(35, 67, 43, 0.18);
}

.atulya_about_experience {
  position: absolute;
  z-index: 3;
  top: 42px;
  left: -28px;
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 190px;
  padding: 15px 18px;
  color: #fff;
  background: rgba(45, 85, 57, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 38px rgba(32, 63, 40, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 4px 18px 4px 18px;
}

.atulya_about_experience strong {
  padding-right: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  font-family: var(--headingFont);
  font-size: 38px;
  line-height: 1;
}

.atulya_about_experience span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.atulya_about_doctors {
  position: absolute;
  z-index: 3;
  right: -35px;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 285px;
  padding: 14px 18px 14px 13px;
  color: #55645a;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(50, 89, 61, 0.12);
  box-shadow: 0 18px 42px rgba(32, 63, 40, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 16px 4px 16px 4px;
  font-size: 12px;
  line-height: 1.45;
}

.atulya_about_doctors strong {
  display: block;
  color: #294632;
  font-size: 14px;
}

.atulya_about_doctors .doctor_icon {
  display: inline-flex;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #477552;
  border-radius: 50%;
}

.atulya_about .wsus_about_us_text_2 {
  padding-left: 64px;
}

.atulya_about_heading {
  text-align: left;
}

.atulya_about_heading h5 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #477552;
  letter-spacing: 1.6px;
}

.atulya_about_heading h5::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.atulya_about_heading h2 {
  max-width: 720px;
  color: #263d2d;
  font-size: 46px;
  line-height: 1.15;
  padding-bottom: 10px;
}

.about_page_intro_title {
  font-size: 26px;
}

.about_page_cta_bg {
  background-image: url(../images/treatments/begin-bg.png);
}

.about_page_cta_title {
  font-size: 36px;
}

.atulya_about_copy {
  position: relative;
  margin-top: 26px;
  padding-left: 25px;
  border-left: 2px solid rgba(71, 117, 82, 0.24);
}

.atulya_about .wsus_about_us_text_2 .about_description {
  margin-top: 0;
  margin-bottom: 13px;
  color: #657168;
  font-size: 15px;
  line-height: 1.75;
}

.atulya_about .atulya_about_points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 25px 0 28px;
  padding: 0;
  border: 0;
}

.atulya_about .atulya_about_points li {
  width: auto;
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 11px 14px 11px 47px;
  color: #395141;
  background: #f6f8f2;
  border: 1px solid rgba(59, 99, 69, 0.1);
  border-radius: 12px 3px 12px 3px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.atulya_about .atulya_about_points li::after {
  top: 50%;
  left: 14px;
  width: 23px;
  height: 23px;
  color: #fff;
  background: #527e5c;
  border: 0;
  line-height: 23px;
  transform: translateY(-50%);
}

.atulya_about .atulya_about_points li:hover {
  background: #fff;
  border-color: rgba(59, 99, 69, 0.25);
  box-shadow: 0 10px 25px rgba(43, 76, 51, 0.08);
  transform: translateY(-3px);
}

.atulya_about_action {
  justify-content: space-between;
  padding-top: 2px;
}

.atulya_about_action p {
  display: grid;
  grid-template-columns: 38px auto;
  align-items: center;
  margin: 0;
  color: #304b37;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.atulya_about_action p i {
  grid-row: 1 / 3;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b88a35;
  background: #fbf4e4;
  border-radius: 50%;
}

.atulya_about_action p span {
  color: #849087;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Homepage expert section */
.atulya_experts {
  padding: 115px 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 193, 7, 0.16), transparent 28%),
    linear-gradient(135deg, #082c25 0%, #123f34 54%, #f8faf4 54.2%, #ffffff 100%);
}

.atulya_experts::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.5;
}

.atulya_experts .atulya_about_shape {
  border-color: rgba(255, 193, 7, 0.18);
}

.atulya_experts_accent {
  position: absolute;
  right: 8%;
  top: 16%;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 193, 7, 0.22);
  border-radius: 50%;
}

.atulya_experts .atulya_about_visual {
  height: 600px;
  margin-left: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.atulya_experts .atulya_about_visual::before {
  inset: 34px -24px -24px 38px;
  background: rgba(255, 193, 7, 0.12);
  border-radius: 8px;
}

.atulya_experts .atulya_about_visual::after,
.atulya_experts .atulya_about_visual > img {
  border-radius: 8px;
}

.atulya_experts .atulya_about_visual > img {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.atulya_experts .atulya_about_doctors {
  right: 24px;
  bottom: 24px;
  color: #fff;
  background: rgba(8, 44, 37, 0.9);
  border: 1px solid rgba(255, 193, 7, 0.24);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.atulya_experts .atulya_about_doctors strong {
  color: #ffc107;
}

.atulya_experts .wsus_about_us_text_2 {
  padding: 48px 52px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(13, 36, 32, 0.08);
  box-shadow: 0 28px 70px rgba(13, 36, 32, 0.12);
  border-radius: 8px;
}

.atulya_experts .atulya_about_heading h5 {
  color: #a77716;
  padding: 0;
  border: 0;
  line-height: 1.25;
}

.atulya_experts .atulya_about_heading h2 {
  max-width: 780px;
  color: #082c25;
}

.atulya_expert_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 24px;
}

.atulya_expert_chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #294632;
  background: #fffaf0;
  border: 1px solid rgba(185, 133, 53, 0.2);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.atulya_expert_chips i {
  color: #a77716;
}

.atulya_experts .atulya_about_copy {
  margin-top: 0;
  padding-left: 0;
  border-left: 0;
}

.atulya_experts .atulya_about_copy::before {
  display: none;
}

.atulya_experts .about_description {
  padding: 0 0 0 20px;
  border-left: 3px solid rgba(71, 117, 82, 0.18);
}

.atulya_experts .atulya_about_action {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(13, 36, 32, 0.09);
}

.atulya_experts .atulya_about_action p {
  background: #f7f9f4;
}

@media (max-width: 1199px) {
  .atulya_experts .wsus_about_us_text_2 {
    padding: 42px 38px;
  }

  .atulya_experts .atulya_about_visual {
    height: 560px;
  }
}

@media (max-width: 991px) {
  .atulya_experts {
    background:
      linear-gradient(180deg, #082c25 0%, #123f34 42%, #f8faf4 42.2%, #ffffff 100%);
  }

  .atulya_experts .atulya_about_visual {
    width: calc(100% - 48px);
    margin: 0 auto 10px;
  }

  .atulya_experts .wsus_about_us_text_2 {
    padding: 42px;
  }
}

@media (max-width: 767px) {
  .atulya_experts {
    padding: 74px 0;
  }

  .atulya_experts .atulya_about_visual {
    width: 100%;
    height: 500px;
  }

  .atulya_experts .wsus_about_us_text_2 {
    padding: 34px 28px;
  }

  .atulya_experts .atulya_about_heading h5 {
    gap: 9px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .atulya_experts .atulya_about_heading h5::before {
    width: 26px;
    flex: 0 0 26px;
  }

  .atulya_experts .atulya_about_heading h2 {
    max-width: 100%;
    margin-top: 14px;
    font-size: 31px;
    line-height: 1.14;
  }

  .atulya_expert_chips span {
    font-size: 13px;
  }

  .atulya_experts .about_description {
    padding-left: 16px;
  }
}

@media (max-width: 575px) {
  .atulya_experts {
    margin-top: 70px !important;
    padding: 64px 0;
  }

  .atulya_experts .atulya_about_visual {
    height: 420px;
    margin-bottom: 76px;
    padding: 10px;
  }

  .atulya_experts .atulya_about_doctors {
    right: 12px;
    bottom: -56px;
    left: 12px;
  }

  .atulya_experts .wsus_about_us_text_2 {
    padding: 28px 22px;
  }

  .atulya_experts .atulya_about_heading h5 {
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.2;
  }

  .atulya_experts .atulya_about_heading h2 {
    font-size: 27px;
    line-height: 1.16;
  }

  .atulya_expert_chips {
    margin-top: 22px;
    flex-direction: column;
  }

  .atulya_expert_chips span,
  .atulya_experts .atulya_about_action p {
    width: 100%;
  }
}

.counter2_area {
  background: #F1F6F7;
  padding: 35px 50px;
  position: relative;
  top: -70px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.counter_2_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.counter_2_item .icon {
  width: 65px;
  height: 65px;
  padding: 15px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.counter_2_item .text {
  border-left: 1px solid #ffc10742;
  padding-left: 20px;
  margin-left: 20px;
}

.counter_2_item .text h3 {
  position: relative;
  font-size: 32px;
  font-weight: 900;
}

.counter_2_item .text p {
  text-transform: capitalize;
  margin-top: 5px;
  font-size: 16px;
  opacity: 0.8;
}

.counter_and_donate .video_donate_text {
  padding: 40px;
  background: #ffffff4a;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.counter_and_donate .video_donation_box ul li {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.counter_and_donate .video_donate_text p {
  opacity: .8;
}

.counter_and_donate .video_donate_text p {
  margin-bottom: 7px;
}

.campaign_2 {
  margin-bottom: -25px;
}

.campaign_card_2:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.campaign_card_2 .text {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: var(--colorWhite);
  padding: 20px 25px 20px 25px;
  position: relative;
  width: 90%;
  left: 5%;
  right: 5%;
  top: -25px;
  z-index: 2;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.campaign_card_2 .text .donate_progressbar p,
.campaign_card_2 .text .rising_goal span {
  font-size: 16px;
}

.services_2 .service_item {
  padding: 0;
  border: none;
  overflow: initial;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.services_2 .service_item::after {
  display: none;
}

.services_2 .service_item .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.services_2 .service_item .text {
  text-align: left;
  margin-left: 40px;
  background: #f6fcff;
  padding: 20px 20px 20px 55px;
  border-left: 4px solid #ddd;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
}

.services_2 .service_item .text a {
  font-size: 22px;
  display: inline-block;
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -o-transform: skewX(10deg);
}

.services_2 .service_item .text p {
  text-align: left;
  font-size: 16px;
  padding-left: 10px;
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  margin-bottom: 0;
}

.services_2 .service_item::after {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.event_and_text_bg {
  position: relative;
}

.event_and_text_bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home_2_bg_shapes.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}

.event_2 .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.wssus__event_item_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--colorWhite);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 25px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.wssus__event_item_2 .img {
  display: block;
  width: 180px;
  height: 240px;
  overflow: hidden;
  margin: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wssus__event_item_2:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.wssus__event_item_2 .text {
  width: 215px;
  padding: 10px;
}

.wssus__event_item_2 .text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.wssus__event_item_2 .text ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 5px;
  color: var(--paraColor);
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

.wssus__event_item_2 .text ul li span {
  display: block;
  width: 15px;
}

.wssus__event_item_2 .text a {
  font-size: 18px;
}

.wssus__event_item_2 .text p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
}

.testimonial_2_bg {
  position: relative;
  border: 1px solid rgba(10, 37, 64, 0.06);
  padding: 90px 80px;
  background: var(--colorWhite);
  z-index: 1;
  margin-top: -200px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.testimonial_2_bg::after {
  position: absolute;
  content: "";
  background: url(../images/testimonial_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonial_2 .rating {
  color: var(--ratingColor);
}

.testimonial_2 .descroption {
  font-size: 18px;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 30px;
}

.testimonial_2_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.testimonial_2_footer .img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 15px;
}

.testimonial_2_footer h3 {
  color: var(--colorBlack);
  font-size: 18px;
  font-weight: 600;
}

.testimonial_2_footer h3 span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}

.testimonial_2_area .slick-slider {
  position: initial;
}

.testimonial_2_area .slick-dots {
  justify-content: start;
}

.testimonial_2_area .nextArrow,
.testimonial_2_area .prevArrow {
  position: absolute;
  right: auto;
  left: 147px;
  top: auto;
  bottom: 100px;
}

.testimonial_2_area .prevArrow {
  left: 82px;
}

.volunteer_2_area .wsis__single_volunteer {
  box-shadow: rgb(100 100 111 / 13%) 0px 2px 14px 0px;
  margin-bottom: 5px;
  border: none;
  padding: 0;
}

.volunteer_2_area .wsis__single_volunteer .img {
  height: 350px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.volunteer_2_area .wsis__single_volunteer .text {
  padding: 20px 20px 15px 20px;
}

.single_blog_2 {
  height: 360px;
  overflow: hidden;
  position: relative;
  margin-top: 25px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.single_blog_2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.single_blog_2 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 55px 30px 20px 30px;
  width: 100%;
  background: linear-gradient(0deg, rgb(255 95 39) 0%, rgb(251 97 44 / 72%) 70%, rgba(255, 193, 7, 0) 100%);
}

.single_blog_2 .text .title {
  color: var(--colorWhite);
  background-image: linear-gradient(var(--colorWhite), var(--colorWhite)), linear-gradient(var(--colorWhite), var(--colorWhite));
}

.single_blog_2 .tags {
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 30px;
  right: 30px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  padding: 6px 15px 4px 15px;
  z-index: 1;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.single_blog_2 .tags:hover {
  background: var(--colorBlack);
  color: var(--colorWhite);
}

.single_blog_2 .text ul {
  margin-bottom: 5px;
  gap: 30px;
}

.single_blog_2 .text ul li {
  color: var(--colorWhite);
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.single_blog_2 .text ul li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--colorWhite);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 9px;
  right: -17px;
}

.single_blog_2 .text ul li:last-child::after {
  display: none;
}

.single_blog_2:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.footer_2 {
  overflow: initial;
}

.footer_2::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: url(../images/footer_2_banner_love.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 190px;
  right: 50px;
}

.footer_2::before {
  display: none;
}

.footer_2_overlay {
  background: #000000bd;
}

.footer_2_newsletter {
  margin-bottom: 40px;
}

.footer_2_newsletter .text_area {
  padding: 30px 30px 30px 147px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: var(--colorBlack);
  position: relative;
  z-index: 1;
  top: -35px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.footer_2_newsletter .text_area::after {
  position: absolute;
  content: "";
  width: 1000%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.footer_2_newsletter .text {
  width: 30%;
}

.footer_2_newsletter .text h2 {
  font-size: 30px;
  font-weight: 900;
  color: var(--colorWhite);
}

.footer_2_newsletter .text p {
  font-size: 12px;
  font-weight: 500;
  color: var(--colorWhite);
}

.footer_2_newsletter form {
  position: relative;
  padding: 5px;
  width: 65%;
  background: var(--colorWhite);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.footer_2_newsletter form input {
  background: none;
  border: none;
  color: var(--colorBlack);
  padding: 15px 25px;
}

.footer_2_newsletter form input::placeholder {
  color: var(--colorBlack);
  opacity: .5;
}

.footer_2_newsletter form button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.footer_2_banner {
  height: 508px;
  margin-top: -199px;
  position: relative;
  z-index: 2;
}

.footer_2_banner img {
  border-radius: 150px 0px 0px 0px;
  -moz-border-radius: 150px 0px 0px 0px;
  -ms-border-radius: 150px 0px 0px 0px;
  -o-border-radius: 150px 0px 0px 0px;
  -webkit-border-radius: 150px 0px 0px 0px;
}

.footer_2_banner::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  background: url(../images/banner_bg_shapes.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: -35px;
  z-index: -1;
}

.footer_2_link h3,
.footer_2_logo_area h3 {
  color: var(--colorWhite);
  font-size: 20px;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.footer_2_link ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--colorWhite);
  opacity: .7;
  margin-top: 15px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.footer_2_link ul li a:hover {
  color: var(--colorPrimary);
  opacity: 1;
}

.footer_2_logo_area .footer_2_logo {
  display: inline-block;
  width: 135px;
}

.footer_2_logo_area p {
  margin-top: 35px;
  margin-bottom: 35px;
  color: var(--colorWhite);
  opacity: .7;
  font-size: 16px;
}

.footer_2_logo_area ul {
  gap: 6px;
}

.footer_2_logo_area ul li a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--colorWhite);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.footer_2_logo_area ul li a:hover {
  background: var(--colorRed) !important;
  border-color: var(--colorRed) !important;
  color: var(--colorWhite);
}

.footer_2_copyright {
  border-top: 1px solid #eeeeee21;
  margin: 0 !important;
}

.footer_2_copyright_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}

.footer_2_copyright_text p {
  font-size: 16px;
  color: #cecece;
}

.footer_2_copyright_text p span {
  color: var(--colorPrimary);
}

/* footer end */

.testimonial_2 {
  margin: 0px 12px;
}


.home_2 .video_donate_bottom h4 {
  color: var(--colorRed);
}

.home_2 .common_btn,
.home_2 .main_menu .menu_right .user_icon .user_link,
.home_2 .play_btn,
.home_2 .counter_2_item .icon,
.home_2 .video_donation_box .input_box span,
.single_blog_2 .tags {
  background: var(--colorRed);
  color: var(--colorWhite);
}

.home_2 .common_btn::after,
.home_2 .menu_right .common_btn:hover::after {
  color: var(--colorWhite);
}

.home_2 .banner .circle_box svg {
  fill: var(--colorWhite);
}

.home_2 .navbar-nav .nav-item .sub_menu li:hover a,
.home_2 .navbar-nav .nav-item .sub_menu li a.active,
.home_2 .menu_right .user_icon ul li a:hover,
.home_2 .video_donation_box ul li:hover,
.home_2 .section_heading h5,
.footer_2_link ul li a:hover,
.footer_2_copyright_text p span {
  color: var(--colorRed);
}

.home_2 .section_heading h5::after,
.home_2 .section_heading h5::before,
.home_2 .play_btn::after {
  background: var(--colorRed);
}

.home_2 .barfiller .fill {
  background: var(--colorRed) !important;
}

.home_2 .video_donation_box ul li.active {
  background: var(--colorRed) !important;
  color: var(--colorWhite) !important;
}

.home_2 .slick-dots li.slick-active button {
  background: var(--colorRed);
  border-color: var(--colorRed);
}

.home_2 .nextArrow:hover,
.home_2 .prevArrow:hover {
  background: var(--colorRed);
  border-color: var(--colorRed);
  color: var(--colorWhite);
}

.home_2 .single_brand:hover {
  border-color: var(--colorRed);
}

.footer_2::after,
.footer_2_banner::after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(41%) saturate(6095%) hue-rotate(343deg) brightness(100%) contrast(104%);
}

.home_2 .banner .slick-dots li button::after {
  background: #ff5f272e;
}

/*===========================
  Home page 02 end
===========================*/


/*===========================
  Home page 03 start
===========================*/
.banner_3 {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
  height: 100vh;
}

.banner_3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/banner_wave_shapes.svg);
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.banner_3::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 505px;
  background: url(../images/home3_shapes_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: -5px;
}

.banner_3 .container::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 105px;
  background: url(../images/home3_shapes_hand1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 80px;
  left: -2px;
  animation: zoom_animi linear 3s infinite alternate;
  -webkit-animation: zoom_animi linear 3s infinite alternate;
}

.banner_3_overlay {
  background: linear-gradient(200deg, rgba(0, 31, 26, 0.84) 0%, rgba(1, 9, 5, 0.84) 100%);
  padding-top: 75px;
}

.banner_3 div {
  height: 100%;
}

.banner_3_text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.banner_3_text h5 {
  color: var(--colorPrimary);
  position: relative;
  font-family: var(--cursiveFont);
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 24px;
}

.banner_3_text h1,
.banner_3_text h1 span {
  font-family: var(--headingFont);
  color: var(--colorWhite);
  font-weight: 800;
  font-size: 82px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0 !important;
}

.banner_3_text h1 span.ah-words-wrapper {
  font-style: italic;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--colorPrimary);
  text-transform: capitalize;
}

.ah-headline.loading-bar .ah-words-wrapper::after {
  background: var(--colorPrimary) !important;
}

.banner_3_text p {
  color: var(--colorWhite);
  opacity: 0.7;
  margin-bottom: 70px;
  max-width: 85%;
}

.home_3 .main_menu {
  top: 0;
  border-bottom: 1px solid #ffffff1a;
}

.home_3 .menu_right a.common_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home_3 .menu_right a.common_btn svg {
  width: 20px;
  margin-right: 5px;
  margin-top: -2px;
}

.home_3 .menu_right .menu_toggle_icon {
  width: 54px;
  height: 54px;
  color: var(--colorPrimary);
  background: #ffffff33;
  padding: 12px;
  margin-left: 10px;
  cursor: pointer;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.home_3 .menu_right .menu_toggle_icon:hover {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

.banner_3_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner_3_img .img {
  width: 500px;
  height: 645px;
  position: relative;
  margin-left: 100px;
  z-index: 1;
}

.home_3 .category_item {
  border: 1px solid #eee;
}

.home_3 .category_item .img {
  width: 100%;
  height: 190px;
  box-shadow: none;
  border: 5px solid var(--colorWhite);
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .category_item .img img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .category_item .img::after {
  display: none;
}

.home_3 .category_item h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.home_3 .about_us_2 .section_heading,
.home_3 .about_us_2 .section_heading h5,
.home_3 .about_us_2 .section_heading h2 {
  text-align: left;
}

.home_3 .section_heading h5 {
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #ffc1073d !important;
  padding: 7px 20px 5px 20px;
  text-transform: uppercase;
}

.home_3 .about_us_img::after {
  display: none;
}

.home_3 .wsus_about_us_text_2 {
  padding-left: 50px;
}

.counter_3 {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-left: 305px;
  position: relative;
}

.counter_3::before,
.counter_3::after {
  position: absolute;
  content: "";
  background: url("../images/line_shapes_white.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  top: -20px;
  left: 0;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
}

.counter_3::after {
  top: auto;
  bottom: -30px;
}

.counter_3_area {
  padding-bottom: 8px;
}

.counter_3_area .section_heading,
.counter_3_area .section_heading h2,
.counter_3_area .section_heading p {
  text-align: left;
  color: var(--colorWhite);
}

.counter_3_area .section_heading h2 {
  margin-top: 0;
}

.counter_3_area .section_heading p {
  margin-top: 10px;
  margin-bottom: 40px;
  opacity: .8;
}

.counter_3_area ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  gap: 10px;
}

.counter_3_area ul li {
  width: 49%;
  padding: 30px;
  background: #00000033;
}

.counter_3_area ul li h3,
.counter_3_area ul li h3 span {
  font-size: 32px;
  font-weight: 900;
  color: var(--colorPrimary);
}

.counter_3_area ul li p {
  text-transform: capitalize;
  margin-top: 5px;
  font-size: 16px;
  opacity: 0.8;
  color: var(--colorWhite);
}

.counter_3_img {
  position: relative;
}

.counter_3_img::after {
  position: absolute;
  content: "";
  background: url("../images/footer_2_banner_love.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  top: -14px;
  right: 0;
  z-index: 1;
}

.counter_3_img img {
  height: 700px !important;
}

.counter_3_img .play_btn {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.campaign_3 {
  position: relative;
}

.campaign_3::before {
  position: absolute;
  content: "";
  background: url("../images/home3_shapes_hand1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 175px;
  top: 100px;
  right: -65px;
  z-index: 1;
  transform: rotate(160deg);
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  -o-transform: rotate(160deg);
}

.campaign_3::after {
  position: absolute;
  content: "";
  background: url("../images/hand_shapes.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  bottom: 0;
  left: 50px;
  z-index: -1;
  transform: rotate(160deg);
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  -o-transform: rotate(160deg);
  animation: zoom_animi linear 3s infinite alternate;
  -webkit-animation: zoom_animi linear 3s infinite alternate;
}

.campaign_3 .campaign_card,
.campaign_3 .campaign_card .img {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.campaign_card_2 .img,
.campaign_3 .campaign_card .img {
  height: 260px;
}

.campaign_3 .campaign_card .img span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.campaign_3 .campaign_card .text {
  padding: 25px 25px 20px 25px;
}

.event_3_banner {
  position: relative;
  margin-top: 25px;
  margin-right: 12px;
  z-index: 1;
}

.event_3_banner .img {
  height: 638px;
  overflow: hidden;
}

.event_3_banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000c9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 30px;
}

.event_3_banner .text .section_heading,
.event_3_banner .text h5,
.event_3_banner .text h2 {
  text-align: left;
}

.event_3_banner .text h2 {
  color: var(--colorWhite);
  font-size: 42px;
}

.event_3_banner .text p {
  color: var(--colorWhite);
  opacity: .8;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 16px;
}

.event_3_banner .text a:hover,
.event_3_banner .text a::after {
  color: var(--colorBlack);
}

.event_3_banner .text a::before {
  background: var(--colorWhite);
}

.event_3_banner svg {
  position: absolute;
  width: 600px;
  height: 600px;
  top: 0;
  left: 50%;
  color: var(--colorPrimary);
  z-index: -1;
  opacity: .5;
}

.event_item_3 {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eee;
  margin-top: 25px;
}

.event_item_3 .img {
  width: 350px;
  height: 200px;
}

.event_item_3 .text {
  width: 52%;
}

.event_item_3 .text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 30px;
}

.event_item_3 .text ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.event_item_3 .text ul li span {
  display: block;
  width: 18px;
  margin-top: -2px;
  margin-right: 5px;
}

.event_3 .wssus__event_item_2 {
  position: relative;
  z-index: 1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  border: 1px solid #eee;
  margin: 25px 12px 0px 0px;
}

.event_3 .wssus__event_item_2 .img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.event_3 .wssus__event_item_2 .text {
  width: 213px;
}

.event_3_area {
  position: relative;
  z-index: 1;
}

.event_3_area .nextArrow,
.event_3_area .prevArrow {
  top: auto;
  bottom: -87px;
  right: auto;
  left: 60px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.event_3_area .nextArrow {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

.event_3_area .prevArrow {
  left: 0;
}

.event_3_area::after {
  position: absolute;
  content: "";
  background: rgba(4, 6, 24, 0.10);
  width: 64%;
  height: 1px;
  bottom: 26px;
  left: 13%;
}

.donation_3 {
  position: relative;
}

.donation_3_bg {
  position: absolute;
  width: 100%;
  height: 450px;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.donation_3_bg::before,
.donation_3_bg::after {
  position: absolute;
  content: "";
  background: url("../images/line_shapes_white.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  top: -20px;
  left: 0;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
}

.donation_3_bg::after {
  top: auto;
  bottom: -30px;
}

.donation_3 .video_donate_text_top {
  top: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.donation_3 .video_donate_text,
.donation_3 .input_box span,
.donation_3 .video_donation_box input,
.donation_3 .video_donation_box ul li {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.donation_3 .video_donate_img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .service_item .text {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
}

.home_3 .service_item .icon {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .service_item .text a {
  transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
}

.home_3 .service_item .text p {
  transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  padding-left: 0;
}

.become_volunteer_3 .text {
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.become_volunteer_3 .text .overlay {
  height: 100%;
  padding: 40px;
  background: #000000c4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
}

.become_volunteer_3 .overlay::after {
  position: absolute;
  content: "";
  background: url("../images/footer_2_banner_love.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  bottom: -30px;
  right: -30px;
  z-index: 1;
}

.become_volunteer_3 .text h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--colorWhite);
}

.become_volunteer_3 .text p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 25px;
  color: var(--colorWhite);
  opacity: .9;
}

.become_volunteer_3 .text ul {
  margin-bottom: 50px;
}

.become_volunteer_3 .text ul li {
  position: relative;
  padding-left: 35px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  color: var(--colorWhite);
  opacity: .9;
}

.become_volunteer_3 .text ul li::after {
  position: absolute;
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 12px;
  top: 0;
  left: 0;
  color: var(--colorPrimary);
  border: 1px dashed var(--colorPrimary);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.become_volunteer_3 .img {
  height: 640px;
  overflow: hidden;
}

.become_volunteer_3 .text a:hover,
.become_volunteer_3 .text a::after {
  color: var(--colorBlack);
}

.become_volunteer_3 .text a::before {
  background: var(--colorWhite);
}

.home_3 .single_brand {
  border: none;
  background: #f6fcff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .brand .nextArrow,
.home_3 .brand .prevArrow {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .single_blog {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .single_blog .img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .single_blog .text {
  padding: 30px 30px 22px 30px;
}

.home_3 footer::after {
  position: absolute;
  content: "";
  background: url("../images/line_shapes_black.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 85px;
  top: -40px;
  left: 0;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
}

.faq_3 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.faq_3::before,
.faq_3::after {
  position: absolute;
  content: "";
  background: url("../images/line_shapes_white.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  top: -20px;
  left: 0;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
}

.faq_3::after {
  top: auto;
  bottom: -30px;
}

.faq_3 .faq_text .accordion-item,
.faq_3 .faq_text .accordion-header button {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.faq_3_img {
  margin-top: 25px;
  position: relative;
  height: 635px;
}

.faq_3_area {
  border-left: 2px solid var(--colorPrimary);
  padding-left: 50px;
  margin-top: 25px;
}

.home_3 .common_btn,
.home_3 .common_btn::before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3_offcanvas {
  z-index: 9999;
  background: var(--colorBlack);
}

.home_3_offcanvas .btn-close {
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  padding: 0;
  z-index: 1;
  background: var(--colorRed);
  top: 0;
  right: 0;
  color: var(--colorWhite);
  opacity: 1;
  box-shadow: none;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3_offcanvas .btn-close:hover {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
  color: var(--colorBlack);
}

.home_3_offcanvas .offcanvas-body {
  padding: 50px;
}

.home_3_offcanvas .offcanvas_logo {
  display: inline-block;
  width: 165px;
}

.home_3_offcanvas .short_description {
  color: var(--colorWhite);
  opacity: .6;
  margin-top: 10px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.offcanvas_blog {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  padding-bottom: 40px;
  margin-bottom: 35px;
}

.offcanvas_link h3,
.offcanvas_blog h3 {
  color: var(--colorWhite);
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.offcanvas_blog ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

.offcanvas_blog ul li .img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 15px;
}

.offcanvas_blog ul li .text {
  width: 60%;
}

.offcanvas_blog ul li .text p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.70);
  margin-bottom: 5px;
}

.offcanvas_blog ul li .text p i {
  color: var(--colorWhite);
  margin-right: 5px;
}

.offcanvas_blog ul li .text a {
  color: var(--colorWhite);
  font-size: 18px;
  background-image: linear-gradient(var(--colorWhite), var(--colorWhite)), linear-gradient(var(--colorWhite), var(--colorWhite));
}

.offcanvas_link ul {
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  padding-bottom: 40px;
  margin-bottom: 27px;
}

.offcanvas_link ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--colorWhite);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.offcanvas_link ul li a.facebook {
  background: #3B5998;
}

.offcanvas_link ul li a.twitter {
  background: #55ACEE;
}

.offcanvas_link ul li a.instagram {
  background: #3F729B;
}

.offcanvas_link ul li a.youtube {
  background: #CD201F;
}

.offcanvas_contact .call {
  color: var(--colorWhite);
  font-size: 18px;
  font-weight: 800;
  display: block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.offcanvas_contact .mail {
  color: var(--colorWhite);
  font-size: 15px;
  font-weight: 400;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.offcanvas_contact .call:hover,
.offcanvas_contact .mail:hover {
  color: var(--colorPrimary);
}

.home_3_offcanvas .language_currency {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 40px;
  background: #ffffff3b;
  position: relative;
  z-index: 1;
}

.home_3_offcanvas .language_currency>li {
  width: 50%;
  border-right: 1px solid var(--colorBlack);
}

.home_3_offcanvas .language_currency>li:last-child {
  border: none;
}

.home_3_offcanvas .language_currency .nice-select {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3_offcanvas .language_currency .nice-select .current {
  color: var(--colorWhite);
  font-size: 16px;
}

.home_3_offcanvas .language_currency .nice-select:after {
  border-bottom: 2px solid var(--colorWhite);
  border-right: 2px solid var(--colorWhite);
  right: 25px;
}

.home_3_offcanvas .offcanvas_contact {
  padding-top: 5px;
}

.home_3_offcanvas .nice-select .list {
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .offcanvas-backdrop.show {
  opacity: .7;
}

.home_3 .main_menu .navbar-toggler {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .barfiller {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .barfiller .fill,
.home_3 .barfiller .tipWrap .tip,
.home_3 .main_menu .navbar-nav .nav-item .sub_menu,
.home_3 .main_menu .menu_right .user_icon ul {
  border-radius: 0;
}

.home_3 .wsus_about_us_text_2 ul li::after {
  color: var(--colorPrimary);
  border: 1px dashed var(--colorPrimary);
}

/*===========================
  Home page 03 end
===========================*/


/*===========================
  Blog details start
===========================*/
.blog_details_thumb,
.event_details_img,
.service_details_img {
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.blog_details_header,
.event_details_header,
.service_details_header {
  border-bottom: 1px solid #e4e7e9;
  margin-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

.blog_details_header ul {
  gap: 10px 25px;
}

.blog_details_header ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: capitalize;
  color: var(--colorBlack);
  font-size: 16px;
}

.blog_details_header ul li span {
  display: inline-block;
  width: 19px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.blog_details_header h2,
.event_details_header h2,
.service_details_header h2 {
  font-size: 48px;
  font-weight: 800;
  margin-top: 20px;
}

.blog_details_text h1,
.event_details_text h1,
.service_details_text h1,
.blog_details_text h2,
.event_details_text h2,
.service_details_text h2,
.blog_details_text h3,
.event_details_text h3,
.service_details_text h3,
.blog_details_text h4,
.event_details_text h4,
.service_details_text h4,
.blog_details_text h5,
.event_details_text h5,
.service_details_text h5,
.blog_details_text h6,
.event_details_text h6,
.service_details_text h6 {
  font-weight: 800;
  margin-top: 35px;
}

.blog_details_text h1,
.service_details_text h1,
.event_details_text h1 {
  font-size: 38px;
}

.blog_details_text h2,
.service_details_text h2,
.event_details_text h2 {
  font-size: 34px;
}

.blog_details_text h3,
.service_details_text h3,
.event_details_text h3 {
  font-size: 30px;
}

.blog_details_text h4,
.service_details_text h4,
.event_details_text h4 {
  font-size: 26px;
}

.blog_details_text h5,
.service_details_text h5,
.event_details_text h5 {
  font-size: 22px;
}

.blog_details_text h6,
.service_details_text h6,
.event_details_text h6 {
  font-size: 18px;
}

.blog_details_text p,
.service_details_text p,
.event_details_text p {
  margin-top: 20px;
}

.blog_details_text ul,
.blog_details_text ol,
.service_details_text ul,
.service_details_text ol,
.event_details_text ul,
.event_details_text ol {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
  padding-left: 20px;
}

.blog_details_text ul li,
.service_details_text ul li,
.event_details_text ul li {
  list-style: disc;
}

.blog_details_text ol li,
.service_details_text ol li,
.event_details_text ol li {
  list-style: auto;
}

.blog_details_text ul li,
.blog_details_text ol li,
.service_details_text ul li,
.service_details_text ol li,
.event_details_text ul li,
.event_details_text ol li {
  font-size: 18px;
  font-weight: 400;
}

.details_quot_text {
  background: var(--colorWhite);
  padding: 40px 45px 40px 120px;
  margin-top: 45px;
  font-size: 18px;
  font-style: italic;
  position: relative;
  margin-bottom: 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.details_quot_text::after {
  position: absolute;
  content: "";
  background: url(../images/blog_det_quot.webp);
  width: 50px;
  height: 40px;
  top: 45px;
  left: 50px;
}

.details_quot_text h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  margin-top: 18px;
  padding-left: 40px;
  position: relative;
}

.details_quot_text h4::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: var(--colorPrimary);
  top: 8px;
  left: 0;
}

.blog_det_tags_share {
  justify-content: space-between;
  align-items: center;
}

.blog_det_tags_share ul {
  gap: 8px;
}

.blog_det_tags_share ul li span {
  color: var(--colorBlack);
  font-size: 20px;
  font-weight: 800;
  margin-right: 10px;
  text-transform: capitalize;
}

.blog_det_tags_share .tags li a {
  color: var(--colorBlack);
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #e4e7e9;
  padding: 5px 20px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.blog_det_tags_share .tags li a:hover {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

.blog_det_tags_share .share li a {
  font-size: 16px;
  color: var(--colorBlack);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e4e7e9;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blog_det_tags_share .share li a:hover {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

.blog_det_author {
  background: var(--colorWhite);
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.blog_det_author .img {
  width: 215px;
  height: 245px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.blog_det_author .text {
  width: 72%;
  padding: 25px 25px 25px 60px;
}

.blog_det_author .text h3 {
  font-size: 22px;
  font-weight: 800;
}

.blog_det_author .text h5 {
  color: var(--paraColor);
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 20px;
}

.blog_det_author .text p {
  font-size: 16px;
  line-height: 25px;
}

.blog_det_author .text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  margin-top: 30px;
}

.blog_det_author .text ul li a {
  font-size: 16px;
  color: var(--paraColor);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blog_det_author .text ul li a:hover {
  color: var(--colorPrimary);
}

.blog_comment_area h2 {
  font-size: 32px;
  font-weight: 800;
}

.blog_single_comment {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
  border-bottom: 1px solid #e4e7e9;
  padding-bottom: 30px;
}

.blog_single_comment .img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blog_single_comment .text {
  width: 90%;
}

.blog_single_comment .text h4 {
  font-size: 20px;
  font-weight: 800;
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.blog_single_comment .text h4 span {
  color: var(--colorBlack);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog_single_comment .text h4 span svg {
  width: 17px;
  position: relative;
  top: -2px;
}

.blog_single_comment .text p {
  margin-top: 20px;
}

.blog_comment_input_area h2 {
  font-size: 32px;
  font-weight: 800;
}

.blog_comment_input_area p {
  margin-top: 5px;
  margin-bottom: 10px;
}

.blog_comment_input_area form input,
.blog_comment_input_area form textarea {
  margin-top: 20px;
}

.blog_comment_input_area .form-check {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

.blog_comment_input_area .form-check input {
  padding: 0;
  margin-top: 0px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 2px;
}

.blog_comment_input_area .form-check label {
  color: var(--paraColor);
  font-size: 16px;
  font-weight: 400;
  padding-left: 5px;
}

.sidebar_search,
.sidebar_blog_category,
.sidebar_recent_post,
.sidebar_blog_tags,
.event_schedule,
.event_organizer,
.event_map {
  padding: 30px;
  margin-top: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.event_sidebar h3,
.blog_sidebar h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
}

.sidebar_recent_post ul {
  gap: 25px;
}

.sidebar_recent_post ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.sidebar_recent_post ul li .img {
  width: 110px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sidebar_recent_post ul li .text {
  width: 62%;
}

.sidebar_recent_post ul li .text p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--colorBlack);
}

.sidebar_recent_post ul li .text p span {
  display: inline-block;
  width: 17px;
  margin-right: 5px;
}

.sidebar_recent_post ul li .text a {
  font-size: 17px;
  line-height: 24px;
}

.sidebar_blog_category h3 {
  margin-bottom: 5px;
}

.sidebar_blog_category ul li a {
  border-bottom: 1px solid #e4e7e9;
  color: var(--colorBlack);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0px 13px 21px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  position: relative;
}

.sidebar_blog_category ul li a::after {
  position: absolute;
  content: "\f054";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 14px;
  color: var(--paraColor);
  top: 14px;
  left: 0;
  z-index: 1;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.sidebar_blog_category ul li a span {
  font-size: 16px;
  font-weight: 600;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.sidebar_blog_category ul li a:hover {
  color: var(--colorPrimary);
}

.sidebar_blog_category ul li a:hover span,
.sidebar_blog_category ul li a:hover::after {
  color: var(--colorPrimary);
}

.sidebar_blog_category ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar_blog_tags h3 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
  text-transform: capitalize;
}

.sidebar_blog_tags ul {
  gap: 8px;
}

.sidebar_blog_tags ul li a {
  border: 1px solid #e4e7e9;
  color: var(--colorBlack);
  font-size: 16px;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.sidebar_blog_tags ul li a:hover {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

.sidebar_search form {
  position: relative;
}

.sidebar_search form input {
  padding: 12px 25px;
}

.sidebar_search form button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: var(--colorPrimary);
  padding: 8px;
  width: 39px;
  height: 39px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.sidebar_search form button:hover {
  background-color: var(--colorBlack);
  color: var(--colorWhite);
}

/*===========================
    Blog details end
===========================*/

/*===========================
    Campaign details start
===========================*/
.product_slider_large_item {
  margin: 0px 12px;
  overflow: hidden;
  height: 510px;
  margin-bottom: 12px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.product_slider_small_item {
  margin: 0px 12px;
  overflow: hidden;
  cursor: pointer;
  height: 70px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.campaign_details_text {
  padding-left: 40px;
}

.campaign_details_text h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 35px;
}

.campaign_details_text .founded {
  font-size: 22px;
  font-weight: 800;
  color: var(--colorBlack);
  font-family: var(--headingFont);
}

.campaign_details_text ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.campaign_details_text ul li {
  color: var(--colorBlack);
  font-size: 18px;
  font-weight: 400;
}

.campaign_details_text ul li span {
  font-weight: 700;
}

.campaign_details_text .video_donate_text {
  padding: 0;
  margin-top: 20px;
}

.campaign_details_text .video_donate_text ul {
  flex-direction: row;
}

.campaign_description h1,
.campaign_description h2,
.campaign_description h3,
.campaign_description h4,
.campaign_description h5,
.campaign_description h6 {
  font-weight: 800;
  margin-top: 35px;
}

.campaign_description h1 {
  font-size: 38px;
}

.campaign_description h2 {
  font-size: 34px;
}

.campaign_description h3 {
  font-size: 30px;
}

.campaign_description h4 {
  font-size: 26px;
}

.campaign_description h5 {
  font-size: 22px;
}

.campaign_description h6 {
  font-size: 18px;
}

.campaign_description p {
  margin-top: 20px;
}

.campaign_description ul,
.campaign_description ol {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
  padding-left: 20px;
}

.campaign_description ul li {
  list-style: disc;
}

.campaign_description ol li {
  list-style: auto;
}

.campaign_description ul li,
.campaign_description ol li {
  font-size: 18px;
  font-weight: 400;
}

.campaign_details_videos {
  height: 730px;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.campaign_details_videos iframe {
  width: 100% !important;
  height: 100% !important;
}

.campaign_details .nav {
  gap: 10px 15px;
}

.campaign_details .nav .nav-item button {
  background: #eee;
  color: var(--colorBlack);
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.campaign_details .nav .nav-item button.active {
  background: var(--colorPrimary);
}

.related_campaign .campaign_card {
  box-shadow: none;
  border: 1px solid #eee;
  margin: 25px 12px 0px 12px;
}

/*===========================
    Campaign details end
===========================*/

/*===========================
    Privacy policy start
===========================*/
.pricacy_policy_text h1,
.pricacy_policy_text h2,
.pricacy_policy_text h3,
.pricacy_policy_text h4,
.pricacy_policy_text h5,
.pricacy_policy_text h6 {
  font-weight: 800;
  margin-top: 35px;
}

.pricacy_policy_text h1 {
  font-size: 38px;
}

.pricacy_policy_text h2 {
  font-size: 34px;
}

.pricacy_policy_text h3 {
  font-size: 30px;
}

.pricacy_policy_text h4 {
  font-size: 26px;
}

.pricacy_policy_text h5 {
  font-size: 22px;
}

.pricacy_policy_text h6 {
  font-size: 20px;
}

.pricacy_policy_text p {
  margin-top: 20px;
  line-height: 28px;
}

.pricacy_policy_text ul,
.pricacy_policy_text ol {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
  padding-left: 20px;
}

.pricacy_policy_text ul li {
  list-style: disc;
}

.pricacy_policy_text ol li {
  list-style: auto;
}

.pricacy_policy_text ul li,
.pricacy_policy_text ol li {
  font-size: 18px;
  font-weight: 400;
}

/*===========================
    Privacy policy end
===========================*/

/*===========================
    Event details start
===========================*/
.event_sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event_sidebar ul li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 40px;
}

.event_sidebar ul li span {
  display: block;
  width: 26px;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--colorBlack);
}

.event_sidebar ul li h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.event_sidebar ul li p,
.event_sidebar ul li a {
  display: block;
  width: 100%;
  color: var(--paraColor);
  margin-top: 2px;
}

.event_map iframe {
  width: 100%;
  height: 350px;
  border: 2px solid var(--colorWhite) !important;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

/*===========================
    Event details end
===========================*/

/*===========================
    Contact us start
===========================*/
.contact_info {
  background: #f7f7f7;
  padding: 40px 40px 40px 115px;
  margin-bottom: 25px;
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.contact_info span {
  width: 60px;
  height: 60px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 15px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.contact_info h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
}

.contact_info p,
.contact_info a {
  font-size: 15px;
  font-weight: 500;
  color: var(--paraColor);
  display: block;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.contact_info a:hover {
  color: var(--colorSecondary);
}

.contact_form form {
  background: #f7f7f7;
  padding: 50px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.contact_form form h3 {
  text-transform: capitalize;
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 20px;
}

.contact_img {
  height: 590px;
  background: var(--colorWhite);
  overflow: hidden;
  margin-left: 30px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.contact_input {
  margin-top: 20px;
}

.contact_input label {
  color: var(--colorBlack);
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.contact_input textarea {
  padding: 20px;
}

.contact_input .form-check {
  margin-bottom: 20px;
}

.contact_input .form-check input {
  padding: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.contact_input .form-check label {
  color: var(--colorBlack);
  font-size: 16px;
  margin: 0;
}

.contact_map {
  height: 570px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 31px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  -o-border-radius: 31px;
}

.contact_map iframe {
  width: 100%;
  height: 100%;
}

/*===========================
  Contact us end
===========================*/

/*===========================
  Sign in start
===========================*/
.sign_up_img {
  background: #fbf1f1;
  overflow: hidden;
  height: 700px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.sign_up_contant {
  padding: 40px;
  background: #fbf1f1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.sign_up_contant h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: capitalize;
  color: var(--colorBlack);
}

.sign_up_contant p {
  color: var(--colorBlack);
  margin-top: 10px;
}

.login_form {
  margin-top: 20px;
}

.login_form input[type="text"],
.login_form input[type="email"],
.login_form input[type="password"] {
  margin-top: 15px;
  background: var(--colorWhite);
}

.login_form .remember_me {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.login_form .remember_me input {
  margin-top: 1px;
  margin-right: 5px;
}

.login_form .remember_me label {
  font-size: 16px;
  font-weight: 400;
}

.login_form .forgot_password {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: red;
}

.login_form .forgot_password:hover {
  color: var(--colorBlack);
}

.login_form button {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 17px 16px 16px 25px;
}

.login_form button::after {
  display: none;
}

.sign_up_contant b {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  color: var(--colorBlack);
}

.sign_up_contant b::after {
  position: absolute;
  content: "";
  top: 11px;
  left: 35px;
  width: 155px;
  height: 1px;
  background: #62626233;
}

.sign_up_contant b::before {
  position: absolute;
  content: "";
  top: 11px;
  right: 35px;
  width: 155px;
  height: 1px;
  background: #62626233;
}

.sign_up_others_option {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px 0px;
  background: var(--colorWhite);
  color: var(--colorBlack);
  border: 1px solid #62626233;
  text-transform: capitalize;
  margin-top: 18px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.sign_up_others_option:hover {
  background-color: var(--colorBlack);
  color: var(--colorWhite);
}

.sign_up_others_option img {
  width: 17px !important;
  height: 17px !important;
  margin-right: 10px;
}

.sign_up_contant .sign_up {
  text-align: center;
  color: var(--paraColor);
  margin-top: 15px;
}

.sign_up_contant .sign_up a {
  font-size: 16px;
  font-weight: 700;
  color: var(--colorBlack);
  text-transform: capitalize;
}

.sign_up_contant .sign_up a:hover {
  color: var(--colorPrimary);
}

/*===========================
  Sign in end
===========================*/

/*===========================
  Photo gallery start
===========================*/
.gallery_item {
  position: relative;
  display: block;
  margin-top: 25px;
  height: 415px;
}

.gallery_item img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.gallery_item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000000;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 16px 30px 16px 16px;
  -webkit-border-radius: 16px 30px 16px 16px;
  -moz-border-radius: 16px 30px 16px 16px;
  -ms-border-radius: 16px 30px 16px 16px;
  -o-border-radius: 16px 30px 16px 16px;
  z-index: 1;
}

.gallery_item_overlay::after {
  position: absolute;
  content: "";
  top: -5px;
  right: -5px;
  width: 70px;
  height: 70px;
  background: var(--colorWhite);
  z-index: 2;
  border-radius: 50% 0 50% 50%;
  -webkit-border-radius: 50% 0 50% 50%;
  -moz-border-radius: 50% 0 50% 50%;
  -ms-border-radius: 50% 0 50% 50%;
  -o-border-radius: 50% 0 50% 50%;
}

.gallery_item span {
  display: block;
  width: 60px;
  height: 60px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  padding: 15px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.gallery_item_overlay:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.gallery_item:hover .gallery_item_overlay {
  background: #000000a6;
}

/*===========================
   Photo gallery end
===========================*/

/*===========================
   Donor list start
===========================*/
.donor_list_item {
  padding: 20px 20px 20px 130px;
  position: relative;
  margin-top: 25px;
  border: 1px dashed #ddd;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.donor_list_item .pay {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 70px;
  padding: 10px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.donor_list_item h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.donor_list_item p {
  text-transform: capitalize;
  color: var(--colorBlack);
  font-size: 16px;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*===========================
   Donor list end
===========================*/

/*===========================
   Dashboard start
===========================*/
/* dashboard sidebar start */
.dashboard_sidebar {
  margin-top: 30px;
}

.dashboard_sidebar_top {
  padding: 60px 20px 20px 20px;
  background: var(--colorWhite);
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.dashboard_sidebar_top .dashboard_banner {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 1;
}

.dashboard_sidebar_top .img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.dashboard_sidebar_top .img img {
  border: 2px solid var(--colorWhite);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dashboard_sidebar_top h4 {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin-top: 13px;
  text-transform: capitalize;
}

.dashboard_sidebar_menu {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.dashboard_sidebar_menu li a {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 20px;
  color: var(--paraColor);
  text-transform: capitalize;
  background: var(--colorWhite);
  border: 1px solid #eeeeee;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.dashboard_sidebar_menu li a:hover,
.dashboard_sidebar_menu li a.active {
  color: var(--colorBlack);
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

.dashboard_sidebar_menu li a .icon {
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  left: 0;
}

/* dashboard sidebar start */

/* dashboard profile start */
.dashboard_contant {
  margin-top: 30px;
  background: var(--colorWhite);
  border: 1px solid #eeeeee;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.dashboard_contant_top {
  padding: 30px 30px 25px 30px;
  border-bottom: 1px solid #eee;
}

.dashboard_heading h5 {
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
}

.dashboard_heading p {
  margin-top: 5px;
  font-size: 16px;
}

.dashboard_profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 30px 30px 30px;
}

.dashboard_profile .img {
  width: 80px;
  height: 80px;
}

.dashboard_profile .img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dashboard_profile .text {
  margin-left: 20px;
}

.dashboard_profile .text h6 {
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
}

.dashboard_profile .text p {
  margin-top: 5px;
  line-height: 22px;
  font-size: 16px;
}

.dashboard_profile_info li {
  font-size: 16px;
  font-weight: 400;
  color: var(--colorBlack);
  text-transform: capitalize;
  padding: 15px 30px 15px 30px;
  border-top: 1px solid #eeeeee;
}

.dashboard_profile_info li span {
  width: 140px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.dashboard_profile_avatar .img {
  position: relative;
}

.dashboard_profile_avatar .img label {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 0;
  bottom: 7px;
  right: -11px;
  font-size: 13px;
  cursor: pointer;
  background: var(--colorWhite);
  color: var(--colorBlack);
  padding: 5px;
  border: 1px solid #1e1e2f1a;
  transition: all linear.3s;
  -webkit-transition: all linear.3s;
  -moz-transition: all linear.3s;
  -ms-transition: all linear.3s;
  -o-transition: all linear.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dashboard_profile_avatar .img label:hover {
  background: var(--colorPrimary);
}

.dashboard_profile_update {
  padding: 17px 30px 30px 30px;
}

.dashboard_profile_update_info {
  margin-top: 13px;
}

.dashboard_profile_update_info label {
  font-size: 16px;
  font-weight: 600;
  color: var(--colorBlack);
  text-transform: capitalize;
  display: block;
}

.dashboard_profile_update_info input,
.dashboard_profile_update_info textarea {
  border: 1px solid #eee;
}

.dashboard_profile_update_btn {
  margin-top: 20px;
}

.dashboard_profile_update_btn .common_btn {
  background: var(--colorPrimary);
}

.dashboard_email_change {
  padding: 30px 30px 0px 30px;
}

.dashboard_email_change h6,
.dashboard_password_change h6 {
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
}

.dashboard_email_change p,
.dashboard_password_change p {
  margin-top: 10px;
  font-size: 16px;
}

.dashboard_email_change p a {
  color: var(--colorPrimary);
}

.dashboard_email_change form {
  margin-top: 17px;
}

.dashboard_email_change_input label {
  font-size: 16px;
  font-weight: 600;
  color: var(--colorBlack);
  text-transform: capitalize;
  display: block;
}

.dashboard_email_change_input input {
  margin-top: 5px;
  border: 1px solid rgba(30, 30, 47, 0.1);
}

.dashboard_email_change_btn {
  margin-top: 20px;
}

.dashboard_email_change_btn .common_btn,
.dashboard_password_change_btn .common_btn {
  background: var(--colorPrimary);
}

.dashboard_password_change {
  padding: 35px 30px 30px 30px;
  border-top: 1px solid rgba(30, 30, 47, 0.1);
  margin-top: 35px;
}

.dashboard_password_change form {
  margin-top: 5px;
}

.dashboard_password_change_input {
  margin-top: 12px;
}

.dashboard_password_change_input label {
  font-size: 16px;
  font-weight: 600;
  color: var(--colorBlack);
  text-transform: capitalize;
}

.dashboard_password_change_input input {
  border: 1px solid #eee;
}

.dashboard_password_change_btn {
  margin-top: 20px;
}

.dashboard_profile_avatar {
  border-bottom: 1px solid #eee;
}

.dashboard_profile_update_info .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--colorBlack);
  line-height: 50px;
  padding-left: 20px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}

.dashboard_profile_update_info .select2-container--default .select2-selection--single {
  border: 1px solid #eee;
  height: 50px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.dashboard_profile_update_info .select2-container {
  width: 100% !important;
}

.dashboard_profile_update_info .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 20px;
}

.dashboard_profile_delete .common_btn {
  background: red;
  color: var(--colorWhite);
}

.dashboard_profile_delete .common_btn::after {
  color: var(--colorWhite);
}

/*===========================
  Dashboard end
===========================*/

/* Payment page start */
.payment_info form h5,
.payment_method_area h5 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.payment_info .payment_iput {
  margin-bottom: 15px;
}

.payment_info .video_donate_text {
  padding: 0;
}

.payment_method_area {
  margin-top: 20px;
}

.payment_method {
  display: block;
  height: 90px;
  border: 1px solid #eee;
  padding: 15px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
}

.payment_method::after {
  position: absolute;
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 12px;
  top: -2px;
  right: -2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  opacity: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all linear .2s;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
}

.payment_method:hover,
.payment_method.active {
  border-color: var(--colorPrimary);
}

.payment_method.active::after {
  opacity: 1;
}

.payment_sidebar {
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.payment_sidebar h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
}

.donate_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
}

.donate_item .img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.donate_item .text {
  width: 67%;
}

.donate_item .text h3 {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.payment_sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}

.payment_sidebar ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: var(--colorBlack);
}

.payment_sidebar ul li span {
  font-size: 16px;
  font-weight: 500;
}

.payment_sidebar ul li:last-child {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 4px;
  font-weight: 800;
  font-size: 18px;
}

.payment_sidebar ul li:last-child span {
  font-size: 18px;
  font-weight: 800;
}

/* Payment page end */


/*=================================
 Become a volunteer start
=================================*/
.become_volunteer_page_text p {
  margin-top: 20px;
  font-size: 16px;
}

.become_volunteer_page_text h1,
.become_volunteer_page_text h2,
.become_volunteer_page_text h3,
.become_volunteer_page_text h4,
.become_volunteer_page_text h5,
.become_volunteer_page_text h6 {
  font-weight: 800;
  margin-top: 30px;
}

.become_volunteer_page_text h1 {
  font-size: 30px;
}

.become_volunteer_page_text h2 {
  font-size: 26px;
}

.become_volunteer_page_text h3 {
  font-size: 22px;
}

.become_volunteer_page_text h4 {
  font-size: 18px;
}

.become_volunteer_page_text h5,
.become_volunteer_page_text h6 {
  font-size: 16px;
}

.become_volunteer_page_text ul,
.become_volunteer_page_text ol {
  margin-top: 20px;
}

.become_volunteer_page_text ul li,
.become_volunteer_page_text ol li {
  font-size: 16px;
  font-weight: 400;
  margin: 12px 0px;
  padding-left: 30px;
  position: relative;
}

.become_volunteer_page_text ul li::after,
.become_volunteer_page_text ol li::after {
  position: absolute;
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 11px;
  top: 0;
  left: 0;
  color: var(--colorPrimary);
  border: 1px dashed var(--colorPrimary);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.become_volunteer_page_form h2 {
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 22px;
}

.become_volunteer_page_form {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 40px;
  margin-top: 35px;
  border-radius: 16px;
}

.become_volunteer_page_form .login_form_input {
  margin-top: 0;
  margin-bottom: 20px;
}

.login_form_input label {
  font-size: 16px;
}

.become_volunteer_page_form .nice-select:after {
  margin-top: -6px;
  right: 22px;
}

.become_volunteer_page_form .nice-select .option.selected {
  font-weight: 400;
}

.become_volunteer_page_form .current {
  color: var(--colorBlack);
}

.login_form_input .form-check input {
  margin-top: 2px;
}

.login_form_input .form-check label a {
  color: var(--colorBlue);
}

/*=================================
 Become a volunteer end
=================================*/

/*================================
  Migrated inline page CSS
================================*/
.breadcrumb_bg {
  background: url(../images/breadcrump-latest.png);
}

.atulya_footer_bg {
  background: url(../images/footer-bg.png);
}

.footer_bg_webp {
  background: url(../images/footer_bg.webp);
}

.contact_map iframe {
  border: 0;
}

.abhyanga_list {
  list-style: none;
}

/* Contact page details */
.page-contact .contact_page_shell {
  position: relative;
  margin-top: 0;
  padding: 105px 0 115px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcf8 46%, #ffffff 100%);
}

.page-contact .contact_page_shell::before {
  position: absolute;
  content: "";
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(13, 36, 32, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 36, 32, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  opacity: 0.45;
}

.page-contact .contact_page_shell > .container {
  position: relative;
  z-index: 1;
}

.page-contact .contact_page_heading {
  max-width: 1040px;
  margin: 0 auto 52px;
}

.page-contact .contact_page_heading h5 {
  color: #a77716;
  border-color: rgba(167, 119, 22, 0.45);
  letter-spacing: 0.4px;
}

.page-contact .contact_page_heading h2 {
  max-width: 980px;
  margin: 16px auto 0;
  color: #082c25;
  font-size: 58px;
  line-height: 1.08;
}

.page-contact .contact_page_heading p {
  max-width: 920px;
  margin: 18px auto 0;
  color: #4d5f56;
  font-size: 18px;
  line-height: 1.75;
}

.page-contact .contact_info_row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.page-contact .contact_info {
  height: 100%;
  min-height: 238px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-content: start;
  align-items: start;
  column-gap: 24px;
  padding: 48px 34px 34px;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 36, 32, 0.1);
  box-shadow: 0 24px 70px rgba(13, 36, 32, 0.09);
  border-radius: 8px;
}

.page-contact .contact_info::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #0d3d33, #ffc107);
}

.page-contact .contact_info span {
  grid-row: 1 / 4;
  position: static;
  left: auto;
  top: auto;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-self: start;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  color: #0d2420;
  background: #ffc107;
  box-shadow: 0 12px 28px rgba(255, 193, 7, 0.28);
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  border-radius: 50%;
}

.page-contact .contact_info span svg {
  width: 25px;
  height: 25px;
}

.page-contact .contact_info h3 {
  min-height: 56px;
  margin-bottom: 12px;
  color: #082c25;
  font-size: 23px;
  line-height: 1.18;
  display: flex;
  align-items: flex-start;
}

.page-contact .contact_info p,
.page-contact .contact_info a {
  color: #43584f;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.page-contact .contact_info a {
  width: fit-content;
  margin-top: 8px;
  color: #0d3d33;
  font-weight: 800;
}

.page-contact .contact_info a + a {
  margin-top: 4px;
}

.page-contact .contact_info a:hover {
  color: #a77716;
}

.page-contact .contact_visit_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 24px 0 30px;
}

.page-contact .contact_visit_card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  min-width: 0;
  padding: 34px 36px;
  background: #fffaf0;
  border: 1px solid rgba(185, 133, 53, 0.22);
  box-shadow: 0 18px 45px rgba(103, 71, 18, 0.07);
  border-radius: 8px;
}

.page-contact .contact_visit_card > span {
  width: 64px;
  height: 64px;
  display: inline-flex;
  flex: 0 0 64px;
  align-items: center;
  justify-content: center;
  color: #0d2420;
  background: #ffc107;
  box-shadow: 0 12px 28px rgba(255, 193, 7, 0.22);
  border-radius: 50%;
}

.page-contact .contact_visit_card > span i {
  line-height: 1;
}

.page-contact .contact_visit_card h3,
.page-contact .contact_map_grid h3 {
  color: #082c25;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.page-contact .contact_visit_card p {
  margin-top: 8px;
  color: #45594f;
  font-size: 16px;
  line-height: 1.7;
}

.page-contact .contact_form {
  margin-top: 30px;
}

.page-contact .contact_form form {
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(13, 36, 32, 0.1);
  box-shadow: 0 35px 90px rgba(13, 36, 32, 0.12);
  border-radius: 8px;
}

.page-contact .contact_form form > .row {
  align-items: stretch;
}

.page-contact .contact_form form .col-xl-7 {
  padding: 52px 54px;
}

.page-contact .contact_form form h3 {
  margin-bottom: 8px;
  color: #082c25;
  font-size: 38px;
  line-height: 1.16;
}

.page-contact .contact_input label {
  margin-bottom: 8px;
  color: #31483e;
  font-weight: 800;
}

.page-contact .contact_input input,
.page-contact .contact_input textarea,
.page-contact .contact_input select {
  width: 100%;
  color: #30483d;
  background: #f7f9f4;
  border: 1px solid rgba(13, 36, 32, 0.12);
  border-radius: 8px;
  outline: none;
}

.page-contact .contact_input input,
.page-contact .contact_input select {
  height: 54px;
  padding: 0 18px;
}

.page-contact .contact_input textarea {
  min-height: 132px;
  padding: 18px;
}

.page-contact .contact_input input:focus,
.page-contact .contact_input textarea:focus,
.page-contact .contact_input select:focus {
  background: #fff;
  border-color: rgba(13, 61, 51, 0.42);
  box-shadow: 0 0 0 4px rgba(13, 61, 51, 0.07);
}

.page-contact .contact_input .form-check {
  padding: 16px 18px;
  background: #f7f9f4;
  border: 1px solid rgba(13, 36, 32, 0.09);
  border-radius: 8px;
}

.page-contact .contact_input .form-check label {
  color: #43584f;
  font-size: 15px;
  line-height: 1.55;
}

.page-contact .contact_img {
  height: 100%;
  min-height: 590px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.page-contact .contact_img::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 36, 32, 0.08), rgba(13, 36, 32, 0.32));
}

.page-contact .contact_img img {
  display: block;
}

.page-contact .contact_map_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.page-contact .contact_map_grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(13, 36, 32, 0.1);
  box-shadow: 0 24px 65px rgba(13, 36, 32, 0.08);
  border-radius: 8px;
}

.page-contact .contact_map_grid h3 {
  margin-bottom: 18px;
}

.page-contact .contact_map_grid .contact_map {
  height: 430px;
  margin: 0;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .page-contact .contact_page_heading h2 {
    font-size: 50px;
  }

  .page-contact .contact_form form .col-xl-7 {
    padding: 44px 38px;
  }

  .page-contact .contact_info {
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 20px;
    padding: 40px 28px 30px;
  }

  .page-contact .contact_info span,
  .page-contact .contact_visit_card > span {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }
}

@media (max-width: 991px) {
  .page-contact .contact_page_shell {
    padding: 82px 0 92px;
  }

  .page-contact .contact_page_heading h2 {
    font-size: 42px;
  }

  .page-contact .contact_visit_grid,
  .page-contact .contact_map_grid {
    grid-template-columns: 1fr;
  }

  .page-contact .contact_img {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .page-contact .contact_page_heading {
    margin-bottom: 38px;
  }

  .page-contact .contact_page_heading h2 {
    font-size: 36px;
  }

  .page-contact .contact_page_heading p {
    font-size: 16px;
  }

  .page-contact .contact_form form .col-xl-7 {
    padding: 34px 24px;
  }

  .page-contact .contact_form form h3 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .page-contact .contact_page_shell {
    padding: 68px 0 76px;
  }

  .page-contact .contact_page_heading h2 {
    font-size: 31px;
  }

  .page-contact .contact_info {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .page-contact .contact_info span {
    grid-row: auto;
    margin-bottom: 20px;
  }

  .page-contact .contact_info h3 {
    min-height: auto;
  }

  .page-contact .contact_info a {
    margin-top: 6px;
  }

  .page-contact .contact_visit_card {
    flex-direction: column;
    gap: 18px;
    padding: 24px;
  }

  .page-contact .contact_map_grid article {
    padding: 18px;
  }

  .page-contact .contact_map_grid .contact_map {
    height: 340px;
  }
}

/* Thank you page */
.thank_you_page {
  min-height: 100vh;
  background: #f7f9f2;
}

.thank_you_hero {
  min-height: 76vh;
  background:
    linear-gradient(90deg, rgba(10, 43, 34, 0.92), rgba(10, 43, 34, 0.68)),
    url(../images/ayurveda-breadcrump-new.png) center/cover;
}

.thank_you_overlay {
  min-height: 76vh;
  padding: 28px 0 70px;
}

.thank_you_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.thank_you_nav .site_logo {
  width: 230px;
}

.thank_you_nav > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.thank_you_nav > div a {
  color: #fff8e6;
  font-size: 15px;
  font-weight: 800;
}

.thank_you_nav > div a:hover {
  color: var(--colorPrimary);
}

.thank_you_content {
  max-width: 780px;
  padding-top: 110px;
}

.thank_you_icon {
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #173722;
  background: var(--colorPrimary);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(255, 193, 7, 0.25);
}

.thank_you_icon i {
  font-size: 30px;
  line-height: 1;
}

.thank_you_eyebrow {
  margin-bottom: 13px;
  color: var(--colorPrimary);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.thank_you_content h1 {
  max-width: 720px;
  color: #fff8e6;
  font-size: 66px;
  font-weight: 900;
  line-height: 1.04;
}

.thank_you_content > p:last-of-type {
  max-width: 640px;
  margin-top: 22px;
  color: rgba(255, 248, 230, 0.82);
  font-size: 20px;
  line-height: 1.75;
}

.thank_you_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}

.thank_you_call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  color: #fff8e6;
  border: 1px solid rgba(255, 248, 230, 0.28);
  border-radius: 30px;
  font-weight: 800;
}

.thank_you_call:hover {
  color: var(--colorPrimary);
  border-color: rgba(255, 193, 7, 0.55);
}

.thank_you_next {
  margin-top: -54px;
  padding-bottom: 90px;
}

.thank_you_next_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.thank_you_next_grid article {
  padding: 30px 28px;
  background: #fff;
  border: 1px solid rgba(13, 36, 32, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(25, 54, 35, 0.09);
}

.thank_you_next_grid article span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #173722;
  background: #fff4c5;
  border-radius: 50%;
}

.thank_you_next_grid h2 {
  margin-bottom: 10px;
  color: #173722;
  font-size: 23px;
  font-weight: 900;
}

.thank_you_next_grid p {
  color: #55665d;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .thank_you_content h1 {
    font-size: 52px;
  }

  .thank_you_next_grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .thank_you_overlay {
    padding: 20px 0 56px;
  }

  .thank_you_nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .thank_you_nav .site_logo {
    width: 210px;
  }

  .thank_you_content {
    padding-top: 70px;
  }

  .thank_you_content h1 {
    font-size: 40px;
  }

  .thank_you_content > p:last-of-type {
    font-size: 17px;
  }

  .thank_you_actions .common_btn,
  .thank_you_call {
    width: 100%;
    justify-content: center;
  }
}

/* Migrated from ayurvedic-cancer-care-kharadi.html */
body.page-ayurvedic-cancer-care-kharadi .breadcrumb{
            position: relative;
            min-height: initial !important;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
            z-index: 1 !important;
        }

        body.page-ayurvedic-cancer-care-kharadi .breadcrumb::before,
body.page-ayurvedic-cancer-care-kharadi .breadcrumb::after,
body.page-ayurvedic-cancer-care-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-ayurvedic-cancer-care-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-ayurvedic-cancer-care-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-ayurvedic-cancer-care-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_page{
            position: relative;
            overflow: visible;
            background:
                linear-gradient(180deg, #fffaf2 0%, #f7fbf2 36%, #fff9f3 68%, #ffffff 100%);
            color: #263b2a;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(52, 82, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(52, 82, 42, .035) 1px, transparent 1px);
            background-size: 58px 58px;
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, .48), transparent 58%);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_page h2{
            color: #173722;
            font-size: 39px;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_page h3{
            color: #9b6424;
            font-size: 21px;
            line-height: 1.45;
            margin-bottom: 14px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_page p,
body.page-ayurvedic-cancer-care-kharadi .women_page li{
            color: #4b5746;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_intro{
            position: relative;
            z-index: 2;
            margin-top: 0;
            padding: 74px 0;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_intro_grid{
            display: grid;
            grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
            gap: 36px;
            align-items: stretch;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .7);
            border-radius: 8px;
            background: rgba(255, 255, 255, .82);
            box-shadow: 0 34px 86px rgba(31, 59, 36, .18);
            backdrop-filter: blur(18px);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_intro_copy{
            padding: 32px 18px 32px 26px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_intro_copy h2::after,
body.page-ayurvedic-cancer-care-kharadi .women_band_heading h2::after{
            display: block;
            content: "";
            width: 86px;
            height: 4px;
            margin-top: 16px;
            border-radius: 999px;
            background: linear-gradient(90deg, #b98535, #e7c06c);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_intro_media{
            min-height: 520px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 24px 58px rgba(38, 67, 39, .22);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_intro_media img{
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_band{
            position: relative;
            z-index: 1;
            padding: 74px 0;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_band.is_soft{
            background: rgba(255, 255, 255, .54);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_band.is_tint{
            background:
                linear-gradient(135deg, rgba(26, 58, 34, .97), rgba(68, 101, 49, .95) 62%, rgba(164, 102, 76, .9));
        }

        body.page-ayurvedic-cancer-care-kharadi .women_band.is_tint h2,
body.page-ayurvedic-cancer-care-kharadi .women_band.is_tint h3,
body.page-ayurvedic-cancer-care-kharadi .women_band.is_tint p,
body.page-ayurvedic-cancer-care-kharadi .women_band.is_tint li{
            color: #fff8e6;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_band_heading{
            max-width: 900px;
            margin-bottom: 26px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_copy_stack{
            display: grid;
            gap: 14px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_two_col{
            display: block;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_feature_panel{
            position: relative;
            padding: 0;
            border-radius: 8px;
            background: transparent;
            border: 0;
            box-shadow: none;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_feature_panel::before{
            display: none;
            content: none;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_list_grid,
body.page-ayurvedic-cancer-care-kharadi .women_check_grid{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            padding: 0;
            margin: 18px 0 0;
            list-style: none;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_list_grid li,
body.page-ayurvedic-cancer-care-kharadi .women_check_grid li{
            min-height: 54px;
            padding: 14px 16px 14px 40px;
            border-radius: 8px;
            background: rgba(255, 255, 255, .86);
            border: 1px solid rgba(32, 62, 42, .08);
            box-shadow: 0 12px 30px rgba(48, 74, 42, .06);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_list_grid li{
            position: relative;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_list_grid li::before{
            position: absolute;
            content: "";
            width: 9px;
            height: 9px;
            left: 18px;
            top: 25px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_check_grid li{
            padding-left: 18px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_band.is_tint .women_list_grid li,
body.page-ayurvedic-cancer-care-kharadi .women_band.is_tint .women_check_grid li{
            background: rgba(255, 255, 255, .1);
            border-color: rgba(255, 255, 255, .15);
            box-shadow: none;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_cards{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 24px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_card .women_list_grid{
            grid-template-columns: 1fr;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_card{
            padding: 28px;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 18px 48px rgba(50, 75, 42, .08);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_steps{
            display: grid;
            gap: 20px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_step{
            padding: 30px;
            border-radius: 8px;
            background: #fffaf0;
            border: 1px solid rgba(185, 133, 53, .16);
            box-shadow: 0 18px 44px rgba(50, 75, 42, .07);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq{
            display: grid;
            gap: 14px;
            margin-top: 24px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq_item{
            overflow: hidden;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 14px 38px rgba(50, 75, 42, .07);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq_question{
            width: 100%;
            min-height: 74px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 18px 22px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq_question h3{
            margin: 0;
            color: #173722;
            font-size: 19px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #203e2a;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq_icon::before,
body.page-ayurvedic-cancer-care-kharadi .women_faq_icon::after{
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 16px;
            height: 2px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .25s ease;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq_item.active .women_faq_icon{
            background: #b98535;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq_item.active .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq_answer_inner{
            padding: 0 22px 22px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq_answer p{
            margin-bottom: 12px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_faq_answer p:last-child{
            margin-bottom: 0;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_cta_actions{
            margin-top: 24px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_content_area{
            position: relative;
            z-index: 2;
            overflow: visible;
            padding: 8px 0 88px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_page_layout{
            display: grid;
            grid-template-columns: 360px minmax(0, 1fr);
            gap: 42px;
            align-items: start;
            overflow: visible;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar{
            position: sticky !important;
            top: 110px !important;
            display: grid;
            gap: 26px;
            align-self: flex-start !important;
            height: fit-content;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box{
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            background: #203e2a;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            right: -120px;
            top: -120px;
            border-radius: 50%;
            background: rgba(255, 248, 230, .1);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #b98535;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box a{
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 15px 15px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .45s ease;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box a:hover::before,
body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box a:hover,
body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box a,
body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box a i{
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box a:hover i,
body.page-ayurvedic-cancer-care-kharadi .women_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .08), rgba(32, 62, 42, .88)),
                url(../images/treatments/treat_cancer.webp) center/cover;
            display: flex;
            align-items: end;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .14);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_cta h3,
body.page-ayurvedic-cancer-care-kharadi .women_sidebar_cta p{
            color: #fff8e6;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_sidebar_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content{
            min-width: 0;
            display: grid;
            gap: 32px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band{
            position: relative;
            overflow: hidden;
            padding: 44px;
            border-radius: 8px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band::before{
            display: none;
            content: none;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band:hover::after{
            transform: scale(1.28);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band > .container,
body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band > *{
            position: relative;
            z-index: 1;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band:not(.is_tint){
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band.is_soft{
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 247, 224, .92));
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band.is_tint{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band.is_tint::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band.is_tint::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band.is_tint .women_band_heading h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band > .container{
            width: 100%;
            max-width: none;
            padding-left: 0;
            padding-right: 0;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band .mt_25{
            margin-top: 20px !important;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_cards{
            grid-template-columns: 1fr;
            align-items: stretch;
            gap: 18px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band_heading{
            max-width: 760px;
            margin-bottom: 24px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band_heading h2{
            position: relative;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_two_col{
            display: block;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_list_grid,
body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_check_grid{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_list_grid li,
body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_check_grid li{
            min-height: 54px;
            border: 1px solid rgba(32, 62, 42, .08);
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_list_grid li:hover,
body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_check_grid li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_step,
body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_card,
body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_feature_panel{
            border-radius: 8px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_step,
body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_card{
            background: rgba(255, 255, 255, .72);
            border: 1px solid rgba(185, 133, 53, .14);
            box-shadow: 0 12px 32px rgba(48, 69, 42, .06);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band.is_tint .women_card{
            background: rgba(255, 248, 230, .08);
            border-color: rgba(255, 238, 189, .22);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 42px rgba(0, 0, 0, .08);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band.is_tint .women_card h3{
            color: #fff8e6;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band.is_tint .women_card p{
            color: rgba(255, 248, 230, .88);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band.is_tint .women_card .women_list_grid li,
body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band.is_tint .women_card .women_check_grid li{
            min-height: 48px;
            background: rgba(255, 255, 255, .08);
            border-color: rgba(255, 238, 189, .16);
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_feature_panel{
            margin-top: 18px;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_faq_item{
            border-left: 4px solid #b98535;
            border-radius: 0 8px 8px 0;
            background: #fffaf0;
        }

        body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band.is_tint .women_list_grid li:hover,
body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band.is_tint .women_check_grid li:hover{
            background: rgba(255, 255, 255, .16);
            border-color: rgba(255, 238, 189, .28);
        }

        @media (max-width: 1199px) {
            body.page-ayurvedic-cancer-care-kharadi .women_intro_grid,
body.page-ayurvedic-cancer-care-kharadi .women_two_col{
                grid-template-columns: 1fr;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_page_layout{
                grid-template-columns: 1fr;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_sidebar{
                position: static !important;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                height: auto;
                max-height: none;
                overflow-y: visible;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_intro_media{
                min-height: 420px;
            }
        }

        @media (max-width: 991px) {
            body.page-ayurvedic-cancer-care-kharadi .breadcrumb,
body.page-ayurvedic-cancer-care-kharadi .breadcrumb_overlay{
                min-height: initial !important;
            }

            body.page-ayurvedic-cancer-care-kharadi .breadcrumb_overlay{
                padding: 210px 0px 105px 0px !important;
            }

            body.page-ayurvedic-cancer-care-kharadi .breadcrumb_text h1{
                font-size: 42px !important;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_intro{
                margin-top: 0;
                padding: 58px 0;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_intro_grid{
                padding: 14px;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_intro_copy{
                padding: 24px 12px;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_page h2{
                font-size: 32px;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_band{
                padding: 58px 0;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_content_area{
                padding: 0 0 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-ayurvedic-cancer-care-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-ayurvedic-cancer-care-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_page h2{
                font-size: 28px;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_page h3{
                font-size: 19px;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_list_grid,
body.page-ayurvedic-cancer-care-kharadi .women_check_grid{
                grid-template-columns: 1fr;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_card,
body.page-ayurvedic-cancer-care-kharadi .women_step{
                padding: 22px;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_cards,
body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_intro_media{
                min-height: 300px;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_faq_question{
                align-items: flex-start;
                padding: 18px;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_faq_question h3{
                font-size: 17px;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_faq_icon{
                width: 32px;
                height: 32px;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-ayurvedic-cancer-care-kharadi .women_main_content .women_band{
                padding: 24px 18px;
            }
        }

/* Migrated from ayurvedic-massage-kharadi.html */
body.page-ayurvedic-massage-kharadi .abhyanga_page{
            background:
                linear-gradient(180deg, #fffaf0 0%, #f7fbf3 48%, #fff 100%);
            color: #2d3427;
            overflow: hidden;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_hero_panel{
            position: relative;
            margin-top: -86px;
            z-index: 3;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro{
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
            gap: 34px;
            align-items: stretch;
            padding: 34px;
            border: 1px solid rgba(132, 99, 43, .16);
            border-radius: 8px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 28px 70px rgba(47, 68, 38, .14);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_text h2,
body.page-ayurvedic-massage-kharadi .abhyanga_section h2{
            color: #203e2a;
            font-size: 34px;
            line-height: 1.18;
            margin-bottom: 16px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_text h3,
body.page-ayurvedic-massage-kharadi .abhyanga_section h3{
            color: #a36d22;
            font-size: 20px;
            line-height: 1.45;
            margin-bottom: 18px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_text p,
body.page-ayurvedic-massage-kharadi .abhyanga_section p,
body.page-ayurvedic-massage-kharadi .abhyanga_section li{
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_image{
            position: relative;
            min-height: 430px;
            border-radius: 8px;
            overflow: hidden;
            background: #e8eadb;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_badge{
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 22px;
            padding: 18px 20px;
            border-radius: 8px;
            background: rgba(31, 61, 42, .92);
            color: #fff7df;
            font-size: 17px;
            line-height: 1.55;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_layout{
            display: grid;
            grid-template-columns: minmax(0, 1fr) 330px;
            gap: 34px;
            align-items: start;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_content{
            display: grid;
            gap: 26px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section{
            padding: 34px;
            border: 1px solid rgba(32, 62, 42, .11);
            border-radius: 8px;
            background: rgba(255, 255, 255, .9);
            box-shadow: 0 18px 50px rgba(54, 72, 45, .08);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section.is_tinted{
            background: linear-gradient(135deg, #203e2a 0%, #385f3a 100%);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section.is_tinted h2,
body.page-ayurvedic-massage-kharadi .abhyanga_section.is_tinted h3,
body.page-ayurvedic-massage-kharadi .abhyanga_section.is_tinted p,
body.page-ayurvedic-massage-kharadi .abhyanga_section.is_tinted li{
            color: #fff8e6;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_list{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 18px;
            margin-top: 18px;
            padding: 0;
            list-style: none;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_list li{
            position: relative;
            padding-left: 22px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_list li::before{
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 0;
            top: 14px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_steps{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: 20px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_step{
            padding: 22px;
            border-radius: 8px;
            background: #fff9ea;
            border: 1px solid rgba(163, 109, 34, .16);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_step h3{
            margin-bottom: 10px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq{
            display: grid;
            gap: 16px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_item{
            padding: 20px 22px;
            border-left: 4px solid #b98535;
            background: #fffaf0;
            border-radius: 0 8px 8px 0;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_item h3{
            margin-bottom: 8px;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar{
            position: sticky;
            top: 115px;
            display: grid;
            gap: 22px;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box{
            border-radius: 8px;
            background: #203e2a;
            padding: 26px;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box h3{
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box a{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 13px 14px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box a:hover,
body.page-ayurvedic-massage-kharadi .therapy_sidebar_box a.active{
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-ayurvedic-massage-kharadi .therapy_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .16), rgba(32, 62, 42, .88)),
                url(../images/therapies/ther_shiroda.webp) center/cover;
            display: flex;
            align-items: end;
        }

        body.page-ayurvedic-massage-kharadi .therapy_cta h3,
body.page-ayurvedic-massage-kharadi .therapy_cta p{
            color: #fff8e6;
        }

        body.page-ayurvedic-massage-kharadi .therapy_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-ayurvedic-massage-kharadi .therapy_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-ayurvedic-massage-kharadi .therapy_cta .common_btn{
            padding: 14px 34px 13px 20px;
        }

        @media (max-width: 1199px) {
            body.page-ayurvedic-massage-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-ayurvedic-massage-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 991px) {
            body.page-ayurvedic-massage-kharadi .abhyanga_intro{
                grid-template-columns: 1fr;
                padding: 24px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_hero_panel{
                margin-top: 60px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_intro_image{
                min-height: 360px;
            }
        }

        @media (max-width: 767px) {
            body.page-ayurvedic-massage-kharadi .abhyanga_intro_text h2,
body.page-ayurvedic-massage-kharadi .abhyanga_section h2{
                font-size: 28px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_section,
body.page-ayurvedic-massage-kharadi .abhyanga_intro{
                padding: 22px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_list,
body.page-ayurvedic-massage-kharadi .abhyanga_steps,
body.page-ayurvedic-massage-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_intro_image{
                min-height: 300px;
            }
        }

        body.page-ayurvedic-massage-kharadi .breadcrumb{
            position: relative;
            min-height: 520px;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
        }

        body.page-ayurvedic-massage-kharadi .breadcrumb::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(110deg, rgba(19, 46, 29, .92) 0%, rgba(35, 75, 45, .72) 48%, rgba(169, 112, 32, .42) 100%),
                radial-gradient(circle at 80% 30%, rgba(255, 228, 168, .32), transparent 34%);
            z-index: 1;
        }

        body.page-ayurvedic-massage-kharadi .breadcrumb::after{
            position: absolute;
            content: "";
            width: 78%;
            height: 120px;
            left: 11%;
            bottom: -70px;
            background: rgba(255, 250, 240, .95);
            border-radius: 50%;
            filter: blur(10px);
            z-index: 1;
        }

        body.page-ayurvedic-massage-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: 520px;
            display: flex;
            align-items: center;
            padding-top: 90px;
            background: transparent;
        }

        body.page-ayurvedic-massage-kharadi .breadcrumb_text{
            max-width: 920px;
        }

        body.page-ayurvedic-massage-kharadi .breadcrumb_text h1{
            position: relative;
            font-size: 64px;
            line-height: 1.06;
            max-width: 900px;
            text-shadow: 0 18px 48px rgba(0, 0, 0, .34);
        }

        body.page-ayurvedic-massage-kharadi .breadcrumb_text h1::before{
            display: inline-flex;
            content: "Atulya Ayurveda";
            width: fit-content;
            margin-bottom: 18px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 236, 183, .38);
            border-radius: 999px;
            background: rgba(255, 248, 230, .13);
            color: #ffe8ad;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-shadow: none;
            backdrop-filter: blur(14px);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_page{
            position: relative;
            background:
                radial-gradient(circle at 7% 5%, rgba(185, 133, 53, .17), transparent 29%),
                linear-gradient(180deg, #fffaf0 0%, #f4f8ee 43%, #fffaf3 100%);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(32, 62, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(32, 62, 42, .035) 1px, transparent 1px);
            background-size: 54px 54px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,.45), transparent 48%);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_hero_panel{
            margin-top: -128px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro{
            position: relative;
            isolation: isolate;
            gap: 42px;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .62);
            border-radius: 8px;
            background: rgba(255, 255, 255, .76);
            box-shadow:
                0 35px 90px rgba(23, 55, 34, .2),
                inset 0 1px 0 rgba(255, 255, 255, .9);
            backdrop-filter: blur(18px);
            transform: translateY(0);
            transition: transform .45s ease, box-shadow .45s ease;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro:hover{
            transform: translateY(-6px);
            box-shadow:
                0 42px 105px rgba(23, 55, 34, .26),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro::before{
            position: absolute;
            content: "";
            inset: 12px;
            border: 1px solid rgba(185, 133, 53, .18);
            border-radius: 8px;
            pointer-events: none;
            z-index: -1;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_text{
            padding: 32px 18px 32px 28px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_text h2,
body.page-ayurvedic-massage-kharadi .abhyanga_section h2{
            position: relative;
            color: #173722;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_text h2::after,
body.page-ayurvedic-massage-kharadi .abhyanga_section h2::after{
            display: block;
            content: "";
            width: 78px;
            height: 4px;
            margin-top: 16px;
            border-radius: 20px;
            background: linear-gradient(90deg, #b98535, #e5c16e);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_text h3,
body.page-ayurvedic-massage-kharadi .abhyanga_section h3{
            color: #96641e;
            font-weight: 700;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_text p,
body.page-ayurvedic-massage-kharadi .abhyanga_section p,
body.page-ayurvedic-massage-kharadi .abhyanga_section li{
            color: #485242;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_image{
            min-height: 560px;
            border-radius: 8px;
            box-shadow: 0 24px 58px rgba(26, 55, 33, .24);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_image::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(180deg, transparent 40%, rgba(21, 49, 31, .72) 100%),
                linear-gradient(90deg, rgba(181, 126, 45, .2), transparent 42%);
            z-index: 1;
            pointer-events: none;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_image img{
            transform: scale(1.02);
            transition: transform .8s ease, filter .8s ease;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro:hover .abhyanga_intro_image img{
            transform: scale(1.08);
            filter: saturate(1.06) contrast(1.04);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_intro_badge{
            z-index: 2;
            left: 24px;
            right: 24px;
            bottom: 24px;
            border: 1px solid rgba(255, 238, 189, .34);
            background: rgba(23, 55, 34, .82);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
            backdrop-filter: blur(14px);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_layout{
            grid-template-columns: minmax(0, 1fr) 360px;
            gap: 42px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_content{
            gap: 32px;
            counter-reset: therapy-section;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section{
            position: relative;
            counter-increment: therapy-section;
            overflow: hidden;
            padding: 44px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section::before{
            position: absolute;
            content: counter(therapy-section, decimal-leading-zero);
            top: 24px;
            right: 28px;
            color: rgba(185, 133, 53, .12);
            font-size: 78px;
            font-weight: 900;
            line-height: 1;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section:hover::after{
            transform: scale(1.28);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section > *{
            position: relative;
            z-index: 1;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section.is_tinted{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section.is_tinted::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section.is_tinted::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section.is_tinted h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_list{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_list li{
            min-height: 54px;
            padding: 14px 16px 14px 42px;
            border: 1px solid rgba(32, 62, 42, .08);
            border-radius: 8px;
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_list li::before{
            top: 22px;
            left: 18px;
            width: 9px;
            height: 9px;
            background: #b98535;
            box-shadow: 0 0 0 6px rgba(185, 133, 53, .12);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_list li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section.is_tinted .abhyanga_list li{
            border-color: rgba(255, 255, 255, .12);
            background: rgba(255, 255, 255, .09);
            box-shadow: none;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section.is_tinted .abhyanga_list li:hover{
            background: rgba(255, 255, 255, .16);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_steps{
            gap: 22px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_step{
            position: relative;
            overflow: hidden;
            padding: 28px;
            background:
                linear-gradient(145deg, #fffdf6 0%, #fff4d9 100%);
            box-shadow: 0 16px 36px rgba(58, 72, 43, .09);
            transition: transform .32s ease, box-shadow .32s ease;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_step::before{
            position: absolute;
            content: "";
            width: 72px;
            height: 72px;
            top: -30px;
            right: -24px;
            border-radius: 50%;
            background: rgba(185, 133, 53, .18);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_step:hover{
            transform: translateY(-6px);
            box-shadow: 0 24px 52px rgba(58, 72, 43, .16);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_item{
            border: 1px solid rgba(185, 133, 53, .16);
            border-left: 5px solid #b98535;
            background:
                linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%);
            box-shadow: 0 14px 34px rgba(54, 72, 45, .07);
            transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_item:hover{
            transform: translateX(6px);
            border-color: rgba(185, 133, 53, .34);
            box-shadow: 0 18px 44px rgba(54, 72, 45, .12);
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar{
            top: 104px;
            gap: 26px;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box{
            position: relative;
            overflow: hidden;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            background:
                linear-gradient(155deg, #173722 0%, #294f31 64%, #8f651f 140%);
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            top: -105px;
            right: -80px;
            border-radius: 50%;
            background: rgba(255, 224, 156, .15);
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #e5c16e;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box a{
            position: relative;
            overflow: hidden;
            padding: 15px 15px;
            background: rgba(255, 255, 255, .08);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .55s ease;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box a:hover::before,
body.page-ayurvedic-massage-kharadi .therapy_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box a:hover,
body.page-ayurvedic-massage-kharadi .therapy_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #173722;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box a i{
            transition: transform .28s ease;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar_box a:hover i,
body.page-ayurvedic-massage-kharadi .therapy_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-ayurvedic-massage-kharadi .therapy_cta{
            position: relative;
            overflow: hidden;
            min-height: 420px;
            box-shadow: 0 28px 64px rgba(32, 62, 42, .2);
            transition: transform .35s ease, box-shadow .35s ease;
        }

        body.page-ayurvedic-massage-kharadi .therapy_cta::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(180deg, transparent 20%, rgba(19, 46, 29, .92) 100%);
        }

        body.page-ayurvedic-massage-kharadi .therapy_cta > div{
            position: relative;
            z-index: 1;
        }

        body.page-ayurvedic-massage-kharadi .therapy_cta:hover{
            transform: translateY(-6px);
            box-shadow: 0 34px 82px rgba(32, 62, 42, .28);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section .common_btn,
body.page-ayurvedic-massage-kharadi .therapy_cta .common_btn{
            box-shadow: 0 14px 30px rgba(185, 133, 53, .22);
        }

        @media (max-width: 1199px) {
            body.page-ayurvedic-massage-kharadi .breadcrumb_text h1{
                font-size: 54px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-ayurvedic-massage-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }
        }

        @media (max-width: 991px) {
            body.page-ayurvedic-massage-kharadi .breadcrumb,
body.page-ayurvedic-massage-kharadi .breadcrumb_overlay{
                min-height: 440px;
            }

            body.page-ayurvedic-massage-kharadi .breadcrumb_text h1{
                font-size: 42px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_hero_panel{
                margin-top: -86px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_intro{
                gap: 20px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_intro_text{
                padding: 24px 14px 6px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_intro_image{
                min-height: 390px;
            }
        }

        @media (max-width: 767px) {
            body.page-ayurvedic-massage-kharadi .breadcrumb,
body.page-ayurvedic-massage-kharadi .breadcrumb_overlay{
                min-height: 390px;
            }

            body.page-ayurvedic-massage-kharadi .breadcrumb_text h1{
                font-size: 34px;
            }

            body.page-ayurvedic-massage-kharadi .breadcrumb_text h1::before{
                font-size: 12px;
                margin-bottom: 14px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_intro{
                padding: 12px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_intro_text h2,
body.page-ayurvedic-massage-kharadi .abhyanga_section h2{
                font-size: 29px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_section{
                padding: 28px 20px;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_section::before{
                font-size: 54px;
                top: 18px;
                right: 18px;
            }

            body.page-ayurvedic-massage-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }
        }

        /* Preserve the original site breadcrumb/footer spacing while keeping the therapy body premium. */
        body.page-ayurvedic-massage-kharadi .breadcrumb{
            min-height: initial !important;
            z-index: 1 !important;
        }

        body.page-ayurvedic-massage-kharadi .breadcrumb::before,
body.page-ayurvedic-massage-kharadi .breadcrumb::after,
body.page-ayurvedic-massage-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-ayurvedic-massage-kharadi .breadcrumb_overlay{
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-ayurvedic-massage-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-ayurvedic-massage-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section::before{
            display: none !important;
            content: none !important;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq{
            gap: 14px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_item{
            padding: 0 !important;
            overflow: hidden;
            border-left: 0 !important;
            border-radius: 8px !important;
            background: #fffdf7 !important;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_question{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 22px 24px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_question h3{
            margin: 0 !important;
            color: #173722;
            font-size: 20px;
            line-height: 1.35;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #173722;
            box-shadow: 0 12px 26px rgba(23, 55, 34, .18);
            transition: background .28s ease, transform .28s ease;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_icon::before,
body.page-ayurvedic-massage-kharadi .abhyanga_faq_icon::after{
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px;
            border-radius: 4px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .28s ease;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_answer p{
            margin: 0;
            padding: 0 24px 24px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_item.active{
            border-color: rgba(185, 133, 53, .36) !important;
            background: linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%) !important;
            box-shadow: 0 22px 54px rgba(54, 72, 45, .13);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon{
            background: #b98535;
            transform: rotate(180deg);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_faq_item:hover{
            transform: translateY(-3px) !important;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_page{
            overflow: visible !important;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_layout{
            align-items: flex-start !important;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar{
            position: sticky !important;
            top: 110px !important;
            align-self: flex-start !important;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-ayurvedic-massage-kharadi .therapy_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section p{
            margin-bottom: 18px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section p + h3,
body.page-ayurvedic-massage-kharadi .abhyanga_section .abhyanga_list + h3,
body.page-ayurvedic-massage-kharadi .abhyanga_section .abhyanga_steps + h3{
            margin-top: 32px !important;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section h3 + p,
body.page-ayurvedic-massage-kharadi .abhyanga_section h3 + .abhyanga_list,
body.page-ayurvedic-massage-kharadi .abhyanga_section p + .abhyanga_list{
            margin-top: 18px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_section h2 + h3{
            margin-top: 10px;
        }

        body.page-ayurvedic-massage-kharadi .abhyanga_hero_panel{
            margin-top: 0 !important;
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            body.page-ayurvedic-massage-kharadi .therapy_sidebar{
                position: static !important;
                max-height: none;
                overflow-y: visible;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_hero_panel{
                margin-top: 0 !important;
                padding-top: 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-ayurvedic-massage-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-ayurvedic-massage-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-ayurvedic-massage-kharadi .abhyanga_hero_panel{
                padding-top: 55px;
            }
        }

/* Migrated from basti-ayurvedic-treatment-kharadi.html */
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_page{
            background:
                linear-gradient(180deg, #fffaf0 0%, #f7fbf3 48%, #fff 100%);
            color: #2d3427;
            overflow: hidden;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_hero_panel{
            position: relative;
            margin-top: -86px;
            z-index: 3;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro{
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
            gap: 34px;
            align-items: stretch;
            padding: 34px;
            border: 1px solid rgba(132, 99, 43, .16);
            border-radius: 8px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 28px 70px rgba(47, 68, 38, .14);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_text h2,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section h2{
            color: #203e2a;
            font-size: 34px;
            line-height: 1.18;
            margin-bottom: 16px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_text h3,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section h3{
            color: #a36d22;
            font-size: 20px;
            line-height: 1.45;
            margin-bottom: 18px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_text p,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section p,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section li{
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_image{
            position: relative;
            min-height: 430px;
            border-radius: 8px;
            overflow: hidden;
            background: #e8eadb;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_badge{
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 22px;
            padding: 18px 20px;
            border-radius: 8px;
            background: rgba(31, 61, 42, .92);
            color: #fff7df;
            font-size: 17px;
            line-height: 1.55;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_layout{
            display: grid;
            grid-template-columns: minmax(0, 1fr) 330px;
            gap: 34px;
            align-items: start;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_content{
            display: grid;
            gap: 26px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section{
            padding: 34px;
            border: 1px solid rgba(32, 62, 42, .11);
            border-radius: 8px;
            background: rgba(255, 255, 255, .9);
            box-shadow: 0 18px 50px rgba(54, 72, 45, .08);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section.is_tinted{
            background: linear-gradient(135deg, #203e2a 0%, #385f3a 100%);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section.is_tinted h2,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section.is_tinted h3,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section.is_tinted p,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section.is_tinted li{
            color: #fff8e6;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_list{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 18px;
            margin-top: 18px;
            padding: 0;
            list-style: none;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_list li{
            position: relative;
            padding-left: 22px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_list li::before{
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 0;
            top: 14px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_steps{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: 20px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_step{
            padding: 22px;
            border-radius: 8px;
            background: #fff9ea;
            border: 1px solid rgba(163, 109, 34, .16);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_step h3{
            margin-bottom: 10px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq{
            display: grid;
            gap: 16px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_item{
            padding: 20px 22px;
            border-left: 4px solid #b98535;
            background: #fffaf0;
            border-radius: 0 8px 8px 0;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_item h3{
            margin-bottom: 8px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar{
            position: sticky;
            top: 115px;
            display: grid;
            gap: 22px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box{
            border-radius: 8px;
            background: #203e2a;
            padding: 26px;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box h3{
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box a{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 13px 14px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box a:hover,
body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box a.active{
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .16), rgba(32, 62, 42, .88)),
                url(../images/therapies/ther_shiroda.webp) center/cover;
            display: flex;
            align-items: end;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_cta h3,
body.page-basti-ayurvedic-treatment-kharadi .therapy_cta p{
            color: #fff8e6;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_cta .common_btn{
            padding: 14px 34px 13px 20px;
        }

        @media (max-width: 1199px) {
            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 991px) {
            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro{
                grid-template-columns: 1fr;
                padding: 24px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_hero_panel{
                margin-top: 60px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_image{
                min-height: 360px;
            }
        }

        @media (max-width: 767px) {
            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_text h2,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section h2{
                font-size: 28px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro{
                padding: 22px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_list,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_steps,
body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_image{
                min-height: 300px;
            }
        }

        body.page-basti-ayurvedic-treatment-kharadi .breadcrumb{
            position: relative;
            min-height: 520px;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
        }

        body.page-basti-ayurvedic-treatment-kharadi .breadcrumb::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(110deg, rgba(19, 46, 29, .92) 0%, rgba(35, 75, 45, .72) 48%, rgba(169, 112, 32, .42) 100%),
                radial-gradient(circle at 80% 30%, rgba(255, 228, 168, .32), transparent 34%);
            z-index: 1;
        }

        body.page-basti-ayurvedic-treatment-kharadi .breadcrumb::after{
            position: absolute;
            content: "";
            width: 78%;
            height: 120px;
            left: 11%;
            bottom: -70px;
            background: rgba(255, 250, 240, .95);
            border-radius: 50%;
            filter: blur(10px);
            z-index: 1;
        }

        body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: 520px;
            display: flex;
            align-items: center;
            padding-top: 90px;
            background: transparent;
        }

        body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_text{
            max-width: 920px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_text h1{
            position: relative;
            font-size: 64px;
            line-height: 1.06;
            max-width: 900px;
            text-shadow: 0 18px 48px rgba(0, 0, 0, .34);
        }

        body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_text h1::before{
            display: inline-flex;
            content: "Atulya Ayurveda";
            width: fit-content;
            margin-bottom: 18px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 236, 183, .38);
            border-radius: 999px;
            background: rgba(255, 248, 230, .13);
            color: #ffe8ad;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-shadow: none;
            backdrop-filter: blur(14px);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_page{
            position: relative;
            background:
                radial-gradient(circle at 7% 5%, rgba(185, 133, 53, .17), transparent 29%),
                linear-gradient(180deg, #fffaf0 0%, #f4f8ee 43%, #fffaf3 100%);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(32, 62, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(32, 62, 42, .035) 1px, transparent 1px);
            background-size: 54px 54px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,.45), transparent 48%);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_hero_panel{
            margin-top: -128px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro{
            position: relative;
            isolation: isolate;
            gap: 42px;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .62);
            border-radius: 8px;
            background: rgba(255, 255, 255, .76);
            box-shadow:
                0 35px 90px rgba(23, 55, 34, .2),
                inset 0 1px 0 rgba(255, 255, 255, .9);
            backdrop-filter: blur(18px);
            transform: translateY(0);
            transition: transform .45s ease, box-shadow .45s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro:hover{
            transform: translateY(-6px);
            box-shadow:
                0 42px 105px rgba(23, 55, 34, .26),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro::before{
            position: absolute;
            content: "";
            inset: 12px;
            border: 1px solid rgba(185, 133, 53, .18);
            border-radius: 8px;
            pointer-events: none;
            z-index: -1;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_text{
            padding: 32px 18px 32px 28px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_text h2,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section h2{
            position: relative;
            color: #173722;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_text h2::after,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section h2::after{
            display: block;
            content: "";
            width: 78px;
            height: 4px;
            margin-top: 16px;
            border-radius: 20px;
            background: linear-gradient(90deg, #b98535, #e5c16e);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_text h3,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section h3{
            color: #96641e;
            font-weight: 700;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_text p,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section p,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section li{
            color: #485242;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_image{
            min-height: 560px;
            border-radius: 8px;
            box-shadow: 0 24px 58px rgba(26, 55, 33, .24);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_image::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(180deg, transparent 40%, rgba(21, 49, 31, .72) 100%),
                linear-gradient(90deg, rgba(181, 126, 45, .2), transparent 42%);
            z-index: 1;
            pointer-events: none;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_image img{
            transform: scale(1.02);
            transition: transform .8s ease, filter .8s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro:hover .abhyanga_intro_image img{
            transform: scale(1.08);
            filter: saturate(1.06) contrast(1.04);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_badge{
            z-index: 2;
            left: 24px;
            right: 24px;
            bottom: 24px;
            border: 1px solid rgba(255, 238, 189, .34);
            background: rgba(23, 55, 34, .82);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
            backdrop-filter: blur(14px);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_layout{
            grid-template-columns: minmax(0, 1fr) 360px;
            gap: 42px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_content{
            gap: 32px;
            counter-reset: therapy-section;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section{
            position: relative;
            counter-increment: therapy-section;
            overflow: hidden;
            padding: 44px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section::before{
            position: absolute;
            content: counter(therapy-section, decimal-leading-zero);
            top: 24px;
            right: 28px;
            color: rgba(185, 133, 53, .12);
            font-size: 78px;
            font-weight: 900;
            line-height: 1;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section:hover::after{
            transform: scale(1.28);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section > *{
            position: relative;
            z-index: 1;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section.is_tinted{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section.is_tinted::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section.is_tinted::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section.is_tinted h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_list{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_list li{
            min-height: 54px;
            padding: 14px 16px 14px 42px;
            border: 1px solid rgba(32, 62, 42, .08);
            border-radius: 8px;
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_list li::before{
            top: 22px;
            left: 18px;
            width: 9px;
            height: 9px;
            background: #b98535;
            box-shadow: 0 0 0 6px rgba(185, 133, 53, .12);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_list li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section.is_tinted .abhyanga_list li{
            border-color: rgba(255, 255, 255, .12);
            background: rgba(255, 255, 255, .09);
            box-shadow: none;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section.is_tinted .abhyanga_list li:hover{
            background: rgba(255, 255, 255, .16);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_steps{
            gap: 22px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_step{
            position: relative;
            overflow: hidden;
            padding: 28px;
            background:
                linear-gradient(145deg, #fffdf6 0%, #fff4d9 100%);
            box-shadow: 0 16px 36px rgba(58, 72, 43, .09);
            transition: transform .32s ease, box-shadow .32s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_step::before{
            position: absolute;
            content: "";
            width: 72px;
            height: 72px;
            top: -30px;
            right: -24px;
            border-radius: 50%;
            background: rgba(185, 133, 53, .18);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_step:hover{
            transform: translateY(-6px);
            box-shadow: 0 24px 52px rgba(58, 72, 43, .16);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_item{
            border: 1px solid rgba(185, 133, 53, .16);
            border-left: 5px solid #b98535;
            background:
                linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%);
            box-shadow: 0 14px 34px rgba(54, 72, 45, .07);
            transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_item:hover{
            transform: translateX(6px);
            border-color: rgba(185, 133, 53, .34);
            box-shadow: 0 18px 44px rgba(54, 72, 45, .12);
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar{
            top: 104px;
            gap: 26px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box{
            position: relative;
            overflow: hidden;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            background:
                linear-gradient(155deg, #173722 0%, #294f31 64%, #8f651f 140%);
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            top: -105px;
            right: -80px;
            border-radius: 50%;
            background: rgba(255, 224, 156, .15);
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #e5c16e;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box a{
            position: relative;
            overflow: hidden;
            padding: 15px 15px;
            background: rgba(255, 255, 255, .08);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .55s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box a:hover::before,
body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box a:hover,
body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #173722;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box a i{
            transition: transform .28s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box a:hover i,
body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_cta{
            position: relative;
            overflow: hidden;
            min-height: 420px;
            box-shadow: 0 28px 64px rgba(32, 62, 42, .2);
            transition: transform .35s ease, box-shadow .35s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_cta::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(180deg, transparent 20%, rgba(19, 46, 29, .92) 100%);
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_cta > div{
            position: relative;
            z-index: 1;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_cta:hover{
            transform: translateY(-6px);
            box-shadow: 0 34px 82px rgba(32, 62, 42, .28);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section .common_btn,
body.page-basti-ayurvedic-treatment-kharadi .therapy_cta .common_btn{
            box-shadow: 0 14px 30px rgba(185, 133, 53, .22);
        }

        @media (max-width: 1199px) {
            body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_text h1{
                font-size: 54px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }
        }

        @media (max-width: 991px) {
            body.page-basti-ayurvedic-treatment-kharadi .breadcrumb,
body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_overlay{
                min-height: 440px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_text h1{
                font-size: 42px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_hero_panel{
                margin-top: -86px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro{
                gap: 20px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_text{
                padding: 24px 14px 6px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_image{
                min-height: 390px;
            }
        }

        @media (max-width: 767px) {
            body.page-basti-ayurvedic-treatment-kharadi .breadcrumb,
body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_overlay{
                min-height: 390px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_text h1{
                font-size: 34px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_text h1::before{
                font-size: 12px;
                margin-bottom: 14px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro{
                padding: 12px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_intro_text h2,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section h2{
                font-size: 29px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section{
                padding: 28px 20px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section::before{
                font-size: 54px;
                top: 18px;
                right: 18px;
            }

            body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }
        }

        /* Preserve the original site breadcrumb/footer spacing while keeping the therapy body premium. */
        body.page-basti-ayurvedic-treatment-kharadi .breadcrumb{
            min-height: initial !important;
            z-index: 1 !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .breadcrumb::before,
body.page-basti-ayurvedic-treatment-kharadi .breadcrumb::after,
body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_overlay{
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section::before{
            display: none !important;
            content: none !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq{
            gap: 14px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_item{
            padding: 0 !important;
            overflow: hidden;
            border-left: 0 !important;
            border-radius: 8px !important;
            background: #fffdf7 !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_question{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 22px 24px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_question h3{
            margin: 0 !important;
            color: #173722;
            font-size: 20px;
            line-height: 1.35;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #173722;
            box-shadow: 0 12px 26px rgba(23, 55, 34, .18);
            transition: background .28s ease, transform .28s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_icon::before,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_icon::after{
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px;
            border-radius: 4px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .28s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_answer p{
            margin: 0;
            padding: 0 24px 24px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_item.active{
            border-color: rgba(185, 133, 53, .36) !important;
            background: linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%) !important;
            box-shadow: 0 22px 54px rgba(54, 72, 45, .13);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon{
            background: #b98535;
            transform: rotate(180deg);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_item:hover{
            transform: translateY(-3px) !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_page{
            overflow: visible !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_layout{
            align-items: flex-start !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar{
            position: sticky !important;
            top: 110px !important;
            align-self: flex-start !important;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section p{
            margin-bottom: 18px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section p + h3,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section .abhyanga_list + h3,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section .abhyanga_steps + h3{
            margin-top: 32px !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section h3 + p,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section h3 + .abhyanga_list,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section p + .abhyanga_list{
            margin-top: 18px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_section h2 + h3{
            margin-top: 10px;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_step .abhyanga_list,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_answer .abhyanga_list{
            display: block !important;
            margin: 12px 0 18px !important;
            padding: 0 !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_step .abhyanga_list li,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_answer .abhyanga_list li{
            min-height: auto !important;
            padding: 4px 0 4px 20px !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            font-size: 15px !important;
            line-height: 1.55 !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_step .abhyanga_list li::before,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_answer .abhyanga_list li::before{
            top: 13px !important;
            left: 2px !important;
            width: 7px !important;
            height: 7px !important;
            box-shadow: none !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_step .abhyanga_list li:hover,
body.page-basti-ayurvedic-treatment-kharadi .abhyanga_faq_answer .abhyanga_list li:hover{
            transform: none !important;
            background: transparent !important;
            border-color: transparent !important;
        }

        body.page-basti-ayurvedic-treatment-kharadi .abhyanga_hero_panel{
            margin-top: 0 !important;
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            body.page-basti-ayurvedic-treatment-kharadi .therapy_sidebar{
                position: static !important;
                max-height: none;
                overflow-y: visible;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_hero_panel{
                margin-top: 0 !important;
                padding-top: 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-basti-ayurvedic-treatment-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-basti-ayurvedic-treatment-kharadi .abhyanga_hero_panel{
                padding-top: 55px;
            }
        }

/* Migrated from child-health-ayurvedic-treatment-kharadi.html */
body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb{
            position: relative;
            min-height: initial !important;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
            z-index: 1 !important;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb::before,
body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb::after,
body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_page{
            position: relative;
            overflow: visible;
            background:
                linear-gradient(180deg, #fffaf2 0%, #f7fbf2 36%, #fff9f3 68%, #ffffff 100%);
            color: #263b2a;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(52, 82, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(52, 82, 42, .035) 1px, transparent 1px);
            background-size: 58px 58px;
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, .48), transparent 58%);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_page h2{
            color: #173722;
            font-size: 39px;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_page h3{
            color: #9b6424;
            font-size: 21px;
            line-height: 1.45;
            margin-bottom: 14px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_page p,
body.page-child-health-ayurvedic-treatment-kharadi .women_page li{
            color: #4b5746;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_intro{
            position: relative;
            z-index: 2;
            margin-top: 0;
            padding: 74px 0;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_intro_grid{
            display: grid;
            grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
            gap: 36px;
            align-items: stretch;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .7);
            border-radius: 8px;
            background: rgba(255, 255, 255, .82);
            box-shadow: 0 34px 86px rgba(31, 59, 36, .18);
            backdrop-filter: blur(18px);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_intro_copy{
            padding: 32px 18px 32px 26px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_intro_copy h2::after,
body.page-child-health-ayurvedic-treatment-kharadi .women_band_heading h2::after{
            display: block;
            content: "";
            width: 86px;
            height: 4px;
            margin-top: 16px;
            border-radius: 999px;
            background: linear-gradient(90deg, #b98535, #e7c06c);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_intro_media{
            min-height: 520px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 24px 58px rgba(38, 67, 39, .22);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_intro_media img{
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_band{
            position: relative;
            z-index: 1;
            padding: 74px 0;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_band.is_soft{
            background: rgba(255, 255, 255, .54);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_band.is_tint{
            background:
                linear-gradient(135deg, rgba(26, 58, 34, .97), rgba(68, 101, 49, .95) 62%, rgba(164, 102, 76, .9));
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_band.is_tint h2,
body.page-child-health-ayurvedic-treatment-kharadi .women_band.is_tint h3,
body.page-child-health-ayurvedic-treatment-kharadi .women_band.is_tint p,
body.page-child-health-ayurvedic-treatment-kharadi .women_band.is_tint li{
            color: #fff8e6;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_band_heading{
            max-width: 900px;
            margin-bottom: 26px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_copy_stack{
            display: grid;
            gap: 14px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_two_col{
            display: block;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_feature_panel{
            position: relative;
            padding: 0;
            border-radius: 8px;
            background: transparent;
            border: 0;
            box-shadow: none;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_feature_panel::before{
            display: none;
            content: none;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_list_grid,
body.page-child-health-ayurvedic-treatment-kharadi .women_check_grid{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            padding: 0;
            margin: 18px 0 0;
            list-style: none;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_list_grid li,
body.page-child-health-ayurvedic-treatment-kharadi .women_check_grid li{
            min-height: 54px;
            padding: 14px 16px 14px 40px;
            border-radius: 8px;
            background: rgba(255, 255, 255, .86);
            border: 1px solid rgba(32, 62, 42, .08);
            box-shadow: 0 12px 30px rgba(48, 74, 42, .06);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_list_grid li{
            position: relative;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_list_grid li::before{
            position: absolute;
            content: "";
            width: 9px;
            height: 9px;
            left: 18px;
            top: 25px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_check_grid li{
            padding-left: 18px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_band.is_tint .women_list_grid li,
body.page-child-health-ayurvedic-treatment-kharadi .women_band.is_tint .women_check_grid li{
            background: rgba(255, 255, 255, .1);
            border-color: rgba(255, 255, 255, .15);
            box-shadow: none;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_cards{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 24px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_card .women_list_grid{
            grid-template-columns: 1fr;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_card{
            padding: 28px;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 18px 48px rgba(50, 75, 42, .08);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_steps{
            display: grid;
            gap: 20px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_step{
            padding: 30px;
            border-radius: 8px;
            background: #fffaf0;
            border: 1px solid rgba(185, 133, 53, .16);
            box-shadow: 0 18px 44px rgba(50, 75, 42, .07);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq{
            display: grid;
            gap: 14px;
            margin-top: 24px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq_item{
            overflow: hidden;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 14px 38px rgba(50, 75, 42, .07);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq_question{
            width: 100%;
            min-height: 74px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 18px 22px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq_question h3{
            margin: 0;
            color: #173722;
            font-size: 19px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #203e2a;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq_icon::before,
body.page-child-health-ayurvedic-treatment-kharadi .women_faq_icon::after{
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 16px;
            height: 2px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .25s ease;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq_item.active .women_faq_icon{
            background: #b98535;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq_item.active .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq_answer_inner{
            padding: 0 22px 22px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq_answer p{
            margin-bottom: 12px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_faq_answer p:last-child{
            margin-bottom: 0;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_cta_actions{
            margin-top: 24px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_content_area{
            position: relative;
            z-index: 2;
            overflow: visible;
            padding: 8px 0 88px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_page_layout{
            display: grid;
            grid-template-columns: 360px minmax(0, 1fr);
            gap: 42px;
            align-items: start;
            overflow: visible;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar{
            position: sticky !important;
            top: 110px !important;
            display: grid;
            gap: 26px;
            align-self: flex-start !important;
            height: fit-content;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box{
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            background: #203e2a;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            right: -120px;
            top: -120px;
            border-radius: 50%;
            background: rgba(255, 248, 230, .1);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #b98535;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box a{
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 15px 15px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .45s ease;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box a:hover::before,
body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box a:hover,
body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box a,
body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box a i{
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box a:hover i,
body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .08), rgba(32, 62, 42, .88)),
                url(../images/treatments/treat_child.webp) center/cover;
            display: flex;
            align-items: end;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .14);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_cta h3,
body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_cta p{
            color: #fff8e6;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content{
            min-width: 0;
            display: grid;
            gap: 32px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band{
            position: relative;
            overflow: hidden;
            padding: 44px;
            border-radius: 8px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band::before{
            display: none;
            content: none;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band:hover::after{
            transform: scale(1.28);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band > .container,
body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band > *{
            position: relative;
            z-index: 1;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band:not(.is_tint){
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_soft{
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 247, 224, .92));
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint .women_band_heading h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band > .container{
            width: 100%;
            max-width: none;
            padding-left: 0;
            padding-right: 0;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band .mt_25{
            margin-top: 20px !important;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_cards{
            grid-template-columns: 1fr;
            align-items: stretch;
            gap: 18px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band_heading{
            max-width: 760px;
            margin-bottom: 24px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band_heading h2{
            position: relative;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_two_col{
            display: block;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_list_grid,
body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_check_grid{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_list_grid li,
body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_check_grid li{
            min-height: 54px;
            border: 1px solid rgba(32, 62, 42, .08);
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_list_grid li:hover,
body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_check_grid li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_step,
body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_card,
body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_feature_panel{
            border-radius: 8px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_step,
body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_card{
            background: rgba(255, 255, 255, .72);
            border: 1px solid rgba(185, 133, 53, .14);
            box-shadow: 0 12px 32px rgba(48, 69, 42, .06);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint .women_card{
            background: rgba(255, 248, 230, .08);
            border-color: rgba(255, 238, 189, .22);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 42px rgba(0, 0, 0, .08);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint .women_card h3{
            color: #fff8e6;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint .women_card p{
            color: rgba(255, 248, 230, .88);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint .women_card .women_list_grid li,
body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint .women_card .women_check_grid li{
            min-height: 48px;
            background: rgba(255, 255, 255, .08);
            border-color: rgba(255, 238, 189, .16);
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_feature_panel{
            margin-top: 18px;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_faq_item{
            border-left: 4px solid #b98535;
            border-radius: 0 8px 8px 0;
            background: #fffaf0;
        }

        body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint .women_list_grid li:hover,
body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint .women_check_grid li:hover{
            background: rgba(255, 255, 255, .16);
            border-color: rgba(255, 238, 189, .28);
        }

        @media (max-width: 1199px) {
            body.page-child-health-ayurvedic-treatment-kharadi .women_intro_grid,
body.page-child-health-ayurvedic-treatment-kharadi .women_two_col{
                grid-template-columns: 1fr;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_page_layout{
                grid-template-columns: 1fr;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar{
                position: static !important;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                height: auto;
                max-height: none;
                overflow-y: visible;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_intro_media{
                min-height: 420px;
            }
        }

        @media (max-width: 991px) {
            body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb,
body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb_overlay{
                min-height: initial !important;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb_overlay{
                padding: 210px 0px 105px 0px !important;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb_text h1{
                font-size: 42px !important;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_intro{
                margin-top: 0;
                padding: 58px 0;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_intro_grid{
                padding: 14px;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_intro_copy{
                padding: 24px 12px;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_page h2{
                font-size: 32px;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_band{
                padding: 58px 0;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_content_area{
                padding: 0 0 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_page h2{
                font-size: 28px;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_page h3{
                font-size: 19px;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_list_grid,
body.page-child-health-ayurvedic-treatment-kharadi .women_check_grid{
                grid-template-columns: 1fr;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_card,
body.page-child-health-ayurvedic-treatment-kharadi .women_step{
                padding: 22px;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_cards,
body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_intro_media{
                min-height: 300px;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_faq_question{
                align-items: flex-start;
                padding: 18px;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_faq_question h3{
                font-size: 17px;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_faq_icon{
                width: 32px;
                height: 32px;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-child-health-ayurvedic-treatment-kharadi .women_main_content .women_band{
                padding: 24px 18px;
            }
        }

/* Migrated from digestive-disorders-treatment-kharadi.html */
body.page-digestive-disorders-treatment-kharadi .breadcrumb{
            position: relative;
            min-height: initial !important;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
            z-index: 1 !important;
        }

        body.page-digestive-disorders-treatment-kharadi .breadcrumb::before,
body.page-digestive-disorders-treatment-kharadi .breadcrumb::after,
body.page-digestive-disorders-treatment-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-digestive-disorders-treatment-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-digestive-disorders-treatment-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-digestive-disorders-treatment-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-digestive-disorders-treatment-kharadi .women_page{
            position: relative;
            overflow: visible;
            background:
                linear-gradient(180deg, #fffaf2 0%, #f7fbf2 36%, #fff9f3 68%, #ffffff 100%);
            color: #263b2a;
        }

        body.page-digestive-disorders-treatment-kharadi .women_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(52, 82, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(52, 82, 42, .035) 1px, transparent 1px);
            background-size: 58px 58px;
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, .48), transparent 58%);
        }

        body.page-digestive-disorders-treatment-kharadi .women_page h2{
            color: #173722;
            font-size: 39px;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_page h3{
            color: #9b6424;
            font-size: 21px;
            line-height: 1.45;
            margin-bottom: 14px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_page p,
body.page-digestive-disorders-treatment-kharadi .women_page li{
            color: #4b5746;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-digestive-disorders-treatment-kharadi .women_intro{
            position: relative;
            z-index: 2;
            margin-top: 0;
            padding: 74px 0;
        }

        body.page-digestive-disorders-treatment-kharadi .women_intro_grid{
            display: grid;
            grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
            gap: 36px;
            align-items: stretch;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .7);
            border-radius: 8px;
            background: rgba(255, 255, 255, .82);
            box-shadow: 0 34px 86px rgba(31, 59, 36, .18);
            backdrop-filter: blur(18px);
        }

        body.page-digestive-disorders-treatment-kharadi .women_intro_copy{
            padding: 32px 18px 32px 26px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_intro_copy h2::after,
body.page-digestive-disorders-treatment-kharadi .women_band_heading h2::after{
            display: block;
            content: "";
            width: 86px;
            height: 4px;
            margin-top: 16px;
            border-radius: 999px;
            background: linear-gradient(90deg, #b98535, #e7c06c);
        }

        body.page-digestive-disorders-treatment-kharadi .women_intro_media{
            min-height: 520px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 24px 58px rgba(38, 67, 39, .22);
        }

        body.page-digestive-disorders-treatment-kharadi .women_intro_media img{
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        body.page-digestive-disorders-treatment-kharadi .women_band{
            position: relative;
            z-index: 1;
            padding: 74px 0;
        }

        body.page-digestive-disorders-treatment-kharadi .women_band.is_soft{
            background: rgba(255, 255, 255, .54);
        }

        body.page-digestive-disorders-treatment-kharadi .women_band.is_tint{
            background:
                linear-gradient(135deg, rgba(26, 58, 34, .97), rgba(68, 101, 49, .95) 62%, rgba(164, 102, 76, .9));
        }

        body.page-digestive-disorders-treatment-kharadi .women_band.is_tint h2,
body.page-digestive-disorders-treatment-kharadi .women_band.is_tint h3,
body.page-digestive-disorders-treatment-kharadi .women_band.is_tint p,
body.page-digestive-disorders-treatment-kharadi .women_band.is_tint li{
            color: #fff8e6;
        }

        body.page-digestive-disorders-treatment-kharadi .women_band_heading{
            max-width: 900px;
            margin-bottom: 26px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_copy_stack{
            display: grid;
            gap: 14px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_two_col{
            display: block;
        }

        body.page-digestive-disorders-treatment-kharadi .women_feature_panel{
            position: relative;
            padding: 0;
            border-radius: 8px;
            background: transparent;
            border: 0;
            box-shadow: none;
        }

        body.page-digestive-disorders-treatment-kharadi .women_feature_panel::before{
            display: none;
            content: none;
        }

        body.page-digestive-disorders-treatment-kharadi .women_list_grid,
body.page-digestive-disorders-treatment-kharadi .women_check_grid{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            padding: 0;
            margin: 18px 0 0;
            list-style: none;
        }

        body.page-digestive-disorders-treatment-kharadi .women_list_grid li,
body.page-digestive-disorders-treatment-kharadi .women_check_grid li{
            min-height: 54px;
            padding: 14px 16px 14px 40px;
            border-radius: 8px;
            background: rgba(255, 255, 255, .86);
            border: 1px solid rgba(32, 62, 42, .08);
            box-shadow: 0 12px 30px rgba(48, 74, 42, .06);
        }

        body.page-digestive-disorders-treatment-kharadi .women_list_grid li{
            position: relative;
        }

        body.page-digestive-disorders-treatment-kharadi .women_list_grid li::before{
            position: absolute;
            content: "";
            width: 9px;
            height: 9px;
            left: 18px;
            top: 25px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-digestive-disorders-treatment-kharadi .women_check_grid li{
            padding-left: 18px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_band.is_tint .women_list_grid li,
body.page-digestive-disorders-treatment-kharadi .women_band.is_tint .women_check_grid li{
            background: rgba(255, 255, 255, .1);
            border-color: rgba(255, 255, 255, .15);
            box-shadow: none;
        }

        body.page-digestive-disorders-treatment-kharadi .women_cards{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 24px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_card .women_list_grid{
            grid-template-columns: 1fr;
        }

        body.page-digestive-disorders-treatment-kharadi .women_card{
            padding: 28px;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 18px 48px rgba(50, 75, 42, .08);
        }

        body.page-digestive-disorders-treatment-kharadi .women_steps{
            display: grid;
            gap: 20px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_step{
            padding: 30px;
            border-radius: 8px;
            background: #fffaf0;
            border: 1px solid rgba(185, 133, 53, .16);
            box-shadow: 0 18px 44px rgba(50, 75, 42, .07);
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq{
            display: grid;
            gap: 14px;
            margin-top: 24px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq_item{
            overflow: hidden;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 14px 38px rgba(50, 75, 42, .07);
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq_question{
            width: 100%;
            min-height: 74px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 18px 22px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq_question h3{
            margin: 0;
            color: #173722;
            font-size: 19px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #203e2a;
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq_icon::before,
body.page-digestive-disorders-treatment-kharadi .women_faq_icon::after{
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 16px;
            height: 2px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .25s ease;
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq_item.active .women_faq_icon{
            background: #b98535;
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq_item.active .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq_answer_inner{
            padding: 0 22px 22px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq_answer p{
            margin-bottom: 12px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_faq_answer p:last-child{
            margin-bottom: 0;
        }

        body.page-digestive-disorders-treatment-kharadi .women_cta_actions{
            margin-top: 24px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_content_area{
            position: relative;
            z-index: 2;
            overflow: visible;
            padding: 8px 0 88px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_page_layout{
            display: grid;
            grid-template-columns: 360px minmax(0, 1fr);
            gap: 42px;
            align-items: start;
            overflow: visible;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar{
            position: sticky !important;
            top: 110px !important;
            display: grid;
            gap: 26px;
            align-self: flex-start !important;
            height: fit-content;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_box{
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            background: #203e2a;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            right: -120px;
            top: -120px;
            border-radius: 50%;
            background: rgba(255, 248, 230, .1);
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #b98535;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_box a{
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 15px 15px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .45s ease;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_box a:hover::before,
body.page-digestive-disorders-treatment-kharadi .women_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_box a:hover,
body.page-digestive-disorders-treatment-kharadi .women_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_box a,
body.page-digestive-disorders-treatment-kharadi .women_sidebar_box a i{
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_box a:hover i,
body.page-digestive-disorders-treatment-kharadi .women_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .08), rgba(32, 62, 42, .88)),
                url(../images/treatments/treat_digestive.webp) center/cover;
            display: flex;
            align-items: end;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .14);
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_cta h3,
body.page-digestive-disorders-treatment-kharadi .women_sidebar_cta p{
            color: #fff8e6;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_sidebar_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content{
            min-width: 0;
            display: grid;
            gap: 32px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band{
            position: relative;
            overflow: hidden;
            padding: 44px;
            border-radius: 8px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band::before{
            display: none;
            content: none;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band:hover::after{
            transform: scale(1.28);
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band > .container,
body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band > *{
            position: relative;
            z-index: 1;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band:not(.is_tint){
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band.is_soft{
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 247, 224, .92));
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band.is_tint{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band.is_tint::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band.is_tint::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_band_heading h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band > .container{
            width: 100%;
            max-width: none;
            padding-left: 0;
            padding-right: 0;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band .mt_25{
            margin-top: 20px !important;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_cards{
            grid-template-columns: 1fr;
            align-items: stretch;
            gap: 18px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band_heading{
            max-width: 760px;
            margin-bottom: 24px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band_heading h2{
            position: relative;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_two_col{
            display: block;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_list_grid,
body.page-digestive-disorders-treatment-kharadi .women_main_content .women_check_grid{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_list_grid li,
body.page-digestive-disorders-treatment-kharadi .women_main_content .women_check_grid li{
            min-height: 54px;
            border: 1px solid rgba(32, 62, 42, .08);
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_list_grid li:hover,
body.page-digestive-disorders-treatment-kharadi .women_main_content .women_check_grid li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_step,
body.page-digestive-disorders-treatment-kharadi .women_main_content .women_card,
body.page-digestive-disorders-treatment-kharadi .women_main_content .women_feature_panel{
            border-radius: 8px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_step,
body.page-digestive-disorders-treatment-kharadi .women_main_content .women_card{
            background: rgba(255, 255, 255, .72);
            border: 1px solid rgba(185, 133, 53, .14);
            box-shadow: 0 12px 32px rgba(48, 69, 42, .06);
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card{
            background: rgba(255, 248, 230, .08);
            border-color: rgba(255, 238, 189, .22);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 42px rgba(0, 0, 0, .08);
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card h3{
            color: #fff8e6;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card p{
            color: rgba(255, 248, 230, .88);
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card .women_list_grid li,
body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card .women_check_grid li{
            min-height: 48px;
            background: rgba(255, 255, 255, .08);
            border-color: rgba(255, 238, 189, .16);
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_feature_panel{
            margin-top: 18px;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_faq_item{
            border-left: 4px solid #b98535;
            border-radius: 0 8px 8px 0;
            background: #fffaf0;
        }

        body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_list_grid li:hover,
body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_check_grid li:hover{
            background: rgba(255, 255, 255, .16);
            border-color: rgba(255, 238, 189, .28);
        }

        @media (max-width: 1199px) {
            body.page-digestive-disorders-treatment-kharadi .women_intro_grid,
body.page-digestive-disorders-treatment-kharadi .women_two_col{
                grid-template-columns: 1fr;
            }

            body.page-digestive-disorders-treatment-kharadi .women_page_layout{
                grid-template-columns: 1fr;
            }

            body.page-digestive-disorders-treatment-kharadi .women_sidebar{
                position: static !important;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                height: auto;
                max-height: none;
                overflow-y: visible;
            }

            body.page-digestive-disorders-treatment-kharadi .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-digestive-disorders-treatment-kharadi .women_intro_media{
                min-height: 420px;
            }
        }

        @media (max-width: 991px) {
            body.page-digestive-disorders-treatment-kharadi .breadcrumb,
body.page-digestive-disorders-treatment-kharadi .breadcrumb_overlay{
                min-height: initial !important;
            }

            body.page-digestive-disorders-treatment-kharadi .breadcrumb_overlay{
                padding: 210px 0px 105px 0px !important;
            }

            body.page-digestive-disorders-treatment-kharadi .breadcrumb_text h1{
                font-size: 42px !important;
            }

            body.page-digestive-disorders-treatment-kharadi .women_intro{
                margin-top: 0;
                padding: 58px 0;
            }

            body.page-digestive-disorders-treatment-kharadi .women_intro_grid{
                padding: 14px;
            }

            body.page-digestive-disorders-treatment-kharadi .women_intro_copy{
                padding: 24px 12px;
            }

            body.page-digestive-disorders-treatment-kharadi .women_page h2{
                font-size: 32px;
            }

            body.page-digestive-disorders-treatment-kharadi .women_band{
                padding: 58px 0;
            }

            body.page-digestive-disorders-treatment-kharadi .women_content_area{
                padding: 0 0 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-digestive-disorders-treatment-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-digestive-disorders-treatment-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-digestive-disorders-treatment-kharadi .women_page h2{
                font-size: 28px;
            }

            body.page-digestive-disorders-treatment-kharadi .women_page h3{
                font-size: 19px;
            }

            body.page-digestive-disorders-treatment-kharadi .women_list_grid,
body.page-digestive-disorders-treatment-kharadi .women_check_grid{
                grid-template-columns: 1fr;
            }

            body.page-digestive-disorders-treatment-kharadi .women_card,
body.page-digestive-disorders-treatment-kharadi .women_step{
                padding: 22px;
            }

            body.page-digestive-disorders-treatment-kharadi .women_cards,
body.page-digestive-disorders-treatment-kharadi .women_main_content .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-digestive-disorders-treatment-kharadi .women_intro_media{
                min-height: 300px;
            }

            body.page-digestive-disorders-treatment-kharadi .women_faq_question{
                align-items: flex-start;
                padding: 18px;
            }

            body.page-digestive-disorders-treatment-kharadi .women_faq_question h3{
                font-size: 17px;
            }

            body.page-digestive-disorders-treatment-kharadi .women_faq_icon{
                width: 32px;
                height: 32px;
            }

            body.page-digestive-disorders-treatment-kharadi .women_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-digestive-disorders-treatment-kharadi .women_main_content .women_band{
                padding: 24px 18px;
            }
        }

/* Migrated from faq.html */
body.page-faq .faq_page{
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at 15% 10%, rgba(185, 133, 53, .12), transparent 30%),
                linear-gradient(180deg, #fffaf0 0%, #f7fbf3 52%, #ffffff 100%);
            color: #203e2a;
        }

        body.page-faq .faq_page_section{
            position: relative;
        }

        body.page-faq .faq_page_section::before,
body.page-faq .faq_page_section::after{
            position: absolute;
            content: "";
            border-radius: 999px;
            pointer-events: none;
        }

        body.page-faq .faq_page_section::before{
            width: 330px;
            height: 330px;
            right: -120px;
            top: 80px;
            background: rgba(32, 62, 42, .08);
        }

        body.page-faq .faq_page_section::after{
            width: 220px;
            height: 220px;
            left: -90px;
            bottom: 110px;
            background: rgba(163, 109, 34, .10);
        }

        body.page-faq .faq_page_heading{
            position: relative;
            z-index: 1;
            max-width: 980px;
            margin: 0 auto 34px;
            padding: 36px 38px;
            border: 1px solid rgba(32, 62, 42, .12);
            border-radius: 8px;
            background: rgba(255, 255, 255, .92);
            box-shadow: 0 28px 70px rgba(47, 68, 38, .12);
        }

        body.page-faq .faq_page_heading h1{
            margin: 0;
            color: #203e2a;
            font-size: 38px;
            line-height: 1.25;
        }

        body.page-faq .faq_page_grid{
            position: relative;
            z-index: 1;
            max-width: 980px;
            margin: 0 auto;
            display: grid;
            gap: 16px;
        }

        body.page-faq .faq_page_card{
            border: 1px solid rgba(185, 133, 53, .18);
            border-radius: 8px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 16px 44px rgba(54, 72, 45, .08);
            overflow: hidden;
        }

        body.page-faq .faq_page_card summary{
            min-height: 72px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 20px 26px;
            color: #173722;
            font-size: 19px;
            line-height: 1.45;
            font-weight: 700;
            cursor: pointer;
            list-style: none;
        }

        body.page-faq .faq_page_card summary::-webkit-details-marker{
            display: none;
        }

        body.page-faq .faq_page_card summary::after{
            flex: 0 0 auto;
            content: "+";
            width: 38px;
            height: 38px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: #203e2a;
            color: #fff8e6;
            font-size: 24px;
            line-height: 1;
            font-weight: 400;
        }

        body.page-faq .faq_page_card[open]{
            border-color: rgba(185, 133, 53, .38);
            background: linear-gradient(135deg, #fffdf8 0%, #fff7e8 100%);
        }

        body.page-faq .faq_page_card[open] summary::after{
            content: "-";
            background: #b98535;
        }

        body.page-faq .faq_page_answer{
            padding: 0 26px 24px;
        }

        body.page-faq .faq_page_answer p{
            margin: 0;
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.82;
        }

        @media (max-width: 767.98px) {
            body.page-faq .faq_page_heading{
                padding: 26px 22px;
                margin-bottom: 24px;
            }

            body.page-faq .faq_page_heading h1{
                font-size: 30px;
            }

            body.page-faq .faq_page_card summary{
                align-items: flex-start;
                padding: 18px 18px;
                font-size: 17px;
            }

            body.page-faq .faq_page_card summary::after{
                width: 34px;
                height: 34px;
                font-size: 22px;
            }

            body.page-faq .faq_page_answer{
                padding: 0 18px 20px;
            }
        }

/* Migrated from infertility-treatment-kharadi.html */
body.page-infertility-treatment-kharadi .breadcrumb{
            position: relative;
            min-height: initial !important;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
            z-index: 1 !important;
        }

        body.page-infertility-treatment-kharadi .breadcrumb::before,
body.page-infertility-treatment-kharadi .breadcrumb::after,
body.page-infertility-treatment-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-infertility-treatment-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-infertility-treatment-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-infertility-treatment-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-infertility-treatment-kharadi .women_page{
            position: relative;
            overflow: visible;
            background:
                linear-gradient(180deg, #fffaf2 0%, #f7fbf2 36%, #fff9f3 68%, #ffffff 100%);
            color: #263b2a;
        }

        body.page-infertility-treatment-kharadi .women_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(52, 82, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(52, 82, 42, .035) 1px, transparent 1px);
            background-size: 58px 58px;
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, .48), transparent 58%);
        }

        body.page-infertility-treatment-kharadi .women_page h2{
            color: #173722;
            font-size: 39px;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        body.page-infertility-treatment-kharadi .women_page h3{
            color: #9b6424;
            font-size: 21px;
            line-height: 1.45;
            margin-bottom: 14px;
        }

        body.page-infertility-treatment-kharadi .women_page p,
body.page-infertility-treatment-kharadi .women_page li{
            color: #4b5746;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-infertility-treatment-kharadi .women_intro{
            position: relative;
            z-index: 2;
            margin-top: 0;
            padding: 74px 0;
        }

        body.page-infertility-treatment-kharadi .women_intro_grid{
            display: grid;
            grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
            gap: 36px;
            align-items: stretch;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .7);
            border-radius: 8px;
            background: rgba(255, 255, 255, .82);
            box-shadow: 0 34px 86px rgba(31, 59, 36, .18);
            backdrop-filter: blur(18px);
        }

        body.page-infertility-treatment-kharadi .women_intro_copy{
            padding: 32px 18px 32px 26px;
        }

        body.page-infertility-treatment-kharadi .women_intro_copy h2::after,
body.page-infertility-treatment-kharadi .women_band_heading h2::after{
            display: block;
            content: "";
            width: 86px;
            height: 4px;
            margin-top: 16px;
            border-radius: 999px;
            background: linear-gradient(90deg, #b98535, #e7c06c);
        }

        body.page-infertility-treatment-kharadi .women_intro_media{
            min-height: 520px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 24px 58px rgba(38, 67, 39, .22);
        }

        body.page-infertility-treatment-kharadi .women_intro_media img{
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        body.page-infertility-treatment-kharadi .women_band{
            position: relative;
            z-index: 1;
            padding: 74px 0;
        }

        body.page-infertility-treatment-kharadi .women_band.is_soft{
            background: rgba(255, 255, 255, .54);
        }

        body.page-infertility-treatment-kharadi .women_band.is_tint{
            background:
                linear-gradient(135deg, rgba(26, 58, 34, .97), rgba(68, 101, 49, .95) 62%, rgba(164, 102, 76, .9));
        }

        body.page-infertility-treatment-kharadi .women_band.is_tint h2,
body.page-infertility-treatment-kharadi .women_band.is_tint h3,
body.page-infertility-treatment-kharadi .women_band.is_tint p,
body.page-infertility-treatment-kharadi .women_band.is_tint li{
            color: #fff8e6;
        }

        body.page-infertility-treatment-kharadi .women_band_heading{
            max-width: 900px;
            margin-bottom: 26px;
        }

        body.page-infertility-treatment-kharadi .women_copy_stack{
            display: grid;
            gap: 14px;
        }

        body.page-infertility-treatment-kharadi .women_two_col{
            display: block;
        }

        body.page-infertility-treatment-kharadi .women_feature_panel{
            position: relative;
            padding: 0;
            border-radius: 8px;
            background: transparent;
            border: 0;
            box-shadow: none;
        }

        body.page-infertility-treatment-kharadi .women_feature_panel::before{
            display: none;
            content: none;
        }

        body.page-infertility-treatment-kharadi .women_list_grid,
body.page-infertility-treatment-kharadi .women_check_grid{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            padding: 0;
            margin: 18px 0 0;
            list-style: none;
        }

        body.page-infertility-treatment-kharadi .women_list_grid li,
body.page-infertility-treatment-kharadi .women_check_grid li{
            min-height: 54px;
            padding: 14px 16px 14px 40px;
            border-radius: 8px;
            background: rgba(255, 255, 255, .86);
            border: 1px solid rgba(32, 62, 42, .08);
            box-shadow: 0 12px 30px rgba(48, 74, 42, .06);
        }

        body.page-infertility-treatment-kharadi .women_list_grid li{
            position: relative;
        }

        body.page-infertility-treatment-kharadi .women_list_grid li::before{
            position: absolute;
            content: "";
            width: 9px;
            height: 9px;
            left: 18px;
            top: 25px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-infertility-treatment-kharadi .women_check_grid li{
            position: relative;
            display: flex;
            align-items: center;
            padding-left: 52px;
        }

        body.page-infertility-treatment-kharadi .women_check_grid li::before{
            position: absolute;
            content: "\2713";
            left: 22px;
            top: 50%;
            width: 18px;
            transform: translateY(-50%);
            color: #b98535;
            font-size: 15px;
            font-weight: 800;
            line-height: 1;
            text-align: center;
        }

        body.page-infertility-treatment-kharadi .women_band.is_tint .women_list_grid li,
body.page-infertility-treatment-kharadi .women_band.is_tint .women_check_grid li{
            background: rgba(255, 255, 255, .1);
            border-color: rgba(255, 255, 255, .15);
            box-shadow: none;
        }

        body.page-infertility-treatment-kharadi .women_cards{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 24px;
        }

        body.page-infertility-treatment-kharadi .women_card .women_list_grid{
            grid-template-columns: 1fr;
        }

        body.page-infertility-treatment-kharadi .women_card{
            padding: 28px;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 18px 48px rgba(50, 75, 42, .08);
        }

        body.page-infertility-treatment-kharadi .women_steps{
            display: grid;
            gap: 20px;
        }

        body.page-infertility-treatment-kharadi .women_step{
            padding: 30px;
            border-radius: 8px;
            background: #fffaf0;
            border: 1px solid rgba(185, 133, 53, .16);
            box-shadow: 0 18px 44px rgba(50, 75, 42, .07);
        }

        body.page-infertility-treatment-kharadi .women_faq{
            display: grid;
            gap: 14px;
            margin-top: 24px;
        }

        body.page-infertility-treatment-kharadi .women_faq_item{
            overflow: hidden;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 14px 38px rgba(50, 75, 42, .07);
        }

        body.page-infertility-treatment-kharadi .women_faq_question{
            width: 100%;
            min-height: 74px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 18px 22px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-infertility-treatment-kharadi .women_faq_question h3{
            margin: 0;
            color: #173722;
            font-size: 19px;
        }

        body.page-infertility-treatment-kharadi .women_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #203e2a;
        }

        body.page-infertility-treatment-kharadi .women_faq_icon::before,
body.page-infertility-treatment-kharadi .women_faq_icon::after{
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 16px;
            height: 2px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .25s ease;
        }

        body.page-infertility-treatment-kharadi .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-infertility-treatment-kharadi .women_faq_item.active .women_faq_icon{
            background: #b98535;
        }

        body.page-infertility-treatment-kharadi .women_faq_item.active .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-infertility-treatment-kharadi .women_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-infertility-treatment-kharadi .women_faq_answer_inner{
            padding: 0 22px 22px;
        }

        body.page-infertility-treatment-kharadi .women_faq_answer p{
            margin-bottom: 12px;
        }

        body.page-infertility-treatment-kharadi .women_faq_answer p:last-child{
            margin-bottom: 0;
        }

        body.page-infertility-treatment-kharadi .women_cta_actions{
            margin-top: 24px;
        }

        body.page-infertility-treatment-kharadi .women_content_area{
            position: relative;
            z-index: 2;
            overflow: visible;
            padding: 8px 0 88px;
        }

        body.page-infertility-treatment-kharadi .women_page_layout{
            display: grid;
            grid-template-columns: 360px minmax(0, 1fr);
            gap: 42px;
            align-items: start;
            overflow: visible;
        }

        body.page-infertility-treatment-kharadi .women_sidebar{
            position: sticky !important;
            top: 110px !important;
            display: grid;
            gap: 26px;
            align-self: flex-start !important;
            height: fit-content;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-infertility-treatment-kharadi .women_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-infertility-treatment-kharadi .women_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-infertility-treatment-kharadi .women_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-infertility-treatment-kharadi .women_sidebar_box{
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            background: #203e2a;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-infertility-treatment-kharadi .women_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            right: -120px;
            top: -120px;
            border-radius: 50%;
            background: rgba(255, 248, 230, .1);
        }

        body.page-infertility-treatment-kharadi .women_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-infertility-treatment-kharadi .women_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #b98535;
        }

        body.page-infertility-treatment-kharadi .women_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-infertility-treatment-kharadi .women_sidebar_box a{
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 15px 15px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-infertility-treatment-kharadi .women_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .45s ease;
        }

        body.page-infertility-treatment-kharadi .women_sidebar_box a:hover::before,
body.page-infertility-treatment-kharadi .women_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-infertility-treatment-kharadi .women_sidebar_box a:hover,
body.page-infertility-treatment-kharadi .women_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-infertility-treatment-kharadi .women_sidebar_box a,
body.page-infertility-treatment-kharadi .women_sidebar_box a i{
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-infertility-treatment-kharadi .women_sidebar_box a:hover i,
body.page-infertility-treatment-kharadi .women_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-infertility-treatment-kharadi .women_sidebar_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .08), rgba(32, 62, 42, .88)),
                url(../images/treatments/treat_infertility.webp) center/cover;
            display: flex;
            align-items: end;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .14);
        }

        body.page-infertility-treatment-kharadi .women_sidebar_cta h3,
body.page-infertility-treatment-kharadi .women_sidebar_cta p{
            color: #fff8e6;
        }

        body.page-infertility-treatment-kharadi .women_sidebar_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-infertility-treatment-kharadi .women_sidebar_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-infertility-treatment-kharadi .women_main_content{
            min-width: 0;
            display: grid;
            gap: 32px;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band{
            position: relative;
            overflow: hidden;
            padding: 44px;
            border-radius: 8px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band::before{
            display: none;
            content: none;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band:hover::after{
            transform: scale(1.28);
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band > .container,
body.page-infertility-treatment-kharadi .women_main_content .women_band > *{
            position: relative;
            z-index: 1;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band:not(.is_tint){
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band.is_soft{
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 247, 224, .92));
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band.is_tint{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band.is_tint::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band.is_tint::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band.is_tint .women_band_heading h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band > .container{
            width: 100%;
            max-width: none;
            padding-left: 0;
            padding-right: 0;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band .mt_25{
            margin-top: 20px !important;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_cards{
            grid-template-columns: 1fr;
            gap: 18px;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band_heading{
            max-width: 760px;
            margin-bottom: 24px;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band_heading h2{
            position: relative;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_two_col{
            display: block;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_list_grid,
body.page-infertility-treatment-kharadi .women_main_content .women_check_grid{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_list_grid li,
body.page-infertility-treatment-kharadi .women_main_content .women_check_grid li{
            min-height: 54px;
            border: 1px solid rgba(32, 62, 42, .08);
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_list_grid li:hover,
body.page-infertility-treatment-kharadi .women_main_content .women_check_grid li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_step,
body.page-infertility-treatment-kharadi .women_main_content .women_card,
body.page-infertility-treatment-kharadi .women_main_content .women_feature_panel{
            border-radius: 8px;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_step,
body.page-infertility-treatment-kharadi .women_main_content .women_card{
            background: rgba(255, 255, 255, .72);
            border: 1px solid rgba(185, 133, 53, .14);
            box-shadow: 0 12px 32px rgba(48, 69, 42, .06);
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_feature_panel{
            margin-top: 18px;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_faq_item{
            border-left: 4px solid #b98535;
            border-radius: 0 8px 8px 0;
            background: #fffaf0;
        }

        body.page-infertility-treatment-kharadi .women_main_content .women_band.is_tint .women_list_grid li:hover,
body.page-infertility-treatment-kharadi .women_main_content .women_band.is_tint .women_check_grid li:hover{
            background: rgba(255, 255, 255, .16);
            border-color: rgba(255, 238, 189, .28);
        }

        @media (max-width: 1199px) {
            body.page-infertility-treatment-kharadi .women_intro_grid,
body.page-infertility-treatment-kharadi .women_two_col{
                grid-template-columns: 1fr;
            }

            body.page-infertility-treatment-kharadi .women_page_layout{
                grid-template-columns: 1fr;
            }

            body.page-infertility-treatment-kharadi .women_sidebar{
                position: static !important;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                height: auto;
                max-height: none;
                overflow-y: visible;
            }

            body.page-infertility-treatment-kharadi .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-infertility-treatment-kharadi .women_intro_media{
                min-height: 420px;
            }
        }

        @media (max-width: 991px) {
            body.page-infertility-treatment-kharadi .breadcrumb,
body.page-infertility-treatment-kharadi .breadcrumb_overlay{
                min-height: initial !important;
            }

            body.page-infertility-treatment-kharadi .breadcrumb_overlay{
                padding: 210px 0px 105px 0px !important;
            }

            body.page-infertility-treatment-kharadi .breadcrumb_text h1{
                font-size: 42px !important;
            }

            body.page-infertility-treatment-kharadi .women_intro{
                margin-top: 0;
                padding: 58px 0;
            }

            body.page-infertility-treatment-kharadi .women_intro_grid{
                padding: 14px;
            }

            body.page-infertility-treatment-kharadi .women_intro_copy{
                padding: 24px 12px;
            }

            body.page-infertility-treatment-kharadi .women_page h2{
                font-size: 32px;
            }

            body.page-infertility-treatment-kharadi .women_band{
                padding: 58px 0;
            }

            body.page-infertility-treatment-kharadi .women_content_area{
                padding: 0 0 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-infertility-treatment-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-infertility-treatment-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-infertility-treatment-kharadi .women_page h2{
                font-size: 28px;
            }

            body.page-infertility-treatment-kharadi .women_page h3{
                font-size: 19px;
            }

            body.page-infertility-treatment-kharadi .women_list_grid,
body.page-infertility-treatment-kharadi .women_check_grid{
                grid-template-columns: 1fr;
            }

            body.page-infertility-treatment-kharadi .women_card,
body.page-infertility-treatment-kharadi .women_step{
                padding: 22px;
            }

            body.page-infertility-treatment-kharadi .women_intro_media{
                min-height: 300px;
            }

            body.page-infertility-treatment-kharadi .women_faq_question{
                align-items: flex-start;
                padding: 18px;
            }

            body.page-infertility-treatment-kharadi .women_faq_question h3{
                font-size: 17px;
            }

            body.page-infertility-treatment-kharadi .women_faq_icon{
                width: 32px;
                height: 32px;
            }

            body.page-infertility-treatment-kharadi .women_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-infertility-treatment-kharadi .women_main_content .women_band{
                padding: 24px 18px;
            }
        }

/* Migrated from joint-bone-disorders-treatment-kharadi.html */
body.page-joint-bone-disorders-treatment-kharadi .breadcrumb{
            position: relative;
            min-height: initial !important;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
            z-index: 1 !important;
        }

        body.page-joint-bone-disorders-treatment-kharadi .breadcrumb::before,
body.page-joint-bone-disorders-treatment-kharadi .breadcrumb::after,
body.page-joint-bone-disorders-treatment-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-joint-bone-disorders-treatment-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-joint-bone-disorders-treatment-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-joint-bone-disorders-treatment-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_page{
            position: relative;
            overflow: visible;
            background:
                linear-gradient(180deg, #fffaf2 0%, #f7fbf2 36%, #fff9f3 68%, #ffffff 100%);
            color: #263b2a;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(52, 82, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(52, 82, 42, .035) 1px, transparent 1px);
            background-size: 58px 58px;
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, .48), transparent 58%);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_page h2{
            color: #173722;
            font-size: 39px;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_page h3{
            color: #9b6424;
            font-size: 21px;
            line-height: 1.45;
            margin-bottom: 14px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_page p,
body.page-joint-bone-disorders-treatment-kharadi .women_page li{
            color: #4b5746;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_intro{
            position: relative;
            z-index: 2;
            margin-top: 0;
            padding: 74px 0;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_intro_grid{
            display: grid;
            grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
            gap: 36px;
            align-items: stretch;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .7);
            border-radius: 8px;
            background: rgba(255, 255, 255, .82);
            box-shadow: 0 34px 86px rgba(31, 59, 36, .18);
            backdrop-filter: blur(18px);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_intro_copy{
            padding: 32px 18px 32px 26px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_intro_copy h2::after,
body.page-joint-bone-disorders-treatment-kharadi .women_band_heading h2::after{
            display: block;
            content: "";
            width: 86px;
            height: 4px;
            margin-top: 16px;
            border-radius: 999px;
            background: linear-gradient(90deg, #b98535, #e7c06c);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_intro_media{
            min-height: 520px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 24px 58px rgba(38, 67, 39, .22);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_intro_media img{
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_band{
            position: relative;
            z-index: 1;
            padding: 74px 0;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_band.is_soft{
            background: rgba(255, 255, 255, .54);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_band.is_tint{
            background:
                linear-gradient(135deg, rgba(26, 58, 34, .97), rgba(68, 101, 49, .95) 62%, rgba(164, 102, 76, .9));
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_band.is_tint h2,
body.page-joint-bone-disorders-treatment-kharadi .women_band.is_tint h3,
body.page-joint-bone-disorders-treatment-kharadi .women_band.is_tint p,
body.page-joint-bone-disorders-treatment-kharadi .women_band.is_tint li{
            color: #fff8e6;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_band_heading{
            max-width: 900px;
            margin-bottom: 26px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_copy_stack{
            display: grid;
            gap: 14px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_two_col{
            display: block;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_feature_panel{
            position: relative;
            padding: 0;
            border-radius: 8px;
            background: transparent;
            border: 0;
            box-shadow: none;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_feature_panel::before{
            display: none;
            content: none;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_list_grid,
body.page-joint-bone-disorders-treatment-kharadi .women_check_grid{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            padding: 0;
            margin: 18px 0 0;
            list-style: none;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_list_grid li,
body.page-joint-bone-disorders-treatment-kharadi .women_check_grid li{
            min-height: 54px;
            padding: 14px 16px 14px 40px;
            border-radius: 8px;
            background: rgba(255, 255, 255, .86);
            border: 1px solid rgba(32, 62, 42, .08);
            box-shadow: 0 12px 30px rgba(48, 74, 42, .06);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_list_grid li{
            position: relative;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_list_grid li::before{
            position: absolute;
            content: "";
            width: 9px;
            height: 9px;
            left: 18px;
            top: 25px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_check_grid li{
            padding-left: 18px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_band.is_tint .women_list_grid li,
body.page-joint-bone-disorders-treatment-kharadi .women_band.is_tint .women_check_grid li{
            background: rgba(255, 255, 255, .1);
            border-color: rgba(255, 255, 255, .15);
            box-shadow: none;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_cards{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 24px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_card .women_list_grid{
            grid-template-columns: 1fr;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_card{
            padding: 28px;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 18px 48px rgba(50, 75, 42, .08);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_steps{
            display: grid;
            gap: 20px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_step{
            padding: 30px;
            border-radius: 8px;
            background: #fffaf0;
            border: 1px solid rgba(185, 133, 53, .16);
            box-shadow: 0 18px 44px rgba(50, 75, 42, .07);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq{
            display: grid;
            gap: 14px;
            margin-top: 24px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq_item{
            overflow: hidden;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 14px 38px rgba(50, 75, 42, .07);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq_question{
            width: 100%;
            min-height: 74px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 18px 22px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq_question h3{
            margin: 0;
            color: #173722;
            font-size: 19px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #203e2a;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq_icon::before,
body.page-joint-bone-disorders-treatment-kharadi .women_faq_icon::after{
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 16px;
            height: 2px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .25s ease;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq_item.active .women_faq_icon{
            background: #b98535;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq_item.active .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq_answer_inner{
            padding: 0 22px 22px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq_answer p{
            margin-bottom: 12px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_faq_answer p:last-child{
            margin-bottom: 0;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_cta_actions{
            margin-top: 24px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_content_area{
            position: relative;
            z-index: 2;
            overflow: visible;
            padding: 8px 0 88px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_page_layout{
            display: grid;
            grid-template-columns: 360px minmax(0, 1fr);
            gap: 42px;
            align-items: start;
            overflow: visible;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar{
            position: sticky !important;
            top: 110px !important;
            display: grid;
            gap: 26px;
            align-self: flex-start !important;
            height: fit-content;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box{
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            background: #203e2a;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            right: -120px;
            top: -120px;
            border-radius: 50%;
            background: rgba(255, 248, 230, .1);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #b98535;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box a{
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 15px 15px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .45s ease;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box a:hover::before,
body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box a:hover,
body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box a,
body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box a i{
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box a:hover i,
body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .08), rgba(32, 62, 42, .88)),
                url(../images/treatments/treat_joint.webp) center/cover;
            display: flex;
            align-items: end;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .14);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_cta h3,
body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_cta p{
            color: #fff8e6;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_sidebar_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content{
            min-width: 0;
            display: grid;
            gap: 32px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band{
            position: relative;
            overflow: hidden;
            padding: 44px;
            border-radius: 8px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band::before{
            display: none;
            content: none;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band:hover::after{
            transform: scale(1.28);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band > .container,
body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band > *{
            position: relative;
            z-index: 1;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band:not(.is_tint){
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band.is_soft{
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 247, 224, .92));
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band.is_tint{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band.is_tint::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band.is_tint::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_band_heading h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band > .container{
            width: 100%;
            max-width: none;
            padding-left: 0;
            padding-right: 0;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band .mt_25{
            margin-top: 20px !important;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_cards{
            grid-template-columns: 1fr;
            align-items: stretch;
            gap: 18px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band_heading{
            max-width: 760px;
            margin-bottom: 24px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band_heading h2{
            position: relative;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_two_col{
            display: block;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_list_grid,
body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_check_grid{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_list_grid li,
body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_check_grid li{
            min-height: 54px;
            border: 1px solid rgba(32, 62, 42, .08);
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_list_grid li:hover,
body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_check_grid li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_step,
body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_card,
body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_feature_panel{
            border-radius: 8px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_step,
body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_card{
            background: rgba(255, 255, 255, .72);
            border: 1px solid rgba(185, 133, 53, .14);
            box-shadow: 0 12px 32px rgba(48, 69, 42, .06);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card{
            background: rgba(255, 248, 230, .08);
            border-color: rgba(255, 238, 189, .22);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 42px rgba(0, 0, 0, .08);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card h3{
            color: #fff8e6;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card p{
            color: rgba(255, 248, 230, .88);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card .women_list_grid li,
body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card .women_check_grid li{
            min-height: 48px;
            background: rgba(255, 255, 255, .08);
            border-color: rgba(255, 238, 189, .16);
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_feature_panel{
            margin-top: 18px;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_faq_item{
            border-left: 4px solid #b98535;
            border-radius: 0 8px 8px 0;
            background: #fffaf0;
        }

        body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_list_grid li:hover,
body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_check_grid li:hover{
            background: rgba(255, 255, 255, .16);
            border-color: rgba(255, 238, 189, .28);
        }

        @media (max-width: 1199px) {
            body.page-joint-bone-disorders-treatment-kharadi .women_intro_grid,
body.page-joint-bone-disorders-treatment-kharadi .women_two_col{
                grid-template-columns: 1fr;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_page_layout{
                grid-template-columns: 1fr;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_sidebar{
                position: static !important;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                height: auto;
                max-height: none;
                overflow-y: visible;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_intro_media{
                min-height: 420px;
            }
        }

        @media (max-width: 991px) {
            body.page-joint-bone-disorders-treatment-kharadi .breadcrumb,
body.page-joint-bone-disorders-treatment-kharadi .breadcrumb_overlay{
                min-height: initial !important;
            }

            body.page-joint-bone-disorders-treatment-kharadi .breadcrumb_overlay{
                padding: 210px 0px 105px 0px !important;
            }

            body.page-joint-bone-disorders-treatment-kharadi .breadcrumb_text h1{
                font-size: 42px !important;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_intro{
                margin-top: 0;
                padding: 58px 0;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_intro_grid{
                padding: 14px;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_intro_copy{
                padding: 24px 12px;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_page h2{
                font-size: 32px;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_band{
                padding: 58px 0;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_content_area{
                padding: 0 0 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-joint-bone-disorders-treatment-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-joint-bone-disorders-treatment-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_page h2{
                font-size: 28px;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_page h3{
                font-size: 19px;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_list_grid,
body.page-joint-bone-disorders-treatment-kharadi .women_check_grid{
                grid-template-columns: 1fr;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_card,
body.page-joint-bone-disorders-treatment-kharadi .women_step{
                padding: 22px;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_cards,
body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_intro_media{
                min-height: 300px;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_faq_question{
                align-items: flex-start;
                padding: 18px;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_faq_question h3{
                font-size: 17px;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_faq_icon{
                width: 32px;
                height: 32px;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-joint-bone-disorders-treatment-kharadi .women_main_content .women_band{
                padding: 24px 18px;
            }
        }

/* Migrated from nasya-treatment-kharadi.html */
body.page-nasya-treatment-kharadi .abhyanga_page{
            background:
                linear-gradient(180deg, #fffaf0 0%, #f7fbf3 48%, #fff 100%);
            color: #2d3427;
            overflow: hidden;
        }

        body.page-nasya-treatment-kharadi .abhyanga_hero_panel{
            position: relative;
            margin-top: -86px;
            z-index: 3;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro{
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
            gap: 34px;
            align-items: stretch;
            padding: 34px;
            border: 1px solid rgba(132, 99, 43, .16);
            border-radius: 8px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 28px 70px rgba(47, 68, 38, .14);
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_text h2,
body.page-nasya-treatment-kharadi .abhyanga_section h2{
            color: #203e2a;
            font-size: 34px;
            line-height: 1.18;
            margin-bottom: 16px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_text h3,
body.page-nasya-treatment-kharadi .abhyanga_section h3{
            color: #a36d22;
            font-size: 20px;
            line-height: 1.45;
            margin-bottom: 18px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_text p,
body.page-nasya-treatment-kharadi .abhyanga_section p,
body.page-nasya-treatment-kharadi .abhyanga_section li{
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_image{
            position: relative;
            min-height: 430px;
            border-radius: 8px;
            overflow: hidden;
            background: #e8eadb;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_badge{
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 22px;
            padding: 18px 20px;
            border-radius: 8px;
            background: rgba(31, 61, 42, .92);
            color: #fff7df;
            font-size: 17px;
            line-height: 1.55;
        }

        body.page-nasya-treatment-kharadi .abhyanga_layout{
            display: grid;
            grid-template-columns: minmax(0, 1fr) 330px;
            gap: 34px;
            align-items: start;
        }

        body.page-nasya-treatment-kharadi .abhyanga_content{
            display: grid;
            gap: 26px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section{
            padding: 34px;
            border: 1px solid rgba(32, 62, 42, .11);
            border-radius: 8px;
            background: rgba(255, 255, 255, .9);
            box-shadow: 0 18px 50px rgba(54, 72, 45, .08);
        }

        body.page-nasya-treatment-kharadi .abhyanga_section.is_tinted{
            background: linear-gradient(135deg, #203e2a 0%, #385f3a 100%);
        }

        body.page-nasya-treatment-kharadi .abhyanga_section.is_tinted h2,
body.page-nasya-treatment-kharadi .abhyanga_section.is_tinted h3,
body.page-nasya-treatment-kharadi .abhyanga_section.is_tinted p,
body.page-nasya-treatment-kharadi .abhyanga_section.is_tinted li{
            color: #fff8e6;
        }

        body.page-nasya-treatment-kharadi .abhyanga_list{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 18px;
            margin-top: 18px;
            padding: 0;
            list-style: none;
        }

        body.page-nasya-treatment-kharadi .abhyanga_list li{
            position: relative;
            padding-left: 22px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_list li::before{
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 0;
            top: 14px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-nasya-treatment-kharadi .abhyanga_steps{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: 20px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_step{
            padding: 22px;
            border-radius: 8px;
            background: #fff9ea;
            border: 1px solid rgba(163, 109, 34, .16);
        }

        body.page-nasya-treatment-kharadi .abhyanga_step h3{
            margin-bottom: 10px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq{
            display: grid;
            gap: 16px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_item{
            padding: 20px 22px;
            border-left: 4px solid #b98535;
            background: #fffaf0;
            border-radius: 0 8px 8px 0;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_item h3{
            margin-bottom: 8px;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar{
            position: sticky;
            top: 115px;
            display: grid;
            gap: 22px;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box{
            border-radius: 8px;
            background: #203e2a;
            padding: 26px;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box h3{
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box a{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 13px 14px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box a:hover,
body.page-nasya-treatment-kharadi .therapy_sidebar_box a.active{
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-nasya-treatment-kharadi .therapy_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .16), rgba(32, 62, 42, .88)),
                url(../images/therapies/ther_shiroda.webp) center/cover;
            display: flex;
            align-items: end;
        }

        body.page-nasya-treatment-kharadi .therapy_cta h3,
body.page-nasya-treatment-kharadi .therapy_cta p{
            color: #fff8e6;
        }

        body.page-nasya-treatment-kharadi .therapy_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-nasya-treatment-kharadi .therapy_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-nasya-treatment-kharadi .therapy_cta .common_btn{
            padding: 14px 34px 13px 20px;
        }

        @media (max-width: 1199px) {
            body.page-nasya-treatment-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-nasya-treatment-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 991px) {
            body.page-nasya-treatment-kharadi .abhyanga_intro{
                grid-template-columns: 1fr;
                padding: 24px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_hero_panel{
                margin-top: 60px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_intro_image{
                min-height: 360px;
            }
        }

        @media (max-width: 767px) {
            body.page-nasya-treatment-kharadi .abhyanga_intro_text h2,
body.page-nasya-treatment-kharadi .abhyanga_section h2{
                font-size: 28px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_section,
body.page-nasya-treatment-kharadi .abhyanga_intro{
                padding: 22px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_list,
body.page-nasya-treatment-kharadi .abhyanga_steps,
body.page-nasya-treatment-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-nasya-treatment-kharadi .abhyanga_intro_image{
                min-height: 300px;
            }
        }

        body.page-nasya-treatment-kharadi .breadcrumb{
            position: relative;
            min-height: 520px;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
        }

        body.page-nasya-treatment-kharadi .breadcrumb::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(110deg, rgba(19, 46, 29, .92) 0%, rgba(35, 75, 45, .72) 48%, rgba(169, 112, 32, .42) 100%),
                radial-gradient(circle at 80% 30%, rgba(255, 228, 168, .32), transparent 34%);
            z-index: 1;
        }

        body.page-nasya-treatment-kharadi .breadcrumb::after{
            position: absolute;
            content: "";
            width: 78%;
            height: 120px;
            left: 11%;
            bottom: -70px;
            background: rgba(255, 250, 240, .95);
            border-radius: 50%;
            filter: blur(10px);
            z-index: 1;
        }

        body.page-nasya-treatment-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: 520px;
            display: flex;
            align-items: center;
            padding-top: 90px;
            background: transparent;
        }

        body.page-nasya-treatment-kharadi .breadcrumb_text{
            max-width: 920px;
        }

        body.page-nasya-treatment-kharadi .breadcrumb_text h1{
            position: relative;
            font-size: 64px;
            line-height: 1.06;
            max-width: 900px;
            text-shadow: 0 18px 48px rgba(0, 0, 0, .34);
        }

        body.page-nasya-treatment-kharadi .breadcrumb_text h1::before{
            display: inline-flex;
            content: "Atulya Ayurveda";
            width: fit-content;
            margin-bottom: 18px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 236, 183, .38);
            border-radius: 999px;
            background: rgba(255, 248, 230, .13);
            color: #ffe8ad;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-shadow: none;
            backdrop-filter: blur(14px);
        }

        body.page-nasya-treatment-kharadi .abhyanga_page{
            position: relative;
            background:
                radial-gradient(circle at 7% 5%, rgba(185, 133, 53, .17), transparent 29%),
                linear-gradient(180deg, #fffaf0 0%, #f4f8ee 43%, #fffaf3 100%);
        }

        body.page-nasya-treatment-kharadi .abhyanga_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(32, 62, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(32, 62, 42, .035) 1px, transparent 1px);
            background-size: 54px 54px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,.45), transparent 48%);
        }

        body.page-nasya-treatment-kharadi .abhyanga_hero_panel{
            margin-top: -128px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro{
            position: relative;
            isolation: isolate;
            gap: 42px;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .62);
            border-radius: 8px;
            background: rgba(255, 255, 255, .76);
            box-shadow:
                0 35px 90px rgba(23, 55, 34, .2),
                inset 0 1px 0 rgba(255, 255, 255, .9);
            backdrop-filter: blur(18px);
            transform: translateY(0);
            transition: transform .45s ease, box-shadow .45s ease;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro:hover{
            transform: translateY(-6px);
            box-shadow:
                0 42px 105px rgba(23, 55, 34, .26),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro::before{
            position: absolute;
            content: "";
            inset: 12px;
            border: 1px solid rgba(185, 133, 53, .18);
            border-radius: 8px;
            pointer-events: none;
            z-index: -1;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_text{
            padding: 32px 18px 32px 28px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_text h2,
body.page-nasya-treatment-kharadi .abhyanga_section h2{
            position: relative;
            color: #173722;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_text h2::after,
body.page-nasya-treatment-kharadi .abhyanga_section h2::after{
            display: block;
            content: "";
            width: 78px;
            height: 4px;
            margin-top: 16px;
            border-radius: 20px;
            background: linear-gradient(90deg, #b98535, #e5c16e);
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_text h3,
body.page-nasya-treatment-kharadi .abhyanga_section h3{
            color: #96641e;
            font-weight: 700;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_text p,
body.page-nasya-treatment-kharadi .abhyanga_section p,
body.page-nasya-treatment-kharadi .abhyanga_section li{
            color: #485242;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_image{
            min-height: 560px;
            border-radius: 8px;
            box-shadow: 0 24px 58px rgba(26, 55, 33, .24);
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_image::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(180deg, transparent 40%, rgba(21, 49, 31, .72) 100%),
                linear-gradient(90deg, rgba(181, 126, 45, .2), transparent 42%);
            z-index: 1;
            pointer-events: none;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_image img{
            transform: scale(1.02);
            transition: transform .8s ease, filter .8s ease;
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro:hover .abhyanga_intro_image img{
            transform: scale(1.08);
            filter: saturate(1.06) contrast(1.04);
        }

        body.page-nasya-treatment-kharadi .abhyanga_intro_badge{
            z-index: 2;
            left: 24px;
            right: 24px;
            bottom: 24px;
            border: 1px solid rgba(255, 238, 189, .34);
            background: rgba(23, 55, 34, .82);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
            backdrop-filter: blur(14px);
        }

        body.page-nasya-treatment-kharadi .abhyanga_layout{
            grid-template-columns: minmax(0, 1fr) 360px;
            gap: 42px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_content{
            gap: 32px;
            counter-reset: therapy-section;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section{
            position: relative;
            counter-increment: therapy-section;
            overflow: hidden;
            padding: 44px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section::before{
            position: absolute;
            content: counter(therapy-section, decimal-leading-zero);
            top: 24px;
            right: 28px;
            color: rgba(185, 133, 53, .12);
            font-size: 78px;
            font-weight: 900;
            line-height: 1;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-nasya-treatment-kharadi .abhyanga_section:hover::after{
            transform: scale(1.28);
        }

        body.page-nasya-treatment-kharadi .abhyanga_section > *{
            position: relative;
            z-index: 1;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section.is_tinted{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-nasya-treatment-kharadi .abhyanga_section.is_tinted::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-nasya-treatment-kharadi .abhyanga_section.is_tinted::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-nasya-treatment-kharadi .abhyanga_section.is_tinted h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-nasya-treatment-kharadi .abhyanga_list{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_list li{
            min-height: 54px;
            padding: 14px 16px 14px 42px;
            border: 1px solid rgba(32, 62, 42, .08);
            border-radius: 8px;
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-nasya-treatment-kharadi .abhyanga_list li::before{
            top: 22px;
            left: 18px;
            width: 9px;
            height: 9px;
            background: #b98535;
            box-shadow: 0 0 0 6px rgba(185, 133, 53, .12);
        }

        body.page-nasya-treatment-kharadi .abhyanga_list li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section.is_tinted .abhyanga_list li{
            border-color: rgba(255, 255, 255, .12);
            background: rgba(255, 255, 255, .09);
            box-shadow: none;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section.is_tinted .abhyanga_list li:hover{
            background: rgba(255, 255, 255, .16);
        }

        body.page-nasya-treatment-kharadi .abhyanga_steps{
            gap: 22px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_step{
            position: relative;
            overflow: hidden;
            padding: 28px;
            background:
                linear-gradient(145deg, #fffdf6 0%, #fff4d9 100%);
            box-shadow: 0 16px 36px rgba(58, 72, 43, .09);
            transition: transform .32s ease, box-shadow .32s ease;
        }

        body.page-nasya-treatment-kharadi .abhyanga_step::before{
            position: absolute;
            content: "";
            width: 72px;
            height: 72px;
            top: -30px;
            right: -24px;
            border-radius: 50%;
            background: rgba(185, 133, 53, .18);
        }

        body.page-nasya-treatment-kharadi .abhyanga_step:hover{
            transform: translateY(-6px);
            box-shadow: 0 24px 52px rgba(58, 72, 43, .16);
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_item{
            border: 1px solid rgba(185, 133, 53, .16);
            border-left: 5px solid #b98535;
            background:
                linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%);
            box-shadow: 0 14px 34px rgba(54, 72, 45, .07);
            transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_item:hover{
            transform: translateX(6px);
            border-color: rgba(185, 133, 53, .34);
            box-shadow: 0 18px 44px rgba(54, 72, 45, .12);
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar{
            top: 104px;
            gap: 26px;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box{
            position: relative;
            overflow: hidden;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            background:
                linear-gradient(155deg, #173722 0%, #294f31 64%, #8f651f 140%);
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            top: -105px;
            right: -80px;
            border-radius: 50%;
            background: rgba(255, 224, 156, .15);
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #e5c16e;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box a{
            position: relative;
            overflow: hidden;
            padding: 15px 15px;
            background: rgba(255, 255, 255, .08);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .55s ease;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box a:hover::before,
body.page-nasya-treatment-kharadi .therapy_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box a:hover,
body.page-nasya-treatment-kharadi .therapy_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #173722;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box a i{
            transition: transform .28s ease;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar_box a:hover i,
body.page-nasya-treatment-kharadi .therapy_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-nasya-treatment-kharadi .therapy_cta{
            position: relative;
            overflow: hidden;
            min-height: 420px;
            box-shadow: 0 28px 64px rgba(32, 62, 42, .2);
            transition: transform .35s ease, box-shadow .35s ease;
        }

        body.page-nasya-treatment-kharadi .therapy_cta::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(180deg, transparent 20%, rgba(19, 46, 29, .92) 100%);
        }

        body.page-nasya-treatment-kharadi .therapy_cta > div{
            position: relative;
            z-index: 1;
        }

        body.page-nasya-treatment-kharadi .therapy_cta:hover{
            transform: translateY(-6px);
            box-shadow: 0 34px 82px rgba(32, 62, 42, .28);
        }

        body.page-nasya-treatment-kharadi .abhyanga_section .common_btn,
body.page-nasya-treatment-kharadi .therapy_cta .common_btn{
            box-shadow: 0 14px 30px rgba(185, 133, 53, .22);
        }

        @media (max-width: 1199px) {
            body.page-nasya-treatment-kharadi .breadcrumb_text h1{
                font-size: 54px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-nasya-treatment-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }
        }

        @media (max-width: 991px) {
            body.page-nasya-treatment-kharadi .breadcrumb,
body.page-nasya-treatment-kharadi .breadcrumb_overlay{
                min-height: 440px;
            }

            body.page-nasya-treatment-kharadi .breadcrumb_text h1{
                font-size: 42px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_hero_panel{
                margin-top: -86px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_intro{
                gap: 20px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_intro_text{
                padding: 24px 14px 6px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_intro_image{
                min-height: 390px;
            }
        }

        @media (max-width: 767px) {
            body.page-nasya-treatment-kharadi .breadcrumb,
body.page-nasya-treatment-kharadi .breadcrumb_overlay{
                min-height: 390px;
            }

            body.page-nasya-treatment-kharadi .breadcrumb_text h1{
                font-size: 34px;
            }

            body.page-nasya-treatment-kharadi .breadcrumb_text h1::before{
                font-size: 12px;
                margin-bottom: 14px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_intro{
                padding: 12px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_intro_text h2,
body.page-nasya-treatment-kharadi .abhyanga_section h2{
                font-size: 29px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_section{
                padding: 28px 20px;
            }

            body.page-nasya-treatment-kharadi .abhyanga_section::before{
                font-size: 54px;
                top: 18px;
                right: 18px;
            }

            body.page-nasya-treatment-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }
        }

        /* Preserve the original site breadcrumb/footer spacing while keeping the therapy body premium. */
        body.page-nasya-treatment-kharadi .breadcrumb{
            min-height: initial !important;
            z-index: 1 !important;
        }

        body.page-nasya-treatment-kharadi .breadcrumb::before,
body.page-nasya-treatment-kharadi .breadcrumb::after,
body.page-nasya-treatment-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-nasya-treatment-kharadi .breadcrumb_overlay{
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-nasya-treatment-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-nasya-treatment-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section::before{
            display: none !important;
            content: none !important;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq{
            gap: 14px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_item{
            padding: 0 !important;
            overflow: hidden;
            border-left: 0 !important;
            border-radius: 8px !important;
            background: #fffdf7 !important;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_question{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 22px 24px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_question h3{
            margin: 0 !important;
            color: #173722;
            font-size: 20px;
            line-height: 1.35;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #173722;
            box-shadow: 0 12px 26px rgba(23, 55, 34, .18);
            transition: background .28s ease, transform .28s ease;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_icon::before,
body.page-nasya-treatment-kharadi .abhyanga_faq_icon::after{
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px;
            border-radius: 4px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .28s ease;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_answer p{
            margin: 0;
            padding: 0 24px 24px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_item.active{
            border-color: rgba(185, 133, 53, .36) !important;
            background: linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%) !important;
            box-shadow: 0 22px 54px rgba(54, 72, 45, .13);
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon{
            background: #b98535;
            transform: rotate(180deg);
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-nasya-treatment-kharadi .abhyanga_faq_item:hover{
            transform: translateY(-3px) !important;
        }

        body.page-nasya-treatment-kharadi .abhyanga_page{
            overflow: visible !important;
        }

        body.page-nasya-treatment-kharadi .abhyanga_layout{
            align-items: flex-start !important;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar{
            position: sticky !important;
            top: 110px !important;
            align-self: flex-start !important;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-nasya-treatment-kharadi .therapy_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section p{
            margin-bottom: 18px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section p + h3,
body.page-nasya-treatment-kharadi .abhyanga_section .abhyanga_list + h3,
body.page-nasya-treatment-kharadi .abhyanga_section .abhyanga_steps + h3{
            margin-top: 32px !important;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section h3 + p,
body.page-nasya-treatment-kharadi .abhyanga_section h3 + .abhyanga_list,
body.page-nasya-treatment-kharadi .abhyanga_section p + .abhyanga_list{
            margin-top: 18px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_section h2 + h3{
            margin-top: 10px;
        }

        body.page-nasya-treatment-kharadi .abhyanga_step .abhyanga_list,
body.page-nasya-treatment-kharadi .abhyanga_faq_answer .abhyanga_list{
            display: block !important;
            margin: 12px 0 18px !important;
            padding: 0 !important;
        }

        body.page-nasya-treatment-kharadi .abhyanga_step .abhyanga_list li,
body.page-nasya-treatment-kharadi .abhyanga_faq_answer .abhyanga_list li{
            min-height: auto !important;
            padding: 4px 0 4px 20px !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            font-size: 15px !important;
            line-height: 1.55 !important;
        }

        body.page-nasya-treatment-kharadi .abhyanga_step .abhyanga_list li::before,
body.page-nasya-treatment-kharadi .abhyanga_faq_answer .abhyanga_list li::before{
            top: 13px !important;
            left: 2px !important;
            width: 7px !important;
            height: 7px !important;
            box-shadow: none !important;
        }

        body.page-nasya-treatment-kharadi .abhyanga_step .abhyanga_list li:hover,
body.page-nasya-treatment-kharadi .abhyanga_faq_answer .abhyanga_list li:hover{
            transform: none !important;
            background: transparent !important;
            border-color: transparent !important;
        }

        body.page-nasya-treatment-kharadi .abhyanga_hero_panel{
            margin-top: 0 !important;
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            body.page-nasya-treatment-kharadi .therapy_sidebar{
                position: static !important;
                max-height: none;
                overflow-y: visible;
            }

            body.page-nasya-treatment-kharadi .abhyanga_hero_panel{
                margin-top: 0 !important;
                padding-top: 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-nasya-treatment-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-nasya-treatment-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-nasya-treatment-kharadi .abhyanga_hero_panel{
                padding-top: 55px;
            }
        }

/* Migrated from netra-tarpan-therapy-kharadi.html */
body.page-netra-tarpan-therapy-kharadi .abhyanga_page{
            background:
                linear-gradient(180deg, #fffaf0 0%, #f7fbf3 48%, #fff 100%);
            color: #2d3427;
            overflow: hidden;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_hero_panel{
            position: relative;
            margin-top: -86px;
            z-index: 3;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro{
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
            gap: 34px;
            align-items: stretch;
            padding: 34px;
            border: 1px solid rgba(132, 99, 43, .16);
            border-radius: 8px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 28px 70px rgba(47, 68, 38, .14);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_text h2,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section h2{
            color: #203e2a;
            font-size: 34px;
            line-height: 1.18;
            margin-bottom: 16px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_text h3,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section h3{
            color: #a36d22;
            font-size: 20px;
            line-height: 1.45;
            margin-bottom: 18px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_text p,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section p,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section li{
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_image{
            position: relative;
            min-height: 430px;
            border-radius: 8px;
            overflow: hidden;
            background: #e8eadb;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_badge{
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 22px;
            padding: 18px 20px;
            border-radius: 8px;
            background: rgba(31, 61, 42, .92);
            color: #fff7df;
            font-size: 17px;
            line-height: 1.55;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_layout{
            display: grid;
            grid-template-columns: minmax(0, 1fr) 330px;
            gap: 34px;
            align-items: start;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_content{
            display: grid;
            gap: 26px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section{
            padding: 34px;
            border: 1px solid rgba(32, 62, 42, .11);
            border-radius: 8px;
            background: rgba(255, 255, 255, .9);
            box-shadow: 0 18px 50px rgba(54, 72, 45, .08);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section.is_tinted{
            background: linear-gradient(135deg, #203e2a 0%, #385f3a 100%);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section.is_tinted h2,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section.is_tinted h3,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section.is_tinted p,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section.is_tinted li{
            color: #fff8e6;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_list{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 18px;
            margin-top: 18px;
            padding: 0;
            list-style: none;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_list li{
            position: relative;
            padding-left: 22px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_list li::before{
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 0;
            top: 14px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_steps{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: 20px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_step{
            padding: 22px;
            border-radius: 8px;
            background: #fff9ea;
            border: 1px solid rgba(163, 109, 34, .16);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_step h3{
            margin-bottom: 10px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq{
            display: grid;
            gap: 16px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_item{
            padding: 20px 22px;
            border-left: 4px solid #b98535;
            background: #fffaf0;
            border-radius: 0 8px 8px 0;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_item h3{
            margin-bottom: 8px;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar{
            position: sticky;
            top: 115px;
            display: grid;
            gap: 22px;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box{
            border-radius: 8px;
            background: #203e2a;
            padding: 26px;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box h3{
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box a{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 13px 14px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box a:hover,
body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box a.active{
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .16), rgba(32, 62, 42, .88)),
                url(../images/therapies/ther_netrat.webp) center/cover;
            display: flex;
            align-items: end;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_cta h3,
body.page-netra-tarpan-therapy-kharadi .therapy_cta p{
            color: #fff8e6;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_cta .common_btn{
            padding: 14px 34px 13px 20px;
        }

        @media (max-width: 1199px) {
            body.page-netra-tarpan-therapy-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-netra-tarpan-therapy-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 991px) {
            body.page-netra-tarpan-therapy-kharadi .abhyanga_intro{
                grid-template-columns: 1fr;
                padding: 24px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_hero_panel{
                margin-top: 60px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_image{
                min-height: 360px;
            }
        }

        @media (max-width: 767px) {
            body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_text h2,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section h2{
                font-size: 28px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_section,
body.page-netra-tarpan-therapy-kharadi .abhyanga_intro{
                padding: 22px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_list,
body.page-netra-tarpan-therapy-kharadi .abhyanga_steps,
body.page-netra-tarpan-therapy-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_image{
                min-height: 300px;
            }
        }

        body.page-netra-tarpan-therapy-kharadi .breadcrumb{
            position: relative;
            min-height: 520px;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
        }

        body.page-netra-tarpan-therapy-kharadi .breadcrumb::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(110deg, rgba(19, 46, 29, .92) 0%, rgba(35, 75, 45, .72) 48%, rgba(169, 112, 32, .42) 100%),
                radial-gradient(circle at 80% 30%, rgba(255, 228, 168, .32), transparent 34%);
            z-index: 1;
        }

        body.page-netra-tarpan-therapy-kharadi .breadcrumb::after{
            position: absolute;
            content: "";
            width: 78%;
            height: 120px;
            left: 11%;
            bottom: -70px;
            background: rgba(255, 250, 240, .95);
            border-radius: 50%;
            filter: blur(10px);
            z-index: 1;
        }

        body.page-netra-tarpan-therapy-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: 520px;
            display: flex;
            align-items: center;
            padding-top: 90px;
            background: transparent;
        }

        body.page-netra-tarpan-therapy-kharadi .breadcrumb_text{
            max-width: 920px;
        }

        body.page-netra-tarpan-therapy-kharadi .breadcrumb_text h1{
            position: relative;
            font-size: 64px;
            line-height: 1.06;
            max-width: 900px;
            text-shadow: 0 18px 48px rgba(0, 0, 0, .34);
        }

        body.page-netra-tarpan-therapy-kharadi .breadcrumb_text h1::before{
            display: inline-flex;
            content: "Atulya Ayurveda";
            width: fit-content;
            margin-bottom: 18px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 236, 183, .38);
            border-radius: 999px;
            background: rgba(255, 248, 230, .13);
            color: #ffe8ad;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-shadow: none;
            backdrop-filter: blur(14px);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_page{
            position: relative;
            background:
                radial-gradient(circle at 7% 5%, rgba(185, 133, 53, .17), transparent 29%),
                linear-gradient(180deg, #fffaf0 0%, #f4f8ee 43%, #fffaf3 100%);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(32, 62, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(32, 62, 42, .035) 1px, transparent 1px);
            background-size: 54px 54px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,.45), transparent 48%);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_hero_panel{
            margin-top: -128px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro{
            position: relative;
            isolation: isolate;
            gap: 42px;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .62);
            border-radius: 8px;
            background: rgba(255, 255, 255, .76);
            box-shadow:
                0 35px 90px rgba(23, 55, 34, .2),
                inset 0 1px 0 rgba(255, 255, 255, .9);
            backdrop-filter: blur(18px);
            transform: translateY(0);
            transition: transform .45s ease, box-shadow .45s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro:hover{
            transform: translateY(-6px);
            box-shadow:
                0 42px 105px rgba(23, 55, 34, .26),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro::before{
            position: absolute;
            content: "";
            inset: 12px;
            border: 1px solid rgba(185, 133, 53, .18);
            border-radius: 8px;
            pointer-events: none;
            z-index: -1;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_text{
            padding: 32px 18px 32px 28px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_text h2,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section h2{
            position: relative;
            color: #173722;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_text h2::after,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section h2::after{
            display: block;
            content: "";
            width: 78px;
            height: 4px;
            margin-top: 16px;
            border-radius: 20px;
            background: linear-gradient(90deg, #b98535, #e5c16e);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_text h3,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section h3{
            color: #96641e;
            font-weight: 700;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_text p,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section p,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section li{
            color: #485242;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_image{
            min-height: 560px;
            border-radius: 8px;
            box-shadow: 0 24px 58px rgba(26, 55, 33, .24);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_image::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(180deg, transparent 40%, rgba(21, 49, 31, .72) 100%),
                linear-gradient(90deg, rgba(181, 126, 45, .2), transparent 42%);
            z-index: 1;
            pointer-events: none;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_image img{
            transform: scale(1.02);
            transition: transform .8s ease, filter .8s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro:hover .abhyanga_intro_image img{
            transform: scale(1.08);
            filter: saturate(1.06) contrast(1.04);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_badge{
            z-index: 2;
            left: 24px;
            right: 24px;
            bottom: 24px;
            border: 1px solid rgba(255, 238, 189, .34);
            background: rgba(23, 55, 34, .82);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
            backdrop-filter: blur(14px);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_layout{
            grid-template-columns: minmax(0, 1fr) 360px;
            gap: 42px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_content{
            gap: 32px;
            counter-reset: therapy-section;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section{
            position: relative;
            counter-increment: therapy-section;
            overflow: hidden;
            padding: 44px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section::before{
            position: absolute;
            content: counter(therapy-section, decimal-leading-zero);
            top: 24px;
            right: 28px;
            color: rgba(185, 133, 53, .12);
            font-size: 78px;
            font-weight: 900;
            line-height: 1;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section:hover::after{
            transform: scale(1.28);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section > *{
            position: relative;
            z-index: 1;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section.is_tinted{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section.is_tinted::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section.is_tinted::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section.is_tinted h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_list{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_list li{
            min-height: 54px;
            padding: 14px 16px 14px 42px;
            border: 1px solid rgba(32, 62, 42, .08);
            border-radius: 8px;
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_list li::before{
            top: 22px;
            left: 18px;
            width: 9px;
            height: 9px;
            background: #b98535;
            box-shadow: 0 0 0 6px rgba(185, 133, 53, .12);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_list li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section.is_tinted .abhyanga_list li{
            border-color: rgba(255, 255, 255, .12);
            background: rgba(255, 255, 255, .09);
            box-shadow: none;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section.is_tinted .abhyanga_list li:hover{
            background: rgba(255, 255, 255, .16);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_steps{
            gap: 22px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_step{
            position: relative;
            overflow: hidden;
            padding: 28px;
            background:
                linear-gradient(145deg, #fffdf6 0%, #fff4d9 100%);
            box-shadow: 0 16px 36px rgba(58, 72, 43, .09);
            transition: transform .32s ease, box-shadow .32s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_step::before{
            position: absolute;
            content: "";
            width: 72px;
            height: 72px;
            top: -30px;
            right: -24px;
            border-radius: 50%;
            background: rgba(185, 133, 53, .18);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_step:hover{
            transform: translateY(-6px);
            box-shadow: 0 24px 52px rgba(58, 72, 43, .16);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_item{
            border: 1px solid rgba(185, 133, 53, .16);
            border-left: 5px solid #b98535;
            background:
                linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%);
            box-shadow: 0 14px 34px rgba(54, 72, 45, .07);
            transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_item:hover{
            transform: translateX(6px);
            border-color: rgba(185, 133, 53, .34);
            box-shadow: 0 18px 44px rgba(54, 72, 45, .12);
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar{
            top: 104px;
            gap: 26px;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box{
            position: relative;
            overflow: hidden;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            background:
                linear-gradient(155deg, #173722 0%, #294f31 64%, #8f651f 140%);
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            top: -105px;
            right: -80px;
            border-radius: 50%;
            background: rgba(255, 224, 156, .15);
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #e5c16e;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box a{
            position: relative;
            overflow: hidden;
            padding: 15px 15px;
            background: rgba(255, 255, 255, .08);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .55s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box a:hover::before,
body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box a:hover,
body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #173722;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box a i{
            transition: transform .28s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box a:hover i,
body.page-netra-tarpan-therapy-kharadi .therapy_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_cta{
            position: relative;
            overflow: hidden;
            min-height: 420px;
            box-shadow: 0 28px 64px rgba(32, 62, 42, .2);
            transition: transform .35s ease, box-shadow .35s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_cta::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(180deg, transparent 20%, rgba(19, 46, 29, .92) 100%);
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_cta > div{
            position: relative;
            z-index: 1;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_cta:hover{
            transform: translateY(-6px);
            box-shadow: 0 34px 82px rgba(32, 62, 42, .28);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section .common_btn,
body.page-netra-tarpan-therapy-kharadi .therapy_cta .common_btn{
            box-shadow: 0 14px 30px rgba(185, 133, 53, .22);
        }

        @media (max-width: 1199px) {
            body.page-netra-tarpan-therapy-kharadi .breadcrumb_text h1{
                font-size: 54px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-netra-tarpan-therapy-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }
        }

        @media (max-width: 991px) {
            body.page-netra-tarpan-therapy-kharadi .breadcrumb,
body.page-netra-tarpan-therapy-kharadi .breadcrumb_overlay{
                min-height: 440px;
            }

            body.page-netra-tarpan-therapy-kharadi .breadcrumb_text h1{
                font-size: 42px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_hero_panel{
                margin-top: -86px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_intro{
                gap: 20px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_text{
                padding: 24px 14px 6px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_image{
                min-height: 390px;
            }
        }

        @media (max-width: 767px) {
            body.page-netra-tarpan-therapy-kharadi .breadcrumb,
body.page-netra-tarpan-therapy-kharadi .breadcrumb_overlay{
                min-height: 390px;
            }

            body.page-netra-tarpan-therapy-kharadi .breadcrumb_text h1{
                font-size: 34px;
            }

            body.page-netra-tarpan-therapy-kharadi .breadcrumb_text h1::before{
                font-size: 12px;
                margin-bottom: 14px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_intro{
                padding: 12px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_intro_text h2,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section h2{
                font-size: 29px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_section{
                padding: 28px 20px;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_section::before{
                font-size: 54px;
                top: 18px;
                right: 18px;
            }

            body.page-netra-tarpan-therapy-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }
        }

        /* Preserve the original site breadcrumb/footer spacing while keeping the therapy body premium. */
        body.page-netra-tarpan-therapy-kharadi .breadcrumb{
            min-height: initial !important;
            z-index: 1 !important;
        }

        body.page-netra-tarpan-therapy-kharadi .breadcrumb::before,
body.page-netra-tarpan-therapy-kharadi .breadcrumb::after,
body.page-netra-tarpan-therapy-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-netra-tarpan-therapy-kharadi .breadcrumb_overlay{
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-netra-tarpan-therapy-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-netra-tarpan-therapy-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section::before{
            display: none !important;
            content: none !important;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq{
            gap: 14px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_item{
            padding: 0 !important;
            overflow: hidden;
            border-left: 0 !important;
            border-radius: 8px !important;
            background: #fffdf7 !important;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_question{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 22px 24px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_question h3{
            margin: 0 !important;
            color: #173722;
            font-size: 20px;
            line-height: 1.35;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #173722;
            box-shadow: 0 12px 26px rgba(23, 55, 34, .18);
            transition: background .28s ease, transform .28s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_icon::before,
body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_icon::after{
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px;
            border-radius: 4px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .28s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_answer p{
            margin: 0;
            padding: 0 24px 24px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_item.active{
            border-color: rgba(185, 133, 53, .36) !important;
            background: linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%) !important;
            box-shadow: 0 22px 54px rgba(54, 72, 45, .13);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon{
            background: #b98535;
            transform: rotate(180deg);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_item:hover{
            transform: translateY(-3px) !important;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_page{
            overflow: visible !important;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_layout{
            align-items: flex-start !important;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar{
            position: sticky !important;
            top: 110px !important;
            align-self: flex-start !important;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-netra-tarpan-therapy-kharadi .therapy_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section p{
            margin-bottom: 18px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section p + h3,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section .abhyanga_list + h3,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section .abhyanga_steps + h3{
            margin-top: 32px !important;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section h3 + p,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section h3 + .abhyanga_list,
body.page-netra-tarpan-therapy-kharadi .abhyanga_section p + .abhyanga_list{
            margin-top: 18px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_section h2 + h3{
            margin-top: 10px;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_step .abhyanga_list,
body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_answer .abhyanga_list{
            display: block !important;
            margin: 12px 0 18px !important;
            padding: 0 !important;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_step .abhyanga_list li,
body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li{
            min-height: auto !important;
            padding: 4px 0 4px 20px !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            font-size: 15px !important;
            line-height: 1.55 !important;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_step .abhyanga_list li::before,
body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li::before{
            top: 13px !important;
            left: 2px !important;
            width: 7px !important;
            height: 7px !important;
            box-shadow: none !important;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_step .abhyanga_list li:hover,
body.page-netra-tarpan-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li:hover{
            transform: none !important;
            background: transparent !important;
            border-color: transparent !important;
        }

        body.page-netra-tarpan-therapy-kharadi .abhyanga_hero_panel{
            margin-top: 0 !important;
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            body.page-netra-tarpan-therapy-kharadi .therapy_sidebar{
                position: static !important;
                max-height: none;
                overflow-y: visible;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_hero_panel{
                margin-top: 0 !important;
                padding-top: 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-netra-tarpan-therapy-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-netra-tarpan-therapy-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-netra-tarpan-therapy-kharadi .abhyanga_hero_panel{
                padding-top: 55px;
            }
        }

/* Migrated from neurological-disorders-treatment-kharadi.html */
body.page-neurological-disorders-treatment-kharadi .breadcrumb{
            position: relative;
            min-height: initial !important;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
            z-index: 1 !important;
        }

        body.page-neurological-disorders-treatment-kharadi .breadcrumb::before,
body.page-neurological-disorders-treatment-kharadi .breadcrumb::after,
body.page-neurological-disorders-treatment-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-neurological-disorders-treatment-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-neurological-disorders-treatment-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-neurological-disorders-treatment-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-neurological-disorders-treatment-kharadi .women_page{
            position: relative;
            overflow: visible;
            background:
                linear-gradient(180deg, #fffaf2 0%, #f7fbf2 36%, #fff9f3 68%, #ffffff 100%);
            color: #263b2a;
        }

        body.page-neurological-disorders-treatment-kharadi .women_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(52, 82, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(52, 82, 42, .035) 1px, transparent 1px);
            background-size: 58px 58px;
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, .48), transparent 58%);
        }

        body.page-neurological-disorders-treatment-kharadi .women_page h2{
            color: #173722;
            font-size: 39px;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_page h3{
            color: #9b6424;
            font-size: 21px;
            line-height: 1.45;
            margin-bottom: 14px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_page p,
body.page-neurological-disorders-treatment-kharadi .women_page li{
            color: #4b5746;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-neurological-disorders-treatment-kharadi .women_intro{
            position: relative;
            z-index: 2;
            margin-top: 0;
            padding: 74px 0;
        }

        body.page-neurological-disorders-treatment-kharadi .women_intro_grid{
            display: grid;
            grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
            gap: 36px;
            align-items: stretch;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .7);
            border-radius: 8px;
            background: rgba(255, 255, 255, .82);
            box-shadow: 0 34px 86px rgba(31, 59, 36, .18);
            backdrop-filter: blur(18px);
        }

        body.page-neurological-disorders-treatment-kharadi .women_intro_copy{
            padding: 32px 18px 32px 26px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_intro_copy h2::after,
body.page-neurological-disorders-treatment-kharadi .women_band_heading h2::after{
            display: block;
            content: "";
            width: 86px;
            height: 4px;
            margin-top: 16px;
            border-radius: 999px;
            background: linear-gradient(90deg, #b98535, #e7c06c);
        }

        body.page-neurological-disorders-treatment-kharadi .women_intro_media{
            min-height: 520px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 24px 58px rgba(38, 67, 39, .22);
        }

        body.page-neurological-disorders-treatment-kharadi .women_intro_media img{
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        body.page-neurological-disorders-treatment-kharadi .women_band{
            position: relative;
            z-index: 1;
            padding: 74px 0;
        }

        body.page-neurological-disorders-treatment-kharadi .women_band.is_soft{
            background: rgba(255, 255, 255, .54);
        }

        body.page-neurological-disorders-treatment-kharadi .women_band.is_tint{
            background:
                linear-gradient(135deg, rgba(26, 58, 34, .97), rgba(68, 101, 49, .95) 62%, rgba(164, 102, 76, .9));
        }

        body.page-neurological-disorders-treatment-kharadi .women_band.is_tint h2,
body.page-neurological-disorders-treatment-kharadi .women_band.is_tint h3,
body.page-neurological-disorders-treatment-kharadi .women_band.is_tint p,
body.page-neurological-disorders-treatment-kharadi .women_band.is_tint li{
            color: #fff8e6;
        }

        body.page-neurological-disorders-treatment-kharadi .women_band_heading{
            max-width: 900px;
            margin-bottom: 26px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_copy_stack{
            display: grid;
            gap: 14px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_two_col{
            display: block;
        }

        body.page-neurological-disorders-treatment-kharadi .women_feature_panel{
            position: relative;
            padding: 0;
            border-radius: 8px;
            background: transparent;
            border: 0;
            box-shadow: none;
        }

        body.page-neurological-disorders-treatment-kharadi .women_feature_panel::before{
            display: none;
            content: none;
        }

        body.page-neurological-disorders-treatment-kharadi .women_list_grid,
body.page-neurological-disorders-treatment-kharadi .women_check_grid{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            padding: 0;
            margin: 18px 0 0;
            list-style: none;
        }

        body.page-neurological-disorders-treatment-kharadi .women_list_grid li,
body.page-neurological-disorders-treatment-kharadi .women_check_grid li{
            min-height: 54px;
            padding: 14px 16px 14px 40px;
            border-radius: 8px;
            background: rgba(255, 255, 255, .86);
            border: 1px solid rgba(32, 62, 42, .08);
            box-shadow: 0 12px 30px rgba(48, 74, 42, .06);
        }

        body.page-neurological-disorders-treatment-kharadi .women_list_grid li{
            position: relative;
        }

        body.page-neurological-disorders-treatment-kharadi .women_list_grid li::before{
            position: absolute;
            content: "";
            width: 9px;
            height: 9px;
            left: 18px;
            top: 25px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-neurological-disorders-treatment-kharadi .women_check_grid li{
            padding-left: 18px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_band.is_tint .women_list_grid li,
body.page-neurological-disorders-treatment-kharadi .women_band.is_tint .women_check_grid li{
            background: rgba(255, 255, 255, .1);
            border-color: rgba(255, 255, 255, .15);
            box-shadow: none;
        }

        body.page-neurological-disorders-treatment-kharadi .women_cards{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 24px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_card .women_list_grid{
            grid-template-columns: 1fr;
        }

        body.page-neurological-disorders-treatment-kharadi .women_card{
            padding: 28px;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 18px 48px rgba(50, 75, 42, .08);
        }

        body.page-neurological-disorders-treatment-kharadi .women_steps{
            display: grid;
            gap: 20px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_step{
            padding: 30px;
            border-radius: 8px;
            background: #fffaf0;
            border: 1px solid rgba(185, 133, 53, .16);
            box-shadow: 0 18px 44px rgba(50, 75, 42, .07);
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq{
            display: grid;
            gap: 14px;
            margin-top: 24px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq_item{
            overflow: hidden;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 14px 38px rgba(50, 75, 42, .07);
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq_question{
            width: 100%;
            min-height: 74px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 18px 22px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq_question h3{
            margin: 0;
            color: #173722;
            font-size: 19px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #203e2a;
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq_icon::before,
body.page-neurological-disorders-treatment-kharadi .women_faq_icon::after{
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 16px;
            height: 2px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .25s ease;
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq_item.active .women_faq_icon{
            background: #b98535;
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq_item.active .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq_answer_inner{
            padding: 0 22px 22px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq_answer p{
            margin-bottom: 12px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_faq_answer p:last-child{
            margin-bottom: 0;
        }

        body.page-neurological-disorders-treatment-kharadi .women_cta_actions{
            margin-top: 24px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_content_area{
            position: relative;
            z-index: 2;
            overflow: visible;
            padding: 8px 0 88px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_page_layout{
            display: grid;
            grid-template-columns: 360px minmax(0, 1fr);
            gap: 42px;
            align-items: start;
            overflow: visible;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar{
            position: sticky !important;
            top: 110px !important;
            display: grid;
            gap: 26px;
            align-self: flex-start !important;
            height: fit-content;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_box{
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            background: #203e2a;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            right: -120px;
            top: -120px;
            border-radius: 50%;
            background: rgba(255, 248, 230, .1);
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #b98535;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_box a{
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 15px 15px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .45s ease;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_box a:hover::before,
body.page-neurological-disorders-treatment-kharadi .women_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_box a:hover,
body.page-neurological-disorders-treatment-kharadi .women_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_box a,
body.page-neurological-disorders-treatment-kharadi .women_sidebar_box a i{
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_box a:hover i,
body.page-neurological-disorders-treatment-kharadi .women_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .08), rgba(32, 62, 42, .88)),
                url(../images/treatments/treat_nuro.webp) center/cover;
            display: flex;
            align-items: end;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .14);
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_cta h3,
body.page-neurological-disorders-treatment-kharadi .women_sidebar_cta p{
            color: #fff8e6;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_sidebar_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content{
            min-width: 0;
            display: grid;
            gap: 32px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band{
            position: relative;
            overflow: hidden;
            padding: 44px;
            border-radius: 8px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band::before{
            display: none;
            content: none;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band:hover::after{
            transform: scale(1.28);
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band > .container,
body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band > *{
            position: relative;
            z-index: 1;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band:not(.is_tint){
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band.is_soft{
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 247, 224, .92));
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band.is_tint{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band.is_tint::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band.is_tint::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_band_heading h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band > .container{
            width: 100%;
            max-width: none;
            padding-left: 0;
            padding-right: 0;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band .mt_25{
            margin-top: 20px !important;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_cards{
            grid-template-columns: 1fr;
            align-items: stretch;
            gap: 18px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band_heading{
            max-width: 760px;
            margin-bottom: 24px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band_heading h2{
            position: relative;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_two_col{
            display: block;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_list_grid,
body.page-neurological-disorders-treatment-kharadi .women_main_content .women_check_grid{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_list_grid li,
body.page-neurological-disorders-treatment-kharadi .women_main_content .women_check_grid li{
            min-height: 54px;
            border: 1px solid rgba(32, 62, 42, .08);
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_list_grid li:hover,
body.page-neurological-disorders-treatment-kharadi .women_main_content .women_check_grid li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_step,
body.page-neurological-disorders-treatment-kharadi .women_main_content .women_card,
body.page-neurological-disorders-treatment-kharadi .women_main_content .women_feature_panel{
            border-radius: 8px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_step,
body.page-neurological-disorders-treatment-kharadi .women_main_content .women_card{
            background: rgba(255, 255, 255, .72);
            border: 1px solid rgba(185, 133, 53, .14);
            box-shadow: 0 12px 32px rgba(48, 69, 42, .06);
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card{
            background: rgba(255, 248, 230, .08);
            border-color: rgba(255, 238, 189, .22);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 42px rgba(0, 0, 0, .08);
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card h3{
            color: #fff8e6;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card p{
            color: rgba(255, 248, 230, .88);
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card .women_list_grid li,
body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_card .women_check_grid li{
            min-height: 48px;
            background: rgba(255, 255, 255, .08);
            border-color: rgba(255, 238, 189, .16);
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_feature_panel{
            margin-top: 18px;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_faq_item{
            border-left: 4px solid #b98535;
            border-radius: 0 8px 8px 0;
            background: #fffaf0;
        }

        body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_list_grid li:hover,
body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band.is_tint .women_check_grid li:hover{
            background: rgba(255, 255, 255, .16);
            border-color: rgba(255, 238, 189, .28);
        }

        @media (max-width: 1199px) {
            body.page-neurological-disorders-treatment-kharadi .women_intro_grid,
body.page-neurological-disorders-treatment-kharadi .women_two_col{
                grid-template-columns: 1fr;
            }

            body.page-neurological-disorders-treatment-kharadi .women_page_layout{
                grid-template-columns: 1fr;
            }

            body.page-neurological-disorders-treatment-kharadi .women_sidebar{
                position: static !important;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                height: auto;
                max-height: none;
                overflow-y: visible;
            }

            body.page-neurological-disorders-treatment-kharadi .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-neurological-disorders-treatment-kharadi .women_intro_media{
                min-height: 420px;
            }
        }

        @media (max-width: 991px) {
            body.page-neurological-disorders-treatment-kharadi .breadcrumb,
body.page-neurological-disorders-treatment-kharadi .breadcrumb_overlay{
                min-height: initial !important;
            }

            body.page-neurological-disorders-treatment-kharadi .breadcrumb_overlay{
                padding: 210px 0px 105px 0px !important;
            }

            body.page-neurological-disorders-treatment-kharadi .breadcrumb_text h1{
                font-size: 42px !important;
            }

            body.page-neurological-disorders-treatment-kharadi .women_intro{
                margin-top: 0;
                padding: 58px 0;
            }

            body.page-neurological-disorders-treatment-kharadi .women_intro_grid{
                padding: 14px;
            }

            body.page-neurological-disorders-treatment-kharadi .women_intro_copy{
                padding: 24px 12px;
            }

            body.page-neurological-disorders-treatment-kharadi .women_page h2{
                font-size: 32px;
            }

            body.page-neurological-disorders-treatment-kharadi .women_band{
                padding: 58px 0;
            }

            body.page-neurological-disorders-treatment-kharadi .women_content_area{
                padding: 0 0 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-neurological-disorders-treatment-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-neurological-disorders-treatment-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-neurological-disorders-treatment-kharadi .women_page h2{
                font-size: 28px;
            }

            body.page-neurological-disorders-treatment-kharadi .women_page h3{
                font-size: 19px;
            }

            body.page-neurological-disorders-treatment-kharadi .women_list_grid,
body.page-neurological-disorders-treatment-kharadi .women_check_grid{
                grid-template-columns: 1fr;
            }

            body.page-neurological-disorders-treatment-kharadi .women_card,
body.page-neurological-disorders-treatment-kharadi .women_step{
                padding: 22px;
            }

            body.page-neurological-disorders-treatment-kharadi .women_cards,
body.page-neurological-disorders-treatment-kharadi .women_main_content .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-neurological-disorders-treatment-kharadi .women_intro_media{
                min-height: 300px;
            }

            body.page-neurological-disorders-treatment-kharadi .women_faq_question{
                align-items: flex-start;
                padding: 18px;
            }

            body.page-neurological-disorders-treatment-kharadi .women_faq_question h3{
                font-size: 17px;
            }

            body.page-neurological-disorders-treatment-kharadi .women_faq_icon{
                width: 32px;
                height: 32px;
            }

            body.page-neurological-disorders-treatment-kharadi .women_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-neurological-disorders-treatment-kharadi .women_main_content .women_band{
                padding: 24px 18px;
            }
        }

/* Migrated from pinda-sweda-therapy-kharadi.html */
body.page-pinda-sweda-therapy-kharadi .abhyanga_page{
            background:
                linear-gradient(180deg, #fffaf0 0%, #f7fbf3 48%, #fff 100%);
            color: #2d3427;
            overflow: hidden;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_hero_panel{
            position: relative;
            margin-top: -86px;
            z-index: 3;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro{
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
            gap: 34px;
            align-items: stretch;
            padding: 34px;
            border: 1px solid rgba(132, 99, 43, .16);
            border-radius: 8px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 28px 70px rgba(47, 68, 38, .14);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_text h2,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section h2{
            color: #203e2a;
            font-size: 34px;
            line-height: 1.18;
            margin-bottom: 16px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_text h3,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section h3{
            color: #a36d22;
            font-size: 20px;
            line-height: 1.45;
            margin-bottom: 18px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_text p,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section p,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section li{
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_image{
            position: relative;
            min-height: 430px;
            border-radius: 8px;
            overflow: hidden;
            background: #e8eadb;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_badge{
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 22px;
            padding: 18px 20px;
            border-radius: 8px;
            background: rgba(31, 61, 42, .92);
            color: #fff7df;
            font-size: 17px;
            line-height: 1.55;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_layout{
            display: grid;
            grid-template-columns: minmax(0, 1fr) 330px;
            gap: 34px;
            align-items: start;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_content{
            display: grid;
            gap: 26px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section{
            padding: 34px;
            border: 1px solid rgba(32, 62, 42, .11);
            border-radius: 8px;
            background: rgba(255, 255, 255, .9);
            box-shadow: 0 18px 50px rgba(54, 72, 45, .08);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section.is_tinted{
            background: linear-gradient(135deg, #203e2a 0%, #385f3a 100%);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section.is_tinted h2,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section.is_tinted h3,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section.is_tinted p,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section.is_tinted li{
            color: #fff8e6;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_list{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 18px;
            margin-top: 18px;
            padding: 0;
            list-style: none;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_list li{
            position: relative;
            padding-left: 22px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_list li::before{
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 0;
            top: 14px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_steps{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: 20px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_step{
            padding: 22px;
            border-radius: 8px;
            background: #fff9ea;
            border: 1px solid rgba(163, 109, 34, .16);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_step h3{
            margin-bottom: 10px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq{
            display: grid;
            gap: 16px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_item{
            padding: 20px 22px;
            border-left: 4px solid #b98535;
            background: #fffaf0;
            border-radius: 0 8px 8px 0;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_item h3{
            margin-bottom: 8px;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar{
            position: sticky;
            top: 115px;
            display: grid;
            gap: 22px;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box{
            border-radius: 8px;
            background: #203e2a;
            padding: 26px;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box h3{
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box a{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 13px 14px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box a:hover,
body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box a.active{
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .16), rgba(32, 62, 42, .88)),
                url(../images/therapies/ther_sweda.webp) center/cover;
            display: flex;
            align-items: end;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_cta h3,
body.page-pinda-sweda-therapy-kharadi .therapy_cta p{
            color: #fff8e6;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_cta .common_btn{
            padding: 14px 34px 13px 20px;
        }

        @media (max-width: 1199px) {
            body.page-pinda-sweda-therapy-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-pinda-sweda-therapy-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 991px) {
            body.page-pinda-sweda-therapy-kharadi .abhyanga_intro{
                grid-template-columns: 1fr;
                padding: 24px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_hero_panel{
                margin-top: 60px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_image{
                min-height: 360px;
            }
        }

        @media (max-width: 767px) {
            body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_text h2,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section h2{
                font-size: 28px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_section,
body.page-pinda-sweda-therapy-kharadi .abhyanga_intro{
                padding: 22px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_list,
body.page-pinda-sweda-therapy-kharadi .abhyanga_steps,
body.page-pinda-sweda-therapy-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_image{
                min-height: 300px;
            }
        }

        body.page-pinda-sweda-therapy-kharadi .breadcrumb{
            position: relative;
            min-height: 520px;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
        }

        body.page-pinda-sweda-therapy-kharadi .breadcrumb::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(110deg, rgba(19, 46, 29, .92) 0%, rgba(35, 75, 45, .72) 48%, rgba(169, 112, 32, .42) 100%),
                radial-gradient(circle at 80% 30%, rgba(255, 228, 168, .32), transparent 34%);
            z-index: 1;
        }

        body.page-pinda-sweda-therapy-kharadi .breadcrumb::after{
            position: absolute;
            content: "";
            width: 78%;
            height: 120px;
            left: 11%;
            bottom: -70px;
            background: rgba(255, 250, 240, .95);
            border-radius: 50%;
            filter: blur(10px);
            z-index: 1;
        }

        body.page-pinda-sweda-therapy-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: 520px;
            display: flex;
            align-items: center;
            padding-top: 90px;
            background: transparent;
        }

        body.page-pinda-sweda-therapy-kharadi .breadcrumb_text{
            max-width: 920px;
        }

        body.page-pinda-sweda-therapy-kharadi .breadcrumb_text h1{
            position: relative;
            font-size: 64px;
            line-height: 1.06;
            max-width: 900px;
            text-shadow: 0 18px 48px rgba(0, 0, 0, .34);
        }

        body.page-pinda-sweda-therapy-kharadi .breadcrumb_text h1::before{
            display: inline-flex;
            content: "Atulya Ayurveda";
            width: fit-content;
            margin-bottom: 18px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 236, 183, .38);
            border-radius: 999px;
            background: rgba(255, 248, 230, .13);
            color: #ffe8ad;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-shadow: none;
            backdrop-filter: blur(14px);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_page{
            position: relative;
            background:
                radial-gradient(circle at 7% 5%, rgba(185, 133, 53, .17), transparent 29%),
                linear-gradient(180deg, #fffaf0 0%, #f4f8ee 43%, #fffaf3 100%);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(32, 62, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(32, 62, 42, .035) 1px, transparent 1px);
            background-size: 54px 54px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,.45), transparent 48%);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_hero_panel{
            margin-top: -128px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro{
            position: relative;
            isolation: isolate;
            gap: 42px;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .62);
            border-radius: 8px;
            background: rgba(255, 255, 255, .76);
            box-shadow:
                0 35px 90px rgba(23, 55, 34, .2),
                inset 0 1px 0 rgba(255, 255, 255, .9);
            backdrop-filter: blur(18px);
            transform: translateY(0);
            transition: transform .45s ease, box-shadow .45s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro:hover{
            transform: translateY(-6px);
            box-shadow:
                0 42px 105px rgba(23, 55, 34, .26),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro::before{
            position: absolute;
            content: "";
            inset: 12px;
            border: 1px solid rgba(185, 133, 53, .18);
            border-radius: 8px;
            pointer-events: none;
            z-index: -1;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_text{
            padding: 32px 18px 32px 28px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_text h2,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section h2{
            position: relative;
            color: #173722;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_text h2::after,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section h2::after{
            display: block;
            content: "";
            width: 78px;
            height: 4px;
            margin-top: 16px;
            border-radius: 20px;
            background: linear-gradient(90deg, #b98535, #e5c16e);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_text h3,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section h3{
            color: #96641e;
            font-weight: 700;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_text p,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section p,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section li{
            color: #485242;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_image{
            min-height: 560px;
            border-radius: 8px;
            box-shadow: 0 24px 58px rgba(26, 55, 33, .24);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_image::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(180deg, transparent 40%, rgba(21, 49, 31, .72) 100%),
                linear-gradient(90deg, rgba(181, 126, 45, .2), transparent 42%);
            z-index: 1;
            pointer-events: none;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_image img{
            transform: scale(1.02);
            transition: transform .8s ease, filter .8s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro:hover .abhyanga_intro_image img{
            transform: scale(1.08);
            filter: saturate(1.06) contrast(1.04);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_badge{
            z-index: 2;
            left: 24px;
            right: 24px;
            bottom: 24px;
            border: 1px solid rgba(255, 238, 189, .34);
            background: rgba(23, 55, 34, .82);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
            backdrop-filter: blur(14px);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_layout{
            grid-template-columns: minmax(0, 1fr) 360px;
            gap: 42px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_content{
            gap: 32px;
            counter-reset: therapy-section;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section{
            position: relative;
            counter-increment: therapy-section;
            overflow: hidden;
            padding: 44px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section::before{
            position: absolute;
            content: counter(therapy-section, decimal-leading-zero);
            top: 24px;
            right: 28px;
            color: rgba(185, 133, 53, .12);
            font-size: 78px;
            font-weight: 900;
            line-height: 1;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section:hover::after{
            transform: scale(1.28);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section > *{
            position: relative;
            z-index: 1;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section.is_tinted{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section.is_tinted::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section.is_tinted::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section.is_tinted h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_list{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_list li{
            min-height: 54px;
            padding: 14px 16px 14px 42px;
            border: 1px solid rgba(32, 62, 42, .08);
            border-radius: 8px;
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_list li::before{
            top: 22px;
            left: 18px;
            width: 9px;
            height: 9px;
            background: #b98535;
            box-shadow: 0 0 0 6px rgba(185, 133, 53, .12);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_list li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section.is_tinted .abhyanga_list li{
            border-color: rgba(255, 255, 255, .12);
            background: rgba(255, 255, 255, .09);
            box-shadow: none;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section.is_tinted .abhyanga_list li:hover{
            background: rgba(255, 255, 255, .16);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_steps{
            gap: 22px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_step{
            position: relative;
            overflow: hidden;
            padding: 28px;
            background:
                linear-gradient(145deg, #fffdf6 0%, #fff4d9 100%);
            box-shadow: 0 16px 36px rgba(58, 72, 43, .09);
            transition: transform .32s ease, box-shadow .32s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_step::before{
            position: absolute;
            content: "";
            width: 72px;
            height: 72px;
            top: -30px;
            right: -24px;
            border-radius: 50%;
            background: rgba(185, 133, 53, .18);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_step:hover{
            transform: translateY(-6px);
            box-shadow: 0 24px 52px rgba(58, 72, 43, .16);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_item{
            border: 1px solid rgba(185, 133, 53, .16);
            border-left: 5px solid #b98535;
            background:
                linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%);
            box-shadow: 0 14px 34px rgba(54, 72, 45, .07);
            transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_item:hover{
            transform: translateX(6px);
            border-color: rgba(185, 133, 53, .34);
            box-shadow: 0 18px 44px rgba(54, 72, 45, .12);
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar{
            top: 104px;
            gap: 26px;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box{
            position: relative;
            overflow: hidden;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            background:
                linear-gradient(155deg, #173722 0%, #294f31 64%, #8f651f 140%);
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            top: -105px;
            right: -80px;
            border-radius: 50%;
            background: rgba(255, 224, 156, .15);
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #e5c16e;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box a{
            position: relative;
            overflow: hidden;
            padding: 15px 15px;
            background: rgba(255, 255, 255, .08);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .55s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box a:hover::before,
body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box a:hover,
body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #173722;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box a i{
            transition: transform .28s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box a:hover i,
body.page-pinda-sweda-therapy-kharadi .therapy_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_cta{
            position: relative;
            overflow: hidden;
            min-height: 420px;
            box-shadow: 0 28px 64px rgba(32, 62, 42, .2);
            transition: transform .35s ease, box-shadow .35s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_cta::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(180deg, transparent 20%, rgba(19, 46, 29, .92) 100%);
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_cta > div{
            position: relative;
            z-index: 1;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_cta:hover{
            transform: translateY(-6px);
            box-shadow: 0 34px 82px rgba(32, 62, 42, .28);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section .common_btn,
body.page-pinda-sweda-therapy-kharadi .therapy_cta .common_btn{
            box-shadow: 0 14px 30px rgba(185, 133, 53, .22);
        }

        @media (max-width: 1199px) {
            body.page-pinda-sweda-therapy-kharadi .breadcrumb_text h1{
                font-size: 54px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-pinda-sweda-therapy-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }
        }

        @media (max-width: 991px) {
            body.page-pinda-sweda-therapy-kharadi .breadcrumb,
body.page-pinda-sweda-therapy-kharadi .breadcrumb_overlay{
                min-height: 440px;
            }

            body.page-pinda-sweda-therapy-kharadi .breadcrumb_text h1{
                font-size: 42px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_hero_panel{
                margin-top: -86px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_intro{
                gap: 20px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_text{
                padding: 24px 14px 6px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_image{
                min-height: 390px;
            }
        }

        @media (max-width: 767px) {
            body.page-pinda-sweda-therapy-kharadi .breadcrumb,
body.page-pinda-sweda-therapy-kharadi .breadcrumb_overlay{
                min-height: 390px;
            }

            body.page-pinda-sweda-therapy-kharadi .breadcrumb_text h1{
                font-size: 34px;
            }

            body.page-pinda-sweda-therapy-kharadi .breadcrumb_text h1::before{
                font-size: 12px;
                margin-bottom: 14px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_intro{
                padding: 12px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_intro_text h2,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section h2{
                font-size: 29px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_section{
                padding: 28px 20px;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_section::before{
                font-size: 54px;
                top: 18px;
                right: 18px;
            }

            body.page-pinda-sweda-therapy-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }
        }

        /* Preserve the original site breadcrumb/footer spacing while keeping the therapy body premium. */
        body.page-pinda-sweda-therapy-kharadi .breadcrumb{
            min-height: initial !important;
            z-index: 1 !important;
        }

        body.page-pinda-sweda-therapy-kharadi .breadcrumb::before,
body.page-pinda-sweda-therapy-kharadi .breadcrumb::after,
body.page-pinda-sweda-therapy-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-pinda-sweda-therapy-kharadi .breadcrumb_overlay{
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-pinda-sweda-therapy-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-pinda-sweda-therapy-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section::before{
            display: none !important;
            content: none !important;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq{
            gap: 14px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_item{
            padding: 0 !important;
            overflow: hidden;
            border-left: 0 !important;
            border-radius: 8px !important;
            background: #fffdf7 !important;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_question{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 22px 24px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_question h3{
            margin: 0 !important;
            color: #173722;
            font-size: 20px;
            line-height: 1.35;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #173722;
            box-shadow: 0 12px 26px rgba(23, 55, 34, .18);
            transition: background .28s ease, transform .28s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_icon::before,
body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_icon::after{
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px;
            border-radius: 4px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .28s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_answer p{
            margin: 0;
            padding: 0 24px 24px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_item.active{
            border-color: rgba(185, 133, 53, .36) !important;
            background: linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%) !important;
            box-shadow: 0 22px 54px rgba(54, 72, 45, .13);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon{
            background: #b98535;
            transform: rotate(180deg);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_item:hover{
            transform: translateY(-3px) !important;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_page{
            overflow: visible !important;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_layout{
            align-items: flex-start !important;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar{
            position: sticky !important;
            top: 110px !important;
            align-self: flex-start !important;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-pinda-sweda-therapy-kharadi .therapy_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section p{
            margin-bottom: 18px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section p + h3,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section .abhyanga_list + h3,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section .abhyanga_steps + h3{
            margin-top: 32px !important;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section h3 + p,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section h3 + .abhyanga_list,
body.page-pinda-sweda-therapy-kharadi .abhyanga_section p + .abhyanga_list{
            margin-top: 18px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_section h2 + h3{
            margin-top: 10px;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_step .abhyanga_list,
body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_answer .abhyanga_list{
            display: block !important;
            margin: 12px 0 18px !important;
            padding: 0 !important;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_step .abhyanga_list li,
body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li{
            min-height: auto !important;
            padding: 4px 0 4px 20px !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            font-size: 15px !important;
            line-height: 1.55 !important;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_step .abhyanga_list li::before,
body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li::before{
            top: 13px !important;
            left: 2px !important;
            width: 7px !important;
            height: 7px !important;
            box-shadow: none !important;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_step .abhyanga_list li:hover,
body.page-pinda-sweda-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li:hover{
            transform: none !important;
            background: transparent !important;
            border-color: transparent !important;
        }

        body.page-pinda-sweda-therapy-kharadi .abhyanga_hero_panel{
            margin-top: 0 !important;
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            body.page-pinda-sweda-therapy-kharadi .therapy_sidebar{
                position: static !important;
                max-height: none;
                overflow-y: visible;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_hero_panel{
                margin-top: 0 !important;
                padding-top: 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-pinda-sweda-therapy-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-pinda-sweda-therapy-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-pinda-sweda-therapy-kharadi .abhyanga_hero_panel{
                padding-top: 55px;
            }
        }

/* Migrated from raktamokshana-therapy-kharadi.html */
body.page-raktamokshana-therapy-kharadi .abhyanga_page{
            background:
                linear-gradient(180deg, #fffaf0 0%, #f7fbf3 48%, #fff 100%);
            color: #2d3427;
            overflow: hidden;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_hero_panel{
            position: relative;
            margin-top: -86px;
            z-index: 3;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro{
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
            gap: 34px;
            align-items: stretch;
            padding: 34px;
            border: 1px solid rgba(132, 99, 43, .16);
            border-radius: 8px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 28px 70px rgba(47, 68, 38, .14);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_text h2,
body.page-raktamokshana-therapy-kharadi .abhyanga_section h2{
            color: #203e2a;
            font-size: 34px;
            line-height: 1.18;
            margin-bottom: 16px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_text h3,
body.page-raktamokshana-therapy-kharadi .abhyanga_section h3{
            color: #a36d22;
            font-size: 20px;
            line-height: 1.45;
            margin-bottom: 18px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_text p,
body.page-raktamokshana-therapy-kharadi .abhyanga_section p,
body.page-raktamokshana-therapy-kharadi .abhyanga_section li{
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_image{
            position: relative;
            min-height: 430px;
            border-radius: 8px;
            overflow: hidden;
            background: #e8eadb;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_badge{
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 22px;
            padding: 18px 20px;
            border-radius: 8px;
            background: rgba(31, 61, 42, .92);
            color: #fff7df;
            font-size: 17px;
            line-height: 1.55;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_layout{
            display: grid;
            grid-template-columns: minmax(0, 1fr) 330px;
            gap: 34px;
            align-items: start;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_content{
            display: grid;
            gap: 26px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section{
            padding: 34px;
            border: 1px solid rgba(32, 62, 42, .11);
            border-radius: 8px;
            background: rgba(255, 255, 255, .9);
            box-shadow: 0 18px 50px rgba(54, 72, 45, .08);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section.is_tinted{
            background: linear-gradient(135deg, #203e2a 0%, #385f3a 100%);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section.is_tinted h2,
body.page-raktamokshana-therapy-kharadi .abhyanga_section.is_tinted h3,
body.page-raktamokshana-therapy-kharadi .abhyanga_section.is_tinted p,
body.page-raktamokshana-therapy-kharadi .abhyanga_section.is_tinted li{
            color: #fff8e6;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_list{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 18px;
            margin-top: 18px;
            padding: 0;
            list-style: none;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_list li{
            position: relative;
            padding-left: 22px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_list li::before{
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 0;
            top: 14px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_steps{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: 20px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_step{
            padding: 22px;
            border-radius: 8px;
            background: #fff9ea;
            border: 1px solid rgba(163, 109, 34, .16);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_step h3{
            margin-bottom: 10px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq{
            display: grid;
            gap: 16px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_item{
            padding: 20px 22px;
            border-left: 4px solid #b98535;
            background: #fffaf0;
            border-radius: 0 8px 8px 0;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_item h3{
            margin-bottom: 8px;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar{
            position: sticky;
            top: 115px;
            display: grid;
            gap: 22px;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box{
            border-radius: 8px;
            background: #203e2a;
            padding: 26px;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box h3{
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box a{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 13px 14px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box a:hover,
body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box a.active{
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .16), rgba(32, 62, 42, .88)),
                url(../images/therapies/ther_shiroda.webp) center/cover;
            display: flex;
            align-items: end;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_cta h3,
body.page-raktamokshana-therapy-kharadi .therapy_cta p{
            color: #fff8e6;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_cta .common_btn{
            padding: 14px 34px 13px 20px;
        }

        @media (max-width: 1199px) {
            body.page-raktamokshana-therapy-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-raktamokshana-therapy-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 991px) {
            body.page-raktamokshana-therapy-kharadi .abhyanga_intro{
                grid-template-columns: 1fr;
                padding: 24px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_hero_panel{
                margin-top: 60px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_intro_image{
                min-height: 360px;
            }
        }

        @media (max-width: 767px) {
            body.page-raktamokshana-therapy-kharadi .abhyanga_intro_text h2,
body.page-raktamokshana-therapy-kharadi .abhyanga_section h2{
                font-size: 28px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_section,
body.page-raktamokshana-therapy-kharadi .abhyanga_intro{
                padding: 22px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_list,
body.page-raktamokshana-therapy-kharadi .abhyanga_steps,
body.page-raktamokshana-therapy-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_intro_image{
                min-height: 300px;
            }
        }

        body.page-raktamokshana-therapy-kharadi .breadcrumb{
            position: relative;
            min-height: 520px;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
        }

        body.page-raktamokshana-therapy-kharadi .breadcrumb::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(110deg, rgba(19, 46, 29, .92) 0%, rgba(35, 75, 45, .72) 48%, rgba(169, 112, 32, .42) 100%),
                radial-gradient(circle at 80% 30%, rgba(255, 228, 168, .32), transparent 34%);
            z-index: 1;
        }

        body.page-raktamokshana-therapy-kharadi .breadcrumb::after{
            position: absolute;
            content: "";
            width: 78%;
            height: 120px;
            left: 11%;
            bottom: -70px;
            background: rgba(255, 250, 240, .95);
            border-radius: 50%;
            filter: blur(10px);
            z-index: 1;
        }

        body.page-raktamokshana-therapy-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: 520px;
            display: flex;
            align-items: center;
            padding-top: 90px;
            background: transparent;
        }

        body.page-raktamokshana-therapy-kharadi .breadcrumb_text{
            max-width: 920px;
        }

        body.page-raktamokshana-therapy-kharadi .breadcrumb_text h1{
            position: relative;
            font-size: 64px;
            line-height: 1.06;
            max-width: 900px;
            text-shadow: 0 18px 48px rgba(0, 0, 0, .34);
        }

        body.page-raktamokshana-therapy-kharadi .breadcrumb_text h1::before{
            display: inline-flex;
            content: "Atulya Ayurveda";
            width: fit-content;
            margin-bottom: 18px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 236, 183, .38);
            border-radius: 999px;
            background: rgba(255, 248, 230, .13);
            color: #ffe8ad;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-shadow: none;
            backdrop-filter: blur(14px);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_page{
            position: relative;
            background:
                radial-gradient(circle at 7% 5%, rgba(185, 133, 53, .17), transparent 29%),
                linear-gradient(180deg, #fffaf0 0%, #f4f8ee 43%, #fffaf3 100%);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(32, 62, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(32, 62, 42, .035) 1px, transparent 1px);
            background-size: 54px 54px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,.45), transparent 48%);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_hero_panel{
            margin-top: -128px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro{
            position: relative;
            isolation: isolate;
            gap: 42px;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .62);
            border-radius: 8px;
            background: rgba(255, 255, 255, .76);
            box-shadow:
                0 35px 90px rgba(23, 55, 34, .2),
                inset 0 1px 0 rgba(255, 255, 255, .9);
            backdrop-filter: blur(18px);
            transform: translateY(0);
            transition: transform .45s ease, box-shadow .45s ease;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro:hover{
            transform: translateY(-6px);
            box-shadow:
                0 42px 105px rgba(23, 55, 34, .26),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro::before{
            position: absolute;
            content: "";
            inset: 12px;
            border: 1px solid rgba(185, 133, 53, .18);
            border-radius: 8px;
            pointer-events: none;
            z-index: -1;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_text{
            padding: 32px 18px 32px 28px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_text h2,
body.page-raktamokshana-therapy-kharadi .abhyanga_section h2{
            position: relative;
            color: #173722;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_text h2::after,
body.page-raktamokshana-therapy-kharadi .abhyanga_section h2::after{
            display: block;
            content: "";
            width: 78px;
            height: 4px;
            margin-top: 16px;
            border-radius: 20px;
            background: linear-gradient(90deg, #b98535, #e5c16e);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_text h3,
body.page-raktamokshana-therapy-kharadi .abhyanga_section h3{
            color: #96641e;
            font-weight: 700;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_text p,
body.page-raktamokshana-therapy-kharadi .abhyanga_section p,
body.page-raktamokshana-therapy-kharadi .abhyanga_section li{
            color: #485242;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_image{
            min-height: 560px;
            border-radius: 8px;
            box-shadow: 0 24px 58px rgba(26, 55, 33, .24);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_image::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(180deg, transparent 40%, rgba(21, 49, 31, .72) 100%),
                linear-gradient(90deg, rgba(181, 126, 45, .2), transparent 42%);
            z-index: 1;
            pointer-events: none;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_image img{
            transform: scale(1.02);
            transition: transform .8s ease, filter .8s ease;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro:hover .abhyanga_intro_image img{
            transform: scale(1.08);
            filter: saturate(1.06) contrast(1.04);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_intro_badge{
            z-index: 2;
            left: 24px;
            right: 24px;
            bottom: 24px;
            border: 1px solid rgba(255, 238, 189, .34);
            background: rgba(23, 55, 34, .82);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
            backdrop-filter: blur(14px);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_layout{
            grid-template-columns: minmax(0, 1fr) 360px;
            gap: 42px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_content{
            gap: 32px;
            counter-reset: therapy-section;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section{
            position: relative;
            counter-increment: therapy-section;
            overflow: hidden;
            padding: 44px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section::before{
            position: absolute;
            content: counter(therapy-section, decimal-leading-zero);
            top: 24px;
            right: 28px;
            color: rgba(185, 133, 53, .12);
            font-size: 78px;
            font-weight: 900;
            line-height: 1;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section:hover::after{
            transform: scale(1.28);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section > *{
            position: relative;
            z-index: 1;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section.is_tinted{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section.is_tinted::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section.is_tinted::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section.is_tinted h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_list{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_list li{
            min-height: 54px;
            padding: 14px 16px 14px 42px;
            border: 1px solid rgba(32, 62, 42, .08);
            border-radius: 8px;
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_list li::before{
            top: 22px;
            left: 18px;
            width: 9px;
            height: 9px;
            background: #b98535;
            box-shadow: 0 0 0 6px rgba(185, 133, 53, .12);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_list li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section.is_tinted .abhyanga_list li{
            border-color: rgba(255, 255, 255, .12);
            background: rgba(255, 255, 255, .09);
            box-shadow: none;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section.is_tinted .abhyanga_list li:hover{
            background: rgba(255, 255, 255, .16);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_steps{
            gap: 22px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_step{
            position: relative;
            overflow: hidden;
            padding: 28px;
            background:
                linear-gradient(145deg, #fffdf6 0%, #fff4d9 100%);
            box-shadow: 0 16px 36px rgba(58, 72, 43, .09);
            transition: transform .32s ease, box-shadow .32s ease;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_step::before{
            position: absolute;
            content: "";
            width: 72px;
            height: 72px;
            top: -30px;
            right: -24px;
            border-radius: 50%;
            background: rgba(185, 133, 53, .18);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_step:hover{
            transform: translateY(-6px);
            box-shadow: 0 24px 52px rgba(58, 72, 43, .16);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_item{
            border: 1px solid rgba(185, 133, 53, .16);
            border-left: 5px solid #b98535;
            background:
                linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%);
            box-shadow: 0 14px 34px rgba(54, 72, 45, .07);
            transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_item:hover{
            transform: translateX(6px);
            border-color: rgba(185, 133, 53, .34);
            box-shadow: 0 18px 44px rgba(54, 72, 45, .12);
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar{
            top: 104px;
            gap: 26px;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box{
            position: relative;
            overflow: hidden;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            background:
                linear-gradient(155deg, #173722 0%, #294f31 64%, #8f651f 140%);
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            top: -105px;
            right: -80px;
            border-radius: 50%;
            background: rgba(255, 224, 156, .15);
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #e5c16e;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box a{
            position: relative;
            overflow: hidden;
            padding: 15px 15px;
            background: rgba(255, 255, 255, .08);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .55s ease;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box a:hover::before,
body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box a:hover,
body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #173722;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box a i{
            transition: transform .28s ease;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box a:hover i,
body.page-raktamokshana-therapy-kharadi .therapy_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-raktamokshana-therapy-kharadi .therapy_cta{
            position: relative;
            overflow: hidden;
            min-height: 420px;
            box-shadow: 0 28px 64px rgba(32, 62, 42, .2);
            transition: transform .35s ease, box-shadow .35s ease;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_cta::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(180deg, transparent 20%, rgba(19, 46, 29, .92) 100%);
        }

        body.page-raktamokshana-therapy-kharadi .therapy_cta > div{
            position: relative;
            z-index: 1;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_cta:hover{
            transform: translateY(-6px);
            box-shadow: 0 34px 82px rgba(32, 62, 42, .28);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section .common_btn,
body.page-raktamokshana-therapy-kharadi .therapy_cta .common_btn{
            box-shadow: 0 14px 30px rgba(185, 133, 53, .22);
        }

        @media (max-width: 1199px) {
            body.page-raktamokshana-therapy-kharadi .breadcrumb_text h1{
                font-size: 54px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-raktamokshana-therapy-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }
        }

        @media (max-width: 991px) {
            body.page-raktamokshana-therapy-kharadi .breadcrumb,
body.page-raktamokshana-therapy-kharadi .breadcrumb_overlay{
                min-height: 440px;
            }

            body.page-raktamokshana-therapy-kharadi .breadcrumb_text h1{
                font-size: 42px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_hero_panel{
                margin-top: -86px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_intro{
                gap: 20px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_intro_text{
                padding: 24px 14px 6px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_intro_image{
                min-height: 390px;
            }
        }

        @media (max-width: 767px) {
            body.page-raktamokshana-therapy-kharadi .breadcrumb,
body.page-raktamokshana-therapy-kharadi .breadcrumb_overlay{
                min-height: 390px;
            }

            body.page-raktamokshana-therapy-kharadi .breadcrumb_text h1{
                font-size: 34px;
            }

            body.page-raktamokshana-therapy-kharadi .breadcrumb_text h1::before{
                font-size: 12px;
                margin-bottom: 14px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_intro{
                padding: 12px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_intro_text h2,
body.page-raktamokshana-therapy-kharadi .abhyanga_section h2{
                font-size: 29px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_section{
                padding: 28px 20px;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_section::before{
                font-size: 54px;
                top: 18px;
                right: 18px;
            }

            body.page-raktamokshana-therapy-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }
        }

        /* Preserve the original site breadcrumb/footer spacing while keeping the therapy body premium. */
        body.page-raktamokshana-therapy-kharadi .breadcrumb{
            min-height: initial !important;
            z-index: 1 !important;
        }

        body.page-raktamokshana-therapy-kharadi .breadcrumb::before,
body.page-raktamokshana-therapy-kharadi .breadcrumb::after,
body.page-raktamokshana-therapy-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-raktamokshana-therapy-kharadi .breadcrumb_overlay{
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-raktamokshana-therapy-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-raktamokshana-therapy-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section::before{
            display: none !important;
            content: none !important;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq{
            gap: 14px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_item{
            padding: 0 !important;
            overflow: hidden;
            border-left: 0 !important;
            border-radius: 8px !important;
            background: #fffdf7 !important;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_question{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 22px 24px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_question h3{
            margin: 0 !important;
            color: #173722;
            font-size: 20px;
            line-height: 1.35;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #173722;
            box-shadow: 0 12px 26px rgba(23, 55, 34, .18);
            transition: background .28s ease, transform .28s ease;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_icon::before,
body.page-raktamokshana-therapy-kharadi .abhyanga_faq_icon::after{
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px;
            border-radius: 4px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .28s ease;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_answer p{
            margin: 0;
            padding: 0 24px 24px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_item.active{
            border-color: rgba(185, 133, 53, .36) !important;
            background: linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%) !important;
            box-shadow: 0 22px 54px rgba(54, 72, 45, .13);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon{
            background: #b98535;
            transform: rotate(180deg);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_faq_item:hover{
            transform: translateY(-3px) !important;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_page{
            overflow: visible !important;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_layout{
            align-items: flex-start !important;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar{
            position: sticky !important;
            top: 110px !important;
            align-self: flex-start !important;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-raktamokshana-therapy-kharadi .therapy_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section p{
            margin-bottom: 18px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section p + h3,
body.page-raktamokshana-therapy-kharadi .abhyanga_section .abhyanga_list + h3,
body.page-raktamokshana-therapy-kharadi .abhyanga_section .abhyanga_steps + h3{
            margin-top: 32px !important;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section h3 + p,
body.page-raktamokshana-therapy-kharadi .abhyanga_section h3 + .abhyanga_list,
body.page-raktamokshana-therapy-kharadi .abhyanga_section p + .abhyanga_list{
            margin-top: 18px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_section h2 + h3{
            margin-top: 10px;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_step .abhyanga_list,
body.page-raktamokshana-therapy-kharadi .abhyanga_faq_answer .abhyanga_list{
            display: block !important;
            margin: 12px 0 18px !important;
            padding: 0 !important;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_step .abhyanga_list li,
body.page-raktamokshana-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li{
            min-height: auto !important;
            padding: 4px 0 4px 20px !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            font-size: 15px !important;
            line-height: 1.55 !important;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_step .abhyanga_list li::before,
body.page-raktamokshana-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li::before{
            top: 13px !important;
            left: 2px !important;
            width: 7px !important;
            height: 7px !important;
            box-shadow: none !important;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_step .abhyanga_list li:hover,
body.page-raktamokshana-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li:hover{
            transform: none !important;
            background: transparent !important;
            border-color: transparent !important;
        }

        body.page-raktamokshana-therapy-kharadi .abhyanga_hero_panel{
            margin-top: 0 !important;
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            body.page-raktamokshana-therapy-kharadi .therapy_sidebar{
                position: static !important;
                max-height: none;
                overflow-y: visible;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_hero_panel{
                margin-top: 0 !important;
                padding-top: 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-raktamokshana-therapy-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-raktamokshana-therapy-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-raktamokshana-therapy-kharadi .abhyanga_hero_panel{
                padding-top: 55px;
            }
        }

/* Migrated from respiratory-ailments-treatment-kharadi.html */
body.page-respiratory-ailments-treatment-kharadi .breadcrumb{
            position: relative;
            min-height: initial !important;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
            z-index: 1 !important;
        }

        body.page-respiratory-ailments-treatment-kharadi .breadcrumb::before,
body.page-respiratory-ailments-treatment-kharadi .breadcrumb::after,
body.page-respiratory-ailments-treatment-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-respiratory-ailments-treatment-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-respiratory-ailments-treatment-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-respiratory-ailments-treatment-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_page{
            position: relative;
            overflow: visible;
            background:
                linear-gradient(180deg, #fffaf2 0%, #f7fbf2 36%, #fff9f3 68%, #ffffff 100%);
            color: #263b2a;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(52, 82, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(52, 82, 42, .035) 1px, transparent 1px);
            background-size: 58px 58px;
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, .48), transparent 58%);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_page h2{
            color: #173722;
            font-size: 39px;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_page h3{
            color: #9b6424;
            font-size: 21px;
            line-height: 1.45;
            margin-bottom: 14px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_page p,
body.page-respiratory-ailments-treatment-kharadi .women_page li{
            color: #4b5746;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_intro{
            position: relative;
            z-index: 2;
            margin-top: 0;
            padding: 74px 0;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_intro_grid{
            display: grid;
            grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
            gap: 36px;
            align-items: stretch;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .7);
            border-radius: 8px;
            background: rgba(255, 255, 255, .82);
            box-shadow: 0 34px 86px rgba(31, 59, 36, .18);
            backdrop-filter: blur(18px);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_intro_copy{
            padding: 32px 18px 32px 26px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_intro_copy h2::after,
body.page-respiratory-ailments-treatment-kharadi .women_band_heading h2::after{
            display: block;
            content: "";
            width: 86px;
            height: 4px;
            margin-top: 16px;
            border-radius: 999px;
            background: linear-gradient(90deg, #b98535, #e7c06c);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_intro_media{
            min-height: 520px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 24px 58px rgba(38, 67, 39, .22);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_intro_media img{
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_band{
            position: relative;
            z-index: 1;
            padding: 74px 0;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_band.is_soft{
            background: rgba(255, 255, 255, .54);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_band.is_tint{
            background:
                linear-gradient(135deg, rgba(26, 58, 34, .97), rgba(68, 101, 49, .95) 62%, rgba(164, 102, 76, .9));
        }

        body.page-respiratory-ailments-treatment-kharadi .women_band.is_tint h2,
body.page-respiratory-ailments-treatment-kharadi .women_band.is_tint h3,
body.page-respiratory-ailments-treatment-kharadi .women_band.is_tint p,
body.page-respiratory-ailments-treatment-kharadi .women_band.is_tint li{
            color: #fff8e6;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_band_heading{
            max-width: 900px;
            margin-bottom: 26px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_copy_stack{
            display: grid;
            gap: 14px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_two_col{
            display: block;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_feature_panel{
            position: relative;
            padding: 0;
            border-radius: 8px;
            background: transparent;
            border: 0;
            box-shadow: none;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_feature_panel::before{
            display: none;
            content: none;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_list_grid,
body.page-respiratory-ailments-treatment-kharadi .women_check_grid{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            padding: 0;
            margin: 18px 0 0;
            list-style: none;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_list_grid li,
body.page-respiratory-ailments-treatment-kharadi .women_check_grid li{
            min-height: 54px;
            padding: 14px 16px 14px 40px;
            border-radius: 8px;
            background: rgba(255, 255, 255, .86);
            border: 1px solid rgba(32, 62, 42, .08);
            box-shadow: 0 12px 30px rgba(48, 74, 42, .06);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_list_grid li{
            position: relative;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_list_grid li::before{
            position: absolute;
            content: "";
            width: 9px;
            height: 9px;
            left: 18px;
            top: 25px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_check_grid li{
            padding-left: 18px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_band.is_tint .women_list_grid li,
body.page-respiratory-ailments-treatment-kharadi .women_band.is_tint .women_check_grid li{
            background: rgba(255, 255, 255, .1);
            border-color: rgba(255, 255, 255, .15);
            box-shadow: none;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_cards{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 24px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_card .women_list_grid{
            grid-template-columns: 1fr;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_card{
            padding: 28px;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 18px 48px rgba(50, 75, 42, .08);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_steps{
            display: grid;
            gap: 20px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_step{
            padding: 30px;
            border-radius: 8px;
            background: #fffaf0;
            border: 1px solid rgba(185, 133, 53, .16);
            box-shadow: 0 18px 44px rgba(50, 75, 42, .07);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq{
            display: grid;
            gap: 14px;
            margin-top: 24px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq_item{
            overflow: hidden;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 14px 38px rgba(50, 75, 42, .07);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq_question{
            width: 100%;
            min-height: 74px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 18px 22px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq_question h3{
            margin: 0;
            color: #173722;
            font-size: 19px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #203e2a;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq_icon::before,
body.page-respiratory-ailments-treatment-kharadi .women_faq_icon::after{
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 16px;
            height: 2px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .25s ease;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq_item.active .women_faq_icon{
            background: #b98535;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq_item.active .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq_answer_inner{
            padding: 0 22px 22px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq_answer p{
            margin-bottom: 12px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_faq_answer p:last-child{
            margin-bottom: 0;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_cta_actions{
            margin-top: 24px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_content_area{
            position: relative;
            z-index: 2;
            overflow: visible;
            padding: 8px 0 88px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_page_layout{
            display: grid;
            grid-template-columns: 360px minmax(0, 1fr);
            gap: 42px;
            align-items: start;
            overflow: visible;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar{
            position: sticky !important;
            top: 110px !important;
            display: grid;
            gap: 26px;
            align-self: flex-start !important;
            height: fit-content;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box{
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            background: #203e2a;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            right: -120px;
            top: -120px;
            border-radius: 50%;
            background: rgba(255, 248, 230, .1);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #b98535;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box a{
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 15px 15px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .45s ease;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box a:hover::before,
body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box a:hover,
body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box a,
body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box a i{
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box a:hover i,
body.page-respiratory-ailments-treatment-kharadi .women_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .08), rgba(32, 62, 42, .88)),
                url(../images/treatments/treat_respositiry.webp) center/cover;
            display: flex;
            align-items: end;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .14);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_cta h3,
body.page-respiratory-ailments-treatment-kharadi .women_sidebar_cta p{
            color: #fff8e6;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_sidebar_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content{
            min-width: 0;
            display: grid;
            gap: 32px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band{
            position: relative;
            overflow: hidden;
            padding: 44px;
            border-radius: 8px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band::before{
            display: none;
            content: none;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band:hover::after{
            transform: scale(1.28);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band > .container,
body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band > *{
            position: relative;
            z-index: 1;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band:not(.is_tint){
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band.is_soft{
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 247, 224, .92));
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band.is_tint{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band.is_tint::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band.is_tint::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band.is_tint .women_band_heading h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band > .container{
            width: 100%;
            max-width: none;
            padding-left: 0;
            padding-right: 0;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band .mt_25{
            margin-top: 20px !important;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_cards{
            grid-template-columns: 1fr;
            align-items: stretch;
            gap: 18px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band_heading{
            max-width: 760px;
            margin-bottom: 24px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band_heading h2{
            position: relative;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_two_col{
            display: block;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_list_grid,
body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_check_grid{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_list_grid li,
body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_check_grid li{
            min-height: 54px;
            border: 1px solid rgba(32, 62, 42, .08);
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_list_grid li:hover,
body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_check_grid li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_step,
body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_card,
body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_feature_panel{
            border-radius: 8px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_step,
body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_card{
            background: rgba(255, 255, 255, .72);
            border: 1px solid rgba(185, 133, 53, .14);
            box-shadow: 0 12px 32px rgba(48, 69, 42, .06);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band.is_tint .women_card{
            background: rgba(255, 248, 230, .08);
            border-color: rgba(255, 238, 189, .22);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 42px rgba(0, 0, 0, .08);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band.is_tint .women_card h3{
            color: #fff8e6;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band.is_tint .women_card p{
            color: rgba(255, 248, 230, .88);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band.is_tint .women_card .women_list_grid li,
body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band.is_tint .women_card .women_check_grid li{
            min-height: 48px;
            background: rgba(255, 255, 255, .08);
            border-color: rgba(255, 238, 189, .16);
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_feature_panel{
            margin-top: 18px;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_faq_item{
            border-left: 4px solid #b98535;
            border-radius: 0 8px 8px 0;
            background: #fffaf0;
        }

        body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band.is_tint .women_list_grid li:hover,
body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band.is_tint .women_check_grid li:hover{
            background: rgba(255, 255, 255, .16);
            border-color: rgba(255, 238, 189, .28);
        }

        @media (max-width: 1199px) {
            body.page-respiratory-ailments-treatment-kharadi .women_intro_grid,
body.page-respiratory-ailments-treatment-kharadi .women_two_col{
                grid-template-columns: 1fr;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_page_layout{
                grid-template-columns: 1fr;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_sidebar{
                position: static !important;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                height: auto;
                max-height: none;
                overflow-y: visible;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_intro_media{
                min-height: 420px;
            }
        }

        @media (max-width: 991px) {
            body.page-respiratory-ailments-treatment-kharadi .breadcrumb,
body.page-respiratory-ailments-treatment-kharadi .breadcrumb_overlay{
                min-height: initial !important;
            }

            body.page-respiratory-ailments-treatment-kharadi .breadcrumb_overlay{
                padding: 210px 0px 105px 0px !important;
            }

            body.page-respiratory-ailments-treatment-kharadi .breadcrumb_text h1{
                font-size: 42px !important;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_intro{
                margin-top: 0;
                padding: 58px 0;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_intro_grid{
                padding: 14px;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_intro_copy{
                padding: 24px 12px;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_page h2{
                font-size: 32px;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_band{
                padding: 58px 0;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_content_area{
                padding: 0 0 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-respiratory-ailments-treatment-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-respiratory-ailments-treatment-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_page h2{
                font-size: 28px;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_page h3{
                font-size: 19px;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_list_grid,
body.page-respiratory-ailments-treatment-kharadi .women_check_grid{
                grid-template-columns: 1fr;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_card,
body.page-respiratory-ailments-treatment-kharadi .women_step{
                padding: 22px;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_cards,
body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_intro_media{
                min-height: 300px;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_faq_question{
                align-items: flex-start;
                padding: 18px;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_faq_question h3{
                font-size: 17px;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_faq_icon{
                width: 32px;
                height: 32px;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-respiratory-ailments-treatment-kharadi .women_main_content .women_band{
                padding: 24px 18px;
            }
        }

/* Migrated from shirodhara-therapy-kharadi.html */
body.page-shirodhara-therapy-kharadi .abhyanga_page{
            background:
                linear-gradient(180deg, #fffaf0 0%, #f7fbf3 48%, #fff 100%);
            color: #2d3427;
            overflow: hidden;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_hero_panel{
            position: relative;
            margin-top: -86px;
            z-index: 3;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro{
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
            gap: 34px;
            align-items: stretch;
            padding: 34px;
            border: 1px solid rgba(132, 99, 43, .16);
            border-radius: 8px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 28px 70px rgba(47, 68, 38, .14);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_text h2,
body.page-shirodhara-therapy-kharadi .abhyanga_section h2{
            color: #203e2a;
            font-size: 34px;
            line-height: 1.18;
            margin-bottom: 16px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_text h3,
body.page-shirodhara-therapy-kharadi .abhyanga_section h3{
            color: #a36d22;
            font-size: 20px;
            line-height: 1.45;
            margin-bottom: 18px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_text p,
body.page-shirodhara-therapy-kharadi .abhyanga_section p,
body.page-shirodhara-therapy-kharadi .abhyanga_section li{
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_image{
            position: relative;
            min-height: 430px;
            border-radius: 8px;
            overflow: hidden;
            background: #e8eadb;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_badge{
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 22px;
            padding: 18px 20px;
            border-radius: 8px;
            background: rgba(31, 61, 42, .92);
            color: #fff7df;
            font-size: 17px;
            line-height: 1.55;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_layout{
            display: grid;
            grid-template-columns: minmax(0, 1fr) 330px;
            gap: 34px;
            align-items: start;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_content{
            display: grid;
            gap: 26px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section{
            padding: 34px;
            border: 1px solid rgba(32, 62, 42, .11);
            border-radius: 8px;
            background: rgba(255, 255, 255, .9);
            box-shadow: 0 18px 50px rgba(54, 72, 45, .08);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section.is_tinted{
            background: linear-gradient(135deg, #203e2a 0%, #385f3a 100%);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section.is_tinted h2,
body.page-shirodhara-therapy-kharadi .abhyanga_section.is_tinted h3,
body.page-shirodhara-therapy-kharadi .abhyanga_section.is_tinted p,
body.page-shirodhara-therapy-kharadi .abhyanga_section.is_tinted li{
            color: #fff8e6;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_list{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 18px;
            margin-top: 18px;
            padding: 0;
            list-style: none;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_list li{
            position: relative;
            padding-left: 22px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_list li::before{
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 0;
            top: 14px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_steps{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: 20px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_step{
            padding: 22px;
            border-radius: 8px;
            background: #fff9ea;
            border: 1px solid rgba(163, 109, 34, .16);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_step h3{
            margin-bottom: 10px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq{
            display: grid;
            gap: 16px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_item{
            padding: 20px 22px;
            border-left: 4px solid #b98535;
            background: #fffaf0;
            border-radius: 0 8px 8px 0;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_item h3{
            margin-bottom: 8px;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar{
            position: sticky;
            top: 115px;
            display: grid;
            gap: 22px;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box{
            border-radius: 8px;
            background: #203e2a;
            padding: 26px;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box h3{
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box a{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 13px 14px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box a:hover,
body.page-shirodhara-therapy-kharadi .therapy_sidebar_box a.active{
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-shirodhara-therapy-kharadi .therapy_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .16), rgba(32, 62, 42, .88)),
                url(../images/therapies/ther_shiroda.webp) center/cover;
            display: flex;
            align-items: end;
        }

        body.page-shirodhara-therapy-kharadi .therapy_cta h3,
body.page-shirodhara-therapy-kharadi .therapy_cta p{
            color: #fff8e6;
        }

        body.page-shirodhara-therapy-kharadi .therapy_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-shirodhara-therapy-kharadi .therapy_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-shirodhara-therapy-kharadi .therapy_cta .common_btn{
            padding: 14px 34px 13px 20px;
        }

        @media (max-width: 1199px) {
            body.page-shirodhara-therapy-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-shirodhara-therapy-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 991px) {
            body.page-shirodhara-therapy-kharadi .abhyanga_intro{
                grid-template-columns: 1fr;
                padding: 24px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_hero_panel{
                margin-top: 60px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_intro_image{
                min-height: 360px;
            }
        }

        @media (max-width: 767px) {
            body.page-shirodhara-therapy-kharadi .abhyanga_intro_text h2,
body.page-shirodhara-therapy-kharadi .abhyanga_section h2{
                font-size: 28px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_section,
body.page-shirodhara-therapy-kharadi .abhyanga_intro{
                padding: 22px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_list,
body.page-shirodhara-therapy-kharadi .abhyanga_steps,
body.page-shirodhara-therapy-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_intro_image{
                min-height: 300px;
            }
        }

        body.page-shirodhara-therapy-kharadi .breadcrumb{
            position: relative;
            min-height: 520px;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
        }

        body.page-shirodhara-therapy-kharadi .breadcrumb::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(110deg, rgba(19, 46, 29, .92) 0%, rgba(35, 75, 45, .72) 48%, rgba(169, 112, 32, .42) 100%),
                radial-gradient(circle at 80% 30%, rgba(255, 228, 168, .32), transparent 34%);
            z-index: 1;
        }

        body.page-shirodhara-therapy-kharadi .breadcrumb::after{
            position: absolute;
            content: "";
            width: 78%;
            height: 120px;
            left: 11%;
            bottom: -70px;
            background: rgba(255, 250, 240, .95);
            border-radius: 50%;
            filter: blur(10px);
            z-index: 1;
        }

        body.page-shirodhara-therapy-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: 520px;
            display: flex;
            align-items: center;
            padding-top: 90px;
            background: transparent;
        }

        body.page-shirodhara-therapy-kharadi .breadcrumb_text{
            max-width: 920px;
        }

        body.page-shirodhara-therapy-kharadi .breadcrumb_text h1{
            position: relative;
            font-size: 64px;
            line-height: 1.06;
            max-width: 900px;
            text-shadow: 0 18px 48px rgba(0, 0, 0, .34);
        }

        body.page-shirodhara-therapy-kharadi .breadcrumb_text h1::before{
            display: inline-flex;
            content: "Atulya Ayurveda";
            width: fit-content;
            margin-bottom: 18px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 236, 183, .38);
            border-radius: 999px;
            background: rgba(255, 248, 230, .13);
            color: #ffe8ad;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-shadow: none;
            backdrop-filter: blur(14px);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_page{
            position: relative;
            background:
                radial-gradient(circle at 7% 5%, rgba(185, 133, 53, .17), transparent 29%),
                linear-gradient(180deg, #fffaf0 0%, #f4f8ee 43%, #fffaf3 100%);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(32, 62, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(32, 62, 42, .035) 1px, transparent 1px);
            background-size: 54px 54px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,.45), transparent 48%);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_hero_panel{
            margin-top: -128px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro{
            position: relative;
            isolation: isolate;
            gap: 42px;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .62);
            border-radius: 8px;
            background: rgba(255, 255, 255, .76);
            box-shadow:
                0 35px 90px rgba(23, 55, 34, .2),
                inset 0 1px 0 rgba(255, 255, 255, .9);
            backdrop-filter: blur(18px);
            transform: translateY(0);
            transition: transform .45s ease, box-shadow .45s ease;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro:hover{
            transform: translateY(-6px);
            box-shadow:
                0 42px 105px rgba(23, 55, 34, .26),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro::before{
            position: absolute;
            content: "";
            inset: 12px;
            border: 1px solid rgba(185, 133, 53, .18);
            border-radius: 8px;
            pointer-events: none;
            z-index: -1;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_text{
            padding: 32px 18px 32px 28px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_text h2,
body.page-shirodhara-therapy-kharadi .abhyanga_section h2{
            position: relative;
            color: #173722;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_text h2::after,
body.page-shirodhara-therapy-kharadi .abhyanga_section h2::after{
            display: block;
            content: "";
            width: 78px;
            height: 4px;
            margin-top: 16px;
            border-radius: 20px;
            background: linear-gradient(90deg, #b98535, #e5c16e);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_text h3,
body.page-shirodhara-therapy-kharadi .abhyanga_section h3{
            color: #96641e;
            font-weight: 700;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_text p,
body.page-shirodhara-therapy-kharadi .abhyanga_section p,
body.page-shirodhara-therapy-kharadi .abhyanga_section li{
            color: #485242;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_image{
            min-height: 560px;
            border-radius: 8px;
            box-shadow: 0 24px 58px rgba(26, 55, 33, .24);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_image::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(180deg, transparent 40%, rgba(21, 49, 31, .72) 100%),
                linear-gradient(90deg, rgba(181, 126, 45, .2), transparent 42%);
            z-index: 1;
            pointer-events: none;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_image img{
            transform: scale(1.02);
            transition: transform .8s ease, filter .8s ease;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro:hover .abhyanga_intro_image img{
            transform: scale(1.08);
            filter: saturate(1.06) contrast(1.04);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_intro_badge{
            z-index: 2;
            left: 24px;
            right: 24px;
            bottom: 24px;
            border: 1px solid rgba(255, 238, 189, .34);
            background: rgba(23, 55, 34, .82);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
            backdrop-filter: blur(14px);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_layout{
            grid-template-columns: minmax(0, 1fr) 360px;
            gap: 42px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_content{
            gap: 32px;
            counter-reset: therapy-section;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section{
            position: relative;
            counter-increment: therapy-section;
            overflow: hidden;
            padding: 44px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section::before{
            position: absolute;
            content: counter(therapy-section, decimal-leading-zero);
            top: 24px;
            right: 28px;
            color: rgba(185, 133, 53, .12);
            font-size: 78px;
            font-weight: 900;
            line-height: 1;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section:hover::after{
            transform: scale(1.28);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section > *{
            position: relative;
            z-index: 1;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section.is_tinted{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section.is_tinted::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section.is_tinted::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section.is_tinted h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_list{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_list li{
            min-height: 54px;
            padding: 14px 16px 14px 42px;
            border: 1px solid rgba(32, 62, 42, .08);
            border-radius: 8px;
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_list li::before{
            top: 22px;
            left: 18px;
            width: 9px;
            height: 9px;
            background: #b98535;
            box-shadow: 0 0 0 6px rgba(185, 133, 53, .12);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_list li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section.is_tinted .abhyanga_list li{
            border-color: rgba(255, 255, 255, .12);
            background: rgba(255, 255, 255, .09);
            box-shadow: none;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section.is_tinted .abhyanga_list li:hover{
            background: rgba(255, 255, 255, .16);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_steps{
            gap: 22px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_step{
            position: relative;
            overflow: hidden;
            padding: 28px;
            background:
                linear-gradient(145deg, #fffdf6 0%, #fff4d9 100%);
            box-shadow: 0 16px 36px rgba(58, 72, 43, .09);
            transition: transform .32s ease, box-shadow .32s ease;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_step::before{
            position: absolute;
            content: "";
            width: 72px;
            height: 72px;
            top: -30px;
            right: -24px;
            border-radius: 50%;
            background: rgba(185, 133, 53, .18);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_step:hover{
            transform: translateY(-6px);
            box-shadow: 0 24px 52px rgba(58, 72, 43, .16);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_item{
            border: 1px solid rgba(185, 133, 53, .16);
            border-left: 5px solid #b98535;
            background:
                linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%);
            box-shadow: 0 14px 34px rgba(54, 72, 45, .07);
            transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_item:hover{
            transform: translateX(6px);
            border-color: rgba(185, 133, 53, .34);
            box-shadow: 0 18px 44px rgba(54, 72, 45, .12);
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar{
            top: 104px;
            gap: 26px;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box{
            position: relative;
            overflow: hidden;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            background:
                linear-gradient(155deg, #173722 0%, #294f31 64%, #8f651f 140%);
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            top: -105px;
            right: -80px;
            border-radius: 50%;
            background: rgba(255, 224, 156, .15);
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #e5c16e;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box a{
            position: relative;
            overflow: hidden;
            padding: 15px 15px;
            background: rgba(255, 255, 255, .08);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .55s ease;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box a:hover::before,
body.page-shirodhara-therapy-kharadi .therapy_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box a:hover,
body.page-shirodhara-therapy-kharadi .therapy_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #173722;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box a i{
            transition: transform .28s ease;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar_box a:hover i,
body.page-shirodhara-therapy-kharadi .therapy_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-shirodhara-therapy-kharadi .therapy_cta{
            position: relative;
            overflow: hidden;
            min-height: 420px;
            box-shadow: 0 28px 64px rgba(32, 62, 42, .2);
            transition: transform .35s ease, box-shadow .35s ease;
        }

        body.page-shirodhara-therapy-kharadi .therapy_cta::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(180deg, transparent 20%, rgba(19, 46, 29, .92) 100%);
        }

        body.page-shirodhara-therapy-kharadi .therapy_cta > div{
            position: relative;
            z-index: 1;
        }

        body.page-shirodhara-therapy-kharadi .therapy_cta:hover{
            transform: translateY(-6px);
            box-shadow: 0 34px 82px rgba(32, 62, 42, .28);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section .common_btn,
body.page-shirodhara-therapy-kharadi .therapy_cta .common_btn{
            box-shadow: 0 14px 30px rgba(185, 133, 53, .22);
        }

        @media (max-width: 1199px) {
            body.page-shirodhara-therapy-kharadi .breadcrumb_text h1{
                font-size: 54px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-shirodhara-therapy-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }
        }

        @media (max-width: 991px) {
            body.page-shirodhara-therapy-kharadi .breadcrumb,
body.page-shirodhara-therapy-kharadi .breadcrumb_overlay{
                min-height: 440px;
            }

            body.page-shirodhara-therapy-kharadi .breadcrumb_text h1{
                font-size: 42px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_hero_panel{
                margin-top: -86px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_intro{
                gap: 20px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_intro_text{
                padding: 24px 14px 6px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_intro_image{
                min-height: 390px;
            }
        }

        @media (max-width: 767px) {
            body.page-shirodhara-therapy-kharadi .breadcrumb,
body.page-shirodhara-therapy-kharadi .breadcrumb_overlay{
                min-height: 390px;
            }

            body.page-shirodhara-therapy-kharadi .breadcrumb_text h1{
                font-size: 34px;
            }

            body.page-shirodhara-therapy-kharadi .breadcrumb_text h1::before{
                font-size: 12px;
                margin-bottom: 14px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_intro{
                padding: 12px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_intro_text h2,
body.page-shirodhara-therapy-kharadi .abhyanga_section h2{
                font-size: 29px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_section{
                padding: 28px 20px;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_section::before{
                font-size: 54px;
                top: 18px;
                right: 18px;
            }

            body.page-shirodhara-therapy-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }
        }

        /* Preserve the original site breadcrumb/footer spacing while keeping the therapy body premium. */
        body.page-shirodhara-therapy-kharadi .breadcrumb{
            min-height: initial !important;
            z-index: 1 !important;
        }

        body.page-shirodhara-therapy-kharadi .breadcrumb::before,
body.page-shirodhara-therapy-kharadi .breadcrumb::after,
body.page-shirodhara-therapy-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-shirodhara-therapy-kharadi .breadcrumb_overlay{
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-shirodhara-therapy-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-shirodhara-therapy-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section::before{
            display: none !important;
            content: none !important;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq{
            gap: 14px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_item{
            padding: 0 !important;
            overflow: hidden;
            border-left: 0 !important;
            border-radius: 8px !important;
            background: #fffdf7 !important;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_question{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 22px 24px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_question h3{
            margin: 0 !important;
            color: #173722;
            font-size: 20px;
            line-height: 1.35;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #173722;
            box-shadow: 0 12px 26px rgba(23, 55, 34, .18);
            transition: background .28s ease, transform .28s ease;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_icon::before,
body.page-shirodhara-therapy-kharadi .abhyanga_faq_icon::after{
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px;
            border-radius: 4px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .28s ease;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_answer p{
            margin: 0;
            padding: 0 24px 24px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_item.active{
            border-color: rgba(185, 133, 53, .36) !important;
            background: linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%) !important;
            box-shadow: 0 22px 54px rgba(54, 72, 45, .13);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon{
            background: #b98535;
            transform: rotate(180deg);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_faq_item:hover{
            transform: translateY(-3px) !important;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_page{
            overflow: visible !important;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_layout{
            align-items: flex-start !important;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar{
            position: sticky !important;
            top: 110px !important;
            align-self: flex-start !important;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-shirodhara-therapy-kharadi .therapy_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section p{
            margin-bottom: 18px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section p + h3,
body.page-shirodhara-therapy-kharadi .abhyanga_section .abhyanga_list + h3,
body.page-shirodhara-therapy-kharadi .abhyanga_section .abhyanga_steps + h3{
            margin-top: 32px !important;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section h3 + p,
body.page-shirodhara-therapy-kharadi .abhyanga_section h3 + .abhyanga_list,
body.page-shirodhara-therapy-kharadi .abhyanga_section p + .abhyanga_list{
            margin-top: 18px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_section h2 + h3{
            margin-top: 10px;
        }

        body.page-shirodhara-therapy-kharadi .abhyanga_hero_panel{
            margin-top: 0 !important;
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            body.page-shirodhara-therapy-kharadi .therapy_sidebar{
                position: static !important;
                max-height: none;
                overflow-y: visible;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_hero_panel{
                margin-top: 0 !important;
                padding-top: 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-shirodhara-therapy-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-shirodhara-therapy-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-shirodhara-therapy-kharadi .abhyanga_hero_panel{
                padding-top: 55px;
            }
        }

/* Migrated from skin-hair-treatment-kharadi.html */
body.page-skin-hair-treatment-kharadi .breadcrumb{
            position: relative;
            min-height: initial !important;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
            z-index: 1 !important;
        }

        body.page-skin-hair-treatment-kharadi .breadcrumb::before,
body.page-skin-hair-treatment-kharadi .breadcrumb::after,
body.page-skin-hair-treatment-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-skin-hair-treatment-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-skin-hair-treatment-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-skin-hair-treatment-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-skin-hair-treatment-kharadi .women_page{
            position: relative;
            overflow: visible;
            background:
                linear-gradient(180deg, #fffaf2 0%, #f7fbf2 36%, #fff9f3 68%, #ffffff 100%);
            color: #263b2a;
        }

        body.page-skin-hair-treatment-kharadi .women_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(52, 82, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(52, 82, 42, .035) 1px, transparent 1px);
            background-size: 58px 58px;
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, .48), transparent 58%);
        }

        body.page-skin-hair-treatment-kharadi .women_page h2{
            color: #173722;
            font-size: 39px;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        body.page-skin-hair-treatment-kharadi .women_page h3{
            color: #9b6424;
            font-size: 21px;
            line-height: 1.45;
            margin-bottom: 14px;
        }

        body.page-skin-hair-treatment-kharadi .women_page p,
body.page-skin-hair-treatment-kharadi .women_page li{
            color: #4b5746;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-skin-hair-treatment-kharadi .women_intro{
            position: relative;
            z-index: 2;
            margin-top: 0;
            padding: 74px 0;
        }

        body.page-skin-hair-treatment-kharadi .women_intro_grid{
            display: grid;
            grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
            gap: 36px;
            align-items: stretch;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .7);
            border-radius: 8px;
            background: rgba(255, 255, 255, .82);
            box-shadow: 0 34px 86px rgba(31, 59, 36, .18);
            backdrop-filter: blur(18px);
        }

        body.page-skin-hair-treatment-kharadi .women_intro_copy{
            padding: 32px 18px 32px 26px;
        }

        body.page-skin-hair-treatment-kharadi .women_intro_copy h2::after,
body.page-skin-hair-treatment-kharadi .women_band_heading h2::after{
            display: block;
            content: "";
            width: 86px;
            height: 4px;
            margin-top: 16px;
            border-radius: 999px;
            background: linear-gradient(90deg, #b98535, #e7c06c);
        }

        body.page-skin-hair-treatment-kharadi .women_intro_media{
            min-height: 520px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 24px 58px rgba(38, 67, 39, .22);
        }

        body.page-skin-hair-treatment-kharadi .women_intro_media img{
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        body.page-skin-hair-treatment-kharadi .women_band{
            position: relative;
            z-index: 1;
            padding: 74px 0;
        }

        body.page-skin-hair-treatment-kharadi .women_band.is_soft{
            background: rgba(255, 255, 255, .54);
        }

        body.page-skin-hair-treatment-kharadi .women_band.is_tint{
            background:
                linear-gradient(135deg, rgba(26, 58, 34, .97), rgba(68, 101, 49, .95) 62%, rgba(164, 102, 76, .9));
        }

        body.page-skin-hair-treatment-kharadi .women_band.is_tint h2,
body.page-skin-hair-treatment-kharadi .women_band.is_tint h3,
body.page-skin-hair-treatment-kharadi .women_band.is_tint p,
body.page-skin-hair-treatment-kharadi .women_band.is_tint li{
            color: #fff8e6;
        }

        body.page-skin-hair-treatment-kharadi .women_band_heading{
            max-width: 900px;
            margin-bottom: 26px;
        }

        body.page-skin-hair-treatment-kharadi .women_copy_stack{
            display: grid;
            gap: 14px;
        }

        body.page-skin-hair-treatment-kharadi .women_two_col{
            display: block;
        }

        body.page-skin-hair-treatment-kharadi .women_feature_panel{
            position: relative;
            padding: 0;
            border-radius: 8px;
            background: transparent;
            border: 0;
            box-shadow: none;
        }

        body.page-skin-hair-treatment-kharadi .women_feature_panel::before{
            display: none;
            content: none;
        }

        body.page-skin-hair-treatment-kharadi .women_list_grid,
body.page-skin-hair-treatment-kharadi .women_check_grid{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            padding: 0;
            margin: 18px 0 0;
            list-style: none;
        }

        body.page-skin-hair-treatment-kharadi .women_list_grid li,
body.page-skin-hair-treatment-kharadi .women_check_grid li{
            min-height: 54px;
            padding: 14px 16px 14px 40px;
            border-radius: 8px;
            background: rgba(255, 255, 255, .86);
            border: 1px solid rgba(32, 62, 42, .08);
            box-shadow: 0 12px 30px rgba(48, 74, 42, .06);
        }

        body.page-skin-hair-treatment-kharadi .women_list_grid li{
            position: relative;
        }

        body.page-skin-hair-treatment-kharadi .women_list_grid li::before{
            position: absolute;
            content: "";
            width: 9px;
            height: 9px;
            left: 18px;
            top: 25px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-skin-hair-treatment-kharadi .women_check_grid li{
            padding-left: 18px;
        }

        body.page-skin-hair-treatment-kharadi .women_band.is_tint .women_list_grid li,
body.page-skin-hair-treatment-kharadi .women_band.is_tint .women_check_grid li{
            background: rgba(255, 255, 255, .1);
            border-color: rgba(255, 255, 255, .15);
            box-shadow: none;
        }

        body.page-skin-hair-treatment-kharadi .women_cards{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 24px;
        }

        body.page-skin-hair-treatment-kharadi .women_card .women_list_grid{
            grid-template-columns: 1fr;
        }

        body.page-skin-hair-treatment-kharadi .women_card{
            padding: 28px;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 18px 48px rgba(50, 75, 42, .08);
        }

        body.page-skin-hair-treatment-kharadi .women_steps{
            display: grid;
            gap: 20px;
        }

        body.page-skin-hair-treatment-kharadi .women_step{
            padding: 30px;
            border-radius: 8px;
            background: #fffaf0;
            border: 1px solid rgba(185, 133, 53, .16);
            box-shadow: 0 18px 44px rgba(50, 75, 42, .07);
        }

        body.page-skin-hair-treatment-kharadi .women_faq{
            display: grid;
            gap: 14px;
            margin-top: 24px;
        }

        body.page-skin-hair-treatment-kharadi .women_faq_item{
            overflow: hidden;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 14px 38px rgba(50, 75, 42, .07);
        }

        body.page-skin-hair-treatment-kharadi .women_faq_question{
            width: 100%;
            min-height: 74px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 18px 22px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-skin-hair-treatment-kharadi .women_faq_question h3{
            margin: 0;
            color: #173722;
            font-size: 19px;
        }

        body.page-skin-hair-treatment-kharadi .women_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #203e2a;
        }

        body.page-skin-hair-treatment-kharadi .women_faq_icon::before,
body.page-skin-hair-treatment-kharadi .women_faq_icon::after{
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 16px;
            height: 2px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .25s ease;
        }

        body.page-skin-hair-treatment-kharadi .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-skin-hair-treatment-kharadi .women_faq_item.active .women_faq_icon{
            background: #b98535;
        }

        body.page-skin-hair-treatment-kharadi .women_faq_item.active .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-skin-hair-treatment-kharadi .women_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-skin-hair-treatment-kharadi .women_faq_answer_inner{
            padding: 0 22px 22px;
        }

        body.page-skin-hair-treatment-kharadi .women_faq_answer p{
            margin-bottom: 12px;
        }

        body.page-skin-hair-treatment-kharadi .women_faq_answer p:last-child{
            margin-bottom: 0;
        }

        body.page-skin-hair-treatment-kharadi .women_cta_actions{
            margin-top: 24px;
        }

        body.page-skin-hair-treatment-kharadi .women_content_area{
            position: relative;
            z-index: 2;
            overflow: visible;
            padding: 8px 0 88px;
        }

        body.page-skin-hair-treatment-kharadi .women_page_layout{
            display: grid;
            grid-template-columns: 360px minmax(0, 1fr);
            gap: 42px;
            align-items: start;
            overflow: visible;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar{
            position: sticky !important;
            top: 110px !important;
            display: grid;
            gap: 26px;
            align-self: flex-start !important;
            height: fit-content;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_box{
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            background: #203e2a;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            right: -120px;
            top: -120px;
            border-radius: 50%;
            background: rgba(255, 248, 230, .1);
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #b98535;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_box a{
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 15px 15px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .45s ease;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_box a:hover::before,
body.page-skin-hair-treatment-kharadi .women_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_box a:hover,
body.page-skin-hair-treatment-kharadi .women_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_box a,
body.page-skin-hair-treatment-kharadi .women_sidebar_box a i{
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_box a:hover i,
body.page-skin-hair-treatment-kharadi .women_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .08), rgba(32, 62, 42, .88)),
                url(../images/treatments/treat_skin.webp) center/cover;
            display: flex;
            align-items: end;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .14);
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_cta h3,
body.page-skin-hair-treatment-kharadi .women_sidebar_cta p{
            color: #fff8e6;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-skin-hair-treatment-kharadi .women_sidebar_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content{
            min-width: 0;
            display: grid;
            gap: 32px;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band{
            position: relative;
            overflow: hidden;
            padding: 44px;
            border-radius: 8px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band::before{
            display: none;
            content: none;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band:hover::after{
            transform: scale(1.28);
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band > .container,
body.page-skin-hair-treatment-kharadi .women_main_content .women_band > *{
            position: relative;
            z-index: 1;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band:not(.is_tint){
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band.is_soft{
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 247, 224, .92));
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band.is_tint{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band.is_tint::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band.is_tint::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band.is_tint .women_band_heading h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band > .container{
            width: 100%;
            max-width: none;
            padding-left: 0;
            padding-right: 0;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band .mt_25{
            margin-top: 20px !important;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_cards{
            grid-template-columns: 1fr;
            align-items: stretch;
            gap: 18px;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band_heading{
            max-width: 760px;
            margin-bottom: 24px;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band_heading h2{
            position: relative;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_two_col{
            display: block;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_list_grid,
body.page-skin-hair-treatment-kharadi .women_main_content .women_check_grid{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_list_grid li,
body.page-skin-hair-treatment-kharadi .women_main_content .women_check_grid li{
            min-height: 54px;
            border: 1px solid rgba(32, 62, 42, .08);
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_list_grid li:hover,
body.page-skin-hair-treatment-kharadi .women_main_content .women_check_grid li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_step,
body.page-skin-hair-treatment-kharadi .women_main_content .women_card,
body.page-skin-hair-treatment-kharadi .women_main_content .women_feature_panel{
            border-radius: 8px;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_step,
body.page-skin-hair-treatment-kharadi .women_main_content .women_card{
            background: rgba(255, 255, 255, .72);
            border: 1px solid rgba(185, 133, 53, .14);
            box-shadow: 0 12px 32px rgba(48, 69, 42, .06);
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band.is_tint .women_card{
            background: rgba(255, 248, 230, .08);
            border-color: rgba(255, 238, 189, .22);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 42px rgba(0, 0, 0, .08);
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band.is_tint .women_card h3{
            color: #fff8e6;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band.is_tint .women_card p{
            color: rgba(255, 248, 230, .88);
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band.is_tint .women_card .women_list_grid li,
body.page-skin-hair-treatment-kharadi .women_main_content .women_band.is_tint .women_card .women_check_grid li{
            min-height: 48px;
            background: rgba(255, 255, 255, .08);
            border-color: rgba(255, 238, 189, .16);
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_feature_panel{
            margin-top: 18px;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_faq_item{
            border-left: 4px solid #b98535;
            border-radius: 0 8px 8px 0;
            background: #fffaf0;
        }

        body.page-skin-hair-treatment-kharadi .women_main_content .women_band.is_tint .women_list_grid li:hover,
body.page-skin-hair-treatment-kharadi .women_main_content .women_band.is_tint .women_check_grid li:hover{
            background: rgba(255, 255, 255, .16);
            border-color: rgba(255, 238, 189, .28);
        }

        @media (max-width: 1199px) {
            body.page-skin-hair-treatment-kharadi .women_intro_grid,
body.page-skin-hair-treatment-kharadi .women_two_col{
                grid-template-columns: 1fr;
            }

            body.page-skin-hair-treatment-kharadi .women_page_layout{
                grid-template-columns: 1fr;
            }

            body.page-skin-hair-treatment-kharadi .women_sidebar{
                position: static !important;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                height: auto;
                max-height: none;
                overflow-y: visible;
            }

            body.page-skin-hair-treatment-kharadi .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-skin-hair-treatment-kharadi .women_intro_media{
                min-height: 420px;
            }
        }

        @media (max-width: 991px) {
            body.page-skin-hair-treatment-kharadi .breadcrumb,
body.page-skin-hair-treatment-kharadi .breadcrumb_overlay{
                min-height: initial !important;
            }

            body.page-skin-hair-treatment-kharadi .breadcrumb_overlay{
                padding: 210px 0px 105px 0px !important;
            }

            body.page-skin-hair-treatment-kharadi .breadcrumb_text h1{
                font-size: 42px !important;
            }

            body.page-skin-hair-treatment-kharadi .women_intro{
                margin-top: 0;
                padding: 58px 0;
            }

            body.page-skin-hair-treatment-kharadi .women_intro_grid{
                padding: 14px;
            }

            body.page-skin-hair-treatment-kharadi .women_intro_copy{
                padding: 24px 12px;
            }

            body.page-skin-hair-treatment-kharadi .women_page h2{
                font-size: 32px;
            }

            body.page-skin-hair-treatment-kharadi .women_band{
                padding: 58px 0;
            }

            body.page-skin-hair-treatment-kharadi .women_content_area{
                padding: 0 0 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-skin-hair-treatment-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-skin-hair-treatment-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-skin-hair-treatment-kharadi .women_page h2{
                font-size: 28px;
            }

            body.page-skin-hair-treatment-kharadi .women_page h3{
                font-size: 19px;
            }

            body.page-skin-hair-treatment-kharadi .women_list_grid,
body.page-skin-hair-treatment-kharadi .women_check_grid{
                grid-template-columns: 1fr;
            }

            body.page-skin-hair-treatment-kharadi .women_card,
body.page-skin-hair-treatment-kharadi .women_step{
                padding: 22px;
            }

            body.page-skin-hair-treatment-kharadi .women_cards,
body.page-skin-hair-treatment-kharadi .women_main_content .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-skin-hair-treatment-kharadi .women_intro_media{
                min-height: 300px;
            }

            body.page-skin-hair-treatment-kharadi .women_faq_question{
                align-items: flex-start;
                padding: 18px;
            }

            body.page-skin-hair-treatment-kharadi .women_faq_question h3{
                font-size: 17px;
            }

            body.page-skin-hair-treatment-kharadi .women_faq_icon{
                width: 32px;
                height: 32px;
            }

            body.page-skin-hair-treatment-kharadi .women_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-skin-hair-treatment-kharadi .women_main_content .women_band{
                padding: 24px 18px;
            }
        }

/* Migrated from testimonials.html */
body.page-testimonials .testimonial_page{
            position: relative;
            overflow: hidden;
            background: linear-gradient(180deg, #fffaf0 0%, #f8fbf3 48%, #ffffff 100%);
            color: #203e2a;
        }

        body.page-testimonials .testimonial_page_section{
            position: relative;
        }

        body.page-testimonials .testimonial_page_section > .container{
            max-width: 1140px;
        }

        body.page-testimonials .testimonial_page_section::before,
body.page-testimonials .testimonial_page_section::after{
            display: none;
        }

        body.page-testimonials .testimonial_page_section::before{
            width: 360px;
            height: 360px;
            right: -130px;
            top: 70px;
            background: rgba(32, 62, 42, .08);
        }

        body.page-testimonials .testimonial_page_section::after{
            width: 260px;
            height: 260px;
            left: -110px;
            bottom: 80px;
            background: rgba(163, 109, 34, .10);
        }

        body.page-testimonials .testimonial_page_intro{
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, 1fr) 320px;
            gap: 28px;
            align-items: stretch;
            margin-bottom: 18px;
        }

        body.page-testimonials .testimonial_page_heading,
body.page-testimonials .testimonial_page_score{
            min-width: 0;
            border: 1px solid rgba(32, 62, 42, .12);
            border-radius: 8px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 24px 64px rgba(47, 68, 38, .12);
        }

        body.page-testimonials .testimonial_page_heading{
            padding: 38px 42px;
        }

        body.page-testimonials .testimonial_page_heading span{
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 12px;
            color: #b98535;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
        }

        body.page-testimonials .testimonial_page_heading h2{
            margin: 0 0 12px;
            color: #203e2a;
            font-size: 42px;
            line-height: 1.2;
            overflow-wrap: anywhere;
            white-space: normal;
        }

        body.page-testimonials .testimonial_page_heading p{
            margin: 0;
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.75;
            overflow-wrap: anywhere;
        }

        body.page-testimonials .testimonial_page_score{
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 30px;
            background: linear-gradient(135deg, #203e2a 0%, #385f3a 100%);
            color: #fff8e6;
        }

        body.page-testimonials .testimonial_page_score strong{
            display: block;
            color: #fff8e6;
            font-size: 58px;
            line-height: 1;
        }

        body.page-testimonials .testimonial_page_score span{
            color: #f3c66d;
            font-size: 17px;
            letter-spacing: 2px;
            margin-top: 8px;
        }

        body.page-testimonials .testimonial_page_score p{
            margin: 12px 0 0;
            color: rgba(255, 248, 230, .88);
            font-size: 16px;
            line-height: 1.65;
            overflow-wrap: anywhere;
        }

        body.page-testimonials .testimonial_page_trust{
            position: relative;
            z-index: 1;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 28px;
        }

        body.page-testimonials .testimonial_page_trust span{
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-height: 42px;
            padding: 10px 15px;
            border: 1px solid rgba(32, 62, 42, .12);
            border-radius: 8px;
            background: rgba(255, 255, 255, .82);
            color: #31513a;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.2;
        }

        body.page-testimonials .testimonial_page_trust i{
            color: #b98535;
        }

        body.page-testimonials .testimonial_page_grid{
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 22px;
        }

        body.page-testimonials .testimonial_page_card{
            position: relative;
            min-width: 0;
            min-height: 100%;
            padding: 28px;
            border: 1px solid rgba(185, 133, 53, .18);
            border-radius: 8px;
            background: rgba(255, 255, 255, .95);
            box-shadow: 0 18px 46px rgba(54, 72, 45, .09);
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
        }

        body.page-testimonials .testimonial_page_card_featured{
            grid-column: 1 / -1;
            display: grid;
            grid-template-columns: minmax(0, 1fr) 260px;
            column-gap: 28px;
            align-items: end;
            padding: 34px;
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 250, 238, .94));
            border-color: rgba(185, 133, 53, .28);
        }

        body.page-testimonials .testimonial_page_card_featured .testimonial_page_card_top,
body.page-testimonials .testimonial_page_card_featured .testimonial_page_rating,
body.page-testimonials .testimonial_page_card_featured p{
            grid-column: 1 / 2;
        }

        body.page-testimonials .testimonial_page_card_featured .testimonial_page_author{
            grid-column: 2 / 3;
            grid-row: 1 / 4;
            align-self: stretch;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0;
            padding: 28px;
            border-top: 0;
            border-left: 1px solid rgba(32, 62, 42, .10);
            background: rgba(32, 62, 42, .04);
            border-radius: 8px;
        }

        body.page-testimonials .testimonial_page_card_featured .testimonial_page_author > span{
            width: 64px;
            height: 64px;
            font-size: 20px;
        }

        body.page-testimonials .testimonial_page_card:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .38);
            box-shadow: 0 26px 60px rgba(54, 72, 45, .14);
        }

        body.page-testimonials .testimonial_page_card_top{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 14px;
        }

        body.page-testimonials .testimonial_page_source{
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #203e2a;
            font-size: 14px;
            font-weight: 700;
        }

        body.page-testimonials .testimonial_page_source i{
            color: #4285f4;
            font-size: 18px;
        }

        body.page-testimonials .testimonial_page_rating{
            display: flex;
            gap: 4px;
            margin-bottom: 18px;
            color: #f2b01e;
            font-size: 16px;
            letter-spacing: 2px;
        }

        body.page-testimonials .testimonial_page_card p{
            margin: 0;
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.82;
            overflow-wrap: anywhere;
            white-space: normal;
        }

        body.page-testimonials .testimonial_page_card_featured p{
            color: #344436;
            font-size: 20px;
            line-height: 1.75;
        }

        body.page-testimonials .testimonial_page_author{
            display: flex;
            align-items: center;
            gap: 14px;
            margin-top: 24px;
            padding-top: 20px;
            border-top: 1px solid rgba(32, 62, 42, .10);
        }

        body.page-testimonials .testimonial_page_author > span{
            flex: 0 0 auto;
            width: 52px;
            height: 52px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: #203e2a;
            color: #fff8e6;
            font-size: 17px;
            font-weight: 700;
        }

        body.page-testimonials .testimonial_page_author h3{
            margin: 0;
            color: #203e2a;
            font-size: 20px;
            line-height: 1.25;
        }

        body.page-testimonials .testimonial_page_author small{
            display: block;
            margin-top: 4px;
            color: #a36d22;
            font-size: 14px;
            font-weight: 600;
        }

        @media (max-width: 991.98px) {
            body.page-testimonials .testimonial_page_intro{
                grid-template-columns: 1fr;
            }

            body.page-testimonials .testimonial_page_grid{
                grid-template-columns: 1fr;
            }

            body.page-testimonials .testimonial_page_card_featured{
                display: block;
            }

            body.page-testimonials .testimonial_page_card_featured .testimonial_page_author{
                margin-top: 24px;
                padding: 20px 0 0;
                border-left: 0;
                border-top: 1px solid rgba(32, 62, 42, .10);
                background: transparent;
            }
        }

        @media (max-width: 767.98px) {
            body.page-testimonials .testimonial_page{
                overflow-x: hidden;
            }

            body.page-testimonials .testimonial_page_section > .container{
                width: 100%;
                max-width: 100%;
                padding-right: 12px;
                padding-left: 12px;
            }

            body.page-testimonials .testimonial_page_intro,
body.page-testimonials .testimonial_page_grid,
body.page-testimonials .testimonial_page_heading,
body.page-testimonials .testimonial_page_score,
body.page-testimonials .testimonial_page_card{
                width: 100%;
                max-width: 100%;
            }

            body.page-testimonials .testimonial_page_heading,
body.page-testimonials .testimonial_page_score,
body.page-testimonials .testimonial_page_card{
                padding: 24px 18px;
            }

            body.page-testimonials .testimonial_page_heading h2{
                font-size: 28px;
            }

            body.page-testimonials .testimonial_page_score strong{
                font-size: 48px;
            }

            body.page-testimonials .testimonial_page_trust span{
                width: 100%;
            }

            body.page-testimonials .testimonial_page_card_featured p{
                font-size: 18px;
            }

            body.page-testimonials .testimonial_page_card_top{
                align-items: flex-start;
                flex-wrap: wrap;
            }
        }

        @media (max-width: 420px) {
            body.page-testimonials .testimonial_page_section > .container{
                padding-right: 10px;
                padding-left: 10px;
            }

            body.page-testimonials .testimonial_page_heading,
body.page-testimonials .testimonial_page_score,
body.page-testimonials .testimonial_page_card{
                padding-right: 16px;
                padding-left: 16px;
            }

            body.page-testimonials .testimonial_page_card p{
                font-size: 16px;
                line-height: 1.78;
            }

            body.page-testimonials .testimonial_page_card_featured p{
                font-size: 17px;
            }
        }

/* Migrated from udvartana-ayurvedic-massage-kharadi.html */
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_page{
            background:
                linear-gradient(180deg, #fffaf0 0%, #f7fbf3 48%, #fff 100%);
            color: #2d3427;
            overflow: hidden;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_hero_panel{
            position: relative;
            margin-top: -86px;
            z-index: 3;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro{
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
            gap: 34px;
            align-items: stretch;
            padding: 34px;
            border: 1px solid rgba(132, 99, 43, .16);
            border-radius: 8px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 28px 70px rgba(47, 68, 38, .14);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_text h2,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section h2{
            color: #203e2a;
            font-size: 34px;
            line-height: 1.18;
            margin-bottom: 16px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_text h3,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section h3{
            color: #a36d22;
            font-size: 20px;
            line-height: 1.45;
            margin-bottom: 18px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_text p,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section p,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section li{
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_image{
            position: relative;
            min-height: 430px;
            border-radius: 8px;
            overflow: hidden;
            background: #e8eadb;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_badge{
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 22px;
            padding: 18px 20px;
            border-radius: 8px;
            background: rgba(31, 61, 42, .92);
            color: #fff7df;
            font-size: 17px;
            line-height: 1.55;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_layout{
            display: grid;
            grid-template-columns: minmax(0, 1fr) 330px;
            gap: 34px;
            align-items: start;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_content{
            display: grid;
            gap: 26px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section{
            padding: 34px;
            border: 1px solid rgba(32, 62, 42, .11);
            border-radius: 8px;
            background: rgba(255, 255, 255, .9);
            box-shadow: 0 18px 50px rgba(54, 72, 45, .08);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section.is_tinted{
            background: linear-gradient(135deg, #203e2a 0%, #385f3a 100%);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section.is_tinted h2,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section.is_tinted h3,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section.is_tinted p,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section.is_tinted li{
            color: #fff8e6;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_list{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 18px;
            margin-top: 18px;
            padding: 0;
            list-style: none;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_list li{
            position: relative;
            padding-left: 22px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_list li::before{
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 0;
            top: 14px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_steps{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: 20px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_step{
            padding: 22px;
            border-radius: 8px;
            background: #fff9ea;
            border: 1px solid rgba(163, 109, 34, .16);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_step h3{
            margin-bottom: 10px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq{
            display: grid;
            gap: 16px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_item{
            padding: 20px 22px;
            border-left: 4px solid #b98535;
            background: #fffaf0;
            border-radius: 0 8px 8px 0;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_item h3{
            margin-bottom: 8px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar{
            position: sticky;
            top: 115px;
            display: grid;
            gap: 22px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box{
            border-radius: 8px;
            background: #203e2a;
            padding: 26px;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box h3{
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box a{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 13px 14px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box a:hover,
body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box a.active{
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .16), rgba(32, 62, 42, .88)),
                url(../images/therapies/ther_udvartna.webp) center/cover;
            display: flex;
            align-items: end;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_cta h3,
body.page-udvartana-ayurvedic-massage-kharadi .therapy_cta p{
            color: #fff8e6;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_cta .common_btn{
            padding: 14px 34px 13px 20px;
        }

        @media (max-width: 1199px) {
            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 991px) {
            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro{
                grid-template-columns: 1fr;
                padding: 24px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_hero_panel{
                margin-top: 60px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_image{
                min-height: 360px;
            }
        }

        @media (max-width: 767px) {
            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_text h2,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section h2{
                font-size: 28px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro{
                padding: 22px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_list,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_steps,
body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_image{
                min-height: 300px;
            }
        }

        body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb{
            position: relative;
            min-height: 520px;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(110deg, rgba(19, 46, 29, .92) 0%, rgba(35, 75, 45, .72) 48%, rgba(169, 112, 32, .42) 100%),
                radial-gradient(circle at 80% 30%, rgba(255, 228, 168, .32), transparent 34%);
            z-index: 1;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb::after{
            position: absolute;
            content: "";
            width: 78%;
            height: 120px;
            left: 11%;
            bottom: -70px;
            background: rgba(255, 250, 240, .95);
            border-radius: 50%;
            filter: blur(10px);
            z-index: 1;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: 520px;
            display: flex;
            align-items: center;
            padding-top: 90px;
            background: transparent;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_text{
            max-width: 920px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_text h1{
            position: relative;
            font-size: 64px;
            line-height: 1.06;
            max-width: 900px;
            text-shadow: 0 18px 48px rgba(0, 0, 0, .34);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_text h1::before{
            display: inline-flex;
            content: "Atulya Ayurveda";
            width: fit-content;
            margin-bottom: 18px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 236, 183, .38);
            border-radius: 999px;
            background: rgba(255, 248, 230, .13);
            color: #ffe8ad;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-shadow: none;
            backdrop-filter: blur(14px);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_page{
            position: relative;
            background:
                radial-gradient(circle at 7% 5%, rgba(185, 133, 53, .17), transparent 29%),
                linear-gradient(180deg, #fffaf0 0%, #f4f8ee 43%, #fffaf3 100%);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(32, 62, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(32, 62, 42, .035) 1px, transparent 1px);
            background-size: 54px 54px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,.45), transparent 48%);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_hero_panel{
            margin-top: -128px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro{
            position: relative;
            isolation: isolate;
            gap: 42px;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .62);
            border-radius: 8px;
            background: rgba(255, 255, 255, .76);
            box-shadow:
                0 35px 90px rgba(23, 55, 34, .2),
                inset 0 1px 0 rgba(255, 255, 255, .9);
            backdrop-filter: blur(18px);
            transform: translateY(0);
            transition: transform .45s ease, box-shadow .45s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro:hover{
            transform: translateY(-6px);
            box-shadow:
                0 42px 105px rgba(23, 55, 34, .26),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro::before{
            position: absolute;
            content: "";
            inset: 12px;
            border: 1px solid rgba(185, 133, 53, .18);
            border-radius: 8px;
            pointer-events: none;
            z-index: -1;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_text{
            padding: 32px 18px 32px 28px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_text h2,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section h2{
            position: relative;
            color: #173722;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_text h2::after,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section h2::after{
            display: block;
            content: "";
            width: 78px;
            height: 4px;
            margin-top: 16px;
            border-radius: 20px;
            background: linear-gradient(90deg, #b98535, #e5c16e);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_text h3,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section h3{
            color: #96641e;
            font-weight: 700;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_text p,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section p,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section li{
            color: #485242;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_image{
            min-height: 560px;
            border-radius: 8px;
            box-shadow: 0 24px 58px rgba(26, 55, 33, .24);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_image::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(180deg, transparent 40%, rgba(21, 49, 31, .72) 100%),
                linear-gradient(90deg, rgba(181, 126, 45, .2), transparent 42%);
            z-index: 1;
            pointer-events: none;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_image img{
            transform: scale(1.02);
            transition: transform .8s ease, filter .8s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro:hover .abhyanga_intro_image img{
            transform: scale(1.08);
            filter: saturate(1.06) contrast(1.04);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_badge{
            z-index: 2;
            left: 24px;
            right: 24px;
            bottom: 24px;
            border: 1px solid rgba(255, 238, 189, .34);
            background: rgba(23, 55, 34, .82);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
            backdrop-filter: blur(14px);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_layout{
            grid-template-columns: minmax(0, 1fr) 360px;
            gap: 42px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_content{
            gap: 32px;
            counter-reset: therapy-section;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section{
            position: relative;
            counter-increment: therapy-section;
            overflow: hidden;
            padding: 44px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section::before{
            position: absolute;
            content: counter(therapy-section, decimal-leading-zero);
            top: 24px;
            right: 28px;
            color: rgba(185, 133, 53, .12);
            font-size: 78px;
            font-weight: 900;
            line-height: 1;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section:hover::after{
            transform: scale(1.28);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section > *{
            position: relative;
            z-index: 1;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section.is_tinted{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section.is_tinted::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section.is_tinted::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section.is_tinted h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_list{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_list li{
            min-height: 54px;
            padding: 14px 16px 14px 42px;
            border: 1px solid rgba(32, 62, 42, .08);
            border-radius: 8px;
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_list li::before{
            top: 22px;
            left: 18px;
            width: 9px;
            height: 9px;
            background: #b98535;
            box-shadow: 0 0 0 6px rgba(185, 133, 53, .12);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_list li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section.is_tinted .abhyanga_list li{
            border-color: rgba(255, 255, 255, .12);
            background: rgba(255, 255, 255, .09);
            box-shadow: none;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section.is_tinted .abhyanga_list li:hover{
            background: rgba(255, 255, 255, .16);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_steps{
            gap: 22px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_step{
            position: relative;
            overflow: hidden;
            padding: 28px;
            background:
                linear-gradient(145deg, #fffdf6 0%, #fff4d9 100%);
            box-shadow: 0 16px 36px rgba(58, 72, 43, .09);
            transition: transform .32s ease, box-shadow .32s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_step::before{
            position: absolute;
            content: "";
            width: 72px;
            height: 72px;
            top: -30px;
            right: -24px;
            border-radius: 50%;
            background: rgba(185, 133, 53, .18);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_step:hover{
            transform: translateY(-6px);
            box-shadow: 0 24px 52px rgba(58, 72, 43, .16);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_item{
            border: 1px solid rgba(185, 133, 53, .16);
            border-left: 5px solid #b98535;
            background:
                linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%);
            box-shadow: 0 14px 34px rgba(54, 72, 45, .07);
            transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_item:hover{
            transform: translateX(6px);
            border-color: rgba(185, 133, 53, .34);
            box-shadow: 0 18px 44px rgba(54, 72, 45, .12);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar{
            top: 104px;
            gap: 26px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box{
            position: relative;
            overflow: hidden;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            background:
                linear-gradient(155deg, #173722 0%, #294f31 64%, #8f651f 140%);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            top: -105px;
            right: -80px;
            border-radius: 50%;
            background: rgba(255, 224, 156, .15);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #e5c16e;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box a{
            position: relative;
            overflow: hidden;
            padding: 15px 15px;
            background: rgba(255, 255, 255, .08);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .55s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box a:hover::before,
body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box a:hover,
body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #173722;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box a i{
            transition: transform .28s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box a:hover i,
body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_cta{
            position: relative;
            overflow: hidden;
            min-height: 420px;
            box-shadow: 0 28px 64px rgba(32, 62, 42, .2);
            transition: transform .35s ease, box-shadow .35s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_cta::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(180deg, transparent 20%, rgba(19, 46, 29, .92) 100%);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_cta > div{
            position: relative;
            z-index: 1;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_cta:hover{
            transform: translateY(-6px);
            box-shadow: 0 34px 82px rgba(32, 62, 42, .28);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section .common_btn,
body.page-udvartana-ayurvedic-massage-kharadi .therapy_cta .common_btn{
            box-shadow: 0 14px 30px rgba(185, 133, 53, .22);
        }

        @media (max-width: 1199px) {
            body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_text h1{
                font-size: 54px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }
        }

        @media (max-width: 991px) {
            body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb,
body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_overlay{
                min-height: 440px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_text h1{
                font-size: 42px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_hero_panel{
                margin-top: -86px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro{
                gap: 20px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_text{
                padding: 24px 14px 6px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_image{
                min-height: 390px;
            }
        }

        @media (max-width: 767px) {
            body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb,
body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_overlay{
                min-height: 390px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_text h1{
                font-size: 34px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_text h1::before{
                font-size: 12px;
                margin-bottom: 14px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro{
                padding: 12px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_intro_text h2,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section h2{
                font-size: 29px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section{
                padding: 28px 20px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section::before{
                font-size: 54px;
                top: 18px;
                right: 18px;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }
        }

        /* Preserve the original site breadcrumb/footer spacing while keeping the therapy body premium. */
        body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb{
            min-height: initial !important;
            z-index: 1 !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb::before,
body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb::after,
body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_overlay{
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section::before{
            display: none !important;
            content: none !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq{
            gap: 14px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_item{
            padding: 0 !important;
            overflow: hidden;
            border-left: 0 !important;
            border-radius: 8px !important;
            background: #fffdf7 !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_question{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 22px 24px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_question h3{
            margin: 0 !important;
            color: #173722;
            font-size: 20px;
            line-height: 1.35;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #173722;
            box-shadow: 0 12px 26px rgba(23, 55, 34, .18);
            transition: background .28s ease, transform .28s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_icon::before,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_icon::after{
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px;
            border-radius: 4px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .28s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_answer p{
            margin: 0;
            padding: 0 24px 24px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_item.active{
            border-color: rgba(185, 133, 53, .36) !important;
            background: linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%) !important;
            box-shadow: 0 22px 54px rgba(54, 72, 45, .13);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon{
            background: #b98535;
            transform: rotate(180deg);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_item:hover{
            transform: translateY(-3px) !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_page{
            overflow: visible !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_layout{
            align-items: flex-start !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar{
            position: sticky !important;
            top: 110px !important;
            align-self: flex-start !important;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section p{
            margin-bottom: 18px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section p + h3,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section .abhyanga_list + h3,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section .abhyanga_steps + h3{
            margin-top: 32px !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section h3 + p,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section h3 + .abhyanga_list,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section p + .abhyanga_list{
            margin-top: 18px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_section h2 + h3{
            margin-top: 10px;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_step .abhyanga_list,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_answer .abhyanga_list{
            display: block !important;
            margin: 12px 0 18px !important;
            padding: 0 !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_step .abhyanga_list li,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_answer .abhyanga_list li{
            min-height: auto !important;
            padding: 4px 0 4px 20px !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            font-size: 15px !important;
            line-height: 1.55 !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_step .abhyanga_list li::before,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_answer .abhyanga_list li::before{
            top: 13px !important;
            left: 2px !important;
            width: 7px !important;
            height: 7px !important;
            box-shadow: none !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_step .abhyanga_list li:hover,
body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_faq_answer .abhyanga_list li:hover{
            transform: none !important;
            background: transparent !important;
            border-color: transparent !important;
        }

        body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_hero_panel{
            margin-top: 0 !important;
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            body.page-udvartana-ayurvedic-massage-kharadi .therapy_sidebar{
                position: static !important;
                max-height: none;
                overflow-y: visible;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_hero_panel{
                margin-top: 0 !important;
                padding-top: 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-udvartana-ayurvedic-massage-kharadi .abhyanga_hero_panel{
                padding-top: 55px;
            }
        }

/* Migrated from vamana-detox-therapy-kharadi.html */
body.page-vamana-detox-therapy-kharadi .abhyanga_page{
            background:
                linear-gradient(180deg, #fffaf0 0%, #f7fbf3 48%, #fff 100%);
            color: #2d3427;
            overflow: hidden;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_hero_panel{
            position: relative;
            margin-top: -86px;
            z-index: 3;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro{
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
            gap: 34px;
            align-items: stretch;
            padding: 34px;
            border: 1px solid rgba(132, 99, 43, .16);
            border-radius: 8px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 28px 70px rgba(47, 68, 38, .14);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_text h2,
body.page-vamana-detox-therapy-kharadi .abhyanga_section h2{
            color: #203e2a;
            font-size: 34px;
            line-height: 1.18;
            margin-bottom: 16px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_text h3,
body.page-vamana-detox-therapy-kharadi .abhyanga_section h3{
            color: #a36d22;
            font-size: 20px;
            line-height: 1.45;
            margin-bottom: 18px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_text p,
body.page-vamana-detox-therapy-kharadi .abhyanga_section p,
body.page-vamana-detox-therapy-kharadi .abhyanga_section li{
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_image{
            position: relative;
            min-height: 430px;
            border-radius: 8px;
            overflow: hidden;
            background: #e8eadb;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_badge{
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 22px;
            padding: 18px 20px;
            border-radius: 8px;
            background: rgba(31, 61, 42, .92);
            color: #fff7df;
            font-size: 17px;
            line-height: 1.55;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_layout{
            display: grid;
            grid-template-columns: minmax(0, 1fr) 330px;
            gap: 34px;
            align-items: start;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_content{
            display: grid;
            gap: 26px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section{
            padding: 34px;
            border: 1px solid rgba(32, 62, 42, .11);
            border-radius: 8px;
            background: rgba(255, 255, 255, .9);
            box-shadow: 0 18px 50px rgba(54, 72, 45, .08);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section.is_tinted{
            background: linear-gradient(135deg, #203e2a 0%, #385f3a 100%);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section.is_tinted h2,
body.page-vamana-detox-therapy-kharadi .abhyanga_section.is_tinted h3,
body.page-vamana-detox-therapy-kharadi .abhyanga_section.is_tinted p,
body.page-vamana-detox-therapy-kharadi .abhyanga_section.is_tinted li{
            color: #fff8e6;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_list{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 18px;
            margin-top: 18px;
            padding: 0;
            list-style: none;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_list li{
            position: relative;
            padding-left: 22px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_list li::before{
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 0;
            top: 14px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_steps{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: 20px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_step{
            padding: 22px;
            border-radius: 8px;
            background: #fff9ea;
            border: 1px solid rgba(163, 109, 34, .16);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_step h3{
            margin-bottom: 10px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq{
            display: grid;
            gap: 16px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_item{
            padding: 20px 22px;
            border-left: 4px solid #b98535;
            background: #fffaf0;
            border-radius: 0 8px 8px 0;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_item h3{
            margin-bottom: 8px;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar{
            position: sticky;
            top: 115px;
            display: grid;
            gap: 22px;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box{
            border-radius: 8px;
            background: #203e2a;
            padding: 26px;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box h3{
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box a{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 13px 14px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box a:hover,
body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box a.active{
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .16), rgba(32, 62, 42, .88)),
                url(../images/therapies/ther_shiroda.webp) center/cover;
            display: flex;
            align-items: end;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_cta h3,
body.page-vamana-detox-therapy-kharadi .therapy_cta p{
            color: #fff8e6;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_cta .common_btn{
            padding: 14px 34px 13px 20px;
        }

        @media (max-width: 1199px) {
            body.page-vamana-detox-therapy-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-vamana-detox-therapy-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 991px) {
            body.page-vamana-detox-therapy-kharadi .abhyanga_intro{
                grid-template-columns: 1fr;
                padding: 24px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_hero_panel{
                margin-top: 60px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_intro_image{
                min-height: 360px;
            }
        }

        @media (max-width: 767px) {
            body.page-vamana-detox-therapy-kharadi .abhyanga_intro_text h2,
body.page-vamana-detox-therapy-kharadi .abhyanga_section h2{
                font-size: 28px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_section,
body.page-vamana-detox-therapy-kharadi .abhyanga_intro{
                padding: 22px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_list,
body.page-vamana-detox-therapy-kharadi .abhyanga_steps,
body.page-vamana-detox-therapy-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_intro_image{
                min-height: 300px;
            }
        }

        body.page-vamana-detox-therapy-kharadi .breadcrumb{
            position: relative;
            min-height: 520px;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
        }

        body.page-vamana-detox-therapy-kharadi .breadcrumb::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(110deg, rgba(19, 46, 29, .92) 0%, rgba(35, 75, 45, .72) 48%, rgba(169, 112, 32, .42) 100%),
                radial-gradient(circle at 80% 30%, rgba(255, 228, 168, .32), transparent 34%);
            z-index: 1;
        }

        body.page-vamana-detox-therapy-kharadi .breadcrumb::after{
            position: absolute;
            content: "";
            width: 78%;
            height: 120px;
            left: 11%;
            bottom: -70px;
            background: rgba(255, 250, 240, .95);
            border-radius: 50%;
            filter: blur(10px);
            z-index: 1;
        }

        body.page-vamana-detox-therapy-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: 520px;
            display: flex;
            align-items: center;
            padding-top: 90px;
            background: transparent;
        }

        body.page-vamana-detox-therapy-kharadi .breadcrumb_text{
            max-width: 920px;
        }

        body.page-vamana-detox-therapy-kharadi .breadcrumb_text h1{
            position: relative;
            font-size: 64px;
            line-height: 1.06;
            max-width: 900px;
            text-shadow: 0 18px 48px rgba(0, 0, 0, .34);
        }

        body.page-vamana-detox-therapy-kharadi .breadcrumb_text h1::before{
            display: inline-flex;
            content: "Atulya Ayurveda";
            width: fit-content;
            margin-bottom: 18px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 236, 183, .38);
            border-radius: 999px;
            background: rgba(255, 248, 230, .13);
            color: #ffe8ad;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-shadow: none;
            backdrop-filter: blur(14px);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_page{
            position: relative;
            background:
                radial-gradient(circle at 7% 5%, rgba(185, 133, 53, .17), transparent 29%),
                linear-gradient(180deg, #fffaf0 0%, #f4f8ee 43%, #fffaf3 100%);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(32, 62, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(32, 62, 42, .035) 1px, transparent 1px);
            background-size: 54px 54px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,.45), transparent 48%);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_hero_panel{
            margin-top: -128px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro{
            position: relative;
            isolation: isolate;
            gap: 42px;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .62);
            border-radius: 8px;
            background: rgba(255, 255, 255, .76);
            box-shadow:
                0 35px 90px rgba(23, 55, 34, .2),
                inset 0 1px 0 rgba(255, 255, 255, .9);
            backdrop-filter: blur(18px);
            transform: translateY(0);
            transition: transform .45s ease, box-shadow .45s ease;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro:hover{
            transform: translateY(-6px);
            box-shadow:
                0 42px 105px rgba(23, 55, 34, .26),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro::before{
            position: absolute;
            content: "";
            inset: 12px;
            border: 1px solid rgba(185, 133, 53, .18);
            border-radius: 8px;
            pointer-events: none;
            z-index: -1;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_text{
            padding: 32px 18px 32px 28px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_text h2,
body.page-vamana-detox-therapy-kharadi .abhyanga_section h2{
            position: relative;
            color: #173722;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_text h2::after,
body.page-vamana-detox-therapy-kharadi .abhyanga_section h2::after{
            display: block;
            content: "";
            width: 78px;
            height: 4px;
            margin-top: 16px;
            border-radius: 20px;
            background: linear-gradient(90deg, #b98535, #e5c16e);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_text h3,
body.page-vamana-detox-therapy-kharadi .abhyanga_section h3{
            color: #96641e;
            font-weight: 700;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_text p,
body.page-vamana-detox-therapy-kharadi .abhyanga_section p,
body.page-vamana-detox-therapy-kharadi .abhyanga_section li{
            color: #485242;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_image{
            min-height: 560px;
            border-radius: 8px;
            box-shadow: 0 24px 58px rgba(26, 55, 33, .24);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_image::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(180deg, transparent 40%, rgba(21, 49, 31, .72) 100%),
                linear-gradient(90deg, rgba(181, 126, 45, .2), transparent 42%);
            z-index: 1;
            pointer-events: none;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_image img{
            transform: scale(1.02);
            transition: transform .8s ease, filter .8s ease;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro:hover .abhyanga_intro_image img{
            transform: scale(1.08);
            filter: saturate(1.06) contrast(1.04);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_intro_badge{
            z-index: 2;
            left: 24px;
            right: 24px;
            bottom: 24px;
            border: 1px solid rgba(255, 238, 189, .34);
            background: rgba(23, 55, 34, .82);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
            backdrop-filter: blur(14px);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_layout{
            grid-template-columns: minmax(0, 1fr) 360px;
            gap: 42px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_content{
            gap: 32px;
            counter-reset: therapy-section;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section{
            position: relative;
            counter-increment: therapy-section;
            overflow: hidden;
            padding: 44px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section::before{
            position: absolute;
            content: counter(therapy-section, decimal-leading-zero);
            top: 24px;
            right: 28px;
            color: rgba(185, 133, 53, .12);
            font-size: 78px;
            font-weight: 900;
            line-height: 1;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section:hover::after{
            transform: scale(1.28);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section > *{
            position: relative;
            z-index: 1;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section.is_tinted{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section.is_tinted::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section.is_tinted::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section.is_tinted h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_list{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_list li{
            min-height: 54px;
            padding: 14px 16px 14px 42px;
            border: 1px solid rgba(32, 62, 42, .08);
            border-radius: 8px;
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_list li::before{
            top: 22px;
            left: 18px;
            width: 9px;
            height: 9px;
            background: #b98535;
            box-shadow: 0 0 0 6px rgba(185, 133, 53, .12);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_list li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section.is_tinted .abhyanga_list li{
            border-color: rgba(255, 255, 255, .12);
            background: rgba(255, 255, 255, .09);
            box-shadow: none;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section.is_tinted .abhyanga_list li:hover{
            background: rgba(255, 255, 255, .16);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_steps{
            gap: 22px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_step{
            position: relative;
            overflow: hidden;
            padding: 28px;
            background:
                linear-gradient(145deg, #fffdf6 0%, #fff4d9 100%);
            box-shadow: 0 16px 36px rgba(58, 72, 43, .09);
            transition: transform .32s ease, box-shadow .32s ease;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_step::before{
            position: absolute;
            content: "";
            width: 72px;
            height: 72px;
            top: -30px;
            right: -24px;
            border-radius: 50%;
            background: rgba(185, 133, 53, .18);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_step:hover{
            transform: translateY(-6px);
            box-shadow: 0 24px 52px rgba(58, 72, 43, .16);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_item{
            border: 1px solid rgba(185, 133, 53, .16);
            border-left: 5px solid #b98535;
            background:
                linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%);
            box-shadow: 0 14px 34px rgba(54, 72, 45, .07);
            transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_item:hover{
            transform: translateX(6px);
            border-color: rgba(185, 133, 53, .34);
            box-shadow: 0 18px 44px rgba(54, 72, 45, .12);
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar{
            top: 104px;
            gap: 26px;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box{
            position: relative;
            overflow: hidden;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            background:
                linear-gradient(155deg, #173722 0%, #294f31 64%, #8f651f 140%);
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            top: -105px;
            right: -80px;
            border-radius: 50%;
            background: rgba(255, 224, 156, .15);
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #e5c16e;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box a{
            position: relative;
            overflow: hidden;
            padding: 15px 15px;
            background: rgba(255, 255, 255, .08);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .55s ease;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box a:hover::before,
body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box a:hover,
body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #173722;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box a i{
            transition: transform .28s ease;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box a:hover i,
body.page-vamana-detox-therapy-kharadi .therapy_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-vamana-detox-therapy-kharadi .therapy_cta{
            position: relative;
            overflow: hidden;
            min-height: 420px;
            box-shadow: 0 28px 64px rgba(32, 62, 42, .2);
            transition: transform .35s ease, box-shadow .35s ease;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_cta::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(180deg, transparent 20%, rgba(19, 46, 29, .92) 100%);
        }

        body.page-vamana-detox-therapy-kharadi .therapy_cta > div{
            position: relative;
            z-index: 1;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_cta:hover{
            transform: translateY(-6px);
            box-shadow: 0 34px 82px rgba(32, 62, 42, .28);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section .common_btn,
body.page-vamana-detox-therapy-kharadi .therapy_cta .common_btn{
            box-shadow: 0 14px 30px rgba(185, 133, 53, .22);
        }

        @media (max-width: 1199px) {
            body.page-vamana-detox-therapy-kharadi .breadcrumb_text h1{
                font-size: 54px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-vamana-detox-therapy-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }
        }

        @media (max-width: 991px) {
            body.page-vamana-detox-therapy-kharadi .breadcrumb,
body.page-vamana-detox-therapy-kharadi .breadcrumb_overlay{
                min-height: 440px;
            }

            body.page-vamana-detox-therapy-kharadi .breadcrumb_text h1{
                font-size: 42px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_hero_panel{
                margin-top: -86px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_intro{
                gap: 20px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_intro_text{
                padding: 24px 14px 6px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_intro_image{
                min-height: 390px;
            }
        }

        @media (max-width: 767px) {
            body.page-vamana-detox-therapy-kharadi .breadcrumb,
body.page-vamana-detox-therapy-kharadi .breadcrumb_overlay{
                min-height: 390px;
            }

            body.page-vamana-detox-therapy-kharadi .breadcrumb_text h1{
                font-size: 34px;
            }

            body.page-vamana-detox-therapy-kharadi .breadcrumb_text h1::before{
                font-size: 12px;
                margin-bottom: 14px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_intro{
                padding: 12px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_intro_text h2,
body.page-vamana-detox-therapy-kharadi .abhyanga_section h2{
                font-size: 29px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_section{
                padding: 28px 20px;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_section::before{
                font-size: 54px;
                top: 18px;
                right: 18px;
            }

            body.page-vamana-detox-therapy-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }
        }

        /* Preserve the original site breadcrumb/footer spacing while keeping the therapy body premium. */
        body.page-vamana-detox-therapy-kharadi .breadcrumb{
            min-height: initial !important;
            z-index: 1 !important;
        }

        body.page-vamana-detox-therapy-kharadi .breadcrumb::before,
body.page-vamana-detox-therapy-kharadi .breadcrumb::after,
body.page-vamana-detox-therapy-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-vamana-detox-therapy-kharadi .breadcrumb_overlay{
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-vamana-detox-therapy-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-vamana-detox-therapy-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section::before{
            display: none !important;
            content: none !important;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq{
            gap: 14px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_item{
            padding: 0 !important;
            overflow: hidden;
            border-left: 0 !important;
            border-radius: 8px !important;
            background: #fffdf7 !important;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_question{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 22px 24px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_question h3{
            margin: 0 !important;
            color: #173722;
            font-size: 20px;
            line-height: 1.35;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #173722;
            box-shadow: 0 12px 26px rgba(23, 55, 34, .18);
            transition: background .28s ease, transform .28s ease;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_icon::before,
body.page-vamana-detox-therapy-kharadi .abhyanga_faq_icon::after{
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px;
            border-radius: 4px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .28s ease;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_answer p{
            margin: 0;
            padding: 0 24px 24px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_item.active{
            border-color: rgba(185, 133, 53, .36) !important;
            background: linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%) !important;
            box-shadow: 0 22px 54px rgba(54, 72, 45, .13);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon{
            background: #b98535;
            transform: rotate(180deg);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_faq_item:hover{
            transform: translateY(-3px) !important;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_page{
            overflow: visible !important;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_layout{
            align-items: flex-start !important;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar{
            position: sticky !important;
            top: 110px !important;
            align-self: flex-start !important;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-vamana-detox-therapy-kharadi .therapy_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section p{
            margin-bottom: 18px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section p + h3,
body.page-vamana-detox-therapy-kharadi .abhyanga_section .abhyanga_list + h3,
body.page-vamana-detox-therapy-kharadi .abhyanga_section .abhyanga_steps + h3{
            margin-top: 32px !important;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section h3 + p,
body.page-vamana-detox-therapy-kharadi .abhyanga_section h3 + .abhyanga_list,
body.page-vamana-detox-therapy-kharadi .abhyanga_section p + .abhyanga_list{
            margin-top: 18px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_section h2 + h3{
            margin-top: 10px;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_step .abhyanga_list,
body.page-vamana-detox-therapy-kharadi .abhyanga_faq_answer .abhyanga_list{
            display: block !important;
            margin: 12px 0 18px !important;
            padding: 0 !important;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_step .abhyanga_list li,
body.page-vamana-detox-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li{
            min-height: auto !important;
            padding: 4px 0 4px 20px !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            font-size: 15px !important;
            line-height: 1.55 !important;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_step .abhyanga_list li::before,
body.page-vamana-detox-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li::before{
            top: 13px !important;
            left: 2px !important;
            width: 7px !important;
            height: 7px !important;
            box-shadow: none !important;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_step .abhyanga_list li:hover,
body.page-vamana-detox-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li:hover{
            transform: none !important;
            background: transparent !important;
            border-color: transparent !important;
        }

        body.page-vamana-detox-therapy-kharadi .abhyanga_hero_panel{
            margin-top: 0 !important;
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            body.page-vamana-detox-therapy-kharadi .therapy_sidebar{
                position: static !important;
                max-height: none;
                overflow-y: visible;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_hero_panel{
                margin-top: 0 !important;
                padding-top: 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-vamana-detox-therapy-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-vamana-detox-therapy-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-vamana-detox-therapy-kharadi .abhyanga_hero_panel{
                padding-top: 55px;
            }
        }

/* Migrated from virechana-ayurvedic-therapy-kharadi.html */
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_page{
            background:
                linear-gradient(180deg, #fffaf0 0%, #f7fbf3 48%, #fff 100%);
            color: #2d3427;
            overflow: hidden;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_hero_panel{
            position: relative;
            margin-top: -86px;
            z-index: 3;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro{
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
            gap: 34px;
            align-items: stretch;
            padding: 34px;
            border: 1px solid rgba(132, 99, 43, .16);
            border-radius: 8px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 28px 70px rgba(47, 68, 38, .14);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_text h2,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section h2{
            color: #203e2a;
            font-size: 34px;
            line-height: 1.18;
            margin-bottom: 16px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_text h3,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section h3{
            color: #a36d22;
            font-size: 20px;
            line-height: 1.45;
            margin-bottom: 18px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_text p,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section p,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section li{
            color: #4e5a45;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_image{
            position: relative;
            min-height: 430px;
            border-radius: 8px;
            overflow: hidden;
            background: #e8eadb;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_badge{
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 22px;
            padding: 18px 20px;
            border-radius: 8px;
            background: rgba(31, 61, 42, .92);
            color: #fff7df;
            font-size: 17px;
            line-height: 1.55;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_layout{
            display: grid;
            grid-template-columns: minmax(0, 1fr) 330px;
            gap: 34px;
            align-items: start;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_content{
            display: grid;
            gap: 26px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section{
            padding: 34px;
            border: 1px solid rgba(32, 62, 42, .11);
            border-radius: 8px;
            background: rgba(255, 255, 255, .9);
            box-shadow: 0 18px 50px rgba(54, 72, 45, .08);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section.is_tinted{
            background: linear-gradient(135deg, #203e2a 0%, #385f3a 100%);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section.is_tinted h2,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section.is_tinted h3,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section.is_tinted p,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section.is_tinted li{
            color: #fff8e6;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_list{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 18px;
            margin-top: 18px;
            padding: 0;
            list-style: none;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_list li{
            position: relative;
            padding-left: 22px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_list li::before{
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 0;
            top: 14px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_steps{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: 20px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_step{
            padding: 22px;
            border-radius: 8px;
            background: #fff9ea;
            border: 1px solid rgba(163, 109, 34, .16);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_step h3{
            margin-bottom: 10px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq{
            display: grid;
            gap: 16px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_item{
            padding: 20px 22px;
            border-left: 4px solid #b98535;
            background: #fffaf0;
            border-radius: 0 8px 8px 0;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_item h3{
            margin-bottom: 8px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar{
            position: sticky;
            top: 115px;
            display: grid;
            gap: 22px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box{
            border-radius: 8px;
            background: #203e2a;
            padding: 26px;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box h3{
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box a{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 13px 14px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box a:hover,
body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box a.active{
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .16), rgba(32, 62, 42, .88)),
                url(../images/therapies/ther_shiroda.webp) center/cover;
            display: flex;
            align-items: end;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_cta h3,
body.page-virechana-ayurvedic-therapy-kharadi .therapy_cta p{
            color: #fff8e6;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_cta .common_btn{
            padding: 14px 34px 13px 20px;
        }

        @media (max-width: 1199px) {
            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 991px) {
            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro{
                grid-template-columns: 1fr;
                padding: 24px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_hero_panel{
                margin-top: 60px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_image{
                min-height: 360px;
            }
        }

        @media (max-width: 767px) {
            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_text h2,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section h2{
                font-size: 28px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro{
                padding: 22px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_list,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_steps,
body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_image{
                min-height: 300px;
            }
        }

        body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb{
            position: relative;
            min-height: 520px;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(110deg, rgba(19, 46, 29, .92) 0%, rgba(35, 75, 45, .72) 48%, rgba(169, 112, 32, .42) 100%),
                radial-gradient(circle at 80% 30%, rgba(255, 228, 168, .32), transparent 34%);
            z-index: 1;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb::after{
            position: absolute;
            content: "";
            width: 78%;
            height: 120px;
            left: 11%;
            bottom: -70px;
            background: rgba(255, 250, 240, .95);
            border-radius: 50%;
            filter: blur(10px);
            z-index: 1;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: 520px;
            display: flex;
            align-items: center;
            padding-top: 90px;
            background: transparent;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_text{
            max-width: 920px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_text h1{
            position: relative;
            font-size: 64px;
            line-height: 1.06;
            max-width: 900px;
            text-shadow: 0 18px 48px rgba(0, 0, 0, .34);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_text h1::before{
            display: inline-flex;
            content: "Atulya Ayurveda";
            width: fit-content;
            margin-bottom: 18px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 236, 183, .38);
            border-radius: 999px;
            background: rgba(255, 248, 230, .13);
            color: #ffe8ad;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-shadow: none;
            backdrop-filter: blur(14px);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_page{
            position: relative;
            background:
                radial-gradient(circle at 7% 5%, rgba(185, 133, 53, .17), transparent 29%),
                linear-gradient(180deg, #fffaf0 0%, #f4f8ee 43%, #fffaf3 100%);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(32, 62, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(32, 62, 42, .035) 1px, transparent 1px);
            background-size: 54px 54px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,.45), transparent 48%);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_hero_panel{
            margin-top: -128px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro{
            position: relative;
            isolation: isolate;
            gap: 42px;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .62);
            border-radius: 8px;
            background: rgba(255, 255, 255, .76);
            box-shadow:
                0 35px 90px rgba(23, 55, 34, .2),
                inset 0 1px 0 rgba(255, 255, 255, .9);
            backdrop-filter: blur(18px);
            transform: translateY(0);
            transition: transform .45s ease, box-shadow .45s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro:hover{
            transform: translateY(-6px);
            box-shadow:
                0 42px 105px rgba(23, 55, 34, .26),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro::before{
            position: absolute;
            content: "";
            inset: 12px;
            border: 1px solid rgba(185, 133, 53, .18);
            border-radius: 8px;
            pointer-events: none;
            z-index: -1;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_text{
            padding: 32px 18px 32px 28px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_text h2,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section h2{
            position: relative;
            color: #173722;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_text h2::after,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section h2::after{
            display: block;
            content: "";
            width: 78px;
            height: 4px;
            margin-top: 16px;
            border-radius: 20px;
            background: linear-gradient(90deg, #b98535, #e5c16e);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_text h3,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section h3{
            color: #96641e;
            font-weight: 700;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_text p,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section p,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section li{
            color: #485242;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_image{
            min-height: 560px;
            border-radius: 8px;
            box-shadow: 0 24px 58px rgba(26, 55, 33, .24);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_image::before{
            position: absolute;
            content: "";
            inset: 0;
            background:
                linear-gradient(180deg, transparent 40%, rgba(21, 49, 31, .72) 100%),
                linear-gradient(90deg, rgba(181, 126, 45, .2), transparent 42%);
            z-index: 1;
            pointer-events: none;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_image img{
            transform: scale(1.02);
            transition: transform .8s ease, filter .8s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro:hover .abhyanga_intro_image img{
            transform: scale(1.08);
            filter: saturate(1.06) contrast(1.04);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_badge{
            z-index: 2;
            left: 24px;
            right: 24px;
            bottom: 24px;
            border: 1px solid rgba(255, 238, 189, .34);
            background: rgba(23, 55, 34, .82);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
            backdrop-filter: blur(14px);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_layout{
            grid-template-columns: minmax(0, 1fr) 360px;
            gap: 42px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_content{
            gap: 32px;
            counter-reset: therapy-section;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section{
            position: relative;
            counter-increment: therapy-section;
            overflow: hidden;
            padding: 44px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section::before{
            position: absolute;
            content: counter(therapy-section, decimal-leading-zero);
            top: 24px;
            right: 28px;
            color: rgba(185, 133, 53, .12);
            font-size: 78px;
            font-weight: 900;
            line-height: 1;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section:hover::after{
            transform: scale(1.28);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section > *{
            position: relative;
            z-index: 1;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section.is_tinted{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section.is_tinted::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section.is_tinted::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section.is_tinted h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_list{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_list li{
            min-height: 54px;
            padding: 14px 16px 14px 42px;
            border: 1px solid rgba(32, 62, 42, .08);
            border-radius: 8px;
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_list li::before{
            top: 22px;
            left: 18px;
            width: 9px;
            height: 9px;
            background: #b98535;
            box-shadow: 0 0 0 6px rgba(185, 133, 53, .12);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_list li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section.is_tinted .abhyanga_list li{
            border-color: rgba(255, 255, 255, .12);
            background: rgba(255, 255, 255, .09);
            box-shadow: none;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section.is_tinted .abhyanga_list li:hover{
            background: rgba(255, 255, 255, .16);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_steps{
            gap: 22px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_step{
            position: relative;
            overflow: hidden;
            padding: 28px;
            background:
                linear-gradient(145deg, #fffdf6 0%, #fff4d9 100%);
            box-shadow: 0 16px 36px rgba(58, 72, 43, .09);
            transition: transform .32s ease, box-shadow .32s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_step::before{
            position: absolute;
            content: "";
            width: 72px;
            height: 72px;
            top: -30px;
            right: -24px;
            border-radius: 50%;
            background: rgba(185, 133, 53, .18);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_step:hover{
            transform: translateY(-6px);
            box-shadow: 0 24px 52px rgba(58, 72, 43, .16);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_item{
            border: 1px solid rgba(185, 133, 53, .16);
            border-left: 5px solid #b98535;
            background:
                linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%);
            box-shadow: 0 14px 34px rgba(54, 72, 45, .07);
            transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_item:hover{
            transform: translateX(6px);
            border-color: rgba(185, 133, 53, .34);
            box-shadow: 0 18px 44px rgba(54, 72, 45, .12);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar{
            top: 104px;
            gap: 26px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box{
            position: relative;
            overflow: hidden;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            background:
                linear-gradient(155deg, #173722 0%, #294f31 64%, #8f651f 140%);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            top: -105px;
            right: -80px;
            border-radius: 50%;
            background: rgba(255, 224, 156, .15);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #e5c16e;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box a{
            position: relative;
            overflow: hidden;
            padding: 15px 15px;
            background: rgba(255, 255, 255, .08);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .55s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box a:hover::before,
body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box a:hover,
body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #173722;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box a i{
            transition: transform .28s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box a:hover i,
body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_cta{
            position: relative;
            overflow: hidden;
            min-height: 420px;
            box-shadow: 0 28px 64px rgba(32, 62, 42, .2);
            transition: transform .35s ease, box-shadow .35s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_cta::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(180deg, transparent 20%, rgba(19, 46, 29, .92) 100%);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_cta > div{
            position: relative;
            z-index: 1;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_cta:hover{
            transform: translateY(-6px);
            box-shadow: 0 34px 82px rgba(32, 62, 42, .28);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section .common_btn,
body.page-virechana-ayurvedic-therapy-kharadi .therapy_cta .common_btn{
            box-shadow: 0 14px 30px rgba(185, 133, 53, .22);
        }

        @media (max-width: 1199px) {
            body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_text h1{
                font-size: 54px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_layout{
                grid-template-columns: 1fr;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar{
                position: static;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }
        }

        @media (max-width: 991px) {
            body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb,
body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_overlay{
                min-height: 440px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_text h1{
                font-size: 42px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_hero_panel{
                margin-top: -86px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro{
                gap: 20px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_text{
                padding: 24px 14px 6px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_image{
                min-height: 390px;
            }
        }

        @media (max-width: 767px) {
            body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb,
body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_overlay{
                min-height: 390px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_text h1{
                font-size: 34px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_text h1::before{
                font-size: 12px;
                margin-bottom: 14px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro{
                padding: 12px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_intro_text h2,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section h2{
                font-size: 29px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section{
                padding: 28px 20px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section::before{
                font-size: 54px;
                top: 18px;
                right: 18px;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar{
                grid-template-columns: 1fr;
            }
        }

        /* Preserve the original site breadcrumb/footer spacing while keeping the therapy body premium. */
        body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb{
            min-height: initial !important;
            z-index: 1 !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb::before,
body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb::after,
body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_overlay{
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section::before{
            display: none !important;
            content: none !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq{
            gap: 14px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_item{
            padding: 0 !important;
            overflow: hidden;
            border-left: 0 !important;
            border-radius: 8px !important;
            background: #fffdf7 !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_question{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 22px 24px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_question h3{
            margin: 0 !important;
            color: #173722;
            font-size: 20px;
            line-height: 1.35;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #173722;
            box-shadow: 0 12px 26px rgba(23, 55, 34, .18);
            transition: background .28s ease, transform .28s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_icon::before,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_icon::after{
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px;
            border-radius: 4px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .28s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_answer p{
            margin: 0;
            padding: 0 24px 24px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_item.active{
            border-color: rgba(185, 133, 53, .36) !important;
            background: linear-gradient(135deg, #fffdf8 0%, #fff4dd 100%) !important;
            box-shadow: 0 22px 54px rgba(54, 72, 45, .13);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon{
            background: #b98535;
            transform: rotate(180deg);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_item.active .abhyanga_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_item:hover{
            transform: translateY(-3px) !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_page{
            overflow: visible !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_layout{
            align-items: flex-start !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar{
            position: sticky !important;
            top: 110px !important;
            align-self: flex-start !important;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section p{
            margin-bottom: 18px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section p + h3,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section .abhyanga_list + h3,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section .abhyanga_steps + h3{
            margin-top: 32px !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section h3 + p,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section h3 + .abhyanga_list,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section p + .abhyanga_list{
            margin-top: 18px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_section h2 + h3{
            margin-top: 10px;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_step .abhyanga_list,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_answer .abhyanga_list{
            display: block !important;
            margin: 12px 0 18px !important;
            padding: 0 !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_step .abhyanga_list li,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li{
            min-height: auto !important;
            padding: 4px 0 4px 20px !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            font-size: 15px !important;
            line-height: 1.55 !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_step .abhyanga_list li::before,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li::before{
            top: 13px !important;
            left: 2px !important;
            width: 7px !important;
            height: 7px !important;
            box-shadow: none !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_step .abhyanga_list li:hover,
body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_faq_answer .abhyanga_list li:hover{
            transform: none !important;
            background: transparent !important;
            border-color: transparent !important;
        }

        body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_hero_panel{
            margin-top: 0 !important;
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            body.page-virechana-ayurvedic-therapy-kharadi .therapy_sidebar{
                position: static !important;
                max-height: none;
                overflow-y: visible;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_hero_panel{
                margin-top: 0 !important;
                padding-top: 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-virechana-ayurvedic-therapy-kharadi .abhyanga_hero_panel{
                padding-top: 55px;
            }
        }

/* Migrated from womens-health-ayurvedic-treatment-kharadi.html */
body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb{
            position: relative;
            min-height: initial !important;
            background-position: center !important;
            background-size: cover !important;
            overflow: hidden;
            z-index: 1 !important;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb::before,
body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb::after,
body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb_text h1::before{
            display: none !important;
            content: none !important;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb_overlay{
            position: relative;
            z-index: 2;
            min-height: initial !important;
            display: block !important;
            align-items: initial !important;
            padding: 255px 0px 140px 0px !important;
            background: #000000cf !important;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb_text{
            max-width: initial !important;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb_text h1{
            font-size: 54px !important;
            line-height: 1.2 !important;
            max-width: initial !important;
            margin-bottom: 20px !important;
            text-shadow: none !important;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_page{
            position: relative;
            overflow: visible;
            background:
                linear-gradient(180deg, #fffaf2 0%, #f7fbf2 36%, #fff9f3 68%, #ffffff 100%);
            color: #263b2a;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_page::before{
            position: absolute;
            content: "";
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(52, 82, 42, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(52, 82, 42, .035) 1px, transparent 1px);
            background-size: 58px 58px;
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, .48), transparent 58%);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_page h2{
            color: #173722;
            font-size: 39px;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_page h3{
            color: #9b6424;
            font-size: 21px;
            line-height: 1.45;
            margin-bottom: 14px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_page p,
body.page-womens-health-ayurvedic-treatment-kharadi .women_page li{
            color: #4b5746;
            font-size: 17px;
            line-height: 1.82;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_intro{
            position: relative;
            z-index: 2;
            margin-top: 0;
            padding: 74px 0;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_intro_grid{
            display: grid;
            grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
            gap: 36px;
            align-items: stretch;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, .7);
            border-radius: 8px;
            background: rgba(255, 255, 255, .82);
            box-shadow: 0 34px 86px rgba(31, 59, 36, .18);
            backdrop-filter: blur(18px);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_intro_copy{
            padding: 32px 18px 32px 26px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_intro_copy h2::after,
body.page-womens-health-ayurvedic-treatment-kharadi .women_band_heading h2::after{
            display: block;
            content: "";
            width: 86px;
            height: 4px;
            margin-top: 16px;
            border-radius: 999px;
            background: linear-gradient(90deg, #b98535, #e7c06c);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_intro_media{
            min-height: 520px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 24px 58px rgba(38, 67, 39, .22);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_intro_media img{
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_band{
            position: relative;
            z-index: 1;
            padding: 74px 0;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_band.is_soft{
            background: rgba(255, 255, 255, .54);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_band.is_tint{
            background:
                linear-gradient(135deg, rgba(26, 58, 34, .97), rgba(68, 101, 49, .95) 62%, rgba(164, 102, 76, .9));
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_band.is_tint h2,
body.page-womens-health-ayurvedic-treatment-kharadi .women_band.is_tint h3,
body.page-womens-health-ayurvedic-treatment-kharadi .women_band.is_tint p,
body.page-womens-health-ayurvedic-treatment-kharadi .women_band.is_tint li{
            color: #fff8e6;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_band_heading{
            max-width: 900px;
            margin-bottom: 26px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_copy_stack{
            display: grid;
            gap: 14px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_two_col{
            display: block;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_feature_panel{
            position: relative;
            padding: 0;
            border-radius: 8px;
            background: transparent;
            border: 0;
            box-shadow: none;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_feature_panel::before{
            display: none;
            content: none;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_list_grid,
body.page-womens-health-ayurvedic-treatment-kharadi .women_check_grid{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            padding: 0;
            margin: 18px 0 0;
            list-style: none;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_list_grid li,
body.page-womens-health-ayurvedic-treatment-kharadi .women_check_grid li{
            min-height: 54px;
            padding: 14px 16px 14px 40px;
            border-radius: 8px;
            background: rgba(255, 255, 255, .86);
            border: 1px solid rgba(32, 62, 42, .08);
            box-shadow: 0 12px 30px rgba(48, 74, 42, .06);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_list_grid li{
            position: relative;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_list_grid li::before{
            position: absolute;
            content: "";
            width: 9px;
            height: 9px;
            left: 18px;
            top: 25px;
            border-radius: 50%;
            background: #b98535;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_check_grid li{
            padding-left: 18px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_band.is_tint .women_list_grid li,
body.page-womens-health-ayurvedic-treatment-kharadi .women_band.is_tint .women_check_grid li{
            background: rgba(255, 255, 255, .1);
            border-color: rgba(255, 255, 255, .15);
            box-shadow: none;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_cards{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 24px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_card .women_list_grid{
            grid-template-columns: 1fr;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_card{
            padding: 28px;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 18px 48px rgba(50, 75, 42, .08);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_steps{
            display: grid;
            gap: 20px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_step{
            padding: 30px;
            border-radius: 8px;
            background: #fffaf0;
            border: 1px solid rgba(185, 133, 53, .16);
            box-shadow: 0 18px 44px rgba(50, 75, 42, .07);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq{
            display: grid;
            gap: 14px;
            margin-top: 24px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_item{
            overflow: hidden;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(32, 62, 42, .1);
            box-shadow: 0 14px 38px rgba(50, 75, 42, .07);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_question{
            width: 100%;
            min-height: 74px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 18px 22px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_question h3{
            margin: 0;
            color: #173722;
            font-size: 19px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_icon{
            position: relative;
            flex: 0 0 auto;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #203e2a;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_icon::before,
body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_icon::after{
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 16px;
            height: 2px;
            background: #fff8e6;
            transform: translate(-50%, -50%);
            transition: transform .25s ease;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(90deg);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_item.active .women_faq_icon{
            background: #b98535;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_item.active .women_faq_icon::after{
            transform: translate(-50%, -50%) rotate(0deg);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_answer{
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_answer_inner{
            padding: 0 22px 22px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_answer p{
            margin-bottom: 12px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_answer p:last-child{
            margin-bottom: 0;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_cta_actions{
            margin-top: 24px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_content_area{
            position: relative;
            z-index: 2;
            overflow: visible;
            padding: 8px 0 88px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_page_layout{
            display: grid;
            grid-template-columns: 360px minmax(0, 1fr);
            gap: 42px;
            align-items: start;
            overflow: visible;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar{
            position: sticky !important;
            top: 110px !important;
            display: grid;
            gap: 26px;
            align-self: flex-start !important;
            height: fit-content;
            max-height: calc(100vh - 130px);
            overflow-y: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 133, 53, .65) rgba(255, 255, 255, .18);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar::-webkit-scrollbar{
            width: 6px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, .18);
            border-radius: 20px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar::-webkit-scrollbar-thumb{
            background: rgba(185, 133, 53, .65);
            border-radius: 20px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box{
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            background: #203e2a;
            padding: 28px;
            border: 1px solid rgba(255, 238, 189, .16);
            box-shadow: 0 22px 52px rgba(32, 62, 42, .18);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box::before{
            position: absolute;
            content: "";
            width: 190px;
            height: 190px;
            right: -120px;
            top: -120px;
            border-radius: 50%;
            background: rgba(255, 248, 230, .1);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box h3{
            position: relative;
            padding-bottom: 14px;
            color: #fff7df;
            font-size: 22px;
            margin-bottom: 18px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box h3::after{
            position: absolute;
            content: "";
            width: 54px;
            height: 3px;
            left: 0;
            bottom: 0;
            border-radius: 20px;
            background: #b98535;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box ul{
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box a{
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 15px 15px;
            border-radius: 8px;
            color: #fff8e6;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            font-size: 15px;
            line-height: 1.35;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box a::before{
            position: absolute;
            content: "";
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transform: translateX(-120%);
            transition: transform .45s ease;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box a:hover::before,
body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box a.active::before{
            transform: translateX(120%);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box a:hover,
body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box a.active{
            transform: translateX(6px);
            background: #fff8e6;
            color: #203e2a;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box a,
body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box a i{
            transition: transform .28s ease, background .28s ease, color .28s ease;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box a:hover i,
body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_box a.active i{
            transform: rotate(-35deg);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_cta{
            min-height: 360px;
            padding: 24px;
            border-radius: 8px;
            background:
                linear-gradient(180deg, rgba(32, 62, 42, .08), rgba(32, 62, 42, .88)),
                url(../images/treatments/treat_woman.webp) center/cover;
            display: flex;
            align-items: end;
            box-shadow: 0 22px 52px rgba(32, 62, 42, .14);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_cta h3,
body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_cta p{
            color: #fff8e6;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_cta h3{
            font-size: 25px;
            margin-bottom: 10px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar_cta p{
            line-height: 1.65;
            margin-bottom: 18px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content{
            min-width: 0;
            display: grid;
            gap: 32px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band{
            position: relative;
            overflow: hidden;
            padding: 44px;
            border-radius: 8px;
            border: 1px solid rgba(32, 62, 42, .1);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
            box-shadow:
                0 22px 60px rgba(39, 60, 38, .1),
                inset 0 1px 0 rgba(255, 255, 255, .85);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band::before{
            display: none;
            content: none;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band::after{
            position: absolute;
            content: "";
            width: 180px;
            height: 180px;
            right: -95px;
            bottom: -95px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(185, 133, 53, .14), transparent 70%);
            transition: transform .45s ease;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band:hover{
            transform: translateY(-5px);
            border-color: rgba(185, 133, 53, .28);
            box-shadow:
                0 30px 80px rgba(39, 60, 38, .16),
                inset 0 1px 0 rgba(255, 255, 255, .9);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band:hover::after{
            transform: scale(1.28);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band > .container,
body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band > *{
            position: relative;
            z-index: 1;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band:not(.is_tint){
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 238, .88));
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_soft{
            background:
                linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 247, 224, .92));
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint{
            border-color: rgba(255, 238, 189, .16);
            background:
                linear-gradient(135deg, rgba(18, 48, 29, .98) 0%, rgba(47, 91, 51, .98) 58%, rgba(122, 91, 36, .95) 100%);
            box-shadow: 0 32px 90px rgba(23, 55, 34, .22);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint::before{
            color: rgba(255, 241, 205, .13);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint::after{
            background: radial-gradient(circle, rgba(255, 225, 157, .18), transparent 70%);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint .women_band_heading h2::after{
            background: linear-gradient(90deg, #ffe1a0, rgba(255, 255, 255, .38));
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band > .container{
            width: 100%;
            max-width: none;
            padding-left: 0;
            padding-right: 0;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band .mt_25{
            margin-top: 20px !important;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_cards{
            grid-template-columns: 1fr;
            gap: 18px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band_heading{
            max-width: 760px;
            margin-bottom: 24px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band_heading h2{
            position: relative;
            font-size: 40px;
            font-weight: 800;
            letter-spacing: 0;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_two_col{
            display: block;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_list_grid,
body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_check_grid{
            gap: 14px;
            margin: 22px 0 8px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_list_grid li,
body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_check_grid li{
            min-height: 54px;
            border: 1px solid rgba(32, 62, 42, .08);
            background: rgba(255, 255, 255, .64);
            box-shadow: 0 10px 26px rgba(48, 69, 42, .06);
            transition: transform .28s ease, border-color .28s ease, background .28s ease;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_list_grid li:hover,
body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_check_grid li:hover{
            transform: translateX(5px);
            border-color: rgba(185, 133, 53, .3);
            background: #fffdf6;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_step,
body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_card,
body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_feature_panel{
            border-radius: 8px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_step,
body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_card{
            background: rgba(255, 255, 255, .72);
            border: 1px solid rgba(185, 133, 53, .14);
            box-shadow: 0 12px 32px rgba(48, 69, 42, .06);
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_feature_panel{
            margin-top: 18px;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_faq_item{
            border-left: 4px solid #b98535;
            border-radius: 0 8px 8px 0;
            background: #fffaf0;
        }

        body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint .women_list_grid li:hover,
body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band.is_tint .women_check_grid li:hover{
            background: rgba(255, 255, 255, .16);
            border-color: rgba(255, 238, 189, .28);
        }

        @media (max-width: 1199px) {
            body.page-womens-health-ayurvedic-treatment-kharadi .women_intro_grid,
body.page-womens-health-ayurvedic-treatment-kharadi .women_two_col{
                grid-template-columns: 1fr;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_page_layout{
                grid-template-columns: 1fr;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar{
                position: static !important;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                height: auto;
                max-height: none;
                overflow-y: visible;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_cards{
                grid-template-columns: 1fr;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_intro_media{
                min-height: 420px;
            }
        }

        @media (max-width: 991px) {
            body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb,
body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb_overlay{
                min-height: initial !important;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb_overlay{
                padding: 210px 0px 105px 0px !important;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb_text h1{
                font-size: 42px !important;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_intro{
                margin-top: 0;
                padding: 58px 0;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_intro_grid{
                padding: 14px;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_intro_copy{
                padding: 24px 12px;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_page h2{
                font-size: 32px;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_band{
                padding: 58px 0;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_content_area{
                padding: 0 0 70px;
            }
        }

        @media (max-width: 767px) {
            body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb_overlay{
                padding: 185px 0px 95px 0px !important;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .breadcrumb_text h1{
                font-size: 38px !important;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_page h2{
                font-size: 28px;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_page h3{
                font-size: 19px;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_list_grid,
body.page-womens-health-ayurvedic-treatment-kharadi .women_check_grid{
                grid-template-columns: 1fr;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_card,
body.page-womens-health-ayurvedic-treatment-kharadi .women_step{
                padding: 22px;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_intro_media{
                min-height: 300px;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_question{
                align-items: flex-start;
                padding: 18px;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_question h3{
                font-size: 17px;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_faq_icon{
                width: 32px;
                height: 32px;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_sidebar{
                grid-template-columns: 1fr;
            }

            body.page-womens-health-ayurvedic-treatment-kharadi .women_main_content .women_band{
                padding: 24px 18px;
            }
        }
