@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

body {
  font-family: var(--theme-font);
}

:root {
  --theme-color: #009744;
  --theme-color2: #046637;
  --theme-font: "Noto Sans", sans-serif;
}

.theme-color {
  color: var(--theme-color);
}

.theme-color {
  color: var(--theme-color);
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  color: #212121;
  line-height: 1.8;
  font-size: 16px;
}

.title-des {
  font-size: 16px;
  color: #ff6015;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1320px;
}

.common-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--theme-color);
  transition: 0.5s;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 16px 24px 16px 24px;
  transition: all 0.3s;
  border: solid 1px transparent;
}
.common-btn:hover {
  background-color: transparent;
  border-color: var(--theme-color);
  color: #000;
}

.common-heading {
  font-size: 38px;
  color: #212121;
  margin: 0px 0 20px 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 58px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font);
}

ul li {
  list-style: none;
}

.theme-color3 {
  color: var(--theme-color3);
}

.theme-color {
  color: var(--theme-color);
}

.common-space {
  padding: 7rem 0;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 15;
  width: 100%;
}
header #navbarSupportedContent {
  margin-top: -88px;
}
header .cal-icons {
  margin-top: -88px;
}
header .navbar.navbar-expand-lg {
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar-brand {
  position: relative;
  margin-right: 27px;
  max-width: 160px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
}
header nav .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  color: #161616;
  text-transform: capitalize;
  padding: 10px 15px;
  font-weight: 600;
  border-radius: 3px;
  margin-left: 14px;
  line-height: 1;
  margin-right: 8px;
  transition: all 0.3s;
}
header nav .navbar-nav .nav-item .nav-link.active {
  background-color: #fff;
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item .nav-link:hover {
  background-color: #fff;
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 0 11px -6px #000;
  border-radius: 4px;
  padding: 10px;
  max-height: 500px;
  overflow-y: scroll;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 12px;
  border-radius: 3px;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header .cal-icons {
  position: relative;
  display: flex;
}
header .cal-icons span {
  position: relative;
}
header .cal-icons a {
  background-color: #fff;
  color: var(--theme-color);
  padding: 17px 30px;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
  z-index: 5;
  transition: all 0.4s;
  overflow: hidden;
}
header .cal-icons a:before {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background-color: var(--theme-color);
  width: 0%;
  transition: all 0.3s;
  content: "";
}
header .cal-icons a:hover {
  background-color: transparent;
  color: #fff;
}
header .cal-icons a:hover:before {
  width: 100%;
}
header .inner-page {
  background-color: #fff;
}
header.sticky {
  background-color: var(--theme-color2);
}
header.sticky .navbar-brand {
  max-width: 75px;
  margin-bottom: 15px;
  margin-top: -6px;
}
header.sticky #navbarSupportedContent {
  margin-top: 0px;
}
header.sticky .cal-icons {
  margin-top: 0px;
}
header .top-bar {
  display: flex;
  justify-content: end;
  padding: 0 3.5rem;
  background-color: var(--theme-color2);
}
header .top-bar .cont-box {
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
header .top-bar .cont-box a {
  color: #fff;
}

header.sticky nav .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

header.sticky nav .navbar-nav .nav-item .nav-link.active {
  background-color: #fff;
  color: var(--theme-color);
}

header.sticky nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-color);
}

header.inner-head nav .navbar-nav .nav-item .nav-link {
  color: #fff;
}
header.inner-head nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-color);
}

header.inner-head nav .navbar-nav .nav-item .nav-link.active {
  color: var(--theme-color2);
}

.galler-home {
  display: grid;
  grid-template-columns: re;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--theme-color);
}

footer {
  padding: 80px 0 0px;
  background-color: #000;
  background-image: linear-gradient(45deg, var(--theme-color2) 46%, var(--theme-color));
}
footer * {
  color: rgba(255, 255, 255, 0.84);
}
footer h4 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer .menu-link ul {
  padding-left: 0;
}
footer .menu-link ul li {
  transition: all 0.3s;
  margin-bottom: 0.8rem;
}
footer .menu-link ul li:hover {
  margin-left: 5px;
}
footer .menu-link ul li:hover a {
  color: #fff;
}
footer .social-links {
  display: flex;
  padding: 0;
}
footer .social-links li {
  margin-right: 20px;
}
footer .social-links li:hover a {
  color: #fff;
}
footer .social-links li:hover a i {
  color: #fff;
}
footer .footer-boottom {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  background-image: linear-gradient(45deg, var(--theme-color), var(--theme-color2));
}
footer .footer-boottom p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.bredcumb {
  padding: 215px 0 50px 0px;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-image: linear-gradient(45deg, rgba(4, 102, 55, 0.9294117647) 46%, rgba(0, 151, 68, 0.8392156863)), url(img/slider1.jpg);
  background-position: center;
  position: relative;
  color: #fff;
}
.bredcumb h1 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
.bredcumb .bred-list-wrappe ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.bredcumb .bred-list-wrappe ul li {
  margin-right: 5px;
}
.bredcumb .bred-list-wrappe ul li:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding-left: 8px;
  padding-right: 5px;
}
.bredcumb .bred-list-wrappe ul li:last-child:after {
  display: none;
}

.home-bannerss {
  max-height: 100vh;
  overflow: hidden;
}
.home-bannerss .bnt-main-conts {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30%;
}
.home-bannerss .bnt-main-conts .common-btn {
  margin-top: 2rem;
}
.home-bannerss .bnt-main-conts .common-btn:hover {
  background-color: #fff;
  border-color: transparent;
}
.home-bannerss .bnt-main-conts .callbtns .common-btn {
  padding-left: 15px;
  width: 59px;
  padding-right: 15px;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx {
  margin-top: 3rem;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx h4 {
  color: #fff;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx h2 {
  color: var(--theme-color);
  font-size: 37px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
}
.home-bannerss .bnt-imgss {
  position: relative;
}
.home-bannerss .bnt-imgss img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-bannerss .opening-hours-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  max-width: 350px;
  width: 100%;
  margin-top: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  /* Styling for the main title */
  /* Remove default list styling */
  /* Style each list item using Flexbox */
  /* Create the horizontal line using a pseudo-element on the first item */
  /* Style for the days text */
}
.home-bannerss .opening-hours-card .card-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #212121 !important;
  margin-bottom: 15pxa;
}
.home-bannerss .opening-hours-card .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-bannerss .opening-hours-card .hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.home-bannerss .opening-hours-card .hours-item:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #334e68;
  position: absolute;
  bottom: -5px;
  /* Position the line below the first item */
  left: 0;
}
.home-bannerss .opening-hours-card .days {
  font-weight: 400;
}
.home-bannerss .opening-hours-card .times {
  color: #5d9afb;
  font-weight: 600;
}
.home-bannerss .right-img {
  display: flex;
  height: 100%;
  align-items: center;
}
.home-bannerss .right-img img {
  border-radius: 15px;
  box-shadow: 0 0 25px -15px #000;
}
.home-bannerss .text-up-logo {
  max-width: 216px;
  margin-bottom: 16px;
}
.home-bannerss .owl-carousel {
  position: relative;
}
.home-bannerss .owl-carousel .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.home-bannerss .owl-carousel .owl-nav button.owl-prev,
.home-bannerss .owl-carousel .owl-nav button.owl-next {
  pointer-events: all;
  background: var(--theme-color2);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.home-bannerss .owl-carousel .owl-nav button.owl-prev:hover,
.home-bannerss .owl-carousel .owl-nav button.owl-next:hover {
  background: var(--theme-color);
  color: #fff;
  transform: scale(1.1);
  border-color: #fff;
}
.home-bannerss .owl-carousel .owl-nav button.owl-prev i,
.home-bannerss .owl-carousel .owl-nav button.owl-next i {
  line-height: 0;
}
.home-bannerss .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
}
.home-bannerss .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 10px;
}
@media (max-width: 768px) {
  .home-bannerss .owl-carousel .owl-nav button.owl-prev,
  .home-bannerss .owl-carousel .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .home-bannerss .owl-carousel .owl-nav .owl-prev {
    left: 5px;
  }
  .home-bannerss .owl-carousel .owl-nav .owl-next {
    right: 5px;
  }
}

.home-bannerss .text-up-logo img {
  max-height: 88px;
  width: -moz-fit-content;
  width: fit-content;
}

.section-tag {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color);
  /* Primary blue color */
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

/* --- Main Section Layout --- */
.about-section {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  /* --- Right Column: Text and Stats --- */
  /* --- Stats Grid Layout --- */
  /* --- Button Styling --- */
}
.about-section .about-wrapper {
  margin: 0 auto;
}
.about-section .quality-card {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 40px;
  border-radius: 15px;
  max-width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-image: linear-gradient(45deg, #ffffff, transparent), url(img/about-bg.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 136%;
}
.about-section .card-icon-text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.about-section .quality-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0d1e37;
}
.about-section .quality-card p {
  font-size: 14px;
  color: #6c757d;
}
.about-section .icon-pill {
  width: 30px;
  height: 30px;
}
.about-section .main-heading {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 800;
  color: #0d1e37;
  line-height: 1.2;
  margin-bottom: 20px;
}
.about-section .description {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 30px;
}
.about-section .stats-grid {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.about-section .stat-card {
  flex: 1;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-section .fa-solid {
  font-size: 27px;
  margin-bottom: 10px;
}
.about-section .stat-card.dark {
  background-color: #0d1e37;
  color: #ffffff;
}
.about-section .stat-card.dark .stat-value {
  color: #fff;
}
.about-section .stat-card.light {
  background-color: #f0f2f7;
  color: #0d1e37;
}
.about-section .stat-card.light .fa-solid {
  color: var(--theme-color);
}
.about-section .stat-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 15px;
  color: inherit;
}
.about-section .stat-value {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.about-section .stat-label {
  font-size: 14px;
  color: #999;
}
.about-section .stat-card.dark .stat-label {
  color: #ccc;
}
.about-section .btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 12px 25px;
  background-color: var(--theme-color);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s;
}
.about-section .btn-primary:hover {
  background-color: var(--theme-color2);
}

.medical-treatment-section {
  background-color: rgba(4, 102, 55, 0.0588235294);
}
.medical-treatment-section h2 {
  color: #343a40;
}
.medical-treatment-section .service-card {
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
  text-align: center;
  overflow: hidden;
}
.medical-treatment-section img {
  transition: all 0.3s;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.medical-treatment-section .service-card:hover {
  transform: translateY(-5px);
}
.medical-treatment-section .service-card:hover img {
  filter: brightness(0.6);
}
.medical-treatment-section .card-image-container {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-size: cover;
  background-position: center;
}
.medical-treatment-section .service-overlay-button {
  padding: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: -22px;
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: 0;
  text-shadow: 3px 1px 5px BLACK;
  text-align: center;
  width: 100%;
}
.medical-treatment-section .card-body {
  padding: 25px;
}
.medical-treatment-section .card-text {
  font-size: 15px;
  line-height: 1.6;
}
.medical-treatment-section .learn-more-link {
  color: var(--theme-color);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
  display: inline-block;
}
.medical-treatment-section .learn-more-link:hover {
  color: var(--theme-color2);
}

.process-section {
  background-image: linear-gradient(90deg, var(--theme-color2) 50%, transparent 50%);
  /* "PROCESS" label style */
  /* Heading style */
  /* Doctor Image Placeholder Styling (mimicking the image layout) */
  /* --- Right Section Steps Styling --- */
}
.process-section .left-prcess {
  padding-right: 15px;
}
.process-section .left-prcess p {
  color: #fff;
}
.process-section .left-prcess h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 2.2rem;
}
.process-section .feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.process-section .feature-box {
  text-align: center;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 4px;
  transition: all 0.3s;
  margin-bottom: 10px;
  height: -webkit-fill-available;
}
.process-section .feature-box:hover {
  background-color: var(--theme-color);
}
.process-section .feature-box:hover h5 {
  transition: all 0.3s;
  color: #fff;
}
.process-section .process-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3f51b5;
  /* A primary blue color for the label */
}
.process-section h5 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}
.process-section h2 {
  color: #212529;
}
.process-section .doctors-image-placeholder {
  /* The image in the example is a strip, so we'll use a specific height */
  height: 250px;
  overflow: hidden;
  /* To ensure the simulated image is cropped at the bottom */
}
.process-section .img-placeholder {
  /* Mimics the visual look of the image of doctors */
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #e0f7fa, #bbdefb, #90caf9, #64b5f6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d47a1;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* This is to push the "image" down slightly as it appears to be in the original */
  transform: translateY(20px);
}
.process-section .step-card {
  background-color: #ebebeb;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 180px;
  padding: 20px 30px;
}
.process-section .step-card:hover {
  /* Slight lift on hover */
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.process-section .step-number {
  font-size: 30px;
  font-weight: 700;
  color: var(--theme-color);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  line-height: 1;
  /* Step Description */
}
.process-section .step-number::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 104%;
  width: 60px;
  height: 2px;
  background-color: var(--theme-color);
}
.process-section .step-number .step-desc {
  font-size: 0.9rem;
  color: #6c757d;
}
.process-section .dark-card {
  background-color: #2c3e50;
  color: #fff !important;
  background-image: linear-gradient(45deg, rgba(4, 102, 55, 0.9490196078), rgba(4, 102, 55, 0.9294117647)), url(img/2nd-process.jpg);
  background-size: cover;
}
.process-section .dark-card .step-number {
  color: #fff;
}
.process-section .dark-card .step-number::before {
  background-color: #fff;
}
.process-section .dark-card h5,
.process-section .dark-card .step-desc {
  color: #fff !important;
}

.stats-section .stats-section {
  background-color: #fff;
  /* White background for the section */
}
.stats-section .stat-item {
  display: grid;
  grid-template-columns: 70px 1fr;
}
.stats-section .icon-circle {
  width: 65px;
  height: 65px;
  background-color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.stats-section .icon-circle i {
  font-size: 2.2rem;
}
.stats-section .stat-number {
  font-size: 2.5rem;
  color: #212529;
  line-height: 1.2;
}
.stats-section .stat-label {
  font-size: 1rem;
  color: #6c757d;
}

.team-section {
  background-color: #f8f9fa;
  /* Light background to separate from white sections */
}
.team-section .section-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3f51b5;
  /* Primary blue color */
}
.team-section .team-card {
  background-color: #fff;
  border-radius: 20px;
  /* Remove default Bootstrap border, use subtle shadow for lift */
  border: none;
  overflow: hidden;
  /* Ensures image corners are handled */
}
.team-section .doctor-image-placeholder {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.team-section .doctor-image-placeholder img {
  height: 300px;
}
.team-section .dc-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-section {
  background-color: #fff;
  background-image: linear-gradient(45deg, #ffffff, rgba(255, 255, 255, 0.5882352941)), url(img/faq.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  /* Left Content Styles */
  /* Icon (Plus/Minus) Customization */
  /* Dark Header for the Open Item (Matching the Image) */
}
.faq-section .faq-intro-content {
  position: relative;
  z-index: 2;
}
.faq-section .faq-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3f51b5;
}
.faq-section .custom-accordion-item {
  border: none !important;
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  /* Soft shadow for lift */
}
.faq-section .custom-accordion-button {
  background-color: #fff;
  color: #212529;
  font-weight: 700;
  padding: 24px 60px 24px 24px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  transition: background-color 0.2s;
}
.faq-section .custom-accordion-button:focus {
  box-shadow: none !important;
}
.faq-section .custom-accordion-button:not(.collapsed)::after,
.faq-section .custom-accordion-button.collapsed::after {
  /* Replace the default arrow with Plus/Minus icons */
  content: "\f067";
  /* Font Awesome Plus icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  color: #3f51b5;
  /* Blue icon color for collapsed state */
  font-size: 1rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.faq-section .custom-accordion-button:not(.collapsed)::after {
  content: "\f068";
  /* Font Awesome Minus icon */
  color: #fff;
  /* White icon color for open state */
}
.faq-section .dark-header:not(.collapsed) {
  background-color: var(--theme-color2) !important;
  color: #fff !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-section .custom-accordion-body {
  background-color: #ecf7ff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 24px;
  color: #495057;
}

.blog-news-section {
  background-color: #f8f9fa;
  /* Learn More Link Styling */
}
.blog-news-section .date {
  position: absolute;
  right: 3px;
  top: 4px;
  background-color: var(--theme-color);
  padding: 6px 12px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}
.blog-news-section .section-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3f51b5;
}
.blog-news-section .blog-card {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
  height: 100%;
  flex-direction: column;
}
.blog-news-section .blog-card:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.blog-news-section .blog-card:hover img {
  transform: scale(1.09);
}
.blog-news-section .blog-image-placeholder {
  flex-shrink: 0;
  width: 100%;
  height: 185px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.blog-news-section .blog-image-placeholder img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.3s;
}
.blog-news-section .blog-content {
  flex-grow: 1;
  width: 100%;
  /* Allows content to take up remaining space */
  padding-top: 1.5rem;
}
.blog-news-section .learn-more-link {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--theme-color2);
  /* Primary blue color */
  text-decoration: none;
  transition: color 0.2s;
}
.blog-news-section .learn-more-link:hover {
  color: #2c3e50;
  /* Darken on hover */
  text-decoration: underline;
}
.blog-news-section .blog-content h5 {
  /* Adjust spacing for blog title */
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.appointment-section {
  background-color: var(--theme-color2);
  color: white;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appointment-section .right img {
  max-width: 100px;
}
.appointment-section .appointment-content {
  display: grid;
  align-items: center;
  width: 100%;
  gap: 20px;
  grid-template-columns: 10% 65% 25%;
}
.appointment-section .icon-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.appointment-section .calendar-icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.appointment-section .text .common-heading {
  font-size: 36px;
  margin: 0;
  color: #fff;
}
.appointment-section .text p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
  color: #d1d1d1;
}
.appointment-section .appointment-button {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.appointment-section .appointment-button:hover {
  color: #fff;
  border-color: #fff;
}

.services-section .section-title {
  color: #006400;
  font-weight: 700;
}
.services-section .section-subtitle {
  color: #444;
  max-width: 750px;
  margin: auto;
}
.services-section h5 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}
.services-section .card-custom {
  border: none;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}
.services-section .card-custom:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.services-section .card-custom:hover img {
  transform: scale(1.08);
}
.services-section .card-body {
  padding: 20px;
}
.services-section .card-img-wrap {
  overflow: hidden;
}
.services-section .card-custom img {
  height: 220px;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-section .card-custom .btn-outline-success {
  border-radius: 5px;
  padding: 6px 20px;
}

/* Card Styles */
.testimonial {
  background-color: #f1f1f1;
  /* Client Image */
  /* Quote Icon */
  /* Testimonial Text */
}
.testimonial .card {
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}
.testimonial .card img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #28a745;
}
.testimonial .quote-icon {
  vertical-align: top;
}
.testimonial .card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.about-page h2 {
  color: var(--theme-color);
}

.blending {
  background-color: var(--theme-color2);
  color: #fff;
}
.blending h2 {
  color: #fff;
}
.blending p {
  color: #fff;
}

.commit h3 {
  color: var(--theme-color2);
  font-weight: 600;
}
.commit ul li {
  margin-bottom: 15px;
  list-style: disc;
}
.commit ol li {
  margin-bottom: 15px;
}

.contact-section {
  background: #fdf5f5;
}
.contact-section .contact-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-left: 5px solid var(--theme-color);
}
.contact-section .contact-card h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  color: var(--theme-color2);
}
.contact-section .contact-card label {
  color: #898989;
}
.contact-section .contact-card .form-control {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #d9e8dd;
}
.contact-section .contact-card .form-control:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 8px rgba(0, 151, 68, 0.2);
}
.contact-section .contact-card textarea {
  height: 100px;
}
.contact-section .contact-card select {
  height: 50px;
}
.contact-section .contact-card select option {
  line-height: 50px;
  height: 50px;
}
.contact-section .contact-card .submit-btn {
  background: var(--theme-color);
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s;
  border: none;
}
.contact-section .contact-card .submit-btn:hover {
  background: var(--theme-color2);
}
.contact-section .info-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  border-left: 5px solid var(--theme-color2);
}
.contact-section .info-card h3 {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 24px;
  color: var(--theme-color2);
}
.contact-section .info-card:hover {
  transform: translateY(-5px);
}
.contact-section .map-section iframe {
  filter: grayscale(10%) brightness(95%);
  border-radius: 12px;
  margin-bottom: -6px;
}
.contact-section ul {
  padding-left: 0;
}
.contact-section ul li {
  padding-left: 29px;
  line-height: 1.8;
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
}
.contact-section ul li:before {
  content: "\f00c";
  color: var(--theme-color);
  position: absolute;
  left: 5px;
  font-size: 20px;
  font-family: "fontawesome";
}
.contact-section .how-to-reach h4 {
  font-weight: 600;
  color: var(--theme-color);
}

.blog-list {
  padding: 80px 0;
}
.blog-list .blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid #046637;
}
.blog-list .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.blog-list .blog-card .blog-img img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-list .blog-card .content {
  padding: 22px;
}
.blog-list .blog-card .tag {
  display: inline-block;
  background: #009744;
  color: #fff;
  font-size: 14px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.blog-list .blog-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-list .blog-card p {
  font-size: 16px;
  color: #1b3b26;
  opacity: 0.8;
  margin-bottom: 18px;
}
.blog-list .blog-card .read-more {
  font-weight: 600;
  text-decoration: none;
  color: #046637;
  transition: all 0.3s ease;
}
.blog-list .blog-card .read-more:hover {
  color: #009744;
  text-decoration: underline;
}

.blog-content {
  font-size: 17px;
  line-height: 1.8;
  padding: 20px;
  background-color: rgba(244, 255, 254, 0.9490196078);
}
.blog-content h3 {
  font-size: 28px;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #046637;
}
.blog-content blockquote {
  background: #e6f3e9;
  border-left: 6px solid #009744;
  padding: 18px;
  margin: 25px 0;
  font-size: 18px;
  font-style: italic;
  color: #046637;
  border-radius: 5px;
}

/* Sidebar */
.sidebar {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 120px;
}
.sidebar .sidebar-title {
  font-size: 26px;
  color: #046637;
  margin-bottom: 18px;
  position: relative;
  padding-left: 30px;
}
.sidebar .sidebar-title::before {
  content: "🍂";
  /* Leaf Emoji */
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 22px;
  color: #009744;
}
.sidebar .sidebar-blog-item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 14px;
  transition: 0.3s;
}
.sidebar .sidebar-blog-item:last-child {
  border-bottom: none;
}
.sidebar .sidebar-blog-item:hover {
  transform: translateX(4px);
}
.sidebar .sidebar-blog-item .sidebar-blog-title {
  font-weight: 600;
  text-decoration: none;
  color: #046637;
  transition: 0.3s;
}
.sidebar .sidebar-blog-item .sidebar-blog-title:hover {
  color: #009744;
  text-decoration: underline;
}

/* Ayurveda Spa Style Services */
.services {
  padding: 80px 0;
  background: #f7f5ef;
}
.services .service-box {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  padding: 15px;
}
.services .service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.12);
}
.services .service-box img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9) saturate(1.1);
}
.services h3 {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 22px;
}
.services .content {
  padding-top: 1.5rem;
}
.services .read {
  font-weight: 600;
  text-decoration: none;
  color: #046637;
  transition: all 0.3s ease;
}

.treatments {
  padding: 90px 0;
  /* CARD */
  /* IMAGE */
  /* CONTENT */
  /* Button */
}
.treatments .t-card {
  background: #fffdf8;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transition: 0.35s;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.treatments .t-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.treatments .t-img {
  overflow: hidden;
}
.treatments .t-img img {
  width: 100%;
  transition: all 0.3s;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.95) saturate(1.1);
}
.treatments .t-content {
  text-align: center;
  padding: 28px;
}
.treatments .t-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #046637;
  margin-bottom: 10px;
  position: relative;
}
.treatments .t-card h3::after {
  content: "🌿";
  display: block;
  font-size: 18px;
  margin-top: 4px;
  color: #009744;
}
.treatments .t-card p {
  color: #555;
  font-size: 15px;
  margin-bottom: 18px;
}
.treatments .t-card:hover img {
  transform: scale(1.06);
}
.treatments .read-more {
  text-decoration: none;
  color: #009744;
  font-weight: 600;
  border-bottom: 2px solid #009744;
  padding-bottom: 3px;
  transition: 0.3s;
}
.treatments .read-more:hover {
  color: #046637;
  border-color: #046637;
}

.treatment-single {
  /* Booking Box */
  /* Form */
  /* Button */
}
.treatment-single .treatment-content {
  background: #fffdf8;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.treatment-single .treatment-content img {
  width: 100%;
}
.treatment-single .treatment-content h2 {
  font-weight: 700;
  color: #046637;
  margin-bottom: 10px;
  font-size: 32px;
}
.treatment-single .treatment-content .sub {
  color: #009744;
  font-size: 17px;
  margin-bottom: 20px;
}
.treatment-single .treatment-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}
.treatment-single .treatment-content h4 {
  font-size: 20px;
  color: #046637;
  margin-top: 25px;
  margin-bottom: 12px;
  position: relative;
}
.treatment-single .treatment-content h4::after {
  content: "🌿";
  margin-left: 6px;
  color: #009744;
}
.treatment-single .treatment-content ul {
  padding-left: 0px;
}
.treatment-single .treatment-content ul li {
  margin-bottom: 8px;
  color: #555;
  position: relative;
  padding-left: 25px;
}
.treatment-single .treatment-content ul li:before {
  content: "🌿";
  position: absolute;
  left: 0;
  top: 2px;
  width: 8px;
  width: 8px;
}
.treatment-single .booking-box {
  background: linear-gradient(45deg, var(--theme-color2) 46%, var(--theme-color));
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.treatment-single .booking-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.treatment-single .booking-box textarea {
  height: 100px;
}
.treatment-single .form-control {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 15px;
  margin-bottom: 15px;
}
.treatment-single .form-control:focus {
  border-color: #009744;
  box-shadow: none;
}
.treatment-single .btn-submit {
  width: 100%;
  background: #009744;
  border: none;
  padding: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  transition: 0.3s;
}
.treatment-single .btn-submit:hover {
  background: #046637;
}

.gallery-section .gallery-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-section .gallery-box img {
  width: 100%;
  transition: 0.4s ease-in-out;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .gallery-box .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
.gallery-section .gallery-box:hover .overlay {
  opacity: 1;
}
.gallery-section .gallery-box:hover img {
  transform: scale(1.08);
}
.gallery-section .overlay span {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
}
.gallery-section h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 19px;
  color: #fff;
  z-index: 9;
  width: 100%;
}

.aco-main .acoo-single-page.common-space {
  padding-top: 0;
}
.aco-main .acoo-single-page .img-box img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.aco-main .acoo-single-page .acoo-new {
  background: rgb(245, 245, 245);
  background-size: cover;
  padding: 30px 35px;
}
.aco-main .acoo-single-page .acoo-new h4 {
  font-weight: 600;
  color: var(--theme-color);
  transition: all 0.3s;
}
.aco-main .acoo-single-page .acoo-new h4:hover {
  color: var(--theme-color2);
}
.aco-main .acoo-single-page a.common-btn {
  color: #000;
}
.aco-main .acoo-single-page a.common-btn:hover {
  color: white;
  background-color: var(--theme-color);
}
.aco-main .price-room {
  font-size: 25px;
  margin-right: 15px;
  line-height: 1;
}

.acoo-single-page:nth-child(even) .row {
  flex-direction: row-reverse;
}

.room-card {
  max-width: 1100px;
  width: 100%;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(9, 10, 21, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.room-card .room-image {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}
.room-card .room-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.room-card .badge {
  position: absolute;
  left: 18px;
  top: 18px;
  background: linear-gradient(90deg, #7c3aed, #4f46e5);
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 6px 18px rgba(124, 58, 237, 0.25);
}
.room-card .room-details {
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.room-card .room-title {
  font-family: "Forum", serif;
  font-size: 28px;
  margin: 0;
  letter-spacing: 0.3px;
}
.room-card .room-sub {
  color: #6b7280;
  font-size: 14px;
}
.room-card .features {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.room-card .feature {
  background: rgba(15, 23, 42, 0.03);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: #111827;
}
.room-card .price-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 6px;
}
.room-card .price {
  font-size: 26px;
  font-weight: 700;
}
.room-card .per-night {
  color: #6b7280;
  font-size: 14px;
}
.room-card .cta {
  margin-top: auto;
  display: flex;
  gap: 12px;
  align-items: center;
}
.room-card .btn-primary {
  background: linear-gradient(90deg, #7c3aed, #4f46e5);
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.18);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.room-card .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(79, 70, 229, 0.2);
}
.room-card .btn-secondary {
  background: transparent;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
}
.room-card .meta {
  display: flex;
  gap: 18px;
  color: #6b7280;
  font-size: 14px;
}
.room-card .thumbs {
  display: flex;
  gap: 8px;
  align-items: center;
}
.room-card .thumbs img {
  width: 64px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.opd {
  background-color: var(--theme-color);
  color: #fff;
}
.opd * {
  color: #fff;
}
.opd ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.opd ul li:before {
  content: "\f00c";
  position: absolute;
  left: -24px;
  font-size: 20px;
  font-family: "fontawesome";
}

.why-about {
  background-color: rgba(221, 221, 221, 0.2588235294);
}

.pack-row-wrapper .packages-row {
  background-color: var(--theme-color);
  color: #fff;
}
.pack-row-wrapper .packages-row p {
  color: #fff;
}
.pack-row-wrapper .packages-row h2 {
  font-weight: 700;
  font-size: 30px;
}
.pack-row-wrapper .packages-row ul {
  padding-left: 0;
}
.pack-row-wrapper .packages-row ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 9px;
}
.pack-row-wrapper .packages-row ul li:before {
  content: "\f00c";
  position: absolute;
  left: 5px;
  font-size: 20px;
  font-family: "fontawesome";
}
.pack-row-wrapper .packages-row:nth-child(even) {
  background-color: #fff;
  color: #000;
}
.pack-row-wrapper .packages-row:nth-child(even) * {
  color: #000;
}
.pack-row-wrapper .packages-row:nth-child(even) h2 {
  color: var(--theme-color);
}

.common-page ul {
  padding-left: 10px;
}
.common-page ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 9px;
}
.common-page ul li:before {
  content: "\f00c";
  position: absolute;
  left: 5px;
  font-size: 20px;
  font-family: "fontawesome";
}
.common-page .common-page h2 {
  color: var(--theme-color);
  padding-left: 0;
}

.wrap-pricing p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.wrap-pricing section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.wrap-pricing .page-header {
  background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("images/wellness-bg.jpg") center/cover no-repeat;
  border-bottom: 3px solid #1f6e42;
}
.wrap-pricing .page-header h1 {
  letter-spacing: 1px;
}
.wrap-pricing .page-header p {
  font-size: 1.1rem;
}
.wrap-pricing .section-title {
  text-align: left;
  border-left: 5px solid #1f6e42;
  padding-left: 12px;
}
.wrap-pricing .section-title h2 {
  margin-bottom: 0;
}
.wrap-pricing .menu-box {
  border: 1px solid #e0e0e0;
  border-left: 5px solid #1f6e42;
  background-color: #fdfdfd;
  transition: all 0.3s ease;
}
.wrap-pricing .menu-box:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.wrap-pricing .menu-box p {
  margin-bottom: 0.6rem;
}
.wrap-pricing .table {
  border: 1px solid #e3e3e3;
}
.wrap-pricing .table th {
  background-color: #e6f4ea;
  color: #1f6e42;
  font-weight: 600;
}
.wrap-pricing .table td {
  vertical-align: middle;
  font-size: 0.95rem;
}
.wrap-pricing .table tr:hover {
  background-color: #f8fff9;
}
.wrap-pricing .table-responsive {
  margin-top: 1.5rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.wrap-pricing .list-group-item {
  border: none;
  background: #fff;
  border-left: 3px solid transparent;
  transition: 0.3s ease;
  font-size: 1rem;
}
.wrap-pricing .list-group-item:hover {
  border-left-color: #1f6e42;
  background-color: #f7fcf8;
}
.wrap-pricing .fw-bold {
  color: #1f6e42 !important;
}
.wrap-pricing .bg-light {
  background-color: #f8fdf9 !important;
}
.wrap-pricing .text-success {
  color: #1f6e42 !important;
}
@media (max-width: 768px) {
  .wrap-pricing .page-header {
    padding: 3rem 1rem;
  }
  .wrap-pricing .page-header h1 {
    font-size: 1.75rem;
  }
  .wrap-pricing section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .wrap-pricing .table {
    font-size: 0.9rem;
  }
}

.pricing-tariff {
  background: #fff;
  color: #333;
  font-family: "Jost", sans-serif;
}
.pricing-tariff .section {
  padding: 20px 0;
}
.pricing-tariff .content-wrapper h2 {
  font-family: "Forum", serif;
  color: #1f6e42;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding-left: 10px;
  border-left: 4px solid #1f6e42;
}
.pricing-tariff .content-wrapper p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.pricing-tariff .content-wrapper table {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.pricing-tariff .content-wrapper table th {
  background: #e7f6eb;
  color: #1f6e42;
  font-weight: 600;
}
.pricing-tariff .content-wrapper table td {
  vertical-align: middle;
  font-size: 0.95rem;
}
.pricing-tariff .content-wrapper table tr:hover {
  background-color: #f8fff9;
  transition: 0.3s;
}
.pricing-tariff .content-wrapper .styled-list {
  list-style: none;
  padding: 0;
}
.pricing-tariff .content-wrapper .styled-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 1rem;
}
.pricing-tariff .content-wrapper .styled-list li::before {
  content: "✔";
  color: #1f6e42;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.pricing-tariff .content-wrapper .styled-list li:hover {
  transform: translateX(5px);
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .pricing-tariff .content-wrapper h2 {
    font-size: 1.4rem;
  }
  .pricing-tariff .content-wrapper table {
    font-size: 0.9rem;
  }
}

.facilities-section {
  background: #fafafa;
  padding: 80px 0;
}
.facilities-section .facility-block {
  margin-bottom: 80px;
  transition: all 0.4s ease;
}
.facilities-section .facility-block img {
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.facilities-section .facility-block h2 {
  font-size: 1.8rem;
  color: var(--theme-color);
  margin-bottom: 20px;
}
.facilities-section .facility-block p, .facilities-section .facility-block ul li {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
}
.facilities-section .facility-block ul {
  padding-left: 0px;
  list-style-type: disc;
}
.facilities-section .facility-block ul li {
  margin-bottom: 6px;
}
.facilities-section .facility-block:hover {
  transform: translateY(-5px);
}
.facilities-section .fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.facilities-section .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.common-page h2 {
  font-weight: 500;
  color: var(--theme-color);
  font-size: 24px;
}
.common-page h4 {
  font-weight: 500;
  color: var(--theme-color);
  font-size: 20px;
}
.common-page h4 {
  font-weight: 500;
  color: var(--theme-color);
  font-size: 20px;
}
.common-page ul li:before {
  color: var(--theme-color);
}

.contact-scoial ul {
  display: flex;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.contact-scoial ul li {
  padding-left: 0;
  margin-right: 5px;
}
.contact-scoial ul li:before {
  display: none;
}

.common-list {
  padding-left: 0;
}
.common-list li {
  padding-left: 25px;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.common-list li:before {
  content: "\f00c";
  position: absolute;
  left: 0px;
  font-size: 20px;
  font-family: "fontawesome";
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 10;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 50px;
  left: 10px;
}

.faq-page {
  background: #f8f9fa;
}
.faq-page h2 {
  font-weight: 700;
  font-size: 2rem;
  color: var(--theme-color2);
}
.faq-page p {
  font-size: 1rem;
  color: #6c757d;
}
.faq-page .accordion {
  border-radius: 15px;
  overflow: hidden;
  padding: 25px;
  background-color: #fff;
  border-radius: 18px;
}
.faq-page .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #fff;
}
.faq-page .accordion-button {
  background-color: #fff;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
}
.faq-page .accordion-button:hover {
  background-color: #eef3ff;
  color: var(--theme-color);
}
.faq-page .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.faq-page .accordion-body {
  font-size: 0.95rem;
  color: #6c757d;
  background: #fff;
  line-height: 1.7;
}
.faq-page .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--theme-color) !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.faq-page .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.mobile {
  display: none;
}

.patanjali-logo {
  display: none;
}/*# sourceMappingURL=style.css.map */