.elementor-kit-6{--e-global-color-primary:#212529;--e-global-color-secondary:#6610F2;--e-global-color-text:#0D6EFD;--e-global-color-accent:#FFFFFF;--e-global-color-094ac4b:#6F42C1;--e-global-color-3993dd5:#D63384;--e-global-color-dd179bd:#EA512E;--e-global-color-8bfd0ad:#F5890D;--e-global-color-b0cfabc:#FFC107;--e-global-color-f40ccf9:#198754;--e-global-color-3b26fef:#20C997;--e-global-color-f32cbc7:#0DCAF0;--e-global-color-aadd8cc:#FBC9D5;--e-global-color-2de836e:#E2E3E5;--e-global-color-cacd509:#D1E7DD;--e-global-color-a811889:#CFF4FC;--e-global-color-43e7fc4:#FFF3CD;--e-global-color-6fea7b0:#F8D7DA;--e-global-color-468d24d:#FEE9CA;--e-global-color-8bbae02:#FDF6ED;--e-global-color-369d216:#FFFAF4;--e-global-typography-primary-font-family:"Noto Kufi Arabic";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Kufi Arabic";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Kufi Arabic";--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Droid Arabic Naskh";--e-global-typography-accent-font-weight:500;color:#212529;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-8bfd0ad );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Circle animated */

.animated-img {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.animated-img .elementor-widget-image img {
  display: block;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  z-index: 3;
}

.animated-img::before {
  content: "";
  position: absolute;
  inset: -5px; 
  border-radius: 50%;
  background: #f7931e;
  z-index: 1;
  animation: border-transform-default 20s linear infinite alternate both; 
}

.animated-img::after {
  content: "";
  position: absolute;
  inset: -5px; 
  border-radius: 50%;
  background: #e94e1b;
  z-index: 0;
  animation: border-transform-default 60s linear infinite alternate both; 
}


@keyframes border-transform-default {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
@media (max-width: 767px) {
  .animated-img .elementor-widget-image img {
    padding: 5px; 
  }

  .animated-img::before {
    inset: 0px; 
    animation-duration: 25s;
  }

  .animated-img::after {
    inset: 0px;
    animation-duration: 70s;
  }
}

/* Google Drive View */

.g-embed-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  padding: 12px;
}
.g-embed-card iframe {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}
@media (max-width: 767px){
  .g-embed-card iframe { height: 250px; }
}
@media (min-width: 1200px){
  .g-embed-card iframe { height: 350px; }
}



/*print version*/
@media print {
  header, footer, .elementor-location-header, .elementor-location-footer {
    display: none !important;
  }


  .site-header, .site-footer, .elementor-widget-nav-menu {
    display: none !important;
  }

  .elementor-section, .content-area {
    width: 100%;
  }


  body {
    background: #fff !important;
    color: #000 !important;
  }
}

/*mobile menu*/

@media (max-width: 1024px) {

    .elementor-nav-menu__align-end .elementor-nav-menu {
        margin-top: 40px;
    }

    .elementor-menu-toggle .e-font-icon-svg {
        fill: #33373d;
        height: 0.6em;
        width: 0.6em;
    }
}/* End custom CSS */