/* Footer Contact Us Column Styles - Using existing footer structure */

/* Contact Us specific styling within footer_list */
.footer_column .footer_list .contact_label {
    /* color: #3498db; */
    /* font-weight: 600; */
    /* font-size: 1.4rem; */
    /* text-transform: uppercase; */
    /* letter-spacing: 0.5px; */
}

.footer_column .footer_list .contact_value {
    /* color: #ecf0f1; */
    /* font-weight: 400; */
    /* font-size: 1.3rem; */
}

.footer_column_contact.footer_column .footer_list .contact_value {
    white-space: normal;
}

.footer_column_contact.footer_column .contact_address_item .contact_value {
    line-height: 1.7;
}

.footer_column_contact.footer_column {
    max-width: 44rem;
}

.footer_column .footer_list .contact_value.whatsapp {
    color: #f39c12;
    font-weight: 600;
}

/* Contact action button styling */
.footer_column .footer_list .contact_action_item {
    margin-top: 1rem;
    padding-top: 1rem;
    /* border-top: 1px solid #34495e; */
}

.footer_column .footer_list .btn_request_quote {
    display: inline-block;
    background: #F1B628;
    color: #333;
    padding: 1.3rem 1.5rem;
    border-radius: 0.8rem;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    transition: all 0.3s ease;
    text-align: center;
    width: 19rem;
    box-sizing: border-box;
}

.footer_column .footer_list .btn_request_quote:hover {
    background: #e67e22;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(243, 156, 18, 0.3);
    color: #fff;
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer_column .footer_list .contact_label {
        font-size: 1.3rem;
    }
    
    .footer_column .footer_list .contact_value {
        /* font-size: 1.2rem; */
    }
    
    .footer_column .footer_list .btn_request_quote {
        padding: 0.8rem 1.2rem;
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .footer_column .footer_list .contact_label {
        font-size: 1.2rem;
    }
    
    .footer_column .footer_list .contact_value {
        /* font-size: 1.1rem; */
    }
    
    .footer_column .footer_list .btn_request_quote {
        padding: 0.7rem 1rem;
        font-size: 1.1rem;
    }
}
