*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins', sans-serif;
    background: linear-gradient(135deg,#f9f3e9,#ffffff);
    color:#333;
}

.hero{
    height:80vh;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),
    url('https://www.balsanavimalnath.org/medias/slide/big/37/dsc-4752-1.jpg') center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:white;
}

.hero h1{
    font-family:'Playfair Display', serif;
    font-size:3rem;
    margin-bottom:20px;
}

.btn{
    display:inline-block;
    padding:12px 30px;
    background:#c89b3c;
    color:white;
    text-decoration:none;
    border-radius:30px;
}

.counter-section{
    padding:60px 10%;
    text-align:center;
    background:#fff8ec;
}

.counter-section h2{
    font-family:'Playfair Display', serif;
    margin-bottom:30px;
}

.counter-box{
    font-size:4rem;
    font-weight:bold;
    color:#c89b3c;
}

.form-section{
    padding:60px 5%;
}

.form-container{
    max-width:900px;
    margin:auto;
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
    border-radius:12px;
    overflow:hidden;
}

iframe{
    width:100%;
    height:900px;
    border:none;
}

footer{
    background:#111;
    color:#ccc;
    text-align:center;
    padding:20px;
}
