.orpd-amenities-section {
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 20px;
    /*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);*/
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    box-shadow: 0px 4px 10px rgba(1, 1, 1, 0.1);

}

.orpd-amenities-section h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    /* text-decoration: underline; */
}

.orpd-callout-amenities, .orpd-amenity-category {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%;

}

.orpd-callout-amenities .orpd-amenity,
.orpd-amenity-category ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    background-color: #f1f1f1;
    padding: 8px 12px;
    border-radius: 4px;
    color: #333;
}

.orpd-amenity-category h4 {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #555;
    text-align: left;
    margin-bottom: 10px;
    padding: 20px;
    background-color: #77b2c630;
}

.orpd-amenity-category ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.orpd-amenity-category ul li {
    background-color: #f9f9f9;
    padding: 8px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.orpd-amenity i,
.orpd-amenity-category li i {
    color: #77b2c6;
    margin-right: 8px;
    font-size: 18px;
}




.amenities-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

}

ul.amenities-list{
    padding: 10px!important;
}


.amenities-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    width: 125px;
}

.amenities-list li i {
    font-size: 36px;
    color: #24567c;
    margin-bottom: 10px;
}
