@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;600;700&display=swap');

.property-archive-container,
.property-archive-container * {
    font-family: "Albert Sans", sans-serif !important;
}




/*calentder*/
.flatpickr-calendar {
    background: #FBF8F5!important;
}
.flatpickr-calendar span.flatpickr-day {
    border-radius: 8px!important;
}
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange,
.flatpickr-calendar .flatpickr-day:focus,
.flatpickr-calendar .flatpickr-day.selected{
    background: #FB956F;
    color: #fff;
    border: none!important;
}
.flatpickr-calendar span.flatpickr-day.inRange {
    background: #fb956f33;
    border-radius: 0!important;
}
.flatpickr-calendar .flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #fb956f33, 5px 0 0 #fb956f33;
    box-shadow: -5px 0 0 #fb956f33, 5px 0 0 #fb956f33;
    border: none!important;
}
.flatpickr-calendar  span.flatpickr-day.flatpickr-disabled {
    background: #ffe4e4;
    color: #d63638;
}

div#booking-card-sticky {
    padding: 20px;
    background: #FBF8F5;
    border-radius: 18px;
    border: 1px solid #EBE2D8;
}

.property-single-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px;
}

.property-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.back-button {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.nav-actions {
    display: flex;
    gap: 15px;
}

.nav-actions button,
.nav-actions .support-button {
    background: none;
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    transition: 0.3s ease all;
}
.nav-actions button:hover,
.nav-actions .support-button:hover{
    background: #f6f1eb;
    color: #333;
    border: 1px solid #ddd;
}


    /*----proper-card--*/
article.property_card_holder {
    background: #f6f1eb80;
    border-radius: 18px;
    border: 1px solid #00000029;
    padding: 16px;
}
article.property_card_holder .property_card_image_holder {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.property_card_image_container {
    position: relative;
}
.property_card_image_container .property_card_avalable_date {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(177deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.4) 100%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.property_card_image_container .property_card_avalable_date span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.property_card_image_container img.property_card_image {
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    object-position: center;
}

article.property_card_holder .property_card_details_holder {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
article.property_card_holder .property_card_details_holder button.property_card_avability_date_putter {
    padding: 10px;
    border-radius: 8px;
    background: #FB956F;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease all;
    line-height: 1.6;
}

article.property_card_holder .property_card_details_holder button.property_card_avability_date_putter:hover{
    background: #1E1E1E;
}

article.property_card_holder .property_card_details_holder .property_card_pricing_details > span {
    width: 49%;
    display: inline-flex;
    align-items: center;
}
article.property_card_holder .property_card_details_holder .property_card_pricing_details > span.property_card_pricing{
    width: 70%;
}
article.property_card_holder .property_card_details_holder .property_card_pricing_details > span.property_card_property_id{
    width: 25%;
}
article.property_card_holder .property_card_details_holder .property_card_pricing_details span.property_card_property_id {
    margin: auto 0 auto auto;
    flex-direction: row;
    justify-content: flex-end;
    font-weight: 500;
    color: #D79943;
    font-size: 14px;
    line-height: 1.4;
}


article.property_card_holder
.property_card_details_holder
.property_card_pricing_details
span.property_card_pricing
em.duration_text {
    line-height: 2.6;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-left: 6px;
    font-style: normal; /* This makes it normal */
}
article.property_card_holder .property_card_details_holder .property_card_pricing_details span.property_card_pricing span.calculated_price {
    font-size: 26px;
    font-weight: 600;
}
.property_card_ameneties_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.property_card_ameneties_wrapper .property_card_ameneties_lists {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.property_card_ameneties_wrapper .property_card_ameneties_lists .property_card_ameneties_list {
    display: inline-flex;
    flex-direction: row;
    width: auto;
    gap: 10px;
    align-items: center;
}
.property_card_ameneties_wrapper .property_card_ameneties_lists .property_card_ameneties_list img {
    width: 18px;
}
.property_card_ameneties_wrapper .property_card_ameneties_lists .property_card_ameneties_list span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #1E1E1E;
}

.property_card_ameneties_wrapper .property_card_property_title a {
    font-size: 14px;
    font-weight: 500;
    color: #1E1E1E;
    transition: 0.3s ease all
}







/*banner section*/

.property-photo {
    border-radius: 4px;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.property-photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.property-photo-grid {
    border-radius: 16px;
    display: flex;
    height: 350px;
    overflow: hidden
}

@media(min-width: 1440px) {
    .property-photo-grid {
        height:400px
    }
}

@media(min-width: 1920px) {
    .property-photo-grid {
        height:450px
    }
}

.property-photo-grid__column {
    display: flex;
    flex-direction: column;
    width: calc(25% - 8px)
}

.property-photo-grid__column:not(:first-child) {
    margin-left: 8px
}

.property-photo-grid__column:first-child {
    width: 50%
}

.property-photo-grid__photo {
    border-radius: 0;
    cursor: pointer;
    border-radius: 18px;
}

.property-photo-grid__photo:not(:first-child) {
    margin-top: 8px
}

.property-photo-grid__photo img {
    transition: transform .3s ease
}

.property-photo-grid__photo:hover img {
    transform: scale(1.05)
}








/*Property listing*/
.property-content-layout {
    display: flex;
    margin: 70px 0;
    gap: 70px;
}
.property-main-content {
    width: 66%;
}
aside.property-sidebar {
    width: 34%;
}
hr.section-divider {
    border: none;
    height: 1px;
    background-color: #00000029;
    margin: 40px 0;
}
.property-main-content p {
    font-size: 14px;
    color: #4D4D4D;
    line-height: 1.6;
    word-break: break-all;
    overflow-wrap: break-word;
}

.similar-homes-section h2,
.property-main-content h2 {
    font-size: 22px;
    font-weight: 500;
    color: #1E1E1E;
    line-height: 1.6;
    margin: 0;
}
.property-main-content h3 {
    font-size: 18px;
    color: #1E1E1E;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 16px;
}
/*first section*/
section.property-info-section p.property-location-text {
    font-size: 16px;
    color: #4D4D4D;
}
section.property-info-section .property-title {
    font-size: 40px;
    font-weight: 600;
    color: #1E1E1E;
}
section.property-info-section .property-id-badge {
    margin: 0;
    padding: 4px 14px;
    width: fit-content;
    border-radius: 50px;
    font-size: 16px;
    color: #C3852F;
    font-weight: 500;
    background: #d799431a;
    border: 1px solid rgb(215 153 67 / 20%);
}




/*second section*/
.property-details-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.property-details-row .detail-item {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

.property-details-row .detail-item img {
    width: 20px;
    margin-top: -4px;
}
section.property-description-section {
    margin: 40px 0;
}

/*ameneties grid*/
.amenities-grid {
    display: flex;
    flex-direction: row;
    width: 60%;
    gap: 28px 60px;
    flex-wrap: wrap;
}
.amenities-grid .amenity-item {
    font-size: 16px;
    display: flex;
    width: 40%;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.amenities-grid .amenity-item img {
    width: 20px;
}

.inner_box_div {
    margin: 32px 0;
}

.booking-rules-section .rules-blocks .rules-block {
    margin: 32px 0;
}

.home-rules-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.home-rules-list .rule-item {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.home-rules-list .rule-item span{
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;

}
.home-rules-list .rule-item img.rule-icon {
    width: 20px;
    margin-top: 4px;
}

/*similiar property*/
.similar-homes-grid {
    display: grid;
    gap: 20px;

    grid-template-columns: 1fr 1fr 1fr;
}
.similar-homes-section {
    margin: 40px 0;
}




/*aside*/
div#booking-card-sticky button#booking-submit {
    width: 100%;
    border-radius: 8px;
    background: #FB956F;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    transition: 0.3s ease all;
}
div#booking-card-sticky button#booking-submit:hover{
    background: #1E1E1E;
}
.web_form textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    max-height: 120px;
}



.arrow-icon {
    font-size: 20px;
}

/* Gallery Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1000px;
    height: 80vh;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.modal-slider {
    height: 100%;
}

.modal-slide {
    display: none;
    height: 100%;
    text-align: center;
}

.modal-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.modal-prev, .modal-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

.modal-next {
    right: -60px;
    border-radius: 3px 0 0 3px;
}

.modal-prev {
    left: -60px;
}

/* Modal Thumbnails */
.modal-thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.modal-thumb {
    width: 80px;
    height: 60px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    border-radius: 4px;
    overflow: hidden;
}

.modal-thumb:hover,
.modal-thumb.active {
    opacity: 1;
    border: 2px solid #fff;
}

.modal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Flatpickr Centering Modal */
.flatpickr-calendar.flatpickr-center-modal {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 999999 !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2) !important;
}

.flatpickr-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999998;
}

/* Amenities Section */
.amenities-section {
    margin-bottom: 40px;
}

.subsection-label {
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
    margin-bottom: 20px;
}

.map-container iframe {
    width: 100% !important;
    border-radius: 12px;
}

.neighborhood-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    margin-top: 16px;
}

.neighborhood-pill {
    background: #f6f1eb;
    color: #4D4D4D;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#booking-form-container .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}
#booking-form-container input[type="text"],
#booking-form-container input[type="email"],
#booking-form-container input[type="tel"],
#booking-form-container textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}
#booking-form-container input[type="submit"] {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background: #FB956F;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}
#booking-form-container input[type="submit"]:hover {
    background: #1E1E1E;
}



@media (max-width: 1370px) {
    article.property_card_holder .property_card_details_holder .property_card_pricing_details span.property_card_pricing span.calculated_price {
        font-size: 18px;
        font-weight: 600;
    }
    article.property_card_holder .property_card_details_holder .property_card_pricing_details > span.property_card_pricing {
        width: 70%;
    }
    article.property_card_holder .property_card_details_holder .property_card_pricing_details > span.property_card_property_id {
        width: 25%;
    }
}
@media (max-width: 880px) {
    .property-content-layout {
        display: flex;
        margin: 50px 0;
        gap: 50px;
        flex-direction: column;
    }
    .property-main-content {
        width: 100%;
    }
    aside.property-sidebar {
        width: 100%;
        max-width: 550px;
    }
}


@media (max-width: 660px) {
    .property-photo-grid {
        height: 200px;
    }
    .similar-homes-grid {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .property-content-layout {
        gap: 20px;
    }
    .property-details-row {
        gap: 20px;
        flex-wrap: wrap;
    }

}



