/* ============================================================
   fo-header Banner
   ============================================================ */
.fo-header {
    position: relative;
    padding: 29px 0 24px 0;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    height: 260px;
    border: 1px solid #ddd;
}

.fo-header-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right center;
    z-index: 1;
}

.fo-header-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex: 1;
    padding: 12px 16px;
    z-index: 2;
    gap: 10px;
}

/* ---- Text Block ---- */
.fo-header-text {
    flex: 1;
}

.fo-header h1 {
    position: static;
    top: auto;
    left: auto;
    font-size: 44px;
    font-weight: 400;
    margin: 0 0 4px 0;
    line-height: 1.1;
    color: #111;
    padding-right: 220px;
}

.fo-header h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #333;
    padding-right: 220px;
}

.fo-header .banner-details {
    font-size: 14px;
    color: #333;
    line-height: 19px;
    display: block;
}

/* ---- Actions Block ---- */
.fo-header-actions {
    position: absolute;
    right: 16px;
    top: 12px;
    bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 200px;
}

.fo-header-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

    /* ---- Contact an Expert button ---- */
    .fo-header-contact .btn-banner-pill {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 5px 0;
        border-radius: 20px;
        background: #428eef;
        border: none;
        font-size: 24px;
        font-family: "Segoe UI", sans-serif;
        /* font-weight: 600; */
        color: #fff !important;
        text-decoration: none;
        white-space: nowrap;
        transition: background-color 0.2s;
    }

        .fo-header-contact .btn-banner-pill:hover {
            background-color: #2f7de0;
        }

.fo-header-phone {
    font-size: 32px;
    font-family: "Segoe UI", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #428eef;
    white-space: nowrap;
    line-height: normal;
}

/* ---- Pill Buttons ---- */
.btn-banner-pill {
    display: inline-block;
    background: #1a6fc4;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9em;
    /* font-weight: 500; */
    white-space: nowrap;
    text-align: center;
    transition: background 0.2s;
}

    .btn-banner-pill:hover {
        background: #155da0;
    }

/* ---- "Find Your Wall Maps" CTA - slim banner variant ---- */
.fo-header-cta-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 36px;
    padding: 0;
    background-color: #428eef;
    border: 7px solid #b6d6fe;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    .fo-header-cta-bottom:hover {
        background-color: #2f7de0;
    }

/* ============================================================
   fo-details Image Gallery
   ============================================================ */
.fo-details {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}

.fo-imgs-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 750px;
}

.fo-large-example {
    width: 100%;
}

    .fo-large-example img {
        width: 100%;
        height: auto;
        display: block;
    }

.fo-thumb-row {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.fo-thumbnails {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
}

    .fo-thumbnails img {
        flex: 1 1 0;
        min-width: 0;
        max-width: 130px;
        height: 88px;
        object-fit: cover;
        cursor: pointer;
        border: 2px solid transparent;
        transition: border-color 0.15s;
    }

        .fo-thumbnails img.selected {
            border: 3px solid #000;
        }

.fo-chevron {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    color: #555;
    padding: 0 4px;
    transition: color 0.2s;
}

    .fo-chevron:hover {
        color: #000;
    }

.fo-chevron-left {
    left: -24px;
}

.fo-chevron-right {
    right: -24px;
}

/* ============================================================
   fo-body-text - "Classic Style Meets Everyday Functionality"
   ============================================================ */
.fo-body-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}

    .fo-body-text h2 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        margin: 0;
        font-family: Arial, sans-serif;
    }

    .fo-body-text p {
        font-size: 14px;
        color: #333;
        line-height: 1.55;
        margin: 0;
    }

/* ============================================================
   Legacy / shared bits
   ============================================================ */
.Bottom-Info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}

.bottomheader {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.Bottom-Info > span:not(.bottomheader) {
    font-size: 14px;
    color: #333;
    line-height: 1.55;
}

.other-options {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 6px;
}

.left-option, .right-option {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 8px;
}

    .left-option ul, .right-option ul {
        margin: 2px 0 10px 0;
        padding-left: 18px;
    }

        .left-option ul li, .right-option ul li {
            font-size: 14px;
            color: #333;
        }

.option-type {
    font-weight: 700;
    font-size: 0.95em;
}

/* ---- Thumbnail label ribbon (hover only) ---- */
.fo-thumb-labeled {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    max-width: 130px;
}

.fo-thumb-labeled img {
    width: 100%;
    height: 88px;
    object-fit: cover;
    display: block;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.15s;
}

.fo-thumb-labeled img.selected {
    border: 3px solid #000;
}

.fo-thumb-labeled::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.52);
    color: #fff;
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 4px 0;
    letter-spacing: 0.5px;
    opacity: 0;
    transition: opacity 0.18s;
    pointer-events: none;
}

.fo-thumb-labeled:hover::after {
    opacity: 1;
}

/* ---- Simple finish list (e.g. Black / Unfinished) ---- */
.Bottom-Info ul {
    display: flex;
    flex-direction: row;
    gap: 32px;
    list-style: disc;
    padding-left: 18px;
    margin: 0;
}

.Bottom-Info ul li {
    display: list-item;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

/* ---- Learn More button inside option blocks ---- */
.left-option .btn-banner-pill,
.right-option .btn-banner-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 16px;
    background-color: #428eef;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    .left-option .btn-banner-pill:hover,
    .right-option .btn-banner-pill:hover {
        background-color: #2f7de0;
    }
