body {
    padding-top: 0;
    background-color: #f0f0f0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/* Navbar */
.navbar {
    z-index: 1030;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    width: 48px;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.75rem 1rem;
    color: #333333;
}

.navbar-nav .nav-link:hover {
    color: #007bff;
}

.navbar-toggler {
    transition: transform 0.3s ease;
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%28255, 255, 255, 0.5%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22" /%3E%3C/svg%3E');
}

.navbar-toggler.collapsed {
    transform: rotate(0deg);
}

.navbar-toggler:not(.collapsed) {
    transform: rotate(90deg);
}

.dropdown-menu {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    display: none;
}

.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    display: block;
}

.btn-outline-primary {
    border: 2px solid #007bff;
    color: #007bff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: #007bff;
    color: #ffffff;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

/* Landing Page */
#hero {
    background-image: url("../assets/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 500px;
}

.status-link {
    text-align: center;
    margin-top: 20px;
}

.status-link a {
    text-decoration: none;
    color: #007bff;
}

.status-link a:hover {
    text-decoration: underline;
}

/* Header */
#header-section {
    background: url("../assets/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

/* #psf {
    padding: 2rem 0;
}

#psf .text-center {
    text-align: center;
}

#psf .container h1,
#psf .container h3 {
    margin-bottom: 1rem;
} */

/* .home-card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-card-img-top {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #e9ecef;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
} */

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.card {
    margin: 20px 0;
}

.card-img-top {
    object-fit: cover;
    height: 200px; /* Atur sesuai kebutuhan */
}

.home-card-img-top img {
    object-fit: cover;
    width: 100%;
    height: 200px; /* Atur sesuai kebutuhan */
}

img.img-fluid {
    max-width: 100%;
    height: auto;
}

.center-card {
    display: flex;
    justify-content: center;
}

/* #psf {
    padding: 2rem 0;
}

#psf .text-center {
    text-align: center;
}

#psf .container h1,
#psf .container h3 {
    margin-bottom: 1rem;
} */

/* .home-card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-card-img-top {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #e9ecef;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
} */

/* Lomba */
