/* =========================================================
   FILE NAME  : page-tuition-leads.css
   PURPOSE    : Tuition Lead Cards – FINAL PREMIUM VERSION
   PAGE ID    : 2697
   ========================================================= */

/* ================= PAGE BASE ================= */

.page-id-2697{
    background:linear-gradient(180deg,#f8fafc 0%, #eef2f7 100%);
}

.page-id-2697 .site-content,
.page-id-2697 .content-area,
.page-id-2697 .container,
.page-id-2697 .ast-container{
    max-width:1400px !important;
    margin:0 auto;
    padding:0 20px;
}

/* ================= GRID ================= */

.page-id-2697 .lead-grid{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    gap:28px;
    width:100%;
}

@media(max-width:1100px){
    .page-id-2697 .lead-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }
}

@media(max-width:640px){
    .page-id-2697 .lead-grid{
        grid-template-columns:1fr !important;
    }
}

/* ================= FILTER ================= */

.page-id-2697 .lead-filter{
    display:flex;
    gap:14px;
    background:#ffffff;
    padding:18px 20px;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(15,23,42,0.08);
    margin-bottom:36px;
}

.page-id-2697 .lead-filter select,
.page-id-2697 .lead-filter input{
    flex:1;
    height:48px;
    padding:12px 14px;
    border-radius:12px;
    border:1px solid #d1d5db;
    background:#f9fafb;
    font-size:14px;
}

.page-id-2697 .lead-filter button{
    height:48px;
    padding:0 22px;
    background:linear-gradient(135deg,#facc15,#f59e0b);
    color:#111827;
    border-radius:12px;
    font-weight:700;
    border:none;
    cursor:pointer;
}

@media(max-width:768px){
    .page-id-2697 .lead-filter{
        flex-direction:column;
    }
}

/* ================= CARD ================= */

.page-id-2697 .lead-card{
    position:relative;
    background:#ffffff;
    border-radius:22px;
    padding:26px 24px 28px;
    border:1px solid #e5e7eb;
    display:flex;
    flex-direction:column;
    height:100%;
    text-align:center;
    box-shadow:0 14px 40px rgba(15,23,42,0.10);
    transition:all 0.35s ease;
}

.page-id-2697 .lead-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 55px rgba(15,23,42,0.15);
}

/* ================= BADGES ================= */

.page-id-2697 .lead-id-badge{
    position:absolute;
    top:14px;
    left:14px;
    background:#eef2ff;
    color:#3730a3;
    padding:5px 12px;
    font-size:11px;
    font-weight:700;
    border-radius:999px;
}

.page-id-2697 .lead-new-badge{
    position:absolute;
    top:14px;
    right:14px;
    background:linear-gradient(135deg,#22c55e,#16a34a);
    color:#fff;
    padding:5px 12px;
    font-size:11px;
    font-weight:800;
    border-radius:999px;
}

/* ================= AVATAR ================= */

.page-id-2697 .lead-avatar{
    display:flex;
    justify-content:center;
    margin:20px 0 10px;
}

.page-id-2697 .lead-avatar img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    background:#f1f5f9;
    border:6px solid #ffffff;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

/* ================= TEXT ================= */

.page-id-2697 .student-name{
    font-size:20px;
    font-weight:700;
    margin:14px 0 6px;
    color:#0f172a;
}

.page-id-2697 .lead-time{
    font-size:13px;
    color:#64748b;
    margin-bottom:14px;
}

.page-id-2697 .lead-card p{
    font-size:14px;
    margin:6px 0;
    text-align:left;
    color:#334155;
}

.page-id-2697 .lead-card strong{
    color:#020617;
}

.page-id-2697 .requirement{
    background:#f8fafc;
    border-left:4px solid #6366f1;
    padding:12px 14px;
    border-radius:10px;
    font-size:13px;
    margin-top:14px;
}

/* ================= ACTION BUTTONS ================= */

.page-id-2697 .lead-actions{
    margin-top:auto;
    display:flex;
    gap:14px;
}

.page-id-2697 .lead-actions a{
    flex:1;
    padding:13px 16px;
    border-radius:14px;
    font-weight:700;
    font-size:14px;
    text-decoration:none;
    text-align:center;
    transition:all 0.25s ease;
}

.page-id-2697 .btn-interested{
    background:linear-gradient(135deg,#facc15,#f59e0b);
    color:#111827;
}

.page-id-2697 .btn-interested:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 22px rgba(245,158,11,0.35);
}

.page-id-2697 .btn-call{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    color:#ffffff;
}

.page-id-2697 .btn-call:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 22px rgba(37,99,235,0.35);
}

/* ================= MOBILE ================= */

@media(max-width:640px){
    .page-id-2697 .lead-actions{
        flex-direction:column;
    }
}
/* ================= PAGINATION ================= */

.bb-pagination-wrapper {
    margin: 40px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.bb-pagination-wrapper ul.page-numbers {
    list-style: none;
    display: flex;
    gap: 6px;
    padding: 0;
    margin: 0;
}

.bb-pagination-wrapper ul.page-numbers li {
    display: inline-flex;
}

.bb-pagination-wrapper .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border-radius: 6px;
    background: #f4f6f8;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.bb-pagination-wrapper a.page-numbers:hover {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}

.bb-pagination-wrapper .page-numbers.current {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    cursor: default;
}

.bb-pagination-wrapper .page-numbers.dots {
    background: transparent;
    border: none;
    cursor: default;
    color: #999;
}

.bb-pagination-wrapper .page-numbers.prev,
.bb-pagination-wrapper .page-numbers.next {
    font-weight: 600;
}

/* ================= GO TO PAGE ================= */

.bb-go-to-page {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.bb-go-to-page input {
    width: 80px;
    height: 34px;
    padding: 4px 6px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
}

.bb-go-to-page button {
    height: 34px;
    padding: 0 14px;
    border-radius: 6px;
    background: #2563eb;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

.bb-go-to-page button:hover {
    background: #1e4fd8;
}
