.elementor-14 .elementor-element.elementor-element-81803f1:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-81803f1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D2338;}.elementor-14 .elementor-element.elementor-element-81803f1 > .elementor-container{min-height:120px;}.elementor-14 .elementor-element.elementor-element-81803f1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-81803f1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-1de16d5{text-align:center;}.elementor-14 .elementor-element.elementor-element-1de16d5 .elementor-heading-title{font-family:"Nunito Sans", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-14 .elementor-element.elementor-element-214fdc3{margin-top:30px;margin-bottom:0px;}.elementor-14 .elementor-element.elementor-element-bb45829{--spacer-size:50px;}/* Start custom CSS for section, class: .elementor-element-dba634b *//* Container Styling */
.pro-contact-container {
    background: linear-gradient(135deg, #1e88d0 0%, #0b1d31 100%);
    padding: 60px 40px;
    border-radius: 15px;
    max-width: 900px;
    margin: 40px auto;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* --- WHITE LABELS ONLY --- */
.pro-form-wrapper label {
    color: #ffffff !important; /* Perfect White Heading */
    display: block !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    text-align: left !important;
    visibility: visible !important;
}

/* Header Styling */
.pro-contact-header {
    text-align: center;
    margin-bottom: 40px;
}

.pro-contact-header h2 {
    color: #ffffff !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.pro-contact-header p {
    color: rgba(255,255,255,0.85) !important;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

/* Form Layout - Boxes Visibility Fix */
.pro-row {
    display: flex !important; /* Ensure visibility */
    gap: 20px;
    margin-bottom: 20px;
    visibility: visible !important;
}

.pro-col {
    flex: 1;
    display: block !important;
}

/* Input Fields Styling */
.pro-form-wrapper input[type="text"],
.pro-form-wrapper input[type="email"],
.pro-form-wrapper input[type="tel"],
.pro-form-wrapper textarea {
    display: block !important; /* Ensure inputs are visible */
    width: 100% !important;
    padding: 15px 20px !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #333 !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    visibility: visible !important;
}

.pro-form-wrapper textarea {
    height: 140px !important;
    resize: none;
}

/* Submit Button */
.pro-submit-area {
    text-align: center;
    margin-top: 10px;
    display: block !important;
}

.pro-submit-area input[type="submit"] {
    background-color: #ffffff !important;
    color: #0b1d31 !important;
    padding: 16px 50px !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    width: auto !important;
    min-width: 200px;
    display: inline-block !important;
}

/* SAFE SPACING REMOVAL (Does not hide inputs) */
.pro-form-wrapper > p:empty, 
.pro-form-wrapper br {
    display: none !important;
}

/* Mobile View */
@media screen and (max-width: 768px) {
    .pro-row {
        flex-direction: column;
        gap: 15px;
    }
    .pro-submit-area input[type="submit"] {
        width: 100% !important;
    }
}

/* --- Updated Submit Button with Blue Hover --- */

.pro-submit-area input[type="submit"] {
    background-color: #ffffff !important; /* Normal state: White */
    color: #0b1d31 !important;           /* Normal state: Dark Blue Text */
    padding: 16px 50px !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border: 2px solid #ffffff !important;
    cursor: pointer !important;
    text-transform: uppercase;
    transition: all 0.3s ease-變化 !important; /* Smooth transition */
    width: auto !important;
    min-width: 200px;
    display: inline-block !important;
}

/* Hover Effect: Blue Background */
.pro-submit-area input[type="submit"]:hover {
    background-color: #1e88d0 !important; /* Hover: Professional Blue */
    color: #ffffff !important;           /* Hover: White Text */
    border-color: #1e88d0 !important;
    transform: translateY(-3px);         /* Slight lift effect */
    box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
}/* End custom CSS */