@media (max-width: 1200px) {
    .feature-item,
    .mitra-link {
        flex-basis: 45%;
        margin: 10px auto;
    }
}

@media (max-width: 992px) {
    .navbar,
    #navbar,
    header {
        position: static;
    }

    .top-bar,
    .header-top-bar {
        text-align: center;
        padding: 15px;
    }

    .search .form-control {
        height: 50px;
    }

    .doctors .btn-group .btn {
        font-size: 14px;
        padding: 0.5rem 1rem;
    }
    .unggulan-wrap {
        margin-left: 0px;
    }
    .unggulan::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .feature-block {
        padding-top: 80px;
    }

    .feature-item,
    .mitra-link {
        flex-basis: 100%;
    }

    .section {
        padding: 60px 15px;
    }

    .blog-item-content h2 {
        font-size: 28px;
    }

    .btn-lihat-banner {
        font-size: 10px;
        padding: 6px 10px;
    }

    .unggulan-wrap {
        margin-left: 0px;
    }
    .unggulan::before {
        display: none;
    }

    .service-item {
        width: 100px;
        height: 100px;
        font-size: 12px;
    }

    .service-wrapper {
        justify-content: center;
    }

    .p-layanan,
    .p-title-layanan {
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .about-content {
        padding-left: 0 !important;
    }
}

@media (max-width: 576px) {
    .feature-item,
    .mitra-link {
        flex-basis: 100%;
    }

    .top-right-bar,
    .top-bar-info,
    .nav-link {
        text-align: center;
    }

    .tentang-img {
        width: 100px;
        height: 100px;
        font-size: 18px;
    }

    .tentang-img i {
        font-size: 40px;
    }

    .doctors .btn-group .btn {
        min-width: 100%;
        margin: 5px 0;
    }

    .banner p {
        font-size: 16px;
    }

    .blog-item-content h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .unggulan-wrap {
        margin-left: 0px;
    }
    .unggulan::before {
        display: none;
    }
}

@media (max-width: 400px) {
    .unggulan-wrap {
        margin-left: 0px;
    }
    .unggulan::before {
        display: none;
    }
}

.p-title-layanan {
    line-height: 30px;
    font-size: 16px;
    font-family: "Exo", sans-serif;
    margin-bottom: 0px;
    font-weight: bold;
}

.p-layanan {
    line-height: 30px;
    font-size: 14px;
    font-family: "Exo", sans-serif;
    margin-bottom: 0px;
}

.p-layanan,
.p-title-layanan {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 1rem;
    line-height: 1.6;
}

.bg-1 {
    background: url("../images/banner.png") no-repeat 0% 85%;
    background-size: cover;
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: #596a88;
}

.page-title .breadcumb-nav {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: larger;
    font-weight: bold;
    font-family: "Exo", sans-serif;
}

.top-bar {
    /* background: #223a66; */
    /* background: #30aede; */
    /* background: linear-gradient(to right, #30aede, #2d6cb5);  */
    background: url("../images/banner0.png") no-repeat 0% 85%;
    /* background: #212121; */
    background-size: cover;
    font-size: larger;
    font-weight: bold;
    font-family: "Exo", sans-serif;
    padding: 10px 0px;
    box-shadow: 0px 4px 20px rgba(0, 42, 106, 0.15); /* Shadow lebih smooth */
    text-transform: uppercase;
}

.header-top-bar {
    /* background: #223a66; */
    /* background: #30aede; */
    background: linear-gradient(to right, #30aede, #2d6cb5); /* Efek gradient */
    font-size: 14px;
    padding: 10px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.top-bar-info li a {
    color: #fff;
    margin-right: 20px;
}

.top-right-bar a span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.top-right-bar a i {
    color: #fff;
    margin-right: 10px;
}

.navbar-logo {
    margin-top: 0px;
}

body {
    background-color: #fcfcfc;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fcfcfc; /* Transparent background initially */
    border-bottom: 2px solid transparent; /* Transparent border initially */
    transition: background-color 0.3s ease, border-color 0.3s ease; /* Smooth transition for background and border color */
    box-shadow: none;
}

#navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid transparent; /* Transparent border initially */
    transition: background-color 0.3s ease, border-color 0.3s ease; /* Smooth transition for background and border color */
    box-shadow: 0px 4px 20px rgba(0, 42, 106, 0.15); /* Shadow lebih smooth */
}

/* When scrolled, change the navbar's border color and make the background solid */
#navbar.sticky {
    background-color: rgba(
        255,
        255,
        255,
        1
    ); /* Transparent background initially */
    border-bottom: 4px solid #30aede; /* Make the border red for visibility when scrolled */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for effect */
}

#navbarmain {
    padding: 0px 0px;
}

#navbarmain .nav-link {
    font-weight: 600;
    padding: 10px 15px;
    color: #222;
    font-family: "Exo", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    transition: all 0.25s ease;
}

.nav-link.active {
    background-color: #30aede !important; /* atau warna sesuai branding RS kamu */
    color: white;
    font-weight: bold;
}

.dropdown-item.active {
    background-color: #30aede !important; /* atau warna sesuai branding RS kamu */
    color: white;
    font-weight: bold;
}

.navbar-nav .nav-link {
    padding: 10px 18px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.navbar-nav .nav-link:hover {
    /* background-color: #007bff; */
    color: #fff;
}

.navbar-nav .nav-link.active {
    background-color: #30aede; /* Biru */
    color: #fff !important; /* Putih */
}

.navbar-nav .dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background-color: #fff;
}

.navbar-nav .dropdown-item {
    font-weight: 400;
    color: #333;
    transition: background 0.2s ease;
    border-radius: 5px;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item.active {
    background-color: #30aede;
    color: #fff !important;
}

/* .navbar-nav .nav-link.dropdown-toggle.active {
    background-color: #30aede;
    color: #fff !important;
    border-radius: 6px;
} */


.header-slider {
    position: relative;
    overflow: hidden;
    background: #fff;
    background-size: cover;
    min-height: 50px;
}

#navbarmain .nav-link:hover {
    font-weight: 600;
    padding: 10px 15px;
    color: #30aede;
    font-family: "Exo", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    transition: all 0.25s ease;
}

.navbar.sticky-top {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    z-index: 1050; /* Keeps it above other content */
}

.dropdown .dropdown-menu {
    position: absolute;
    display: block;
    background: #fff;
    min-width: 240px;
    top: 130%;
    left: 0;
    right: 0px;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 0px;
    border-top: 5px solid #30aede;
    border-radius: 0px;
}

.dropdown-left > .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}


.dropdown .dropdown-item:hover {
    color: #30aede;
}

.divider {
    width: 40px;
    height: 5px;
    background: #e12454;
}

.table-custom {
    background-color: #30aede;
    color: #fff;
    text-align: center;
}

.clear-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 16px;
}

.clear-icon:hover {
    color: #000;
}

.search {
    position: relative;
}

.search .form-control {
    border-radius: 50px;
    height: 60px;
    padding-left: 25px;
    border-color: #eee;
}

.search .btn {
    position: absolute;
    right: 6px;
    top: 6px;
}

.search .position-relative {
    width: 100%;
    max-width: 600px; /* Atur sesuai kebutuhan */
}

.features {
    margin-top: -70px;
}

.feature-item {
    flex-basis: 33.33%;
    margin: 0px 10px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
    font-size: 50px;
    background: linear-gradient(
        to right,
        #30aede,
        #2d6cb5
    ); /* Gradient warna */
    -webkit-background-clip: text; /* Memotong latar belakang hanya di teks */
    color: transparent; /* Membuat warna teks transparan agar gradient terlihat */
}

.feature-item h4 {
    color: #30aede;
}

.feature-item p {
    font-size: 14px;
}

.feature-section.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.backtop {
    position: fixed;
    background: linear-gradient(to right, #e12454, #ff7a7a);
    z-index: 9999;
    display: inline-block;
    right: 55px;
    width: 60px;
    height: 60px;
    bottom: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 50px;
}

.backtop i {
    color: #fff;
    font-size: 20px;
}

.reveal {
    transition: all 0.3s;
    cursor: pointer;
    opacity: 1;
}

.btn-main {
    background: linear-gradient(to right, #30aede, #2d6cb5); /* Efek gradient */
    color: #fff;
    border-color: #30aede;
}

.btn-main:hover {
    background: linear-gradient(to right, #e12454, #ff7a7a);
    border-color: #ff7a7a;
    color: #fff;
}

.section {
    padding: 100px 0;
}

.section-sm {
    padding-top: 10px;
}

.section-sm-berita {
    position: relative;
    padding: 40px 0 20px;
    background: linear-gradient(to right, #ffffff, #e3f2fd);
    overflow: hidden;
}

.section-sm-berita::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        /* ===== ATAS KIRI (IRISAN) ===== */
        radial-gradient(circle at 0% 0%, rgba(33,150,243,0.10) 0 140px, transparent 141px),
        radial-gradient(circle at 6% 8%, rgba(33,150,243,0.07) 0 180px, transparent 181px),
        radial-gradient(circle at 12% 16%, rgba(33,150,243,0.04) 0 220px, transparent 221px),

        /* ===== ATAS KANAN (IRISAN) ===== */
        radial-gradient(circle at 100% 0%, rgba(33,150,243,0.09) 0 160px, transparent 161px),
        radial-gradient(circle at 94% 10%, rgba(33,150,243,0.06) 0 210px, transparent 211px),
        radial-gradient(circle at 88% 18%, rgba(33,150,243,0.04) 0 260px, transparent 261px),

        /* ===== BAWAH KIRI (HALUS & BESAR) ===== */
        radial-gradient(circle at 0% 100%, rgba(33,150,243,0.05) 0 260px, transparent 261px),
        radial-gradient(circle at 8% 92%, rgba(33,150,243,0.03) 0 320px, transparent 321px),

        /* ===== BAWAH KANAN (HALUS & BESAR) ===== */
        radial-gradient(circle at 100% 100%, rgba(33,150,243,0.05) 0 280px, transparent 281px),
        radial-gradient(circle at 92% 90%, rgba(33,150,243,0.03) 0 340px, transparent 341px);
}

.section-info {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to right, #f5f7fa, #e4e7ec);
    overflow: hidden;
}

.section-info::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        radial-gradient(circle at 85% 15%, rgba(45,108,181,0.08) 0 120px, transparent 121px),
        radial-gradient(circle at 10% 80%, rgba(45,108,181,0.06) 0 180px, transparent 181px),
        radial-gradient(circle at 50% 50%, rgba(45,108,181,0.04) 0 220px, transparent 221px);
}

.section-info .section-info-item {
    /* background: linear-gradient(
        to bottom,
        #ffffff,
        #f1f1f1
    ); Gradient untuk card */
    background: url("../images/banner.png") no-repeat 50% 70%;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 42, 106, 0.15); /* Shadow lebih smooth */
    transition: transform 0.3s ease-in-out;
}

.section-info .section-info-item:hover {
    transform: translateY(-5px); /* Efek hover naik sedikit */
}

.section-info .icon {
    float: left;
    margin-bottom: 10px;
}

.section-info i {
    color: #e12454;
    font-size: 24px; /* Ukuran ikon lebih besar */
}

.section-info h4 {
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold; /* Judul lebih tegas */
}

.section-info .content {
    clear: both;
}

.section-info-block {
    padding: 20px;
    margin-top: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 38px rgba(21, 40, 82, 0.1);
    border-radius: 10px;
    background: linear-gradient(
        to bottom,
        #ffffff,
        #f9f9f9
    ); /* Gradient untuk card */
}

.section-info-block img {
    width: 100%;
    margin-top: -60px;
    border: 5px solid #fff;
    border-radius: 10px; /* Bikin gambar lebih smooth */
}

.section-bottom {
    padding-bottom: 100px;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    color: #223a66;
}

.section-title h4 {
    color: #223a66;
}

.service {
    padding-top: 180px;
}

.service .service-item {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    border: 3px solid #000;
    justify-content: center;
    justify-items: center;
    width: fit-content;
}

.service-wrapper {
    display: flex;
    flex-wrap: wrap; /* biar wrap saat layar kecil */
    justify-content: space-evenly;
    gap: 20px;
    padding: 20px 0;
}

.service-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 250px;
    height: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto; /* fleksibel */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.service-item:hover {
    transform: translateY(-5px);
}

.tentang-img {
    height: 120px;
    width: 220px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #30aede;
    font-size: 20px; /* Ukuran ikon */
    background: linear-gradient(to right, #30aede, #2d6cb5); /* Efek gradient */
    flex-direction: column; /* Tata letak vertikal */
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 42, 106, 0.15); /* Shadow lebih smooth */
    transition: transform 0.3s ease-in-out;
}

.tentang-img i {
    font-size: 40px; /* Ukuran ikon */
    color: #fff; /* Warna ikon */
}

.tentang-img p {
    margin-top: 10px; /* Jarak antara ikon dan teks */
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.tentang-img:hover {
    height: 120px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: linear-gradient(to right, #e12454, #ff7a7a);
}

.sangupalu-img {
    height: 120px;
    width: 220px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #30aede;
    font-size: 20px; /* Ukuran ikon */
    background: linear-gradient(to right, #30aede, #2d6cb5); /* Efek gradient */
    flex-direction: column; /* Tata letak vertikal */
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 42, 106, 0.15); /* Shadow lebih smooth */
    transition: transform 0.3s ease-in-out;
}

.sangupalu-img i {
    font-size: 40px; /* Ukuran ikon */
    color: #fff; /* Warna ikon */
}

.sangupalu-img p {
    margin-top: 10px; /* Jarak antara ikon dan teks */
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.sangupalu-img:hover {
    height: 120px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: linear-gradient(to right, #e12454, #ff7a7a);
}

.doctors {
    overflow: hidden;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.doctors .btn-group {
    display: flex;
    flex-wrap: wrap; /* Agar tombol turun ke bawah jika tidak muat */
    justify-content: center; /* Menjaga tombol tetap di tengah */
    align-items: center;
    gap: 5px; /* Memberi jarak antar tombol */
    max-width: 100%; /* Mencegah tombol keluar dari batas */
    overflow: hidden; /* Mencegah tombol keluar dari container */
}

.doctors .btn-group .btn {
    border-radius: 0px;
    margin: 0px 2px;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0.6rem 1.5rem;
    cursor: pointer;

    min-width: 120px; /* Pastikan tombol tidak terlalu kecil */
    text-align: center;
    flex-grow: 1; /* Membuat tombol menyesuaikan ukuran */
}

.doctors .btn-group .btn.active {
    box-shadow: none !important;
    border-color: #e12454;
    background: linear-gradient(to right, #e12454, #ff7a7a);
    color: #fff;
}

.doctors .btn-group .btn.focus {
    box-shadow: none !important;
    border-color: #e12454;
}

.doctors .btn-group .btn:focus {
    box-shadow: none !important;
    border-color: #e12454;
    background: linear-gradient(to right, #e12454, #ff7a7a);
    color: #fff;
}

.doctors .btn-group .btn:hover {
    box-shadow: none !important;
    border-color: #e12454;
    background: linear-gradient(to right, #e12454, #ff7a7a);
    color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn,
.doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.doctors .btn-group > .btn:not(:first-child) {
    border-radius: 3px;
}

.banner {
    position: relative;
    width: 100%;
    height: 250px; /* atau berapa pun tinggi tetap yang kamu inginkan */
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
    box-shadow: 0px 4px 20px rgba(0, 42, 106, 0.15);
}

.banner img {
    width: 100%;
    height: 100%; /* ✅ ubah dari auto ke 100% */
    object-fit: cover; /* ✅ penting agar gambar tidak ter-distorsi */
    display: block;
    filter: brightness(100%);
    transition: transform 1s ease-in-out;
}

.banner-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 220px; /* kamu bisa sesuaikan */
}

.banner-card img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* memastikan gambar penuh dalam kotak */
    display: block;
}

.banner:hover img {
    transform: scale(1.2);
}

/* Overlay selalu terlihat tanpa hover */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(128, 128, 128, 0.5); Warna abu-abu dengan transparansi */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.banner-overlay h4 {
    margin-bottom: 10px;
    font-size: 18px; /* Ubah ukuran jadi 18px */
    font-weight: normal; /* Hapus efek bold */
    color: white;
}

.banner-overlay p {
    font-size: 24px; /* Ukuran teks */
    font-weight: bold; /* Teks tebal */
    text-transform: uppercase; /* Kapital semua */
    background: none; /* Hapus gradient sebelumnya */
    color: #002b5b; /* Warna biru tua agar lebih kontras */
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8); /* Tambahkan shadow putih */
}

.btn-lihat-banner {
    background: linear-gradient(to right, #30aede, #2d6cb5); /* Efek gradient */
    color: white;
    padding: 8px 15px; /* Sedikit lebih kecil */
    font-size: 12px; /* Ukuran font lebih kecil */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.4s ease-in-out;
}

.btn-lihat-banner:hover {
    background: linear-gradient(to right, #30aede, #2d6cb5); /* Efek gradient */
    color: white !important;
}

.blog-item-content h2 {
    font-weight: 600;
    font-size: 38px;
    text-align: justify;
}

.blog-item-content p {
    text-align: justify;
    padding-top: 5px;
}

.footer-socials li a {
    width: 45px;
    height: 45px;
    background: #6f8ba4;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 12px;
}

.footer-socials li a:hover {
    background: linear-gradient(to right, #30aede, #2d6cb5); /* Efek gradient */
}

.widget .divider {
    height: 3px;
}

.widget h4 {
    color: #223a66;
}

.widget .footer-menu a {
    color: #6f8ba4;
}

.widget .footer-menu a:hover {
    color: #e12454;
}

.widget .info {
    text-align: justify;
}

.testimonial {
    position: relative;
}

.testimonial:before {
    width: 48%;
    height: 100%;
    top: 0;
    left: 0px;
    position: absolute;
    content: "";
    background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
    text-align: left;
}

.testimonial-block {
    position: relative;
    margin-bottom: 20px;
}

.testimonial-block p {
    /* background: #fff; */
    font-size: 18px;
}

.testimonial-block .client-info {
    margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
    margin-bottom: 0px;
}

.testimonial-block i {
    font-size: 60px;
    position: absolute;
    right: 46px;
    bottom: 89px;
    opacity: 0.08;
}

.testimonial-block .slick-dots {
    text-align: left;
}

.testimonial-wrap-2 .slick-dots {
    margin-left: -10px;
}

.testimonial-block.style-2 {
    background: #fcfcfc;
    padding: 30px;
    margin: 0px 4px;
    margin-bottom: 30px;
}

.testimonial-block.style-2 .testimonial-thumb {
    float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
    margin-bottom: 30px;
    border: 5px solid #eff0f3;
    margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
    clear: both;
    background: transparent;
}

.testimonial-block.style-2 i {
    bottom: -20px;
    color: #e12454;
    opacity: 0.3;
}

.testimonial-block.style-2 img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .testimonial-wrap {
        margin-left: 0px;
    }
    .testimonial::before {
        display: none;
    }
}

@media (max-width: 400px) {
    .testimonial-wrap {
        margin-left: 0px;
    }
    .testimonial::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .testimonial-wrap {
        margin-left: 0px;
    }
    .testimonial::before {
        display: none;
    }
}

@media (max-width: 992px) {
    .testimonial-wrap {
        margin-left: 0px;
    }
    .testimonial::before {
        display: none;
    }
}

.custom-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    transition: background-color 0.3s ease;
}

.custom-arrow:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.arrow-icon {
    font-size: 24px;
    color: #fff;
    transition: color 0.3s ease;
}

.custom-arrow:hover .arrow-icon {
    color: #000;
}

.carousel-control-prev {
    left: 15px;
}

.carousel-control-next {
    right: 15px;
}

.mitra-link {
    flex-basis: 33.33%;
    margin: 0px 10px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.mitra-link .mitra-link-icon i {
    font-size: 50px;
    background: linear-gradient(
        to right,
        #30aede,
        #2d6cb5
    ); /* Gradient warna */
    -webkit-background-clip: text; /* Memotong latar belakang hanya di teks */
    color: transparent; /* Membuat warna teks transparan agar gradient terlihat */
}

.mitra-link h4 {
    color: #30aede;
}

.mitra-link p {
    font-size: 14px;
}

.about-img img {
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
    border: 5px solid #fff;
}

.shortcut {
    display: flex;
    flex-direction: row; /* Default arah baris */
    flex-wrap: wrap; /* Supaya responsif: turun ke bawah kalau tidak muat */
    gap: 20px; /* Jarak antar item */
    justify-content: space-between; /* Atur jarak antar item secara horizontal */
}

.shortcut.col-auto {
    flex: 1 1 calc(33.333% - 20px); /* 3 kolom dengan jarak */
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
}

.unggulan {
    position: relative;
}

.unggulan:before {
    width: 48%;
    height: 100%;
    top: 0;
    left: 0px;
    position: absolute;
    content: "";
    background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.unggulan .slick-dots {
    text-align: left;
}

.unggulan-block {
    position: relative;
    margin-bottom: 20px;
}

.unggulan-block p {
    /* background: #fff; */
    font-size: 18px;
}

.unggulan-block .client-info {
    margin-bottom: 20px;
}

.unggulan-block .client-info h4 {
    margin-bottom: 0px;
}

.unggulan-block i {
    font-size: 60px;
    position: absolute;
    right: 46px;
    bottom: 89px;
    opacity: 0.08;
}

.unggulan-block .slick-dots {
    text-align: left;
}

.unggulan-wrap-2 .slick-dots {
    margin-left: -10px;
}

.unggulan-block.style-2 {
    background: #fcfcfc;
    padding: 30px;
    margin: 0px 4px;
    margin-bottom: 30px;
}

.unggulan-block.style-2 .unggulan-thumb {
    float: left;
}

.unggulan-block.style-2 .unggulan-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
    margin-bottom: 30px;
    border: 5px solid #eff0f3;
    margin-top: -5px;
}

.unggulan-block.style-2 .client-info p {
    clear: both;
    background: transparent;
}

.unggulan-block.style-2 i {
    bottom: -20px;
    color: #e12454;
    opacity: 0.3;
}

@media (max-width: 480px) {
    .unggulan-wrap {
        margin-left: 0px;
    }
    .unggulan::before {
        display: none;
    }
}

@media (max-width: 400px) {
    .unggulan-wrap {
        margin-left: 0px;
    }
    .unggulan::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .unggulan-wrap {
        margin-left: 0px;
    }
    .unggulan::before {
        display: none;
    }
}

@media (max-width: 992px) {
    .unggulan-wrap {
        margin-left: 0px;
    }
    .unggulan::before {
        display: none;
    }
}

.bg-light-yellow {
    background-color: #fff6e3;
}

.bg-light-rsap {
    background-color: #b8eafa;
    color: #000;
}

.profil-border {
    padding-left: 5px;
    text-align: justify;
    border-left: 3px solid #30aede;
}

.card img {
    transition: transform 0.4s ease, filter 0.4s ease;
}
.card:hover img {
    transform: scale(1.05);
    filter: brightness(0.9);
}
.card-body {
    font-size: 0.9rem;
}

/* Submenu wrapper */
.dropdown-submenu {
  position: relative;
}

/* Submenu positioning to the left */
.dropdown-submenu > .dropdown-menu {
  top: 50%;
  transform: translateY(-40%);
  left: auto;
  right: 100%;
  display: none;
  position: absolute;
  z-index: 1000;
  min-width: 180px;
}

/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Optional: panah ke kiri */
.dropdown-submenu > a::after {
  content: "◀";
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 10px;
}

.pengumuman-card {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    height: 100%;
    transition: all 0.35s ease;
    position: relative;
}

/* Hover Card */
.pengumuman-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(13,110,253,0.15);
    border-color: #30aede;
}

/* Header */
.pengumuman-header {
    /* background: linear-gradient(135deg, #0d6efd, #0a58ca); */
    background: linear-gradient(to right, #30aede, #2d6cb5);
    color: #fff;
    padding: 14px 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase; 
}

/* Body */
.pengumuman-body {
    padding: 18px;
}

.pengumuman-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.pengumuman-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    text-transform: uppercase; 
}

/* Footer */
.pengumuman-footer {
    padding: 14px 18px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
}

/* Button */
.btn-unduh {
    border: 1px solid #30aede;
    color: #30aede;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-unduh i {
    margin-right: 6px;
}

/* Hover Button */
.pengumuman-card:hover .btn-unduh {
    background: linear-gradient(to right, #30aede, #2d6cb5);
    color: #fff;
}

.footer-minimal {
    position: relative;
    background: linear-gradient(to right, #f5f7fa, #e4e7ec);
    padding: 40px 0 20px;
    overflow: hidden;
}

/* CIRCLE AKSEN */
.footer-minimal::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        radial-gradient(circle at 10% 20%, rgba(45,108,181,0.06) 0 160px, transparent 161px),
        radial-gradient(circle at 90% 30%, rgba(45,108,181,0.05) 0 220px, transparent 221px),
        radial-gradient(circle at 50% 100%, rgba(45,108,181,0.04) 0 300px, transparent 301px);
}


.footer-desc {
    font-size: 14px;
    color: #5f6c7b;
    line-height: 1.6;
}

.footer-title {
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 12px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links a {
    color: #5f6c7b;
    font-size: 14px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #2d6cb5;
}

.footer-contact {
    font-size: 14px;
    color: #5f6c7b;
    margin-bottom: 6px;
}

.footer-contact i {
    color: #2d6cb5;
    margin-right: 6px;
}

.footer-social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background: #2d6cb5;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 16px;
}

.footer-bottom {
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-top: 24px;
    padding-top: 12px;
    font-size: 13px;
    color: #6b7280;
    text-align: center;
}

.laporan-section {
    background: linear-gradient(to right, #ffffff, #e3f2fd);
    position: relative;
}

.laporan-title {
    font-weight: 700;
    /* color: #0d47a1; */
    color: #000;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

.laporan-title i{
    color: #30aede;
}

.laporan-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: all .3s ease;
}

.laporan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.laporan-card .btn-main {
    background: #fff;
    color: #30aede;
    border-color: #30aede;
}

.laporan-card .btn-main:hover {
    background: linear-gradient(to right, #e12454, #ff7a7a);
    border-color: #ff7a7a;
    color: #fff;
}

.laporan-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.laporan-info i {
    font-size: 26px;
}

.layanan-section {
    background: linear-gradient(to right, #ffffff, #e3f2fd);
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* SECTION */
.media-video-premium {
    padding: 90px 0;
    background: linear-gradient(135deg, #f4f9fc, #e9f3fb);
}

/* TITLE */
.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 8px;
}

.section-title span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #30aede;
    margin-top: 4px;
}

.section-subtitle {
    font-size: 14px;
    color: #6b7280;
}

/* CARD */
.video-premium-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    overflow: hidden;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    transition: all 0.35s ease;
}

.video-premium-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.15);
}

/* VIDEO */
.video-premium-wrapper {
    position: relative;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
}

.video-premium-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    transition: transform 0.4s ease; /* ✨ HALUS */
}

/* ✨ SEDIKIT ZOOM BIAR HIDUP */
.video-premium-card:hover iframe {
    transform: scale(1.03);
}

/* PLAY OVERLAY */
.play-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0.55)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;

    /* 🔥 INI YANG PALING PENTING */
    pointer-events: none; /* <<< BIAR VIDEO BISA DI-PLAY */
}

.video-premium-card:hover .play-overlay {
    opacity: 1;
}

.play-overlay i {
    font-size: 54px;
    color: #fff;
    background: rgba(48, 174, 222, 0.9);
    padding: 18px 22px;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* CONTENT */
.video-premium-content {
    padding: 22px 24px 28px;
}

.video-premium-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1f2d3d;
    margin-bottom: 6px;
    line-height: 1.4;
}

.video-source {
    font-size: 12px;
    color: #30aede;
    margin-bottom: 12px;
}

.video-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

.info-img {
    max-width: 400px;
    width: 100%;
    height: auto;

    /* smooth transition */
    transition: 
        transition: all 0.7s cubic-bezier(0.4, 0.0, 0.2, 1),
        box-shadow 0.6s ease,
        filter 0.6s ease;

    cursor: pointer;
    will-change: transform;
}

/* hover effect */
.info-img:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    filter: brightness(1.05);
}

/* responsive */
@media (max-width: 768px) {
    .info-img {
        max-width: 100%;
    }
}

.kanal-section {
    min-height: 600px;
}

/* ===============================
   BAGIAN KIRI
================================ */
.kanal-left {
    background: linear-gradient(135deg, #f7902f, #f36d29);
    color: white;
    padding: 80px;
}

.kanal-left-content {
    max-width: 500px;
}

.kanal-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.8;
}

.kanal-left h1 {
    font-size: 42px;
    font-weight: 700;
    margin: 20px 0;
    line-height: 1.2;
}

.kanal-left p {
    font-size: 16px;
    opacity: 0.9;
}

/* ===============================
   BAGIAN KANAN
================================ */
.kanal-right {
    background: #f8f9fa;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ===============================
   ITEM KANAL
================================ */
.kanal-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 50px;
    padding-top: 20px;
    position: relative;
}

/* Garis biru di atas */
.kanal-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 8px;
    background-color: #f7902f;
    border-radius: 2px;
}

/* Nomor */
.kanal-number {
    font-size: 38px;
    font-weight: 700;
    color: #2c2c2c;
    min-width: 60px;
}

/* Konten */
.kanal-content h5 {
    font-weight: 600;
    margin-bottom: 6px;
}

.kanal-content p {
    margin: 0;
    color: #f7902f;
}

/* Link */
.kanal-content a {
    color: #f7902f;
    text-decoration: none;
}

.kanal-content a:hover {
    text-decoration: underline;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
    .kanal-left,
    .kanal-right {
        padding: 50px 30px;
    }

    .kanal-left h1 {
        font-size: 30px;
    }

    .kanal-number {
        font-size: 28px;
    }
}


