.elementor-1000011596 .elementor-element.elementor-element-3be487a{--display:flex;}#elementor-popup-modal-1000011596{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1000011596 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1000011596 .dialog-close-button{display:flex;top:0%;font-size:18px;}#elementor-popup-modal-1000011596 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-1000011596 .dialog-close-button{right:0%;}body.rtl #elementor-popup-modal-1000011596 .dialog-close-button{left:0%;}/* Start custom CSS for html, class: .elementor-element-e3aae71 *//* =========================================================
   TAJHIZ MARKET
   FINAL REPAIR REQUEST POPUP
   Elementor Popup + Scrollable Form
   ========================================================= */


/* =========================================================
   01. VARIABLES
   ========================================================= */

.tm-repair-form {
    --tm-blue: #087cf5;
    --tm-blue-dark: #0759b8;
    --tm-blue-deep: #06468f;
    --tm-blue-light: #eaf4ff;

    --tm-text: #172033;
    --tm-muted: #6c7485;

    --tm-border: #e2e8f0;
    --tm-border-focus: #087cf5;

    --tm-bg: #ffffff;
    --tm-input-bg: #f8fafc;

    --tm-danger: #e53935;

    width: 100%;
    box-sizing: border-box;
    direction: rtl;
    font-family: inherit;
}


/* =========================================================
   02. ELEMENTOR POPUP BASE
   ========================================================= */

/* Overlay */
.elementor-popup-modal {
    background: rgba(5, 18, 35, 0.72) !important;

    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);

    padding: 20px !important;
}


/* Popup outer widget */
.elementor-popup-modal .dialog-widget {
    width: 100% !important;
    max-width: 1040px !important;

    max-height: 94vh !important;

    margin: auto !important;
}


/* Popup content */
.elementor-popup-modal .dialog-widget-content {
    width: 100% !important;
    max-width: 1040px !important;

    max-height: 94vh !important;

    padding: 0 !important;
    margin: 0 auto !important;

    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;

    overflow: visible !important;
}


/* Elementor message area */
.elementor-popup-modal .dialog-message {
    width: 100% !important;

    max-height: 94vh !important;

    padding: 0 !important;

    overflow: visible !important;
}


/* Remove Elementor default spacing */
.elementor-popup-modal .dialog-lightbox-message {
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   03. FORM OUTER CONTAINER
   ========================================================= */

.tm-repair-form {
    width: 100%;
    max-width: 1000px;

    margin: 0 auto;

    padding: 10px;

    box-sizing: border-box;
}


/* =========================================================
   04. MAIN CARD
   ========================================================= */

.tm-repair-form .tm-form-wrapper {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;

    max-height: 92vh;

    background: var(--tm-bg);

    border: 1px solid rgba(8, 124, 245, 0.12);

    border-radius: 26px;

    overflow: hidden;

    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.20),
        0 10px 35px rgba(8, 124, 245, 0.08);
}


/* Top accent */
.tm-repair-form .tm-form-wrapper::before {
    content: "";

    position: absolute;

    top: 0;
    right: 0;
    left: 0;

    height: 5px;

    z-index: 10;

    background:
        linear-gradient(
            90deg,
            var(--tm-blue-deep),
            var(--tm-blue),
            #18b8ff
        );
}


/* =========================================================
   05. FORM HEADER - FIXED
   ========================================================= */

.tm-repair-form .tm-form-header {
    position: relative;

    flex: 0 0 auto;

    z-index: 5;

    padding: 30px 42px 22px;

    text-align: center;

    background: #ffffff;

    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}


/* Eyebrow */
.tm-repair-form .tm-eyebrow {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 7px 15px;

    margin-bottom: 11px;

    border-radius: 999px;

    background: var(--tm-blue-light);

    color: var(--tm-blue-dark);

    font-size: 12px;
    line-height: 1;

    font-weight: 800;
}


/* Heading */
.tm-repair-form .tm-form-header h2 {
    margin: 0 0 9px;

    color: var(--tm-text);

    font-size: 28px;
    line-height: 1.55;

    font-weight: 800;
}


/* Description */
.tm-repair-form .tm-form-header p {
    max-width: 720px;

    margin: 0 auto;

    color: var(--tm-muted);

    font-size: 14px;
    line-height: 2;
}


/* =========================================================
   06. SCROLLABLE FORM BODY
   ========================================================= */

/*
   فقط این بخش اسکرول می‌شود.
   Header ثابت باقی می‌ماند.
*/

.tm-repair-form .tm-repair-request-form {

    flex: 1 1 auto;

    min-height: 0;

    max-height: calc(92vh - 130px);

    overflow-y: auto;
    overflow-x: hidden;

    padding: 24px 42px 32px;

    scroll-behavior: smooth;

    overscroll-behavior: contain;

    scrollbar-width: thin;

    scrollbar-color:
        var(--tm-blue)
        #edf3f9;
}


/* Chrome / Edge / Safari */

.tm-repair-form .tm-repair-request-form::-webkit-scrollbar {
    width: 8px;
}


.tm-repair-form .tm-repair-request-form::-webkit-scrollbar-track {
    background: #edf3f9;

    border-radius: 50px;

    margin: 8px 0;
}


.tm-repair-form .tm-repair-request-form::-webkit-scrollbar-thumb {
    background:
        linear-gradient(
            180deg,
            var(--tm-blue),
            var(--tm-blue-dark)
        );

    border-radius: 50px;

    border: 2px solid #edf3f9;
}


.tm-repair-form .tm-repair-request-form::-webkit-scrollbar-thumb:hover {
    background: var(--tm-blue-dark);
}


/* =========================================================
   07. FIELDSETS
   ========================================================= */

.tm-repair-form fieldset {

    margin: 0 0 20px;

    padding: 23px;

    border: 1px solid var(--tm-border);

    border-radius: 18px;

    background: #ffffff;

    min-width: 0;
}


.tm-repair-form fieldset:last-of-type {
    margin-bottom: 18px;
}


/* Legend */

.tm-repair-form legend {

    padding: 0 11px;

    margin-right: 8px;

    color: var(--tm-blue-dark);

    font-size: 15px;

    line-height: 1.5;

    font-weight: 800;
}


/* =========================================================
   08. GRID
   ========================================================= */

.tm-repair-form .tm-form-grid {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 18px;
}


/* =========================================================
   09. FORM GROUP
   ========================================================= */

.tm-repair-form .tm-form-group {

    min-width: 0;
}


/* Labels */

.tm-repair-form .tm-form-group > label {

    display: block;

    margin: 0 0 8px;

    color: var(--tm-text);

    font-size: 13px;

    line-height: 1.7;

    font-weight: 700;
}


/* Required */

.tm-repair-form .tm-form-group > label span {

    color: var(--tm-danger);
}


/* =========================================================
   10. INPUTS
   ========================================================= */

.tm-repair-form input[type="text"],
.tm-repair-form input[type="tel"],
.tm-repair-form input[type="email"],
.tm-repair-form input[type="file"],
.tm-repair-form select,
.tm-repair-form textarea {

    display: block;

    width: 100%;

    box-sizing: border-box;

    margin: 0;

    padding: 13px 14px;

    border: 1px solid #dce4ee;

    border-radius: 12px;

    background: var(--tm-input-bg);

    color: var(--tm-text);

    font-family: inherit;

    font-size: 13px;

    line-height: 1.7;

    outline: none;

    transition:
        border-color .22s ease,
        box-shadow .22s ease,
        background .22s ease,
        transform .22s ease;
}


/* Placeholder */

.tm-repair-form input::placeholder,
.tm-repair-form textarea::placeholder {

    color: #9aa5b5;

    opacity: 1;
}


/* Focus */

.tm-repair-form input[type="text"]:focus,
.tm-repair-form input[type="tel"]:focus,
.tm-repair-form input[type="email"]:focus,
.tm-repair-form select:focus,
.tm-repair-form textarea:focus {

    background: #ffffff;

    border-color: var(--tm-border-focus);

    box-shadow:
        0 0 0 4px rgba(8, 124, 245, 0.09);
}


/* Textarea */

.tm-repair-form textarea {

    min-height: 130px;

    resize: vertical;
}


/* =========================================================
   11. SELECT
   ========================================================= */

.tm-repair-form select {

    cursor: pointer;
}


/* =========================================================
   12. FILE UPLOAD
   ========================================================= */

.tm-repair-form input[type="file"] {

    padding: 9px;

    cursor: pointer;
}


.tm-repair-form input[type="file"]::file-.elementor-1000011596 .elementor-element.elementor-element-e3aae71-button {

    border: 0;

    margin-left: 9px;

    padding: 8px 12px;

    border-radius: 8px;

    background: var(--tm-blue-light);

    color: var(--tm-blue-dark);

    font-family: inherit;

    font-size: 12px;

    font-weight: 700;

    cursor: pointer;

    transition: .2s ease;
}


.tm-repair-form input[type="file"]::file-.elementor-1000011596 .elementor-element.elementor-element-e3aae71-button:hover {

    background: #dceeff;
}


/* Helper text */

.tm-repair-form small {

    display: block;

    margin-top: 8px;

    color: var(--tm-muted);

    font-size: 11px;

    line-height: 1.9;
}


/* =========================================================
   13. CONSENT
   ========================================================= */

.tm-repair-form .tm-form-consent {

    margin: 18px 0;

    padding: 14px 16px;

    border:
        1px solid #deebf8;

    border-radius: 14px;

    background: #f7faff;
}


.tm-repair-form .tm-form-consent label {

    display: flex;

    align-items: flex-start;

    gap: 9px;

    margin: 0;

    color: var(--tm-text);

    font-size: 12px;

    font-weight: 500;

    line-height: 1.9;

    cursor: pointer;
}


.tm-repair-form .tm-form-consent input[type="checkbox"] {

    width: 17px;
    height: 17px;

    margin:
        4px 0 0;

    flex: 0 0 auto;

    accent-color: var(--tm-blue);

    cursor: pointer;
}


/* =========================================================
   14. SUBMIT
   ========================================================= */

.tm-repair-form .tm-form-submit {

    padding: 2px 0 8px;

    text-align: center;
}


.tm-repair-form .tm-btn-primary {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 240px;

    padding: 15px 28px;

    border: 0;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            var(--tm-blue-dark),
            var(--tm-blue)
        );

    color: #ffffff;

    font-family: inherit;

    font-size: 14px;

    font-weight: 800;

    line-height: 1.5;

    cursor: pointer;

    box-shadow:
        0 12px 27px rgba(8, 124, 245, .22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


.tm-repair-form .tm-btn-primary:hover {

    transform: translateY(-2px);

    filter: brightness(1.04);

    box-shadow:
        0 18px 34px rgba(8, 124, 245, .30);
}


.tm-repair-form .tm-btn-primary:active {

    transform: translateY(0);
}


/* Submit note */

.tm-repair-form .tm-form-note {

    margin: 10px 0 0;

    color: var(--tm-muted);

    font-size: 11px;

    line-height: 1.8;
}


/* =========================================================
   15. CLOSE BUTTON
   ========================================================= */

.elementor-popup-modal .dialog-close-button {

    position: absolute !important;

    top: 12px !important;

    left: 12px !important;

    right: auto !important;

    z-index: 99999 !important;

    width: 40px;
    height: 40px;

    display: flex !important;

    align-items: center;
    justify-content: center;

    margin: 0 !important;

    border-radius: 50%;

    background: #ffffff;

    color: #172033 !important;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, .15);

    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease,
        box-shadow .25s ease;
}


.elementor-popup-modal .dialog-close-button:hover {

    transform: rotate(90deg);

    background: var(--tm-blue);

    color: #ffffff !important;

    box-shadow:
        0 10px 28px rgba(8, 124, 245, .25);
}


/* =========================================================
   16. POPUP ANIMATION
   ========================================================= */

.elementor-popup-modal .dialog-widget-content {

    animation:
        tmPopupEnter .42s cubic-bezier(.2,.8,.2,1) both;
}


@keyframes tmPopupEnter {

    from {

        opacity: 0;

        transform:
            translateY(24px)
            scale(.975);
    }

    to {

        opacity: 1;

        transform:
            translateY(0)
            scale(1);
    }
}


/* =========================================================
   17. TABLET
   ========================================================= */

@media (max-width: 900px) {

    .elementor-popup-modal {
        padding: 14px !important;
    }


    .elementor-popup-modal .dialog-widget,
    .elementor-popup-modal .dialog-widget-content {

        max-width: 96vw !important;
    }


    .tm-repair-form {

        max-width: 96vw;

        padding: 7px;
    }


    .tm-repair-form .tm-form-header {

        padding:
            27px
            28px
            20px;
    }


    .tm-repair-form .tm-repair-request-form {

        padding:
            20px
            28px
            28px;

        max-height:
            calc(92vh - 120px);
    }
}


/* =========================================================
   18. MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .elementor-popup-modal {

        padding: 7px !important;

        align-items: center !important;
    }


    .elementor-popup-modal .dialog-widget,
    .elementor-popup-modal .dialog-widget-content {

        width: 100% !important;

        max-width: 98vw !important;

        max-height: 96vh !important;
    }


    .tm-repair-form {

        width: 100%;

        max-width: 100%;

        padding: 3px;
    }


    .tm-repair-form .tm-form-wrapper {

        max-height: 96vh;

        border-radius: 19px;
    }


    /* Header */

    .tm-repair-form .tm-form-header {

        padding:
            24px
            15px
            17px;
    }


    .tm-repair-form .tm-eyebrow {

        padding: 7px 12px;

        font-size: 10px;
    }


    .tm-repair-form .tm-form-header h2 {

        font-size: 20px;

        line-height: 1.7;

        padding-left: 25px;
        padding-right: 25px;
    }


    .tm-repair-form .tm-form-header p {

        font-size: 12px;

        line-height: 1.9;
    }


    /* Scroll body */

    .tm-repair-form .tm-repair-request-form {

        max-height:
            calc(96vh - 112px);

        padding:
            18px
            12px
            22px;
    }


    /* One column */

    .tm-repair-form .tm-form-grid {

        grid-template-columns: 1fr;

        gap: 14px;
    }


    /* Fieldsets */

    .tm-repair-form fieldset {

        padding:
            18px
            13px;

        margin-bottom: 15px;

        border-radius: 15px;
    }


    .tm-repair-form legend {

        font-size: 13px;

        padding: 0 8px;
    }


    /* Inputs */

    .tm-repair-form input[type="text"],
    .tm-repair-form input[type="tel"],
    .tm-repair-form input[type="email"],
    .tm-repair-form input[type="file"],
    .tm-repair-form select,
    .tm-repair-form textarea {

        padding: 12px;

        font-size: 13px;

        border-radius: 11px;
    }


    .tm-repair-form textarea {

        min-height: 120px;
    }


    /* Button */

    .tm-repair-form .tm-btn-primary {

        width: 100%;

        min-width: 0;

        padding: 14px 20px;
    }


    /* Close */

    .elementor-popup-modal .dialog-close-button {

        top: 7px !important;

        left: 7px !important;

        width: 35px;

        height: 35px;
    }
}


/* =========================================================
   19. SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .tm-repair-form .tm-form-header h2 {

        font-size: 18px;

        padding-left: 20px;
        padding-right: 20px;
    }


    .tm-repair-form .tm-form-header p {

        font-size: 11px;
    }


    .tm-repair-form .tm-repair-request-form {

        max-height:
            calc(96vh - 105px);

        padding:
            15px
            10px
            20px;
    }


    .tm-repair-form fieldset {

        padding:
            17px
            11px;
    }


    .tm-repair-form .tm-form-consent {

        padding:
            12px;
            13px;
    }
}


/* =========================================================
   20. ACCESSIBILITY / REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .elementor-popup-modal .dialog-widget-content,
    .tm-repair-form *,
    .tm-repair-form .tm-btn-primary {

        animation: none !important;

        transition: none !important;

        scroll-behavior: auto !important;
    }
}
```/* End custom CSS */