.headtitle{
    color: #FFF;
    margin-top: 125px;
}
.headtitle span:nth-child(3){
    display: block  !important;
}

.helping{
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}

.logo-innova{
    display: block;
    width: 125px;
}

.logo-innova img{
    width: 100%;
}

.header_content__cVJDb a{
    color: #FFF;
}

.header_content__cVJDb{
    grid-template-columns:1fr auto;
}

.innova-glance .galance-description{
    text-align: left;
    margin-top: 0;
}

.services_item-more__pkhNR{
    font-size: 6rem;
}

.footer_logo__5ncK8 {
    max-width:645px;
}

.footer_logo__5ncK8 img{
    width: 100%;
}

.footer_copyright-container__yt1ht{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    margin-top: 70px;
    border-top: 1px solid #ffffff3b;
    gap: 3px;
}

.themecolor{
    color: #f5be0b;
}

.footer_content__E2ijt {
    grid-template-columns:90.1rem 70.3rem;
}

.services_root__Ch_WM,.features_root__CCic6,.footer_wrapper__9GQwi{
    background-color:#13173F;
}

.hero_logo__FxgRj svg path {
    fill: none !important;
    stroke: #fff !important;
    stroke-width: 1px;
}

/* at Mobile */
@media only screen and (max-width: 991px) {
.footer_links__vib46 {
    flex-direction: column;
    gap: 40px;
}
.footer_logo__5ncK8{
    width: 200px;
}
.footer_content__E2ijt{
    grid-template-columns:auto;
}
.container_container__v5gtR{
    overflow-x: hidden;
}
.footer_copyright-container__yt1ht{
    display: block;
    text-align: center;
}
.burger-btn_btn__IvzqD{
    color: #FFF;
}
.burger-menu_wrapper__gKR7D {
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;

    transition:
        height 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.4s ease;
}
.burger-menu_wrapper__gKR7D.burger-menu_-opened__ {
    height: 100vh;
    opacity: 1;
    pointer-events: auto;
}
.menu-open .burger-btn_btn__IvzqD,.menu-open .burger-menu_nav-item__mCA9u{
    color: #FFF;
}
.burger-menu_nav__dAhwA{
    top: 90px;
    padding: 3rem 2.5rem;
}
.services_item-more__pkhNR{
    font-size: 2rem;
}
.burger-menu_backdrop__wfXK5{
    background-color: #13173F;
}
}

.button_color-primary__JJ7Hh{
    background-color: #13173F;
}

.rewired_list-item__R5lrq:before{
    font-size: 4.4rem !important;
    color:#f5be0b;

}

.mark-icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-preferred-size: 1rem;
      flex-basis: 1rem;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: rgb(245, 190, 11);
  -webkit-animation: green-glow 1s infinite;
     -moz-animation: green-glow 1s infinite;
          animation: green-glow 1s infinite;
          margin-right: 5px;
}

@-webkit-keyframes green-glow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 190, 11, 0.6);
            box-shadow: 0 0 0 0 rgba(245, 190, 11, 0.6);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
    transition: -webkit-box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out, -moz-box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out, -moz-box-shadow 0.4s ease-in-out;
  }
}

@-moz-keyframes green-glow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 190, 11, 0.6);
        box-shadow: 0 0 0 0 rgba(245, 190, 11, 0.6);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
  }
  100% {
    -moz-box-shadow: 0 0 0 10px transparent;
         box-shadow: 0 0 0 10px transparent;
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
    transition: -webkit-box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out, -moz-box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out, -moz-box-shadow 0.4s ease-in-out;
  }
}

@keyframes green-glow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 190, 11, 0.6);
       -moz-box-shadow: 0 0 0 0 rgba(245, 190, 11, 0.6);
            box-shadow: 0 0 0 0 rgba(245, 190, 11, 0.6);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
       -moz-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
    transition: -webkit-box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out, -moz-box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out, -moz-box-shadow 0.4s ease-in-out;
  }
}

.header_wrapper__MJ5bn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    transform: translateY(0);
    opacity: 1;

    transition:
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.4s ease,
        background-color 0.4s ease;
        padding: 5px 0;
}

/* Added after 100vh */
.header_wrapper__MJ5bn.header-sticky {
    background: #13173F !important;
}

/* Hide while scrolling down */
.header_wrapper__MJ5bn.header-sticky.header-hidden {
    transform: translateY(-100%);
    opacity: 0;
}

/* Show while scrolling up */
.header_wrapper__MJ5bn.header-sticky.header-visible {
    transform: translateY(0);
    opacity: 1;
}

@media (min-width: 768px) {

    .rewired_list-item__R5lrq {
        font-size: 4.4rem;
        line-height: 1.15;
        letter-spacing: -.03em;

        display: flex;
        align-items: center;

        gap: 5rem;
    }

    .rewired_list-item__R5lrq::before {
        content: var(--counter-value, "0");

        flex: 0 0 7rem;
        width: 7rem;

        color: #f5be0b;

        font-size: 4.4rem;
        line-height: 1.15;
        letter-spacing: -.03em;

        text-align: left;
        font-variant-numeric: tabular-nums;
    }

    .rewired_list-item__R5lrq > span {
        flex: 1;
        min-width: 0;
    }
}

.em {
    --fill: 0%;

    color: transparent !important;

    background-image: linear-gradient(
        90deg,
        #f5be0b 0%,
        #f5be0b var(--fill),
        #b3b3b3 var(--fill),
        #b3b3b3 100%
    );

    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    /* مهم جداً */
    display: inline;
}

#top{
	display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #f5be0b;
    border-radius: 50%;
    color: #FFF;
	position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
	    /* Smooth animation */
    transition: 
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.arrows-section_arrow___KXxg {
    opacity: 0;
    transform: scale(0.75);
    transform-origin: center center;
    will-change: transform, opacity;
}

.arrows-section_arrow___KXxg.is-visible {
    opacity: 1;
    transform: scale(1);
    transition:
        opacity 0.8s ease-out,
        transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Preview video */
.why-us_preview__OofJt {
    cursor: pointer;
}

.why-us_preview__OofJt video {
    display: block;
    width: 100%;
    cursor: pointer;
}


/* =========================
   VIDEO MODAL
========================= */

.video-modal {
    position: fixed;
    inset: 0;

    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.5s ease,
        visibility 0.5s ease;
}

.video-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* Dark background */

.video-modal-overlay {
    position: absolute;
    inset: 0;

    background: rgba(19, 23, 63, 0.92);

    opacity: 0;

    transition: opacity 0.6s ease;
}

.video-modal.is-open .video-modal-overlay {
    opacity: 1;
}


/* Video container */

.video-modal-content {
    position: relative;
    z-index: 2;

    width: min(90vw, 1200px);

    transform: scale(0.8);

    opacity: 0;

    transition:
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.5s ease;
}

.video-modal.is-open .video-modal-content {
    transform: scale(1);
    opacity: 1;
}


/* Video */

.video-modal-content video {
    display: block;

    width: 100%;
    height: auto;

    max-height: 85vh;

    object-fit: contain;

    background: #000;
}


/* Close button */

.video-modal-close {
    position: absolute;

    top: -55px;
    right: 0;

    width: 42px;
    height: 42px;

    border: 0;
    border-radius: 50%;

    background: #fff;
    color: #13173F;

    font-size: 28px;
    line-height: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 5;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.video-modal-close:hover {
    transform: rotate(90deg);
}


/* Mobile */

@media (max-width: 767px) {

    .video-modal-content {
        width: 92vw;
    }

    .video-modal-close {
        top: -48px;

        width: 36px;
        height: 36px;

        font-size: 24px;
    }

}


/*1.3 pages css*/

.preloader{
  position: fixed;
  top: 0;
  left: 0;
  background: #191c3c;
  z-index: 9999999999999999999;
  width: 100%;
  height: 100%;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.preloader .logo{
  width: 180px;
  clip-path: polygon(49% 0, 49% 0, 49% 100%, 49% 100%);
  transition: all 0.5s ease-in-out;
}

.preloader .logo img{
    width: 100%;
}
.allcount {
  position: absolute;
  left: 1%;
  bottom: 10px;
  font-size: 30px;
  display: flex;
  font-weight: bold;
  color: #f5be0b;
  transition: left 0.3s linear; /* Smooth transition */
}

.progress {
  width: 100%;
  height: 5px;
  background: #dddddd2a;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  border-radius: 0;
}

.progress-bar {
  width: 0;
  height: 100%;
  background: #f5be0b; /* Adjust color */
  transition: width 0.3s linear;
}

.partners-marquee {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}

.scroll-slider {
    width: 100%;
    overflow: hidden;
}

.scroll-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    gap: var(--gap, 60px);
    will-change: transform;
}

.partner-logo {
    flex: 0 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 100px;
}

.partner-logo img {
    display: block;

    width: auto;
    height: auto;

    max-width: 100%;
    max-height: 70px;

    object-fit: contain;
}

/* Submenu */
.header_nav-item__Wn05d > .sub-menu {
    position: absolute;
    top: 50px;

    display: none;

    min-width: 220px;
    margin: 0;
    padding: 12px 0;

    list-style: none;

    background: #13173F;
    color: #fff;

    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

    z-index: 1000;
}

/* Submenu items */
.header_nav-item__Wn05d > .sub-menu li {
    margin: 0;
    padding: 0;

    list-style: none;
}

/* Submenu links */
.header_nav-item__Wn05d > .sub-menu li a {
    display: block;

    padding: 12px 20px;

    color: #fff;

    line-height: 1.3;

    text-decoration: none;
    white-space: nowrap;

    transition:
        color 0.25s ease,
        background-color 0.25s ease;
}

/* Hover submenu item */
.header_nav-item__Wn05d > .sub-menu li a:hover {
    color: #f5be0b;
    background-color: rgba(255, 255, 255, 0.08);
}

.header_nav-item__Wn05d:hover > .sub-menu {
    display: block;
}

/* Business Units parent */
.burger-menu_nav-item__mCA9u.has-submenu {
    display: block !important;
    width: 100%;
}

/* Parent link */
.burger-menu_nav-item__mCA9u.has-submenu > .mobile-submenu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Submenu - directly under the parent */
.burger-menu_nav-item__mCA9u.has-submenu > .sub-menu {
    display: none;

    position: static !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 20px 0 5px 20px !important;

    transform: none !important;
    float: none !important;

    list-style: none;
    box-sizing: border-box;
}

/* Open */
.burger-menu_nav-item__mCA9u.has-submenu.is-open > .sub-menu {
    display: block !important;
}

/* Submenu items */
.burger-menu_nav-item__mCA9u.has-submenu > .sub-menu li {
    display: block !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* Submenu links */
.burger-menu_nav-item__mCA9u.has-submenu > .sub-menu li a {
    display: block !important;

    width: 100%;

    padding: 7px 0 !important;

    color: #fff;
    text-decoration: none;
}

/* Plus */
.mobile-submenu-plus {
    display: inline-flex;

    width: 24px;
    height: 24px;

    align-items: center;
    justify-content: center;

    font-size: 20px;
    line-height: 1;
    color: #fff;

    flex-shrink: 0;

    transition: transform 0.3s ease;
}

/* + becomes × */
.burger-menu_nav-item__mCA9u.has-submenu.is-open
.mobile-submenu-plus {
    transform: rotate(45deg);
}

.features_root__CCic6{
    padding-top: 0px !important;
}