/* STREE RATNA - Homepage */

#stree-ratna-home {
    margin: 0;
    padding: 0;
}

.stree-hero {
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #0b0b0b;
    color: #ffffff;
    padding: 80px 20px;
    box-sizing: border-box;
}

.stree-hero-content {
    max-width: 800px;
    width: 100%;
}

.stree-label {
    margin: 0 0 25px;
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: 500;
    color: #d4af37;
}

.stree-hero h1 {
    margin: 0;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: 3px;
    font-weight: 500;
    color: #ffffff;
}

.stree-tagline {
    margin: 25px 0 40px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #d8d8d8;
}

.stree-button {
    display: inline-block;
    padding: 15px 38px;
    background: #d4af37;
    color: #111111 !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.stree-button:hover {
    background: #ffffff;
    color: #111111 !important;
}

@media (max-width: 768px) {

    .stree-hero {
        min-height: 600px;
        padding: 60px 20px;
    }

    .stree-hero h1 {
        font-size: 42px;
    }

    .stree-tagline {
        font-size: 15px;
    }
}