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

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

:root {
  --theme-color2: #df9e3a;
  --theme-color: #df9e3a;
  --theme-font: "Poppins", sans-serif;
}

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

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

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

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

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

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

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

.common-heading {
  font-size: 38px;
  color: var(--theme-color2);
  margin: 0px 0 20px 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 58px;
}
.common-heading::first-letter {
  color: var(--theme-color);
}
.common-heading::first-line {
  color: var(--theme-color);
}

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

ul li {
  list-style: none;
}

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

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

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

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

footer {
  padding: 80px 0 0px;
  background-color: #000;
  background: #dcdcdc;
}
footer * {
  color: rgba(0, 0, 0, 0.84);
}
footer h4 {
  color: var(--theme-color2);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer .menu-link ul {
  padding-left: 0;
}
footer .menu-link ul li {
  transition: all 0.3s;
  margin-bottom: 0.8rem;
}
footer .menu-link ul li:hover {
  margin-left: 5px;
}
footer .menu-link ul li:hover a {
  color: #fff;
}
footer .social-links {
  display: flex;
  padding: 0;
}
footer .social-links li {
  margin-right: 20px;
}
footer .social-links li a {
  color: #fff;
}
footer .social-links li a i {
  background: var(--theme-color2);
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
footer .about-content .foot-cont {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 15px;
}
footer .about-content .foot-cont i {
  background: var(--theme-color2);
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
footer .about-content .foot-cont div {
  display: flex;
  flex-wrap: wrap;
}
footer .about-content .foot-cont a {
  transition: 0.3s;
}
footer .about-content .foot-cont a:hover {
  color: var(--theme-color2);
}
footer .footer-boottom {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  background: var(--theme-color2);
}
footer .footer-boottom p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

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

.home-bannerss {
  max-height: 100vh;
  overflow: hidden;
}
.home-bannerss .bnt-main-conts {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30%;
}
.home-bannerss .bnt-main-conts .common-btn {
  margin-top: 2rem;
}
.home-bannerss .bnt-main-conts .common-btn:hover {
  color: #ffffff;
  border-color: transparent;
  background: #000;
}
.home-bannerss .bnt-main-conts .callbtns .common-btn {
  padding-left: 15px;
  width: 59px;
  padding-right: 15px;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx {
  margin-top: 3rem;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx h4 {
  color: #fff;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
.home-bannerss .bnt-imgss {
  position: relative;
}
.home-bannerss .bnt-imgss img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-bannerss .bnt-imgss:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  background-image: linear-gradient(125deg, transparent 61%, rgba(230, 179, 102, 0.2196078431) 61%);
}
.home-bannerss .bnt-imgss:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  background-image: linear-gradient(-125deg, rgba(0, 0, 0, 0.7) 35%, transparent 23%);
}
.home-bannerss .opening-hours-card {
  background-color: #fff;
  padding: 30px;
  font-family: Arial, sans-serif;
  max-width: 350px;
  width: 100%;
  margin-top: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  /* Styling for the main title */
  /* Remove default list styling */
  /* Style each list item using Flexbox */
  /* Create the horizontal line using a pseudo-element on the first item */
  /* Style for the days text */
}
.home-bannerss .opening-hours-card .card-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #212121 !important;
  margin-bottom: 15pxa;
}
.home-bannerss .opening-hours-card .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-bannerss .opening-hours-card .hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.home-bannerss .opening-hours-card .hours-item:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #334e68;
  position: absolute;
  bottom: -5px;
  /* Position the line below the first item */
  left: 0;
}
.home-bannerss .opening-hours-card .days {
  font-weight: 400;
}
.home-bannerss .opening-hours-card .times {
  color: #5d9afb;
  font-weight: 600;
}
.home-bannerss .right-img {
  display: flex;
  height: 100%;
  align-items: center;
}
.home-bannerss .right-img img {
  box-shadow: 0 0 25px -15px #000;
}

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

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

.medical-treatment-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
}
.medical-treatment-section h2 {
  color: #fff;
}
.medical-treatment-section .service-card {
  transition: transform 0.3s ease-in-out;
  text-align: center;
  overflow: hidden;
}
.medical-treatment-section img {
  transition: all 0.3s;
}
.medical-treatment-section .service-card:hover {
  transform: translateY(-5px);
}
.medical-treatment-section .service-card:hover img {
  filter: brightness(0.6);
}
.medical-treatment-section .card-image-container {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-size: cover;
  background-position: center;
}
.medical-treatment-section .service-overlay-button {
  padding: 15px;
  color: var(--theme-color2);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.medical-treatment-section .card-body {
  padding: 25px;
}
.medical-treatment-section .card-text {
  font-size: 15px;
  line-height: 1.6;
}
.medical-treatment-section .learn-more-link {
  color: var(--theme-color);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
  display: inline-block;
}
.medical-treatment-section .learn-more-link:hover {
  color: var(--theme-color2);
}

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

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

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

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

.appointment-section {
  background-image: linear-gradient(45deg, #df9e3a, #df9e3a), url(img/ABOUT-IMG.jpg);
  color: white;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appointment-section h2 {
  color: #fff;
}
.appointment-section .right img {
  max-width: 100px;
}
.appointment-section .appointment-content {
  display: grid;
  align-items: center;
  width: 100%;
  gap: 20px;
  grid-template-columns: 65% 35%;
}
.appointment-section .icon-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.appointment-section .calendar-icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.appointment-section .text .common-heading {
  font-size: 36px;
  margin: 0;
  color: #fff;
}
.appointment-section .text p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
  color: #fff;
}
.appointment-section .appointment-button {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-left: auto;
  transition: all 0.3s ease;
}
.appointment-section .appointment-button:hover {
  color: #fff;
  border-color: #fff;
}

/* Card Styles */
.testimonial {
  background-color: #f1f1f1;
  /* Client Image */
  /* Quote Icon */
  /* Testimonial Text */
}
.testimonial .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial .card-body {
  min-height: 241px;
}
.testimonial .card-body .test-header {
  border-left: 3px solid var(--theme-color2);
  padding-left: 10px;
  display: block;
  width: 100%;
}
.testimonial .card-body h6 {
  font-size: 22px;
  color: var(--theme-color);
}
.testimonial .card-body ul {
  display: flex;
}
.testimonial .card-body ul li i {
  color: var(--theme-color2);
}
.testimonial .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}
.testimonial .card img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid var(--theme-color);
}
.testimonial .quote-icon {
  vertical-align: top;
}
.testimonial .card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

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

.blending {
  background-color: #f5f5f5;
}

.commit h3 {
  color: var(--theme-color2);
  font-weight: 600;
}

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

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

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

/* Section */
.rooms-section {
  background: #f7f8fb;
  font-family: Arial, Helvetica, sans-serif;
  /* Grid */
  /* Room Card */
  /* Image */
  /* Label */
  /* Body */
  /* Button */
}
.rooms-section .container {
  max-width: 1200px;
  margin: auto;
}
.rooms-section .section-title {
  font-size: 28px;
  margin-bottom: 5px;
}
.rooms-section .section-sub {
  color: #6b7280;
  margin-bottom: 25px;
}
.rooms-section .rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.rooms-section .room-card {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  border: 1px solid #e5e7eb;
}
.rooms-section .room-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}
.rooms-section .room-media {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.rooms-section .room-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease;
}
.rooms-section .room-card:hover img {
  transform: scale(1.07);
}
.rooms-section .room-type {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: bold;
}
.rooms-section .room-body {
  padding: 18px;
}
.rooms-section .room-title {
  margin: 0;
  font-size: 18px;
}
.rooms-section .room-excerpt {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
  margin: 10px 0;
}
.rooms-section .btn-read {
  display: inline-block;
  padding: 10px 18px;
  background: var(--theme-color2);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 6px 18px rgba(31, 111, 235, 0.2);
  transition: 0.3s;
}
.rooms-section .btn-read:hover {
  background: #000;
}

.contact-section {
  background: #fdf5f5;
}
.contact-section .contact-card {
  background: #fff;
  border-top: 3px solid var(--theme-color);
  border-radius: 0;
}
.contact-section .contact-card h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  color: var(--theme-color2);
}
.contact-section .contact-card label {
  color: #898989;
}
.contact-section .contact-card .form-control {
  padding: 12px;
  border-radius: 0px;
  border: 1px solid #d9e8dd;
}
.contact-section .contact-card .form-control:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 8px rgba(0, 151, 68, 0.2);
}
.contact-section .contact-card textarea {
  height: 70px;
}
.contact-section .contact-card .submit-btn {
  background: var(--theme-color);
  color: #fff;
  padding: 12px 26px;
  border-radius: 0px;
  font-weight: 500;
  transition: all 0.3s;
}
.contact-section .contact-card .submit-btn:hover {
  background: var(--theme-color2);
}
.contact-section .info-card {
  background: var(--theme-color2);
  transition: all 0.3s;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1215686275);
}
.contact-section .info-card h3 {
  margin-bottom: 6px;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
}
.contact-section .info-card p {
  color: #fff;
  margin-bottom: 0;
}
.contact-section .info-card:hover {
  transform: translateX(-15px);
}
.contact-section .info-card:nth-child(odd) {
  background-color: #000;
}
.contact-section .map-section iframe {
  filter: grayscale(10%) brightness(95%);
  border-radius: 12px;
  margin-bottom: -6px;
}
.contact-section ul {
  padding-left: 0;
}
.contact-section ul li {
  padding-left: 29px;
  line-height: 1.8;
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
}
.contact-section ul li:before {
  content: "\f00c";
  color: var(--theme-color);
  position: absolute;
  left: 5px;
  font-size: 20px;
  font-family: "fontawesome";
}
.contact-section .how-to-reach h4 {
  font-weight: 600;
  color: var(--theme-color);
}
.contact-section .foot-cont {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 15px;
}
.contact-section .foot-cont i {
  background: white;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
}
.contact-section .foot-cont div {
  display: flex;
  flex-wrap: wrap;
  color: white;
}
.contact-section .foot-cont a {
  transition: 0.3s;
  color: white;
}
.contact-section .foot-cont a:hover {
  color: var(--theme-color2);
}

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

.home-gal-time .gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.home-gal-time .gallery-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.home-gal-time .gallery-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: 0.4s ease-in-out;
}
.home-gal-time .gallery-box .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
.home-gal-time .gallery-box:hover {
  border-color: var(--theme-color2);
}
.home-gal-time .gallery-box:hover .overlay {
  opacity: 1;
}
.home-gal-time .gallery-box:hover img {
  transform: scale(1.08);
}
.home-gal-time .overlay span {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Section */
.rooms-page {
  background: #f7f8fb;
  /* Grid */
  /* Room Card */
  /* Image */
  /* Label */
  /* Body */
  /* Button */
}
.rooms-page .rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.rooms-page .room-card {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  border: 1px solid #e5e7eb;
}
.rooms-page .room-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}
.rooms-page .room-media {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.rooms-page .room-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease;
}
.rooms-page .room-card:hover img {
  transform: scale(1.07);
}
.rooms-page .room-type {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: bold;
}
.rooms-page .room-body {
  padding: 18px;
}
.rooms-page .room-title {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
}
.rooms-page .room-excerpt {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
  margin: 10px 0;
}
.rooms-page .btn-read {
  display: inline-block;
  padding: 10px 18px;
  background: var(--theme-color2);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 6px 18px rgba(31, 111, 235, 0.2);
  transition: 0.3s;
}
.rooms-page .btn-read:hover {
  background: var(--theme-color);
}

.inr-room-wrapper {
  padding: 4rem 0;
}
.inr-room-wrapper h3 {
  color: var(--theme-color);
}
.inr-room-wrapper .rm-pze {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 2rem;
}
.inr-room-wrapper .rm-pze .price-rom {
  padding: 10px 25px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background-color: #d35400;
  border-radius: 8px;
}
.inr-room-wrapper ul {
  margin-top: 2.5rem;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.inr-room-wrapper ul li {
  background-image: linear-gradient(92deg, rgba(225, 189, 133, 0.21), transparent);
  margin-bottom: 0.8rem;
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.inr-room-wrapper ul li i {
  margin-right: 0.5rem;
}

@media (max-width: 576px) {
  .home-bannerss .bnt-main-conts .banner-inner-boxx h2 {
    font-size: 25px;
  }
  .about-section .main-heading {
    font-size: 26px;
  }
}
.common-space h2 {
  color: var(--theme-color);
}
.common-space img {
  border-radius: 6px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.common-space ul {
  padding-left: 0rem;
}
.common-space ul li {
  line-height: 1.9;
  margin-bottom: 15px;
}
.common-space ul li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--theme-color);
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blogs-listing .service-box .ser-img-wrap {
  position: relative;
}
.blogs-listing .service-box .date-wraps {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: var(--theme-color);
  padding: 2px 10px;
}
.blogs-listing .service-box .date-wraps p {
  margin-bottom: 0;
  color: #fff;
}
.blogs-listing .service-box .content {
  padding-top: 0;
  margin-top: 15px;
}

.blogs-inner .date-inner-blogs {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--theme-color);
  padding: 2px 10px;
}
.blogs-inner .date-inner-blogs p {
  margin-bottom: 0;
  color: #fff;
}
.blogs-inner .thub-wrapper {
  position: relative;
}
.blogs-inner .thub-wrapper img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs-inner .blogs-sidebar-wrapper {
  padding: 20px;
  background-color: #f1f1f1;
}/*# sourceMappingURL=style.css.map */