/*
	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,
*/



.jumpInfinite {
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  height: 1.875em;
  animation: jumpInfinite 1.5s infinite
}

@keyframes jumpInfinite {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

.animated-btn .elementor-button,
.elementor-field-type-submit button {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  border-radius: 8px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.animated-btn .elementor-button::before,
.elementor-field-type-submit button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: #000;
  /* لون الخلفية عند التحريك */
  z-index: 0;
  border-radius: 4px;
  transition: height 0.4s ease;
}

.animated-btn .elementor-button:hover::before,
.elementor-field-type-submit button:hover::before {
  height: 100%;
}

.animated-btn .elementor-button:hover,
.elementor-field-type-submit button:hover {
  color: #fff;
  border-color: #000;
}

.animated-btn .elementor-button,
.elementor-field-type-submit button {
  z-index: 1;
}

.animated-btn .elementor-button::before,
.elementor-field-type-submit button::before {
  z-index: -1;
}

.btn-white-hover .elementor-button {
  position: relative;
  padding: 10px 25px;
  font-size: 16px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 1;
}

.btn-white-hover .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 5px;
  transition: height 0.4s ease;
}

.btn-white-hover .elementor-button:hover::before {
  height: 100%;
}

.btn-white-hover .elementor-button:hover {
  color: #000 !important;
  border-color: #fff;
}

.homeInsights {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementor-element-5287bd4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  clip-path: circle(19% at 50% 63%);
  transition: 1.5s;
}

.elementor-element-5287bd4 .elementor-widget-container {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 36.25em;
  height: 36.25em;
  transition: 2s;
}

.homeInsights img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  clip-path: circle(50% at 50% 63%);
  transition: 2s;

}

.elementor-element-5287bd4 .elementor-widget-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(200deg, rgba(0, 0, 0, 0) .24%, #000 75.64%);
  transition: 1.5s;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .homeInsights.hovered .elementor-element-5287bd4 {
    clip-path: circle(75% at 50% 50%);
    transition: 1.5s;
  }
}

@media (min-width: 1200px) {
  .homeInsights.hovered .elementor-element-5287bd4 .elementor-widget-container {
    width: 100%;
    height: 100%;
    transition: 1s;
  }

  .homeInsights.hovered img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    clip-path: none;
    transition: 2s;

  }

  .homeInsights__descrip {
    position: absolute;
    width: 100%;
    max-width: 45.125em;
    left: 11.25%;
    top: 72%;
    transform: translate(0, -50%);
    z-index: 2;
    opacity: 0;
    transition: .25s;
  }

  @media (min-width: 1200px) {
    .homeInsights.hovered .homeInsights__descrip {
      opacity: 1;
      transition: .5s;
      transition-delay: .5s;
    }
  }
}

@media (max-width: 1199.98px) {
  .homeInsights {
    height: 100vw;
  }

  .elementor-element-5287bd4 {
    clip-path: circle(100% at 50% 50%);
  }

  .elementor-element-5287bd4 .elementor-widget-container {
    width: 100%;
    height: 100%;
  }

  .homeInsights img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    clip-path: none;
    transition: 2s;
  }

  .elementor-element-5287bd4 .elementor-widget-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    background: #000;
    transition: 1.5s;
    border-radius: 0;
  }

  body {
    overflow-x: hidden;
  }
}



.WidgetBackground__ContentContainer-sc {
  max-height: 403px !important;
  overflow: hidden !important;
}

@media only screen and (max-width: 600px) {
  .WidgetBackground__ContentContainer-sc {
    max-height: 465px !important;
  }






}



.swiper-slide-visible .Container-sc-119keog-1 .Block-sc-3maawy-0:nth-of-type(2) {
  min-height: 85px !important;
}

.WidgetBackground__ContentContainer-sc a {
  /* 	display:none !important; */
}

a[href*="elfsight.com/linkedin-feed-widget"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}



  .main_nav_menu svg {
    width: 2em !important;
    height: 2em !important;
  }

  .main_nav_menu {
    margin-right: 15px;
  }


  @media (max-width: 1024px) {
  .elementor-18 .elementor-element.elementor-element-2e500a0 .elementskit-menu-container {
    max-width: 100% !important;
  }
}