/* custom.css */
body {
    background: #f8f9fa;
    font-family: 'Poppins', 'Open Sans', sans-serif;
    color: #222;
}

.section-19, .services-section, .award-section, .package-section, .social-media-section, .seo {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    margin: 2em auto;
    padding: 2em 1em;
    max-width: 1200px;
}

.heading.center {
    color: #E53089;
    font-weight: 700;
    margin-bottom: 1em;
}

.package-button, .section-button, .bottom-menu-button {
    background: linear-gradient(90deg, #E53089 0%, #FF7A59 100%);
    color: #fff !important;
    border-radius: 8px;
    padding: 0.75em 2em;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(229,48,137,0.15);
    transition: background 0.2s;
}

.package-button:hover, .section-button:hover, .bottom-menu-button:hover {
    background: linear-gradient(90deg, #FF7A59 0%, #E53089 100%);
}

.number-holder {
    background: #f1f3f6;
    border-radius: 12px;
    padding: 1em;
    margin: 1em;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}

.counter {
    font-size: 2.5em;
    color: #E53089;
    font-weight: 700;
}

.div-block-40 {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.home-banners img, .home-banner img {
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

/* Header Modernization */
.mail-menu.w-nav {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    border-radius: 0 0 16px 16px;
    padding: 0.5em 2em;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.section-46 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.5em;
}
.text-block-313 {
    font-weight: 600;
    color: #E53089;
    margin: 0 0.5em;
}
.image-32 {
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(229,48,137,0.10);
}
.maenu-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brand-2 {
    margin: 0 2em;
}
.nav-menu-2.w-nav-menu {
    display: flex;
    gap: 1.5em;
    align-items: center;
}
.menu-text, .menu-text._2 {
    font-weight: 500;
    color: #222;
    transition: color 0.2s;
}
.menu-text:hover, .menu-text._2:hover {
    color: #E53089;
}
.menu-icon {
    margin-right: 0.5em;
}
.menu-link-2, .menulink-icon {
    border-radius: 8px;
    padding: 0.5em 1em;
    transition: background 0.2s;
}
.menu-link-2:hover, .menulink-icon:hover {
    background: #f8f9fa;
}
.search-input.w-input {
    border-radius: 8px;
    border: 1px solid #E53089;
    padding: 0.5em 1em;
    width: 200px;
}

/* Footer Modernization */
.footer-setion {
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.07);
    padding: 2em 1em;
    margin-top: 2em;
}
.container-footer {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2em;
}
.footer-heading {
    color: #E53089;
    font-weight: 700;
    margin-bottom: 1em;
}
.footer-link {
    color: #222;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.footer-link:hover {
    color: #E53089;
    text-decoration: underline;
}
.social-media-block {
    display: flex;
    gap: 1em;
    margin-top: 1em;
}
.social-media-icon {
    background: #f8f9fa;
    border-radius: 50%;
    padding: 0.5em;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-media-icon:hover {
    background: #E53089;
    color: #fff;
}
.text-block-17 {
    text-align: center;
    color: #888;
    font-size: 0.95em;
    margin-top: 2em;
}

@media (max-width: 768px) {
    .section-19, .services-section, .award-section, .package-section, .social-media-section, .seo {
        padding: 1em 0.5em;
    }
    .heading.center {
        font-size: 1.5em;
    }
    .mail-menu.w-nav, .footer-setion {
        padding: 1em 0.5em;
    }
    .container-footer {
        grid-template-columns: 1fr;
        gap: 1em;
    }
    .nav-menu-2.w-nav-menu {
        flex-direction: column;
        gap: 0.5em;
    }
}

/* Doctor Card Photo Styling - Square with rounded corners (Prevents cutting off faces) */
.doctor-photo-frame {
    width: 180px;
    height: 180px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    background-color: #ffffff;
    border: 2px solid #fbcfe8; /* pink-200 */
    box-shadow: 0 2px 10px rgba(229, 48, 137, 0.10);
    margin-bottom: 1rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.3s ease;
    display: block;
}

.doctor-card:hover .doctor-photo-frame img {
    transform: scale(1.05);
}

.doctor-photo-frame-lg {
    width: 260px;
    height: 260px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
    border: 4px solid #fbcfe8;
    box-shadow: 0 4px 16px rgba(229, 48, 137, 0.12);
    margin-bottom: 1rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor-photo-frame-lg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Insurance & Healthcare Partners Slider */
.insurance-partners-section {
    background: linear-gradient(180deg, #fbfcfe 0%, #ffffff 100%);
}

.insurance-partner-card {
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 14px;
    padding: 14px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
    min-height: 120px;
}

.insurance-partner-card:hover {
    border-color: #fbcfe8;
    box-shadow: 0 6px 18px rgba(229, 48, 137, 0.12);
    transform: translateY(-3px);
}

.insurance-logo-wrapper {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.insurance-logo-wrapper img {
    max-height: 52px;
    max-width: 90%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.insurance-partner-card:hover .insurance-logo-wrapper img {
    transform: scale(1.06);
}

.insurance-swiper-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12) !important;
    color: #E53089 !important;
    border: 1px solid #fbcfe8 !important;
    transition: all 0.2s ease !important;
}

.insurance-swiper-btn:after {
    font-size: 14px !important;
    font-weight: bold !important;
}

.insurance-swiper-btn:hover {
    background: #E53089 !important;
    color: #ffffff !important;
    border-color: #E53089 !important;
}

.insurance-pagination .swiper-pagination-bullet-active {
    background: #E53089 !important;
    width: 20px !important;
    border-radius: 6px !important;
}