body {

    font-family: 'Poppins', sans-serif !important;
}

.override-font * {
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.4 !important;
}


/* Header bagian kontak */
.contact-info {
    background: linear-gradient(30deg, #79c400, #066fb5, #0362a2);
    /* background: linear-gradient(90deg, #20ADA4, #0298BB); */
    /* Warna hitam */
    color: #0362a2;
    font-size: 13px;
    padding: 7px;
    text-align: center;
}

.contact-info span {
    margin: 0 15px;
}

/* Navbar */
.navbar {
    background-color: white;
    /* padding: 1rem 2rem;  */
    width: 100%;
    transition: all 0.3s ease;
    z-index: 1000;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    /* padding: 1rem 2rem;  */
}

/* .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
} */

.navbar-brand img {
    height: 50px;
}

/* Tampilan menu navigasi */
.navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif !important;
    color: #0062A3;
    transition: 0.3s;
    padding: 13px;
    font-size: 13px !important;
    font-weight: 700;
    position: relative;
}

.navbar-nav .nav-link.active {
    background-color: #79c400;
    color: #fff;
    /* color: #003c56; */
    border-radius: 10px;
    position: relative;
    margin-top: 10px;
    /* Mengangkat elemen ke atas agar mepet */
    /* padding-top: 18px; */
    /* Sesuaikan padding */
}

.navbar-nav .nav-link.activedopdown {
    color: #0062A3;
}

.navbar-nav .nav-link:hover {
    background-color: #79c400;
    color: #fff;
    /* color: #003c56; */
    border-radius: 10px;
    /* margin-top: 10px; */
    /* Mengangkat elemen ke atas agar mepet */
    /* padding-top: 18px; */
}
/* Ubah warna latar belakang item dropdown saat hover */
.dropdown-menu .dropdown-item:hover {
    background-color: #79c400;
    color: white; /* agar teks tetap terbaca */
}

/* Tambahan: ubah warna link aktif */
.nav-link.active,
.nav-link.activedopdown:hover {
    color: #79c400;
}

/* Hover untuk menu utama */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-item.active, 
.dropdown-item:active{
    background-color: #79c400;
}
/* Sembunyikan submenu secara default */
/* Sembunyikan submenu secara default */
.submenu {
    display: none;
}

/* Tampilkan submenu jika class show ditambahkan */
.submenu.show {
    display: block;
}

/* Style dan animasi ikon */
.submenu-icon {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
    margin-left: 10px;
    transform: rotate(-90deg); /* Default arah kanan */
}

/* Saat submenu terbuka, putar ikon ke bawah */
.toggle-submenu.active .submenu-icon {
    transform: rotate(0deg); /* Arah bawah */
}

/* Responsif */
@media (max-width: 768px) {
    .contact-info {
        font-size: 12px;
    }
}

/* Responsif */
@media (min-width: 991px) {
    .contact-info {
        font-size: 12px;
    }

    /* Tampilan menu navigasi */
    .navbar-nav .nav-link {
        font-family: 'Poppins', sans-serif !important;
        color: #0062A3;
        transition: 0.3s;
        padding: 13px;
        font-size: 13px !important;
        font-weight: 700;
        position: relative;
    }

    .navbar-nav .nav-link.active {
        background-color: #79c400;
        color: #fff;
        border-radius: 0 0 10px 10px;
        position: relative;
        margin-top: -15px;
        /* Mengangkat elemen ke atas agar mepet */
        padding-top: 28px;
        /* Sesuaikan padding */
    }

    .navbar-nav .nav-link:hover {
        background-color: #79c400;
        color: #fff;
        border-radius: 0 0 10px 10px;
        margin-top: -15px;
        /* Mengangkat elemen ke atas agar mepet */
        padding-top: 28px;
    }
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 180px;
    height: 180px; */
    font-size: 14px;
    border: 2px solid #0d3c91;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: #0d3c91;
    transition: all 0.3s;
}

.icon-box:hover {
    background: #0d3c91;
    color: white;
}

.icon-box:hover i {
    /* background: #0d3c91; */
    color: white;
}

.icon-box.active {
    background: #0d3c91;
    color: white;
}

.icon-box.active i {
    color: white;
}

.icon-box i {
    font-size: 3.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    color: #038988;
}

/* @media (min-width: 576px) {
    .icon-box {
        width: 80px;
        height: 80px;
    }
} */

@media (min-width: 768px) {
    .icon-box {
        width: 180px;
        height: 180px;
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .icon-box {
        width: 180px;
        height: 180px;
    }
}


.hospital-section {
    background: url('../img/background/bg-fasilitas.png') no-repeat center center/cover;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hospital-image img {
    width: 100%;
    border-radius: 15px;
}

.hospital-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.hospital-title {
    color: #0d3b7c;
    font-weight: bold;
}

.hospital-text {
    font-size: 1.2rem;
    color: #333;
    line-height: 2;
    text-align: justify;
}

.btn-facility {
    border: 2px solid #0362a2;
    color: #0362a2;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    width: 100%;
    max-width: 100%;
}

.btn-facility:hover {
    background-color: #094068;
    color: white;
}

/* Gaya untuk indikator */
.custom-carousel-indicators {
    position: relative;
    margin-top: 10px;
    /* Jarak indikator dari carousel */
}

.custom-carousel-indicators button {
    width: 10px !important;
    /* Lebar titik */
    height: 10px !important;
    /* Tinggi titik */
    background-color: black !important;
    /* Warna hitam */
    border-radius: 50%;
    /* Bentuk lingkaran */
    border: none;
    /* Hapus border bawaan */
    opacity: 0.5;
    /* Sedikit transparan saat tidak aktif */
    transition: opacity 0.3s ease-in-out;
}

/* Saat tombol indikator aktif */
.custom-carousel-indicators .active {
    opacity: 1;
    /* Lebih terang saat aktif */
}

.partners-section {
    padding: 50px 0;
    text-align: center;
}

.partners-section h3 {
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #0362a2;
}

.partners-section h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #79c400;
    margin: 8px auto 0;
}

/* Carousel arrow custom */
.custom-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: white;
    color: #0062a3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.carousel-control-prev.custom-carousel-control {
    left: -60px;
}

.carousel-control-next.custom-carousel-control {
    right: -60px;
}

.carousel-icon {
    color: #0062a3;
    font-size: 24px;
    font-weight: bold;
}

/* GRID umum */
.partner-slide {
    display: grid;
    gap: 10px;
    padding: 10px 0;
}

/* Desktop: 4 kolom */
@media (min-width: 769px) {
    .partner-slide {
        grid-template-columns: repeat(4, 1fr);
    }

    .partner-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .partner-item img {
        object-fit: contain;
        width: 100%;
        /* max-width: 150px; */
    }

    /* Baris terakhir (item ke 9, 10, 11) dimulai dari kolom ke-2 */
    .last-row-3 .partner-item:nth-child(9) {
        grid-column-start: 2;
    }
}

/* Mobile: 2 kolom */
@media (max-width: 768px) {
    .partner-slide {
        grid-template-columns: repeat(2, 1fr);
    }

    .partner-item img {
        object-fit: contain;
        width: 100%;
        /* max-width: 100px; */
    }

    .custom-carousel-control {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .carousel-control-prev.custom-carousel-control {
        left: 5px;
    }

    .carousel-control-next.custom-carousel-control {
        right: 5px;
    }
}


/* Section Layanan Unggulan */
.services-section {
    background-color: #0362a2;
    color: white;
    padding: 50px 0;
    text-align: center;
}

.services-section h3 {
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.services-section h3::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background-color: #79c400;
    margin: 8px auto 0;
}

.service-item {
    text-align: center;
    padding: 20px;
}

.icon-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    /* background-color: white; */
    text-align: center;
    font-weight: bold;
}

.judul-service {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    height: 50px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}

/* .service-item .icon-box {
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
background-color: #f8f9fa;
border-radius: 50%;
} */


/* Section Video */
.video-section {
    text-align: center;
    padding: 50px 0;
    background-color: #a2cfec2b;
    color: #0362a2;
}

.video-section h3 {
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.video-section h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #79c400;
    margin: 8px auto 0;
}

.video-container {
    width: 80%;
    margin: auto;
}

.video-container iframe {
    width: 100%;
    height: 600px;
}

/* Mobile: 2 kolom */
@media (max-width: 768px) {
    .video-container iframe {
        height: 190px !important;
    }
}

/* Section Artikel */
.artikel-section {
    text-align: center;
    padding: 50px 0;
    color: #0362a2;
    background-color: #a2cfec2b;
}

.artikel-section h3 {
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.artikel-section h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #79c400;
    margin: 8px auto 0;
}

.artikel-card {
    background: white;
    box-shadow: 0 0 15px rgba(18, 18, 18, 0.1);
    border-radius: 2px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    color: #2C2C2C !important;
    min-height: 625px;
}

.artikel-card img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.artikel-card .card-body {
    padding: 15px;
    color: #2C2C2C !important;
}

.artikel-head {
    background: url('../img/background/artikel.png') no-repeat center center/cover;
    width: 100%;
    min-height: 30vh;
    display: flex;
    align-items: flex-end;
    /* Mengatur konten berada di bagian bawah */
    padding-bottom: 20px;
    /* Opsional, tambahkan jarak dari bawah */
}

/* Section Promosi */
.promo-section {
    text-align: center;
    padding: 50px 0;
    color: #0362a2;
}

.promo-section h3 {
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.promo-section h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #79c400;
    margin: 8px auto 0;
}

.promo-card {
    background: white;
    box-shadow: 0 0 15px rgba(18, 18, 18, 0.1);
    border-radius: 2px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    color: #2C2C2C !important;
}

.promo-card img {
    width: 100%;
    /* height: 300px; */
    object-fit: cover;
}

.promo-card .card-body {
    padding: 15px;
    color: #2C2C2C !important;
}

.promo-head {
    background: url('../img/background/artikel.png') no-repeat center center/cover;
    width: 100%;
    min-height: 30vh;
    display: flex;
    align-items: flex-end;
    /* Mengatur konten berada di bagian bawah */
    padding-bottom: 20px;
    /* Opsional, tambahkan jarak dari bawah */
}

/* Karir */
.karir-card {
    background: white;
    box-shadow: 0 0 15px rgba(18, 18, 18, 0.1);
    border-radius: 2px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    color: #2C2C2C !important;
    min-height: 640px;
}

.karir-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.karir-card .card-body {
    padding: 15px;
    color: #2C2C2C !important;
}

.btn-load {
    background-color: #0362a2;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    outline: none !important;
}

/* Section Footer */
.footer-section {
    /* background-color: #F1F5F9; */
    background: url('../img/background/bg-fasilitas.png') no-repeat center center/cover;
    padding: 50px 0;
    margin-top: 50px;
}

.footer-logo img {
    width: 180px;
}

.footer-info {
    font-size: 14px;
}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
}

.footer-map iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.footer-bottom {
    /* background-color: #002E6D; */
    background: linear-gradient(30deg, #0362a2, #066fb5, #79c400);
    color: white;
    text-align: center;
    padding: 10px 0;
    /* margin-top: 20px; */
}

.judul-artikel {
    color: #0362a2;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 700;
    padding-top: 1rem;
}

.judul-layanan {
    color: #0362a2;
    font-size: 25px;
    line-height: 1.8;
    font-weight: 700;
    padding-top: 1rem;
}

.content-artikel {
    text-align: justify !important;
    font-size: 18px !important;
    padding-right: 5rem !important;
}

.slide-artikel img {
    border-radius: 10px !important;
    padding: 4px;
}

.container-tentang {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 25px; /* jarak antar gambar dan teks */
}

.image-section {
    flex: 1.2; /* gambar lebih besar */
    min-width: 300px;
    max-width: 500px;
    text-align: center;
}

.image-section img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    max-width: 500px;   /* ✅ Tambahan di sini */
    margin: 0 auto;     /* ✅ Tambahan di sini */
}

.content-section {
    flex: 1;
    padding: 30px;
    text-align: justify;
}

.content-section h1 {
    color: #003366;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.content-section p {
    margin-bottom: 20px;
    text-align: justify;
}

.section-title h3{
    font-weight: bold;
    color: #0362a2;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.section-title h3::after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #79c400;
    margin: 8px auto 0;
}

.tentang-title h3{
    font-weight: bold;
    color: #0362a2;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.tentang-title h3::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #79c400;
    margin: 8px auto 0;
}

@media (max-width: 768px) {
    .container-tentang {
        flex-direction: column-reverse; /* teks di atas, gambar di bawah */
        gap: 20px;
    }

    .image-section {
        max-width: 100%;
    }

    .content-section {
        padding: 20px;
    }
}


/* LAYANAN */
.layanan-card {
    background: white;
    box-shadow: 0 0 15px rgba(18, 18, 18, 0.1);
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    color: #0362a2 !important;
    font-weight: 600;
    font-size: 18px;
    min-height: 260px;
}

.layanan-card img {
    width: 100%;
    height: 190px;
    border-radius: 15px;
}

.layanan-card .card-body {
    padding: 10px;
    color: #0362a2 !important;
}

.layanan-jalan {
    display: flex;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background-color: white;
    transition: transform 0.3s;
    margin-top: 2rem;
}

.layanan-jalan:hover {
    transform: translateY(-3px);
}

.layanan-jalan img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    min-height: 150px;
}

.layanan-jalan .klinik::after {
    content: none; /* Tidak menambahkan <br> */
}

@media (min-width: 768px) {
    .layanan-jalan img {
        width: 90%;
    }
    
    .layanan-jalan .klinik::after {
        content: "\A";  /* "\A" adalah escape sequence untuk line break (setara dengan <br>) */
        white-space: pre;  /* Membuat "\A" berfungsi sebagai baris baru */
    }
}

.layanan-imgjalan {
    flex: 1;
    position: relative;
}

.layanan-imgjalan::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    /* background: linear-gradient(to bottom, #00B383, #2F80ED); */
    clip-path: ellipse(90% 100% at 0% 50%);
    z-index: 2;
}

.layanan-imgjalan img {
    position: relative;
    z-index: 1;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 16px;
}

@media (min-width: 768px) {
    .layanan-imgjalan img {
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        border-top-right-radius: 0px;
    }
}

.layanan-contentjalan {
    flex: 1;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.layanan-titlejalan {
    font-size: 24px;
    color: #1a2b50;
    font-weight: bold;
    line-height: 1.4;
}

.btn-layananjalan {
    margin-top: 20px;
    padding: 10px 20px;
    background: linear-gradient(to right, #2890d8ab, #2b8bcb, #0362a2);
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: background 0.3s;
}

.btn-layananjalan:hover {
    background: linear-gradient(to right, #0362a2, #2b8bcb, #2890d8ab);
    color: white;
}

/* CARI DOKTER */
/* grid */
.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        /* width: 70%; */
    }
}

.gap-6 {
    gap: 1.5rem;
}

.badge-label {
    display: inline-block;
    background-color: #79c400;
    /* Tailwind bg-yellow-400 */
    font-size: 1rem;
    /* Tailwind text-xs */
    padding: 0.25rem 0.75rem;
    /* Tailwind py-1 px-3 */
    border-radius: 9999px;
    /* Tailwind rounded-full */
}

.card-dokter {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.alur-section {
    padding: 50px 0;
    text-align: center;
}

.alur-section h3 {
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #0362a2;
}

.alur-section h3::after {
    content: "";
    display: block;
    width: 130px;
    height: 3px;
    background-color: #79c400;
    margin: 8px auto 0;
}

/* Contact Us */
.contact-us {
    background-image: url("../img/contact_us/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Contact Us/Left Menu */
.contact-us .left-menu {
    padding: 1rem !important;
    /* background-color:#f3f3f3;  */
    border-radius: 10px !important;
}

@media (min-width: 992px) {
    .contact-us .left-menu {
        border-radius: 0px !important;
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
    }
}

.contact-us .title,
.contact-us label {
    color: black !important;
}

.contact-us .text-field {
    background-color: #fff;
    border-radius: 5px !important;
}

.contact-us .btn-custom {
    background-color: #0362a2 !important;
    border: none !important;
    --bs-btn-focus-shadow-rgb: 249, 220, 210;
    /* outline color button*/
}

/* Contact Us/Right Menu */
.contact-us .right-menu {
    /* background-color:#f3f3f3;  */
    border-radius: 10px !important;
    padding: 1rem !important;
    line-height: 2.5;
}

@media (min-width: 992px) {
    .contact-us .right-menu {
        border-radius: 0px !important;
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
}

.contact-us .contact-box,
.contact-us .map {
    border-radius: 5px !important;
}

.contact-us .contact-box {
    background-color: #f3f3f3;
}

.contact-us .map {
    min-height: 300px !important;
}

/* Contact Us/Success */
.contact-us .success {
    color: #f4baa7;
}

.floating-contact {
    position: fixed;
    top: 35%;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-floating {
    position: relative;
    background-color: #79c400;
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    /* icon di kanan, label di kiri */
    align-items: center;
    justify-content: flex-start;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    width: 55px;
    height: 55px;
    transition: all 0.3s ease 0s;
    /* mengubah transisi untuk muncul lebih halus */
    padding: 0 15px;
    gap: 10px;
    text-decoration: none;
}

.btn-floating i {
    font-size: 25px;
    opacity: 1;
    transition: opacity 0.3s ease 0s;
    /* mengubah transisi untuk muncul lebih halus */
}

.btn-floating .label {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    /* mengubah transisi untuk muncul lebih halus */
    color: white;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.btn-floating:hover {
    width: auto;
    border-radius: 0 8px 8px 0;
    padding-right: 20px;
    padding-left: 20px;
    text-decoration: none;
}

.btn-floating:hover .label {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 768px) {
    .floating-contact {
        /*flex-direction: row;*/
        bottom: 10px;
        top: auto;
        /*left: 50%;*/
        left: 90%;
        transform: translateX(-50%);
    }

    .btn-floating {
        width: 50px;
        height: 50px;
        padding: 0;
        justify-content: center;
        border-radius: 10px;
    }

    .btn-floating .label {
        display: none;
    }
}

/* MENU CTA */
.container-cta {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.card-cta-group {
    display: flex;
    flex: 3;
    gap: 10px;
    background-color: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.card-cta {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px; */
}

.card-cta i {
    font-size: 60px;
    color: #20ADA4;
    margin-bottom: 16px;
}

.card-cta h3 {
    font-size: 20px;
    margin: 0 0 20px;
    color: #0d2b5d;
    line-height: 1.4;
    min-height: 48px;
    /* agar tinggi judul seragam */
}

.card-cta a {
    margin-top: auto;
    padding: 10px 24px;
    font-weight: bold;
    /* border-radius: 24px; */
    border-radius: 5px;
    background: linear-gradient(to right, #2890d8ab, #2b8bcb, #0362a2);
    color: white;
    text-decoration: none;
    transition: background 0.3s ease;
}

.card-cta a:hover {
    background: linear-gradient(to right, #0362a2, #2b8bcb, #2890d8ab);
}

.schedule-box {
    flex: 1;
    background-color: #0362a2;
    color: white;
    padding: 30px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.schedule-box h2 {
    color: white;
    margin: 0 0 10px 0;
}

.schedule-box h3 {
    color: white;
    line-height: 2.5rem;
    /* margin-top: 10px; */
}

.schedule-box .time {
    margin-top: 20px;
    font-size: 16px;
}

.schedule-box .time span {
    display: inline-block;
    width: 60px;
    font-weight: bold;
}

.line {
    border-top: 2px solid #fff;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .container-cta {
        flex-direction: column;
        gap: 20px;
    }

    .card-cta-group {
        flex-direction: column;
        padding: 20px;
    }

    .card-cta {
        padding: 20px 10px;
        border: 1px solid #eee;
        border-radius: 12px;
    }

    .card-cta i {
        font-size: 48px;
    }

    .card-cta h3 {
        font-size: 18px;
    }

    .card-cta a {
        width: 100%;
        text-align: center;
    }

    .schedule-box {
        padding: 20px;
        text-align: center;
    }

    .schedule-box h2,
    .schedule-box h3 {
        font-size: 20px;
    }

    .schedule-box .time {
        font-size: 14px;
    }

    .schedule-box .time span {
        width: auto;
        display: block;
        margin-bottom: 4px;
    }
}


/* HEADER MOBILE */
@media (max-width: 767px) {
    #carouselExample picture {
        display: block;
        padding: 2rem 3rem 0 3rem;
    }

    #carouselExample picture img {
        border-radius: 12px;
    }
}

.testi-section {
    text-align: center;
    padding: 50px 0;
    color: #0362a2;
}

.testi-section h3 {
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.testi-section h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #79c400;
    margin: 8px auto 0;
}

.swiper {
    padding-bottom: 40px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Custom posisi panah Swiper */
.swiper-button-next,
.swiper-button-prev {
    color: #0362a2;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #ffffffcc;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.swiper-button-next {
    right: 10px;
    /* Lebih rapat ke tengah */
}

.swiper-button-prev {
    left: 10px;
    /* Lebih rapat ke tengah */
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

.card-testi {
    /* background: #fff; */
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 20px;
    width: 300px;
    min-height: 355px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-testi p {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.1em !important;
}

.card-testi .name {
    font-weight: bold;
    color: #0362a2;
}

.card-testi .role {
    font-size: 0.9em;
    color: #777;
}

.card-testi .rating {
    font-size: 0.9em;
    text-align: right;
    /* color: #777; */
}

.cta-section {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 720;
    background: url('../img/background/Header_Rating.png') no-repeat center center;
    background-size: contain;
    border-radius: 12px;
    overflow: hidden;
}


.cta-box {
    position: absolute;
    top: 55%;
    /* sesuaikan dengan posisi teks di dalam gambar */
    left: 55%;
    /* sesuaikan agar pas menutupi tulisan */
    transform: translate(-50%, -50%);
    z-index: 10;
}

.cta-box p {
    margin-bottom: 20px;
    font-size: 1.7em;
    text-align: center;
}

/* .btn-testi {
    position: absolute;
    top: 72%;
    left: 61%;
    transform: translate(-50%, -50%);
    background-color: #79c400;
    color: white;
    border: none;
    font-size: 1.1em;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 20px;
    text-decoration: none;
    z-index: 10;
} */

.cta-box button:hover {
    background-color: #134698;
}

.cta-rating {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 6.2; /* Sesuaikan dengan proporsi gambar aslinya */
    background: url('../img/background/Header_Rating.png') no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
}

/* Tombol presisi di bawah tulisan di dalam gambar */
.btn-testi {
    position: absolute;
    top: 75%; /* ATUR ini hingga tombol pas di bawah teks */
    left: 62%; /* ATUR agar tombol sejajar kiri-kanan teks */
    transform: translate(-50%, -50%);
    background-color: #79c400;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 6px;
    font-weight: bold;
    z-index: 2;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    text-decoration: none;
}

/* Responsif untuk HP */
@media (max-width: 768px) {
    .cta-rating {
        aspect-ratio: 4 / 3;
        background-position: right center; /* fokus ke tulisan */
        background-size: 200%; /* zoom in ke kanan */
    }

    .btn-testi {
        top: 75%;    /* naikkan posisi untuk menyesuaikan gambar mobile */
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.9rem;
        padding: 10px 18px;
    }
}



/* Responsive */
@media (max-width: 768px) {
    .swiper-slide {
        flex-direction: column;
        align-items: center;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 28px;
        height: 28px;
    }

    .swiper-button-next {
        right: 5px;
    }

    .swiper-button-prev {
        left: 5px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 12px;
    }

    .card-testi {
        width: 90%;
    }
}

/* KARIR */
.form-container {
    background-color: #fff;
    max-width: 700px;
    margin: 40px auto;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 16px;
}

.karir-input {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

input[type="text"],
input[type="email"],
input[type="file"],
select,
textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1em;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

input[type="text"]:focus input[type="email"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
    border-color: #007bff;
    outline: none;
}

small {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 0.9em;
}

.important {
    font-weight: bold;
    font-style: italic;
    color: #444;
}

.required {
    color: red;
}

.btn-kirim {
    margin-top: 20px;
    background-color: #0362a2;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    cursor: pointer;
}

.btn-kirim:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
}

.required-label:after {
    content: " *";
    color: red;
}


/* HEADER PAGE */
/* .header-section {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
} */


/* .header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 1;
}

.header-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.title-container {
    color: #0362a2;
    max-width: 600px;
    margin-left: auto;
    padding-right: 3rem; 
    text-align: left;
}

.custom-margin {
    margin-left: 55%;
    max-width: 500px;
    color: #0362a2;
    text-align: left;
    align-items: center;
}

.subtitle {
    color: #79c400;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0.25rem;
}

.main-title {
    font-weight: 800;
    font-size: 4rem;
    margin: 0;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .header-overlay {
        height: 30%;
    }
    
    .header-bg {
        width: 100%;
        height: 30%;
        background-position: center center;
        background-size: cover;
    }

    .custom-margin {
        padding: 0 1rem;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1.25rem;
    }
} */

.header-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header-bg {
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
}


.title-container {
    color: #0362a2;
    max-width: 600px;
    margin-left: auto;
    padding-right: 3rem;
    text-align: left;
}

.custom-margin {
    margin-left: 55%;
    max-width: 500px;
    color: #0362a2;
    text-align: left;
    align-items: center;
}

.subtitle {
    color: #79c400;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0.25rem;
}

.main-title {
    font-weight: 800;
    font-size: 4rem;
    margin: 0;
    line-height: 1.1;
}

@media (max-width: 768px) {
    
.header-overlay {
    height: 80%;
}
    .header-bg {
        height: 149px;
    }

    .subtitle {
        font-size: 1.5rem;
    }

    .main-title {
        font-size: 2rem;
        line-height: .8;
    }

    .title-container {
        padding-right: .5rem;
    }

    .custom-margin {
        margin-left: 50%;
    }
}



.profil-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.swiper {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.swiper-slide img {
    width: 100%;
    border-radius: 8px;
}

.swiper-thumb {
    height: 100px;
    box-sizing: border-box;
    padding: 10px;
}

.swiper-thumb .swiper-slide {
    width: 25%;
    opacity: 0.4;
}

.swiper-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.caption {
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}