@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.body {
    font-family: "Poppins", sans-serif;
}

/* responsif */
@media (max-width: 767px) {
    .navbar-logo {
        height: 50px;
        width: auto;
    }

    .navbar-nav {
        text-align: center;
    }

    .nav-item {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .custom-box {
        padding: 20px;
        /* Memberikan jarak dalam box */
        display: flex;
        max-width: 100px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .icon-spacing {
        max-width: 100px;
        /* Batasi lebar maksimum ikon */
        margin-bottom: 15px;
        /* Jarak antara ikon dan teks */
    }

    .text-custom {
        margin-top: auto;
        margin-bottom: 0;
        /* Pastikan teks berada di bagian bawah kotak */
    }
}

@media (max-width: 768px) {
    .custom-img {
        margin-top: 100%;
        width: 100%;
        /* Gambar menyesuaikan lebar kolom pada mobile */
        margin-bottom: 20px;
        /* Jarak bawah gambar agar tidak terlalu rapat dengan teks */
    }

    .text-content h2 {
        font-size: 24px;
        /* Ukuran font judul lebih kecil pada mobile */
        text-align: center;
        /* Pusatkan teks pada mobile */
    }

    .text-content p {
        font-size: 16px;
        /* Ukuran font paragraf lebih kecil pada mobile */
        text-align: justify;
        /* Rata kanan-kiri untuk teks */
    }

    .button-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .button-group .btn-custom {
        width: 100%;
        /* Tombol menyesuaikan lebar pada mobile */
        margin-bottom: 10px;
        /* Jarak antara tombol */
        text-align: center;
    }
}

@media (max-width: 991px) {
    .okelayanan {
        margin-left: 0;
    }

    .nav-layanan {
        margin-left: 0;
    }

    .nav-linkk {
        font-size: 14px;
        padding: 10px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .details h3 {
        font-size: 20px;
    }

    .img-fluidd {
        max-width: 100%;
        height: auto;
    }

    .tab-content {
        padding: 15px;
    }
}

.navbar-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    background-color: #ffffff;
    transition: all 0.5s ease;
}

.navbar-header.scrolled .navbar-logo {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transform: translateY(-20px);
    /* Gerakan ke atas */
    transition: opacity 0.5s ease, height 0.5s ease, transform 0.5s ease;
}

.nav-item {
    font-size: 0.7em;
    display: flex;
    text-align: center;
}

.nav-item .nav-link {
    text-align: left;
}

.container {
    padding: 0;
}

.nav-item .icon-link {
    color: black;
}

.custom-margin {
    margin-right: 100px;
}

.navbar-light.bg-light {
    position: relative;
    z-index: 1;
}

.navbar-body-tertiary {
    position: relative;
    z-index: 0;
    background-color: rgb(202, 44, 44);
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-body-tertiary::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 95px;
    height: 45px;
    background: white;
    /* background: radial-gradient(circle, #ffffff, #898989); */
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    z-index: -10;
}

.navbar-logo {
    height: 100px;
    transition: all 0.3s ease-in-out;
    margin-top: -80px;
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 15px;
}

.navbar-nav .logo-item {
    display: flex;
    align-items: center;
}

.nav-atas {
    margin: 0 8px;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Bayangan halus */

}

.bg-body-secondary {
    background: radial-gradient(circle, #119732, #094918);
    /* background-color: white; */
    color: white; /* Opsional, untuk memastikan teks terlihat jelas */
}

.nav-link {
    color: #6d6d6d;
    transition: background-color 0.2s, color 0.2s;
}

.nav-link:hover,
.nav-link.active {
    background: radial-gradient(circle, #0e9d31, #0d892a);
    color: #ffffff !important;
    border-radius: 0.6em;
}

/* tambah */
.nav-link.active,
.nav-link.active:hover {
    background-color: rgb(22 163 74);
    color: #ffffff !important;
    border-radius: 0.1em;
}

.navbar-header .nav-link.active {
    background-color: rgb(22 163 74) !important;
    color: #ffffff !important;
    border-radius: 0.1em;
}

.nav-atas .nav-link.active {
    background-color: rgb(22 163 74) !important;
    color: #ffffff !important;
    border-radius: 0.6em;
}

.navbar-header.scrolled .nav-link.active {
    background-color: rgb(22 163 74) !important;
    color: #ffffff !important;
}

/* tambah */

.nav-link:hover {
    background-color: rgb(22 163 74);
    color: #ffffff !important;
}

body.scrolled .navbar-body-secondary,
body.scrolled .navbar-header .navbar-logo {
    display: none;
}

body.scrolled .navbar-body-tertiary {
    top: 0;
    position: fixed;
    width: 100%;
}

/* batas atas */


/* atas jumbotron */
.banner {
    /* background: url('../img/gerbang6.jpg') no-repeat center center; */
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 170px;
    background-size: cover;
    /* filter: blur(5px); */
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.3);

    color: #fff;
}


/* 
.banner {
    background-size: cover;
    background-position: center center;
    padding-top: 170px;
    padding-bottom: 170px;
    color: #fff;
    position: relative;
    transition: background-image 1s ease-in-out;
}

.container-fluid.banner {
    position: relative;
    overflow: hidden;
}

.container-fluid.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}  */



.btn.oke {
    margin-top: 100px;
    /* margin-bottom: 100px; */
      color: green;
    border: 2px;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    animation: zoomIn 0.6s ease-out;
}


.oke:hover {
    background-color: green;
    /* btn-primary color */
    color: white;
}

.custom-btn:hover {
    background-color: green;
    color: white;
}

.custom-size {
    height: 300px;
    width: 1000px;
    max-width: 1200px;
    border-radius: 60px;

}

.custom-box {
    background-color: #fff;
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    /* Rounded corners */
    /* box-shadow: 7px 10px 10px rgba(0, 0, 0, 0.1);  */
    /* Shadow */
    padding: 10px;
    margin: 8px;
}

.icon-green {
    color: green;
    margin-bottom: 20px;
    width: 80px;
    height: auto;
    transition: transform 0.3s ease;
}

.icon-green:hover {
    transform: scale(1.2);
}

.text-custom {
    font-size: 16px;
    color: green;
    font-family: Arial;
}

.custom-box a {
    text-decoration: none;
    /* Removes underline */
}

.custom-box a:hover {
    text-decoration: none;
    /* Ensures underline doesn't appear on hover */
}

.selamat {
    padding: 40px 0;
}

.welcome-text {
    color: green;
    font-size: 2rem;
    margin-bottom: 20px;
}

.button-group .btn-custom {
    background-color: green;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
    margin: 5px;
    transition: background-color 0.3s ease;
}

.button-group .btn-custom:hover {
    background-color: #e64a19;
    /* Darker orange on hover */
    color: white;
}

.btn-custom i {
    margin-right: 8px;
    /* Space between icon and text */
}

.custom-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* Rounded corners for the image */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Subtle shadow effect */
}

/* Optimalkan ukuran gambar dan beri gaya pada tombol */
.custom-img {
    max-width: 100%;
    height: auto;
}

.button-group {
    display: flex;
    gap: 10px;
}

.btn-custom {
    background: #2da14a;
    /* atau warna lain sesuai desain */
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.btn-custom:hover {
    background: #1a7a3e;
}

.text-content h2 {
    font-size: 2rem;
    /* Adjust the heading size */
    font-weight: bold;
    /* Make the heading bold */
    color: #333;
    /* Darker color for contrast */
    margin-bottom: 20px;
}

.text-content p {
    font-size: 1rem;
    /* Adjust the paragraph font size */
    line-height: 1.6;
    /* Increase line height for readability */
    color: #666;
    /* Soft gray for the text */
    margin-bottom: 15px;
}

.text-content p strong {
    color: #333;
    /* Darker color for bold text */
}

.text-content .btn-danger {
    background-color: #e74c3c;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    /* Make the button text bold */
    padding: 10px 20px;
    border-radius: 25px;
    /* Rounded button */
    transition: background-color 0.3s ease;
}

.text-content .btn-danger:hover {
    background-color: #c0392b;
    /* Darker red on hover */
    color: white;
}

/* batas atas */



/* awal layanan  */
.departments {
    margin-top: 70px;
    margin-bottom: 70px;
    /* max-width: 95%; */
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    padding-bottom: 40px;
}

.nav-layanan .nav-linkk,
.tab-content .fst-italic,
.tab-content a {
    text-decoration: none;
    /* Menghilangkan garis bawah */
}

.nav-layanan .nav-linkk:hover,
.tab-content .fst-italic:hover,
.tab-content a:hover {
    text-decoration: none;
    /* Pastikan garis bawah tetap hilang saat hover */
}

.section-title {
    margin-bottom: 30px;
    padding-top: 1px;
}

.img-fluidd {
    margin-top: 30px;
}

.section-title h2.layananjudul {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    position: relative;
    margin-bottom: 20px;
}

.section-title p {
    font-size: 16px;
    color: #777;
}

.nav-layanan {
    margin-top: 2px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
}


.nav-layanan .nav-item {
    position: relative;
    margin-bottom: 5px;
}

.nav-linkk {
    font-size: 18px;
    padding: 15px;
    border-radius: 0;
    transition: all 0.3s;
    background-color: #fff;
    color: #333;
    font-weight: bold;
}

.nav-liked {
    font-size: 10px;
    padding: 15px;
    border-radius: 0;
    transition: all 0.3s;
    background-color: #fff;
    color: #333;
    font-weight: bold;
}

.nav-linkk:hover,
.nav-linkk.active {
    background-color: green;
    color: white;
}

.bullet-point {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: green;
    border-radius: 50%;
    margin-right: 10px;
}

.tab-content .details h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    margin-top: 5px;
}

.tab-content .details p {
    font-size: 16px;
    color: #555;
}

.tab-content .fst-italic {
    display: inline-block;
    font-size: 16px;
    transition: color 0.3s;
    text-decoration: none;
}

.tab-content .fst-italic:hover {
    color: #0a58ca;
}

.tab-content img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* akhir layanan */


/* awal berita */
.carousel-behind {
    z-index: 1;
    /* atau nilai yang lebih rendah dari elemen fixed-top Anda */
}

.fixed-top {
    z-index: 1000;
    /* atau nilai yang lebih tinggi dari carousel */
}

/* berita awal */
.card-blog {
    position: relative;
    display: block;
    max-width: 264px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
}

.card-blog .header {
    background-color: #9A9F97;
    overflow: hidden;
}

.card-blog .header .post-thumb {
    position: relative;
    overflow: hidden;
}

.card-blog .header .post-thumb img {
    width: 100%;
    transition: transform .2s linear;
}

.card-blog .header .post-thumb:hover img {
    transform: scale(1.2);
}

.card-blog .body {
    padding: 25px 20px;

}

.card-blog .post-category {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 9;
}

.card-blog .post-category a {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    background-color: #4E5AFE;
    color: #fff;
    border-radius: 40px;
}

.card-blog .post-category a:hover {
    text-decoration: none;
}

.card-blog .post-title,
.card-blog .post-title a {
    color: #343531;
}

.card-artikel img {
    width: 100%;
    height: auto;
    /* Menjaga proporsi gambar */
    object-fit: cover;
    /* Memastikan gambar memenuhi ruang kartu */
    max-height: 250px;
    /* Atur ini sesuai dengan kebutuhan Anda */
    border-radius: 10px;
    /* Sesuaikan dengan keinginan */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Bayangan lembut */
}


.card-blog .post-title:hover,
.card-blog .post-title a:hover {
    text-decoration: none;
    color: green;
}

.card-blog .site-info {
    margin-top: 12px;
    font-size: 12px;
    color: #6D7170;
}

.card-blog .avatar-img {
    width: 28px;
    height: 28px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
    background-image: none;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
    content: '◀';
    /* Menggunakan karakter Unicode untuk tanda panah */
    font-size: 30px;
    color: green;
}

.carousel-control-next-icon::after {
    content: '▶';
    /* Tanda panah kanan */
}

.btn-danger {
    background-color: #bd0001;
    border-radius: 10px;
    border-color: #bd0001;
    padding: 10px 45px;
    color: white;
}

.btn-outline-danger {
    margin-top: 50px;
    background-color: transparent;
    border-radius: 10px;
    border-radius: #bd0001;
    padding: 10px 45px;
    color: #bd0001;
}

.rounded-image {
    border-radius: 10px;
    /* Atur radius sesuai keinginan */
}



/* akhir berita */


/*saran*/

.container-fluid.h-100 {
    background: radial-gradient(circle, #119732, #0a7022);
    margin-top: 100px;
    /* background-image: url('../img/gedung1.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    /* Menetapkan background agar tetap */
    padding: 100px 0 100px 0;
    /* border-top-left-radius: 50px;
    border-top-right-radius: 50px; */
    border-radius: 20px;

    /* Gunakan overflow: hidden agar radius terlihat rapi */
    overflow: hidden;
}




#contact .container {
    padding: 148px 0 148px 0;
}

.contact h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
}

#contact h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin: 19px 0 14px 0;
}

.kontak a {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    width: 332px;
    display: inline-block;
}

.linkmediarsik {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.linkmediarsik:hover {
    color: var(--pr-color);
}

.card-contact {
    width: 100%;
    height: 445px;
    background: #fff;
    border-radius: 20px;
    padding: 52px 48px;
}

.card-contact h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    color: var(--pr-color);
    text-align: center;
    margin-bottom: 21px;
}

.button-kontak {
    width: 100%;
    height: 60px;
    background-color: green;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}

.video-title {
    font-size: 1.9rem;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
    color: #2c3e50;
    margin-top: 70px;
    margin-bottom: 10px;
}

.lokasi {
    font-size: 1.9rem;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 10px;
}

.border-yt {
    margin-bottom: 30px;
}

.video-container {
    margin-bottom: 30px;
}

iframe {
    width: 100%;
    height: 315px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.containerr {
    padding: 40px 0 0 0;
}

.footer-content {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}


.footer-top {
    padding: 60px 0;
    text-align: left;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}

.footer-top h3 {
    padding-bottom: 10px;
    color: #fff;
}


.footer-bottom {
    padding: 15px 0 17px 0;
    background: #444;
    text-align: left;
    color: #aaa;
    overflow: visible;
}

.heriyanto-link,
.mdp-link {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.heriyanto-link:hover {
    color: black !important;
    font-weight: bold;
}

.mdp-link:hover {
    color: #ff1b1b !important;
    font-weight: bold;
}

.logo-footer {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.partnership-section {
    margin-top: 0px;
    padding: 70px 0px 90px 0px;
    margin-bottom: -30px;
}

.partnership-section .title-section {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

.partnership-section p.text-muted {
    margin-bottom: 50px;
    font-size: 1.1rem;
    color: #6c757d;
    margin-top: 0px;
}

.partnership-logo {
    width: 80%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.partnership-logo:hover {
    transform: scale(1.05);
}

/* Ensure you include FontAwesome in your project */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

.whatsapp-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    /* WhatsApp green */
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
    position: relative;
}

.whatsapp-link i {
    font-size: 30px;
    /* Increased icon size */
}

.whatsapp-text {
    display: none;
    position: absolute;
    right: 70px;
    /* Positioning text to the left of the icon */
    background-color: #25D366;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

.whatsapp-link:hover {
    background-color: #128C7E;
    /* Darker green */
    transform: scale(1.1);
}

.whatsapp-link:hover .whatsapp-text {
    display: block;
}

.contactt {
    position: relative;
    margin: 0;
}

.map-container {
    position: relative;
}

.map-container iframe {
    border: 0;
    /* Corrected border property */
    width: 100%;
    height: 350px;
}

.location-label {
    position: absolute;
    top: 10px;
    /* Move label to the top */
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, #2da14a, #0d7b26);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    /* Ensure label appears above iframe */
    margin-bottom: -10px;
}


#sendWa {
    width: 100%;
    /* Mengatur lebar tombol agar memenuhi lebar kontainer */
    max-width: 300px;
    /* Menentukan lebar maksimum tombol */
    padding: 0.75rem 1.5rem;
    /* Mengatur padding untuk membuat tombol lebih besar secara horizontal */
    font-size: 1.125rem;
    /* Menyesuaikan ukuran font */
    border-radius: 0.375rem;
    /* Menambahkan radius sudut tombol */
    font-weight: bold;
    /* Menebalkan teks tombol */

    text-align: center;
    /* Menengahkannya secara horizontal di dalam tombol */
    background: radial-gradient(circle, #2da14a, #0d7b26);
    /* Latar belakang gradien radial */

}

#sendWa:hover {
    background: radial-gradient(circle, #1b8b38, #095c1a);
    /* Warna gradien saat hover */
    transform: translateY(-2px);
    /* Efek angkat saat hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Bayangan lebih gelap saat hover */
}

#sendWa:active {
    transform: translateY(0);
    /* Menghilangkan efek angkat saat tombol diklik */
}

.custom-carousel-control {
    display: block;
    width: 15%;
    height: 100%;
    background: none;
    transition:  0.3s ease;
    border-radius: 10%;
}

.carousel-control-prev {
    left: 0;
    background: linear-gradient(to right, rgba(170, 243, 181, 0.5), transparent);
}

.carousel-control-next {
    right: 0;
    background: linear-gradient(to left, rgba(170, 243, 181, 0.5), transparent);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(134, 236, 151, 0.3);
}