/* Search Button Styles */
.search-button-no-border {
    border: none !important;
    background: none;
    padding: 0;
    cursor: pointer;
}

.flat-property-detail-v3 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/* Footer Contact Information Styles */
.footer-contact-info {
    border-radius: 10px;
    margin-bottom: 2rem;
}

.footer-contact-info .contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-contact-info .contact-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.footer-contact-info h4 {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}

.footer-contact-info p {
    color: #00d4ff;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-contact-info {
        padding: 0;
        margin-bottom: 1rem;
    }
    
    .footer-contact-info .contact-icon {
        margin: 0 0.75rem 0 0;
    }
}

/* Floating Support Buttons */
.floating-support {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.floating-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.floating-button i,
.floating-button .floating-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.floating-button i {
    font-size: 24px;
    color: white;
}

.floating-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Zalo Button */
.zalo-button {
    box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1019607843);
    background: #ffffff;
    border: 2px solid #f2f2f2;
}

.zalo-button:hover {
    border: 2px solid #ED2027;
}

/* Messenger Button */
.messenger-button {
    box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1019607843);
    background: #ffffff;
    border: 2px solid #f2f2f2;
}

.messenger-button:hover {
    border: 2px solid #ED2027;
}

/* Phone Button */
.phone-button {
    background-color: #d42d2f;
}

.phone-button:hover {
    background-color: #ED2027;
}

/* Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.floating-button.phone-button {
    animation: pulse 2s infinite;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .floating-support {
        right: 30px;
        bottom: 100px;
    }
    
    .floating-button {
        width: 45px;
        height: 45px;
    }
    
    .floating-button i,
    .floating-button .floating-icon {
        width: 20px;
        height: 20px;
    }
    
    .floating-button i {
        font-size: 20px;
    }
}

/* Amenities Grid */
.single-property-feature .feature-item {
    padding: 8px 0;
    font-size: 15px;
    color: #4b5563;
}

.single-property-feature .feature-item .icon {
    color: #ED2027;
    font-size: 18px;
    min-width: 24px;
    text-align: center;
}

.single-property-feature .feature-item span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Benefit Items */
.single-property-whychoose .box-whychoose {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-property-whychoose .item-why {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.single-property-whychoose .item-why:last-child {
    border-bottom: none;
}

.single-property-whychoose .benefit-content {
    flex: 1;
}

.single-property-whychoose .benefit-title {
    font-weight: 600;
    color: #161e2d;
    margin-bottom: 4px;
}

.single-property-whychoose .benefit-description {
    color: #6b7280;
    line-height: 1.5;
}

.single-property-whychoose .icon {
    color: #ED2027;
    font-size: 20px;
}

/* Info Box Glassmorphism Effect */
.flat-slider.home-5 .info-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}

.flat-slider.home-5 .info-box .box-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.flat-slider.home-5 .info-box .title {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.flat-slider.home-5 .info-box .desc {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.flat-slider.home-5 .info-box .desc p {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.flat-slider.home-5 .info-box .btn-view {
    margin-top: 10px;
    color: #ffffff;
}

.flat-slider.home-5 .info-box .btn-view:hover {
    color: #ED2027;
}