/*
Theme Name: Hello Elementor Child
Author: RV
Description: This is the child theme of Hello Elementor theme.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.features_amenities img {
    max-height: 90px;
}
.as_gallery.swiper-container {
    width: 100%; 
    height: 300px; 
    margin: auto; 
}

.as_gallery .swiper-slide {
    display: flex; 
    justify-content: center;
    align-items: center; 
    background: #f0f0f0; 
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.as_gallery .swiper-slide img {
    width: 100%;
    height: auto; 
    max-height: 100%; 
    object-fit: cover; 
}

.as_gallery .swiper-button-next,
.as_gallery .swiper-button-prev {
    color: #000; 
    z-index: 10; 
    font-size: 18px; 
}

.as_gallery .swiper-button-next:after,
.as_gallery .swiper-button-prev:after {
    font-size: 18px; 
}

.as_gallery .swiper-pagination {
    bottom: 10px;
    text-align: center; 
}