header.entry-header.ast-header-without-markup {
    display: none;
}
.floating-img {
  animation: floatY 3s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.img1, .img2, .img3, .img4 {
  position: absolute;
  animation: floatMove 6s ease-in-out infinite;
}
.conall{
	position: relative;
}

/* كل واحدة بحركة مختلفة */
.img1 {
  top: 0;
  left: 0;
  animation-delay: 0s;
}

.img2 {
  top: 0;
  right: 0;
  animation-delay: 1s;
}

.img3 {
  bottom: 0;
  left: 0;
  animation-delay: 2s;
}

.img4 {
  bottom: 0;
  right: 0;
  animation-delay: 3s;
}

/* الحركة */
@keyframes floatMove {
  0% { transform: translate(0, 0); }
  50% { transform: translate(10px, -15px); }
  100% { transform: translate(0, 0); }
}
/* chaing card serves */.all_contenar {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
/* chaing hover color card server */

.all_contenar {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* الطبقة */
.all_contenar::before {
  content: "";
  position: absolute;
  inset: 0; /* بدل top/left/width/height */
  background-color: #D41012;

  transform: scaleY(0); /* مخفي */
  transform-origin: bottom; /* يبدأ من تحت */

  transition: transform 0.7s ease; /* أبطأ */
  z-index: 0;
}

/* عند الهوفر */
.all_contenar:hover::before {
  transform: scaleY(1); /* يتملي */
}

/* المحتوى فوق */
.all_contenar > * {
  position: relative;
  z-index: 1;
}

/* النص */
.all_contenar:hover .elementor-widget-heading .elementor-heading-title {
  color: #fff !important;
}
.all_contenar:hover .elementor-widget-premium-addon-button a,
.all_contenar:hover .elementor-widget-premium-addon-button .premium-button,
.all_contenar:hover .elementor-widget-premium-addon-button span {
  color: #ff0000 !important;
}
/* عند الهوفر على الكارد */
.all_contenar:hover .elementor-widget-premium-addon-button a {
  background-color: #fff !important;
  color: #F17732 !important;
}


/* style review*/

.elementor-1488 .elementor-element.elementor-element-5112511 .elementskit-testimonial-slider .swiper-pagination {
    bottom: 20px;
}

/* style dote in video sction*/
.elementor-1488 .elementor-element.elementor-element-182cc1c .premium-carousel-wrapper .slick-arrow {
    font-size: 30px;
    margin: 10px -20px;
    color: #f17732;
}





/* الفيديو */
.ekit-video-frame iframe {
    border-radius: 30px;
      height: 202.5px !important;   
  
}
.e-con.e-grid>.e-con-inner{
width:360px
}

/* صورة الـ overlay */
.ekit-inline-video-overlay-image img {
    border-radius: 30px;
      height: 202.5px !important;   
}
.premium-carousel-template.item-wrapper {
    padding: 10px;

}