/* ================= GLOBAL ================= */
body {
  margin: 0;
  padding: 0;
  /* background-color: #f9f6f5; */
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden !important;
  overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;
}

/* ================= HERO WRAPPER ================= */
.hero-section {
  position: relative;
  overflow: hidden;
 
}
/* ============================= */
/* FIXED BOOK APPOINTMENT BUTTON */
/* ============================= */
.fixed-appointment-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;

  background-color: #88a740;
  color: #fffce9;
  padding: 12px 18px;
  border-radius: 30px;

  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
   font-family: 'Montserrat', sans-serif !important;

  box-shadow: 0 8px 20px rgba(140, 138, 138, 0.2);
  transition: all 0.3s ease;


}

/* Hover effect (desktop) */
.fixed-appointment-btn:hover {
  background-color: #7a9838;
  color: #ffffff;
  transform: translateY(-2px);
}



    @font-face {
    font-family: 'headingFont';
      src: url('../fonts/Cinzel-VariableFont_wght.ttf') format('truetype');
    
    font-weight: normal;
    font-style: normal;
}
      /* @font-face {
    font-family: 'paraFont';
  src: url('../fonts/AcuminVariableConcept.otf') format('opentype');
  font-weight: 100 900;  
  font-style: normal;

} */

/* ================= NAVBAR ================= */
.navbar {
  padding: 0.2rem 0  !important;
  position: relative;
  z-index: 10;
   background-color: #fffce9 !important;

}
/* .navbar-collapse {
  margin-left: 60px; 
} */

.logo-img {
  height: 90px !important;
  width: auto;
  transition: all 0.3s ease;
}
.clinic-text-logo {
  font-family: 'headingFont';
  font-size: 1.6rem;
  font-weight: 500;
  color: #272727 !important;
  text-decoration: none;
}

.nav-link {
  color: #272727 !important;
  /* color: #fffce9; */
  font-weight: 500;
  margin: 0 0.9rem 0 0.4rem !important;
  font-size: 1.05rem !important;
  transition: color 0.3s ease;
}
/* .nav-item{
  padding: 0px 6px !important ;
} */
.nav-link:hover,
.nav-link.active {
  color: #88a740 !important;
  font-weight: 500; 
}
.navbar-toggler {
  border-color: rgba(128,128,128,0.6) !important; /* grey border */
}



/* Appointment Button */
.btn-appointment1 {
  background-color: #88a740 !important;
  color: #f9f6f5 !important;
  padding: 0.4rem 1.5rem !important;
  border-radius: 1.5rem !important;
  font-size: 1rem !important;
  transition: background-color 0.3s ease;
}

.btn-appointment1:hover {
  background-color: #84a13e !important;
}

#preloader-desktop,
#preloader-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #060606;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Video fill */
#preloader-video-desktop,
#preloader-video-mobile {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#preloader-desktop {
  display: flex;
}

#preloader-mobile {
  display: none;
}
 
/* -----------dropdown icon on navbar section----- */
.services-dropdown {
  display: flex;
  align-items: center;
  position: relative;
}

/* Services text */
.services-link {
  margin-right: -4px !important;
}

/* Dropdown icon */
.services-toggle {
  cursor: pointer;
  padding: 0 6px;
}

.services-toggle::after {
  content: "▾";
  font-size: 0.95rem;
  color: #272727;
}

/* Hover color sync */
.services-link:hover,
.services-dropdown:hover .services-toggle::after {
  color: #88a740 !important;
}

/* Dropdown menu positioning */
.services-dropdown .dropdown-menu {
  margin-top: 10px;
}
/* ================= HERO CONTENT ================= */
.hero-content-section {
  height: 90vh; /* EXACT requirement */
  position: relative;
  background: url("../img/img_05.jpeg") no-repeat center center / cover;
  
  display: flex;
  align-items: center;
  
}

/* Overlay */
.hero-content-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Text Content */
.hero-text-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: #fffce9 !important;

}

/* .hero-content-section {
  position: relative;
  height: 90vh;
  overflow: hidden;
}


.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;   
  object-position: center;
}


.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}


.hero-content-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}


.hero-text-content {
  max-width: 800px;
  color: #fffce9;
} */
/* Heading */
.hero-heading {
    word-spacing: 2px ;
  font-family: 'headingFont';
  font-size: 1.8rem;
  font-weight: 550;
  text-transform:uppercase !important;
  margin-bottom: 0.8rem;
  margin-left: -3px;
  letter-spacing: 0.5px;
}

/* Subtitle */
.hero-subtitle {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}

/* Points */
.hero-points {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
  font-family: 'Montserrat', sans-serif;
}

.hero-points li {
  font-size: 0.94rem;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
}

.hero-points li::before {
  content: "✔";
  color: #fffce9;
  margin-right: 0.6rem;
  font-size: 1.2rem;
}


/* ===========figma layout section for care section========= */
.care-section {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
  padding: 80px 0 90px 0 !important;
}
.care-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.care-subtitle {
  color: #88a740;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;


 
}

.care-title {
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400 !important;
  font-size: 1.5rem;
  color: #272727;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  margin-bottom: 20px !important;
}

.care-img {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.8s ease;
  
}
.care-img.show {
  transform: scale(1);
  opacity: 1;
}

/* ========about section======== */
/* ======================== */

/* --- Section 2 --- */
.about-section {

  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
  margin-bottom: 30px !important;
  
}
.about-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.about-subtitle {
  color: #272727;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
 
}

.about-title {
   font-family: 'headingFont';
  font-size: 2.2rem;
  color: #88a740;
  margin-bottom: 0.8rem;
  line-height: 1.5;
   text-align: left !important;
   padding-left: -5px;
}

.about-text {
  font-size: 0.95rem;
  text-align: justify !important;
  color: #272727;
  margin-bottom: 1rem !important;
  line-height: 1.8;
  /* word-spacing: 0.5px; */
  margin-top: 10px !important;
  


}

.btn-learn1 {
    margin-top: 10px !important;
  background-color: #88a740 !important;
  color: white !important;
  padding: 0.4rem 1.3rem !important;
  border-radius: 1.5rem !important;
  border: none;
  transition: all 0.3s ease;
  font-size: 1rem !important;
  margin-bottom: 30px !important;
}
.btn-learn1:hover {
  background-color: #84a13e !important;
}

.about-line {
  margin-top: 2rem !important;
  width: 100%;
  border: 1px solid #88a740 !important;
}
.about-image{
    padding-left: 70px !important;
}
.about-image img {
  width: 100%;
 /* height: 400px !important; */
  opacity: 0;
  transform: translateX(60px);
  transition: all 1.2s ease;
}
.about-section.visible .about-image img {
  opacity: 1;
  transform: translateX(0);
}

/* Left Fade for About Content */
.about-content {

  opacity: 0;
  transform: translateX(-60px);
  transition: all 1.2s ease;
}
.about-section.visible .about-content {
  opacity: 1;
  transform: translateX(0);
}

.about-stats {
  margin-top: 0.1rem !important;
  margin-bottom: 25px !important;
  

}

/* 3 cards per row */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 per row */
  gap: 50px;
  max-width: 950px; /* forces 2 rows */

  margin: 1rem auto !important;
 
  
}

/* Card */
.about-stats .stat-item {
  background: #fff;
  width: 110%;
  height: 150px;
  padding: 18px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Heading */
.about-stats h3 {
  color: #88a740;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.start-item-new h3{
  font-size: 2rem;
}
/* Text */
.about-stats p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: #272727;
  margin: 0;
  line-height: 1.4;
}

/* Mobile */
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ===========our service section========= */
/* Services Section */
.services-section {
  padding: 50px 0 40px;
  
}
.services-title {
  font-family: 'headingFont';
  font-size: 2.5rem;
  color: #88a740;
  font-weight: 500 !important;
  margin-bottom: 0.8rem;
}

.services-subtitle {
  font-size: 1rem;
  color: #272727;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.service-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  /* height: 80% !important; */
  width: 95%;
  display: flex;
  flex-direction: column;
}

/* Image Row */
.service-image img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  display: block;
}

/* Content Row */
.service-content {
  padding: 10px;
  text-align: left;
}

/* Icon */
.service-icon {
  width: 42px;
  height: 42px;
  /* background: #d4e6a8; */
  background: #88a740;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon i {
  font-size: 20px;
  color: #fffce9
}

/* Text */
.service-title {
  color: #272727;
  font-size: 1rem;
  font-weight: 500 !important;
  margin-bottom: 8px;
}

.service-text {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.6;
}

.btn-learn {
  background-color: #fffce9 !important;
  color: #88a740 !important;
  padding: 0.3rem 0.8rem !important;
  border-radius: 1.5rem !important;
  border: none;
  font-size: 0.83rem !important;
  transition: all 0.3s ease;
  margin-bottom: 5px !important;
  font-weight: 600 !important;
}

.btn-learn:hover {
  background-color: #fffce9 !important;
}

.view-all-btn {
  background-color: #88a740 !important;
  color: #fff !important;
  font-size: 0.95rem !important;
  padding: 10px 15px !important;
  border-radius: 20px !important;
  border: none;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background-color: #84a13e !important;
  color: #fff;
}
/* =============== */
/* Horizontal scrolling container */
.services-scroll-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  margin-bottom: 30px;
}

/* Hide vertical scroll */
.services-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

/* Scrollbar styling */
.services-scroll-wrapper::-webkit-scrollbar-track {
  background: #eee;
}

.services-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #88a740;
  border-radius: 10px;
}

/* Force cards into one row */
.services-scroll-row .row {
  flex-wrap: nowrap;
}

/* Each card takes 1/3 width */
.services-scroll-row .col-md-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}



/* ==============testmonial section=============== */
/* SECTION */
.testimonial-section {
  padding: 80px 0 60px;
  background: #ffffff;
 
}

/* LEFT CONTENT */
.testimonial-title {
  font-size: 2.2rem;
  font-weight: 550 !important;
  margin-bottom: 15px;
 font-family: 'headingFont';
  color: #88a740;
}

.testimonial-desc {
  font-size: 1rem;
  color: #272727;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif; 
 font-weight: 400 !important ;
}

.testimonial-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stars {
    color: #88a740;
  /* color: #28a745;  */
  font-weight: 500 !important;
  font-size: 1.3rem;
}

.rating-value {
  font-size: 1.1rem;
  font-weight: 600;
}

.review-count {
  font-size: 0.9rem;
  color: #272727 !important; 
  margin-top: 8px;
  font-family: 'Montserrat', sans-serif; 
 font-weight: 400 !important ;
 margin-bottom: 25px !important;
 
}

/* RIGHT SIDE */
.testimonial-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 🔥 SPACING CONTROL */
/* .left-col {
  margin-bottom: 30px; 
}

.right-col {
  margin-top: 60px; 
} */

/* TESTIMONIAL CARD */
/* FIXED SIZE TESTIMONIAL CARD */
.testimonial-card {
  width: 100%;          /* keeps alignment inside column */
  height: 240px;        /* 🔥 FIXED HEIGHT (change if needed) */
  padding: 18px;
  border-radius: 14px;
  background: #c7c3c3;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  font-size: 0.8rem;
  text-align: left;

  display: flex;
  flex-direction: column;
  justify-content: space-between; /* keeps footer aligned */
}


.testimonial-card p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;  /* number of visible lines */
  -webkit-box-orient: vertical;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif; 
 font-weight: 400 !important ;
 color: #272727 !important;
}

.testimonial-card hr {
  margin: 10px 0;
}

.testimonial-card h6 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #272727;
  /* margin-bottom: 1px; */
}

.testimonial-card span {
  font-size: 0.85rem !important;
  color: #272727;
}
/* PAGE TOGGLING */
.testimonial-page {
  display: none;
}

.testimonial-page.active {
  display: block;
}

/* CARD BACKGROUND COLORS */
.grey-bg {
  background: #eef0f0;
 
}

.blue-bg {
   background: #fffce9;
}

/* NAV BUTTONS */
.btn-nav {
  background-color: #88a740; /* Button color */
  color: #fff;
  border: none;
  /* padding: 5px 10px !important; */
  font-size: 0.1rem !important;
  border-radius: 50%;
  margin: 0 10px;
  transition: 0.3s;
}

.btn-nav:hover {
  background-color: #84a13e;
  cursor: pointer;
}

.google-review-btn {
  margin-top: 20px !important;
  align-self: flex-start; /* keeps button left aligned */
  background-color: #88a740; /* green */
  color: #ffffff;
  font-size: 0.95rem;
  padding: 10px 14px;
  border-radius: 20px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  transition: 0.3s ease;
}

.google-review-btn:hover {
  background-color: #7a9838;
  color: #ffffff;
}


.testimonial-scrollbar {
  width: 100%;
  margin-top: 25px;
}

.testimonial-scroll-track {
  width: 100%;                 /* EXACT wrapper width */
  height: 6px;
  background: #e0e0e0;
  border-radius: 10px;
  position: relative;
}

.testimonial-scroll-thumb {
  height: 100% !important;
  width: 50px;
  background: #88a740;
  border-radius: 10px;
  position: absolute;
  left: 0;
  transition: left 0.4s ease;
}

/* ========appointment section========= */
.appointment-section {
  padding: 4rem 0;
 font-family: 'Montserrat', sans-serif; 
 font-weight: 400 !important ;
  overflow: hidden;
}

.appointment-header {
  margin-bottom: 2rem;
  text-align: left;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1.2s ease;
}

.appointment-section.visible .appointment-header {
  opacity: 1;
  transform: translateX(0);
}

.appointment-subtitle {
  color: #272727;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.appointment-title {
  font-family: 'headingFont';
  font-size: 2.5rem !important;
  color: #88a740;
  font-weight: 500;
  line-height: 1.4;
}

.appointment-content {
    font-family: 'Montserrat', sans-serif; 
 font-weight: 400 !important ;
  display: flex;
  align-items: stretch;
  /* gap: 2rem; */
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.2s ease;
}

.appointment-section.visible .appointment-content {
  opacity: 1;
  transform: translateY(0);
}

.appointment-image {
  flex: 0 0 55%;
}

.appointment-image img {
  width: 100%;
  border-radius: 12px 0 0 12px;
  object-fit: cover;
}

.appointment-form {
  flex: 0 0 40%;
  background: #fff !important;
  border-radius: 0 12px 12px 0;
  padding: 1.5rem 2rem;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  border: none;
  background: #f7f5f5;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #272727;
  margin-bottom: 0.5rem;
  outline: none;
  font-family: 'Montserrat', sans-serif !important; 
 font-weight: 400 !important ;
}

.appointment-form .form-row {
  display: flex;
  gap: 1rem;
}

.appointment-form textarea {
  resize: none;
  height: 80px;
}

.btn-appointment {
  background-color: #88a740 !important;
  color: white !important;
  border: none;
  width: 100% !important;
  padding: 0.4rem !important;
  border-radius: 20px !important;
  font-size: 0.99rem !important;
  transition: background-color 0.3s ease;
  
}

.btn-appointment:hover {
  background-color: #84a13e;
  font-weight: 500;
}
/* Label styling */
.appointment-form label {
  display: block;
  font-size: 0.9rem;
  color: #272727;
  margin-bottom: 4.5px;
  font-weight: 500;
}

/* Red asterisk */
.appointment-form .required {
  color: red;
  font-weight: 600;
}

/* Adjust spacing between fields */
.appointment-form .form-group {
  margin-bottom: 1rem;
}
.appointment-map {
  flex: 0 0 60%;
}

.appointment-map iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  border-radius: 12px 0 0 12px;
}



/* .appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  border: none;
  background: #f7f5f5;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #272727;
  outline: none;
} */
 /* ===========footer swection========= */
 .footer-section {
  background-color: #88a740; 
  color: #000;
  padding: 10px 20px 50px !important;
 font-family: 'Montserrat', sans-serif; 
 font-weight: 400 !important ;
}

.footer-section h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.check-class{
    padding-left: 40px !important;
    
}
.logo-text-footer {
   display: block;
  font-size: 0.42rem;
  color: #231F54;
  font-weight: 600;
  letter-spacing: 0.2px !important;
   font-family: 'headingFont';
   padding-left: 10px !important;

}
.footer-heading {
  margin: 0; /* remove extra h5 spacing */
  line-height: 1.2; /* tighten vertical spacing */
}
.footer-section .fw-bold {
  /* background: linear-gradient(to right, #CB256C, #A259D4); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  color: #fffce9 !important;
  /* color: #F9F6F5; */
  font-size: 1.2rem !important;
}

.footer-text {
    font-size: 0.95rem !important;
  line-height: 1.6;
  color: #fffce9; /* Light gray text like in image */
  padding-left: 10px !important;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {

  font-size: 0.9rem;
  color: #fffce9; /* Light gray */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #000;
}

.footer-logo {
  width: 160px; /* Matches larger logo look */
  height: auto;
  object-fit: contain;
  display: block !important;
   margin-bottom: 3px; /* small space between logo and text */
   padding-left: 10px;
}

.footer-section a {
  color: #fffce9;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.dental-icon {
  color: #fffce9;
  /* color: #14BFDD; */
  font-size: 16px;
  margin-right: 8px;
}
.footer-bottom {
  background-color: #88a740;
  padding: 10px 0;
  font-size: 0.85rem;
  color: #fffce9;
  padding-right: 8px !important;

}

.footer-bottom hr {
  border-top: 1.5px solid #fffce9 !important;
  margin: 0 0 20px;
}

.footer-bottom p {
  margin: 0;
  padding-left: 10px !important;
  font-size: 0.9rem;
  color: #fffce9;
     font-family: 'Montserrat', sans-serif; 
 font-weight: 400 !important ;
}

.footer-bottom-links a {
  color: #fffce9;
  margin-left: 8px;
  font-size: 0.9rem;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif; 
 font-weight: 400 !important ;
   padding-right: 7px;
}

.footer-bottom-links a:hover {
  color: #000;
  text-decoration: underline;
}


.bi {
  font-size: 1.3rem;
  color: #fffce9;
  transition: color 0.3s ease;
}

.bi:hover {
  color: #000;
}

.contact-info {
  /* background: linear-gradient(to right, #CB256C, #A259D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.hello-class p{
     font-size: 0.9rem !important;
  color: #fffce9 !important;
}
/* =========additionally added code */
.footer-text-logo {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fffce9;
 font-family: 'Montserrat', sans-serif; 
 font-weight: 400 !important ;
  letter-spacing: 0.5px;
  padding-left: 8px;
}

/* ============ mobile view section============= */
/* Mobile Fixes */
@media (max-width: 768px) {
 html, body {
  width: 100%;
  overflow-x: hidden;
}
 .navbar {
    padding: 0.4rem 1rem  0.8rem !important;  /* Less padding */
  }

  .navbar-brand img {
    height: 60px !important;   /* Smaller logo on mobile */
  }

 /* Center nav items */
  .navbar-nav {
    align-items: start !important;
    text-align: start;
    width: 100%;
  }
.fixed-appointment-btn {
    bottom: 15px;
    right: 15px;
    padding: 8px 14px;
    font-size: 0.9rem;
  }
  /* Nav item font size */
  .nav-link,
  .services-link {
    font-size: 0.9rem !important;
    text-align: start;
    padding: 0.45rem 0 !important;
  }

  /* Services & Patients dropdown wrapper */
  .services-dropdown {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 4px;
  }

  /* Keep arrow right next to text */
  .services-toggle {
    padding: 0 4px !important;
  }

  .services-toggle::after {
    font-size: 0.9rem !important;
  }

  /* Dropdown menu centered */
  .services-dropdown .dropdown-menu {
    text-align: start !important;
    width: 100%;
    left: 0;
    right: 0;
  }


  .navbar-nav {
    align-items: flex-start !important;
  }

  /* Add spacing around the Contact button */
  .navbar-nav .nav-item .contact-btn {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 8px 18px;
     font-size: 0.9rem;
    display: inline-block; /* ensures margin applies properly */
  }

 
    .navbar-toggler {
    padding: 2px 5px !important;   /* Smaller button */
  }

  .navbar-toggler-icon {
    width: 30px !important;        /* Reduce width */
    height: 30px !important;       /* Reduce height */
    background-size: 20px 20px !important; /* Scale the SVG */
  }
  
.btn-appointment {
  background-color: #88a740 !important;
  color: white !important;
  border: none;
  width: 100% !important;
  padding: 0.4rem 0.6rem !important;
  border-radius: 20px !important;
  font-size: 0.9rem !important;
  transition: background-color 0.3s ease;
  margin-top: 5px !important;
 
}

.btn-appointment:hover {
  background-color: #84a13e;
  font-weight: 500;
}
 .btn-appointment.ms-3 {
    margin-left: 0 !important;

  }
    #preloader {
    height: 100dvh; /* dynamic viewport height – fixes mobile address bar issues */
  }

  #preloader-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden !important;
  }
    #preloader-desktop {
    display: none;
  }

  #preloader-mobile {
    display: flex;
  }
/* ===========hero-section==== */
   .hero-content-section {
    height: auto;
    padding: 4rem 0.4rem ;
    align-items: flex-start;
  
  }

  .hero-text-content {
    text-align: left;
    max-width: 100%;
  }

  /* Heading */
  .hero-heading {
    font-size: 1.4rem !important;
    line-height: 1.3;
    margin-left: 0;
  }
    .hero-heading br{
      display: none !important;
    }

  /* Subheading */
  .hero-subtitle {
    font-size: 0.95rem !important;
  }

  /* Bullet points */
  .hero-points li {
    font-size: 0.9rem !important;
  }

  .hero-points li::before {
    font-size: 1rem;
  }

  /* Button */
  .btn-appointment1 {
    font-size: 0.9rem !important;
    padding: 0.4rem 0.8rem !important;
  }
  /* =============care-section========= */
   .care-section {
    padding: 30px 5px !important;
    text-align: center;
  }

  .care-subtitle {
    font-size: 0.95rem !important;
    text-align: center;
  }

  .care-title {
    font-size: 1.3rem !important;
    line-height: 1.5;
    text-align: center;
    padding: 0 10px; /* small side breathing space */
  }
  .care-title br{
    display: none !important;
  }
  .care-images {
    margin-top: 30px !important;
  }

  .care-img {
    transform: scale(1); /* prevent tiny look on mobile */
    opacity: 1;
  }

  /* ==========about section======== */
  /* ABOUT SECTION */
  .about-section {
    margin-bottom: 20px !important;
    padding: 5px 10px !important;
  }

  /* Left content alignment */
  .about-content {
    text-align: left !important;
  }

  .about-title {
    font-size: 1.4rem !important;
    line-height: 1.4;
    text-align: left !important;
  }

  .about-text {
    font-size: 0.9rem !important;
    line-height: 1.7;
    text-align: left !important;
  }

  /* Button */
  .btn-learn1 {
    font-size: 0.9rem !important;
    padding: 0.4rem 1.2rem !important;
  }

  /* Image centered */
  .about-image {
    padding-left: 0 !important;
    margin-top: 20px;
    text-align: center;
  }

  .about-image img {
    max-width: 95%;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px !important;
  }

 .about-stats {
    padding-left: 10px;
    padding-right: 10px;
  }
.about-stats .stat-item {
  width: 100%;
  height: 130px !important;
  padding: 10px !important;
}
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;              /* 🔽 reduced spacing */
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5px !important;
  }

  .about-stats .stat-item {
    height: auto;           /* better fit for content */
    padding: 14px 10px;     /* 🔽 less inner spacing */
    border-radius: 12px;
  }

  .about-stats h3 {
    font-size: 0.95rem !important;
  }


  .about-stats p {
    font-size: 0.9rem !important;
  }
   .about-stats p br{
    display: none !important;
   }
   .hide-on-mobile {
    display: none !important;
  }
  
  /* ==========services section===== */
   .services-section {
    padding: 20px 10px 1px !important;
  
  }

  .services-title {
    font-size: 1.5rem !important;
    font-weight: 450 !important;
  }

  .services-subtitle {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .service-title {
    font-size: 0.95rem;
  }

  .service-card {
    width: 100%;
  }

  .service-content {
    padding: 8px;
  }

  .service-image img {
    height: 150px; /* optional: slightly smaller image on mobile */
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-md-4, .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-center.mt-1 {
    margin-top: 15px;
  }
  .service-image img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  display: block;
}
 .view-all-btn {
    font-size: 0.9rem !important;
    padding: 0.4rem 0.8rem !important;
  }
 .services-scroll-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
  }

  /* One card per view */
  .services-scroll-row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Ensure row does not wrap */
  .services-scroll-row .row {
    flex-wrap: nowrap;
  }

  /* ===========testmonilas======= */
   /* Section spacing */
  .testimonial-section {
    padding: 50px 10px 10px !important;
  }

  /* LEFT COLUMN */
  .testimonial-left {
    text-align: left;
    margin-bottom: 20px;
  }

  .testimonial-title {
    font-size: 1.5rem;
    text-align: left;
  }

  .testimonial-desc {
    font-size: 0.9rem;
    text-align: left;
  }

  .testimonial-rating,
  .review-count {
    text-align: left;
  }

  /* RIGHT COLUMN */
  .testimonial-wrapper {
    text-align: left;
  }

  /* Stack columns */
  .testimonial-col {
    margin-bottom: 0;
  }

  /* CARD FIX */
  .testimonial-card {
    height: auto;               /* 🔥 allow natural height */
    margin-bottom: 5px;        /* 🔥 spacing between ALL cards */
    text-align: left;
  }

  /* Fix missing gaps after some cards */
  .testimonial-col .testimonial-card:last-child {
    margin-bottom: 20px;
  }

  /* Text sizes */
  .testimonial-card p {
    font-size: 0.9rem;
    -webkit-line-clamp: unset;  /* optional: show full text on mobile */
  }

  .testimonial-card h6 {
    font-size: 0.95rem;
  }

  .testimonial-card span {
    font-size: 0.85rem;
  }

  /* Nav buttons left aligned */
  .testimonial-nav {
    text-align: left;
    margin-top: 10px;
  }

  .btn-nav {
    margin-left: 0;
    margin-right: 8px;
  }


  .testimonial-scrollbar {
    width: 100%;
    margin-top: 20px;
    padding: 0 6px; /* breathing space */
  }

  .testimonial-scroll-track {
    height: 5px;
    border-radius: 8px;
  }

  .testimonial-scroll-thumb {
    width: 34px;              /* 🔑 smaller thumb */
    border-radius: 8px;
    transition: left 0.35s ease;
  }

  /* Better touch drag feel */
  .testimonial-scroll-thumb {
    touch-action: pan-x;
  }
/* ===========footer section======== */
   /* 1️⃣ Break out of Bootstrap padding completely */
  .footer-section {
    padding: 0 12px  !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    text-align: left !important;
  }

  /* 2️⃣ Kill ALL container padding */
  .footer-section .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  /* 3️⃣ Kill row padding, margins, gutters */
  .footer-section .row {
    margin: 0 !important;
    padding: 0 !important;
    --bs-gutter-x: 0 !important;
  }

  /* 4️⃣ Kill column padding completely */
  .footer-section [class*="col-"] {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  /* 5️⃣ NOW apply EXACT 10px mobile padding */
  .footer-section > .container-fluid > .row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* 6️⃣ Remove internal offsets */
  .check-class,
  .footer-logo,
  .footer-text,
  .footer-section h5,
  .footer-links,
  .footer-links li,
  .footer-links a,
  .hello-class p {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .fw-bold{
    margin-top: 20px !important;
  }

  /* 7️⃣ Icons row */
  .footer-section a {
    display: inline-block;
    margin-right: 12px;
   
  }

  /* 8️⃣ Footer bottom stays clean */
  .footer-bottom .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
    flex-direction: column;
    align-items: flex-start !important;
  }

  .footer-bottom-links a {
    margin-left: 0;
    margin-right: 10px;
   
  }
  .footer-bottom p{
    padding-left: 0.1px !important;
  }

  
}