
.contact-main {
    position: relative;
    padding-top: 50px;
    padding-bottom: 150px;
}

.contact-main::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://img.houseui.com/watchdroid/generated_images/image_1749293529323.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.3;
    z-index: -1;
}



.contact-main .section-title {
    display: inline-block !important;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 10px;
    position: relative;
}

.contact-main .section-title::after {
    content: "";
    position: absolute;
    top: 49%;
    right: -62px;
    height: 5px;
    width: 54px;
    background-color: #ff7433;
}

.contact-main .contact-card{
    padding: 10px 10px;
    border-radius: 20px;
    border: 1px solid #ffb999;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 15px 0 rgb(0 0 0 / 12%);
}

.contact-main .contact-card img{
    border-radius: 20px;
    height: 450px;
    width: 95%;
    object-fit: cover;
    object-position: center right;
}

.contact-main .contact-card .contact-info{
    background-color: #ff7433;
    padding: 40px 25px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

.contact-main .contact-card .contact-info .info-icon{
    position: absolute;
    height: 170px;
    width: 170px;
    background-color: #FEB999;
    right: -30px;
    top: -30px;
    border-radius: 50%;
}

.contact-main .contact-card .contact-info i{
    font-size: 20px;
    color: #ffff;
}
.contact-main .contact-card .contact-info .info-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.contact-main .contact-card .contact-info .info-link{
    font-size: 22px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}



.contact-main .contact-card .contact-sub-title{
    font-size: 18px;
    font-weight: 600;
    color: #cc4100;
    text-transform: uppercase;
}
.contact-main .contact-card .contact-title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-main .contact-card .form-label{
    font-size: 18px;
    font-weight: 600;
    color: #331000;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-main .contact-card .form-control{
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
}

.contact-main .contact-card .btn{
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 25px 6px 20px;
}


.contact-main .contact-map iframe{
    border-radius: 20px;
    width: 100%;
    height: 500px;
    border: 1px solid #ffb999;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 15px 0 rgb(0 0 0 / 12%);
}



@media (max-width:991px){
    .contact-main .contact-card .contact-info{
        min-height: auto;
    }
}
@media (max-width: 500px){
    .contact-main{
        padding-bottom: 75px;
        padding-top: 25px;
    }

    .contact-main .section-title{
        font-size: 32px;
        margin-bottom: 20px;
    }

    .contact-main .section-title::after{
        width: 40px;
        right: -50px;
        height: 3px;
    }

    .contact-main .contact-card .contact-info .info-icon{
        width: 125px;
        height: 125px;
    }

    .contact-main .contact-card .contact-title{
        font-size: 28px;
    }

    .contact-main .contact-card .btn {
        border-radius: 30px;
        font-size: 17px;
        font-weight: 500;
        padding: 4px 20px 4px 15px;
    }

    .contact-main .contact-card .contact-info{
        padding: 20px 20px;
    }

    .contact-main .contact-card .contact-info .info-link{
        font-size: 18px;
    }

    .contact-main .contact-map iframe{
        height: 350px;
    }

}

@media (max-width: 400px){

    .contact-main .contact-card{
        padding: 5px 0px;
    }

    .contact-main .contact-card .contact-title{
        font-size: 24px;
    }

     .contact-main .contact-card .contact-info{
        padding: 15px 14px;
    }

    .contact-main .contact-card .contact-info .info-link{
        font-size: 18px;
    }

    .contact-main .contact-card .form-label{
        font-size: 17px;
    }

   
}




