hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.active-nav-link {
    font-weight: bold;
    color: #ffcc00;
}

.active-nav-item {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.active-nav-link::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    border-radius: 50%;
    margin-left: 4px;
    vertical-align: middle;
}


#navbar .font-bold {
    font-size: 24px;
    color: #ffe066;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 8px;
}

.nav-link {
    color: #ffffff;
}

.nav-link.active {
    font-weight: bold;
}

.active {
    font-weight: bold;
}

section {
    max-width: 800px; /* Adjust the value as per your preference */
    margin: 0 auto; /* Center the sections horizontally */
    padding: 20px; /* Add padding around each section */
    min-height: calc(100vh - 80px);
}

.contact-section {
    min-height: 400px; /* Adjust the value as needed */
}