* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #202020;
    background: #ffffff;
    line-height: 1.7;
}

.office-chair-page {
    width: 100%;
    overflow: hidden;
}

.chair-container {
    width: min(1180px, 92%);
    margin: 0 auto;
}




.location-hero {
    position: relative;
    padding: 105px 0 100px;
    background:
        linear-gradient(
            90deg,
            rgba(20, 40, 36, 0.96) 0%,
            rgba(20, 40, 36, 0.91) 45%,
            rgba(20, 40, 36, 0.72) 100%
        ),
        url("assets/images/office/office-chair-banner.jpg") center center / cover no-repeat;

    overflow: hidden;
}

.location-hero::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    right: -120px;
    top: -150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.location-hero::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    left: -120px;
    bottom: -130px;
    border-radius: 50%;
    background: rgba(198, 155, 109, 0.08);
}

.location-hero .container {
    position: relative;
    z-index: 2;
}

.location-hero .row {
    min-height: 320px;
}

.section-subtitle {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50px;

    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.location-hero h1 {
    margin: 0 0 20px;

    color: #fff;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1px;
}

.location-hero p {
    max-width: 780px;
    margin: 0;

    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.location-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.location-buttons .btn {
    min-width: 135px;
    padding: 12px 22px;

    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.location-buttons .btn-primary {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}

.location-buttons .btn-primary:hover {
    background: #b78654;
    border-color: #b78654;
    transform: translateY(-2px);
}

.location-buttons .btn-success {
    background: #20b95b;
    border-color: #20b95b;
}

.location-buttons .btn-success:hover {
    background: #159947;
    border-color: #159947;
    transform: translateY(-2px);
}


/* =========================================================
   LOCATION CONTENT
========================================================= */

.location-content {
    position: relative;
    padding: 85px 0 !important;
    background: #fff;
}

.location-content .container {
    max-width: 1180px;
}

.location-content h2 {
    position: relative;

    margin-top: 0;
    margin-bottom: 22px;

    color: var(--dark);
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.location-content h2::after {
    content: "";
    display: block;

    width: 55px;
    height: 3px;

    margin-top: 13px;

    background: var(--secondary);
    border-radius: 10px;
}

.location-content p {
    max-width: 1000px;

    margin-bottom: 18px;

    color: var(--text);
    font-size: 16px;
    line-height: 1.85;
}


/* =========================================================
   PRODUCT / SERVICE CARDS
========================================================= */

.location-feature-card {
    height: 100%;
    min-height: 205px;

    padding: 30px;

    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.035);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.location-feature-card:hover {
    transform: translateY(-7px);

    border-color: rgba(41, 76, 69, 0.25);

    box-shadow: var(--shadow);
}

.location-feature-card h3 {
    position: relative;

    margin: 0 0 14px;

    padding-left: 18px;

    color: var(--primary);
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
}

.location-feature-card h3::before {
    content: "";

    position: absolute;
    left: 0;
    top: 4px;

    width: 4px;
    height: 24px;

    border-radius: 5px;
    background: var(--secondary);
}

.location-feature-card p {
    margin: 0;

    color: #666;
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   OFFICE CHAIR RANGE GRID
========================================================= */

.location-content .row.g-4 {
    margin-top: 5px !important;
}

.location-content .row.g-4 > div {
    display: flex;
}

.location-content .row.g-4 .location-feature-card {
    width: 100%;
}


/* =========================================================
   WHY CHOOSE HOWL
========================================================= */

.location-content ul {
    max-width: 850px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.location-content ul li {
    position: relative;

    margin-bottom: 13px;
    padding: 13px 18px 13px 45px;

    color: #555;

    background: var(--light-bg);

    border: 1px solid #edf0ee;
    border-radius: 8px;

    font-size: 15px;
}

.location-content ul li::before {
    content: "\f00c";

    position: absolute;
    left: 17px;
    top: 50%;

    transform: translateY(-50%);

    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    color: var(--primary);
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.location-content .text-center {
    margin-top: 55px !important;
    padding: 35px 25px;

    background: var(--light-bg);

    border: 1px solid var(--border);
    border-radius: var(--radius);
}

.location-content .text-center .btn {
    min-width: 150px;

    margin: 5px;

    padding: 12px 22px;

    border-radius: 7px;

    font-size: 14px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.location-content .text-center .btn:hover {
    transform: translateY(-2px);
}


/* Know More */

.location-content .text-center .btn-dark {
    background: var(--primary);
    border-color: var(--primary);
}

.location-content .text-center .btn-dark:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991px) {

    .location-hero {
        padding: 80px 0;
    }

    .location-hero h1 {
        font-size: 46px;
    }

    .location-content {
        padding: 65px 0 !important;
    }

    .location-content h2 {
        font-size: 30px;
    }

    .location-feature-card {
        min-height: 190px;
        padding: 25px;
    }
}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-hero {
        padding: 65px 0;
    }

    .location-hero .row {
        min-height: auto;
    }

    .section-subtitle {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .location-hero h1 {
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .location-hero p {
        font-size: 15px;
        line-height: 1.7;
    }

    .location-buttons {
        width: 100%;
    }

    .location-buttons .btn {
        flex: 1;
        min-width: 0;
        padding: 11px 14px;
    }

    .location-content {
        padding: 50px 0 !important;
    }

    .location-content h2 {
        font-size: 27px;
        margin-bottom: 18px;
    }

    .location-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .location-feature-card {
        min-height: auto;
        padding: 23px;
    }

    .location-feature-card h3 {
        font-size: 19px;
    }

    .location-content .text-center {
        padding: 25px 15px;
    }

    .location-content .text-center .btn {
        display: block;
        width: 100%;
        margin: 8px 0;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-hero {
        padding: 50px 0;
    }

    .location-hero h1 {
        font-size: 29px;
    }

    .location-hero p {
        font-size: 14px;
    }

    .location-buttons {
        flex-direction: column;
    }

    .location-buttons .btn {
        width: 100%;
    }

    .location-content h2 {
        font-size: 24px;
    }

    .location-feature-card {
        padding: 20px;
    }
}



/* =========================================================
   BEST SELLING PRODUCTS - PREMIUM GRID
========================================================= */

.best-selling-products {
    padding: 75px 0;
    background: #f7f8f7;
}

.best-selling-products .best-selling-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 45px;
}

.best-selling-products .section-subtitle {
    display: inline-block;
    margin-bottom: 8px;
    color: #294c45;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.best-selling-products .best-selling-heading h2 {
    margin: 0 0 12px;
    color: #222;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.best-selling-products .best-selling-heading p {
    margin: 0;
    color: #777;
    font-size: 15px;
    line-height: 1.7;
}


/* ================= PRODUCT CARD ================= */

.best-selling-products .product-item {
    display: flex;
}

.best-selling-products .product-card {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.best-selling-products .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
}


/* ================= IMAGE ================= */

.best-selling-products .product-image {
    width: 100%;
    height: 285px;
    padding: 12px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-selling-products .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
}

.best-selling-products .product-card:hover .product-image img {
    transform: scale(1.035);
}


/* ================= CONTENT ================= */

.best-selling-products .product-content {
    padding: 16px 16px 18px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.best-selling-products .product-content h3 {
    margin: 0 0 15px;
    color: #222;
    font-size: 18px;
    font-weight: 600;
}


/* ================= BUTTON AREA ================= */

.best-selling-products .product-buttons {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}


/* IMPORTANT:
   Unique class names prevent existing website CSS conflicts
*/

.best-selling-products .bs-product-btn {
    min-height: 38px;
    padding: 9px 10px;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.best-selling-products .bs-product-btn i {
    font-size: 13px;
}


/* WhatsApp */

.best-selling-products .bs-whatsapp {
    background: #25d366 !important;
    color: #fff !important;
    border: 1px solid #25d366 !important;
}

.best-selling-products .bs-whatsapp:hover {
    background: #1ebd5a !important;
    color: #fff !important;
}


/* Call */

.best-selling-products .bs-call {
    background: #294c45 !important;
    color: #fff !important;
    border: 1px solid #294c45 !important;
}

.best-selling-products .bs-call:hover {
    background: #1e3934 !important;
    color: #fff !important;
}


/* Know More */

.best-selling-products .bs-know-more {
    grid-column: 1 / -1;
    background: #fff !important;
    color: #294c45 !important;
    border: 1px solid #294c45 !important;
}

.best-selling-products .bs-know-more:hover {
    background: #294c45 !important;
    color: #fff !important;
}


/* ================= LOAD MORE ================= */

.best-selling-products .load-more-wrapper {
    margin-top: 42px;
    text-align: center;
}

.best-selling-products .load-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    border: 0;
    border-radius: 6px;
    background: #294c45;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.best-selling-products .load-more-btn:hover {
    background: #1e3934;
    transform: translateY(-2px);
}


/* ================= TABLET ================= */

@media (max-width: 991px) {

    .best-selling-products {
        padding: 60px 0;
    }

    .best-selling-products .best-selling-heading h2 {
        font-size: 32px;
    }

    .best-selling-products .product-image {
        height: 270px;
    }
}


/* ================= MOBILE ================= */

@media (max-width: 767px) {

    .best-selling-products {
        padding: 50px 0;
    }

    .best-selling-products .best-selling-heading {
        margin-bottom: 30px;
    }

    .best-selling-products .best-selling-heading h2 {
        font-size: 28px;
    }

    .best-selling-products .best-selling-heading p {
        font-size: 14px;
    }

    .best-selling-products .product-image {
        height: 260px;
    }

    .best-selling-products .product-content h3 {
        font-size: 17px;
    }
}


/* ================= SMALL MOBILE ================= */

@media (max-width: 575px) {

    .best-selling-products .product-image {
        height: 300px;
    }

    .best-selling-products .product-content {
        padding: 15px 12px 16px;
    }

    .best-selling-products .bs-product-btn {
        font-size: 11px;
        padding: 8px 6px;
    }
}

/* HERO */

.chair-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(10,10,10,.92), rgba(10,10,10,.65), rgba(10,10,10,.25)),
        url("assets/images/bg.jpg") center/cover no-repeat;
}

.chair-hero-content {
    max-width: 780px;
    color: #fff;
    padding: 80px 0;
}

.chair-label,
.chair-small-title,
.chair-section-heading span,
.chair-cta-content span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.chair-hero h1 {
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.1;
    margin-bottom: 25px;
}

.chair-hero p {
    max-width: 720px;
    font-size: 18px;
    color: #eeeeee;
}

.chair-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.chair-btn {
    display: inline-block;
    padding: 13px 25px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: .3s ease;
}

.chair-btn-primary {
    background: #ffffff;
    color: #111111;
}

.chair-btn-primary:hover {
    transform: translateY(-3px);
}

.chair-btn-secondary {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.chair-btn-secondary:hover {
    background: #ffffff;
    color: #111111;
}


/* SECTIONS */

.chair-section {
    padding: 90px 0;
}

.chair-section-light {
    background: #f6f6f4;
}

.chair-section-heading {
    max-width: 850px;
    margin-bottom: 45px;
}

.chair-section-heading h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.2;
    margin-bottom: 10px;
}

.chair-content {
    max-width: 1000px;
}

.chair-content p {
    font-size: 17px;
    margin-bottom: 20px;
}

.chair-content strong {
    font-weight: 700;
}


/* PRODUCT GRID */

.chair-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.chair-card {
    background: #ffffff;
    padding: 35px;
    border: 1px solid #e5e5e5;
    transition: .3s ease;
}

.chair-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.chair-card-icon {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 25px;
}

.chair-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.chair-card p {
    color: #666;
}


/* TWO COLUMN */

.chair-two-column {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    align-items: start;
}

.chair-two-column h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.2;
}


/* DARK SECTION */

.chair-section-dark {
    background: #151515;
    color: #ffffff;
}

.chair-heading-white h2 {
    color: #ffffff;
}

.chair-content-white {
    color: #eeeeee;
}

.chair-content-white p {
    color: #dddddd;
}


/* FEATURES */

.chair-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.chair-feature {
    border-top: 2px solid #222;
    padding-top: 25px;
}

.chair-feature strong {
    font-size: 14px;
}

.chair-feature h3 {
    font-size: 20px;
    margin: 15px 0 8px;
}

.chair-feature p {
    color: #666;
}


/* FAQ */

.chair-faq {
    max-width: 900px;
}

.chair-faq-item {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

.chair-faq-item h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.chair-faq-item p {
    color: #666;
}


/* CTA */

.chair-cta {
    background: #111111;
    color: #ffffff;
    padding: 90px 0;
}

.chair-cta-content {
    max-width: 850px;
}

.chair-cta-content h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.15;
    margin-bottom: 20px;
}

.chair-cta-content p {
    font-size: 18px;
    color: #cccccc;
    margin-bottom: 30px;
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .chair-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .chair-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .chair-two-column {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .chair-section {
        padding: 65px 0;
    }

}

@media (max-width: 600px) {

    .chair-hero {
        min-height: 500px;
    }

    .chair-hero-content {
        padding: 60px 0;
    }

    .chair-hero h1 {
        font-size: 38px;
    }

    .chair-hero p {
        font-size: 16px;
    }

    .chair-grid {
        grid-template-columns: 1fr;
    }

    .chair-features {
        grid-template-columns: 1fr;
    }

    .chair-card {
        padding: 28px;
    }

    .chair-section-heading h2 {
        font-size: 32px;
    }

}