/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 11 2026 | 06:03:32 */
@media screen and (max-width: 1024px){
	.header-menu-container{
		position: absolute;
		right: 20px;		
	}
	.header-menu-container ul.hfe-nav-menu{
		padding: 16px 20px 16px;
	}
	
}

.header-menu-container .icon-cancel.icon::before {
    font-family: elementskit!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    -moz-osx-font-smoothing: grayscale;
}


/* Home Page */
.grediant-heading .elementor-heading-title{
	 background: linear-gradient(180deg,#7FC7F5 0%,#40A2EF 45%,#1B62CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.grediant-heading .elementor-heading-title span{
	 background: linear-gradient(180deg,#F8B901 35%,#F73D01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home__hero:before {
    background-color: #08080ECC;
    --background-overlay: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 40%, #000 100%);
}
/* Force the mover to be a single non-wrapping row wide enough for both copies */
body:not(.elementor-editor-active) .slide__container {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: -webkit-max-content !important;
  width: max-content !important;
  max-width: none !important;
  gap: 3rem !important;
  animation: marquee 12s linear infinite;
}


/* Stop Elementor from stretching each copy — keep natural width */
body:not(.elementor-editor-active) .slide__container .infinite__slide{
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  flex: 0 0 auto !important;
  width: -webkit-max-content !important;
  width: max-content !important;
  max-width: none !important;
  gap: 3rem !important;
}

body:not(.elementor-editor-active) .slide__container .elementor-heading-title {
  white-space: nowrap !important;
  margin: 0 !important;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}