.contact-info {
    list-style-type: none; /* Menghapus bullet */
    padding: 0; /* Menghapus padding */
}

.contact-info li {
    margin-bottom: 10px; /* Jarak antar item */
    font-size: 16px; /* Ukuran font */
}

.contact-link {
    color: #007BFF; /* Warna link */
    text-decoration: none; /* Menghapus garis bawah */
}

.contact-link:hover {
    text-decoration: underline; /* Garis bawah saat hover */
}

.our-team-area {
background-color: #f9f9f9;
padding: 50px 0;
}

.section-headline {
    margin-bottom: 30px;
}

.section-title {
    color: #2c3e50;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 2em; /* Ukuran font yang lebih besar */
}

.well-middle {
    background-color: #ffffff; /* Latar belakang putih */
    padding: 30px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); /* Bayangan lebih halus */
    border-radius: 10px; /* Sudut lebih membulat */
    transition: transform 0.3s, box-shadow 0.3s; /* Efek hover */
}

.well-middle:hover {
    transform: translateY(-5px); /* Mengangkat sedikit saat hover */
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2); /* Bayangan lebih dalam saat hover */
}

.single-well {
    margin: 0;
}

.profil-text {
    font-size: 1.1em;
    line-height: 1.6em; /* Jarak antar baris lebih baik */
    color: #34495e; /* Warna teks */
    text-align: justify; /* Rata kiri dan kanan */
}

.profil-text br {
    line-height: 1.5; /* Jarak antar paragraf */
    margin: 10px 0; /* Spasi sebelum dan sesudah <br> */
}

.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, box-shadow 0.3s;
}

.prestasi-item i {
    font-size: 40px;
    color: #3498db; /* Change color as needed */
    margin-bottom: 10px;
}

.prestasi-item h6 {
    color: #34495e;
    font-size: 16px; /* Adjusted font size for better readability */
    line-height: 1.5;
}

.prestasi-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

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 {
    background-color: #ffffff; /* Background color for the card */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    padding: 20px; /* Inner padding */
    margin-bottom: 20px; /* Spacing between cards */
}

.sub-heading {
    font-size: 1.5em; /* Increase the size of the sub-heading */
    color: #333; /* Darker color for better contrast */
    margin-bottom: 10px; /* Space below the heading */
}

.contact-info ul {
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove default padding */
}

.contact-info li {
    margin-bottom: 10px; /* Space between list items */
}

.contact-link {
    color: #007bff; /* Link color */
    text-decoration: none; /* Remove underline */
}

.contact-link:hover {
    text-decoration: underline; /* Underline on hover */
}

.divider {
    border-top: 1px solid #e0e0e0; /* Light gray divider line */
    margin: 20px 0; /* Margin above and below the divider */
}

.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 */
}
.about-area {
    background-color: #f4f6f9;
    padding: 50px 0;
}

.section-headline {
    margin-bottom: 30px;
}

.section-title {
    color: #2c3e50;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 2em; /* Ukuran font yang lebih besar */
}

.visi-misi-content {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.sub-title {
    color: #34495e;
    font-weight: bold;
    margin-top: 20px; /* Spasi atas untuk judul sub bagian */
    margin-bottom: 10px; /* Spasi bawah untuk judul sub bagian */
}

.vision-text, .mission-text {
    font-size: 1.2em;
    font-style: italic;
    color: #2c3e50;
    line-height: 1.6em;
    margin-bottom: 30px; /* Jarak antar paragraf */
}

.goal-list, .strategy-list {
    font-size: 1.1em;
    line-height: 1.8em;
    color: #2c3e50;
    margin-left: 20px; /* Margin kiri untuk list */
}

.goal-list li, .strategy-list li {
    margin-bottom: 10px; /* Jarak antar item list */
}