/* =========================
SHIVAM HERO BANNER
========================= */

.shivam-about-banner{
    width: 100%;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 20px;
    margin: auto;

    /* Theme Matching Color */
    background:
    linear-gradient(
        rgba(244, 165, 8, 0.625),
        rgba(28, 28, 28, 0.72)
    ),
    url('https://images.unsplash.com/photo-1606800052052-a08af7148866?q=80&w=1600&auto=format&fit=crop');

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.shivam-about-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.03),
        rgba(255,255,255,0)
    );
    z-index: 1;
}

.shivam-about-content{
    width: 100%;
    max-width: 900px;

    margin: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 2;
}

.shivam-about-title{
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
    font-family: Georgia, serif;
}

.shivam-about-subtitle{
    color: #d0a31b;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.shivam-about-text{
    color: #f2f2f2;
    font-size: 21px;
    line-height: 1.9;
    max-width: 900px;
    margin: auto;
}


@media(max-width: 991px){

    .shivam-about-banner{
        min-height: 420px;
        padding: 70px 20px;
    }

    .shivam-about-title{
        font-size: 52px;
    }

    .shivam-about-subtitle{
        font-size: 22px;
    }

    .shivam-about-text{
        font-size: 18px;
    }
}


@media(max-width: 576px){

    .shivam-about-banner{
        min-height: 350px;
        padding: 60px 15px;
    }

    .shivam-about-title{
        font-size: 36px;
        margin-bottom: 14px;
    }

    .shivam-about-subtitle{
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .shivam-about-text{
        font-size: 15px;
        line-height: 1.7;
    }
}



.rr-about-area{
    position: relative;
    overflow: hidden;
}

.rr-about-main-info{
    padding-right: 30px;
}

.rr-section-subtitle{
    color: #b8860b;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.rr-section-title{
    font-size: 52px;
    line-height: 1.2;
    color: #08105c;
    font-weight: 700;
}

.rr-about-text{
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 18px;
}

.shivam-team-image{
    position: relative;
    text-align: center;
}

.shivam-team-image img{
    width: 100%;
    max-width: 520px;
    border-radius: 25px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}



.rr-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    background: linear-gradient(90deg,#8a6a10,#e0b23d);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s;
}

.rr-btn:hover{
    transform: translateY(-3px);
    color: #fff;
}


@media(max-width:991px){

    .rr-about-main-info{
        padding-right: 0;
        text-align: center;
    }

    .rr-section-title{
        font-size: 40px;
    }

    .shivam-team-image{
        margin-top: 20px;
    }
}



@media(max-width:576px){

    .rr-about-area{
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .rr-section-title{
        font-size: 30px;
    }

    .rr-about-text{
        font-size: 15px;
        line-height: 1.8;
    }

    .rr-btn{
        padding: 14px 24px;
        font-size: 14px;
    }

    .shivam-team-image img{
        border-radius: 18px;
    }
}

/* about css end */

/* services css start */

.shivam-service-banner{
    width: 100%;
    min-height: 420px;
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 90px 20px;

    background:
    linear-gradient(
        rgba(244, 165, 8, 0.625),
        rgba(28, 28, 28, 0.72)
    ),
    url('https://images.unsplash.com/photo-1606800052052-a08af7148866?q=80&w=1600&auto=format&fit=crop');

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.shivam-service-content{
    width: 100%;
    max-width: 900px;

    margin: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 2;
}

.shivam-service-title{
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
    font-family: Georgia, serif;
}

.shivam-service-subtitle{
    color: #f7d77a;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}

.shivam-service-text{
    color: #f3f3f3;
    font-size: 20px;
    line-height: 1.9;
    max-width: 850px;
    margin: auto;
}



@media(max-width:991px){

    .shivam-service-banner{
        min-height: 380px;
        padding: 70px 20px;
    }

    .shivam-service-title{
        font-size: 52px;
    }

    .shivam-service-subtitle{
        font-size: 22px;
    }

    .shivam-service-text{
        font-size: 18px;
    }
}



@media(max-width:576px){

    .shivam-service-banner{
        min-height: 320px;
        padding: 60px 15px;
    }

    .shivam-service-title{
        font-size: 36px;
        margin-bottom: 15px;
    }

    .shivam-service-subtitle{
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .shivam-service-text{
        font-size: 15px;
        line-height: 1.7;
    }
}

/* contact section */



.shivam-contact-banner{
    width: 100%;
    min-height: 420px;
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 90px 20px;

    /* SAME WEBSITE THEME */
    background:
    linear-gradient(
        rgba(244, 165, 8, 0.625),
        rgba(28, 28, 28, 0.72)
    ),
    url('https://images.unsplash.com/photo-1606800052052-a08af7148866?q=80&w=1600&auto=format&fit=crop');

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.shivam-contact-banner::before{
    content: "";
    position: absolute;
    inset: 0;

    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.03),
        rgba(255,255,255,0)
    );

    z-index: 1;
}

/* Content */

.shivam-contact-content{
    width: 100%;
    max-width: 900px;

    margin: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 2;
}

.shivam-contact-title{
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;

    font-family: Georgia, serif;
}

.shivam-contact-subtitle{
    color: #f7d77a;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}

.shivam-contact-text{
    color: #f3f3f3;
    font-size: 20px;
    line-height: 1.9;

    max-width: 850px;
    margin: auto;
}

/* Tablet */

@media(max-width:991px){

    .shivam-contact-banner{
        min-height: 380px;
        padding: 70px 20px;
    }

    .shivam-contact-title{
        font-size: 52px;
    }

    .shivam-contact-subtitle{
        font-size: 22px;
    }

    .shivam-contact-text{
        font-size: 18px;
    }
}


@media(max-width:576px){

    .shivam-contact-banner{
        min-height: 320px;
        padding: 60px 15px;
    }

    .shivam-contact-title{
        font-size: 36px;
        margin-bottom: 15px;
    }

    .shivam-contact-subtitle{
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .shivam-contact-text{
        font-size: 15px;
        line-height: 1.7;
    }
}

/* =========================
CONTACT SECTION HEADING
========================= */

.shivam-contact-main-title{
    font-size: 58px;
    font-weight: 700;
    color: #08105c;
    margin-bottom: 0;
    line-height: 1.2;
    font-family: Georgia, serif;
}

/* Mobile */

@media(max-width:576px){

    .shivam-contact-main-title{
        font-size: 36px;
    }
}


