.elementor-13844 .elementor-element.elementor-element-5a642338 .head-title .the-title{font-family:"Raleway", Sans-serif;font-size:14px;font-weight:300;letter-spacing:12px;margin-top:0px;margin-bottom:0px;}.elementor-13844 .elementor-element.elementor-element-5a642338{text-align:left;}.elementor-13844 .elementor-element.elementor-element-5a642338 .head-title-2 .the-title{color:#000000;}.elementor-13844 .elementor-element.elementor-element-515cd7e{text-align:left;}.elementor-13844 .elementor-element.elementor-element-515cd7e .head-title .the-title{margin-top:0px;margin-bottom:0px;}.elementor-13844 .elementor-element.elementor-element-515cd7e .head-title-2 .the-title{color:#96C11F;}.elementor-13844 .elementor-element.elementor-element-515cd7e > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-13844 .elementor-element.elementor-element-7fbf6aa4{--divider-border-style:solid;--divider-color:#96c11f;--divider-border-width:3px;}.elementor-13844 .elementor-element.elementor-element-7fbf6aa4 .elementor-divider-separator{width:10%;}.elementor-13844 .elementor-element.elementor-element-7fbf6aa4 .elementor-divider{padding-top:2px;padding-bottom:2px;}.elementor-13844 .elementor-element.elementor-element-469a798{padding:70px 0px 70px 0px;}@media(max-width:1024px){.elementor-13844 .elementor-element.elementor-element-5a642338 .head-title .the-title{font-size:12px;}.elementor-13844 .elementor-element.elementor-element-515cd7e .head-title .the-title{font-size:20px;line-height:28px;}.elementor-13844 .elementor-element.elementor-element-515cd7e > .elementor-widget-container{margin:-25px 0px 0px 0px;}.elementor-13844 .elementor-element.elementor-element-7fbf6aa4 .elementor-divider{padding-top:0px;padding-bottom:0px;}.elementor-13844 .elementor-element.elementor-element-7fbf6aa4 > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-13844 .elementor-element.elementor-element-469a798{padding:40px 10px 40px 10px;}}/* Start custom CSS for html, class: .elementor-element-c7aeeb9 */.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    width: max-content;
    margin: 20px auto;
}
.radio-tabs.first-tab {
    margin-bottom: 20px;
}

/* GeMM Form Styles */
.gemm-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border: solid 2px #A2C038;
    padding: 40px;
}

.gemm-section-title {
    font-size: 24px;
    color: #A2C038;
    margin-bottom: 0px;
    padding-bottom: 10px;
	font-family: "Hind", Sans-serif;
    font-weight: 700;
    position: relative;
}

.gemm-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.gemm-row.align-end {
    align-items: flex-end;
}
.gemm-row.margin-none {
	margin-bottom: 0px;
}

.gemm-col {
    flex: 1;
}

.gemm-full {
    width: 100%;
    margin-bottom: 20px;
}

.gemm-info {
    background: #e8f4f8;
    border-left: 4px solid #3498db;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 0 10px 10px 0;
    font-size: 0.95rem;
    color: #2c3e50;
}

/* Input Styles */
.gemm-form-wrapper input[type="text"],
.gemm-form-wrapper input[type="email"],
.gemm-form-wrapper input[type="tel"],
.gemm-form-wrapper input[type="number"],
.gemm-form-wrapper input[type="date"],
.gemm-form-wrapper textarea,
.gemm-form-wrapper select {
    width: 100%;
    border: 2px solid #A2C038;
    transition: all 0.3s ease;
    background: #fff;
    margin-bottom: 10px;
}

.gemm-form-wrapper input:focus,
.gemm-form-wrapper textarea:focus,
.gemm-form-wrapper select:focus {
    outline: none;
    transform: translateY(-2px);
	background: #fafafa;
}

.gemm-form-wrapper textarea {
    resize: vertical;
    font-family: inherit;
	padding: 5px 15px;
}

/* Radio Buttons */
.wpcf7-radio {
    display: flex;
    background: #fafafa;
    padding: 4px;
    gap: 2px;
}

.wpcf7-list-item {
    flex: 1;
    text-align: center;
    margin: 0;
}

.wpcf7-list-item input[type="radio"] {
    display: none;
}

.wpcf7-list-item label {
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7-list-item .wpcf7-list-item-label {
    display: block;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
    background: #A2C038;
    color: #fff;
    font-weight: 500;
}

        
        

/* Declaration */
.gemm-declaration {
    background: #a2c03852;
    border: 2px solid #A2C038;
    padding: 20px;
    margin: 0;
}

.gemm-declaration .wpcf7-acceptance {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.gemm-declaration input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    accent-color: #A2C038;
}

.gemm-declaration label {
    flex: 1;
    line-height: 1.6;
    font-size: 0.95rem;
}

.gemm-declaration .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 16px;
}

/* Submit Button */
.gemm-submit {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #ecf0f1;
}

.gemm-form-wrapper input[type="submit"] {
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #A2C038;
    color: #A2C038;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
	
	transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

span.wpcf7-spinner {
    display: none !important;
}

.gemm-form-wrapper input[type="submit"]:hover {
    transform: translateY(-5px);
    color: #000000;
    background-color: rgba(255, 255, 255, 0.2);
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.gemm-row.align-end {
		align-items: stretch;
	}
	
    .gemm-form-wrapper {
        padding: 25px 20px;
        margin: 10px;
    }
    
    .gemm-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .gemm-section-title {
        font-size: 22px;
    }
    
    .gemm-form-wrapper .wpcf7-radio {
        flex-direction: column;
    }
    
    .gemm-form-wrapper input[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .gemm-form-wrapper {
        padding: 20px 15px;
    }
}

/* Success/Error Messages */
.gemm-form-wrapper .wpcf7-response-output {
    border: none;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    font-weight: 500;
}

.gemm-form-wrapper .wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 2px solid #c3e6cb;
}

.gemm-form-wrapper .wpcf7-validation-errors {
    background: #f8d7da;
    color: #721c24;
    border: 2px solid #f5c6cb;
}

/* Loading Spinner */
.gemm-form-wrapper .ajax-loader {
    display: none !important;
}/* End custom CSS */