/* 
Theme Name: Hello Elementor 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
*/

/* Add your custom styles here */

.text-container{
    max-height: 400px;
    
    overflow-x: auto;
}

.text-container::-webkit-scrollbar {
  width: 6px;
}

.text-container::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 0px;
}

.text-container::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.text-container::-webkit-scrollbar-track {
  background: transparent; 
}

    .elementor-swiper-button-prev svg circle,
    .elementor-swiper-button-next svg circle {
        transition: fill 0.3s ease;
    }
    
    .elementor-swiper-button-prev:hover svg circle,
    .elementor-swiper-button-next:hover svg circle {
        fill: rgba(0,0,0,0.7);
    }
    
    .elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper~.elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93%, .9);
    height: 2em;
    width: 2em;
}
.scuare {
    aspect-ratio: 1 / 1 !important;
}

a{
    font-family: var(--e-global-typography-01a873d-font-family), Sans-serif;
    font-size: var(--e-global-typography-01a873d-font-size);
    font-weight: var(--e-global-typography-01a873d-font-weight);
    text-decoration: var(--e-global-typography-01a873d-text-decoration);
    color: var(--e-global-color-5637ec8);
}