.elementor-42 .elementor-element.elementor-element-56ec059a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-42 .elementor-element.elementor-element-87271e2{--spacer-size:130px;}/* Start custom CSS for shortcode, class: .elementor-element-4f65086 *//* ==========================================================================
   ALHASOOB ULTRA-PREMIUM WPFORMS SYSTEM OVERRIDE
   ========================================================================== */

/* 1. Main Outer Wrapper (Glassmorphism Depth) */
.wpforms-container,
.contact-form-wrapper {
    background: rgba(13, 18, 30, 0.45) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(212, 175, 55, 0.15) !important;
    padding: 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 
                inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    box-sizing: border-box;
}

.wpforms-container:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 
                0 0 30px rgba(212, 175, 55, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

/* 2. Form Instructions / Title */
.form-instruction, 
.wpforms-title {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    letter-spacing: 0.3px;
}

/* Hide native WPForms field labels for that ultra-clean placeholder look */
.wpforms-form .wpforms-field-label {
    display: none !important;
}

/* 3. Fields Layout Structure (Handles Row Grids) */
.wpforms-field-container {
    display: flex;
    flex-direction: column;
    gap: 20px !important;
}

/* 4. Input Fields Styling Override */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form textarea,
.wpforms-field input,
.wpforms-field textarea {
    width: 100% !important;
    padding: 16px 20px !important;
    background: rgba(255, 255, 255, 0.04) !important; /* Slightly brighter input background */
    border: 1px solid rgba(255, 255, 255, 0.15) !important; /* Increased border visibility */
    border-radius: 8px !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.95rem !important;
    outline: none !important;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-sizing: border-box !important;
}

/* Active State Design - Luxurious Glowing Underlight */
.wpforms-form input:focus,
.wpforms-form textarea:focus,
.wpforms-field input:focus,
.wpforms-field textarea:focus {
    background: rgba(212, 175, 55, 0.02) !important;
    border-color: rgba(212, 175, 55, 0.5) !important;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.15),
                inset 0 0 8px rgba(212, 175, 55, 0.05) !important;
}

/* HIGH-VISIBILITY PLACEHOLDER FIX */
.wpforms-form ::placeholder,
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.65) !important; /* Increased text brightness for readability */
    font-weight: 500 !important; /* Slightly bolder font for absolute clarity */
    opacity: 1 !important; /* Forces browser overrides to respect the color */
}

/* 5. Premium High-End Cinematic Submit Button */
.wpforms-submit-container {
    padding-top: 10px !important;
}

.wpforms-form button[type="submit"],
.wpforms-submit {
    position: relative !important;
    background: linear-gradient(135deg, #D4AF37, #B38F1D) !important;
    color: #0d121e !important;
    border: none !important;
    padding: 16px 40px !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2) !important;
    overflow: hidden !important;
}

/* Light beam sweep effect on hover */
.wpforms-form button[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
}

.wpforms-form button[type="submit"]:hover::before {
    left: 100%;
    transition: left 0.6s ease;
}

/* Button Hover State */
.wpforms-form button[type="submit"]:hover,
.wpforms-submit:hover {
    background: linear-gradient(135deg, #ffffff, #e2e8f0) !important;
    color: #0d121e !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4) !important;
}

.wpforms-form button[type="submit"]:active,
.wpforms-submit:active {
    transform: translateY(0) !important;
}

/* Responsive Adaptive Setup */
@media (max-width: 600px) {
    .wpforms-container {
        padding: 25px 20px !important;
    }
    .wpforms-form button[type="submit"],
    .wpforms-submit {
        width: 100% !important;
        text-align: center !important;
    }
}/* End custom CSS */