/* ==========================================
   Premium Search Box
========================================== */

.mentor-search-box{
    max-width:900px;
    margin:0 auto;
}

.mentor-search-box .input-group{
    background:#fff;
    border:1px solid #E8ECF4;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(10,25,70,.08);
    transition:.3s ease;
}

.mentor-search-box .input-group:hover{
    box-shadow:0 15px 40px rgba(10,25,70,.12);
}

.mentor-search-box .input-group:focus-within{
    border-color:#D4AF37;
    box-shadow:0 0 0 4px rgba(212,175,55,.15);
}

.mentor-search-box .form-control{
    height:44px;
    font-size:0.95rem;
    padding:0 16px;
}

.mentor-search-box .input-group-text{
    height:44px;
    padding:0 16px;
    font-size:1rem;
}

.mentor-search-box .form-control::placeholder{
    color:#9CA3AF;
}

.mentor-search-box .btn{
    border-radius:0;
    padding-inline:32px;
    font-weight:600;
}
/* ==========================================
   Filter Chips
========================================== */

.mentor-filter-chips{

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:6px;

    margin-top:14px;

}
.mentor-chip{

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;

}
.mentor-chip{

    position:relative;

    display:inline-flex;

    align-items:center;

    justify-content:center;

height:34px;

padding:0 12px;

font-size:.76rem;

gap:4px;
    min-width:auto;

    border-radius:999px;

    white-space:nowrap;

    font-weight:600;

    line-height:1;

    text-decoration:none;

    overflow:hidden;

}

.mentor-chip:hover{

    transform:translateY(-3px);

    color:#0A1946;

    border-color:rgba(212,175,55,.45);

    box-shadow:
        0 10px 24px rgba(10,25,70,.10);

    background:
        linear-gradient(
            180deg,
            #fffefb,
            #fff8e8
        );

}
.mentor-chip.active{

    background:
        linear-gradient(
            180deg,
            #0A1946,
            #15387E
        );

    color:#fff;

    border-color:#0A1946;

    box-shadow:
        0 10px 22px rgba(10,25,70,.18);

}
.mentor-chip.active::after{

    content:"×";

    display:inline-flex;

    align-items:center;

    justify-content:center;

margin-left:5px;

width:14px;

height:14px;

font-size:.72rem;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    color:#fff;


    font-weight:700;

    line-height:1;

    transition:.25s ease;

}
.mentor-chip.active:hover::after{

    background:rgba(255,255,255,.28);

    transform:rotate(90deg);

}
.mentor-chip::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(212,175,55,.8),
            transparent
        );

    opacity:0;

    transition:.3s;

}

.mentor-chip:hover::before,
.mentor-chip.active::before{

    opacity:1;

}
/* ==========================================
   Search Page Layout
========================================== */

.search-page-container{

    max-width:1100px;

    margin:0 auto;

    padding:0 0 40px;

}

.mentor-title{
    margin-bottom:8px;
}

.mentor-subtitle{
    max-width:700px;
    margin:0 auto 16px;
    font-size:1rem;
    line-height:1.45;
}
/* ==========================================
   Filter Header
========================================== */

.filter-header{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    margin:12px 0 10px;
}

.filter-label{
    font-size:1.15rem;
    font-weight:700;
    color:#0A1946;
    letter-spacing:.3px;
}

.filter-description{
    color:#6c757d;
    font-size:.9rem;
}
.page-title{
    font-size:clamp(2rem,3.5vw,2.8rem);
    margin-bottom:8px;
    font-weight:800;
    color:#0A1946;
    letter-spacing:-0.5px;
    text-align:center;
}

.gold-text{
    color:#D4AF37;
}
.mentor-result-count{
    text-align:left;
    font-size:.72rem;
    color:#8B95A7 !important;
    font-weight:500 !important;
    margin:6px 0 8px !important;
    letter-spacing:.2px;
}
.filter-section{
    margin-bottom:8px !important;
}

.selected-filters{
    margin-bottom:4px !important;
}

.mentor-result-count{
    margin-bottom:10px !important;
}
.selected-filters{
    min-height:0;
    margin:4px 0 !important;
}

.selected-filters:empty{
    display:none !important;
}
/* ==========================================
   Mentor Grid
========================================== */

#mentorResults{
    align-items:stretch;
}

#mentorResults > [class*="col"]{
    display:flex;
}

/* ==========================================
   Selected Filter
========================================== */

.mentor-chip.active{

    background:#0A1946;

    color:#fff;

    border-color:#0A1946;
}
/* ==========================================================
   MARKETPLACE V2
========================================================== */

.mentor-list-card{
    display:grid;
    grid-template-columns:90px 1fr;
    gap:18px;
    padding:24px;

    align-items:stretch;

    padding:24px;

    border-radius:22px;

    background:#fff;

    height:auto;

    transition:.28s ease;
}
.mentor-details-column{
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:6px;
}
.mentor-list-card:hover{
     transform:translateY(-4px);
    border-color:#D4AF37;
    box-shadow:0 18px 40px rgba(10,25,70,.12);
}

/* LEFT */

.mentor-photo-column{

    display:flex;

    justify-content:center;

    align-items:flex-start;

    padding-top:10px;
}

.mentor-list-photo{

    width:96px;

    height:96px;

    object-fit:cover;

    border-radius:50%;

    border:4px solid #0A1946;

box-shadow:0 10px 24px rgba(10,25,70,.10);
border:3px solid #fff;
    
}

/* CENTER */

.mentor-content-column{

       min-width:0;
    width:100%;

    overflow:hidden;
}

.mentor-list-name{

    font-size:1.35rem;

    font-weight:700;

    line-height:1.25;

    color:#0A1946;

    margin:0 0 10px;

    letter-spacing:-0.02em;
}
.mentor-list-qualification{
    font-size:.92rem;
    line-height:1.5;
    color:#5f6b7a;
}
.mentor-verified{

    display:inline-flex;

    align-items:center;

    gap:8px;

    margin-bottom:12px;

    padding:5px 12px;

    border-radius:999px;

    background:#EDF5FF;

    color:#0A66C2;

    font-size:.78rem;

    font-weight:700;
}

.mentor-verified i{

    font-size:.82rem;

    color:#0A66C2;
}
.mentor-inline-verified i{

    color:#1E63D7;

    font-size:1.1rem;
}

.mentor-list-headline{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:6px;

    margin:6px 0 12px;

    font-size:.88rem;

    font-weight:600;

    color:#1E63D7;
}

.mentor-list-headline i{

    color:#D4AF37;
}

.mentor-dot{

    color:#BFC7D4;
}

.mentor-list-about{
    font-size:.88rem;
    line-height:1.6;
color:#667085;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    line-clamp:3;

    overflow:hidden;
}

/* RIGHT */
.mentor-side-title{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:8px;

    width:100%;

    margin-bottom:8px;

    font-size:1rem;

    font-weight:600;

    color:#0A1946;

}

.mentor-side-title i{

    color:#D4AF37;
}

.mentor-side-divider{

    margin:22px 0;

    height:1px;

    background:#E5EAF2;
}

.mentor-profile-button{

    display:flex;

    justify-content:center;

    align-items:center;

    width:100%;
margin-top:auto;
    background:#0A1946;
padding:11px 20px;
font-size:.88rem;
font-weight:600;
border-radius:10px;
    color:#fff;

    text-decoration:none;

transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.mentor-profile-button:hover{

    background:#14357F;
transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(10,25,70,.18);
    color:#fff;

}
.mentor-profile-button:focus-visible{
    outline:3px solid rgba(212,175,55,.45);
    outline-offset:3px;
}
/* RESPONSIVE */

@media(max-width:768px){

.mentor-list-card{

    grid-template-columns:1fr;

    text-align:center;
}

.mentor-photo-column{

    justify-content:center;
}

.mentor-side-column{

    border:none;

    padding:0;

    margin-top:24px;
}

}
.mentor-subject-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:36px;
    padding:8px 18px;

    border-radius:999px;

    font-size:.82rem;
    font-weight:500;

    background:#F7F9FC;
    color:#0A1946;

    border:1px solid rgba(10,25,70,.08);
}
/* ==========================================================
   Mentor Card Enhancement
========================================================== */

.mentor-list-card{

    background:
        radial-gradient(
            circle at top right,
            rgba(212,175,55,.08),
            transparent 30%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(30,99,215,.05),
            transparent 35%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfcfe 30%,
            #f5f8fc 72%,
            #edf3f8 100%
        );

}
.mentor-subject-area{

    display:flex;

    justify-content:center;

    align-items:center;

    width:100%;

    margin-top:16px;
     margin-bottom:20px;

}
/* ==========================================
   Mentor Name Row
========================================== */

.mentor-name-row{

    display:flex;

    align-items:center;

    gap:12px;

    flex-wrap:wrap;

    margin-bottom:10px;

}

.mentor-name-row .mentor-list-name{

    margin:0;

}

/* ==========================================
   Inline Verified Badge
========================================== */

.mentor-verified-inline{

    display:inline-flex;

    align-items:center;

    gap:6px;

    padding:4px 10px;

    border-radius:999px;

    background:#EDF5FF;

    color:#0A66C2;

    font-size:.72rem;

    font-weight:700;

    line-height:1;

    white-space:nowrap;

}

.mentor-verified-inline i{

    font-size:.75rem;

    color:#0A66C2;

}
@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(16px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.mentor-list-card{
    animation:fadeUp .35s ease both;
}
.mentor-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    align-items:start;
}

@media (max-width:992px){
    .mentor-grid{
        grid-template-columns:1fr;
    }
}
.mentor-detail-row{
    display:flex;
    align-items:flex-start;
    gap:8px;
    margin-bottom:6px;
    line-height:1.35;
    color:#2f3747;
}

.mentor-detail-row:last-child{
    margin-bottom:0;
}

.mentor-detail-row i{
    width:18px;
    color:#0A1946;
    margin-top:2px;
    flex-shrink:0;
}

.mentor-detail-row strong{
    color:#1d2d50;
}
/* Skeleton Loader */

.mentor-skeleton{

    height:240px;

    border-radius:22px;

    background:
        linear-gradient(
            90deg,
            #f1f3f6 25%,
            #e7ebf0 37%,
            #f1f3f6 63%
        );

    background-size:400% 100%;

    animation:skeleton-loading 1.2s infinite;

}

@keyframes skeleton-loading{

    0%{
        background-position:100% 0;
    }

    100%{
        background-position:-100% 0;
    }

}
.mentor-show{

    animation:mentorFade .45s ease;

}

@keyframes mentorFade{

    from{

        opacity:0;

        transform:translateY(18px);

    }

    to{

        opacity:1;

        transform:none;

    }

}
/* ==========================================
   Back To Top
========================================== */

.back-to-top{
    position:fixed;
    right:24px;
    bottom:24px;
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:#0A1946;
    color:#fff;
    display:none;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:999;
    box-shadow:0 12px 28px rgba(10,25,70,.18);
    transition:.25s ease;
}

.back-to-top:hover{
    transform:translateY(-3px);
    background:#14357F;
}

.back-to-top.show{
    display:flex;
}
/* ==========================================
   Mentor Image
========================================== */

.mentor-list-photo{
    transition:opacity .25s ease;
}