section {
    width: 100%;
    letter-spacing: 0.3px;
}

.page-header {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.page-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.page-header .title {
    font-weight: bold;
    font-size: 3rem;
}

.page-header .subtitle {
    font-size: 1.2rem;
}

.page-header .text-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 1;
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 60, 130, 0.45);
}

.school-card {
    background-color: #fcd900;
    border-radius: 2rem;
    padding: 1rem;
    position: relative;
    
}

.school-card-link {
    text-decoration: none;
    color: inherit;
}

.school-card-link:hover {
    text-decoration: underline;
}

.top-wrapper {
    background-color: #0056d2;
    border-radius: 1rem;
    padding: 1rem;
    color: white;
}

.badge-ribbon {
    position: absolute;
    top: -2rem;
    right: 0.5rem;
    width: 70px;
    z-index: 1;
}

.school-image {
    border-radius: 2rem;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.btn-custom {
    background-color: #0056d2;
    color: white;
    font-weight: bold;
    border-radius: 2rem;
    width: 80%;
}

.btn-custom:hover {
    background-color: #0041a8;
}

.icon-text i {
    margin-right: 0.5rem;
}

.header-text {
    font-size: 3rem;
    font-weight: bold;
}

.header-text-md {
    font-size: 2.5rem;
    font-weight: bold;
}

.header-text-sm {
    font-size: 2rem;
    font-weight: bold;
}

.header-text-xs {
    font-size: 1.6rem;
    font-weight: bold;
}

.content-large {
    padding: 14rem 5rem 5rem 5rem;
}

.p-xl {
    padding: 5rem;
}

.font-20 {
    font-size: 18px;
    text-align: justify;
    text-justify: inter-word;
}

.school-card-header {
    height: 3rem;
    color: #093087;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.quote-box {
    background-color: #ffe54f;
    padding: 40px 30px 30px 40px;
    /* ruang ekstra untuk ikon */
    position: relative;
    max-width: 900px;
    margin: auto;
    line-height: 1.8;
    color: #333;
}

.quote-box-md {
    background-color: #ffe54f;
    padding: 20px;
    /* ruang ekstra untuk ikon */
    position: relative;
    max-width: 650px;
    margin: auto;
    line-height: 1.8;
    color: #333;
}

.quote-box .quote-icon-top {
    position: absolute;
    top: -20px;
    left: -10px;
    width: 150px;
    /* ukuran ikon */
    height: auto;
}

.quote-box .quote-icon-bottom {
    position: absolute;
    bottom: -20px;
    right: -10px;
    width: 150px;
    /* ukuran ikon */
    height: auto;
}

.quote-box-md .quote-icon-top {
    position: absolute;
    top: -12px;
    left: -6px;
    width: 100px;
    /* ukuran ikon */
    height: auto;
}

.quote-box-md .quote-icon-bottom {
    position: absolute;
    bottom: -12px;
    right: -6px;
    width: 100px;
    /* ukuran ikon */
    height: auto;
}

.pilar-text {
    font-size: 1rem;
    text-align: justify;
}

.nilai-text {
    font-size: 0.9rem;
    text-align: justify;
}

.bottom-quote {
    position: absolute;
    bottom: -35px;
    left: -20px;
    content: "”";
    font-size: 60px;
    color: #111;
    font-weight: bold;
    z-index: 1;
}

.quote-text {
    font-size: 1.2rem;
    text-align: justify;
}

.quote-text-lg {
    font-size: 1.3rem;
    text-align: justify;
}

.profile-img, .character-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.name {
    font-weight: 700;
    color: #093087;
    font-size: 1.3rem;
}

.occupation {
    font-size: 1.3rem;
}

.content-text {
    font-size: 1.2rem;
}

.yellow-box {
    width: 100%;
    background-color: #ffe54f;
}

.bullet-list {
    font-size: 1.3rem;
    text-align: justify;
}

.bullet-list > li::marker {
    font-size: 1.3rem;
}

.highlight-banner-right {
    display: flex;
    width: 75%;
    justify-content: end;
    background-color: #FFD731; /* kuning */
    padding: 1rem 4rem 1rem 4rem;
    font-weight: 700;
    color: #0056B3; /* biru */
    font-size: clamp(1.1rem, 3vw, 3rem); /* responsif */
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
    line-height: 1.2;
}

.highlight-banner-left {
    display: flex;
    justify-content: start;
    width: 75%;
    background-color: #FFD731; /* kuning */
    padding: 1rem 4rem 1rem 4rem;
    font-weight: 700;
    color: #0056B3; /* biru */
    font-size: clamp(1.1rem, 3vw, 3rem); /* responsif */
    /* Panah ke kiri */
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 30px 100%, 0 50%);
    line-height: 1.2;
}

/* Tablet */
@media (max-width: 991.98px) {
    
    .page-header .title {
        font-size: 2.2rem;
    }
    
    .page-header .subtitle {
        font-size: 1rem;
    }
    
    .content-large {
        padding-top: 8rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .p-xl {
        padding: 3rem;
    }
    
    .header-text {
        font-size: 2.5rem;
    }

    .header-text-md {
        font-size: 2rem;
        font-weight: bold;
    }

    .header-text-sm {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .header-text-xs {
        font-size: 1.3rem;
        font-weight: bold;
    }
    
    .btn-custom {
        width: 100%;
        font-size: 1rem;
    }
    
    .school-card-header {
        font-size: 1rem;
        height: auto;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    
    .page-header .title {
        font-size: 1.8rem;
    }
    
    .page-header .subtitle {
        font-size: 0.9rem;
    }

    .pilar-text {
        font-size: 0.8rem;
    }
    
    .content-large {
        padding-top: 4rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .header-text {
        font-size: 2rem;
    }
    
    .school-card {
        padding: 1rem;
        border-radius: 2rem;
    }
    
    .school-card-header {
        font-size: 1rem;
        height: auto;
        line-height: 1.2;
    }

    .character-img {
        width: 20%;
    }
    
    .btn-custom {
        font-size: 0.95rem;
        padding: 0.5rem 1rem;
    }
    
    .badge-ribbon {
        width: 50px;
    }
    
    .font-20 {
        font-size: 16px;
    }
    
    .quote-text {
        font-size: 1rem;
    }

    .quote-text-lg {
        font-size: 1.1rem;
    }

    .bullet-list {
        font-size: 1.1rem;
    }

    .bullet-list > li::marker {
        font-size: 1.1rem;
    }
    
    .quote-box {
        padding: 30px 20px 20px 30px;
    }
    
    .quote-box .quote-icon-top {
        width: 140px;
    }
    
    .quote-box .quote-icon-bottom {
        width: 140px;
    }
    
    .quote-box-md {
        padding: 15px;
    }
    
    .quote-box-md .quote-icon-top {
        width: 90px;
    }
    
    .quote-box-md .quote-icon-bottom {
        width: 90px;
    }

    .highlight-banner-right {
        width: 100%;
        padding: 0.4rem 1rem;
        clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
    }

    .highlight-banner-left {
        width: 100%;
        padding: 0.4rem 1rem;
        clip-path: polygon(20px 0, 100% 0, 100% 100%, 20px 100%, 0 50%);
    }
    
}