/* ==========================================================================
   CONTACT US PAGE STYLES (contact.css)
   ========================================================================== */

.m_sms_c_main_wrapper {
    font-family: 'Noto Sans Bengali', sans-serif;
    width: 100%;
}

/* Helpers */
.fs-7 { font-size: 13.5px !important; }
.fs-8 { font-size: 12px !important; }

/* Cards Styling */
.m_sms_c_card {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #e2e8f0 !important;
}

/* Info Icon Wrapper */
.m_sms_c_info_icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Input Focus Glow Customization */
.m_sms_c_main_wrapper .form-control:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.15);
}

/* Map Ratio Adjustment */
.m_sms_c_map iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .ratio-21x9 {
        --bs-aspect-ratio: 50%; /* মোবাইলে ম্যাপের উচ্চতা আরেকটু ভালো দেখার জন্য */
    }
}