/* =========================================================
   BBSR SERVICES
   FURNITURE MANUFACTURING
========================================================= */

.furniture-manufacturing-page {
    width: 100%;
    background: #ffffff;
    padding: 30px 0 60px;
    font-family: 'Poppins', Arial, sans-serif;
}

.furniture-container {
    width: 1120px;
    max-width: 94%;
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.furniture-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 58px 45px;
    background: linear-gradient(135deg, #5b3a29 0%, #9a6747 48%, #2f2119 100%);
    border-radius: 11px;
    box-shadow: 0 10px 30px rgba(74, 48, 32, .20);
}

.furniture-hero:before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -210px;
    top: -250px;
    border: 65px solid rgba(255,255,255,.055);
    border-radius: 50%;
}

.furniture-hero:after {
    content: "";
    position: absolute;
    width: 290px;
    height: 290px;
    right: 90px;
    bottom: -200px;
    background: rgba(255,255,255,.035);
    border-radius: 50%;
}

.furniture-hero-content {
    position: relative;
    z-index: 2;
    max-width: 940px;
}

.furniture-label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 15px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 20px;
    background: rgba(255,255,255,.09);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.furniture-hero h1 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
}

.furniture-hero-text {
    max-width: 900px;
    margin: 0 0 14px;
    color: rgba(255,255,255,.96);
    font-size: 16px;
    line-height: 29px;
}


/* =========================================================
   BUTTONS
========================================================= */

.furniture-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 23px;
}

.furniture-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

.furniture-btn i {
    margin-right: 6px;
}

.furniture-btn-apply {
    background: #d49a39;
    color: #ffffff !important;
}

.furniture-btn-apply:hover {
    background: #b97e24;
}

.furniture-btn-consultation,
.furniture-btn-call {
    background: #ffffff;
    color: #5b3a29 !important;
}

.furniture-btn-consultation:hover,
.furniture-btn-call:hover {
    background: #eeeeee;
}

.furniture-btn-whatsapp {
    background: #25d366;
    color: #ffffff !important;
}

.furniture-btn-whatsapp:hover {
    background: #1ca951;
}


/* =========================================================
   GENERAL
========================================================= */

.furniture-section {
    margin-bottom: 42px;
}

.furniture-section h2 {
    margin: 0 0 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3ddd8;
    color: #5b3a29;
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
}

.furniture-section h3 {
    color: #765039;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

.furniture-section p {
    margin: 0 0 15px;
    color: #555555;
    font-size: 15px;
    line-height: 29px;
    text-align: justify;
}

.furniture-section a {
    color: #765039;
    font-weight: 600;
}


/* =========================================================
   HIGHLIGHT
========================================================= */

.furniture-highlight {
    margin: 24px 0;
    padding: 23px 25px;
    background: #f7f0eb;
    border-left: 4px solid #9a6747;
    border-radius: 6px;
}

.furniture-highlight h3 {
    margin-top: 0;
    margin-bottom: 9px;
}

.furniture-highlight p {
    margin-bottom: 0;
}


/* =========================================================
   TYPE
========================================================= */

.furniture-type-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 24px;
}

.furniture-type-grid > div {
    min-height: 165px;
    padding: 20px;
    background: #faf7f5;
    border: 1px solid #e4ddd8;
    border-radius: 7px;
}

.furniture-type-grid span {
    color: #c38b34;
    font-size: 11px;
    font-weight: 700;
}

.furniture-type-grid h3 {
    margin: 7px 0 8px;
}

.furniture-type-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   PRODUCT
========================================================= */

.furniture-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.furniture-product-grid > div {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e4ddd8;
    border-radius: 7px;
}

.furniture-product-grid h3 {
    margin: 0 0 8px;
    font-size: 16px;
}

.furniture-product-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   MATERIAL
========================================================= */

.furniture-material-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.furniture-material-grid > div {
    padding: 21px;
    background: #f8f4f1;
    border: 1px solid #e4ddd8;
    border-radius: 7px;
}

.furniture-material-grid h3 {
    margin-top: 0;
    font-size: 16px;
}

.furniture-material-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   MACHINERY
========================================================= */

.furniture-machinery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.furniture-machinery-grid > div {
    padding: 21px;
    background: #faf7f5;
    border: 1px solid #e4ddd8;
    border-radius: 7px;
}

.furniture-machinery-grid h3 {
    margin-top: 0;
    font-size: 16px;
}

.furniture-machinery-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   PROCESS
========================================================= */

.furniture-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.furniture-process-grid > div {
    min-height: 150px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e4ddd8;
    border-radius: 7px;
}

.furniture-process-grid span {
    color: #c38b34;
    font-size: 11px;
    font-weight: 700;
}

.furniture-process-grid h3 {
    margin: 7px 0;
    font-size: 16px;
}

.furniture-process-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   LAYOUT
========================================================= */

.furniture-layout-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.furniture-layout-grid > div {
    padding: 22px;
    background: #faf7f5;
    border: 1px solid #e4ddd8;
    border-radius: 7px;
}

.furniture-layout-grid h3 {
    margin-top: 0;
}

.furniture-layout-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   BIS
========================================================= */

.furniture-bis-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.furniture-bis-grid > div {
    padding: 22px;
    background: #fffaf0;
    border: 1px solid #eadfca;
    border-radius: 7px;
}

.furniture-bis-grid h3 {
    margin-top: 0;
}

.furniture-bis-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   QUALITY
========================================================= */

.furniture-quality-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.furniture-quality-grid > div {
    padding: 22px;
    background: #f8f4f1;
    border: 1px solid #e4ddd8;
    border-radius: 7px;
}

.furniture-quality-grid h3 {
    margin-top: 0;
}

.furniture-quality-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   ENVIRONMENT
========================================================= */

.furniture-environment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.furniture-environment-grid > div {
    padding: 22px;
    background: #f1f7f2;
    border: 1px solid #d8e6da;
    border-radius: 7px;
}

.furniture-environment-grid h3 {
    margin-top: 0;
}

.furniture-environment-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   COMPLIANCE
========================================================= */

.furniture-compliance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.furniture-compliance-grid > div {
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e4ddd8;
    border-radius: 7px;
}

.furniture-compliance-grid h3 {
    margin-top: 0;
}

.furniture-compliance-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   PROJECT
========================================================= */

.furniture-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.furniture-project-grid > div {
    padding: 22px;
    background: #faf7f5;
    border: 1px solid #e4ddd8;
    border-radius: 7px;
}

.furniture-project-grid h3 {
    margin-top: 0;
}

.furniture-project-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   BUSINESS MODEL
========================================================= */

.furniture-model-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.furniture-model-grid > div {
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e4ddd8;
    border-radius: 7px;
}

.furniture-model-grid h3 {
    margin-top: 0;
}

.furniture-model-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   MARKET
========================================================= */

.furniture-market-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.furniture-market-grid > div {
    padding: 22px;
    background: #faf7f5;
    border: 1px solid #e4ddd8;
    border-radius: 7px;
}

.furniture-market-grid h3 {
    margin-top: 0;
}

.furniture-market-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   EXAMPLES
========================================================= */

.furniture-example-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.furniture-example-grid > div {
    padding: 23px;
    background: #f8f4f1;
    border-left: 4px solid #9a6747;
    border-radius: 6px;
}

.furniture-example-grid h3 {
    margin-top: 0;
}

.furniture-example-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   CASE STUDY
========================================================= */

.furniture-case-study {
    margin: 42px 0 30px;
    padding: 38px 30px;
    background: #f7f0eb;
    border: 1px solid #e4ddd8;
    border-radius: 9px;
    text-align: center;
}

.furniture-case-inner {
    max-width: 850px;
    margin: 0 auto;
}

.furniture-case-study span {
    display: inline-block;
    margin-bottom: 9px;
    color: #765039;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.furniture-case-study h2 {
    margin: 0 0 12px;
    color: #5b3a29;
    font-size: 28px;
    line-height: 36px;
}

.furniture-case-study p {
    margin: 0 0 20px;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
}

.furniture-case-btn {
    display: inline-block;
    padding: 12px 22px;
    background: #5b3a29;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}

.furniture-case-btn:hover {
    background: #3e281d;
}

.furniture-case-btn i {
    margin-right: 6px;
}


/* =========================================================
   RELATED
========================================================= */

.furniture-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.furniture-related-grid > div {
    padding: 23px;
    background: #faf7f5;
    border: 1px solid #e4ddd8;
    border-radius: 7px;
}

.furniture-related-grid h3 {
    margin-top: 0;
}

.furniture-related-grid p {
    font-size: 13px;
    line-height: 23px;
}

.furniture-related-grid a {
    color: #765039;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.furniture-related-grid a:hover {
    color: #c38b34;
    text-decoration: underline;
}


/* =========================================================
   FAQ
========================================================= */

.furniture-faq {
    margin-bottom: 14px;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #e4ddd8;
    border-radius: 6px;
}

.furniture-faq h3 {
    margin: 0 0 8px;
}

.furniture-faq p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.furniture-final-cta {
    margin: 38px 0;
    padding: 42px 30px;
    background: linear-gradient(135deg, #5b3a29, #9a6747);
    border-radius: 10px;
    text-align: center;
}

.furniture-final-cta h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 29px;
    line-height: 37px;
}

.furniture-final-cta p {
    max-width: 850px;
    margin: 0 auto 22px;
    color: rgba(255,255,255,.94);
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}


/* =========================================================
   RECOMMENDED FUTURE PAGES - TWO COLUMN
========================================================= */

.furniture-future-pages {
    margin: 42px 0 30px;
    padding: 32px;
    background: #faf7f5;
    border: 1px solid #e4ddd8;
    border-radius: 10px;
}

.furniture-future-pages h2 {
    margin: 0 0 12px;
    color: #5b3a29;
    font-size: 25px;
    line-height: 34px;
    font-weight: 600;
}

.furniture-future-pages > p {
    margin: 0 0 24px;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
}


/* TWO COLUMN GRID */

.furniture-future-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 16px;
}


/* PROFESSIONAL LINK CARD */

.furniture-future-link {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 52px;
    padding: 13px 17px;

    background: #ffffff;
    border: 1px solid #e3ddd8;
    border-radius: 6px;

    color: #5b3a29 !important;
    text-decoration: none !important;

    font-size: 14px;
    font-weight: 600;

    box-sizing: border-box;

    transition: all 0.25s ease;
}


/* LINK TEXT */

.furniture-future-link span {
    padding-right: 12px;
}


/* ARROW */

.furniture-future-link i {
    flex-shrink: 0;

    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f4ebe4;
    border-radius: 50%;

    color: #9a6747;
    font-size: 13px;

    transition: all 0.25s ease;
}


/* HOVER */

.furniture-future-link:hover {
    background: #f7f0eb;
    border-color: #9a6747;
    color: #765039 !important;

    transform: translateY(-2px);

    box-shadow: 0 5px 15px rgba(91, 58, 41, 0.08);
}


.furniture-future-link:hover i {
    background: #9a6747;
    color: #ffffff;
}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .furniture-future-pages {
        padding: 24px 18px;
    }

    .furniture-future-pages h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .furniture-future-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .furniture-future-link {
        min-height: 50px;
        padding: 12px 14px;
        font-size: 13px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media only screen and (min-width: 768px)
       and (max-width: 991px) {

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

}

/* =========================================================
   DISCLAIMER
========================================================= */

.furniture-disclaimer {
    margin: 28px 0;
    padding: 19px 21px;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}

.furniture-disclaimer strong {
    color: #333333;
    font-size: 14px;
}

.furniture-disclaimer p {
    margin: 7px 0 0;
    color: #666666;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   NAVIGATION
========================================================= */

.furniture-navigation {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.furniture-home-btn,
.furniture-top-btn {
    display: inline-block;
    margin: 0 5px;
    padding: 9px 18px;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}

.furniture-home-btn {
    background: #5b3a29;
}

.furniture-top-btn {
    background: #3e281d;
}

.furniture-home-btn i,
.furniture-top-btn i {
    margin-right: 5px;
}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .furniture-manufacturing-page {
        padding: 20px 8px 40px;
    }

    .furniture-container {
        max-width: 100%;
    }

    .furniture-hero {
        padding: 33px 20px;
        border-radius: 8px;
    }

    .furniture-hero h1 {
        font-size: 28px;
        line-height: 37px;
    }

    .furniture-hero-text {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }

    .furniture-buttons {
        display: block;
    }

    .furniture-btn {
        display: block;
        width: 100%;
        margin-bottom: 9px;
        box-sizing: border-box;
        text-align: center;
    }

    .furniture-type-grid,
    .furniture-product-grid,
    .furniture-material-grid,
    .furniture-machinery-grid,
    .furniture-process-grid,
    .furniture-layout-grid,
    .furniture-bis-grid,
    .furniture-quality-grid,
    .furniture-environment-grid,
    .furniture-compliance-grid,
    .furniture-project-grid,
    .furniture-model-grid,
    .furniture-market-grid,
    .furniture-example-grid,
    .furniture-related-grid {
        display: block;
    }

    .furniture-type-grid > div,
    .furniture-product-grid > div,
    .furniture-material-grid > div,
    .furniture-machinery-grid > div,
    .furniture-process-grid > div,
    .furniture-layout-grid > div,
    .furniture-bis-grid > div,
    .furniture-quality-grid > div,
    .furniture-environment-grid > div,
    .furniture-compliance-grid > div,
    .furniture-project-grid > div,
    .furniture-model-grid > div,
    .furniture-market-grid > div,
    .furniture-example-grid > div,
    .furniture-related-grid > div {
        margin-bottom: 14px;
    }

    .furniture-section h2 {
        font-size: 22px;
        line-height: 31px;
    }

    .furniture-section p {
        font-size: 14px;
        line-height: 26px;
    }

    .furniture-case-study {
        padding: 30px 18px;
    }

    .furniture-case-study h2 {
        font-size: 23px;
        line-height: 31px;
    }

    .furniture-final-cta {
        padding: 30px 18px;
    }

    .furniture-final-cta h2 {
        font-size: 23px;
        line-height: 31px;
    }

    .furniture-future-pages {
        padding: 24px 18px;
    }

    .furniture-navigation a {
        display: block;
        margin: 7px 0;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media only screen and (min-width: 768px)
       and (max-width: 991px) {

    .furniture-container {
        width: 95%;
        max-width: 95%;
    }

    .furniture-hero {
        padding: 44px 30px;
    }

    .furniture-hero h1 {
        font-size: 34px;
    }

    .furniture-type-grid,
    .furniture-product-grid,
    .furniture-material-grid,
    .furniture-machinery-grid,
    .furniture-process-grid,
    .furniture-layout-grid,
    .furniture-bis-grid,
    .furniture-quality-grid,
    .furniture-environment-grid,
    .furniture-compliance-grid,
    .furniture-project-grid,
    .furniture-model-grid,
    .furniture-market-grid,
    .furniture-example-grid,
    .furniture-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media only screen and (min-width: 1200px) {

    .furniture-container {
        width: 1120px;
    }

}