*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  line-height: 1.75;
  font-family: "Outfit-Regular", sans-serif !important;
  scroll-padding-top: 6rem;
}

:root {
  --navbar-sky: #e4eaff;
  --white: #ffffff;
  --black: #303030;
  --dark-brown-top-header: #5c3d2e;
  --green-light: #3bb247;
  --green-gredient: linear-gradient(160deg, #3bb247, #1a8e58);
  --green-gredient-hover: linear-gradient(90deg, #3bb247, #1a8e58);
  --dark-green: #1a8e58;
  --dark-green1: #278447;
  --banner-brown-text: #9a623c;
}

html {
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  transition: 0.3s;
  overflow-x: hidden;
  scroll-padding-top: 3rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  padding: 0;
}

p {
  /* text-align: justify; */
}

@font-face {
  font-family: "Outfit-Light";
  src: url(../fonts/Outfit-Light.ttf);
}

@font-face {
  font-family: "Outfit-Regular";
  src: url(../fonts/Outfit-Regular.ttf);
}

@font-face {
  font-family: "Outfit-Medium";
  src: url(../fonts/Outfit-Medium.ttf);
}

@font-face {
  font-family: "Outfit-SemiBold";
  src: url(../fonts/Outfit-SemiBold.ttf);
}

@font-face {
  font-family: "Outfit-Bold";
  src: url(../fonts/Outfit-Bold.ttf);
}

@font-face {
  font-family: "Outfit-ExtraBold";
  src: url(../fonts/Outfit-ExtraBold.ttf);
}

@font-face {
  font-family: "Outfit-Thin";
  src: url(../fonts/Outfit-Thin.ttf);
}

@font-face {
  font-family: "Outfit-Black";
  src: url(../fonts/Outfit-Black.ttf);
}

p,
.header_contant_info span,
.Outfit-Light {
  font-family: "Outfit-Light";
}

.header_ul .nav-item .nav-link,
.Outfit-Regular {
  font-family: "Outfit-Regular";
}

.Outfit-Medium {
  font-family: "Outfit-Medium";
}

.Outfit-SemiBold {
  font-family: "Outfit-SemiBold";
}

.Outfit-Bold {
  font-family: "Outfit-Bold";
}

.Outfit-ExtraBold {
  font-family: "Outfit-ExtraBold";
}

.Outfit-Thin {
  font-family: "Outfit-Thin";
}

.Outfit-Black {
  font-family: "Outfit-Black";
}

.offcanvas {
  background-color: #ffffffe8 !important;
}

@media (max-width: 992px) {
  .offcanvas {
    width: 100vw;
    height: 100vh;
  }

  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 0px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
  }
}

header {
  transition: 0.3s;
  /* background-color: var(--navbar-sky); */
}

::-webkit-scrollbar {
  width: 1px;
}

.course_tabs_gallery::-webkit-scrollbar {
  width: 1px;
  height: 3px;
}

.course_tabs_gallery::-webkit-scrollbar-track {
  background-color: var(--white);
}

.course_tabs_acc_box::-webkit-scrollbar {
  width: 3px;
}

.course_tabs_acc_box::-webkit-scrollbar-track {
  background-color: var(--white);
}

/* Track */

::-webkit-scrollbar-track {
  border-radius: 5px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: rgb(87, 87, 87);
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: rgb(73, 73, 73);
}
  .cust_gred_btn {
    color: #fff;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 100% 100%;
    border-radius: 50px;
    background-image: red;
    /* box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
        */
  }
 

section {
  padding: 3rem 0;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.logo {
  height: 4rem;
  z-index: 3;
}

header {
  z-index: 99;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-link {
  /* color: var(--white); */
}

footer a {
  transition: 0.3s;
}

.navbar-toggler {
  --hw: 2rem;
  height: var(--hw);
  width: var(--hw);
}

.service_box_img {
  --hw: 4rem;
  height: var(--hw);
  width: var(--hw);
  border: 0.2rem solid var(--white);
  border-radius: 50rem;
}

.service_box_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dropend .dropdown-menu {
  background-color: var(--theme-blue);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

.mobile_dropdown_Arrow {
  position: absolute;
  height: 2.8rem;
  width: 2rem;
  right: 0;
  display: grid;
  place-content: center;
  font-size: 1.5rem;
  color: var(--theme-orange);
  top: 0;
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 0rem rgba(217, 214, 209, 0.5);
  box-shadow: inset 0 0 0 0rem rgba(217, 214, 209, 0.5);
}

.progress-wrap {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  height: 3.125rem;
  width: 3.125rem;
  cursor: pointer;
  display: block;
  border-radius: 3.125rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.25rem);
  -ms-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.whatsapp_icon svg,
.progress-wrap svg {
  height: 3.125rem;
  width: 3.125rem;
}

.whatsapp_icon {
  position: fixed;
  bottom: 7rem;
  right: 1.25rem;
  height: 3.125rem;
  width: 3.125rem;
  cursor: pointer;
  display: block;
  border-radius: 3.125rem;
  z-index: 5;
  -webkit-transform: translateY(1.25rem);
  -ms-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg {
  /* transition: stroke-dashoffset 10ms linear 0s;*/
  /* stroke-dasharray: 307.919, 307.919;
  stroke-width: 4px;
  stroke-dashoffset: 310;
  fill: var(--input-color);
  stroke: var(--theme-orange); */
}

.arrow_btm {
  height: 1rem;
}

.up_down_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--theme-blue);
}

.dropdown-menu .dropdown-menu,
.dropdown-menu {
  /* border-radius: 0; */
  background-color: var(--white);
}

.dropdown-menu a {
  /* color: var(--white); */
  padding: 0.65rem 0.5rem;
  border: none;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover {}

.navbar-nav>.nav-item {
  padding: 10px 10px;
  letter-spacing: 0.5px;
}

.dropdown-toggle::after,
.dropend .dropdown-toggle::after {
  position: absolute;
  border: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 0.8rem;
  top: 1rem;
  transition: 0.3s;
  /* transform: translateY(-50%); */
  /* margin-left: 0.35rem; */
  right: 0.5rem;
}

.dropdown-toggle::after {
  top: 1.3rem;
  transform: translateY(0%);
  margin-left: 0.35rem;
  right: auto;
}

.dropdown-menu li,
.dropdown-menu li a {
  transition: 0.3s !important;
}

.dropdown-menu li a:hover {
  color: white;
  background-color: var(--theme-blue);
}

.dropdown-menu {
  animation: dropdown_inner 0.1s linear alternate;
}

@keyframes dropdown_inner {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }

  50% {
    transform: scaleY(0);
    transform-origin: top;
  }

  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}

.dropdown-menu a {
  color: var(--theme-orange);
}

a {
  text-decoration: none;
}

.header_trans {
  animation: smoothScroll 0.6s forwards;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: var(--white);
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-50rem);
  }

  100% {
    transform: translateY(0px);
  }
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 0px rgba(217, 214, 209, 0.5);
  box-shadow: inset 0 0 0 0px rgba(217, 214, 209, 0.5);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.cta a i,
.cta a span {
  font-size: 0.9rem;
}

.cta a span {
  color: var(--black);
}

.cta a img {
  height: 1.2rem;
}

.header_social_icon svg {
  height: calc(1rem + 0rem);
}

.header_social_icon .youtube svg {
  height: calc(0.8rem + 0rem);
}

.header_contant_info svg {
  height: 1.4rem;
}

.top_mobile_menu span,
.header_contant_info span {
  font-size: 1rem;
  transition: 0.3s;
  color: var(--white);
}

.top_mobile_menu svg {
  height: 1rem;
}

.header_social_icon a:hover svg path,
.header_contant_info a:hover span {
  color: var(--green-light);
  transition: 0.3s;
}

.header_contant_info svg circle,
.header_contant_info svg path {
  transition: 0.3s;
}

.header_contant_info a:hover svg circle {
  fill: var(--white);
}

.header_social_icon a:hover svg path,
.header_contant_info a:hover svg path {
  fill: var(--green-light);
}

.top_menu {
  background-color: var(--dark-brown-top-header);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.16);
}


.cust_gred_btn {
  background: var(--green-gredient);
  color: var(--white);
  transition: background 0.3s ease-in-out;
  z-index: 2;
  position: relative;
	 transition: all 0.3s ease-in-out;
    background-size: 200% 200%;
    background-position: left;
}

.cust_gred_btn:active,
.cust_gred_btn:hover {
  /* background: var(--green-gredient-hover); */
  /* background: var(--dark-green); */
  color: var(--white);
}

.top_mobile_menu_1 {
  background-color: var(--dark-green1);
}

.darkgreen1 {
  color: var(--dark-green1);
}

.top_mobile_menu_2 {
  background-color: var(--dark-green);
}

.index_banner {
  background-image: url("../img/bannerbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec_heading {
  color: var(--banner-brown-text);
}

.leaf_ul li svg {
  margin-right: 0.5rem;
  --hw: 1.7rem;
  width: var(--hw);
  height: var(--hw);
}

.leaf_ul li {
  display: flex;
  align-items: center;
}

.leaf_ul li {
  font-family: "Outfit-Medium";
}

.leaf_ul {
  list-style: none;
  padding: 0;
}

.grid-col-1 {
  grid-template-columns: repeat(1, 1fr);
}

.header_social_icon_index svg * {
  fill: #3b3b3b;
}

.border_red_imhbox {
  border-radius: 6rem 2rem 6rem 2rem;
  overflow: hidden;
}

.tabs_accordionul,
.img_tag_box {
  box-shadow: 0rem 0.25rem 0.625rem rgba(183, 107, 214, 0.1);
}

.img_tag_box1 {
  left: -2rem;
  top: 20%;
}

.img_tag_box2 {
  right: -2rem;
  bottom: 20%;
}

.four_box>div:nth-child(1) {
  background-color: #35755f;
}

.four_box>div:nth-child(2) {
  background-color: #3c826a;
}

.four_box>div:nth-child(3) {
  background-color: #3b876d;
}

.four_box>div:nth-child(4) {
  background-color: #419176;
}

.column-gap-1px {
  column-gap: 0.0625rem;
}

.w-fit-content {
  width: fit-content;
}

.tabs_accordionul button {
  border: 0;
}

.tabs_accordion .nav-link {
  transition: background 0.3s;
  color: var(--black);
}

.tabs_accordion .nav-link:hover,
.tabs_accordion li.active .nav-link,
.tabs_accordion .nav-link.active {
  background: var(--green-gredient);
  color: var(--white);
  /* transition: .3s; */
}

.accordion-button:not(.collapsed) {
  background: #9a623c;
  color: var(--white);
  /* transition: .3s; */
}

.tabs_accordion .accordion-item {
  border-radius: 2rem;
}

.tabs_accordion .accordion-button:not(.collapsed) {
  border-radius: 2rem 2rem 0 0 !important;
}

.tabs_accordion .accordion-button::after {
  display: none;
}

.tabs_accordion .accordion-button:focus {
  box-shadow: none;
}

.blog_slider_link a,
.service_box_head {
  color: #3b3b3b;
}

.service_box {
  background-image: url("../img/Group-477.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 12rem;
  border-radius: 1.5rem;
}

.service_box * {
  position: relative;
  z-index: 2;
}

.service_box_main {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1rem;
  column-gap: 0rem;
}

.service_box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  border-radius: 1.5rem;
  background-image: url("../img/Grod3eup-561.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service_box:hover .service_box_head {
  color: var(--white);
}

.service_box:hover::before {
  opacity: 1;
  top: 1rem;
  left: 1rem;
}

.service_box_main>div {
  margin-bottom: 1rem;
  width: 100%;
}

.choose_box {
  background-image: url("../img/Group-477.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.choose_box img {
  height: 4rem;
  /* transform: translateY(-2rem); */
  margin-top: -2rem;
  margin-bottom: 1rem;
}

.choose_box {
  position: relative;
}

.choose_box {
  border-radius: 2rem;
  background-color: #fff6e1;
}

.choose_box {
  margin-bottom: 3rem;
}

.choose_sec {
  background: linear-gradient(180deg, #f9f9f9, #ffffff);
}

.leaf {
  height: 3rem !important;
  width: 5rem !important;
  z-index: 0;
}

.leaf2 {
  top: -1rem;
  left: calc(50% - 5rem);
  z-index: -1;
}

.leaf3 {
  top: 0rem;
  left: calc(0rem);
  z-index: -1;
}

.choose_box2,
.choose_box1 {
  position: relative;
  z-index: 1;
}

.leaf4 {
  bottom: -3rem;
  left: calc(6rem);
}

.navigation_circlearrow_bottom_center .swiper-button-prev:after,
.navigation_circlearrow_bottom_center .swiper-button-next:after {
  display: none;
}

.navigation_circlearrow_bottom_center .swiper-button-prev,
.navigation_circlearrow_bottom_center .swiper-button-next {
  bottom: 0;
  top: auto;
  width: 1.75rem;
  height: 1.75rem;
}

.navigation_circlearrow_bottom_center .swiper-button-prev {
  left: calc(50% - 2rem);
}

.navigation_circlearrow_bottom_center .swiper-button-next {
  right: calc(50% - 2rem);
}

.testimonials_sec::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 50%;
  background-image: url("../img/test-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.testi_quote {}

.testi_content {
  overflow: auto;
  min-height: 7rem;
  max-height: 7rem;
}

.test_box {
  box-shadow: rgba(149, 157, 165, 0.2) 0rem 0.5rem 1.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0rem 0.4375rem 1.8125rem 0rem;
}

.testi_quote {
  top: -1rem;
  left: 0;
}

.testi_quote img {
  height: 1.5rem;
}

/* width */

.testi_content::-webkit-scrollbar {
  width: 0.15rem;
}

/* Track */

.testi_content::-webkit-scrollbar-track {
  background: #f5e8c7;
}

/* Handle */

.testi_content::-webkit-scrollbar-thumb {
  background: #9a623c;
}

/* Handle on hover */

.testi_content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.blog_slider_img {
  height: 12rem;
}

.blog_slider_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blogslider_mainbox {
  background-color: #f9f9f9;
}

.blog_slider_linkatag a {
  color: #9a623c;
}

footer::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #4d2a19;
  inset: 0;
  border-radius: 3rem 3rem 0 0;

}

footer>div {
  position: relative;
  z-index: 2;
}

.footer_menu_link a {
  color: #ffffff;
  transition: 0.3s;
  position: relative;
}

.footer_menu_link a::before {
  position: absolute;
  content: "";
  transition: 0.3s;
  opacity: 0;
  right: 0;
  transform: rotate(90deg);
  transform-origin: center bottom;
  top: -80%;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url(../img/leaf.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer_menu_link a:hover::before {
  transform: rotate(0deg);
  opacity: 1;
}

.footer_menu_link {
  column-gap: 2rem;
}

.footerlogo {
  height: 7rem;
}

.text_green {
  color: #1a8e58;
}

footer .header_emailphone {
  justify-content: center;
}

footer .header_emailphone a:not(:last-child):hover path {
  fill: var(--green-light);
}

.footer_menu_link a:hover {
  color: var(--dark-green);
}

footer .header_emailphone a:last-child:hover path {
  stroke: var(--green-light);
}

footer .header_emailphone svg path {
  transition: 0.3s;
}

footer .header_emailphone svg {
  transition: 0.3s;
  width: auto;
  height: 1.3rem;
  margin-right: 0.4rem;
}

footer .header_emailphone svg path {
  /* stroke: var(--white); */
}

.header_emailphone a:hover {
  color: var(--green-light);
}

.header_emailphone a {
  display: flex;
  align-items: center;
  color: var(--white);
  transition: 0.3s;
}

.copyright {
  background-color: #542d1b;
}

.lh-1 {
  line-height: 1;
}

.four_box svg {
  height: 4.15rem;
  width: 4.15rem;
}

.service_box_head {
  font-size: 1.12rem;
}

.about-header {
  background: url('../img/Mask Group 75.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 2rem 0rem;
  position: relative;
}

.about-header h2 {
  font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
}

.about-section {}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
@media (min-width:1500px) and (max-width:1900px){
  .about-image {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}
}
@media (min-width:1901px){
  .about-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
}*/

.green-box {
  background: var(--green-gredient);
  color: white;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 1.5rem;
  line-height: 2rem;

}

.service-para {
  padding: 2rem 1.5rem;
}

.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width:1400px) and (max-width:1900px) {
  .service-image {
    height: 100%;
    max-height: 500px;
    object-fit: cover;
  }
}

@media (min-width:1901px) and (max-width:2199px) {
  .service-image {
    height: 100%;
    max-height: 670px;
    object-fit: cover;
  }
}

@media (min-width:2200px) and (max-width:2399px) {
  .service-image {
    height: 100%;
    max-height: 700px;
    object-fit: cover;
  }
}

@media (min-width:2400px) {
  .service-image {
    height: 100%;
    max-height: 725px;
    object-fit: cover;
  }
}

.treat-section {}

.treat-title {
  color: #92572D;
  /* font-weight: bold; */
  text-align: center;

}

.treat-img {
  height: 12rem;
  width: 1000%;
  border-radius: 8rem;
  object-fit: cover;

}

.treat-heading {
  color: #92572D;
  /* font-weight: bold; */

}

.treat-description {

  font-size: 1rem;
  line-height: 1.7;
}

.digestive-section {}


.digestive-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  /* This replaces margin-right for cleaner wrapping */
}

.digestive-tags span {
  background-color: #f2e7d8;
  color: #5c3d1c;
  font-weight: 600;
  padding: 0.375rem 0.875rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
}

.digestive-title {
  color: #8c4b1f;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.digestive-text {
  color: #3a3a3a;
  font-size: 1rem;
  line-height: 1.6;
}

.digestive-image {
  height: auto;
  width: 100%;
  border-radius: 50rem;
  object-fit: cover;

}

h3 {
  margin-bottom: 1rem !important;
}


.about-header {

  padding: 2rem 0rem;
  position: relative;
}

.about-header h2 {
  font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
}

.about-para {
  padding: 2rem 1rem;
}

.green-box {
  background: var(--green-gredient);
  color: white;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 2rem;

}

.highlight {
  color: #a44b00;
  /* font-weight: bold; */
}

.section-title {
  color: #a44b00;
  font-weight: 600;
}



.custom-img-wrapper {
  position: relative;
}

.custom-circle-img {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.custom-line {
  border-top: 2px solid #d3b9a3;
  width: 3.75rem;
  margin: 0.625rem 0;
}


.homeopathy-section {
  background: url('../img/Mask Group 67.webp') no-repeat center center;
  background-size: cover;
  height: auto;
  display: flex;
  align-items: center;
  /* Add padding for small screens */
}

.info-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  min-width: 670px;
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Headings */
.info-box h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.info-box h3 {
  font-size: 1.75rem;
  font-weight: 800;
}

.highlight-green {
  color: #0aaf4c;
}



.approach-section {

  background-color: #fff;
  text-align: center;
  display: flex;

}

.approach-sectionrow {}

.approach-title {
  font-size: 28px;
  font-weight: bold;
  color: #8B4C2E;
  /* Similar to brown in image */
  margin-bottom: 40px;
}

.approach-card {
  background-color: #f7e7c8;
  border-radius: 20px;
  padding: 3rem 1rem;
  height: 100%;



}

.approach-card img {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0.2rem;
  border-radius: 50%;
  height: 6rem;
  width: 6rem;
  margin-bottom: 0.5rem;

}

.approach-card h5 {
  font-weight: bold;

}

.approach-description {
  margin: 40px auto 0;
  color: #444;
  font-size: 16px;
}

.promise-wrapper {
  background: url('../img/Group 626.webp') no-repeat center center;
  background-size: cover;
  color: white;
  border-radius: 30px;
  /*  padding:2rem 1rem;*/
  overflow: hidden;
  position: relative;
}

.highlight {
  color: #ffd25c;
  /* font-weight: 600; */
}

.promise-imagesection {
  background-image: url('../img/Mask Group 62.webp');
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  width: 100%;
  height: 23rem;
  position: relative;
}

.content-box {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.btn-custom {
  background-color: #118a64;
  color: white;
  border-radius: 25px;
  border: none;
}

.btn-custom:hover {
  background-color: #0f7657;
}

.rounded-img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.leaf1 {}

.leaf_ul span {}

.leaf_ul span {
  font-weight: 500;
  color: #1d1d1d;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .info-box {
    min-width: 100%;
    padding: 2rem;
  }

  .info-box h2 {
    font-size: 1.25rem;
  }

  .info-box h3 {
    font-size: 1.5rem;
  }
}

/* Mobile devices (max-width: 767px) */
@media (max-width: 767px) {
  .homeopathy-section {
    min-height: auto;
    padding: 2rem 1rem;
    display: block;
  }

  .info-box {
    padding: 1.5rem;
    border-radius: 15px;
  }

  .info-box h2 {
    font-size: 1.125rem;
  }

  .info-box h3 {
    font-size: 1.25rem;
  }

  .info-box p {
    font-size: 0.95rem;
  }
}

/* Extra small devices (max-width: 480px) */
@media (max-width: 480px) {
  .info-box {
    padding: 1rem;

  }

  .info-box h2,
  .info-box h3 {
    text-align: center;
  }

  .info-box p {
    font-size: 0.9rem;
    text-align: justify;
  }

  .promise-imagesection {

    height: 200px;

  }
}


.about_small_txt {
  line-height: 1rem !important;
}

.text_gray {
  color: #3d3d3d !important;
}

.FAQ-section .accordion-button:not(.collapsed) {
  background: none;
  color: var(--dark-green) !important;
  box-shadow: none;
  /* transition: .3s; */
}

.FAQ-section .accordion-button {
  font-size: 1.2rem;

}

.FAQ-section .accordion-button:has(.accordion-collapse.show) {
  /* color: #1a8b4c;  */
}

.FAQ-section .accordion-button:not(.collapsed) svg path {
  fill: #1a8b4c !important;
}

.FAQ-section svg {
  width: 2rem;
  transition: .3s;
}

.FAQ-section .accordion {

  --bs-accordion-bg: none;
}

.FAQ-section .accordion-button::after {
  display: none;
}

.FAQ-section .accordion-button p-0 svg {
  transition: transform 0.3s ease;
  fill: #1c1b1e;
}

.FAQ-section .accordion-button:not(.collapsed) svg {
  transform: rotate(-180deg);
  /* or any rotation to show it's open */

}

.FAQ-section .accordion-item {
  border-bottom: 1px solid black;
}

.FAQ-section .accordion-item:has(.accordion-collapse.show) {
  border-bottom: 1px solid #1a8b4c;
}

.FAQ-section .accordion-item .accordion-button:not(.collapsed) {
  border-color: var(--dark-green) !important;
  ;
}

.FAQs-img {
  margin-left: -6.5625rem;
  /* Adjust as needed */
  z-index: 1;
  position: relative;
  margin-bottom: -7.8125rem;
}

@media (max-width:767px) {
  .FAQs-img {
    margin-left: -0px;
    /* Adjust as needed */
    margin-bottom: -0px;
  }
}

@media (min-width:768px) and (max-width:996px) {
  .FAQs-img img {
    margin-left: 1.25rem;
    /* Adjust as needed */


    margin-bottom: -0.625rem;
  }
}

@media (min-width:997px) and (max-width:1199px) {
  .FAQs-img {
    margin-left: -5.625rem;
    /* Adjust as needed */


    margin-bottom: -8.125rem;
  }
}

@media (min-width:1200px) and (max-width:1266px) {
  .FAQs-img {
    margin-left: -6.0625rem;
    /* Adjust as needed */


    margin-bottom: -11.375rem;
  }
}

@media (min-width:1267px) and (max-width:1399px) {
  .FAQs-img {
    margin-left: -6.0625rem;
    /* Adjust as needed */


    margin-bottom: -8.625rem;
  }
}

@media (min-width:1400px) and (max-width:1599px) {
  .FAQs-img {
    margin-left: -6.875rem;
    /* Adjust as needed */


    margin-bottom: -6.25rem;
  }
}

@media (min-width:1600px) and (max-width:1799px) {
  .FAQs-img {
    margin-left: -6.875rem;
    /* Adjust as needed */


    margin-bottom: -5.625rem;
  }
}

@media (min-width:1800px) and (max-width:1920px) {
  .FAQs-img {
    margin-left: -7.5rem;
    /* Adjust as needed */


    margin-bottom: -4.375rem;
  }
}

@media (min-width:1921px) and (max-width:2199px) {
  .FAQs-img {
    margin-left: -7.5rem;
    /* Adjust as needed */


    margin-bottom: -6.875rem;
  }
}

@media (min-width:2200px) {
  .FAQs-img {
    margin-left: -8.4375rem;
    /* Adjust as needed */


    margin-bottom: -7.8125rem;
  }
}

.other_txtheadcolor {
  color: #5b2602 !important;
}

.testi_pg_main_box .test_box {
  transition: transform 0.3s ease-in-out;
  transform-origin: top right;
}



.testi_pg_main_box .test_box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.test_box_cont {
  background-color: #fbedcf;
  background-image: url(../img/Group-477.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* .test_box_cont::before {
  position: absolute;
  content: "";
  bottom: -.9rem;
  left: 2rem; 
  width: var(--hw);
  height: var(--hw);
  z-index: 0;
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fbedcf;
} */


.test_box_img {
  --hw: 4rem;
  width: var(--hw);
  height: var(--hw);
  border-radius: 50rem;
}

.test_box_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cust_gred_btn{
transition:.3s;
	    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	  background-image: linear-gradient(to right, #3bb247, #1a8e58 50%, #3bb247, #1a8e58); 
}
.cust_gred_btn:hover
 {
    /*background: linear-gradient(160deg, #3bb247, #1a8e58 0%);*/
     background-position: right;
}
.header_ul .nav-item .nav-link.active::before,
.header_ul .nav-item .nav-link.active::after{
opacity:1;
}
.cust_gred_btn:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	  background-image: linear-gradient(to right, #3bb247, #1a8e58, #3bb247, #1a8e58); 
}
.header_ul .nav-item .nav-link.active,
.header_ul .nav-item .nav-link:hover {
  color: var(--dark-brown-top-header) !important;
	font-weight:600;
}
.header_ul .nav-item .nav-link{
position:relative;
	  transition: background 0.3s ease-in-out; /* apply here */
}
.header_ul .nav-item .nav-link::before,
.header_ul .nav-item .nav-link::after{
position:absolute;
	height:.45rem;
	width:.45rem;
	border-radius:100rem;
	bottom:0;
	left:50%;
	transition:.3s;
	opacity:0;
	    transform: translateX(calc(-50% + .3rem));
	content:'';
	background-color:#8b5e48;
}
.header_ul .nav-item .nav-link::after{
background-color:var(--dark-brown-top-header);
	    transform: translateX(calc(-50% - .3rem));
}
.header_ul .nav-item .nav-link:hover::before,
.header_ul .nav-item .nav-link:hover::after{
opacity:1;
}