@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Monomakh&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&family=Pacifico&family=Playwrite+RO:wght@100..400&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Monomakh&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&family=Pacifico&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+RO:wght@100..400&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Playfair Display", serif; */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
  }
  body.menu-open {
    overflow-x: hidden;
  }
  
  html {
    scroll-behavior: smooth;  
  }

/* for scrollbar */
::-webkit-scrollbar {
  width:8px;
}

::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom right, #83db35, #168039);
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(255, 175, 189, 0.5);
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom right,#168039 , #83db35);
  box-shadow: 0 0 12px rgba(255, 144, 188, 0.6);
}



/* Preloader Styles */
#preloader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #f5f5e6;display: flex;justify-content: center;align-items: center;z-index: 9999;transition: opacity 0.5s ease;}
.ayurveda-loader {display: flex;flex-direction: column;align-items: center;animation: fadeIn 2s ease-in-out;position: relative;}
.herbal-glow {width: 140px;height: 140px;background: radial-gradient(circle, #93ffac 10%, transparent 70%);border-radius: 50%;position: absolute;top: -10px;animation: pulseGlow 3s ease-in-out infinite;z-index: 1;}
.herbal-bowl {width: 120px;height: 120px;background-image: url('../images/herbal.png'); background-size: contain;background-position: center;background-repeat: no-repeat;animation: floatingEffect 2s ease-in-out infinite;z-index: 2;}
.loading-text {margin-top: 20px;font-size: 1.2rem;color: #7a6e3f;opacity: 0.8;animation: textFade 3s ease-in-out infinite;}
@keyframes floatingEffect {0%, 100% {transform: translateY(0px);}50% {transform: translateY(-10px);}}
@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes pulseGlow {0%, 100% {transform: scale(1);opacity: 0.4;}50% {transform: scale(1.2);opacity: 0.8;}}
@keyframes textFade {0%, 100% {opacity: 0.6;}50% {opacity: 1;}}





/* menu css starts here */

header {position: sticky;top: 0;background: #ffffff;color: #1E372A;display: flex;align-items: center;padding: 20px 30px;z-index: 1000;font-size: 14px;font-weight: 500;transition: padding 0.3s, background 0.3s;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);}
ul {margin-bottom: 0;}
header.shrink {padding: 15px 25px;background: #fffafa;}
.logo {font-size: 1.5rem;font-weight: bold;position: relative;z-index: 1001;}
.logo img {left: 0;width:110px;}
.header-center {display: flex;flex: 1;align-items: center;justify-content: space-between;gap: 5px;}
nav {flex: 1;display: flex;justify-content: right;}
.contact-info {display: block;flex-direction: column;align-items: flex-end;gap: 4px;}
.contact-info a {color: #29211d; font-size: 14px;text-decoration: none;display: flex;align-items: center;gap: 6px;}
.contact-info img {width: 16px;height: 16px;}

/* Hamburger menu toggle */
.menu-toggle {display: none;width: 30px;height: 22px;position: relative;cursor: pointer;transition: all 0.3s ease-in-out;z-index: 1100;}
.menu-toggle span {display: block;position: absolute;height: 3px;width: 100%;background: #7ba52c;border-radius: 3px;opacity: 1;left: 0;transition: all 0.3s ease-in-out;}
.menu-toggle span:nth-child(1) {top: 0;}
.menu-toggle span:nth-child(2) {top: 9px;}
.menu-toggle span:nth-child(3) {top: 18px;}
.menu-toggle.open span:nth-child(1) {transform: rotate(45deg);top: 9px;}
.menu-toggle.open span:nth-child(2) {opacity: 0;}
.menu-toggle.open span:nth-child(3) {transform: rotate(-45deg);top: 9px;}
.menu {display: flex;gap: 10px;list-style: none;padding: 0;margin: 0;}
.menu li {position: relative;}
.menu a {color: #1E372A;text-decoration: none;padding: 10px 10px;display: inline-block;position: relative;font-weight: 500;border-radius: 8px;transition: all 0.3s ease;background: transparent;width: 100%;}
.menu a::after {content: '';position: absolute;left: 50%;bottom: 6px;transform: translateX(-50%);width: 0%;height: 2px;border-radius: 50px;background:linear-gradient(to bottom right, #83db35, #168039);transition: width 0.4s ease-in-out;}
.menu a:hover {color: #098f4b;/* background: rgba(245, 148, 35, 0.1); */transform: translateY(-2px);}
.menu a:hover::after {width: 80%;}
.menu li {animation: fadeInUp 0.5s ease forwards;opacity: 0;}
.menu li:nth-child(1) { animation-delay: 0.1s; }
.menu li:nth-child(2) { animation-delay: 0.2s; }
.menu li:nth-child(3) { animation-delay: 0.3s; }
@media (max-width:768px) { .logo img {left: 0;width: 60px;}}

@keyframes fadeInUp {from {opacity: 0;transform: translateY(10px);}to {opacity: 1;transform: translateY(0);}}
.arrow {margin-left: 6px;font-size: 0.85em;transition: transform 0.3s ease;}
.menu a:hover .arrow {transform: translateX(3px);}
.submenu {display: none;position: absolute;top: 100%;left: 0;background: #ffffff;min-width: 200px;list-style: none;padding: 10px 0;z-index: 999;opacity: 0;visibility: hidden;transform: translateY(10px);transition: all 0.3s ease;border-radius: 6px;box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);}
.menu li:hover > .submenu {display: block;opacity: 1;visibility: visible;transform: translateY(0);}
.submenu .submenu {left: 100%;top: 0;}
@media (max-width: 950px) {header {padding: 15px 30px;transition: padding 0.3s ease;}
header.shrink {padding: 10px 28px;}
.header-center {width: 100%;flex-direction: column;align-items: flex-start;}
nav {width: 100%;justify-content: end;}
.menu-toggle {display: block;z-index: 1002;}
  /* .menu {
    flex-direction: column;
    background:#1E372A;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 280px;
    padding: 80px 24px 40px;
    transition: left 0.5s ease-in-out;
    overflow-y: auto;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.4);
  }

  .menu.active {
    left: 0;
    z-index: 1001;
  } */
.menu {flex-direction: column;background: #1E372A;position: fixed;border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; top: 0;right: -100%; left: auto;height: 100vh;width: 280px;padding: 88px 24px 40px;transition: right 0.5s ease-in-out; overflow-y: auto;box-shadow: -4px 0 20px rgba(0, 0, 0, 0.4);}
.menu.active {right: 0; z-index: 1001;}
.menu li {width: 100%;margin-bottom: 5px;list-style: none;}
.menu li a {display: flex;align-items: center;color: #ffffff;font-size: 14px;padding: 7px 5px;background-color: #223d2f;border-radius: 8px;transition: background-color 0.3s ease, transform 0.2s ease;}
.menu li a:hover {background-color: #50505000;transform: translateX(4px);}
.menu li.active > a {background-color: #5a3e3600;}
.menu a:hover { color: rgb(235, 235, 235);}
.submenu {position: static;background: #1e372a;padding-left: 16px;box-shadow: none;margin-top: 4px;border-left: 2px solid #39664f;}
.submenu .submenu {background: #223d2f;}
.menu li.active > .submenu {display: block;opacity: 1;visibility: visible;transform: none;}
.arrow {margin-left: auto;transition: transform 0.3s ease;}
.menu li.active > a .arrow {transform: rotate(90deg);}
.contact-info {display: none;}
.mobile-phone-info {display: none;}.headline { font-size: 40px !important;}}

/* Overlay  */
#menu-overlay {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, 0.6);z-index: 900;display: none;transition: opacity 0.3s ease;}
#menu-overlay.active {display: block;}
#menu-overlay {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, 0.5);  z-index: 900;display: none;}
#menu-overlay.active { display: block;}
/* menu css end here */

.button-wrapper {text-align: center;}
.gold-button {background: #d3b041;color: #FFFFFF;padding: 10px 24px;font-size: 0.70rem;font-weight: 600;text-transform: uppercase;border: none;border-radius: 40px;cursor: pointer;position: relative;overflow: hidden;transition: all 0.3s ease;box-shadow: 0 0 10px rgba(211, 176, 65, 0.4);animation: pulse 2s infinite;}

@keyframes pulse {0% {box-shadow: 0 0 10px rgba(211, 176, 65, 0.4);transform: scale(1);}50% {box-shadow: 0 0 16px rgba(211, 176, 65, 0.6);transform: scale(1.025);}100% {box-shadow: 0 0 10px rgba(211, 176, 65, 0.4);transform: scale(1);}}  

/* Glowing effect */
.gold-button::before {content: "";position: absolute;top: -2px;left: -2px;right: -2px;bottom: -2px;background: linear-gradient(45deg, #fff2b2, #d3b041, #fff2b2);z-index: -1;filter: blur(6px);opacity: 0;transition: opacity 0.3s ease;border-radius: 40px;}
.gold-button:hover::before {opacity: 1;}
.gold-button:hover {transform: translateY(-2px);box-shadow: 0 0 18px rgba(211, 176, 65, 0.8);background: #c5a233;}
.gold-button:active {transform: scale(0.95);}
@media (max-width: 500px) {.gold-button {font-size: 0.9rem;padding: 10px 20px;width: auto;}}
.mobile-phone-info {padding: 12px 16px;align-items: center;}
.mobile-phone-info a {display: flex;align-items: center;gap: 12px;color: #ffffff;text-decoration: none;border-bottom: 1px solid #f3f2f238;}
.mobile-phone-info img {width: 22px;height: 22px;}
.phone-text {display: flex;flex-direction: column;}
.phone-text .title {font-size: 14px;font-weight: 600;color: #6F7F77;}
.phone-text .number {font-size: 13px;color: #1E372A;font-weight: bold;}
@keyframes pulse {0%, 100% {transform: scale(1);}50% {transform: scale(1.1);}}
.mobile-phone-info img {width: 30px;height: 30px;animation: pulse 2s infinite;}

/* menu css end here */ 


@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes slideUp {0% {transform: translateY(10px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@keyframes dropdownScaleIn {0% {opacity: 0;transform: scale(0.8);}100% {opacity: 1;transform: scale(1);}}
@keyframes fadeInFromBottom {0% {transform: translateY(10px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@keyframes fadeInBackground {0% {opacity: 0;}100% {opacity: 1;}}


/* b2t starts here */
.ayurveda-btn {position: fixed;bottom: 30px;right: 30px;width: 60px;height: 60px;border-radius: 50%;background: linear-gradient(to bottom right, #83db35, #168039); /* Herbal green to saffron */border: none;color: white;font-size: 24px;cursor: pointer;display: flex;align-items: center;justify-content: center;box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);opacity: 0;visibility: hidden;transition: all 0.3s ease;animation: pulse 2s infinite;z-index: 10;}
.ayurveda-btn.show {opacity: 1;visibility: visible;}
@keyframes pulse {0% {transform: scale(1);box-shadow: 0 0 0 0 rgba(163, 197, 133, 0.7);}70% {transform: scale(1.05);box-shadow: 0 0 0 10px rgba(163, 197, 133, 0);}100% {transform: scale(1);box-shadow: 0 0 0 0 rgba(163, 197, 133, 0);}}
@media (max-width: 1000px) {.ayurveda-btn {z-index: 10;}}
@media (max-width:756px) {.ayurveda-btn { width: 45px;height:45px} } 


/* slider css starts here */
.slider-container {position: relative;overflow: hidden;height: 100vh; max-height: 400px; width: 100%;touch-action: pan-y;}
.slide {min-width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;padding: 40px;box-sizing: border-box;}
.slider {position: relative;display: flex;align-items: center;justify-content: flex-start;width: 100%;height: 100%;padding: 40px;background-size: cover; background-position: center;background-repeat: no-repeat;box-sizing: border-box;}
.overlay {position: absolute;top: 0; left: 0;width: 100%;height: 100%; z-index: 1;}  /* background-color: rgba(0, 0, 0, 0.3); */
.content {max-width: 600px;z-index: 2; padding: 30px;border-radius: 20px;margin-left: auto; }  /*background: rgba(255, 255, 255, 0.85);*/
.tag {display: inline-block;background: linear-gradient(to right, #008641, #82C341, #005BAA);padding: 8px 16px;color: white;font-size: 12px;border-radius: 30px;font-weight: bold;margin-bottom: 20px;}
.headline {font-size: 35px;color: #1e1e1e;margin-bottom: 20px;}
.headline span {color: #098f4b;font-style: italic;font-weight: bold;font-family: "Playfair Display", serif;text-decoration: underline;text-decoration-color: #098f4b;}
.desc {color: #333;margin: 24px 0;font-size: 16px;}
.cta {background: #f7d17c;padding: 16px 25px;font-weight: bold;font-size:14px; margin-top: 10px;border: none;border-radius: 30px;cursor: pointer;box-shadow: 0 0 15px #f7d17c90;}
.image-container {flex: 1;display: flex;justify-content: center;align-items: center;}
.image-container img {width: 100%;max-height: 80vh;object-fit: cover;object-fit: contain;}
.social-bar {position: absolute;right: 10px;top: 50%;transform: translateY(-50%);display: flex;flex-direction: column;align-items: center;gap: 15px;z-index: 10;}
.social-icons {display: flex;flex-direction: column;gap: 15px;}
.social-icons img {width: 25px;height: 25px;}
.social-line {width: 1px;height: 60px;background-color: #ffffff;}
.social-label {writing-mode: vertical-rl;transform: rotate(180deg);font-size: 12px;letter-spacing: 2px;color: #ffffff;font-weight: bold;}
@media (max-width: 768px) {
.slider {justify-content: center;text-align: center;padding: 20px;}  
.content {padding: 20px;margin: 0 auto;}
.headline {font-size: 28px !important;}
.desc {font-size: 13px;padding-bottom: 10px;}
.cta {padding: 10px 20px;font-size: 13px;}
.slide {padding: 20px;}
.image-container img {height: 200px;object-fit: contain;}
.social-bar {display: none;}}
.swiper-button-prev,
.swiper-button-next {color: #349e55;}
.swiper-pagination-bullet {background: #aaa;opacity: 1;}
.swiper-pagination-bullet-active {background: #349e55;}

/* 2lftrftsec css starts here */

.lftrftsec-wrapper {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 4rem 2rem;gap: 2rem;background-color: #0586500a;}
.lftrftsec-left, .lftrftsec-right {flex: 1 1 300px;/* max-width: 500px; */}
.lftrftsec-circle-wrapper {position: relative;width: 500px;height: 500px;margin: auto;}
.lftrftsec-main-image {width: 100%;height: auto;border-radius: 10px;position: relative;z-index: 2;}
.lftrftsec-rotating-circle {position: absolute;top: 29%;left: 28%;width: 520px;height: 520px;margin: -160px 0 0 -160px;border: 2px dashed #82C341;border-radius: 50%;animation: lftrftsec-rotate 8s linear infinite;z-index: 1;}
.lftrftsec-small-circle {position: absolute;width: 30px;height: 30px;background-color: #CCE7D9;border-radius: 50%;}
.lftrftsec-top {top: 310.5px;left: 98%;transform: translateX(-50%);}
.lftrftsec-bottom {top: 111.5px;left: 7%;transform: translateX(-50%);}
.lftrftsec-right {text-align: left;}
@keyframes lftrftsec-rotate {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}
@media (max-width: 768px) {
.lftrftsec-wrapper {flex-direction: column;text-align: center;}
.lftrftsec-right {text-align: center;}
.lftrftsec-circle-wrapper {position: relative;width: 255px; height: 255px; margin: auto;}
.lftrftsec-rotating-circle {position: absolute;top: 59%;left: 60%;width: 265px;height: 265px;margin: -160px 0 0 -160px;border: 2px dashed #82C341;border-radius: 50%;animation: lftrftsec-rotate 8s linear infinite;z-index: 1;}
.lftrftsec-bottom {top: 92.5px;left: 0%;transform: translateX(-50%);}
.lftrftsec-top {top: 191.5px;left: 90%;transform: translateX(-50%);}
.lftrftsec-left, .lftrftsec-right {flex: 1 1 225px;/* max-width: 500px; */}}
.lftrftsec-right-des {max-width: 1000px;margin: auto;}
.lftrftsec-right-des .lftrftsec-right-des-badge {display: inline-block;background: linear-gradient(to right, #008641, #82C341, #005BAA);color: white;font-size: 0.85rem;padding: 6px 14px;border-radius: 25px;margin-bottom: 20px;}
.lftrftsec-right-des h1 {font-size: 2.5rem;color: #007f4f;font-style: italic;font-family: "Playfair Display", serif;margin-bottom: 10px;text-align: left;}
.lftrftsec-right-des h2 {font-size: 2rem;color: #2e4d43;margin-bottom: 20px;}
.lftrftsec-right-des p {font-size: 14px;color: #444;margin-bottom: 15px;}
.lftrftsec-right-des .lftrftsec-right-des-features {display: flex;flex-wrap: wrap;gap: 15px;margin: 30px 0;}
.lftrftsec-right-des .lftrftsec-right-des-feature {/* flex: 1 1 250px; */display: flex;align-items: flex-start;gap: 10px;font-weight: bold;color: #1c3d2d;}
.lftrftsec-right-des .lftrftsec-right-des-feature::before {content: '\276F';color: #4caf50;font-weight: bold;padding-right: 5px;}
.lftrftsec-right-des .lftrftsec-right-des-button {display: inline-block;background: linear-gradient(to right, #007f4f, #39d55c);color: white;font-weight: bold;padding: 14px 28px;border-radius: 50px;text-decoration: none;transition: background 0.3s ease;margin-top: 20px;}
.lftrftsec-right-des .lftrftsec-right-des-button:hover {background: linear-gradient(to right, #00603c, #2bb34f);}
@media (max-width: 600px) {
  .lftrftsec-right-des p {font-size: 13px;}
.lftrftsec-right-des h1 {font-size: 2rem;text-align: center;}
.lftrftsec-right-des h2 {font-size: 1.5rem;}
.lftrftsec-right-des .lftrftsec-right-des-feature {font-size: 0.82rem;;text-align: left;}
.lftrftsec-right-des .lftrftsec-right-des-button {display: inline-block;background: linear-gradient(to right, #007f4f, #39d55c);color: white;font-weight: bold;padding: 10px 20px;border-radius: 50px;text-decoration: none;transition: background 0.3s ease;margin-top: 20px;font-size: 12px;}}

/* services offered css starts here */
.Ser-offrd-wrapper-all {padding: 3rem 6rem;}
.Ser-offrd-tag-parent {text-align: center;}
.Ser-offrd-tag {display: inline-block;background: linear-gradient(to right, #008641, #82C341, #005BAA);color: white;font-size: 0.85rem;padding: 6px 14px;border-radius: 25px;text-align: center;}
h1 {font-size: 2rem;color: #1e4d3f;text-align: center;}
.Ser-offrd-highlight {font-style: italic;font-weight: bold;color: #f6c149; font-family: "Playfair Display", serif;}
.Ser-offrd-subtitle {text-align: center;color: #9ac3b7;margin-bottom: 2rem;}
.Ser-offrd-wrapper {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;gap: 2rem;padding-top: 10px;}
.Ser-offrd-left,
.Ser-offrd-right {flex: 1 1 300px;max-width: 400px;}
.Ser-offrd-img {  flex: 1 1 300px;max-width: 300px;text-align: center;}
.Ser-offrd-img img {width: 100%;max-width: 300px;}
.Ser-offrd-box {margin-bottom: 2rem;}
.Ser-offrd-box h2 {font-size: 4rem;color: #CBE1D6;font-family: "Playfair Display", serif;font-style: italic;}
.Ser-offrd-box h3 {margin-top: 10px;color: #224c42;font-size: 1.1rem;}
.Ser-offrd-box p {color: #003224;font-size: 0.88rem;}
.Ser-offrd-cta {text-align: center;margin-top: 2rem;}
.Ser-offrd-cta button {background: #008641;color: white;border: none;padding: 15px 30px;font-size: 1rem;border-radius: 30px;cursor: pointer;}
@media (max-width: 768px) {h1 {font-size: 1.3rem; }
.Ser-offrd-wrapper {flex-direction: column;align-items: center;gap: .2rem;}
.Ser-offrd-left, .Ser-offrd-right, .Ser-offrd-img {max-width: 100%;}
.Ser-offrd-subtitle {text-align: center;color: #9ac3b7;margin-bottom: .2rem;}.Ser-offrd-img img {width: 100%;max-width: 160px;}
.Ser-offrd-box p {color: #003224;}
.Ser-offrd-box h3 {margin-top: 10px;color: #224c42;font-size: 1rem;}
.Ser-offrd-box h2 {font-size: 2.5rem;}
.Ser-offrd-cta button {background: #008641;color: white;border: none;padding: 10px 20px;font-size:12px;border-radius: 30px;cursor: pointer;}
.Ser-offrd-cta {text-align: center;margin-top: 0.1rem;}
.top-row p {font-size: 14px !important;}
.Ser-offrd-box {margin-bottom: .3rem;}}
/* services offered css end here */


/* specialties css starts here */

.specialties-section {background-image: url('../images/spe-bg.png'); background-attachment: fixed;background-size: cover;background-position: center;color: white;padding: 60px 20px;}
.content-wrapper {max-width: 1200px;margin: 0 auto;}
.top-row {display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;gap: 20px;}
.top-row h2 {font-size: 2em;margin: 0;color: #1E372A;}
.top-row p {font-size: 1em;max-width: 600px;line-height: 1.5;color: #1E372A;}
@media (min-width: 768px) {
.top-row {flex-direction: row;align-items: center;}
.top-row h2 {font-size: 2.5em;}}
.carousel-container {margin-top: 40px;overflow: hidden;position: relative;}
.carousel-track {display: flex;transition: transform 0.5s ease;gap: 20px;}
.carousel-image {flex: 0 0 25%;height: 200px;object-fit: cover;border-top-left-radius: 5px;border-top-right-radius: 50px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}

@media (max-width: 992px) {.carousel-image {flex: 0 0 50%;}}
@media (max-width: 600px) {.carousel-image {flex: 0 0 100%;}}

.bottom-row {display: flex;justify-content: space-between;align-items: center;margin-top: 30px;flex-wrap: wrap;gap: 15px;}
.specialties-button {background: #008641;color: white;border: none;padding: 15px 30px;font-size: 1rem;border-radius: 30px;cursor: pointer;}
.carousel-controls {display: flex;gap: 10px;}
.carousel-controls button {background: rgba(255, 255, 255, 0.3);color: var(--bs-form-valid-color);font-size: 1.5em;cursor: pointer;border: 1px solid #ACBDB4;width: 45px;height: 45px;border-radius: 50%;}
.carousel-controls button:hover { background: rgba(255, 255, 255, 0.6);}

.glide__slide img.carousel-image {width: 100%;height: 280px;object-fit: cover;border-top-left-radius: 5px;border-top-right-radius: 50px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px; }
.carousel-card {position: relative;overflow: hidden;border-radius: 20px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);transition: transform 0.4s ease;}
.carousel-card:hover {transform: scale(1.03);}
.carousel-image {width: 100%;height: 280px;object-fit: cover;border-radius: 20px;transition: transform 0.4s ease;}
.carousel-card:hover .carousel-image {transform: scale(1.05);}
.card-heading {position: absolute;bottom: 15px;left: 50%;transform: translateX(-50%);background: rgba(0, 0, 0, 0.6);color: #fff;padding: 8px 20px;border-radius: 50px;font-weight: 600;font-size: 16px;z-index: 2;transition: opacity 0.3s;}
.carousel-card:hover .card-heading {opacity: 0;}
.hover-content {position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgba(255, 255, 255, 0.1);backdrop-filter: blur(10px);color: #fff;opacity: 0;padding: 20px;box-sizing: border-box;border-radius: 20px;transition: opacity 0.4s ease;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;}
.carousel-card:hover .hover-content {opacity: 1;}
.hover-title {font-size: 22px;font-weight: bold;margin-bottom: 12px;color: #fff;}
.hover-description {font-size: 14px;margin-bottom: 20px;max-width: 90%;line-height: 1.5;color: #f0f0f0;}
.read-more-btn {background: linear-gradient(135deg, #00c6ff, #0072ff);color: white;border: none;padding: 10px 22px;font-weight: bold;border-radius: 25px;cursor: pointer;transition: all 0.3s ease;font-size: 14px;}
.read-more-btn:hover {background: linear-gradient(135deg, #0072ff, #00c6ff);transform: scale(1.05);}
@media (max-width: 768px) {.carousel-image {height: 200px;}
.hover-title {font-size: 18px;}
.hover-description {font-size: 13px;}
.read-more-btn {font-size: 13px;padding: 8px 16px;}
.card-heading {font-size: 14px;padding: 6px 16px;}
.carousel-controls button{font-size: 0.8em;width: 25px;height: 25px;}
.specialties-button {padding: 10px 20px;font-size: 12px;}}
/* our specialists css end here */

/* our doctors css starts here */
.doctors-section {background-image: url('../images/dtrs-bg.png');background-attachment: fixed;background-size: cover;background-position: center;color: white;padding: 60px 20px;}
.doctors-content-wrapper {max-width: 1200px;  margin: 0 auto;}
.doctors-section {padding: 2rem;}
.testimonials-main {padding: 3rem 6rem; margin:0 auto;}
.doctors-section .glide__slide {display: flex;flex-direction: row;gap: 2rem;justify-content: center;flex-wrap: wrap;}
.doctors-section .doctor-card {background: #fdfdfd;border-radius: 16px;overflow: hidden;display: flex;flex-direction: row;max-width: 500px;box-shadow: 0 4px 12px rgba(0,0,0,0.1);}
.doctors-section .doctor-card img {width: 200px;height: auto;object-fit: cover;}
.doctors-section .doctor-info {padding: 1.5rem;flex: 1;}
.doctors-section .doctor-name {font-size: 1.5rem;font-weight: 700;color: #168039;margin-bottom: 0.5rem;}
.doctors-section .doctor-title {font-weight: 600;margin-bottom: 0.5rem;}
.doctors-section .doctor-desc {font-size: 0.95rem;line-height: 1.5;color: #333; text-align: justify;}
.doctors-section .glide__arrows {display: flex;justify-content: flex-end;margin-top: 1.5rem;padding-right: 2rem;gap: 1rem;}
.doctors-section .glide__arrow {width: 40px;height: 40px;border-radius: 50%;border: 2px solid #168039;background: #fff;color: #168039;font-size: 1.2rem;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: background 0.3s, color 0.3s;}
.doctors-section .glide__arrow:hover {background-color: #168039;color: #fff;}
@media (max-width: 768px) { .doctors-section .doctor-desc{ font-size: 0.82rem;} .doctors-section .glide__slide {flex-direction: column;align-items: center;}
.doctors-section .doctor-card {flex-direction: column;align-items: center;text-align: center;}
.doctors-section .doctor-card img {width: 50%;}  .doctors-section .glide__arrow  {font-size: 0.8em;width: 25px;height: 25px;}}
.more-doctors-btn {display: inline-flex;align-items: center;gap: 10px;font-size: 16px;font-weight: bold;background: none;border: none;cursor: pointer;text-decoration: underline;text-underline-offset: 4px;color: #1e372a;padding: 4px 8px;}
.more-doctors-btn .circle {width: 24px;height: 24px;background-color: #006400; /* Dark green */ border-radius: 50%;display: flex;align-items: center;justify-content: center;transition: transform 0.2s ease;}
.more-doctors-btn:hover .circle {transform: translateX(4px);}
.arrow-icon {width: 14px;height: 14px;}


/* testimonials css starts here */
.testimonials-section {display: flex;flex-wrap: wrap;padding: 40px;gap: 30px;background-color: #82c34129;border-radius: 10px;}
.testimonials-left {flex: 1 1 300px;display: flex;flex-direction: column;justify-content: center;gap: 20px;}
.testimonials-left h3 {color: #666;font-size: 20px;margin: 0;}
.testimonials-left h1 {font-size: 36px;margin: 0;color: #222;text-align: left;}
.testimonials-left span { font-family: "Playfair Display", serif; color: #008641; font-style: italic;}
.testimonials-left button {/* background: #008641; */color: #008641;border: none;font-size: 1rem;border-radius: 30px;cursor: pointer;}
.testimonials-right {flex: 2 1 500px;position: relative;overflow: hidden;}
.testimonial-name {margin-top: 8px;font-weight: bold;font-size: 14px;color: #008641;font-style: normal;    }
.testimonials-box {background-color: #fff;padding: 20px;border-radius: 5px 5px 50px 5px;display: flex;align-items: flex-start;gap: 15px;flex: 1 1 50%;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}
.testimonials-box img {width: 60px;height: 60px;border-radius: 50%;object-fit: cover;}
.testimonials-text {font-size: 16px;color: #444; text-align: justify;}
.testimonials-controls {position: absolute;bottom: 10px;right: 10px;display: flex;gap: 10px;}
.testimonials-controls button {background-color: #007bff;color: white;border: none;padding: 8px 12px;border-radius: 6px;font-size: 16px;cursor: pointer;}
.testimonials-top-btn {display: inline-block;background: linear-gradient(to right, #008641, #82C341, #005BAA);color: white;font-size: 0.85rem;padding: 6px 14px;border-radius: 25px;text-align: center;width: 50%; }
@media (max-width: 768px) {.testimonials-carousel {overflow: hidden;} .testimonials-text {font-size: 13px;}
.testimonials-slide {flex: 0 0 100%;justify-content: center;}
.testimonials-box {width: 100%;max-width: 90%;margin: 0 auto;flex-direction: column;align-items: center;text-align: center;}} 
/* testimonials css end here */

/* footer css starts here */

.footer {position: relative;color: #fff;background: url('../images/Footer-bg.png') center/cover fixed no-repeat;}
.footer::before {content: '';position: absolute;inset: 0;background: url('../images/leafs.png') center no-repeat; z-index: 3;bottom: 75%;}
p{ margin-bottom: 0 !important;text-align: justify;}
/*Curve */
 .footer-curve svg {display: block;width: 100%;height: 200px; margin-top: -1px;position: relative;z-index: 2;}
.footer-content {position: relative;z-index: 3;padding: 40px 20px 20px;}

/* f-Top Area */
.footer-top {display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 20px;border-bottom: 1px solid #444;
}
.footer-left h2 {font-size: 24px;margin: 0;}
.footer-left em {color: #A3DB3C;font-size: 22px;font-style: italic; font-family: "Playfair Display", serif; }
.footnote {font-size: 14px;}
.footer-right {float: right;}
.appointment-btn {background: #F5C249;border: none;padding: 12px 24px;color: #000;font-weight: bold;border-radius: 30px;cursor: pointer;}

/* Contact Section */
.footer-contact {display: flex;flex-wrap: wrap;justify-content: space-between;border-bottom: 1px solid #444;padding: 20px 0;}
.contact-item {flex: 1 1 30%;display: flex;gap: 10px;margin-bottom: 15px;}
.contact-item i {color: #A3DB3C;font-size: 20px;margin-top: 4px;}
.footer-main {display: flex;flex-wrap: wrap;gap: 40px;margin-top: 30px;}
.about {flex: 1 1 300px;}
.about p {font-size: 14px; line-height: 25px;}
.links {flex: 3 1 600px;display: flex;justify-content: space-between;gap: 30px;flex-wrap: wrap;}
.links h4 {color: #A3DB3C;margin-bottom: 10px;}
.links ul {list-style: none;padding: 0;}
.links li {margin-bottom: 8px;font-size: 14px;}
@media (max-width:768px) {.links li{ font-size: 13px;} .about p { font-size: 13px;}.footnote{ font-size: 13px;}}

/* Bottom Footer */
.footer-bottom {border-top: 1px solid #444;padding-top: 15px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;font-size: 14px;margin-top: 30px;} .appointment-btn { margin-top: 10px; }
.footer-bottom span {color: #A3DB3C;}
.F-social-icons {display: block;gap: 15px;font-size: 16px;}
.F-social-icons i {color: #A3DB3C;cursor: pointer;padding: 0 15px;}


@media (max-width: 768px) { 
.footer-top {flex-direction: column;gap: 20px;}
.footer-contact {flex-direction: column;} 
.footer-main {flex-direction: column;}
.footer-bottom {flex-direction: column;gap: 10px;align-items: center;}
.footer-bottom p { font-size: 13px;}
.footer::before {content: '';position: absolute;inset: 0;background: url('../images/leaf-mob.png') center no-repeat; z-index: 3;bottom: 94%;}
.footer-curve svg{display: block;width: 100%;height: 80px;margin-top: -1px;position: relative;z-index: 2;}
.about {flex: 1 1 150px;}
.links {flex: 3 1 300px;}
.contact-item {font-size: 14px;}} 



/* abouts us section */

:root {--primary-color: #7a9d54;--secondary-color: #dfe8d3;--accent-color: #5c6e3a;--text-color: #2c2c2c;--background-color: #f9f9f4;--highlight-font: 'Playfair Display', serif;}

main {padding: 2.5rem 1.5rem;max-width: 1200px;margin: auto;}
@media (max-width:768px) {  main p {font-size: 13px;} section span { font-size: 23px !important;}}

/* Breadcrumb sec css starts  */
.about-hero-video {position: relative;height: 250px; width: 100%;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.background-video {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;z-index: -1;}
.about-hero-video .overlay {z-index: 1;text-align: center;padding: 3rem;width: 100%;background: rgba(0, 0, 0, 0.5); display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100%;}
.breadcrumb {display: flex;align-items: center;justify-content: center;font-size: 1.1rem;margin-bottom: 1rem;color: #eee;font-weight: 500;}
.breadcrumb a {color: #c2f0db;text-decoration: none;transition: color 0.3s;}
.breadcrumb a:hover {color: #00d084;}
.breadcrumb .separator {margin: 0 0.5rem;color: #ccc;}
.breadcrumb .current {color: #ccc;}
.page-title {font-size: 3.8rem;font-weight: 900;letter-spacing: 2px;margin-bottom: 0;background: linear-gradient(90deg, #11ce6f , #068d4a);-webkit-background-clip: text;background-clip: text;color: transparent;text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);animation: fadeSlideDown 1s ease-out;position: relative;font-family: 'Playfair Display', serif;font-style: italic;}
.page-title::after {content: '';position: absolute;bottom: -14px;left: 50%;transform: translateX(-50%) scaleX(0);width: 120px;height: 6px;background: linear-gradient(to right, #11ce6f , #068d4a);border-radius: 5px;box-shadow: 0 3px 10px rgba(0, 128, 0, 0.3);opacity: 0;animation: underlineIn 0.7s ease-out 0.2s forwards;}
@keyframes underlineIn {to {opacity: 1;transform: translateX(-50%) scaleX(1);}}

/* Breadcrumb sec css end   */

/* about content css starts here */
section {background: #fff;border-radius: 12px;box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);padding: 2rem;margin-bottom: 2.5rem;border-left: 4px solid var(--primary-color);transition: transform 0.3s ease, box-shadow 0.3s ease;}
section:hover {transform: translateY(-5px);box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);}
section span {font-family: var(--highlight-font);color: #098f4b;font-style: italic;font-size: 2.5rem;}
.doctor-message {background-color: var(--secondary-color);border-left: 6px solid var(--primary-color);padding: 1.5rem 2rem;border-radius: 10px;border-bottom: none;transition: background-color 0.3s ease, transform 0.3s ease;}
.doctor-message:hover {background-color: #cce3b4;transform: scale(1.01);}
@keyframes fadeSlideDown {from {opacity: 0;transform: translateY(-20px);}to {opacity: 1;transform: translateY(0);}}
@media (max-width: 768px) {.page-title {font-size: 2rem;}h2 {font-size: 1.5rem;}main {padding: .9rem 2rem;}section {padding: 1.5rem;}.doctor-message {padding: 1.2rem 1.5rem;}} 
/* about content css end here */

/* vision-mission css starts here */

.vi-mi-sec {max-width: 1200px;margin: auto;padding: 2rem;}
.vi-mi-sec__header {text-align: center;margin-bottom: 3rem;}
.vi-mi-sec__title {font-size: 2.5rem;color: #2d6a4f;margin-bottom: 0.5rem;}
.vi-mi-sec__subtitle {font-size: 1rem;color: #555;text-align: center;}
.vi-mi-sec__grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;}
.vi-mi-sec__card {background: white;border-radius: 1rem;padding: 2rem;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);transition: all 0.3s ease-in-out;position: relative;overflow: hidden;}
.vi-mi-sec__card::before {content: '';position: absolute;width: 100%;height: 5px;top: 0;left: 0;background: linear-gradient(90deg, #3b7a57, #74c69d);border-radius: 1rem 1rem 0 0;}
.vi-mi-sec__card:hover {transform: translateY(-6px);box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.vi-mi-sec__icon {font-size: 2.5rem;color: #40916c;margin-bottom: 1rem;}
.vi-mi-sec__heading {font-size: 1.5rem;margin-bottom: 1rem;color: #2d6a4f;}
.vi-mi-sec__text {font-size: 1rem;color: #444;line-height: 1.6;}
@media (max-width: 768px) {.vi-mi-sec__text {font-size: 13px;} .vi-mi-sec__subtitle { font-size: 13px;} .vi-mi-sec__title {font-size: 1.5rem;}.vi-mi-sec__heading {font-size: 1.25rem;}}

/* vision-mission css end here */  


/* contact us css starts here */

.contact-us-modern {max-width: 1200px;margin: auto;display: grid;grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));gap: 2rem;border-radius: 20px;box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);overflow: hidden;animation: fadeIn 1s ease;}
.contact-us-info {background: linear-gradient(145deg, #e8f5e9, #d0f0d5);color: #14532d;padding: 3rem;display: flex;align-items: center;justify-content: center;  }
.contact-us-info-inner {max-width: 500px;width: 100%;}
.contact-us-info h2 {font-size: 2rem;font-weight: bold;margin-bottom: 1rem;color: #1e4921;display: flex;align-items: center;gap: 0.5rem;}
.contact-us-subtext {font-size: 14px;line-height: 1.6;margin-bottom: 2rem;color: #1e4921;}
.contact-us-item {display: flex;align-items: flex-start;gap: 1rem;margin-bottom: 1.5rem;margin-top: 1.5rem;}
.contact-us-item .icon {background: #2a9131;color: #f0f0f0;padding: 0 0;border-radius: 50%;font-size: 1rem;width: 45px;height: 45px;text-align: center;box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);align-content: center;}
.contact-us-item .text h4 {margin: 0;font-size: 0.85rem;color: #1e4921;}
.contact-us-item .text a,
.contact-us-item .text p {margin: 0.3rem 0 0;color: #0f3d1e;font-size: 0.85rem;text-decoration: none;font-weight: 700;}
.contact-us-socials {margin-top: 2rem;}
.social-circle {display: inline-flex;justify-content: center;align-items: center;background: #ffffff;color: #2a9131;text-decoration: none;width: 40px;height: 40px;border-radius: 50%;margin-right: 1rem;font-size: 1.2rem;transition: background 0.3s, color 0.3s;}
.social-circle:hover {background: #2a9131;color: white;}
.contact-us-form {padding: 3rem;background: #ffffff;display: flex;flex-direction: column;justify-content: center;}
.contact-us-form h2 {font-size: 2rem;margin-bottom: 1.5rem;color: #14532d;}
.contact-us-form .input-group {margin-bottom: 1.5rem;}
.contact-us-form label {display: block;margin-bottom: 0.5rem;font-weight: 600;color: #333;}
.contact-us-form input,
.contact-us-form textarea {width: 100%;padding: 0.9rem 1rem;border: 1px solid #ccc;border-radius: 10px;font-size: 1rem;transition: all 0.3s ease;}
.contact-us-form input:focus,
.contact-us-form textarea:focus {border-color: #1e4921;box-shadow: 0 0 0 4px #a5d6a777;outline: none;}
.contact-us-form button {background: #2a9131;color: white;padding: 0.9rem 2rem;font-size: 1rem;font-weight: bold;border: none;border-radius: 10px;cursor: pointer;transition: all 0.3s ease;}
.contact-us-form button:hover {background: #1b5e20;}
.contact-us-error {font-size: 0.9rem;color: #d32f2f;margin-top: 0.3rem;}
@media (max-width: 768px) {.contact-us-info,.contact-us-form {padding: 2rem;}
.social-circle {width: 30px;height: 30px;font-size: 1rem;}
.contact-us-item .icon {font-size: 1rem;width: 35px;height: 35px;}
.contact-us-item .text a,
.contact-us-item .text p {font-size: 13px;}
.text h4 { font-weight: 700;}
.contact-us-subtext {font-size: 13px;}
.contact-us-info h2{font-size: 25px;}
.contact-us-form h2{font-size: 25px;}
.input-group { font-size: 13px;}
.contact-us-form button {padding: 0.7rem 2rem;font-size: 13px;}
@keyframes fadeIn {from {opacity: 0;transform: translateY(30px);}to {opacity: 1;transform: translateY(0);}}}
/* contact us css end here */






/* specialties css starts here */
.our-specialties-section {padding: 3rem 1rem;max-width: 1200px;margin: auto;}
.our-specialties-header {text-align: center;margin-bottom: 2rem;}
.our-specialties-header h1 {font-size: 2.5rem;color: #098f4b;margin-bottom: 0.5rem;}
.our-specialties-header p { text-align:center;}
.our-specialties-tabs {display: flex;flex-wrap: wrap;gap: 0.5rem;justify-content: center;margin-bottom: 2rem;}
.our-specialties-tab {padding: 0.5rem 1rem;border: .05px solid #098f4b;background: #d4ffe9;color: #098f4b;cursor: pointer;border-radius: 30px;font-size: 0.9rem;transition: all 0.3s ease;}
.our-specialties-tab.active,
.our-specialties-tab:hover {background: #098f4b;color: #fff;}
.our-specialties-gallery {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 1.5rem;}
.our-specialties-card {background: #fff;border-radius: 16px;overflow: hidden;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);cursor: pointer;transition: transform 0.3s;}
.our-specialties-card:hover {transform: translateY(-5px);}
.our-specialties-card img {width: 100%;height: 200px;object-fit: cover;}
.our-specialties-info {padding: 1rem;}
.our-specialties-info h3 {margin: 0 0 0.5rem;font-size: 1.2rem;color: #098f4b;}
.our-specialties-info p {font-size: 0.95rem;color: #444;}
.our-specialties-lightbox {display: none;position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, 0.85);justify-content: center;align-items: center;z-index: 9999;}
.our-specialties-lightbox img {max-width: 90%;max-height: 80vh;border-radius: 12px;}
.our-specialties-close {position: absolute;top: 20px;right: 30px;font-size: 2rem;color: #fff;cursor: pointer;}
.our-specialties-nav {position: absolute;top: 50%;transform: translateY(-50%);font-size: 2rem;color: #fff;cursor: pointer;padding: 0 20px;user-select: none;}
.our-specialties-nav.prev {left: 20px;}
.our-specialties-nav.next {right: 20px;}
@keyframes fadeInBottom {from {opacity: 0;transform: translateY(20px);}to {opacity: 1;transform: translateY(0);}}
.lightbox-caption,
.lightbox-counter {position: absolute;background: rgba(0, 0, 0, 0.65);padding: 0.6rem 1rem;border-radius: 12px;font-family: 'Segoe UI', sans-serif;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);color: #fff;opacity: 0;animation: fadeInBottom 0.5s ease-out forwards;}
.lightbox-caption {bottom: 25px;left: 25px;font-size: 1.05rem;font-weight: 500;line-height: 1.3;animation-delay: 0.2s;}
.lightbox-counter {bottom: 25px;right: 25px;font-size: 0.9rem;font-weight: 400;letter-spacing: 0.5px;animation-delay: 0.4s;}
@keyframes zoomFadeIn {
from {opacity: 0;transform: scale(0.95);}to {opacity: 1;transform: scale(1);}}
.our-specialties-lightbox img {animation: zoomFadeIn 0.5s ease;}
@media (max-width: 768px) {.our-specialties-card img {height: 160px;}
.our-specialties-header h1 {font-size: 1.5rem;}
.our-specialties-header p { font-size: 13px;}.our-specialties-tab {font-size: 13px;}.our-specialties-info p {font-size: 13px;} .our-specialties-info h3 {font-size: 1rem;} }

/* specialties css end here */

/* services offered page css starts here */

/* Wrapper and Section */

.services-section2-wra {
  background: linear-gradient(to bottom right, #f0fff8, #e3f9ee);
  padding: 40px 20px;
}
.services-section {
  max-width: 1200px;
  margin: auto;
  padding: 2rem 1rem;
}

/* Header Styling */
.services-header h1 {
  font-size: 2.7rem;
  color: #0b8a55;
  margin-bottom: 0.3rem;
}

.services-header p {
  font-size: 14px;
  color: #444;
  margin: 0 auto;
  text-align: center;
  padding: 10px 10px;
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.service-card i {
  background-color: #e1f7ec;
  color: #0b8a55;
  font-size: 2.2rem;
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 1rem;
  display: inline-block;
}

.service-card h3 {
  font-size: 14px;
  color: #222;
  margin-bottom: 0.5rem;
  font-weight: 900;
}

.service-card p {
  font-size: 0.97rem;
  color: #555;
  line-height: 1.5;
}

.services-image {
  width: 100px; height: 100px;
}

/* Swiper Style for Mobile */
.services-swiper {
  display: none !important;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.swiper-slide {
  width: 90%;
  margin: 0 auto;
}

/* Accordion Styles */
.services-section2 {
  max-width: 1200px;
  margin: auto;
  padding: 2rem 1rem;
}

.services-section2 h1 {
  text-align: center;
  font-size: 2.4rem;
  color: #0a7b4f;
  margin-bottom: 1rem;
}

.services-section2-accordion-header {
  background: #0a7b4f;
  color: white;
  padding: 1rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  font-size: 1.1rem;
  border-radius: 12px 12px 0 0;
}

.services-section2-accordion-header::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
  font-size: 1.4rem;
  transition: transform 0.3s;
}

.services-section2-accordion-header.active::after {
  content: '-';
}

.services-section2-accordion-content {
  display: block;
  background: #dcffe7;
  padding: 1rem 1.5rem;
  animation: slideDown 0.4s ease-in-out;
  font-size: 14px;
}

.services-section2-accordion-content ul {
  padding-left: 1.3rem;
  margin: 1rem 0;
}

.services-section2-accordion-content li {
  margin-bottom: 0.5rem;
}

/* Mobile Swiper Visibility */
@media (max-width: 768px) {
  .services-grid {
    display: none;
  }

  .services-swiper {
    display: block !important;
    visibility: visible;
    height: auto;
    overflow: visible;
    padding-bottom: 2rem;
  }

  .service-card {
    padding: 1.8rem;
  }

  .service-card i {
    font-size: 1.8rem;
    padding: 12px; 
  } 
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* services offered page css starts here */

/* meet our doctors section */
.meet-our-doctor-title {text-align: center;font-size: 2rem;font-weight: bold;position: relative;color: #333;margin-bottom: 40px;text-transform: uppercase;letter-spacing: 1px;}
.meet-our-doctor-section h2{ text-align: left !important;}
.meet-our-doctor-title::after {content: "";width: 120px;height: 4px;background-color: #007bff;display: block;transition: width 0.4s ease-in-out;}.meet-our-doctor-title:hover::after {width: 120px;}
  /* Doctors Section */
.meet-our-doctor-container {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 20px;max-width: 1000px;margin: auto;margin-bottom: 10px;}
.meet-our-doctor {position: relative;overflow: hidden;border-radius: 10px;cursor: pointer;display: flex;justify-content: center;align-items: center;aspect-ratio: 3 / 4; max-width: 100%;min-width: 200px; min-height: 150px; flex-grow: 1;}
.meet-our-doctor img {width: 100%;height: 100%;object-fit: fill;transition: transform 0.4s ease-in-out;}
@media (max-width: 600px) {.meet-our-doctor-container {grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));justify-content: center;}}
.meet-our-doctor-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);color: white;display: flex;flex-direction: column;justify-content: center;align-items: center;opacity: 0;transform: translateY(100%);transition: all 0.4s ease-in-out;text-align: center;}
.meet-our-doctor-overlay h3 {margin: 0;font-size: 1.5rem;}
.meet-our-doctor-overlay p {font-size: 1rem;}
.meet-our-doctor:hover img {transform: scale(1.1);}
.meet-our-doctor:hover .meet-our-doctor-overlay {opacity: 1;transform: translateY(0);}
@media (max-width: 900px) {.meet-our-doctor-container {grid-template-columns: repeat(2, 1fr);}}
@media (max-width: 600px) {.meet-our-doctor-container {grid-template-columns: repeat(1, 1fr);}} 

.contact-usbg{ background-color:#fafafa;padding:20px 0 20px 0;}
.contact-us .container {display: flex;flex-wrap: wrap;}
.contact-us .left-column, .contact-us .right-column {flex: 1;}
.contact-us .left-column .contact-info .info-item {display: flex;align-items: center;background-color: #f0f5e6;padding: 15px;border-radius: 8px;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);margin-bottom: 12px;transition: transform 0.3s ease-in-out;}
.contact-us .left-column .contact-info .info-item:hover {transform: scale(1.05);}
.contact-us .left-column .info-item .icon {background: linear-gradient(333deg, #F15C34 0%, #F7941E 100%);color: #fff;width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 14px;padding: 5px;border: 1px solid #F15C34;}
.contact-us .left-column hr {border: 1px solid #97b940;margin-top: 15px;}
.contact-us .left-column .social-icons {display: flex;gap: 10px;margin-top: 15px;}
.contact-us .left-column .social-icons .icon {color: #fff;width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 14px;border: 1px solid #F15C34;}
.icon a { color: #929292; }
.contact-us .right-column {background-color: #f9f9f9;border-radius: 12px;padding:5px 5px 20px 20px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
.right-content h2 { text-align: left }
.right-content h6 { padding: 20px 0 20px 0; }