.about-page {
    .about-container {
        padding-top: 67px;
        padding-bottom: 105px;
        border-bottom: 1px solid var(--brand-primary);

        .main-contact--container {
            gap: 50px;
        }
    }

    /* ================================================
       1. ABOUT BANNER
       ================================================ */
    .about-banner {
        background-image: url("../images/about-bg.svg");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 336px;
        display: flex;
        align-items: center;

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 38px;

            p {
                max-width: 855px;
                font-weight: 300;
                font-size: 18px;
                line-height: 150%;

                strong {
                    font-weight: 700;
                }
            }
        }
    }

    /* ================================================
       2. ABOUT BRANDED
       ================================================ */
    .about-branded {
        padding: 30px 0 140px;

        .container {
            max-width: 1215px;
            width: 100%;
            padding: 0 65px 0 15px;
        }

        .branded-container-content {
            gap: 120px;
        }
            .text-content {
            padding: 74px 0 0;
        }
    }

    .description {
        display: flex;
        flex-direction: column;
        gap: 18px;

        p {
            font-weight: 400;
            font-size: 18px;
            line-height: 150%;
            color: var(--brand-secondary-700);
            margin: 0;
        }
    }

    .text-content {
        padding: 74px 0;
    }

    .image-content {
        flex: 0 0 492px;
    }

    .right-main-section-img {
        position: relative;

        img {
            width: 100%;
            height: auto;
        }
    }

    .top-placeholder {
        position: absolute;
        max-width: 222px;
        top: 92px;
        right: -62px;
    }

    .bottom-placeholder {
        position: absolute;
        max-width: 362px;
        bottom: -145px;
        left: -50px;
    }

    /* ================================================
       3. PROVEN SECTION
       ================================================ */
    .proven-section {
        padding: 148px 0 300px;
        background-color: var(--bg-F6);

        .section-badge {
            margin: 0 auto;
        }

        .container {
            max-width: 1120px;
            padding: 0 20px;
        }

        .banner-img {
            box-shadow: var(--shadow-banner-img);
            max-height: 400px;
        }

        .branded-container-content {
            gap: 45px;
        }

        h3 {
            font-family: NoeDisplay;
            font-weight: 700;
            font-size: 46px;
            line-height: 120%;
            text-align: center;
            margin: 0;
            color: var(--brand-secondary-700);
        }

        p {
            font-weight: 400;
            font-size: 18px;
            line-height: 150%;
            color: var(--brand-secondary-700);
            margin-bottom: 12px;
            b {
                font-size: 20px
            }
        }

        h4 {
            font-family: NoeDisplay;
            font-weight: 700;
            font-size: 40px;
            line-height: 120%;
            text-align: left;
            margin-bottom: 30px;
            color: var(--brand-secondary-700);
        }

        .top-text {
            padding-bottom: 58px;
        }

        .list-box {
            display: flex;
            flex-direction: column;
            padding-top: 32px;

            p {
                margin-bottom: 0;
            }
            .semi-title {
                font-weight: 500;
                font-size: 20px;
                line-height: 150%;
                padding-bottom: 28px;
            }
        }

        ul {
            flex: 1 1 auto;
            padding-left: 20px;
            margin-bottom: 10px;
            li {
                font-weight: 400;
                font-size: 18px;
                line-height: 150%;
                color: var(--brand-secondary-700);
                margin-bottom: 8px;
            }
        }
    }

    /* ================================================
       4. WHY CHOOSE BRANDED PERFECT
       ================================================ */
    .blue-bg-why-choose {
        margin-top: -200px;
        padding: 0 20px;

        .container {
            max-width: 1155px;
            width: 100%;
        }

        .bg-blue {
            background: linear-gradient(89.2deg, var(--gradient-blue) -42.91%, var(--header-gradient-end) 123.89%);
            box-shadow: var(--shadow-card-blue);
            padding: 77px;
            border-radius: 15px;
        }

        .inner-content {
            gap: 50px;
        }

        .section-badge {
            margin-bottom: 45px;
            background-color: var(--white-overlay);
            color: var(--color-white);
            align-items: center;
            padding: 6px 15px;

            span {
                line-height: normal;
            }
        }

        h3 {
            font-weight: 700;
            font-size: 36px;
            line-height: 120%;
            color: var(--color-white);
            font-family: NoeDisplay;

            i {
                font-size: 40px;
            }
        }

        p {
            font-weight: 400;
            font-size: 18px;
            line-height: 150%;
            color: var(--color-white);
        }

        .why-choose-content {
            max-width: 660px;
        }

        .why-choose-img {
            max-width: 330px;
            width: 100%;
            flex: 0 0 330px;
            display: flex;

            img {
                width: 100%;
                height: auto;
            }
        }
    }

    /* ================================================
       5. LEADERSHIP
       ================================================ */
    .leadership {
        .container {
            max-width: 1100px;
            padding: 0 15px;
        }

        padding: 130px 0;

        h3 {
            font-weight: 700;
            font-size: 42px;
            line-height: 120%;
            color: var(--brand-secondary-700);
            margin-bottom: 50px;
        }

        .leader-container {
            gap: 50px;
            padding-top: 55px;
        }

        .leader-container:nth-child(2) {
            padding-bottom: 70px;
            padding-top: 0;
            border-bottom: 1px solid var(--brand-secondary-100);
        }

        .leader-img {
            width: 280px;
            height: 272px;
            display: flex;
            flex: 0 0 280px;
            border-radius: 15px;
            box-shadow: var(--shadow-banner-img);
            overflow: hidden;
            transition: box-shadow 0.3s ease;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.3s ease;
            }

            &:hover {
                box-shadow: var(--shadow-card-blue);

                img {
                    transform: scale(1.03);
                }
            }
        }

        .leader-data {
            .leader-name {
                font-weight: 300;
                font-size: 36px;
                line-height: 130%;
                color: var(--brand-secondary-700);
                margin: 0;
            }

            .leader-role {
                font-weight: 700;
                font-size: 18px;
                line-height: 131%;
                color: var(--brand-secondary-700);
                margin-bottom: 24px;
            }

            .leader-desc {
                font-weight: 400;
                font-size: 18px;
                line-height: 150%;
                color: var(--brand-secondary-700);
                margin-bottom: 15px;
                max-width: 614px;
            }
        }

        .social-links {
            a {
                text-decoration: none;
                width: 28px;
                height: 28px;
                display: inline-flex;
                transition: transform 0.3s ease, opacity 0.3s ease;

                img {
                    width: 100%;
                    height: auto;
                }

                &:hover {
                    transform: scale(1.15);
                    opacity: 1;
                }
            }
        }

        .contact-info {
            padding: 40px 90px;
            box-shadow: var(--shadow-card-blue);
            background-color: var(--bg-F6);
            border-radius: 9px;
            margin-top: 130px;
            display: flex;
            gap: 34px;
            transition: box-shadow 0.3s ease, transform 0.3s ease;

            &:hover {
                box-shadow: var(--shadow-card-blue-hover);
                transform: translateY(-2px);
            }
        }

        .contact-info-text {
            border-right: 1px solid var(--brand-primary);
            padding-right: 60px;
            flex: 1 1 auto;

            h5 {
                font-family: NoeDisplay;
                font-weight: 700;
                font-size: 32px;
                line-height: 100%;
                color: var(--brand-secondary-600);
                margin-bottom: 7px;
            }

            p {
                margin-bottom: 0;
                font-weight: 400;
                font-size: 19px;
                line-height: 150%;
                color: var(--brand-secondary-600);

                strong {
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 150%;
                }
            }
        }

        .contact-right-text {
            padding-left: 46px;
            display: flex;
            flex-direction: column;
            max-width: 340px;
            width: 100%;

            p {
                font-weight: 500;
                font-size: 20px;
                line-height: 150%;
                color: var(--brand-secondary-600);
            }
        }

        .contact-phone {
            display: flex;
            gap: 5px;

            img {
                width: 25px;
                height: 36px;
            }

            a {
                color: var(--brand-secondary);
                font-weight: 300;
                font-size: 29px;
                line-height: 130%;
                text-decoration: none;
                transition: color 0.3s ease;

                &:hover {
                    color: var(--brand-primary);
                    opacity: 1;
                }
            }
        }

        .left-contact {
            flex: 0 0 100px;
        }

        .right-contact {
            flex: 1 1 auto;
            display: flex;
            align-items: center;
        }
    }

    /* ================================================
       6. REVIEWS & ARTICLES (PROVEN)
       ================================================ */
    .proven {
        background-color: var(--bg-F6);
        padding: 110px 0 90px;

        .section-badge {
            max-width: fit-content;
        }

        h2 {
            font-family: NoeDisplay;
            font-weight: 700;
            font-size: 46px;
            line-height: 120%;
            text-align: center;
            color: var(--brand-secondary-900);
        }

        .excellent {
            padding: 20px 0;
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            max-width: 160px;
            width: 100%;

            h6 {
                font-weight: 400;
                font-size: 26px;
                line-height: 130%;
                color: var(--brand-secondary-700);
                margin-bottom: 7px;
            }

            .fivestar-img {
                max-width: 133px;
                width: 100%;
                height: auto;
                margin-bottom: 14px;
            }

            .total-review {
                font-weight: 400;
                font-size: 13px;
                line-height: 20px;
                color: var(--brand-secondary-700);
                margin-bottom: 12px;

                a {
                    font-weight: 700;
                    text-decoration: underline;
                    color: var(--brand-secondary-700);
                    transition: color 0.3s ease;

                    &:hover {
                        color: var(--brand-primary);
                        opacity: 1;
                    }
                }
            }

            .trust-pilot-img {
                max-width: 103px;
            }
        }

        .proven-container {
            max-width: 1330px;
            width: 100%;
            padding: 0 15px;
            margin: 0 auto;
            padding-bottom: 96px;

            &:last-child {
                padding-top: 96px;
                padding-bottom: 0;
                border-top: 1px solid var(--brand-primary);
                .cards-row {
        		.card {
                		width: calc(33.33% - 20px)
                	}
                }
            }

            .title-top {
                display: flex;
                align-items: flex-end;

                h2 {
                    font-family: NoeDisplay;
                    font-weight: 700;
                    font-size: 36px;
                    line-height: 120%;
                    color: var(--body-color);
                    margin-bottom: 24px;
                }

                p {
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 150%;
                    color: var(--brand-secondary-700);
                    margin-bottom: 0;
                }
            }
        }

        .slide {
            display: block;
            padding: 40px 10px 40px 20px;
            box-shadow: var(--shadow-slide);
            background-color: var(--color-white);
            border-radius: 9px;
            transition: transform 0.3s ease;
            text-decoration: none;
            color: inherit;

            &:hover {
                transform: translateY(-3px);
                opacity: 1;
            }
        }

        .main-content {
            display: flex;
            padding: 54px 0 70px;
        }

        .slider {
            flex: 1 1 auto;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .slide-header {
            gap: 10px;

            .fivestar-img {
                max-width: 96px;
                width: 100%;
            }
        }

        .truncate-text {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin: 0;
        }

        .verified {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            display: flex;
            gap: 2px;
            color: var(--brand-secondary-700);
        }

        p {
            font-weight: 400;
            font-size: 14px;
            line-height: 150%;
            color: var(--brand-secondary);
        }

        .slide-title {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: var(--brand-secondary-900);
            margin-bottom: 0;
        }

        .review-writer {
            font-weight: 600;
            font-size: 12px;
            line-height: 150%;
            display: flex;
            align-items: center;
            gap: 5px;
            color: var(--brand-secondary-400);

            .time {
                font-weight: 300;
                color: var(--brand-secondary-400);
            }
        }

        .swiper-container {
            flex: 1 1 auto;
            min-width: 0;
            display: flex;
            align-items: center;
            gap: 15px;

            .swiper {
                flex: 1 1 auto;
                min-width: 0;
                overflow: hidden;
                padding: 20px 0;
                margin: -20px 0;
            }

            .swiper-button-next,
            .swiper-button-prev {
                svg {
                    display: none;
                }
            }

            .swiper-button-next {
                img {
                    transform: rotate(180deg);
                }
            }

            .control {
                width: 30px;
                height: 30px;
                flex: 0 0 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid var(--control-border);
                border-radius: 50%;
                background: var(--color-white);
                position: static;
                margin: 0;
                cursor: pointer;
                transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;

                img {
                    width: 15px;
                    height: auto;
                }

                &::after {
                    display: none;
                }

                &:hover {
                    border-color: var(--brand-primary);
                    background-color: var(--brand-primary-100);
                    box-shadow: 0 2px 6px rgba(37, 170, 225, 0.2);
                    transform: translateY(0);
                }

                &:active {
                    background-color: var(--brand-primary-200);
                    transform: translateY(0);
                }

                &:focus-visible {
                    outline: 2px solid var(--brand-primary);
                    outline-offset: 2px;
                }
            }
        }
    }
}

.home-page {
    /* ================================================
       1. HERO SECTION
       ================================================ */
    .hero {
        padding: 60px 0;
        position: relative;
        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 509px;
            background-image: url('../images/hero/bg-img.svg');
            background-size: cover;
            background-position: bottom;
            z-index: -1;
        }
        .container {
            max-width: 1040px;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
        }
        h1 {
            font-family: NoeDisplay;
            font-weight: 700;
            font-size: 46px;
            line-height: 120%;
            color: var(--brand-slate);
            max-width: 900px;
            width: 100%;
            margin-bottom: 25px;
        }
        p {
            max-width: 900px;
            width: 100%;
            font-weight: 300;
            font-size: 18px;
            line-height: 150%;
            color: var(--brand-secondary-700);
            margin-bottom: 0;
            strong {
                font-weight: 700;
            }
        }
        .grid-container {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-template-rows: auto;
            gap: 25px;
            width: 100%;
            margin: 0 auto;
            padding: 45px 0;
            .item {
                display: flex;
                align-items: center;
                justify-content: center;
                max-width: 230px;
                max-height: 230px;
                img {
                    width: 100%;
                    height: auto;
                    box-shadow: var(--shadow-banner-img);
                    border-radius: 28px;
                }
            }
        }
        .bottom-section {
            margin-bottom: 30px;
            p {
                font-weight: 500;
                font-size: 16px;
                line-height: 150%;
                color: var(--text-slate);
            }
        }
        .bottom-container {
            max-width: 1220px;
            padding: 30px 20px 0;
            margin: 0 auto;
            width: 100%;
            border-top: 1px solid var(--border-light);
            font-weight: 500;
            font-size: 16px;
            line-height: 150%;
            color: var(--text-slate);
            .satisfaction-text {
                font-weight: 500;
                font-size: 16px;
                line-height: 150%;
                color: var(--text-slate);
            }
        }
    }
    .btn-green{text-decoration: none;}

    /* ================================================
       2. TRUSTED SLIDER
       ================================================ */
    .trusted-slider {
        padding: 80px 0;
        background-color: var(--brand-bglight);
        p {
            margin-bottom: 48px;
            strong {
                font-weight: 700;
                font-size: 18px;
                line-height: 150%;
                color: var(--brand-secondary-700);
            }
        }
        .swiper-wrapper {
            align-items: center;
        }
        .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    /* ================================================
       3. FEATURED PRODUCTS
       ================================================ */
    .featured {
        padding: 116px 0 72px;
        .container {
            max-width: 1350px;
            margin: 0 auto;
            padding: 0 20px;
        }
        h2 {
            text-align: center;
            font-family: NoeDisplay;
            font-weight: 700;
            font-size: 36px;
            line-height: 120%;
            margin-bottom: 24px;
            color: var(--brand-secondary-700);
        }
        p {
            font-weight: 400;
            font-size: 19px;
            line-height: 150%;
            color: var(--brand-secondary-700);
            text-align: center;
            margin-bottom: 0;
        }
        .blue-badge {
            display: inline-flex;
            padding: 6px 15px;
            align-items: center;
            gap: 5px;
            background-color: var(--white-overlay);
            border-radius: 88px;
            width: fit-content;
            font-weight: 500;
            font-size: 10px;
            line-height: 150%;
            color: var(--color-white);
            margin-bottom: 30px;
        }
        .blue-bg {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: auto;
            box-shadow: var(--shadow-card-blue);
            border-radius: 15px;
            background: linear-gradient(89.2deg, var(--gradient-blue) -42.91%, var(--header-gradient-end) 123.89%);
            overflow: hidden;
            h3 {
                font-weight: 300;
                font-size: 36px;
                line-height: 130%;
                color: var(--color-white);
                margin-bottom: 24px;
                letter-spacing: -1px;
            }
            p {
                font-weight: 400;
                font-size: 18px;
                line-height: 150%;
                color: var(--color-white);
                text-align: left;
                margin-bottom: 32px;
            }
        }
        .bg-image {
            max-height: 417px;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        .text-right {
            padding: 58px 80px 40px 74px;
        }
        .holiday-container {
            max-width: 1382px;
            padding: 0 20px;
            width: 100%;
            margin: 0 auto;
        }
        .btn-outline:hover{background-color: transparent;}
    }
    .product-row {
        row-gap: 50px;
    }
    .product-container {
        max-width: 1352px;
        margin: 0 auto;
        padding: 75px 20px;
        .product-img {
            background: linear-gradient(0deg, var(--product-bg), var(--product-bg)),
                linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(109, 109, 109, 0.08) 100%);
            height: 304px;
	    background-blend-mode: multiply;
            border-radius: 15px;
            position: relative;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
            overflow: hidden;
            img {
                width: 100%;
                height: auto;
            }
        }
        .product-name {
            display: flex;
            flex-direction: column;
            padding-bottom: 30px;
        }
        .name {
            font-weight: 500;
            font-size: 18px;
            line-height: 150%;
            color: var(--brand-secondary-700);
            margin-bottom: 4px;
        }
        .product-code {
            font-weight: 400;
            font-size: 12px;
            line-height: 150%;
            color: var(--brand-secondary-700);
            margin-bottom: 12px;
        }
        .product-price {
            font-weight: 500;
            font-size: 18px;
            line-height: 150%;
            color: var(--brand-secondary-700);
            margin-bottom: 16px;
        }
        .hover-link {
                width: 100%;
                height: 48px;
                background-color: var(--brand-primary);
                color: var(--color-white);
                text-align: center;
                display: flex;
                justify-content: center;
                align-items: center;
                text-decoration: none;
                font-weight: 500;
                position: absolute;
                bottom: -50px;
                left: 0;
                transition: bottom 0.3s ease;
                font-size: 16px;
                z-index: 1;
                opacity: 1;
                img {
                    width: 16px;
                    height: auto;
                    margin-left: 8px;
                }
        }
        .product-row > div:hover .hover-link {
                bottom: 0;
        }
        .productSwiper {
            width: 100%;
            height: 100%;
        }
        .productSwiper .swiper-slide {
            display: flex;
        }
        .productSwiper .swiper-slide img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }
        .product-swiper-prev,
        .product-swiper-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            cursor: pointer;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #c4c1c4bd;
            border-radius: 50%;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .product-swiper-prev img,
        .product-swiper-next img {
            width: 9px;
            height: auto;
            /*filter: brightness(0) invert(1);*/
        }
        .product-swiper-prev {
            left: 8px;
            transform: translateY(-50%) rotate(180deg);
        }
        .product-swiper-next {
            right: 8px;
        }
        .product-row > div:hover .product-swiper-prev,
        .product-row > div:hover .product-swiper-next {
            opacity: 1;
        }
        .badge {
            position: absolute;
            top: 22px;
            left: 12px;
            padding: 4px 8px;
            border-radius: 5px;
            color: var(--color-black);
            z-index: 11;
            &.best-seller {
                background-color: var(--brand-primary-300);
            }
            &.new-arrival {
                background-color: var(--brand-info-200);
            }
            &.exclusive-item {
                background-color: var(--brand-accent-yellow);
            }
            &.new-item {
                background-color: var(--brand-accent-orange);
            }
        }
        .like {
            position: absolute;
            right: 20px;
            top: 25px;
            border: none;
            background-color: transparent;
            cursor: pointer;
            z-index: 1;
            img {
                transition: filter 0.2s ease;
            }
            &.active img {
                filter: brightness(0) saturate(100%) invert(19%) sepia(97%) saturate(7481%) hue-rotate(358deg) brightness(101%) contrast(107%);
            }
        }
        .product-color {
            margin-bottom: 16px;
        }
        .min-text {
            font-weight: 400;
            font-size: 12px;
            line-height: 150%;
            color: var(--brand-secondary);
            span {
                font-weight: 500;
            }
        }
        .colors {
            display: flex;
            align-items: center;
            gap: 10px;
            padding-left: 6px;
            list-style: none;
            margin: 0;
            .color-swatch {
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background-color: var(--swatch-color);
                cursor: pointer;
                border: none;
                outline: 2px solid transparent;
                outline-offset: 3px;
                transition: outline-color 0.2s ease;
                &.active {
                    outline-color: var(--swatch-color);
                }
            }
            .add-color {
                width: 26px;
                height: 26px;
                border: 1px solid var(--brand-secondary-200);
                color: var(--brand-secondary);
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                cursor: pointer;
            }
        }
    }

    /* ================================================
       4. WHY BRANDED
       ================================================ */
    .whybranded {
        padding: 158px 0 0px;
        .green-icon {
            width: 100%;
            max-width: 428px;
            margin: 0 auto;
        }
        .blue-bg {
            height: 548px;
            background: linear-gradient(89.2deg, var(--gradient-blue) -42.91%, var(--header-gradient-end) 123.89%);
            .container {
                max-width: 1312px;
                padding: 140px 40px 40px;
                h2 {
                    color: var(--color-white);
                    font-weight: 300;
                    font-size: 36px;
                    line-height: 130%;
                    text-align: center;
                    margin-bottom: 45px;
                    font-family: 'Gotham', sans-serif;
                    min-height: auto;
                    position: relative;
                }
            }
            .green-icon {
                position: absolute;
                left: calc(50% - 138px);
                transform: translate(-85px, -150px);
            }
            .cards-container {
                display: flex;
                justify-content: center;
                gap: 20px;
                position: relative;
            }
            .card {
                max-width: 350px;
                width: 100%;
                height: 350px;
                padding: 25px;
                background-color: var(--color-white);
                border: none;
                border-radius: 10px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                box-shadow: 0px 20.37px 40.75px -10.19px rgba(0, 0, 0, 0.18),
                    var(--shadow-card-blue);
                position: relative;
                z-index: 1;
            }
            .rectangle-lines {
                position: absolute;
                top: -67px;
                width: 100%;
                height: auto;
                left: 0;
            }
            .card-img {
                width: 75px;
                height: 66px;
                margin-bottom: 14px;
                img {
                    width: 100%;
                    height: auto;
                }
            }
            .card-count {
                font-weight: 700;
                font-size: 68px;
                line-height: 100%;
                color: var(--brand-slate);
                margin-bottom: 16px;
            }
            .card-text {
                font-weight: 500;
                font-size: 16px;
                line-height: 150%;
                color: var(--brand-secondary-700);
                text-align: center;
            }
        }
        .gray-bg {
            background-color: var(--brand-bglight);
            padding: 185px 0 90px;
            .badge {
                display: inline-flex;
                padding: 6px 15px;
                align-items: center;
                gap: 5px;
                background-color: var(--color-white);
                border-radius: 88px;
                width: fit-content;
                font-weight: 700;
                font-size: 9px;
                line-height: 150%;
                color: var(--brand-primary);
                margin: 0 auto;
                text-transform: uppercase;
                box-shadow: var(--shadow-badge);
                margin-bottom: 40px;
                letter-spacing: 0.5px;
            }
            .container {
                max-width: 1118px;
            }
        }
        h2 {
            font-weight: 700;
            font-size: 46px;
            line-height: 120%;
            color: var(--brand-secondary-700);
            min-height: 100px;
            text-align: center;
            margin-bottom: 40px;
            font-family: NoeDisplay;
        }
        .white-bg {
            display: flex;
            flex-direction: column;
            background-color: var(--color-white);
            border-radius: 15px;
            box-shadow: var(--shadow-card-blue);
            padding: 50px 30px;
            .blue-text {
                font-weight: 600;
                font-size: 22px;
                line-height: 131%;
                text-align: center;
                color: var(--brand-primary);
                max-width: 362px;
                width: 100%;
                margin: 0 auto;
            }
            .black-text {
                font-weight: 600;
                font-size: 18px;
                line-height: 131%;
                color: var(--brand-secondary-700);
                max-width: 362px;
                width: 100%;
                margin: 0 auto;
                text-align: center;
            }
        }
        .cards-container {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-rows: auto;
            gap: 25px;
        }
        .card {
            background-color: transparent;
            border: none;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .card-image {
            width: 85px;
            height: 85px;
            border-radius: 50%;
            box-shadow: var(--shadow-card-blue);
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 13px;
            img {
                width: 100%;
                height: auto;
            }
            &.orange {
                background-color: var(--brand-accent-yellow);
            }
            &.teal {
                background-color: var(--brand-teal);
            }
            &.blue {
                background-color: var(--brand-primary-300);
            }
            &.green {
                background-color: var(--brand-accent-lime);
            }
            &.pink {
                background-color: var(--brand-accent-orange);
            }
        }
        h6 {
            max-width: 310px;
            width: 100%;
            margin: 0 auto;
            font-weight: 700;
            font-size: 18px;
            line-height: 131%;
            text-align: center;
            color: var(--brand-secondary-700);
            margin-bottom: 25px;
        }
        p {
            font-weight: 400;
            font-size: 14px;
            line-height: 150%;
            color: var(--brand-secondary-700);
            max-width: 310px;
            width: 100%;
            margin: 0 auto;
            margin-bottom: 30px;
            text-align: center;
        }
        a {
            font-weight: 700;
            font-size: 14px;
            line-height: 150%;
            color: var(--brand-primary-600);
            display: flex;
            gap: 5px;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }
    }

    /* ================================================
       5. ELEVATE
       ================================================ */
    .elevate {
        padding: 50px 0;
        .container {
            max-width: 1332px;
            padding: 0 40px 0 50px;
            width: 100%;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            gap: 30px;
            height: 100%;
        }
        .left-content {
            display: flex;
            flex-direction: column;
            gap: 40px;
            padding: 70px 30px 70px 50px;
            .badge {
                background-color: var(--badge-bg);
                border-radius: 100px;
                display: inline-flex;
                padding: 6px 15px;
                align-items: center;
                gap: 5px;
                width: fit-content;
                font-weight: 500;
                font-size: 10px;
                line-height: 150%;
                color: var(--brand-primary);
                letter-spacing: 0.3px;
            }
            h2 {
                font-family: NoeDisplay;
                font-weight: 700;
                font-size: 36px;
                line-height: 120%;
                color: var(--brand-secondary-700);
                margin-bottom: 0;
                i {
                    font-size: 40px;
                }
            }
            p {
                font-weight: 400;
                font-size: 18px;
                line-height: 150%;
                color: var(--brand-secondary-700);
            }
            .lists {
                p {
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 150%;
                    color: var(--brand-secondary-700);
                    margin-bottom: 12px;
                    font-weight: 600;
                }
                li {
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 150%;
                    color: var(--brand-secondary-700);
                    margin-bottom: 8px;
                }
            }
        }
        .grid {
            max-width: 616px;
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: auto;
            gap: 9px;
        }
        .grid-item {
            background-color: var(--brand-bglight);
            padding: 14px;
            min-height: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: var(--shadow-card-blue);
            &:first-child {
                border-radius: 10px 0 0 0;
            }
            &:nth-child(2) {
                border-radius: 0 10px 0 0;
            }
            &:nth-last-child(2) {
                border-radius: 0 0 0 10px;
            }
            &:last-child {
                border-radius: 0 0 10px 0;
            }
        }
    }

    /* ================================================
       6. ORDERING
       ================================================ */
    .ordering {
        margin: 100px 0;
    }
    .order-bg {
        background-image: url('../images/Grid.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 665px;
        box-shadow: 0px 25px 58.8px -16px rgba(37, 170, 225, 0.2) inset;
    }
    .order-container {
        max-width: 1440px;
        padding: 0 70px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: stretch;
        gap: 35px;
        height: 100%;
        .right-content {
            background: linear-gradient(128.92deg, var(--gradient-blue) -0.63%, var(--header-gradient-end) 104.01%);
            padding: 76px 42px 50px;
            flex: 0 0 450px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .text-content {
            padding: 40px 0 0;
            h3 {
                font-weight: 300;
                font-size: 36px;
                line-height: 130%;
                color: var(--color-white);
            }
            p {
                font-weight: 400;
                font-size: 18px;
                line-height: 150%;
                color: var(--color-white);
                margin-bottom: 24px;
                strong {
                    font-weight: 500;
                }
            }
            ul {
                padding-left: 20px;
                display: inline-block;
                li {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    font-weight: 400;
                    font-size: 15px;
                    line-height: 160%;
                    color: var(--color-white);
                    margin-bottom: 10px;
                    position: relative;
                    &::after {
                        content: '';
                        width: 6px;
                        height: 6px;
                        background-color: var(--color-white);
                        border-radius: 50%;
                        display: inline-block;
                        position: absolute;
                        top: 10px;
                        left: -20px;
                    }
                }
            }
        }
        .left-images {
            flex: 1 1 auto;
            position: relative;
            .line {
                display: flex;
                position: relative;
                right: 40px;
                top: 40px;
                justify-content: center;
                img {
                    width: auto;
                    max-height: 665px;
                    height: auto;
                    animation: drawLine 16s ease-in-out infinite;
                }
                &::after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(
                        to bottom,
                        transparent 0%,
                        transparent 42%,
                        rgba(37, 170, 225, 0.4) 47%,
                        rgba(255, 255, 255, 0.6) 50%,
                        rgba(37, 170, 225, 0.4) 53%,
                        transparent 58%,
                        transparent 100%
                    );
                    animation: lineGlow 6s ease-in-out infinite;
                    pointer-events: none;
                }
            }
            .card {
                position: absolute;
                height: auto;
                width: 100%;
                border: none;
                border-radius: 15px;
                box-shadow: var(--shadow-card-blue);
                background-color: var(--color-white);
                .card-title {
                    font-weight: 700;
                    font-size: 19px;
                    line-height: 150%;
                    color: var(--brand-slate);
                    margin-bottom: 10px;
                }
                .desc {
                    font-weight: 400;
                    font-size: 15px;
                    line-height: 160%;
                    color: var(--text-slate);
                    z-index: 2;
                }
                .count {
                    position: absolute;
                    width: 90px;
                    height: 90px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: 11px solid var(--brand-primary-150);
                    border-radius: 50%;
                    font-weight: 400;
                    font-size: 23.18px;
                    line-height: 100%;
                    background-color: var(--brand-primary);
                    text-align: center;
                    color: var(--color-white);
                    box-shadow: var(--shadow-card-blue);
                }
                .card-icons {
                    position: absolute;
                    z-index: 1;
                    img {
                        width: 100%;
                        height: auto;
                    }
                    &::after {
                        content: '';
                        position: absolute;
                        border-radius: 50%;
                        z-index: -1;
                        box-shadow: var(--shadow-card-blue);
                    }
                }
                &.card01 {
                    top: -50px;
                    left: 103px;
                    padding: 34px 40px 36px 45px;
                    max-width: 387px;
                    .count {
                        left: -53px;
                        top: 34px;
                    }
                    .card-icons {
                        width: 123px;
                        height: 104px;
                        top: -35px;
                        right: 40px;
                        &::after {
                            bottom: -6px;
                            right: -8px;
                            width: 93px;
                            height: 93px;
                            background-color: var(--brand-accent-lime);
                        }
                    }
                }
                &.card02 {
                    top: 160px;
                    right: 200px;
                    padding: 27px 54px 36px 65px;
                    max-width: 317px;
                    .count {
                        right: -35px;
                        top: 0;
                    }
                    .card-icons {
                        width: 63px;
                        height: 75px;
                        top: 48px;
                        left: -31px;
                        &::after {
                            bottom: 5px;
                            right: -10px;
                            width: 80px;
                            height: 80px;
                            background-color: var(--brand-accent-yellow);
                        }
                    }
                }
                &.card03 {
                    bottom: 128px;
                    left: 45px;
                    padding: 33px 92px 40px 63px;
                    max-width: 373px;
                    .count {
                        left: -45px;
                        top: 40px;
                    }
                    .card-icons {
                        width: 84px;
                        height: 79px;
                        top: 44px;
                        right: 37px;
                        &::after {
                            bottom: 6px;
                            right: 1px;
                            width: 80px;
                            height: 80px;
                            background-color: var(--brand-accent-red);
                        }
                    }
                }
                &.card04 {
                    bottom: -40px;
                    right: 0;
                    padding: 65px 97px 40px 32px;
                    max-width: 350px;
                    z-index: 2;
                    .count {
                        left: 32px;
                        top: -32px;
                    }
                    .desc {
                        max-width: 174px;
                    }
                    .card-icons {
                        width: 98px;
                        height: 98px;
                        bottom: 45px;
                        right: 38px;
                        &::after {
                            bottom: 0;
                            right: -14px;
                            width: 100px;
                            height: 100px;
                            background-color: var(--brand-accent-aqua);
                        }
                    }
                }
            }
            img {
                width: 100%;
                max-width: 782px;
                height: auto;
                position: absolute;
            }
        }
        .badge {
            display: inline-flex;
            padding: 6px 15px;
            align-items: center;
            gap: 10px;
            background-color: var(--white-overlay);
            border-radius: 88px;
            width: fit-content;
        }
    }

    /* ================================================
       7. REVIEWS & ARTICLES (PROVEN)
       ================================================ */
    .image-container {
        height: 508px;
        img {
            width: 100%;
            height: auto;
        }
    }
    .customer-review-container {
        max-width: 1080px;
        padding: 0 30px;
        width: 100%;
        margin: 0 auto;
    }
    .client {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        position: absolute;
        display: flex;
        box-shadow: var(--shadow-card-blue);
        > img {
            border-radius: 50%;
        }
        .message {
            position: relative;
            opacity: 0;
            transform: scale(0.3);
            transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
        }
        .message.active {
            opacity: 1;
            transform: scale(1);
        }
        img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        /* Small message bubbles (one, three, five) */
        &.one,
        &.three,
        &.five {
            .message img {
                position: absolute;
                top: -80px;
                right: 90px;
                width: 94px;
                height: 104px;
                z-index: 1;
            }
        }
        /* Large message bubbles (two, four) */
        &.two,
        &.four {
            .message img {
                position: absolute;
                top: -105px;
                right: -134px;
                width: 202px;
                height: 104px;
                z-index: 1;
            }
        }
        /* Client positions */
        &.one {
            top: 0;
            left: 60%;
        }
        &.two {
            right: 17%;
            bottom: 41%;
            .message::after {
                content: 'EXACTLY what we needed and GREAT quality!';
                position: absolute;
                top: -105px;
                right: -134px;
                padding: 20px;
                width: 202px;
                height: 104px;
                color: var(--color-white);
                z-index: 1;
                font-weight: 500;
                font-size: 12px;
                line-height: 150%;
            }
        }
        &.three {
            bottom: 10%;
            right: -3%;
        }
        &.four {
            left: 15%;
            top: 10%;
        }
        &.five {
            left: 17%;
            bottom: 40%;
        }
    }
    .testimonial-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        p {
            font-weight: 500;
            font-size: 20px;
            line-height: 150%;
            color: var(--brand-secondary-700);
            margin-bottom: 0;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
            width: 100%;
        }
        .name {
            font-weight: 800;
            font-size: 16px;
            line-height: 150%;
            color: var(--brand-secondary-700);
        }
        .position {
            font-weight: 400;
            font-size: 15px;
            line-height: 160%;
            color: var(--brand-secondary-700);
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 10px;
            span {
                &:first-child {
                    margin-bottom: 20px;
                }
            }
        }
        .ratting {
            width: 68px;
            display: flex;
            img {
                width: 100%;
                height: auto;
            }
        }
    }
    .logo-img {
        margin-bottom: 10px;
        img {
            height: 54px;
            width: auto;
        }
    }
    .swiper-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
        height: 42px;
        margin-bottom: 50px;
        .swiper-pagination-horizontal {
            &.swiper-pagination-bullets {
                width: calc(100% - 88px);
                left: 44px;
            }
        }
        .swiper-navigation-icon {
            display: none;
        }
        .swiper-button-prev,
        .swiper-button-next {
            background-image: url('../images/slider-arrow.svg');
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: center;
        }
        .swiper-button-prev {
            transform: rotate(180deg);
        }
    }
    /* Proven Container & Articles */
    .proven {
        background-color: var(--bg-F6);
        padding: 110px 0 90px;
        .section-badge {
            max-width: fit-content;
        }
        &.bg-white {
            padding-bottom: 0;
            &.marketing-insight-custom{
                padding-top: 50px;
            }
        }
        h2 {
            font-family: NoeDisplay;
            font-weight: 700;
            font-size: 46px;
            line-height: 120%;
            text-align: center;
            color: var(--brand-secondary-900);
        }
        .overlap-slider {
            margin-top: -200px;
            h2 {
                margin-bottom: 20px;
                font-size: 43px;
                font-weight: 700;
                color: var(--brand-secondary-700);
                margin-bottom: 34px;
            }
        }
        .testimonial-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            p {
                font-weight: 500;
                font-size: 20px;
                line-height: 150%;
                color: var(--brand-secondary-700);
                margin-bottom: 0;
                text-align: center;
                max-width: 800px;
                margin: 0 auto;
                width: 100%;
            }
            .name {
                font-weight: 800;
                font-size: 16px;
                line-height: 150%;
                color: var(--brand-secondary-700);
            }
            .position {
                font-weight: 400;
                font-size: 15px;
                line-height: 160%;
                color: var(--brand-secondary-700);
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-bottom: 10px;
                span {
                    &:first-child {
                        margin-bottom: 20px;
                    }
                }
            }
            .ratting {
                width: 68px;
                display: flex;
                img {
                    width: 100%;
                    height: auto;
                }
            }
        }
        .bg-gray {
            background-color: var(--bg-F6);
            .proven-container { 
                &:last-child {
                    padding-top: 123px;
                    padding-bottom: 100px;
                    .cards-row {
                    	.card {
                    		width: calc(33.33% - 20px);
                    	}
                    }
                }
            }
        }
        .proven-container {
            max-width: 1330px;
            width: 100%;
            padding: 0 15px;
            margin: 0 auto;
            padding-bottom: 96px;

            &:last-child {
                padding-top: 96px;
                padding-bottom: 0;
                border-top: 1px solid var(--brand-primary);
            }

            .title-top {
                display: flex;
                align-items: flex-end;

                h2 {
                    font-family: NoeDisplay;
                    font-weight: 700;
                    font-size: 36px;
                    line-height: 120%;
                    color: var(--body-color);
                    margin-bottom: 24px;
                }

                p {
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 150%;
                    color: var(--brand-secondary-700);
                    margin-bottom: 0;
                }
            }
        }

        .main-content {
            display: flex;
            padding: 54px 0 70px;
        }

        p {
            font-weight: 400;
            font-size: 14px;
            line-height: 150%;
            color: var(--brand-secondary);
        }
    }
}

/* Line flow animations for ordering section */
@keyframes drawLine {
    0% {
        clip-path: inset(0 0 100% 0);
    }
    40% {
        clip-path: inset(0 0 0 0);
    }
    60% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(100% 0 0 0);
    }
}

@keyframes lineGlow {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

/* ================================================
   RESPONSIVE: 1399px
   ================================================ */
@media (max-width: 1399px) {
    .about-page {
        /* 2. About Branded */
        .image-content {
            flex: 0 0 400px;
            display: flex;
            align-items: center;
        }

        .top-placeholder {
            max-width: 180px;
        }

        .bottom-placeholder {
            max-width: 250px;
        }
    }
    .home-page {
        .order-container {
            padding: 0 0 0 20px;
        }
    }
}

/* ================================================
   RESPONSIVE: 1199px
   ================================================ */
@media (max-width: 1199px) {
    .about-page {
        /* 2. About Branded */
        .about-branded {
            padding-bottom: 90px;
            .branded-container-content {
                gap: 60px;
            }
        }

        /* 4. Why Choose */
        .blue-bg-why-choose {
            .bg-blue {
                padding: 50px;
            }

            .why-choose-img {
                flex: 0 0 200px;
            }
        }

        /* 5. Leadership */
        .leadership {
            .contact-info {
                padding: 30px;
                gap: 20px;
            }

            .contact-info-text {
                padding-right: 20px;
            }

            .contact-right-text {
                padding-left: 20px;
            }
        }

        /* 6. Reviews (Proven) */
        .about-proven {
            &.proven {
                .main-content {
                    flex-direction: column;
                    padding: 0 0 20px 0;
                }

                .excellent {
                    margin: 0 auto;
                }
            }
        }
    }
    .home-page {
        /* 6. Ordering */
        .order-bg {
            height: auto;
            img {
                width: 100%;
                height: auto;
            }
        }
        .ordering {
            margin: 0;
        }
        .order-container {
            flex-direction: column;
            padding: 0;
            gap: 0;
            .right-content {
                order: 1;
            }
            .left-images {
                order: 2;
                padding: 30px 30px 45px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 15px;
                .card {
                    position: relative;
                    top: initial !important;
                    left: initial !important;
                    right: initial !important;
                    bottom: initial !important;
                    padding: 18px 22px 18px 116px !important;
                    max-width: 330px !important;
                    .card-title {
                        font-size: 16px;
                    }
                    .desc {
                        font-size: 14px;
                        max-width: 100% !important;
                    }
                    .count {
                        display: none;
                    }
                    .card-icons {
                        top: 18px !important;
                        left: 22px !important;
                        bottom: auto !important;
                        right: auto !important;
                    }
                    &.card02 {
                        order: 1;
                        .card-icons {
                            width: 48px;
                            height: 56px;
                            &::after {
                                right: -4px;
                                bottom: 8px;
                                width: 53px;
                                height: 53px;
                            }
                        }
                    }
                    &.card01 {
                        order: 2;
                        .card-icons {
                            width: 63px;
                            height: 50px;
                            &::after {
                                right: -7px;
                                bottom: -10px;
                                width: 53px;
                                height: 53px;
                            }
                        }
                    }
                    &.card03 {
                        order: 3;
                        .card-icons {
                            width: 56px;
                            height: 50px;
                            &::after {
                                right: 0px;
                                bottom: 0px;
                                width: 52px;
                                height: 52px;
                            }
                        }
                    }
                    &.card04 {
                        order: 4;
                        .card-icons {
                            width: 56px;
                            height: 55px;
                            &::after {
                                width: 52px;
                                height: 52px;
                                right: 0;
                            }
                        }
                    }
                }
                .line {
                    display: none;
                }
            }
            .text-content {
                text-align: center;
            }
        }
        .elevate {
            .container {
                padding: 0 20px;
            }
            .left-content {
                padding: 20px 0;
                flex: 1 1 auto;
            }
            .right-content {
                flex: 0 0 400px;
                .grid {
                    max-width: 100%;
                    .grid-item {
                        min-height: 84px;
                        img {
                            width: 100%;
                            height: auto;
                            max-width: 100px;
                            max-height: 74px;
                        }
                    }
                }
            }
        }
        .whybranded {
            .blue-bg {
                .rectangle-lines {
                    display: none;
                }
            }
        }
    }
}

/* ================================================
   RESPONSIVE: 991px
   ================================================ */
@media (max-width: 991px) {
    .about-page {
        /* 2. About Branded */
        .about-branded {
            padding-top: 0;
            .container {
                padding: 0 20px;
            }
            .branded-container-content {
                flex-direction: column-reverse;
                gap: 40px;
                align-items: center;
            }
        }
        .right-main-section-img {
            max-width: 400px;
            top: -70px;
        }

        /* 5. Leadership */
        .leadership {
            .contact-info {
                padding: 20px;
            }

            .left-contact {
                flex: 0 0 80px;
            }

            .contact-phone {
                align-items: center;

                a {
                    font-size: 20px;
                }
            }
        }
    }
    .home-page {
        .order-container {
            .text-content {
                p {
                    max-width: 500px;
                }
                ul {
                    max-width: 412px;
                    width: 100%;
                    margin: 0 auto;
                }   
            }
        }
    }
}

/* ================================================
   RESPONSIVE: 768px
   ================================================ */
@media (max-width: 768px) {
    .btn-green, .btn-green-outline, .btn-outline {
        min-height: 40px;
        font-size: 14px;
        padding: 7px 20px;
        gap: 8px;
    }
    .home-page {
        /* 1. Hero */
        .hero {
            padding: 30px 0 70px;
            background-size: 250% auto;
            &::before {
                height: 323px;
            }
            h1 {
                font-size: 27px;
                margin-bottom: 20px;
                i {
                    font-size: 27px;
                }
            }
            p {
                font-size: 15px;
                line-height: 150%;
                margin-bottom: 0;
            }
            .grid-container {
                gap: 15px;
                padding: 30px 0;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                .item {
                    flex: 0 0 162px;
                    img {
                        border-radius: 15px;
                    }
                }
            }
            .bottom-buttons {
                display: grid !important;
                grid-template-columns: 1fr 1fr;
            }
            .bottom-section {
                margin-bottom: 0;
                padding-bottom: 15px;
                border-bottom: 1px solid var(--border-light);
                p {
                    font-weight: 500;
                    font-size: 9px;
                    line-height: 150%;
                    img {
                        max-width: 15px;
                        height: auto;
                    }
                }
            }
            .bottom-container {
                padding-top: 15px;
                border-top: none;
                .satisfaction-text {
                    font-size: 10px;
                    img {
                        max-width: 10px;
                        height: auto;
                    }
                }
                .more-text {
                    font-size: 9px;
                    img {
                        max-width: 15px;
                        height: auto;
                    }
                }
            }
            .trust-pilot {
                max-width: 143px;
                img {
                    width: 100%;
                    height: auto;
                }
            }
            .columns-list {
                font-size: 9px;
                img {
                    max-width: 9px;
                    height: auto;
                }
            }
        }
        /* 2. Trusted Slider */
        .trusted-slider {
            padding: 35px 0;
            p {
                font-size: 16px;
                margin-bottom: 30px;
            }
        }
        /* 4. Why Branded */
        .whybranded {
            padding-bottom: 0;
            &.pt-mobile-0{
                padding-top:0;
            }
            .blue-bg {
                height: auto;
                .green-icon {
                    max-width: 338px;
                    width: 100%;
                    left: 50%;
                    transform: translate(-50%, -150px);
                    img {
                        width: 100%;
                        height: auto;
                    }
                }
                .container {
                    padding: 75px 20px 100px;
                    h2 {
                        font-size: 27px;
                        margin-bottom: 16px;
                        min-height: auto;
                    }
                }
                .cards-container {
                    flex-direction: column;
                    align-items: center;
                }
            }
            .gray-bg {
                padding: 86px 0 75px;
            }
            h2 {
                font-size: 32px;
                min-height: auto;
            }
        .cards-container {
            grid-template-columns: 1fr;  
            }
            .white-bg {
                max-width: 350px;
                width: 100%;
                margin: 0 auto;
                padding: 50px 20px;
            }
        }
        /* 5. Elevate */
        .elevate {
            .container {
                grid-template-columns: 1fr;
                padding: 0 20px;
            }
            .left-content {
                padding: 0;
                gap: 24px;
                align-items: center;
                h2 {
                    text-align: center;
                    font-size: 27px;
                    i {
                        font-size: 27px;
                    }
                }
            }
            .grid {
                max-width: 354px;
                width: 100%;
            }
            .grid-item {
                img {
                    width: 100%;
                    height: auto;
                }
            }
            .right-content {
                display: flex;
                justify-content: center;
            }
        }
        /* 3. Featured Products */
        .featured {
            padding: 60px 0;
            h2 {
                font-size: 27px;
                margin-bottom: 20px;
            }
            p {
                font-size: 14px;
                margin-bottom: 15px;
            }
            .holiday-container {
                .blue-bg {
                    grid-template-columns: 1fr;
                    .bg-image {
                        max-height: 337px;
                    }
                    h3 {
                        text-align: center;
                    }
                    p {
                        text-align: center;
                    }
                }
                .text-right {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    padding:  25px 25px 65px

                }
            }
        }
        .product-container {
            padding: 0 20px;
            padding-bottom: 60px;
            .badge {
                font-size: 7px;
                left: 6px;
                top: 10px;
                padding: 5px 4px;
            }
            .name {
                font-size: 13px;
            }
            .product-code {
                font-size: 9px;
            }
            .product-price {
                font-size: 16px;
            }
            .min-text {
                font-size: 9px;
            }
            .add-btn {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
            .colors {
                .color-swatch {
                    width: 10px;
                    height: 10px;
                    outline-width: 1px;
                    outline-offset: 2px;
                }
                .add-color {
                    width: 16px;
                    height: 16px;
                    font-size: 12px;
                }
            }
            .like {
                top: 10px;
                right: 10px;
                max-width: 12px;
                max-height: 10px;
                display: flex;
                img {
                    width: 100%;
                    height: auto;
                }
            }
            /*.product-img {
                max-height: 164px;
                height: 100%;
                padding: 10px;
            }*/
        }
        .product-row {
            row-gap: 0;
        }
        /* 7. Reviews & Articles (Proven) */
        .image-container {
            height: 365px;
        }
        .testimonial-item {
            p {
                font-size: 16px;
            }
        }
        .client {
            &.one, &.two, &.three, &.four, &.five {
                width: 117px;
                height: 117px;
                left: 50%;
                transform: translateX(-50%);
                top: auto;
                right: auto;
                bottom: 90px;
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.5s ease, visibility 0.5s ease;
                &.visible {
                    opacity: 1;
                    visibility: visible;
                }
                .message img {
                    top: -100px;
                    right: auto;
                    left: -30px;
                    width: 150px;
                    height: auto;
                }
            }
            &.three {
                .message img {
                    top: -100px;
                    right: auto;
                    left:   -160px;
                    width: 80px;
                    height: auto;
                }
            }
            &.one {
                .message img {
                    top: -100px;
                    right: auto;
                    left:   -160px;
                    width: 80px;
                    height: auto;
                }
            }
            &.five {
                .message img {
                    top: -100px;
                    right: auto;
                    left:   -160px;
                    width: 80px;
                    height: auto;
                }
            }
            &.two .message::after {
                top: -100px;
                right: auto;
                left: -30px;
                width: 150px;
                height: auto;
                padding: 7px 15px;
                font-size: 10px;
            }
        }
        .customer-review-container {
            padding: 0 20px;
        }
        .proven {
            padding-bottom: 68px;
            padding-top: 66px;
            .section-badge {
                margin-bottom: 28px;
            }
            &.bg-white{
                .swiper-bottom{
                    margin-bottom: 0;
                }
                &.marketing-insight-custom{
                    padding-top: 20px;
                }
            }
            .bg-gray {
                .proven-container {
                     &:last-child { 
                        padding-top: 64px;
                        padding-bottom: 63px;
                        .cards-row {
    		 	.card {
	    			width: 100%;
    			   }
            		}
                     }   
                }
            }
            .overlap-slider {
                    margin-top: -80px;
                    h2 {
                        font-size: 33px;
                    }
                }
             .proven-container {
                .title-top {
                    h2 {
                        text-align: center;
                        width: 100%;
                        font-size: 27px;
                    }
                    p {
                        text-align: center;
                        font-size: 15px;
                        margin: 0 auto;
                    }
                }
                &:last-child {
                    padding-top: 60px;
                    .btn-green-outline {
                        min-width: 165px;
                    }
                }
                .section-badge {
                    margin-bottom: 30px;
                }
            }
            .main-content {
                padding-top: 0;
            }
        }

        .proven {
            h2 {
                font-size: 32px;
                i {
                    font-size: 33px;
                }
            }

            .proven-container {
                padding: 0 25px 90px;
                &:last-child {
                    padding-top: 96px;
                }
            }

            .title-top {
                h2 {
                    font-size: 27px;
                    margin-bottom: 20px;
                }

                p {
                    font-size: 15px;
                    margin-bottom: 0;
                }
            }
        }
    }
    .about-page {
        /* Shared */
        .page-title {
            font-size: 27px;
        }

        .section-badge {
            margin-bottom: 25px;
        }

        .sub-title {
            padding-bottom: 16px;

            h3 {
                font-size: 27px;

                i {
                    font-size: 27px;
                }
            }
        }

        /* 1. About Banner */
        .about-banner {
            min-height: 280px;
            align-items: flex-start;
            padding-top: 35px;

            .container {
                padding: 0 30px;
            }

            .container {
                p {
                    font-size: 14px;
                }
            }
        }

        /* 2. About Branded */
        .about-branded {
            padding-top: 0;
            padding-bottom: 40px;

            .container {
                padding-right: 15px;
            }

            .branded-container-content {
                gap: 33px;

                h3 {
                    font-size: 27px;

                    i {
                        font-size: 27px;
                    }
                }
            }
            .text-content {
                padding: 40px 0 20px;
            }
        }

        .text-content {
            padding: 20px 0;
        }

        .image-content {
            height: 242px;
            flex: 0 0 242px;
            display: flex;
        }

        .right-main-section-img {
            max-width: 242px;
            top: -40px;
        }

        .description {
            gap: 12px;

            p {
                font-size: 15px;
            }
        }

        .top-placeholder {
            max-width: 80px;
            top: 40px;
            right: -35px;
        }

        .bottom-placeholder {
            max-width: 110px;
            bottom: -35px;
        }

        /* 3. Proven Section */
        .proven-section {
            padding: 60px 0 200px;

            .banner-img {
                max-height: 177px;
            }
            .branded-container-content {
                gap: 33px;
            }
            h3 {
                font-size: 32px;
                i {
                    font-size: 33px;
                }
            }
            p {
                font-size: 15px;
                b {
                    font-size: 16px;
                }
            }

            .top-text {
                padding-bottom: 40px;
            }

            .list-box {
                padding: 10px 0;

                ul {
                    margin-bottom: 0;
                    padding-left: 25px;
                }

                .d-flex {
                    flex-direction: column;
                    gap: 0px;
                }

                li {
                    font-size: 15px;
                }
                .semi-title {
                    font-size: 16px;
                    padding-bottom: 20px;
                }
            }

            .semi-title {
                font-size: 16px;
                padding-bottom: 16px;
            }
        }

        .strategic-container {
            h4 {
                font-size: 27px;
                margin-bottom: 18px;
            }
        }

        /* 4. Why Choose */
        .blue-bg-why-choose {
            padding: 0 20px;
            margin-top: -150px;

            .bg-blue {
                padding: 44px 25px;
            }

            .why-choose-img {
                max-width: 200px;
                flex: auto;
            }

            .why-choose-content {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .inner-content {
                gap: 30px;
            }

            .section-badge {
                margin-bottom: 30px;
            }

            h3 {
                font-size: 27px;
                text-align: center;
                max-width: 280px;
                margin: 0 auto;
                width: 100%;
                margin-bottom: 12px;

                i {
                    font-size: 27px;
                }
            }

            p {
                font-size: 14px;
                text-align: center;
                margin-bottom: 8px !important;
            }
        }

        /* 5. Leadership */
        .leadership {
            padding: 70px 0;
            .leader-img {
                width: 220px;
                height: 213px;
                flex: 0 0 220px;
            }
            h3 {
                font-family: 'Gotham', sans-serif;
                font-size: 30px;
                text-align: center;
                margin-bottom: 25px;
            }

            .leader-container {
                flex-direction: column;
                align-items: center;
                gap: 25px;
            }

            .leader-data {
                display: flex;
                flex-direction: column;
                align-items: center;

                .leader-name {
                    font-size: 26px;
                    margin-bottom: 8px;
                }

                .leader-role {
                    font-size: 16px;
                    margin-bottom: 18px;
                }

                .leader-desc {
                    text-align: center;
                }
            }

            .contact-info {
                margin-top: 60px;
                flex-direction: column;
                align-items: center;
                padding: 40px 20px 70px;
                gap: 0;
            }

            .left-contact {
                flex: auto;
                height: 100px;
                display: flex;

                img {
                    width: 100%;
                    height: auto;
                    transform: rotate(90deg);
                }
            }

            .right-contact {
                flex-direction: column;
            }

            .contact-info-text {
                padding-right: 0;
                border-right: 0;

                h5 {
                    text-align: center;
                    font-size: 27px;
                }

                p {
                    text-align: center;
                }

                padding-bottom: 30px;
                border-bottom: 1px solid var(--brand-primary);
            }

            .contact-right-text {
                padding-left: 0;
                text-align: center;
                padding-top: 30px;
                margin-bottom: 0;
            }

            .contact-phone {
                justify-content: center;

                a {
                    font-size: 29px;
                }
            }
        }

        /* 6. Reviews (Proven) */
        .about-proven {
            &.proven {
                padding-bottom: 0;
                padding-top: 90px;

                .main-content {
                    flex-direction: column;
                    padding-bottom: 20px;
                }

                .swiper-container {
                    padding: 30px 0;
                }

                h2 {
                    font-size: 32px;

                    i {
                        font-size: 33px;
                    }
                }

                .proven-container {
                    padding: 0 25px 60px;

                    &:last-child {
                        padding-top: 64px;
                            .cards-row {
        			.card {
                		width: 100%;
                	    }
                	}
                    }
                }
                .mobile-text-center {
                    justify-content: center !important;
                }
                .title-top {
                    h2 {
                        font-size: 27px;
                        margin-bottom: 20px !important;
                        margin: 0 auto;
                    }

                    p {
                        font-size: 15px;
                        margin-bottom: 0;
                        margin: 0 auto;
                        text-align: center;
                    }
                }
            }
        }
    }
}

@media (max-width: 468px) {
    .about-page {
        .about-banner {
            .page-title {
                text-align: center;
            }

            .container {
                p {
                    text-align: center;
                }
            }
        }
        .mobile-text-center {
            justify-content: center !important;
        }
    }
    .home-page {
        /* 1. Hero */
        .hero {
            h1 {
                text-align: center;
            }
            p {
                text-align: center;
            }
            .grid-container {
                grid-template-columns: 1fr 1fr;
            }
        }
        /* 7. Reviews & Articles (Proven) */
        .proven {
            .proven-container {
                .title-top {
                    h2 {
                        text-align: center;
                    }
                }
            }
        }
        .product-container {
            padding-bottom:30px;
            .product-img {
                height: 165px;

            }
            .product-swiper-next {
                right: 0px;
                width: 20px;
                height: 20px;
                img{
                    width: 5px;
                }
            }
            .product-swiper-prev{
                left: 0px;
                width: 20px;
                height: 20px;
                img{
                    width: 5px;
                }
            }

            .hover-link {
                height:35px;
                font-size:12px;
                img {
                    width: 10px;
                    margin-left: 5px;
                }
            }
        }
    }
}
