.modal-call{
    @media(max-width: 767px){
        display: none;
    }
}
.modal-call-bottom{
    @media (min-width: 768px) {
        display: none;
    }

    @media (max-width: 767px) {
        margin-top: 26px;
    }
}
.map-link{
    color: #fff !important;
}

.msg_cont_wrap{
    height: 500px !important;
}

.msg_opened .g-recaptcha{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media (max-width: 767px) {
    /* Scale reCAPTCHA to fit mobile screens */
    #w1-recaptcha-recaptcha, .g-recaptcha {
        transform: scale(0.77);      /* adjust scale as needed */
        transform-origin: top center; /* keep it centered horizontally */
        display: inline-block;
    }

    /* Ensure inner div does not overflow */
    .g-recaptcha > div {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }
}

/* Optional: smaller devices fine-tuning */
@media (max-width: 480px) {
    .g-recaptcha {
        transform: scale(0.65); /* smaller phones */
    }
}
