/* 
Theme Name: Harbour Side Resort Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html, body {
	overflow-x: hidden !important;
}
.my-tabs .elementor-tabs-wrapper {
    border: 1px solid #ededed !important;
    border-radius: 50px !important;
    width: 400px !important;
    margin: auto !important;
    padding: 5px 0px !important;
	background-color: #fff !important;
}
.my-tabs .elementor-tab-title.elementor-active {
    background-color: #023B2D !important;
    border-radius: 50px !important;
}
.my-testo .elementor-testimonial {
    display: flex !important;
    flex-direction: column !important;
}
.my-testo .elementor-testimonial__footer {
    order: 1 !important;
}
.my-testo .elementor-testimonial__content {
    order: 2 !important;
}
.my-testo .swiper-slide {
    border: 1px solid #ccd8d5 !important;
    border-radius: 25px !important;
}
.my-testo .elementor-testimonial__image {
    margin-top: 0px !important;
}