/* ================= GLOBAL ================= */
body {
  margin: 0;
  padding: 0;
  background-color: #fff !important;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif !important;
}

/* ================= HERO WRAPPER ================= */
.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;
}
/* ================= 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;
}



/* Appointment Button */
.btn-appointment {
  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-appointment:hover {
  background-color: #84a13e !important;
}
/* -----------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/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: 600px;
  color: #ffffff;
}

/* Heading */
.hero-heading {
  font-family: "Lustria", serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  margin-left: -8px !important;
}

/* Subtitle */
.hero-subtitle {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-left: -6px !important;
}

/* Points */
.hero-points {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.hero-points li {
  font-size: 0.92rem;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
}

.hero-points li::before {
  content: "✔";
  color: #0a5c72;
  margin-right: 0.6rem;
  font-size: 1.2rem;
}
/* Appointment Button */
.btn-appointment1 {
  background-color: #0a5c72 !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;
    margin-left: -6px !important;
}

.btn-appointment1:hover {
  background-color: #083f4f !important;
}
/* -----------dropdown icon on navbar section----- */

/* ================= SERVICE LIST SECTION ================= */
/* SECTION */
.service-list-section {
  background: #fff;
  /* background: #fffce9; */
  padding: 5rem 0 0.5rem;
}

/* CENTERED CONTAINER */
.service-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 2rem; /* left & right spacing */
}

/* ROW */
.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 6rem;
}

/* ALTERNATE */
.service-row.reverse {
  flex-direction: row-reverse;
}

/* IMAGE COLUMN */
.service-image {
  flex: 1;
}

.service-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 18px;
  display: block;
}

/* CONTENT COLUMN */
.service-content {
  flex: 1;
}

/* HEADINGS */
.service-content h2 {
  font-family: 'headingFont'; 
  font-size: 2.3rem;
  color: #88a740;
  font-weight: 550 !important;
  margin-bottom: 0.6rem;
} 

.service-content h4 {
  font-size: 1rem;
  color: #272727 !important;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

/* SMALL HEADINGS */
.service-content h5 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #000;
  margin: 1.2rem 0 0.4rem;
}

/* PARAGRAPH */
.service-content p {
  font-size: 0.85rem;
  color: #272727;
  font-weight: 400 !important;
  line-height: 1.7;
}

/* BENEFITS */
.service-content ul {
  list-style: none;
  padding: 0;
  margin-top: 0.8rem;
}

.service-content ul li {
  font-size: 0.85rem;
  color: #272727;
  font-weight: 400 !important;
  margin-bottom: 0.6rem;
  padding-left: 2rem;
  position: relative;
}

.service-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: #88a740;
}
.service-cta-btn {
  display: inline-block;
  background-color: #88a740 !important;
  color: white !important;
  padding: 0.4rem 0.85rem !important;
  border-radius: 1.5rem !important;
  border: none;
  font-size: 0.83rem !important;
  transition: all 0.3s ease;
  margin-top: 8px;
  margin-bottom: 5px !important;
  text-decoration: none;
}

.service-cta-btn:hover {
  background-color: #84a13e !important;
}



.service-row:nth-child(odd) {
  flex-direction: row;
 
}

/* EVEN rows → CONTENT LEFT | IMAGE RIGHT */
.service-row:nth-child(even) {
  flex-direction: row-reverse;
}
/* ===========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: 'Lexend Exa', sans-serif;
   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.93rem !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;
}


.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;
}

.dental-icon {
  color: #fffce9;
  /* color: #14BFDD; */
  font-size: 16px;
  margin-right: 8px;
}
/* =========additionally added code */
.footer-text-logo {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fffce9;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  padding-left: 8px;
}

/* ============ mobile view section============= */
/* Mobile Fixes */
@media (max-width: 768px) {
  body{
    overflow-x: hidden !important;
  }
 .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;
  }

  /* 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;

  }
/* ===========hero-section==== */
   .hero-content-section {
    height: 70vh !important;
    padding: 4rem 0.5rem ;
    align-items: flex-start;
  
  } 

  .hero-text-content {
    text-align: left;
    max-width: 100%;
    margin-top: 50px;
  }

  /* 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;
  }

  /* ======services section==== */
    .service-list-section {
    padding: 2rem 0.5rem 0.2rem !important;
  }

  .service-container {
    padding: 0 1rem;
  }

  /* Stack image first, then content */
  .service-row,
  .service-row.reverse,
  .service-row:nth-child(odd),
  .service-row:nth-child(even) {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  /* Center image */
  .service-image {
    text-align: center;
  }

  .service-image img {
    margin: 0 auto;
    max-width: 100%;
  }

  /* Content alignment */
  .service-content {
    text-align: left;
  }

  /* Typography adjustments */
  .service-content h2 {
    font-size: 1.5rem;
  }

  .service-content h4 {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .service-content h5 {
    font-size: 0.95rem; /* unchanged as requested */
  }

  .service-content p,
  .service-content ul li {
    font-size: 0.9rem;
  }

   /* ===========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;
  }

}