/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/

@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

@media only screen and (min-width: 576px) {
    .form-inline {
        width: 32.9%;
        display: inline-block;
    }

    .form-inline .form-control {
        width: 100%
    }

    .page-id-15005 .form-inline {
        width: 49%;
    }

    .page-id-15005 .form-inline:nth-child(4) {
        width: 100%;
    }
}

.page-id-15657 .top-banner-wrap .banner-inner .parallax-inner {

    background-size: contain !important;
}

.header-v2-mobile .header-contact-wrap {
    background-color: #004274 !important;
    color: #ffffff !important;
}

.header-v2-mobile .header-contact-wrap a, .header-v2-mobile .header-contact-wrap .header-contact-right {
    color: #ffffff !important;
}

#menu-footer-2 li a::before {
    content: "";
}

.logo-mobile img {
    top: 0;
    max-height: 50px;
}

.ref-img-txt .elementor-image-box-content span {
    font-weight: bold;
    margin-bottom: 15px
}

.ref-img-txt .elementor-image-box-content p {
    margin-top: unset
}

.overlay-sold, .overlay-rent, .overlay-res {
    position: relative;
}

.overlay-sold img, .overlay-rent img, .overlay-res img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-sold div::after, .overlay-rent div::after, .overlay-res div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url('https://www.amelia-immobilien.de/wp-content/uploads/2024/03/vermietet-badge.svg') center center no-repeat;*/
    background-size: cover;
    z-index: 2; /* Ensure the overlay appears on top of the image */
}

.overlay-sold div::after {
    background: url('https://www.amelia-immobilien.de/wp-content/uploads/2024/03/verkauft-badge.svg') center center no-repeat;
}

.overlay-rent div::after {
    background: url('https://www.amelia-immobilien.de/wp-content/uploads/2024/03/vermietet-badge.svg') center center no-repeat;
}

.overlay-res div::after {
    background: url('https://www.amelia-immobilien.de/wp-content/uploads/2024/03/reserviert-badge.svg') center center no-repeat;
}


/* NEW label for menus
------------------------------------ 
.navi > ul ul li.new-feature a:after{
 content: 'NEW';
 color: #fff;
 border-radius: 3px;
 font-size: 10px;
 padding: 4px 6px 4px;
 text-transform: uppercase;
 margin-bottom: 0;
 display: inline-block;
 line-height: 11px;
 vertical-align: top;
 background-color: #77c720;
 margin-left: 10px;
}*/
.header-section-3 .header-top-inner {
    height: 110px;
}

.next-prev-block {
    margin-top: 30px;
}

.article-detail p, .comments-block p {
    font-weight: 300;
}

.author-meta li {
    margin-right: 13px !important;
}

.caption-bottom .detail-bottom {
    position: relative;
    text-align: center;
}

.caption-bottom .detail-bottom ul li {
    color: #000;
}

.fw-property-energy-class-wrap {
    width: 80%;
    margin: auto;
}

.fw-property-features-wrap {
    width: 80%;
    margin: auto;
    padding-left: 300px;
    padding-right: 300px;
}

.fw-property-contact-agent-wrap {
    width: 80%;
    margin: auto;
}

/*custom CSS*/

.page-id-15891 {
    overflow: hidden
}


/*hide footer*/
.page-id-15891 footer {
    display: none;
}

/* Custom Font Awesome Icons */
.mr-1 {
    height: 18px;
    width: 18px;
}

/* Custom Font Awesome Icons */

/*Script hide property*/
.property-overview-data ul {
    display: none;
}

.property-overview-data ul:first-child {
    display: block;
}

/*Script hide property end*/

/*label hover halfmap*/
.labels-wrap a .label {
    transition: background-color 0.3s, color 0.3s;
}

.labels-wrap a:hover .label {
    background-color: #004274 !important;
    color: white !important;
}

.labels-wrap a:hover {
    background-color: #007baf !important;
    color: white !important;
}

/*label hover halfmap end*/

/*label hover */
.property-labels-wrap a:hover .label {
    background-color: #004274 !important;
    color: white !important;
}

.property-labels-wrap a:hover {
    background-color: #007baf !important;
    color: white !important;
}

/*label hover end*/


/* searchbutton halfmap*/
.btn-secondary {
    background-color: #004483 !important;
    border-color: #004483 !important;
}

/* searchbutton halfmap end*/


/* hide share */
.list-inline-item.btn-share {
    display: none !important;
}

.item-tool-share.dropdown-toggle {
    display: none !important;
}

/* hide share end*/

.main-nav ul#main-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (min-width: 992px) {
    .main-nav ul#main-nav > li > a {
        font-size: 15px;
    }
}

.hero-image-full {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1023px) {
    .hero-content {
        background-color: #0042747A;
    }
}

.hero-section > .elementor-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-form .form-inline {
    width: calc(50% - 2px);
}

.hero-form .wpcf7-submit {
    width: 100%;
    border-radius: 0;
}

.hero-form p {
    margin-bottom: 0;
}

.hero-form .hero-form-text {
    font-size: 14px;
    margin-bottom: 16px;
}

.hero-form .wpcf7-spinner {
    position: absolute;
    left: 0;
    bottom: -24px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

@media (min-width: 1024px) {
    .hero-form {
        max-width: 368px;
    }
}

@media (max-width: 575px) {
    .hero-form .form-inline {
        width: 100%;
    }
}

#hero-rewards-decorator {
    position: absolute;
    left: 0;
    top: 50%;
    width: 542px;
}

#hero-rewards-decorator img {
    max-height: 121px;
    transform: translateY(-25px);
}

#hero-rewards-decorator > .elementor-widget-container {
    transform: translateY(-50%);
}

#hero-rewards-decorator > .elementor-widget-container:before {
    content: '';
    position: absolute;
    height: 32px;
    background: #FFF;
    width: calc((100vw - 1140px) / 2 + 321px);
    top: 25%;
    z-index: -1;
    left: 0;
}

@media (min-width: 1140px) {
    #hero-rewards-decorator > .elementor-widget-container:before {
        left: calc((100vw - 1140px) / -2);
    }
}

@media (max-width: 1140px) {
    #hero-rewards-decorator {
        display: none;
    }
}

#slider-description {
    max-width: 591px;
}

@media (max-width: 768px) {
    #slider-description {
        max-width: 510px;
    }
}


.alink a:hover {
    text-decoration: underline;
}

#section-cta-image-with-decorations {
    position: relative;
}

#section-cta-image-with-decorations:before {
    content: '';
    position: absolute;
    background: #FFF;
    height: 26px;
    width: calc((100vw - 1140px) / 2);
    left: 0;
    top: -80px;
}

#section-cta-image-with-decorations:after {
    content: '';
    position: absolute;
    background: #FFF;
    height: 26px;
    width: calc((100vw - 1140px) / 2);
    right: 0;
    bottom: -90px;
}

#section-image {
    position: relative;
}

#section-image-content {
    position: relative;
    z-index: 1;
}

#section-image-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-width: 923px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#section-image-overlay .elementor-element, #section-image-overlay .elementor-widget-container, #section-image-overlay img {
    height: 100%;
}

@media (min-width: 768px) {
    .section-col-4 {
        max-width: 320px;
    }
}


.section-cols .elementor-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 16px;
}

#post-section-custom .houzez-icon, #post-section-custom .blog-post-body, #post-section-custom .blog-post-link {
    display: none;
}

#post-section-custom h3 {
    margin-bottom: 0;
}

#post-section-custom .blog-post-content-wrap .blog-post-meta {
    font-weight: 500;
}

#post-section-custom .blog-post-content-wrap {
    padding: 24px;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
}

.custom-comments-slider .slide-name, .custom-comments-slider .slide-description {
    color: #fff;
}

.custom-comments-slider .slide-content {
    padding: 32px 24px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.23);
}

.custom-comments-slider .slider-title {
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.custom-comments-slider .slide-name {
    font-size: 26px;
    font-weight: 500;
}

.custom-comments-slider .slide-content hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 24px;
}

.custom-comments-slider .swiper-slide {
    transition: opacity 0.3s;
}

.custom-comments-slider .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.custom-comments-slider .swiper-slide.swiper-slide-visible:first-child,
.custom-comments-slider .swiper-slide.swiper-slide-visible:last-child {
    opacity: 0.5;
}

@media (max-width: 768px) {
    .custom-comments-slider .swiper-navigation {
        top: -40px;
    }
}

.custom-comments-slider .swiper {
    padding: 16px;
}

.custom-comments-slider .slide-description {
    font-style: italic;
}

.custom-comments-slider .slide-description {
    font-style: italic;
}

.custom-comments-slider .swiper-slide {
    height: auto;
}

.custom-comments-slider .slide-content {
    height: 100%;
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: space-between;
}

.custom-comments-slider .swiper-slide {
    opacity: 0.5;
}

.custom-comments-slider .swiper-slide.swiper-slide-next,
.custom-comments-slider .swiper-slide.swiper-slide-active,
.custom-comments-slider .swiper-slide.swiper-slide-prev {
    opacity: 1;
}


.custom-swiper-navigation {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    gap: 18px;
}

/*New*/
@media (max-width: 576px) {
    .custom-swiper-navigation {
        justify-content: center !important;
    }
}

/*New*/

.custom-swiper-navigation .swiper-button-next:after, .custom-swiper-navigation .swiper-button-prev:after {
    content: none;
}

.custom-swiper-navigation .swiper-button-next, .custom-swiper-navigation .swiper-button-prev {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.23);
    height: 40px;
    width: 40px;
    background: #FFF;
    left: unset;
    right: unset;
    position: relative;
    margin: 0;
    top: 0;
}

.place-slider .place-slide-content {
    z-index: 1;
    position: relative;
    padding: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 444px;

}

.place-slider .place-slide-image {
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.place-slider .place-slide-status {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.place-slider .place-slide-title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.place-slider .place-slide-description {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
}

#place-section .elementor-widget-wrap {
    padding: 0;
}

.widget-wrap .widget-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.widget-wrap .widget-content p {
    font-size: 16px;
    margin-bottom: 24px;
}

#landing-hero {
    position: relative;
    z-index: 1;
}

#landing-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(50% + 64px);
    max-width: 711px;
    height: 113px;
    background-color: rgb(255, 255, 255);
    z-index: -1;
}

@media (max-width: 1023px) {
    #landing-hero::after {
        height: 64px;
    }
}

.place-tabs-widget {
    display: flex;
    flex-direction: row;
}

@media (max-width: 768px) {
    .place-tabs-widget {
        display: flex;
        flex-direction: column;
    }
}

.place-tabs-nav {
    margin: 0;
    position: relative;
    z-index: 3;
    list-style: none;
    min-width: 244px;
}

.place-tabs-nav li {
    padding: 16px 24px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.place-tabs-nav li.active {
    padding: 16px 24px;
    background-color: #fff;
    color: #004274;
    font-weight: 500;
    font-size: 16px;
}

.place-tabs-content {
    background: #FFF;
    padding: 40px;
}

.place-tabs-widget .tab-content {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

@media (max-width: 768px) {
    .place-tabs-widget .tab-content {
        flex-direction: column;
    }
}

.place-tabs-widget .tab-content-data {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.place-tabs-widget .tab-content-image {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.place-tabs-widget .place-tab-attributes {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 28px;
    color: #004274;
    font-size: 16px;
    font-weight: 500;
}

.place-tabs-widget .place-tab-attributes li {
    position: relative;
}

.place-tabs-widget .place-tab-attributes li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #004274;
    border-radius: 100%;
    margin-left: 28px;
}

@media (max-width: 768px) {
    .item-v8 .property-img {
        max-width: 100%;
    }
}

.item-v8 .property-img {
    width: 323px;
}

.item-v8 .property-img img {
    width: 100%;
}

.item-v8 .property-gallery {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 118px;
}

.item-v8 .item-header .property-gallery img {
    height: 100%;
    position: relative;
    object-fit: cover;
}

.item-v8 .property-gallery-more {
    position: relative;
}

@media (max-width: 1201px) {
    .item-v8 .property-gallery {
        display: none;
    }
}

.item-v8 .property-gallery-more:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 66, 116, 0.40);
    position: absolute;
}

.item-v8 .property-gallery-more > div {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    font-size: 28px;
}

.item-v8 .item-address {
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    margin-bottom: 16px;
}

.item-v8 .item-title {
    max-width: 440px;
    font-size: 28px;
    font-weight: 500;
    color: #222222;
    padding-bottom: 40px;
    text-wrap: auto;
}

.item-v8 .item-attribute-title {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 16px;
}

.item-v8 .item-attribute-value {
    font-size: 16px;
    font-weight: 300;
    color: #222222;
}

.item-v8 .item-body {
    border: 0;
    padding: 40px;
}

.item-v8 .shadow {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
}

.item-v8 .property-img {
    height: 100%;
}

.item-v8 .item-header,
.item-v8 .listing-image-wrap {
    height: 100%;
}

.item-v8 .property-img .img-fluid {
    height: 100%;
    object-fit: cover;
}

.item-v8 .item-footer {
    max-width: 244px;
    margin: 32px 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #D8D8D8;
    padding: 40px 24px;
}

@media (max-width: 768px) {
    .item-v8 .item-footer {
        border-left: none;
        margin: 0;
        padding: 0 40px 16px 40px;
        max-width: unset;
    }
}

.item-v8 .item-btn-primary {
    background: #004274;
    padding: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #004274;
    width: 100%;
    transition: all .3s ease-in-out;
}

.item-v8 .item-btn-primary:hover {
    background: transparent;
    color: #004274;
}

.item-v8 .item-btn-secondary {
    background: #fff;
    padding: 12px;
    color: #004274;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: unset;
    width: 100%;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.item-v8 .item-btn-secondary:hover {
    background: #004274;
    color: #fff;
}

.section-cta-image-with-decorations {
    position: relative;
}

.section-cta-image-with-decorations:before {
    content: '';
    position: absolute;
    background: #FFF;
    height: 26px;
    width: 15vw;
    left: 0;
    top: 0;
    z-index: 1;
}

.section-cta-image-with-decorations:after {
    content: '';
    position: absolute;
    background: #FFF;
    height: 26px;
    width: 15vw;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#landing-ceo {
    position: relative;
    z-index: 1;
}

#landing-ceo:after {
    content: '';
    position: absolute;
    background: #004274;
    height: calc(100% - 64px);
    width: 100%;
    right: 0;
    top: 32px;
    z-index: -1;
}

.landing-max-w-p {
    max-width: 892px;
}

.place-tabs-2 {

}

.place-tabs-2 .tabs-nav {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 72px;
}


.place-tabs-2 .tab-btn {
    margin-bottom: 60px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: none;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding-bottom: 14px;
    opacity: 0.4;
}

@media (max-width: 768px) {
    .place-tabs-2 .tab-btn {
        font-size: 16px;
    }
    .place-tabs-2 .tabs-nav {
        gap: 16px;
    }
}
.place-tabs-2 .tab-btn:hover {
    color: #004274;
    opacity: 1;
}

.place-tabs-2 .tab-btn.active {
    border-bottom: 2px solid #004274;
    color: #004274;
    opacity: 1;
}

.place-tabs-2 .tab-content {
    max-width: 449px;
    width: 100%;
    margin-left: max(0px, calc(50% - 600px));
}

@media (max-width: 768px) {
    .place-tabs-2 .tab-content {
        max-width: unset;
    }
    .place-tabs-2 .tab-content .item-btn-primary {
        display: block;
        width: 100%;
    }
}

.place-tabs-2 .swiper-slide {
    position: relative;
}
.place-tabs-2 .slider-title {
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    padding: 10px 24px;
}
.place-tabs-2 h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.place-tabs-2 p {
    font-size: 16px;
    font-weight: 400;
}
.place-tabs-2 .tab-descripiton {
    margin-bottom: 32px;
}
.place-tabs-2 .item-btn-primary {
    background: #004274;
    padding: 12px 48px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #004274;
    width: 100%;
    transition: all .3s ease-in-out;
}

.place-tabs-2 .item-btn-primary:hover {
    background: transparent;
    color: #004274;
}
.place-tabs-2 .tab-body ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
    list-style: none;
    padding-left: 0;
}
.place-tabs-2 li {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}
.place-tabs-2 .tab-list {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
.place-tabs-2 .swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.place-tabs-2 .swiper-wrapper {
    display: flex;
    width: 100%;
}

.place-tabs-2 .swiper-slide {
    flex-shrink: 0;
    width: auto;
    height: auto;
}
.place-tabs-2 .swiper {
    overflow: hidden;
}
.place-tabs-2 .tab-body {
    position: relative;
}
.place-tabs-2 .custom-swiper-navigation {
    right: max(0px, calc(50% - 600px));
    z-index: 10;
    top: -70px;
    width: fit-content;
}
.place-tabs-2 .custom-swiper-navigation .swiper-button-next, .place-tabs-2 .custom-swiper-navigation .swiper-button-prev
{
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.07);
    color: #004274;
    transition: all .3s ease-in-out;
}
.place-tabs-2 .custom-swiper-navigation .swiper-button-next:hover, .place-tabs-2 .custom-swiper-navigation .swiper-button-prev:hover
{
    color: #fff;
    background: #004274;
}
.place-tabs-2 .custom-swiper-navigation .swiper-button-next, .place-tabs-2 .custom-swiper-navigation .swiper-button-prev
{
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.07);
    color: #004274;
    transition: all .3s ease-in-out;
}
.place-tabs-2 .custom-swiper-navigation .swiper-button-next:hover, .place-tabs-2 .custom-swiper-navigation .swiper-button-prev:hover
{
    color: #fff;
    background: #004274;
}

.place-tabs-3 .custom-swiper-navigation .swiper-button-next, .place-tabs-3 .custom-swiper-navigation .swiper-button-prev
{
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.07);
    color: #004274;
    transition: all .3s ease-in-out;
}
.place-tabs-3 .custom-swiper-navigation .swiper-button-next:hover, .place-tabs-3 .custom-swiper-navigation .swiper-button-prev:hover
{
    color: #fff;
    background: #004274;
}
.place-swiper-button-next-2,
.place-swiper-button-prev-2 {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10;
}


#landing-form .wpcf7-submit {
    height: unset;
    line-height: unset;
    background: #004274;
    width: 100%;
    padding: 12px 48px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #004274;
    transition: all .3s ease-in-out;
    border-radius: 0;
}

#landing-form .wpcf7-submit:hover {
    background: transparent;
    color: #004274;
}

.place-slider-2 .custom-swiper-navigation .swiper-button-next:hover, .place-slider-2 .custom-swiper-navigation .swiper-button-prev:hover {
    color: #fff;
    background: #004274;
}
.header-parallax .banner-inner:before{
    opacity: 1;
    background: linear-gradient(3deg, #004274, rgb(0 66 116 / 60%));
}
.header-parallax .header-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    padding: 0 16px;
    margin: 118px auto 88px auto;
}
.header-parallax h1.banner-title {
    font-size: 64px;
    font-weight: bold;
    line-height: 1.05;
    margin-bottom: 16px;
}

.header-parallax .banner-subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.05;
}
.header-parallax .breadcrumb .breadcrumb-item,
.header-parallax .breadcrumb .breadcrumb-item span,
.header-parallax .breadcrumb .breadcrumb-item:before
{
    color: #fff;
}
.header-parallax .breadcrumb .breadcrumb-item,
.header-parallax .breadcrumb .breadcrumb-item span
{
    font-size: 16px;
}
.header-parallax .breadcrumb{
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .header-parallax h1.banner-title {
        font-size: 32px;
        font-weight: bold;
    }
}

.template-page .article-page-wrap {
    margin-bottom: 0;
}
.template-page-section-cta-image-with-decorations {
    position: relative;
}
.template-page-section-cta-image-with-decorations:before {
    content: '';
    position: absolute;
    background: #F8FAFF;
    height: 26px;
    width: calc((100vw - 1140px) / 2);
    left: 0;
    top: 0;
    z-index: 1;
}

.template-page-section-cta-image-with-decorations:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 26px;
    width: calc((100vw - 1140px) / 2);
    right: 0;
    bottom: 0;
    z-index: 1;
}

.counter-count-container .counter-card-number span {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.05;
    color: #004274;
}
.counter-count-container .counter-card-number {
    margin-bottom: 32px;
}
.counter-count-container .counter-card-number .count-decorator {
    width: 100%;
    height: 1px;
    background: rgba(0, 66, 116, 0.2);
    transform: translateX(30%);
}

@media (max-width: 768px) {
    .counter-count-container .counter-card-number .count-decorator {
        display: none;
    }
}

.object-slider-1 .swiper-button-next,
.object-slider-1 .swiper-button-prev,
.object-slider-2 .swiper-button-next,
.object-slider-2 .swiper-button-prev
{
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.07);
    color: #004274;
    transition: all .3s ease-in-out;
}

.object-slider-1 .swiper-button-next:hover,
.object-slider-1 .swiper-button-prev:hover,
.object-slider-2 .swiper-button-next:hover,
.object-slider-2 .swiper-button-prev:hover
{
    color: #fff;
    background: #004274;
}

.object-slide-1 {
    position: relative;
}
.object-slide-1 .object-slide-container {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 16px 20px 8px  20px;
    z-index: 2;
}

.object-slide-1 .object-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    min-height: 400px;
}

.object-slide-1::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 33, 58, 0.35);
    z-index: 1;
    transition: all .3s ease-in-out;
}
.object-slide-1:hover::after {
    background: rgba(0, 0, 0, 0) !important;
}

.swiper-slide-active .object-slide-1::after {
    background: rgba(0, 0, 0, 0.2);
}

.object-slide-1 .object-slide-status {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #004274;
    padding: 8px 20px;
    z-index: 2;
}

.object-slide-1 .object-slide-container .slide-title {
    color: #004274;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 8px;
}
.object-slide-1 .object-slide-container .slide-description {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.object-slide-1 .object-slide-status .slide-status {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.object-swiper-1 {
    margin: 0 auto;
}

.cust-bread .breadcrumb-item:before{
    color: #fff;
}

.page-container{
    max-width: 1200px;
    padding: 0 16px;
}

.page-404-container{
    text-align: center;
    margin: 120px 0 80px 0;
    width: 100%;
    background: #fff;
    padding: 0 16px;
    box-shadow: 0 4px 33px 0 rgba(0, 0, 0, 0.07);
}
.page-404-container > .image-container > svg {
    margin-top: -80px
}
.page-404-container h1{
    font-size: 40px;
    font-weight: 500;
    margin: 40px 0 24px 0;
}

.page-404-container .item-btn-primary {
    background: #004274;
    padding: 12px 48px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #004274;
    width: fit-content;
    transition: all .3s ease-in-out;
    margin-top: 16px;
    margin-bottom: 48px;
}



.page-404-container .item-btn-primary:hover {
    background: transparent;
    color: #004274;
}

@media screen and (max-width: 600px) {
    .page-404-container .item-btn-primary {
        width: 100%;
    }
}

.houzez-in-view {
    opacity: 1;
    position: fixed !important;
    visibility: visible;
    transition: .4s;
    transform: translate(0, 0) scale(1);
    animation: .4s fadein;
    width: 100%;
    top: 0;
}