body{
    background-color:aqua;
    margin: 0;
}
/* #intro{
    width:100%;
    height: 500px;
    background-image: url(../images/susannp4-background-1524540_1920.jpg);
}
#intro h1{
    color:azure;
    font-family: 'Times New Roman', Times, serif;

}
#intro p{
    color:rgb(194, 246, 4);
    font-family: 'Times New Roman', Times, serif;
} */
 #intro {
    width: 100%;
    height: 550px;
    background: linear-gradient(rgba(0, 0, 0, 0.388), rgba(0, 0, 0, 0.493)),
                url("../images/susannp4-background-1524540_1920.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    text-align: center;
    max-width: 800px;
    padding: 20px;
}

#intro h1 {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}

#intro p {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.btn {
    display: inline-block;
    padding: 15px 35px;
    background: #ff9800;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    transition: 0.3s;
}

.btn:hover {
    background: #e68900;
    transform: scale(1.05);
}
/* #topic{
    width: 100%;
    height:300px;
    background-color: beige;
    display: flex;
}
.topic1{
    width:35%;
    height:300px;
}
.topic2{
    width:30%;
    height:300px;
    background-color: rgb(229, 255, 127);
}
.topic3{
    width:40%;
    height:300px;
    background-color: rgb(17, 204, 221);
} */
 #topic{
    width:90%;
    margin:60px auto;
    display:flex;
    justify-content:center;
    gap:25px;
}

.topic1,
.topic2,
.topic3{
    flex:1;
    height:420px;
    border-radius:20px;
    overflow:hidden;
    position:relative;
    background-size:cover;
    background-position:center;
    cursor:pointer;
    transition:0.4s ease;
    display:flex;
    align-items:flex-end;
    box-shadow:0 10px 25px rgba(0,0,0,0.25);
}

/* Background Images */
.topic1{
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.578),rgba(0,0,0,.7)),
        url("../images/hosinai.png");
}

.topic2{
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5),rgba(0,0,0,.7)),
        url("../images/hosi.mombasa.png");
}

.topic3{
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.664),rgba(0,0,0,.7)),
        url("../images/hosikisumu.png");
}

/* Hover Effect */
.topic1:hover,
.topic2:hover,
.topic3:hover{
    transform:translateY(-10px) scale(1.03);
    box-shadow:0 18px 35px rgba(0,0,0,.35);
}

.content{
    color:white;
    padding:25px;
}

.content h2{
    font-size:32px;
    margin-bottom:10px;
    font-family:Georgia, serif;
}

.content p{
    font-size:17px;
    line-height:1.6;
    margin-bottom:20px;
}

.content a{
    display:inline-block;
    padding:10px 22px;
    background:#ff9800;
    color:white;
    text-decoration:none;
    border-radius:30px;
    font-weight:bold;
    transition:0.3s;
}

.content a:hover{
    background:#ff6f00;
}
/* #parent{
    width:100%;
    height:400px;
    display: flex;
}
.parent1{
    width:50%;
    height:400px;
    background-color:rgb(47, 61, 6);
}
.parent2{
    width:50%;
    height:400px;
    background-color:bisque;
} */
 /* ===========================
   Hospital Branch Section
=========================== */

#parent{
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 8%;
    gap: 60px;
    background: #dcdbb777;
    box-sizing: border-box;
}

/* Left Section */
.parent1{
    flex: 1;
}

.subtitle{
    display: inline-block;
    color: #0084c8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.parent1 h2{
    font-size: 42px;
    color: #1c2b36;
    margin-bottom: 20px;
    line-height: 1.3;
}

.parent1 p{
    color: #666;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Features */
.features{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin: 35px 0;
}

.feature{
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    transition: .3s;
}

.feature:hover{
    transform: translateY(-5px);
}

.feature span{
    font-size: 28px;
    margin-right: 15px;
}

.feature p{
    margin: 0;
    font-weight: 600;
    color: #1c2b36;
}

/* Button */
.btn{
    display: inline-block;
    background: #0084c8;
    color: white;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 30px;
    font-weight: bold;
    transition: .3s;
}

.btn:hover{
    background: #006699;
}

/* Right Section */
.parent2{
    flex: 1;
}

.parent2 img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
}
.parent2 img:hover{
    transform:translateY(-10px) scale(1.03);
    box-shadow:0 18px 35px rgba(0,0,0,.35);
}
/* Responsive Design */
@media (max-width: 992px){

    #parent{
        flex-direction: column;
        padding: 60px 5%;
    }

    .parent1{
        text-align: center;
    }

    .features{
        grid-template-columns: 1fr;
    }

    .parent2 img{
        height: 400px;
    }
}