body {

    background-color: rgb(214, 236, 250);
    margin: 0;
    font-family: Arial, sans-serif;
}
main{
    margin-top: 60px;
}
/*Nav*/
nav {
    top: 0;
    position: fixed;
    background-color: rgb(198, 233, 255);
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    z-index: 1000;
}

nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;

}

nav ul li a {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

nav ul li a:hover {
    background-color: rgb(150, 213, 252);
    padding: 5px;
    border-radius: 5px;
}

nav div {
    display: flex;
}

nav div img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    padding: none;
}

/* map */
.map {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Informasi kontak */

.info-section {
    background-color: rgb(214, 236, 250);
}

.info-section h1 {
    text-align: center;
    font-size: 30px;
    padding: 20px;
}

.info-container {
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    background-color: #f1f1f1;
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
    gap: 30px;
    text-align: center;
}

.info-box {
    flex: 1;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #1dbfcc;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
}

h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

p {
    margin: 4px 0;
    color: #333;
    font-size: 14px;
}

/* footer */
footer {
    background-color: #2c2b2b;
    padding: 0px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer p {
    color: white;
    font-size: 0.9rem;
    text-align: right;
    margin: 10px 0;
}

.social-footer {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.social-footer li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.social-footer li a:hover {
    color: #f39c12;
}

.social-footer i {
    margin-right: 6px;
    font-size: 1.3rem;
}

/* visi misi */
.visimisi-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;

}

.box {
    border-radius: 10px;
    padding: 20px;
    flex: 1;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    background-color: white;
}

.box h2 {
    text-align: center;
    font-size: 18px;
}

.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content img {
    width: 100px;
    height: auto;
    border-radius: 50%;
}

.content p {
    margin-left: 15px;
    color: black;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    font-size: 16px;
}

/*tentang perusahaan*/
.sec1 {
    display: flex;
    margin: 20px 20px 0px 20px;
    border-radius: 10px;

}

.sec1 .artsec1 {
    margin-top: 10px;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    background-color: white;
    max-height: 350px;

}

.artsec1 h1 {
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;

}

.artsec1 h1:first-letter {
    color: #333399;
    font-size: 30px;
}

.artsec1 h1::first-line {
    color: #436b95;
    font-size: 25px;
}

.artsec1 p {
    font-size: 18px;
    text-indent: 40px;
    color: black;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    width: 565px;
    margin-top: 15px;
}

.sec1img img {
    margin-top: 10px;
    height: 300px;
    border-radius: 3%;
}

/*main Home*/
.judulhome h1 {
    text-align: center;
    font-size: 25px;
    padding: 0px 10px 10px 10px;
}
.judulhome img{
    margin-top: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    /* margin-right: 10px; */
    /* padding: none; */
}

.slideshow-container {
    position: relative;
    max-width: 100%;
    height: 500px;
    /* Atur tinggi slideshow */
    overflow: hidden;
}

.slide {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: transform 1s ease-in-out;
    /* Tambahkan transisi untuk pergerakan */
}

/* Gambar yang aktif tampil di posisi normal */
.showing {
    display: block;
    transform: translateX(0);
    /* Tampilkan gambar pada posisi 0 */
}

/* Gambar yang sebelumnya bergerak keluar ke kiri */
.slide.prev {
    transform: translateX(-100%);
    /* Geser gambar ke kiri */
}

/* Gambar yang berikutnya masuk dari kanan */
.slide.next {
    transform: translateX(100%);
    /* Geser gambar ke kanan */
}

/* Style untuk dot navigasi */
.dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}

.galeri-heading {
  text-align: center;
  font-size: 35px;
margin : 0px 0px 25px 0px;
}
/* yayasan */
.layanan {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f3f4f6;
    margin: 0;
    padding: 0;
}

.layanan-section {
    padding: 4rem 1rem;
    max-width: 1200px;
    margin: auto;
    background-color: #f9f9f9;
}

.judul-layanan {
    text-align: center;
    margin-bottom: 3rem;
}

.judul-layanan h2 {
    font-size: 2rem;
    color: #2563eb;
    font-weight: 700;
}

.penanda {
    width: 24px;
    height: 24px;
    margin: 1rem auto 0;
    background-color: #2563eb;
    transform: rotate(45deg);
}

.layanan-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.layanan-item {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.layanan-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 2.5rem;
    color: #2563eb;
    margin-bottom: 1rem;
}

.layanan-item h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #111827;
}

.layanan-item p {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.6;
}

/* informasi terbaru */
.informasi-terbaru-section {
    padding: 1.5rem 1rem; /* px-4 py-6 */
    background-color: rgb(214, 236, 250);
    color: #1F2937; /* text-gray-800 */
}

.dark .informasi-terbaru-section {
    background-color: #1F2937; /* bg-gray-800 */
    color: white;
}

.informasi-terbaru-title {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 600; /* font-semibold */
    margin-bottom: 1rem; /* mb-4 */
    text-align: center;
    color: inherit;
}

.informasi-terbaru-grid {
    display: grid;
    gap: 1rem; /* gap-4 */
    grid-template-columns: repeat(1, 1fr); /* grid-cols-1 */
    justify-items: center;
}

@media (min-width: 640px) {
    .informasi-terbaru-grid {
        grid-template-columns: repeat(2, 1fr); /* sm:grid-cols-2 */
    }
}

@media (min-width: 768px) {
    .informasi-terbaru-grid {
        grid-template-columns: repeat(3, 1fr); /* md:grid-cols-3 */
    }
}

.informasi-item {
    background-color: #f9f9f9;
    border-radius: 0.5rem; /* rounded-lg */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
                0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-lg */
    overflow: hidden;
    width: 18rem; /* w-72 */
    transition: transform 0.3s ease;
}

.informasi-item:hover {
    transform: scale(1.05); /* hover:scale-105 */
}

.dark .informasi-item {
    background-color: #111827; /* dark:bg-gray-900 */
}

.informasi-image {
    width: 100%;
    height: 12rem; /* h-48 */
    object-fit: cover;
}

.informasi-content {
    padding: 1rem; /* p-4 */
}

.informasi-judul {
    font-size: 1.125rem; /* text-lg */
    font-weight: 600; /* font-semibold */
    color: #1F2937; /* text-gray-900 */
    margin-bottom: 0.25rem; /* mb-1 */
}

.dark .informasi-judul {
    color: #E5E7EB; /* dark:text-gray-200 */
}

.informasi-deskripsi {
    font-size: 0.875rem; /* text-sm */
    color: #4B5563; /* text-gray-600 */
    margin-bottom: 0.5rem; /* mb-2 */
}

.dark .informasi-deskripsi {
    color: #9CA3AF; /* dark:text-gray-400 */
}

.informasi-tanggal {
    font-size: 0.75rem; /* text-xs */
    color: #6B7280; /* text-gray-500 */
}

