/* ================= 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:visible !important;
  
}
  /* @font-face {
    font-family: 'headingFont';
      src: url('../fonts/Cinzel-VariableFont_wght.ttf') format('truetype');
    
    font-weight: normal;
    font-style: normal;
} */
/* ============================= */
.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;
}

/* -----------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: #00779B !important;
}

/* Dropdown menu positioning */
.services-dropdown .dropdown-menu {
  margin-top: 10px;
}

/* ================= HERO CONTENT ================= */
  .hero-content-section {
    min-height: auto;
    padding: 30px 10px 1px;   /* padding on all sides */
    text-align: center;
  }

  .hero-content-section .container {
    padding: 0;
    justify-content: center;
  }

  .hero-text-content {
    max-width: 100%;
    padding: 0;
  }

  .hero-heading {
    font-size: 2.5rem;
    font-family: 'Host Grotesk', sans-serif;
    color: #00779B !important;
    font-weight: 500 !important;
    text-transform: uppercase ;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.35;
  }

.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;
}

/* =======card section====== */
/* ==================== card section====== */
/* CARD */
.card-custom {
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(143, 142, 142, 0.4) !important;
  transition: transform 0.3s ease;
  width: 104%;
  height: 920px !important;
  padding: 0;
      font-family: "Poppins", sans-serif;
}

/* CONTAINER */
.card-conatiner {
  margin-top: 10px !important;
}

/* CARD BODY – FIXED ALIGNMENT */
.card-body {
    /* height: 100%; */
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* ✅ all content starts same */
  padding: 15px 10px 50px 10px; /* space for icons */
  position: relative; /* needed for bottom icons */
}

/* ICON + TITLE */
.card-icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
 
}

/* ICON */
.card-icon {
  background-color: #00779B !important;
  color: #fff !important;
  font-size: 10px;
  padding:  5px 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TITLE */
.card-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  color: #272727 !important;
  font-family: "Poppins", sans-serif;
 font-weight: 400 !important ;
  /* color: #0A5C72; */
}

/* TEXT – GREY */
.card-text,
.new-text {
  font-size: 0.95rem;
  color: #272727;
  font-weight: 400 !important;
  margin-bottom: 6px;
}

/* REMOVE AUTO PUSHING */
.new-text {
  margin-bottom: 6px !important;
  align-self: flex-start !important;
}

/* BUTTON */
.btn {
  background-color: #00779B !important;
  color: #fff !important;
  border: none;
  padding: 6px 16px !important;
  width: fit-content;
  align-self: flex-start;
  margin-top: 12px;
}

/* HOVER EFFECTS */
.card-custom:hover {
  background-color: #00779B !important;
}

.card-custom:hover .card-title,
.card-custom:hover .card-text {
  color: white !important;
}
.card-custom:hover .card-icon {
  background-color: #ffffff !important;
}

.card-custom:hover .card-icon i {
  color: #F37122 !important; /* green */
}

.card-custom:hover .btn {
  background-color: white !important;
  color: #00779B !important;
}

/* ICON LINKS – FIXED BOTTOM LEFT */
.contact-icon-link i {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 2rem !important;
}

/* WHATSAPP */
.whatsapp-icon {
  color: #25D366 !important;

  transition: transform 0.2s ease;
}

/* GMAIL */
.gmail-icon {
  color: #EA4335 !important;
  transition: transform 0.2s ease;
}

/* KEEP ICON COLORS ON HOVER */
.card-custom:hover .whatsapp-icon {
  color: #25D366 !important;
}

.card-custom:hover .gmail-icon {
  color: #EA4335 !important;
}

.contact-icon-link:hover i {
  transform: scale(1.1);
}

/* ========appointment section========= */
.appointment-section {
  padding: 1rem 0 1rem;
font-family: "Poppins", 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: #F37122;

  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}

.appointment-title {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2.3rem !important;
  color: #00779B;
  font-weight: 450;
  line-height: 1.4;
  text-transform: uppercase !important;
}

.appointment-content {
     font-family: "Poppins", sans-serif !important;
 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 48%;
}

.appointment-image img {
  width: 100%;
  border-radius: 12px 0 0 12px;
  object-fit: cover;
}

.appointment-form {
  flex: 0 0 52%;
  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: "Poppins", 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: #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;
}
/* 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;
}

/* ===========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 {
    min-height: auto;
    padding: 15px 10px 1px !important;   /* padding on all sides */
    text-align: center;
  }

  .hero-content-section .container {
    padding: 0;
    justify-content: center;
  }

  .hero-text-content {
    max-width: 100%;
    padding: 0;
  }

  .hero-heading {
    font-size: 1.6rem;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.35;
  }

  /* Button */
  .btn-appointment1 {
    font-size: 0.9rem !important;
    padding: 0.4rem 0.8rem !important;
  }
 /* ============card container========= */
  /* SECTION SPACING */
  .contact-cards-section {
    padding: 10px 10px !important;   /* less top & bottom + 10px sides */
  }

  .card-conatiner {
    /* margin-top: 10px !important; */
    padding-left: 10px;
    padding-right: 10px;
  }

  /* CARD */
  .card-custom {
    width: 100%;
    height: auto !important;
  }

  .card-body {
    padding: 14px 12px 12px 12px !important;
    min-height: 180px !important;
  }

  /* TITLE */
  .card-title {
    font-size: 0.95rem;
  }

  /* TEXT */
  .card-text,
  .new-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  /* CARD ICON – SMALLER */
  .card-icon {
    font-size: 4px !important;
    padding: 4px 9px !important;
  }

  /* ICON + TITLE GAP */
  .card-icon-title {
    gap: 8px;
    margin-bottom: 10px;
  }

  /* WHATSAPP & EMAIL ICONS – SMALLER */
  .contact-icon-link i {
    font-size: 1.6rem !important;
    bottom: 10px;
    left: 20px;
  }

  /* ========apoitment section== */
   /* SECTION SPACING */
  .appointment-section {
    padding: 10px 10px !important; /* less top/bottom + 10px sides */
  }

  /* HEADER ALIGNMENT */
  .appointment-header {
    margin-bottom: 25px;
    text-align: left;
    transform: none;
    opacity: 1;
  }

  .appointment-subtitle {
    font-size: 0.95rem;
  }

  .appointment-title {
    font-size: 1.5rem !important;
    line-height: 1.4;
  }

  /* CONTENT STACKING */
  .appointment-content {
    flex-direction: column;
    transform: none;
    opacity: 1;
  }

  /* IMAGE ON TOP */
  .appointment-image {
    flex: 100%;
    margin-bottom: 15px;
  }

  .appointment-image img {
    border-radius: 12px;
    height: auto;
  }

  /* FORM BELOW IMAGE */
  .appointment-form {
    flex: 100%;
    padding: 15px 15px;
    border-radius: 12px;
  }

  /* FORM ROWS STACK */
  .appointment-form .form-row {
    flex-direction: column;
    gap: 0;
  }

  /* LABELS */
  .appointment-form label {
    font-size: 0.9rem;
  }

  /* INPUTS, SELECT, TEXTAREA */
  .appointment-form input,
  .appointment-form select,
  .appointment-form textarea {
    font-size: 0.9rem;
    padding: 0.65rem 0.9rem;
  }

  .appointment-form textarea {
    height: 75px;
  }

  /* BUTTON */
  .btn-appointment {
    font-size: 0.9rem !important;
    padding: 0.5rem !important;
  }


  /* ===========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;
  }
  .footer-logo {
    margin-left: -12px !important;
     width: 120px !important;
  }
    .footer-text i{
    font-size: 1.2rem !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;
  }
}