.elementor-659 .elementor-element.elementor-element-4d59dad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-659 .elementor-element.elementor-element-4d59dad{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-b7256cc *//* === Gravity Form Wrapper === */
.gform_wrapper {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* === Form Labels === */
.gform_wrapper label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* === Input Fields === */
.ginput_container input, 
.ginput_container textarea, 
.ginput_container select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.ginput_container input:focus, 
.ginput_container textarea:focus, 
.ginput_container select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.5);
}

/* === Submit Button === */
.gform_button {
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.gform_button:hover {
    background: linear-gradient(45deg, #0056b3, #003d82);
}

/* === Success Message Styling === */
.gform_confirmation_message {
    background: #d4edda;
    color: #155724;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}/* End custom CSS */