﻿/* MAIN CARD */
.reusable-page {
    background: #f7f4ef;
    color: #273126;
}

.reusable-card {
    background: #fff !important;
    border: 1px solid rgba(39, 49, 38, .08) !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 45px rgba(31, 42, 34, .08) !important;
    overflow: hidden !important;
    height: 100% !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
    margin-bottom: 30px !important;
    padding: 20px !important;
}

    .reusable-card p {
        font-weight: 300;
        font-size: 18px;
        color: black;
        line-height: 1.33;
        margin-bottom: 28px;
    }

    .reusable-card ul {
        list-style: none !important;
        padding-left: 0 !important;
        margin: 0 !important;
    }

        .reusable-card ul li {
            position: relative !important;
            padding-left: 38px;
            color: black !important;
            font-size: 20px !important;
            margin-bottom: 18px !important;
            line-height: 1.7 !important;
        }

            /* ICON */
            .reusable-card ul li::before {
                content: "\f005" !important; /* Font Awesome check-circle */
                font-family: "Font Awesome 6 Free" !important;
                font-weight: 900 !important;
                position: absolute !important;
                left: 0;
                top: 4px;
                color: #1c0e78 !important;
                font-size: 18px !important;
            }

    .reusable-card:hover {
        transform: translateY(-6px) !important;
        box-shadow: 0 24px 55px rgba(31, 42, 34, .12) !important;
    }

    .reusable-card .header-title {
        color: #223024;
        font-size: 30px;
        font-weight: 800;
        line-height: 1.15;
        margin: 0 0 18px;
        position: relative;
    }

    .reusable-card h4 {
        color: #223024;
    }

    .reusable-card h5 {
        color: #223024;
    }

    .reusable-card h6 {
        color: #223024;
    }

    .reusable-card h3 {
        color: #223024;
    }

    .reusable-card h4 {
        color: #223024;
    }

    .reusable-card .m-title {
        color: #223024;
        font-size: 30px;
        font-weight: 800;
        line-height: 1.15;
        margin: 0 0 18px;
        position: relative;
    }

/* PAGE + SPACING */
.reusable-page {
    background: #f7f4ef !important;
    color: #273126 !important;
}

.reusable-content {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
}

.reusable-section {
    margin-top: 70px !important;
}

/* PANELS */
.reusable-panel,
.reusable-highlight {
    background: #fff !important;
    border: 1px solid rgba(39, 49, 38, .08) !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 45px rgba(31, 42, 34, .08) !important;
    overflow: hidden !important;
    padding: 34px !important;
}

/* BLUE CLOSING / CTA */
.reusable-closing {
    background: #1c0e78 !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 45px rgba(31, 42, 34, .08) !important;
    padding: 34px !important;
    color: #fff !important;
    overflow: hidden !important;
}

    .reusable-closing h2,
    .reusable-closing p {
        color: #fff !important;
    }

.reusable-closing-note {
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 18px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
    padding: 28px !important;
}

/* IMAGE SYSTEM */
.reusable-image {
    overflow: hidden !important;
    background: #e5dfd4 !important;
}

    .reusable-image img {
        width: 100% !important;
        height: 300px !important;
        object-fit: cover !important;
        display: block !important;
        transition: transform .35s ease !important;
        border-radius: 15px !important;
    }

.content-wrap {
    overflow: hidden !important;
}

.wrap-image {
    float: left !important;
    width: 48% !important;
    margin: 0 25px 20px 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
}

    .wrap-image img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        border-radius: 22px !important;
    }

.reusable-card:hover .reusable-image img {
    transform: scale(1.04) !important;
}

.reusable-image-large img {
    height: 420px !important;
    border-radius: 22px !important;
}

.reusable-product-card .reusable-image img {
    height: 280px !important;
}

.reusable-small-card .reusable-image img {
    height: 260px !important;
}

/* CONTENT */
.reusable-card-body,
.reusable-section-copy {
    padding: 34px !important;
}

    /* TITLES */
    .reusable-title,
    .reusable-card-body h2,
    .reusable-section-copy h2,
    .reusable-section-heading h2,
    .reusable-highlight h2,
    .reusable-closing h2 {
        color: #223024 !important;
        font-size: 30px !important;
        font-weight: 800 !important;
        line-height: 1.15 !important;
        margin: 0 0 18px !important;
        position: relative !important;
    }

        .reusable-title::after,
        .reusable-card-body h2::after,
        .reusable-section-copy h2::after,
        .reusable-section-heading h2::after,
        .reusable-highlight h2::after,
        .reusable-closing h2::after {
            content: "" !important;
            width: 58px !important;
            height: 4px !important;
            background: #9a6a34 !important;
            display: block !important;
            margin-top: 14px !important;
            border-radius: 30px !important;
        }

    /* TEXT */
    .reusable-text,
    .reusable-card-body p,
    .reusable-section-copy p,
    .reusable-section-heading p,
    .reusable-highlight p {
        color: #4f5a4e !important;
        line-height: 1.7 !important;
        font-size: 16px !important;
    }

/* LABEL */
.reusable-section-label {
    color: #9a6a34 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .12em !important;
    margin-bottom: 12px !important;
    text-transform: uppercase !important;
}

/* SECTION HEADING */
.reusable-section-heading {
    max-width: 850px !important;
    margin-bottom: 30px !important;
}

/* LINKS AREA */
.reusable-links {
    margin-top: 24px !important;
    border-top: 1px solid rgba(39, 49, 38, .1) !important;
    padding-top: 20px !important;
}

    .reusable-links h3 {
        color: #1c0e78 !important;
        font-size: 17px !important;
        font-weight: 700 !important;
        margin: 8px 0 !important;
    }

/* HIGHLIGHT SUBTITLE */
.reusable-highlight h3 {
    color: #1c0e78 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 28px 0 16px !important;
    text-transform: uppercase !important;
}

/* BENEFIT LIST */
.reusable-benefits {
    display: grid !important;
    gap: 12px !important;
    margin: 0 0 26px !important;
    padding: 0 !important;
    list-style: none !important;
}

    .reusable-benefits li {
        color: #4f5a4e !important;
        line-height: 1.6 !important;
        padding-left: 28px !important;
        position: relative !important;
    }

        .reusable-benefits li::before {
            content: "" !important;
            width: 9px !important;
            height: 9px !important;
            background: #9a6a34 !important;
            border-radius: 50% !important;
            position: absolute !important;
            left: 0 !important;
            top: 9px !important;
        }

/* BUTTON */
.reusable-text-link {
    color: #fff !important;
    background: #1c0e78 !important;
    display: inline-block !important;
    font-weight: 700 !important;
    padding: 13px 22px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    transition: background .25s ease !important;
}

    .reusable-text-link:hover {
        background: #9a6a34 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

/* SPLIT LAYOUT IMAGE */
.reusable-card-split .reusable-image img {
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
}

/* TABLET */
@media (max-width: 991px) {
    .reusable-content {
        padding-top: 45px !important;
        padding-bottom: 55px !important;
    }

    .reusable-section {
        margin-top: 45px !important;
    }

    .reusable-card-body,
    .reusable-section-copy,
    .reusable-panel,
    .reusable-highlight,
    .reusable-closing {
        padding: 26px !important;
    }

    .reusable-image img,
    .reusable-image-large img,
    .reusable-product-card .reusable-image img,
    .reusable-small-card .reusable-image img {
        height: 260px !important;
    }
}

/* MOBILE */
@media (max-width: 575px) {
    .reusable-title,
    .reusable-card-body h2,
    .reusable-section-copy h2,
    .reusable-section-heading h2,
    .reusable-highlight h2,
    .reusable-closing h2 {
        font-size: 24px !important;
    }

    .reusable-card-body,
    .reusable-section-copy,
    .reusable-panel,
    .reusable-highlight,
    .reusable-closing {
        padding: 22px !important;
    }
}

.capacity-grid {
    list-style: none !important;
    padding: 10px !important;
    margin: 25px 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px !important;
}

    .capacity-grid li {
        background: #fff !important;
        border: 1px solid rgba(39, 49, 38, .08) !important;
        border-radius: 18px !important;
        box-shadow: 0 12px 30px rgba(31, 42, 34, .08) !important;
        padding: 22px !important;
        text-align: center !important;
    }

    .capacity-grid ul li::before {
        content: none !important;
    }

.capacity-title {
    display: block !important;
    color: #9a6a34 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
}

.capacity-grid strong {
    display: block !important;
    color: #111 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

@media (max-width: 991px) {
    .capacity-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 575px) {
    .capacity-grid {
        grid-template-columns: 1fr !important;
    }
}

.operation-content {
    overflow: hidden !important;
}

.operation-raw-text {
    width: 100% !important;
    overflow: hidden !important;
}

    .operation-raw-text ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 25px 0 0 !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

        .operation-raw-text ul li {
            position: relative !important;
            background: #fff !important;
            border: 1px solid rgba(39, 49, 38, .08) !important;
            border-radius: 16px !important;
            box-shadow: 0 12px 30px rgba(31, 42, 34, .08) !important;
            padding: 22px 16px !important;
            text-align: center !important;
            min-width: 0 !important;
            overflow: hidden !important;
        }

            .operation-raw-text ul li::before {
                content: "\f005" !important;
                font-family: "Font Awesome 6 Free" !important;
                font-weight: 900 !important;
                position: absolute !important;
                left: 10px !important;
                top: 10px !important;
                color: #1c0e78 !important;
                font-size: 14px !important;
            }

            .operation-raw-text ul li .capacity-title,
            .operation-raw-text ul li span {
                display: block !important;
                color: #9a6a34 !important;
                font-size: 11px !important;
                font-weight: 800 !important;
                letter-spacing: .06em !important;
                text-transform: uppercase !important;
                margin-bottom: 8px !important;
            }

            .operation-raw-text ul li strong {
                display: block !important;
                color: #000 !important;
                font-size: 16px !important;
                font-weight: 800 !important;
                line-height: 1.25 !important;
                word-break: break-word !important;
            }

@media (max-width: 1200px) {
    .operation-raw-text ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    .operation-raw-text ul {
        grid-template-columns: 1fr !important;
    }
}

.operation-raw-text ul li::before {
    display: none !important;
    content: none !important;
}

.operation-raw-text ul {
    list-style: none !important;
}

    .operation-raw-text ul li {
        list-style: none !important;
    }

        .operation-raw-text ul li::marker {
            display: none !important;
            content: "" !important;
        }
