.elementor-kit-219{--e-global-color-primary:#077C50;--e-global-color-secondary:#2FA657;--e-global-color-text:#252824;--e-global-color-accent:#6368C6;--e-global-color-42b5427:#3A7626;--e-global-typography-primary-font-family:"Proxima Nova";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Proxima Nova";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Proxima Nova";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Proxima Nova";--e-global-typography-accent-font-size:35px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.2em;font-size:20px;}.elementor-kit-219 e-page-transition{background-color:#FFBC7D;}.elementor-kit-219 h2{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-219{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:35px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:30px;font-size:18px;}.elementor-kit-219 h1{font-size:48px;}.elementor-kit-219 h2{font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-219{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:20px;--e-global-typography-accent-font-size:25px;font-size:18px;}.elementor-kit-219 h1{font-size:40px;}.elementor-kit-219 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.property-gallery-wrapper {
    display: flex;
    gap: 10px;
    max-width: 1400px;
    margin: 0 auto;
}

.property-gallery-main {
    flex: 2;
    height: 600px;
    overflow: hidden;
}

.property-gallery-thumbs {
    flex: 1;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.property-gallery-thumbs .slick-list {
    height: 100% !important;
}

.property-gallery-thumbs .slick-track {
    height: 100% !important;
}

.property-gallery-thumbs .slick-slide {
    height: calc((100% - 10px) / 2) !important;
}

.property-gallery-thumbs .slick-slide > div {
    height: 100%;
}

.property-gallery-thumbs .slick-slide:not(:last-child) > div {
    margin-bottom: 10px;
}

.property-gallery-main img,
.property-gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.property-gallery-main .slick-arrow {
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.property-gallery-main .slick-prev {
    left: 20px;
}

.property-gallery-main .slick-next {
    right: 20px;
}

.slick-prev:before, .slick-next:before {
    color: #fff;
    font-size: 30px;
}

.property-gallery-thumbs .slick-prev,
.property-gallery-thumbs .slick-next {
    display: none !important;
}

@media (max-width: 767px) {
    .property-gallery-wrapper {
        flex-direction: column;
    }

    .property-gallery-main,
    .property-gallery-thumbs {
        width: 100%;
        height: auto;
    }

    .property-gallery-thumbs .slick-list {
        height: auto !important;
    }

    .property-gallery-thumbs .slick-track {
        height: auto !important;
    }
    
    .property-gallery-thumbs .slick-slide {
        height: auto !important;
    }
}/* End custom CSS */