/* ================= GLOBAL ================= */
body {
  margin: 0;
  padding: 0;
    background-color: #fff !important;
  width: 100%;
  overflow-x: hidden;
 font-family: "Poppins", sans-serif !important;
}
 /* font-family: 'headingFont'; */
 /* font-family: 'Montserrat', sans-serif; 
 font-weight: 400 !important ; */ 

/* ================= HERO WRAPPER ================= */

   .fade-in-section {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-section { 
  position: relative;
  overflow: hidden;
  
}
  /* @font-face {
    font-family: 'headingFont';
      src: url('../fonts/Cinzel-VariableFont_wght.ttf') format('truetype');
    
    font-weight: normal;
    font-style: normal;
} */
 /* FIXED BOOK APPOINTMENT BUTTON */
/* ============================= */
.fixed-appointment-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;

  background-color: #00779B;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;

  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  font-family: "Poppins", sans-serif;

  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: #00779B;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ================= NAVBAR ================= */
.navbar {
  padding: 0.2rem 0 0.3rem !important;
  position: relative;
  z-index: 10;
   background-color: #FBFCFC !important;

}
/* .navbar-collapse {
  margin-left: 60px; 
} */

.logo-img {
  height: 90px !important;
  width: auto;
  transition: all 0.3s ease;
}
.clinic-text-logo {
   font-family: 'Host Grotesk', sans-serif;
  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;
  font-family: "Poppins", sans-serif;
}
/* .nav-item{
  padding: 0px 6px !important ;
} */
.nav-link:hover,
.nav-link.active {
  color: #F37122 !important;
  font-weight: 500;
}

/* Appointment Button */
.btn-appointment1 {
  background-color: #00779B !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;
   margin-top: 10px !important;
}

.btn-appointment1:hover {
  background-color: #00779B !important;
}
.btn-appointment2 {
  background-color: #00779B !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;
   margin-top: 10px !important;
}

.btn-appointment2:hover {
  background-color: #00779B !important;
}

/* -----------dropdown icon on navbar section----- */
.services-dropdown {
  display: flex;
  align-items: center;
  position: relative;
}

/* Services text */
.services-link {
  margin-right: -2px !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: #00779B !important;
}

/* Dropdown menu positioning */
.services-dropdown .dropdown-menu {
  margin-top: 10px;
}

/* ================= HERO CONTENT ================= */
.hero-content-section {
  height: 100vh; /* EXACT requirement */
  position: relative;
  background: url("../img/img14.jpg") 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: 640px;
  color: #fffce9 !important;

}

/* Heading */
.hero-heading {
   font-family: 'Host Grotesk', sans-serif;
  font-size: 2.8rem !important;
  font-weight: 500 !important;
  text-transform:none !important;
  margin-bottom: 0.8rem;
  margin-left: -4px !important;
  margin-top: 250px !important;
 
}

/* Subtitle */
.hero-subtitle {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 400;
 font-family: "Poppins", sans-serif;
}

/* Points */
.hero-points {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.hero-points li {
  font-size: 0.92rem;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.hero-points li::before {
  content: "✔";
  color: #1d1c1c;
  margin-right: 0.6rem;
  font-size: 1.2rem;
}

.btn-appointment {
  background-color: #00779B !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: #00779B;
  font-weight: 500;
}

/* ==============HERO BACKGROUND SLIDER */
.hero-content-section {
  transition: background-image 0.8s ease-in-out;
}

/* Slider arrows */
.hero-slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(-50%);
  z-index: 3;
}

.hero-prev,
.hero-next {
  font-size: 2.2rem;
  color: #F37122; /* ORANGE */
  cursor: pointer;
  user-select: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero-prev:hover,
.hero-next:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

/* Optional: hide arrows on mobile */
@media (max-width: 768px) {
  .hero-slider-controls{
    padding: 0 18px 0 5px!important;
    top:50% !important
  }
  .hero-prev,
  .hero-next {
    font-size: 1.5rem;
  }
  .hero-prev{
    left: 5px !important;
  }
  .hero-next{
    right: 1px !important;
  }

}

/* ================= IMAGE TEXT SECTION ================= */

/* .image-text-section {
  background-color: #FBFCFC;
  padding: 80px 0;
}

.section-text {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;         
  font-weight: 400;
  color: #272727;
  line-height: 1.6;
  text-align: center;
}

.section-img {
  width: 100%;
  max-width: 420px;         
  height: auto;
  border-radius: 14px;
  object-fit: cover;
} */

/* =============== */
/* .image-text-section {
  background-color: #FBFCFC;
  padding: 100px 0;
}


.section-text {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #272727;
  line-height: 1.7;
  max-width: 320px;
  text-align: center;
}


.section-img {
  width: 100%;
  height: 520px;         
  object-fit: cover;
  border-radius: 16px;
} */


/* ================================
   IMAGE + TEXT SECTION
================================ */
/* Section spacing */
.work-section {
  padding: 60px 0 50px;
}

/* LEFT IMAGE */
.left-image-wrapper {
  width: 100%;
}

.left-image-wrapper img {
  width: 95%;
  height: 600px;          /* 🔧 adjust image height here */
  object-fit: cover;
  border-radius: 12px;   /* optional */
}

/* TEXT CONTENT */
.text-block {
  padding-left: 30px;    /* 🔧 spacing between image & text */
}

.text-block h2 {
  font-size: 2.2rem;
  margin-bottom: 25px;
  font-family: 'Host Grotesk', sans-serif;
  color: #00779B;
  font-weight: 500;
}

.text-block p {
  font-size: 0.95rem;
  font-weight: 400;
  color: #272727;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
}

/* ==========about us================= */
.about-section {
    margin-top: 30px !important;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
  margin-bottom: 30px !important;
}
.about-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.about-subtitle {
  color: #F37122;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;

 
}

.about-title {
 font-family: 'Host Grotesk', sans-serif;
  font-size: 2.4rem !important;
  font-weight: 500 !important;
  color: #00779B;
  margin-bottom: 1rem;
  /* line-height: 1.4; */
   text-align: left !important;
}

.about-text {
  font-size: 0.95rem;
  text-align: left !important;
  color: #272727;
  font-weight: 400;
  margin-bottom: 1rem !important;
  line-height: 1.7 ;
  /* word-spacing: 0.5px; */
  margin-top: 10px !important;
   font-family: "Poppins", sans-serif;
  


}

.btn-learn {
    margin-top: 20px !important;
  background-color: #0A5C72 !important;
  color: white !important;
  padding: 0.4rem 1.5rem !important;
  border-radius: 1.5rem !important;
  border: none;
  transition: all 0.3s ease;
  font-size: 1rem !important;
}
.btn-learn:hover {
  background-color: #083f4f;
}

.about-line {
  margin-top: 2rem !important;
  width: 100%;
  border: 1px solid #0A5C72 !important;
}
.about-image{
    padding-left: 50px !important;
}
.about-image img {
    /* width: 93%; */
  width: 87%;
  height: 550px;
 
  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: 4rem;
} */

.about-stats .stat-item {
  text-align: center;
  margin: 0  0 2rem !important;
}

.about-stats h3 {
  color: #0A5C72;
  font-size: 1.9rem;
  font-weight: 600;
}

.about-stats p {
  color: #272727;
  margin: 0;
  font-size: 0.97rem !important;
}


/* ===========services section======= */
/* SECTION */
.services-section {
  padding: 80px 0 50px !important;
  
}

/* HEADER */
.services-header {
  margin-bottom: 50px;
}

.services-tag {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 20px;
  border: 1px solid #cfe6ef;
  color: #00779B;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.services-title {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2.4rem !important;
  color: #00779B;
  margin-bottom: 10px;
}

.services-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #272727;
}

/* CARD */
.service-card {
  background: #f1f7ff;
  border-radius: 16px;
  padding: 20px 25px 60px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

/* ICON */
.service-icon {
  width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.service-icon i {
  font-size: 1.8rem;
  color: #F37122;
}

/* TEXT */
.service-card h3 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.3rem;
  color: #0A5C72;
  margin-bottom: 10px;
}

.service-card p {
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  color: #272727;
  line-height: 1.6;
  margin-bottom: 20px !important;
}

/* BUTTON */
.service-btn {
  position: absolute;
  bottom: 25px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 30px;
  padding: 8px 14px;
  color: #F37122;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 42px;
}

.service-btn .plus {
  font-size: 1.4rem;
  line-height: 1;
}

.service-btn .text {
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-btn:hover {
  width: 130px;
}

.service-btn:hover .text {
  opacity: 1;
}

.btn-view-services {
  display: inline-block;
  background-color: #00779B;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem;
  padding: 10px 18px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.93rem !important;
}

.btn-view-services:hover {
  background-color: #0A5C72;
  color: #fff;
}

/* SERVICE IMAGE */
.service-image {
  width: 100%;
  height: 200px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 15px;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* subtle zoom on card hover */
.service-card:hover .service-image img {
  transform: scale(1.05);
}

/* ==================our experts section====== */
.experts-section {
  padding: 60px 0 50px;
}

.experts-title {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2.4rem;
  color: #00779B;
}

.experts-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #272727;
  margin-bottom: 50px;
}

.experts-carousel-wrapper {
  position: relative;
  margin-top: 50px !important;
}

.experts-carousel {
  overflow: hidden;
}

.experts-slide {
  display: none;
}

.experts-slide.active {
  display: block;
}

.expert-card {
  background: #f1f7ff !important;
  
   /* position: relative; */
  /* transition: all 0.3s ease; */
  border-radius: 14px;
  padding: 20px;
  /* box-shadow: 0 8px 24px rgba(0,0,0,0.06); */
}
.content-part{
    padding-left: 35px !important;
}
.expert-card img {
  width: 115%;
  height: 230px !important;
  border-radius: 12px;
  object-fit: cover;
  
}

.expert-card h4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.3rem !important;
  color: #00779B;
  margin-bottom: 4px;
}

.expert-card .degree {
  font-size: 1rem;
  color: #F37122;
  margin-bottom: 2px;
}

.expert-card .role {
  font-size: 0.9rem;
  color: #272727;
}

/* NAV BUTTONS */
.experts-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  border: none;
  font-size: 1.5rem;
  color: #F37122;
  padding: 5px 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.experts-nav.prev {
  left: -70px;
}

.experts-nav.next {
  right: -60px;
}


/* ===========footer swection========= */
 .footer-section {
  background-color: #00779B; 
  /* color: #000; */
  padding: 10px 20px 50px !important;
 font-family: "Poppins", 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;
  
   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: #fff !important;
  /* color: #F9F6F5; */
  font-size: 1.2rem !important;
}

.footer-text {
    font-size: 0.95rem !important;
  line-height: 1.6;
  color: #fff; /* Light gray text like in image */
  padding-left: 10px !important;
}
.footer-text i{
    font-size: 1.5rem !important;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {

  font-size: 0.9rem;
  color: #fff; /* Light gray */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #000;
}

.footer-logo {
  width: 130px; /* 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: #fff;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.dental-icon {
  color: #fff;
  /* color: #14BFDD; */
  font-size: 16px;
  margin-right: 8px;
}
.footer-bottom {
  background-color: #00779B;
  padding: 10px 0;
  font-size: 0.85rem;
  color: #fff;
  padding-right: 8px !important;

}

.footer-bottom hr {
  border-top: 1.5px solid #fff !important;
  margin: 0 0 20px;
}

.footer-bottom p {
  margin: 0;
  padding-left: 10px !important;
  font-size: 0.9rem;
  color: #fff;
     font-family: "Poppins", sans-serif;
 font-weight: 400 !important ;
}

.footer-bottom-links a {
  color: #fff;
  margin-left: 8px;
  font-size: 0.9rem;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
 font-weight: 400 !important ;
   padding-right: 7px !important;
}

.footer-bottom-links a:hover {
  color: #000;
  text-decoration: underline;
}


.bi {
  font-size: 1.3rem;
  color: #fff;
  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: #fff !important;
}
/* =========additionally added code */
.footer-text-logo {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
 font-family: "Poppins", 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%;
  }

  /* Nav item font size */
  .nav-link,
  .services-link {
    font-size: 0.9rem !important;
    text-align: start;
    padding: 0.45rem 0 !important;
  }
.dropdown-item{
  font-size: 0.9rem !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;
  }
  .fixed-appointment-btn {
    bottom: 15px;
    right: 15px;
    padding: 8px 14px;
    font-size: 0.9rem;
    font-family: "Poppins", sans-serif;
  }

  /* 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: #00779B !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: #00779B;
  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: 65vh !important;
    padding: 6.2rem 0.6rem !important ;
    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;
    margin-top: 100px !important;
    padding: 0px 20px !important;
  }
    .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;
    margin: 0px 20px !important;
  }
  .btn-appointment2 {
    font-size: 0.9rem !important;
    padding: 0.4rem 0.8rem !important;
    /* margin: 0px 20px !important; */
  }
/* =========== */
 /* Reorder: content first, image second */
  .work-section .row {
    flex-direction: column-reverse;
  }

  /* Remove extra paddings */
  .work-section {
    padding: 30px 10px  10px !important;
  }

  /* Text block alignment */
  .text-block {
    padding-left: 0;
    text-align: left;
    margin-bottom: 20px;
  }

  /* Heading size */
  .text-block h2 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  /* Paragraph size */
  .text-block p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  /* Image full width on mobile */
  .left-image-wrapper img {
    width: 100%;
    height: 300px;   /* adjust if needed */
    border-radius: 10px;
  }
   /* ==========about section======== */
  /* Section spacing */
  .about-section {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding: 0 10px;
  }

  /* Reorder: content first, image second */
  .about-section .row {
    flex-direction: column;
  }

  /* CONTENT */
  .about-content {
    opacity: 1 !important;
    transform: none !important;
    text-align: left;
    margin-bottom: 20px;
  }

  .about-title {
    font-size: 1.4rem !important;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .about-text {
    font-size: 0.9rem !important;
    line-height: 1.6;
    margin-top: 8px !important;
  }

  /* BUTTON */
  .btn-learn {
    font-size: 0.9rem !important;
    padding: 0.4rem 1rem !important;
    margin: 5px 0 10px !important;
    display: inline-block;
  }

  /* IMAGE */
  .about-image {
    padding-left: 0 !important;
    text-align: left;
    padding-left: 5px !important;
  }

  .about-image img {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    opacity: 1 !important;
    transform: none !important;
  }
/* =====services section====== */
  /* Section spacing */
  .services-section {
    padding: 30px 10px 20px !important;
  }

  /* Header spacing */
  .services-header {
    margin-bottom: 25px;
    text-align: center !important;
  }

  /* Heading & subtitle */
  .services-title {
    font-size: 1.6rem !important;
    text-align: center;
  }

  .services-subtitle {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.6;
  }

  /* Cards */
  .service-card {
    padding: 18px 15px 55px;
    
  }

  .service-card h3 {
    font-size: 1.15rem;
  }

  .service-card p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  /* ICON */
  .service-icon {
    width: 45px;
    height: 45px;

  }

  .service-icon i {
    font-size: 1.5rem;
  }

  /* ================= FIX READ MORE BUTTON ================= */

  /* Disable hover-based animation on mobile */
  .service-btn {
    width: auto;
    padding: 8px 16px;
    border-radius: 30px;
    margin-left: -5px;
   
  }

  /* Always show text on mobile */
  .service-btn .text {
    opacity: 1;
  }

  .service-btn .plus {
    display: none; /* optional – cleaner UX */
  }

  /* Prevent hover expansion issues */
  .service-btn:hover {
    width: auto;
  }

  /* View all services button */
  .btn-view-services {
    font-size: 0.9rem !important;
    padding: 8px 16px;
  }
/* ==========export section==== */
  /* SECTION SPACING */
  .experts-section {
    padding: 35px 0 20px;
  }

  /* HEADER */
  .experts-title {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }

  .experts-subtitle {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  /* CAROUSEL WRAPPER */
  .experts-carousel-wrapper {
    margin-top: 30px !important;
  }

  /* CARD */
  .expert-card {
    padding: 14px;
    border-radius: 12px;
  }

  /* KEEP IMAGE LEFT & CONTENT RIGHT */
  .expert-card .row {
    flex-direction: row;
    align-items: center;
  }

  /* IMAGE COLUMN */
  .expert-card .col-4,
  .expert-card .col-md-4 {
    flex: 0 0 90px;
    max-width: 90px;
  }

  /* IMAGE */
  .expert-card img {
    width: 110px;
    height: 140px !important;
    object-fit: cover;
    border-radius: 10px;
  }

  /* CONTENT */
  .content-part {
    padding-left: 50px !important;
    text-align: left;
  }

  /* DOCTOR NAME */
  .expert-card h4 {
    font-size: 1rem !important;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  /* DEGREE */
  .expert-card .degree {
    font-size: 0.89rem;
    margin-bottom: 5px;
  }

  /* ROLE */
  .expert-card .role {
    font-size: 0.9rem !important;
    line-height: 1.3;
  }

  /* CAROUSEL BUTTONS – MOBILE VISIBLE */
  .experts-nav {
    display: block;
    top: 50%;
    font-size: 1.2rem;
    padding: 6px 10px;
    z-index: 20;
  }

  .experts-nav.prev {
    left: -5px;
  }

  .experts-nav.next {
    right: -5px;
  }

  /* ===========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;
  }
  .footer-text i{
    font-size: 1.2rem !important;
}
  .fw-bold{
    margin-top: 20px !important;
  }
  .footer-logo {
    margin-left: -10px !important;
  width: 120px !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;
  }

  
}