/*
 Theme Name:   Divi Child Theme
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

.et_pb_accordion_item {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 15px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px !important;
    overflow: hidden;
    transition: background 0.5s ease-in-out;
}

.et_pb_accordion_item.et_pb_toggle_close {
    background: rgba(255, 255, 255, 0.3) !important;
}

.et_pb_accordion_item.et_pb_toggle_open {
    background: rgba(255, 255, 255, 0.9) !important;
}

.et_pb_accordion_item .et_pb_toggle_title,
.et_pb_accordion_item .et_pb_toggle_content {
    background-color: transparent !important;
    background: transparent !important;
}

.et_pb_accordion_item .et_pb_toggle_title {
    color: #010066; !important;
}


/* Forms */
/* 1. Add padding and border radius to all inputs and textareas */
.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_body input[type="tel"],
.gform_body textarea {
    padding: 2rem !important;
    border-radius: 0.5rem !important;
    border: 0px solid #fff !important;
    width: 100%;
    box-sizing: border-box; 
	box-shadow: 0px 6px 9px -6px rgba(0, 0, 0, 0.3);
}

.gform-theme--foundation .gform_fields {
    row-gap: 1rem !important;
}


.gform_body .gfield {
    margin-bottom: 0.5rem !important; 
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* 3. Remove extra spacing specifically for the description or validation containers */
.gform_body .gfield_description,
.gform_body .ginput_container {
    margin-top: 0.25rem !important;
}

.gform_button.button {
	background-color: var(--gcid-link-color) !important;
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important;
    border-width: 0px !important;
    border-color: #333 !important;
    border-style: solid !important;
	    padding-top: 1rem !important;
    padding-right: 3rem !important;
    padding-bottom: 1rem !important;
    padding-left: 3rem !important;
	    font-size: 20px !important;
    font-weight: 500 !important;
	line-height: 1.7em !important;
	transition: all 0.3s;
}
.gform_button.button:hover {
	transform: scale(1.1) !important;
}

.cant-apply:hover {
	transform: scale(1) !important;
	cursor: default !important;
}


/* 4. Ensure the Honeypot field (Email field 1_6) stays hidden */
/* (Gravity Forms usually handles this, but custom styles can sometimes trigger it back to visibility) */
#field_1_6 {
    display: none !important;
}



