:root{

```
--maroon:#6B0F0F;
--gold:#C18A2A;
--cream:#FAF7F2;
--brown:#3A2315;
```

}

body{

```
font-family:'Poppins',sans-serif;
background:var(--cream);
color:var(--brown);
```

}

.brand-name{

```
font-family:'Cinzel',serif;
font-weight:700;
color:var(--maroon);
```

}

.hero{

    min-height:90vh;
    display:flex;
    align-items:center;

    background:
    linear-gradient(
        135deg,
        #faf7f2 0%,
        #f3eadb 100%
    );

}

.hero-image{

    max-height:600px;
    width:auto;
    object-fit:contain;

}

h1{

```
font-family:'Cinzel',serif;
color:var(--maroon);
font-size:4rem;
font-weight:700;
```

}

h2{

```
font-family:'Cinzel',serif;
font-size:2rem;
margin-top:10px;
```

}

.tagline{

```
color:var(--gold);
font-size:1.4rem;
font-weight:600;
margin:25px 0;
```

}
.hero-content{

    padding-left:40px;

}
.hero-text{

    font-size:1.15rem;
    line-height:1.8;
    max-width:550px;

}
.hero-subtitle{

    color:#C18A2A;

    letter-spacing:2px;

    text-transform:uppercase;

    font-size:.95rem;

    font-weight:600;

    margin-top:15px;

}
.btn-gold{

    background:#C18A2A !important;
    color:#ffffff !important;

    border:none;

    padding:14px 30px;

    border-radius:30px;

    font-weight:600;

}

.btn-gold:hover{

    background:#6B0F0F !important;
    color:#ffffff !important;

}
.divider{

    width:120px;
    height:3px;

    background:#C18A2A;

    margin:25px 0;

}
.about-section{

    padding:120px 0;

    background:#ffffff;

}

.about-image{

    max-height:450px;

    margin-top:-40px;

    border-radius:20px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);

}
.section-label{

    color:#C18A2A;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:10px;

}

.about-title{

    color:#6B0F0F;

    margin-bottom:10px;

}

.gold-text{

    color:#C18A2A;

    margin-bottom:20px;

}

.about-intro{

    font-size:1.1rem;

    font-weight:600;

}

.why-section{

    padding:120px 0;

    background:#faf7f2;

}

.feature-card{

    background:#ffffff;

    padding:30px;

    border-radius:20px;

    height:100%;

    box-shadow:
    0 10px 25px rgba(0,0,0,.05);

    transition:.3s;

}

.feature-card:hover{

    transform:translateY(-5px);

}

.feature-card h4{

    color:#6B0F0F;

    margin-bottom:15px;

}
.nav-link{

    color:var(--brown);
    font-weight:500;

    margin-left:10px;
    margin-right:10px;

    transition:.3s;

}
.nav-link:hover{

    color:var(--gold);

    transform:translateY(-2px);

}
.courses-section{

    padding:120px 0;

    background:#ffffff;

}

.course-card{

    background:#faf7f2;

    border-top:4px solid var(--gold);

    border-radius:20px;

    padding:35px;

    height:100%;

    box-shadow:
    0 10px 25px rgba(0,0,0,.05);

    transition:.3s;

}

.course-card:hover{

    transform:translateY(-5px);

}

.course-card h3{

    color:#6B0F0F;

    margin-bottom:20px;

}

.course-card ul{

    padding-left:20px;

}

.course-card li{

    margin-bottom:10px;

}
.gandharva-section{

    padding:120px 0;

    background:#faf7f2;

}

.exam-box{

    background:#ffffff;

    border-radius:20px;

    padding:40px;

    box-shadow:
    0 10px 25px rgba(0,0,0,.05);

}

.exam-box ul{

    list-style:none;

    padding:0;

}

.exam-box{

    background:#ffffff;

    border-radius:20px;

    padding:40px;

    box-shadow:
    0 10px 25px rgba(0,0,0,.05);

    border-top:4px solid var(--gold);

}
.admissions-section{

    padding:120px 0;

    background:#ffffff;

}

.enquiry-form{

    max-width:900px;

    margin:auto;

}

.form-control{

    border-radius:12px;

    padding:14px;

}
.footer-section{

    background:#6B0F0F;

    color:#ffffff;

    padding:60px 0;

}

.footer-section h4{

    color:#ffffff;

}

.footer-section p{

    margin-bottom:10px;

}

.footer-section hr{

    border-color:
    rgba(255,255,255,.2);

}

.copyright{

    font-size:.9rem;

    opacity:.8;

}
.whatsapp-float{

    position:fixed;

    bottom:25px;

    right:25px;

    background:#25D366;

    color:#ffffff;

    padding:15px 20px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    z-index:9999;

    box-shadow:
    0 8px 20px rgba(0,0,0,.15);

}

.whatsapp-float:hover{

    color:#ffffff;

    transform:translateY(-2px);

}
@media(max-width:992px){
    .hero-content{

    padding-left:0;

}

.divider{

    margin:25px auto;

}

```
.hero{

    padding:40px 0;
    text-align:center;

}

h1{

    font-size:2.8rem;

}

h2{

    font-size:1.4rem;

}


.hero-image{

    max-height:580px;
    width:auto;
    object-fit:contain;

}```
}
