
.home-b::before {
    content: "";
    width: 100%;
    height: 90%;
    background-image: url("../assets/conctact-img.jpg");

    background-repeat: round;
    /* background-attachment: fixed; */
    background-blend-mode: color;
    filter: brightness(55%);
}

h1{
    width: fit-content !important;
}
.home-b {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


.home-b-title {
    font-weight: 600;
    font-size: 45px;
    width: 50%;
    filter: brightness(100%);

    color: white;
}


@media (max-width: 1013px) {
    .home-b {
        position: relative;
        height: 40vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }


    .home-b-title {
        font-size: 30px;
        width: 100%;
        color: white;
    }
}

/* Media query for mobile devices */
@media (max-width: 550px) {
    .home-b {
        position: relative;
        height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .home-b-title {
        font-size: 21px;
        width: 100%;
        color: white;
    }

}

@media (max-width: 700px) {

.call-contact{
    padding: 33px !important;
}
.square-col{
    padding: 33px  !important;
}
}



.call-contact{
    background-color:#B69258;
    padding: 50px;
    border-radius: 50% !important;
}
.square-col{
    background-color:#B69258;
    padding: 50px;
    border-radius: 50% !important;

    width: fit-content;
}
.call-title{
    font-weight: 700;
    font-size: 20px;
    margin: 2% 0;
}
.call-desc{
    font-weight: 400;
    font-size: 16px;
    margin: 2% 0;
    width: 80%;
    text-align: center;
}