/*
Theme Name: drhridyasayurclinic
*/


/* main css starts */
body{
    font-family: "Montserrat Alternates", sans-serif!important;  
     overflow-x: hidden;
}
.page-container{
      background-color: #143639;
}
p,ul,li{
     font-family: "Montserrat", sans-serif!important;  
     font-weight: 400;
}
a{
    text-decoration:none!important;
    color:#1893a6;
}

.row-width{
    max-width: 1500px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.floating-contact-icons{
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 9999;
}

.floating-contact-icons .contact-icon{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(90deg, #3E682A 0%, #4E7732 50%, #d9b052 100%);
  box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
  transition: all 0.3s ease;
  animation: float-glow 3s ease-in-out infinite;
  position: relative;
}

.floating-contact-icons .contact-icon::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  animation: pulse 2s infinite;
  top: 0;
  left: 0;
  z-index: 0;
}

.floating-contact-icons .contact-icon img{
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: invert(1);
  z-index: 1;
}

.floating-contact-icons .contact-icon:hover{
  transform: scale(1.15);
  box-shadow: 0 0 25px rgba(0,0,0,0.4), 0 0 15px rgba(0,0,0,0.3);
}

.floating-contact-icons  .call-icon{
  background-color: #4CAF50;  
}

.floating-contact-icons  .whatsapp-icon{
  background-color: #25D366;  
}

@keyframes float-glow{
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes pulse{
  0% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.2); opacity: 0.2; }
  100% { transform: scale(1); opacity: 0.4; }
}

/* Responsive */
@media(max-width: 768px){
  .floating-contact-icons{
    bottom: 20px;
    right: 20px;
    gap: 15px;
  }
  .floating-contact-icons .contact-icon{
    width: 50px;
    height: 50px;
  }
  .floating-contact-icons .contact-icon img{
    width: 25px;
    height: 25px;
  }
}

html {
    scroll-behavior: smooth;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 

::selection {
	background: #717171;
	color: #fff;
}

::-moz-selection {
	background: #ffcd38;
	color: #fff;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #898989;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}

/* main css ends */

/* Slider section starts */

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #00000000;
    border: none;
    outline: none;
    background: #ffffff00;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
    background-color: #FF6B00;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
    color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -50px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
    content: '\f177'; 
     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
     background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
     border: 1px solid #ffffff57;
}
[dir='rtl'] .slick-next:before {
    content: '\276E'; 
}

.slick-next {
	right: -50px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
      content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #ffffff57;
}

[dir='rtl'] .slick-prev:before {
    content: '\276F'; 
}


/* Dots */

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* slider section ends */

/* == HEADER SECTION == */

.custom-container{
    padding: 80px 7% 80px;
}

.page-id-6 .custom-container{
    padding: 80px 7% 0px;
}

.header-wrapper .custom-container {
    padding: 7px 3%;
    background: linear-gradient(90deg, #ffffffbd 10%, #698a5b9c 50%, #ffffff2b 100%);
    border-radius: 50px;
    backdrop-filter: blur(1px);
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 18%), inset -2px -2px 4px rgb(11 11 11 / 14%);
}

.header-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    transition-duration: 0.3s;
    padding-bottom: 10px;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 0px;
}

.header-logo img {
    width: 260px;
    height: 88px;
    object-fit: contain;
    transition-duration: 0.3s;
}

.common-button {
    padding: 10px 20px;
    background-color: #E0B057;
    color: #1B5847;
    border-radius: 100px;
    transition: background 3s 
ease-in-out, color 0.2s 
ease-in-out;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}

.common-button:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #4E7732 0%, #3E682A 50%, #335527 100%);
}

.common-button i{
     transition: all 0.3s ease;
    transform: rotate(320deg);
}

 .header-wrapper .letstalk  {
    text-align: right;
}

.common-button:hover i{
     transform: rotate(0deg);
}

/* == BANNER SECTION == */

.banner-main-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
}

.banner-main-wrapper .banner-slider {
  position: relative;
}

.banner-main-wrapper .banner-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: center;
}

.banner-main-wrapper .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(19deg, #4e8250b5 0%, #072a08bd 35%, #4e82500a 100%);
    opacity: 1;
    z-index: 1;
}

.banner-main-wrapper .banner-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 50px;
  color: #fff;
}

.banner-main-wrapper .banner-title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffe5b5;
}

.banner-main-wrapper .banner-desc {
  font-size: 1.2rem;
  margin-bottom: 25px;
  color: #fbe5b3;
}

.banner-main-wrapper .banner-btn {
  background-color: #4E7732;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.banner-main-wrapper .banner-btn:hover {
  background-color: #335527;
}

/* Arrows */
.banner-main-wrapper .banner-arrows {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 5;
}

.banner-main-wrapper .banner-arrows button {
    border: none;
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s 
ease;
    color: #ffffff;
    background: linear-gradient(90deg, #d9b052c7 0%, #3E682A 50%, #d9b052cc 100%);
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}

.banner-main-wrapper .banner-arrows button:hover {
  background: #4E7732;
}

/* Responsive */
@media (max-width: 768px) {
  .banner-main-wrapper .banner-slide {
    height: 90vh;
  }
  .banner-main-wrapper .banner-content {
    padding: 0 25px;
  }
  .banner-main-wrapper .banner-title {
    font-size: 2rem;
  }
}


/* == ABOUT SECTION == */

.about-main-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  background-image: url('./assets/img/about-drhridya.webp');
}

.about-main-wrapper .about-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgb(0 0 0 / 0%);
  z-index: 1;
}

.about-main-wrapper .custom-container {
    position: relative;
    z-index: 2;
    padding: 80px 7% 80px;
}

.about-main-wrapper .about-content-bg {
    padding: 100px 50px;
    border-radius: 40px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
    background-image: url(./assets/img/drhridyasayurveda.webp);
}

.about-main-wrapper .about-subtitle-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.about-main-wrapper .about-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg, #4E7732 0%, #3E682A 50%, #335527 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    z-index: 99;
}

.about-main-wrapper .about-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.about-main-wrapper .about-subtitle {
    background: linear-gradient(90deg, #4E7732 0%, #3E682A 50%, #335527 100%);
    color: #fff;
    padding: 14px 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: 500;
    margin-left: -10px;
    text-transform: capitalize;
    font-size: 22px;
    letter-spacing: 1px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 12%), inset -2px -2px 4px rgb(11 11 11 / 4%);
}

.about-main-wrapper .about-title {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

.about-main-wrapper .about-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
}

.about-main-wrapper .about-text p{
  margin-bottom: 30px;
}


/* Responsive */
@media (max-width: 991px) {
  .about-main-wrapper {
    padding: 60px 0;
  }
  .about-main-wrapper .about-content-bg {
    padding: 40px 25px;
  }
  .about-main-wrapper .about-title {
    font-size: 1.8rem;
  }
  .about-main-wrapper .about-subtitle {
    font-size: 13px;
    padding: 10px 20px;
  }
}

/* == WHY CHOOSE AND TREATMENTS == */

.why-choose-and-treatments {
    padding: 50px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
    background-image: url(./assets/img/why-choose-and-treatments-bg.webp);
}

.why-choose-us-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url(./assets/img/why-choose-us.webp);
    border-radius: 40px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.why-choose-and-treatments .custom-container {
    padding: 40px 7% 0px;
}

.why-choose-us-section .custom-container {
    padding: 60px 3% 60px;
}

.why-choose-us-section .why-choose-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 40px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.why-choose-us-section .why-box {
    text-align: center;
    padding: 35px 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
     
}

.why-choose-us-section .why-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

.why-choose-us-section .why-img {
  margin-bottom: 20px;
}

.why-choose-us-section .why-img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: invert(1);
}

.row.why-choose-wrap {
    margin-bottom: 20px;
}

.why-choose-us-section .why-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #f0ba3f;
}

.why-choose-us-section .why-desc p{
    font-size: 0.95rem;
    color: #f5f5f5;
    line-height: 1.6;
    min-height: 70px;
    text-transform: capitalize;
}

/* Read More Button */
.why-choose-us-section .why-read-more-btn {
  display: inline-block;
  background: #4E7732;
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.why-choose-us-section .why-read-more-btn:hover {
  background: #335527;
}


/* == SPECIALITIES == */

.specialities-wrapper {
  padding: 80px 0;
}

.specialities-wrapper .specialities-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.specialities-wrapper .speciality-section {
    padding: 40px 25px;
    border-radius: 40px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
    transition: all 0.3s 
ease;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 16%), inset -2px -2px 4px rgb(51 51 51 / 67%);
    height: 100%;
}

.specialities-wrapper .speciality-section:hover {
  transform: translateY(-8px);
   box-shadow: inset 2px 2px 4px rgb(0 0 0 / 16%), inset -2px -2px 4px rgb(51 51 51 / 67%);
}

/* Gradients */
.specialities-wrapper .gradient-1 {
  background: linear-gradient(135deg, #6FB476, #4E8153);
}

.specialities-wrapper .gradient-2 {
  background: linear-gradient(135deg, #8B6E47, #4E371D);
}

.specialities-wrapper .gradient-3 {
  background: linear-gradient(135deg, #B48D6F, #6A5532);
}

.specialities-wrapper .speciality-section .image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
    box-shadow: 3px 5px 7px 3px #0000006b;
    border-radius: 50px;
}

.specialities-wrapper .speciality-section .sp-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffdc9b;
}

.specialities-wrapper .speciality-section .sp-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 10px;
  min-height: 100px;
}

.speciality-row {

    margin-bottom: 50px;
}

.speciality-col{
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  .specialities-wrapper .specialities-title {
    font-size: 24px;
  }
}


/* == DOCTORS SECTION == */

.doctors-main-wrapper{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url(./assets/img/doctors-bg.webp);
}

.doctors-main-wrapper {
    padding: 15px 0 90px;
    position: relative;
}

.doctors-main-wrapper .doctor-box {
  background: linear-gradient(135deg, #4E7732, #335527);
  border-radius: 35px;
  padding: 80px 40px 45px;  
  color: #fff;
  position: relative;
  margin-top: 80px;  
  overflow: visible; 
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  min-height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./assets/img/doctors-wrap-bg.webp);
}

.doctors-main-wrapper .doctors-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #424242;
    border: 1px solid #d8d3c7c2;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    margin: auto;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    margin-bottom: 15px;
}

.doctors-main-wrapper .section-pg-main-desc {
    color: #202020bd;
    font-size: 20px;
}

.doctors-row {
    padding: 7px !important;
}

.doctors-main-wrapper .doctor-header {
    display: flex;
    align-items: center;
    position: absolute;
    top: -70px;
    left: 40px;
    right: 40px;
    z-index: 10;
}

.doctors-main-wrapper .doctor-photo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 20;
}

.doctors-main-wrapper .doctor-photo img {
    object-fit: cover;
    display: block;
    width: 140px;
    height: 140px;
}

.doctors-main-wrapper .doctor-title-bar {
    background: linear-gradient(90deg, #4E7732 0%, #3E682A 50%, #335527 100%);
    padding: 18px 30px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-left: -20px;
    min-width: 260px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 17%), inset -2px -2px 4px rgb(11 11 11 / 23%);
}

.doctors-main-wrapper .doc-name {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

 
.doctors-main-wrapper .doc-desig {
  font-size: 14px;
  opacity: 0.9;
}

.doctors-main-wrapper .doctor-content {
  margin-top: 20px;
}

.doctors-main-wrapper .doctor-content p {
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 25px;
}
 

/* RESPONSIVE */
@media (max-width: 768px) {
  .doctor-header {
    top: -40px;
    left: 20px;
    right: 20px;
  }

  .doctor-photo {
    width: 90px;
    height: 90px;
  }

  .doctor-title-bar {
    padding: 14px 20px;
    min-width: 200px;
  }
}


/* == TREATMENTS == */

.treatments-main-wrapper{
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url(./assets/img/treatments-bg.webp);
    position: relative;
}

.treatments-main-wrapper .custom-container {
    padding: 80px 7% 80px;
}

.treatments-main-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='turbulence' baseFrequency='1.2' numOctaves='5'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)'/%3E%3C/svg%3E");
    background-size: 300px 300px;
    opacity: 0.5;
    mix-blend-mode: color-burn;
}


.treatments-main-wrapper > * {
    position: relative;
    z-index: 2;
}

.treatments-main-wrapper .treatments-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.treatments-main-wrapper .treatments-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    width: fit-content;
    margin: auto;
    margin-bottom: 16px;
    padding: 10px 30px;
    background-color: #308e48;
    color: #e9cf93;
    border-radius: 100px;
    transition: background 3s ease-in-out, color 0.2s ease-in-out;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 18%);
}

.treatments-main-wrapper .treatments-desc {
    font-size: 20px;
    color: #ffffffbd;
    line-height: 1.7;
    text-transform: capitalize;
    margin-bottom: 80px;
}

.treatments-main-wrapper .treat-box {
    padding: 55px 30px 35px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 40px;
    transition: 0.3s;
    background: linear-gradient(to bottom, #37931c63, #007366ba);
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(21 21 21 / 17%);
    min-height: 300px;
    border: 1px solid #2f9010de;
}

.treatments-main-wrapper .treat-box:hover {
  transform: translateY(-8px);
  box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(21 21 21 / 17%);
}

.treatments-main-wrapper .treat-icon {
    position: absolute;
    top: -60px;
    left: 25px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #29795c, #007366);
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(21 21 21 / 17%);
}

.treatments-main-wrapper .treat-icon img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.treatments-main-wrapper .treat-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #ffdc9b;
}

.treatments-main-wrapper .treat-short {
    color: #e7e7e7;
    margin-bottom: 20px;
    line-height: 1.6;
}

.treatments-row {
    margin-bottom: 20px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .treatments-main-wrapper .treat-box {
    padding: 60px 25px 35px;
  }
  
  .treatments-main-wrapper .treat-icon {
    top: -35px;
    left: 20px;
    width: 70px;
    height: 70px;
  }
  
}


/* == FAQ == */

.faq-main-wrapper{
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/faqs-bg.webp);
    position: relative;
}

.faq-main-wrapper .custom-container {
    padding: 80px 7% 80px;
}
 
.faq-main-wrapper .faq-head{
  text-align: center;
  margin-bottom: 60px;
}

.faq-main-wrapper .faq-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    width: fit-content;
    margin: auto;
    margin-bottom: 16px;
    padding: 10px 50px;
    background-color: #3e6344;
    color: #f3e5c6;
    border-radius: 100px;
    transition: background 3s 
ease-in-out, color 0.2s 
ease-in-out;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 18%);
}

.faq-main-wrapper .faq-desc {
    color: #555;
    font-size: 20px;
    line-height: 1.7;
    text-transform: capitalize;
}

.faq-main-wrapper .faq-item{
  margin-bottom: 30px;
}

.faq-main-wrapper .faq-question{
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.faq-main-wrapper .faq-icon{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(90deg, #4E7732 0%, #3E682A 50%, #335527 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 2;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
  margin-right: -30px;  
}

.faq-main-wrapper .faq-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.faq-main-wrapper .faq-title-text {
    background: linear-gradient(90deg, #4E7732 0%, #3E682A 50%, #335527 100%);
    color: #fff;
    padding: 15px 38px;
    border-radius: 25px 50px 50px 25px;
    font-weight: 500;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.12), inset -2px -2px 4px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1;
}

.faq-main-wrapper .faq-arrow{
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-main-wrapper .faq-answer {
    display: none;
    padding: 15px 20px;
    margin-top: 10px;
    background: #ffffff94;
    border-radius: 20px;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
}

.faq-main-wrapper .faq-question.active .faq-arrow{
  transform: rotate(45deg);
}

/* Responsive */
@media(max-width: 991px){
  .faq-col{
    flex: 1 1 100%;
  }
}



/* == CONTACT == */

.contactform-main-wrapper {
    background-color: #376345;
}

.contactform-main-wrapper .custom-container {
    padding: 80px 7% 80px;
}

.contactform-main-wrapper .contact-bg-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/contact-form-overlay.webp);
    position: relative;
   border-radius: 40px;
    display: block;
    width: 100%;
    overflow: hidden;
    box-shadow: inset 2px 2px 4px rgb(112 112 112 / 6%), inset -2px -2px 4px rgb(0 0 0 / 20%);
}

.contactform-main-wrapper .contact-bg-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0.4);    
    pointer-events: none;
    z-index: 1;
}

.contactform-main-wrapper .contact-bg-box > * {
    position: relative;
    z-index: 2;  
}


.contactform-main-wrapper .left-contact-box {
    padding: 50px;
    padding-left: 60px;
}

.contactform-main-wrapper .contact-title {
  font-size: 32px;
  font-weight: 600;
  color: #e3c15d;
  margin-bottom: 40px;
}

.contactform-main-wrapper .contact-info-box {
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  padding: 20px 25px 20px 50px;
  border-radius: 20px;
  margin-bottom: 25px;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
}

.contactform-main-wrapper .contact-info-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.contactform-main-wrapper .contact-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    background: linear-gradient(to bottom, #29795c, #3e6344);
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(21 21 21 / 17%);
}

.contact-icon i {
    color: #d9b052;
}

.contactform-main-wrapper .right-form-box {
    background: rgba(0, 0, 0, 0.2);
    padding: 40px;
    border-radius: 60px 0px 0px 60px;
}

.contactform-main-wrapper .form-title {
  color: #e3c15d;
  font-size: 26px;
  margin-bottom: 5px;
}

.contactform-main-wrapper .form-sub {
  color: #fff;
  margin-bottom: 25px;
  font-size: 15px;
}

.contactform-main-wrapper .right-form-box input,
.contactform-main-wrapper .right-form-box textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(0,0,0,0.18);
  padding: 12px 18px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
}

.contactform-main-wrapper .right-form-box input::placeholder,
.contactform-main-wrapper .right-form-box textarea::placeholder {
  color: #cccccc;
}

.contactform-main-wrapper .right-form-box textarea {
  height: 120px;
  resize: none;
}

.contactform-main-wrapper .right-form-box input[type="submit"] {
    background: #d9b052;
    color: #333;
    border: none;
    padding: 12px 35px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.3s;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    width: fit-content;
}

.contactform-main-wrapper .right-form-box input[type="submit"]:hover {
  background: #d9ad36;
}

 .contactmap {
    padding: 0px !important;
}

.contactmap iframe {
    
    padding-top: 6px;
}

.google-maps {
    background-color: #ffffff;
}

@media (max-width: 991px) {
  .contactform-main-wrapper .contact-bg-box {
    padding: 15px;
  }

  .contactform-main-wrapper .left-contact-box {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .contactform-main-wrapper .contact-icon {
    left: -20px;
  }
}


.blog-home-main-wrapper .custom-container {
    padding: 80px 7% 80px;
}

.blog-home-main-title{
        text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}

.blog-home-main-desc{
    font-size: 20px;
    color: #ffffffbd;
    line-height: 1.7;
    text-transform: capitalize;
    margin-bottom: 40px;
    text-align: center;
}

.section-pg-main-title{
text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.section-pg-main-desc {
    font-size: 30px;
    color: #ffffffbd;
    line-height: 1.7;
    text-transform: capitalize;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
}

.appointment-form .section-pg-main-title {
    color: #3a4038;
}

.appointment-form .section-pg-main-desc{
    color: #000;
}

/* FOOTER */

.footer-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/footer-bg.webp);
    position: relative;
    color: #fff;
}

.footer-wrapper .custom-container {
    padding: 80px 7% 80px;
}

.footer-wrapper .footer-main-sec {
    position: relative;
    padding: 50px 50px 30px;
    background: rgb(0 0 0 / 24%);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    box-shadow: inset 2px 2px 4px rgb(58 58 58 / 31%), inset -2px -2px 4px rgb(21 21 21 / 17%);
    overflow: hidden;
}

.footer-wrapper .footer-left .footer-logo img {
    max-width: 330px;
    margin-bottom: 20px;
}

.footer-wrapper .footer-content p{
    font-size: 15px;
    line-height: 1.8;
    color: #f0f0f0;
    margin-bottom: 20px;
}

.footer-wrapper .footer-socials{
    display: flex;
    gap: 15px;
}

.footer-wrapper .footer-socials .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #d9b052;
    transition: all 0.3s 
ease;
    background: linear-gradient(to bottom, #29795c, #3e6344);
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(21 21 21 / 17%);
}

.footer-wrapper .footer-socials .social-icon:hover{
    background: linear-gradient(to bottom, #29795c, #3e6344);
    color: #fff;
}

.footer-wrapper .footer-right .footer-menu ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column;
}

.footer-wrapper .footer-right .footer-menu li{
    margin-bottom: 15px;
}

.footer-wrapper .footer-right .footer-menu li a {
    text-decoration: none;
    font-size: 18px !important;
    transition: 0.3s;
    margin-bottom: 8px !important;
    color: #fff;
}

.footer-right .footer-menu li a:hover{
    color: #ffb347;
}

.footer-wrapper .copyrigght-row{
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-wrapper .copyrigght-row a{ 
    color: #fff;
}

.footer-wrapper .copyrigght-row a:hover{ 
    color: #d9b052;
}

.footer-wrapper .copy-right p{
    margin: 0;
    font-size: 14px;
    color: #ccc;
}

.footer-wrapper .text-lg-end{
    text-align: right;
}

.footer-wrapper .footer-right{
  display: grid;
    justify-content: space-around;
}

/* Responsive */
@media(max-width: 991px){
    .footer-wrapper .footer-left, .footer-right{
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-wrapper .footer-right .footer-nav{
        align-items: center;
    }
    .footer-wrapper .text-lg-end{
        text-align: center;
        margin-top: 10px;
    }
}


/* == INNERPAGE TITLE == */

.inner-page-title-wrap {
    position: relative;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 200px 0 100px;
    margin-top: -90px;
}

/* SECOND IMAGE + MERGE EFFECT */
.inner-page-title-wrap::before {
    content: "";
    position: absolute;
    inset: 0;

    /* Second BG image from HTML variable */
    background-image: var(--second-bg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;

    /* MERGING GRADIENT */
    mask-image: linear-gradient(
        to left,
        transparent 0%,
        rgba(0,0,0,1) 40%
    );
    -webkit-mask-image: linear-gradient(
        to left,
        transparent 0%,
        rgba(0,0,0,1) 40%
    );

    /* OVERLAY ON SECOND IMAGE */
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.35);

    z-index: 1;
}

/* Content above images */
.inner-page-title-wrap .custom-container {
    position: relative;
    z-index: 2;
}

.inner-page-title-wrap .custom-container {
    padding: 80px 7% 0px;
}

.inner-page-title-wrap .inner-page-title-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

.inner-page-title-wrap .inner-title-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 680px;
}

.inner-page-title-wrap .inner-title-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.inner-page-title-wrap .inner-title-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(90deg, #4E7732, #3E682A, #335527);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
  z-index: 2;
}

.inner-page-title-wrap .inner-title-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.inner-page-title-wrap .inner-page-title {
    margin: 0;
    border-radius: 0px 50px 50px 0px;
    background: linear-gradient(90deg, #4E7732 0%, #3E682A 50%, #335527 100%);
    color: #fff;
    padding: 14px 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: 500;
    margin-left: -10px;
    text-transform: capitalize;
    font-size: 22px;
    letter-spacing: 1px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 12%), inset -2px -2px 4px rgb(11 11 11 / 4%);
}

.inner-page-title-wrap .inner-page-subtitle {
  font-size: 18px;
  margin-top: 10px;
  opacity: 0.9;
}

.inner-page-title-wrap .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 30px;
    margin-bottom: 30px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.inner-page-title-wrap .breadcrumbs a {
    color: #ababab;
    text-decoration: none;
}

.inner-page-title-wrap .breadcrumbs a:hover {
    color: #d8af52;
}

.inner-page-title-wrap .breadcrumbs a::after {
    content: "•";
    margin-left: 8px;
    color: #d8af52;
}

.inner-page-title-wrap .breadcrumbs span {
    color: #d8af52;
    font-weight: 600;
	text-align: left;
}

/* == CONTACT == */

.contact-us-main-wrapper{
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/contact-us-bg.webp);
    position: relative;
}

.contact-details .cd-box {
    padding: 30px 20px;
    height: 100%;
    border-radius: 40px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    transition: all 0.3s 
ease;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 16%), inset -2px -2px 4px rgb(51 51 51 / 67%);
}

.contact-details .cd-box i {
    font-size: 24px;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
    margin: 0 auto 10px;
}

.contact-us-main-wrapper .custom-container {
    padding: 80px 7% 80px;
}

.contact-us-main-wrapper .contact-details .cd-box:hover {
    transform: translateY(-5px);
}

.contact-us-main-wrapper .contact-details .cd-icon {
    font-size: 35px;
    color: #2b7a78;
    margin-bottom: 15px;
}

.contact-us-main-wrapper .contact-details h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #f3c968;
    font-weight: 600;
    margin-top: 24px;
}

.contact-us-main-wrapper .contact-details p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0px;
}

.contact-us-main-wrapper .contact-details a {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    text-decoration: none;
}

.contact-us-main-wrapper .contact-details a:hover {
     color: #d9b052;
}

.gradient-1{
  background: linear-gradient(135deg, #6FB476, #4E8153);
}

.gradient-2{
  background: linear-gradient(135deg, #8B6E47, #4E371D);
}

.gradient-3 {
    background: linear-gradient(135deg, #308b3e, #122f44);
}

.gradient-4{
  background: linear-gradient(135deg, #B48D6F, #6A5532);
}

.contact-us-main-wrapper h2.contact-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 40px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.contact-us-main-wrapper p.contact-desc {
    font-size: 20px;
    color: #ffffffbd;
    line-height: 1.7;
    text-transform: capitalize;
    margin-bottom: 40px;
    text-align: center;
}

.contact-us-main-wrapper h2.contact-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    margin: auto;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.contact-us-form-wrapper {
    display: flex;
    justify-content: center;
    background-color: #376345;
}

.contact-us-form-wrapper .custom-container {
    padding: 80px 7% 80px;
}

.contact-us-form-wrapper .main-form-wrap {
    padding: 40px;
    border-radius: 40px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/contact-form-bg.webp);
    position: relative;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}

.contact-us-form-wrapper .form-title h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    margin: auto;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
   margin-bottom: 20px !important;
    margin: auto;
}

.contact-us-form-wrapper .main-form form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-us-form-wrapper .main-form input,
.contact-us-form-wrapper .main-form textarea,
.contact-us-form-wrapper .main-form select {
    width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid #d9b0528a;
    background: #fafafa00;
    font-size: 15px;
    transition: 0.3s ease;
    color: #fff!important;
}

.contact-us-form-wrapper .main-form input:focus,
.contact-us-form-wrapper .main-form textarea:focus,
.contact-us-form-wrapper .main-form select:focus {
    border-color: #fff;
     background: #fafafa00;
    box-shadow: 0 0 10px rgba(62,104,42,0.15);
    outline: none;
}

.contact-us-form-wrapper .main-form textarea {
    height: 140px;
    resize: none;
}

.contact-us-form-wrapper .main-form input[type=submit] {
    background: linear-gradient(90deg, #d9b052, #3e682a);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background-color: #E0B057;
    border-radius: 100px;
    transition: background 3s 
ease-in-out, color 0.2s 
ease-in-out;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    width: fit-content;
    padding: 10px 35px;
}

.contact-us-form-wrapper .main-form input[type=submit]:hover {
    transform: translateY(-3px);
}

.branches h2{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
   margin-bottom: 20px !important;
    margin: auto;
}

.branches .address-1,
.branches .address-2{
    padding: 30px;
    background-color: #a9a14b;
    color: #1B5847;
    border-radius: 40px;
    transition: background 3s 
ease-in-out, color 0.2s 
ease-in-out;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    text-align: left;
    margin-bottom: 20px;
}


.branches .address-1 p,
.branches .address-2 p{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  line-height: 1.6;
  color: #fff;
  font-size: 16px;
}

.branches .address-1 .icon, .branches .address-2 .icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #d9b052;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 15%);
}

.branches .address-1 a,
.branches .address-2 a{
  font-size: 16px;
  color: #fff!important;
}

.branches .address-1 a:hover,
.branches .address-2 a:hover{
  text-decoration: none;
  color: #000;
}



/* Mobile */
@media(max-width: 768px){
    .contact-us-form-wrapper .main-form-wrap {
        padding: 25px;
    }

    .contact-us-form-wrapper .form-title h2 {
        font-size: 16px;
    }
}


/* == GALLERY == */

.gallery-wrapper{
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/gallery-bg.webp);
}


/* == APPOINTMENT == */

.appointment-form {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/appointment-bg.webp);
    position: relative;
    padding-top: 120px;
}

.appointment-form .main-form-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url(./assets/img/treatments-bg.webp);
    position: relative;
}
 
.appointment-form .main-form-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;               
    background-color: rgba(0,0,0,0.4);   
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='turbulence' baseFrequency='1.2' numOctaves='5'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)'/%3E%3C/svg%3E");
    background-size: 300px 300px;
    mix-blend-mode: overlay;
    opacity: 0.2;   
}

.appointment-form .main-form-wrap * {
    position: relative;
    z-index: 2 !important;
}

.appointment-form .main-form input, .appointment-form .main-form textarea, .appointment-form .main-form select {
    width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid #ffffff61;
    background: #fafafa00;
    font-size: 15px;
    transition: 0.3s 
ease;
  color: #fff !important;
}

.appointment-form.appointment-form .main-form-wrap input::placeholder,
.appointment-form .main-form-wrap textarea::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

/* == TREATMENT PAGE == */

.treatment-page-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/treatments-page-bg.webp);
    position: relative;
    z-index: 1;
}

.treatment-page-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); 
    z-index: -1;
}

.treatments-col{
  margin-bottom: 20px;
}

.treatment-page-wrapper .tpw-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 15px 25px;
    border-bottom: 1px solid #d9b052;
    transition: 0.3s ease;
    cursor: pointer;
    height: 100%;
    border-radius: 40px;
    box-shadow: inset 2px 2px 4px rgb(58 58 58 / 31%), 
                inset -2px -2px 4px rgb(21 21 21 / 17%);
    overflow: hidden;  
	    border-top: 1px solid #ffffff66;
}

.treatment-page-wrapper .tpw-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #3E682A 0%, #4E7732 50%, #d9b052 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.treatment-page-wrapper .tpw-item:hover::before {
    opacity: 1;
}

.treatment-page-wrapper .tpw-item * {
    position: relative;
    z-index: 1;
}


.treatment-page-wrapper .tpw-icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    transition: opacity 0.4s ease;
}

.treatment-page-wrapper .tpw-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #ffffff;
    text-shadow: 0px 1px 3px #0000008a;
}

.treatment-page-wrapper .tpw-content p {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
}

.treatment-page-wrapper .tpw-item:hover .tpw-icon img {
    transform: scale(1.05);
    border-color: #c3b499;
}

.treatment-page-wrapper .tpw-icon {
    background: linear-gradient(90deg, #3E682A 0%, #4E7732 50%, #d9b052 100%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 50%;
}


/* BLOGS */

.blog-page-main-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/blog-page-main-bg.webp);
    position: relative;
}

.blog-page-main-wrapper .blog-item {
    padding: 12px;
    border: 1px solid #d9b05285;
    width: fit-content;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    padding-bottom: 20px;
    transition: 0.3s ease;
}

.blog-page-main-wrapper .blog-item.color-1 { background-color: #e0b057e3; }   
.blog-page-main-wrapper .blog-item.color-2 { background-color: #d2e8c7; }   
.blog-page-main-wrapper .blog-item.color-3 { background-color: #f5e8d2; }   


.blog-page-main-wrapper .blog-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.blog-page-main-wrapper .blog-image-wrap {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
}

.blog-page-main-wrapper .blog-link:hover .blog-image-wrap {
    transform: scale(1.03);
}

.blog-page-main-wrapper .blog-date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 6px;
}

.blog-page-main-wrapper .blog-content {
    padding: 15px 5px 0;
    min-height: 210px;
}

.blog-page-main-wrapper .blog-title {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1.4;
    color: #374a1e;
}

.blog-page-main-wrapper .blog-link:hover .blog-title {
    color: #3a5517;
}

.blog-page-main-wrapper .blog-excerpt {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 12px;
}

.blog-page-main-wrapper .read-more {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    transition: 0.3s ease;
}

.blog-page-main-wrapper .blog-link:hover .read-more {
    color: #333;
}

/* == SPECIALITIES == */

.specialities-page-wrapper{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/specialities-page-bg.webp);
    position: relative;
}
.specialities-page-wrapper .specialities-wrapper {
    padding: 0px 0;
}

/* == SINGLE DOCTORS == */

.single-doctors-wrapper {
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/single-doctors-bg.webp);
    position: relative;
}

.single-doctors-wrapper .doctor-left-box {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 40px 30px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 40px;
    box-shadow: inset 0 0 25px rgb(0 0 0 / 50%);
}

.single-doctors-wrapper .doctor-image-wrap {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 25px;
    border: 6px solid #d9b052;
    color: #1B5847;
    transition: background 3s ease-in-out, color 0.2s ease-in-out;
}

.single-doctors-wrapper .doctor-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-doctors-wrapper .doctor-name {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 8px;
}

.single-doctors-wrapper .doctor-designation {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 25px;
}

.single-doctors-wrapper .doctor-right-box {
    position: relative;
    padding-left: 50px;
}

.single-doctors-wrapper .doctor-content-connector {
    position: absolute;
    left: 0;
    top: 40px;
    width: 2px;
    height: 40%;
    background: #e5c67c;
    box-shadow: 0 0 8px rgba(229,198,124,0.6);
    transform-origin: top;
    animation: lineGrowShrink 2.5s ease-in-out infinite;
}

@keyframes lineGrowShrink {
    0% {
        transform: scaleY(0.4);   
    }
    50% {
        transform: scaleY(1.5);    
    }
    100% {
        transform: scaleY(0.4);    
    }
}

.single-doctors-wrapper .doctor-content {
    font-size: 17px;
    line-height: 1.8;
    color: #fff;
}


/* SINGLE BLOG */

.single-blog-page-wrapper {
    background: linear-gradient(90deg, #3e682ae0 0%, #4e773294 50%, #d9b052ab 100% 100%);
}

.single-blog-page-wrapper .single-blog-main {
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}

.single-blog-page-wrapper .sb-featured-image img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 400px;
    object-fit: cover;
}

.single-blog-page-wrapper .sb-meta {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #6a6a6a;
}

.single-blog-page-wrapper .sb-meta i {
    color: #d3a65c;
    margin-right: 6px;
}

.single-blog-page-wrapper .sb-title {
    font-size: 32px;
    font-weight: 700;
    color: #234230;
    margin-bottom: 20px;
}

.single-blog-page-wrapper .sb-content {
    line-height: 1.8;
    color: #444;
    font-size: 17px;
}

.single-blog-page-wrapper .sb-content h2,
.single-blog-page-wrapper .sb-content h3 {
    margin-top: 25px;
    margin-bottom: 12px;
    color: #1b3f28;
}

.single-blog-page-wrapper .sb-sidebar {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    position: sticky;
    top: 20px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}

.single-blog-page-wrapper .sb-sidebar-heading {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #234230;
    border-bottom: 2px solid #e7d3a5;
    padding-bottom: 10px;
}

.single-blog-page-wrapper .sb-sidebar-item {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

.single-blog-page-wrapper .sb-sidebar-thumb img {
    width: 90px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.3s ease;
}

.single-blog-page-wrapper .sb-sidebar-thumb img:hover {
    transform: scale(1.05);
}

.single-blog-page-wrapper .sb-sidebar-content h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.single-blog-page-wrapper .sb-sidebar-content h3 a {
    color: #234230;
    text-decoration: none;
}

.single-blog-page-wrapper .sb-sidebar-content h3 a:hover {
    color: #3f6b54;
}

.single-blog-page-wrapper .sb-readmore {
    font-size: 14px;
    color: #a97d34;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.single-blog-page-wrapper .sb-readmore:hover {
    color: #805c24;
}

.single-blog-page-wrapper .single-blog-main a {
    color: #d9b052;
}

.single-blog-page-wrapper .single-blog-main a:hover {
    color: #567936;
}


/* == ABOUT US == */

.about-us-page-wrapper{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/about-us-page-bg.webp);
    position: relative;
    z-index: 1;
}

.about-us-page-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(82 114 56 / 81%);
    z-index: -1;
}

.about-us-page-wrapper .about-main-content{
    padding: 30px;
    background-color: #E0B057;
    color: #1B5847;
    border-radius: 40px;
    transition: background 3s ease-in-out, color 0.2s ease-in-out;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    text-align: center;
}
.about-us-page-wrapper .about-main-content h2 {
    font-size: 35px;
    font-weight: 600;
}

.about-us-page-wrapper .about-second-sec{
  margin-top: 70px;
}

.about-us-page-wrapper .about-image {
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 15px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 40px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.about-us-page-wrapper .about-image img {
    border-radius: 30px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.about-us-page-wrapper .about-wrap-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}

.about-main-content p {
    color: #000;
}

.why-choose-about-page {
    margin: 80px 0 30PX;
    background: linear-gradient(90deg, #3E682A 0%, #4E7732 50%, #d9b052 100%);
    border-radius: 40px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}

.why-choose-about-page .wcap-item {
    background: #ffffff3b;
    padding: 15px;
    text-align: center;
    transition: 0.3s 
ease;
    height: 100%;
    position: relative;
    border: 1px solid #d9b05285;
    width: fit-content;
    border-radius: 40px;
    margin: auto;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.why-choose-about-page .wcap-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.10);
}

.why-choose-main-point p {
    text-align: center;
    padding: 15px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
    
}

.why-choose-about-page .wcap-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: 0.3s 
ease;
    border: 3px solid #d9b052;
    padding: 15px;
    border-radius: 50px;
    background-color: #d9b052;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}

.why-choose-about-page .wcap-item:hover .wcap-icon img {
    transform: scale(1.1);
}

.why-choose-about-page .wcap-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.why-choose-about-page .wcap-desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
    text-transform: capitalize;
}

.why-choose-about-page .wcap-col{
  margin-bottom: 30px;
}

.why-choose-about-page h2.wcap-main-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 40px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.doctors-about-page .custom-container {
    padding: 80px 7% 60px;
}

.doctors-about-page .dap-main-title {
  text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.doctors-about-page .dap-main-desc {
        font-size: 20px;
    color: #ffffffbd;
    line-height: 1.7;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: center;
}


.doctors-about-page .dap-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.doctors-about-page .dap-item {
    display: grid;
    grid-template-columns: 200px auto;
    gap: 60px;
    align-items: center;
    padding-bottom: 40px !important;
    border-bottom: 1px solid #d9b0524a;
    padding: 30px;
    border-radius: 40px;
    background-color: #e0b057a3;
    color: #1B5847;
    transition: background-color 0.4s ease-in-out, color 0.3s ease-in-out;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}


.doctors-about-page .dap-item:hover {
    background-color: #d9b152c4;
    color: #fff;
}

 .doctors-about-page .dap-img {
    border: 1px solid #d9b05285;
    padding: 15px;
    border-radius: 30px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.doctors-about-page .dap-img img {
    width: 200px;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.12);
    transition: 0.3s ease;
}

.doctors-about-page .dap-item:hover .dap-img img {
    transform: scale(1.03);
}

 
.doctors-about-page .dap-content {
    padding-right: 10px;
}

.doctors-about-page .dap-doc-name {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFF;
}

.doctors-about-page .dap-designation {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.doctors-about-page .dap-desc {
    line-height: 1.7;
    color: #fff;
    max-width: 700px;
    margin-bottom: 20px;
}

.doctors-about-page .dap-readmore {
    display: inline-block;
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #fff;
    transition: 0.3s ease;
}

.doctors-about-page .dap-readmore:hover {
    color: #4E7732;
    border-color: #3E682A;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .doctors-about-page .dap-item {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .doctors-about-page .dap-img img {
        margin: auto;
                width: 100%;
    }

    .doctors-about-page .dap-content {
        padding-right: 0;
    }
    
}


/* == PACKAGES == */

.packages-page-wrapper {
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/packages-pg-bg.webp);
    position: relative;
    z-index: 1;
 
}
.packages-page-wrapper .package-card {
    padding: 40px 25px 5px;
    text-align: center;
    position: relative;
    color: #fff;
    overflow: visible;
    border: 1px solid #d9b05285;
    width: fit-content;
    margin-bottom: 40px;
    transition: 0.3s ease;
    background: linear-gradient(90deg, #3E682A 0%, #4e773280 50%, #d9b05282 100%);
    border-radius: 40px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    height: 100%;
}

.packages-page-wrapper .packages-row {
    margin-bottom: 10px;
    padding: 6px;
}

.packages-page-wrapper .pc-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.packages-page-wrapper .pc-price {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    color: #f4f4f4;
    border-radius: 100px;
    transition: background 3s ease-in-out, color 0.2s ease-in-out;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    background: linear-gradient(90deg, #4E7732 0%, #d8af52 50%, #d9b052 100%);
}

.packages-page-wrapper .pc-price {
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-8px); }
}


.packages-page-wrapper .pc-price .pc-amount {
    font-size: 29px;
    font-weight: 800;
    display: block;
    line-height: 1.2;
}

.packages-page-wrapper .pc-content-box {
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 70px 25px 40px;
    color: #333;
    text-align: left;
    background: #ffffff3b;
    transition: 0.3s ease;
    border: 1px solid #d9b05285;
    width: fit-content;
    border-radius: 40px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.packages-page-wrapper .pc-content-box ul {
    padding-left: 0;
    list-style: none;
}

.packages-page-wrapper .pc-content-box ul li {
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
}

/* Tick mark on the LEFT */
.packages-page-wrapper .pc-content-box ul li::before {
    content: "✔";
    color: #ffffff;
    font-weight: 700;
    flex-shrink: 0;
}

/* No-item cross */
.packages-page-wrapper .pc-content-box ul li.pc-no::before {
    content: "✖";
    color: #e74c3c;
}
 
 .packages-page-wrapper .pc-content-box ul li em,
 .packages-page-wrapper .pc-content-box ul li strong,
 .packages-page-wrapper .pc-content-box ul li b{
    display: contents;
}

/* SINGLE SPECIALITY */

.single-specialities-wrapper{
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/packages-pg-bg.webp);
    position: relative;
    z-index: 1;
}

.speciality-about-first {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px;
    background-color: #92994b;
    color: #ffffff;
    border-radius: 40px;
    transition: background 3s 
ease-in-out, color 0.2s 
ease-in-out;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}

.speciality-about-first .image img {
    width: 360px;
    object-fit: cover;
    height: 360px;
    border-radius: 40px 80px 80px 40px;
}

.speciality-about-first .content h2 {
     font-size: 25px;
    color: #ffffff;
    font-weight: 600;
}

.row.speciality-rw-two {
    padding: 50px 0px;
}

.speciality-about-second {
    text-align: left;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #ffffff85;
    width: fit-content;
    padding: 40px 35px 0px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 40px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    height: 100%;
    background-color: #ffffff14;
}

.speciality-contents-section .contents {
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #ffffff85;
    width: fit-content;
    padding: 40px 35px 40px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 40px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    height: 100%;
    background-color: #ffffff14;
}

.speciality-contents-section .contents  ul li {
    justify-content: center;
}

.single-specialities-wrapper ul {
    padding-left: 10px !important;
    padding-top: 10px !important;
}

.single-specialities-wrapper em, 
.single-specialities-wrapper strong, 
.single-specialities-wrapper b {
    display: contents;
}

.single-specialities-wrapper ul li {
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
 
}

.single-specialities-wrapper ul li::before {
    content: "✔";
    font-weight: 700;
    flex-shrink: 0;
}

.speciality-about-third {
    text-align: left;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #ffffff85;
    width: fit-content;
    padding: 40px 35px 0px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 40px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    height: 100%;
    background-color: #ffffff14;
}

.speciality-rw-two .content h2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.speciality-rw-two .content h2::after {
    content: "";
    display: block;
    width: 80px;        
    height: 3px;       
    background-color: #d9b052;
    margin-top: 8px;   
}


.speciality-rw-two .content p{
   color: #ffffff;
       margin-bottom: 0px;
}

.speciality-rw-two .content ul {
    list-style-position: inside;
    padding-left: 0;
    text-align: left;
}

.speciality-rw-two .content li {
    color: #ffffff;
}


.speciality-rw-three .ts-item {
    text-align: center;
    padding: 10px;
}

.speciality-rw-three .ts-icon {
     width: 80px;
    height: 80px;
    padding: 10px;
    border: 1px solid #2f2f2f85;
    border-radius: 50%;
    margin: 0 auto 10px;
    background: linear-gradient(90deg, #3E682A 0%, #4E7732 50%, #272727 100%);
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%),
                inset -2px -2px 4px rgb(11 11 11 / 51%);

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;  
    box-sizing: border-box;
}

.speciality-rw-three .ts-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 5px;
    filter: brightness(0) invert(1);
}

.speciality-rw-three .ts-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.row.speciality-rw-three {
    padding: 40px 0px;
}

.row.speciality-treatnments-list {
    padding: 30px;
    transition: background 3s 
ease-in-out, color 0.2s 
ease-in-out;
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #3E682A 0%, #4E7732 50%, #d9b052 100%);
    border-radius: 40px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}

.speciality-conclusion {
    text-align: center;
    font-weight: 500;
    color: #d9b052;
    border: 1px solid #d9b05285;
    width: fit-content;
    padding: 40px 35px 0px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 40px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
    height: 100%;
    background-color: #51515114;
    font-size: 19px;
}

.speciality-conclusion ul li {
   justify-content: center;
   font-size: 18px;
}

.row.speciality-rw-four {
    padding-top: 40px;
}

.row.speciality-rw-one {
    padding: 30px 0px;
}

/* == SINGLE TREATMENTS == */

.single-treatments-wrapper{
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/img/packages-pg-bg.webp);
    position: relative;
    z-index: 1;
}

.single-treatments-first {
    background: #ffffff3b;
    padding: 50px;
    border-radius: 35px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    position: relative;
}

.single-treatments-first::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 50%;
    width: 2px;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(255 188 34), rgb(255 255 255 / 0%));
    border-radius: 2px;
}

.single-treatments-first .title {
    font-size: 32px;
    font-weight: 700;
    color: #f4edc2;
    padding-right: 40px;
}

.single-treatments-first .content {
    font-size: 18px;
    line-height: 1.7;
    padding-left: 40px;
    color: #ffffff;
}

@media (max-width: 991px) {
    .single-treatments-first::before {
        display: none;
    }
    .single-treatments-first .title,
    .single-treatments-first .content {
        padding: 0 !important;
        text-align: center;
    }
    .single-treatments-first {
        padding: 30px 10px;
    }
}

.single-about-treatment {
    padding: 35px 0;
}

.single-treatments-second .sat-box {
    background: linear-gradient(135deg, #308b3e, #122f44);
    border-radius: 35px;
    padding: 40px 35px;
    text-align: center;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    position: relative;
}

.single-treatments-second .sat-box .row {
    align-items: center; 
}

.single-treatments-second .sat-image {
    width: 100%;
    height: 400px;
    margin: 0 auto 25px;
    overflow: hidden;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 9%);
    border: 1px solid #d9b05285;
    padding: 10px;
    border-radius: 40px;
}

.single-treatments-second .sat-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 0;
}

.single-treatments-second .sat-content {
    text-align: left;
}

.single-treatments-second .sat-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.single-treatments-second .sat-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 0;
}

/*404 page*/
 
.ayurveda404-wrap {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 0px;
  background: linear-gradient(135deg, #f3f1ea, #e3efe5);
  overflow: hidden;
  text-align: center;
}

 
.ayurveda404-wrap .ayurveda404-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.ayurveda404-wrap h1 {
  font-size: clamp(72px, 12vw, 140px);
  color: #5a7d4f;
  margin: 0 0 10px;
  font-weight: 700;
  animation: ayurveda404-fadeUp 1s ease forwards;
}

.ayurveda404-wrap h2 {
  font-size: clamp(20px, 4vw, 32px);
  color: #3f5e45;
  margin-bottom: 15px;
  animation: ayurveda404-fadeUp 1.2s ease forwards;
}

.ayurveda404-wrap p {
  font-size: clamp(14px, 2.8vw, 16px);
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
  animation: ayurveda404-fadeUp 1.4s ease forwards;
}

.ayurveda404-wrap .ayurveda404-btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 30px;
  background: #5a7d4f;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: transform 0.3s ease, background 0.3s ease;
  box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}

.ayurveda404-wrap .ayurveda404-btn:hover {
  background: #3f5e45;
  transform: translateY(-3px);
}

.ayurveda404-wrap .ayurveda404-leaves {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ayurveda404-wrap .ayurveda404-leaf {
  position: absolute;
  width: clamp(26px, 4vw, 42px);
  height: clamp(26px, 4vw, 42px);
  background: radial-gradient(circle at 30% 30%, #8bc18b, #4d7c50);
  border-radius: 0 100% 0 100%;
  opacity: 0.25;
  animation: ayurveda404-float 14s linear infinite;
}

.ayurveda404-wrap .ayurveda404-leaf:nth-child(1) {
  left: 12%;
  animation-delay: 0s;
}

.ayurveda404-wrap .ayurveda404-leaf:nth-child(2) {
  left: 38%;
  animation-delay: 4s;
  transform: scale(0.85);
}

.ayurveda404-wrap .ayurveda404-leaf:nth-child(3) {
  left: 62%;
  animation-delay: 8s;
  transform: scale(1.1);
}

.ayurveda404-wrap .ayurveda404-leaf:nth-child(4) {
  left: 82%;
  animation-delay: 12s;
  transform: scale(0.95);
}

/* Animations (Scoped names) */
@keyframes ayurveda404-float {
  0% {
    top: 110%;
    transform: rotate(0deg);
  }
  100% {
    top: -10%;
    transform: rotate(360deg);
  }
}

@keyframes ayurveda404-fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Small devices */
@media (max-width: 480px) {
 .ayurveda404-wrap {
        min-height: 80vh;
        padding: 40px 15px 0px;
    }

  .ayurveda404-wrap p {
    line-height: 1.6;
  }
}


/*404 page*/

/*Thank you page*/

.ayurveda-thankyou-wrap {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f4f2ea, #e4efe7);
  overflow: hidden;
  padding: 60px 20px;
  text-align: center;
}

.ayurveda-thankyou-wrap .ayurveda-thankyou-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.ayurveda-thankyou-wrap .ayurveda-thankyou-icon {
  font-size: clamp(48px, 8vw, 64px);
  margin-bottom: 15px;
  animation: ayurveda-thankyou-pop 0.9s ease forwards;
}

.ayurveda-thankyou-wrap h1 {
  font-size: clamp(36px, 6vw, 52px);
  color: #4f7a5a;
  margin-bottom: 10px;
  animation: ayurveda-thankyou-fade 1s ease forwards;
}

.ayurveda-thankyou-wrap h2 {
  font-size: clamp(18px, 3.8vw, 24px);
  color: #3f5e45;
  margin-bottom: 15px;
  animation: ayurveda-thankyou-fade 1.2s ease forwards;
}

.ayurveda-thankyou-wrap p {
  font-size: clamp(14px, 2.6vw, 16px);
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
  animation: ayurveda-thankyou-fade 1.4s ease forwards;
}

.ayurveda-thankyou-wrap .ayurveda-thankyou-btn {
  display: inline-block;
  padding: 12px 34px;
  border-radius: 30px;
  background: #4f7a5a;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.ayurveda-thankyou-wrap .ayurveda-thankyou-btn:hover {
  background: #365f42;
  transform: translateY(-3px);
}

.ayurveda-thankyou-wrap .ayurveda-thankyou-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ayurveda-thankyou-wrap .ayurveda-thankyou-leaf {
  position: absolute;
  width: clamp(24px, 4vw, 40px);
  height: clamp(24px, 4vw, 40px);
  background: radial-gradient(circle at 30% 30%, #9bcf9b, #4f7a5a);
  border-radius: 0 100% 0 100%;
  opacity: 0.2;
  animation: ayurveda-thankyou-float 16s linear infinite;
}

.ayurveda-thankyou-wrap .ayurveda-thankyou-leaf:nth-child(1) {
  left: 15%;
  animation-delay: 0s;
}

.ayurveda-thankyou-wrap .ayurveda-thankyou-leaf:nth-child(2) {
  left: 50%;
  animation-delay: 6s;
  transform: scale(0.9);
}

.ayurveda-thankyou-wrap .ayurveda-thankyou-leaf:nth-child(3) {
  left: 80%;
  animation-delay: 12s;
  transform: scale(1.1);
}

@keyframes ayurveda-thankyou-float {
  0% {
    top: 110%;
    transform: rotate(0deg);
  }
  100% {
    top: -10%;
    transform: rotate(360deg);
  }
}

@keyframes ayurveda-thankyou-fade {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ayurveda-thankyou-pop {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 480px) {
  .ayurveda-thankyou-wrap {
    min-height: 75vh;
    padding: 40px 16px;
  }
}



/*Thank you page*/

/* == RESPONSIVE SECTION == */
@media (max-width: 991px) {
    .single-treatments-second .sat-box {
        padding: 30px 25px;
        text-align: center;
    }
    .single-treatments-second .sat-box .row {
        flex-direction: column;
    }
    .single-treatments-second .sat-image {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .single-treatments-second .sat-title {
        font-size: 24px;
    }
    .single-treatments-second .sat-desc {
        font-size: 16px;
    }
    .single-treatments-second .sat-content {
        text-align: center; 
    }
}


.single-benefits-treatment {
    max-width: 100%;
    margin: 0 auto 60px auto;
    padding: 50px 60px;
    background: linear-gradient(90deg, #3E682A 0%, #4E7732 50%, #d9b052 100%);
    border-radius: 40px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    margin: 35px 0px;
}

.single-benefits-treatment .benefits-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.single-benefits-treatment .benefits-content ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.single-benefits-treatment .benefits-content ul li {
    padding: 15px 25px 15px 60px;
    border-radius: 20px;
    position: relative;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    font-size: 17px;
    color: #ffffff;
    display: flex;
    align-items: center;
    background: #ffffff3b;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.single-benefits-treatment .benefits-content ul li b,
.single-benefits-treatment .benefits-content ul li strong,
.single-benefits-treatment .benefits-content ul li em {
    display: contents;
}

.single-benefits-treatment .benefits-content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px;
    padding-left: 15px;
}

.single-benefits-treatment .benefits-content ul li::before {
    content: "\f058"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    position: absolute;
    left: 20px;
    font-size: 1.5rem;
    color: #d9b052;
    display: flex;
    align-items: center;
}

.single-treatments-wrapper ul {
    padding-left: 10px !important;
    padding-top: 10px !important;
}

.single-treatments-wrapper em, 
.single-treatments-wrapper strong, 
.single-treatments-wrapper b {
    display: contents;
}

.single-treatments-wrapper ul li {
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
 
}

.single-treatments-wrapper ul li::before {
    content: "✔";
    font-weight: 700;
    flex-shrink: 0;
}

.single-benefits-treatment .benefits-content ul li:hover {
    transform: translateY(-5px);
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .single-benefits-treatment .benefits-content ul {
        grid-template-columns: 1fr;
    }
}


.single-procedure-treatment {
    max-width: 100%;
    margin: 0 auto 60px auto;
    padding: 50px 60px;
    background: linear-gradient(90deg, #720e2dd1 0%, #3e682a75 50%, #44172678 100%);
    border-radius: 40px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    margin: 70px 0px;
}

.single-procedure-treatment .procedure-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.single-procedure-treatment .procedure-content ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr; /* single column */
    gap: 20px;
}

.single-procedure-treatment .procedure-content ul li {
    padding: 15px 25px 15px 60px;
    border-radius: 20px;
    position: relative;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    font-size: 17px;
    color: #ffffff;
    
    background: #ffffff3b;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
    
}

.single-procedure-treatment .procedure-content p {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 30px;
}

.single-procedure-treatment .procedure-content ul li::before {
    content: "\f058"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    position: absolute;
    left: 20px;
    font-size: 1.5rem;
    color: #d9b052;
    display: flex;
    align-items: center;
}

.single-procedure-treatment .procedure-content ul li:hover {
    transform: translateY(-5px);
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .single-procedure-treatment .procedure-content ul {
        grid-template-columns: 1fr; /* single column on mobile as well */
    }
}

.single-how-works-treatment {
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #ffffff85;
    padding: 30px;
    border-radius: 30px;
    margin: 70px 0px;
    margin-bottom: 40px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
    background-color: #ffffff14;
}

.single-how-works-treatment .sat-content {
    padding: 20px 30px;
}

.single-how-works-treatment .sat-title {
        font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.single-how-works-treatment .sat-image {
    width: fit-content;
    padding: 15px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 40px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.single-how-works-treatment .sat-desc {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

.single-how-works-treatment .sat-image img {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
    height: 400px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .single-how-works-treatment .row.single-how-works-third {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .single-how-works-treatment .sat-content,
    .single-how-works-treatment .sat-image {
        width: 100%;
        padding: 15px 0;
       margin-bottom: 0px;
    }

    .single-how-works-treatment .sat-title {
        text-align: left;
    }

    .single-how-works-treatment .sat-desc {
        text-align: center;
    }
}


.single-faq-treatment{
    padding: 40px;
    border-radius: 40px;
    margin: 0 auto;
    background: linear-gradient(135deg, #54763500, #d9b0523d);
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
}

.single-faq-treatment .faq-desc {
    font-size: 30px;
    color: #ffffffbd;
    line-height: 1.7;
    text-transform: capitalize;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
}

.single-faq-treatment .faq-answer {
    display: none;
    padding: 15px 20px;
    margin-top: 10px;
    background: #ffffffed;
    border-radius: 20px;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
}

.single-faq-treatment .faq-head {
    text-align: center;
    margin-bottom: 30px;
}

.single-faq-treatment .faq-title {
    background-color: #E0B057;
}

.why-choose-treatment-center .why-choose-box{
        background: linear-gradient(135deg, #308b3e, #122f44);
    border-radius: 35px;
    padding: 40px 35px;
    text-align: center;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
        color: #fff;
    text-align: left;
    position: relative;
}

.why-choose-treatment-center .why-choose-box .why-choose-image {
    width: 100%;
    height: 400px;
    margin: 0 auto 25px;
    overflow: hidden;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 9%);
    border: 1px solid #d9b05285;
    padding: 10px;
    border-radius: 40px;
}

.why-choose-treatment-center .why-choose-box .why-choose-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 0;
}

.why-choose-treatment-center .why-choose-box .why-choose-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.why-choose-treatment-center .why-choose-box .why-choose-content p{
    .single-treatments-second .sat-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 0;
}
}

@media only screen and (min-width:991px) and (max-width:1510px){
  .common-button {
    padding: 10px 14px;
    font-size: 13px;
}
}


/* RESPONSIVE SECTION */

@media (min-width: 440px) and (max-width: 576px) {
    .banner-main-wrapper .banner-slide {
        height: 60vh;
    }
 }
 @media (min-width: 768px) and (max-width: 991px){
    .doctors-about-page .dap-img img {
                width: 400px;
        height: 400px;
    }
        .footer-wrapper .footer-left .footer-logo img {
        max-width: 350px;
    }
 }



 @media (max-width: 767.5px) { 
    .banner-main-wrapper .banner-desc {
        font-size: 17px;
    }
    .banner-main-wrapper .banner-arrows {
        top: 50%;
        right: 20px;    
    }
    #mega-menu-primary{
        background: linear-gradient(90deg, #3e682aab 0%, #4e7732d1 50%, #d9b052f2 100%)!important;
        color: #1B5847!important;
        border-radius: 20px!important;
        transition: background 3s ease-in-out, color 0.2s ease-in-out!important;
        box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%)!important;
        height: 90dvh!important;
        max-height: 90dvh!important;
        }
    #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close {
        z-index: 9!important;
        
    }   
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: white;
        background: #e79122;
        box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
        border-radius: 4px;
    }
     .footer-wrapper .footer-left .footer-logo img {
        max-width: 100%;
    }
    .blog-home-main-wrapper .custom-container {
        padding: 80px 3% 80px;
    }
    .appointment-form {
        padding-top: 75px;
    }
       
 }

 @media (max-width: 992px) {
    .header-wrapper .letstalk {
        display: none;
    }
    .header-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-logo img {
        width: 200px;
        height: 60px;
    }
    .header-wrapper .custom-container {
        padding: 0px 3%;
    }
    .about-main-wrapper .custom-container {
        padding: 0px 3% 0px;
    }
    .custom-container {
        padding: 30px 3% 30px;
    }
    .about-main-wrapper .about-icon {
        width: 80px;
        height: 80px;
    }
    .about-main-wrapper .about-icon img {
        width: 60px;
        height: 60px;
    }
    .why-choose-and-treatments .custom-container {
        padding: 10px 3% 40px;
    }
    .section-pg-main-desc {
        line-height: 1.2;
    }
    .speciality-row {
        padding: 0px 0%;
        margin-bottom: 20px;
    }
    .specialities-wrapper .speciality-section {
        padding: 40px 25px 10px;
    }
    .specialities-wrapper {
        padding: 80px 0 0px;
    }
    .doctors-main-wrapper .doctor-photo {
        width: 100px;
        height: 100px;
        overflow: hidden;
        flex-shrink: 0;
    }
    .doctors-main-wrapper .doctor-photo img {
        width: 100px;
        height: 100px;
    }
    .doctors-main-wrapper .doctor-header {
        left: 15px;
    }
    .doctors-main-wrapper .doc-name {
        font-size: 16px;
    }
    .doctors-main-wrapper .doctor-title-bar {
        min-width: 210px;
    }
    .doctors-main-wrapper .doctor-title-bar {
        min-width: 210px;
        border-radius: 30px !important;
    }
    .treatments-main-wrapper .custom-container {
        padding: 80px 3% 80px;
    }

    .doctors-main-wrapper .doctor-box {
        margin-bottom: 30px;
        padding: 40px 20px;
    }
    .doctors-main-wrapper .custom-container {
        padding: 60px 3% 0px;
    }
    .doctors-main-wrapper {
        padding: 0px 0 60px;
    }
    .treatments-main-wrapper .treatments-desc {
        line-height: 1.3;
    }
    .treatments-row {
        padding: 0px 0%;
    }
    .treatments-main-wrapper .treat-box {
        margin-top: 50px;
    }
    .treatments-main-wrapper .treat-icon {
        top: -60px;
        left: 20px;
        width: 100px;
        height: 100px;
    }
    .faq-main-wrapper .faq-desc {
        line-height: 1.3;
        font-size: 20px;
    }
    .faq-main-wrapper .custom-container {
        padding: 60px 3% 60px;
    }
    .contactform-main-wrapper .custom-container {
        padding: 80px 3% 80px;
    }
    .contactform-main-wrapper .left-contact-box {
        padding: 30px 0px 0px;
        padding-left: 0px;
    }
    .contactform-main-wrapper .right-form-box {
        padding: 25px 15px;
        border-radius: 30px;
    }
    .contactform-main-wrapper .contact-info-box {
        margin-left: 15px;
    }
    .faq-main-wrapper {
        overflow-x: hidden;
    }
    .blog-home-main-desc {
        line-height: 1.3;
    }
    .footer-wrapper .custom-container {
        padding: 80px 3% 20px;
    }

    .footer-wrapper .footer-socials {
        justify-content: center;
    }

    .inner-page-title-wrap {
        padding: 150px 0 30px;
    }
    .inner-page-title-wrap .inner-title-icon {
        width: 60px;
        height: 60px;
    }
    .inner-page-title-wrap .inner-title-icon img {
        width: 50%;
        height: 50%;
    }
    .inner-page-title-wrap .inner-page-title {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-left: -22px;
        font-size: 15px;
    }
    .inner-page-title-wrap .inner-page-subtitle {
        font-size: 16px;
    }
    .contact-us-form-wrapper .custom-container {
        padding: 60px 3% 60px;
    }
    .footer-wrapper .copyrigght-row {
        margin-top: 0px;
        text-align: center;
    }
     .footer-wrapper .copyrigght-row p {
       margin-bottom: 0px;
    }
    .page-container {
        overflow-x: hidden;
    }
    .section-pg-main-desc {
        font-size: 24px;
        line-height: 1.3;
    }
    .blog-page-main-wrapper, 
    .packages-page-wrapper,
    .gallery-wrapper,
    .treatment-page-wrapper,
    .about-us-page-wrapper {
        padding: 40px 0px;
    }
    .specialities-page-wrapper .specialities-wrapper {
        padding: 40px 0 0px;
    }
    .about-us-page-wrapper .about-main-content h2 {
        font-size: 24px;
        font-weight: 600;
    }
    .about-us-page-wrapper .about-image img {
        height: 300px;
        object-fit: cover;
    }
    .why-choose-about-page {
        margin: 50px 0 30PX;
    }
        .why-choose-about-page  .custom-container {
        padding: 10px 3% 10px;
    }
    .doctors-about-page .custom-container {
        padding: 40px 3% 30px;
    }
    .doctors-about-page .dap-item {
        gap: 30px;
        padding: 15px;
    }
    .doctors-about-page .dap-main-desc {
        line-height: 1.3;
    }

    .contact-details .cd-box {
        height: unset;
        margin-bottom: 25px;
    }
    .contact-us-main-wrapper .custom-container {
        padding: 80px 3% 50px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
        background: #00000003;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
         box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%)!important;
        background: linear-gradient(90deg, #3e682aab 0%, #4e7732d1 50%, #d9b052f2 100%)!important;
        border-radius: 50px;
        margin-right: 5px;
        margin-top: 2px;
    }
    span.mega-toggle-animated-inner,
    .mega-toggle-animated-inner::before,
    .mega-toggle-animated-inner::after {
        background: linear-gradient(90deg, #c01748 0%, #d9b052 50%, #d9b052 100%) !important;
        transition: background 3s 
    ease-in-out, color 0.2s 
    ease-in-out;
        box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
        height: 6px !important;
    }

    .mega-toggle-animated-inner::before{
        width: 27px!important;
        
    }
    .speciality-about-first {
        flex-direction: column;
        gap: 25px;
    padding: 15px 15px 20px;
    align-items: normal;

    }
    .speciality-about-first .image img {
        width: 100%;
        object-fit: cover;
        height: 300px;
        border-radius: 40px;
    }
    .speciality-about-second {
        padding: 30px 20px 0px;
    }
    .speciality-about-third {
        padding: 30px 20px 0px;
    }
    .row.speciality-rw-four {
        padding-top: 0px;
    }
    .row.speciality-rw-two {
        padding: 50px 0px;
        gap: 20px;
    }
    .row.speciality-treatnments-list {
        margin: 0px;
        padding: 30px 8px;
    }
    .speciality-rw-three .ts-title {
        font-size: 12px;
        font-weight: 600;
        color: #ffffff;
    }
    .speciality-conclusion {
        padding: 40px 15px 0px;
        font-size: 16px;
    }
    .single-about-treatment {
        padding: 35px 15px;
    }
    .single-treatments-first .title {
        font-size: 24px;
    }
    .single-benefits-treatment,
    .single-procedure-treatment {
        padding: 50px 40px;
    }
    .single-how-works-treatment .sat-image img {
        height: 300px;
    }
    .single-faq-treatment {
        padding: 40px 10px;
    }
    .single-blog-page-wrapper .sb-title {
        font-size: 24px;
    }
    .single-blog-page-wrapper .single-blog-main {
        margin-bottom: 20px;
    }
    #mega-menu-primary{
        background: linear-gradient(90deg, #3e682aab 0%, #4e7732d1 50%, #d9b052f2 100%)!important;
        color: #1B5847!important;
        border-radius: 20px!important;
        transition: background 3s ease-in-out, color 0.2s ease-in-out!important;
        box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%)!important;
        height: 90dvh!important;
        max-height: 90dvh!important;
        }
    #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close {
        z-index: 9!important;
        
    }   
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: white;
        background: #e79122;
        box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(11 11 11 / 51%);
        border-radius: 4px;
    }
   
  }

