#heroCarousel .carousel-item {
    height: 85vh;              /* controls slider height */
    min-height: 450px;
}

#heroCarousel .carousel-item img.slider-img {
    height: 100%;
    width: 100%;
    object-fit: cover;        /* fills area without distortion */
}

/* Center caption better */
#heroCarousel .carousel-caption {
    bottom: 30%;
}

#heroCarousel .carousel-caption h1 {
    font-size: 2rem;
    font-weight: 700;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    #heroCarousel .carousel-item {
        height: 60vh;
    }

    #heroCarousel .carousel-caption h1 {
        font-size: 1.8rem;
    }
}

.custom-caption h1 {
    color: #C48B21;
}

.custom-caption p {
    color: #C48B21;
}

.about-page-bg {
    background: url("/images/home1/banner/background3.jpg") center top / cover no-repeat fixed;
    position: relative;
}

.about-hero {
    position: relative;
    padding: 50px 60px;
    background: transparent;
    
}

.about-hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.-10), rgba(255, 255, 255, 0.05));
}

.founder-block {
    margin-bottom: 120px;  /* adjust: 80px, 100px, 140px */
}
.about-Us-header {
    max-width: 620px;
}
.hero-text{
    position: relative;
    top: -60px;   /* try -10px, -15px, -25px if needed */
}


.about-Us-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.about-Us-header p {
    color:#ffffff;
    /*font-weight: 400;*/
}

.about-hero h2 {
    color:#ffffff;
    font-weight: 700;
}

.about-hero h4,
.about-hero p {
    color:#ffffff;
   /* font-weight: 700;*/
}


/* stats */
.stat-card {
    background: #eaf4ff;
    padding: 35px 30px;
    border-radius: 4px;
    height: 100%;
    transition: 0.3s;
}

.stat-card i {
    font-size: 40px;
    color: #7a97b8;
    margin-bottom: 20px;
    display: inline-block;
}

.stat-card p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #0b2c5d;
}

.stat-card h2 {
    font-size: 46px;
    font-weight: 700;
    color: #0b2c5d;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* sections */
.section-white,
.section-light {
    background: transparent;
}

/* mission vision */
/*.mv-box {
    background: #bed7f4;
    padding: 12px 22px;
    border-radius: 30px;
}*/

/* values */
.values span {
    display: inline-block;
    background: #eaf4ff;
    margin: 8px;
    padding: 12px 22px;
    border-radius: 30px;
    font-weight: 600;
    color: #0b2c5d;
}

/* map */
.map-section iframe {
    display: block;
}

/* SERVICES HERO */
.services-hero {
    position: relative;
    padding: 50px 0 50px;
    background: url("/images/home1/banner/background3.jpg") center/cover no-repeat;
    text-align: center;
}

.services-hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.-10), rgba(255,255,255,0.95));
}

.services-hero h1 {
    font-size: 38px;
    font-weight: 700;
    color:  #ffffff;
}

.services-hero p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    
}


/* SERVICES GRID */
.services-section {
    padding: 90px 0;
}

.service-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.service-content {
    padding: 25px;
}

.service-content h4 {
    color: #0b2c5d;
    font-weight: 700;
}

.service-content p {
    color: #3b6ea5;
    font-size: 15px;
}


/* FEATURED SERVICE */
.featured-service {
    background: #f5f9fd;
    padding: 100px 0;
}

.featured-service h2 {
    color: #0b2c5d;
    font-weight: 700;
}

.featured-service p {
    color: #3b6ea5;
    line-height: 1.7;
}

.services-slider-section {
    padding: 0.5px 0;
    background: #f6f6f9
}


.tags span {
    display: inline-block;
    background: #ffffff;
    color: #0b2c5d;
    padding: 6px 14px;
    margin: 5px 5px 0 0;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* ARROWS */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #0b2c5d;
    border-radius: 50%;
    padding: 18px;
}

/* HERO */
.doctors-hero {
    background: linear-gradient(to right, rgba(243, 188, 7, 0.43) , rgba(127, 192, 238, 0.99));
    padding: 80px 0;
}

.doctors-hero h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1F4E6D
}

.doctors-hero .btn {
    border-radius: 40px;
    padding: 10px 15px;
    color: #1F4E6D

}


/* DOCTOR CARDS */
.doctors-section {
    padding: 70px 0;
    
}

.doctor-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 20px #EAF4FB;
    position: relative;
    transition: 0.3s;
}

.doctor-card:hover {
    transform: translateY(-6px);
    
}

.doctor-card img {
    width: 100%;
    max-height: 240px;
    object-fit: contain;
    
}

.doctor-card h5 {
    margin-top: 15px;
    font-weight: 700;
}

.doctor-card p {
    color: #666;
    font-size: 14px;
}

.doctor-card span {
    font-size: 13px;
    font-weight: 600;
    color: #0c7c7a;
    
}

.arrow-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #0c7c7a;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
}

