.custom-next,.custom-prev{background-color:#92A079;color:#fff;width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;opacity:0;transition:all 0.3s ease;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.custom-next{right:10px;color:white!important}.custom-prev{left:10px;color:white!important}.swiper:hover .custom-next,.swiper:hover .custom-prev{opacity:1}.custom-next:hover,.custom-prev:hover{background-color:#45553D}.swiper-button-next::after,.swiper-button-prev::after{display:none}.animate-fadeIn{animation:fadeIn 0.3s ease-out forwards}.iti{width:100%}.amenity-icon{width:48px;height:48px}.review-card{min-height:250px}@media (max-width:768px){.review-card{padding:1rem;min-height:auto}.review-card h3{font-size:1.1rem}.review-card p{font-size:.9rem}.review-card .text-2xl{font-size:1.3rem}.amenity-icon{width:36px;height:36px}.amenity-text{font-size:.8rem}}@keyframes fadeIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}