/* ==================================================
   PLC Tutors - Final CSS (Clean Version)
   Shared by Alexandra / Kevin / Lan-Anh
================================================== */

.tutor-page{
    max-width:1200px;
    margin:0 auto;
    padding:50px 20px 70px;
    background:#f4f7fb;
}

.tutor-hero{
    position:relative;
    overflow:hidden;
    background:#183B6B url("../images/hero_bg_master.png") no-repeat right center;
    background-size:420px;
    color:#fff;
    text-align:center;
    padding:90px 20px 130px;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(16,42,82,.72);
}
.hero-content{

    position:relative;
    z-index:2;

    width:100%;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

}

.hero-content h1{

    color:#FFD54D !important;      /* 또는 #FFFFFF */

    font-size:68px;
    font-weight:800;

    display:block;
    width:100%;

    text-align:center;

    margin:0 auto 15px auto;

}

.hero-stars{
    display:block;
    width:100%;
    text-align:center;

    color:#FFD54D;
    font-size:34px;
    letter-spacing:6px;

    margin:0 0 22px 0;
}

.hero-subtitle{
    width:100%;
    text-align:center;
}

.hero-description{
    color:#fff;
    font-size:20px;
    line-height:1.8;
}

.hero-wave{
    position:absolute;
    left:-5%;
    bottom:-60px;
    width:110%;
    height:120px;
    background:#f4f7fb;
    border-radius:50% 50% 0 0;
}

.profile-summary{
    display:flex;
    gap:40px;
    align-items:center;
    background:#fff;
    border-radius:18px;
    padding:35px;
    margin:50px 0;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.profile-photo{
    width:220px;
    height:220px;
    border-radius:50%;
    background:#e8edf5;
    border:6px solid #183B6B;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    color:#183B6B;
    flex-shrink:0;
}

.profile-card{
    background:#fff;
    border-radius:18px;
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.profile-card h2{
    color:#183B6B;
    font-size:30px;
    margin-bottom:18px;
    border-bottom:3px solid #FFD54D;
    padding-bottom:8px;
}

.profile-card li,
.profile-card p{
    font-size:17px;
    line-height:1.8;
}

.profile-cta{
    background:#183B6B;
    color:#fff;
    text-align:center;
    border-radius:18px;
    padding:60px 30px;
    margin:50px 0;
}

.btn-register{
    display:inline-block;
    margin-top:20px;
    background:#FFD54D;
    color:#183B6B;
    padding:15px 38px;
    border-radius:35px;
    text-decoration:none;
    font-weight:700;
}

.btn-register:hover{
    background:#fff;
}

@media(max-width:768px){
    .hero-content h1{font-size:40px;}
    .hero-subtitle{font-size:24px;}
    .hero-description{font-size:17px;}
    .profile-summary{
        flex-direction:column;
        text-align:center;
    }
    .profile-photo{
        width:170px;
        height:170px;
    }
}



/* =========================
   PLC Tutor Premium CSS
   ========================= */

.tutor-page{
    max-width:1200px;
    margin:0 auto;
    padding:40px 20px 60px;
}

.tutor-hero{
    position:relative;
    background:#183B6B url("../images/hero_bg_master.png") center/cover no-repeat;
    color:#fff;
    text-align:center;
    padding:90px 20px 110px;
    overflow:hidden;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(15,40,82,.72);
}

.hero-content{
    position:relative;
    z-index:2;
}

.tutor-hero h1{
    font-size:54px;
    font-weight:800;
    margin-bottom:10px;
}

.hero-stars{
    color:#FFD54D;
    font-size:28px;
    letter-spacing:3px;
    margin:12px 0;
}

.hero-subtitle{
    font-size:30px;
    font-weight:700;
}

.hero-description{
    font-size:18px;
    margin-top:8px;
}

.hero-wave{
    position:absolute;
    bottom:-1px;
    left:0;
    width:100%;
    height:60px;
    background:#fff;
    border-radius:100% 100% 0 0/100% 100% 0 0;
}

.photo-placeholder{
    width:220px;
    height:220px;
    border-radius:50%;
    background:#e8edf5;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-weight:700;
    color:#666;
    margin:0 auto 20px;
}

.profile-card{
    background:#fff;
    border-radius:14px;
    padding:28px;
    margin-bottom:28px;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.profile-card h2{
    color:#183B6B;
    font-size:28px;
    margin-bottom:18px;
    border-bottom:3px solid #FFD54D;
    padding-bottom:8px;
}

.profile-card ul{
    padding-left:20px;
}

.profile-card li,
.profile-card p{
    font-size:17px;
    line-height:1.8;
}

.profile-cta{
    background:#183B6B;
    color:#fff;
    text-align:center;
    border-radius:16px;
    padding:55px 25px;
    margin-top:40px;
}

.btn-register{
    display:inline-block;
    margin-top:20px;
    background:#FFD54D;
    color:#183B6B;
    font-weight:700;
    text-decoration:none;
    padding:14px 34px;
    border-radius:40px;
}

.btn-register:hover{
    background:#f3c62d;
}

@media (max-width:768px){

.tutor-hero{
    padding:70px 20px 90px;
}

.tutor-hero h1{
    font-size:36px;
}

.hero-subtitle{
    font-size:22px;
}

.photo-placeholder{
    width:170px;
    height:170px;
}

.profile-card{
    padding:22px;
}

}


.navbar-brand img{
    display:block !important;
    width:auto !important;
    height:60px !important;
    max-width:none !important;
}