#inner-page-wrapper {
    margin-bottom: 0;
}
    #inner-page-wrapper > .container {
        width: 100%;
        padding: 0;
    }

.header-v2 {
    box-shadow: 0px 18px 46px 0px rgba(0, 0, 0, 0.1);
}

.floating-smi-v2 {
    display: none;
}

.image-container {
    position: relative;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: var(--default-transition);
}

#breadcrumbs {
    padding: 0 15px;
    margin: 0;
    color: #fff;
    margin: -45px 0 0;
}

i.ai-font-play-button-a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
    i.ai-font-play-button-a:before {
        z-index: 2;
    }

        i.ai-font-play-button-a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 50%;
            border: 2px solid #ffffff;
            background: rgba(0, 0, 0, 0.2);
            margin: 6px;
            transition: all var(--default-transition);
        }

/* section1 */
.cdWelcome {
    position: relative;
    padding: 0 15px 15px;
    margin-top: 31px;
}

    .cdWelcome .bg-section {
        max-width: 412px;
        max-height: 1059px;
    }

        .cdWelcome .bg-section__image {
            opacity: .18;
            filter: grayscale(1);
        }

    .cdWelcome__inner {
        position: relative;
        background: #fff;
        padding: 50px 15px 0;
    }

        .cdWelcome__inner--title {
            margin: 0 0 30px;
        }

        .cdWelcome__inner--text {
            line-height: 2.1;
            letter-spacing: 0.05em;
        }

            .cdWelcome__inner--text p {
                display: block;
                margin: 0 0 28px;
            }

            .cdWelcome-video {
                margin: 30px auto;
                width: 100%;
                max-width: 775px;
            }

                .cdWelcome-video a {
                    position: relative;
                    display: block;
                    box-shadow: 0px 18px 46px 0px rgba(0, 0, 0, 0.25);
                }

                    .cdWelcome-video a:hover i.ai-font-play-button-a:after {
                        background: rgba(0, 0, 0, 0.5);
                    }

                        .cdWelcome-video .img-wrapper canvas {
                            width: auto;
                            height: 300px;
                        }

                a.readmore-btn, a.seeless-btn {
                    display: inline-flex;
                    align-items: center;
                    color: #0D284C;
                    text-transform: uppercase;
                }
                a.readmore-btn::after, a.seeless-btn::after {
                    content: "";
                    display: block;
                    width: 11px;
                    height: 18px;
                    background: url(../../images/icon-arrow.png) no-repeat center center / contain;
                    margin-left: 8px;
                }
            
            .cdWelcome-btns {
                padding-top: 12px;
                padding-bottom: 15px;
            }
            .cdWelcome-btns--inner {
                display: flex;
                flex-wrap: wrap;
                gap: 10px 20px;
            }
                .cdWelcome-btns a {
                    margin: 5px 0;
                }

        #cdWelcome-morecontent {
            display: none;
            clear: both;
        }

            .cdWelcome__inner h3 {
                font-size: 30px;
                font-weight: 500;
                text-transform: uppercase;
                color: var(--font-color-title);
                padding: 35px 0 42px;
            }

                #cdWelcome-morecontent .cdWelcome__inner--text {
                    margin-top: 52px;
                }
                    #cdWelcome-morecontent img {
                        width: 100%;
                    }

/* section2 */
.cdQuicksearch {
    position: relative;
    padding: 50px 15px;
    clear: both;
}

    .cdQuicksearch__inner {
        position: relative;
        max-width: 1260px;
        margin: 0 auto;
    }

        .cdQuicksearch__inner--title {
            text-align: center;
            margin: 0 0 23px;
        }

        .cdQuicksearch__inner--form {
            max-width: 500px;
            margin: 0 auto;
        }

        .cdQuicksearch__inner--form form{
            position: relative;
            display: block;
            font-size: 0;
            margin: 0 -1px;
        }
            .cdQuicksearch__inner--form select, .cdQuicksearch__inner--form input {
                color: #000;
                font-size: 12px;
                font-weight: 400;
                letter-spacing: 0.1em;
                width: 100%;
                height: 52px;
                text-align: left;
                resize: none;
                border: none;
                border-bottom: 1px solid #000;
                border-radius: 0;
                padding: 0;
                background: transparent;
                -webkit-appearance: none;
                -moz-appearance: none;
            }
                .cdQuicksearch__inner--form select {
                    background: url(https://cdn.agentimagehosting.com/oPE9GL5AuBq9qZoxw7ALZ/2026/01/07103402/qs-arrow.png) no-repeat scroll right 13px center;
                }
                    .cdQuicksearch__inner--form select option{
                        color: #000;
                    }
                        .cdQuicksearch__inner--form select::-ms-expand{
                            display: none;
                        }
                            .qs-field {
                                display: inline-block;
                                vertical-align: bottom;
                                position: relative;
                                padding: 0 1px;
                            }
                            .qs-field:not(.btn-form) {
                                margin-bottom: 9px;
                            }
                                .btn-form input {
                                    font-size: 10px;
                                    font-family: var(--font-family-title);
                                    letter-spacing: 0.3em;
                                    text-transform: uppercase;
                                    color: var(--font-color-title);
                                    padding: 0 0 0 30px;
                                    width: 100%;
                                    height: 100%;
                                    position: absolute;
                                    inset: 0;
                                    border: none;
                                }
                                .btn-form input:hover {
                                    color: #fff;
                                }
                            .long-form1,
                            .long-form2,
                            .btn-form,
                            .qs-icon {
                                width: 100%;
                            }
                        .short-form {
                            width: 50%;
                        }
                    .qs-icon i {
                        font-size: 15px;
                        height: 52px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        color: var(--primary);
                    }
                .btn-form .btn-a {
                    min-width: 150px;
                    padding: 0;
                    justify-content: right;
                    padding-right: 30px;
                }
            .btn-form.qs-field {
                text-align: center;
            }

/* listings */
.cdListings {
    position: relative;
    padding: 46px 15px 39px;
}

    .cdListings__inner {
        max-width: 500px;
        margin: 0 auto;
    }

    .cdListings__item {
        padding: 13px 0;
    }

    .cdListings__item--link {
        position: relative;
        display: block;
        overflow: hidden;
        border-bottom-right-radius: 50px;
    }
    .cdListings__item--link::after {
        content: '';
        position: absolute;
        inset: 0;
        background: #1E336B;
        background: linear-gradient(0deg, rgba(30, 51, 107, 1) 0%, rgba(24, 148, 189, 1) 100%);
        opacity: 0;
        pointer-events: none;
        transition: var(--default-transition);
    }
    .cdListings__item--link:hover::after {
        opacity: .65;
    }
        .cdListings__item--link .image-container {
            background: #000;
        }
            .cdListings__item--link .image-container img {
                opacity: .8;
                aspect-ratio: 454/280;
            }
                .cdListings__item--link .image-container::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 50%;
                    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
                }

        .cdListings__item--link .info-container {
            position: absolute;
            bottom: -77px;
            left: 0;
            width: 100%;
            padding: 15px;
            color: #fff;
            transition: var(--default-transition);
            z-index: 2;
        }
        .cdListings__item--link:hover .info-container {
            bottom: 0;
        }
            .cdListings__item--link .cdprice {
                font-size: 17px;
                font-family: var(--font-family-title);
                letter-spacing: 0.1em;
            }
                .cdListings__item--link .cdaddress {
                    font-size: 15px;
                    font-weight: 500;
                    line-height: 1.3;
                    letter-spacing: 0.025em;
                    margin: 4px 0;
                }
                    .cdListings__item--link .cdaddress span {
                        display: block;
                        font-size: 12px;
                        letter-spacing: 0.1em;
                        text-transform: uppercase;
                    }
                        .cdListings__item--link .cdspecs {
                            margin: 10px 0;
                            opacity: 0;
                            transition: var(--default-transition);
                        }
                        .cdListings__item--link:hover .cdspecs {
                            opacity: 1;
                        }
                        .cdListings__item--link .cdspecs > div {
                            display: inline-flex;
                            gap: 5px;
                        }
                            .cdListings__item--link .cdspecs span {
                                display: block;
                                font-size: 11px;
                                text-transform: uppercase;
                                letter-spacing: 0.2em;
                            }
                                .cdListings__item--link .cdspecs span em {
                                    display: block;
                                    font-size: 12px;
                                    font-family: var(--font-family-title);
                                    font-style: normal;
                                    margin-bottom: 5px;
                                }
                            .cdbed-icon {
                                display: block;
                                width: 19px;
                                height: 15px;
                                background: url(https://cdn.agentimagehosting.com/oPE9GL5AuBq9qZoxw7ALZ/2026/01/07135700/bed.png) center/contain no-repeat;
                            }
                        .cdbath-icon {
                            display: block;
                            width: 19px;
                            height: 17px;
                            background: url(https://cdn.agentimagehosting.com/oPE9GL5AuBq9qZoxw7ALZ/2026/01/07135657/bath.png) center/contain no-repeat;
                        }
                    .cdsqft-icon {
                        display: block;
                        width: 19px;
                        height: 19px;
                        background: url(https://cdn.agentimagehosting.com/oPE9GL5AuBq9qZoxw7ALZ/2026/01/07135702/sqft.png) center/contain no-repeat;
                    }
                .cdListings__item--link .cdspecs > div:not(:last-child) {
                    padding-right: min(1.38vw, 38px);
                }
            .cdListings__item--link .cdviewdetails.btn-a {
                min-width: 210px;
                min-height: 35px;
            }
        .cdListings__item--link .cdspecs > div {
            gap: 10px;
        }
    .cdListings__item--link .cdspecs span {
        letter-spacing: 0;
    }

    .cdListings__pagination ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
        .cdListings__pagination ul li a,
        .cdListings__pagination ul li span {
            font-size: 13px;
            color: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            transition: var(--default-transition);
        }
            .cdListings__pagination ul li a:hover, .cdListings__pagination ul li a.active,
            .cdListings__pagination ul li span:hover, .cdListings__pagination ul li span.active {
                color: #fff;
                background: var(--primary);
            }
                .cdListings__pagination .ai-font-arrow-j {
                    width: 32px;
                    height: 11px;
                    font-size: 11px;
                    padding: 0 1px;
                    overflow: hidden;
                    display: flex;
                    justify-content: flex-end;
                    color: var(--primary);
                    cursor: pointer;
                    transition: var(--default-transition);
                }
                .cdListings__pagination .ai-font-arrow-j:hover {
                    opacity: .7;
                }
                    .cdListings__pagination .prev .ai-font-arrow-j {
                        transform: rotate(180deg);
                        margin-right: 5px;
                    }
                        .cdListings__pagination .next {
                            margin-left: 5px;
                        }

/* videos */
#hp-youtube .bg-section {
    height: 420px;
}

.cd-yt-list {
    font-size: 0;
    margin-right: 0;
}
    .cd-yt-thumb-list {
        padding: 0;
        font-size: 0;
    }

.cd-yt-thumb-list .slick-arrow {
	position: absolute;
	bottom: -30px;
	top: initial;
	z-index: 2;
	background: transparent;
	border: none;
	padding: 0;
	color: var(--font-color-title);
	transition: opacity var(--default-transition);
}
    .cd-yt-thumb-list .slick-arrow i {
        display: flex;
        width: 32px;
        height: 11px;
        font-size: 11px;
        justify-content: flex-end;
        padding: 0 1px;
        overflow: hidden;
    }
        .cd-yt-thumb-list .slick-arrow.slick-next {
            right: calc(50% - 50px);
        }
            .cd-yt-thumb-list .slick-arrow.slick-prev {
                left: calc(50% - 50px);
            }
                .cd-yt-thumb-list .slick-arrow.slick-prev i {
                    transform: rotate(180deg);
                }
                    .cd-yt-thumb-list .slick-arrow:hover {
                        opacity: 0.7;
                    }

.hp-youtube__top-left p {
    margin-bottom: 32px;
}
    .hp-youtube__top-right {
        width: 100% !important;
    }
        .slick-current .yt-thumb-item a {
            border-color: #56c5ea;
        }   
            .yt-thumb-item a {
                box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.35);
            }

.cdWelcome-btns a.btn-a {
    padding: 10px 15px;
}

.cdListings__inner > p{
    width: 100%;
    text-align: center;
}


@media screen and (min-width: 600px) {
    .cdWelcome-btns a {
        margin: 0;
    }

    .cdListings__item--link .cdspecs span em {
        font-size: 12px;
    }
        .cdListings__item--link .cdaddress {
            font-size: 19px;
        }
            .cdListings__pagination .prev .ai-font-arrow-j {
                margin-right: 30px;
            }
                .cdListings__pagination .next {
                    margin-left: 30px;
                }
                    .cdListings__pagination ul li a,
                    .cdListings__pagination ul li span {
                        font-size: 16px;
                        width: 40px;
                        height: 40px;
                    }
                        .cdListings__pagination ul {
                            margin-top: 50px;
                        }

    .cdWelcome-video .img-wrapper canvas {
        height: auto;
    }
}

@media screen and (min-width: 744px) {

}

@media screen and (min-width: 1024px) {
    .ip-banner {
        width: calc(100% - min(4.375vw, 70px));
    }
        .ip-banner canvas {
            height: 290px;
        }

            .ip-banner::before {
                background: rgba(0, 0, 0, 0.25);
            }

    #breadcrumbs {
        padding: 0 60px;
    }

    i.ai-font-play-button-a {
        width: 136px;
        height: 136px;
        font-size: 25px;
    }

        i.ai-font-play-button-a:after {
            border: 2px solid #ffffff;
            margin: 6px;
        }

    .cdWelcome {
        padding: 0 30px;
    }

        .cdWelcome__inner {
            padding: 66px 30px 0;
        }

            .cdWelcome-video {
                float: right;
                margin: 0 -60px 29px 29px;
                width: 450px;
            }
                .cdWelcome-btns {
                    padding-bottom: 75px;
                }

            /* .cdWelcome-btns a:first-child {
                margin-right: 20px !important;
            } */
                .cdWelcome__inner h3 {
                    font-size: 34px;
                }

                .cdWelcome-btns--inner {
                    flex-wrap: nowrap;
                }

    .cdQuicksearch {
        padding: 50px 30px;
    }
        .cdQuicksearch__inner--form {
            max-width: 100%;
        }
        .long-form1 {
                width: 18.613%;
            }
            .long-form2 {
                width: 20.365%;
            }
                .short-form {
                    width: 11.411%;
                }
                    .btn-form {
                        width: 13%;
                        padding-left: 17px;
                    }
                        .qs-icon {
                            padding-right: 0;
                            margin-right: -1px;
                            width: 2.378%;
                        }
                    .qs-icon i {
                        justify-content: left;
                        border-bottom: 1px solid #000;
                    }
                .btn-form .btn-a {
                    min-width: 100%;
                }
            .btn-form.qs-field {
                text-align: left;
            }
        .btn-form input {
            padding: 0 0 0 10px;
        }
    .btn-form .btn-a {
        padding-right: 10px;
    }

    .cdListings {
        padding: 46px 30px 39px;
    }
        .cdListings__inner {
            max-width: 100%;
        }
            .cdListings__lists {
                display: flex;
                flex-wrap: wrap;
                margin: -13px;
            }
                .cdListings__item {
                    width: calc(100% / 3);
                    padding: 13px;
                }
                    .cdListings__item--link .info-container {
                        position: absolute;
                        bottom: -87px;
                    }

    .hp-youtube__top-left {
        padding-top: 27px;
    }

    .cd-yt-list {
        font-size: 0;
        margin-right: min(-5.8125vw, -93px);
    }
        .cd-yt-thumb-list {
            padding: 0 17px;
        }
    
    .cd-yt-thumb-list .slick-arrow {
		top: 0;
		bottom: 0;
	}
        .cd-yt-thumb-list .slick-arrow i {
            width: 32px;
            height: 11px;
            font-size: 11px;
            padding: 0 1px;
        }
            .cd-yt-thumb-list .slick-arrow.slick-next {
                right: -30px;
            }
                .cd-yt-thumb-list .slick-arrow.slick-prev {
                    left: -30px;
                }
    
    #hp-youtube .bg-section {
        bottom: 265px;
    }
    .hp-youtube__top-right {
        margin-right: max(-5.8125vw, -93px);
    }
        .hp-youtube__bottom {
            margin-top: -55px;
        }
            .cd-yt-thumb-list .slick-list {
                padding: 30px 0 0;
                min-height: 305px;
            }
            .cd-yt-thumb-list .slick-current + .slick-slide .yt-thumb-item {
                margin-top: 50px;
            }
            .cd-yt-thumb-list .slick-current + .slick-slide + .slick-slide .yt-thumb-item {
                margin-top: 120px;
            }
            .cd-yt-thumb-list .slick-current + .slick-slide  + .slick-slide  + .slick-slide .yt-thumb-item {
                margin-top: 50px;
            }
            .yt-thumb-item {
                transition: var(--default-transition);
            }
}

@media screen and (min-width: 1280px) {
    #breadcrumbs {
        padding: 0 147px;
    }
    .cdWelcome {
        padding: 0 70px 80px;
    }

        .cdWelcome__inner {
            padding: 106px 77px 0;
        }

            .cdWelcome-video {
                margin: 0 -147px 29px 29px;
                width: 775px;
            }

    .cdQuicksearch {
        padding: 75px 94px;
    }   
        .btn-form input {
            padding: 0 0 0 16px;
        }
            .btn-form .btn-a {
                padding-right: 26px;
            }

    .cdListings {
        padding: 46px 94px 39px;
    }
        .cdListings__item--link .info-container {
            padding: 20px;
        }
            .cdListings__item--link .cdviewdetails.btn-a {
                min-height: 45px;
            }
                .cdListings__item--link .cdspecs {
                    margin: 10px 0 14px;
                }
                    .cdListings__item--link .info-container {
                        bottom: -107px;
                    }

    .hp-youtube__bottom {
        margin-top: -115px;
    }  
        .cd-yt-thumb-list .slick-list {
            min-height: 325px;
        }
}

@media screen and (min-width: 1336px) {
    .cdListings__item--link .info-container {
        padding: 20px 25px;
    }   
        .cdListings__item--link .cdspecs span {
            letter-spacing: 0.2em;
        }

    
}

@media screen and (min-width: 1440px) {
    .cdWelcome-btns a.btn-a {
        padding: 10px 30px;
    }
    .btn-form input {
        padding: 0 0 0 26px;
    }

    .cdListings__item--link .info-container {
        padding: 27px 45px;
    }
        .cdListings__item--link .cdviewdetails.btn-a {
            min-width: 240px;
            min-height: 55px;
        }
            .cdListings__item--link .cdspecs {
                margin: 20px 0 24px;
            }
                .cdListings__item--link .info-container {
                    bottom: -137px;
                }
    
    .cd-yt-thumb-list .slick-list {
        min-height: 410px;
    }
                    
}