.prestasi-item {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    flex: 1 1 200px;
    text-align: center;
    transition: transform 0.3s;
}

.prestasi-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

h2 {
    color: #34495e;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

.identitas-area {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.section-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase; /* Menjadikan teks semua huruf kapital */
}

.madrasah-info {
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.madrasah-info:hover {
    transform: translateY(-5px); /* Efek hover */
}

.madrasah-name {
    font-family: 'Arial', sans-serif;
    color: #2c3e50;
    font-weight: 600;
    font-size: 2em; /* Ukuran teks lebih besar */
    margin: 10px 0;
}

.madrasah-nsm-npsn {
    font-size: 1.2em;
    color: #555;
}

.sub-heading {
    color: #34495e;
    font-weight: 600;
    margin-top: 20px;
}

.address, .contact-info, .additional-info {
    color: #555;
    font-size: 1.1em;
    margin: 10px 0;
}

.contact-link {
    color: #2980b9;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline; /* Garis bawah saat hover */
}

.divider {
    border: 1px solid #ccc;
    margin: 40px 0;
}

.additional-info {
    line-height: 1.5; /* Meningkatkan jarak antar teks */
}

.about-area {
    background-color: #f4f6f9;
    padding: 50px 0;
}

.section-title {
    color: #2c3e50;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.single-team-member {
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s; /* Efek hover */
}

.single-team-member:hover {
    transform: translateY(-5px); /* Mengangkat sedikit saat hover */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Bayangan lebih gelap saat hover */
}

.team-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s; /* Efek zoom pada gambar */
}

.team-image:hover {
    transform: scale(1.05); /* Zoom sedikit saat hover */
}

.team-member-name {
    color: #34495e;
    font-size: 1.2em;
    margin: 10px 0;
}

.team-member-role {
    color: #7f8c8d; /* Warna lebih lembut untuk deskripsi */
}

.team-social-icon {
    margin-top: 10px;
}

.team-social-icon ul {
    padding: 0;
    list-style: none;
}

.team-social-icon li {
    display: inline-block;
    margin: 0 10px;
}

.team-social-icon a {
    color: #2980b9;
    font-size: 1.5em; /* Ukuran ikon sosial media */
    transition: color 0.3s; /* Transisi warna saat hover */
}

.team-social-icon a:hover {
    color: #3498db; /* Warna lebih cerah saat hover */
}
