.elementor-17375 .elementor-element.elementor-element-48ca272{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-17375 .elementor-element.elementor-element-5188dce{--display:flex;}.elementor-17375 .elementor-element.elementor-element-e6408d8{--display:flex;}.elementor-17375 .elementor-element.elementor-element-b4c7bd7{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-7481064 *//* =========================================
   MyOnlineTutor – My Tutors
   PREMIUM VIOLET COMPACT FINAL
   No Cream / No Gold / No Beige
========================================= */


/* =========================================
   Main Wrapper
========================================= */

.mot-my-tutors-wrap{
    width:100% !important;
    max-width:1180px !important;

    margin:0 auto !important;
    padding:18px 12px 36px !important;

    box-sizing:border-box !important;

    font-family:"Inter", sans-serif !important;
}


/* =========================================
   Page Header
========================================= */

.mot-my-tutors-header{
    margin:0 auto 20px !important;
    text-align:center !important;
}

.mot-my-tutors-header h2{
    margin:0 0 5px !important;

    font-family:"Inter", sans-serif !important;

    font-size:clamp(25px, 2.7vw, 34px) !important;
    line-height:1.1 !important;
    font-weight:800 !important;
    letter-spacing:-0.035em !important;

    color:#452197 !important;
}

/* حذف تاج و خط طلایی قدیمی */
.mot-my-tutors-header h2::after{
    display:none !important;
    content:none !important;
}

.mot-my-tutors-header p{
    max-width:720px !important;
    margin:0 auto !important;

    font-size:13px !important;
    line-height:1.5 !important;
    font-weight:400 !important;

    color:#6C6874 !important;
}


/* =========================================
   Tutors Grid
========================================= */

.mot-my-tutors-grid{
    display:grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    gap:14px !important;
    align-items:stretch !important;
}


/* =========================================
   Tutor Card
========================================= */

.mot-my-tutor-card{
    position:relative !important;

    display:flex !important;
    flex-direction:column !important;

    width:100% !important;
    min-width:0 !important;
    min-height:100% !important;

    padding:15px !important;

    border:1px solid rgba(97,52,183,.14) !important;
    border-radius:17px !important;

    background:
        linear-gradient(
            180deg,
            #FFFFFF 0%,
            #FCFAFF 100%
        ) !important;

    box-shadow:
        0 10px 25px rgba(69,33,151,.075),
        0 2px 6px rgba(28,20,48,.025) !important;

    overflow:hidden !important;
    box-sizing:border-box !important;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease !important;
}


/* نوار بنفش بالای کارت */

.mot-my-tutor-card::before{
    content:"" !important;

    display:block !important;

    position:absolute !important;
    top:0 !important;
    left:0 !important;

    width:100% !important;
    height:3px !important;

    background:
        linear-gradient(
            90deg,
            #452197 0%,
            #6134B7 48%,
            #7A3EF2 100%
        ) !important;
}


/* هاله بنفش بسیار ظریف */

.mot-my-tutor-card::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;
    top:-70px !important;
    right:-70px !important;

    width:140px !important;
    height:140px !important;

    border-radius:50% !important;

    background:
        radial-gradient(
            circle,
            rgba(122,62,242,.10) 0%,
            rgba(233,221,251,.18) 48%,
            rgba(255,255,255,0) 74%
        ) !important;

    pointer-events:none !important;
}

.mot-my-tutor-card:hover{
    transform:translateY(-2px) !important;

    border-color:rgba(97,52,183,.27) !important;

    box-shadow:
        0 14px 30px rgba(69,33,151,.11),
        0 3px 8px rgba(28,20,48,.03) !important;
}


/* =========================================
   Tutor Header
========================================= */

.mot-my-tutor-top{
    position:relative !important;
    z-index:2 !important;

    display:flex !important;
    align-items:flex-start !important;

    gap:11px !important;

    min-width:0 !important;
}


/* =========================================
   Tutor Avatar
========================================= */

.mot-my-tutor-avatar{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;

    flex:0 0 50px !important;

    padding:2px !important;

    border-radius:50% !important;

    background:#FFFFFF !important;

    border:1px solid rgba(97,52,183,.20) !important;

    box-shadow:
        0 6px 14px rgba(69,33,151,.10),
        inset 0 1px 0 rgba(255,255,255,.95) !important;

    overflow:hidden !important;
    box-sizing:border-box !important;
}

.mot-my-tutor-avatar img{
    display:block !important;

    width:100% !important;
    height:100% !important;

    border-radius:50% !important;

    object-fit:cover !important;
}

.mot-my-tutor-avatar-placeholder{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;
    height:100% !important;

    border-radius:50% !important;

    background:
        linear-gradient(
            135deg,
            #F5F0FF 0%,
            #E9DDFB 100%
        ) !important;

    color:#6134B7 !important;

    font-size:16px !important;
    line-height:1 !important;
    font-weight:800 !important;
}


/* =========================================
   Tutor Main Info
========================================= */

.mot-my-tutor-main{
    flex:1 !important;

    min-width:0 !important;
    padding-top:1px !important;
}

.mot-my-tutor-main h3{
    margin:0 0 4px !important;

    font-family:"Inter", sans-serif !important;

    font-size:16px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
    letter-spacing:-0.02em !important;

    color:#242129 !important;

    word-break:break-word !important;
}

.mot-my-tutor-main h3 a{
    color:#242129 !important;
    text-decoration:none !important;

    transition:color .18s ease !important;
}

.mot-my-tutor-main h3 a:hover,
.mot-my-tutor-main h3 a:focus{
    color:#6134B7 !important;
    text-decoration:none !important;
}


/* =========================================
   Tutor Bio
========================================= */

.mot-my-tutor-bio{
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;

    overflow:hidden !important;

    margin:0 0 4px !important;

    font-size:11px !important;
    line-height:1.42 !important;
    font-weight:400 !important;

    color:#716D78 !important;
}


/* =========================================
   Tutor Languages
========================================= */

.mot-my-tutor-langs{
    margin:0 !important;

    font-size:10.5px !important;
    line-height:1.4 !important;
    font-weight:500 !important;

    color:#625E69 !important;

    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.mot-my-tutor-langs::before{
    content:"🌐" !important;

    margin-right:5px !important;

    font-size:10px !important;
}


/* =========================================
   Subjects
========================================= */

.mot-my-tutor-subjects{
    position:relative !important;
    z-index:2 !important;

    display:flex !important;
    flex-wrap:wrap !important;
    align-content:flex-start !important;

    gap:6px !important;

    min-height:44px !important;

    margin-top:12px !important;
}

.mot-my-tutor-chip{
    display:inline-flex !important;
    align-items:center !important;

    min-height:22px !important;

    padding:4px 8px !important;

    border:1px solid rgba(97,52,183,.10) !important;
    border-radius:999px !important;

    background:
        linear-gradient(
            135deg,
            #F7F3FF 0%,
            #EEE6FF 100%
        ) !important;

    color:#6134B7 !important;

    font-size:9px !important;
    line-height:1 !important;
    font-weight:700 !important;

    text-decoration:none !important;

    box-shadow:none !important;

    transition:
        background .18s ease,
        border-color .18s ease,
        color .18s ease,
        transform .18s ease !important;
}

.mot-my-tutor-chip:hover,
.mot-my-tutor-chip:focus{
    transform:translateY(-1px) !important;

    background:#6134B7 !important;
    border-color:#6134B7 !important;

    color:#FFFFFF !important;

    text-decoration:none !important;
}


/* =========================================
   Actions
========================================= */

.mot-my-tutor-actions{
    position:relative !important;
    z-index:2 !important;

    margin-top:auto !important;
    padding-top:12px !important;
}


/* =========================================
   Main Button
========================================= */

.mot-my-tutors-btn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    gap:6px !important;

    width:100% !important;
    min-height:36px !important;

    padding:0 10px !important;

    border:1px solid transparent !important;
    border-radius:10px !important;

    background:
        linear-gradient(
            135deg,
            #7A3EF2 0%,
            #6134B7 52%,
            #452197 100%
        ) !important;

    color:#FFFFFF !important;

    font-size:11px !important;
    line-height:1 !important;
    font-weight:700 !important;

    text-decoration:none !important;

    box-shadow:
        0 7px 14px rgba(69,33,151,.18),
        inset 0 1px 0 rgba(255,255,255,.20) !important;

    box-sizing:border-box !important;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        filter .18s ease !important;
}

.mot-my-tutors-btn::after{
    content:"→" !important;

    font-size:14px !important;
    line-height:1 !important;

    transition:transform .18s ease !important;
}

.mot-my-tutors-btn:hover,
.mot-my-tutors-btn:focus{
    transform:translateY(-2px) !important;

    color:#FFFFFF !important;

    text-decoration:none !important;

    box-shadow:
        0 11px 22px rgba(69,33,151,.25),
        inset 0 1px 0 rgba(255,255,255,.23) !important;

    filter:brightness(1.04) !important;
}

.mot-my-tutors-btn:hover::after,
.mot-my-tutors-btn:focus::after{
    transform:translateX(3px) !important;
}

.mot-my-tutors-btn:focus-visible{
    outline:3px solid rgba(122,62,242,.22) !important;
    outline-offset:3px !important;
}


/* =========================================
   Empty State
========================================= */

.mot-my-tutors-empty{
    position:relative !important;

    width:min(100%, 760px) !important;

    margin:22px auto !important;
    padding:28px 20px !important;

    border:1px solid rgba(97,52,183,.14) !important;
    border-radius:20px !important;

    background:
        linear-gradient(
            180deg,
            #FFFFFF 0%,
            #FCFAFF 100%
        ) !important;

    color:#6B6871 !important;

    text-align:center !important;

    box-shadow:
        0 14px 34px rgba(69,33,151,.08) !important;

    overflow:hidden !important;
    box-sizing:border-box !important;
}

.mot-my-tutors-empty::before{
    content:"" !important;

    display:block !important;

    position:absolute !important;
    top:0 !important;
    left:0 !important;

    width:100% !important;
    height:3px !important;

    background:
        linear-gradient(
            90deg,
            #452197 0%,
            #6134B7 48%,
            #7A3EF2 100%
        ) !important;
}

.mot-my-tutors-empty h2{
    margin:0 0 7px !important;

    font-family:"Inter", sans-serif !important;

    font-size:23px !important;
    line-height:1.2 !important;
    font-weight:800 !important;

    color:#452197 !important;
}

.mot-my-tutors-empty p{
    margin:0 0 15px !important;

    font-size:13px !important;
    line-height:1.65 !important;

    color:#6C6874 !important;
}


/* =========================================
   Tablet
========================================= */

@media (max-width:1024px){

    .mot-my-tutors-wrap{
        padding:16px 10px 30px !important;
    }

    .mot-my-tutors-grid{
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap:13px !important;
    }
}


/* =========================================
   Mobile
========================================= */

@media (max-width:767px){

    .mot-my-tutors-wrap{
        padding:14px 9px 28px !important;
    }

    .mot-my-tutors-header{
        margin-bottom:17px !important;
    }

    .mot-my-tutors-header h2{
        font-size:27px !important;
    }

    .mot-my-tutors-grid{
        grid-template-columns:1fr !important;
        gap:11px !important;
    }

    .mot-my-tutor-card{
        padding:14px !important;
        border-radius:16px !important;
    }

    .mot-my-tutor-top{
        gap:10px !important;
    }

    .mot-my-tutor-avatar{
        width:46px !important;
        height:46px !important;
        min-width:46px !important;
        flex-basis:46px !important;
    }

    .mot-my-tutor-main h3{
        font-size:15px !important;
    }

    .mot-my-tutor-bio{
        font-size:10.5px !important;
    }

    .mot-my-tutor-langs{
        font-size:10px !important;
    }

    .mot-my-tutor-subjects{
        min-height:auto !important;
        margin-top:10px !important;
    }

    .mot-my-tutor-actions{
        padding-top:10px !important;
    }

    .mot-my-tutors-btn{
        min-height:35px !important;
        font-size:10.5px !important;
    }
}


/* =========================================
   Small Mobile
========================================= */

@media (max-width:420px){

    .mot-my-tutor-card{
        padding:12px !important;
    }

    .mot-my-tutor-avatar{
        width:42px !important;
        height:42px !important;
        min-width:42px !important;
        flex-basis:42px !important;
    }

    .mot-my-tutor-main h3{
        font-size:14px !important;
    }

    .mot-my-tutor-chip{
        min-height:20px !important;
        padding:4px 7px !important;

        font-size:8.5px !important;
    }

    .mot-my-tutors-btn{
        min-height:34px !important;
        font-size:10px !important;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-579366d *//* ==========================================
   SAVED TUTORS - PREMIUM LUXURY FINAL
========================================== */

.mot-my-tutors-wrap{
    max-width:1500px;
    margin:0 auto;
    padding:6px 24px 34px;
    box-sizing:border-box;
}

.mot-my-tutors-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
    align-items:stretch;
}

.mot-my-tutor-card{
    position:relative;
    display:flex;
    flex-direction:column;

    min-height:330px;

    padding:28px 32px 22px;

    border-radius:22px;

    background:
        radial-gradient(circle at 90% 88%, rgba(216,194,138,.13), transparent 28%),
        linear-gradient(145deg,#fff 0%,#FCFBF8 100%);

    border:1px solid rgba(216,194,138,.35);

    box-shadow:
        0 18px 45px rgba(69,33,151,.07),
        0 8px 18px rgba(184,160,90,.08);

    overflow:hidden;

    transition:.25s ease;
}

.mot-my-tutor-card::before{
    display:none;
}

.mot-my-tutor-card:hover{
    transform:translateY(-4px);

    border-color:rgba(184,160,90,.65);

    box-shadow:
        0 26px 60px rgba(69,33,151,.12),
        0 12px 26px rgba(184,160,90,.13);
}

/* Remove button */

.mot-saved-remove{
    position:absolute !important;
    top:16px !important;
    right:16px !important;

    width:40px !important;
    height:40px !important;

    border-radius:50% !important;
    border:1px solid rgba(184,160,90,.35) !important;

    background:rgba(255,255,255,.92) !important;
    color:#6134B7 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    font-size:22px !important;
    line-height:1 !important;

    cursor:pointer !important;

    box-shadow:
        0 10px 24px rgba(69,33,151,.10),
        inset 0 1px 0 rgba(255,255,255,.90);

    transition:.22s ease !important;

    z-index:20;
}

.mot-saved-remove:hover{
    background:#6134B7 !important;
    color:#fff !important;
    border-color:#6134B7 !important;

    transform:translateY(-2px) scale(1.05);

    box-shadow:
        0 14px 28px rgba(69,33,151,.22);
}

/* REMOVE BUTTON - LOADING STATE */

.mot-saved-remove.mot-is-removing{
    pointer-events:none !important;
    color:transparent !important;
}

.mot-saved-remove.mot-is-removing::after{
    content:"";

    position:absolute;

    width:18px;
    height:18px;

    border:2px solid rgba(97,52,183,.22);
    border-top-color:#6134B7;
    border-radius:50%;

    animation:motSavedTutorSpin .65s linear infinite;
}

.mot-my-tutor-card.mot-is-removing{
    opacity:.55;
    transform:scale(.985);
    pointer-events:none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.mot-my-tutor-card.mot-remove-success{
    opacity:0;
    transform:scale(.96) translateY(-6px);
}

@keyframes motSavedTutorSpin{
    to{
        transform:rotate(360deg);
    }
}

/* REMOVE BUTTON - LOADING STATE */

.mot-saved-remove.mot-is-removing{
    pointer-events:none !important;
    color:transparent !important;
}

.mot-saved-remove.mot-is-removing::after{
    content:"";

    position:absolute;

    width:18px;
    height:18px;

    border:2px solid rgba(97,52,183,.22);
    border-top-color:#6134B7;
    border-radius:50%;

    animation:motSavedTutorSpin .65s linear infinite;
}

.mot-my-tutor-card.mot-is-removing{
    opacity:.55;
    transform:scale(.985);
    pointer-events:none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.mot-my-tutor-card.mot-remove-success{
    opacity:0;
    transform:scale(.96) translateY(-6px);
}

@keyframes motSavedTutorSpin{
    to{
        transform:rotate(360deg);
    }
}

/* Force button alignment */

.mot-my-tutor-subjects{
    min-height:74px;
}

.mot-my-tutor-actions{
    margin-top:auto;
}

/* Mobile */

@media (max-width:1100px){

    .mot-my-tutors-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}

@media (max-width:767px){

    .mot-my-tutors-wrap{
        padding:8px 16px 24px;
    }

    .mot-my-tutors-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .mot-my-tutor-card{
        min-height:auto;
        padding:24px 18px 20px;
    }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7481064 *//* =========================================
   MyOnlineTutor – My Tutors
   PREMIUM VIOLET COMPACT FINAL
   No Cream / No Gold / No Beige
========================================= */


/* =========================================
   Main Wrapper
========================================= */

.mot-my-tutors-wrap{
    width:100% !important;
    max-width:1180px !important;

    margin:0 auto !important;
    padding:18px 12px 36px !important;

    box-sizing:border-box !important;

    font-family:"Inter", sans-serif !important;
}


/* =========================================
   Page Header
========================================= */

.mot-my-tutors-header{
    margin:0 auto 20px !important;
    text-align:center !important;
}

.mot-my-tutors-header h2{
    margin:0 0 5px !important;

    font-family:"Inter", sans-serif !important;

    font-size:clamp(25px, 2.7vw, 34px) !important;
    line-height:1.1 !important;
    font-weight:800 !important;
    letter-spacing:-0.035em !important;

    color:#452197 !important;
}

/* حذف تاج و خط طلایی قدیمی */
.mot-my-tutors-header h2::after{
    display:none !important;
    content:none !important;
}

.mot-my-tutors-header p{
    max-width:720px !important;
    margin:0 auto !important;

    font-size:13px !important;
    line-height:1.5 !important;
    font-weight:400 !important;

    color:#6C6874 !important;
}


/* =========================================
   Tutors Grid
========================================= */

.mot-my-tutors-grid{
    display:grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    gap:14px !important;
    align-items:stretch !important;
}


/* =========================================
   Tutor Card
========================================= */

.mot-my-tutor-card{
    position:relative !important;

    display:flex !important;
    flex-direction:column !important;

    width:100% !important;
    min-width:0 !important;
    min-height:100% !important;

    padding:15px !important;

    border:1px solid rgba(97,52,183,.14) !important;
    border-radius:17px !important;

    background:
        linear-gradient(
            180deg,
            #FFFFFF 0%,
            #FCFAFF 100%
        ) !important;

    box-shadow:
        0 10px 25px rgba(69,33,151,.075),
        0 2px 6px rgba(28,20,48,.025) !important;

    overflow:hidden !important;
    box-sizing:border-box !important;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease !important;
}


/* نوار بنفش بالای کارت */

.mot-my-tutor-card::before{
    content:"" !important;

    display:block !important;

    position:absolute !important;
    top:0 !important;
    left:0 !important;

    width:100% !important;
    height:3px !important;

    background:
        linear-gradient(
            90deg,
            #452197 0%,
            #6134B7 48%,
            #7A3EF2 100%
        ) !important;
}


/* هاله بنفش بسیار ظریف */

.mot-my-tutor-card::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;
    top:-70px !important;
    right:-70px !important;

    width:140px !important;
    height:140px !important;

    border-radius:50% !important;

    background:
        radial-gradient(
            circle,
            rgba(122,62,242,.10) 0%,
            rgba(233,221,251,.18) 48%,
            rgba(255,255,255,0) 74%
        ) !important;

    pointer-events:none !important;
}

.mot-my-tutor-card:hover{
    transform:translateY(-2px) !important;

    border-color:rgba(97,52,183,.27) !important;

    box-shadow:
        0 14px 30px rgba(69,33,151,.11),
        0 3px 8px rgba(28,20,48,.03) !important;
}


/* =========================================
   Tutor Header
========================================= */

.mot-my-tutor-top{
    position:relative !important;
    z-index:2 !important;

    display:flex !important;
    align-items:flex-start !important;

    gap:11px !important;

    min-width:0 !important;
}


/* =========================================
   Tutor Avatar
========================================= */

.mot-my-tutor-avatar{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;

    flex:0 0 50px !important;

    padding:2px !important;

    border-radius:50% !important;

    background:#FFFFFF !important;

    border:1px solid rgba(97,52,183,.20) !important;

    box-shadow:
        0 6px 14px rgba(69,33,151,.10),
        inset 0 1px 0 rgba(255,255,255,.95) !important;

    overflow:hidden !important;
    box-sizing:border-box !important;
}

.mot-my-tutor-avatar img{
    display:block !important;

    width:100% !important;
    height:100% !important;

    border-radius:50% !important;

    object-fit:cover !important;
}

.mot-my-tutor-avatar-placeholder{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;
    height:100% !important;

    border-radius:50% !important;

    background:
        linear-gradient(
            135deg,
            #F5F0FF 0%,
            #E9DDFB 100%
        ) !important;

    color:#6134B7 !important;

    font-size:16px !important;
    line-height:1 !important;
    font-weight:800 !important;
}


/* =========================================
   Tutor Main Info
========================================= */

.mot-my-tutor-main{
    flex:1 !important;

    min-width:0 !important;
    padding-top:1px !important;
}

.mot-my-tutor-main h3{
    margin:0 0 4px !important;

    font-family:"Inter", sans-serif !important;

    font-size:16px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
    letter-spacing:-0.02em !important;

    color:#242129 !important;

    word-break:break-word !important;
}

.mot-my-tutor-main h3 a{
    color:#242129 !important;
    text-decoration:none !important;

    transition:color .18s ease !important;
}

.mot-my-tutor-main h3 a:hover,
.mot-my-tutor-main h3 a:focus{
    color:#6134B7 !important;
    text-decoration:none !important;
}


/* =========================================
   Tutor Bio
========================================= */

.mot-my-tutor-bio{
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;

    overflow:hidden !important;

    margin:0 0 4px !important;

    font-size:11px !important;
    line-height:1.42 !important;
    font-weight:400 !important;

    color:#716D78 !important;
}


/* =========================================
   Tutor Languages
========================================= */

.mot-my-tutor-langs{
    margin:0 !important;

    font-size:10.5px !important;
    line-height:1.4 !important;
    font-weight:500 !important;

    color:#625E69 !important;

    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.mot-my-tutor-langs::before{
    content:"🌐" !important;

    margin-right:5px !important;

    font-size:10px !important;
}


/* =========================================
   Subjects
========================================= */

.mot-my-tutor-subjects{
    position:relative !important;
    z-index:2 !important;

    display:flex !important;
    flex-wrap:wrap !important;
    align-content:flex-start !important;

    gap:6px !important;

    min-height:44px !important;

    margin-top:12px !important;
}

.mot-my-tutor-chip{
    display:inline-flex !important;
    align-items:center !important;

    min-height:22px !important;

    padding:4px 8px !important;

    border:1px solid rgba(97,52,183,.10) !important;
    border-radius:999px !important;

    background:
        linear-gradient(
            135deg,
            #F7F3FF 0%,
            #EEE6FF 100%
        ) !important;

    color:#6134B7 !important;

    font-size:9px !important;
    line-height:1 !important;
    font-weight:700 !important;

    text-decoration:none !important;

    box-shadow:none !important;

    transition:
        background .18s ease,
        border-color .18s ease,
        color .18s ease,
        transform .18s ease !important;
}

.mot-my-tutor-chip:hover,
.mot-my-tutor-chip:focus{
    transform:translateY(-1px) !important;

    background:#6134B7 !important;
    border-color:#6134B7 !important;

    color:#FFFFFF !important;

    text-decoration:none !important;
}


/* =========================================
   Actions
========================================= */

.mot-my-tutor-actions{
    position:relative !important;
    z-index:2 !important;

    margin-top:auto !important;
    padding-top:12px !important;
}


/* =========================================
   Main Button
========================================= */

.mot-my-tutors-btn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    gap:6px !important;

    width:100% !important;
    min-height:36px !important;

    padding:0 10px !important;

    border:1px solid transparent !important;
    border-radius:10px !important;

    background:
        linear-gradient(
            135deg,
            #7A3EF2 0%,
            #6134B7 52%,
            #452197 100%
        ) !important;

    color:#FFFFFF !important;

    font-size:11px !important;
    line-height:1 !important;
    font-weight:700 !important;

    text-decoration:none !important;

    box-shadow:
        0 7px 14px rgba(69,33,151,.18),
        inset 0 1px 0 rgba(255,255,255,.20) !important;

    box-sizing:border-box !important;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        filter .18s ease !important;
}

.mot-my-tutors-btn::after{
    content:"→" !important;

    font-size:14px !important;
    line-height:1 !important;

    transition:transform .18s ease !important;
}

.mot-my-tutors-btn:hover,
.mot-my-tutors-btn:focus{
    transform:translateY(-2px) !important;

    color:#FFFFFF !important;

    text-decoration:none !important;

    box-shadow:
        0 11px 22px rgba(69,33,151,.25),
        inset 0 1px 0 rgba(255,255,255,.23) !important;

    filter:brightness(1.04) !important;
}

.mot-my-tutors-btn:hover::after,
.mot-my-tutors-btn:focus::after{
    transform:translateX(3px) !important;
}

.mot-my-tutors-btn:focus-visible{
    outline:3px solid rgba(122,62,242,.22) !important;
    outline-offset:3px !important;
}


/* =========================================
   Empty State
========================================= */

.mot-my-tutors-empty{
    position:relative !important;

    width:min(100%, 760px) !important;

    margin:22px auto !important;
    padding:28px 20px !important;

    border:1px solid rgba(97,52,183,.14) !important;
    border-radius:20px !important;

    background:
        linear-gradient(
            180deg,
            #FFFFFF 0%,
            #FCFAFF 100%
        ) !important;

    color:#6B6871 !important;

    text-align:center !important;

    box-shadow:
        0 14px 34px rgba(69,33,151,.08) !important;

    overflow:hidden !important;
    box-sizing:border-box !important;
}

.mot-my-tutors-empty::before{
    content:"" !important;

    display:block !important;

    position:absolute !important;
    top:0 !important;
    left:0 !important;

    width:100% !important;
    height:3px !important;

    background:
        linear-gradient(
            90deg,
            #452197 0%,
            #6134B7 48%,
            #7A3EF2 100%
        ) !important;
}

.mot-my-tutors-empty h2{
    margin:0 0 7px !important;

    font-family:"Inter", sans-serif !important;

    font-size:23px !important;
    line-height:1.2 !important;
    font-weight:800 !important;

    color:#452197 !important;
}

.mot-my-tutors-empty p{
    margin:0 0 15px !important;

    font-size:13px !important;
    line-height:1.65 !important;

    color:#6C6874 !important;
}


/* =========================================
   Tablet
========================================= */

@media (max-width:1024px){

    .mot-my-tutors-wrap{
        padding:16px 10px 30px !important;
    }

    .mot-my-tutors-grid{
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap:13px !important;
    }
}


/* =========================================
   Mobile
========================================= */

@media (max-width:767px){

    .mot-my-tutors-wrap{
        padding:14px 9px 28px !important;
    }

    .mot-my-tutors-header{
        margin-bottom:17px !important;
    }

    .mot-my-tutors-header h2{
        font-size:27px !important;
    }

    .mot-my-tutors-grid{
        grid-template-columns:1fr !important;
        gap:11px !important;
    }

    .mot-my-tutor-card{
        padding:14px !important;
        border-radius:16px !important;
    }

    .mot-my-tutor-top{
        gap:10px !important;
    }

    .mot-my-tutor-avatar{
        width:46px !important;
        height:46px !important;
        min-width:46px !important;
        flex-basis:46px !important;
    }

    .mot-my-tutor-main h3{
        font-size:15px !important;
    }

    .mot-my-tutor-bio{
        font-size:10.5px !important;
    }

    .mot-my-tutor-langs{
        font-size:10px !important;
    }

    .mot-my-tutor-subjects{
        min-height:auto !important;
        margin-top:10px !important;
    }

    .mot-my-tutor-actions{
        padding-top:10px !important;
    }

    .mot-my-tutors-btn{
        min-height:35px !important;
        font-size:10.5px !important;
    }
}


/* =========================================
   Small Mobile
========================================= */

@media (max-width:420px){

    .mot-my-tutor-card{
        padding:12px !important;
    }

    .mot-my-tutor-avatar{
        width:42px !important;
        height:42px !important;
        min-width:42px !important;
        flex-basis:42px !important;
    }

    .mot-my-tutor-main h3{
        font-size:14px !important;
    }

    .mot-my-tutor-chip{
        min-height:20px !important;
        padding:4px 7px !important;

        font-size:8.5px !important;
    }

    .mot-my-tutors-btn{
        min-height:34px !important;
        font-size:10px !important;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-579366d *//* ==========================================
   SAVED TUTORS - PREMIUM LUXURY FINAL
========================================== */

.mot-my-tutors-wrap{
    max-width:1500px;
    margin:0 auto;
    padding:6px 24px 34px;
    box-sizing:border-box;
}

.mot-my-tutors-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
    align-items:stretch;
}

.mot-my-tutor-card{
    position:relative;
    display:flex;
    flex-direction:column;

    min-height:330px;

    padding:28px 32px 22px;

    border-radius:22px;

    background:
        radial-gradient(circle at 90% 88%, rgba(216,194,138,.13), transparent 28%),
        linear-gradient(145deg,#fff 0%,#FCFBF8 100%);

    border:1px solid rgba(216,194,138,.35);

    box-shadow:
        0 18px 45px rgba(69,33,151,.07),
        0 8px 18px rgba(184,160,90,.08);

    overflow:hidden;

    transition:.25s ease;
}

.mot-my-tutor-card::before{
    display:none;
}

.mot-my-tutor-card:hover{
    transform:translateY(-4px);

    border-color:rgba(184,160,90,.65);

    box-shadow:
        0 26px 60px rgba(69,33,151,.12),
        0 12px 26px rgba(184,160,90,.13);
}

/* Remove button */

.mot-saved-remove{
    position:absolute !important;
    top:16px !important;
    right:16px !important;

    width:40px !important;
    height:40px !important;

    border-radius:50% !important;
    border:1px solid rgba(184,160,90,.35) !important;

    background:rgba(255,255,255,.92) !important;
    color:#6134B7 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    font-size:22px !important;
    line-height:1 !important;

    cursor:pointer !important;

    box-shadow:
        0 10px 24px rgba(69,33,151,.10),
        inset 0 1px 0 rgba(255,255,255,.90);

    transition:.22s ease !important;

    z-index:20;
}

.mot-saved-remove:hover{
    background:#6134B7 !important;
    color:#fff !important;
    border-color:#6134B7 !important;

    transform:translateY(-2px) scale(1.05);

    box-shadow:
        0 14px 28px rgba(69,33,151,.22);
}

/* REMOVE BUTTON - LOADING STATE */

.mot-saved-remove.mot-is-removing{
    pointer-events:none !important;
    color:transparent !important;
}

.mot-saved-remove.mot-is-removing::after{
    content:"";

    position:absolute;

    width:18px;
    height:18px;

    border:2px solid rgba(97,52,183,.22);
    border-top-color:#6134B7;
    border-radius:50%;

    animation:motSavedTutorSpin .65s linear infinite;
}

.mot-my-tutor-card.mot-is-removing{
    opacity:.55;
    transform:scale(.985);
    pointer-events:none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.mot-my-tutor-card.mot-remove-success{
    opacity:0;
    transform:scale(.96) translateY(-6px);
}

@keyframes motSavedTutorSpin{
    to{
        transform:rotate(360deg);
    }
}

/* REMOVE BUTTON - LOADING STATE */

.mot-saved-remove.mot-is-removing{
    pointer-events:none !important;
    color:transparent !important;
}

.mot-saved-remove.mot-is-removing::after{
    content:"";

    position:absolute;

    width:18px;
    height:18px;

    border:2px solid rgba(97,52,183,.22);
    border-top-color:#6134B7;
    border-radius:50%;

    animation:motSavedTutorSpin .65s linear infinite;
}

.mot-my-tutor-card.mot-is-removing{
    opacity:.55;
    transform:scale(.985);
    pointer-events:none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.mot-my-tutor-card.mot-remove-success{
    opacity:0;
    transform:scale(.96) translateY(-6px);
}

@keyframes motSavedTutorSpin{
    to{
        transform:rotate(360deg);
    }
}

/* Force button alignment */

.mot-my-tutor-subjects{
    min-height:74px;
}

.mot-my-tutor-actions{
    margin-top:auto;
}

/* Mobile */

@media (max-width:1100px){

    .mot-my-tutors-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}

@media (max-width:767px){

    .mot-my-tutors-wrap{
        padding:8px 16px 24px;
    }

    .mot-my-tutors-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .mot-my-tutor-card{
        min-height:auto;
        padding:24px 18px 20px;
    }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7481064 *//* =========================================
   MyOnlineTutor – My Tutors
   PREMIUM VIOLET COMPACT FINAL
   No Cream / No Gold / No Beige
========================================= */


/* =========================================
   Main Wrapper
========================================= */

.mot-my-tutors-wrap{
    width:100% !important;
    max-width:1180px !important;

    margin:0 auto !important;
    padding:18px 12px 36px !important;

    box-sizing:border-box !important;

    font-family:"Inter", sans-serif !important;
}


/* =========================================
   Page Header
========================================= */

.mot-my-tutors-header{
    margin:0 auto 20px !important;
    text-align:center !important;
}

.mot-my-tutors-header h2{
    margin:0 0 5px !important;

    font-family:"Inter", sans-serif !important;

    font-size:clamp(25px, 2.7vw, 34px) !important;
    line-height:1.1 !important;
    font-weight:800 !important;
    letter-spacing:-0.035em !important;

    color:#452197 !important;
}

/* حذف تاج و خط طلایی قدیمی */
.mot-my-tutors-header h2::after{
    display:none !important;
    content:none !important;
}

.mot-my-tutors-header p{
    max-width:720px !important;
    margin:0 auto !important;

    font-size:13px !important;
    line-height:1.5 !important;
    font-weight:400 !important;

    color:#6C6874 !important;
}


/* =========================================
   Tutors Grid
========================================= */

.mot-my-tutors-grid{
    display:grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    gap:14px !important;
    align-items:stretch !important;
}


/* =========================================
   Tutor Card
========================================= */

.mot-my-tutor-card{
    position:relative !important;

    display:flex !important;
    flex-direction:column !important;

    width:100% !important;
    min-width:0 !important;
    min-height:100% !important;

    padding:15px !important;

    border:1px solid rgba(97,52,183,.14) !important;
    border-radius:17px !important;

    background:
        linear-gradient(
            180deg,
            #FFFFFF 0%,
            #FCFAFF 100%
        ) !important;

    box-shadow:
        0 10px 25px rgba(69,33,151,.075),
        0 2px 6px rgba(28,20,48,.025) !important;

    overflow:hidden !important;
    box-sizing:border-box !important;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease !important;
}


/* نوار بنفش بالای کارت */

.mot-my-tutor-card::before{
    content:"" !important;

    display:block !important;

    position:absolute !important;
    top:0 !important;
    left:0 !important;

    width:100% !important;
    height:3px !important;

    background:
        linear-gradient(
            90deg,
            #452197 0%,
            #6134B7 48%,
            #7A3EF2 100%
        ) !important;
}


/* هاله بنفش بسیار ظریف */

.mot-my-tutor-card::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;
    top:-70px !important;
    right:-70px !important;

    width:140px !important;
    height:140px !important;

    border-radius:50% !important;

    background:
        radial-gradient(
            circle,
            rgba(122,62,242,.10) 0%,
            rgba(233,221,251,.18) 48%,
            rgba(255,255,255,0) 74%
        ) !important;

    pointer-events:none !important;
}

.mot-my-tutor-card:hover{
    transform:translateY(-2px) !important;

    border-color:rgba(97,52,183,.27) !important;

    box-shadow:
        0 14px 30px rgba(69,33,151,.11),
        0 3px 8px rgba(28,20,48,.03) !important;
}


/* =========================================
   Tutor Header
========================================= */

.mot-my-tutor-top{
    position:relative !important;
    z-index:2 !important;

    display:flex !important;
    align-items:flex-start !important;

    gap:11px !important;

    min-width:0 !important;
}


/* =========================================
   Tutor Avatar
========================================= */

.mot-my-tutor-avatar{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;

    flex:0 0 50px !important;

    padding:2px !important;

    border-radius:50% !important;

    background:#FFFFFF !important;

    border:1px solid rgba(97,52,183,.20) !important;

    box-shadow:
        0 6px 14px rgba(69,33,151,.10),
        inset 0 1px 0 rgba(255,255,255,.95) !important;

    overflow:hidden !important;
    box-sizing:border-box !important;
}

.mot-my-tutor-avatar img{
    display:block !important;

    width:100% !important;
    height:100% !important;

    border-radius:50% !important;

    object-fit:cover !important;
}

.mot-my-tutor-avatar-placeholder{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;
    height:100% !important;

    border-radius:50% !important;

    background:
        linear-gradient(
            135deg,
            #F5F0FF 0%,
            #E9DDFB 100%
        ) !important;

    color:#6134B7 !important;

    font-size:16px !important;
    line-height:1 !important;
    font-weight:800 !important;
}


/* =========================================
   Tutor Main Info
========================================= */

.mot-my-tutor-main{
    flex:1 !important;

    min-width:0 !important;
    padding-top:1px !important;
}

.mot-my-tutor-main h3{
    margin:0 0 4px !important;

    font-family:"Inter", sans-serif !important;

    font-size:16px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
    letter-spacing:-0.02em !important;

    color:#242129 !important;

    word-break:break-word !important;
}

.mot-my-tutor-main h3 a{
    color:#242129 !important;
    text-decoration:none !important;

    transition:color .18s ease !important;
}

.mot-my-tutor-main h3 a:hover,
.mot-my-tutor-main h3 a:focus{
    color:#6134B7 !important;
    text-decoration:none !important;
}


/* =========================================
   Tutor Bio
========================================= */

.mot-my-tutor-bio{
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;

    overflow:hidden !important;

    margin:0 0 4px !important;

    font-size:11px !important;
    line-height:1.42 !important;
    font-weight:400 !important;

    color:#716D78 !important;
}


/* =========================================
   Tutor Languages
========================================= */

.mot-my-tutor-langs{
    margin:0 !important;

    font-size:10.5px !important;
    line-height:1.4 !important;
    font-weight:500 !important;

    color:#625E69 !important;

    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.mot-my-tutor-langs::before{
    content:"🌐" !important;

    margin-right:5px !important;

    font-size:10px !important;
}


/* =========================================
   Subjects
========================================= */

.mot-my-tutor-subjects{
    position:relative !important;
    z-index:2 !important;

    display:flex !important;
    flex-wrap:wrap !important;
    align-content:flex-start !important;

    gap:6px !important;

    min-height:44px !important;

    margin-top:12px !important;
}

.mot-my-tutor-chip{
    display:inline-flex !important;
    align-items:center !important;

    min-height:22px !important;

    padding:4px 8px !important;

    border:1px solid rgba(97,52,183,.10) !important;
    border-radius:999px !important;

    background:
        linear-gradient(
            135deg,
            #F7F3FF 0%,
            #EEE6FF 100%
        ) !important;

    color:#6134B7 !important;

    font-size:9px !important;
    line-height:1 !important;
    font-weight:700 !important;

    text-decoration:none !important;

    box-shadow:none !important;

    transition:
        background .18s ease,
        border-color .18s ease,
        color .18s ease,
        transform .18s ease !important;
}

.mot-my-tutor-chip:hover,
.mot-my-tutor-chip:focus{
    transform:translateY(-1px) !important;

    background:#6134B7 !important;
    border-color:#6134B7 !important;

    color:#FFFFFF !important;

    text-decoration:none !important;
}


/* =========================================
   Actions
========================================= */

.mot-my-tutor-actions{
    position:relative !important;
    z-index:2 !important;

    margin-top:auto !important;
    padding-top:12px !important;
}


/* =========================================
   Main Button
========================================= */

.mot-my-tutors-btn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    gap:6px !important;

    width:100% !important;
    min-height:36px !important;

    padding:0 10px !important;

    border:1px solid transparent !important;
    border-radius:10px !important;

    background:
        linear-gradient(
            135deg,
            #7A3EF2 0%,
            #6134B7 52%,
            #452197 100%
        ) !important;

    color:#FFFFFF !important;

    font-size:11px !important;
    line-height:1 !important;
    font-weight:700 !important;

    text-decoration:none !important;

    box-shadow:
        0 7px 14px rgba(69,33,151,.18),
        inset 0 1px 0 rgba(255,255,255,.20) !important;

    box-sizing:border-box !important;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        filter .18s ease !important;
}

.mot-my-tutors-btn::after{
    content:"→" !important;

    font-size:14px !important;
    line-height:1 !important;

    transition:transform .18s ease !important;
}

.mot-my-tutors-btn:hover,
.mot-my-tutors-btn:focus{
    transform:translateY(-2px) !important;

    color:#FFFFFF !important;

    text-decoration:none !important;

    box-shadow:
        0 11px 22px rgba(69,33,151,.25),
        inset 0 1px 0 rgba(255,255,255,.23) !important;

    filter:brightness(1.04) !important;
}

.mot-my-tutors-btn:hover::after,
.mot-my-tutors-btn:focus::after{
    transform:translateX(3px) !important;
}

.mot-my-tutors-btn:focus-visible{
    outline:3px solid rgba(122,62,242,.22) !important;
    outline-offset:3px !important;
}


/* =========================================
   Empty State
========================================= */

.mot-my-tutors-empty{
    position:relative !important;

    width:min(100%, 760px) !important;

    margin:22px auto !important;
    padding:28px 20px !important;

    border:1px solid rgba(97,52,183,.14) !important;
    border-radius:20px !important;

    background:
        linear-gradient(
            180deg,
            #FFFFFF 0%,
            #FCFAFF 100%
        ) !important;

    color:#6B6871 !important;

    text-align:center !important;

    box-shadow:
        0 14px 34px rgba(69,33,151,.08) !important;

    overflow:hidden !important;
    box-sizing:border-box !important;
}

.mot-my-tutors-empty::before{
    content:"" !important;

    display:block !important;

    position:absolute !important;
    top:0 !important;
    left:0 !important;

    width:100% !important;
    height:3px !important;

    background:
        linear-gradient(
            90deg,
            #452197 0%,
            #6134B7 48%,
            #7A3EF2 100%
        ) !important;
}

.mot-my-tutors-empty h2{
    margin:0 0 7px !important;

    font-family:"Inter", sans-serif !important;

    font-size:23px !important;
    line-height:1.2 !important;
    font-weight:800 !important;

    color:#452197 !important;
}

.mot-my-tutors-empty p{
    margin:0 0 15px !important;

    font-size:13px !important;
    line-height:1.65 !important;

    color:#6C6874 !important;
}


/* =========================================
   Tablet
========================================= */

@media (max-width:1024px){

    .mot-my-tutors-wrap{
        padding:16px 10px 30px !important;
    }

    .mot-my-tutors-grid{
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap:13px !important;
    }
}


/* =========================================
   Mobile
========================================= */

@media (max-width:767px){

    .mot-my-tutors-wrap{
        padding:14px 9px 28px !important;
    }

    .mot-my-tutors-header{
        margin-bottom:17px !important;
    }

    .mot-my-tutors-header h2{
        font-size:27px !important;
    }

    .mot-my-tutors-grid{
        grid-template-columns:1fr !important;
        gap:11px !important;
    }

    .mot-my-tutor-card{
        padding:14px !important;
        border-radius:16px !important;
    }

    .mot-my-tutor-top{
        gap:10px !important;
    }

    .mot-my-tutor-avatar{
        width:46px !important;
        height:46px !important;
        min-width:46px !important;
        flex-basis:46px !important;
    }

    .mot-my-tutor-main h3{
        font-size:15px !important;
    }

    .mot-my-tutor-bio{
        font-size:10.5px !important;
    }

    .mot-my-tutor-langs{
        font-size:10px !important;
    }

    .mot-my-tutor-subjects{
        min-height:auto !important;
        margin-top:10px !important;
    }

    .mot-my-tutor-actions{
        padding-top:10px !important;
    }

    .mot-my-tutors-btn{
        min-height:35px !important;
        font-size:10.5px !important;
    }
}


/* =========================================
   Small Mobile
========================================= */

@media (max-width:420px){

    .mot-my-tutor-card{
        padding:12px !important;
    }

    .mot-my-tutor-avatar{
        width:42px !important;
        height:42px !important;
        min-width:42px !important;
        flex-basis:42px !important;
    }

    .mot-my-tutor-main h3{
        font-size:14px !important;
    }

    .mot-my-tutor-chip{
        min-height:20px !important;
        padding:4px 7px !important;

        font-size:8.5px !important;
    }

    .mot-my-tutors-btn{
        min-height:34px !important;
        font-size:10px !important;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-579366d *//* ==========================================
   SAVED TUTORS - PREMIUM LUXURY FINAL
========================================== */

.mot-my-tutors-wrap{
    max-width:1500px;
    margin:0 auto;
    padding:6px 24px 34px;
    box-sizing:border-box;
}

.mot-my-tutors-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
    align-items:stretch;
}

.mot-my-tutor-card{
    position:relative;
    display:flex;
    flex-direction:column;

    min-height:330px;

    padding:28px 32px 22px;

    border-radius:22px;

    background:
        radial-gradient(circle at 90% 88%, rgba(216,194,138,.13), transparent 28%),
        linear-gradient(145deg,#fff 0%,#FCFBF8 100%);

    border:1px solid rgba(216,194,138,.35);

    box-shadow:
        0 18px 45px rgba(69,33,151,.07),
        0 8px 18px rgba(184,160,90,.08);

    overflow:hidden;

    transition:.25s ease;
}

.mot-my-tutor-card::before{
    display:none;
}

.mot-my-tutor-card:hover{
    transform:translateY(-4px);

    border-color:rgba(184,160,90,.65);

    box-shadow:
        0 26px 60px rgba(69,33,151,.12),
        0 12px 26px rgba(184,160,90,.13);
}

/* Remove button */

.mot-saved-remove{
    position:absolute !important;
    top:16px !important;
    right:16px !important;

    width:40px !important;
    height:40px !important;

    border-radius:50% !important;
    border:1px solid rgba(184,160,90,.35) !important;

    background:rgba(255,255,255,.92) !important;
    color:#6134B7 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    font-size:22px !important;
    line-height:1 !important;

    cursor:pointer !important;

    box-shadow:
        0 10px 24px rgba(69,33,151,.10),
        inset 0 1px 0 rgba(255,255,255,.90);

    transition:.22s ease !important;

    z-index:20;
}

.mot-saved-remove:hover{
    background:#6134B7 !important;
    color:#fff !important;
    border-color:#6134B7 !important;

    transform:translateY(-2px) scale(1.05);

    box-shadow:
        0 14px 28px rgba(69,33,151,.22);
}

/* REMOVE BUTTON - LOADING STATE */

.mot-saved-remove.mot-is-removing{
    pointer-events:none !important;
    color:transparent !important;
}

.mot-saved-remove.mot-is-removing::after{
    content:"";

    position:absolute;

    width:18px;
    height:18px;

    border:2px solid rgba(97,52,183,.22);
    border-top-color:#6134B7;
    border-radius:50%;

    animation:motSavedTutorSpin .65s linear infinite;
}

.mot-my-tutor-card.mot-is-removing{
    opacity:.55;
    transform:scale(.985);
    pointer-events:none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.mot-my-tutor-card.mot-remove-success{
    opacity:0;
    transform:scale(.96) translateY(-6px);
}

@keyframes motSavedTutorSpin{
    to{
        transform:rotate(360deg);
    }
}

/* REMOVE BUTTON - LOADING STATE */

.mot-saved-remove.mot-is-removing{
    pointer-events:none !important;
    color:transparent !important;
}

.mot-saved-remove.mot-is-removing::after{
    content:"";

    position:absolute;

    width:18px;
    height:18px;

    border:2px solid rgba(97,52,183,.22);
    border-top-color:#6134B7;
    border-radius:50%;

    animation:motSavedTutorSpin .65s linear infinite;
}

.mot-my-tutor-card.mot-is-removing{
    opacity:.55;
    transform:scale(.985);
    pointer-events:none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.mot-my-tutor-card.mot-remove-success{
    opacity:0;
    transform:scale(.96) translateY(-6px);
}

@keyframes motSavedTutorSpin{
    to{
        transform:rotate(360deg);
    }
}

/* Force button alignment */

.mot-my-tutor-subjects{
    min-height:74px;
}

.mot-my-tutor-actions{
    margin-top:auto;
}

/* Mobile */

@media (max-width:1100px){

    .mot-my-tutors-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}

@media (max-width:767px){

    .mot-my-tutors-wrap{
        padding:8px 16px 24px;
    }

    .mot-my-tutors-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .mot-my-tutor-card{
        min-height:auto;
        padding:24px 18px 20px;
    }

}/* End custom CSS */
/* Start custom CSS for nested-tabs, class: .elementor-element-b4c7bd7 *//* ================================
   My Tutors Tabs - Slim Premium
================================ */

.mot-premium-tabs .e-n-tabs-heading{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:4px !important;

    width:max-content !important;
    margin:0 auto 34px !important;

    padding:5px !important;
    border-radius:999px !important;

    background:rgba(248,246,240,.92) !important;
    border:1px solid rgba(216,194,138,.30) !important;

    box-shadow:
        0 12px 28px rgba(69,33,151,.07),
        inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.mot-premium-tabs .e-n-tab-title{
    min-width:205px !important;
    min-height:46px !important;

    padding:0 24px !important;
    border:0 !important;
    border-radius:999px !important;

    background:transparent !important;
    color:#4f4f4f !important;

    font-size:15.5px !important;
    font-weight:600 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;

    transition:all .22s ease !important;
}

.mot-premium-tabs .e-n-tab-title[aria-selected="true"]{
    background:linear-gradient(135deg,#6134B7 0%,#452197 100%) !important;
    color:#fff !important;

    box-shadow:
        0 12px 24px rgba(69,33,151,.24),
        inset 0 1px 0 rgba(255,255,255,.22) !important;
}

.mot-premium-tabs .e-n-tab-title[aria-selected="false"]:hover{
    background:rgba(233,221,251,.55) !important;
    color:#452197 !important;
}

.mot-premium-tabs .e-n-tab-title-text{
    color:inherit !important;
}

/* Add Icons */
.mot-premium-tabs .e-n-tab-title:nth-child(1)::before{
    content:"▣" !important;
    font-size:15px !important;
    color:inherit !important;
}

.mot-premium-tabs .e-n-tab-title:nth-child(2)::before{
    content:"♡" !important;
    font-size:18px !important;
    color:inherit !important;
}

/* Mobile */
@media (max-width:767px){

    .mot-premium-tabs .e-n-tabs-heading{
        width:100% !important;
        max-width:390px !important;
        margin-bottom:28px !important;
        padding:4px !important;
    }

    .mot-premium-tabs .e-n-tab-title{
        min-width:0 !important;
        flex:1 !important;
        min-height:44px !important;
        padding:0 12px !important;
        font-size:14px !important;
    }
}/* End custom CSS */