.elementor-4659 .elementor-element.elementor-element-2b892b5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;overflow:visible;}.elementor-4659 .elementor-element.elementor-element-e00d295{--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;overflow:visible;}.elementor-4659 .elementor-element.elementor-element-b0bff4f{--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;overflow:visible;}@media(min-width:768px){.elementor-4659 .elementor-element.elementor-element-e00d295{--width:50%;}.elementor-4659 .elementor-element.elementor-element-b0bff4f{--width:50%;}}@media(max-width:767px){.elementor-4659 .elementor-element.elementor-element-2b892b5{--flex-wrap:wrap;}}/* Start custom CSS for wpforms, class: .elementor-element-f951057 *//* === Refined Elegant Form Design === */
.wpforms-container {
    max-width: 750px;
    margin: 50px auto;
    padding: 50px;
    background: #f0f5f9; /* Slightly darker blueish-white */
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.9);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background-image: 
        radial-gradient(at 10% 20%, rgba(220, 235, 245, 0.8) 0px, transparent 50%),
        radial-gradient(at 90% 80%, rgba(235, 245, 240, 0.7) 0px, transparent 50%);
}

/* Form Header */
.wpforms-title {
    color: #34495e;
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
}

.wpforms-title:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #7fb1f8, #a8e4f9);
    border-radius: 3px;
}

/* Form Fields - Refined Style */
.wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.wpforms-field select,
.wpforms-field textarea {
    width: 100%;
    padding: 16px 22px;
    border: 1px solid #d5e0e9 !important;
    border-radius: 10px !important;
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
    margin-bottom: 5px;
    color: #445566;
}

/* Field Focus Effect */
.wpforms-field input:focus,
.wpforms-field select:focus,
.wpforms-field textarea:focus {
    border-color: #7fb1f8 !important;
    box-shadow: 0 4px 15px rgba(127, 177, 248, 0.15) !important;
    background-color: white !important;
    outline: none !important;
}

/* Submit Button - Adjusted Gradient */
.wpforms-submit {
    background: linear-gradient(135deg, #7fb1f8 0%, #a8e4f9 100%) !important;
    color: #1e2b38 !important;
    border: none !important;
    padding: 18px 35px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100%;
    margin-top: 25px;
    box-shadow: 0 4px 15px rgba(127, 177, 248, 0.3) !important;
    letter-spacing: 0.5px;
}

.wpforms-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(127, 177, 248, 0.4) !important;
    color: #0e1a24 !important;
}

/* Background Variations (Now Slightly Darker) */
/* Option 1: Off-White */
.wpforms-container.option-1 {
    background: #f5f7fa;
    border: 1px solid #e6ebf0;
}

/* Option 2: Warm Off-White */
.wpforms-container.option-2 {
    background: #f8f4f0;
    border: 1px solid #eee8e2;
}

/* Option 3: Cool Gray */
.wpforms-container.option-3 {
    background: #f2f5f8;
    border: 1px solid #e6ebf2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wpforms-container {
        padding: 35px 25px;
        margin: 30px 15px;
    }
    
    .wpforms-title {
        font-size: 1.8rem;
    }
}/* End custom CSS */