/* ===========================
   Floor Visualizer – Hero Section
   =========================== */
.page-id-7654 .wrapper_main {
    padding-top: 0 !important;
}

.sm_space {
    margin: 120px 0 0;
}

.fv-hero {
    background-color: #f4f1ee; /* fallback until image loads */
    padding: 130px 0 90px;
    overflow: hidden;
    position: relative;
    min-height: 520px;
}

.fv-hero__text {
    padding: 0 2rem 0 0;
    position: relative;
    z-index: 2;
}

.fv-hero__title {
    font-size: 50px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 12px;
}

.fv-hero__subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #3d3d3d;
    margin-bottom: 14px;
    line-height: 1.5;
}

.fv-hero__desc {
    font-size: 18px;
    color: #7c7979;
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 480px;
}

.fv-hero__btn {
    display: inline-block;
    background-color: #e37421;
    color: #fff !important;
    padding: 11px 26px;
    border-radius: 10px;
    border: 1px solid #f08834;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.fv-hero__btn:hover {
    background-color: #c9651a;
    box-shadow: 0 4px 14px rgba(227, 116, 33, 0.35);
}

/* Full-width background image – sits directly inside .fv-hero */
.fv-hero__image-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.fv-hero__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

/* Gradient overlay: softens left half for text, transparent on right */
.fv-hero__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
        rgba(244, 241, 238, 0.88) 0%,
        rgba(244, 241, 238, 0.60) 40%,
        rgba(244, 241, 238, 0.15) 68%,
        rgba(244, 241, 238, 0)    100%);
    pointer-events: none;
    z-index: 1;
}

/* ===========================
   Shared page utilities
   =========================== */

.fv-text-color {
    color: #7c7979;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
}

.fv-margin-text {
    margin-bottom: 6rem;
    margin-top: 6rem;
}

/* ===========================
   Responsive
   =========================== */

@media (max-width: 1199px) {
    .fv-hero__title    { font-size: 35px; }
    .fv-section-title  { font-size: 30px; }
    .fv-why__title     { font-size: 32px; }
}

@media (max-width: 991px) {
    .fv-hero {
        padding: 100px 0 70px;
    }

    .fv-hero__title    { font-size: 32px; }
    .fv-hero__subtitle { font-size: 17px; }
    .fv-section-title  { font-size: 28px; }
    .fv-why__title     { font-size: 30px; }

    .fv-hero__text {
        padding: 0 0 0;
    }

    .fv-margin-text {
        margin-bottom: 8rem;
        margin-top: 4rem;
    }
}

@media (max-width: 767px) {
    .fv-hero {
        padding: 95px 0 60px;
        min-height: 420px;
    }

    .fv-hero__subtitle { font-size: 16px; }
    .fv-hero__desc     { max-width: 100%; font-size: 15px; }
    .fv-section-title  { font-size: 24px; }
    .fv-why__title     { font-size: 26px; }
    .fv-why__card-title { font-size: 18px; }
    .fv-why__card-desc  { font-size: 14px; }
    .fv-text-color      { font-size: 16px; }

    .fv-hero__text {
        padding: 0;
    }

    /* On mobile, heavier overlay from top so stacked text stays readable */
    .fv-hero__image-overlay {
        background: linear-gradient(to bottom,
            rgba(244, 241, 238, 0.90) 0%,
            rgba(244, 241, 238, 0.60) 55%,
            rgba(244, 241, 238, 0.10) 100%);
    }

    .fv-margin-text {
        margin-bottom: 5rem;
        margin-top: 1rem;
    }
}

@media (max-width: 480px) {
    .fv-section-title  { font-size: 22px; }
    .fv-why__title     { font-size: 22px; }
    .fv-why__card-title { font-size: 16px; }
}

/* ===========================
   Simple Fast Visual – Steps Section
   =========================== */

.fv-steps {
    background-color: #f4f1ee;
    padding: 80px 0;
}

.fv-steps__image-col {
    display: flex;
    justify-content: end;
    align-items: center;
}

.fv-steps__image-wrap {
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
}

.fv-steps__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.fv-steps__content {
    max-width: 730px;
}

.fv-steps__title {
    font-size: 38px;
    font-weight: 700;
    color: #1a2e44;
    line-height: 1.15;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.fv-steps__subtitle {
    font-size: 21px;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #586067;
    font-weight: 400;
}

.fv-steps__list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
}

.fv-steps__item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.fv-steps__item:last-child {
    margin-bottom: 0;
}

.fv-steps__icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fv-steps__icon i {
    font-size: 16px;
    color: #1a2e44;
}

.fv-steps__svg-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.fv-steps__text {
    font-size: 24px;
    font-weight: 400;
    color: #012A38;
}

.fv-steps__btn {
    display: inline-block;
    background-color: #e37421;
    color: #fff !important;
    padding: 12px 32px;
    border-radius: 10px;
    border: 1px solid #f08834;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.fv-steps__btn:hover {
    background-color: #c9651a;
    box-shadow: 0 4px 14px rgba(227, 116, 33, 0.35);
}

@media (max-width: 1199px) {

    .fv-steps__image-col{
        justify-content: flex-start;
    }

    .fv-steps__content {
        padding-left: 30px;
    }

    .sm_space {
        margin: 60px 0 0;
    }
}
/* Responsive */
@media (max-width: 991px) {
    .fv-steps {
        padding: 60px 0;
    }

    .fv-steps__title {
        font-size: 30px;
    }
    .sm_space {
        margin: 0px 0 0;
    }

}

@media (max-width: 767px) {
    .fv-steps {
        padding: 50px 0;
    }

    .fv-steps__content {
        padding-top: 1.5rem;
    }

    .fv-steps__image-wrap {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .fv-steps__title {
        font-size: 20px;
    }

    .fv-steps__btn {
        width: 100%;
        text-align: center;
    }
}

/* ===========================
   Why Vinyl Flooring Brands Choose Tilesview
   =========================== */

.fv-why {
    background-color: #ffffff;
    /* padding: 80px 0 90px; */
}

.fv-why__header {
    margin-bottom: 3rem;
}

.fv-why__title {
    font-size: 45px;
    font-weight: 700;
    color: #1a2e44;
    line-height: 1.2;
    margin-bottom: 12px;
}

.fv-why__brand {
    color: #e37421;
}

.fv-why__subtitle {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 22px;
    color: #5d6570;
}

.fv-why__cards {
    justify-content: center;
    display: flex;
}

.fv-why__intro{max-width: 910px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
    color: #8a919b;
}

/* Cards */
.fv-why__card {
    height: 100%;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    min-height: 286px;
    max-width: 430px;
    padding: 30px 30px;
    background: #FDF9F4;
    border: 1px solid #d9d9d9;
    border-radius: 18px;
}

.fv-why__card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.fv-why__icon-wrap {
    width: 82px;
    height: 82px;
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fv-why__icon-wrap i {
    font-size: 30px;
    color: #df6418;
}

.fv-why__svg-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.fv-why__card-title {
    font-weight: 700;
    color: #1a2e44;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
}

.fv-why__card-desc {
    font-size: 17px;
    color: #7c7979;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Responsive – why section layout only (font sizes handled above) */
@media (max-width: 991px) {
    .fv-why {
        padding: 60px 0 70px;
    }
}

@media (max-width: 767px) {
    .fv-why {
        padding: 50px 0 55px;
    }
}

@media (max-width: 480px) {
    .fv-why__card {
        padding: 24px 20px;
    }
}

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

.fv-faq {
    background-color: #f4f1ee;
    padding: 80px 0;
}

.fv-faq__header {
    text-align: center;
    margin-bottom: 3rem;
}

.fv-faq__label {
    font-size: 17px;
    font-weight: 600;
    color: #e37421;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.fv-faq__title {
    font-size: 36px;
    font-weight: 700;
    color: #1a2e44;
    line-height: 1.2;
    margin-bottom: 12px;
}

.fv-faq__subtitle {
    font-size: 17px;
    color: #7c7979;
    line-height: 1.6;
    max-width: 580px;
    margin: 0 auto;
}

.fv-faq__accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e0d9;
    background-color: transparent;
}

.fv-faq__accordion .accordion-item:first-child {
    border-top: 1px solid #e5e0d9;
}

.fv-faq__accordion .accordion-button {
    background-color: transparent;
    color: #1a2e44;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    padding: 20px 0;
    align-items: flex-start;
    box-shadow: none;
}

.fv-faq__accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #e37421;
    box-shadow: none;
}

.fv-faq__accordion .accordion-button::after {
    filter: none;
}

.fv-faq__accordion .accordion-button:not(.collapsed)::after {
    filter: none;
}

.fv-faq__accordion .accordion-body {
    color: #7c7979;
    font-size: 18px;
    line-height: 1.75;
    padding: 0 0 20px;
    text-align: justify;
}

.fv-faq__cta {
    text-align: center;
    margin-top: 3rem;
}

.fv-faq__cta-text {
    font-size: 16px;
    color: #7c7979;
    margin-bottom: 16px;
}

.fv-faq__cta-link {
    display: inline-block;
    background-color: #e37421;
    color: #fff !important;
    padding: 11px 28px;
    border-radius: 10px;
    border: 1px solid #f08834;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.fv-faq__cta-link:hover {
    background-color: #c9651a;
    box-shadow: 0 4px 14px rgba(227, 116, 33, 0.35);
}

/* Responsive */
@media (max-width: 991px) {
    .fv-faq {
        padding: 60px 0;
    }

    .fv-faq__title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .fv-faq {
        padding: 50px 0;
    }

    .fv-faq__title {
        font-size: 26px;
    }

    .fv-faq__accordion .accordion-button {
        font-size: 15px;
        padding: 14px 0;
    }

    .fv-faq__accordion .accordion-body {
        font-size: 15px;
        padding: 0 0 14px;
    }
}

@media (max-width: 480px) {
    .fv-faq__title {
        font-size: 22px;
    }
}

/* ===========================
   Case Study Section
   =========================== */

.fv-case {
    background-color: #ffffff;
    padding: 70px 0 80px;
}

.fv-case__card {
    background-color: #FDF9F4;
    border-radius: 24px;
    overflow: hidden;
    padding :30px;
    border: 1px solid rgba(1, 42, 56, 0.23);
}

/* Left image column */
.fv-case__image-col {
    position: relative;
    min-height: 340px;
}

.fv-case__image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 340px;
    overflow: hidden;
}

.fv-case__bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* Dark brown/warm overlay matching screenshot */
.fv-case__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(90, 60, 20, 0.70);
    z-index: 1;
}

/* Centered logo on top of overlay */
.fv-case__logo-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.fv-case__logo {
    max-width: 200px;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    display: block;
}

/* Right content column */
.fv-case__content {
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fv-case__label {
    font-size: 17px;
    font-weight: 600;
    color: #e37421;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}

.fv-case__title {
    font-size: 28px;
    font-weight: 700;
    color: #1a2e44;
    line-height: 1.25;
    margin-bottom: 18px;
}

.fv-case__desc {
    font-size: 17px;
    color: #5a5a5a;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 14px;
}

.fv-case__desc:last-of-type {
    margin-bottom: 28px;
}

.fv-case__btn {
    display: inline-block;
    padding: 10px 28px;
    border: 2px solid #1a2e44;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #1a2e44 !important;
    text-decoration: none !important;
    align-self: flex-start;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.fv-case__btn:hover {
    background-color: #1a2e44;
    color: #fff !important;
}

/* Responsive */
@media (max-width: 991px) {
    .fv-case__content {
        padding: 36px 32px;
    }

    .fv-case__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .fv-case {
        padding: 50px 0 60px;
    }

    .fv-case__image-col {
        min-height: 260px;
    }

    .fv-case__image-wrap {
        min-height: 260px;
    }

    .fv-case__content {
        padding: 28px 24px;
    }

    .fv-case__title {
        font-size: 22px;
    }

    .fv-case__btn {
        align-self: stretch;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .fv-case__content {
        padding: 24px 20px;
    }

    .fv-case__title {
        font-size: 20px;
    }

    .fv-case__logo {
        max-width: 160px;
    }
}
