.azo-sans-black {
    font-family: 'Azo Sans Black', Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.azo-sans-regular {
    font-family: 'Azo Sans Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.why {
    text-align: center;
    font-size: 2.8em;
    font-weight: 900;
    margin: 32px 0 0 0;
    letter-spacing: 1px;
    color: #16232c;
    line-height: 1.1;
}
.why .color {
    display: block;
    color: #2196f3;
    font-size: 1em;
    font-weight: 900;
    margin-top: 0px;
    letter-spacing: 2px;
}
.material-symbols-outlined {
    color: #fff !important;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ninja1 {
    position: absolute;
    top: 585px;
    left: -250px;
}

.ninja2 {
    position: absolute;
    top: 575px;
    right: 150px;
}

h2 {
    position: absolute;
    top: 750px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.5em;
    color: #000000 !important;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}

.offer {
    position: absolute;
    top: 1800px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1em;
    letter-spacing: 1.4px;
    line-height: 1.6;
    max-width: 700px;
    color: #187abf !important;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    }

.year {
    position: absolute;
    top: 1805px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 56px;
    letter-spacing: 1.4px;
    line-height: 1.6;
    max-width: 850px;
    font-weight: 900;
}

.paragraph {
    position: absolute;
    top: 900px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9em;
    letter-spacing: 1.4px;
    line-height: 1.6;
    max-width: 700px;
    color: #0e2937 !important;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
}

iframe {
    position: absolute;
    top: 1250px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}

.text {
    position: absolute;
    top: 1175px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    letter-spacing: 1.4px;
    line-height: 24px;
    max-width: 360px;
    color: #506690 !important;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

.logo-row {
    position: absolute;
    top: 1075px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.logo-img {
    height: auto;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) contrast(0.8);
    opacity: 0.7;
    margin: 30px;
    padding: 0;
}

.color {
    color: #187abf !important;
}

.location-text {
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
}

.center-empower {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px 0;
    background: linear-gradient(90deg, #0338c9 0%, #00bcd4 100%);
    border-radius: 32px;
    padding: 100px 0;
    position: relative;
}
.center-empower img {
    display: block;
    margin: 0 auto;
    background: transparent;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}
.center-empower img {
    background: transparent;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}
.center-empower {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}
.find-location-text {
    margin-left: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #0edb3b;
    color: #fff !important;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
    box-shadow: 0 2px 8px rgba(243, 241, 241, 0.1);
    position: relative;
}
.find-location-text::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: -20px;
}
.find-location-text:hover {
    background: #00bcd4;
    color: #222;
}
.dropdown {
    position: relative;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 280px;
    z-index: 100;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li {
    padding: 8px 20px;
    color: #444;
    font-weight: bold;
    cursor: pointer;
}
.dropdown-menu li:hover {
    background: #f0f0f0;
}
.dropdown-menu li.create:hover {
    color: #0338c9 !important;
}
.dropdown-menu li.jr:hover {
    color: #a259e6 !important;
}
.dropdown-menu li.camps:hover {
    color: #0edb3b !important;
}
.dropdown-menu li.programs:hover {
    color: #0338c9 !important;
}
html {
    background-color: white;
}

img {
    display: inline-block;
    margin-left: 275px;
    margin-bottom: 200px;
}

.header-row {
    display: flex;
    align-items: center;
}

.header-logo img {
    margin-left: 275px;
    margin-bottom: 35px;
    width: 180px;
    height: auto;
    cursor: pointer;
}

.hamburger-menu {
    display: flex;
    gap: 35px;
    list-style: none;
    margin-left: 585px;
    padding: 0;
}
.hamburger-menu li {
    font-size: 1.1em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #496b84;
    cursor: pointer;
    transition: color 0.2s;
}
.hamburger-menu li:hover {
    color: #0338c9;
}
