* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

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

:root {
  --btn-color: #be9667;
  --btn-hover-color: #bd8a51;
  --theme-color: #315d3b;
  --heading-colo: #000000;
  --theme-font: "Poppins", sans-serif;
  --nav-font: "Poppins", serif;
  --heading-font: "Tenor Sans", sans-serif;
  --text-color: #000000;
}

/* Re-usable SCSS variables */
.theme-color {
  color: var(--theme-color);
  font-family: inherit;
}

.common-heading {
  margin-bottom: 8px;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 1.22em;
  color: var(--heading-colo);
  font-family: var(--heading-font);
}

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

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

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

.common-btn {
  border: 1px solid transparent;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: var(--theme-color);
  font-weight: 500;
  font-size: 17px;
  padding: 11px 36px;
  transition: all 0.3s ease-in-out;
  font-family: var(--nav-font);
  text-transform: uppercase;
  border-radius: 5px;
}
.common-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

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

ul li {
  list-style: none;
}

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

header .navbar-toggle {
  transition: all 0.3s;
}

/* Header Styles */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}
header .side-btn {
  background: var(--theme-color);
  color: white;
  padding: 10px 18px;
  transition: all 0.3s;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 0px;
  transition: 0.3s ease;
}
header .side-btn:hover {
  background-color: var(--heading-colo);
}
header .navbar.navbar-expand-lg {
  padding: 25px 40px;
  transition: padding 0.4s ease-in-out;
}
header .navbar-brand {
  max-width: 268px;
  transition: all 0.3s;
}
header nav .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: #000000;
  padding: 15px 10px;
  line-height: 1.5;
  transition: all 0.3s;
  font-family: var(--nav-font);
  position: relative;
}
header nav .navbar-nav .nav-item .nav-link.active, header nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  padding: 0;
  border: none;
  border-radius: 0;
}
header nav .navbar-nav .nav-item:hover .dropdown-menu a {
  font-family: var(--heading-font);
  font-weight: 600;
  letter-spacing: 1.5;
  padding: 8px 8px;
  font-size: 16px;
  border-bottom: 1px solid #4e4e4e;
}
header nav .navbar-nav .nav-item:hover .dropdown-menu a:hover {
  background: var(--theme-color);
  color: white;
}
header .s-logo {
  display: none;
}
header.sticky {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header.sticky .navbar.navbar-expand-lg {
  padding: 10px 40px;
}
header.sticky .s-logo {
  display: block;
}
header.sticky .h-logo {
  display: none;
}
header.sticky nav .navbar-nav .nav-item .nav-link {
  color: #000000;
}
header.sticky nav .navbar-nav .nav-item .nav-link.active, header.sticky nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-color);
}

/* Banner Section Styles */
.home-bannerss {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.home-bannerss .owl-carousel .item {
  height: 100vh;
}
.home-bannerss .bnt-imgss {
  position: relative;
  height: 100%;
}
.home-bannerss .bnt-imgss img {
  width: 100%;
  -o-object-position: top;
     object-position: top;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-bannerss .bnt-main-conts {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx {
  text-align: left;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx h2 {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 700px;
  text-shadow: 1px 1px 1px #000;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx .common-btn {
  margin-top: 2.5rem;
}
.home-bannerss .owl-nav button.owl-prev,
.home-bannerss .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--btn-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: background-color 0.3s ease;
}
.home-bannerss .owl-nav button.owl-prev span,
.home-bannerss .owl-nav button.owl-next span {
  font-size: 32px;
  color: #fff;
}
.home-bannerss .owl-nav button.owl-prev:hover,
.home-bannerss .owl-nav button.owl-next:hover {
  background: var(--theme-color) !important;
}
.home-bannerss .owl-nav button.owl-prev {
  left: 20px;
}
.home-bannerss .owl-nav button.owl-next {
  right: 20px;
}

/* Sidebar Styles */
.sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  /* Initially hidden */
  width: 450px;
  max-width: 90%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  padding: 2.5rem;
  overflow-y: auto;
  transition: right 0.4s ease-in-out;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
.sidebar.sidebar-open {
  right: 0;
}
.sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
.sidebar .sidebar-header .logo {
  max-width: 180px;
}
.sidebar .sidebar-header .close-button {
  font-size: 40px;
  color: var(--text-color);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
.sidebar .sidebar-header .close-button:hover {
  color: var(--theme-color);
}
.sidebar .latest-posts-title {
  font-size: 24px;
  color: var(--heading-colo);
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.sidebar .social-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.sidebar .social-links .social-icon {
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}
.sidebar .social-links .social-icon i {
  font-size: 22px;
  width: 30px;
  text-align: center;
  margin-right: 15px;
}
.sidebar .social-links .social-icon:hover {
  color: var(--theme-color);
}

/*---------------------------
    About Us Home Section
---------------------------*/
.about-us-home .about-image-collage {
  position: relative;
  min-height: 500px;
}
.about-us-home .about-image-collage .image-1,
.about-us-home .about-image-collage .image-2 {
  position: absolute;
  width: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  overflow: hidden;
}
.about-us-home .about-image-collage .image-1 img,
.about-us-home .about-image-collage .image-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-home .about-image-collage .image-1 {
  top: 0;
  left: 0;
  z-index: 1;
  height: 500px;
}
.about-us-home .about-image-collage .image-2 {
  bottom: -60px;
  right: 0;
  height: 350px;
}
.about-us-home .about-content {
  text-align: left;
  padding-left: 60px;
}
.about-us-home .about-content .main-title {
  font-family: var(--heading-font);
  font-size: 48px;
  color: var(--heading-colo);
  margin-bottom: 8px;
}
.about-us-home .about-content .sub-title {
  font-family: var(--heading-font);
  font-size: 28px;
  color: var(--heading-colo);
  font-weight: 500;
  margin-bottom: 25px;
}
.about-us-home .about-content p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.7;
  max-width: 500px;
}
.about-us-home .about-content .consultation-info {
  margin: 30px 0;
}
.about-us-home .about-content .consultation-info p {
  font-family: var(--theme-font);
  color: #212121;
  font-size: 15px;
  line-height: 1.6;
}
.about-us-home .about-content .consultation-info p strong {
  font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .about-us-home .about-image-collage {
    min-height: 550px;
    margin-bottom: 40px;
  }
  .about-us-home .about-content {
    text-align: center;
  }
  .about-us-home .about-content p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .about-us-home .about-content .main-title {
    font-size: 40px;
  }
  .about-us-home .about-content .sub-title {
    font-size: 24px;
  }
  .about-us-home .about-image-collage {
    min-height: 360px;
    margin-bottom: 15px;
  }
  .about-us-home .about-image-collage .image-1 {
    height: 360px;
  }
  .about-us-home .about-image-collage .image-2 {
    height: 250px;
  }
}
/*---------------------------
    Key Treatments Section
---------------------------*/
.key-treatments {
  background-color: rgba(18, 133, 44, 0.0588235294);
}
.key-treatments .section-title {
  margin-bottom: 3rem;
}
.key-treatments .treatment-card {
  text-align: center;
  padding: 0px;
  background-color: #fff;
  height: 100%;
  position: relative;
  border-radius: 11px;
  overflow: hidden;
  transition: all 0.3s;
}
.key-treatments .treatment-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: #e0e0e0;
}
.key-treatments .treatment-card .treatment-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.key-treatments .treatment-card .treatment-image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.key-treatments .treatment-card .teat-conts {
  padding: 15px;
}
.key-treatments .treatment-card h3 {
  font-family: var(--heading-font);
  font-size: 22px;
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}
.key-treatments .treatment-card h3 a {
  font-family: inherit;
  font-size: 19px;
}
.key-treatments .treatment-card p {
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.6;
}
.key-treatments .treatment-card .read-more-btn {
  font-family: var(--theme-font);
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  margin-top: 15px;
  display: inline-block;
  background-color: var(--theme-color);
  padding: 15px;
  transition: all 0.3s;
  width: 100%;
  border-radius: 7px;
}
.key-treatments .treatment-card .read-more-btn i {
  transition: transform 0.3s ease;
  margin-left: 5px;
}
.key-treatments .treatment-card .read-more-btn:hover {
  background-color: #212121;
}
.key-treatments .treatment-card .read-more-btn:hover i {
  transform: translateX(5px);
}
.key-treatments .treatment-card:hover {
  box-shadow: 0 26px 18px -26px rgba(0, 0, 0, 0.831372549);
}
.key-treatments .treatment-card:hover .treatment-image img {
  transform: scale(1.08);
  filter: brightness(0.7);
}

/* Responsive adjustments for Treatments section */
@media (max-width: 1199.98px) {
  .key-treatments .row .col-lg {
    flex-basis: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .key-treatments .treatment-card {
    margin-bottom: 2rem;
  }
  .key-treatments .treatment-card:not(:last-child)::after {
    display: none;
  }
  .key-treatments .treatment-card {
    height: auto;
  }
  .key-treatments .row .col-lg {
    width: 33.33%;
  }
  .why-choose-us .about-image-collage {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .key-treatments .row .col-lg {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .key-treatments .row .col-lg {
    width: 100%;
  }
  .key-treatments .treatment-card {
    padding: 10px;
  }
}
/*---------------------------
    Why Choose Us Section
---------------------------*/
.why-choose-us .section-title {
  margin-bottom: 4rem;
}
.why-choose-us .about-image-collage {
  position: relative;
  min-height: 500px;
}
.why-choose-us .about-image-collage .image-1,
.why-choose-us .about-image-collage .image-2 {
  position: absolute;
  width: 70%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  overflow: hidden;
}
.why-choose-us .about-image-collage .image-1 img,
.why-choose-us .about-image-collage .image-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-choose-us .about-image-collage .image-1 {
  top: 0;
  left: 0;
  z-index: 1;
  height: 450px;
}
.why-choose-us .about-image-collage .image-2 {
  bottom: -60px;
  right: 0;
  height: 350px;
}
.why-choose-us .features-list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.why-choose-us .feature-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.why-choose-us .feature-item .icon-box {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(49, 93, 59, 0.2);
}
.why-choose-us .feature-item p {
  margin: 0;
  font-family: var(--nav-font);
  font-size: 22px;
  color: var(--theme-color);
  font-weight: 500;
}

/* Responsive adjustments for Why Choose Us section */
@media (max-width: 767.98px) {
  .why-choose-us .section-title {
    margin-bottom: 3rem;
  }
  .why-choose-us .feature-item {
    gap: 20px;
  }
  .why-choose-us .feature-item .icon-box {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .why-choose-us .feature-item p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us .feature-item p {
    font-size: 16px;
    text-align: left;
  }
  .about-us-home .about-content {
    margin-top: 2rem;
  }
}
/*---------------------------
        Footer Section
---------------------------*/
footer {
  background-color: #252D28;
  color: #f1f1f1;
  padding: 6rem 0 0 0;
}
footer .footer-main {
  padding-bottom: 4rem;
}
footer .footer-widget .footer-tagline {
  font-family: var(--heading-font);
  font-size: 52px;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
}
footer .footer-widget ul#menu-footer-menu-1 {
  padding-left: 0;
}
footer .footer-widget .widget-title {
  font-family: var(--theme-font);
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}
footer .footer-widget p {
  color: #c7c7c7;
  line-height: 1.8;
  font-size: 15px;
}
footer .footer-widget .contact-info {
  padding: 0;
  margin: 0;
}
footer .footer-widget .contact-info li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .footer-widget .contact-info li a {
  color: #c7c7c7;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}
footer .footer-widget .contact-info li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #7a7a7a;
  transition: all 0.3s ease;
}
footer .footer-widget .contact-info li a:hover {
  color: #fff;
}
footer .footer-widget .contact-info li a:hover::after {
  background-color: #fff;
  width: 100%;
}
footer .footer-widget .contact-info li i {
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7a7a7a;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
footer .footer-widget .contact-info li i:hover {
  background-color: #fff;
  color: #2c2622;
  border-color: #fff;
}
footer .footer-widget .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
footer .footer-widget .social-icons a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7a7a7a;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
footer .footer-widget .social-icons a:hover {
  background-color: #fff;
  color: #2c2622;
  border-color: #fff;
}
footer .footer-bottom {
  border-top: 1px solid #4a4a4a;
  padding: 2rem 0;
}
footer .footer-bottom .footer-links {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
footer .footer-bottom .footer-links li a {
  color: #c7c7c7;
  font-size: 14px;
}
footer .footer-bottom .footer-links li a:hover {
  color: #fff;
}
footer .footer-bottom .copyright-text {
  font-size: 14px;
  color: #c7c7c7;
  text-align: right;
  margin: 0;
}

/* Responsive adjustments for Footer */
@media (max-width: 991.98px) {
  footer {
    padding-top: 5rem;
  }
  footer .footer-widget .footer-tagline {
    font-size: 42px;
  }
  .about-us-home .about-content {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom .footer-links {
    justify-content: center;
    margin-bottom: 1rem;
  }
  footer .footer-bottom .copyright-text {
    text-align: center;
  }
}
/*---------------------------
        Blog Section
---------------------------*/
.blog-section .section-title {
  margin-bottom: 4rem;
}
.blog-section .blog-card {
  background-color: #f7f7f7;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.blog-section .blog-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.blog-section .blog-card .blog-image {
  overflow: hidden;
}
.blog-section .blog-card .blog-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-section .blog-card:hover .blog-image img {
  transform: scale(1.05);
}
.blog-section .blog-card .blog-content {
  padding: 25px;
  min-height: 333px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.blog-section .blog-card .blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 15px;
}
.blog-section .blog-card .blog-meta i {
  color: var(--theme-color);
}
.blog-section .blog-card .blog-meta a {
  color: var(--text-color);
}
.blog-section .blog-card .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-section .blog-card .blog-title {
  font-family: var(--heading-font);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-section .blog-card .blog-title a {
  color: #222;
  transition: color 0.3s ease;
}
.blog-section .blog-card .blog-title a:hover {
  color: var(--theme-color);
}
.blog-section .blog-card p {
  font-size: 15px;
  color: var(--text-color);
}
.blog-section .blog-card .read-more-btn {
  font-family: var(--theme-font);
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  margin-top: 15px;
  display: inline-block;
  background-color: var(--theme-color);
  padding: 15px 30px;
  border-radius: 7px;
  transition: all 0.3s;
}
.blog-section .blog-card .read-more-btn i {
  transition: transform 0.3s ease;
  margin-left: 5px;
}
.blog-section .blog-card .read-more-btn:hover {
  background-color: #212121;
}
.blog-section .blog-card .read-more-btn:hover i {
  transform: translateX(5px);
}

/*---------------------------
       Gallery Section
---------------------------*/
.gallery-section .section-title {
  margin-bottom: 4rem;
}
.gallery-section .section-title p {
  max-width: 600px;
  margin: 1rem auto 0;
  color: var(--text-color);
}
.gallery-section .grid-gale {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.gallery-section .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}
.gallery-section .gallery-item img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-section .gallery-item .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 93, 59, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gallery-section .gallery-item .gallery-overlay .overlay-content {
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.gallery-section .gallery-item .gallery-overlay .overlay-content i {
  font-size: 32px;
  margin-bottom: 15px;
}
.gallery-section .gallery-item .gallery-overlay .overlay-content h4 {
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.gallery-section .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-section .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-section .gallery-item:hover .gallery-overlay .overlay-content {
  transform: translateY(0);
}

/*---------------------------
     Testimonial Section
---------------------------*/
.testimonial-section {
  background-color: #f8f6f1;
  /* Styling for Owl Carousel Dots */
}
.testimonial-section.common-space {
  padding-bottom: 0;
}
.testimonial-section .section-title {
  margin-bottom: 3rem;
}
.testimonial-section .testimonial-card {
  background-color: #fff;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-top: 4px solid #b3d13f;
  margin: 1rem;
}
.testimonial-section .testimonial-card .testimonial-content {
  margin-bottom: 30px;
}
.testimonial-section .testimonial-card .testimonial-content .testimonial-text {
  font-family: var(--nav-font);
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 25px;
}
.testimonial-section .testimonial-card .testimonial-content .rating {
  color: #ffc107;
  font-size: 16px;
}
.testimonial-section .testimonial-card .patient-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-section .testimonial-card .patient-info img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-section .testimonial-card .patient-info .patient-name {
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--heading-colo);
  margin: 0;
}
.testimonial-section .testimonial-card .patient-info .patient-location {
  font-size: 15px;
  color: var(--text-color);
  margin: 0;
}
.testimonial-section .owl-theme .owl-dots {
  text-align: center;
  margin-top: 2rem;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-color);
}

/* Responsive adjustments for Testimonials */
@media (max-width: 575.98px) {
  .testimonial-section .testimonial-card {
    padding: 30px;
  }
  .testimonial-section .testimonial-card .testimonial-content .testimonial-text {
    font-size: 18px;
  }
}
/*---------------------------
  Floating Action Buttons
---------------------------*/
.floating-buttons {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.float-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.float-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.whatsapp-btn {
  background-color: #25d366;
}

.call-btn {
  background-color: var(--theme-color);
}

.breadcrumb {
  padding: 9rem 0 4rem;
  background-color: #f1f0ee;
  text-align: center;
  margin-bottom: 0;
  background: linear-gradient(45deg, #d1d1d1, rgba(236, 236, 236, 0.76)), url(img/brad-crumb.png);
  background-position: bottom;
}
.breadcrumb h1 {
  color: #000;
}
.breadcrumb .breadcrumb-list {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.about-page {
  /* 2. Image Positioning for Overlap */
}
.about-page .text-maroon {
  color: #800020 !important;
}
.about-page .heading-font {
  font-family: var(--heading-font);
  font-size: 36px;
}
.about-page h4 {
  font-size: 18px;
  font-family: var(--theme-font);
}
.about-page .small-text {
  font-size: 0.85rem;
  letter-spacing: 1px;
}
.about-page .bg-light-subtle {
  background-color: #f7f5f2 !important;
}
.about-page .ab-img-2 {
  max-width: 75%;
}
.about-page .image-container-outer {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.about-page .image-container-inner {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 20;
  width: 70%;
}

.mission-vision-section {
  background-image: linear-gradient(45deg, rgba(49, 93, 59, 0.9411764706), rgba(49, 93, 59, 0.9215686275)), url(img/bg1.jpg);
  /* Card Content (White Box) */
  /* Icon Styling */
  /* Card Title (Mission/Vision) */
  /* Card Text Styling */
}
.mission-vision-section .card-content {
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}
.mission-vision-section .icon-wrapper {
  color: #3b2827;
}
.mission-vision-section .card-title {
  font-family: var(--theme-font);
  color: var(--heading-colo);
}
.mission-vision-section .card-text {
  font-size: 1.05em;
  line-height: 1.6;
  color: #444;
}
.mission-vision-section .card-text .fw-bold {
  font-weight: 600 !important;
  color: #3b2827;
}

.healing-approach-section {
  background-color: #fffafa;
  /* Main Heading Font */
  /* Introductory Text Styling */
  /* Step Boxes (The three icons and text) */
  /* Icon Styling */
  /* Step Title (e.g., "Diagnosis & Consultation") */
  /* Description Text */
  /* Final Bold Statement */
}
.healing-approach-section .healing-approach-section .heading-font {
  font-family: var(--heading-font);
}
.healing-approach-section .lead-text {
  max-width: 700px;
  font-size: 1.15rem;
  color: #555;
}
.healing-approach-section .step-box {
  height: 100%;
}
.healing-approach-section .step-box .icon-wrapper {
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  background: #315d3b;
  width: 91px;
  font-size: 13px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.healing-approach-section .step-box .step-title {
  color: #800020;
  /* Maroon color */
  font-family: "Times New Roman", serif;
  font-weight: normal;
  font-size: 1.5rem;
}
.healing-approach-section .step-box .step-description {
  line-height: 1.6;
  padding: 0 10px;
}
.healing-approach-section .final-statement {
  font-size: 1.1rem;
}
.healing-approach-section .text-dark-statement {
  color: #3b2827;
}

.why-choose-section {
  /* Styling for the checklist */
  /* Styling for the Font Awesome checkmark icon */
  /* Styling for the final statement paragraph */
  /* Image Styling (making sure it doesn't extend too wide) */
}
.why-choose-section .text-dark-title {
  color: #3b2827 !important; /* Dark brown text for the final statement */
}
.why-choose-section .bg-light-subtle {
  background-color: #f7f5f2 !important; /* Light background color */
}
.why-choose-section .why-choose-list {
  list-style: none; /* Ensure default bullets are removed */
  padding-left: 0;
  line-height: 2.5; /* Spacing between list items */
  color: #555; /* General text color */
  font-size: 1.05rem;
}
.why-choose-section .why-choose-list li i {
  font-size: 1rem;
}
.why-choose-section .focus-statement {
  font-size: 1.1rem;
  line-height: 1.6;
}
.why-choose-section .focus-statement .fw-bold {
  font-weight: 600 !important;
  color: #3b2827; /* Emphasize bold text */
}
.why-choose-section .image-box img {
  max-width: 100%;
  height: auto;
}

.therapies-section {
  background-color: rgba(250, 235, 215, 0.6);
  /* Hover effect for the whole card */
  /* View More Button Styling */
  /* Icon Styling within the card */
  /* Card Title and Description */
}
.therapies-section .therapy-card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  display: flex; /* Added for better vertical alignment */
  flex-direction: column;
  justify-content: space-between;
}
.therapies-section .image-wrapper {
  overflow: hidden;
}
.therapies-section .image-wrapper img {
  width: 100%;
  height: 320px;
  transition: all 0.3s;
  filter: brightness(0.8);
  -o-object-fit: cover;
     object-fit: cover;
}
.therapies-section .therapy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-color: #800020;
}
.therapies-section .therapy-card:hover img {
  transform: scale(1.08);
}
.therapies-section .view-details-btn {
  background-color: transparent;
  border: 1px solid #800020;
  color: #800020;
  font-weight: bold;
  padding: 8px 20px;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: background-color 0.3s, color 0.3s;
  margin-top: auto;
}
.therapies-section .view-details-btn:hover {
  background-color: #800020;
  color: #fff;
  border-color: #800020;
}
.therapies-section .therapy-card .icon-wrapper {
  display: inline-block;
  padding: 15px;
  border-radius: 50%;
  background-color: #fcebeb;
  transition: background-color 0.3s;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--heading-colo);
  color: #fff;
}
.therapies-section .therapy-card .card-title-small {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--heading-colo);
  font-family: var(--theme-font);
}
.therapies-section .therapy-card .card-text-small {
  font-size: 0.95rem;
}

.contact-us-section {
  /* Submit Button Styling */
}
.contact-us-section h3 {
  color: var(--heading-colo);
  font-weight: 700;
  font-family: var(--theme-font);
  text-transform: uppercase;
}
.contact-us-section .contact-details {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.contact-us-section .contact-details h4 i {
  color: var(--heading-colo);
}
.contact-us-section .contact-details p {
  color: #555;
  margin-bottom: 5px;
  line-height: 1.5;
  padding-left: 28px;
}
.contact-us-section .contact-link {
  color: #800020;
  text-decoration: none;
  font-weight: bold;
}
.contact-us-section .contact-link:hover {
  text-decoration: underline;
}
.contact-us-section .contact-form-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.contact-us-section .form-label {
  font-weight: bold;
  color: #3b2827;
}
.contact-us-section .form-control:focus {
  border-color: #800020;
  box-shadow: 0 0 0 0.25rem rgba(128, 0, 32, 0.25);
}
.contact-us-section .btn-submit {
  background-color: #800020;
  border-color: #800020;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 0;
  transition: background-color 0.3s;
}
.contact-us-section .btn-submit:hover {
  background-color: #5e0017; /* Slightly darker maroon on hover */
  border-color: #5e0017;
  color: #fff;
}
.contact-us-section .detail-block h4 {
  color: var(--heading-colo);
  font-size: 20px;
  font-family: var(--theme-font);
  font-weight: 700;
}
.contact-us-section input {
  height: 45px;
  border-radius: 0;
}
.contact-us-section textarea {
  height: 100px;
  border-radius: 0;
}

.maps {
  background-color: #fff9f9;
}

.team {
  /* Team Member Card Styling */
  /* Image Wrapper for Hover Effect */
  /* Overlay for the hover effect */
  /* View Profile Button within the overlay */
  /* Hover State for Image Wrapper and its Children */
  /* Team Member Name and Role */
}
.team .text-maroon {
  color: var(--theme-color);
}
.team .common-heading {
  font-family: "Times New Roman", serif;
  font-weight: normal !important;
}
.team .lead-text {
  font-size: 1.15rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 3rem auto;
}
.team .team-member-card {
  text-align: center;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
}
.team .team-member-card:hover {
  transform: translateY(-5px); /* Subtle lift on hover */
}
.team .team-img-wrapper {
  position: relative;
  overflow: hidden; /* Crucial for hover effects */
  border-radius: 5px;
}
.team .team-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.4s ease-in-out; /* Smooth scale transition */
}
.team .team-img-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 0, 32, 0.6); /* Maroon semi-transparent overlay */
  opacity: 0; /* Hidden by default */
  transition: opacity 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.team .team-img-wrapper .view-button {
  color: #fff;
  background-color: #3b2827; /* Dark brown button */
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: bold;
  transform: translateY(20px); /* Start slightly below center */
  opacity: 0; /* Hidden by default */
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.team .team-img-wrapper:hover img {
  transform: scale(1.08); /* Slightly zoom the image */
}
.team .team-img-wrapper:hover .overlay {
  opacity: 1; /* Show the overlay */
}
.team .team-img-wrapper:hover .view-button {
  transform: translateY(0); /* Slide button to center */
  opacity: 1; /* Show the button */
}
.team .team-name {
  font-size: 20px;
}
.team .team-role {
  font-size: 0.95em;
  color: #777;
}

/* --- Main Layout Grid --- */
.main-content-wrapper {
  background-color: #eff9f3;
  /* --- Content Card Styling --- */
  /* --- Thumbnail --- */
  /* --- Benefits List --- */
  /* --- Form Container --- */
  /* --- Form Elements --- */
  /* --- Submit Button --- */
}
.main-content-wrapper .content-column {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* space-y-10 */
}
.main-content-wrapper .form-column {
  flex-grow: 1;
}
.main-content-wrapper .card {
  background-color: white;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.main-content-wrapper .main-heading {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--heading-colo);
  margin-bottom: 1rem;
}
.main-content-wrapper .paragraph {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4b5563;
}
.main-content-wrapper .bold-text {
  font-weight: 600;
}
.main-content-wrapper .thumbnail-box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.main-content-wrapper .thumbnail-box img {
  width: 100%;
  height: 500px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content-wrapper .benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem 1.5rem; /* gap-y-4 gap-x-6 */
}
.main-content-wrapper .benefit-item {
  display: flex;
  align-items: flex-start;
  color: #4b5563;
}
.main-content-wrapper .benefit-item i {
  color: var(--green-accent);
  font-size: 1.5rem; /* text-2xl */
  margin-top: 0.2rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.main-content-wrapper .form-container {
  padding: 2rem;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--green-accent);
}
.main-content-wrapper .form-title {
  font-size: 1.5rem; /* text-2xl */
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
  color: var(--heading-colo);
}
.main-content-wrapper .form-caption {
  font-size: 0.875rem; /* text-sm */
  color: #6b7280; /* text-gray-500 */
  margin-bottom: 1.5rem;
  text-align: center;
}
.main-content-wrapper .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem; /* space-y-4 */
}
.main-content-wrapper .form-group {
  margin-bottom: 1rem;
}
.main-content-wrapper .form-label {
  display: block;
  font-size: 0.875rem; /* text-sm */
  font-weight: 600;
  color: var(--dark-title);
  margin-bottom: 0.375rem; /* mb-1.5 */
}
.main-content-wrapper .form-input {
  width: 100%;
  padding: 0.875rem; /* p-3.5 */
  border: 1px solid #e5e7eb; /* border-gray-200 */
  background-color: var(--form-bg-light); /* bg-gray-50 */
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  color: #1f2937; /* text-gray-800 */
  font-size: 1rem;
}
.main-content-wrapper .form-input:focus {
  outline: none;
  border-color: var(--green-accent);
  background-color: white;
  box-shadow: 0 0 0 3px rgba(56, 118, 29, 0.2);
}
.main-content-wrapper .btn-primary {
  width: 100%;
  padding: 0.875rem 1.5rem; /* py-3.5 px-6 */
  border-radius: 8px;
  font-weight: 800; /* font-extrabold */
  color: white;
  background-color: var(--heading-colo);
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-xl */
  border: none;
  cursor: pointer;
  margin-top: 1.5rem; /* mt-6 */
}
.main-content-wrapper .btn-primary:hover {
  background-color: #66001a; /* darker maroon */
  box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.2), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.blog-page {
  /* --- Blog Card Styling --- */
  /* Typography */
  /* Metadata */
  /* Read More Button */
}
.blog-page .blog-card {
  border: none;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  border-radius: 7px;
  background-color: #f4f4f4;
  height: 100%; /* Ensures all cards are equal height in a row */
  display: flex;
  flex-direction: column;
}
.blog-page .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.blog-page .blog-image-placeholder {
  height: 200px; /* Consistent height for the image area */
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
}
.blog-page .blog-image-placeholder img {
  height: 100%;
}
.blog-page .blog-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-page .blog-card:hover .blog-card-img {
  transform: scale(1.05);
}
.blog-page .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog-page .blog-bot-cont {
  padding: 20px;
  min-height: 242px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-page .card-title {
  font-size: 1.5rem;
  color: var(--theme-color);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.blog-page .card-link {
  text-decoration: none;
  color: var(--dark-title);
  font-family: inherit;
  font-size: 20px;
}
.blog-page .card-link:hover {
  color: var(--heading-colo);
}
.blog-page .card-text {
  color: #6c757d; /* Standard Bootstrap secondary text color */
  flex-grow: 1; /* Pushes button to the bottom */
}
.blog-page .blog-meta-data {
  font-size: 0.875rem;
  color: #ffffff;
  margin-bottom: 1rem;
  background-color: #315d3b;
  position: absolute;
  padding: 7px 14px;
  top: 7px;
  left: 8px;
  z-index: 9;
  border-radius: 4px;
}
.blog-page .blog-meta-data i {
  margin-right: 0.25rem;
}
.blog-page .tag-pill {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
  background-color: var(--green-accent);
  color: white;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-page .btn-read-more {
  background-color: transparent;
  border: 1px solid var(--heading-colo);
  color: var(--heading-colo);
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}
.blog-page .btn-read-more:hover {
  background-color: var(--heading-colo);
  color: white;
  border-color: var(--heading-colo);
}

@media (max-width: 1024px) {
  header .side-btn a {
    font-size: 10px;
  }
  header nav .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    position: absolute;
    right: 22px;
    top: 27px;
  }
  header .side-btn a {
    font-size: 16px;
  }
  header nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  header .side-btn {
    position: absolute;
    right: 125px;
    top: 25px;
  }
  .navbar-collapse {
    background-color: #fff;
    max-height: 80vh;
    overflow-y: scroll;
  }
  header.sticky .side-btn {
    top: 18px;
  }
  header.sticky .navbar-toggler {
    position: absolute;
    right: 22px;
    top: 10px;
  }
}
/* Responsive adjustments for Floating Buttons */
@media (max-width: 767.98px) {
  .floating-buttons {
    bottom: 20px;
    left: 20px;
  }
  .float-btn {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .home-bannerss .bnt-main-conts .banner-inner-boxx h2 {
    font-size: 30px;
  }
  .home-bannerss .bnt-main-conts .banner-inner-boxx .common-btn {
    margin-top: 1.5rem;
    padding: 10px 15px;
  }
  .about-us-home .about-image-collage .image-2 {
    height: 241px;
  }
  .about-us-home .about-image-collage .image-2 {
    bottom: 51px;
    right: 0;
    height: 350px;
  }
  .about-us-home .about-image-collage .image-1,
  .about-us-home .about-image-collage .image-2 {
    position: absolute;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 5px solid #fff;
    overflow: hidden;
  }
  .about-us-home .about-image-collage {
    margin-bottom: 0px;
  }
  .about-us-home .about-content {
    padding-left: 0px;
  }
  .about-us-home .mb-5 {
    margin-bottom: 0 !important;
  }
  .about-us-home .about-content .main-title {
    font-size: 34px;
    margin-top: 30px;
  }
  .common-btn {
    padding: 20px 30px;
  }
  .key-treatments .row .col-lg {
    flex-basis: 1 !important;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .common-heading {
    font-size: 34px;
  }
  .why-choose-us .about-image-collage .image-1 {
    height: 280px;
  }
  .why-choose-us .about-image-collage {
    margin-top: 25px;
  }
  .why-choose-us .about-image-collage {
    position: relative;
    min-height: 363px;
  }
  .why-choose-us .about-image-collage .image-2 {
    bottom: -93px;
    right: 0;
    height: 257px;
  }
  .why-choose-us .about-image-collage .image-1,
  .why-choose-us .about-image-collage .image-2 {
    width: 80%;
  }
  .why-choose-us.common-space {
    padding-bottom: 120px;
  }
  .gallery-section .grid-gale {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-section .gallery-item:nth-child(4) {
    display: none;
  }
  .gallery-section .gallery-item:nth-child(5) {
    display: none;
  }
  .gallery-section .gallery-item img {
    height: 170px;
  }
  footer .footer-bottom .footer-links {
    gap: 10px;
  }
  header .side-btn {
    display: none;
  }
  header .navbar.navbar-expand-lg {
    padding: 4px 10px;
  }
  header .navbar-brand {
    max-width: 243px;
  }
  header.sticky .navbar.navbar-expand-lg {
    padding: 4px 10px;
  }
  .navbar-collapse {
    background: white;
  }
  header nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 8px 10px;
  }
  header nav .navbar-nav .nav-item:hover .dropdown-menu {
    max-height: 250px;
    scroll-behavior: smooth;
    overflow: scroll;
  }
  footer .footer-main {
    padding-bottom: 2rem;
  }
  .about-page .heading-font {
    font-size: 27px;
  }
  .main-content-wrapper .card {
    padding: 1rem 1.5rem;
    border-radius: 12px;
  }
  .main-content-wrapper .main-heading {
    font-size: 1.5rem;
  }
  .main-content-wrapper .form-container {
    padding: 1rem;
    margin-top: 20px;
  }
  .contact-us-section .contact-details {
    box-shadow: unset;
  }
}
header .navbar-nav li.menu-item-has-children:hover .dropdown-menu {
  display: block;
  padding: 0;
  border: none;
  border-radius: 0;
}
header .navbar-nav li.menu-item-has-children:hover .dropdown-menu a {
  font-family: var(--heading-font);
  font-weight: 600;
  letter-spacing: 1.5;
  padding: 8px 8px;
  font-size: 16px;
  border-bottom: 1px solid #4e4e4e;
}
header .navbar-nav li.menu-item-has-children:hover .dropdown-menu a:hover {
  background: var(--theme-color);
  color: white;
}

.blog-single .services-inner {
  padding: 10px;
}
.blog-single .services-inner .img-box {
  overflow: hidden;
  max-height: 450px;
}
.blog-single .services-inner .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single .services-inner .content .common-heading {
  margin-top: 22px;
  font-size: 40px;
  color: var(--theme-color);
}
.blog-single .services-inner {
  padding-right: 1.5rem;
}
.blog-single .services-inner .content .categorie {
  display: flex;
  gap: 25px;
  margin-top: 15px;
  border-bottom: 1px solid rgba(85, 85, 85, 0.425);
  padding-bottom: 10px;
  align-items: center;
}
.blog-single .services-inner .content .categorie h5 {
  background-color: var(--theme-color);
  color: white;
  font-size: 16px;
  padding: 5px;
}
.blog-single .services-inner ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #000;
}
.blog-single .services-inner ul li::before {
  position: absolute;
  content: "\f178";
  font-family: fontawesome;
  color: var(--theme-color);
  left: 0;
}
.blog-single .cate h3 {
  color: var(--theme-color);
}
.blog-single .cate ul li {
  color: var(--theme-color);
  font-size: 25px;
  font-family: var(--heading-font);
}
.blog-single .cate ul li span {
  font-family: var(--heading-font);
}
.blog-single .cate ul li ul li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}
.blog-single .posts h3 {
  color: var(--theme-color);
}
.blog-single .posts ul {
  margin-top: 20px;
}
.blog-single .posts ul li a {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
.blog-single .posts ul li a img {
  width: 80px;
  height: 80px;
}
.blog-single .posts ul li a h5 {
  color: var(--theme-color);
}
.blog-single .posts ul li a p {
  margin-bottom: 0;
  transition: 0.3s;
}
.blog-single .posts ul li a:hover p {
  color: var(--theme-color);
}

.categories-b {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
  padding: 20px;
}
.categories-b .cate ul {
  padding-left: 0;
}
.categories-b .posts ul {
  padding-left: 0;
}
.categories-b .posts ul li a {
  border-bottom: 1px dashed black;
  padding-bottom: 10px;
}
.categories-b .posts ul li a h5 {
  margin-bottom: 0;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: var(--theme-color);
}

@media only screen and (max-width: 1320px) {
  header nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  header .navbar-brand {
    max-width: 233px;
    transition: all 0.3s;
  }
  .contact-us-section .contact-details {
    padding: 2rem !important;
  }
  .common-heading {
    font-size: 36px;
  }
  .key-treatments .treatment-card .teat-conts {
    padding: 15px;
    display: flex;
    flex-direction: column;
    min-height: 277px;
    justify-content: space-around;
  }
  .blog-section .blog-card .blog-content {
    min-height: 384px;
  }
  .blog-page .blog-bot-cont {
    padding: 20px;
    min-height: 271px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}/*# sourceMappingURL=style.css.map */