/* ============================================= */
/* MRHBAZHNI reusable Theme Builder components   */
/* ============================================= */

.mw-box-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #2B2D42;
    margin-bottom: 20px;
}

.mw-contact-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #2B2D42;
    margin-bottom: 14px;
    gap: 12px;
}

.mw-icon {
    font-size: 22px;
    color: #D90429;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.mw-question-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F8F9FA;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #D90429;
    margin: 0 auto 20px;
}

.mw-box-text {
    color: #8D99AE;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 26px;
}

.mw-question-btn {
    display: inline-block;
    padding: 12px 24px;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background: linear-gradient(135deg, #EF233C, #D90429);
    box-shadow: 0 6px 14px rgba(217, 4, 41, 0.3);
    transition: 0.2s ease-in-out;
}

.mw-question-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(217, 4, 41, 0.35);
}
