@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

:root {
    --portal-navy: #15477a;
    --portal-navy-dark: #0c365f;
    --portal-navy-deep: #082848;
    --portal-gold: #f2c808;
    --portal-gold-hover: #e0b800;
    --portal-surface: #ffffff;
    --portal-bg: #f4f6f9;
    --portal-bg-soft: #eef1f6;
    --portal-text: #1a202c;
    --portal-muted: #5a6578;
    --portal-border: #e2e8f0;
    --portal-radius: 10px;
    --portal-radius-lg: 12px;
    --portal-shadow: 0 4px 20px rgba(21, 71, 122, 0.07);
    --portal-shadow-lg: 0 10px 32px rgba(21, 71, 122, 0.1);
}

/*
---------------------------------------------
reset
---------------------------------------------
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html {
    scroll-behavior: smooth;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;

}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background: #070F2B;
    color: #fff;
}

::-moz-selection {
    background: #070F2B;
    color: #fff;
}

.section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}

.section.colored {
    background: #f2f2fe;
}

body {
    font-family: "Monserat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a,
a:hover {
    text-decoration: none;
}


/* Portal header — fixed chrome (topbar + logo + menu) */
body {
    padding-top: var(--portal-header-height, 200px);
}

.portal-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    width: 100%;
    background: #fff;
    overflow: visible;
}

.portal-site-header #topbar {
    position: relative;
    z-index: 2;
}

.portal-site-header header {
    position: relative;
    z-index: 1;
    background: #fff;
}

.portal-site-header .portal-site-nav {
    position: relative;
    z-index: 3;
}


/* Portal — animasi muncul saat section pertama kali terlihat */
.portal-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
    will-change: opacity, transform;
}

.portal-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .portal-reveal {
        opacity: 1;
        transform: none;
        transition: none;
        will-change: auto;
    }
}


/* TOPBAR */

#topbar {
    background-color: #15477a;
    color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.top-contact,
.sosmed {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topbar-ticker {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.topbar-ticker__viewport {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.topbar-ticker__track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    height: 50px;
    margin: 0;
    padding: 0;
    animation: topbar-ticker-scroll 28s linear infinite;
    will-change: transform;
}

.topbar-ticker__segment {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
}

.topbar-ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0 1rem;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
}

.topbar-ticker__item:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.92;
}

.topbar-ticker__item i {
    color: #f2c808;
    flex-shrink: 0;
}

.topbar-ticker__sep {
    padding: 0 0.5rem;
    color: rgba(242, 200, 8, 0.5);
    font-size: 0.625rem;
    user-select: none;
}

.topbar-ticker__pad {
    display: inline-block;
    width: 2rem;
    flex-shrink: 0;
}

@keyframes topbar-ticker-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .topbar-ticker__track {
        animation: none !important;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }

    .topbar-ticker__segment--clone {
        display: none !important;
    }
}

#topbar li {
    display: inline-block;
}

#topbar li a {
    color: #fff;
    display: inline-block;
    padding: 0 20px;
}

#topbar li a i {
    color: #f2c808;
    margin-right: 5px;
}

#topbar .sosmed li a {
    padding: 0 5px;
}

#topbar .sosmed li a i {
    color: #fff;
}

#topbar .sosmed .topbar-social__tiktok {
    display: block;
    width: 14px;
    height: 14px;
    color: #fff;
}

@media (max-width: 1000px) {
    #topbar {
        background-color: #15477a;
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        min-height: 44px;
        line-height: normal;
    }

    .topbar-ticker,
    .topbar-ticker__track {
        height: 44px;
    }

    .topbar-ticker__item {
        padding: 0 0.65rem;
        font-size: 0.8125rem;
    }

    .top-contact {
        list-style: none;
        padding: 0;
    }
    #topbar .top-contact li {
        display: inline-block;
    }
    #topbar .top-contact li a {
        color: white;
        padding: 0;
        text-decoration: none;
        font-size: small;
    }
    #topbar .top-contact li a i {
        color: #f2c808;
        margin-right: 5px;
    }
}


/* css header */

header {
    padding: 20px 0;
}

.brand {
    display: flex;
    align-items: center;
}

.brand img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-right: 12px;
    flex-shrink: 0;
}

.brand .brand-name h1 {
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
    color: #15477a;
    text-transform: uppercase;
}

.brand .brand-name h3 {
    font-size: 14px;
    margin: 0.15rem 0 0;
    font-family: Raleway, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
}

.pembungkus-searchbox {
    display: flex;
    align-items: center;
}

.searchbox {
    width: 100%;
}

.searchbox .btn-utama {
    background-color: #15477a;
    color: #f2c808;
    text-transform: uppercase;
    font-weight: 600;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
}

.searchbox .btn-utama:hover {
    background-color: #0c365f;
    color: #ffffff;
}

@media screen and (max-width: 1000px) {
    header {
        padding: 30px 0;
    }

    header > .container > .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .brand {
        display: flex;
    }
    .brand img {
        width: 56px;
        height: 56px;
        max-width: 56px;
    }
    .brand .brand-name h1 {
        font-size: 15px;
        color: #15477a;
        text-transform: uppercase;
    }
    .brand .brand-name h3 {
        font-size: 12px;
        font-family: Raleway, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #888888;
    }
    .pembungkus-searchbox {
        display: flex;
        align-items: center;
    }
    .searchbox {
        padding-top: 10px;
        width: 100%;
    }
    .btn .btn-utama {
        background-color: #15477a;
        color: #f2c808;
        text-transform: uppercase;
        font-weight: 600;
        transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
    }
}


/* css menu / navbar */

.bg-biru {
    background-color: #15477a !important;
    color: #fff;
}

.navbar {
    padding: 0;
    border-bottom: 5px solid #f2c808;
}

.nav-link {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

li.nav-item.active {
    background-color: #f2c808;
}

li.nav-item.active > .nav-link {
    color: #15477a !important;
    background-color: #f2c808;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 15px 20px;
    display: inline-block;
}

.navbar .dropdown-menu {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0.35rem 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1040;
}

.navbar .dropdown-item {
    padding: 0.55rem 1.25rem;
    font-size: 13px;
    color: #15477a;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: #f2c808;
    color: #15477a;
}

/* Dropdown navbar — gaya seragam (Sekolah, Kategori, Informasi, dll.) */
.navbar .portal-nav-dropdown {
    min-width: 15rem;
    padding: 0.45rem !important;
    margin-top: 0.35rem;
    border: 1px solid rgba(21, 71, 122, 0.12) !important;
    border-radius: 0.625rem !important;
    box-shadow: 0 8px 24px rgba(21, 71, 122, 0.12) !important;
    background: #fff !important;
}

.navbar .portal-nav-dropdown__item {
    padding: 0.55rem 0.85rem !important;
    border-radius: 0.5rem !important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    color: #15477a !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar .portal-nav-dropdown__item:hover,
.navbar .portal-nav-dropdown__item:focus,
.navbar .portal-nav-dropdown__item.active {
    background: rgba(242, 200, 8, 0.22) !important;
    color: #0c365f !important;
}

.navbar-toggler {
    margin: 0.5rem 0;
    border-color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 0.75rem;
    }

    .navbar .dropdown-menu {
        background: rgba(0, 0, 0, 0.12);
        box-shadow: none;
        padding-left: 0.5rem;
    }

    .navbar .portal-nav-dropdown {
        background: rgba(0, 0, 0, 0.15) !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0.25rem 0.35rem !important;
        margin-top: 0;
    }

    .navbar .portal-nav-dropdown__item {
        color: #fff !important;
    }

    .navbar .portal-nav-dropdown__item:hover,
    .navbar .portal-nav-dropdown__item:focus,
    .navbar .portal-nav-dropdown__item.active {
        background: rgba(242, 200, 8, 0.22) !important;
        color: #fff !important;
    }

    .navbar .dropdown-item {
        color: #fff;
    }

    .navbar .dropdown-item:hover,
    .navbar .dropdown-item:focus {
        background-color: rgba(242, 200, 8, 0.25);
        color: #fff;
    }
}


/* css slider — legacy (non-fullwidth hero only; portal fullwidth pakai portal-premium.css) */
#hero-area:not(.portal-hero-slider--fullwidth) {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    --hero-slide-ratio: 12 / 5;
    --hero-slide-max-h: 420px;
}

#hero-area .hero-slider-wrap {
    position: relative;
    margin: 0;
    padding: 0;
}

#slider-hero.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

#slider-hero.owl-carousel .owl-item,
#slider-hero .slider-item,
#slider-hero .slider-item-img {
    height: auto;
}

#hero-area .slider-item-img {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: var(--hero-slide-ratio);
    max-height: var(--hero-slide-max-h);
    overflow: hidden;
    background: #0c365f;
    line-height: 0;
}

#hero-area .slider-item-img img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    object-fit: cover;
    object-position: center center;
}

#hero-area #slider-hero-nav {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
}

#hero-area #slider-hero-nav .owl-prev,
#hero-area #slider-hero-nav .owl-next {
    pointer-events: auto;
}

#hero-area .slider-item-content,
#hero-pres .item-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.35);
    padding: clamp(12px, 2.5vw, 24px) clamp(14px, 3vw, 28px);
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: none;
    font-family: Raleway, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
    pointer-events: auto;
}

#hero-area .slider-item-content h2,
#hero-pres .item-content h2 {
    font-size: clamp(1.35rem, 3.2vw, 2.125rem);
    font-weight: 800;
    margin: 0 0 0.45rem;
    color: #0c365f;
    line-height: 1.2;
    letter-spacing: -0.01em;
    max-width: 36rem;
    text-shadow:
        0 0 18px rgba(255, 255, 255, 1),
        0 0 6px rgba(255, 255, 255, 0.95),
        0 2px 8px rgba(12, 54, 95, 0.35);
}

#hero-area .slider-item-content p,
#hero-pres .item-content p {
    font-size: clamp(0.875rem, 1.9vw, 1.125rem);
    margin: 0 0 0.75rem;
    color: #1e293b;
    line-height: 1.55;
    font-weight: 600;
    max-width: 34rem;
    text-shadow:
        0 0 14px rgba(255, 255, 255, 1),
        0 0 4px rgba(255, 255, 255, 0.9),
        0 1px 5px rgba(15, 36, 64, 0.28);
}

.slideutama .btn-slideutama,
#hero-pres .item-content .btn-utamar {
    background-color: #15477a;
    color: #f2c808;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0.03em;
    padding: 0.45rem 1.15rem;
    box-shadow: 0 4px 14px rgba(12, 54, 95, 0.35);
    transition: background-color 0.3s, box-shadow 0.2s ease;
    -webkit-transition: background-color 0.3s, box-shadow 0.2s ease;
    -moz-transition: background-color 0.3s, box-shadow 0.2s ease;
    -ms-transition: background-color 0.3s, box-shadow 0.2s ease;
    -o-transition: background-color 0.3s, box-shadow 0.2s ease;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-top: 10px;
    border: 0;
}
.slideutama .btn-slideutama:hover,
#hero-pres .item-content .btn-utamar:hover {
    background-color: #0c365f;
    color: #f2c808;
    box-shadow: 0 6px 18px rgba(12, 54, 95, 0.45);
}

#hero-area:not(.portal-hero-slider--fullwidth) #slider-hero-nav .owl-prev,
#hero-area:not(.portal-hero-slider--fullwidth) #slider-hero-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    background-color: #15477a;
    color: #fff;
    outline: none;
    padding: 10px 25px;
    font-size: 20px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
}

#hero-area:not(.portal-hero-slider--fullwidth) #slider-hero-nav .owl-prev {
    left: 0px;
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
}

#hero-area:not(.portal-hero-slider--fullwidth) #slider-hero-nav .owl-next {
    right: 0px;
    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
}

#hero-area:not(.portal-hero-slider--fullwidth) #slider-hero-nav .owl-prev:hover,
#hero-area:not(.portal-hero-slider--fullwidth) #slider-hero-nav .owl-next:hover {
    cursor: pointer;
    background-color: #f2c808;
}

/* HP */

@media screen and (max-width: 1000px) {
    #hero-area:not(.portal-hero-slider--fullwidth) {
        position: relative;
        --hero-slide-max-h: 280px;
    }

    #hero-area .slider-item-img {
        aspect-ratio: 16 / 9;
    }

    #hero-area:not(.portal-hero-slider--fullwidth) #slider-hero-nav .owl-prev,
    #hero-area:not(.portal-hero-slider--fullwidth) #slider-hero-nav .owl-next {
        position: absolute;
        top: 50%;
        z-index: 10;
        border: none;
        background-color: #15477a;
        color: #fff;
        outline: none;
        padding: 10px 15px;
        font-size: 10px;
        transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
    }
    #hero-area:not(.portal-hero-slider--fullwidth) #slider-hero-nav .owl-prev {
        left: 0px;
        border-radius: 0 50px 50px 0;
        -webkit-border-radius: 0 50px 50px 0;
        -moz-border-radius: 0 50px 50px 0;
        -ms-border-radius: 0 50px 50px 0;
        -o-border-radius: 0 50px 50px 0;
    }
    #hero-area:not(.portal-hero-slider--fullwidth) #slider-hero-nav .owl-next {
        right: 0px;
        border-radius: 50px 0 0 50px;
        -webkit-border-radius: 50px 0 0 50px;
        -moz-border-radius: 50px 0 0 50px;
        -ms-border-radius: 50px 0 0 50px;
        -o-border-radius: 50px 0 0 50px;
    }
    #hero-area:not(.portal-hero-slider--fullwidth) #slider-hero-nav .owl-prev:hover,
    #hero-area:not(.portal-hero-slider--fullwidth) #slider-hero-nav .owl-next:hover {
        cursor: pointer;
        background-color: #f2c808;
    }
    #hero-area .slider-item-content,
    #hero-pres .item-content {
        padding: 10px 12px;
    }

    #hero-area .slider-item-content h2,
    #hero-pres .item-content h2 {
        font-size: 1.0625rem;
        font-weight: 800;
        margin-bottom: 0.35rem;
    }

    #hero-area .slider-item-content p,
    #hero-pres .item-content p {
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    #hero-area .slider-item-content a,
    #hero-pres .item-content a {
        font-size: 0.6875rem;
    }

    .slideutama .btn-slideutama,
    #hero-pres .item-content .btn-utamar {
        background-color: #15477a;
        color: #f2c808;
        text-transform: uppercase;
        font-weight: 600;
        transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        margin-top: 10px;
        font-size: 0.6875rem;
        padding: 0.35rem 0.85rem;
    }
    .slideutama .btn-slideutama:hover {
        background-color: #0c365f;
    }
}


/* sambutan */

#sambutan {
    margin: 30px 0;
}

#sambutan h2 {
    color: #15477a;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

#sambutan h3 {
    color: #15477a;
    font-size: 28px;
    font-weight: 500;
}

#sambutan h3 {
    font-size: 14px;
    font-family: Raleway, sans-serif;
    font-size: 500;
    line-height: 28px;
}

.sambutan .btn-sambutan {
    background-color: #15477a;
    color: #f2c808;
    text-transform: uppercase;
    font-weight: 600;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.sambutan .btn-sambutan:hover {
    background-color: #0c365f;
}

@media screen and (max-width: 1000px) {
    #sambutan {
        margin: 15px 0;
        margin-bottom: 15px;
    }
    #sambutan h2 {
        color: #15477a;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    #sambutan h3 {
        color: #15477a;
        font-size: 20px;
        font-weight: 500;
        font-family: Raleway, sans-serif;
        line-height: 28px;
    }
    #sambutan p {
        font-size: 12px;
        font-family: Raleway, sans-serif;
        margin-bottom: 5px;
    }
    .sambutan .btn-utamar {
        background-color: #15477a;
        color: #f2c808;
        text-transform: uppercase;
        font-weight: 600;
        transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
    .sambutan .btn-utamar:hover {
        background-color: #0c365f;
    }
}


/* prestasi */

#prestasi {
    min-height: 250px;
}

#prestasi .col-item-kanan {
    padding: 20px 30px 20px 20px;
}

.section-item {
    margin: 70px 0;
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.2);
    min-height: 260px;
    overflow: hidden;
}

.section-item-thumbnail {
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
    max-height: 100%;
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.section-title h2 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 28px;
    text-transform: uppercase;
    color: #15477a;
    font-weight: 600;
}

.section-title h2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #f2c808;
    margin-top: 40px;
    left: 0;
}

.section-title-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 20px;
}

.section-title-item h3 {
    font-size: 18px;
    color: #15477a;
    line-height: 25px;
    font-weight: 600;
    padding-right: 40px;
}

.section-title-item span {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.section-title-item span i {
    margin-right: 5px;
}

.section-title-item span:first-of-type {
    margin-right: 15px;
}

.section-item-body p {
    font-size: 12px;
    line-height: 25px;
    color: #666;
}


/* css selengkapnya */


/* section {
  margin: 80px 0;
} */

.tombol-selengkapnya {
    margin-bottom: 30px;
    text-align: center;
}

.btn.btn-more {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #15477a;
    display: inline-block;
    border: 2px solid #15477a;
    padding: 10px 40px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
}

.btn.btn-more:hover {
    background-color: #15477a;
    color: #fff;
}


/* css pendidik slider */

#tenaga-pendidik .section-title {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

#tenaga-pendidik .owl-item {
    padding: 20px 10px;
}

#tenaga-pendidik .section-item-slider {
    height: 380px;
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.2);
    position: relative;
}

#tenaga-pendidik .foto-guru {
    height: 100%;
    object-fit: cover;
}

#tenaga-pendidik .section-item-caption {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 20px 10px 15px;
}

#tenaga-pendidik.section-item-caption h5 {
    color: #15477a;
    font-size: 18px;
    font-weight: 600;
}

#tenaga-pendidik .section-item-caption h6 {
    color: #f2c808;
    font-size: 18px;
    text-transform: uppercase;
}

#tenaga-pendidik .section-body {
    position: relative;
}

#slider-tools-3 .owl-prev,
#slider-tools-3 .owl-next {
    position: absolute;
    top: 50%;
    z-index: 20;
    height: 35px;
    width: 35px;
    border: none;
    background-color: #15477a;
    color: #fff;
    outline: none;
    border-radius: 50%;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#slider-tools-3 .owl-prev {
    left: -50px;
}

#slider-tools-3 .owl-next {
    right: -50px;
}

#slider-tools-3 .owl-prev:hover,
#slider-tools-3 .owl-next:hover {
    cursor: pointer;
    background-color: #f2c808;
    color: #000;
}


/* css galery */


/* css Galery slider */

#galery .section-title {
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
}

#galery.home-galery .section-title {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

#galery .owl-item {
    padding: 20px 10px;
}

#galery .section-item-slider {
    height: 380px;
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.2);
    position: relative;
}

#galery .foto-guru {
    height: 100%;
    object-fit: cover;
}

#galery .section-item-caption {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 20px 10px 15px;
}

#galery.section-item-caption h5 {
    color: #15477a;
    font-size: 18px;
    font-weight: 600;
}

#galery .section-item-caption h6 {
    color: #f2c808;
    font-size: 18px;
    text-transform: uppercase;
}

#galery .section-body {
    margin-bottom: 50px;
    position: relative;
}

#slider-tools-3 .owl-prev,
#slider-tools-3 .owl-next {
    position: absolute;
    top: 50%;
    z-index: 20;
    height: 35px;
    width: 35px;
    border: none;
    background-color: #15477a;
    color: #fff;
    outline: none;
    border-radius: 50%;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#slider-tools-3 .owl-prev {
    left: -50px;
}

#slider-tools-3 .owl-next {
    right: -50px;
}

#slider-tools-3 .owl-prev:hover,
#slider-tools-3 .owl-next:hover {
    cursor: pointer;
    background-color: #f2c808;
    color: #000;
}


/* css untuk ekstra — beranda */

.ekstra-home {
    background: #f2f2fe;
    padding-top: 70px;
    padding-bottom: 70px;
}

.ekstra-home .section-title {
    margin-bottom: 2rem;
}

.ekstra-home__intro {
    max-width: 720px;
    margin: 0 auto 1.5rem;
    padding: 0.85rem 1rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(21, 71, 122, 0.08);
    border-left: 3px solid #f2c808;
    box-shadow: 0 4px 14px rgba(21, 71, 122, 0.06);
}

.ekstra-home__intro-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #475569;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ekstra-home__slider-wrap {
    position: relative;
    padding: 0 0.25rem;
}

.ekstra-home-slider .owl-item {
    padding: 0.35rem 0.25rem;
}

.ekstra-home__slide {
    height: 100%;
}

.ekstra-home-slider .owl-dots {
    margin-top: 1rem;
    text-align: center;
}

.ekstra-home-slider .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 4px 5px;
    background: rgba(21, 71, 122, 0.25);
}

.ekstra-home-slider .owl-dots .owl-dot.active span,
.ekstra-home-slider .owl-dots .owl-dot:hover span {
    background: #f2c808;
}

.ekstra-home__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(21, 71, 122, 0.08);
    box-shadow: 0 6px 24px rgba(21, 71, 122, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ekstra-home__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(21, 71, 122, 0.14);
}

.ekstra-home__card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8.5rem;
    padding: 0.85rem;
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f9 100%);
    border-bottom: 3px solid #f2c808;
}

.ekstra-home__card-img img {
    width: 100%;
    max-height: 7rem;
    object-fit: contain;
    object-position: center;
    display: block;
}

.ekstra-home__card-title {
    margin: 0;
    padding: 0.85rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #15477a;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
}

.ekstra-home__foot {
    margin-top: 1.5rem;
}

@media (max-width: 767.98px) {
    .ekstra-home {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .ekstra-home .section-title {
        margin-bottom: 1.35rem;
    }

    .ekstra-home__intro {
        padding: 0.65rem 0.75rem;
        margin-bottom: 1rem;
    }

    .ekstra-home__intro-text {
        font-size: 0.8125rem;
        line-height: 1.5;
        -webkit-line-clamp: 3;
    }

    .ekstra-home__slider-wrap {
        padding: 0;
    }

    .ekstra-home-slider .owl-item {
        padding: 0.1rem 0.05rem;
    }

    .ekstra-home__card {
        border-radius: 8px;
        box-shadow: 0 4px 16px rgba(21, 71, 122, 0.07);
    }

    .ekstra-home__card-img {
        min-height: 4.5rem;
        padding: 0.35rem 0.4rem;
        border-bottom-width: 2px;
    }

    .ekstra-home__card-img img {
        max-height: 3.5rem;
    }

    .ekstra-home__card-title {
        font-size: 0.6875rem;
        padding: 0.35rem 0.3rem;
        min-height: 1.75rem;
        line-height: 1.25;
        letter-spacing: 0.01em;
    }

    .ekstra-home__foot {
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .ekstra-home-slider .owl-item:only-child .ekstra-home__card {
        max-width: 10.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}

/* —— Tenaga Pendidik (beranda) —— */
.pendidik-home {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fff;
}

.pendidik-home .section-title {
    margin-top: 0;
    margin-bottom: 2rem;
}

.pendidik-home__slider-wrap {
    position: relative;
    padding: 0 0.25rem;
    max-width: 980px;
    margin: 0 auto;
}

.pendidik-home-slider .owl-item {
    padding: 0.35rem 0.25rem;
}

.pendidik-home__slide {
    height: 100%;
    display: flex;
    justify-content: center;
}

.pendidik-home__card {
    width: 176px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(21, 71, 122, 0.1);
    box-shadow: 0 4px 18px rgba(21, 71, 122, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.pendidik-home__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(21, 71, 122, 0.12);
}

.pendidik-home__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 0.65rem 0.35rem;
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f9 100%);
}

.pendidik-home__photo-frame {
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f2c808;
    box-shadow: 0 3px 10px rgba(21, 71, 122, 0.12);
    background: #eef3f9;
}

.pendidik-home__photo-frame img,
#tenaga-pendidik.pendidik-home .pendidik-home-slider.owl-carousel .owl-item .pendidik-home__photo-frame img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: top center;
    display: block;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.pendidik-home__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0.45rem 0.5rem 0.5rem;
    text-align: center;
    background: linear-gradient(180deg, #15477a 0%, #0c365f 100%);
    border-top: 2px solid #f2c808;
    min-height: unset;
    box-sizing: border-box;
    justify-content: center;
    row-gap: 0.2rem;
}

.pendidik-home__name {
    margin: 0;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    text-transform: none;
    text-align: center;
    letter-spacing: -0.01em;
    width: 100%;
    max-width: 100%;
}

.pendidik-home__name .pendidik-home__title {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    letter-spacing: inherit;
}

.pendidik-home__role {
    margin: 0.15rem 0 0;
    padding-top: 0.25rem;
    border-top: 1px solid rgba(242, 200, 8, 0.35);
    width: 100%;
    align-self: stretch;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.35;
    color: #f2c808;
    text-transform: none;
    letter-spacing: 0.02em;
    max-width: 100%;
}

.pendidik-home-slider .owl-dots {
    margin-top: 1rem;
    text-align: center;
}

.pendidik-home-slider .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 4px 5px;
    background: rgba(21, 71, 122, 0.25);
}

.pendidik-home-slider .owl-dots .owl-dot.active span,
.pendidik-home-slider .owl-dots .owl-dot:hover span {
    background: #f2c808;
}

#tenaga-pendidik.pendidik-home .owl-item {
    padding: 0.35rem 0.25rem;
}

#tenaga-pendidik.pendidik-home .section-title {
    margin-top: 0;
    margin-bottom: 2rem;
}

/* —— Kata Alumni (beranda) —— */
.alumni-home {
    padding-top: 70px;
    padding-bottom: 70px;
}

.alumni-home .section-title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: center;
}

.alumni-home__slider-wrap {
    position: relative;
    width: 100%;
    padding: 0 0.25rem;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alumni-home-slider.owl-carousel {
    width: 100%;
}

.alumni-home-slider .owl-item {
    padding: 0.35rem;
    display: flex;
    justify-content: center;
}

.alumni-home-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.alumni-home__slide {
    text-align: center;
    padding: 0.25rem 0.35rem 1rem;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.alumni-home__card {
    margin: 0 auto;
    background: #fff;
    padding: 1.35rem 1rem 1.1rem;
    border-radius: 12px;
    border: 1px solid rgba(21, 71, 122, 0.08);
    border-top: 3px solid #f2c808;
    box-shadow: 0 4px 18px rgba(21, 71, 122, 0.08);
    width: 100%;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.alumni-home__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(21, 71, 122, 0.12);
}

.alumni-home__avatar-wrap {
    width: 3.375rem;
    height: auto;
    aspect-ratio: 3 / 4;
    flex-shrink: 0;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0 auto 0.5rem;
    border: 2px solid #f2c808;
    box-shadow: 0 2px 8px rgba(21, 71, 122, 0.12);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alumni-home__avatar,
#alumni-home.alumni-home #customers-testimonials.alumni-home-slider.owl-carousel .owl-item .alumni-home__avatar-wrap img,
#alumni-home.alumni-home #customers-testimonials.alumni-home-slider.owl-carousel .owl-item img.alumni-home__avatar {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.alumni-home__meta {
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
}

.alumni-home__name {
    margin: 0;
    display: block;
    font-size: 0.9375rem;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.015em;
    color: #15477a;
    line-height: 1.35;
    text-transform: none;
    text-wrap: balance;
    max-width: 100%;
}

.alumni-home__label {
    display: inline-block;
    margin-top: 0.35rem;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #15477a;
    background: rgba(242, 200, 8, 0.22);
    border: 1px solid rgba(242, 200, 8, 0.55);
}

.alumni-home__quote-wrap {
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.9rem 0.8rem;
    background: linear-gradient(135deg, #f8fafc 0%, #eef3f9 100%);
    border-radius: 0.65rem;
    border: 1px solid rgba(21, 71, 122, 0.08);
    text-align: left;
}

.alumni-home__quote {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #334155;
    font-style: italic;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1 1 auto;
    width: 100%;
}

.alumni-home-slider .owl-dots {
    margin-top: 0.5rem;
    text-align: center;
}

.alumni-home-slider .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 4px 5px;
    background: rgba(21, 71, 122, 0.25);
    transition: background 0.2s ease, transform 0.2s ease;
}

.alumni-home-slider .owl-dots .owl-dot.active span,
.alumni-home-slider .owl-dots .owl-dot:hover span {
    background: #f2c808;
    transform: scale(1.15);
}

#alumni-home.alumni-home #customers-testimonials.alumni-home-slider .alumni-home__slide {
    padding: 0;
    margin-bottom: 0;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}

#alumni-home.alumni-home #customers-testimonials.alumni-home-slider .alumni-home__card {
    border: 1px solid rgba(21, 71, 122, 0.08);
    box-shadow: 0 4px 18px rgba(21, 71, 122, 0.08);
}

#alumni-home.alumni-home #customers-testimonials.alumni-home-slider .alumni-home__name {
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: auto;
    color: #15477a;
}

@media (max-width: 767.98px) {
    .pendidik-home,
    .alumni-home {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .pendidik-home__slider-wrap {
        padding: 0 0.25rem;
    }

    .pendidik-home__card {
        width: 156px;
        max-width: 100%;
    }

    .pendidik-home__photo {
        padding: 0.65rem 0.5rem 0.25rem;
    }

    .pendidik-home__body {
        min-height: unset;
        padding: 0.4rem 0.45rem 0.45rem;
    }

    .pendidik-home__name {
        font-size: 0.5625rem;
        line-height: 1.25;
    }

    .pendidik-home__photo-frame {
        width: 76px;
        height: 76px;
    }

    .alumni-home__slide {
        padding: 0.25rem 0.15rem 0.75rem;
    }

    .alumni-home__card {
        padding: 1rem 0.75rem 0.85rem;
    }

    .alumni-home__avatar-wrap {
        width: 3rem;
    }

    .alumni-home__name {
        font-size: 0.875rem;
    }

    .alumni-home__quote-wrap {
        padding: 0.8rem 0.7rem;
    }

    .alumni-home__quote {
        font-size: 0.75rem;
        -webkit-line-clamp: 3;
    }
}

/* —— Photo / Video Gallery & Recent Post (beranda) —— */
.home-galery {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fff;
}

.home-galery__row {
    align-items: stretch;
}

.home-galery__col {
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.home-galery__col:last-child {
    margin-bottom: 0;
}

#galery.home-galery .section-title,
.home-galery__title {
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}

.home-galery__title h2 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 12px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color: #15477a;
    letter-spacing: 0.02em;
}

.home-galery__title h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 3px;
    margin-top: 0;
    background-color: #f2c808;
}

.home-galery__body {
    flex: 1 1 auto;
    width: 100%;
}

.home-galery__foot {
    margin-top: 0.85rem;
    text-align: center;
}

.home-galery__photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    width: 100%;
}

.home-galery__photo-grid--count-1 {
    grid-template-columns: 1fr;
}

.home-galery__photo-grid--count-1 .home-galery__photo-item {
    aspect-ratio: auto;
    padding: 0.5rem;
}

.home-galery__photo-grid--count-1 .home-galery__photo-frame {
    height: auto;
}

.home-galery__photo-grid--count-1 .home-galery__photo-frame img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
}

.home-galery__photo-grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-galery__photo-grid--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-galery__photo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(21, 71, 122, 0.1);
    background: #eef3f9;
    padding: 0.35rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-galery__photo-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(21, 71, 122, 0.12);
}

.home-galery__photo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-galery__photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.25s ease;
}

.home-galery__photo-item:hover .home-galery__photo-frame img {
    transform: scale(1.03);
}

.home-galery__video-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
}

.home-galery__video-item {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(21, 71, 122, 0.1);
    box-shadow: 0 4px 14px rgba(21, 71, 122, 0.08);
    background: #000;
}

.home-galery__video-item::before {
    padding-top: 56.25%;
}

.home-galery__video-item iframe {
    border: 0;
}

.home-galery__posts {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.home-galery__post {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(21, 71, 122, 0.1);
}

.home-galery__post:first-child {
    padding-top: 0;
}

.home-galery__post:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.home-galery__post-thumb {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 72px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(21, 71, 122, 0.12);
    background: #eef3f9;
}

.home-galery__post-thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

.home-galery__post-body {
    flex: 1 1 auto;
    min-width: 0;
}

.home-galery__post-body h5 {
    margin: 0 0 0.3rem;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.35;
}

.home-galery__post-body h5 a {
    color: #15477a;
    text-decoration: none;
}

.home-galery__post-body h5 a:hover {
    color: #f2c808;
}

.home-galery__post-body p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: #64748b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-galery__more {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #15477a;
    text-decoration: none;
    border-bottom: 2px solid #f2c808;
    padding-bottom: 0.1rem;
    transition: color 0.2s ease;
}

.home-galery__more:hover {
    color: #f2c808;
    text-decoration: none;
}

.home-galery__empty {
    margin: 0;
    font-size: 0.8125rem;
    color: #94a3b8;
    font-style: italic;
}

@media (max-width: 991.98px) {
    .home-galery__col {
        margin-bottom: 2rem;
        display: block;
    }

    .home-galery__col:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .home-galery {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .home-galery__title h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .home-galery__photo-grid {
        gap: 0.35rem;
    }
}

/* css ekstra halaman lama (#ekstra legacy inner) */

#ekstra.legacy-ekstra-page {
    background-color: #ddd;
    padding: 80px 0;
}

#ekstra.legacy-ekstra-page .section-body-item {
    display: flex;
    background-color: #15477a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px;
    color: #f2c808;
    height: 200px;
    text-align: center;
    align-items: center;
    font-size: 25px;
    margin-top: 10px;
}

#ekstra.legacy-ekstra-page .section-body-item h4 {
    font-weight: 500;
}

@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .mobile-bottom-fix {
        margin-bottom: 30px;
    }
    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}


/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

.footer {
    background: linear-gradient(180deg, #15477a 0%, #123f6d 100%);
    padding: 0;
    font-size: 14px;
    color: #fff;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer .footer-top {
    padding: 60px 0 30px;
}

.footer .footer-top-row {
    align-items: flex-start;
}

.footer .footer-top-row > [class*="col-"] {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .footer .footer-top-row > [class*="col-"] {
        margin-bottom: 0;
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 0;
}

.footer .footer-top .footer-info .logo {
    line-height: 1.15;
    margin-bottom: 15px;
    text-decoration: none;
}

.footer .footer-top .footer-info .logo img {
    flex-shrink: 0;
    max-height: 64px;
    max-width: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin-right: 8px;
}

.footer .footer-top .footer-info .logo span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.35;
    flex: 1 1 auto;
    min-width: 0;
}

@media (min-width: 992px) {
    .footer .footer-top .footer-info {
        padding-right: 1.25rem;
    }
}

.footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #fff;
}

.footer .footer-top .footer-info p strong {
    color: #fff;
    font-weight: 700;
}

.footer .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer .footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.footer .footer-social a:hover {
    background: #f2c808;
    color: #15477a;
}

.footer .footer-social .footer-social__tiktok {
    width: 16px;
    height: 16px;
    display: block;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin: 0 0 12px;
    line-height: 1.2;
}

.footer .footer-top h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #f2c808;
    border-radius: 2px;
}

.footer .footer-top .footer-links {
    margin-bottom: 0;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul .footer-link-chevron {
    display: inline-block;
    min-width: 14px;
    padding-right: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul li:last-child {
    padding-bottom: 0;
}

.footer .footer-top .footer-links ul a {
    color: #fff;
    transition: color 0.3s ease;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
}

.footer .footer-top .footer-links ul a:hover {
    color: #f2c808;
}

.footer .footer-top .footer-contact {
    margin-bottom: 0;
}

.footer-map {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.footer-map iframe {
    display: block;
    width: 100%;
    min-height: 220px;
    height: 220px;
    border: 0;
}

.footer-map-empty {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.85);
    font-style: italic;
}

.footer-bottom {
    background: #0c365f;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer .copyright {
    text-align: center;
    padding: 18px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.footer .copyright strong,
.footer .copyright .footer-copyright-name {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.footer .copyright .footer-copyright-name:hover {
    color: #f2c808;
}

.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .footer .footer-top {
        padding: 45px 0 25px;
    }
}


/* PRESTASI HERO */

#hero-pres {
    position: relative;
}

#hero-pres .item {
    position: relative;
}

#hero-pres .item-img {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 12 / 5;
    max-height: 400px;
    overflow: hidden;
    background: #0c365f;
    line-height: 0;
}

#hero-pres .item-img img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    object-fit: cover;
    object-position: center center;
}

@media (max-width:1000px) {
    #hero-pres .item-img {
        aspect-ratio: 16 / 9;
        max-height: 280px;
    }
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
    padding: 2rem 0 1.75rem;
    background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 100%);
}

.counts__grid {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
}

.counts__grid > [class*="col-"] {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-bottom: 0.65rem;
}

.counts .count-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    width: 100%;
    min-height: 0;
    padding: 0.8rem 0.9rem;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(21, 71, 122, 0.08);
    border-left: 3px solid #f2c808;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(21, 71, 122, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.counts .count-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(21, 71, 122, 0.1);
    border-left-color: #15477a;
}

.counts .count-box__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(21, 71, 122, 0.08) 0%, rgba(242, 200, 8, 0.14) 100%);
    color: #15477a;
    font-size: 1.2rem;
    line-height: 1;
    flex-shrink: 0;
}

.counts .count-box__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    min-width: 0;
    flex: 1 1 auto;
}

.counts .count-box__value {
    display: block;
    font-size: 1.35rem;
    line-height: 1.1;
    font-weight: 800;
    color: #15477a;
    letter-spacing: -0.02em;
}

.counts .count-box__label {
    margin: 0;
    padding: 0;
    font-family: Raleway, "Segoe UI", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.3;
    color: #64748b;
    text-wrap: balance;
}

@media (min-width: 992px) {
    .counts__grid > [class*="col-"] {
        margin-bottom: 0;
    }

    .counts .count-box {
        padding: 0.85rem 1rem;
    }
}

@media (max-width: 991.98px) {
    .counts {
        padding: 1.75rem 0 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .counts {
        padding: 1.5rem 0 1.25rem;
    }

    .counts__grid {
        margin-left: -0.3rem;
        margin-right: -0.3rem;
    }

    .counts__grid > [class*="col-"] {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        margin-bottom: 0.5rem;
    }

    .counts .count-box {
        padding: 0.7rem 0.75rem;
        gap: 0.6rem;
        border-radius: 8px;
    }

    .counts .count-box__icon {
        width: 2.35rem;
        height: 2.35rem;
        font-size: 1.05rem;
        border-radius: 8px;
    }

    .counts .count-box__value {
        font-size: 1.15rem;
    }

    .counts .count-box__label {
        font-size: 0.6875rem;
    }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features .feature-box {
    box-shadow: 0px 0 30px rgba(152, 154, 156, 0.08);
    transition: 0.3s;
    height: 100%;
    margin-bottom: 5px;
    padding-left: 5px;
}

.features .feature-box h3 {
    font-size: 18px;
    color: #012970;
    font-weight: 700;
    margin: 0;
}

.features .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}

.features .feature-box:hover i {
    background: #f2c808;
    color: #fff;
}

.features .feture-tabs {
    margin-top: 120px;
}

.features .feture-tabs h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px;
    }
}

.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #012970;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}

.features .feture-tabs .nav-link.active {
    color: #f2c808;
    border-bottom: 3px solid #f2c808;
}

.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #012970;
}

.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #f2c808;
}

.features .feature-icons {
    margin-top: 120px;
}

.features .feature-icons h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .features .feature-icons h3 {
        font-size: 28px;
    }
}

.features .feature-icons .content .icon-box {
    display: flex;
}

.features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #012970;
}

.features .feature-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #0245bc;
    margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
    font-size: 15px;
    color: #848484;
}


/* PENDIDIK */

.card_wrapper {
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.head_text {
    font-family: bromega-Bold;
    font-size: 45px;
}

.head_para {
    margin-top: 15px;
}

.card_box {
    background: #0c365f;
    border-radius: 40px;
    margin-top: 40px;
    transition: .3s;
    margin-bottom: 40px;
}

.card_box:hover {
    box-shadow: #f2c808;
    transform: translateY(-10px);
}

.card_text {
    padding: 30px 20px 25px 20px;
}

.card_text h4 {
    font-size: 18px;
    font-family: bromega-Bold;
    color: #fff;
}

.card_text p {
    font-size: 14px;
    line-height: 150%;
    margin-top: 10px;
    color: #f2c808;
}

.slider_carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.slider_carousel .owl-prev,
.slider_carousel .owl-next {
    width: 40px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
}

.slider_carousel .owl-next {
    right: -50px;
}

.slider_carousel .owl-prev {
    left: -50px;
}


/* CSS ALUMNI/TESTIMONI */

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials:not(.alumni-home-slider) .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

#customers-testimonials:not(.alumni-home-slider) .testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials:not(.alumni-home-slider) .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials:not(.alumni-home-slider) .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials:not(.alumni-home-slider) .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials:not(.alumni-home-slider) .owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials:not(.alumni-home-slider) .owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials:not(.alumni-home-slider) .owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials:not(.alumni-home-slider) .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials:not(.alumni-home-slider) .owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}


/*-------------------------------------------------*/


/* =  15.FOOTER GALLERY AND BLOG
/*-------------------------------------------------*/

.bot-gal {}

.h-gal {
    position: relative;
    overflow: hidden;
}

.h-gal ul {
    margin-bottom: 0px;
}

.h-gal ul li {
    float: left;
    display: inline-block;
    /* margin: 0px 15px 14px 0px;
    */
    width: 33.333%;
}

.h-gal ul li img {
    width: 100%;
    padding: 5px;
}

.h-vid {}

.h-vid iframe {
    width: 100%;
    border: 0px;
    height: 200px;
}

.h-blog {}

.h-blog ul {
    margin-bottom: 0px;
}

.h-blog ul li {
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 0px;
    position: relative;
    overflow: hidden;
}

.h-blog ul li a {}

.h-blog ul li a span {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    color: #a5a0a1;
}

.h-blog ul li a img {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    margin-right: 15px;
}

.h-blog ul li a h5 {
    color: #333;
    font-size: 15px;
    margin-top: 0px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    text-transform: capitalize;
    margin-bottom: 5px;
    letter-spacing: 0px;
}

.h-blog ul li a p {
    padding-left: 50px;
    margin-bottom: 0px;
    color: #969595;
    font-size: 12px;
    line-height: 18px;
}

.bot-gal {}

.bot-gal h4 {
    margin-top: 0px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 14px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #112842;
}

.bot-gal h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-top: 25px;
    color: #112842;
}

.bot-gal p {
    margin-bottom: 0px;
}


/* IDENTITAS */


/* KONTEN */

.content {
    padding: 10px;
}

#accordion .card {
    background-color: #fff;
    border-color: rgb(206, 206, 206);
    margin-top: 10px;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

#blog .entry-meta {
    margin-bottom: 1rem;
    color: #15477a;
}

#blog .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

#blog .entry-meta ul li+li {
    padding-left: 0.5rem;
}

#blog .entry-meta i {
    font-size: 0.8rem;
    margin-right: 0.5rem;
    line-height: 0;
}

#blog .entry-meta a {
    color: #777777;
    font-size: 0.8rem;
    display: inline-block;
    line-height: 1;
}

#blog .card {
    box-shadow: 8px 8px 5px -4px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 8px 8px 5px -4px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 8px 8px 5px -4px rgba(0, 0, 0, 0.21);
}

#blog .card-header {
    background-color: #15477a;
    color: #fff;
}

.media {
    margin-bottom: 10px;
}

#blog .media .recent h5 {
    font-size: 15px;
}

#blog .media .recent h5 a {
    color: #15477a;
}

#blog .media .recent h5 a:hover {
    color: #f2c808;
}

#blog .media .recent h6 {
    font-size: 10px;
}

.search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #15477a;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

#blog .search-form form button i {
    line-height: 0;
}

#blog .search-form form button:hover {
    background: #f2c808;
}

#blog .post h5 a {
    color: #15477a;
}

#blog .post h5 a:hover {
    color: #f2c808;
}

#blog .btn-outline-primary {
    color: black;
    border-color: #15477a;
}

#blog .btn-outline-primary:hover {
    color: #fff;
    border-color: #f2c808;
    background: #f2c808;
}


/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/

.recent-blog-posts .post-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative;
}

.recent-blog-posts .post-box .post-img img {
    transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    display: block;
    margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
    font-size: 24px;
    color: #012970;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
    color: #f2c808;
}

.recent-blog-posts .post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog {
    padding: 40px 0 20px 0;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #012970;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #f2c808;
}

.blog .entry .entry-meta {
    margin-bottom: 10px;
    color: #4084fd;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 12px;
    margin-right: 8px;
    line-height: 0;
}

.blog .entry .entry-meta a {
    color: #777777;
    font-size: 5px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 24px;
    font-size: 15px;
}

.card .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.card .read-more a {
    display: inline-block;
    background: #03294f;
    ;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 12px;
    border-radius: 4px;
}

.card .read-more a:hover {
    background: #f2c808;
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #0d64fd;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #013289;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #f2c808;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #012970;
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
    color: rgba(1, 41, 112, 0.5);
    margin-right: 5px;
}

.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
    width: 60px;
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #f2c808;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #012970;
}

.blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #013ca3;
    margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #012970;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #013289;
}

.blog .blog-pagination {
    color: #03294f;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #03294f;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #f2c808;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #f2c808;
}

.blog .sidebar {
    padding: 30px;
    /* margin: 0 0 60px 20px; */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #012970;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #03294f;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: #f2c808;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #012970;
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: #f2c808;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #012970;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #f2c808;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #0257ee;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #d7e6ff;
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #f2c808;
    background: #f2c808;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #a5c5fe;
    font-size: 14px;
}


/* Agenda */

#agendas {
    padding: 70px 0 10px;
}

#agendas .card {
    box-shadow: 8px 8px 5px -4px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 8px 8px 5px -4px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 8px 8px 5px -4px rgba(0, 0, 0, 0.21);
}

#agendas .card-header {
    background-color: #03294f;
    color: #fff;
}

#sid a {
    color: #03294f;
}

#sid a:hover {
    color: #f2c808;
}

#agendas .entry-meta {
    margin-bottom: 1rem;
    color: #03294f;
}

#agendas .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

#agendas .entry-meta ul li+li {
    padding-left: 0.5rem;
}

#agendas .entry-meta i {
    font-size: 0.8rem;
    margin-right: 0.5rem;
    line-height: 0;
}

#agendas .entry-meta a {
    color: #777777;
    font-size: 0.8rem;
    display: inline-block;
    line-height: 1;
}

#agendas .agen h6 {
    font-size: 12px;
    margin-left: 0.5rem;
    color: #000000;
}

#agendas .agen {
    display: flex;
    width: 100%;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    /* background: #cecece; */
    position: relative;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


/* Recent Blog */

#recent-blog .card-deck {
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
}

.card .card-title a {
    color: #000;
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(#f2c808, #f2c808);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 0% 8px;
    transition: background-size 0.3s;
    font-size: 18px;
}

.card .card-title a:hover {
    color: #000;
    background-size: 100% 8px;
}

.card .card-text {
    font-size: 15px;
}

#sarpras {
    padding: 70px 0 10px;
}

#pengumuman {
    padding: 70px 0 10px;
}

#form-alumni {
    padding: 70px 0 10px;
}

.media .recent h5 {
    font-size: 15px;
}

.media .recent h6 {
    font-size: 12px;
}


/* pengumuman */

#pengumuman .card {
    box-shadow: 8px 8px 5px -4px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 8px 8px 5px -4px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 8px 8px 5px -4px rgba(0, 0, 0, 0.21);
}

#pengumuman .card-header {
    background-color: #15477a;
    color: #fff;
}

#sid a {
    color: #15477a;
}

#sid a:hover {
    color: #f2c808;
}

#pengumuman .entry-meta {
    margin-bottom: 1rem;
    color: #15477a;
}

#pengumuman .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

#pengumuman .entry-meta ul li+li {
    padding-left: 0.5rem;
}

#pengumuman .entry-meta i {
    font-size: 0.8rem;
    margin-right: 0.5rem;
    line-height: 0;
}

#pengumuman .entry-meta a {
    color: #777777;
    font-size: 0.8rem;
    display: inline-block;
    line-height: 1;
}

#btn-form .btn-alumni {
    background-color: #03294f;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
}

#btn-form .btn-alumni:hover {
    background-color: #f2c808;
}

#guru {
    padding: 70px 0 10px;
}

#galery-foto {
    padding: 70px 0 10px;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #4154f1;
    border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid rgba(1, 41, 112, 0.2);
    border-left: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid rgba(1, 41, 112, 0.2);
    border-right: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #012970;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    background: #4154f1;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 24px;
    line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

#portfolio {
    padding: 70px 0 10px;
}

.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

#galery-video {
    padding: 70px 0 10px;
}

#contact {
    padding: 70px 0 10px;
}

#contact .btn-contact {
    background-color: #03294f;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
}

#contact .btn-contact:hover {
    background-color: #f2c808;
}

.post-meta {
    padding-left: 0;
}

.post-meta li {
    list-style-type: none;
    display: inline-block;
    color: #03294f;
    font-weight: 500;
}

.post-meta li a {
    display: inline-block;
    background-color: #03294f;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    padding: 2px 8px;
    margin-bottom: 8px;
    margin-right: 2px;
    font-size: 14px;
    border-radius: 0;
}

.post-meta li a:hover {
    background-color: #f2c808;
}

.post-meta li svg {
    display: inline-block;
}

.card {
    border: 0;
    position: relative;
}

.card-meta {
    padding-left: 0;
}

.card-meta li {
    list-style-type: none;
    margin-right: 10px;
    display: inline-block;
}

.card-meta li a {
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.card-meta li a:hover {
    color: #13AE6F;
}

.card-footer {
    background-color: transparent;
}

.card-footer span {
    vertical-align: middle;
    color: #888;
}

.card-img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-image {
    position: relative;
}

.card-image img {
    border-radius: 0;
}

.card-image .post-info {
    position: absolute;
    right: 0;
    top: -5px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.card-image .post-info span {
    display: inline-block;
    line-height: 1.3;
    font-size: 12px;
    padding: 3px 8px;
    padding-top: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    border-radius: 0;
    margin-top: 5px;
}

.post-title {
    color: #000;
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(#f2c808, #f2c808);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 0% 8px;
    transition: background-size 0.3s;
}

.post-title-sm {
    background-size: 0% 3px;
}

a.post-title:hover {
    color: #000;
    background-size: 100% 8px;
}

a.post-title-sm:hover {
    background-size: 100% 3px;
}

.read-more-btn {
    font-family: "Neuton", serif;
    font-size: 18px;
}

.article-card {
    border-radius: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {
    .article-card-sm {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .article-card {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .article-card {
        padding: 15px;
    }
}


/* LOADING — spinner CSS ringan (tanpa SVG/animasi berat) */
.site-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.site-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-loader__spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #e2e8f0;
    border-top-color: #15477a;
    border-radius: 50%;
    animation: site-loader-spin 0.65s linear infinite;
}

@keyframes site-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-loader__spinner {
        animation: none;
        border-top-color: #15477a;
        opacity: 0.85;
    }
}


#spmb.spmb-portal-banner {
    padding: 0.75rem 0 0.5rem;
}

#spmb .spmb-portal-banner__frame {
    width: 100%;
    border-radius: 10px;
    line-height: 0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(21, 71, 122, 0.12);
}

#spmb .spmb-portal-banner__link {
    display: block;
    width: 100%;
}

#spmb .spmb-portal-banner__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 10px;
}

#spmb .spmb-portal-banner__cta {
    margin-top: 0.75rem;
    text-align: center;
}

#spmb .spmb-portal-banner__btn,
.spmb-sidebar-banner__btn {
    min-width: 140px;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    background-color: #15477a;
    color: #f2c808;
    border: none;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

#spmb .spmb-portal-banner__btn:hover,
.spmb-sidebar-banner__btn:hover {
    background-color: #0c365f;
    color: #ffffff;
}

.spmb-sidebar-banner__link {
    display: block;
    line-height: 0;
}

.spmb-sidebar-banner__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 230px;
    border-radius: 0;
}

@media screen and (max-width: 767.98px) {
    #spmb .spmb-portal-banner__img {
        max-height: 260px;
    }

    .spmb-sidebar-banner__img {
        max-height: 170px;
    }
}
