html, body {
    overflow-x: hidden;
    max-width: 100%;
}
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #0f172a;
    color: #f1f5f9;
    overflow-x: hidden !important;
 

    height: 100%;
}



nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    background: #021d6d;
    border-bottom: 1px solid #1e293b;
    position: relative;
    z-index: 100;
}

.logo {
    font-family: 'Orbitron', monospace, Arial;
    font-size: 1.1rem;
    color: #4fa3ff;
    letter-spacing: 3px;
    font-weight: 700;
}

.nav-links {
    display: flex;
    gap: 12px;
    align-items: center;
}

.nav-btn {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    padding: 7px 20px;
    background: linear-gradient(to bottom, #1a00ff, #0d0080);
    border-radius: 12px;
    border: 1px solid #0a0060;
    box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    transition: opacity 0.2s, transform 0.1s;
    white-space: nowrap;
}

.nav-btn:hover {
    opacity: 0.85;
}

.nav-btn:active {
    transform: scale(0.97);
}

/* ── HAMBURGER ── */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: 1px solid #1e3a5f;
    border-radius: 8px;
    transition: border-color 0.2s;
}

.hamburger:hover {
    border-color: #4fa3ff;
}

.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ── MOBILE MENU ── */
.mobile-menu {
    background: #111827;
    border-bottom: 1px solid #1e293b;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease, padding 0.35s ease;
    display: flex;
    flex-direction: column;
}

.mobile-menu.open {
    max-height: 300px;
    padding: 12px 0;
}

.mobile-menu .nav-btn {
    margin: 5px 20px;
    text-align: center;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    background: #0f172a;

}

.headerfix {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -9%;

}


.headerImg {
    width: 33%;
    position: absolute;
    left: 0%;
    z-index: 1;
    margin-top: 2.7%;
}

.headerImg2 {
    width: 33%;
    position: absolute;
    left: 33%;
    margin-top: 2.7%;
    z-index: 1;

}

.headerImg3 {
    width: 33%;
    position: absolute;
    left: 66%;
    margin-top: 2.7%;
    z-index: 1;
}


.login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #151B2A;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 0px 40px 0px #0000FF;
    filter: drop-shadow(0px 0px 40px #0000FF);
    font-size: 15px;
}

.login-button2 {
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: white;
    padding: 7px 25px;
    background: linear-gradient(to bottom, #1a00ff, #0d0080);
    border-radius: 15px;
    border: 1px solid #0a0060;
    box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
}

.review1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 30%;
    transform: translate(-50%, -50%);
    background-color: #151B2A;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 0px 40px 0px #0000FF;
    filter: drop-shadow(0px 0px 40px #0000FF);
    font-size: 15px;
}

.review2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 140%;
    left: 50%;
    width: 30%;
    transform: translate(-50%, -50%);
    background-color: #151B2A;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 0px 40px 0px #0000FF;
    filter: drop-shadow(0px 0px 40px #0000FF);
    font-size: 15px;
}

.review3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 180%;
    left: 50%;
    width: 30%;
    transform: translate(-50%, -50%);
    background-color: #151B2A;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 0px 40px 0px #0000FF;
    filter: drop-shadow(0px 0px 40px #0000FF);
    font-size: 15px;
}

.footerImg {
    width: 33%;
    position: absolute;
    left: 0%;
    margin-top: 5%;
    top: 182%;
}

.footerImg2 {
    width: 33%;
    position: absolute;
    left: 33%;
    margin-top: 5%;
    top: 182%;

}

.footerImg3 {
    width: 33%;
    position: absolute;
    left: 66%;
    margin-top: 5%;
    top: 182%;
}



@media screen and (max-width: 1100px) {
    .login {
        width: 80%;
    }

    .review1,
    .review2,
    .review3 {
        width: 60%;
    }

    body {
        overflow-x: hidden;
    }

}

@media (max-width: 800px) {
    .nav-links {
        display: none;
    }

    .hamburger {
        display: flex;
    }
        body {
        overflow-x: hidden;
    }
    .footerImg {
        margin-top: 20%;

    }
    .footerImg2 {
        margin-top: 20%;
    }
    .footerImg3 {
        margin-top: 20%;
    }
    
}

@media screen and (max-width: 700px) {
    .login {
        width: 80%;
        margin-bottom: 20%;
    }

    .allReviews {
        width: 40%;
        display: flex;
        flex-direction: column;
        margin-top: 90%;
    }
        body {
        overflow-x: hidden;
    }
}
@media screen and (max-width: 600px) {
    .login {
        width: 80%;
        margin-bottom: 20%;
    }
    .review1, .review2, .review3 {
        width: 80%;
        margin-top: 20%;
    }
        body {
        overflow-x: hidden;
    }
        .footerImg {
        margin-top: 50%;

    }
    .footerImg2 {
        margin-top: 50%;
    }
    .footerImg3 {
        margin-top: 50%;
    }
}
@media screen and (max-width: 400px) {
    .login {
        width: 80%;
        margin-bottom: 90%;
        margin-top: 40%;
    }
    .review1 {
        width: 80%;
        margin-top: 80%;
        width: 60%;
    }
    .review2 {
        margin-top: 120%;
        width: 60%;
    }
    .review3 {
        margin-top: 150%;
        margin-bottom: 20%;
        width: 60%;
    }
        body {
        overflow-x: hidden;
    }

        .footerImg {
        margin-top: 200%;

    }
    .footerImg2 {
        margin-top: 200%;
    }
    .footerImg3 {
        margin-top: 200%;
    }
}