﻿/* ===================================
   Tutors Section - Bootstrap Based
=================================== */

/*.tutors-section {
    background: #f8f9fc;
    padding: 110px 0 120px 0;*/ /* More breathing */
/*}*/
section.tutors-section {
    background: #f8f9fc;
    padding: 30px 0;
}


    .tutors-section .row {
        margin-top: 60px;
    }

.tutors-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1e293b;
}

.tutors-subtitle {
    font-size: 15px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* Tutor Card */
.tutor-item {
    text-align: center;
}

/* Image */
.tutor-img-wrapper {
    width: 170px !important;
    height: 170px !important;
    overflow: hidden !important;
    margin: 0 auto 20px !important;
}

.tutor-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}


/* Badge */
.verify-badge {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: #4f46e5;
    color: #fff;
    font-size: 11px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
}

/* Typography */
.tutor-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}

.tutor-subject {
    font-size: 14px;
    color: #4f46e5;
    margin-bottom: 4px;
}

.tutor-exp {
    font-size: 13px;
    color: #64748b;
}

.tutor-rating {
    font-size: 14px;
    color: #f59e0b;
    letter-spacing: 3px;
}

/* Join Box */
.join-tutor-box {
    background: #f1f5f9;
    padding: 10px 15px;
    border-radius: 40px;
    margin-top: 60px; /* More separation */
}


.join-outline-btn {
    border: 1.5px solid #4f46e5;
    color: #4f46e5;
    background: transparent;
    border-radius: 25px;
    padding: 8px 22px;
    font-weight: 500;
}

    .join-outline-btn:hover {
        background: #4f46e5;
        color: #fff;
    }
