@media (max-width: 1050px) {

    .hero-container {
        grid-template-columns: 1fr .85fr;
        gap: 35px;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .quick-services .section-container {
        grid-template-columns: repeat(2,1fr);
    }

    .features-grid,
    .steps-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .footer-container {
        grid-template-columns: repeat(2,1fr);
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 800px) {

    body {
        padding-bottom: 76px;
    }

    .header-container {
        height: 68px;
    }

    .main-nav {
        display: none;
    }

    .mobile-menu-btn {
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border-radius: 10px;
        background: #fff3e8;
        color: #ff6b00;
        font-size: 18px;
    }

    .hero-section {
        padding-top: 105px;
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-content h1 {
        font-size: 45px;
    }

    .hero-content > p {
        max-width: 620px;
    }

    .location-status {
        text-align: left;
    }

    .hero-visual {
        margin-top: 15px;
    }

    .hero-card {
        max-width: 500px;
    }

    .user-grid {
        grid-template-columns: 1fr;
    }

    .user-card {
        text-align: center;
    }

    .user-card-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .install-content {
        flex-wrap: wrap;
    }

    .install-btn {
        width: 100%;
    }


    /* =====================================
       MOBILE BOTTOM NAVBAR
    ====================================== */

    .mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;

        height: 70px;

        display: flex;
        align-items: center;
        justify-content: space-around;

        padding: 6px 7px 7px;

        background: rgba(255,255,255,.98);

        border-top: 1px solid #e9e9e9;

        box-shadow: 0 -8px 30px rgba(0,0,0,.10);

        backdrop-filter: blur(15px);

        z-index: 2500;
    }

    .bottom-nav-item {
        min-width: 55px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 3px;

        color: #777;

        font-size: 10px;
        font-weight: 600;

        transition: .25s;
    }

    .bottom-nav-item i {
        font-size: 18px;
    }

    .bottom-nav-item.active {
        color: #ff6b00;
    }

    .bottom-nav-item:hover {
        color: #ff6b00;
    }


    /* CENTER BUTTON */

    .bottom-book-btn {
        margin-top: -25px;
    }

    .bottom-book-icon {
        width: 54px;
        height: 54px;

        display: grid;
        place-items: center;

        border-radius: 50%;

        background: #ff6b00;
        color: white;

        border: 5px solid white;

        box-shadow:
            0 7px 20px rgba(255,107,0,.35);
    }

    .bottom-book-icon i {
        font-size: 19px;
    }

    .bottom-book-btn span {
        color: #ff6b00;
        font-weight: 700;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .section-container,
    .header-container,
    .hero-container,
    .footer-container {
        width: 94%;
    }

    .logo {
        width: 41px;
        height: 41px;
    }

    .logo-text h2 {
        font-size: 17px;
    }

    .logo-text span {
        font-size: 8px;
    }

    .hero-section {
        padding: 105px 0 55px;
    }

    .hero-content h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .hero-content > p {
        font-size: 14px;
    }

    .hero-buttons {
        width: 100%;
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
    }

    .location-status {
        width: 100%;
    }

    .hero-card {
        padding: 7px;
        border-radius: 22px;
    }

    .hero-map {
        height: 360px;
        border-radius: 17px;
    }

    .ride-preview-card {
        left: 17px;
        right: 17px;
        bottom: 17px;
    }

    .quick-services {
        padding: 45px 0 65px;
    }

    .quick-services .section-container {
        grid-template-columns: 1fr;
    }

    .features-section,
    .how-section,
    .user-section {
        padding: 70px 0;
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .section-heading h2 {
        font-size: 29px;
    }

    .section-heading p {
        font-size: 13px;
    }

    .features-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .feature-card,
    .step-card,
    .user-card {
        padding: 24px;
    }

    .install-section {
        padding: 50px 0;
    }

    .install-content {
        display: block;
        text-align: center;
    }

    .install-icon {
        margin: 0 auto 18px;
    }

    .install-content h2 {
        font-size: 21px;
    }

    .install-content p {
        margin-bottom: 20px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 35px 20px;
        padding: 50px 0;
    }

    .footer-brand {
        grid-column: 1 / -1;
        text-align: center;
    }

    .footer-brand img {
        margin: auto;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-map {
        height: 330px;
    }

    .bottom-nav-item {
        min-width: 48px;
        font-size: 9px;
    }

    .bottom-nav-item i {
        font-size: 16px;
    }

    .bottom-book-icon {
        width: 49px;
        height: 49px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


/* =========================================
   LOGIN RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .auth-wrapper {
        grid-template-columns: 1fr;

        max-width: 550px;

        gap: 35px;
    }


    .auth-info {
        text-align: center;
    }


    .auth-info h1 {
        margin-left: auto;
        margin-right: auto;

        font-size: 42px;
    }


    .auth-info > p {
        margin-left: auto;
        margin-right: auto;
    }


    .auth-features {
        justify-content: center;
    }

}


@media (max-width: 600px) {

    .auth-main {
        padding: 95px 0 35px;
    }


    .auth-wrapper {
        width: 94%;
    }


    .auth-info h1 {
        font-size: 34px;
    }


    .auth-info > p {
        font-size: 13px;
    }


    .auth-features {
        display: grid;

        grid-template-columns:
            repeat(3,1fr);

        gap: 6px;
    }


    .auth-features div {
        justify-content: center;

        padding: 9px 5px;

        font-size: 9px;
    }


    .auth-card {
        padding: 22px 17px;

        border-radius: 20px;
    }


    .account-tab {
        font-size: 11px;
    }


    .otp-inputs {
        gap: 5px;
    }


    .otp-input {
        height: 43px;

        font-size: 16px;
    }


    .auth-back-btn {
        padding: 8px 10px;

        font-size: 11px;
    }

}


@media (max-width: 380px) {

    .auth-info h1 {
        font-size: 30px;
    }


    .auth-features div {
        font-size: 8px;
    }


    .auth-card {
        padding: 20px 14px;
    }


    .otp-input {
        height: 40px;
    }

}