*,
*::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: #ffffff;
    color: #1d1d1f;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;
    padding: 20px 0;

    /* Image defaults */
    img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: auto;
    }

    /* Paragraph defaults inside promo_reviews */
    p {
        font-size: 16px;
        line-height: 1.6;
        color: #515154;
        margin-bottom: 20px;
    }

    /* General H2 fallback */
    h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 15px;
        color: #000000;
    }

    /* Column layout matching reference project */
    .col-lg-7 {
        max-width: 595px;
        width: 100%;
        padding: 0;
        /* max-height: 580px;
        height: 100%; */
        border-radius: 30px;
        overflow: hidden;
        margin: 0 5px;
    }

    .col-md-12 {
        border-radius: 30px;
        background: #fff;
        margin: 0 5px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 40px;
        /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02); */
        border: 1px solid rgba(0, 0, 0, 0.02);

        /* H2 inside white card columns */
        h2 {
            font-size: 30px;
            font-weight: 700;
            padding: 0 0 10px 0;
            line-height: 1.25;
            color: #000000;
            margin-bottom: 8px;
        }

        /* P inside white card columns */
        p {
            font-size: 16px;
            line-height: 1.6;
            color: #515154;
            margin-bottom: 24px;
        }
    }

    /* Prevent active card children from double nesting backgrounds */
    .desktop-active-card .col-md-12 {
        background: transparent !important;
        border-radius: 0 !important;
        /* box-shadow: none !important; */
        border: none !important;
        padding: 40px !important;
        margin: 0 !important;
    }
}

/* Responsive Video Container */
.huawei-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin: 20px auto 40px auto;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
}

.huawei-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Image with Absolute Text Overlay */
.image-overlay-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 1050px;
    margin: 20px auto 0 auto;
    /* box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04); */
}

.orange-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #e86b35; /* Orange to overlay perfectly */
    color: #ffffff;
    font-family: sans-serif;
    font-weight: bold;
    font-size: clamp(14px, 2.2vw, 24px); /* perfectly fluid font scaling */
    padding: 2.2% 4.2%; /* scaled padding to match the pre-drawn container shape */
    border-bottom-right-radius: 25px;
    line-height: 1;
    pointer-events: none;
    white-space: nowrap;
}

/* Headings with Coral/Orange Accents */
.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #ed6d3b; /* coral accent color matching marketing guidelines */
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
}

.subsection-title {
    font-size: 24px;
    font-weight: 700;
    color: #ed6d3b;
    margin-top: 35px;
    margin-bottom: 12px;
}

/* Styled Paragraphs for Core Sections */
.section-desc {
    font-size: 18px;
    line-height: 1.65;
    color: #515154;
    max-width: 900px;
    margin: 15px auto 35px auto;
}

/* Health Insights Block Centered Styling */
.health-insights-block {
    .section-desc {
        margin-bottom: 45px;
    }
}

/* Rounded Card Image Defaults */
.rounded-card-img {
    border-radius: 20px;
    max-width: 1050px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03); */
}

/* BNP */
.bnp {
    background: #000;

    img {
        display: block;
        margin: auto;
        max-width: fit-content;
        width: 100%;
    }
}

/* ___  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) {
    .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: transparent;
    padding: 8px 18px;
    border-radius: 50px;
    /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06); */
    border: 4px solid #e86b35;
    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: #e86b35; /* 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: #fbe2d8;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.huawei-bullet.active {
    background-color: #e86b35;
    border: 1px solid #e86b35;
    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;
    }
}

/* Responsive Overrides for Cards and Section Typography */
@media (max-width: 991px) {
    .card-block {
        padding: 20px;
        border-radius: 20px;
        margin: 15px auto;
    }
    .card-block h2 {
        font-size: 24px;
        margin-top: 15px;
    }
    .section-title {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .subsection-title {
        font-size: 20px;
        margin-top: 25px;
    }
    .section-desc {
        font-size: 15px;
        margin-bottom: 25px;
        padding: 0 10px;
    }
    .orange-badge {
        border-bottom-right-radius: 15px;
    }
}