.elementor-kit-1244{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-astglobalcolor4 );}.elementor-kit-1244 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Top Bar Rotating Text (Smooth & No Overlap) ===== */

.top-bar-center {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #1f7a3f; /* عدّل اللون لو حابب */
}

.top-bar-center span {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0;
  animation: fadeRotate 12s infinite; /* أبطأ شوية */
  text-align: center;
}

/* ترتيب الجُمل */
.top-bar-center span:nth-child(1) {
  animation-delay: 0s;
}

.top-bar-center span:nth-child(2) {
  animation-delay: 4s;
}

.top-bar-center span:nth-child(3) {
  animation-delay: 8s;
}

/* حركة ناعمة بدون تداخل */
@keyframes fadeRotate {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}

/* تحسين للموبايل */
@media (max-width: 767px) {
  .top-bar-center {
    height: 38px;
  }
  .top-bar-center span {
    font-size: 14px;
  }
}/* End custom CSS */