body {
  scroll-behavior: smooth;
}

.doctor-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  z-index: 1030;
}

.doctor-header .navbar-brand h5 {
  font-size: 1.1rem;
  color: #111827;
}

.icon-circle {
  width: 45px;
  height: 45px;
  background-color: #2563eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
}

.nav-link {
    font-size: 18px;
    color: #4b5563;
    padding: 8px 12px;
    transition: color 0.3s ease;
    margin-left: 15px;
}

.nav-link:hover,
.nav-link.active {
  color: #2563eb;
  font-weight: 600;
}

.dropdown-menu {
  font-size: 14px;
  border-radius: 6px;
}

.section {
  min-height: 400px;
  padding: 80px 0;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}


.bg-light-blue {
  background-color: #edf4ff;
}

.hero-section h1 {
  line-height: 1.3;
}

.info-box i {
  font-size: 20px;
  flex-shrink: 0;
}

.profile-card {
  position: relative;
  min-height: 360px;
}

.profile-card ul li {
  font-size: 15px;
}

.hero-section {
  background: linear-gradient(145deg, #f3f7ff, #e9f0fc);
}

.hero-badge {
  font-size: 15px;
}

.hero-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1f2937;
}
.hero-section a{ text-decoration: none; }

.contact-box {
  border: 1px solid #e2e8f0;
}

.profile-card {
  max-width: 100%;
}

.profile-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 3px solid #f0f0f0;
}




.stats-summary-section {
  background: #ffffff;
}

.stat-box .icon-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  font-size: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-purple {
  color: #7c3aed;
}

.bg-purple {
  background-color: #f3e8ff;
}


.about-section {
  background-color: #ffffff;
}

.experience-badge {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.badge-box {
  min-width: 110px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stats-box i {
  display: block;
}


.services-section {
  background-color: #f9fbff;
}

.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.icon-box {
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
}


.contact-section {
  background-color: #ffffff;
}

.contact-section .icon-box {
  width: 45px;
  height: 45px;
  font-size: 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-section {
  background-color: #0f172a;
}

.footer-section .icon-circle {
  width: 40px;
  height: 40px;
  background-color: #2563eb;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link {
  color: #cbd5e1;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.2s;
}

.footer-link:hover {
  color: #ffffff;
}


/*About US*/

.about-hero-section {
  background: linear-gradient(to bottom, #edf4ff, #e5ecff);
}

.about-details p {
  font-size: 16px;
  line-height: 1.8;
}
.professional-section {
  background: #ffffff;
}

.experience-badge .badge-box {
  min-width: 110px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.stats-box i {
  display: block;
}
.philosophy-section {
  background-color: #f9fafb;
}

.philosophy-card {
  text-align: center;
}

.icon-circle {
  width: 55px;
  height: 55px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.location-consultation-section {
  background-color: #ffffff;
}

.location-consultation-section .icon-circle {
  width: 45px;
  height: 45px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
}

/*Servic page*/

.services-grid-section {
  background-color: #f9fafb;
}

.service-box .icon-circle {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-box ul li i {
  width: 18px;
}


.specialized-care-section {
  background-color: #f9fafb;
}

.icon-square {
  width: 45px;
  height: 45px;
  font-size: 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appointment-cta-section {
  background-color: #2563eb; /* Solid blue */
}

.appointment-cta-section a.btn {
  font-size: 16px;
}


/*Gallery*/

.our-facilities-section {
  background-color: #f9fafb;
}

.facility-icon {
  width: 56px;
  height: 56px;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*Blog page*/

.blog-section .btn-sm {
  border-radius: 20px;
  padding: 0.375rem 1rem;
  font-size: 14px;
}

.blog-section .badge {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 6px;
}

.blog-card img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.blog-card h6 {
  font-size: 1rem;
}
.newsletter-section {
  background-color: #f9fafb;
}

.bg-light-blue {
  background-color: #e9f0fc;
}

.blog-hero .badge {
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}
.blog-content p {
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 1rem;
}

.blog-content h4 {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #0d6efd;
}

.custom-list {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.custom-list li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
}
.post-meta-section .btn {
  font-size: 0.85rem;
  padding: 0.35rem 0.75rem;
}

.card p {
  font-size: 0.95rem;
  color: #555;
}

.related-articles h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.related-articles small {
  font-size: 0.85rem;
}

.related-articles .card-img-top {
  height: 180px;
  object-fit: cover;
}
.newsletter input.form-control {
  max-width: 300px;
  height: 45px;
}

.newsletter h4 {
  font-size: 1.5rem;
}



/*Contact page*/

.contact-section .icon-box {
  width: 45px;
  height: 45px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
}
.find-clinic-section {
  background-color: #f9fafb;
}

.map-box {
  max-width: 1000px;
  background-color: #e5e7eb;
}


