/* === Global HTML & Body Styles === */
html,
body {
    height: 100%;
    width: 100%;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
    touch-action: pan-x pan-y;
}

body {
    margin: 0;
    padding: 0;
    background-color: #263c55;
    font-family: "IBM Plex Sans",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        sans-serif;
    font-weight: 400;
    line-height: 1.47;
    font-size: 1rem;
    color: #747c84;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

.right-img-bg {
    background-image: url('images/happy-moments.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px;
    background-color: #9F2A1E;
}

.banner-row {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.banner-image {
    max-height: 100%;
}



.banner-supporting {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.04em;
}

.banner-dreams {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 0.95;
}

.banner-through {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.banner-education {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 0.95;
}

.extra-large-text {
    font-size: clamp(2rem, 5vw, 5rem);
    font-weight: 700;
}

@media (min-width: 830px) {
    .right-img-bg {
        min-height: 350px;
    }



    .banner-supporting {
        font-size: 3.1rem;
    }

    .banner-dreams {
        font-size: 4.6rem;
    }

    .banner-through {
        font-size: 2.0rem;
    }

    .banner-education {
        font-size: 3.5rem;
    }
}

@media (min-width: 950px) {
    .right-img-bg {
        min-height: 400px;
    }



    .banner-supporting {
        font-size: 3.1rem;
    }

    .banner-dreams {
        font-size: 4.6rem;
    }

    .banner-through {
        font-size: 2.0rem;
    }

    .banner-education {
        font-size: 3.5rem;
    }
}

@media (min-width: 1070px) {
    .right-img-bg {
        min-height: 450px;
    }



    .banner-supporting {
        font-size: 3.1rem;
    }

    .banner-dreams {
        font-size: 4.6rem;
    }

    .banner-through {
        font-size: 2.0rem;
    }

    .banner-education {
        font-size: 3.5rem;
    }
}

@media (min-width: 1200px) {
    .right-img-bg {
        min-height: 500px;
    }



    .banner-supporting {
        font-size: 3.1rem;
    }

    .banner-dreams {
        font-size: 4.6rem;
    }

    .banner-through {
        font-size: 2.0rem;
    }

    .banner-education {
        font-size: 3.5rem;
    }
}




.left-red-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    padding: 48px 32px 48px 32px;
    color: #fff;
    font-family: 'IBM Plex Sans', 'Segoe UI', Arial, sans-serif;
    gap: 0px;
}



.left-red-block {
    background: #9F2A1E;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu {
    font-size: 1.15rem;
}

.dropdown-menu .dropdown-item {
    transition: background 0.2s;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #e6ecf3;
    color: #263c55;
}

.menu-burger {
    color: inherit !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* Remove Bootstrap dropdown arrow from burger */
.menu-burger.dropdown-toggle::after {
    display: none !important;
}

.menu-block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}

.menu-links {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    transition: none;
}

.menu-item {
    text-decoration: none !important;
    color: inherit;
    white-space: nowrap;
    transition: color 0.2s;
    font-weight: 700;
    font-size: 1.15rem;
}

.menu-item:hover {
    color: #263c55;
}

.menu-burger {
    font-size: 2rem;
    cursor: pointer;
    background: none;
    border: none;
    color: inherit;
    padding: 0 8px;
    z-index: 1002;
}


.menu-block {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.menu-block .menu-item {
    text-decoration: none !important;
    color: inherit;
    white-space: nowrap;
    transition: color 0.2s;
    font-weight: 450;
    font-size: 1.10rem;
}

.menu-block .menu-item:hover {
    color: #263c55;
}


.outer-container {
    max-width: 1400px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    background-color: #f4f4f4;
    padding: 0;
    border: none;
}

.header-block {
    height: auto;
    min-height: 100px;
    width: 100%;
}