body{
    font-family:Arial,Helvetica,sans-serif;
    margin:0;
    padding:0;
    line-height:1.8;
    color:#222;
    background:#fff;
}

.container{
    max-width:1100px;
    margin:auto;
    padding:20px;
}

.hero{
    position:relative;
    width:100%;
    min-height:700px;
    background:url('https://raghuwanshihospital.com/images/raghuwanshiheaderImage.webp');
    background-size:cover;
    background-position:75% center;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
}

.hero-overlay{
    max-width:850px;
    padding:80px;
    padding-left:100px;
    color:#fff;
}

.hero h1{
    font-size:62px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:30px;
    text-align:left;
    color:#fff;
}

.hero h2{
    font-size:42px;
    line-height:1.2;
    font-weight:800;
    margin:0 0 25px;
    color:#fff;
    text-align:left;
}

.hero h3{
    font-size:22px;
    line-height:1.2;
    font-weight:600;
    margin:0 0 35px;
    color:#fff;
    text-align:left;
}

.hero p{
    font-size:28px;
    line-height:1.5;
    font-weight:600;
    max-width:900px;
    margin-bottom:40px;
    text-align:left;
    color:#fff;
}

.hero .cta{
    background:#000;
    border:2px solid #ff9d00;
    padding:18px 50px;
    font-size:28px;
    border-radius:50px;
    display:inline-block;
}

.hero .cta:hover{
    background:#111;
}

h1{
    margin:0 0 15px;
    line-height:1.3;
}

h2{
    margin-top:40px;
    color:#0c4a6e;
    line-height:1.4;
}

h3{
    line-height:1.4;
}

p{
    margin-bottom:16px;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

a{
    color:#0c4a6e;
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

.cta{
    display:inline-block;
    background:#0c4a6e;
    color:#fff;
    padding:14px 28px;
    border-radius:5px;
    font-weight:bold;
    transition:.3s;
}

.cta:hover{
    opacity:.9;
}

.video{
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    margin:30px 0;
}

.video iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}

ul{
    padding-left:22px;
}

li{
    margin-bottom:8px;
}

.footer{
    margin-top:60px;
    background:linear-gradient(90deg,#2b7f75,#005b5b);
    color:#fff;
}

.footer-top{
    padding:25px 30px;
    border-bottom:2px solid #f39c12;
}

.footer-contact-row{
    max-width:1400px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.footer-contact-row div{
    flex:1;
    text-align:center;
    font-size:22px;
    font-weight:700;
    color:#fff;
}

.footer-contact-row i{
    margin-right:10px;
}

.footer-main{
    max-width:1400px;
    margin:auto;
    padding:50px 30px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:60px;
}

.footer-box{
    flex:1;
    min-width:280px;
}

.footer-box:first-child,
.footer-box:last-child{
    text-align:center;
}

.footer-logo{
    width:100px;
    height:auto;
    margin:0 auto 15px;
    display:block;
}

.footer-box h3{
    margin:0 0 20px;
    font-size:28px;
    color:#fff;
}

.footer-box h4{
    margin:30px 0 15px;
    font-size:22px;
    color:#ff9d00;
}

.social-icons{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:20px;
}

.social-icons a{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#fff;
    color:#005b5b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    transition:.3s;
}

.social-icons a:hover{
    background:#ff9d00;
    color:#fff;
    transform:translateY(-3px);
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#fff;
    font-size:20px;
}

.footer-links a:hover{
    color:#ff9d00;
}

.footer-btn{
    display:inline-block;
    background:#000;
    color:#fff;
    padding:16px 40px;
    border-radius:40px;
    font-size:22px;
    font-weight:bold;
    margin-top:15px;
}

.footer-btn:hover{
    background:#111;
    color:#fff;
}

.copyright{
    background:#000;
    color:#fff;
    text-align:center;
    padding:20px;
    font-size:16px;
}

.map-container{
    width:100%;
    max-width:1400px;
    margin:50px auto 0;
    padding:0 20px;
    box-sizing:border-box;
}

.map-container iframe{
    width:100%;
    height:450px;
    border:0;
    border-radius:12px;
    display:block;
}

@media(max-width:768px){

    .container{
        padding:15px;
    }

    .hero{
        min-height:500px;
        background-position:center right;
    }

    .hero-overlay{
        padding:30px 20px;
    }

    .hero h1{
        font-size:38px;
    }

    .hero h2{
        font-size:22px;
    }

    .hero p{
        font-size:18px;
        line-height:1.6;
    }

    .hero .cta{
        font-size:18px;
        padding:14px 30px;
    }

    h1{
        font-size:30px;
    }

    h2{
        font-size:24px;
    }

    .cta{
        display:block;
        width:100%;
        box-sizing:border-box;
        text-align:center;
    }

    .footer-contact-row{
        flex-direction:column;
        gap:15px;
    }

    .footer-contact-row div{
        font-size:18px;
    }

    .footer-main{
        flex-direction:column;
        text-align:center;
        gap:40px;
    }

    .footer-box{
        width:100%;
        min-width:auto;
    }

    .footer-box h3{
        font-size:24px;
    }

    .footer-links a{
        font-size:18px;
    }

    .footer-btn{
        font-size:20px;
        padding:14px 30px;
    }

    .social-icons{
        justify-content:center;
    }

    .map-container{
        padding:0 15px;
    }

    .map-container iframe{
        height:300px;
    }
}