
/* =========================
   RAJASTHAN HERO SECTION
========================= */

.state-hero {
    min-height: 75vh;
    background:
        linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
        ),
        url("../images/rajasthan-hero.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.state-hero-content {
    max-width: 900px;
    margin-left: 60px;   /* 👈 aligns content to left */
    margin-right: auto;
    padding: 0;
    color: #fff;
    text-align: left;
}

.state-hero-content {
    animation: fadeUp 1.2s ease-out forwards;
    opacity: 0;
}


.state-hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 10px;
}

.state-hero-content p {
    font-size: 18px;
    opacity: 0.9;
}

/* =========================
   ABOUT RAJASTHAN SECTION
========================= */

.state-about {
    padding: 80px 0;
    background-color: #ffffff;
}

.state-about-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.state-about h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.state-about p {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}
