@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
 :root {
            --green: #2bb673;
            --blue: #1e4bd8;
            --text: #1f2d3d;
            --light-bg: #f7fdfb;
        }

        body {
            font-family: 'Poppins', sans-serif;
            font-family: "Roboto", sans-serif;
            background: #f7fdfb;
        }

        h1,h2{
          font-family: "Playfair Display", serif;
              -webkit-text-stroke-color: #000;
    stroke: #000;
    font-weight: 500 !important;
        }

        /* NAVBAR CORE */
        .navbar { background: #fff; padding: 10px 0; }
        .navbar-brand img { max-width: 86px; }
        .nav-link { 
            font-weight: 500; 
            color: #575c74 !important; 
            padding: 0 14px; 
            font-size: 15px; 
        }
        .nav-link:hover { color: #000 !important; }
        
        .book-btn { 
            background: var(--green); 
            color: #fff; 
            padding: 12px 26px; 
            border-radius: 10px; 
            font-weight: 600; 
            text-decoration: none; 
            font-size: 14px; 
        }

        /* DESKTOP DROPDOWN LOGIC */
        @media (min-width: 992px) {
            .dropdown-menu {
                padding: 0;
                border: none;
                border-radius: 0;
                box-shadow: 0 12px 40px rgba(0,0,0,.1);
                border-top: 3px solid var(--blue);
                display: none; 
            }
            
            .dropdown:hover > .dropdown-menu,
            .dropdown-submenu:hover > .dropdown-menu {
                display: block;
            }

            .dropdown-submenu { position: relative; }
            .dropdown-submenu > .dropdown-menu {
                top: 0;
                left: 100%;
                margin-top: -3px; /* Align with border-top */
            }

            .dropdown-item {
/*                padding: 14px 20px;*/
                padding: 10px 15px;
                font-size: 15px;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            .dropdown-item:hover { background: #f4f8ff; color: #000; }
        }

        /* MOBILE OVERLAY NAVIGATION */
        @media (max-width: 991px) {
            .navbar-collapse {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #fff;
                z-index: 9999;
                padding: 0;
                overflow-y: auto;
                display: none; /* Controlled by Bootstrap .show class */
            }
            
            .navbar-collapse.show { display: block; }

            .nav-item { border-bottom: 1px solid #eee; }
            .nav-link { padding: 15px 20px !important; }

            /* Nested Menu Styling for Mobile */
            .dropdown-menu {
                position: static !important;
                float: none;
                width: 100%;
                box-shadow: none;
                border: none;
                background: #f9f9f9;
                padding: 0;
                display: none; /* Toggled via JS */
            }
            
            .dropdown-menu.show { display: block; }
            
            .dropdown-item {
                padding: 12px 30px;
                border-bottom: 1px solid #f1f1f1;
            }
            
            /* Indentation for deeper levels */
            .dropdown-submenu .dropdown-menu .dropdown-item {
                padding-left: 50px;
            }
        }

.navbar-expand-lg .navbar-nav .nav-link{
  padding-left: 0.8em;
  padding-right:0.8em;
}

.main-banner1{
  padding-left: 0em;
  padding-right: 0em;
}

.main-banner1 img{
    width: 100%;
    height: 402px;
    object-fit: cover;
    object-position: center center;
}

:root {
    --teal-dark: #009991;
    --teal-mid: #0ca49d;
    --teal-light: #0fb3ab;
    --teal-bright: #12c2b9;
    --navy: #1f2d3d;
}

/* Info Box Logic */
.info-boxes {
    margin-top: -60px; /* This creates the overlap on the hero section */
    position: relative;
    z-index: 100;
}

.info-card {
    padding: 40px 30px;
    height: 100%;
    color: #fff;
}

.bg-teal-1 { background-color: var(--teal-bright); }
.bg-teal-2 { background-color: var(--teal-light); }
.bg-teal-3 { background-color: var(--teal-mid); }
.bg-teal-4 { background-color: var(--teal-dark); }

.card-line {
    width: 40px;
    height: 2px;
    background: #000;
    margin: 15px 0 25px 0;
}

.info-card h3 { font-size: 20px; font-weight: 700; }
.info-card p { font-size: 15px; line-height: 1.6; margin-bottom: 25px;text-align:justify; }

.info-card .btn {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    color: var(--navy);
}

/* Service Section Logic */
.text-teal { color: var(--teal-dark); }
.text-navy { color: var(--navy); }

.header-line {
    width: 40px;
    height: 3px;
    background: #000;
}

/* Working Hours Card */
.working-hours-card {
    background-color: var(--teal-dark);
    padding: 40px 30px;
    border-radius: 5px;
}

.working-hours-card ul li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
}

.working-hours-card ul li:first-child { border-top: none; }

/* Responsive tweaks */
@media (max-width: 991px) {
    .info-boxes { margin-top: 50px; }
}

.secfww{
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #ddd;
    margin-top: 1em;
    margin-bottom: 1em;
}

.secfww p{
  text-align: justify;
  font-size: 14px;
}

.day-sss{
   font-size: 16px;
}

.adaq{
  text-align: justify;
   font-size: 17px;
   line-height: 30px;
}

.consultation-box{
  border-style: double;
    border-width: 10px;
    border-color: #dadada;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    margin: 20px 0 0;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 30px;
    background: #f7fdfb;
}

.booksadq{
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  margin-bottom: 1em !important;
}

.consult-text{
      font-family: "Roboto", sans-serif !important;
      font-weight: bold;
      font-size: 28px;
}

.mkmda{
  text-align: justify;
   font-family: "Roboto", sans-serif !important;
   font-size: 15px;
}

.btn-apt{
  background-color: #0c9b8b;
    fill: #ffffff;
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #0c9b8b;
    font-size: 15px;
    font-family: "Roboto", sans-serif !important;
    font-weight: bold;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
}


.medical-icon {
  filter: invert(48%) sepia(79%) saturate(400%) hue-rotate(130deg) brightness(95%) contrast(90%);
}


/* Optional: Removing right border on the last column for desktop only */
@media (min-width: 768px) {
  .row > div:nth-child(4n) {
    border-right: none !important;
  }
}

.cath-heading{
      font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0c122d;
    font-family: "Rubik", sans-serif !important;
}

/*.border-lrkl{
  border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #0C8C7C5C;
    margin-top: 0em !important;
}

.border-lrkl-1{
  border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #0C8C7C5C;
    margin-top: 0em !important;
}*/

.cat-text-1{
      text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d !important;
    margin: 0 10px 20px;
    font-family: "Roboto", sans-serif !important;
}

.btn-Departments{
  background-color: #0b9e8e;
    fill: #fff;
    color: #fff;
    box-shadow: 2px 5px 10px 0px rgb(0 0 0 / 50%);
    border-style: solid;
    border-width: 1px;
    border-color: #0b9e8e;
    border-radius: 5px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-weight: bold;
    font-family: "Roboto", sans-serif !important;
}

.hero-section {
/* min-height: 100vh;*/
            display: flex;
            align-items: center;
            padding: 20px 0;
            position: relative;
            overflow: hidden;
            background: #a4cec9;
        }

        .content-box {
            max-width: 600px;
        }

        .headline-12{
            font-weight: 700;
            font-size: 2rem;
            margin-bottom: 2rem;
            color: #000;
            font-family: "Rubik", sans-serif !important;
        }

        .description {
            line-height: 1.8;
            font-size: 1.05rem;
            color: #444;
            margin-bottom: 1.5rem;
            text-align: justify;
        }

        .divider {
            width: 100%;
            height: 1px;
            background-color: #79A3A0;
            margin: 2rem 0;
        }

        .doctor-img {
/*            max-width: 100%;*/
            max-width: 110%;
            height: auto;
            display: block;
            /* Positioning to align with the bottom of the section */
            margin-top: auto;
        }

        .signature-section {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-top: 2rem;
        }

        .signature-img {
            width: 120px;
            height: auto;
        }

        .doctor-info h5 {
            margin: 0;
            font-weight: 700;
        }

        .doctor-info p {
            margin: 0;
            font-size: 0.9rem;
            color: #555;
        }


        :root {
  --teal-bg: #c5e9e4;
  --dark-teal: #149383;
  --text-gray: #707070;
}

.team-section {
  background-color: #f8fdfc; 
    margin-top: -5em;
  /* Light background for the whole section */
}

.doctor-card {
  background-color: var(--teal-bg);
  border-radius: 4px;
  overflow: visible;
  height: 100%;
  padding-bottom: 2rem;
}

.image-container {
  position: relative;
  width: 100%;
}

.image-container img {
  width: 75%;
/*  height: 350px;*/
  object-fit: cover;
  display: block;
}

.doctor-imgmkkw{
  width: 100% !important;
  height: 350px !important;
  object-fit: cover !important;
  display: block !important;
}

.specialty-icon {
  position: absolute;
  bottom: -25px;
  left: 20px;
  background-color: var(--dark-teal);
  color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  font-size: 1.5rem;
}

.card-body-custom {
  padding: 40px 20px 10px 20px;
}

.specialty-text {
  color: var(--text-gray);
  font-size: 0.9rem;
}

.doctor-name {
  color: #0b3d37;
  font-weight: 700;
  font-size: 1.25rem;
}

.accent-line {
  width: 40px;
  height: 3px;
  background-color: var(--dark-teal);
  margin-top: 5px;
}

/* Button Styles */
.btn-outline-teal {
  border: 1px solid var(--dark-teal);
  color: var(--dark-teal);
  background: white;
  border-radius: 0;
  font-size: 0.85rem;
  padding: 5px 15px;
}

.btn-outline-teal:hover {
  background-color: var(--dark-teal);
  color: white;
}

.btn-teal-filled {
  background-color: var(--dark-teal);
  color: white;
  border-radius: 5px;
  font-weight: 600;
}

.trust-section {
    /* White on the left (0% to 60%), Light Blue on the right (60% to 100%) */
    background: linear-gradient(-135deg, #ffffff 60%, #f0f8f9 60%);
}

.feature-icon {
            width: 50px; height: 50px;
            background-color: #26a69a; color: white;
            border-radius: 50%; display: flex;
            align-items: center; justify-content: center;
            margin-bottom: 15px; font-size: 1.2rem;
        }
        .trust-heading { font-weight: 700; position: relative; padding-bottom: 10px; }
        .trust-heading::after {
            content: ""; position: absolute; left: 0; bottom: 0;
            width: 50px; height: 3px; background-color: #333;
        }
        .feature-box p { color: #666; font-size: 0.9rem; line-height: 1.6; }
        .video-container { position: relative; border-radius: 15px; overflow: hidden; }
        .stats-bar { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
        .stat-main { background-color: #26a69a; color: white; border-radius: 10px 0 0 10px; padding: 20px; }
        .play-btn-overlay {
            position: absolute; bottom: 20px; right: 20px;
            background-color: #26a69a; color: white;
            padding: 10px 25px; border-radius: 8px; border: none;
        }

        .video-wrapper {
            position: relative;
            border-radius: 12px;
            overflow: visible; /* Allows the button to pop out if needed */
        }
        .video-container {
        position: relative;
        width: 100%;
        min-height: 400px; /* Adjust height as needed */
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        overflow: hidden;
        transition: transform 0.3s ease;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    .video-container:hover {
        transform: scale(1.02);
    }

    .play-button {
        width: 80px;
        height: 80px;
        /*background-color: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(5px);
        border: 2px solid #fff;
        border-radius: 50%;*/
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 3rem;
        transition: all 0.3s ease;
    }

    /*.video-container:hover .play-button {
        background-color: #fff;
        color: #000;
    }*/

        /* The floating "Play The Video" Button */
        .btn-play-video {
            position: absolute;
            bottom: -20px;
            right: 0px;
            background-color: #0b9e8e;
            color: white;
            padding: 12px 24px;
            border-radius: 8px;
            border: none;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 4px 15px rgba(36, 180, 140, 0.4);
            z-index: 9999;
        }


      .text-lmdal{
        font-size: 2.75rem!important;
        color: #26a69a !important;
      }  

     


      .testimonial-card {
        border-radius: 20px;
        border: 1px solid #eee !important;
    }
    
    .ls-1 { letter-spacing: 2px; }

    .testimonial-text {
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.4;
        color: #333;
    }

    .play-btn-small {
        width: 40px;
        height: 30px;
        background-color: #d1d9e6;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    /* Video overlay decoration if you want the "play" feel */
    .video-overlay-container {
        position: relative;
        cursor: pointer;
    }


/* SOCIAL FOLLOW */
.follow-social-exact {
  background-color: #0fa38f;
  padding: 45px 0;
  color: #ffffff;
}

.follow-icon-circle {
  width: 52px;
  height: 52px;
  background: #4fd3b5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  flex-shrink: 0;
}

.follow-icon-circle i {
  font-size: 22px;
  color: #ffffff;
}

.follow-text h5 {
  font-weight: 600;
  margin-bottom: 6px;
}

.follow-text p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.follow-social-icons {
  gap: 12px;
}

.icon-box {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}

/* Icon Colors */
.icon-box.facebook { background: #3b5998; }
.icon-box.youtube { background: #ff0000; }
.icon-box.instagram { background: #111111; }


/* CONTACT INFO */
.contact-info-section {
  background: #1f5fbf;
  padding: 30px 0;
}

.contact-info-section h6 {
  font-weight: 600;
}

.contact-info-section p,
.contact-info-section a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.contact-icon {
  font-size: 28px;
}



/* FOOTER BOTTOM */
.footer-bottom {
  padding: 30px 0;
  background: #fff;
}

.footer-logo {
  width: 90px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 18px;
  color: #0c122d;
    font-size: 1.25rem;
    font-family: "Rubik", sans-serif !important;
}

.footer-bottom ul {
  list-style: none;
  padding: 0;
}

.footer-bottom ul li {
  margin-bottom: 6px;
}

.footer-bottom ul a {
  color: #6c757d;
  font-size: 14px;
  text-decoration: none;
}

.footer-social-right {
  display: flex;
/*  justify-content: flex-end;*/
  align-items: flex-start;
}

.footer-social-right a {
      font-size: 30px;
    margin-left: 18px;
  color: #6c757d;
}


.footer-copyright{
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  text-align: center;
      color: #6c757d;
      margin-top: 1em;
}


.mkneer{
      font-size: 25px;
}

.text-secondary{
   font-family: "Barlow Semi Condensed", sans-serif;
   font-size: 20px;
   color: black !important;
}


 .whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Base Button */
.wa-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 30px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
    transition: all 0.3s ease;
}

/* WhatsApp Button */
.wa-btn.chat {
    background: linear-gradient(135deg, #25D366, #1ebe5d);
}

/* Call Button */
.wa-btn.call {
    background: linear-gradient(135deg, #0b5ed7, #084298);
}

/* Hover Effect */
.wa-btn:hover {
    transform: scale(1.06);
    color: #fff;
}

/* Ripple Hover Animation */
.wa-btn::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    top: 100%;
    left: -10%;
    background: rgba(255,255,255,0.25);
    transform: rotate(15deg);
    transition: top 0.4s ease;
}

.wa-btn:hover::after {
    top: -10%;
}

/* -------------------------------- */
/* -------- RESPONSIVE ------------ */
/* -------------------------------- */

/* Tablet */
@media (max-width: 768px) {

    .wa-btn {
        padding: 10px 16px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
        border-radius: 25px;
        box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    }

    .wa-btn i {
        font-size: 15px;
    }
}

/* Small Mobile */
@media (max-width: 576px) {

    .whatsapp-float {
        bottom: 15px;
        left: 15px;
        gap: 8px;
    }

    .wa-btn {
        padding: 8px 14px;
        font-size: 13px;
    }

    .wa-btn i {
        font-size: 14px;
    }
}

/* Extra Small Mobile – Icon Only */
@media (max-width: 767px) {

    .wa-btn span {
        display: none;
    }

    .wa-btn {
        width: 55px;
        height: 55px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .wa-btn i {
        font-size: 22px;
    }
}

@media screen and (min-width: 991px) and (max-width: 200000px) {

.dropdown-2-height{
      height: 30em;
    overflow-y: scroll;
}


}


.hero-section-abt {
            padding: 80px 0;
        }
        .hero-title {
            color: #1a233a;
            font-weight: 800;
            font-size: 3.5rem;
            line-height: 1.1;
            margin-bottom: 20px;
             font-family: "Rubik", sans-serif !important;
        }
        .hero-subtitle {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 30px;
        }
        .hero-text {
            line-height: 1.8;
            max-width: 500px;
            margin-bottom: 40px;
        }
        .btn-call {
            background-color: #009688;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(0, 150, 136, 0.3);
            transition: all 0.3s ease;
        }
        .btn-call:hover {
            background-color: #00796b;
            color: white;
            transform: translateY(-2px);
        }
        /* The decorative border effect behind the image */
        .image-container-img {
            position: relative;
            padding: 15px;
        }
        .image-container-img::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 95%;
            height: 95%;
            border: 15px solid #4db6ac;
            z-index: -1;
            border-radius: 4px;
        }
        .hero-img {
            width: 100%;
            height: auto;
            border-radius: 2px;
            filter: grayscale(40%);
        }


:root {
            --medical-teal: #009688;
            --navy-blue: #1a233a;
            --text-muted: #6c757d;
        }

        .features-section {
            padding: 80px 0;
            background-color: #fff;
        }

        .section-header {
            max-width: 700px;
            margin: 0 auto 60px;
            text-align: center;
        }

        .section-title-1{
            color: var(--navy-blue);
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 20px;
            font-family: "Rubik", sans-serif !important;
        }

        .section-subtitle {
            color: var(--text-muted);
            line-height: 1.6;
        }

        /* Custom Card Styling */
        .feature-card {
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            padding: 30px 25px;
            height: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0,0,0,0.02);
        }

        .feature-card:hover {
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transform: translateY(-5px);
        }

        .icon-badge {
            width: 50px;
            height: 50px;
            background-color: var(--medical-teal);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            margin-bottom: 20px;
        }

        .feature-title {
            color: var(--navy-blue);
            font-weight: 700;
            font-size: 1.35rem;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .feature-text {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.7;
            margin-bottom: 0;
        }

        
        :root {
            --medical-dark: #1a233a;
            --medical-teal: #009688;
            --text-gray: #6c757d;
        }

        .compassion-section {
            padding: 45px 0;
            overflow: hidden;
        }

        /* Typography */
        .headline-main {
            color: var(--medical-dark);
            font-weight: 800;
            font-size: 2.7rem;
            line-height: 1.2;
            margin-bottom: 40px;
            font-family: "Rubik", sans-serif !important;
        }

        /* Counter Stats */
        .stat-item {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .stat-icon-box {
            font-size: 2rem;
            color: var(--medical-teal);
        }

        .stat-number {
            font-weight: 800;
            font-size: 1.5rem;
            color: var(--medical-dark);
            margin: 0;
            line-height: 1;
        }

        .stat-label {
            font-size: 0.85rem;
            color: var(--text-gray);
            margin: 0;
        }

        /* Overlapping Images Design */
        .image-stack-wrapper {
            position: relative;
            height: 450px;
        }

        .img-large {
            position: absolute;
            top: 0;
            right: 0;
            width: 85%;
            z-index: 1;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            border: 1px solid #ddd;
        }

        .img-small {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50%;
            z-index: 2;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
            border: 4px solid #fff;
        }

        @media (max-width: 991px) {
            .headline-main { font-size: 2.5rem; }
            .image-stack-wrapper { height: 350px; margin-top: 50px; }
        }



        :root {
            --medical-dark: #1a233a;
            --medical-teal: #009688;
            --bg-light: #f8fafb;
            --text-muted: #6c757d;
        }

        .testimonial-section {
            padding: 100px 0;
            background-color: var(--bg-light);
        }

        .testimonial-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .testimonial-title {
            color: var(--medical-dark);
            font-weight: 700;
            font-size: 2.8rem;
            margin-bottom: 35px;
            font-family: "Rubik", sans-serif !important;
        }

        .testimonial-quote {
            color: var(--text-muted);
            font-size: 1.15rem;
            line-height: 1.8;
            margin-bottom: 40px;
        }

        /* Profile Styles */
        .profile-group {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .profile-img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
        }

        .profile-name {
            color: var(--medical-teal);
            font-weight: 600;
            margin-bottom: 2px;
            font-size: 1.1rem;
        }

        .profile-role {
            color: var(--medical-teal);
            font-size: 0.9rem;
            opacity: 0.9;
        }


        :root {
            --navy-blue: #1a233a;
            --teal-accent: #009688;
            --text-gray: #6c757d;
        }

        .specialists-section {
            padding: 80px 0;
            background-color: #ffffff;
        }

        .section-header {
            margin-bottom: 50px;
        }

        .section-title-2 {
            color: var(--navy-blue);
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 15px;
            font-family: "Rubik", sans-serif !important;
        }

        .section-desc {
            color: var(--text-gray);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Doctor Card Styles */
        .doctor-card-1 {
            text-align: left;
            margin-bottom: 30px;
        }

        .doctor-img-container {
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 20px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            aspect-ratio: 3 / 4;
        }

        .doctor-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Suble grayscale to match the professional tone if desired */
            transition: transform 0.3s ease;
        }

        .doctor-card-1:hover .doctor-img {
            transform: scale(1.03);
        }

        .doctor-name-1 {
            color: var(--navy-blue);
            font-weight: 700;
            font-size: 1.25rem;
            margin-bottom: 5px;
            font-family: "Rubik", sans-serif !important;
        }

        .doctor-specialty-1 {
            color: var(--teal-accent);
            font-weight: 600;
            font-size: 0.9rem;
            text-transform: capitalize;
            font-family: "Rubik", sans-serif !important;
        }

        .hrw33k{
          height: 500px;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    border-style: solid;
    border-width: 1px;
    border-color: #0b9e8e;
    border-radius: 0;
    box-shadow: 10px 10px 0px 0px rgb(11 158 142 / 73%);
        }


        :root {
            --navy: #1a233a;
            --teal: #009688;
            --text-muted: #6c757d;
            --btn-blue: #3b71ca;
        }



        /* Expertise Cards */
        .expertise-section { padding: 80px 0; }
        .section-header-title { 
          color: var(--navy); 
          font-weight: 800; 
          font-size: 3rem; 
          margin-bottom: 10px; 
           font-family: "Rubik", sans-serif !important;
        }
        
        .expertise-card {
            border: 1px solid #dee2e6;
            border-radius: 15px;
            background: #fff;
            height: 100%;
            overflow: hidden;
            transition: transform 0.3s ease;
        }
        .expertise-card:hover { transform: translateY(-5px); }
        .expertise-img { width: 100%; height: 220px; object-fit: cover; }
        .expertise-body { padding: 25px; }
        .expertise-title { color: var(--navy); font-weight: 700; font-size: 1.25rem;font-family: "Rubik", sans-serif !important; }
        .expertise-text { font-size: 15px; color: var(--text-muted); line-height: 1.6;font-family: "Roboto", sans-serif !important; }

        /* Services List */
        .services-section { padding: 60px 0; }
        .service-item-number { color: var(--teal); font-weight: 700; margin-right: 10px; }
        .service-item-title { color: var(--teal); font-weight: 700; font-size: 1.1rem; display: inline-block; }
        .service-description-box {
            border-left: 2px solid #e0e0e0;
            margin-left: 15px;
            padding-left: 20px;
            margin-bottom: 30px;
            color: var(--text-muted);
            font-size: 16px;
            font-family: "Roboto", sans-serif !important;
            line-height: 30px;
        }

        /* Image Media Components */
        .media-container { position: relative; border-radius: 15px; overflow: hidden; margin-bottom: 30px; }
        .media-img { width: 100%; height: auto; border-radius: 15px; }
        .floating-btn {
            position: absolute;
            bottom: 20px;
            left: 20px;
            background-color: var(--btn-blue);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 8px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .ndjec{
          height: 500px;
    object-fit: cover;
    object-position: top center;
    border-radius: 16px 16px 16px 0
        }


        .emergency-header {
            padding: 80px 0 60px;
/*            text-align: center;*/
        }
        /*.main-title {
            color: var(--navy);
            font-weight: 800;
            font-size: 3.5rem;
            margin-bottom: 20px;
        }*/
        .main-title-9k{
          color: var(--navy);
            font-weight: 800;
            font-size: 3.5rem;
            margin-bottom: 20px;
             font-family: "Rubik", sans-serif !important;
        }
        .header-desc {
            max-width: 600px;
            margin: 0 auto;
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* Parallax Section */
        .parallax-wrapper {
            position: relative;
            background-image: url('../images/services/parallax.png'); /* High-res building image */
            height: 500px;
            background-attachment: fixed; /* This creates the parallax effect */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            /*display: flex;
            align-items: center;*/
        }

        /* Content Box inside Parallax */
        .treatment-box {
            background-color: white;
            padding: 50px;
            max-width: 500px;
            border-radius: 4px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        .treatment-title {
            color: var(--navy);
            font-weight: 700;
            font-size: 40px;
            margin-bottom: 20px;
            line-height: 1.2;
            font-family: "Rubik", sans-serif !important;
        }
        .treatment-trust {
            color: var(--navy);
            font-weight: 600;
            margin-bottom: 15px;
            display: block;
        }
        .treatment-text {
            color: var(--text-muted);
            font-size: 16px;
            line-height: 1.8;
            font-family: "Roboto", sans-serif !important;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .parallax-wrapper {
                background-attachment: scroll; /* Parallax often disabled on mobile for performance */
                height: auto;
                padding: 40px 20px;
            }
            .main-title { font-size: 2.5rem; }
            .treatment-box { padding: 30px; }
        }


        .services-list-section { padding: 80px 0; }
        
        .sub-header { 
            text-transform: uppercase; 
            letter-spacing: 2px; 
            font-size: 0.85rem; 
            font-weight: 700; 
            color: var(--navy); 
        }

        .sww{
          font-size: 16px;
            line-height: 1.6;
            font-family: "Roboto", sans-serif !important;
        }

        .main-title-211 { 
            color: var(--navy); 
            font-weight: 800; 
            font-size: 3rem; 
            font-family: "Rubik", sans-serif !important;
        }

        /* Ordered List Styling */
        .emergency-list {
            list-style: none;
            padding-left: 0;
            counter-reset: item;
        }
        .emergency-list li {
            position: relative;
            padding-left: 35px;
            margin-bottom: 15px;
            color: var(--text-muted);
            font-size: 16px;
            line-height: 1.6;
            font-family: "Roboto", sans-serif !important;
        }
        .emergency-list li::before {
            content: counter(item) ". ";
            counter-increment: item;
            position: absolute;
            left: 0;
            font-weight: 700;
            color: var(--text-muted);
        }

        /* Masonry Gallery Styling */
        .masonry-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 15px;
        }
        .masonry-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }
        .item-tall { grid-row: span 2; }
        .item-wide { grid-column: span 2; }

        /* Buttons */
        .btn-custom {
            background-color: var(--btn-blue);
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 6px;
            font-weight: 600;
            margin-bottom: 10px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        :root {
            --navy-dark: #1a233a;
            --text-gray: #6c757d;
        }


        .surgical-section {
            padding: 80px 0;
            background-color: #ffffff;
        }

        /* Custom Title Class as requested */
        .surgical-procedures-heading {
            font-family: "Rubik", sans-serif !important;
            color: var(--navy-dark);
            font-weight: 700;
            font-size: 4rem; /* Matching the large scale in image */
            line-height: 1.1;
            margin-bottom: 30px;
        }

        .surgical-image {
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            width: 100%;
            height: auto;
        }

        .surgical-description {
            color: var(--text-gray);
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 25px;
            text-align: justify;
            font-family: "Roboto", sans-serif !important;
        }

        @media (max-width: 991px) {
            .surgical-procedures-heading {
                font-size: 2.8rem;
                margin-top: 30px;
            }
        }

        :root {
            --navy-dark: #1a233a;
            --teal-primary: #009688;
            --text-muted: #6c757d;
        }


        .procedures-section {
            padding: 80px 0;
        }

        /* Specific Title Class */
        .surgical-main-heading {
            font-family: "Rubik", sans-serif !important;
            color: var(--navy-dark);
            font-weight: 700;
            font-size: 3rem;
            margin-bottom: 50px;
        }

        /* Card Styling */
        .procedure-card {
            background: white;
            border: none;
            border-radius: 12px;
            overflow: hidden;
            height: 100%;
            box-shadow: 0 4px 20px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }

        .procedure-card:hover {
            transform: translateY(-5px);
        }

        .card-img-top {
            height: 250px;
            object-fit: cover;
        }

        .procedure-card-body {
            padding: 30px;
            display: flex;
            flex-direction: column;
            height: calc(100% - 250px);
        }

        .procedure-card-title {
            color: var(--navy-dark);
            font-weight: 700;
            font-size: 1.25rem;
            margin-bottom: 20px;
            min-height: 3rem;
            line-height: 1.3;
            font-family: "Rubik", sans-serif !important;
        }

        .procedure-card-text {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 25px;
            flex-grow: 1;
            text-align: justify;
        }

        /* Button Styling */
        .btn-know-more {
            background-color: var(--teal-primary);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            font-weight: 600;
            width: fit-content;
            transition: background 0.3s ease;
        }

        .btn-know-more:hover {
            background-color: #00796b;
            color: white;
        }

        .mmdwiwm{
              font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 20px;
    color: black !important;
    margin-bottom: 1em;
        }

        .omwmmw{
           text-align: justify;
            font-family: "Roboto", sans-serif !important;
            font-size: 18px;
            line-height: 30px;
            color: #54595f;
        }

        .surgical-description-2{
          text-align: justify;
            font-family: "Roboto", sans-serif !important;
            font-size: 18px;
            line-height: 30px;
            color: #54595f;
        }

        .jdwnj{
          font-size: 12px;
          color: gray !important;
          margin-top: 0.8em !important;
        }


        .preventive-section {
            padding: 80px 0;
        }

        /* Heading Class matching previous styles */
        .preventive-heading {
            font-family: "Rubik", sans-serif !important;
            color: var(--navy-dark);
            font-weight: 700;
            font-size: 3.2rem;
            margin-bottom: 30px;
        }

        .preventive-subheading {
            font-family: "Rubik", sans-serif !important;
            color: var(--navy-dark);
            font-weight: 700;
            font-size: 1.8rem;
            margin-bottom: 35px;
        }

        .preventive-description {
            color: var(--text-muted);
            font-size: 1.05rem;
            line-height: 1.7;
            margin-bottom: 50px;
        }

        /* Custom Checkmark List Classes */
        .preventive-list-container {
            display: grid;
            grid-template-columns: 1fr 1fr; /* Two columns */
            gap: 15px 40px;
        }

        .preventive-item {
            display: flex;
            align-items: center;
            gap: 12px;
            color: var(--teal-accent);
            font-weight: 500;
            font-size: 1rem;
        }

        .preventive-item i {
            font-size: 1.1rem;
        }

        /* Responsive adjustments for mobile */
        @media (max-width: 768px) {
            .preventive-heading { font-size: 2.5rem; }
            .preventive-list-container {
                grid-template-columns: 1fr; /* Stack to one column on small screens */
            }
        }

        .preventive-heading-3{
              font-family: "Rubik", sans-serif !important;
    color: var(--navy-dark);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 30px;
        }

        .preventive-description-1{
              color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: justify;
        }

        .preventive-heading-4{
font-family: "Rubik", sans-serif !important;
    color: #0c122d;
    font-weight: bolder;
    font-size: 1.5rem;
    margin-bottom: 20px;

        }

        .preventive-heading-4-2{
font-family: "Rubik", sans-serif !important;
    color: #0c122d;
    font-weight: bolder !important;
    font-size: 1.5rem;
    margin-bottom: 20px;

        }

        .preventive-heading-4-31{
          font-family: "Rubik", sans-serif !important;
    color: #0c122d;
    font-weight: bolder !important;
    font-size: 1.2rem;
    margin-bottom: 20px;  
        }


        .comparison-table-container {
            max-width: 1000px;
            margin: 0 auto;
            border: 1px solid #dddddd;
        }

        /* Table Styling */
        .table-abortion {
            margin-bottom: 0;
            border-collapse: collapse;
            border: 1px solid #dddddd;
        }

        .table-abortion thead th {
            background-color: #fff;
            color: var(--navy-blue);
            font-weight: 700;
            padding: 15px 20px;
            /*border-bottom: 2px solid var(--border-color);
            border-right: 1px solid var(--border-color);*/
            font-size: 1.1rem;
        }

        .table-abortion tbody td {
            padding: 25px 20px;
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.6;
            vertical-align: top;
            /*border-right: 1px solid var(--border-color);
            border-bottom: 1px solid var(--border-color);*/
        }

        /* First Column Highlights */
        .table-abortion tbody td:first-child {
            font-weight: 700;
            color: var(--navy-blue);
            width: 25%;
        }

        /* Bold text within cells */
        .table-abortion b, .table-abortion strong {
            color: var(--navy-blue);
            font-weight: 700;
        }

        /* Responsive Fix */
        @media (max-width: 768px) {
            .table-abortion {
                display: block;
                overflow-x: auto;
            }
        }


        .guidelines-container {
            /*max-width: 1100px;
            margin: 0 auto;
            background: #ffffff;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03);*/
        }

        /* Custom Bullet List */
        .guidelines-list {
            list-style: none;
            padding-left: 0;
        }

        .guidelines-list li {
            position: relative;
            padding-left: 15px;
            margin-bottom: 10px;
            color: var(--text-muted);
            font-size: 1.05rem;
            line-height: 1.7;
        }

        /* Custom Teal Bullet Point */
        .guidelines-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: gray;
            font-size: 1.8rem;
            line-height: 1;
            top: 0px;
        }

        /* Emphasis styling to match the provided text */
        .guidelines-list li b {
            color: var(--navy-dark);
        }

        @media (max-width: 768px) {
            .guidelines-container {
                padding: 25px;
                margin: 0 15px;
            }
        }

        .guidelines-list-1{
          list-style: none;
            padding-left: 0;
        }

        .guidelines-list-1 li {
            position: relative;
            padding-left: 15px;
            margin-bottom: 10px;
            color: var(--text-muted);
            font-size: 1.05rem;
            line-height: 1.7;
        }


        .appointment-subtext {
            color: var(--text-muted);
            font-size: 0.95rem;
            margin-bottom: 25px;
            line-height: 1.6;
        }

        .contact-links {
            font-weight: 500;
            margin-bottom: 40px;
        }

        .contact-links a {
            text-decoration: none;
            color: var(--teal-accent);
            margin-right: 20px;
        }

        .faq-main-title {
            font-family: "Rubik", sans-serif !important;
            color: var(--navy-dark);
            font-weight: bold !important;
            font-size: 1.4rem;
            margin-bottom: 40px;
        }

        /* Accordion Customization */
        .accordion-item {
            border: none;
            border: 1px solid #dee2e6 !important;
        }

        .accordion-button {
            font-weight: 600;
            color: var(--navy-dark);
            background-color: transparent !important;
            box-shadow: none !important;
            padding: 20px 0;
            font-size: 1.1rem;
        }

        /* Custom icons for + and - */
        .accordion-button::after {
            background-image: none;
            content: '+';
            font-size: 1.5rem;
            font-weight: 400;
            color: var(--navy-dark);
            transform: none;
        }

        .accordion-button:not(.collapsed)::after {
            content: '−';
            transform: none;
        }

        .accordion-body {
            padding: 0 0 25px 35px;
            color: var(--text-muted);
            line-height: 1.7;
        }

        .accordion-header{
          font-family: "Roboto", sans-serif !important;
          padding-left: 10px;
          padding-right: 10px;
        }

        .accordion-button:not(.collapsed)::after{
/*          display: none;*/
    background-image: var(--bs-accordion-btn-active-ic) !important;
        }

        .accordion-button::after {
    display: none;
}

/* Default (+) */
.toggle-icon::before {
    content: "+";
    font-size: 20px;
    font-weight: 600;
    color: black;
}

/* When accordion is open (−) */
.accordion-button:not(.collapsed) .toggle-icon::before {
    content: "−";
}


:root {
            --navy-dark: #1a233a;
            --teal-primary: #009688;
            --text-gray: #6c757d;
        }

.dept-section {
            padding: 80px 0;
        }

        /* Title Styling */
        .dept-main-heading {
            font-family: "Rubik", sans-serif !important;
            color: var(--navy-dark);
            font-weight: 700;
            font-size: 4.5rem;
            line-height: 1.1;
            margin-bottom: 40px;
        }

        .dept-description {
            color: var(--text-gray);
            font-size: 17px;
            line-height: 30px;
            margin-bottom: 40px;
            text-align: justify;
            font-family: "Roboto", sans-serif !important; 
        }

        /* Buttons */
        .btn-contact {
            background-color: var(--teal-primary);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            margin-right: 15px;
        }

        .btn-learn {
            background-color: transparent;
            color: var(--teal-primary);
            border: 1px solid var(--teal-primary);
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
        }

        /* Feature Cards */
        .feature-card {
            background: white;
            border: 1px solid #eef0f2;
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03);
            height: 100%;
        }

        /*.feature-icon {
            font-size: 2.5rem;
            color: var(--teal-primary);
            margin-bottom: 15px;
        }*/

        .feature-icon-212{
          width: 90px !important;
    height: 90px;
    background-color: #26a69a;
    color: white !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 90px !important;
        font-size: 3.5rem;
    color: #ffffff;
        }

        .feature-title {
            color: var(--navy-dark);
            font-weight: 700;
            font-size: 1rem;
            margin: 0;
        }

        /* Right Side Image */
        .dept-img-container img {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .divider-1 {
            border-top: 1px solid #d1d9e0;
            margin: 30px 0;
        }

        @media (max-width: 991px) {
            .dept-main-heading { font-size: 3rem; }
            .feature-card { margin-bottom: 20px; }
        }

        :root {
            --navy-dark: #1a233a;
            --teal-brand: #009688;
            --text-muted: #6c757d;
        }

        /* Appointment Banner Styling */
        .appointment-banner {
            background-color: var(--teal-brand);
            border-radius: 12px;
            padding: 25px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: white;
            margin-bottom: 80px;
        }

        .banner-text {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .btn-banner-click {
            background-color: white;
            color: var(--teal-brand);
            border: none;
            padding: 10px 25px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            transition: opacity 0.3s;
        }

        .btn-banner-click:hover {
            opacity: 0.9;
            color: var(--teal-brand);
        }

        /* Department Header Styling */
        .dept-header-title {
            font-family: "Rubik", sans-serif !important;
            color: var(--navy-dark);
            font-weight: 700;
            font-size: 3.5rem;
            margin-bottom: 10px;
        }

        .dept-header-subtext {
            color: var(--text-muted);
            font-size: 1.1rem;
            margin-bottom: 30px;
        }

        .section-divider {
            border-top: 1px solid #d1d9e0;
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            .appointment-banner {
                flex-direction: column;
                text-align: center;
                gap: 20px;
            }
            .dept-header-title {
                font-size: 2.5rem;
            }
        }

        :root {
            --navy-dark: #1a233a;
            --teal-brand: #009688;
            --text-muted: #6c757d;
            --light-gray: #f1f4f6;
        }

      

        .dept-grid-section {
            padding-bottom: 80px;
        }

        /* Number Styling (01, 02, etc.) */
        .dept-number {
            color: var(--light-gray);
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 10px;
            display: block;
        }

        /* Title Styling */
        .dept-title {
            color: var(--teal-brand);
            font-weight: 700;
            font-size: 1.4rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            margin-bottom: 20px;
            transition: color 0.3s;
        }

        .dept-title:hover {
            color: var(--navy-dark);
        }

        .dept-title::after {
            content: '>';
            margin-left: 10px;
            font-weight: 400;
        }

        /* Description Styling */
        .dept-desc {
            color: var(--text-muted);
            font-size: 16px !important;
            line-height: 1.7;
            margin-bottom: 25px;
            min-height: 80px; /* Ensures alignment even with different text lengths */
            text-align: justify;
            font-family: "Roboto", sans-serif !important; 
        }

        /* Button Styling */
        .btn-know-more {
            background-color: var(--teal-brand);
            color: white;
            border: none;
            padding: 10px 22px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: background 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 150, 136, 0.2);
        }

        .btn-know-more:hover {
            background-color: #00796b;
            color: white;
        }

        /* Horizontal Divider */
        .dept-row-divider {
            border-top: 1px solid #eef0f2;
            margin: 25px 0;
            width: 100%;
        }

        @media (max-width: 991px) {
            .dept-desc { min-height: auto; }
            .dept-col { margin-bottom: 40px; }
        }

        .community-section {
            max-width: 1140px;
            margin: 0 auto;
            padding-bottom: 2em;
        }

        /* Image Styling */
        .img-wrapper {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }

        /* Typography */
        .section-title-222 {
            font-family: "Rubik", sans-serif !important;
            color: var(--navy-dark);
            font-weight: 700;
            font-size: 3.5rem;
            line-height: 1.1;
            margin-bottom: 30px;
        }

        .section-desc {
            color: var(--text-muted);
            font-size: 1.05rem;
            line-height: 1.8;
            margin-bottom: 40px;
        }

        .join-text {
            color: var(--navy-dark);
            font-weight: 700;
            font-size: 1.25rem;
            margin-bottom: 25px;
        }

        /* Buttons */
        .btn-teal {
            background-color: var(--teal-brand);
            color: white;
            border: none;
            padding: 12px 35px;
            border-radius: 8px;
            font-weight: 600;
            box-shadow: 0 4px 12px rgba(0, 150, 136, 0.3);
            margin-bottom: 40px;
        }

        .btn-teal:hover {
            background-color: #00796b;
            color: white;
        }

        /* Newsletter Form */
        .newsletter-form {
            display: flex;
            gap: 10px;
            max-width: 500px;
        }

        .newsletter-form .form-control {
            border: 1px solid #dee2e6;
            padding: 12px 20px;
            border-radius: 4px;
            background-color: #fcfdfe;
        }

        .btn-subscribe {
            background-color: var(--btn-blue);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 6px;
            font-weight: 600;
            white-space: nowrap;
        }

        @media (max-width: 991px) {
            .section-title { font-size: 2.5rem; }
            .img-wrapper { margin-bottom: 40px; }
            .newsletter-form { flex-direction: column; }
        }

        .span-12-1{
            color: #28bd86;
            text-decoration: none;
            font-weight: bold;
        }

        .preventive-heading-4-small{
                font-size: 16px;
                    font-family: "Rubik", sans-serif !important;
    color: #0c122d;
    font-weight: bold;
/*    font-size: 1.5rem;*/
    margin-bottom: 10px;
    margin-top: 1em;
        }

        .preventive-heading-4-new{
            font-size: 20px;
                    font-family: "Rubik", sans-serif !important;
    color: #0c122d;
    font-weight: bold;
/*    font-size: 1.5rem;*/
    margin-bottom: 10px;
    margin-top: 1em;
        }



        .blog-section {
  background: #f4fbf7;
  padding: 40px 0;
}

.blog-item h3 {
  font-size: 18px;
font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
      font-family: "Roboto", sans-serif;
}

.blog-item h3 a {
  color: #1ec98b;
  text-decoration: none;
}

.blog-item h3 a:hover {
  text-decoration: underline;
}

.blog-date {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}

.blog-item p {
  font-size: 17px;
  line-height: 1.7;
  color: #575c74;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: justify;
}

.blog-item p a {
  color: #1ec98b;
  font-weight: 500;
  text-decoration: none;
}

.blog-item p a:hover {
  text-decoration: underline;
}


.section-title86 { font-weight: bold; font-size: 0.9rem; margin-bottom: 15px; }
        .related-title454 { color: #20c997; text-decoration: none; font-weight: 500; display: block; }
        .related-meta { font-size: 0.85rem; color: #adb5bd; margin-bottom: 0; }
        .social-btn { width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: white; text-decoration: none; margin-right: 8px; }
        .bg-x { background-color: #000; }
        .bg-facebook { background-color: #0d6efd; }
        .bg-whatsapp { background-color: #198754; }