/*==========================================================
    AUCHI POLYTECHNIC
    APPLICATION GUIDE
===========================================================*/

.page-header{
    background:#ffffff;
    border-bottom:1px solid #e8edf3;
    padding:60px 0;
}

.page-header h2{
    font-family:'Poppins',sans-serif;
    color:#003366;
    font-size:2.2rem;
    font-weight:700;
    margin-bottom:15px;
}

.page-header p{
    font-size:1.05rem;
    color:#5c6773;
    max-width:700px;
}

.guide-content{
    background:#f5f7fa;
    padding:60px 0;
}


/*==========================================================
    SIDEBAR
===========================================================*/

.guide-sidebar{

    background:#ffffff;

    border:1px solid #dee2e6;

    border-radius:12px;

    padding:25px;

    top:100px;

    box-shadow:0 5px 20px rgba(0,0,0,.05);

}

.guide-sidebar h5{

    color:#003366;

    font-family:'Poppins',sans-serif;

    margin-bottom:20px;

}

.guide-sidebar ul{

    padding:0;

    margin:0;

    list-style:none;

}

.guide-sidebar li{

    margin-bottom:12px;

}

.guide-sidebar a{

    display:block;

    color:#495057;

    padding:10px 15px;

    border-radius:8px;

    transition:.25s;

    text-decoration:none;

}

.guide-sidebar a:hover{

    background:#003366;

    color:#ffffff;

}


/*==========================================================
    GUIDE CARD
===========================================================*/

.guide-card{

    background:#ffffff;

    border-radius:14px;

    padding:35px;

    margin-bottom:30px;

    border:1px solid #dee2e6;

    box-shadow:0 5px 18px rgba(0,0,0,.04);

}

.guide-card h3{

    color:#003366;

    font-family:'Poppins',sans-serif;

    margin-bottom:20px;

}

.guide-card h4{

    color:#1d3557;

    margin-top:30px;

    margin-bottom:18px;

}

.guide-card h5{

    color:#1d3557;

    margin-bottom:10px;

}

.guide-card p{

    color:#5f6b76;

    line-height:1.8;

}

.guide-sidebar a{

    display:flex;
    align-items:center;
    padding:12px 16px;
    color:#495057;
    text-decoration:none;
    border-left:4px solid transparent;
    transition:.25s ease;
    font-weight:500;

}

.guide-sidebar a:hover{

    background:#eef5fb;
    color:#003366;

}

.guide-sidebar a.active{

    background:#003366;
    color:#fff;
    border-left:4px solid #f4b400;
    font-weight:600;

}

.guide-sidebar a.active i{

    color:#f4b400;

}