body {
    font-family: 'Poppins', sans-serif;
    background-color: #cceae8 !important;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #009A8F;
    text-align: center;
}

.section-desc {
    color: #444;
    font-size: 1.1rem;
    max-width: 900px;
    margin: auto;
    text-align: center;
    line-height: 1.7;
}


/* Emergency Bar */
/* Emergency Bar Styling */
.emergency-bar {
    background: #007a72;
    padding: 8px 0;
    font-size: 0.95rem;
}

.emergency-bar span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    font-weight: 500;
}

.emergency-btn {
    background: #F36C21;
    color: #fff !important;
    padding: 6px 18px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
}

.emergency-btn:hover {
    background: #d85a19;
}






.navbar {
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.logo-img {
    height: 90px;
    width: auto;
    object-fit: contain;
}

.navbar-nav {
    align-items: center;
}

.nav-item {
    padding: 0 12px;
}

.nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #333 !important;
    padding: 8px 5px;
}

.nav-link:hover,
.nav-link.active {
    color: #009A8F !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.navbar .dropdown-menu {
    border-radius: 10px;
    padding: 10px 0;
}



.dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.dropdown-item {
    font-size: 18px;
    padding: 10px 16px;
}

.dropdown-item:hover {
    background: #009A8F;
    color: white;
}


.btn-appointment {
    font-size: 18px;
    font-weight: 600;
    background: #F36C21;
    padding: 10px 25px;
    border-radius: 8px;
    color: #fff !important;
}

.btn-appointment:hover {
    background: #d45717;
}


/* ----------------------------------
   GLOBAL STYLES
---------------------------------- */
body {
    font-family: 'Poppins', sans-serif;
    background: #f7fdfd;
    color: #333;
}

/* Page Header */
.page-header {
    background: #007a72;
    padding: 60px 20px;
    color: #fff;
    /* border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px; */
}

.page-header h1 {
    font-size: 2.7rem;
    font-weight: 700;
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Section Titles */
.section-title {
    color: #007a72;
    font-weight: 700;
    font-size: 2rem;
}

/* Description */
.page-desc {
    color: #444;
    font-size: 1.1rem;
    max-width: 900px;
    margin: auto;
    line-height: 1.7;
    text-align: center;
}

/* Service Layout Flex */
.service-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Reverse Layout */
.service-flex.reverse {
    flex-direction: row-reverse;
}

/* Content Area */
.service-content {
    flex: 1;
}

.service-heading {
    color: #009a8f;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-desc {
    color: #555;
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: justify;
}

/* Features with Icons */
.service-feature {
    font-size: 1.05rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #007a72;
    font-weight: 500;
}

.service-feature i {
    font-size: 1.2rem;
    color: #f36c21;
}

/* Image Box */
.service-image-box {
    flex: 1;
    text-align: center;
}

.service-img {
    width: 100%;
    max-width: 450px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}


/* Responsive */
@media (max-width: 992px) {
    .service-flex, .service-flex.reverse {
        flex-direction: column;
        text-align: center;
    }

    .service-image-box img {
        max-width: 85%;
    }
}

.footer {
    background: #009A8F;
}

.footer-col {
    min-height: 200px;
}

.footer-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
}

/* LINKS */
.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
}
.footer-link:hover {
    color: #d45717;
}

/* LOGO BOX */
.footer-logo-box {
    background: #ffffff;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    display: inline-block;
}

.footer-logo {
    width: 110px;
    height: auto;
}

/* BELOW LOGO TEXT */
.footer-hospital-name {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1rem;
}

/* SOCIAL ICONS */
.social-icons i {
    font-size: 26px;
    color: white;
    transition: 0.3s ease;
}
.social-icons i:hover {
    color: #d45717;
}

/* EQUAL SPACING */
.footer .row {
    display: flex;
    justify-content: space-between;
}

/* FOOTER BOTTOM */
.footer-bottom {
    font-size: 0.95rem;
}


/* =========================
   FLOATING CALL & WHATSAPP
========================= */

.floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 9999;
}

.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Call Button */
.call-btn {
    background: #00c389;
}

/* WhatsApp Button */
.whatsapp-btn {
    background: #25D366;
}

/* Hover Effect */
.float-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 12px 25px rgba(0,0,0,0.35);
}

/* Mobile adjustment */
@media (max-width: 576px) {
    .float-btn {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}


@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.whatsapp-btn {
    animation: pulse 2s infinite;
}
