/*
 Theme Name:   Quiety Child
 Theme URI:    https://quiety-wp.themetags.com/
 Description:  Quiety is a modern and clean WordPress theme suitable for any kind of Digital Agency, Digital Marketing and Seo Marketing.
 Author:       ThemeTags
 Author URI:   https://themetags.com/
 Template:     quiety
 Version:      4.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  quiety
*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
	z-index: 1;}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
	transition-property: transform;}

.swiper-wrapper {
  display: flex; 
  align-items: stretch; /* Ensures all slides stretch to the same height */
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
  display: flex; 
  height: auto; 
  flex-shrink: 0;
}

.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Spreads out the content inside */
  width: 100%;
}

#clickdimensionsForm .frm_csi_cloudcasanewsletter, #clickdimensionsForm .frm_csi_cloudcasaproductreleases, #clickdimensionsForm .frm_csi_cloudcasapromotions,#clickdimensionsForm .frm_csi_cloudcasawebinars
{
	display:none;
	visibility:hidden;
	opacity:0;
}