/*
 Theme Name:   Hello Elementor Child
 Description:  Child theme for Hello Elementor
 Author:       Tbay (https://tbay.vn)
 Template:     hello-elementor
 Text Domain:  wpshare247
 Domain Path:  /languages
 Version:      1.0.0
*/

:root {
    --tbay-primary-color: #001E57;
    --tbay-primary-color-1: #031331;
    --tbay-secondary-color: #5EA0D6;
}

/* Custom Gallery */
.tbay-gallery.elementor-element .swiper .elementor-swiper-button-prev {
    right: 50px;
    left: unset;
    top: -75px;
}

.tbay-gallery.elementor-element .swiper .elementor-swiper-button-next {
    right: 15px;
    top: -75px;
}

.tbay-gallery .elementor-image-carousel-caption {
    text-align: left !important;
    font-size: 24px !important;
    color: var(--tbay-primary-color);
    font-style: unset;
}

.tbay-gallery .swiper-slide-image {
    height: 180px;
    width: 100%;
    object-fit: cover;
}