.elementor-16853 .elementor-element.elementor-element-055bd9a{--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;}/* Start custom CSS for shortcode, class: .elementor-element-a9d6f1f *//* =========================================================
   MyOnlineTutor – Premium Luxury Palette
   Primary Violet: #6134B7
   Dark Violet:    #452197
   Hover Violet:   #7A3EF2
   Gold Olive:     #B8A05A
   Light Gold:     #D8C28A
   Lavender:       #E9DDFB
   Card:           #F8F6F0
   Page:           #FCFBF8
   Main Text:      #222222
   Secondary:      #6B6B6B
   ========================================================= */

/* ===== Add Offer Page ===== */
.mot-add-offer-page{
    max-width:1380px;
    margin:0 auto;
    padding:10px 12px 40px;
    box-sizing:border-box;
}

.mot-add-offer-topbar{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:24px;
    flex-wrap:wrap;
    margin-bottom:24px;
}

.mot-add-offer-title{
    margin:0 0 8px;
    font-size:34px;
    line-height:1.12;
    font-weight:600;
    color:#222222;
    letter-spacing:-0.4px;
}

.mot-add-offer-subtitle{
    margin:0;
    font-size:15px;
    line-height:1.65;
    color:#6B6B6B;
    max-width:760px;
}

.mot-back-offers-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 18px;
    border-radius:16px;
    border:1px solid #E9DDFB;
    background:#fff;
    color:#222222;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:all .2s ease;
}

.mot-back-offers-btn:hover{
    background:#F8F6F0;
    border-color:#D8C28A;
    color:#222222;
}

.mot-add-offer-layout{
    display:grid;
    grid-template-columns:minmax(0, 1.8fr) minmax(320px, .9fr);
    gap:24px;
    align-items:start;
}

.mot-add-offer-main,
.mot-add-offer-sidebar{
    min-width:0;
}

.mot-form-card{
    background:#fff;
    border:1px solid #E9DDFB;
    border-radius:26px;
    padding:24px;
    box-shadow:0 8px 28px rgba(15, 23, 42, 0.04);
    margin-bottom:22px;
}

.mot-form-card-head{
    margin-bottom:18px;
}

.mot-form-card-head h2{
    margin:0 0 6px;
    font-size:22px;
    line-height:1.2;
    font-weight:600;
    color:#222222;
}

.mot-form-card-head p{
    margin:0;
    font-size:14px;
    line-height:1.6;
    color:#6B6B6B;
}

.mot-form-group{
    margin-bottom:18px;
}

.mot-form-group label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    font-weight:600;
    color:#222222;
}

.mot-form-group input[type="text"],
.mot-form-group input[type="number"],
.mot-form-group input[type="file"],
.mot-form-group select,
.mot-form-group textarea{
    width:100%;
    border:1px solid #E9DDFB;
    border-radius:16px;
    background:#fff;
    padding:14px 16px;
    font-size:15px;
    line-height:1.5;
    color:#222222;
    box-sizing:border-box;
    transition:border-color .2s ease, box-shadow .2s ease;
}

.mot-form-group textarea{
    min-height:150px;
    resize:vertical;
}

.mot-form-group input:focus,
.mot-form-group select:focus,
.mot-form-group textarea:focus{
    outline:none;
    border-color:#6134B7;
    box-shadow:0 0 0 4px rgba(122,62,242,.12);
}

.mot-form-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px;
}

.mot-form-actions{
    margin-top:12px;
}

.mot-submit-offer-btn{
    width:100%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    border:none;
    border-radius:16px;
    background:#6134B7;
    color:#fff;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 10px 24px rgba(97,52,183,.18);
    transition:all .22s ease;
}

.mot-submit-offer-btn:hover{
    background:#452197;
    transform:translateY(-1px);
}

.mot-form-alert{
    border-radius:18px;
    padding:16px 18px;
    margin-bottom:18px;
    font-size:14px;
    line-height:1.6;
}

.mot-form-alert ul{
    margin:0;
    padding-left:18px;
}

.mot-form-alert-error{
    background:#fff4f4;
    border:1px solid #f1c9c9;
    color:#9f2d2d;
}

.mot-form-tips{
    margin:0;
    padding-left:18px;
    color:#6B6B6B;
    font-size:14px;
    line-height:1.8;
}

@media (max-width: 980px){
    .mot-add-offer-layout{
        grid-template-columns:1fr;
    }
}

@media (max-width: 640px){
    .mot-add-offer-page{
        padding:8px 6px 28px;
    }

    .mot-add-offer-title{
        font-size:28px;
    }

    .mot-form-grid{
        grid-template-columns:1fr;
    }

    .mot-form-card{
        padding:18px;
        border-radius:22px;
    }
}

/* =========================================================
   Typography Refinement - Softer / More Elegant UI
   Add this AFTER your current CSS
   ========================================================= */

/* Main page title */
.mot-add-offer-title{
    font-size: clamp(32px, 4.4vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #452197;
}

/* Subtitle */
.mot-add-offer-subtitle{
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    color: #6B6B6B;
    max-width: 760px;
}

/* Card headings */
.mot-form-card-head h2{
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.18;
    letter-spacing: -0.018em;
    font-weight: 700;
    color: #222222;
    margin-bottom: 8px;
}

/* Card description */
.mot-form-card-head p{
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #6B6B6B;
}

/* Labels */
.mot-form-group label,
.mot-checkbox-group-title{
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -0.005em;
    color: #452197;
    margin-bottom: 8px;
}

/* Small helper text */
.mot-form-group small{
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
    color: #6B6B6B;
}

/* Inputs / textareas / selects */
.mot-add-offer-page input[type="text"],
.mot-add-offer-page input[type="number"],
.mot-add-offer-page input[type="file"],
.mot-add-offer-page textarea,
.mot-add-offer-page select{
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}

/* Placeholder text */
.mot-add-offer-page input[type="text"]::placeholder,
.mot-add-offer-page input[type="number"]::placeholder,
.mot-add-offer-page textarea::placeholder{
    color: #6B6B6B;
    font-weight: 400;
}

/* Checkbox pills text */
.mot-checkbox-pill-label{
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -0.003em;
}

/* Checked pill text stays elegant */
.mot-checkbox-pill.is-checked .mot-checkbox-pill-label,
.mot-checkbox-pill input:checked + .mot-checkbox-pill-label{
    font-weight: 600;
}

/* Sidebar titles */
.mot-add-offer-sidebar .mot-form-card-head h2{
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.015em;
}

/* Publish select and sidebar text */
.mot-add-offer-sidebar .mot-form-group label{
    font-size: 14px;
    font-weight: 600;
}

/* Tips list */
.mot-form-tips{
    color: #6B6B6B;
}

.mot-form-tips li{
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

/* Button text - still strong but not harsh */
.mot-submit-offer-btn{
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

/* Back button text */
.mot-back-offers-btn{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.005em;
}

/* Alert text */
.mot-form-alert{
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}

/* Mobile refinement */
@media (max-width: 767px){
    .mot-add-offer-title{
        font-size: 42px;
        line-height: 1.08;
    }

    .mot-form-card-head h2{
        font-size: 24px;
    }

    .mot-add-offer-subtitle{
        font-size: 16px;
    }
}

/* =========================================================
   MyOnlineTutor - Add Offer Form UI/UX Polish
   Softer / Elegant Typography Version
   ========================================================= */

/* ---------- Page shell ---------- */
.mot-add-offer-page{
    max-width: 1440px;
    margin: 0 auto;
    padding: 36px 24px 72px;
    color: #222222;
}

.mot-add-offer-layout{
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(300px, 0.72fr);
    gap: 28px;
    align-items: start;
}

.mot-add-offer-main,
.mot-add-offer-sidebar{
    min-width: 0;
}

/* ---------- Topbar ---------- */
.mot-add-offer-topbar{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
}

.mot-add-offer-title{
    margin: 0 0 10px;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #452197;
}

.mot-add-offer-subtitle{
    margin: 0;
    max-width: 760px;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    color: #6B6B6B;
}

.mot-back-offers-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 18px;
    border: 1px solid #E9DDFB;
    background: #ffffff;
    color: #452197;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.005em;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.mot-back-offers-btn:hover{
    transform: translateY(-1px);
    border-color: #D8C28A;
    background: #FCFBF8;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
    color: #452197;
}

/* ---------- Cards ---------- */
.mot-form-card{
    position: relative;
    margin-bottom: 24px;
    padding: 28px 28px 26px;
    border: 1px solid #E9DDFB;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,252,255,0.98));
    box-shadow:
        0 12px 32px rgba(15, 23, 42, 0.05),
        inset 0 1px 0 rgba(255,255,255,0.9);
    overflow: hidden;
}

.mot-form-card::before{
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #452197, #6134B7 55%, #7A3EF2);
    opacity: .9;
}

.mot-form-card-head{
    margin-bottom: 18px;
}

.mot-form-card-head h2{
    margin: 0 0 8px;
    font-size: clamp(23px, 2.7vw, 30px);
    line-height: 1.18;
    letter-spacing: -0.018em;
    font-weight: 700;
    color: #222222;
}

.mot-form-card-head p{
    margin: 0;
    font-size: 16px;
    line-height: 1.72;
    font-weight: 400;
    color: #6B6B6B;
}

/* ---------- Alerts ---------- */
.mot-form-alert{
    margin: 0 0 22px;
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}

.mot-form-alert ul{
    margin: 0;
    padding-left: 18px;
}

.mot-form-alert-error{
    background: #fff5f5;
    border-color: #fecaca;
    color: #991b1b;
    box-shadow: 0 8px 18px rgba(239, 68, 68, 0.06);
}

/* ---------- Form spacing ---------- */
.mot-form-group{
    margin-bottom: 20px;
}

.mot-form-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mot-form-group label,
.mot-checkbox-group-title{
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -0.004em;
    color: #452197;
}

.mot-form-group small{
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
    color: #6B6B6B;
}

/* ---------- Inputs / textareas / selects ---------- */
.mot-add-offer-page input[type="text"],
.mot-add-offer-page input[type="number"],
.mot-add-offer-page input[type="file"],
.mot-add-offer-page textarea,
.mot-add-offer-page select{
    width: 100%;
    border: 1.5px solid #E9DDFB;
    border-radius: 18px;
    background: #ffffff;
    color: #222222;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    box-shadow: inset 0 1px 2px rgba(15,23,42,0.02);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease;
}

.mot-add-offer-page input[type="text"],
.mot-add-offer-page input[type="number"],
.mot-add-offer-page select{
    min-height: 56px;
    padding: 0 18px;
}

.mot-add-offer-page textarea{
    min-height: 144px;
    padding: 16px 18px;
    resize: vertical;
}

.mot-add-offer-page input[type="file"]{
    padding: 14px 16px;
    min-height: 56px;
    cursor: pointer;
}

.mot-add-offer-page input[type="text"]::placeholder,
.mot-add-offer-page input[type="number"]::placeholder,
.mot-add-offer-page textarea::placeholder{
    color: #6B6B6B;
    font-weight: 400;
}

.mot-add-offer-page input[type="text"]:hover,
.mot-add-offer-page input[type="number"]:hover,
.mot-add-offer-page input[type="file"]:hover,
.mot-add-offer-page textarea:hover,
.mot-add-offer-page select:hover{
    border-color: #D8C28A;
    background: #FCFBF8;
}

.mot-add-offer-page input[type="text"]:focus,
.mot-add-offer-page input[type="number"]:focus,
.mot-add-offer-page input[type="file"]:focus,
.mot-add-offer-page textarea:focus,
.mot-add-offer-page select:focus{
    outline: none;
    border-color: #7A3EF2;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(122,62,242,.14);
}

/* ---------- Checkbox search ---------- */
.mot-checkbox-search-wrap{
    margin-bottom: 14px;
}

.mot-checkbox-search{
    width: 100%;
    min-height: 50px;
    padding: 0 16px;
    border: 1.5px solid #E9DDFB;
    border-radius: 16px;
    background: #FCFBF8;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.mot-checkbox-search:focus{
    outline: none;
    border-color: #7A3EF2;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(122,62,242,.12);
}

.mot-checkbox-search::placeholder{
    color: #6B6B6B;
}

/* ---------- Checkbox groups ---------- */
.mot-checkbox-group{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mot-checkbox-pill{
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0;
    border-radius: 999px;
    cursor: pointer;
    user-select: none;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.mot-checkbox-pill input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.mot-checkbox-pill-label{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 16px;
    border: 1.5px solid #E9DDFB;
    border-radius: 999px;
    background: #F8F6F0;
    color: #452197;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -0.003em;
    transition: all .16s ease;
    white-space: normal;
    text-align: center;
}

.mot-checkbox-pill:hover{
    transform: translateY(-1px);
}

.mot-checkbox-pill:hover .mot-checkbox-pill-label{
    border-color: #D8C28A;
    background: #F8F6F0;
    color: #452197;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.mot-checkbox-pill.is-checked .mot-checkbox-pill-label,
.mot-checkbox-pill input:checked + .mot-checkbox-pill-label{
    border-color: #452197;
    background: linear-gradient(180deg, #6134B7 0%, #452197 100%);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(69,33,151,.22);
}

.mot-checkbox-pill.is-checked:hover .mot-checkbox-pill-label,
.mot-checkbox-pill input:checked:hover + .mot-checkbox-pill-label{
    border-color: #452197;
    background: linear-gradient(180deg, #7A3EF2 0%, #452197 100%);
}

/* ---------- Make long option groups feel nicer ---------- */
.mot-language-level-wrap .mot-checkbox-group,
[data-group="mot_curriculum"],
[data-group="mot_instruction_language"],
[data-group="mot_tutor_language"]{
    max-height: 280px;
    overflow: auto;
    padding-right: 4px;
}

.mot-language-level-wrap .mot-checkbox-group::-webkit-scrollbar,
[data-group="mot_curriculum"]::-webkit-scrollbar,
[data-group="mot_instruction_language"]::-webkit-scrollbar,
[data-group="mot_tutor_language"]::-webkit-scrollbar{
    width: 8px;
}

.mot-language-level-wrap .mot-checkbox-group::-webkit-scrollbar-thumb,
[data-group="mot_curriculum"]::-webkit-scrollbar-thumb,
[data-group="mot_instruction_language"]::-webkit-scrollbar-thumb,
[data-group="mot_tutor_language"]::-webkit-scrollbar-thumb{
    background: #D8C28A;
    border-radius: 999px;
}

.mot-language-level-wrap .mot-checkbox-group::-webkit-scrollbar-track,
[data-group="mot_curriculum"]::-webkit-scrollbar-track,
[data-group="mot_instruction_language"]::-webkit-scrollbar-track,
[data-group="mot_tutor_language"]::-webkit-scrollbar-track{
    background: transparent;
}

/* ---------- Buttons ---------- */
.mot-form-actions{
    margin-top: 8px;
}

.mot-submit-offer-btn{
    width: 100%;
    min-height: 58px;
    padding: 0 22px;
    border: none;
    border-radius: 18px;
    background: linear-gradient(180deg, #6134B7 0%, #452197 100%);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(69,33,151,.22);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.mot-submit-offer-btn:hover{
    transform: translateY(-1px);
    box-shadow: 0 20px 38px rgba(69,33,151,.28);
    filter: brightness(1.03);
}

.mot-submit-offer-btn:active{
    transform: translateY(0);
    box-shadow: 0 10px 22px rgba(69,33,151,.22);
}

/* ---------- Tips card ---------- */
.mot-form-tips-card{
    background: linear-gradient(180deg, #ffffff 0%, #FCFBF8 100%);
}

.mot-form-tips{
    margin: 0;
    padding-left: 20px;
    color: #6B6B6B;
}

.mot-form-tips li{
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
}

.mot-form-tips li:last-child{
    margin-bottom: 0;
}

/* ---------- Sidebar sticky ---------- */
.mot-add-offer-sidebar{
    position: sticky;
    top: 24px;
}

/* ---------- Disabled blocks ---------- */
.mot-bookable-dependent{
    transition: opacity .18s ease;
}

/* ---------- Nice select arrow ---------- */
.mot-add-offer-page select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 48px;
    background-image:
        linear-gradient(45deg, transparent 50%, #6B6B6B 50%),
        linear-gradient(135deg, #6B6B6B 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 3px),
        calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

/* ---------- Better file input ---------- */
.mot-add-offer-page input[type="file"]::file-.elementor-16853 .elementor-element.elementor-element-a9d6f1f-button{
    margin-right: 14px;
    padding: 10px 14px;
    border: none;
    border-radius: 12px;
    background: #E9DDFB;
    color: #6134B7;
    font-weight: 600;
    cursor: pointer;
    transition: background .16s ease, color .16s ease;
}

.mot-add-offer-page input[type="file"]::file-.elementor-16853 .elementor-element.elementor-element-a9d6f1f-button:hover{
    background: #D8C28A;
    color: #452197;
}

/* ---------- Spacing for hidden/conditional sections ---------- */
.mot-trial-price-wrap,
.mot-max-students-wrap,
.mot-language-level-wrap{
    transition: opacity .18s ease, transform .18s ease;
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px){
    .mot-add-offer-layout{
        grid-template-columns: 1fr;
    }

    .mot-add-offer-sidebar{
        position: static;
        top: auto;
    }
}

@media (max-width: 767px){
    .mot-add-offer-page{
        padding: 24px 14px 48px;
    }

    .mot-add-offer-topbar{
        flex-direction: column;
        align-items: stretch;
    }

    .mot-form-card{
        padding: 22px 18px 20px;
        border-radius: 22px;
    }

    .mot-form-grid{
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mot-checkbox-group{
        gap: 10px;
    }

    .mot-checkbox-pill{
        width: 100%;
    }

    .mot-checkbox-pill-label{
        width: 100%;
        justify-content: flex-start;
        border-radius: 16px;
        padding: 12px 14px;
        text-align: left;
    }

    .mot-submit-offer-btn{
        min-height: 54px;
        font-size: 16px;
    }

    .mot-add-offer-title{
        font-size: 42px;
        line-height: 1.08;
    }

    .mot-form-card-head h2{
        font-size: 24px;
    }

    .mot-add-offer-subtitle{
        font-size: 16px;
    }
}

/* ---------- Subtle polish for Elementor environments ---------- */
.elementor-widget-shortcode .mot-add-offer-page,
.elementor-shortcode .mot-add-offer-page{
    width: 100%;
    box-sizing: border-box;
}

.elementor-widget-shortcode .mot-form-card,
.elementor-shortcode .mot-form-card{
    box-sizing: border-box;
}
/* FORCE FIX - Page Title */
.mot-add-offer-page .mot-add-offer-title{
    font-size: 36px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    letter-spacing: -0.015em !important;
    color: #452197 !important;
}
.mot-form-alert-success{
    background: #effaf3;
    border: 1px solid #b7ebc6;
    color: #166534;
    box-shadow: 0 8px 18px rgba(34, 197, 94, 0.06);
}



.mot-submit-loader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mot-submit-loader.is-active {
    display: flex;
}

.mot-submit-loader-box {
    width: min(420px, calc(100% - 32px));
    padding: 34px 28px;
    border-radius: 28px;
    text-align: center;
    background: rgba(255,255,255,.92);
    box-shadow: 0 28px 80px rgba(15,23,42,.25);
}

.mot-submit-spinner {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 5px solid rgba(97,52,183,.16);
    border-top-color: #B8A05A;
    animation: motSpin .8s linear infinite;
}

@keyframes motSpin {
    to {
        transform: rotate(360deg);
    }
}




/* =====================================================
   MOT ADD OFFER - FILE UPLOAD GLOBAL FIX
   Works on .com / .de / .ae
   ===================================================== */


/* 1. Hide native browser file input on ALL languages */
.mot-add-offer-page input.mot-file-upload-input[type="file"]{
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    padding: 0 !important;
    margin: -1px !important;

    overflow: hidden !important;

    opacity: 0 !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    white-space: nowrap !important;

    border: 0 !important;

    pointer-events: none !important;
}


/* 2. Custom upload container */
.mot-add-offer-page .mot-custom-file-upload{
    width: 100% !important;
    min-height: 64px !important;

    display: flex !important;
    align-items: center !important;

    gap: 14px !important;

    padding: 10px 14px !important;

    border: 1px solid #e1d4f5 !important;
    border-radius: 16px !important;

    background: #ffffff !important;
}


/* 3. Custom Choose Image button */
.mot-add-offer-page .mot-file-upload-btn{
    min-height: 42px !important;

    padding: 0 18px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 auto !important;

    border: 1px solid #6134b7 !important;
    border-radius: 12px !important;

    background: #f7f3fd !important;
    color: #6134b7 !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    text-decoration: none !important;

    cursor: pointer !important;

    transition:
        background-color .18s ease,
        color .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease !important;
}


.mot-add-offer-page .mot-file-upload-btn:hover{
    background: #6134b7 !important;
    color: #ffffff !important;

    border-color: #6134b7 !important;

    box-shadow:
        0 7px 18px rgba(97,52,183,.18) !important;

    transform: translateY(-1px);
}


/* 4. Filename / No image selected */
.mot-add-offer-page .mot-file-upload-name{
    min-width: 0 !important;

    flex: 1 1 auto !important;

    display: block !important;

    color: #77727e !important;

    font-family: inherit !important;
    font-size: 13px !important;
    line-height: 1.5 !important;

    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;

    text-decoration: none !important;
}


/* =====================================================
   RTL / Arabic
   ===================================================== */

html[dir="rtl"] .mot-add-offer-page .mot-custom-file-upload,
body.rtl .mot-add-offer-page .mot-custom-file-upload{
    direction: rtl !important;
}


html[dir="rtl"] .mot-add-offer-page .mot-file-upload-name,
body.rtl .mot-add-offer-page .mot-file-upload-name{
    text-align: right !important;
}


/* Mobile */
@media (max-width: 600px){

    .mot-add-offer-page .mot-custom-file-upload{
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .mot-add-offer-page .mot-file-upload-btn{
        width: 100% !important;
    }

    .mot-add-offer-page .mot-file-upload-name{
        width: 100% !important;
        text-align: center !important;
    }
}/* End custom CSS */