.elementor-21 .elementor-element.elementor-element-181da82{--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;}.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-21 .elementor-element.elementor-element-4877cc9{text-align:center;}.elementor-21 .elementor-element.elementor-element-4877cc9 .elementor-heading-title{font-family:"Playfair", Sans-serif;font-size:32px;font-weight:600;color:#DDBC77;}.elementor-21 .elementor-element.elementor-element-a4c6bf7{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-21 .elementor-element.elementor-element-9279999{font-family:"Arial", Sans-serif;font-weight:400;color:#0F0101;}.elementor-21 .elementor-element.elementor-element-d932364{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-21 .elementor-element.elementor-element-181da82{--width:85%;}.elementor-21 .elementor-element.elementor-element-a4c6bf7{--width:85%;}.elementor-21 .elementor-element.elementor-element-d932364{--width:85%;}}/* Start custom CSS for html, class: .elementor-element-3839014 *//* ===========================
   citylux Contact Form 7 Premium CSS (Full Width Fixed)
=========================== */

.citylux-form {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.citylux-form .form-row {
    margin-bottom: 20px;
    width: 100%;
}

/* Contact Form 7 Wrappers Fix - فیلڈز کو پورا 100% چوڑا کرنے کے لیے */
.citylux-form p,
.citylux-form .wpcf7-form-control-wrap {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
}

/* Input & Textarea */
.citylux-form input:not([type="submit"]),
.citylux-form textarea {
    width: 100% !important;
    padding: 16px 18px;
    border: 2px solid #ddd;
    border-radius: 12px;
    font-size: 16px;
    font-family: inherit;
    color: #000 !important;
    background: #fff !important;
    transition: all 0.3s ease;
    box-sizing: border-box !important;
    display: block;
}

.citylux-form input::placeholder,
.citylux-form textarea::placeholder {
    color: #666 !important;
}

.citylux-form textarea {
    min-height: 180px;
    resize: vertical;
}

.citylux-form input:focus,
.citylux-form textarea:focus {
    outline: none;
    color: #000 !important;
    background: #fff !important;
    border-color: #9d4edd;
    box-shadow: 0 0 0 4px rgba(157, 78, 221, 0.25);
}

/* Submit Button */
.citylux-form .submit-row {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.citylux-form input[type="submit"] {
    width: auto;
    background: linear-gradient(135deg, #7b2cbf, #9d4edd) !important;
    color: #fff !important;
    border: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 10px 25px rgba(123, 44, 191, 0.35);
    display: inline-block;
}

.citylux-form input[type="submit"]:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #6a1b9a, #8e24aa) !important;
    box-shadow: 0 15px 30px rgba(123, 44, 191, 0.45);
}

.citylux-form input[type="submit"]:active {
    transform: translateY(0);
}

/* Contact Form 7 Validation */
.citylux-form .wpcf7-not-valid {
    border-color: #ff4d6d !important;
}

.citylux-form .wpcf7-not-valid-tip {
    color: #ff4d6d;
    font-size: 14px;
    margin-top: 6px;
    display: block;
}

.citylux-form .wpcf7-response-output {
    margin-top: 20px !important;
    padding: 15px !important;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .citylux-form {
        padding: 25px;
    }

    .citylux-form input:not([type="submit"]),
    .citylux-form textarea {
        padding: 14px 16px;
        font-size: 15px;
    }

    .citylux-form input[type="submit"] {
        width: 100% !important;
    }
}/* End custom CSS */