/* HERO SECTION */
.zp-hero{
    width:100%;
    height:300px;
    background:url('https://zaovi.com/rel/wp-content/uploads/2026/03/hero-bg-sp8t6-zQ.jpg') center/cover no-repeat;
    position:relative;
    margin-top:-76px;
}

/* OVERLAY */
.zp-hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}

/* CONTENT */
.zp-hero-content{
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    text-align:center;
}

.zp-hero-content h1{
    font-size:28px;
    font-weight:600;
}

/* ================= SINGLE PAGE ================= */

.zp-container{
max-width:1100px;
margin:40px auto;
padding:0 15px;
}

/* HEADER */
.zp-head{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:5px;
}

.zp-head h1{
font-size:24px;
font-weight:600;
margin:0;
}

.zp-price{
font-size:20px;
color:#c79c3c;
font-weight:600;
}

/* ADDRESS */
.zp-address{
color:#777;
font-size:14px;
margin-bottom:15px;
}

/* TABS */
.zp-tabs{
display:flex;
gap:25px;
border-bottom:1px solid #ddd;
margin-bottom:20px;
}

.zp-tabs span{
padding:10px 0;
cursor:pointer;
font-size:14px;
}

.zp-tabs span:hover{
color:#c79c3c;
}

.zp-tabs .active{
border-bottom:2px solid #c79c3c;
font-weight:600;
}

/* TOP SECTION */
.zp-top{
display:flex;
gap:25px;
align-items:flex-start;
}

/* SLIDER */
.zp-slider{
width:100%;
position:relative;
}

.zp-slider img{
width:100%;
height:100% !important;
object-fit:cover;
display:none;
border-radius:4px;
}

/* ARROWS */
.zp-slider button{
position:absolute;
top:50%;
transform:translateY(-50%);
background:#000;
color:#fff;
border:none;
padding:6px 10px;
cursor:pointer;
opacity:.7;
}

.zp-slider .prev{ left:10px; }
.zp-slider .next{ right:10px; }

/* SIDE BOX */
.zp-sidebox{
width:35%;
border:1px solid #ddd;
padding:15px;
background:#fff;
border-radius:4px;
}

.zp-sidebox h3{
font-size:16px;
margin-bottom:10px;
}

.zp-sidebox p{
font-size:14px;
margin-bottom:8px;
}

/* BUTTON */
.zp-btn{
width:100%;
background:#2c2f36;
color:#fff;
padding:10px;
border:none;
margin-top:10px;
cursor:pointer;
font-size:14px;
}

/* SECTION */
.zp-section{
margin-top:35px;
padding-top:20px;
border-top:1px solid #eee;
}

.zp-section h2{
font-size:18px;
margin-bottom:10px;
}

/* SPEC GRID */
.zp-spec-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
margin-top:10px;
}

.zp-spec-box{
border:1px solid #eee;
padding:10px;
background:#fff;
border-radius:4px;
}

.zp-spec-box span{
font-size:12px;
color:#777;
}

.zp-spec-box strong{
font-size:14px;
display:block;
margin-top:3px;
}

.zp-ref-single {
    max-width: 1280px;
    margin: 24px auto 64px;
}

.zp-ref-tabs {
    gap: 36px;
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7ea;
    overflow-x: auto;
    flex-wrap: nowrap;
    position: sticky;
    top: 75px;
    z-index: 30;
    background: #f5f8fb;
}

.zp-ref-tabs span {
    position: relative;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
    color: #3c4652;
    white-space: nowrap;
}

.zp-ref-tabs span:hover,
.zp-ref-tabs .active {
    color: #0a2733;
}

.zp-ref-tabs .active {
    border-bottom: none;
}

.zp-ref-tabs .active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 3px;
    border-radius: 999px;
    background: #C7A66D;
}

.zp-ref-header {
    margin-bottom: 28px;
}

.zp-ref-header h1 {
    margin: 0 0 12px;
    font-size: clamp(22px, 2vw, 48px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #122033;
}

.zp-ref-location {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #45515e;
}

.zp-ref-location::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s7-6.21 7-12a7 7 0 1 0-14 0c0 5.79 7 12 7 12Zm0-9a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.zp-ref-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.95fr);
    gap: 34px;
    align-items: start;
    margin-bottom: 34px;
}

.zp-ref-gallery-panel {
    position: relative;
}

.zp-ref-slider {
    min-height: 540px;
    border-radius: 22px;
    overflow: hidden;
    background: #e9edf0;
    box-shadow: 0 16px 30px rgba(16, 24, 32, 0.08);
}

.zp-ref-slider img {
    width: 100%;
    height: 540px !important;
    object-fit: cover;
    display: none;
}

.zp-ref-slider .prev,
.zp-ref-slider .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 999px;
    background: rgba(18, 29, 36, 0.74);
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

.zp-ref-slider .prev { left: 16px; }
.zp-ref-slider .next { right: 16px; }

.zp-ref-slide-count {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(56, 63, 72, 0.88);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    z-index: 3;
}

.zp-ref-thumb-dots {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 10px;
    border-radius: 999px;
    background: rgba(15, 18, 21, 0.72);
}

.zp-ref-dot {
    width: 8px;
    height: 28px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: all 0.2s ease;
}

.zp-ref-dot.is-active {
    height: 42px;
    background: #fff;
}

.zp-ref-side-panel {
    padding: 28px 28px 24px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(16, 24, 32, 0.08);
    min-height: 540px;
}

.zp-ref-price-block {
    margin-bottom: 24px;
}

.zp-ref-price-label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #5e6873;
}

.zp-ref-price-value {
    display: block;
    font-size: clamp(36px, 1.5vw, 56px);
    line-height: 1.02;
    font-weight: 700;
    color: #C7A66D;
    letter-spacing: -0.04em;
}

.zp-ref-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    margin-bottom: 24px;
}

.zp-ref-overview-item span {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #6a7480;
}

.zp-ref-overview-item strong {
    display: block;
    font-size: 20px;
    line-height: 1.35;
    color: #152231;
}

.zp-ref-form-card {
    padding: 18px;
    border: 2px solid #C7A66D;
    border-radius: 14px;
    background: #fbfdfd;
}

.zp-ref-form-heading h3 {
    margin: 0 0 6px;
    font-size: 18px;
    color: #122033;
}

.zp-ref-form-heading p {
    margin: 0 0 14px;
    font-size: 14px;
    color: #5d6772;
}

.zp-ref-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
}

.zp-ref-contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.zp-ref-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.zp-ref-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #d9e1e4;
    border-radius: 10px;
    background: #fff;
    outline: none;
    font-size: 15px;
    color: #162433;
}

.zp-ref-form input:focus {
    border-color: #C7A66D;
}

.zp-btn {
    width: 100%;
    min-height: 48px;
    background: #C7A66D;
    color: #122033;
    padding: 12px 18px;
    border: none;
    margin-top: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.zp-btn:hover {
    background: #b89557;
    transform: translateY(-1px);
}

body.zp-modal-open {
    overflow: hidden;
}

.zp-ref-whatsapp-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 20px;
}

.zp-ref-whatsapp-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 24, 37, 0.58);
}

.zp-ref-whatsapp-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 420px);
    padding: 24px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(12, 24, 36, 0.2);
}

.zp-ref-whatsapp-dismiss {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #eef4f4;
    color: #153042;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.zp-ref-whatsapp-form {
    display: grid;
    gap: 12px;
}

.zp-ref-whatsapp-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #d9e1e4;
    border-radius: 10px;
    background: #fff;
    outline: none;
    font-size: 15px;
    color: #162433;
}

.zp-ref-whatsapp-form input:focus {
    border-color: #C7A66D;
}

.zp-ref-bottom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.85fr);
    gap: 28px;
    align-items: start;
}

.zp-ref-main-column,
.zp-ref-side-column {
    display: grid;
    gap: 24px;
}

.zp-ref-side-column {
    align-self: start;
    position: sticky;
    top: 130px;
}

.zp-ref-sticky-stack {
    display: grid;
    gap: 20px;
}

.zp-ref-section {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.zp-ref-section-head {
    margin-bottom: 16px;
}

.zp-ref-section-head h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.15;
    color: #122033;
}

.zp-ref-rich-text {
    padding: 26px;
    border: 1px solid #e2e7ea;
    border-radius: 18px;
    background: #fff;
    line-height: 1.8;
    color: #334150;
}

.zp-ref-rich-text > :first-child {
    margin-top: 0;
}

.zp-ref-rich-text > :last-child {
    margin-bottom: 0;
}

.zp-ref-line-grid {
    grid-template-columns: 1fr;
    gap: 14px;
}

.zp-ref-line-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    border: 1px solid #e2e7ea;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(19, 31, 44, 0.04);
}

.zp-ref-line-box span,
.zp-ref-line-box strong {
    margin: 0;
    font-size: 17px;
    line-height: 1.45;
}

.zp-ref-line-box span {
    color: #65717d;
}

.zp-ref-line-box strong {
    color: #132232;
    text-align: right;
    font-weight: 600;
    max-width: 58%;
}

.zp-ref-amenities-stack {
    display: grid;
    gap: 22px;
}

.zp-ref-amenity-group {
    padding: 22px;
    border: 1px solid #e2e7ea;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(19, 31, 44, 0.05);
}

.zp-ref-amenity-group-head {
    margin-bottom: 16px;
}

.zp-ref-amenity-group-head h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    color: #132232;
}

.zp-ref-amenity-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.zp-ref-amenity-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 14px 16px;
    border: 1px solid #edf1f3;
    border-radius: 14px;
    background: #fcfefe;
}

.zp-ref-amenity-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f7f0e3;
    color: #C7A66D;
    flex-shrink: 0;
}

.zp-ref-amenity-icon .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.zp-ref-amenity-label {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    color: #1b2a39;
}

.zp-ref-form-card-secondary {
    padding: 20px;
}

.zp-ref-form-secondary {
    grid-template-columns: 1fr;
}

.zp-ref-ad-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 28px rgba(19, 31, 44, 0.08);
}

.zp-ref-ad-card img {
    display: block;
    width: 100%;
    height: auto;
}



/* GRID */
.zp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* CARD */
.zp-card {
    background: #fff;
    border: 1px solid #ded8d2;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(26, 26, 26, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.zp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(26, 26, 26, 0.14);
}

/* IMAGE AREA */
.zp-image-area {
    position: relative;
    background: #d7d5d1;
    height: 235px;
    overflow: hidden;
}

.zp-card-slider {
    height: 100%;
    position: relative;
}

.zp-card-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    transition: transform 0.5s ease;
}

.zp-card:hover .zp-card-slider img {
    transform: scale(1.02);
}

/* BADGE */
.zp-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(23, 23, 23, 0.76);
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 8px 10px;
    font-weight: 600;
    border-radius: 8px;
    z-index: 3;
    letter-spacing: 0.02em;
    max-width: calc(100% - 28px);
}

/* BUTTONS */
.zp-card-slider .prev,
.zp-card-slider .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(17, 17, 17, 0.72);
    color: #fff;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.22s ease, background 0.22s ease;
    z-index: 3;
}

.zp-card:hover .zp-card-slider .prev,
.zp-card:hover .zp-card-slider .next {
    opacity: 1;
}

.zp-card-slider .prev:hover,
.zp-card-slider .next:hover {
    background: rgba(17, 17, 17, 0.9);
}

.zp-card-slider .prev { left: 14px; }
.zp-card-slider .next { right: 14px; }

.zp-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

/* CONTENT */
.zp-content {
    padding: 18px 16px 20px;
}

.zp-title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zp-card-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    margin-bottom: 16px;
}

.zp-card-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    font-size: 14px;
    color: #252525;
}

.zp-card-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    color: #111;
}

.zp-card-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.zp-card-meta-text {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zp-price-block {
    padding-top: 14px;
    border-top: 1px solid #ece7e1;
}

.zp-price-label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #5b5b5b;
}

.zp-price-value {
    display: block;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
}

/* RESPONSIVE */
@media(max-width: 992px){
    .zp-ref-top-grid,
    .zp-ref-bottom-grid {
        grid-template-columns: 1fr;
    }

    .zp-ref-side-column {
        position: static;
    }

    .zp-ref-slider {
        min-height: 460px;
    }

    .zp-ref-slider img {
        height: 460px !important;
    }

    .zp-ref-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zp-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zp-card-meta-grid {
        gap: 10px 12px;
    }
}

@media(max-width: 600px){
    .zp-ref-single {
        margin-top: 12px;
    }

    .zp-ref-tabs {
        top: 0;
        gap: 22px;
        margin-bottom: 20px;
    }

    .zp-ref-header h1 {
        font-size: 28px;
    }

    .zp-ref-top-grid {
        gap: 20px;
    }

    .zp-ref-slider {
        min-height: 280px;
        border-radius: 18px;
    }

    .zp-ref-slider img {
        height: 280px !important;
    }

    .zp-ref-thumb-dots {
        left: 12px;
        gap: 8px;
        padding: 10px 8px;
    }

    .zp-ref-dot {
        width: 7px;
        height: 22px;
    }

    .zp-ref-dot.is-active {
        height: 34px;
    }

    .zp-ref-side-panel {
        padding: 20px 18px;
        border-radius: 18px;
    }

    .zp-ref-price-value {
        font-size: 34px;
    }

    .zp-ref-overview-grid,
    .zp-ref-form,
    .zp-ref-contact-actions {
        grid-template-columns: 1fr;
    }

    .zp-ref-rich-text,
    .zp-ref-form-card,
    .zp-ref-line-box,
    .zp-ref-amenity-group {
        padding: 18px;
    }

    .zp-ref-section-head h2 {
        font-size: 24px;
    }

    .zp-ref-line-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .zp-ref-line-box strong {
        max-width: none;
        text-align: left;
    }

    .zp-ref-amenity-grid {
        grid-template-columns: 1fr;
    }

    .zp-ref-amenity-group-head h3 {
        font-size: 20px;
    }

    .zp-grid {
        grid-template-columns: 1fr;
    }

    .zp-image-area {
        height: 220px;
    }

    .zp-content {
        padding: 16px;
    }

    .zp-title {
        font-size: 17px;
    }

    .zp-card-meta-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .zp-price-value {
        font-size: 24px;
    }

    .zp-card-slider .prev,
    .zp-card-slider .next {
        opacity: 1;
    }
}







/* SEARCH BAR */
.zp-search-bar{
    margin-bottom:36px;
}

.zp-search-shell{
    padding: 22px 28px 24px;
    border: 1px solid #e5e8ed;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 32, 0.08);
}

.zp-search-grid{
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 320px;
    gap: 14px;
    align-items: end;
}

.zp-search-field{
    min-width: 0;
}

.zp-search-field label{
    display:block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #77808b;
}

.zp-search-field select{
    width:100%;
    min-height: 64px;
    padding: 0 52px 0 18px;
    border:1px solid #dfe5ea;
    border-radius:14px;
    background-color:#fff;
    color:#4c5662;
    font-size:16px;
    outline:none;
    appearance:none;
    -webkit-appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23909aa5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 18px center;
    transition:border-color .2s ease, box-shadow .2s ease;
}

.zp-search-field select:focus{
    border-color:#d4a64a;
    box-shadow:0 0 0 4px rgba(212,166,74,0.10);
}

.zp-search-btn{
    width:100%;
    min-height:64px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    background:#15191f;
    color:#fff;
    border:none;
    font-weight:600;
    cursor:pointer;
    border-radius:14px;
}

.zp-search-btn:hover{
    background:#0f1318;
}

.zp-search-btn-icon{
    width:20px;
    height:20px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.zp-search-btn-icon svg{
    width:20px;
    height:20px;
    fill:currentColor;
}

@media(max-width: 1200px){
    .zp-search-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(max-width: 700px){
    .zp-search-shell{
        padding: 18px;
        border-radius: 18px;
    }

    .zp-search-grid{
        grid-template-columns: 1fr;
    }

    .zp-search-field select,
    .zp-search-btn{
        min-height: 58px;
    }
}