
/* #custom-single-property-details-section {
    background-color: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
} */

#custom-single-property-details-section .wpestate_estate_property_design_intext_details,
#custom-single-property-details-section .wpestate_estate_property_design_agent_details_intext_details {
    background-color: #f3f3f3;
    border-bottom: 2px solid #fff;
    padding: 10px 15px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

#custom-single-property-details-section .custom-property-name .wpestate_estate_property_design_intext_details,
#custom-single-property-details-section .custom-property-price .wpestate_estate_property_design_intext_details,
#custom-single-property-details-section .custom-property-launch-date .wpestate_estate_property_design_intext_details,
#custom-single-property-details-section .custom-property-handover-date .wpestate_estate_property_design_intext_details {
    background-color: #ffcccc;
    color: #000;
    font-weight: bold;
}

#custom-single-property-details-section .wpestate_estate_property_design_intext_details p,
#custom-single-property-details-section .wpestate_estate_property_design_agent_details_intext_details p {
    margin: 0;
    font-size: 14px;
}

/* #custom-single-property-details-section .wpestate_estate_property_design_intext_details .price_label {
    color: #d50000;
    font-weight: bold;
} */

#custom-single-property-details-section .get-discount-voucher-btn {
    background-color: #ff0000; 
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border: none;
    padding: 10px 0;
    border-radius: 0;
    cursor: pointer;
}

#custom-single-property-details-section .get-discount-voucher-btn:hover {
    background-color: #d40000; /* Darker Red for Hover Effect */
}


#custom-single-property-image-section.elementor-element {
    --widgets-spacing: 0px 20px;
}

#custom-single-property-image-section-rating-section {
    padding: 5px;
}

#custom-single-property-image-section-irda-section {
    padding: 5px;
}


/* Custom CSS for styling the messages */
.custom-message-box {
    border: 2px solid #4CAF50;
    background-color: #f0fff0;
    color: #4CAF50;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.custom-message-error {
    border-color: #f44336;
    background-color: #ffe6e6;
    color: #f44336;
}
.custom-message-icon {
    font-size: 24px;
    margin-right: 10px;
}
.custom-message-text {
    font-weight: 600;
    font-size: 16px;
}

.green-gift-voucher-btn {
    background-color: #28a745 !important; /* Green color */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #28a745)) !important; 
    color: white !important;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    transition: background-color 0.3s ease-in-out;
}

.green-gift-voucher-btn:hover {
    background-color: #218838 !important; /* Darker green on hover */
}


.rating-info-icon {
    display: inline-block;
    color: #4d555b;
    font-size: 14px;
    font-weight: bold;
    margin-right: 6px;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
}
.rating-info-icon:hover {
    color: #000;
}

