.navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* .navbar-custom .navbar-brand,
.navbar-custom .navbar-nav .nav-link {
    color: white; 
} */

.smallBtn {
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 8px;
    background-color: #a1a1a1;
    border: none;
    color: white;
    transition: background 0.3s ease;
}

.smallBtn:hover {
    background-color: #007aa2;
}

.discussionSection {
    padding: 4rem 0;
    background-color: #f8f9fa; /* atau white, sesuai preferensi */
}

.discussionSection h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.discussionSection p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.avatars {
    display: flex;
    gap: 0.75rem;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.joinBox {
    text-align: center;
    background-color: #e6f9ff;
    padding: 2rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textBlue {
    color: #007aa2;
}

.textBlueLight {
    color: #448dfb !important;
}

.bigBtn {
    margin-top: 1rem;
    padding: 12px 24px;
    background: linear-gradient(to right, #0d6efd, #0d6efd);
    color: #fff;
    font-weight: 600;
    /* box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.2); */
    /* border: 0.2px solid #eaeaea; */
    width: 14em;
    height: 3em;
    border-radius: 0px;
    transition: background 0.3s ease;
}

.bigBtn:hover {
    background: linear-gradient(to right, #337eee, #337eee);
    color: #fff;
}

.footer {
    background-color: var(--bs-body-bg);
    padding: 1rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.footer img {
    margin-bottom: 1rem;
}

.footer p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.footer h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

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

.footer li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.socials a {
    color: #fff;
    margin-right: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.socials a:hover {
    color: #e0e0e0;
}

.footer img.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 1rem;
}

.videoSection {
    padding: 4rem 0;
    text-align: center;
}

.sectionTitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #007aa2;
}

.videoBox {
    margin-bottom: 2rem;
}

.videoThumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.videoThumb img {
    width: 100%;
    height: auto;
    display: block;
}

.playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 1.5rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoBox p {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    min-height: 48px;
}

.smallBtn {
    margin-top: 2rem;
    font-size: 0.85rem;
    padding: 8px 24px;
    border-radius: 999px;
    background: linear-gradient(to right, #00c3d2, #007aa2);
    border: none;
    color: white;
    font-weight: 600;
    transition: background 0.3s ease;
}

.smallBtn:hover {
    background: linear-gradient(to right, #007aa2, #00c3d2);
}

.infoSectionWrapper {
    background-color: #f8f9fa; /* abu muda atau bisa juga putih */
}

.infoCardBox {
    background-color: #ccf6fb;
    border-radius: 8px;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.infoCardBox h6 {
    font-weight: 600;
    margin-top: 15px;
}

.infoCardBox p {
    font-size: 14px;
    margin: 10px 0 20px;
}

.infoBtn {
    background-color: white;
    color: #333;
    font-size: 14px;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    width: fit-content;
}

.pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.page-item .page-link {
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    color: #007aa2;
    background-color: #f0f0f0;
    font-weight: 500;
    transition: background 0.3s ease;
}

.page-item .page-link:hover {
    background-color: #e0f7ff;
    color: #007aa2;
}

.page-item.active .page-link {
    background: linear-gradient(to right, #00c3d2, #007aa2);
    color: white;
    font-weight: 600;
}

.page-item.disabled .page-link {
    opacity: 0.5;
    pointer-events: none;
}

.color-primary {
    color: #00c3d2;
}
.bg-color-primary {
    background-color: #007aa2;
}

.color-white {
    color: #ffffff;
}

#map {
    width: 100%;
    height: 500px;
}
.chart-container {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.chart-box {
    width: 48%;
}

.table-container {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
    table-layout: auto;
}

th,
td {
    white-space: nowrap;
    text-align: center;
}

.table th,
.table td {
    padding: 0.75rem;
}

.table-container {
    margin-bottom: 20px;
}

.chart-box-full {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    /* padding: 20px; */
}

canvas#dataStuntingChart,
canvas#dataPerkembanganChart {
    width: 100% !important;
    max-height: 400px;
}

.chart-card {
    background: var(--bs-secondary-bg);
    border: 1px solid var(--bs-secondary-bg);
    border-radius: 16px;
    margin-top: 2em;
    padding: 28px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.summary-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.summary-card {
    background: rgba(102, 126, 234, 0.8);
    color: white;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.summary-card h3 {
    font-size: 2rem;
    font-weight: 700;
}

.summary-card p {
    opacity: 0.9;
    font-size: 0.9rem;
}

.navbarBg {
    background: rgba(
        24,
        109,
        148,
        0.3
    ); /* Nilai alpha diubah ke 0.3 (30% opacity) */

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

    backdrop-filter: blur(8px); /* Efek blur diperkuat */
    -webkit-backdrop-filter: blur(8px);
}

.table thead {
    --bs-table-bg: var(--bs-primary);
}

.table th {
    color: white !important;
}

.mb-10-custom {
    margin-bottom: 3rem !important;
}

.-mt-8-custom {
    margin-top: -4rem !important;
}

@media (max-width: 767.98px) {
    .navbar-toggler {
        display: block !important;
    }

    .navbar-collapse {
        background: var(--bs-body-bg);
        padding: 1rem;
        margin-top: 0.5rem;
        border-radius: 0.5rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

/* Override warna toggler */
.navbar-toggler {
    border: none;
    padding: 0.5rem;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.btn-login {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff !important; /* Memaksa warna teks tetap putih */
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    border-radius: 2rem;
    text-decoration: none !important; /* Menghilangkan underline */
    display: inline-block;
    transition: background-color 0.3s ease;
}

.btn-login:hover {
    color: #fff !important;
}

.btn-login.nav-link:hover {
    text-decoration: none !important;
}

.title-baby {
    font-size: 2rem;
    font-weight: 500;
}

.desc-baby {
    font-size: 1.2rem;
    font-weight: 400;
}

.title-baby span {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.title-baby-2 h4 {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.wrapper-text {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.image-baby-circle {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
}

.image-baby-circle {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: brightness(25%);
    filter: brightness(25%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* Grayscale hilang saat parent .image-wrapper di-hover */
.image-wrapper:hover .image-baby-circle {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.image-wrapper:hover .overlay-text {
    top: 78%;
    transition: top 0.5s ease;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.overlay-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.semibold-Text {
    font-weight: 600;
}

.photo-grid-horizontal {
    display: grid;
    grid-template-rows: repeat(2, 150px);
    grid-auto-columns: 150px;
    gap: 0.5rem;
    padding: 1rem;
    overflow-x: auto;
    width: 100%;
}

/* Gaya umum gambar */
.photo-grid-horizontal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    transition: transform 0.3s ease;
}

/* Hover membesar */
.photo-grid-horizontal img:hover {
    transform: scale(1.05);
    z-index: 10;
}

/* Gambar tinggi */
.photo-grid-horizontal img.tall {
    grid-row: span 2;
    aspect-ratio: 2/3;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

/* @media (max-width: 767.98px) {
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-nav .nav-link {
        color: black;
    }
} */

.radius-20 {
    border-radius: 20px !important;
}

/* Gaya untuk kedua komponen */
.light-icon,
.dark-icon {
    display: none;
}

/* Gaya khusus untuk komponen mobile */
.mobile-theme-switcher .dropdown-toggle .bi {
    margin-right: 5px;
}

.mobile-theme-switcher .dropdown-toggle {
    transition: background-color 0.3s ease;
}

/* Gaya khusus untuk komponen desktop */
.desktop-theme-switcher .nav-link .bi {
    margin-right: 5px;
}
