@charset "UTF-8";
:root {
  --color-black: #000;
  --theme-color: #27477F;
  --theme-color2: #767472;
  --theme-color3: #ed3900;
  --white-color: #fff;
  --bg-color:#edf5fc;
  --theme-font: "Poppins", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --treatment-border-color: #c21a1a; /* New color variable */
}

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

.common-heading {
  font-weight: 700;
  margin: 0;
  color: var(--theme-dark);
  position: relative;
  margin-bottom: 22px;
  font-size: 50px;
  font-family: var(--heading-font);
  text-transform: capitalize;
}
.common-heading span {
  color: var(--theme-color);
  font-family: var(--heading-font);
}

.sub-heading {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.common-btn {
  padding: 12px 20px 12px 20px;
  background: var(--theme-color);
  color: white;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-size: 16px;
  color: #fff !important;
  font-family: var(--heading-font);
  border-radius: 50px;
  transition: 0.3s;
}
.common-btn:hover {
  background-color: var(--theme-color3);
  color: white !important;
}

.common-space {
  padding: 75px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #000000;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

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

span.header-top {
  padding: 7px 22px;
  border: 1px solid;
  border-radius: 36px;
  display: inline-block;
  margin-bottom: 10px;
}

.top-header-social {
  background-color: #ffffff;
  border-bottom: 1px solid #E4E4E4;
}
.top-header-social .col-12 {
  padding-left: 0;
  padding-right: 165px;
}
.top-header-social .content {
  display: flex;
  justify-content: space-between;
}
.top-header-social .content .mail {
  padding: 6px 90px 6px 12px;
}
.top-header-social .content .mail ul {
  margin-bottom: 0rem;
  padding-left: 0rem;
}
.top-header-social .content .mail ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  color: white;
}
.top-header-social .content .mail ul li i {
  color: rgb(0, 0, 0);
  margin-right: 10px;
  font-size: 14px;
}
.top-header-social .content .mail ul li a {
  color: #000000;
  font-size: 14px;
  transition: 0.3s;
  font-family: var(--theme-font);
}
.top-header-social .content .mail ul li a:hover {
  color: rgb(0, 0, 0);
}
.top-header-social .content .socials {
  display: flex;
  align-items: center;
}
.top-header-social .content .socials ul {
  margin-bottom: 0rem;
  padding-left: 0rem;
}
.top-header-social .content .socials ul li {
  list-style-type: none;
  display: inline-block;
}
.top-header-social .content .socials ul li a {
  color: var(--title-color);
  margin-left: 27px;
  font-size: 14px;
  transition: 0.3s;
}
.top-header-social .content .socials ul li a:hover {
  color: var(--theme-color);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--theme-color) !important;
}

.nav-link:focus, .nav-link:hover {
  color: var(--theme-color) !important;
}

.dropdown-item:focus {
  color: white !important;
  background-color: var(--theme-color);
}

header {
  background-color: var(--white-color);
  width: 100%;
  z-index: 11;
  position: fixed;
}
header .top-nav {
  background: transparent linear-gradient(90deg, #27477F 0%, #27477F 100%) 0% 0% no-repeat padding-box;
  color: white;
}
header .container .upper-nav .logo img {
  width: 200px;
  padding-left: 29px;
  position: absolute;
  z-index: 1;
}
header .container .upper-nav .soical-header {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 5px 0px;
}
header .container .upper-nav .soical-header .top-socail {
  display: flex;
  gap: 10px;
}
header .container .upper-nav .soical-header ul {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
header .container .upper-nav .soical-header ul a {
  width: 35px;
  height: 35px;
  background: var(--theme-color3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: white;
  transition: 0.3s;
  font-size: 15px;
  border: 1px solid var(--theme-color);
}
header .container .upper-nav .soical-header ul a:hover {
  background-color: var(--theme-hover);
  border: 1px solid white;
}
header .navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
  position: relative;
  z-index: 0;
  padding-bottom: 0px;
}
header .nav-call {
  display: flex;
  align-items: center;
}
header .nav-call h6 {
  margin-bottom: 0;
}
header .nav-call ul {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  border-left: 1px solid #9b9b9b;
  padding-left: 15px;
}
header .nav-call ul a {
  width: 30px;
  height: 30px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: white;
  transition: 0.3s;
  font-size: 15px;
}
header .nav-call ul a:hover {
  background-color: var(--theme-hover);
}
header .call-no {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .call-no a {
  font-size: 15px;
}
header .call-no .side {
  width: 1px;
  height: 32px;
  background: #000;
}
header .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: white;
  border-radius: 100px;
}
header .icon i {
  font-size: 15px;
}
header .book-btn {
  background-color: var(--theme-color);
  padding: 6px 12px;
  color: white;
  border-radius: 33px;
  transition: 0.3s;
}
header .book-btn .icon {
  background-color: var(--theme-color3);
  padding: 12px 15px;
  border-radius: 25px;
}
header .book-btn:hover {
  background-color: var(--theme-color3);
}
header .top-header {
  background-color: #00173C;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav .navbar-brand img {
  width: 220px;
}
header nav.navbar-expand-lg {
  padding: 0px 0 !important;
  box-shadow: rgba(99, 99, 99, 0.07) 0px 2px 8px 0px;
}
header nav.navbar-expand-lg .container {
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header nav .navbar-nav {
  padding: 0 18px 0px 0px;
  display: flex;
  flex-direction: row;
}
header nav .navbar-nav .nav-item {
  padding: 0px 0px;
  font-weight: 500;
  font-size: 16px;
  color: black;
  font-family: var(--nav-font);
}
header nav .navbar-nav .nav-item .dropdown-menu {
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-top: 3px solid var(--theme-color2);
}
header nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu.sub {
  display: none;
}
header nav .navbar-nav .nav-item .dropdown-menu li a {
  padding: 7px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2549019608);
}
header nav .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  transition: 0.3s;
  font-size: 16px;
  font-family: var(--nav-font);
  font-weight: 500;
}
header nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu.sub {
  display: block;
  left: 100%;
  top: 0;
}
header nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu.sub li a {
  color: var(--color-black);
}
header nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-item {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding: 22px 10px;
}
header nav .navbar-nav .active {
  position: relative;
  color: var(--theme-color);
}
header nav .navbar-nav .active a {
  color: var(--theme-color);
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .search-btn i {
  padding: 0 15px;
}
header .call-btn a i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 15px;
  color: var(--theme-color);
}

.banner-home .heading-top {
  font-size: 20px;
  color: white;
}
.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  z-index: 0;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner-home .banner-content {
  position: absolute;
  top: 60%;
  z-index: 31;
  width: 100%;
  color: #fff;
  left: 0px;
  transform: translateY(-50%);
}
.banner-home .banner-content .banner-cont {
  border-radius: 30px;
  padding-top: 0;
}
.banner-home .banner-content .banner-cont .cont {
  display: flex;
  gap: 20px;
  justify-content: left;
  align-items: center;
  color: #000;
  text-align: left;
}
.banner-home .banner-content .banner-cont .cont .baner-no {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.banner-home .banner-content .banner-cont .cont .baner-no i {
  color: var(--theme-color3);
}
.banner-home .banner-content .banner-cont .cont .baner-no:hover {
  color: var(--theme-color3);
}
.banner-home .banner-content .banner-cont .common-btn {
  position: relative;
  z-index: 10;
  box-sizing: content-box;
  padding: 10px 18px;
  box-shadow: 0 0 30px #2897e8;
  color: white;
  background: var(--theme-color);
  border-radius: 50px;
  overflow: visible;
  text-align: center;
  cursor: pointer;
}
.banner-home .banner-content .banner-cont .common-btn::before, .banner-home .banner-content .banner-cont .common-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80%;
  height: 80%;
  border-radius: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background: var(--theme-color);
  z-index: -1;
}
.banner-home .banner-content .banner-cont .common-btn::before {
  animation: pulse-border 1.5s ease-out infinite;
  opacity: 0.6;
}
.banner-home .banner-content .banner-cont .common-btn::after {
  opacity: 0;
  transition: 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.banner-home .banner-content .banner-cont .common-btn span {
  color: white;
  z-index: 5;
  position: relative;
  display: block;
}
.banner-home .banner-content .banner-cont .common-btn:hover {
  background: var(--theme-color3);
}
@keyframes pulse-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.banner-home .banner-content .common-heading {
  font-size: 65px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  font-family: var(--heading-font);
  text-shadow: 2px 2px 1px white;
}
.banner-home .banner-content p {
  line-height: 2rem;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}
.banner-home .banner-content .break {
  display: block;
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 40px;
  border: solid 3px var(--theme-color);
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: #fff;
  padding-left: 1px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.banner-home button.owl-prev span:hover {
  background-color: var(--theme-color2);
  border-color: transparent;
}
.banner-home button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 40px;
  border: solid 3px var(--theme-color);
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.banner-home button.owl-next span:hover {
  background-color: var(--theme-color2);
  border-color: transparent;
}

.treatments-section {
  margin-top: -80px;
}
.treatments-section .treatments-container {
  padding: 0 15px;
}
.treatments-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.treatments-section .section-title .sub-heading {
  color: var(--theme-color2);
  margin-bottom: 10px;
}
.treatments-section .section-title .common-heading {
  font-size: 45px;
  color: var(--color-black);
}
.treatments-section .section-title .common-heading span {
  color: var(--theme-color);
}
.treatments-section .treatment-item {
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  margin: 10px;
}
.treatments-section .treatment-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}
.treatments-section .treatment-item .img-wrapper {
  position: relative;
  height: 180px;
  overflow: hidden;
  border-bottom: 5px solid var(--treatment-border-color);
}
.treatments-section .treatment-item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.treatments-section .treatment-item .treatment-content {
  padding: 20px 5px;
}
.treatments-section .treatment-item .treatment-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
  margin-bottom: 0;
}
.treatments-section .owl-nav {
  margin-top: 20px;
  text-align: center;
}
.treatments-section .owl-nav button.owl-prev, .treatments-section .owl-nav button.owl-next {
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}
.treatments-section .owl-nav button.owl-prev:hover, .treatments-section .owl-nav button.owl-next:hover {
  background-color: var(--theme-color2);
}
.treatments-section .owl-nav button.owl-prev span, .treatments-section .owl-nav button.owl-next span {
  display: none;
}
.treatments-section .owl-nav button.owl-prev::before, .treatments-section .owl-nav button.owl-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.treatments-section .owl-nav button.owl-prev::before {
  content: "\f053";
}
.treatments-section .owl-nav button.owl-next::before {
  content: "\f054";
}

.about-us-section-v2 {
  padding: 100px 0 75px 0;
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.288)), url("img/back-about.png");
  background-repeat: repeat; /* Repeat the pattern */
  background-size: auto; /* Or specify a size like '200px' if the pattern is small */
  background-color: transparent; /* Ensure no solid background color is explicitly set here */
}
.about-us-section-v2 .about-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
.about-us-section-v2 .about-image-composition {
  flex: 0 0 45%;
  position: relative;
  min-height: 400px;
}
.about-us-section-v2 .about-image-composition .main-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85%;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.about-us-section-v2 .about-image-composition .secondary-image {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 50%;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 5px solid var(--white-color);
  z-index: 1;
}
.about-us-section-v2 .about-text-content {
  flex: 0 0 50%;
}
.about-us-section-v2 .about-text-content .sub-heading {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--theme-color2);
  margin-bottom: 10px;
}
.about-us-section-v2 .about-text-content .common-heading {
  font-size: 45px;
  text-align: left;
  margin-bottom: 20px;
  color: #1a2c48;
}
.about-us-section-v2 .about-text-content .common-heading span {
  color: var(--theme-color);
}
.about-us-section-v2 .about-text-content .description {
  font-size: 18px;
  line-height: 1.7;
  color: var(--theme-color2);
  margin-bottom: 30px;
}
.about-us-section-v2 .about-text-content .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-us-section-v2 .about-text-content .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}
.about-us-section-v2 .about-text-content .feature-item .feature-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bg-color);
  color: var(--theme-color);
  font-size: 28px;
}
.about-us-section-v2 .about-text-content .feature-item .feature-text h4 {
  font-size: 22px;
  font-weight: 600;
  color: #1a2c48;
  margin: 0 0 5px;
}
.about-us-section-v2 .about-text-content .feature-item .feature-text p {
  font-size: 16px;
  color: var(--theme-color2);
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .about-us-section-v2 .about-wrapper {
    flex-direction: column;
  }
  .about-us-section-v2 .about-image-composition {
    width: 100%;
    margin-bottom: 40px;
    min-height: 350px;
  }
  .about-us-section-v2 .about-text-content {
    width: 100%;
    text-align: center;
  }
  .about-us-section-v2 .about-text-content .common-heading {
    text-align: center;
  }
  .about-us-section-v2 .about-text-content .feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .about-us-section-v2 .about-image-composition {
    min-height: 280px;
  }
}

.doctor-profile-section {
  padding: 75px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.925), rgba(255, 255, 255, 0.925)), url("img/bg-2.jpg");
}
.doctor-profile-section .section-header {
  margin-bottom: 15px;
}
.doctor-profile-section .section-header .sub-heading {
  font-size: 14px;
  color: var(--theme-color);
}
.doctor-profile-section .section-header .common-heading {
  font-size: 50px;
  color: var(--color-black);
  margin-bottom: -5px;
}
.doctor-profile-section .section-header .common-heading span {
  color: var(--theme-color);
}
.doctor-profile-section .section-header p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-black);
}
.doctor-profile-section .doctor-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--white-color);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 40px;
  gap: 30px;
}
.doctor-profile-section .doctor-details-wrapper .doctor-image-container {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  text-align: center;
}
.doctor-profile-section .doctor-details-wrapper .doctor-image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.doctor-profile-section .doctor-details-wrapper .doctor-image-container .experience-badge {
  position: absolute;
  top: -30px;
  left: -30px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  padding: 15px 10px;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  border: 3px solid var(--white-color);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.doctor-profile-section .doctor-details-wrapper .doctor-info-text {
  flex: 0 0 55%;
  max-width: 55%;
}
.doctor-profile-section .doctor-details-wrapper .doctor-info-text h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--color-black);
  margin-bottom: 20px;
}
.doctor-profile-section .doctor-details-wrapper .doctor-info-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.doctor-profile-section .doctor-details-wrapper .doctor-info-text ul li {
  font-size: 17px;
  line-height: 1.8;
  color: var(--color-black);
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.doctor-profile-section .doctor-details-wrapper .doctor-info-text ul li i {
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
}
.doctor-profile-section .doctor-details-wrapper .doctor-info-text .book-appointment-btn {
  margin-top: 30px;
}
.doctor-profile-section .doctor-details-wrapper .doctor-info-text .book-appointment-btn a.common-btn {
  padding: 14px 30px;
  font-size: 18px;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .doctor-profile-section .doctor-details-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
  .doctor-profile-section .doctor-details-wrapper .doctor-image-container {
    flex: 0 0 100%;
    max-width: 80%;
    margin-bottom: 30px;
    left: unset;
    top: unset;
  }
  .doctor-profile-section .doctor-details-wrapper .doctor-image-container .experience-badge {
    position: absolute;
    top: -40px;
    left: -40px;
    margin-bottom: -30px;
  }
  .doctor-profile-section .doctor-details-wrapper .doctor-image-container img {
    width: 100%;
  }
  .doctor-profile-section .doctor-details-wrapper .doctor-info-text {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
  .doctor-profile-section .doctor-details-wrapper .doctor-info-text h3 {
    text-align: left;
  }
  .doctor-profile-section .doctor-details-wrapper .doctor-info-text ul li {
    justify-content: flex-start;
    margin: 10px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: left;
  }
  .doctor-profile-section .doctor-details-wrapper .doctor-info-text .book-appointment-btn {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .doctor-profile-section .doctor-details-wrapper {
    padding: 20px;
  }
  .doctor-profile-section .doctor-details-wrapper .doctor-image-container {
    max-width: 100%;
  }
  .doctor-profile-section .doctor-details-wrapper .doctor-image-container .experience-badge {
    font-size: 18px;
    width: 128px;
    height: 128px;
    padding: 10px;
    top: -30px;
    left: 0;
  }
  .doctor-profile-section .doctor-details-wrapper .section-header .common-heading {
    font-size: 40px;
  }
  .doctor-profile-section .doctor-details-wrapper .section-header p {
    font-size: 16px;
  }
  .doctor-profile-section .doctor-details-wrapper .doctor-info-text h3 {
    font-size: 24px;
  }
  .doctor-profile-section .doctor-details-wrapper .doctor-info-text ul li {
    font-size: 16px;
  }
}

.compact-cta-section {
  padding: 40px 0;
  background: linear-gradient(to bottom, var(--theme-color) 0%, #2660c5 100%);
  color: var(--white-color);
}
.compact-cta-section .cta-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.compact-cta-section .cta-banner-text h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  font-family: var(--heading-font);
}
.compact-cta-section .cta-banner-button .cta-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.compact-cta-section .cta-banner-button .cta-btn:hover {
  background-color: transparent;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .compact-cta-section .cta-banner-content {
    flex-direction: column;
    text-align: center;
  }
  .compact-cta-section .cta-banner-text h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.expert-treatments-section {
  padding: 75px 0;
  background-color: rgba(233, 233, 233, 0.6117647059);
}
.expert-treatments-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.expert-treatments-section .section-header h2.common-heading {
  font-size: 45px;
  margin-bottom: 15px;
}
.expert-treatments-section .section-header h2.common-heading span {
  color: var(--theme-color);
}
.expert-treatments-section .section-header p {
  font-size: 18px;
  color: var(--theme-color2);
  max-width: 700px;
  margin: 0 auto;
}
.expert-treatments-section .section-header p a {
  color: var(--theme-color);
  font-weight: 600;
}
.expert-treatments-section .treatments-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.expert-treatments-section .treatment-card {
  background-color: var(--white-color);
  border-radius: 15px;
  text-align: center;
  padding: 25px 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expert-treatments-section .treatment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.expert-treatments-section .treatment-card:hover .treatment-title {
  color: var(--theme-color);
}
.expert-treatments-section .treatment-card .treatment-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 4px solid var(--theme-color);
  padding: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.expert-treatments-section .treatment-card .treatment-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.expert-treatments-section .treatment-card .treatment-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.4;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .expert-treatments-section .treatments-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .expert-treatments-section .treatments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .expert-treatments-section .treatments-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-section-v2 {
  padding: 75px 0 75px;
}
.testimonial-section-v2 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.testimonial-section-v2 .section-header h2.common-heading {
  font-size: 45px;
  margin-bottom: 15px;
}
.testimonial-section-v2 .section-header h2.common-heading span {
  color: var(--theme-color);
}
.testimonial-section-v2 .section-header p {
  font-size: 18px;
  color: var(--theme-color2);
  max-width: 700px;
  margin: 0 auto;
}
.testimonial-section-v2 .testimonial-card-v2 {
  background-color: var(--white-color);
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 60px 30px 30px 30px;
  margin: 0 15px;
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.testimonial-section-v2 .testimonial-card-v2 .author-image {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid var(--theme-color);
  background-color: var(--white-color);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.testimonial-section-v2 .testimonial-card-v2 .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section-v2 .testimonial-card-v2 .star-rating {
  color: #ffc107;
  font-size: 20px;
  margin-bottom: 15px;
}
.testimonial-section-v2 .testimonial-card-v2 .author-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-black);
  margin: 0;
}
.testimonial-section-v2 .testimonial-card-v2 .author-location {
  font-size: 16px;
  color: var(--theme-color2);
  font-style: italic;
  margin-bottom: 20px;
}
.testimonial-section-v2 .testimonial-card-v2 .testimonial-text {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  font-style: italic;
  position: relative;
}
.testimonial-section-v2 .testimonial-card-v2 .testimonial-text::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--theme-color);
  opacity: 0.1;
  font-size: 60px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.testimonial-section-v2 .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.testimonial-section-v2 .owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}
.testimonial-section-v2 .owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--theme-color);
}

.blog-section {
  padding: 75px 0;
  background-color: rgba(233, 233, 233, 0.6117647059);
}
.blog-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.blog-section .section-header h2.common-heading {
  font-size: 45px;
  margin-bottom: 15px;
}
.blog-section .section-header h2.common-heading span {
  color: var(--theme-color);
}
.blog-section .section-header p {
  font-size: 18px;
  color: var(--theme-color2);
  max-width: 700px;
  margin: 0 auto;
}
.blog-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.blog-section .blog-card {
  background-color: var(--white-color);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.blog-section .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.blog-section .blog-card:hover .blog-image img {
  transform: scale(1.05);
}
.blog-section .blog-card .blog-image {
  height: 280px;
  overflow: hidden;
}
.blog-section .blog-card .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-section .blog-card .blog-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-section .blog-card .blog-content .blog-category {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  align-self: flex-start;
}
.blog-section .blog-card .blog-content .blog-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.3;
  margin-bottom: 15px;
  text-decoration: none;
}
.blog-section .blog-card .blog-content .blog-title:hover {
  color: var(--theme-color);
}
.blog-section .blog-card .blog-content .blog-excerpt {
  font-size: 16px;
  color: var(--theme-color2);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}
.blog-section .blog-card .blog-content .read-more-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
  text-decoration: none;
}
.blog-section .blog-card .blog-content .read-more-link i {
  margin-left: 8px;
  transition: margin-left 0.3s ease;
}
.blog-section .blog-card .blog-content .read-more-link:hover i {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .blog-section .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog-section .blog-grid {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  background-color: #1a1a1a;
  color: #cccccc;
  padding: 60px 0 0;
}
.site-footer .footer-widgets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333333;
}
.site-footer .footer-widget h4.widget-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.site-footer .footer-widget h4.widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: var(--theme-color);
}
.site-footer .footer-widget p {
  font-size: 15px;
  line-height: 1.7;
  color: white;
}
.site-footer .footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-widget ul li {
  margin-bottom: 12px;
}
.site-footer .footer-widget ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  display: block;
}
.site-footer .footer-widget ul li a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: var(--theme-color);
  transition: left 0.3s ease;
}
.site-footer .footer-widget ul li a:hover {
  color: var(--white-color);
}
.site-footer .footer-widget ul li a:hover::before {
  left: 5px;
}
.site-footer .about-widget .footer-logo img {
  width: 200px;
  margin-bottom: 20px;
}
.site-footer .contact-widget ul li a {
  padding-left: 0px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.site-footer .contact-widget ul li a i {
  color: var(--theme-color);
}
.site-footer .contact-widget ul li a::before {
  font-size: 16px;
  left: 2px;
  display: none;
}
.site-footer .contact-widget .social-links {
  margin-top: 25px;
  display: flex;
  gap: 12px;
}
.site-footer .contact-widget .social-links a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #333333;
  color: var(--white-color);
  font-size: 16px;
  transition: all 0.3s ease;
}
.site-footer .contact-widget .social-links a:hover {
  background-color: var(--theme-color);
  transform: translateY(-3px);
}
.site-footer .footer-copyright {
  padding: 25px 0;
  text-align: center;
  background-color: #111111;
}
.site-footer .footer-copyright p {
  margin: 0;
  font-size: 15px;
  color: #888888;
}
.site-footer .footer-copyright p a {
  color: var(--theme-color);
  text-decoration: none;
}
.site-footer .footer-copyright p a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .site-footer .footer-widgets {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .site-footer .footer-widgets {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-widget {
    margin-bottom: 20px;
  }
}

.benefits-section-v2 {
  padding: 75px 0;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(86deg, rgba(236, 236, 236, 0.8784313725), rgba(236, 236, 236, 0.8784313725), rgba(236, 236, 236, 0.8784313725)), url("img/bg-3.jpg");
  background-repeat: repeat;
}
.benefits-section-v2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 300px;
  height: 300px;
  background-image: url("img/1.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
  z-index: 0;
}
.benefits-section-v2::before {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -100px;
  width: 300px;
  height: 300px;
  background-image: url("img/2.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
  z-index: 0;
}
.benefits-section-v2 .container {
  position: relative;
  z-index: 1;
}
.benefits-section-v2 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.benefits-section-v2 .section-header h2.common-heading {
  font-size: 45px;
  margin-bottom: 15px;
}
.benefits-section-v2 .section-header h2.common-heading span {
  color: var(--theme-color);
}
.benefits-section-v2 .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.benefits-section-v2 .benefit-card-v2 {
  background-color: var(--white-color);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  border-top: 4px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-top-color 0.3s ease;
  border-top-color: var(--theme-color);
}
.benefits-section-v2 .benefit-card-v2:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.benefits-section-v2 .benefit-card-v2:hover .benefit-icon img {
  transform: scale(1.1);
}
.benefits-section-v2 .benefit-card-v2:hover .benefit-title {
  color: var(--theme-color);
}
.benefits-section-v2 .benefit-card-v2 .benefit-icon {
  margin: 0 auto 25px;
  width: 90px;
  height: 90px;
}
.benefits-section-v2 .benefit-card-v2 .benefit-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.benefits-section-v2 .benefit-card-v2 .benefit-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.4;
  transition: color 0.3s ease;
}
.benefits-section-v2 .benefit-card-v2 .benefit-description {
  font-size: 16px;
  color: var(--theme-color2);
  line-height: 1.5;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .benefits-section-v2 .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .benefits-section-v2 .benefits-grid {
    grid-template-columns: 1fr;
  }
}

.main-treatments-section {
  padding: 75px 0;
  background-color: rgba(233, 233, 233, 0.6117647059);
}
.main-treatments-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.main-treatments-section .section-header h2.common-heading {
  font-size: 45px;
  margin-bottom: 15px;
}
.main-treatments-section .section-header h2.common-heading span {
  color: var(--theme-color);
}
.main-treatments-section .section-header p {
  font-size: 18px;
  color: var(--theme-color2);
  max-width: 700px;
  margin: 0 auto;
}
.main-treatments-section .treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.main-treatments-section .treatment-card {
  background-color: var(--white-color);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-treatments-section .treatment-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.main-treatments-section .treatment-card:hover .treatment-image img {
  transform: scale(1.05);
}
.main-treatments-section .treatment-card:hover .treatment-title {
  color: var(--theme-color);
}
.main-treatments-section .treatment-card .treatment-image {
  height: 250px;
  overflow: hidden;
}
.main-treatments-section .treatment-card .treatment-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  -o-object-position: top;
     object-position: top;
}
.main-treatments-section .treatment-card .treatment-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.main-treatments-section .treatment-card .treatment-content .treatment-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
.main-treatments-section .treatment-card .treatment-content .treatment-description {
  font-size: 17px;
  line-height: 1.7;
  color: var(--theme-color2);
  margin-bottom: 25px;
  flex-grow: 1;
}
.main-treatments-section .treatment-card .treatment-content .learn-more-btn {
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 30px;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .main-treatments-section .treatments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .main-treatments-section .treatments-grid {
    grid-template-columns: 1fr;
  }
}

.page-header-section {
  position: relative;
  padding: 160px 0 60px 0;
  color: var(--white-color);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.page-header-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.856);
  z-index: 1;
}
.page-header-section .container {
  position: relative;
  z-index: 2;
}
.page-header-section .page-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.page-header-section .breadcrumb-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
  background-color: rgba(129, 129, 129, 0.2);
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 50px;
}
.page-header-section .breadcrumb-item {
  display: flex;
  align-items: center;
}
.page-header-section .breadcrumb-item::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 15px;
}
.page-header-section .breadcrumb-item:last-child::after {
  content: none;
}
.page-header-section .breadcrumb-item a {
  color: var(--white-color);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.page-header-section .breadcrumb-item a:hover {
  opacity: 0.8;
}
.page-header-section .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-header-section .page-title {
    font-size: 38px;
  }
  .page-header-section .breadcrumb-list {
    font-size: 15px;
  }
}

.about-intro-section {
  padding: 75px 0;
  background-color: var(--white-color);
}
.about-intro-section .intro-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
.about-intro-section .intro-image {
  flex: 0 0 45%;
  max-width: 45%;
}
.about-intro-section .intro-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about-intro-section .intro-text {
  flex: 1;
}
.about-intro-section .intro-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.3;
  margin-bottom: 20px;
}
.about-intro-section .intro-text h2 span {
  color: var(--theme-color);
}
.about-intro-section .intro-text p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--theme-color2);
}

/* 2. Our Mission Section */
.our-mission-section {
  padding: 75px 0;
  background-color: var(--bg-color);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.our-mission-section .mission-icon {
  font-size: 80px;
  color: var(--theme-color);
  opacity: 0.1;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.our-mission-section .mission-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.our-mission-section .mission-statement {
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  color: var(--color-black);
  margin-bottom: 25px;
  line-height: 1.4;
}
.our-mission-section p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--theme-color2);
}

/* 3. Why Choose Us Section */
.why-choose-us-section {
  padding: 75px 0;
  background-color: var(--white-color);
}
.why-choose-us-section .feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.why-choose-us-section .feature-card {
  padding: 30px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.why-choose-us-section .feature-card:hover {
  transform: translateY(-10px);
  border-color: var(--theme-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.why-choose-us-section .feature-card .feature-icon {
  font-size: 45px;
  color: var(--theme-color);
  margin-bottom: 20px;
}
.why-choose-us-section .feature-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.why-choose-us-section .feature-card p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--theme-color2);
}

/* Responsive Adjustments for new sections */
@media (max-width: 991px) {
  .about-intro-section .intro-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .about-intro-section .intro-image {
    max-width: 100%;
  }
  .why-choose-us-section .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .why-choose-us-section .feature-grid {
    grid-template-columns: 1fr;
  }
}
.doctor-profile-page-section {
  padding: 75px 0;
  background-color: var(--white-color);
}
.doctor-profile-page-section .profile-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
.doctor-profile-page-section .profile-image {
  flex: 0 0 40%;
  max-width: 40%;
}
.doctor-profile-page-section .profile-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.doctor-profile-page-section .profile-text {
  flex: 1;
}
.doctor-profile-page-section .profile-text .sub-heading {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color2);
  margin-bottom: 10px;
}
.doctor-profile-page-section .profile-text h1.doctor-name {
  font-size: 50px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 20px;
  line-height: 1.2;
}
.doctor-profile-page-section .profile-text .doctor-bio {
  font-size: 18px;
  line-height: 1.7;
  color: var(--theme-color2);
  margin-bottom: 30px;
}
.doctor-profile-page-section .profile-text .contact-details {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
  border-top: 1px solid #e0e0e0;
}
.doctor-profile-page-section .profile-text .contact-details li {
  font-size: 18px;
  color: var(--color-black);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.doctor-profile-page-section .profile-text .contact-details li i {
  color: var(--theme-color);
  font-size: 20px;
  margin-right: 15px;
  width: 25px;
}
.doctor-profile-page-section .profile-text .contact-details li a {
  color: var(--color-black);
  font-weight: 500;
  text-decoration: none;
}
.doctor-profile-page-section .profile-text .contact-details li a:hover {
  color: var(--theme-color);
}
.doctor-profile-page-section .new-doct-cont {
  /* Typography */
  /* Green accent line next to H5 */
  /* List Styling */
  /* Responsive columns for larger screens */
  /* CTA Section Styling */
  /* FAQ Styling */
  /* Styling the answer paragraph immediately following the OL */
  /* Bold text highlights */
  /* Introduction Paragraph specific style */
}
.doctor-profile-page-section .new-doct-cont .vardan-wrapper {
  margin: 40px auto;
  /* padding: 40px; */
  background-color: #ffffff;
  border-radius: 12px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
  font-family: "Open Sans", sans-serif;
  color: #333;
  line-height: 1.7;
}
.doctor-profile-page-section .new-doct-cont .vardan-wrapper h4 {
  font-family: "Merriweather", serif;
  color: var(--theme-color);
  font-size: 1.8rem;
  margin: 20px 0;
  text-transform: capitalize;
  text-align: center;
  border-bottom: 2px solid #e8f5e9;
  padding-bottom: 15px;
}
.doctor-profile-page-section .new-doct-cont .vardan-wrapper h5 {
  font-family: "Merriweather", serif;
  color: #2c3e50;
  font-size: 1.3rem;
  margin-top: 35px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}
.doctor-profile-page-section .new-doct-cont .vardan-wrapper h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background-color: var(--theme-color);
  border-radius: 2px;
}
.doctor-profile-page-section .new-doct-cont .vardan-wrapper p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #555;
}
.doctor-profile-page-section .new-doct-cont .vardan-wrapper ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 600px) {
  .doctor-profile-page-section .new-doct-cont .vardan-wrapper ul {
    grid-template-columns: 1fr 1fr;
  }
}
.doctor-profile-page-section .new-doct-cont .vardan-wrapper ul li {
  background-color: #f4f9f4; /* Very light green bg */
  padding: 15px;
  border-radius: 8px;
  border-left: 3px solid var(--theme-color);
  display: flex;
  align-items: center;
}
.doctor-profile-page-section .new-doct-cont .vardan-wrapper ul li p {
  margin: 0;
  font-weight: 600;
  color: #2e4a33;
}
.doctor-profile-page-section .new-doct-cont .vardan-cta {
  display: block;
  background: linear-gradient(135deg, #353d6b, #4e548b);
  color: #ffffff !important;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  margin: 30px 0;
  font-size: 1.2rem;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(58, 107, 53, 0.3);
  transition: transform 0.2s ease;
}
.doctor-profile-page-section .new-doct-cont .vardan-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(58, 107, 53, 0.4);
}
.doctor-profile-page-section .new-doct-cont .vardan-wrapper ol {
  margin: 0;
  padding-left: 20px;
  color: var(--theme-color);
  font-family: "Merriweather", serif;
}
.doctor-profile-page-section .new-doct-cont .vardan-wrapper ol li {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.05rem;
}
.doctor-profile-page-section .new-doct-cont .vardan-wrapper ol + p {
  background-color: #fff;
  padding-left: 20px;
  border-left: 2px solid #e0e0e0;
  margin-top: 5px;
  color: #666;
  font-style: italic;
}
.doctor-profile-page-section .new-doct-cont .vardan-wrapper b {
  color: #2c3e50;
}
.doctor-profile-page-section .new-doct-cont .intro-text {
  font-size: 1.1rem;
  text-align: justify;
}

/* Responsive Adjustments for new sections */
@media (max-width: 991px) {
  .doctor-profile-page-section .profile-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .doctor-profile-page-section .profile-image {
    max-width: 100%;
  }
  .doctor-profile-page-section .contact-details li {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .specializations-section .spec-grid {
    grid-template-columns: 1fr;
  }
}
.appointment-page-section {
  padding: 75px 0;
  background-color: var(--white-color);
}
.appointment-page-section .appointment-wrapper {
  display: flex;
  gap: 50px;
  background-color: var(--bg-color);
  padding: 40px;
  border-radius: 15px;
}
.appointment-page-section .contact-info-block {
  flex: 0 0 40%;
  max-width: 40%;
}
.appointment-page-section .contact-info-block h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.appointment-page-section .contact-info-block p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--theme-color2);
  margin-bottom: 30px;
}
.appointment-page-section .contact-info-block .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.appointment-page-section .contact-info-block .info-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 17px;
}
.appointment-page-section .contact-info-block .info-list li i {
  font-size: 24px;
  color: var(--theme-color);
  margin-right: 20px;
  width: 30px;
  text-align: center;
}
.appointment-page-section .contact-info-block .info-list li a {
  color: var(--color-black);
  text-decoration: none;
}
.appointment-page-section .contact-info-block .info-list li a:hover {
  color: var(--theme-color);
}
.appointment-page-section .appointment-form-block {
  flex: 1;
}
.appointment-page-section .appointment-form-block .form-group {
  margin-bottom: 20px;
}
.appointment-page-section .appointment-form-block label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
  margin-bottom: 8px;
}
.appointment-page-section .appointment-form-block input, .appointment-page-section .appointment-form-block select, .appointment-page-section .appointment-form-block textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.appointment-page-section .appointment-form-block input:focus, .appointment-page-section .appointment-form-block select:focus, .appointment-page-section .appointment-form-block textarea:focus {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 5px rgba(130, 25, 25, 0.2);
}
.appointment-page-section .appointment-form-block textarea {
  resize: vertical;
  min-height: 120px;
}
.appointment-page-section .appointment-form-block .submit-btn {
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  width: auto;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .appointment-page-section .appointment-wrapper {
    flex-direction: column;
  }
  .appointment-page-section .contact-info-block {
    max-width: 100%;
    text-align: center;
  }
  .appointment-page-section .info-list li {
    justify-content: center;
  }
}
.contact-details-section {
  padding: 75px 0;
}
.contact-details-section .details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.contact-details-section .detail-card {
  background-color: var(--bg-color);
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.contact-details-section .detail-card:hover {
  transform: translateY(-10px);
  border-color: var(--theme-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.contact-details-section .detail-card .card-icon {
  font-size: 45px;
  color: var(--theme-color);
  margin-bottom: 20px;
}
.contact-details-section .detail-card h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-details-section .detail-card p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--theme-color2);
  margin: 0;
}
.contact-details-section .detail-card p a {
  color: var(--theme-color2);
  text-decoration: none;
}
.contact-details-section .detail-card p a:hover {
  color: var(--theme-color);
}

/* 2. Form & Map Section */
.form-map-section {
  padding-bottom: 75px;
}
.form-map-section .form-map-wrapper {
  display: flex;
  gap: 50px;
}
.form-map-section .contact-form-block {
  flex: 1;
}
.form-map-section .map-block {
  flex: 0 0 45%;
  max-width: 45%;
}
.form-map-section .map-block iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: 0;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .contact-details-section .details-grid {
    grid-template-columns: 1fr;
  }
  .form-map-section .form-map-wrapper {
    flex-direction: column-reverse;
  }
  .form-map-section .map-block {
    max-width: 100%;
  }
}
.form-map-section {
  padding: 75px 0;
  background-color: var(--bg-color);
}
.form-map-section .form-map-wrapper {
  display: flex;
  align-items: stretch;
  gap: 50px;
}
.form-map-section .contact-form-wrapper {
  flex: 1;
  background-color: var(--white-color);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.form-map-section .contact-form-wrapper h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
.form-map-section .contact-form-wrapper h3 span {
  color: var(--theme-color);
}
.form-map-section .map-block {
  flex: 0 0 45%;
  max-width: 45%;
}
.form-map-section .map-block iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.form-map-section .appointment-form-block .form-group {
  margin-bottom: 20px;
}
.form-map-section .appointment-form-block label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-map-section .appointment-form-block input, .form-map-section .appointment-form-block select, .form-map-section .appointment-form-block textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.form-map-section .appointment-form-block input:focus, .form-map-section .appointment-form-block select:focus, .form-map-section .appointment-form-block textarea:focus {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 8px rgba(130, 25, 25, 0.2);
  background-color: var(--white-color);
}
.form-map-section .appointment-form-block textarea {
  resize: vertical;
  min-height: 60px;
}
.form-map-section .appointment-form-block .submit-btn {
  width: 100%;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  margin-top: 10px;
  background: var(--theme-color);
}
.form-map-section .appointment-form-block .submit-btn:hover {
  background: var(--theme-color3);
  transition: 0.3s;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .form-map-section .form-map-wrapper {
    flex-direction: column-reverse;
  }
  .form-map-section .map-block {
    max-width: 100%;
    min-height: 350px !important;
  }
  .form-map-section .contact-form-wrapper {
    padding: 30px;
  }
}
.treatment-overview-section {
  padding: 75px 0;
}
.treatment-overview-section .overview-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
.treatment-overview-section .overview-image {
  flex: 0 0 45%;
}
.treatment-overview-section .overview-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.treatment-overview-section .overview-text {
  flex: 1;
}
.treatment-overview-section .overview-text h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.treatment-overview-section .overview-text h2 span {
  color: var(--theme-color);
}
.treatment-overview-section .overview-text p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--theme-color2);
  margin-bottom: 20px;
}

/* 2. Symptoms Section */
.symptoms-section {
  padding: 75px 0;
  background-color: var(--bg-color);
}
.symptoms-section .symptoms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.symptoms-section .symptom-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 25px 10px;
  border-radius: 10px;
}
.symptoms-section .symptom-item i {
  font-size: 40px;
  color: var(--theme-color);
  margin-bottom: 15px;
}
.symptoms-section .symptom-item span {
  font-size: 18px;
  font-weight: 500;
}

/* 3. FAQ Section */
.faq-section {
  padding: 75px 0;
}
.faq-section .faq-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}
.faq-section .faq-item:last-child {
  border-bottom: none;
}
.faq-section .faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-black);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}
.faq-section .faq-question:hover {
  color: var(--theme-color);
}
.faq-section .faq-question .icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}
.faq-section .faq-answer {
  display: none;
  padding: 0 10px 20px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--theme-color2);
}
.faq-section .faq-item.active .faq-question .icon {
  transform: rotate(45deg);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .treatment-overview-section .overview-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .symptoms-section .symptoms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .symptoms-section .symptoms-grid {
    gap: 30px;
  }
}
.conditions-section {
  padding: 75px 0;
  padding-bottom: 0;
  background-color: var(--white-color);
}
.conditions-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.conditions-section .section-header h2.common-heading {
  font-size: 45px;
  margin-bottom: 15px;
}
.conditions-section .section-header h2.common-heading span {
  color: var(--theme-color);
}
.conditions-section .conditions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .conditions-section .conditions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .conditions-section .conditions-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.conditions-section .condition-card {
  background-color: var(--white-color);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  color: inherit;
  position: relative;
  padding-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.conditions-section .condition-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.conditions-section .condition-card .card-image {
  height: 400px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.conditions-section .condition-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conditions-section .condition-card .card-icon {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--white-color);
  border: 1px solid #eee;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.conditions-section .condition-card .card-icon img {
  max-width: 100%;
}
.conditions-section .condition-card .card-content {
  padding: 55px 25px 0;
  text-align: center;
}
.conditions-section .condition-card .card-content .card-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-black);
  margin-bottom: 15px;
}
.conditions-section .condition-card .card-content .card-description {
  font-size: 16px;
  line-height: 1.6;
  color: var(--theme-color2);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .conditions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .conditions-grid {
    grid-template-columns: 1fr;
  }
}
.banner-home .mobile {
  display: none !important;
}

header nav ul #menu-main-menu li.menu-item-has-children:hover > .dropdown-menu {
  display: block !important;
}

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

.hero-section-v2 {
  overflow: hidden;
}
.hero-section-v2 .hero-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}
.hero-section-v2 .hero-text {
  flex: 1;
}
.hero-section-v2 .hero-text .page-subtitle { /* For "Vardan Ayurveda — ..." */
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 15px;
  display: block;
}
.hero-section-v2 .hero-text h1.main-headline { /* For "Restore Your Confidence..." */
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}
.hero-section-v2 .hero-text .description {
  font-size: 18px;
  line-height: 1.7;
  color: var(--theme-color2);
  margin-bottom: 30px;
}
.hero-section-v2 .hero-text .hero-buttons {
  display: flex;
  gap: 15px;
}
.hero-section-v2 .hero-text .hero-buttons .btn-secondary {
  background-color: var(--bg-color);
  color: var(--color-black);
  border: 1px solid #ddd;
}
.hero-section-v2 .hero-text .hero-buttons .btn-secondary:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
  border-color: var(--theme-color2);
}
.hero-section-v2 .hero-image-composition {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  min-height: 450px;
}
.hero-section-v2 .hero-image-composition .main-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.hero-section-v2 .hero-image-composition .herbal-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 6px solid var(--white-color);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .hero-section-v2 .hero-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }
  .hero-section-v2 .hero-text {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .hero-section-v2 .main-headline {
    text-align: center;
    font-size: 45px;
  }
  .hero-section-v2 .hero-buttons {
    justify-content: center;
  }
  .hero-section-v2 .hero-image-composition {
    max-width: 80%;
    margin-bottom: 40px;
  }
}
.problems-we-treat-section {
  padding: 75px 0;
}
.problems-we-treat-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.problems-we-treat-section .problems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.problems-we-treat-section .problem-card {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  border-bottom: 4px solid var(--theme-color);
}
.problems-we-treat-section .problem-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.problems-we-treat-section .problem-card p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--theme-color2);
}
.problems-we-treat-section .emphasis-quote {
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  font-style: italic;
  color: var(--color-black);
  font-weight: 500;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* 2. Root Cause Section */
.root-cause-section {
  padding: 75px 0;
  background-color: var(--bg-color);
}
.root-cause-section .root-cause-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
.root-cause-section .root-cause-image {
  flex: 0 0 45%;
}
.root-cause-section .root-cause-image img {
  width: 100%;
  border-radius: 15px;
}
.root-cause-section .root-cause-text {
  flex: 1;
}
.root-cause-section .root-cause-text ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.root-cause-section .root-cause-text ul li {
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
}
.root-cause-section .root-cause-text ul li::before {
  content: "\f058"; /* Font Awesome check-circle */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--theme-color);
  position: absolute;
  left: 0;
}

/* 3. Treatment Process Section */
.treatment-process-section {
  padding: 75px 0;
  position: relative;
}
.treatment-process-section .timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.treatment-process-section .timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #e0e0e0;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}
.treatment-process-section .timeline-item {
  padding: 10px 40px;
  position: relative;
  width: 50%;
}
.treatment-process-section .timeline-item:nth-child(odd) {
  left: 0;
}
.treatment-process-section .timeline-item:nth-child(even) {
  left: 50%;
}
.treatment-process-section .timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: var(--white-color);
  border: 4px solid var(--theme-color);
  top: 25px;
  border-radius: 50%;
  z-index: 1;
}
.treatment-process-section .timeline-item:nth-child(even)::after {
  left: -10px;
}
.treatment-process-section .timeline-item .timeline-content {
  padding: 20px 30px;
  background-color: var(--bg-color);
  border-radius: 10px;
}
.treatment-process-section .timeline-item .timeline-content h4 {
  font-size: 22px;
  font-weight: 600;
}
.treatment-process-section .timeline-item .timeline-content p {
  font-size: 16px;
  color: var(--theme-color2);
}

/* 4. Why Choose Us Section */
.why-choose-us-section {
  padding: 75px 0;
  background-color: var(--bg-color);
}
.why-choose-us-section .why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.why-choose-us-section .why-card {
  text-align: center;
}
.why-choose-us-section .why-card i {
  font-size: 40px;
  color: var(--theme-color);
  margin-bottom: 15px;
}
.why-choose-us-section .why-card span {
  font-size: 17px;
  font-weight: 500;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .problems-we-treat-section .problems-grid {
    grid-template-columns: 1fr;
  }
  .root-cause-section .root-cause-wrapper {
    flex-direction: column;
  }
  .why-choose-us-section .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-treatment .common-heading {
  font-size: 35px;
}

.treatment-process-section-v2 {
  padding: 75px 0;
  background-color: var(--white-color);
}
.treatment-process-section-v2 .process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
}
.treatment-process-section-v2 .step-card {
  text-align: center;
  padding: 20px;
  position: relative;
}
.treatment-process-section-v2 .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--bg-color);
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 15px;
}
.treatment-process-section-v2 .step-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.treatment-process-section-v2 .step-card p {
  font-size: 15px;
  color: var(--theme-color2);
  line-height: 1.5;
}
@media (min-width: 992px) {
  .treatment-process-section-v2 .step-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(50% + 40px);
    width: calc(100% - 60px);
    height: 2px;
    border-top: 2px dashed #ccc;
    z-index: -1;
  }
}

.why-choose-us-section-v2 {
  padding: 75px 0;
  background-color: var(--bg-color);
}
.why-choose-us-section-v2 .why-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
.why-choose-us-section-v2 .why-image {
  flex: 0 0 45%;
}
.why-choose-us-section-v2 .why-image img {
  width: 100%;
  border-radius: 15px;
}
.why-choose-us-section-v2 .why-text {
  flex: 1;
}
.why-choose-us-section-v2 .why-text ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.why-choose-us-section-v2 .why-text ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.why-choose-us-section-v2 .why-text ul li i {
  font-size: 28px;
  color: var(--theme-color);
  background-color: var(--white-color);
  min-width: 60px;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.why-choose-us-section-v2 .why-text ul li span {
  font-size: 20px;
  font-weight: 500;
}

.final-cta-section {
  padding: 50px 0;
  position: relative;
  text-align: center;
  color: var(--white-color);
  background-image: url("../img/cta-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax effect */
}
.final-cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.85;
}
.final-cta-section .container {
  position: relative;
  z-index: 2;
}
.final-cta-section .cta-icon {
  font-size: 60px;
  margin-bottom: 20px;
}
.final-cta-section .final-cta-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
}
.final-cta-section .final-cta-text {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.7;
  opacity: 0.9;
  color: white;
}
.final-cta-section .cta-btn-light {
  background-color: var(--white-color);
  color: var(--theme-color) !important;
  font-weight: 600;
}
.final-cta-section .cta-btn-light:hover {
  background-color: var(--color-black);
  color: var(--white-color) !important;
}

.blog-detail-section {
  padding: 75px 0;
  background-color: var(--white-color);
  /* --- Main Blog Post Content (Left Column) --- */
  /* --- Sidebar (Right Column) --- */
}
.blog-detail-section .blog-detail-wrapper {
  display: flex;
  gap: 50px;
}
.blog-detail-section .blog-post-content {
  flex: 0 0 70%;
  max-width: 70%;
}
.blog-detail-section .blog-post-content .post-featured-image {
  margin-bottom: 30px;
}
.blog-detail-section .blog-post-content .post-featured-image img {
  width: 100%;
  border-radius: 15px;
}
.blog-detail-section .blog-post-content .post-header .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 16px;
  color: var(--theme-color2);
  margin-bottom: 15px;
}
.blog-detail-section .blog-post-content .post-header .post-meta span i {
  color: var(--theme-color);
  margin-right: 8px;
}
.blog-detail-section .blog-post-content .post-header .post-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  color: var(--color-black);
}
.blog-detail-section .blog-post-content .post-body {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
.blog-detail-section .blog-post-content .post-body h3, .blog-detail-section .blog-post-content .post-body h4 {
  font-size: 28px;
  font-weight: 600;
  margin: 30px 0 15px;
}
.blog-detail-section .blog-post-content .post-body blockquote {
  border-left: 4px solid var(--theme-color);
  padding-left: 25px;
  margin: 30px 0;
  font-style: italic;
  font-size: 20px;
  color: var(--theme-color2);
}
.blog-detail-section .blog-post-content .post-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-detail-section .blog-post-content .post-body ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.blog-detail-section .blog-post-content .post-body ul li::before {
  content: "\f058"; /* Font Awesome check-circle */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 5px;
}
.blog-detail-section .blog-post-content .post-sharing {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-detail-section .blog-post-content .post-sharing h4 {
  font-size: 18px;
  margin: 0;
}
.blog-detail-section .blog-post-content .post-sharing .social-links a {
  font-size: 18px;
  color: var(--theme-color2);
  margin: 0 8px;
}
.blog-detail-section .blog-post-content .post-sharing .social-links a:hover {
  color: var(--theme-color);
}
.blog-detail-section .blog-sidebar {
  flex: 1;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.blog-detail-section .blog-sidebar .sidebar-widget {
  background-color: var(--bg-color);
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.blog-detail-section .blog-sidebar .sidebar-widget .widget-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.blog-detail-section .blog-sidebar .sidebar-widget .widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--theme-color);
}
.blog-detail-section .blog-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-detail-section .blog-sidebar .recent-posts li, .blog-detail-section .blog-sidebar .categories li {
  margin-bottom: 15px;
}
.blog-detail-section .blog-sidebar .recent-posts li:last-child, .blog-detail-section .blog-sidebar .categories li:last-child {
  margin-bottom: 0;
}
.blog-detail-section .blog-sidebar .recent-posts li a, .blog-detail-section .blog-sidebar .categories li a {
  text-decoration: none;
  color: var(--color-black);
  font-weight: 500;
}
.blog-detail-section .blog-sidebar .recent-posts li a:hover, .blog-detail-section .blog-sidebar .categories li a:hover {
  color: var(--theme-color);
}
.blog-detail-section .blog-sidebar .search-form input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .blog-detail-section .blog-detail-wrapper {
    flex-direction: column;
  }
  .blog-detail-section .blog-post-content {
    max-width: 100%;
  }
  .blog-sidebar {
    margin-top: 50px;
    position: static;
  }
}/*# sourceMappingURL=style.css.map */