.hero-section {
    background: url("../images/ambulance.jpg");
    background-size: cover;
    min-height: 60vh;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.elementor-background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom right, rgb(35 112 182 / 0.8), rgb(30 64 175 / 0.8));
    content: '';
    z-index: -1;
}

.text-content h1 {
    font-size: 2.5rem;
}

.text-content p {
    font-size: 1.1rem;
}

.booking-form {
    max-width: 80%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding: 40px 20px;
    }

    .text-content h1 {
        font-size: 2rem;
    }

    .booking-form {
        margin-top: 40px;
    }
}

/* Section 2 */
.medical-excellence img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}
.medical-excellence h2 {
    font-size: 1.8rem;
}

.medical-excellence ul i {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .medical-excellence h2 {
        text-align: center;
    }

    .medical-excellence p,
    .medical-excellence ul {
        text-align: center;
    }
}

/* Story So Far */
.our-story {
    background: linear-gradient(to right, #0f1c2e, #121e30);
}

.stat-card {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background 0.3s ease;
}

.stat-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.our-story h2 {
    font-size: 2rem;
}

@media (max-width: 768px) {
    .our-story h2 {
        font-size: 1.6rem;
    }
}


@media (max-width: 500px) {
    .section-padding {
        padding: 50px 0;
    }

    .medical-excellence h2 {
        text-align: left;
        font-size: 1.5rem;
    }

    .medical-excellence p, .medical-excellence ul {
        text-align: left;
        font-size: 1rem;
    }

    .why-choose h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

}
