/* ================= ABOUT PAGE GLOBAL ================= */
/* ================= PAGE BANNER ================= */
.page-banner {
    position: relative;
}

.page-banner img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.page-banner-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
}

.page-banner-text h1 {
    font-family: var(--font-head);
    font-size: 38px;
    margin-bottom: 6px;
}

.page-banner-text p {
    color: #000000;
}

/* ================= INTRO IMAGE ================= */
.about-intro {
    padding: 70px 0 40px;
}

.about-intro img {
    width: 100%;
    border-radius: 22px;
}

/* ================= ABOUT CONTENT ================= */
.about-content {
    padding: 80px 0;
}

.about-content img {
    width: 100%;
    border-radius: 18px;
}

.about-content h2 {
    font-family: var(--font-head);
    font-size: 30px;
    margin-bottom: 16px;
}

.about-content p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
    margin-bottom: 14px;
}

/* STATS */
.about-stats {
    display: flex;
    gap: 50px;
    margin-top: 30px;
}

.about-stats h3 {
    font-family: var(--font-head);
    font-size: 28px;
    margin-bottom: 4px;
}

.about-stats span {
    font-size: 13px;
    color: var(--muted);
}

.about-experience h2 {
    font-family: var(--font-head);
    font-size: 24px;
    margin-bottom: 14px;
}


.about-experience ul {
    padding-left: 18px;
    list-style: disclosure-closed;
}

.about-experience li {
    margin-bottom: 10px;
}

/* ================= VIDEO SECTION ================= */
.about-video {
    position: relative;
    margin: 90px 0;
}

.about-video img {
    width: 100%;
    border-radius: 22px;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

/* ================= TESTIMONIAL ================= */
.about-testimonial {
    padding: 90px 0;
}

.small-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--theme-color);
}

.about-testimonial h2 {
    font-family: var(--font-head);
    font-size: 30px;
    margin: 10px 0 14px;
}

.about-testimonial p {
    font-size: 14px;
    color: var(--muted);
}

.testimonial-box {
    background: var(--white);
    padding: 34px;
    border-radius: 18px;
}

.testimonial-box p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--dark);
}

.testimonial-user {
    margin-top: 18px;
}

.testimonial-user span {
    display: block;
    font-size: 13px;
    color: var(--muted);
}


.about-brands h2 {
    font-family: var(--font-head);
}

.about-brands .brand-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.about-brands img {
    height: 42px;
    opacity: 0.85;
}

/* ================= MOBILE ================= */
@media(max-width:768px) {

    .page-banner img {
        height: 220px;
    }

    .page-banner-text h1 {
        font-size: 28px;
    }

    .about-stats {
        flex-direction: column;
        gap: 24px;
    }

    .about-content,
    .about-experience,
    .about-testimonial,
    .about-brands {
        padding: 60px 0;
    }
}

.about-intro img,
.about-content img,
.about-experience img,
.about-video img {
    object-fit: cover;
}

/* ===== PAGE BANNER ===== */
.page-banner-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .35);
}

/* ===== WIDE IMAGE ===== */
.about-wide {
    padding: 70px 0;
}

.about-wide img {
    width: 100%;
    border-radius: 18px;
}

/* ===== ABOUT MAIN ===== */

.about-main h2 {
    font-family: var(--font-head);
    font-size: 24px;
}

.about-stats {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.about-stats h3 {
    font-family: var(--font-head);
}

.about-experience ul {
    padding-left: 18px;
}

.about-experience li {
    margin-bottom: 8px;
}

/* ===== VIDEO ===== */
.about-video {
    position: relative;
    margin: 90px 0;
}

.about-video img {
    width: 100%;
    border-radius: 18px;
}

.play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    color: #fff;
}

/* ===== TESTIMONIAL ===== */
.about-testimonial {
    padding: 90px 0;
}

.testimonial-box {
    background: #fff;
    padding: 40px;
    border-radius: 14px;
}

.brand-list {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.brand-list img {
    height: 180px;
}

/* ===== COMMON ===== */
.rounded-img {
    width: 100%;
    border-radius: 18px;
}

/* MOBILE */
@media(max-width:768px) {
    .about-stats {
        flex-direction: column;
        gap: 20px;
    }
}

/* ================= NEWSLETTER ================= */
.newsletter {
    padding: 10px 0;
    background: var(--white);
    border-top: 1px solid var(--border);
}

.newsletter h2 {
    font-family: var(--font-head);
    font-size: 28px;
    line-height: 1.4;
}

.newsletter h2 span {
    color: var(--accent);
}

.newsletter-form {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.newsletter-form input {
    width: 280px;
    padding: 12px 14px;
    border: 1px solid var(--border);
    font-size: 14px;
}

.newsletter-form button {
    padding: 12px 22px;
    background: #111;
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

/* ================= INSTAGRAM ================= */
.instagram-gallery {
    padding: 80px 0;
    background: var(--bg);
}

.insta-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insta-head h2 {
    font-family: var(--font-head);
    font-size: 24px;
}

.insta-btn {
    background: #111;
    color: #fff;
    font-size: 13px;
    padding: 6px 14px;
    text-decoration: none;
}

.insta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.insta-grid img {
    width: 100%;
    border-radius: 12px;
}

/* ================= MOBILE ================= */
@media(max-width:768px) {
    .newsletter-form {
        flex-direction: column;
        gap: 12px;
    }

    .newsletter-form input {
        width: 100%;
    }

    .insta-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.shop-sidebar a,
.page-banner-text a {
    color: var(--dark);
    text-decoration: none;
}

.shop-sidebar a:hover,
.page-banner-text a:hover {
    color: var(--bs-orange);
}

.about-values .section-sub {
    color: var(--muted);
    max-width: 600px;
    margin: 10px auto 0;
}

.value-card {
    background: var(--theme-bg-card);
    border: 1px solid var(--border);
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.value-card img {
    height: 80px;
}

.value-card h5 {
    font-weight: 600;
}

.trust-highlight {
    border-top: 1px solid var(--border);
}

.trust-highlight-item {
    padding: 25px 15px;
    transition: all 0.3s ease;
}

.trust-highlight-item:hover {
    transform: translateY(-6px);
}
.trust-highlight-item img {
    height: 100px;
}
.trust-highlight-item h5 {
    font-weight: 600;
    margin-bottom: 4px;
}

.trust-highlight-item span {
    font-size: 13px;
    color: #666;
}