/* Start custom CSS for shortcode, class: .elementor-element-cc426c6 */.elementor-4813 .elementor-element.elementor-element-cc426c6 {
    #gform_wrapper_4 {
        #gform_fields_4 {
            row-gap: 20px;
            
            input, select {
                background: white;
                border-radius: 5px;
                color: #E95C2C;
                padding: 10px 15px;
                height: 60px;
                font-size: 16px;
                font-family: 'pacaembu';
                border: 0;
                
                &::placeholder {
                    color: #E95C2C;
                }
            }

            select {
                background-image: url(/wp-content/uploads/2026/05/icon-dropdown.svg);
                background-repeat: no-repeat;
                background-position: calc(100% - 15px);
                background-size: 17px;
            }
    
            #field_4_19, #field_4_9 {
                grid-column: span 3;
                
                @media(max-width: 961px) {
                    grid-column: span 6;
                }
    
                @media(max-width: 640px) {
                    grid-column: span 12;
                }
            }
    
            #field_4_17, #field_4_5, #field_4_6, #field_4_18 {
                @media(max-width: 961px) {
                    grid-column: span 6;
                }
    
                @media(max-width: 640px) {
                    grid-column: span 12;
                }
            }
    
            #field_submit {
                grid-column: span 6;
                align-items: start;
                
                input {
                    width: 100%;
                    border-radius: 5px;
                    background: var(--Blue-Gradient, linear-gradient(90deg, #1C61B0 0%, #14386C 100%));
                    color: var(--White, #FFF);
                    font-family: Pacaembu;
                    font-size: 20px;
                    font-weight: 600;
                    text-transform: capitalize;
                    box-sizing: border-box;
                    
                    &:hover {
                        background: transparent;
                        border: 3px solid white;
                    }
                }
    
                @media(max-width: 961px) {
                    grid-column: span 12;
                }
            }
    
            #input_4_9_5_container {
                inline-size: 100%;
            }

            .validation_message  {
                color: white;
            }
        }
    
        .gform_validation_errors {
            border-color: white;
            
            .gform_submission_error, .gform-icon {
                color: white;
                border-color: white;
            }
        }
    }
}/* End custom CSS */