.elementor-266 .elementor-element.elementor-element-1b3d115{--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;}/* Start custom CSS for section, class: .elementor-element-fb739f4 *//* Contact Form Styling */
.wpcf7 form p,
.wpcf7 form label {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    border-radius: 6px;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    transition: all 0.3s ease;
}

/* Placeholder text */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* Focus effects */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4);
    outline: none;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
    background-color: #ffd300;
    color: #005170;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #ffce00;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.25);
    transform: translateY(-2px);
}

/* Fix label spacing */
label {
    margin-bottom: 8px;
    display: block;
}

/* Adjust textarea height */
.wpcf7 textarea {
    min-height: 130px;
}

/* Form container alignment */
.wpcf7 {
    max-width: 520px;
    width: 100%;
}/* End custom CSS */