body {
    background: linear-gradient(to bottom, #0089E4, #89DBFF);
    min-height: 100vh;
    margin: 0px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; 
    user-select: none;
    -webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none; 
}

html {
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

html::-webkit-scrollbar {
    display: none;
}

/* Background decorations container */
.bg-decorations {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

/* Cash icons positioning */
.bg-cash-1 {
    position: absolute;
    top: -1vh;
    left: 20vw;
    width: clamp(40px, 8vw, 80px);
    height: auto;
    transform: rotate(-15deg);
}

.bg-cash-2 {
    position: absolute;
    top: 3vh;
    left: 45%;
    width: clamp(35px, 6vw, 60px);
    height: auto;
    /* transform: rotate(25deg); */
}

.bg-cash-3 {
    position: absolute;
    top: 0vh;
    right: 25vw;
    height: auto;
    width: clamp(80px, 20vw, 200px);
    filter: blur(3px);
    opacity: 0.8;
}

/* Hot air balloon */
.bg-balloon {
    position: absolute;
    top: 40vh;
    left: 12vw;
    width: clamp(100px, 15vw, 143px);
    height: auto;
    aspect-ratio: 143/205;
}

/* Cloud next to balloon */
.bg-balloon-cloud {
    position: absolute;
    top: 45vh;
    left: 0vw;
    width: clamp(120px, 25vw, 200px);
    height: auto;
    opacity: 0.8;
    transform: rotate(-5deg);
}

/* Airplane */
.bg-airplane {
    position: absolute;
    top: 60%;
    right: 0vw;
    width: 25rem;
    height: auto;
    z-index: 10000;
}

.bg-airplane-smoke {
    position: absolute;
    top: 48%;
    right: 0vw;
    width: clamp(150px, 30vw, 264px);
    height: auto;
    transform: translateX(50px);
}

.bg-cloud-2 {
    position: absolute;
    top: 18vh;
    right: 0vw;
    width: clamp(80px, 16vw, 200px);
    height: auto;
}

/* Map pieces */
.bg-map-1 {
    position: absolute;
    bottom: 0vh;
    left: 5vw;
    width: clamp(60px, 12vw, 150px);
    height: auto;
    opacity: 0.8;
}

.bg-map-2 {
    position: absolute;
    bottom: 0vh;
    right: 2vw;
    width: clamp(70px, 14vw, 180px);
    height: auto;
    /* transform: rotate(-15deg); */
    opacity: 0.7;
}

/* Navbar styling */
.navbar {
    position: relative;
    z-index: 10;
    background: transparent;
    padding: 1rem 0;
}

.navbar-brand img {
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: clamp(28px, 5vw, 36px);
}

/* Brand text styling */
.brand-text {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 2.5vw, 16px);
    line-height: 90%;
    letter-spacing: 0%;
    margin-left: 2px;
    color: #FFFFFF !important;
}

/* Custom navigation links styling */
.custom-nav-link {
    font-family: 'Nunito', sans-serif !important;
    font-weight: 600 !important;
    font-size: clamp(14px, 2vw, 16px) !important;
    line-height: 90% !important;
    letter-spacing: 0% !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    padding: 0.5rem 1rem !important;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.custom-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.custom-nav-link.active {
    background-color: white;
    color: #0C90E6 !important;
    border-radius: 25px;
    padding: 8px 18px;
}

/* Ensure proper alignment */
.navbar-brand {
    display: flex !important;
    align-items: center !important;
}

/* Ensure navbar items stay on same line */
.navbar-nav {
    flex-direction: row !important;
    position: relative;
}

.nav-item {
    margin-left: clamp(5px, 1vw, 10px);
}

/* Content area */
.container, .container-fluid {
    position: relative;
    z-index: 2;
}

@media (max-width: 480px) {
    .bg-cash-1 {
        top: 0;
        left: 15vw;
        width: clamp(30px, 10vw, 50px);
        transform: rotate(0deg);
    }

    .bg-cash-2 {
        top: 7vh;
    }

    .bg-cash-3 {
        position: absolute;
        top: 0vh;
        right: -12vw;
        height: auto;
        width: clamp(80px, 35vw, 200px);
        filter: blur(3px);
        opacity: 0.8;
    }

    .bg-balloon-cloud {
        position: absolute;
        top: 67vh;
        left: 0vw;
        width: clamp(10rem, 25vw, 200px);
        height: auto;
        opacity: 0.8;
        transform: rotate(0deg);
    }

    .bg-balloon {
        position: absolute;
        top: 18vh;
        left: 12vw;
        width: clamp(100px, 15vw, 143px);
        height: auto;
        aspect-ratio: 143 / 205;
    }

    .bg-cloud-2 {
        position: absolute;
        top: 10vh;
        right: 0vw;
        width: clamp(10rem, 16vw, 200px);
        height: auto;
    }

    .bg-airplane, .bg-airplane-smoke {
        display: none;
    }
}

@media (max-width: 780px) and (min-width: 481px) {
    .bg-cash-3 {
        position: absolute;
        top: 0vh;
        right: 0vw;
        height: auto;
        width: clamp(10rem, 20vw, 200px);
        filter: blur(3px);
        opacity: 0.8;
    }

    .bg-airplane {
        width: 13rem;
        top: 70%;
    }

    .bg-cloud-2 {
        position: absolute;
        top: 6vh;
        right: 0vw;
        width: clamp(80px, 21vw, 200px);
        height: auto;
    }

    .bg-balloon-cloud {
        position: absolute;
        top: 67vh;
        left: 0vw;
        width: clamp(120px, 25vw, 200px);
        height: auto;
        opacity: 0.8;
        transform: rotate(0deg);
    }
}