.elementor-39 .elementor-element.elementor-element-343f1b9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-fdf88ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-08832e8 .ra-ser1-tab-sec:before{background-image:url(https://techorbit.pk/wp-content/plugins/nimo-core/assets/img/placeholder.png);}body.elementor-page-39 .page-wrapper{overflow:hidden;}/* Start custom CSS for tx_tabs, class: .elementor-element-08832e8 *//* Container styling */
.tx-contactForm {
    background: #111; /* Deep dark background */
    padding: 30px;
    border-radius: 12px;
    max-width: 500px;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

/* Response Time styling */
.nm-faqs-1-contact .response {
    color: #4da3ff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.nm-faqs-1-contact .dot {
    height: 8px;
    width: 8px;
    background-color: #4da3ff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    box-shadow: 0 0 8px #4da3ff;
}

/* Heading styling */
.nm-faqs-1-contact .title {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
}

/* Labels styling */
.wpcf7-form label {
    color: #bbb;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

/* Input aur Textarea styling */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 12px 15px;
    color: #fff;
    margin-top: 8px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Focus effect (Jab user click kare) */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #4da3ff;
    outline: none;
    background: #222;
    box-shadow: 0 0 5px rgba(77, 163, 255, 0.3);
}

/* Submit Button styling */
.wpcf7-form input[type="submit"] {
    background: #4da3ff;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
    margin-top: 10px;
}

.wpcf7-form input[type="submit"]:hover {
    background: #357abd;
}

/* Error Messages (Validation) */
.wpcf7-not-valid-tip {
    color: #ff4d4d !important;
    font-size: 12px;
    margin-top: 5px;
    font-weight: normal;
}

.wpcf7-response-output {
    border: 2px solid #ff4d4d !important; /* Error border color */
    color: #ff4d4d;
    border-radius: 6px;
    padding: 10px !important;
    margin-top: 20px !important;
    font-size: 14px;
}

/* Screen reader response ko hide karne ke liye */
.screen-reader-response {
    display: none;
}/* End custom CSS */