:root {
    --ztc-text-text-1: #fff;
    --ztc-text-text-2: #1b1b1b;
    --ztc-text-text-3: #5c5d62;
    --ztc-text-text-4: #ee559e;
    --ztc-bg-bg-1: #fff;
    --ztc-bg-bg-2: #6d3c89;
    --ztc-bg-bg-3: #ee559e;
    --ztc-border-border-1: #e5e7eb;
    --ztc-border-border-2: #dfdcdc;

    --ztc-font-size-font-s10: 10px;
    --ztc-font-size-font-s12: 12px;
    --ztc-font-size-font-s14: 14px;
    --ztc-font-size-font-s16: 16px;
    --ztc-font-size-font-s18: 18px;
    --ztc-font-size-font-s20: 20px;
    --ztc-font-size-font-s22: 22px;
    --ztc-font-size-font-s24: 24px;
    --ztc-font-size-font-s26: 26px;
    --ztc-font-size-font-s28: 28px;
    --ztc-font-size-font-s30: 30px;
    --ztc-font-size-font-s32: 32px;
    --ztc-font-size-font-s34: 34px;
    --ztc-font-size-font-s36: 36px;
    --ztc-font-size-font-s38: 38px;
    --ztc-font-size-font-s40: 40px;
    --ztc-font-size-font-s42: 42px;
    --ztc-font-size-font-s44: 44px;
    --ztc-font-size-font-s46: 46px;
    --ztc-font-size-font-s48: 48px;
    --ztc-font-size-font-s50: 50px;
    --ztc-font-size-font-s52: 52px;
    --ztc-font-size-font-s54: 54px;
    --ztc-font-size-font-s56: 56px;
    --ztc-font-size-font-s58: 58px;
    --ztc-font-size-font-s60: 60px;
    --ztc-font-size-font-s62: 62px;
    --ztc-font-size-font-s64: 64px;
    --ztc-font-size-font-s66: 66px;
    --ztc-font-size-font-s68: 68px;
    --ztc-font-size-font-s70: 70px;
    --ztc-specing-height6: 6px;
    --ztc-specing-height8: 8px;
    --ztc-specing-height10: 10px;
    --ztc-specing-height12: 12px;
    --ztc-specing-height14: 114px;
    --ztc-specing-height16: 16px;
    --ztc-specing-height18: 18px;
    --ztc-specing-height20: 20px;
    --ztc-specing-height22: 22px;
    --ztc-specing-height24: 24px;
    --ztc-specing-height26: 26px;
    --ztc-specing-height28: 28px;
    --ztc-specing-height30: 30px;
    --ztc-specing-height32: 32px;
    --ztc-specing-height34: 34px;
    --ztc-specing-height36: 36px;
    --ztc-specing-height38: 38px;
    --ztc-specing-height40: 40px;
    --ztc-specing-height42: 42px;
    --ztc-specing-height44: 44px;
    --ztc-specing-height46: 46px;
    --ztc-specing-height48: 48px;
    --ztc-specing-height50: 50px;
    --ztc-specing-height52: 52px;
    --ztc-specing-height54: 54px;
    --ztc-specing-height56: 56px;
    --ztc-specing-height58: 58px;
    --ztc-specing-height60: 60px;
    --ztc-specing-height70: 70px;
    --ztc-specing-height80: 80px;
    --ztc-specing-height90: 90px;
    --ztc-specing-height100: 100px;
    --ztc-specing-height110: 110px;
    --ztc-specing-height120: 120px;
    --ztc-specing-height130: 130px;
    --ztc-weight-regular: 400;
    --ztc-weight-medium: 500;
    --ztc-weight-semibold: 600;
    --ztc-weight-bold: 700;
    --ztc-weight-black: 800;
    --ztc-family-font1: "Inter", serif;
    --ztc-family-font2: "Inter", serif;
}

.text-ztc-primary {
    color: var(--ztc-bg-bg-3) !important;
}

.section-title h3:before {
    background: none;
}

.hero-content .section-title h3:before {
    background-image: none;
}

.front-auth {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.auth-container {
    position: relative;
    z-index: 1;
    background: #f4f4f4;
    border-radius: 40px;
    margin: 0 auto;
    max-width: 1377px;
    padding: 60px;
}

.auth-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-logo img {
    width: 150px;
}

.auth-boxarea {
    min-width: 400px;
}

.auth-section {
    background: transparent;
    margin: 0 auto;
    padding: 0px;
}

.auth-container {
    position: relative;
    z-index: 1;
    background: white;
    border-radius: 40px;
    max-width: 1376px;
    padding: 40px;
    /* margin-top: 50px; */
}

.auth-section .property-boxarea {
    padding: unset;
}

.auth-section .property-boxarea .input-area input {
    width: 100%;
    background: #f1f2f3;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    padding: 16px 18px;
    border-radius: 16px;
}

.auth-btn {
    padding: 16px;
    color: var(--ztc-text-text-1);
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    font-family: var(--ztc-family-font1);
    border: none;
    background-color: var(--ztc-bg-bg-3);
    border-radius: 16px;
    transition: all 0.4s ease-in-out;
}

.auth-btn:hover {
    background-color: var(--ztc-bg-bg-2);
    box-shadow: 0px 10px 20px rgba(234, 112, 37, 0.3);
}

.auth-btn-danger {
    background-color: #ffc9c9;
    color: #fb2c36;
}

.auth-btn-danger:hover {
    color: var(--ztc-text-text-1);
    background-color: #e7000b !important;
    box-shadow: 0px 10px 20px rgba(231, 0, 11, 0.2) !important;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.auth-forgot {
    text-decoration: none;
    color: black;
    transition: all 0.3s ease-in-out;
}

.auth-forgot:hover {
    text-decoration: underline;
    color: var(--ztc-bg-bg-3);
}

.auth-btn-outline {
    padding: 10px 14px;
    font-family: var(--ztc-family-font1);
    border: 1px solid var(--ztc-bg-bg-3);
    background-color: transparent;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    display: inline-flex;
    align-items: center;
}

.auth-btn-outline:hover {
    background-color: #f1f2f3;
}

.auth-btn:hover {
    background-color: var(--ztc-bg-bg-2);
    box-shadow: 0px 10px 20px rgba(109, 60, 137, 0.3);
}

.auth-register-container {
    max-width: 45rem !important;
    width: 100%;
    min-width: 480px;
}

.add-property-section-custom {
    padding: 60px 0 30px;
}

.nice-select {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    border-radius: 8px;
    background: var(--Gray-Color, #f2f3f3);
    padding: 16px 14px;
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
}

.custom-select {
    padding: 16px 18px !important;
    border-radius: 16px !important;
    line-height: 16px !important;
    height: unset !important;
    font-size: 16px !important;
    background-color: #fff;
    font-family: var(--ztc-family-font1) !important;
    background: var(--ztc-bg-bg-1) !important;
}

.bg-grey {
    background-color: #f2f3f3 !important;
}

/* halaman detail Properti */
.property-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
}
.property-boxarea:focus-within {
    z-index: 100;
}

.property-boxarea .property-price {
    background: #f1f2f3;
    padding: 24px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.property-boxarea .property-price .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.4s;
}

.property-boxarea .property-other-widget {
    position: relative;
    z-index: 1;
    background: #f1f2f3;
    border-radius: 30px;
    padding: 2rem;
    width: 100%;
}

.property-boxarea .property-other-widget ul {
    padding-bottom: unset;
    border-bottom: unset;
    /*border-bottom: 1px solid #CECFD0;*/
}

.property-boxarea .property-other-widget ul li {
    display: inline-block;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    margin: 0 20px 0 0;
}

.nice-select {
    width: 100%;
    border-radius: 50px;
}

.nice-select .current .badge {
    float: right;
    font-size: 0.75rem;
    background: #28a745;
    color: #fff;
    border-radius: 10px;
    padding: 2px 6px;
}

.nice-select .list {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 5px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    z-index: 10000;
    max-height: 250px;
    overflow-y: auto;
}

.nice-select .list .option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    cursor: pointer;
    white-space: normal;
}

.nice-select .list .option:hover {
    background-color: #f5f5f5;
}

.nice-select .list .option .badge {
    float: right;
    font-size: 0.7rem;
    background: #28a745;
    color: #fff;
    border-radius: 10px;
    padding: 3px 6px;
}

.property-inner-section-find
    .property-widget-sidebar
    .padding-side
    .accordion-area
    .accordion
    .accordion-item
    .accordion-body
    .img1
    img {
    border-radius: 16px !important;
    padding-top: 0 !important;
}

.dropify-wrapper.custom {
    border-radius: 16px;
    border: none;
}

.dropify-wrapper.custom .dropify-message span.file-icon p {
    font-size: 16px;
}

.img1 .myswiper1.custom-swiper-height > .swiper-wrapper {
    max-height: 245px;
}

.properties2-details .heading1 .content-area p.address,
.property4 .property-single-boxarea .content-area p.address {
    line-height: 24px;
}

.max-w-170 {
    max-width: 170px;
}

.pagination-area ul li a {
    background: white;
}

:is(button, a).btn-back-booking {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block;
    padding: 20px 16px;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    border: 1px solid var(--ztc-bg-bg-2);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

:is(button, a).btn-back-booking:hover {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

:is(button, a).btn-booking {
    display: inline-block;
    padding: 20px 16px;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    position: relative;
    z-index: 2;
    font-family: var(--ztc-family-font1);
    border: none;
    overflow: hidden;
    background-color: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    border-radius: 70px;
    position: relative;
    z-index: 1;
}

:is(button, a).btn-booking:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

:is(button, a).btn-booking::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 50%;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    width: 10px;
    border-radius: 70px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

:is(button, a).btn-booking:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    left: 0;
    width: 100%;
}

.add-property-section.max-w-unset {
    max-width: unset;
}

ul.list-number {
    margin: 0;
    padding-left: 0;
    font-family: inherit;
}

ul.list-number li {
    list-style: decimal;
    list-style-position: inside;

    margin-bottom: 0.5rem;
    /* jarak antar item */
}

.border-black-bottom {
    border-bottom: 1px solid rgb(232, 232, 232);
}

.border-black-top {
    border-top: 1px solid rgb(232, 232, 232);
}

.property4 .property-single-boxarea .content-area .facility-wrap ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
    transition: 0.4s;
}

.h-540 {
    height: 540px;
    max-height: 540px;
}

.h-580 {
    height: 580px;
    max-height: 580px;
}

.text-gray {
    color: #adb5bd;
}

.property4-custom-padding {
    padding-left: 0;
    padding-right: 0;
}

.mw-600 {
    max-width: 600px;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.property4 .property-boxarea .content-area .title {
    line-height: 32px;
}

.text-4 {
    color: var(--ztc-text-text-4);
}

.property4-custom {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1376px;
    border-radius: 30px;
    background: var(--ztc-bg-bg-1);
    padding: 60px 16px 30px;
}

.property4-custom .property-list-tab {
    position: relative;
    z-index: 1;
}

.property4-custom .property-list-tab ul {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
}

.property4-custom .property-list-tab ul li {
    display: inline-block;
    margin: 0 24px 0 0;
}

.property4-custom .property-list-tab ul li button {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    border-radius: 56px;
    background: var(--bg-2, #f1f2f3);
    padding: 16px 24px;
}

.property4-custom .property-list-tab ul li button.active {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}

.property4-custom .property-list-tab ul li button svg {
    height: 24px;
    width: 24px;
    object-fit: contain;
    margin: -4px 4px 0 0;
}

.vl-header-action-item.user button {
    font-size: var(--ztc-font-size-font-s28);
}

.homepage1-body .btn-area1.dashboard button.hamburger_menu i {
    font-size: var(--ztc-font-size-font-s28);
}

.dashboard-section-area.property1.dashboard-section-area-custom {
    padding: 50px;
}

.property1:is(.dashboard-section-area-custom) .property-list-tab ul {
    text-align: left;
}

.badge-status {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    padding: 8px 12px;
    border-radius: 8px;
}

.badge-aktif {
    background-color: #5cc1842e;
    color: #5cc184;
}

.badge-finish {
    background-color: var(--ztc-bg-bg-3);
}

.badge-danger {
    background-color: #e967672e;
    color: #e96767;
}

.badge-warning {
    background-color: #f0934e2e;
    color: #f0934e;
}

.property-content {
    display: inline-flex;
    gap: 24px;
}

.property-action {
    display: flex;
    gap: 16px;
}

.input-area {
    margin-top: 18px;
}

.input-area form {
    position: relative;
    z-index: 1;
}

.input-area form button {
    border: none;
    background: none;
    outline: none;
    position: absolute;
    right: 14px;
    top: 12px;
}

.input-area form input {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    border-radius: 8px;
    background: var(--Gray-Color, #f2f3f3);
    padding: 16px 14px;
    width: 100%;
}

.border-dashed {
    border: 1px dashed rgba(37, 39, 40, 0.4);
    border-radius: 16px;
}

.w-250px {
    width: 250px;
}

.h-175px {
    height: 175px;
}

.fs-18px {
    font-size: 18px !important;
}

.property4 .property-single-boxarea .img1 img {
    height: 300px;
    max-height: 300px;
}

.mw-450px {
    max-width: 450px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .property-boxarea .property-other-widget ul li {
        margin: 0 10px 0 0;
    }
}

/* Hide the default radio */
.switch-tabs input[type="radio"] {
    display: none;
}

.switch-tabs {
    display: inline-flex;
    background-color: #f1f3f5;
    border-radius: 50px;
    padding: 4px;
    gap: 12px;
    position: relative;
}

/* Label sebagai tombol switch */
.switch-tabs label {
    cursor: pointer;
    padding: 8px 18px;
    border-radius: 50px;
    color: #6c757d;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.25s ease;
    z-index: 2;
    user-select: none;
}

.switch-tabs label:hover {
    background-color: #e9ecef;
}

/* warna aktif */
.switch-tabs input[type="radio"]:checked + label {
    color: #fff;
    background-color: var(--ztc-bg-bg-3);
    /* warna primary bootstrap */
    box-shadow: 0 2px 8px rgb(238, 85, 158, 0.3);
    transform: translateY(-1px);
}

/* animasi highlight (opsional kalau mau lebih interaktif) */
.switch-tabs input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.img1 ul.rent-sale.custom {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
}

.img1 ul.rent-sale.custom li {
    display: inline-block;
}

.img1 ul.rent-sale.custom li a {
    color: #00c950;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    background: #dcfce7;
    padding: 8px 12px;
    border-radius: 8px;
}

.img1 ul.rent-sale.custom li:nth-last-child(2) {
    margin-left: 6px;
}

.img1 ul.rent-sale.custom li:nth-last-child(2) a {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.property-bed .property-boxarea .property-img-banner-card {
    width: 400px;
    height: 260px;
    position: relative;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 400px;
    height: 260px;
}

.property-img-banner-card.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    padding: 4px;
    border-radius: 16px;
}

.property-img-banner-card.owl-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--ztc-border-border-2);
}

.property-img-banner-card.owl-carousel .owl-dots button.active {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--ztc-bg-bg-3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.property-bed .property-boxarea .img1 img {
    width: 400px;
    height: 260px;
    object-fit: cover;
}

.mw-400px {
    min-width: 400px;
}

.mw-350px {
    max-width: 350px;
}

.min-w-350px {
    min-width: 350px;
}

.min-w-480px {
    min-width: 480px;
}

.mw-500px {
    max-width: 500px;
}

.property4.property4-custom-padding.property-bed
    .property-boxarea
    .content-area.content-area-info {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 1 1 0;
}

.property4.property4-custom-padding.property-bed
    .property-boxarea
    .content-area.content-area-button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 1 1 0;
}

.property4.property4-custom-padding.property-bed
    .property-boxarea
    .property-img-banner-card {
    width: auto;
    /* max-width: 420px; */
    max-width: 100%;
    flex: 1 1 360px;
}

.property4.property4-custom-padding.property-bed .property-boxarea .img1 img {
    width: 100%;
}

.property4.property4-custom-padding.property-bed
    .property-boxarea
    .property-other-widget
    ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 10px;
}
.property4.property4-custom-padding.property-bed
    .property-boxarea
    .property-other-widget
    ul
    li {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.6;
    margin: 0;
}
.property4.property4-custom-padding.property-bed
    .property-boxarea
    .property-other-widget {
    padding: 1.5rem;
}
.property4.property4-custom-padding.property-bed
    .property-boxarea
    .read-more-facilities {
    font-weight: 600;
}

@media only screen and (max-width: 64rem) {
    .auth-container {
        padding: 0;
        /* margin-top: 50px; */
    }

    .auth-register-container {
        max-width: 45rem !important;
        width: 100%;
        min-width: unset;
    }

    .auth-register-container .property-boxarea {
        padding: 24px;
    }

    .add-property-section.auth-section {
        margin: 0;
        width: 100%;
        padding: 0 16px;
        max-width: 640px;
    }

    .h-fit {
        height: fit-content !important;
    }

    .section-side-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .mb-sm-0 {
        margin-bottom: 0;
    }

    .add-property-section
        .property-boxarea
        .property-main-boxarea
        .box-uploadfile {
        padding: 0px;
    }

    .dashboard-section-area.property1.dashboard-section-area-custom {
        padding: 24px 16px 32px;
    }

    .property-action {
        flex-direction: column;
    }

    .profile-section-area {
        padding: 32px;
    }

    .header-site-icon .slide-bar.slide-bar1 {
        width: 100%;
    }

    .h-sm-200px {
        height: 200px;
    }

    .mw-500px {
        max-width: 500px !important;
    }

    .w-sm-auto {
        width: auto;
    }

    .property4.property4-custom-padding.property-bed .property-boxarea .img1 {
        width: 100%;
    }

    .property4.property4-custom-padding.property-bed
        .property-boxarea
        .img1
        img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }

    .property4.property4-custom-padding.property-bed
        .property-boxarea
        :is(
            .content-area.content-area.content-area-info,
            .content-area.content-area.content-area-button
        ) {
        width: 100%;
        min-width: unset;
        max-width: unset;
    }

    .property-bed .property-boxarea .property-img-banner-card {
        width: 702px;
        height: 360px;
    }

    .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        width: 702px;
        height: 360px;
    }
}

@media only screen and (max-width: 36rem) {
    .property4.property4-custom-padding.property-bed
        .property-boxarea
        .img1
        img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    .property-bed .property-boxarea .property-img-banner-card {
        width: 311px;
        height: 290px;
        position: relative;
    }

    .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        width: 100%;
        height: 260px;
    }

    .property-img-banner-card.owl-carousel .owl-dots {
        bottom: 24px;
    }

    .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        width: 311px;
        height: 290px;
    }
}

.whatsapp-container {
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    z-index: 1000;
}

.whatsapp-bubble {
    background-color: #25d366;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 20px;
    margin-left: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-10px);
    animation: bubbleFade 4s infinite;
    /* animasi berulang */
}
@keyframes bubbleFade {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    20% {
        opacity: 1;
        transform: translateX(0);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }

    70% {
        opacity: 0;
        transform: translateX(-10px);
    }

    100% {
        opacity: 0;
        transform: translateX(-10px);
    }
}
.whatsapp-float {
    background-color: white;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float img {
    width: 26px;
    height: 26px;
    display: block;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* GALLERY MODAL STYLES */
.gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery-modal.show {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.gallery-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #1b1b1b;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.2s ease;
    background: white;
    border: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0;
}

.gallery-close:hover,
.gallery-close:focus {
    color: var(--ztc-bg-bg-3);
    background-color: #f5f5f5;
}

.gallery-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    height: 85vh;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    border-radius: 12px;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.gallery-container {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-slide-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-slides {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gallery-slide.active {
    opacity: 1;
    position: relative;
}

.gallery-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.gallery-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    color: #1b1b1b;
    border: none;
    font-size: 28px;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 4px;
    z-index: 1000;
    transition: background-color 0.3s ease;
    user-select: none;
}

.gallery-nav-btn:hover {
    background-color: white;
    color: var(--ztc-bg-bg-3);
}

.gallery-prev {
    left: 16px;
}

.gallery-next {
    right: 16px;
}

.gallery-info {
    text-align: center;
    color: #1b1b1b;
    font-size: 14px;
    padding: 16px;
    background: white;
    border-top: 1px solid #e5e7eb;
}

.gallery-counter {
    background-color: #f5f5f5;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    font-family: var(--ztc-family-font1);
    color: #5c5d62;
}

/* Touch support untuk mobile */
@media (max-width: 1024px) {
    .gallery-modal-content {
        width: 95%;
        max-width: 800px;
        height: 85vh;
    }
}

@media (max-width: 768px) {
    .gallery-modal-content {
        width: 98%;
        max-width: 90vw;
        height: 90vh;
    }

    .gallery-nav-btn {
        font-size: 24px;
        padding: 8px 12px;
    }

    .gallery-close {
        font-size: 28px;
        width: 32px;
        height: 32px;
    }

    .gallery-slide {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .gallery-modal-content {
        width: 100%;
        height: 100vh;
        border-radius: 0;
    }

    .gallery-nav-btn {
        font-size: 20px;
        padding: 6px 10px;
    }

    .gallery-close {
        font-size: 24px;
        width: 30px;
        height: 30px;
    }
}
/* END GALLERY MODAL STYLES */
/* Facilities Modal tuning */
#facilitiesModal .gallery-modal-content {
    width: 92%;
    max-width: 640px;
    height: auto;
    padding: 16px;
}
#facilitiesModal .modal-header-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
}
#facilitiesModal .gallery-close {
    position: static;
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
}
#facilitiesModal .gallery-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
}
#facilitiesModal .gallery-body .facility-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f2f3;
    border-radius: 12px;
    padding: 8px 10px;
}
#facilitiesModal .gallery-body .facility-item svg,
#facilitiesModal .gallery-body .facility-item img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
#facilitiesModal .gallery-body .facility-text {
    line-height: 1.4;
}
#facilitiesModal .modal-title {
    font-weight: 600;
    margin-bottom: 12px;
}

.text-bg-light {
    color: var(--ztc-text-text-3) !important;
    font-weight: 500 !important;
}

.fs-16px {
    font-size: 16px !important;
}

.btn-document {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    padding: 10px 2px;
    border-radius: 8px;
}

.btn-document:hover {
    background-color: var(--ztc-bg-bg-2);
    box-shadow: 0px 10px 20px rgba(234, 112, 37, 0.3);
}

.btn-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}

.btn-area .nm-btn {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    padding: 10px 12px;
    border-radius: 8px;
}

/* default menu link */
.vl-main-menu ul li a {
    position: relative;
    padding: 8px 18px;
    transition: all 0.3s ease;
}

/* highlight default */
.vl-main-menu ul li.menu-highlight > a {
    color: #ee559e;
    border: 2px solid #ee559e;
    border-radius: 999px; /* pill shape */
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* hover effect */
.vl-main-menu ul li.menu-highlight > a:hover {
    background-color: #ee559e;
    color: #ffffff;
}

/* optional: hover for other menu */
.vl-main-menu ul li:not(.menu-highlight) > a:hover {
    color: #ee559e;
}

.properties2-details .slick-dots button {
    background-color: var(--ztc-border-border-2);
}

.properties2-details .slick-dots li.slick-active button {
    background-color: #ee559e;
}

/* wrapper gambar */
.property-list-img-area .img1 {
    width: 100%;
    height: 260px; /* ⬅ samakan tinggi (atur sesuai desain) */
    overflow: hidden;
    border-radius: 12px; /* optional */
}

/* gambar di dalam */
.property-list-img-area .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ⬅ kunci utama */
    object-position: center;
    display: block;
}

@media (max-width: 767.98px) {
    .slider-main-heading {
        font-size: 1rem !important;
    }

    .slider-sub-heading {
        font-size: 1.5rem !important;
        line-height: 32px !important;
    }

    .hero3-slider .hero3 .absoulate-img img {
        margin-top: auto;
    }

    .search-box-cover {
        bottom: -1.875rem;
    }

    .space30-sm {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .search-box-cover {
        bottom: 1.25rem !important;
    }

    .hero3-heading-lp {
        margin-bottom: 25%;
    }

    .btn-area-lp-promo {
        display: flex !important;
        align-items: center !important;
    }

    .btn-area-lp-promo .nm-btn {
        font-size: 0.875rem;
    }
}
