/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


#header-button {
    animation: pulse-animation 2s infinite;
    width: 100% !important;
}


@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
 }

#header-button {
   
    align-items: center;
    white-space: normal;
  
    padding: 0 26px;
 
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 6px 16px 0px rgba(16, 1, 148, 0.18);
    -moz-box-shadow: 0 6px 16px 0px rgba(16, 1, 148, 0.18);
    box-shadow: 0 6px 16px 0px rgba(16, 1, 148, 0.18);
    font-weight: 500;
    color: #fff;
}
.min-w-fit-content {
    width: fit-content !important;
    width: 100%;
    min-width: fit-content !important;
}

.industries,.industry  {
    width: 100% !important;
    min-width: fit-content !important;
}
.industries-sec.direction-right .elementor-loop-container.elementor-grid {
    --scrolling-direction: reverse;
}

.industries-sec.direction-left .elementor-loop-container.elementor-grid {
    --scrolling-direction: forwards;
}
.industries-sec .elementor-loop-container.elementor-grid {
    display: flex !important;
    flex-wrap: nowrap;
     animation: scrolling 15s var(--scrolling-direction, forwards) linear infinite;
}

@keyframes scrolling {
	to {
		transform: translateX(calc(-50% - 0.5rem));
	}
}
.elementor-element.elementor-element-1186590.e-con-full.all-industries.e-flex.e-con.e-parent.e-lazyloaded {
    overflow-x: hidden !important;
}
.industries-sec .elementor-loop-container.elementor-grid:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}

.technologies-tab .e-n-tabs-heading {
    position: relative;
}

.technologies-tab .e-n-tabs-heading::before {
    content: '';
    width: 1px;
    height: 93%;
    background: rgba(12, 36, 96, 0.5);
    position: absolute;
    left: -42px;
    top: 50%;
    transform: translateY(-50%);
}
.technologies-tab .e-n-tabs-heading .e-n-tab-title::before {
    content: '';
    width: 40px;
    background: rgba(12, 36, 96, 0.5);
    left: -42px;
    top: 11px;
    position: absolute;
    height: 1px;
}

.technologies-tab .e-n-tabs-heading .e-n-tab-title::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #082262;
    left: -46px;
    top: 7.5px;
    position: absolute;
}
.technologies-tab .e-n-tabs-heading .e-n-tab-title[aria-selected=true]{
    background: transparent !important;
}
.technologies-tab .e-n-tabs-heading .e-n-tab-title:hover{
     background: transparent !important;
}
div#custom-tab-content img {
    padding: 16px;
}

@media (max-width: 767px) {
    .industries-sec .industries {
        --flex-wrap: nowrap !important;
    }

    .industries-sec .industries .e-con {
        --width: fit-content !important;
    }
    div#custom-tab-content img {
        padding: 9px;
    }
}

@media (max-width: 390px) {
    .technologies-tab .elementor-widget-hotspot {
        width: 65px !important;
        /* height: 21px !important; */
    }
}

