/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

@media only screen and (min-width: 1024px){
	.nav-item-children {margin-top: -50px;}
}

.o2c-white-text p {
	color: #fff;
}

/* Target each testimonial slide/card */
.testimonial-slide,
.slick-slide,
.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* KEY: pushes everything to the top */
  align-items: flex-start;     /* aligns text left */
  height: 100%;
}

/* Optional: make inner content behave properly */
.testimonial-slide > * {
  margin-top: 0;
}

/* If there's a wrapper inside the slide */
.testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


.carousel-container .carousel-items .d-flex {
justify-content: flex-end;
}