*,
*::before,
*::after {
    padding: 0px;
    margin: 0px;
    outline: 0;
}

body {
    font-family: sans-serif;
    overflow-x: visible;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    cursor: default;
}

.cl {
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
    height: 0;
}

#helpnav,
#helpnav a {
    background: none !important;
    color: #fff;
    z-index: 10 !important;
    position: relative;
}


/* # {
    margin-top: -52px;
} 
@media (max-width: 478px) {
    # {
        margin-top: 0;
    }
} */

/* ___ Header ___ */
.promo_header {
    background: #fff;
    color: #000;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;
    height: 550px;

    @media (min-width: 992px) {
        background: url('img/header-bg.png') no-repeat top #fff;
        background-size: cover;
    }
}


.header_info {
    padding: 100px 0 0 0;

    h1 {
        text-transform: uppercase;
        font-size: 40px;
        line-height: normal;
    }
}


.header_img {
    padding: 20px 0;
    margin: auto;

    @media (min-width: 992px) {
        padding: 0;
    }
}

/* ___ Reviews ___ */
.promo_reviews {
    background: #f5f5f7;
    color: #000;
    font-family: "HuaweiFont", sans-serif;
    overflow: hidden;


    /* Image */
    img {
        max-width: fit-content;
        width: 100%;
        margin: auto;
        padding: 20px 0;
    }

    /* H2 */
    h2 {
        font-size: 30px;
        padding: 0 0 10px 0;
        line-height: normal;
        font-weight: bold;
    }

    h4 {
        text-align: center;
        padding: 30px 0 0 0;
        font-size: 30px;
    }

    /* P */
    p {
        font-size: 16px;
        color: #555;
        line-height: normal;
        padding: 0 0 20px 0;
        max-width: 1080px;
        width: 100%;
        margin: auto;
    }

    .col-lg-7 {
        max-width: 595px;
        width: 100%;
        padding: 0;
        max-height: 580px;
        height: 100%;
    }
    .col-md-12 {
        border-radius: 30px;
        background: #fff;
        margin: 0 5px;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        flex-direction: column;
    }

    .desc-sp {
        .col-md-12 {
            background: transparent;
        }

        h4 {
            @media (min-width: 992px) {
                text-align: left;
            }
        }
    }

    .desc.pb-5 {
        max-width: 1049px;
        width: 100%;
        margin: auto;

        h2 {
            font-weight: normal;
        }
    }

}

/* ___  Seperator  Footer ___ */
p.promo_footer,
a.promo_seperator {
    padding: 20px 0;
    text-align: center;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 35px;
    line-height: normal;
}

/* ___  Footer ___ */
p.promo_footer {
    background-color: #000;
    color: #fff;
}

/* Seperator */
a.promo_seperator {
    display: block;
    margin: auto;
    background-color: #000;
    text-decoration: none;
    color: #fff;

    span {
        font-family: "Gotham-Bold", sans-serif;
        color: #fff;
        text-decoration: underline;
    }
}

/* ___ Screen Size ___ */
@media (min-width: 992px) and (max-width: 1400px) {

    .promo_header img,
    .promo_reviews img {
        max-width: fit-content;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media(max-width:991px) {

    iframe {
        max-width: fit-content;
        height: auto;
    }
    .landing .cont {
        .btn_box {
            height: auto;
        }

        .price {
            font-size: 30px;
        }

        .old-price {
            top: 20px;
        }
    }

    .promo_header img,
    .promo_reviews img {
        max-width: fit-content;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .promo_header {
        height: auto;
        text-align: center;
    }

    .header_info {
        padding: 70px 0 0 0;

        h1 {
            font-size: 28px;
            line-height: normal;
            padding: 10px;
        }

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

    .promo_reviews {
        text-align: center;

        h2 {
            font-size: 28px;
        }

        p {
            font-size: 20px;
        }
    }

    a.promo_seperator,
    p.promo_footer {
        font-size: 25px;
        padding: 10px 5px;
    }
}

@media (max-width: 767px) {
    .header_info {
        padding: 70px 0 0 0;
    }

    p.promo_footer,
    a.promo_seperator {
        font-size: 25px;
    }
}

@media (max-width: 478px) {
    .header_info {
        padding: 30px 0 0 0;
    }
}

/* ___ Infinite Image Slider (Accent #eaefa1) ___ */
.huawei-slider-container {
    width: 100%;
    max-width: 1050px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    user-select: none;
}

.huawei-slider-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.huawei-slider-track {
    display: flex;
    width: 100%;
    will-change: transform;
}

.huawei-slide {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.huawei-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    pointer-events: none;
}

/* Controls Capsule */
.huawei-slider-controls {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #eaefa4;
    padding: 8px 18px;
    border-radius: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 10;
}

.huawei-slider-prev,
.huawei-slider-next {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 50%;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.huawei-slider-prev svg path,
.huawei-slider-next svg path {
    fill: #4a4f21;
    transition: fill 0.2s ease;
}

.huawei-slider-prev:hover,
.huawei-slider-next:hover {
    transform: scale(1.15);
}

.huawei-slider-prev:hover svg path,
.huawei-slider-next:hover svg path {
    fill: #b4ba25; /* darker accent yellow-green for hover contrast */
}

.huawei-slider-prev:active,
.huawei-slider-next:active {
    transform: scale(0.95);
}

.huawei-slider-bullets {
    display: flex;
    align-items: center;
    gap: 12px;
}

.huawei-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dbe0a8;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.huawei-bullet.active {
    background-color: #eaefa1;
    border: 1px solid #c8cf7c;
    transform: scale(1.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .huawei-slider-container {
        margin: 20px auto;
        padding: 0 15px;
    }
    .huawei-slider-viewport {
        border-radius: 12px;
    }
    .huawei-slider-controls {
        margin-top: 20px;
        padding: 6px 14px;
        gap: 12px;
    }
    .huawei-bullet {
        width: 7px;
        height: 7px;
    }
}

/* Desktop Active Card */
@media (min-width: 992px) {
    .desktop-active-card {
        background-color: #ffffff;
        border-radius: 30px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
        max-width: 1050px;
        margin: auto;
    }

    .row-sp {
        max-width: 1050px;
        width: 100%;
        margin: auto;
    }
}