.property-description { text-align: left; }
.property-description img { max-width: 100%; height: auto; }
.boxed-content-item .property-description { text-align: left; }
.banner-widget-wrap .banner-widget_content h5 { text-align: center; }
/* Section headings: match theme from listing-single.html */
.boxed-content-title.section-heading-wrap { padding: 20px 50px; }
.boxed-content-title.section-heading-wrap h2,
.boxed-content-title.section-heading-wrap h3 { font-size: 1.15rem; font-weight: 700; color: #1f2937; margin: 0; }
/* Features & Nearby: each section with tag-style items (no bullets, no icons) */
.features-block { margin-bottom: 1.5rem; }
.features-block:last-child { margin-bottom: 0; }
.features-block-title { font-size: 1rem; font-weight: 700; color: #374151; margin: 0 0 10px 0; }
.features-block-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; list-style: none; padding: 0; }
.features-block-tag { display: inline-block; padding: 10px 18px; background: #fff; border: 1px solid #e8e8e8; border-radius: 999px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); font-size: 14px; color: #374151; }
/* Property Amenities pills + description (white pills, orange icon + text) */
.property-amenities-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 0; }
.property-amenity-pill { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; background: #fff; border: 1px solid #e8e8e8; border-radius: 999px; box-shadow: 0 1px 4px rgba(0,0,0,0.08); font-size: 14px; }
.property-amenity-pill .property-amenity-icon { width: 22px; height: 22px; flex-shrink: 0; }
.property-amenity-pill .property-amenity-title { color: var(--main-color, #EE7838); font-weight: 600; }
.property-amenities-pills .property-amenity-pill img.property-amenity-icon { filter: invert(48%) sepia(79%) saturate(1200%) hue-rotate(350deg) brightness(98%) contrast(95%); }
.amenities-description { text-align: left; font-size: 15px; line-height: 1.6; color: #4b5563; }
.property-amenities-pills + .amenities-description { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid #eee; }
.amenities-description p { margin-bottom: 0.75em; }
.amenities-description p:last-child { margin-bottom: 0; }
.amenities-description img { max-width: 100%; height: auto; }
.banner-widget-wrap .banner-widget_content h5 { text-align: center; }
.property-video-embed { max-width: 100%; }
.property-video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.property-video-gallery-wrap { max-width: 100%; }
/* Property Gallery: match listing-single2.html (no tabs), asymmetric grid, no overlap */
#property-image-gallery .gallery-items { overflow: hidden; }
#property-image-gallery .gallery-items::after { content: ''; display: table; clear: both; }
#property-image-gallery .gallery-item,
#property-image-gallery .gallery-item-second { box-sizing: border-box; }
#property-image-gallery .gallery-item .grid-item-holder { width: 100%; }
#property-image-gallery .gallery-item img { width: 100%; height: auto; display: block; }
.map-container .single-map-container,
.map-container #singleMap { width: 100%; height: 100%; min-height: 400px; }
/* Contact (replaces Share): same column layout, icon links */
.property-contact-title { font-size: 9px; }
.property-contact-wrap { display: inline-block; border: 1px solid #eee; border-radius: 4px; overflow: hidden; vertical-align: top; }
.property-contact-wrap .property-contact-link { display: block; width: 42px; height: 42px; line-height: 42px; text-align: center; border-top: 1px solid #eee; color: #666; font-size: 1.1em; transition: color .2s, background .2s; }
.property-contact-wrap .property-contact-link:first-child { border-top: none; }
.property-contact-wrap .property-contact-link:hover { color: var(--main-color, #EE7838); background: #fafafa; }
.property-contacts-item { padding: 19px 10px 15px 10px; }
/* Property request form: loading & submitted state */
.property-request-message { margin-bottom: 12px; padding: 10px 12px; border-radius: 6px; font-size: 14px; }
.property-request-message.error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.property-request-message.success { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }
#property-request-btn.is-loading { opacity: 0.7; pointer-events: none; }
.property-request-submitted { padding: 10px 0; }
.property-request-success-text { margin-bottom: 12px; font-weight: 600; color: #166534; }
.property-request-summary { margin-bottom: 16px; padding: 12px; background: #f8fafc; border-radius: 8px; font-size: 14px; color: #334155; }
.property-request-summary p { margin: 4px 0; }
.property-request-again-btn { background: #334155 !important; color: #fff !important; }
.pp-single-opt-wrap { margin-top: 1.5rem; }
.pp-single-opt-links ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.pp-single-opt-links a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; border: 1px solid #e5e7eb; background: #fff; color: #374151; text-decoration: none; font-size: 14px; transition: border-color .2s, color .2s; }
.pp-single-opt-links a:hover { border-color: var(--main-color, #EE7838); color: var(--main-color, #EE7838); }
.pp-single-opt-links a i { color: var(--main-color, #EE7838); }
/* Wishlist: top (like-btn) + cards; saved state = filled heart */
.like-btn.wishlist-btn { cursor: pointer; border: none; background: transparent; padding: 0; }
/* Property header icons (heart + email): force single row alignment */
.list-single-opt_header .hero-opt-btnns { width: auto; display: flex; align-items: center; gap: 10px; }
.list-single-opt_header .hero-opt-btnns a { float: none; margin-bottom: 0; }
/* Make wishlist heart button match the circular email icon (hero-opt-btnns a) */
.hero-opt-btnns .like-btn.wishlist-btn {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.2);
    background: #fff;
    transition: all .2s ease-in-out;
    margin-bottom: 0;
    display: block;
    text-align: center;
    outline: 0;
}
.hero-opt-btnns .like-btn.wishlist-btn:hover { box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.2); }
.hero-opt-btnns .like-btn.wishlist-btn:focus,
.hero-opt-btnns .like-btn.wishlist-btn:focus-visible { outline: 0; }
.hero-opt-btnns .like-btn.wishlist-btn .wishlist-icon {
    line-height: 46px;
    font-size: 1.3em;
    font-weight: 400;
    transition: color .2s;
    color: #94a3b8;
}
.hero-opt-btnns .like-btn.wishlist-btn.wishlist-saved .wishlist-icon {
    font-weight: 900;
    color: var(--main-color, #EE7838);
}
.like-btn.wishlist-btn .wishlist-icon { transition: color .2s; color: #94a3b8; }
.like-btn.wishlist-btn.wishlist-saved .wishlist-icon { font-weight: 900; color: var(--main-color, #EE7838); }
#more-properties-section .geodir_save-btn.wishlist-btn .wishlist-icon { transition: color .2s; color: #94a3b8; font-weight: 400; }
#more-properties-section .geodir_save-btn.wishlist-btn.wishlist-saved .wishlist-icon { font-weight: 900; color: var(--main-color, #EE7838); }
/* Related properties: remove default button border/outline (keep shadow) */
#more-properties-section .geodir_save-btn.wishlist-btn { border: 0 !important; outline: 0 !important; }
#more-properties-section .geodir_save-btn.wishlist-btn:focus,
#more-properties-section .geodir_save-btn.wishlist-btn:focus-visible { outline: 0 !important; box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.2) !important; }
/* More properties: slider nav/dots alignment (reference listing-single.html) */
.more-properties-carousel-wrap .ss-carousel-pagination_wrap { position: absolute; bottom: -1px; left: 40px; z-index: 10; background: #fff; padding: 0 30px; height: 40px; line-height: 40px; border-radius: 20px 20px 0 0; border: 1px solid #eee; border-bottom: 1px solid #fff; }
.more-properties-carousel-wrap .ss-carousel-button-wrap { position: absolute; bottom: 14px; right: 40px; z-index: 5; }
/* Property detail: full page scroll to end (main in flow, no inner scroll cutoff) */
.property-detail-main { position: relative !important; height: auto !important; min-height: 100vh; overflow: visible !important; }
.property-detail-main .wrapper { overflow: visible !important; }
body:has(.property-detail-main) { height: auto !important; min-height: 100vh; }
html:has(.property-detail-main) { height: auto !important; min-height: 100%; }
body.property-video-modal-open { overflow: hidden; }
html.property-video-modal-open { overflow: hidden; }
.property-video-modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 99999; display: none; align-items: center; justify-content: center; padding: 20px; }
.property-video-modal-overlay.is-open { display: flex; }
.property-video-modal-inner { position: relative; width: 100%; max-width: 900px; background: #000; border-radius: 12px; overflow: hidden; z-index: 100000; }
.property-video-modal-close { position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; border: 0; background: rgba(0,0,0,0.6); color: #fff; border-radius: 50%; cursor: pointer; z-index: 10; font-size: 20px; line-height: 1; }
.property-video-modal-close:hover { background: rgba(0,0,0,0.9); }
.property-video-modal-inner iframe { width: 100%; height: 0; padding-bottom: 56.25%; position: relative; display: block; border: 0; }
.property-video-modal-inner iframe { height: 100%; min-height: 400px; padding-bottom: 0; }
.property-lazy-wrap { position: relative; background: #f0f0f0; min-height: 120px; }
.property-lazy-wrap .property-lazy-loader { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: #f0f0f0; }
.property-lazy-wrap.loaded .property-lazy-loader { display: none; }
.property-lazy-loader::after { content: ''; width: 36px; height: 36px; border: 3px solid #e0e0e0; border-top-color: var(--main-color, #EE7838); border-radius: 50%; animation: property-lazy-spin 0.8s linear infinite; }
@keyframes property-lazy-spin { to { transform: rotate(360deg); } }

#featured-video-iframe {
    width: 100%;
    min-height: 400px;
    height: 400px;
    border: 0;
}
.swiper-slide.property-lazy-wrap { position: relative; }
.map-container.mapC_vis { position: relative; min-height: 400px; }
#singleMap.single-map-container {
    width: 100%;
    height: 400px;
    min-height: 400px;
}
#property-image-gallery,
#property-video-gallery { scroll-margin-top: 100px; }
.grid-item-holder.property-lazy-wrap { position: relative; }
.property-video-gallery-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}
.property-video-embed.property-lazy-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #111;
}
.property-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.property-request-message.etihad-is-hidden,
.property-request-submitted.etihad-is-hidden { display: none; }
.property-request-form.etihad-is-hidden { display: none !important; }
.property-request-message:not(.etihad-is-hidden) { display: block; }
.more-properties-grid.etihad-related-grid { margin-top: 60px; row-gap: 30px; }
.more-properties-grid .col-lg-4 { margin-bottom: 24px; }
.more-properties-carousel-wrap.etihad-carousel-pad { padding-bottom: 60px; }
.property-description { text-align: left; }

/* Hero: keep price badge clear of title — title wraps instead of overlapping */
.hero-section-title_container.hsc_flat .hero-section-title {
    padding-right: min(300px, 36%);
    box-sizing: border-box;
}
.hsc_flat .hero-section-title h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.hsc_flat .property-single-header-price {
    top: 18px;
}
.hsc_flat .property-single-header-price .pshp_item {
    font-size: 1.9em;
}
@media only screen and (max-width: 1568px) {
    .hero-section-title_container.hsc_flat .hero-section-title {
        padding-right: 0;
    }
    .hsc_flat .property-single-header-price {
        top: 0;
        margin-top: 16px;
    }
}

/* Contact icons: 3 per row on mobile (desktop sidebar column unchanged) */
@media only screen and (max-width: 1068px) {
    .property-detail-main .share-holder.init-fix-column .share-title,
    .property-detail-main .share-holder.init-fix-column .property-contact-title {
        float: none !important;
        display: block;
        width: 100%;
        margin: 18px 20px 12px;
        box-sizing: border-box;
    }
    .property-detail-main .share-holder .property-contact-wrap {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        float: none;
        clear: both;
        border: 1px solid #eee;
        border-radius: 4px;
        overflow: hidden;
        vertical-align: top;
        box-sizing: border-box;
    }
    .property-detail-main .share-holder .property-contact-wrap .property-contact-link {
        float: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        line-height: 1;
        border-top: 1px solid #eee;
        border-left: none !important;
        border-right: 1px solid #eee;
        box-sizing: border-box;
    }
    .property-detail-main .share-holder .property-contact-wrap .property-contact-link:nth-child(-n+3) {
        border-top: none;
    }
    .property-detail-main .share-holder .property-contact-wrap .property-contact-link:nth-child(3n) {
        border-right: none;
    }
}
