/*
*Theme Name:     CozyStay Child Theme
*Theme URI: 	 https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain: 	 cozystay-child
*Version:        1.0
*/

 /** Add your styles below **/

/* Equal height for all testimonial slides */
#home-test .slick-track {
    display: flex !important;
    align-items: stretch;
}

/* Testimonial slide */
#home-test .cs-ts-item {
    height: auto !important;
    display: flex !important;
    padding: 10px;
    box-sizing: border-box;
}

/* Testimonial card */
#home-test .cs-testimonial {
    width: 100%;
    height: 100%;
    padding: 25px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/* Keep testimonial content flexible */
#home-test .cs-testimonial-content {
    flex: 1;
}

/* Spacing between cards */
#home-test .slick-slide {
    margin: 0 10px;
}

/* Prevent extra spacing from affecting slider width */
#home-test .slick-list {
    margin: 0 -10px;
}

.single-room .room-booking-title {
  display: none;
}

@media (max-width: 767px) {
	.elementor-element.elementor-element-68e8891f.e-con-full.around-div.e-flex.e-con.e-child img{
  		max-width: 33%
	}
}