body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

#mainNav {
    background-color: white;
    /* height: 60px; */
}

#mainNav.navbar-shrink {
    background-color: white;
}

.navbar-nav .nav-link[href="#contact"] {
    border: 2px solid currentColor;
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem;
}

.navbar-brand img {
    height: 4rem !important;
}

.carousel-item {
    min-height: 85vh;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease-in-out;
}

#heroCarousel .carousel-item picture,
#heroCarousel .carousel-item img {
    width: 100%;
    height: 100%;
}

#heroCarousel .carousel-item img {
    object-fit: cover;
    object-position: center;
    /* object-position: center right; */
    min-height: 85vh;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65)); */
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 560px;
    padding: 3rem 1rem;
}

.hero-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}

.hero-video-wrapper video {
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 85vh;
    object-fit: cover;
    object-position: center;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}

.hero-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, background-color 0.2s ease, width 0.2s ease, height 0.2s ease, top 0.2s ease, left 0.2s ease, right 0.2s ease, bottom 0.2s ease;
    z-index: 2;
}

.hero-play-button.is-playing {
    top: auto;
    left: auto;
    bottom: 1.25rem;
    right: 1.25rem;
    transform: none;
    width: 46px;
    height: 46px;
    font-size: 1.1rem;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.hero-play-button:hover {
    transform: translate(-50%, -50%) scale(1.05);
    background: rgba(255, 255, 255, 0.18);
}

.hero-play-button.is-playing:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.24);
}


.hero-title span {
    color: #ffffff;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.btn-cari-tahu {
    color: #ffffff;
    background-color: #7A1E1E;
    border-color: #7A1E1E;
}

.btn-cari-tahu:hover,
.btn-cari-tahu:focus {
    color: #ffffff;
    background-color: #941F1F;
    border-color: #941F1F;
}

@media (max-width: 767px) {
    .hero-content {
        padding: 2rem 1rem;
        text-align: center;
    }

    .hero-title {
        font-size: 2.7rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-caption {
        margin-top: 1.5rem;
    }
}

#founder .card,
#podbus .card {
    background: linear-gradient(90deg, #2D878F, #0B544D);
    color: white;
}

#founder .btn {
    border-radius: 0.5rem;
    font-weight: 600;
    --bs-btn-border-color: white;
    --bs-btn-color: white;
}

#faq .accordion-button {
    background: none;
    box-shadow: none;
    font-size: 0.95rem;
    text-transform: uppercase;
}

#faq .accordion-button::after {
    transform: rotate(0deg);
    transition: transform 0.2s;
}

#faq .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

#logo-about-karnus {
    width: 50% !important;
}

#logo-tell-the-truth {
    width: 25% !important;
}

.mb-sm-5 {
    margin-bottom: 0 !important;
}

.dokter-thumb {
    max-height: 336px;
    object-fit: cover;
}

.milestone-wrapper {
    background: linear-gradient(90deg, #2D878F, #0B544D);
    padding: 2rem;
    border-radius: 1rem;
}

.milestone-wrapper .card {
    background-color: transparent;
}

.milestone-wrapper img {
    border-radius: 0.5rem;
    max-height: 160px;
    object-fit: cover;
    width: 100%;
}

.rotate-90 {
    transform: rotate(90deg);
}

/* #faq .accordion-button {
            color: #2d878f !important;
        } */

.banner2 {
    font-size: 3rem !important;
}

.banner3 {
    font-size: 5rem !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-item h1 {
        font-size: 5rem;
    }

    .carousel-item p {
        font-size: 2.7rem;
    }

    .banner2 {
        font-size: 5rem !important;
    }

    .banner3 {
        font-size: 5rem !important;
    }
}

@media (max-width: 767px) {

    #logo-about-karnus,
    #logo-tell-the-truth,
    #footer-closing {
        width: 100% !important;
    }

    .text-center-mobile {
        text-align: center !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .banner2 {
        font-size: 2.5rem !important;
    }

    .banner3 {
        font-size: 3rem !important;
    }

}

@media (max-width: 360px) {
    .banner3 {
        font-size: 2.5rem !important;
    }

    .banner3sub {
        font-size: 1rem !important;
    }
}