/* template_fjd_model SECTION */
.template_fjd_model-section {
    background-color: #fff;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* template_fjd_model CONTAINER */
.template_fjd_model-container {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* template_fjd_model WRAPPER */
.template_fjd_model-wrapper-imgcentral-textcentral {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

/* template_fjd_model */
.template_fjd_model-cols-xl-12.template_fjd_model-cols-xs-12.template_fjd_model-cols-sm-12.template_fjd_model-cols-md-12.template_fjd_model-cols-lg-12 {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1400px;
}

.template_fjd_model-section-title {
    line-height: 42px;
    font-size: 36px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.description-imgcentral-textcentral {
    font-size: 20px;
    line-height: 26px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.accurate-results-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.img-fluid-second-section {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    align-self: flex-start;
}

/* IFRAME RESPONSIVE             */

.iframe-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* MEDIA QUERIES */
/* template_fjd_model CONTAINER */
@media (max-width: 409px) {
    .template_fjd_model-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .template_fjd_model-container {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .template_fjd_model-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* template_fjd_model */
@media (max-width: 699px) {
    .template_fjd_model-cols-xl-12.template_fjd_model-cols-xs-12.template_fjd_model-cols-sm-12.template_fjd_model-cols-md-12.template_fjd_model-cols-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

}



@media (max-width: 369px) {
    .template_fjd_model-section-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 370px) and (max-width: 375px) {
    .template_fjd_model-section-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 376px) and (max-width: 409px) {
    .template_fjd_model-section-title {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 410px) and (max-width: 414px) {
    .template_fjd_model-section-title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 415px) and (max-width: 430px) {
    .template_fjd_model-section-title {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 431px) and (max-width: 791px) {
    .template_fjd_model-section-title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 792px) and (max-width: 810px) {
    .template_fjd_model-section-title {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 811px) and (max-width: 830px) {
    .template_fjd_model-section-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 831px) and (max-width: 849px) {
    .template_fjd_model-section-title {
        font-size: 33px;
        line-height: 39px;
    }
}


@media (min-width: 850px) and (max-width: 964px) {
    .template_fjd_model-section-title {
        font-size: 35px;
        line-height: 41px;
    }
}


@media (max-width: 369px) {
    .description-imgcentral-textcentral {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 370px) and (max-width: 1200px) {
    .description-imgcentral-textcentral {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1199px) and (max-width: 1128px) {
    .description-imgcentral-textcentral {
        font-size: 16px;
        line-height: 22px;
    }
}

.iframe-container {
    position: relative;
    overflow: hidden;
}

.tour-3d-preview {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    background-color: #111;
}

.tour-3d-preview__image {
    display: block;
    width: 100%;
    height: auto;
}

.tour-3d-preview__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.tour-3d-preview__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: inline-block;
    padding: 16px 32px;
    background-color: #ffffff;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    white-space: nowrap;
    transition: transform 0.25s ease, filter 0.25s ease;
    pointer-events: none;
    border: solid 2px #ffffff;
    border-radius: 30px;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    margin-bottom: 30px;
}

.tour-3d-preview__cta:hover {
    transform: translate(-50%, -50%);
    background-color: #efefef !important;
    border: solid 2px #efefef;
    color: black;
}

.tour-3d-preview__cta:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.tour-3d-preview:hover .tour-3d-preview__overlay {
    background-color: rgba(0, 0, 0, 0.35);
}

.tour-3d-preview:hover .tour-3d-preview__cta {
    transform: translate(-50%, -50%);
     background-color: #efefef !important;
    border: solid 2px #efefef;
    color: black;
}


.tour-3d-preview:focus-visible {
    outline: 3px solid #008bee;
    outline-offset: 3px;
}

@media (max-width: 699px) {
    .tour-3d-preview__cta {
        padding: 12px 20px;
        font-size: 14px;
    }
}