/* =====================================================
   Rayhan Teachers Section
   Part 1
===================================================== */

/* Reset */

.rayhan-teachers-section *,
.rayhan-teachers-section *::before,
.rayhan-teachers-section *::after{
    box-sizing:border-box;
}

/* ===============================
Section
=============================== */

.rayhan-teachers-section{

    max-width:1280px;

    margin:90px auto;

    padding:0 20px;

    font-family:Cairo,sans-serif;

}

/* ===============================
Header
=============================== */

.rayhan-section-header{

    text-align:center;

    margin-bottom:60px;

}

.rayhan-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    background:#edf8f0;

    color:#157347;

    padding:10px 24px;

    border-radius:40px;

    font-size:15px;

    font-weight:700;

    margin-bottom:25px;

}

.rayhan-section-header h2{

    margin:0;

    color:#163a63;

    font-size:48px;

    line-height:1.35;

    font-weight:800;

}

.rayhan-section-header p{

    width:100%;

    max-width:760px;

    margin:22px auto 0;

    color:#666;

    line-height:2;

    font-size:18px;

}

/* ===============================
Features
=============================== */

.rayhan-features{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:22px;

    margin:65px 0;

}

.rayhan-feature{

    background:#fff;

    border-radius:18px;

    padding:22px;

    display:flex;

    align-items:center;

    gap:18px;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

    transition:.35s;

}

.rayhan-feature:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.10);

}

.feature-icon{

    width:62px;

    height:62px;

    border-radius:18px;

    background:#edf8f0;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    flex-shrink:0;

}

.rayhan-feature h4{

    margin:0 0 6px;

    color:#163a63;

    font-size:18px;

}

.rayhan-feature span{

    color:#777;

    font-size:14px;

}

/* ===============================
Grid
=============================== */

.rayhan-teachers-grid{

    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:35px;

}

/* ===============================
Card
=============================== */

.rayhan-teacher-card{

    background:#fff;

border:1px solid #dfe7e3;

border-radius:24px;

overflow:hidden;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.35s;

position:relative;

}

.rayhan-teacher-card:hover{

    transform:translateY(-10px);

    box-shadow:0 22px 50px rgba(0,0,0,.15);

}

/* ===============================
Image
=============================== */

.teacher-image{

    position:relative;

    text-align:center;

    padding:35px 25px 20px;

}

.teacher-image img{

    width:220px;

    height:220px;

    object-fit:cover;

    border-radius:50%;

    border:6px solid #f5f5f5;

    background:#fafafa;

}

/* ===============================
Badges
=============================== */

.teacher-rating{

    position:absolute;

    right:25px;

    top:25px;

    background:#fff;

    color:#ff9800;

    border-radius:30px;

    padding:8px 15px;

    font-weight:bold;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.teacher-status{

    position:absolute;

    left:25px;

    top:25px;

    background:#edf8f0;

    color:#198754;

    border-radius:30px;

    padding:8px 15px;

    font-size:14px;

    font-weight:700;

}
/* =====================================================
   Rayhan Teachers Section
   Part 2
===================================================== */

/* ===============================
Body
=============================== */

.teacher-body{

    padding:10px 28px 30px;

    text-align:center;

}

.teacher-name{

    margin:0;

    color:#163a63;

    font-size:28px;

    font-weight:800;

    line-height:1.4;

}

.teacher-specialization{

    margin:12px 0;

    color:#198754;

    font-size:17px;

    font-weight:600;

}

.teacher-reviews{

    margin-bottom:25px;

    color:#777;

    font-size:15px;

}

/* ===============================
Teacher Meta
=============================== */

.teacher-meta{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin-bottom:28px;

}

.teacher-meta-item{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    padding:14px;

    background:#f8f9fb;

    border-radius:14px;

    font-size:15px;

    color:#444;

    font-weight:600;

}

.meta-icon{

    font-size:18px;

}

/* ===============================
Button
=============================== */

.teacher-profile-btn{

    display:block;

    width:100%;

    padding:16px;

    border-radius:14px;

    background:#198754;

    color:#fff;

    text-decoration:none;

    font-size:17px;

    font-weight:700;

    transition:.3s;

}

.teacher-profile-btn:hover{

    background:#146c43;

    color:#fff;

}

/* ===============================
Bottom Banner
=============================== */

.rayhan-help-banner{

    margin-top:70px;

    background:linear-gradient(135deg,#0f5132,#198754);

    border-radius:26px;

    padding:40px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:30px;

    color:#fff;

}

.rayhan-help-content{

    display:flex;

    align-items:flex-start;

    gap:20px;

}

.rayhan-help-icon{

    width:70px;

    height:70px;

    border-radius:20px;

    background:rgba(255,255,255,.15);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    flex-shrink:0;

}

.rayhan-help-text h3{

    margin:0 0 10px;

    font-size:30px;

    color:#fff;

}

.rayhan-help-text p{

    margin:0;

    line-height:2;

    opacity:.95;

}

.rayhan-whatsapp-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 34px;

    border-radius:14px;

    background:#fff;

    color:#198754;

    font-weight:700;

    text-decoration:none;

    white-space:nowrap;

    transition:.3s;

}

.rayhan-whatsapp-btn:hover{

    background:#f3f3f3;

    color:#198754;

}

/* ===============================
Empty
=============================== */

.rayhan-empty{

    text-align:center;

    padding:80px 20px;

    font-size:22px;

    color:#666;

}

/* ===============================
Responsive
=============================== */

@media(max-width:1100px){

    .rayhan-features{

        grid-template-columns:repeat(2,1fr);

    }

    .rayhan-teachers-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .rayhan-section-header h2{

        font-size:34px;

    }

    .rayhan-section-header p{

        font-size:16px;

    }

    .rayhan-features{

        grid-template-columns:1fr;

    }

    .rayhan-teachers-grid{

        grid-template-columns:1fr;

    }

    .teacher-image img{

        width:180px;

        height:180px;

    }

    .teacher-name{

        font-size:24px;

    }

    .teacher-meta{

        grid-template-columns:1fr;

    }

    .rayhan-help-banner{

        flex-direction:column;

        text-align:center;

    }

    .rayhan-help-content{

        flex-direction:column;

        align-items:center;

    }

}