
@media (max-width: 1440px) {
.fuel-section {
    padding: 70px 0;
    margin-top: -20px;
}
.player-img {
    height: 600px;
}
.hero-wrapper {
    position: relative;
}
.player-img {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 0;
}
.container{
    overflow: hidden;
}
.fuel-navigation {
    display: flex;
    gap: 20px;
}
}
@media (max-width:1170px) {
    .fuel-navigation a {
        font-size: 12px;
        font-weight: 600;
    }

    .fuel-megamenu-wrapper {
        width: 800px;
    }

    .fuel-megamenu-image-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .fuel-megamenu-image-bg {
        width: 100%;
        height: 100%;
    }
}


@media (max-width:992px) {
    .fuel-content {
        flex-direction: column;
        text-align: center;
    }

    .fuel-description {
        margin: 0 auto;
    }

    .fuel-image-box {
        margin-top: 40px;
    }

    .fuel-benefits-fuel-wrapper {
        flex-direction: column;
    }

    .h2,
    h2 {
        font-size: 35px;
    }

    .elevate-fuel-wrapper {
        flex-direction: column-reverse;
    }

    .elevate-fuel-wrapper {
        flex-direction: column-reverse;
    }

    .meal-fuel-fuel-inner-wrapper .meal-fuel-fuel-inner-item {
        flex: 0 0 auto;
        width: 100%;
    }

    .fuel-wave-section {
        background-size: cover;
    }

    .hero-wrapper {
        position: relative;
    }

    .player-img {
        z-index: 0;
    }

    .hero-sec {
        padding: 80px 0 0;
        min-height: 700px;
    }

    .hero-wrapper>h1 {
        font-size: 55px;
    }
    .fuel-navigation {
    display: flex;
    gap: 12px;
}
.fuel-header-logo img {
    height: 25px;
}
.fuel-navigation a {
    font-size: 12px;
}
.fuel-header-button a {
    background: #cfff1a;
    padding: 10px 10px;
    font-size: 13px;
}
}


@media (max-width:768px) {
    .fuel-card {
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .fuel-left {
        width: 100%;
    }

    .h2,
    h2 {
        font-size: 28px;
    }

    p {
        font-size: 22px;
        line-height: 1.2;
    }

    .fuel-description {
        font-size: 18px;
    }

    .fuel-header {
        margin-bottom: 40px;
    }

    .fuel-benefits-fuel-wrapper {
        gap: 30px;
    }
        .testimonial-review{
        padding:60px 15px;
    }
    .testimonial-review h2{
        font-size:26px;
    }
        .inner-banner {
        height: 300px;
    }

    .inner-banner-content h1 {
        font-size: 26px;
    }

    .inner-banner-content p {
        font-size: 14px;
    }
}

/* MOBILE STYLES */
@media(max-width: 767px) {
body.menu-open:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        /* Blur effect */
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        /* Optional dark transparent layer */
        background: rgb(11 20 45 / 77%);
    }

    body.menu-open {
        position: relative;
    }
    .contact-block a {
    font-size: 18px;
    line-height: 32.26px;

}
.footer__brand p {
    font-size: 18px;
    line-height: 24.26px;

}
.footer {
    padding: 50px 0 20px;
}

    .fuel-megamenu-wrapper.mobile-open ul li a {
        padding: 0;
        justify-content: flex-start;
        gap: 15px;
}
    .mobile-menu-toggle {
        display: block;
    }

    body.menu-open {
        overflow: hidden;
    }

    .fuel-header-button.fuel-header-button-mobile {
        display: block;
    }

    .fuel-header-button {
        display: none;
    }

    .fuel-header-inner {
        flex-wrap: wrap;
    }

    .fuel-navigation {
        flex-direction: column;
        gap: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        position: absolute;
        top: 54px;
        left: 0;
        right: 0;
        background: linear-gradient(90deg, #0b1b5c, #1d3aa6);
        z-index: 999;
    }

    .fuel-navigation.mobile-open {
        max-height: 1000px;
    }

    .fuel-nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .fuel-nav-item a {
        padding: 16px 15px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .fuel-navigation a {
        gap: 0;
    }

    .fuel-megamenu-item:first-child {
        border-top: 1px solid #00000036;
    }

    /* html:has(body.menu-open) {
        overflow: hidden;
    } */


    .fuel-megamenu-wrapper {
        position: static;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transition: max-height 0.3s ease;
        transform: none;
        width: 100%;
        background: rgba(0, 0, 0, 0.05);
        z-index: 99;
        background: rgb(255 255 255);
    }

    .fuel-megamenu-wrapper.mobile-open {
        max-height: 40vh;
        overflow: auto;
    }

    .fuel-megamenu-box {
        display: block;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }

    .fuel-megamenu-column {
        padding: 0px 0px;
        flex: none;
        width: 100%;
    }

    .fuel-column-sport {
        border-right: none;
        border-bottom: none;
    }

    .fuel-megamenu-heading {
        font-size: 20px;
        font-weight: 700;
        color: #1a1a2e;
        margin-bottom: 0;
        padding: 12px 15px;
        border-bottom: none;
        display: flex;
        align-items: center;
        gap: 15px;
        background: #9ff43c;
    }

    span.fuel-megamenu-heading-icon {
        display: inline-flex;
    }

    .fuel-megamenu-item-icon svg,
    span.fuel-megamenu-heading-icon svg {
        width: 25px;
    }

    .fuel-megamenu-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .fuel-megamenu-item {
        padding: 12px 15px;
        border-radius: 0;
        margin-bottom: 0;
        font-size: 13px;
        color: #1a1a2e;
        transition: 0.2s;
        display: flex;
        align-items: center;
        gap: 15px;
        border-bottom: 1px solid #00000036;
    }

    span.fuel-menu-arrow svg {
        color: #000;
        width: 15px;
        height: 15px;
    }

    span.fuel-menu-arrow svg path {
        stroke: rgb(255 255 255);
    }

    .fuel-nav-item.fuel-has-megamenu.active .fuel-menu-arrow svg path {
        stroke: rgb(207, 255, 26);
    }

    body .container {
        padding: 0 20px;
    }
.h3, h3 {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0;
}
    .fuel-megamenu-item.active {
        background: #cfff1a;
        font-weight: 600;
        color: black;
    }

    .fuel-megamenu-image-column {
        display: none;
    }

    .fuel-header-button {
        width: 100%;
        padding: 15px 20px;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .fuel-header-button a {
        width: 100%;
        display: block;
        text-align: center;
    }

    /* Hamburger Menu */
    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        background: none;
        border: none;
        padding: 0;
    }

    .mobile-menu-toggle span {
        width: 25px;
        height: 3px;
        background: white;
        border-radius: 2px;
        transition: 0.3s;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(4px, 5px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }
}


@media (max-width:767px) {
    .hero-wrapper>h1 {
        font-size: 50px;
    }

    .fuel-section {
        padding: 70px 0;
        margin-top: -30px;
    }


    .hero-sec {
        padding: 50px 0 0;
        min-height: 600px;
    }

    .fuel-benefits-fuel-content {
        text-align: center;
    }

    p.fuel-benefits-fuel-description {
        font-size: 18px;
    }

    .elevate-fuel-description {
        font-size: 18px;
        text-align: center;
    }

    h2.elevate-fuel-title.h2 {
        text-align: center;
    }

    .fuel-header-inner {
        width: 100%;
        flex-wrap: wrap;
    }

    .fuel-navigation {
        flex-direction: column;
        gap: 0px;
        width: 100%;
        margin-top: 0px;
    }
.fuel-benefits-fuel-content {
    text-align: center;
}
p.fuel-benefits-fuel-description {
    font-size: 18px;
}
.elevate-fuel-description {
    font-size: 18px;
    text-align: center;
}
h2.elevate-fuel-title.h2 {
    text-align: center;
}
.footer__inner_wrapper .footer__contact {
    flex-direction: column;
    text-align: center;
    gap: 20px;
}
.footer__brand {
    text-align: center;
}
.footer__navrow {
    gap: 10px;
    justify-content: center;
}
.footer__inner .brand {
    display: flex;
    justify-content: center;
}
.footer__bottom {
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
}
.footer__stores {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.footer__copy {
    text-align: center;
}
.player-img {
    z-index: 0;
    height: 450px;
}
.hero-center-image {
    width: 400px;
    overflow: hidden;
    height: 260px;
}
}



@media screen and (max-width: 575px) {
    
    .footer__navrow > a {
    font-size: 14px;
}
    .footer__navrow {
    display: flex;
    gap: 12px;
}
    .footer__stores {
    justify-content: center;
}
   
    .mob-platform a img {
        width: 100%;
        height: 40px;
    }
    .nav__links {
        display: flex;
        gap: 6px;
    }
    .nav__links a {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 19px;
}
a.brand img {
    width: 100px;
}
}

@media (max-width:480px) {
    .fuel-heading {
        font-size: 28px;
    }

    .fuel-title {
        font-size: 30px;
    }
}