/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1762879362
Updated: 2025-11-11 16:42:42

*/
.gform_button.button {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-transform: uppercase !important;
    background-color: #6C284E !important;
    border-radius: 30px 30px 30px 30px !important;
}
#gform_1 .gfield_radio
 
 {
    display: flex !important;
    flex-wrap: wrap !important;
     
    flex-direction: unset;
}


#gform_1 .gfield_radio .gchoice {
    flex: 0 0 23% !important;   /* EXACT 4 per row */
    max-width: 23% !important;
    display: flex;
    align-items: stretch;
    position: relative;
    box-sizing: border-box;
}

#gform_1 .gfield_radio .gchoice label {
    width: 100%;
    min-height: 100px; /* Optional consistent height */
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 7px;
    cursor: pointer;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
	vertical-align:middle;
}


div#input_1_13 {
    width: 100%;
}
#gform_1 .gfield_radio input[type="radio"] {
    display: none;
}
#gform_1 .gfield_radio .gchoice input[type="radio"]:checked ~ label {
    border: 2px solid #ccc;
    background: #36454F;
	color: #fff;
}
@media(max-width:786px) {
	input#input_1_3_3 {
    margin-bottom: 27px;
}
	#gform_1 .gfield_radio .gchoice {
    flex: 0 0 100% !important;   /* EXACT 4 per row */
    max-width: 100% !important;
    display: flex;
    align-items: stretch;
    position: relative;
    box-sizing: border-box;
}
}