/* Property Single Page Styles  */
.havenlytics-single-property-container p, .havenlytics-single-property-container li, .havenlytics-single-property-container span, .havenlytics-single-property-container{font-family: var(--havenlytics-bodyFont);font-weight: var(--havenlytics-fontWeight-normal);}


 .havenlytics-single-property-container h1, .havenlytics-single-property-container h2, .havenlytics-single-property-container h3, .havenlytics-single-property-container h4, .havenlytics-single-property-container h5, .havenlytics-single-property-container h6{
 
    font-family: var(--havenlytics-headingFont);
    font-weight: var(--havenlytics-fontWeight-semibold);
}

.havenlytics-single-property-container .havenlytics_property_single p{
    margin-bottom: 15px;
    line-height: 1.8;
    color: var(--havenlytics-text-primary);
    font-family: var(--havenlytics-bodyFont);
    font-weight: var(--havenlytics-fontWeight-normal);
}







/* ================================================
   HAVENLYTICS PROPERTY DESCRIPTION STYLES - ENHANCED
   Modern styling with beautiful animations
================================================ */

/* Base Container Styles */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description {
    /* Typography */
    font-family: var(--havenlytics-bodyFont);
    font-weight: var(--havenlytics-fontWeight-normal);
    color: var(--havenlytics-text-primary);
    line-height: 1.7;
    
    /* Spacing */
    margin: 0;
    padding: 0;
    
    /* Modern text rendering */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    
    /* Animation base */
    --transition-duration: 0.3s;
    --transition-easing: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Paragraph Styles */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description p {
    margin: 0 0 1.5rem 0;
    line-height: 1.8;
    transition: color var(--transition-duration) var(--transition-easing);
}

/* Heading Styles - Reduced Sizes */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h1,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h2,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h3,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h4,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h5,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h6 {
    /* Heading-specific typography */
    font-family: var(--havenlytics-headingFont);
    font-weight: var(--havenlytics-fontWeight-semibold);
    color: var(--havenlytics-text-primary);
    line-height: 1.3;
    margin: 2rem 0 1.25rem 0;
    position: relative;
    padding-bottom: 0.5rem;
    transition: all var(--transition-duration) var(--transition-easing);
}

/* Heading Underline Effect with Animation */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h1:after,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h2:after,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--havenlytics-primary);
    border-radius: 3px;
    transition: width var(--transition-duration) var(--transition-easing);
}

/* Hover animation for headings */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h1:hover:after,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h2:hover:after,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h3:hover:after {
    width: 100px;
}

/* Reduced Heading Sizes */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h1 {
    font-size: 1.3rem;
    margin-top: 2.5rem;
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h2 {
    font-size: 1.2rem;
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h3 {
    font-size: 1.1rem;
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h4 {
    font-size: 1rem;
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h5 {
    font-size: 1rem;
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description h6 {
    font-size: 0.9rem;
    color: var(--havenlytics-text-secondary);
}

/* Enhanced List Styles with Animations */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description ul,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description ol {
    margin: 0 0 1.75rem 1rem;
    padding-left: 1.5rem;
    position: relative;
}

/* Custom bullet styling for unordered lists */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description ul {
    list-style-type: none;
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description ul li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.85rem;
    line-height: 1.7;
    transition: all var(--transition-duration) var(--transition-easing);
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1rem;
    width: 10px;
    height: 10px;
    background: var(--havenlytics-primary);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all var(--transition-duration) var(--transition-easing);
}

/* Enhanced ordered list styling with animations */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description ol {
    list-style-type: none;
    counter-reset: custom-counter;
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description ol li {
    counter-increment: custom-counter;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0.85rem;
    line-height: 1.7;
    transition: all var(--transition-duration) var(--transition-easing);
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description ol li:before {
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: var(--havenlytics-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: var(--havenlytics-fontWeight-semibold);
    transition: all var(--transition-duration) var(--transition-easing);
}

/* List item hover animation */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description li:hover {
    transform: translateX(5px);
    color: var(--havenlytics-text-primary);
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description ul li:hover:before {
    transform: translateY(-50%) scale(1.3);
    background: var(--havenlytics-primary);
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description ol li:hover:before {
    transform: scale(1.1);
    background: var(--havenlytics-primary);
}

/* Emphasis Elements with Animation */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description strong,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description b {
    font-weight: var(--havenlytics-fontWeight-semibold);
    color: var(--havenlytics-text-primary);
    position: relative;
    transition: color var(--transition-duration) var(--transition-easing);
}

/* Highlight effect for strong elements with animation */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description strong:after,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description b:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(var(--havenlytics-primary-rgb), 0.15);
    z-index: -1;
    border-radius: 2px;
    transform: scaleX(0.9);
    transform-origin: left center;
    transition: transform var(--transition-duration) var(--transition-easing);
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description strong:hover:after,
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description b:hover:after {
    transform: scaleX(1);
}

/* Blockquote styling with animation */
.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description blockquote {
    border-left: 4px solid var(--havenlytics-primary);
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
    background: rgba(var(--havenlytics-primary-rgb), 0.05);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    position: relative;
    transition: all var(--transition-duration) var(--transition-easing);
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description blockquote:hover {
    background: rgba(var(--havenlytics-primary-rgb), 0.08);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description blockquote:before {
    content: '"';
    position: absolute;
    top: -15px;
    left: 10px;
    font-size: 4rem;
    color: rgba(var(--havenlytics-primary-rgb), 0.15);
    font-family: Georgia, serif;
    line-height: 1;
    transition: color var(--transition-duration) var(--transition-easing);
}

.havenlytics-single-property-container 
.havenlytics_property_single 
.property-details-card 
.property-description blockquote:hover:before {
    color: rgba(var(--havenlytics-primary-rgb), 0.25);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    /* Base Container */
    .havenlytics-single-property-container 
    .havenlytics_property_single 
    .property-details-card 
    .property-description {
        font-size: 0.95rem;
    }
    
    /* Heading Scale Adjustment */
    .havenlytics-single-property-container 
    .havenlytics_property_single 
    .property-details-card 
    .property-description h1 {
        font-size: 1.1rem;
        margin-top: 2rem;
    }
    
    .havenlytics-single-property-container 
    .havenlytics_property_single 
    .property-details-card 
    .property-description h2 {
        font-size: 1rem;
    }
    
    .havenlytics-single-property-container 
    .havenlytics_property_single 
    .property-details-card 
    .property-description h3 {
        font-size: 1rem;
    }
    
    /* List Optimization */
    .havenlytics-single-property-container 
    .havenlytics_property_single 
    .property-details-card 
    .property-description ul,
    .havenlytics-single-property-container 
    .havenlytics_property_single 
    .property-details-card 
    .property-description ol {
        padding-left: 1rem;
    }
    
    .havenlytics-single-property-container 
    .havenlytics_property_single 
    .property-details-card 
    .property-description ul li {
        padding-left: 1rem;
    }
    
    .havenlytics-single-property-container 
    .havenlytics_property_single 
    .property-details-card 
    .property-description ol li {
        padding-left: 2rem;
    }
    
    /* Reduce animation intensity on mobile */
    .havenlytics-single-property-container 
    .havenlytics_property_single 
    .property-details-card 
    .property-description li:hover {
        transform: translateX(3px);
    }
}





/* Enhanced Gallery with Prefix */
.havenlytics_property_single .property-gallery {
    border-radius: 12px;
    overflow: hidden;
    margin: 30px 0;
    box-shadow: var(--havenlytics-card-shadow);
    position: relative;
}

.havenlytics_property_single .gallery-main {
    position: relative;
    height: 500px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.havenlytics_property_single .gallery-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    transform: scale(1.05);
}

.havenlytics_property_single .gallery-slide.active {
    opacity: 1;
    transform: scale(1);
}

.havenlytics_property_single .gallery-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.havenlytics_property_single .gallery-btn {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    color: var(--havenlytics-primary);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s;
    padding: 0;
}

.havenlytics_property_single .gallery-btn:hover {
    background: white;
    transform: scale(1.1);
}

.havenlytics_property_single .thumbnail-container {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-top: 15px;
    padding: 10px 0;
    scrollbar-width: thin;
    scrollbar-color: var(--havenlytics-primary) #f1f1f1;
}

/* Custom scrollbar for thumbnails */
.havenlytics_property_single .thumbnail-container::-webkit-scrollbar {
    height: 6px;
}

.havenlytics_property_single .thumbnail-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.havenlytics_property_single .thumbnail-container::-webkit-scrollbar-thumb {
    background: var(--havenlytics-primary);
    border-radius: 3px;
}

.havenlytics_property_single .property-thumbnail {
    flex: 0 0 auto;
    width: 100px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
    background-size: cover;
    background-position: center;
    position: relative;
}

.havenlytics_property_single .property-thumbnail:hover, 
.havenlytics_property_single .property-thumbnail.active {
    border-color: var(--havenlytics-primary);
    transform: translateY(-3px);
}

.havenlytics_property_single .property-thumbnail.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--havenlytics-primary);
}

/* Property Header */
.havenlytics_property_single .property-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
    gap: 20px;
}

.havenlytics_property_single .property-title {
    font-size: 32px;

    color: var(--havenlytics-text-primary);
    font-weight: var(--havenlytics-fontWeight-bold);
    font-family: var(--havenlytics-headingFont);
}
.havenlytics_property_single .property-uptodate{display: flex
;
    align-items: center;
    color: var(--havenlytics-gray);
    margin: 10px 0 20px;
    font-size: 12px;}
.havenlytics_property_single .property-uptodate i{color: var(--havenlytics-primary);margin-right: 10px;margin-left: 2px;}
.havenlytics_property_single .property-price {
    font-size: 28px;
    font-weight: var(--havenlytics-fontWeight-semibold);
    color: var(--havenlytics-primary);
    background: rgba(108, 96, 254, 0.1);
    padding: 10px 20px;
    border-radius: 8px;
}

.havenlytics_property_single .property-address {
    display: flex;
    align-items: center;
    color: var(--havenlytics-gray);
    margin: 10px 0 10px;
    font-size: 18px;
}

.havenlytics_property_single .property-address i {
    margin-right: 10px;
    color: var(--havenlytics-primary);
}

/* Property Details */
.havenlytics_property_single .property-details-card {
    background: var(--havenlytics-cardBg);
    border-radius: 12px;
    padding: 30px;
    box-shadow: var(--havenlytics-card-shadow);
    margin-bottom: 30px;
    border: 1px solid var(--havenlytics-border);
}

.havenlytics_property_single .section-title {
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--havenlytics-border);
    color: var(--havenlytics-text-primary);
}
.havenlytics_property_single .section-title::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 120px;
    height: 2px;
    background: var(--havenlytics-primary);
    border-radius: 1px;
}

/* .havenlytics_property_single .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 52px;
    width: calc(100% - 52px);
    height: 1px;
    background: var(--havenlytics-border);
} */
.havenlytics_property_single .property-description , .property-description p{
    margin-bottom: 15px;
    line-height: 1.8;
    color: var(--havenlytics-text-primary);
}

.havenlytics_property_single .detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.havenlytics_property_single .detail-icon {
    width: 50px;
    height: 50px;
    background: rgba(108, 96, 254, 0.1);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    color: var(--havenlytics-primary);
    font-size: 20px;
}

.havenlytics_property_single .detail-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
     color: var(--havenlytics-text-primary);
}

.havenlytics_property_single .detail-content p {
    color: var(--havenlytics-gray);
    font-size: 14px;
    margin: 0;
}

/* Features Section */
.havenlytics_property_single .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.havenlytics_property_single .feature-item {
    display: flex;
    align-items: center;
    padding: 10px;
    background: rgba(108, 96, 254, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(108, 96, 254, 0.1);
}

.havenlytics_property_single .feature-item i {
    color: var(--havenlytics-primary);
    margin-right: 10px;
    font-size: 18px;
}

/* Amenities Section */
.havenlytics_property_single .havenlytics-amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
}

.havenlytics_property_single .havenlytics-amenity-card {
    background: var(--havenlytics-cardBg);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s;
    box-shadow: var(--havenlytics-card-shadow);
    border: 1px solid var(--havenlytics-border);
}

.havenlytics_property_single .havenlytics-amenity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: var(--havenlytics-primary);
}

.havenlytics_property_single .havenlytics-amenity-icon {
    font-size: 28px;
    color: var(--havenlytics-primary);
    margin-bottom: 0px;
}
.havenlytics_property_single .havenlytics-amenity-card h4{
    color: var(--havenlytics-text-primary);   
     font-size: 16px;
    line-height: 22px;
}
/* Floor Plans */
.havenlytics_property_single .floor-plan-card {
    background: var(--havenlytics-cardBg);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--havenlytics-card-shadow);
    border: 1px solid var(--havenlytics-border);
    height: 100%;
}

.havenlytics_property_single .floor-plan-img {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.havenlytics_property_single .floor-plan-info {
    padding: 20px;
}

.havenlytics_property_single .floor-plan-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
}

/* Location Map */
.havenlytics_property_single .map-container {
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--havenlytics-card-shadow);
    background: #f5f5f5;
    position: relative;
}

.havenlytics_property_single .map-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--havenlytics-cardBg);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    max-width: 300px;
    border: 1px solid var(--havenlytics-border);
}

/* Agent Contact */
.havenlytics_property_single .agent-card {
    background: var(--havenlytics-cardBg);
    border-radius: 12px;
    padding: 30px;
    box-shadow: var(--havenlytics-card-shadow);
    text-align: center;
    border: 1px solid var(--havenlytics-border);
}

.havenlytics_property_single .agent-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--havenlytics-primary);
    margin: 0 auto 20px;
}

.havenlytics_property_single .agent-name {
    font-size: 22px;
       font-weight: var(--havenlytics-fontWeight-semibold);
    margin-bottom: 5px;
    color: var(--havenlytics-text-primary);
}

.havenlytics_property_single .agent-title {
    color: var(--havenlytics-gray);
    margin-bottom: 20px;
}

.havenlytics_property_single .contact-info {
    margin: 20px 0;
}

.havenlytics_property_single .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}

.havenlytics_property_single .contact-item i {
    color: var(--havenlytics-primary);
    margin-right: 10px;
    width: 20px;
}

.havenlytics_property_single .contact-form input,
.havenlytics_property_single .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    background: #f8f9fa;
    border: 1px solid var(--havenlytics-border);
    border-radius: 8px;
    color: #333333;
}

.havenlytics_property_single .contact-form textarea {
    height: 120px;
}

.havenlytics_property_single .btn-primary {
    background: var(--havenlytics-primary);
    color: white;
    border: none;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.havenlytics_property_single .btn-primary:hover {
    background: var(--havenlytics-secondary);
    transform: translateY(-3px);
}

/* Footer */
.havenlytics_property_single .footer {
    background: #f8f9fa;
    color: #333333;
    padding: 50px 0 20px;
    margin-top: 60px;
    border-top: 1px solid var(--havenlytics-border);
}

.havenlytics_property_single .footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #000000;
}

.havenlytics_property_single .footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--havenlytics-primary);
}

.havenlytics_property_single .footer-links a {
    display: block;
    color: #555555;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.havenlytics_property_single .footer-links a:hover {
    color: var(--havenlytics-primary);
}

.havenlytics_property_single .copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    color: #777777;
    font-size: 14px;
}

/* Property Stats */
.havenlytics_property_single .property-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}

.havenlytics_property_single .stat-badge {
    background: rgba(108, 96, 254, 0.1);
    border: 1px solid rgba(108, 96, 254, 0.2);
    padding: 8px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.havenlytics_property_single .stat-badge i {
    margin-right: 8px;
    color: var(--havenlytics-primary);
}

/* Property Actions */
.havenlytics_property_single .property-actions {
    display: flex;
    gap: 15px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.havenlytics_property_single .action-btn {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 8px;
    background: rgba(108, 96, 254, 0.05);
    border: 1px solid rgba(108, 96, 254, 0.1);
    color: #333333;
    transition: all 0.3s;
}

.havenlytics_property_single .action-btn:hover {
    background: var(--havenlytics-primary);
    color: white;
    border-color: var(--havenlytics-primary);
}

.havenlytics_property_single .action-btn i {
    margin-right: 8px;
}

/* Animation classes */
.havenlytics_property_single .fade-in {
    animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .havenlytics_property_single .gallery-main {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .havenlytics_property_single .gallery-main {
        height: 350px;
    }
    
    .havenlytics_property_single .property-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .havenlytics_property_single .havenlytics-amenities-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .havenlytics_property_single .gallery-main {
        height: 300px;
    }
    
    .havenlytics_property_single .havenlytics-amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .havenlytics_property_single .property-title {
        font-size: 26px;
    }
    
    .havenlytics_property_single .property-price {
        font-size: 22px;
    }
}

/* Gallery Counter */
.havenlytics_property_single .gallery-counter {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 10;font-family: var(--havenlytics-bodyFont);
}

/* Transition Indicator */
.havenlytics_property_single .transition-indicator {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 5px;
    z-index: 10;
}

.havenlytics_property_single .indicator-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    transition: all 0.3s;
}

.havenlytics_property_single .indicator-dot.active {
    background: var(--havenlytics-primary);
    transform: scale(1.3);
}


/* Property view count chart pie css */
.havenlytics-single-property-container .havenlytics-daily-stats-card{    background: var(--havenlytics-cardBg);
    border: var(--havenlytics-cardBorder);
    box-shadow: var(--havenlytics-cardShadow);
    border-radius: var(--havenlytics-cardRadius);
    padding: var(--havenlytics-cardPadding);
    margin-bottom: 0.5rem;
}