/*
Theme Name:   Jannah Child
Theme URI:    https://btcaraby.com
Description:  Child theme for Jannah with custom broker review system
Author:       BTC Araby
Author URI:   https://btcaraby.com
Template:     jannah
Version:      1.0.0
Text Domain:  jannah-child
*/

/* Import parent theme styles */

/* Trade Now Form - Broker Selection Cards (Horizontal Layout) */
#contact__form .elementor-field-type-radio .elementor-field-subgroup {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 25px !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

#contact__form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
    display: inline-block !important;
    width: auto !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    text-align: center !important;
}

#contact__form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    cursor: pointer !important;
    padding: 15px !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    border: 3px solid transparent !important;
    background: #fafafa !important;
}

#contact__form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label:hover {
    background: rgba(244, 187, 0, 0.1) !important;
    border-color: rgba(244, 187, 0, 0.3) !important;
}

#contact__form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input:checked + label,
#contact__form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option.active label {
    background: rgba(244, 187, 0, 0.15) !important;
    border-color: #f4bb00 !important;
}

#contact__form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option img {
    max-width: 200px !important;
    width: 200px !important;
    height: auto !important;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
}

#contact__form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option span {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #333 !important;
}

#contact__form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input[type="radio"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    #contact__form .elementor-field-type-radio .elementor-field-subgroup {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    #contact__form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option img {
        max-width: 180px !important;
        width: 180px !important;
    }
}
