.project-top-wrap img.property-img,
.project-top-wrap video
{
    width: 100%;
    height: 592px;
    object-fit: cover;
    object-position: center;
}

.property-content .page-title-wrap .item-address {
    font-size: 21px;
    color: #19232E;
}

.property-content .page-title h1 {
    color: #19232E;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.project-col {
    border-top: 1px solid #DCE0E0;
    margin-bottom: 40px;
    padding-top: 40px;
}

.project-col h3 {
    color: #19232E;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.project-col p {
    color: #283044;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.property-content aside#sidebar{
    margin-top: 0;
}

.project-col i.houzez-icon.icon-check-circle-1 {
    color: #7ECCBE;
}

.calendly-widget-row {
    border-radius: 0 0 4px 4px;
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
}

.calendly-widget-row .calendly-inline-widget {
    height: 870px;
    min-width: 100%;
}

.property-gallery {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0 82px;
    border-top: 1px solid #DCE0E0;
    margin-top: 72px;
}

.gallery-title {
    margin-bottom: 15px;
    color: #19232E;
    text-align: center;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.gallery-slider {
    position: relative;
}

.gallery-slide {
    padding: 0 15px;
    opacity: 0.3;
    transition: opacity 0.4s ease;
}

.gallery-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

.gallery-slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 4px;
}

/* Center slide emphasis */
.slick-center img {
    transform: scale(1.02);
}

/* Dots styling */

.gallery-slider .slick-dots {
    bottom: -40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

/* Remove default button styles */
.gallery-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.gallery-slider .slick-dots li button {
    padding: 0;
}

.gallery-slider .slick-dots li button:before {
    content: '';
    opacity: 1;
}

/* Inactive dots (circle) */
.gallery-slider .slick-dots li button {
    width: 11px;
    height: 11px;
    opacity: 0.4;
    background: #565656;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Active dot (pill shape) */
.gallery-slider .slick-dots li.slick-active button {
    width: 33px;
    height: 11px;
    opacity: 1;
    border-radius: 999px;
}

/* Arrow styling */
.slick-prev,
.slick-next {
    z-index: 2;
}

.slick-next {
    right: 10px;
}

.slick-prev {
    left: 10px;
}

/* Blog style */

.blog div#block-2, .blog div#block-3, .blog div#block-4, .blog .widget_categories,
.single-post div#block-2, .single-post div#block-3, .single-post div#block-4,
.single-post .widget_categories{
    display: none !important;
}

.blog .widget_categories,
.blog .widget-blog-posts,
.single-post .widget_categories,
.single-post .widget-blog-posts{
    border-radius: 4px;
    background: #F9F9F9;
}

.blog h3.widget-title.mb-4,
.single-post h3.widget-title.mb-4{
    margin-bottom: 12px !important;
}

.blog .widget_categories a,
.single-post .widget_categories a{
    color: #7ECCBE;
}

.blog .widget_categories a:hover,
.single-post .widget_categories a:hover{
    color: #283044;
}

.blog-post-content-widget h4 {
    color: #283044;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.blog-post-content-widget p {
    color: #636363;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.blog-post-item-widget.mt-4 {
    margin-top: 20px !important;
}

.blog-post-content-widget h4 a:hover {
    color: #7ECCBE !important;
}

.blog ul.list-unstyled.list-inline.author-meta.flex-grow-1.m-0 li.list-inline-item:last-child,
.single-post ul.list-unstyled.list-inline.author-meta.flex-grow-1.m-0 li.list-inline-item:last-child{
    display: none !important;
}

.blog .post-footer-wrap a.btn.btn-primary {
    border-radius: 4px;
    background: #7ECCBE;
    border: none;
    height: 46px;
    padding: 12px 24px;
    color: #19232E;
    text-align: center;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .post-footer-wrap a.btn.btn-primary:hover {
    background: #19232E;
    color: #ffff;
}

.pagination-wrap li.page-item.active a.page-link,
.pagination-wrap li.page-item a.page-link:hover{
    border-color: #7ECCBE;
    background: #7ECCBE;
    color: #19232E;
}

.pagination-wrap li.page-item a.page-link {
    border-radius: 4px;
    color: #7ECCBE;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.00);
    box-shadow: none;
}



.pagination li.page-item.disabled a.page-link {
    border-radius: 6px 4px 4px 6px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #E9ECEF;
    color: #636363;
}

.blog .col-lg-8.col-md-12.bt-content-wrap,
.single-post .col-lg-8.col-md-12.bt-content-wrap{
    margin-bottom: 106px !important;
}

article.post-wrap {
    background: #F9F9F9;
    margin-bottom: 24px;
}

.post-thumbnail-wrap a {
    display: block;
    width: 100%;
}

.post-thumbnail-wrap a img {
    width: 100%;
}

.post-footer-wrap.border-top a.post-tag {
    padding: 5px 9.693px 7px 10px;
    border-radius: 4px;
    background: #7ECCBE;
    color: #19232E;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    opacity: 1;
}

.post-footer-wrap.border-top a.post-tag:hover {
    background: #19232E;
    color: #fff;
}

.blog-post-link.small a, .list-inline-item a {
    color: #7ECCBE;
}

.related-posts-wrap .blog-post-content-wrap {
    min-height: 242px;
}

.related-posts-wrap {
    padding-top: 40px;
}

.next-prev-block.next-prev-blog.blog-section.clearfix, .author-detail-wrap {
    display: none !important;
}

.post-comment-form-wrap {
    display: none !important;
}

.related-posts-wrap h2 {
    color: #283044;
    font-family: Jost;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

section.blog-wrap.houzez-blog-top {
    margin-top: 50px;
}

section.blog-wrap .page-title-wrap {
    padding: 0;
    margin-top: 50px;
}

section.blog-wrap .breadcrumb-wrap {
    display: none !important;
}

.article-wrap.single-article-wrap .post-thumbnail-wrap img {
    width: 100%;
}

/* Project sider style */

.project-slide {
    position: relative;
}

.project-slide .property-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.project-slide .item-parallax-wrap {
    position: absolute;
    left: 60px;
    max-width: 540px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.project-slide.gallery-slide{
    opacity: 1;
}

section.project-slider-wrapper .slick-arrow {
    display: none !important;
}

.project-slide .item-parallax-wrap a {
    color: #283044;
}

.project-slide .item-parallax-wrap  .item-title {
    margin-bottom: 17px !important;
}

.project-slide .item-parallax-wrap p {
    margin-bottom: 0;
}

.project-slide .item-parallax-wrap .item-address {
    margin-bottom: 10px !important;
}

.header-v4 a {
    color: #000;
}

.calendly-wrapper .calendly-inline-widget {
    min-height: 705px;
}

.elementor-field-group .elementor-select-wrapper::before {
    display: none !important;
}

.elementor-field-group .elementor-select-wrapper select {
    background-image: url(../img/arrow-down-icon.svg);
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 12px;
}

.footer-top-wrap a:hover, .footer-bottom-wrap a:hover,
.footer-top-wrap .blog-post-content-widget h4 a:hover {
    color: #7ECCBE !important;
}

.back-to-top-wrap {
    right: 20px;
    bottom: 60px;
}

.home-banner-sec .elementor-element.elementor-element-16ef019.elementor-widget__width-inherit.elementor-widget-tablet__width-initial.elementor-widget.elementor-widget-video {
    aspect-ratio: unset !important;
    width: 100% !important;
    max-width: 100% !important;
}

.home-banner-sec  .e-hosted-video.elementor-wrapper.elementor-open-inline {
    aspect-ratio: unset !important;
    width: 100% !important;
    max-width: 100% !important;
}

.home-banner-sec  video.elementor-video {
    aspect-ratio: unset !important;
    min-height: 100vh;
}

.elementor-45472 .elementor-element.elementor-element-3b5501a .testimonial-info .testimonial-job {
    font-style: normal;
}

.elementor-shape-top {
    top: -2px;
}

li.elementor-icon-list-item a:hover {
    color: #7ECCBE !important;
}

li.elementor-icon-list-item a:hover span.elementor-icon-list-text {
    color: inherit !important;
}

footer.footer-wrap.footer-wrap-v1 {
    background-color: #19232e;
}

.cta-wrapper a {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content !important;
}

.blog-post-meta li.list-inline-item:last-child {
    display: none !important;
}

.header-mobile .toggle-button-left, .header-mobile .toggle-button-right {
    border: none;
    box-shadow: none;
}

#scroll-top {
    background: #7ECCBE;
    color: #19232E;
    border-color: #7ECCBE;
    transition: 0.2s;
}

#scroll-top:hover {
    transform: scale(1.1);
}

.about-content-col h4 {
    font-weight: 400;
}

.about-content-col b {
    font-weight: 500;
}

@media (min-width: 991px) {
    .blog-post-image-widget {
        min-width: 80px;
    }
}

@media (max-width: 1199px) {
    .calendly-wrapper .calendly-inline-widget {
        min-height: 100%;
        margin: auto;
        width: calc(100% - 30px) !important;
    }

    .footer-top-wrap{
        padding: 52px 0 30px;
    }
}

@media (max-width: 1300px) and (min-width: 767px) {
    .item-listing-wrap.item-listing-parallax {
        height: 900px !important;
        min-height: 100vh;
    }
}

@media (max-height: 768px) {
    .home-banner-sec {
        height: 100% !important;
    }
}

@media (max-width: 1300px) and (min-width: 768px) {
    .elementor-45266 .elementor-element.elementor-element-9061066 {
        width: 50%;
    }

    .elementor-45266 .elementor-element.elementor-element-889064b {
        width: 50%;
    }

    .elementor-45266 .elementor-element.elementor-element-168d708 .elementor-heading-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 891px) {
    .blog .col-lg-8.col-md-12.bt-content-wrap,
    .single-post .col-lg-8.col-md-12.bt-content-wrap {
        margin-bottom: 50px !important;
    }

    .related-posts-wrap {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .property-content .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .property-content .page-title h1 {
        font-size: 28px;
    }

    .property-content .page-title-wrap .item-address {
        font-size: 18px;
    }

    .project-col {
        margin-bottom: 32px;
        padding-top: 32px;
    }

    .project-col h3 {
        font-size: 22px;
    }

    .calendly-sidebar-wrap {
        padding: 0;
    }

    .calendly-widget-row .calendly-inline-widget {
        height: 577px;
    }

    .property-gallery {
        padding: 40px 0 50px;
        margin-top: 50px;
    }

    .gallery-slide img {
        height: 220px;
    }

    .gallery-slide{
        padding: 0 5px;
    }

    .gallery-slider .slick-dots {
        bottom: -30px;
        gap: 8px;
    }

    .gallery-slider .slick-dots li button {
        width: 9px;
        height: 9px;
    }

    .gallery-slider .slick-dots li.slick-active button {
        width: 28px;
        height: 9px;
    }

    .related-posts-wrap {
        margin-bottom: 0;
    }

    .related-posts-wrap .blog-post-item {
        margin-bottom: 0 !important;
    }

    .post-footer-wrap.border-top a.post-tag {
        padding: 2px 8px;
    }

    .related-posts-wrap h2 {
        font-size: 28px;
    }

    section.blog-wrap .page-title-wrap {
        margin-top: 20px;
    }

    section.blog-wrap.houzez-blog-top {
        margin-top: 20px;
    }

    .pagination-wrap li.page-item a.page-link {
        font-size: 14px;
        line-height: 30px;
        width: 35px;
        height: 35px;
    }

    .blog .post-footer-wrap a.btn.btn-primary {
        height: 42px;
        font-size: 16px;
    }

    section.blog-wrap .article-wrap .post-title-wrap h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .project-slide .item-parallax-wrap {
        max-width: calc(100% - 30px);
        left: 15px;
        padding: 17px;
    }

    .project-slide .item-parallax-wrap .item-title {
        margin-bottom: 5px !important;
        text-align: center;
    }

    .project-slide .item-parallax-wrap .item-address {
        margin-bottom: 3px !important;
        text-align: center;
    }

    .project-slide .item-parallax-wrap p {
        font-size: 15px;
        line-height: 24px;
        text-align: center;
    }

    h3.widget-title.mb-4 {
        margin-bottom: 10px !important;
    }

    .footer-top-wrap {
        padding: 50px 20px 30px;
    }

    .cta-wrapper a {
        height: 42px;
        margin: auto;
    }

    .header-mobile .logo img {
        height: 35px;
        width: auto;
    }

    .item-listing-parallax .item-parallax-wrap {
        text-align: center;
    }

    .item-listing-parallax .item-parallax-wrap address.item-address.mb-3 {
        margin-bottom: 8px !important;
    }

    .item-listing-parallax .item-parallax-wrap p {
        margin-bottom: 0 !important;
    }

    .project-top-wrap img.property-img, .project-top-wrap video {
        height: 100%;
    }
}