.elementor-5765 .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 *//* ===== 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:#0f172a;
    letter-spacing:-0.4px;
}

.mot-add-offer-subtitle{
    margin:0;
    font-size:15px;
    line-height:1.65;
    color:#667085;
    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 #d8e1ec;
    background:#fff;
    color:#24324a;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:all .2s ease;
}

.mot-back-offers-btn:hover{
    background:#f8fbff;
    border-color:#c8d5e4;
    color:#0f172a;
}

.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 #e6edf5;
    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:#0f172a;
}

.mot-form-card-head p{
    margin:0;
    font-size:14px;
    line-height:1.6;
    color:#667085;
}

.mot-form-group{
    margin-bottom:18px;
}

.mot-form-group label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    font-weight:600;
    color:#344054;
}

.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 #d8e2ec;
    border-radius:16px;
    background:#fff;
    padding:14px 16px;
    font-size:15px;
    line-height:1.5;
    color:#0f172a;
    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:#173f9e;
    box-shadow:0 0 0 4px rgba(23,63,158,.10);
}

.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:#173f9e;
    color:#fff;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 10px 24px rgba(23,63,158,.15);
    transition:all .22s ease;
}

.mot-submit-offer-btn:hover{
    background:#14378b;
    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:#667085;
    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: #0f1b4d;
}

/* Subtitle */
.mot-add-offer-subtitle{
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    color: #6a7892;
    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: #16213f;
    margin-bottom: 8px;
}

/* Card description */
.mot-form-card-head p{
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #72819b;
}

/* Labels */
.mot-form-group label,
.mot-checkbox-group-title{
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -0.005em;
    color: #34425d;
    margin-bottom: 8px;
}

/* Small helper text */
.mot-form-group small{
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
    color: #8592a8;
}

/* 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: #24324a;
}

/* 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: #9aa8bc;
    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: #5f6f87;
}

.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: #0f172a;
}

.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: #0f1b4d;
}

.mot-add-offer-subtitle{
    margin: 0;
    max-width: 760px;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    color: #6c7a92;
}

.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 #d9e2f2;
    background: #ffffff;
    color: #2d3b58;
    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: #c8d6ef;
    background: #fbfdff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
    color: #0f1b4d;
}

/* ---------- Cards ---------- */
.mot-form-card{
    position: relative;
    margin-bottom: 24px;
    padding: 28px 28px 26px;
    border: 1px solid #e4eaf5;
    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, #0b0f4f, #1d4ed8 55%, #c7d2fe);
    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: #182341;
}

.mot-form-card-head p{
    margin: 0;
    font-size: 16px;
    line-height: 1.72;
    font-weight: 400;
    color: #71819b;
}

/* ---------- 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: #37465f;
}

.mot-form-group small{
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
    color: #8391a6;
}

/* ---------- 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 #d6dfef;
    border-radius: 18px;
    background: #ffffff;
    color: #24324a;
    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: #9aa8bc;
    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: #bfd0ea;
    background: #fcfdff;
}

.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: #3467eb;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(52, 103, 235, 0.12);
}

/* ---------- Checkbox search ---------- */
.mot-checkbox-search-wrap{
    margin-bottom: 14px;
}

.mot-checkbox-search{
    width: 100%;
    min-height: 50px;
    padding: 0 16px;
    border: 1.5px solid #d6dfef;
    border-radius: 16px;
    background: #fbfcff;
    color: #24324a;
    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: #3467eb;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(52, 103, 235, 0.10);
}

.mot-checkbox-search::placeholder{
    color: #9aa8bc;
}

/* ---------- 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 #d7e1f0;
    border-radius: 999px;
    background: #f8fbff;
    color: #3a4961;
    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: #b6c9ea;
    background: #f2f7ff;
    color: #1e2b45;
    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: #0b0f4f;
    background: linear-gradient(180deg, #13206d 0%, #0b0f4f 100%);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(11, 15, 79, 0.22);
}

.mot-checkbox-pill.is-checked:hover .mot-checkbox-pill-label,
.mot-checkbox-pill input:checked:hover + .mot-checkbox-pill-label{
    border-color: #0b0f4f;
    background: linear-gradient(180deg, #182781 0%, #0b0f4f 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: #c9d6ea;
    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, #12308d 0%, #0b0f4f 100%);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(11, 15, 79, 0.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(11, 15, 79, 0.28);
    filter: brightness(1.03);
}

.mot-submit-offer-btn:active{
    transform: translateY(0);
    box-shadow: 0 10px 22px rgba(11, 15, 79, 0.22);
}

/* ---------- Tips card ---------- */
.mot-form-tips-card{
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.mot-form-tips{
    margin: 0;
    padding-left: 20px;
    color: #5f6f87;
}

.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%, #64748b 50%),
        linear-gradient(135deg, #64748b 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-5765 .elementor-element.elementor-element-a9d6f1f-button{
    margin-right: 14px;
    padding: 10px 14px;
    border: none;
    border-radius: 12px;
    background: #edf3ff;
    color: #12308d;
    font-weight: 600;
    cursor: pointer;
    transition: background .16s ease, color .16s ease;
}

.mot-add-offer-page input[type="file"]::file-.elementor-5765 .elementor-element.elementor-element-a9d6f1f-button:hover{
    background: #dfeaff;
    color: #0b0f4f;
}

/* ---------- 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: #111c4a !important;
}
.mot-form-alert-success{
    background: #effaf3;
    border: 1px solid #b7ebc6;
    color: #166534;
    box-shadow: 0 8px 18px rgba(34, 197, 94, 0.06);
}/* End custom CSS */