   body {
            font-family: 'Inter', sans-serif;
            background: linear-gradient(90deg, #e6f7fb 0%, #fff6e8 100%);
            color: #1f2937;
        }

        /* Navbar */
        .nav-link {
            font-weight: 600;
            color: #166534 !important;
        }

        .btn-login {
            background: #166534;
            color: #fff;
            border-radius: 50px;
            padding: 8px 22px;
            font-weight: 600;
        }

        /* Hero */
        .hero-title {
            font-size: 1.5rem;
            font-weight: 800;
            line-height: 1.1;
        }

        .hero-text {
            color: #6b7280;
            max-width: 560px;
            font-size: 20px;

        }

        .btn-primary-custom {
            background: #22c55e;
            color: #fff;
            border-radius: 50px;
            padding: 14px 28px;
            font-weight: 600;
            border: none;
        }

        .btn-outline-custom {
            border: 2px solid #22c55e;
            color: #166534;
            border-radius: 50px;
            padding: 14px 28px;
            font-weight: 600;
            background: #fff;
        }

        /* Avatars */
        .avatars img {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 2px solid #fff;
            margin-left: -10px;
        }

        .avatar-more {
            background: #111827;
            color: #fff;
            font-size: 12px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: -10px;
        }

        /* Stats */
        .stat-number {
            font-size: 2rem;
            font-weight: 800;
        }

        .stat-bar {
            height: 6px;
            border-radius: 10px;
            margin-top: 4px;
            width: 70px;
        }

        .yellow { background: #facc15; }
        .green { background: #22c55e; }
        .darkgreen { background: #166534; }

        /* Image Grid */
        .image-grid img {
            width: 100%;
            border-radius: 16px;
            object-fit: cover;
        }

        .grid-col {
            display: grid;
            gap: 18px;
        }


  

        @media (max-width: 991px) {
            .hero-title {
                font-size: 2.6rem;
            }
        }

/* about image animation  */

/* Medical-style image animation */
.animate-medical {
    animation:
        fadeInScale 1.2s ease-out forwards,
        floatImage 4s ease-in-out infinite;
    opacity: 0;
    transform: scale(0.95);
}

/* Fade + scale on load */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Gentle floating motion */
@keyframes floatImage {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.animate-medical:hover {
    box-shadow: 0 20px 40px rgba(34, 197, 94, 0.25);
    transition: box-shadow 0.4s ease;
}
/* services */
.service-icon {
    font-size: 3rem;
}

.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.service-link {
    margin-top: auto;
    display: inline-block;
    font-weight: 600;
    color: #22c55e;
    text-decoration: none;
}

.service-link:hover {
    text-decoration: underline;
}
/* Testimony */
 .testimonial-section {
        padding: 80px 0;
    }

    .testimonial-title {
        text-align: center;
        margin-bottom: 60px;
    }

    .testimonial-card {
        background: #ffffff;
        border-radius: 15px;
        padding: 30px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        transition: transform 0.3s;
    }

    .testimonial-card:hover {
        transform: translateY(-5px);
    }

    .testimonial-card .quote-icon {
        font-size: 30px;
        color: #22c55e;
    }

    .testimonial-card p {
        font-style: italic;
        color: #555;
    }

    .testimonial-card h6 {
        margin-top: 20px;
        font-weight: bold;
        color: #0b1c2d;
    }

    .testimonial-card span {
        font-size: 0.9rem;
        color: #888;
    }

    .carousel-indicators [data-bs-target] {
        background-color: #22c55e;
    }

    .testimonial-grid {
        margin-top: 60px;
    }

    .testimonial-grid .card {
        border: none;
        border-radius: 15px;
        padding: 20px;
        background: #fff;
        box-shadow: 0 6px 15px rgba(0,0,0,0.08);
        transition: transform 0.3s;
        height: 100%;
    }

    .testimonial-grid .card:hover {
        transform: translateY(-5px);
    }

    .testimonial-grid .card img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

    .testimonial-grid .card-body {
        padding: 15px 0 0 0;
    }

    .testimonial-grid .card-body p {
        font-style: italic;
        color: #555;
        margin-bottom: 10px;
    }

    .testimonial-grid .card-body h6 {
        font-weight: bold;
        color: #0b1c2d;
        margin-bottom: 0;
    }

    .testimonial-grid .card-body span {
        font-size: 0.85rem;
        color: #888;
    }

    /* contact */
    
        .contact-card {
            border-radius: 20px;
        }

        .contact-icon {
            font-size: 2rem;
            color: #22c55e;
        }

        .btn-login {
            background: #166534;
            color: #fff;
            border-radius: 50px;
            padding: 10px 26px;
            font-weight: 600;
            border: none;
        }

        .btn-login:hover {
            background: #14532d;
            color: #fff;
        }

        /*about */

         .about-hero h1 {
            font-weight: 700;
        }

        /* SECTION TITLE */
        .section-title {
            font-weight: 700;
            margin-bottom: 15px;
        }

        /* ABOUT IMAGE */
        .about-image {
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
            transition: transform 0.4s ease;
        }

        .about-image:hover {
            transform: scale(1.03);
        }

        /* MISSION CARDS */
        .mission-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 30px;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: transform 0.3s ease;
        }

        .mission-card:hover {
            transform: translateY(-8px);
        }

        .mission-icon {
            font-size: 40px;
            color: #0d6efd;
        }

        /* choose */
        
        /* ICON CIRCLES */
        .why-icon {
            width: 70px;
            height: 70px;
            background: #eaf4ff;
            color: #0d6efd;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            margin-bottom: 15px;
        }

        /* CARDS */
        .why-card {
            background: #fff;
            border-radius: 20px;
            padding: 30px;
            height: 100%;
            box-shadow: 0 12px 35px rgba(0,0,0,0.08);
            transition: transform 0.3s ease;
        }

        .why-card:hover {
            transform: translateY(-8px);
        }

        /* IMAGE */
        .why-image {
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }