﻿body {
    font-family: 'Segoe UI';
    background: #F7F9FC;
}

.top-header {
    background: #0B2F63;
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

    .top-header a {
        color: white;
        text-decoration: none;
    }

.navbar {
    padding: 15px 0;
}

.navbar-brand img {
    height: 55px;
}

.nav-link {
    font-weight: 600;
    margin-left: 12px;
    margin-right: 12px;
    color: #1A2B50 !important;
}

    .nav-link:hover {
        color: #0D6EFD !important;
    }

.btn-primary {
    border-radius: 30px;
    padding: 10px 28px;
}

.footer {
    margin-top: 80px;
    background: #0B2F63;
    padding: 40px;
    color: white;
    text-align: center;
}
.hero-section {
    padding: 80px 0;
    background: #F8FAFD;
}

.top-header {
    background: #0d6efd;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.top-header {
    background: #ffffff;
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
}

.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-left: 8px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: all .3s ease;
}

/* Facebook */
.facebook {
    background: #1877F2;
}

/* Instagram */
.instagram {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}

/* LinkedIn */
.linkedin {
    background: #0A66C2;
}

/* YouTube */
.youtube {
    background: #FF0000;
}

/* X (Twitter) */
.twitter {
    background: #000000;
}

/* WhatsApp */
.whatsapp {
    background: #25D366;
}

/* Hover */
.social-icon:hover {
    transform: translateY(-3px) scale(1.1);
    color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
}

.gallery-item {
    transition: all .35s ease;
}

.gallery-card {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    transition: .4s;
}

    .gallery-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 35px rgba(0,0,0,.2);
    }

.gallery-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .4s;
}

.gallery-card:hover .gallery-img {
    transform: scale(1.08);
}

.gallery-overlay {
    padding: 18px;
    background: #fff;
    text-align: center;
}

/* ===========================
   HEADER
=========================== */

.top-header {
    background: #f8f9fa;
    font-size: 14px;
}

    .top-header a {
        color: #333;
    }

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-left: 8px;
    transition: .3s;
}

.facebook {
    background: #1877F2;
    color: #fff;
}

.instagram {
    background: #E4405F;
    color: #fff;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.navbar-nav .nav-link {
    font-weight: 600;
    padding: 12px 15px !important;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

    .footer a:hover {
        color: #0d6efd;
    }



/*======================================================
FLOATING BUTTONS
======================================================*/

.call-button {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 58px;
    height: 58px;
    background: #28A745;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    z-index: 9999;
    transition: .3s;
}

    .call-button:hover {
        color: #fff;
        transform: scale(1.08);
    }

#backTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: #0B2F63;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    z-index: 9999;
    transition: .3s;
}

    #backTop:hover {
        color: #fff;
        background: #084173;
    }

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins','Segoe UI',sans-serif;
    background: #F8F9FA;
    color: #333;
    overflow-x: hidden;
}

main {
    min-height: 600px;
}

section {
    padding: 70px 0;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    transition: .3s;
}

.card {
    border: none;
    border-radius: 12px;
    transition: .3s;
}

    .card:hover {
        transform: translateY(-4px);
    }

.about-doctor {
    padding: 80px 0;
    background: #ffffff;
}

.about-doctor-image {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
    border: 8px solid #fff;
}

.section-tag {
    display: inline-block;
    background: #EAF4FF;
    color: #0B2F63;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.experience-box {
    display: inline-block;
    margin: 20px 0;
    padding: 12px 20px;
    background: #0B2F63;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}

.mission-card {
    background: #F8F9FA;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

    .mission-card h5 {
        color: #0B2F63;
        font-weight: 700;
    }

.hero-section {
    min-height: 700px;
    display: flex;
    align-items: center;
}

.hero-doctor {
    max-width: 420px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0,0,0,.20);
}

/*==================================
  TECHNOLOGY
===================================*/

.technology-section {
    background: #F8FBFF;
    padding: 90px 0;
}

.section-badge {
    background: #E9F2FF;
    color: #0B2F63;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title {
    color: #0B2F63;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #666;
    max-width: 760px;
    margin: auto;
    margin-bottom: 50px;
    font-size: 18px;
}

.technology-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.technology-image {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 18px;
}

.technology-title {
    color: #0B2F63;
    font-weight: 700;
    margin-bottom: 20px;
}

.technology-description {
    color: #555;
    line-height: 1.8;
}

.section-subtitle {
    max-width: 800px;
    margin: auto;
}

.section-title {
    margin-bottom: 20px;
}

.technology-item {
    margin-top: 40px;
}

.technology-benefits {
    background: #F4F8FF;
    border-left: 5px solid #0B2F63;
    padding: 20px;
    border-radius: 10px;
}

.technology-footer {
    font-weight: 600;
    color: #0B2F63;
}


/*=========================
HOSPITALS
=========================*/

.hospital-section {
    background: #ffffff;
    padding: 90px 0;
}

.hospital-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    transition: .3s;
    height: 100%;
}

    .hospital-card:hover {
        transform: translateY(-8px);
    }

.hospital-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.hospital-body {
    padding: 25px;
}

    .hospital-body h4 {
        color: #0B2F63;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .hospital-body p {
        margin-bottom: 12px;
        color: #555;
    }

    .hospital-body i {
        color: #0B2F63;
        width: 22px;
    }

/*=====================================
 MOBILE RESPONSIVE
======================================*/

@media (max-width:991px) {

    /* Navbar */

    .navbar-brand img {
        max-height: 55px;
    }

    .navbar-nav {
        text-align: center;
        margin-top: 15px;
    }

        .navbar-nav .nav-item {
            margin: 8px 0;
        }

    .navbar .btn {
        width: 100%;
        margin-top: 10px;
    }

    /* Hero */

    .hero-section {
        padding: 40px 0;
        text-align: center;
    }

        .hero-section .row {
            flex-direction: column-reverse;
        }

        .hero-section h1 {
            font-size: 36px;
        }

        .hero-section h4 {
            font-size: 22px;
        }

        .hero-section p {
            font-size: 16px;
        }

    .doctor-image {
        max-width: 300px;
        margin: 0 auto 30px;
        display: block;
    }

    /* Buttons */

    .hero-section .btn {
        width: 100%;
        margin-bottom: 12px;
    }

    /* Statistics */

    .statistics-section .col-lg-3,
    .statistics-section .col-md-6 {
        margin-bottom: 20px;
    }

    /* Technology */

    .technology-item {
        padding: 20px;
    }

    .technology-image {
        margin-bottom: 25px;
        height: auto;
    }

    /* Hospital */

    .hospital-card {
        margin-bottom: 25px;
    }

    /* Footer */

    footer {
        text-align: center;
    }
}

@media (max-width:576px) {

    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 26px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 15px;
        padding: 0 10px;
    }

    .btn {
        font-size: 15px;
        padding: 12px 18px;
    }

    .doctor-image {
        max-width: 240px;
    }

    .technology-item {
        padding: 15px;
    }

    .hospital-body {
        padding: 18px;
    }
}