p {
    margin: 0;
}
.grid_image_tab .gallery-columns-3 .gallery-item {
    max-width: 100%;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.elementor-image-gallery .gallery-item {
    display: block;
    width: 100%; 
    height: auto; 
}
h1.entry-title {
    display: none;
}
.elementor-image-gallery .gallery-item img {
    width: 100%;
    height: auto; 
    display: block;
    object-fit: cover; 
}
#load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 42px;
    background-color: #EF943D;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    font-family: 'Poppins';
}
.slick-prev:before, .slick-next:before {
  color: #bfa78f!important; /* black arrows */
  font-size: 28px !important;
}
.room-card .room-img img {
  transition: transform 0.4s ease;
}

.room-card:hover .room-img img {
  transform: scale(1.05);
}

.gallery-icon.portrait img {
  transition: transform 0.4s ease;
}
.gallery-icon.portrait:hover img {
  transform: scale(1.05);
}
.gallery-icon.landscape img {
  transition: transform 0.4s ease;
}
.gallery-icon.landscape:hover img {
  transform: scale(1.05);
}

.contact-form input {
    height: 36px;
    width: 100%;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
    font-family: 'Poppins';
}
figure.gallery-item {
    max-width: 100% !important;
}
.contact-form textarea {
    width: 100%;
}
.date {
    display: flex;
    column-gap: 10px;
}
.check_in {
    width: 50%;
}
.check_out {
    width: 50%;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #EF943D;
    border: 0;
    color: #fff;
    font-size: 20px;
    height: 40px;
    margin-top: 14px;
}
main#content {
    max-width: 1200px;
    margin: 20px auto 30px;
    font-family: 'Poppins';
}
ul.wp-block-list li {
    margin-bottom: 10px;
}
.property_name a {
    color: #fff;
}
footer .elementor-icon-box-wrapper {
    display: flex;
    column-gap: 10px;
}
.rev-check-in {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rev-check-out {
    border-radius: 0;
}
.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0;
    width: 392px;
    height: 262px;
    overflow: hidden;
}
.swiper-zoom-container img {
    width: auto;
}
.rev-book-now-container a {
    background-color: #ef943d;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ef943d;
    padding: 14px 40px 14px 40px;
    border-radius: 3px;
}
.rev-book-now-container a:hover {
   background-color: #00000000;
    color: #FFFFFF;
    border-color: #4cac7f;
}
.rev-book-now-container {
    margin-top: 14px;
}

@media only screen and (max-width: 767px) {
.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    width: auto;
    height: auto;
}	
}