/* =============================================
    WHY NON-WOVEN BAG PAGE — whynonwoven.css
============================================= */
@import "./productpage.css";

:root {
    --red: #ec3237;
    --orange: #f6930f;
    --lime: #c4d601;
    --bg: #fcf9f8;
}

body {
    margin: 0;
    background: #fff;
    font-family: 'Outfit', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

/* ===== LOGO OVERRIDE ===== */
.desktop-logo-wrap {
    width: 64px !important;
    height: 64px !important;
    transform-origin: center center;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}
@media (min-width: 768px) {
    .desktop-logo-wrap {
        width: 104px !important;
        height: 104px !important;
    }
}

/* ===== BREADCRUMB BANNER ===== */
.product-breadcrumb-banner {
    background: #EC3237;
    margin-top: 80px;
    padding: 28px 24px;
    text-align: center;
}
@media (min-width: 768px) {
    .product-breadcrumb-banner {
        padding: 48px 24px;
    }
}
.product-breadcrumb-inner {
    max-width: 1280px;
    margin: 0 auto;
}
.breadcrumb-title {
    color: #ffffff !important;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 700 !important;
    line-height: 1.2;
    margin: 0;
}
@media (max-width: 767px) {
    .product-breadcrumb-banner {
        padding: 16px 24px;
    }
    .product-breadcrumb-inner br {
        display: none;
    }
}

/* ===== MAIN CONTENT SECTION ===== */
.wnw-section {
    padding: 72px 24px 96px;
}
.wnw-section-1 {
    background: #ffffff;
}
.wnw-section-2 {
    background: #f4f4f4;
}
.wnw-section-3 {
    background: #eef5ff;
    margin-bottom: 0;
}
.wnw-inner {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

/* Keep the final section background continuous up to footer */
.wnw-section-3 + #contact-footer {
    margin-top: 0 !important;
}

#contact-footer {
    margin-top: 0 !important;
}

/* ===== MAIN TITLE ===== */
.wnw-main-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 28px;
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}
.wnw-main-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 72px;
    height: 4px;
    background: var(--red);
    border-radius: 99px;
}

/* ===== DESCRIPTION TEXT ===== */
.wnw-desc {
    font-size: clamp(1.06rem, 1.62vw, 1.2rem);
    font-family: 'Outfit', sans-serif !important;
    color: #555;
    line-height: 1.6;
    letter-spacing: -0.3px;
    margin: 0 auto 42px;
    max-width: 1120px;
    font-weight: 400;
}

/* ===== CENTER IMAGE ===== */
.wnw-center-image {
    display: block;
    width: 100%;
    max-width: 820px;
    height: auto;
    margin: 0 auto 42px;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
}

/* ===== SECTION HEADING ===== */
.wnw-section-heading {
    font-size: clamp(1.2rem, 2.2vw, 1.65rem);
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 56px auto 32px;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
}
.wnw-section-heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--orange);
    border-radius: 99px;
}

/* ===== RECYCLE BOX ===== */
.wnw-recycle-box {
    border: 1px solid #e7eaee;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 44px;
    text-align: left;
    background: #ffffff;
    box-shadow: none;
    margin: 0 auto 60px;
    max-width: 1200px;
}
.wnw-recycle-box:hover {
    border-color: rgba(236,50,55,0.22);
    box-shadow: none;
    transition: all 0.3s ease;
}
.wnw-recycle-img-col {
    flex: 0 0 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wnw-recycle-img-col img {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
}
.wnw-recycle-text-col {
    flex: 1;
}
.wnw-recycle-text-col p {
    font-size: clamp(1.02rem, 1.45vw, 1.14rem);
    font-family: 'Outfit', sans-serif !important;
    color: #374151;
    line-height: 1.6;
    letter-spacing: -0.3px;
    text-align: justify;
    margin: 0;
    font-weight: 400;
}
.wnw-recycle-text-col p + p {
    margin-top: 20px;
}

/* ===== ADVANTAGES TITLE ===== */
.wnw-adv-title {
    font-size: clamp(1.2rem, 2.2vw, 1.65rem);
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 auto 42px;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
}
.wnw-adv-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--lime);
    border-radius: 99px;
}

/* ===== CARDS GRID ===== */
.wnw-cards-row {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Row 1: 3 equal cards */
.wnw-cards-row.row-3 .wnw-card {
    flex: 1 1 calc(33.333% - 16px);
    min-width: 260px;
}

/* Row 2: small + large */
.wnw-cards-row.row-2 .wnw-card.card-small {
    flex: 0 0 34%;
}
.wnw-cards-row.row-2 .wnw-card.card-large {
    flex: 1;
}

/* ===== CARD BASE ===== */
.wnw-card {
    background: #ffffff;
    border: 1px solid #edf0f3;
    border-radius: 12px;
    padding: 32px 26px 30px;
    text-align: center;
    transition: border-color 0.25s ease;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wnw-card:hover {
    border-color: rgba(236,50,55,0.25);
    box-shadow: none;
}

/* Number Circle */
.wnw-card-num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-size: 1.24rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
    box-shadow: none;
}

.wnw-card h3 {
    font-size: 1.16rem;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    color: #1a1a1a;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.wnw-card p {
    font-size: 1rem;
    font-family: 'Outfit', sans-serif !important;
    color: #6b7280;
    line-height: 1.6;
    letter-spacing: -0.3px;
    margin: 0;
    font-weight: 400;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 767px) {
    .wnw-recycle-box {
        flex-direction: column;
        gap: 24px;
        padding: 26px 18px;
    }
    .wnw-recycle-img-col {
        flex: unset;
        width: 100%;
    }
    .wnw-recycle-img-col img {
        max-width: 230px;
        margin: 0 auto;
    }
    .wnw-recycle-text-col p {
        text-align: left;
    }
    .wnw-cards-row {
        flex-direction: column;
        gap: 16px;
    }
    .wnw-cards-row.row-2 .wnw-card.card-small,
    .wnw-cards-row.row-2 .wnw-card.card-large {
        flex: unset;
        width: 100%;
    }
    .wnw-section {
        padding: 46px 16px 64px;
    }
    .wnw-desc {
        font-size: 1rem;
        line-height: 1.82;
    }
    .wnw-main-title {
        font-size: 1.9rem;
    }
    .wnw-center-image {
        max-width: 100%;
    }
}
