:root {
    --vsu-darkest-green: #0a150b;
    --vsu-darker-green: #0d1c0e;
    --vsu-dark-green: #17321a;
    --vsu-green: #146939;
    --vsu-light-green: #00954f;
    --vsu-dark-yellow: #c19625;
    --vsu-golden-yellow: #fdc530;
    --vsu-corn-yellow: #fcd83d;
    --vsu-yellow: #ffe800;

    --vsu-dark-green-rgb: 23, 50, 26;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

.navbar-custom .nav-link {
    color: #ccc;
    position: relative;
    padding: 10px 15px;
    transition: all 0.3s ease;
}
.navbar-custom .nav-link.active,
.navbar-custom .nav-link:hover {
    color: #fff;
}
.navbar-custom .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--vsu-yellow);
    border-radius: 2px;
}
.navbar {
    transition: background-color 0.3s ease;
}

.glass {
    background-color: rgba(0, 0, 0, 0); /* opaque dark */
    backdrop-filter: blur(8px);
}

.transparent {
    background-color: rgba(0, 0, 0, 0) !important; /* opaque dark */
}

.bg-darkest-green {
    background-color: var(--vsu-darkest-green);
}

.bg-darker-green {
    background-color: var(--vsu-darker-green);
}

.bg-dark-green {
    background-color: var(--vsu-dark-green);
}

.bg-green {
    background-color: var(--vsu-green);
}

.bg-light-green {
    background-color: var(--vsu-light-green);
}

.bg-dark-yellow {
    background-color: var(--vsu-dark-yellow) !important;
}

.bg-golden-yellow {
    background-color: var(--vsu-golden-yellow) !important;
}

.bg-corn-yellow {
    background-color: var(--vsu-corn-yellow);
}

.bg-yellow {
    background-color: var(--vsu-yellow);
}

.bg-regular {
    background-color: #e3e7e5;
}

.bg-black {
    background-color: black;
}

.bg-white {
    background-color: #ffffff;
}

.bg-green-gradient {
    background: linear-gradient(180deg, #17321a 50%, white 50%);
}

.text-vsu-dark-green {
    color: var(--vsu-dark-green) !important;
}

.text-vsu-golden-yellow {
    color: var(--vsu-golden-yellow) !important;
}

.margin-x-20 {
    margin-left: 20% !important;
    margin-right: 20% !important;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.content-with-bg {
    /* Set your background image */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.content-with-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.8); */
    z-index: -1;
}

.background-color-1::before {
    background-color: rgba(0, 0, 0, 0.1);
}

.background-color-2::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.background-color-3::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.background-color-4::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.background-color-5::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.background-color-6::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.background-color-7::before {
    background-color: rgba(0, 0, 0, 0.7);
}

.background-color-8::before {
    background-color: rgba(0, 0, 0, 0.8);
}

.background-color-9::before {
    background-color: rgba(0, 0, 0, 0.9);
}

.background-color-10::before {
    background-color: rgba(0, 0, 0, 1.0);
}

.bg-color-transparency-5::before {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.content-with-bg h1,
.content-with-bg p {
    color: white;
}

.div-with-bg-image {
    /* Set your background image */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.spacer-t-80 {
    padding-top: 80px;
}

.spacer-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.spacer-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.spacer-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.spacer-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.spacer-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.display-7 {
    font-size: 2rem !important;
}

.display-8 {
    font-size: 1.5rem !important;
}

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

.display-10 {
    font-size: 0.5rem !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-12 {
    font-size: 12px;
}

.parisienne-regular {
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
}

.zoom-in-1-1 {
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative; /* required for z-index */
    z-index: 0; /* base layer */
}

.zoom-in-1-1:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* smooth shadow behind */
    z-index: 1; /* lift it above other elements slightly */
}

.zoom-up {
    transition: transform 0.2s;
    margin: 0 auto;
}

.zoom-up:hover {
    transform: translateY(-10px);
    z-index: 1;
}

.move-right {
    transition: transform 0.2s;
    margin: 0 auto;
}

.move-right:hover {
    transform: translateX(+10px);
    z-index: 1;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--vsu-golden-yellow);
}

.link.active,
.navbar-nav .nav-link.show {
    color: var(--vsu-corn-yellow) !important;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--vsu-corn-yellow) !important;
}

.dropdown-menu {
    background-color: rgba(var(--vsu-dark-green-rgb), 0.7) !important;
    backdrop-filter: blur(20px) !important;
    padding: 0px !important;
}

.dropdown-menu .dropdown-item {
    color: white;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-60 {
    opacity: 0.7;
}

.opacity-80 {
    opacity: 0.8;
}

.navbar-toggler {
    border-color: #ffffff; /* Yellow/Gold color for the outline */
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.fullscreen {
    position: fixed;
    /* Height and width fallback for older browsers. */
    height: 100%;
    width: 100%;

    /* Set the height to match that of the viewport. */
    height: 100vh;

    /* Set the width to match that of the viewport. */
    width: 100vw;

    /* Remove any browser-default margins. */
    margin: 0;
}

.circle-image {
    border-radius: 50%;
}
