body {
    font-family: "Nunito Sans", system-ui, -apple-system, sans-serif;
    font-optical-sizing: auto;
    background-color: #e8f3d6;
}

/* Hero Section Styles */
.hero {
    position: relative;
    background-image: url("../img/sejarah.jpg");
    background-size: cover;
    background-position: center;
    margin-top: -2rem;
    padding-top: 2rem;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.75) 0%,
        rgba(255, 255, 255, 0.5) 100%
    );
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-family: "Noto Serif Georgian", serif;
}

.hero h1,
.hero p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.navbar-brand {
    font-family: "Noto Serif Georgian", serif;
    font-weight: 600;
}

.navbar-brand img {
    aspect-ratio: 1;
    width: 2.5rem;
    height: 2.5rem;
}

.nav-link.active {
    color: #198754 !important;
}

.nav-link:hover {
    color: #198754;
}

/* Logo Styles */
.hero-logo,
.footer-logo {
    width: 7.5rem;
    height: 7.5rem;
    object-fit: contain;
}

.foto-kepala-sekolah {
    width: 12rem;
    height: auto;
    object-fit: cover;
}

/* Seputar RA Ar-Rayhan Styles */
.berita-utama-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.berita-lain-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    background: #eee;
}

/* Prestasi Page Image Styles */
.card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background: #eee;
}

/* Footer Social Media Icons */
.social-icon {
    width: 2.25rem;
    height: 2.25rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.sertifikat-akreditasi {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.pengajar > div > div,
.tim-kami > div > div {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1;
}

.pengajar img,
.tim-kami img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    filter: drop-shadow(6px 4px 4px rgba(0, 0, 0, 0.5));
}

.tim-kami img {
    object-position: center;
    object-fit: contain;
    filter: drop-shadow(6px 4px 4px rgba(0, 0, 0, 0.5)) brightness(1.1)
        contrast(0.9) saturate(0.9);
    transition: transform 0.3s ease;
}

.tim-kami img:hover {
    transform: scale(1.05) translate(0, -5px);
}

/* Berita Detail Page Styles */
.berita-sidebar-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.berita-sidebar-title {
    border-start-width: 4px;
    padding-left: 1rem;
}
