body{
    font-family: Arial, sans-serif;
    background-color: #ffedef;
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

.btn-nusa{
    background-color: #ED4253;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(237, 66, 83, 0.2);
    cursor: pointer;
}
.btn-nusa:hover{
    background-color: #e83749;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(237, 66, 83, 0.3);
}
.btn-nusa:active{
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(237, 66, 83, 0.2);
}
.btn-nusa:focus{
    outline: none;
    box-shadow: 0 0 0 3px rgba(237, 66, 83, 0.2);
}
.btn-nusa:disabled{
    background-color: #e83749;
    color: #FFFFFF;
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(237, 66, 83, 0.2);
}

.text-nusa{
    color: #ED4253;
}
.text-header{
    border-bottom: 3px solid #ED4253;
    margin-top: 25px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.text-header::after{
    border-bottom: 3px solid #333;
    width: 30%;
    display: block;
    position: absolute;
    content: "";
    padding-bottom: 0;
    left: 0;
    bottom: -3px;
}

.bg-nusa{
    background-color: #ED4253;
}

/**
* Navbar
*/
.navbar{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
    border-top: 4px solid #ED4253;
}

.navbar .nav-cart-link{
    position: relative;
    margin-left: 0.3rem;
    margin-right: 0.5rem;
    font-size: 1.05rem;
}

.navbar .nav-cart-badge{
    position: absolute;
    top: 2px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #ED4253;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    padding: 0 4px;
}

/* Hero */
.hero {
    min-height: 70vh;
    background-image: url('asn.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    background-color: #ED4253;
    background-blend-mode: overlay;
    background-color: rgba(10, 10, 10, 0.5);
    position: relative;
    overflow: visible;
    overflow-x: hidden;
}

.hero .cpns {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-10%) translateY(0%);
    z-index: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    pointer-events: none;
    overflow-x: hidden;
}

.hero .cpns img {
    width: 50vw;
    max-width: 540px;
    min-width: 180px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 32px rgba(70, 27, 31, 0.25)) drop-shadow(0 2px 8px rgba(0,0,0,0.10));
    transition: transform 0.3s cubic-bezier(.4,2,.6,1), filter 0.3s;
    border-radius: 0 0 72px 72px;
    background: rgba(255,255,255,0.05);
    overflow-x: hidden;
}

.hero .cpns img:hover {
    transform: scale(1.04) translateY(-8px);
    filter: drop-shadow(0 16px 48px rgba(70, 27, 31, 0.35)) drop-shadow(0 4px 16px rgba(0,0,0,0.13));
}

@media (max-width: 991.98px) {
    .hero .cpns img {
        width: 40vw;
        max-width: 260px;
        min-width: 120px;
    }
    .hero .cpns {
        transform: translateX(-10%) translateY(0%);
    }
}

@media (max-width: 575.98px) {
    .hero {
        min-height: 48vh;
    }
    .hero .cpns img {
        width: 50vw;
        max-width: 220px;
        min-width: 80px;
    }
    .hero .cpns {
        transform: translateX(-10%) translateY(0%);
    }
}

.hero .row {
    width: 100%;
    align-items: center; /* pusat vertikal antar kolom */
}

.hero .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-left: 2rem;
}

.hero h3 {
    font-size: 5vw;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.5rem;
}

.hero h5 {
    font-size: 1.4vw;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.hero img {
    width: 37vw;
    max-width: 100%;
    height: auto;
}

/* Features */
.features .card{
    position: relative;
    top: -80px;
    padding: 1rem;
    text-align: center;
    min-height: 170px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 0 !important;
    border-radius: 10px;
    
}
.features .card{
    transition: all 0.3s ease;
}
.features .card:hover{
    transform: translateY(-10px);
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}
.features .card h5{
    font-size: 1.3rem;
    font-weight: 600;
    color: #ED4253;
}
.features .card p{
    font-size: 1rem;
    font-weight: 400;
}

/* Home Exam */
.home-exam{
    margin-top: -30px;
}
.home-exam .card{
    border: 1.5px solid #ED4253;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.home-exam .card:hover{
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}
.home-exam .card img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.home-exam .card-body{
    min-height: 80px;
    padding-top: 30px;
}
.home-exam .card-body h5{
    font-size: 1.1rem;
    font-weight: 600;
    color: #ED4253;
    text-align: center;
}
.home-exam .card-body p{
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}
.home-exam .card-footer{
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-exam .title-exam{
    font-size: 1.1rem;
    font-weight: 600;
    color: #ED4253;
    text-align: center;
}

/* Home Post */
.home-post .card{
    border: 1.5px solid #ED4253;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
}
.home-post .col-md-8 .card:hover{
    transform: translateY(-10px);
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}
.home-post .card img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 300px;
    max-height: 300px;
    max-width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.home-post .card img:hover{
    transform: scale(1.02);
    transition: all 0.3s ease;
    min-height: 300px;
    max-height: 300px;
    max-width: 100%;
    object-fit: cover;
}
.home-post .card-body h5{
    font-size: 1.1rem;
    font-weight: 600;
    color: #ED4253;
    min-height: 100px;
}
.home-post .card-body p{
    font-size: 1rem;
    font-weight: 400;
}
.home-post .card-footer{ 
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-post .btn-nusa{
    width: 100%;
}

/* Testimoni */
.home-testimoni{
    background-color: #ffedef;
}
.home-testimoni .card{
    border: 1.5px solid #ED4253;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 18px;
    transition: all 0.3s ease;
}
.home-testimoni .card-body{
    min-height: 100px;
    padding-top: 30px;
}
.home-testimoni .card-title{
    font-size: 1.1rem;
    font-weight: 600;
    color: #ED4253;
}
.home-testimoni .card-text{
    font-size: 1rem;
    font-weight: 400;
}
.home-testimoni .rating{
    font-size: 1rem;
    font-weight: 400;
}
.home-testimoni .rating i{
    color: #ED4253;
}
.home-testimoni .card:hover{
    transform: translateY(-10px);
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}
.home-testimoni .card .fa-comment {
    font-size: 6rem;
    color: #ed4253;
    opacity: 0.12;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
}

.home-testimoni .card .card-body {
    position: relative;
    z-index: 2;
}

.home-testimoni .card .card-title,
.home-testimoni .card .card-text,
.home-testimoni .card .rating {
    position: relative;
    z-index: 3;
}

/* FAQ */
.home-faq{
    background-color: #ffedef;
}
.home-faq .card {
    border: 1.5px solid #ED4253;
    box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.15);
    border-radius: 16px;
    transition: box-shadow 0.2s, transform 0.2s;
    background: #fff;
}
.home-faq .card:hover {
    box-shadow: 0 12px 32px 0 rgba(237, 66, 83, 0.12), 0 7px 29px 0 rgba(100, 100, 111, 0.18);
    transform: translateY(-4px) scale(1.01);
}
.home-faq .card-body {
    min-height: 100px;
    background: #f8f9fa;
    border-radius: 0 0 16px 16px;
}


.faq-list .faq-card {
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    margin-bottom: 1rem;
    border: none;
    box-shadow: none;
}
.faq-list .faq-card:last-child {
    margin-bottom: 0;
}
.faq-list .faq-question {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.08rem;
    letter-spacing: 0.01em;
}
.faq-list .card-body {
    background: #FFFFFF;
    font-size: 1rem;
    color: #333;
    border-radius: 0 0 14px 14px;
}

/* Home Page Refinement */
.home-page .home-hero{
    min-height: 62vh;
    padding: 2rem 0;
}
.home-page .hero h3{
    font-size: clamp(2rem, 5vw, 3.4rem);
    margin-bottom: 0.8rem;
}
.home-page .hero h5{
    font-size: clamp(1rem, 2.1vw, 1.25rem);
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.7;
}
.home-page .hero .btn-outline-light{
    border-radius: 8px;
    border-width: 1.5px;
}
.home-page .hero .btn-outline-light:hover{
    background: #ffffff;
    color: #cb2737;
}

.home-page .features .card{
    top: -70px;
    min-height: 190px;
}

.home-page .home-exam{
    margin-top: -20px;
}
.home-page .home-exam .card img{
    min-height: 220px;
    max-height: 220px;
    object-fit: cover;
}
.home-page .home-exam .card-body{
    min-height: 210px;
    padding-top: 18px;
    padding-bottom: 10px;
}
.home-page .home-exam .card-body h5{
    min-height: 56px;
}
.home-page .home-exam .card-footer{
    background: transparent;
    border-top: 0;
}

.home-page .home-post .card img{
    min-height: 220px;
    max-height: 220px;
}
.home-page .home-post .card-body h5{
    min-height: 62px;
}
.home-page .home-post .card-body p{
    line-height: 1.65;
}
.home-page .home-post .card-footer{
    background: transparent;
    border-top: 0;
}

.home-page .home-testimoni .card-text{
    line-height: 1.7;
}
.home-page .home-testimoni .card-body{
    padding-top: 24px;
}

.home-page .home-faq .card-body{
    line-height: 1.7;
}

.home-page .home-empty-state{
    border: 1px dashed #e7b5bb;
    border-radius: 12px;
    background: #fff8f9;
    text-align: center;
    color: #9e4a53;
    padding: 2rem 1rem;
}
.home-page .home-empty-state i{
    font-size: 1.4rem;
}

@media (max-width: 767.98px){
    .home-page .features .card{
        top: -50px;
        min-height: 165px;
    }

    .home-page .home-exam{
        margin-top: -10px;
    }

    .home-page .home-exam .card-body{
        min-height: 170px;
    }

    .home-page .home-post .card-body h5{
        min-height: 0;
    }
}


/* Sidebar */
.sidebar .card{
    border: 1.5px solid #ED4253;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}
.sidebar .card .list-group{
    padding: 0;
}
.sidebar .card .list-group .category-item:hover{
    background:linear-gradient(to right, #ED4253, #d32a3b);
    color: #FFFFFF;
}
.sidebar .card .list-group .list-group-item a{
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}

.sidebar .popular-post-item{
    display: block;
    padding: 0.6rem 0.75rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.sidebar .popular-post-item:hover{
    background: #fff3f5 !important;
    color: #c92435 !important;
    transform: translateX(2px);
}

.sidebar .popular-post-title{
    display: block;
    color: inherit;
    font-size: 0.9rem;
    line-height: 1.35;
    font-weight: 600;
    margin: 0;
}

.home-post .sidebar .popular-post-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Footer */
.footer-container{
    background: linear-gradient(160deg, #303030 0%, #1f1f1f 100%);
    color: #FFFFFF;
    padding: 2.4rem 0 2rem;
    border-top: 3px solid #ED4253;
}

.footer-brand-logo{
    text-decoration: none;
}

.footer-brand-text{
    font-size: 0.95rem;
    line-height: 1.7;
    color: #f0f0f0;
    margin-bottom: 1rem;
}

.footer-title{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.95rem;
    letter-spacing: 0.2px;
}

.footer-social-list,
.footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-list li,
.footer-link-list li{
    margin-bottom: 0.55rem;
}

.footer-social-list li a,
.footer-link-list li a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.93rem;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-social-list li a i{
    width: 18px;
    margin-right: 0.45rem;
    color: #f8b4ba;
}

.footer-social-list li a:hover,
.footer-link-list li a:hover{
    color: #ED4253;
    text-decoration: none;
}

.footer{
    background-color: #161616;
    color: #FFFFFF;
    border-top: 1px solid #313131;
}

.footer a{
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover{
    color: #ED4253;
    text-decoration: none;
}

@media (max-width: 767.98px){
    .footer-container{
        padding: 2rem 0 1.6rem;
    }

    .footer-title{
        margin-top: 0.4rem;
    }
}


/* SIngle Contianer */
.single-container{
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.single-container .header-container{
    min-height: 40vh;
    background: linear-gradient(to bottom, #ED4253, #d32a3b);
}
.single-container .header-container h2{
    margin-top: 10vh;
    color: #FFFFFF;
}
.single-container .body-container{
    position: relative;
    top: -16vh;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.single-container .body-container .card{
    border: 0 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.single-container .body-container .card img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.single-container .body-container .card h4{
    font-size: 1.1rem;
    font-weight: 600;
    color: #ED4253;
}
.single-container .body-container .card p{
    font-size: 1rem;
    font-weight: 400;
}

.single-exam-page .body-container{
    overflow: hidden;
}

.single-exam-page .exam-cover-frame{
    min-height: 360px;
    border: 1px solid #f0e6e8;
    border-radius: 16px;
    background: #fff8f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.single-exam-page .exam-cover-image{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 330px;
    object-fit: contain;
    border-radius: 12px;
}

.single-exam-page .single-content{
    background: #ffffff;
    border: 1px solid #f3e8ea;
    border-radius: 14px;
}

.single-exam-page .single-exam-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0.9rem 0 1rem;
}

.single-exam-page .single-exam-badge{
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: #4b4b4b;
    background: #fff5f6;
    border: 1px solid #f3d9dd;
    border-radius: 999px;
    padding: 0.38rem 0.7rem;
}

.single-exam-page .single-exam-price{
    color: #c92435;
    background: #ffecef;
    border-color: #f0c7ce;
}

.single-exam-page .single-exam-summary{
    color: #4b4b4b;
    line-height: 1.75;
}

.single-exam-page .single-exam-action .btn{
    min-height: 44px;
    border-radius: 10px;
    font-weight: 700;
}

/* Checkout Page */
.checkout-page .body-container{
    overflow: hidden;
}

.checkout-page .checkout-illustration{
    border: 1px solid #f3e5e7;
    border-radius: 14px;
    background: #fff8f9;
}

.checkout-page .checkout-illustration img{
    border-radius: 10px;
}

.checkout-page .checkout-card{
    border: 1px solid #f1e6e8;
    border-radius: 14px;
}

.checkout-page .checkout-summary-grid{
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 0.65rem 0.8rem;
}

.checkout-page .checkout-label{
    color: #7a7a7a;
    font-size: 0.9rem;
    font-weight: 600;
}

.checkout-page .checkout-value{
    color: #2f2f2f;
    font-size: 0.95rem;
}

.checkout-page .checkout-total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
}

/* Cart Page */
.cart-page .body-container{
    overflow: hidden;
}

.cart-page .cart-illustration{
    border: 1px solid #f3e5e7;
    border-radius: 14px;
    background: #fff8f9;
}

.cart-page .cart-illustration img{
    border-radius: 10px;
}

.cart-page .cart-card{
    border: 1px solid #f1e6e8;
    border-radius: 14px;
}

.cart-page .cart-table thead th{
    color: #5f5f5f;
    font-size: 0.82rem;
    letter-spacing: 0.2px;
}

.cart-page .cart-table tbody td,
.cart-page .cart-table tfoot th{
    color: #2f2f2f;
    font-size: 0.92rem;
    vertical-align: middle;
}

.cart-page .cart-unpaid-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #f2f2f2;
}

.cart-page .cart-unpaid-item:last-child{
    border-bottom: 0;
}

.cart-page .cart-unpaid-item.is-active{
    background: #fff8f9;
}

.cart-page .cart-unpaid-info h6{
    color: #2f2f2f;
    font-size: 0.94rem;
}

.cart-page .cart-unpaid-info p{
    color: #6b6b6b;
    font-size: 0.84rem;
    line-height: 1.4;
}

@media (max-width: 575.98px){
    .checkout-page .checkout-summary-grid{
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .checkout-page .checkout-label{
        margin-top: 0.35rem;
    }

    .cart-page .cart-unpaid-item{
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px){
    .single-exam-page .exam-cover-frame{
        min-height: 220px;
    }

    .single-exam-page .exam-cover-image{
        max-height: 200px;
    }
}


/* Paket Soal */
.header-exam-container{
    min-height: 30vh;
    background: linear-gradient(to bottom, #ED4253, #d32a3b);
}
.header-exam-container h2{
    margin-top: 13vh;
    color: #FFFFFF;
}
.exam-list-page-header p{
    margin-top: 0.35rem;
}
.exam-list-page .card{
    border-radius: 12px;
}
.exam-list-page .col-lg-4 .card{
    position: sticky;
    top: 88px;
}
.exam-list-page .exam-list-meta{
    background: #fff8f9;
    border: 1px solid #f3d9dd;
    border-radius: 12px;
    padding: 0.85rem 1rem;
}
.exam-list-page .exam-result-count{
    background: #ed4253;
    color: #fff;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.4rem 0.7rem;
}
#examContainer .card{
        border: 0 !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 10px;
        overflow: hidden;
        transition: all 0.3s ease;
}
#examContainer .card:hover{
    transform: translateY(-10px);
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
    border: 2px solid #ED4253;
}
#examContainer .card img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 220px;
    max-height: 220px;
    max-width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
#examContainer .card img:hover{
    transform: scale(1.02);
    transition: all 0.3s ease;
    min-height: 220px;
    max-height: 220px;
    max-width: 100%;
    object-fit: cover;
}
#examContainer .card-body{
    min-height: 215px;
    padding-top: 22px;
    padding-bottom: 10px;
}
#examContainer .card-body h5{
    font-size: 1.1rem;
    font-weight: 600;
    color: #ED4253;
    min-height: 56px;
}
#examContainer .card-body p{
    font-size: 1rem;
    font-weight: 400;
}
#examContainer .card-footer{
    padding-top: 20px;
    padding-bottom: 20px;
}
#examContainer .card-footer a{
    text-decoration: none;
    color: #ED4253;
    font-size: 14px;
    text-decoration: dashed !important;
}
#examContainer .card-footer a:hover{
    color: #e83749;
    font-weight: 600;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.filter-label {
    display: block;
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.filter-label:hover {
    border-color: #ED4253;
    background: #f8f9ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}

.filter-label.active {
    border-color: #ED4253;
    background: linear-gradient(135deg, #ED4253 0%, #ab1120 100%);
    color: white;
    box-shadow: 0 4px 15px #c74250;
}

.filter-label.active .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

.filter-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ff6b7a83;
    color: #ED4253;
    transition: all 0.3s ease;
}

.filter-label.active .filter-icon {
    background: #ed425362;
    color: white;
}

.filter-option {
    position: relative;
}

.filter-option::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 15px;
    right: 15px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #fdd5d9 50%, transparent 100%);
}

.filter-option:last-child::after {
    display: none;
}
.exam-empty-state{
    border: 1px dashed #e7b5bb;
    border-radius: 12px;
    background: #fff8f9;
    text-align: center;
    color: #9e4a53;
    padding: 2rem 1rem;
}
.exam-empty-state i{
    font-size: 1.4rem;
}

@media (max-width: 991.98px){
    .exam-list-page .col-lg-4 .card{
        position: static;
        top: auto;
    }

    #examContainer .card-body{
        min-height: 190px;
    }
}

/* Single Blog */
.header-blog{
    min-height: 30vh;
    background: linear-gradient(to bottom, #ED4253, #d32a3b);
}
.header-blog h2{
    margin-top: 13vh;
    color: #FFFFFF;
}
.blog-page-header p{
    margin-top: 0.35rem;
}

.blog-container{
    padding: 2rem 0;
}
.blog-container .blog-list-meta{
    background: #fff8f9;
    border: 1px solid #f2d8dc;
    border-radius: 12px;
    padding: 0.85rem 1rem;
}
.blog-container .blog-count{
    background: #ed4253;
    color: #fff;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
}
.blog-container .card{
    border: 0 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}
.blog-container .card:hover{
    transform: translateY(-8px);
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}
.blog-container .card img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 220px;
    min-height: 220px;
    max-width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.blog-container .card img:hover{
    transform: scale(1.02);
    transition: all 0.3s ease;
    max-height: 220px;
    min-height: 220px;
    max-width: 100%;
    object-fit: cover;
}
.blog-container .card .card-body a{
    text-decoration: none;
}
.blog-container .card .card-body a:hover{
    color: #c92435;
    text-decoration: none !important;
}
.blog-container .card .card-body{
    min-height: 150px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
.blog-container .card-title{
    font-size: 1.1rem;
    color: #ED4253;
    line-height: 1.4;
    min-height: 62px;
}
.blog-container .card-text{
    font-size: 0.95rem;
    color: #4a4a4a;
    line-height: 1.65;
}
.blog-container .card-footer{
    padding-top: 0.9rem;
    padding-bottom: 1rem;
    border-top: 0;
    background: transparent;
}
.blog-container .card-footer a{
    text-decoration: none;
    color: #ED4253;
    font-size: 0.95rem;
}
.blog-container .card-footer a:hover{
    color: #e83749;
}
.blog-empty-state{
    border: 1px dashed #e7b5bb;
    border-radius: 12px;
    background: #fff8f9;
    text-align: center;
    color: #9e4a53;
    padding: 2rem 1rem;
}
.blog-empty-state i{
    font-size: 1.4rem;
}

@media (max-width: 575.98px){
    .blog-container .blog-list-meta{
        gap: 0.75rem;
        flex-direction: column;
        align-items: flex-start !important;
    }
}

.blog-single-body .card{
    border: 0 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}
.blog-single-body .card img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog-single-body .card-body h5{
    font-size: 1.1rem;
    font-weight: 600;
    color: #ED4253;
    min-height: 100px;
}
.blog-single-body .card-body p{
    font-size: 1rem;
    font-weight: 400;
}
.blog-single-body .card-footer{
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-single-body .card-footer a{
    text-decoration: none;
    color: #ED4253;
    font-size: 16px;
    text-decoration: dashed !important;
}

.blog-single-body .card-footer a:hover{
    color: #e83749;
    font-weight: 600;
    text-decoration: none !important;
    transform: translateY(-2px);
}

/* Single Post Page */
.single-post-header h2{
    max-width: 900px;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.single-post-header p{
    margin-top: 0.25rem;
}

.single-post-page .single-post-card{
    border-radius: 12px;
    overflow: hidden;
}

.single-post-page .single-post-card img{
    min-height: 280px;
    max-height: 440px;
    object-fit: cover;
}

.single-post-page .single-post-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1rem;
    color: #6b6b6b;
    font-size: 0.9rem;
    padding: 0.7rem 0.9rem;
    background: #fff8f9;
    border: 1px solid #f3d9dd;
    border-radius: 10px;
}

.single-post-page #toc-container{
    display: block;
    border: 1px solid #f0d7db;
    background: #fff8f8;
    padding: 1.05rem 1.2rem;
    box-shadow: 0 4px 18px 0 rgba(237, 66, 83, 0.08);
    border-radius: 12px;
    margin: 1rem 0 1.4rem;
}

.single-post-page #toc-container h5{
    font-size: 1.05rem;
    font-weight: 700;
    color: #ED4253;
    margin-bottom: 0.7rem;
    letter-spacing: 0.2px;
}

.single-post-page #table-of-content{
    padding-left: 0;
    margin-bottom: 0;
}

.single-post-page #table-of-content .list-group-item{
    border: 0 !important;
    border-radius: 8px;
    margin-bottom: 4px;
    background: transparent;
    transition: background 0.15s, color 0.15s;
}

.single-post-page #table-of-content .list-group-item:last-child{
    margin-bottom: 0;
}

.single-post-page #table-of-content .list-group-item a{
    display: block;
    text-decoration: none !important;
    color: #2f2f2f;
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
}

.single-post-page #table-of-content .list-group-item:hover{
    background: #ED4253;
}

.single-post-page #table-of-content .list-group-item:hover a{
    color: #ffffff;
}

.single-post-page .single-post-content{
    color: #2f2f2f;
    line-height: 1.8;
}

.single-post-page .single-post-content h1,
.single-post-page .single-post-content h2,
.single-post-page .single-post-content h3,
.single-post-page .single-post-content h4{
    color: #c92435;
    margin-top: 1.4rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.single-post-page .single-post-content p{
    margin-bottom: 1rem;
    text-align: justify;
}

.single-post-page .single-post-content img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0.8rem auto 1rem;
    display: block;
}

.single-post-page .single-post-content table{
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.single-post-page .single-post-content table th,
.single-post-page .single-post-content table td{
    border: 1px solid #ececec;
    padding: 0.55rem 0.65rem;
}

.single-post-page .sidebar .card{
    position: sticky;
    top: 88px;
}

@media (max-width: 991.98px){
    .single-post-page .sidebar .card{
        position: static;
        top: auto;
    }
}

@media (max-width: 767.98px){
    .single-post-page .single-post-card img{
        min-height: 200px;
        max-height: 260px;
    }

    .single-post-page #toc-container{
        padding: 0.9rem;
    }

    .single-post-page .single-post-meta{
        gap: 0.55rem 0.8rem;
        font-size: 0.84rem;
    }
}

/* Contact */
.header-contact{
    min-height: 30vh;
    background: linear-gradient(to bottom, #ED4253, #d32a3b);
}
.header-contact h2{
    margin-top: 13vh;
    color: #FFFFFF;
}
.contact-page-header p{
    margin-top: 0.35rem;
}
.contact-body .card{
    border: 0 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}
.contact-body .card-body{
    min-height: 100px;
    padding: 1.5rem;
}
.contact-body .card-body h4{
    font-size: 1.1rem;
    font-weight: 700;
    color: #ED4253;
}
.contact-body .card-body p{
    font-size: 1rem;
    font-weight: 400;
}
.contact-page .contact-item{
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f3f3f3;
}
.contact-page .contact-item:last-child{
    border-bottom: 0;
}
.contact-page .contact-icon{
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fff1f3;
    color: #ed4253;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.contact-page .contact-item h6{
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #272727;
}
.contact-page .contact-item p{
    margin-bottom: 0;
}
.contact-page .contact-item a{
    color: #ed4253;
    text-decoration: none;
}
.contact-page .contact-item a:hover{
    color: #c92435;
    text-decoration: underline;
}
.contact-page .map-card-body{
    padding-bottom: 1.2rem;
}
.contact-page .map-frame{
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f1d6da;
}

@media (max-width: 991.98px){
    .contact-page .card-body{
        padding: 1.2rem;
    }
}

.contact-body .card-footer{
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-body .card-footer a{
    text-decoration: none;
    color: #ED4253;
    text-decoration: dashed !important;
}

/* Tos */
.tos-body-container{
    padding: 2rem 0;
    margin-top: -20vh;
}
.tos-body-container .card{
    border: 0 !important;
}
.tos-body-container .card-body{
    min-height: 100px;
    padding-top: 30px;
}
.tos-body-container .card-body p{
    font-size: 1.1rem;
    font-weight: 400;
    text-align: justify;
}
.tos-body-container .card-footer{
    padding-top: 20px;
    padding-bottom: 20px;
}
.tos-body-container .card-footer a{
    text-decoration: none;
    color: #ED4253;
    font-size: 16px;
    text-decoration: dashed !important;
}
.tos-body-container .card-footer a:hover{
    color: #e83749;
    font-weight: 600;
    text-decoration: none !important;
    transform: translateY(-2px);
}

/* Privacy Policy */
.policy-page .policy-toc {
    top: 90px;
    border: 1px solid #f1d7db;
    border-radius: 14px;
    background: #fff8f9;
    padding: 1rem;
}

.policy-page .policy-toc h5 {
    color: #c92435;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.policy-page .policy-toc .list-group-item {
    border: 0;
    border-radius: 8px;
    margin-bottom: 0.25rem;
    background: transparent;
    padding: 0;
}

.policy-page .policy-toc .list-group-item:last-child {
    margin-bottom: 0;
}

.policy-page .policy-toc .list-group-item a {
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 0.92rem;
    font-weight: 500;
    border-radius: 8px;
    padding: 0.5rem 0.65rem;
    transition: all 0.2s ease;
}

.policy-page .policy-toc .list-group-item a:hover {
    background: #ed4253;
    color: #ffffff;
}

.policy-page .card .card-body {
    padding: 2rem;
}

.policy-page .policy-last-updated {
    font-size: 0.94rem;
    color: #616161;
    background: #fff8f9;
    border: 1px solid #f5dde1;
    border-radius: 10px;
    padding: 0.7rem 0.9rem;
}

.policy-page .policy-section {
    scroll-margin-top: 120px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

.policy-page .policy-section h3,
.policy-page .policy-section h4 {
    color: #c92435;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.policy-page .policy-section h5 {
    color: #2f2f2f;
    font-weight: 700;
    margin-top: 1.1rem;
    margin-bottom: 0.7rem;
}

.policy-page .policy-section p,
.policy-page .policy-section li {
    font-size: 1rem;
    line-height: 1.8;
    color: #2f2f2f;
    text-align: justify;
}

.policy-page .policy-section ul {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.policy-page .policy-section a {
    color: #ed4253;
}

.policy-page .policy-section a:hover {
    color: #c92435;
}

@media (max-width: 991.98px) {
    .policy-page .policy-toc {
        position: static !important;
    }

    .policy-page .card .card-body {
        padding: 1.3rem;
    }
}

@media (max-width: 768px) {
    .hero h3 {
        font-size: 6vw;
    }

    .hero h5 {
        font-size: 3.5vw;
    }

    .hero img {
        display: none;
    }

    .hero .col-md-7 {
        align-items: center;
        text-align: center;
        padding-left: 0;
    }
}

#toc-container {
    display: block;
    border: 1px solid #e0e0e0;
    background: #fff8f8;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 4px 18px 0 rgba(237, 66, 83, 0.08);
    border-radius: 14px;
    margin-bottom: 2rem;
    transition: box-shadow 0.2s;
}
#toc-container h5 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ED4253;
    margin-bottom: -3rem;
    letter-spacing: 0.5px;
}
#table-of-content {
    padding-left: 0;
    margin-bottom: 0;
}
#table-of-content .list-group-item {
    background: transparent;
    border: 0 !important;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    margin-bottom: 4px;
    padding: 0;
    transition: background 0.15s, color 0.15s;
    cursor: pointer;
}
#table-of-content .list-group-item:last-child {
    margin-bottom: 0;
}
#table-of-content .list-group-item:hover,
#table-of-content .list-group-item.active {
    background: #ED4253;
    color: #fff;
}
#table-of-content .list-group-item a {
    display: block;
    width: 100%;
    text-decoration: none !important;
    color: inherit;
    font-size: 15px;
    font-weight: 400;
    padding: 0.6rem 1.1rem;
    border-radius: 8px;
    transition: color 0.15s;
    position: relative;
}
#table-of-content .list-group-item a:before {
    content: "•";
    color: #ED4253;
    font-size: 1.1em;
    margin-right: 0.7em;
    vertical-align: middle;
    transition: color 0.15s;
}
#table-of-content .list-group-item:hover a,
#table-of-content .list-group-item.active a {
    color: #fff;
}
#table-of-content .list-group-item:hover a:before,
#table-of-content .list-group-item.active a:before {
    color: #fff;
}

@media (max-width: 768px) {
    #toc-container {
        padding: 1rem 0.7rem;
        border-radius: 10px;
    }
    #toc-container h5 {
        font-size: 1rem;
    }
    #table-of-content .list-group-item a {
        font-size: 14px;
        padding: 0.5rem 0.7rem;
    }
}
