.bg-primary {
    background-color: #2c3c4b !important;
}

.text-primary {
    color: #2c3c4b !important;
}

.btn-primary {
    background-color: #2c3c4b !important;
    border-color: #2c3c4b !important;
}

.btn-primary:hover {
    background-color: #3b4e5f !important;
    border-color: #3b4e5f !important;
}

.logo {
    height: 88px !important;
    width: auto;
}

body {
    font-family: "Segoe UI", sans-serif;
}

.topbar {
    background: #fee50f;
    font-size: 14px;
    padding: 4px 0;
}

.navbar-brand img {
    height: 40px;
}

.layanan-icon img {
    width: 60px;
    height: 60px;
}

.layanan-item {
    text-align: center;
    padding: 1rem;
}

.layanan-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.layanan-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
}

.layanan-container > div {
    flex: 0 0 auto;
    text-align: center;
}

.layanan-scroll::-webkit-scrollbar {
    display: none;
}

.section-title {
    font-weight: bold;
    border-bottom: 3px solid #fee50f;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.media-title {
    font-size: 16px;
    font-weight: bold;
}

.custom-carousel .carousel-item {
    display: flex;
    justify-content: center;
}

.card-title {
    font-size: 1rem;
    font-weight: bold;
}

.carousel-control-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 24px;
    background-color: white;
    color: #333;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

@media (max-width: 480px) {
    .logo {
        height: 64px !important;
        width: auto;
    }
}

/* material design khusus disini! */
@media (min-width: 821px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
}

/* max width xxxl */
.max-xxxl{
    width: 100%;
    /* object di tengah seperti class container di bootstrap */
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}
