/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Hello Elementor Child Theme - A lightweight child theme for Hello Elementor. Add your custom code here without losing changes on parent theme updates.
Author: Tek2D Team Dev
Author URI: https://tek2d.com/
Template: hello-elementor
Version: 1.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 CSS BELOW THIS LINE
   ================================================================= */


.custom-menu .sub-arrow svg {
    width: 12px !important;
    height: 12px !important;
    fill: #a2b63b;
}
.slider-cusom span.swiper-pagination-bullet-active {
    border: 2px solid #fff;
}
.box-shadow-custom{
    box-shadow: 0 40px 100px rgba(0,0,0,.15),0 25px 80px rgba(0,0,0,.1);		
}
.scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.scroll-container::-webkit-scrollbar {
    display: none;
}
.scroll-container .elementor-widget-image {
    flex-shrink: 0 !important;
}
.elementor-editor-active .scroll-container .elementor-widget-image {
    flex-shrink: unset !important;
}
.scroll-container {
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    pointer-events: auto;
    cursor: grab;
}
.scroll-container * {
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
	.custom-menu a.elementor-item.elementor-item-active.has-submenu svg {
    fill: #ffffff;
}
.scroll-container .elementor-widget-image {
    height: 400px;
}
}