.text-primary{
    padding-left: 0px;
}

.contact-form{
    right: 8%;
}

.box-grid-residential {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.5rem;
    margin: 30px auto auto auto;
    padding: min(5vw, 30px);
    width: clamp(320px, 90%, 1200px);
}

.box-grid-residential img {
    width: 500px;
    height: 300px;
    margin: auto;
    object-fit: cover;
    border-radius: 10px;
}

.box-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.box-img-rosegarden{
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
}

.box-grid-residential button {
    background-color: rgb(1, 83, 1);
    color: white;
    border: none;
    padding: 10px 50px;
    border-radius: 10px;
}

span .circle-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.residential-header {
    text-align: center;
    font-size: clamp(1rem, 2.5vw, 1.7rem);
    font-weight: 600;
    color: rgb(0, 0, 113);
    margin-top: 30px;
}

.bg-blue {
    position: absolute;
    z-index: -2;
    right: 28%;
    top: 32%;
    width: 400px !important;
    height: 250px !important;
}

.bg-blue-top {
    position: absolute;
    z-index: -2;
    left: 28%;
    top: 5%;
    width: 400px !important;
    height: 250px !important;
}

.bg-residential {
    background: url(../img/Frame\ 11.png) no-repeat center center;
}

.residential-wrapper h2 {
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    font-weight: 600;
}

.residential-wrapper h3 {
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: rgb(2, 41, 130);
}

.box-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.box-grid-residential {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.5rem;
    margin: 30px auto auto auto;
    padding: min(5vw, 30px);
    width: clamp(320px, 90%, 1200px);
}
.banner{
    /* background: url(../img/RohaanAshokabanner.jpg); */
    background: linear-gradient(rgba(12, 2, 92, 0.5), rgba(41, 41, 41, 0.8)), url(../img/RohaanAshokabanner.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
}
/* .contact-form{
    right: 8%;
} */
.grid-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 1.5rem;
    margin: 30px auto auto auto;
    padding: min(5vw, 30px);
    width: clamp(320px, 90%, 1200px);
}

.residential-header-sm {
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    color: rgb(60, 60, 60);
    text-align: center;
    font-weight: 600;
}

.box-icon{
    width: auto;
}

@media (min-width: 320px) and (max-width: 767px) {
    .banner {
        flex-direction: column !important;
        height: 575px !important;
        object-fit: cover !important;
    }

    .banner-content {
        width: 320px !important;
        margin: 0px !important;
        position: absolute;
        top: 8% !important;
        /* left: 8% !important; */
        position:absolute !important;
    }

    .contact-form {
        top: 60% !important;
        margin-top: 20px;
        /* right: 0% !important; */
    }

    .banner-title {
        font-size: 25px !important;
    }

    .banner-subtext {
        font-size: 16px !important;
    }

    .rohaan {
        font-size: 20px !important;
    }

    .text-primary {
        padding: 0px !important;
        font-size: 20px !important;
        line-height: 32px;
    }

    .box-img-rosegarden{
        display: flex;
    }
    

    .bg-residential{
        background: none;
    }

    .mobile-view{
        display: none;
    }
    .unique-quote-form-section{
        width:400px !important;
    }

    .box-grid-residential{
        text-align: center;
    }





    .bg-blue {
        width: 300px !important;
        right: 12% !important;
        top: 22% !important;
    }

    .box-img {
        width: 300px !important;
    }

    .bg-blue-top {
        width: 270px !important;
        left: 21% !important;
        top: -8% !important;
    }

    /* .bg-residential {
        display: none;
    } */

    .residential-header-sm {
        padding: 0 20px;
    }

    .project-info-content p {
        font-size: 14px !important;
    }

    .residential-header {
        padding: 0 20px;
    }

    .project-wrapper-sale {
        width: 350px;
    }

    .grid-box {
        width: 320px;
        padding: 0px;
        margin: 0px;
        gap: 0;
    }
    .unique-quote-container{
        justify-content:center;
    }
}