*{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: 'Roboto', sans-serif !important;
      
    }
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Ubuntu', sans-serif !important;
    }

.top-header-bar {
      background-color: #212121;
      font-size: 0.95rem;
    }
    .top-header-bar a {
      color: #ffffff;
      text-decoration: none;
    }
    .top-header-bar a:hover {
      color: #dddddd;
    }
    .top-header-bar .separator {
      color: #6c757d;
      user-select: none;
    }

    .logo{
        width: 210px;
        height: 70px;
    }
    .navbar-nav .nav-link {
      color: #000;
      font-size: 14px;
      font-weight: 500;
      font-family: 'Ubuntu', sans-serif !important;
      /* transition: color 0.3s ease;  */
      /* line-height: 50px; */
      
    }
    .navbar-nav{
        gap: 30px;
    }

    /* Mobile responsive */
    @media (max-width: 991.98px) {
      .navbar-nav {
        gap: 1px;
      }
    }

/* Hover Animation Open Dropdown */
.nav-item.dropdown:hover .dropdown-menu {
      display: block;
    }

    /* Hero Banner */
    .banner-img {
      
      height: 500px !important;
      object-fit: cover;
    }

    .carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 55px;
    height: 55px;
    background-color: #000 !important;
    background-size: 40% 40%;
    border-radius: 50%;
    padding: 20px;
    filter: invert(1);
}
.btn{
    background-color: #E13E20!important;
    border: 1px solid #fff !important;
}
@media (max-width: 767px) {
    .appointment-section .row {
        text-align: center;
    }

    .appointment-section .col-md-8,
    .appointment-section .col-md-4 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .appointment-section h4 {
        font-size: 18px;
        line-height: 1.5;
    }

    .appointment-section .btn {
        width: auto;
        padding: 10px 25px;
    }
}


/* Section Header */
    .section-subtitle {
      color: #888888;
      font-size: 0.95rem;
      letter-spacing: 0.5px;
    }

    .section-title {
      font-weight: 800;
      letter-spacing: 1px;
      color: #111111;
      font-size: 1.6rem;
    }

    /* Custom Divider */
    .divider-custom {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 12px auto 40px auto;
      width: 120px;
    }
    .divider-custom-line {
      flex-grow: 1;
      height: 1px;
      background-color: #d1d5db;
    }
    .divider-custom-icon {
      padding: 0 8px;
      color: #9ca3af;
      font-size: 0.8rem;
      line-height: 1;
    }

    /* Department Cards */
    .dept-card {
      border: none;
      border-radius: 0;
      background: transparent;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .dept-img-wrapper {
      width: 100%;
      height: 220px;
      overflow: hidden;
    }

    .dept-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .dept-card-body {
      padding: 16px 0 0 0;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    .dept-title {
      font-size: 1.05rem;
      font-weight: 600;
      color: #212529;
      margin-bottom: 8px;
    }

    .dept-desc {
      font-size: 0.82rem;
      color: #555555;
      line-height: 1.5;
      margin-bottom: 14px;
      flex-grow: 1;
    }

    .read-more-btn {
      color: #1e708c;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      transition: color 0.2s ease;
    }

    .read-more-btn:hover {
      color: #0d4b61;
      text-decoration: underline;
    }
    p{
        
        font-size: 15px;
        font-weight: 400;
        line-height: 1.7;
    }
    .read-more-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background-color: #E13E20;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.3s;
}

.read-more-btn:hover {
    background-color: #fff;
    color: #E13E20;
}

@media (max-width: 767px) {
    .read-more-btn {
        font-size: 13px;
        padding: 8px 16px;
    }
}

.read-more-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background-color: #E13E20;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.3s;
}

.read-more-btn:hover {
    background-color: #fff;
    color: #E13E20;
}

@media (max-width: 767px) {
    .read-more-btn {
        font-size: 13px;
        padding: 8px 16px;
    }
}


/* Background Banner with Dark Surgical/Teal Overlay */
    .hospital-info-banner {
      position: relative;
      background: linear-gradient(rgba(8, 28, 30, 0.88), rgba(8, 28, 30, 0.88)), 
                  url('../gallery/image2.jpg') center center / cover no-repeat;
      /* If using your own local image, replace the url with: url('images/banner-bg.jpg') */
      color: #ffffff;
      padding: 55px 0;
    }

    /* Icon Box with Teal/Cyan Border */
    .icon-box {
      width: 44px;
      height: 44px;
      border: 1px solid #1ea5c8;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.25rem;
      color: #ffffff;
      flex-shrink: 0;
    }

    /* Text Formatting */
    .info-title {
      font-size: 0.95rem;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 3px;
      line-height: 1.2;
    }

    .info-subtext {
      font-size: 0.85rem;
      color: #e0e0e0;
      line-height: 1.35;
      margin: 0;
    }

    .info-subtext a {
      color: #e0e0e0;
      text-decoration: none;
    }

    .info-subtext a:hover {
      color: #ffffff;
      text-decoration: underline;
    }
    /* Section Title */
    .section-title {
      font-weight: 800;
      letter-spacing: 1px;
      color: #111111;
      font-size: 1.5rem;
    }

    /* Custom Divider */
    .divider-custom {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 8px auto 14px auto;
      width: 100px;
    }
    .divider-custom-line {
      flex-grow: 1;
      height: 1px;
      background-color: #d1d5db;
    }
    .divider-custom-icon {
      padding: 0 6px;
      color: #9ca3af;
      font-size: 0.75rem;
      line-height: 1;
    }

    /* Carousel Navigation Arrows */
    .nav-btn-box {
      display: inline-flex;
      border: 1px solid #e0e0e0;
      margin-bottom: 25px;
    }
    .carousel-nav-btn {
      background: #ffffff;
      border: none;
      color: #888888;
      width: 32px;
      height: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 0.85rem;
      transition: all 0.2s ease;
    }
    .carousel-nav-btn:hover {
      background-color: #f5f5f5;
      color: #333333;
    }
    .nav-btn-box .carousel-nav-btn:first-child {
      border-right: 1px solid #e0e0e0;
    }

    /* Team Cards Slider Container */
    .team-slider-track {
      display: flex;
      gap: 20px;
      overflow-x: hidden;
      scroll-behavior: smooth;
      padding-bottom: 10px;
    }

    /* Team Member Card */
    .team-card {
      flex: 0 0 calc(25% - 15px); /* 4 visible cards on desktop */
      min-width: 240px;
      background: #f8f9fa;
      border: 1px solid #eaeaea;
      display: flex;
      flex-direction: column;
    }

    @media (max-width: 991px) {
      .team-card {
        flex: 0 0 calc(50% - 10px); /* 2 cards on tablet */
      }
    }
    @media (max-width: 576px) {
      .team-card {
        flex: 0 0 100%; /* 1 card on mobile */
      }
    }

    /* Image Wrapper with Local Placeholder fallback */
    .team-img-wrapper {
      width: 100%;
      height: 280px;
      background-color: #2b2b2b;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .team-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .team-info {
      padding: 16px 14px;
      background-color: #f8f9fa;
      min-height: 85px;
    }

    .team-name {
      font-size: 0.95rem;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 4px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .team-role {
      font-size: 0.75rem;
      color: #1ea5c8;
      line-height: 1.35;
      margin: 0;
    }

    /* Floating Scroll to Top button bottom-right */
    .btn-scroll-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 36px;
      height: 36px;
      background-color: #cccccc;
      color: #ffffff;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .btn-scroll-top:hover {
      background-color: #aaaaaa;
    }
    /* Section Header */
    .section-title {
      font-weight: 800;
      letter-spacing: 1px;
      color: #111111;
      font-size: 1.5rem;
    }

    /* Custom Divider */
    .divider-custom {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px auto 45px auto;
      width: 100px;
    }
    .divider-custom-line {
      flex-grow: 1;
      height: 1px;
      background-color: #d1d5db;
    }
    .divider-custom-icon {
      padding: 0 6px;
      color: #9ca3af;
      font-size: 0.75rem;
      line-height: 1;
    }

    /* Feature Box */
    .feature-box {
      text-align: center;
      padding: 10px 20px;
    }

    .feature-icon {
      font-size: 2.3rem;
      color: #008eb4;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      height: 48px;
    }

    .feature-title {
      font-size: 1rem;
      font-weight: 700;
      color: #1a1a1a;
      letter-spacing: 0.5px;
      margin-bottom: 10px;
    }

    .feature-desc {
      font-size: 0.86rem;
      color: #555555;
      line-height: 1.5;
      margin: 0 auto;
      max-width: 320px;
    }

    .stats-counter-section {
      position: relative;
      background: linear-gradient(rgba(10, 32, 36, 0.88), rgba(10, 32, 36, 0.88)), 
                  url('../gallery/image2.jpg') center center / cover no-repeat;
      padding: 60px 0;
      color: #ffffff;
      text-align: center;
    }

    /* Cyan/Blue Counter Icons */
    .stat-icon {
      font-size: 2.2rem;
      color: #0099cc;
      line-height: 1;
      margin-bottom: 12px;
      display: inline-block;
    }

    /* Counter Number */
    .stat-number {
      font-size: 2.4rem;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.1;
      margin-bottom: 10px;
    }

    /* Short Accent Line */
    .stat-line {
      width: 25px;
      height: 1.5px;
      background-color: #5a7578;
      margin: 0 auto 10px auto;
    }

    /* Stat Label */
    .stat-label {
      font-size: 0.95rem;
      color: #d1dcdb;
      margin: 0;
      font-weight: 400;
    }

    /* Section Title */
    .section-title {
      font-weight: 800;
      letter-spacing: 1.5px;
      color: #111111;
      font-size: 1.45rem;
    }

    /* Custom Divider */
    .divider-custom {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px auto 30px auto;
      width: 100px;
    }
    .divider-custom-line {
      flex-grow: 1;
      height: 1px;
      background-color: #d1d5db;
    }
    .divider-custom-icon {
      padding: 0 6px;
      color: #9ca3af;
      font-size: 0.75rem;
      line-height: 1;
    }

    /* Center Quote Circle + Arrow Controls */
    .quote-nav-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin-bottom: 25px;
    }

    .quote-circle {
      width: 76px;
      height: 76px;
      background-color: #e9ecef;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #7b858f;
      font-size: 2.2rem;
    }

    .nav-arrow-btn {
      background: none;
      border: none;
      color: #9ca3af;
      font-size: 1rem;
      cursor: pointer;
      padding: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: color 0.2s ease;
    }
    .nav-arrow-btn:hover {
      color: #333333;
    }

    /* Testimonial Content Box */
    .testimonial-content {
      position: relative;
      max-width: 780px;
      margin: 0 auto;
      padding-left: 35px;
    }

    /* Faint Left Quote Mark */
    .big-quote-watermark {
      position: absolute;
      left: -5px;
      top: -15px;
      font-size: 3.5rem;
      line-height: 1;
      color: #e5e7eb;
      font-family: Georgia, serif;
      user-select: none;
    }

    .testimonial-text {
      font-size: 0.95rem;
      font-style: italic;
      color: #6c757d;
      line-height: 1.65;
      margin-bottom: 20px;
    }

    .patient-name {
      font-size: 1.05rem;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 3px;
    }

    .patient-title {
      font-size: 0.8rem;
      color: #888888;
      margin: 0;
    }
    /* Full-width CTA Banner with Blue Overlay */
    .cta-health-section {
      position: relative;
      background: linear-gradient(rgba(45, 120, 185, 0.78), rgba(45, 120, 185, 0.78)),
                  url('../gallery/2banner.jpg') center center / cover no-repeat;
      padding: 100px 0;
      color: #ffffff;
      text-align: center;
    }

    /* Main Title */
    .cta-title {
      font-size: 2.1rem;
      font-weight: 800;
      letter-spacing: 1.5px;
      margin-bottom: 15px;
    }

    /* Subtitle Text */
    .cta-subtitle {
      font-size: 1.05rem;
      font-weight: 400;
      color: #f0f7ff;
      margin-bottom: 25px;
      letter-spacing: 0.3px;
    }

    /* Orange "CONTACT US" Button */
    .btn-cta-contact {
      background-color: #e04423;
      color: #ffffff;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.8px;
      padding: 10px 24px;
      border: none;
      border-radius: 2px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      transition: background-color 0.2s ease, transform 0.1s ease;
    }

    .btn-cta-contact:hover {
      background-color: #c93819;
      color: #ffffff;
    }

    .footer-section {
      background-color: #2b2b2b;
      color: #9e9e9e;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      font-size: 0.82rem;
    }

    /* Top 3 Info Cards */
    .info-card {
      background-color: #262626;
      border: 1px solid #383838;
      padding: 18px 20px;
      display: flex;
      align-items: center;
      gap: 16px;
      height: 100%;
    }

    .info-card-icon {
      font-size: 1.8rem;
      color: #0099cc;
      line-height: 1;
      flex-shrink: 0;
    }

    .info-card-label {
      color: #777777;
      font-size: 0.78rem;
      margin-bottom: 2px;
    }

    .info-card-value {
      color: #ffffff;
      font-size: 0.88rem;
      font-weight: 700;
      margin: 0;
      white-space: nowrap;
    }

    .info-card-value a {
      color: #ffffff;
      text-decoration: none;
    }

    /* Footer Column Headings */
    .footer-heading {
      color: #ffffff;
      font-size: 0.95rem;
      font-weight: 600;
      margin-bottom: 20px;
    }

    /* Brand Logo Area */
    .footer-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .footer-logo .logo-icon {
      font-size: 2.4rem;
      color: #0099cc;
      line-height: 1;
    }

    .footer-logo .brand-text {
      line-height: 1;
    }

    .footer-logo .brand-name {
      font-size: 1.8rem;
      font-weight: 800;
      color: #0099cc;
      letter-spacing: 1px;
      margin: 0;
    }

    .footer-logo .brand-sub {
      font-size: 0.75rem;
      font-weight: 700;
      color: #666666;
      letter-spacing: 1.5px;
      margin: 0;
    }

    .footer-about-text {
      color: #888888;
      line-height: 1.55;
      font-size: 0.78rem;
      margin: 0;
    }

    /* Special Services Links */
    .service-link {
      color: #9e9e9e;
      text-decoration: none;
      font-size: 0.78rem;
      display: flex;
      align-items: flex-start;
      gap: 5px;
      margin-bottom: 12px;
      line-height: 1.35;
      transition: color 0.2s ease;
    }

    .service-link i {
      font-size: 0.7rem;
      color: #0099cc;
      margin-top: 1px;
    }

    .service-link:hover {
      color: #ffffff;
    }

    /* Get in Touch List */
    .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 14px;
      color: #888888;
      font-size: 0.78rem;
    }

    .contact-item i {
      color: #666666;
      font-size: 0.85rem;
      margin-top: 1px;
    }

    .contact-item a {
      color: #888888;
      text-decoration: none;
    }

    .contact-item a:hover {
      color: #ffffff;
    }

    /* Google Map Container */
    .map-box {
      border: 1px solid #444444;
      overflow: hidden;
      max-width: 250px;
      height: 140px;
    }

    /* Bottom Copyright Bar */
    .bottom-bar {
      background-color: #212121;
      padding: 14px 0;
      color: #777777;
      font-size: 0.75rem;
    }

    .bottom-bar strong {
      color: #999999;
    }
   .page-title-banner {
      background-color: #000000;
      color: #ffffff;
      padding: 70px 0;
      text-align: center;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

    /* Breadcrumb / Small Top Text */
    .banner-breadcrumb {
      font-size: 0.85rem;
      color: #b0b0b0;
      margin-bottom: 8px;
    }

    .banner-breadcrumb a {
      color: #e0e0e0;
      text-decoration: none;
    }

    .banner-breadcrumb a:hover {
      color: #ffffff;
    }

    .banner-breadcrumb .separator {
      margin: 0 5px;
      color: #888888;
    }

    .banner-breadcrumb .active-crumb {
      color: #888888;
    }

    /* Main Heading */
    .banner-heading {
      font-size: 2.2rem;
      font-weight: 800;
      letter-spacing: 1.5px;
      color: #ffffff;
      margin: 0;
      text-transform: uppercase;
    }


    /* Section Title */
    .section-title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #1a1a1a;
      letter-spacing: 0.5px;
    }

    /* Custom Divider */
    .divider-custom {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px auto 45px auto;
      width: 100px;
    }
    .divider-custom-line {
      flex-grow: 1;
      height: 1px;
      background-color: #d1d5db;
    }
    .divider-custom-icon {
      padding: 0 6px;
      color: #9ca3af;
      font-size: 0.75rem;
      line-height: 1;
    }

    /* Paragraph Text */
    .about-text {
      font-size: 0.88rem;
      color: #4a4a4a;
      line-height: 1.6;
      margin-bottom: 1rem;
      text-align: justify;
    }

    /* Team Image Wrapper */
    .about-img-wrapper {
      width: 100%;
      height: 100%;
      min-height: 280px;
      overflow: hidden;
    }

    .about-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    /* Quality & Safety Section Styles */
.quality-safety-section {
  background-color: #ffffff;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.quality-safety-section .section-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.3px;
}

.quality-safety-section .section-content {
  max-width: 1050px;
  margin: 0 auto;
}

.quality-safety-section .section-desc {
  font-size: 0.95rem;
  color: #3d3d3d;
  line-height: 1.65;
  margin-bottom: 1.1rem;
}
/* Doctor Card Styles */
.doctors-grid-section {
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.doctor-card {
  background-color: #f9fbfb;
  border: 1px solid #eef0f2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.doctor-img-wrapper {
  width: 100%;
  height: 270px;
  background-color: #2b2b2b;
  overflow: hidden;
}

.doctor-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.doctor-info {
  padding: 16px 14px;
  background-color: #f9fbfb;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.doctor-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.doctor-role {
  font-size: 0.76rem;
  color: #1ea5c8;
  line-height: 1.35;
  margin: 0;
}
/* Doctors Section Styling */
.doctors-section {
  background-color: #ffffff;
}

/* Ensure image takes appropriate width, stays centered and responsive */
.doctors-section img,
.doctors-section .image-fluid,
.doctors-section .img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 4px; /* Optional: smooth corners */
  object-fit: cover;
}
/* Gallery Styles */
.gallery-section {
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.gallery-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 1px;
}

/* Custom Divider */
.divider-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 35px auto;
  width: 100px;
}

.divider-custom-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db;
}

.divider-custom-icon {
  padding: 0 6px;
  color: #9ca3af;
  font-size: 0.75rem;
  line-height: 1;
}

/* 5 Items Per Row on Desktop */
@media (min-width: 992px) {
  .col-lg-custom {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* Image Item Container */
.gallery-item {
  width: 100%;
  height: 175px;
  overflow: hidden;
  background-color: #f1f3f5;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ================= GLOBAL SECTION & TYPOGRAPHY ================= */
.contact-info-section {
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.get-in-touch-section {
  background-color: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 1px;
}

.section-subtitle {
  color: #888888;
  font-size: 0.95rem;
}

/* Custom Divider */
.divider-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0 auto;
  width: 100px;
}
.divider-custom-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db;
}
.divider-custom-icon {
  padding: 0 6px;
  color: #9ca3af;
  font-size: 0.75rem;
  line-height: 1;
}

/* ================= CONTACT INFO CARDS ================= */
.contact-icon-circle {
  width: 72px;
  height: 72px;
  background-color: #d84521;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.contact-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 6px;
}

.contact-card-text {
  font-size: 0.85rem;
  color: #666666;
  line-height: 1.5;
}

/* ================= GET IN TOUCH FORM ================= */
.form-label-custom {
  font-size: 0.82rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 5px;
}

.form-input-flat {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 0.88rem;
  padding: 8px 12px;
}

.form-input-flat:focus {
  background-color: #ffffff;
  border-color: #d84521;
  box-shadow: none;
}

.btn-send-orange {
  background-color: #d84521;
  color: #ffffff;
  border-radius: 2px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.8px;
  padding: 8px 24px;
  border: none;
  transition: background-color 0.2s ease;
}

.btn-send-orange:hover {
  background-color: #bd3816;
  color: #ffffff;
}

/* ================= MAP BOX ================= */
.map-wrapper {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 1px solid #e0e0e0;
}

/* Department Detail Section Styles */
.department-detail-section {
  background-color: #ffffff;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.dept-main-title {
  font-size: 1.55rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.3px;
}

/* Custom Centered Divider */
.divider-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 25px auto;
  width: 90px;
}

.divider-custom-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db;
}

.divider-custom-icon {
  padding: 0 6px;
  color: #9ca3af;
  font-size: 0.75rem;
  line-height: 1;
}

/* Text Content */
.dept-text {
  font-size: 0.88rem;
  color: #4a4a4a;
  line-height: 1.65;
  margin-bottom: 0;
}

/* Banner Image Wrapper */
.dept-banner-wrapper {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

.dept-banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Department Detail Section Styles */
.department-detail-section {
  background-color: #ffffff;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.dept-main-title {
  font-size: 1.55rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.3px;
}

/* Custom Centered Divider */
.divider-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 25px auto;
  width: 90px;
}

.divider-custom-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db;
}

.divider-custom-icon {
  padding: 0 6px;
  color: #9ca3af;
  font-size: 0.75rem;
  line-height: 1;
}

/* Text Content */
.dept-text {
  font-size: 0.88rem;
  color: #4a4a4a;
  line-height: 1.65;
  margin-bottom: 0;
}

/* Banner Image Wrapper */
.dept-banner-wrapper {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

.dept-banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Sidebar & Content Layout Styles */
.dept-content-section {
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
}

/* Sidebar List */
.dept-sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.sidebar-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background-color: #5c9dd6;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #7cb3e3;
  transition: all 0.2s ease;
}

.sidebar-menu-item:hover {
  background-color: #4a8bc4;
  color: #ffffff;
}

/* Active Top Item (Light grey style as per design) */
.sidebar-menu-item.active {
  background-color: #f0f0f0;
  color: #555555;
  border-bottom: 1px solid #e0e0e0;
}

.sidebar-menu-item .chevron-icon {
  font-size: 0.85rem;
  stroke-width: 3;
}

/* Main Content Styles */
.content-heading {
  font-size: 1.45rem;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 1.25rem;
}

.content-text {
  font-size: 0.86rem;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 1rem;
}

.diabetes-list {
  font-size: 0.86rem;
  line-height: 1.6;
  color: #444444;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.diabetes-list li {
  margin-bottom: 4px;
}

/* Responsive Image Container */
.content-img-wrapper {
  width: 100%;
  max-height: 380px;
  overflow: hidden;
}

.content-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   MEDICINE DEPARTMENT & TABS STYLING
   ========================================================= */

/* Section Basics */
.dept-detail-section,
.dept-content-section {
  background-color: #ffffff;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Main Titles & Section Headers */
.dept-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.3px;
}

.dept-description {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #4a4a4a;
  text-align: justify;
}

/* Custom Center Divider */
.divider-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 25px auto;
  width: 90px;
}

.divider-custom-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db;
}

.divider-custom-icon {
  padding: 0 6px;
  color: #9ca3af;
  font-size: 0.75rem;
  line-height: 1;
}

/* Top Banner Image */
.dept-banner-wrapper {
  width: 100%;
  max-height: 420px;
  overflow: hidden;
}

.dept-banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   SIDEBAR TABS (Bootstrap nav-pills override)
   ========================================================= */
.dept-sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 1px;
  border-radius: 0;
}

.dept-sidebar-menu .sidebar-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 15px;
  background-color: #5c9dd6; /* Blue background for standard tab */
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 500;
  text-align: left;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #7cb3e3;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

/* Hover State */
.dept-sidebar-menu .sidebar-menu-item:hover {
  background-color: #4a8bc4;
  color: #ffffff;
}

/* Active Selected Tab */
.dept-sidebar-menu .sidebar-menu-item.active {
  background-color: #f0f0f0 !important; /* Light gray active tab */
  color: #444444 !important;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: inset 3px 0 0 #5c9dd6; /* Optional accent indicator on active */
}

.dept-sidebar-menu .sidebar-menu-item .chevron-icon {
  flex-shrink: 0;
  stroke: currentColor;
}

/* =========================================================
   TAB CONTENT PANE DETAILS
   ========================================================= */
.content-details .content-heading {
  font-size: 1.45rem;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 1.2rem;
}

.content-details .content-text {
  font-size: 0.86rem;
  line-height: 1.65;
  color: #444444;
  margin-bottom: 1rem;
}

.content-details ul,
.content-details .diabetes-list {
  font-size: 0.86rem;
  line-height: 1.65;
  color: #444444;
  margin-bottom: 1rem;
}

.content-details ul li {
  margin-bottom: 5px;
}

/* Middle / Inset Images inside tabs */
.content-img-wrapper {
  width: 100%;
  max-height: 380px;
  overflow: hidden;
}

.content-img-wrapper img,
.content-details .content-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ================================
   DOCTOR PROFILE SECTION
================================ */

.doctor-profile {
    width: 100%;
    padding: 52px 20px;
    background: #fff;
    box-sizing: border-box;
}

.doctor-container {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 25px;
    align-items: start;
}

/* ================================
   LEFT CARD
================================ */

.doctor-left {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-sizing: border-box;
}

.doctor-image {
    width: 100%;
    height: 370px;
    overflow: hidden;
}

.doctor-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.doctor-card-content {
    padding: 27px 17px 25px;
    background: #fafafa;
}

.doctor-card-content h3 {
    margin: 0 0 12px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.doctor-card-content a {
    color: #0073b5;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
}

.doctor-card-content a:hover {
    text-decoration: underline;
}

.card-line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 15px;
}


/* ================================
   RIGHT CONTENT
================================ */

.doctor-right {
    padding: 0;
    box-sizing: border-box;
}

.doctor-info-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.doctor-info h4,
.specialty h4 {
    margin: 0 0 7px;
    color: #0073b5;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.doctor-info p,
.specialty p {
    margin: 0;
    color: #111;
    font-size: 13px;
    line-height: 1.6;
}


/* ================================
   SPECIALTY
================================ */

.specialty {
    margin-top: 28px;
}


/* ================================
   DESCRIPTION
================================ */

.doctor-description {
    margin-top: 31px;
}

.doctor-description p {
    margin: 0 0 14px;
    color: #111;
    font-size: 13px;
    line-height: 1.55;
}


/* ================================
   BOTTOM LINE
================================ */

.bottom-line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 31px;
}


/* ================================
   TABLET
================================ */

@media (max-width: 900px) {

    .doctor-container {
        grid-template-columns: 270px 1fr;
        gap: 25px;
    }

    .doctor-image {
        height: 330px;
    }

    .doctor-description p {
        font-size: 13px;
    }
}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .doctor-profile {
        padding: 30px 15px;
    }

    .doctor-container {
        display: block;
        max-width: 100%;
    }

    .doctor-left {
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .doctor-image {
        height: auto;
        max-height: 450px;
    }

    .doctor-image img {
        height: auto;
        max-height: 450px;
        object-fit: cover;
    }

    .doctor-card-content {
        padding: 22px 15px;
    }

    .doctor-right {
        width: 100%;
    }

    .doctor-info-row {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .specialty {
        margin-top: 25px;
    }

    .doctor-description {
        margin-top: 28px;
    }

    .doctor-description p {
        font-size: 14px;
        line-height: 1.7;
    }

    .doctor-info p,
    .specialty p {
        font-size: 14px;
        line-height: 1.6;
    }

}
/* =====================================
   DOCTOR PROFILE SECTION
===================================== */

.doctor-profile-section {
    width: 100%;
    padding: 22px 20px 40px;
    background: #ffffff;
    box-sizing: border-box;
}

.doctor-profile-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 308px 1fr;
    gap: 25px;

    align-items: start;
}


/* =====================================
   LEFT PROFILE CARD
===================================== */

.doctor-profile-card {
    width: 308px;
    border: 1px solid #eeeeee;
    background: #fafafa;
    box-sizing: border-box;
}

.doctor-profile-image {
    width: 100%;
    height: 369px;
    overflow: hidden;
}

.doctor-profile-image img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position: center;
}


/* =====================================
   PROFILE CONTENT
===================================== */

.doctor-profile-content {
    padding: 27px 17px 25px;
    background: #fafafa;
}

.doctor-profile-content h3 {
    margin: 0 0 11px;

    color: #111111;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    letter-spacing: 0.5px;
    line-height: 1.5;
}

.doctor-profile-content a {
    color: #0073b5;

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;

    text-decoration: none;
}

.doctor-profile-content a:hover {
    color: #0073b5;
    text-decoration: none;
}

.profile-divider {
    width: 100%;
    height: 1px;

    background: #e5e5e5;

    margin-top: 15px;
}


/* =====================================
   RIGHT DETAILS
===================================== */

.doctor-details {
    width: 100%;
    box-sizing: border-box;
}

.details-top {
    display: grid;

    /* 3 columns like screenshot */
    grid-template-columns: 1.25fr 0.9fr 1fr;

    column-gap: 30px;

    width: 100%;
}


/* =====================================
   DETAIL ITEMS
===================================== */

.detail-item {
    margin: 0;
    padding: 0;
}

.detail-item h4,
.specialty-detail h4 {
    margin: 0 0 5px;

    color: #0073b5;

    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;

    line-height: 1.5;
}

.detail-item p,
.specialty-detail p {
    margin: 0;

    color: #111111;

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;

    line-height: 1.6;
}


/* =====================================
   SPECIALTY
===================================== */

.specialty-detail {
    margin-top: 26px;
}


/* =====================================
   HORIZONTAL LINE
===================================== */

.details-divider {
    width: 100%;
    height: 1px;

    background: #e5e5e5;

    margin-top: 5px;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 900px) {

    .doctor-profile-container {
        grid-template-columns: 280px 1fr;
        gap: 20px;
    }

    .doctor-profile-card {
        width: 280px;
    }

    .doctor-profile-image {
        height: 335px;
    }

    .details-top {
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {

    .doctor-profile-section {
        padding: 25px 15px;
    }

    .doctor-profile-container {
        display: block;
        width: 100%;
    }

    .doctor-profile-card {
        width: 100%;
        max-width: 308px;

        margin: 0 auto 30px;
    }

    .doctor-profile-image {
        height: auto;
    }

    .doctor-profile-image img {
        width: 100%;
        height: auto;

        object-fit: cover;
    }

    .doctor-profile-content {
        padding: 22px 17px;
    }

    .doctor-details {
        width: 100%;
    }

    .details-top {
        display: block;
    }

    .detail-item {
        margin-bottom: 22px;
    }

    .specialty-detail {
        margin-top: 5px;
    }

    .details-divider {
        margin-top: 15px;
    }
}


/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 480px) {

    .doctor-profile-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .doctor-profile-card {
        max-width: 100%;
    }

    .doctor-profile-content h3 {
        font-size: 14px;
    }

    .detail-item h4,
    .specialty-detail h4 {
        font-size: 15px;
    }

    .detail-item p,
    .specialty-detail p {
        font-size: 13px;
    }
}
.doctor-profile-section {
    width: 100%;
    padding: 47px 20px;
    background: #fff;
    box-sizing: border-box;
}

.doctor-profile-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 308px 1fr;
    gap: 25px;

    align-items: start;
}


/* LEFT CARD */

.doctor-profile-card {
    width: 308px;
    border: 1px solid #eeeeee;
    background: #fafafa;
    box-sizing: border-box;
}

.doctor-profile-image {
    width: 100%;
    height: 370px;
    overflow: hidden;
}

.doctor-profile-image img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position: center;
}


/* CARD CONTENT */

.doctor-profile-content {
    padding: 27px 17px 25px;
    background: #fafafa;
}

.doctor-profile-content h3 {
    margin: 0 0 11px;

    color: #111;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    letter-spacing: .5px;
    line-height: 1.7;
}

.doctor-profile-content a {
    color: #0073b5;

    font-family: Arial, sans-serif;
    font-size: 12px;

    text-decoration: none;
}

.profile-divider {
    width: 100%;
    height: 1px;

    background: #e5e5e5;

    margin-top: 15px;
}


/* RIGHT CONTENT */

.doctor-details {
    width: 100%;
}

.details-top {
    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 60px;
    row-gap: 27px;
}


/* DETAILS */

.detail-item h4 {
    margin: 0 0 5px;

    color: #0073b5;

    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;

    line-height: 1.5;
}

.detail-item p {
    margin: 0;

    color: #111;

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;

    line-height: 1.6;
}


/* BOTTOM LINE */

.details-divider {
    width: 100%;
    height: 1px;

    background: #e5e5e5;

    margin-top: 31px;
}


/* TABLET */

@media (max-width: 900px) {

    .doctor-profile-container {
        grid-template-columns: 280px 1fr;
        gap: 20px;
    }

    .doctor-profile-card {
        width: 280px;
    }

    .doctor-profile-image {
        height: 335px;
    }

    .details-top {
        column-gap: 30px;
    }
}


/* MOBILE */

@media (max-width: 767px) {

    .doctor-profile-section {
        padding: 30px 15px;
    }

    .doctor-profile-container {
        display: block;
        width: 100%;
    }

    .doctor-profile-card {
        width: 100%;
        max-width: 308px;

        margin: 0 auto 30px;
    }

    .doctor-profile-image {
        height: auto;
    }

    .doctor-profile-image img {
        width: 100%;
        height: auto;

        object-fit: cover;
    }

    .doctor-details {
        width: 100%;
    }

    .details-top {
        display: block;
    }

    .detail-item {
        margin-bottom: 25px;
    }

    .details-divider {
        margin-top: 10px;
    }
}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .doctor-profile-section {
        padding: 25px 12px;
    }

    .doctor-profile-card {
        max-width: 100%;
    }

    .detail-item h4 {
        font-size: 15px;
    }

    .detail-item p {
        font-size: 13px;
    }

    .doctor-profile-content h3 {
        font-size: 14px;
    }
}