.elementor-2920 .elementor-element.elementor-element-67f338c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-2920 .elementor-element.elementor-element-3a80ecb{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--border-radius:25px 25px 25px 25px;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}.elementor-2920 .elementor-element.elementor-element-3a80ecb.e-con:hover{--e-con-transform-scale:1.05;}.elementor-2920 .elementor-element.elementor-element-aaacabe{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:hidden;--border-radius:25px 25px 25px 25px;--padding-top:9%;--padding-bottom:9%;--padding-left:9%;--padding-right:9%;}.elementor-2920 .elementor-element.elementor-element-aaacabe:not(.elementor-motion-effects-element-type-background), .elementor-2920 .elementor-element.elementor-element-aaacabe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-2920 .elementor-element.elementor-element-384a545{--display:flex;--min-height:200px;}.elementor-2920 .elementor-element.elementor-element-14cd479 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-2920 .elementor-element.elementor-element-14cd479 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-2920 .elementor-element.elementor-element-14cd479 .jet-listing-dynamic-image__caption{text-align:left;}.elementor-2920 .elementor-element.elementor-element-156fa00{width:100%;max-width:100%;}.elementor-2920 .elementor-element.elementor-element-156fa00 .elementor-heading-title{font-family:"Cairo", Sans-serif;font-size:2.2em;font-weight:500;color:var( --e-global-color-text );}.elementor-2920 .elementor-element.elementor-element-3594c1b{width:100%;max-width:100%;text-align:left;font-family:"Cairo", Sans-serif;font-size:1.1em;font-weight:400;letter-spacing:0.4px;color:var( --e-global-color-text );}.elementor-2920 .elementor-element.elementor-element-a5e4366{--display:flex;}.elementor-2920 .elementor-element.elementor-element-4eccea6 .elementor-button{background-color:#02010100;font-family:"Coder", Sans-serif;font-size:0.6em;font-weight:500;text-transform:uppercase;font-style:italic;letter-spacing:0.9px;fill:var( --e-global-color-f74a39a );color:var( --e-global-color-f74a39a );padding:00px 0px 010px 0px;}.elementor-2920 .elementor-element.elementor-element-4eccea6.elementor-element{--align-self:flex-start;}@media(max-width:767px){.elementor-2920 .elementor-element.elementor-element-384a545{--width:68%;}.elementor-2920 .elementor-element.elementor-element-156fa00{text-align:center;}.elementor-2920 .elementor-element.elementor-element-3594c1b{width:var( --container-widget-width, 97% );max-width:97%;--container-widget-width:97%;--container-widget-flex-grow:0;text-align:center;}.elementor-2920 .elementor-element.elementor-element-a5e4366{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2920 .elementor-element.elementor-element-4eccea6.elementor-element{--align-self:center;}}@media(min-width:768px){.elementor-2920 .elementor-element.elementor-element-384a545{--width:200px;}}/* Start custom CSS for heading, class: .elementor-element-156fa00 */.elementor-2920 .elementor-element.elementor-element-156fa00 .vp{
    font-family: 'cairo';
 /* 1. Set the background to your desired gradient. */
            background-image: linear-gradient(279deg, 
                rgba(168, 169, 173, 1) 0%, 
                rgba(179, 180, 183, 1) 30%, 
                rgba(192, 191, 194, 1) 50%, 
                rgba(45, 190, 193, 1) 61%, /* The teal/green color */
                rgba(202, 203, 204, 1) 72%, 
                rgba(214, 214, 215, 1) 95%);

            /* 2. Clip the background to the text. */
            -webkit-background-clip: text;
            background-clip: text;

            /* 3. Make the text color transparent. */
            color: transparent;

            /* 4. Set the background size to be larger than the element. */
            /* This is crucial for the animation to be visible. */
            background-size: 200% auto;

            /* 5. Add the animation property. */
            /* 'gradient-animation' is the name of our @keyframes rule. */
            /* '3s' is the duration, 'ease-in-out' is the timing, 'infinite' makes it loop. */
            animation: gradient-animation 20s ease-in-out infinite;
        }

        /* * 6. Define the animation keyframes.
         * This animation moves the background position from left to right and back,
         * creating the illusion of a moving gradient.
        */
        @keyframes gradient-animation {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }

        /* Responsive font size for smaller screens */
        @media (max-width: 768px) {
            .gradient-text {
                font-size: 3rem;
            }
        }
        
        
.Buttenbox{
  /* Let's give it a defined size suitable for an icon */
  padding: 20px; 
  font-size: 30px; /* Controls the size of the icon */
  border: none;
  border-radius: 5px;
  color: white;
  background-color: transparent !important;
  position: relative;
  cursor: pointer;
  display: inline-flex; /* To center the icon properly */
  justify-content: center;
  align-items: center;
}

/* The ::after pseudo-element creates the glitch overlay */
.Buttenbox::after {
  /* These are the different 'slice' shapes for the glitch effect */
  --move1: inset(50% 50% 50% 50%);
  --move2: inset(31% 0 40% 0);
  --move3: inset(39% 0 15% 0);
  --move4: inset(45% 0 40% 0);
  --move5: inset(45% 0 6% 0);
  --move6: inset(14% 0 61% 0);

  clip-path: var(--move1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* --- أهم تعديل هنا --- */
  /* 1. نحدد محتوى النسخة المكررة ليكون نفس الأيقونة */
  content: '\e91d'; /* هذا هو كود أيقونة rtmicon-arrow-up-right */
  
  /* 2. نحدد عائلة الخط لتكون نفس خط الأيقونات */
  font-family: 'rtmicon'; 
  font-weight: normal; /* ضروري لبعض خطوط الأيقونات */
}


/* --- Hover Effects --- */

/* This triggers the animation on the glitch overlay */
.Buttenbox:hover::after {
  animation: glitch_4011 1s;
  animation-timing-function: steps(2, end);
  text-shadow: -3px -3px 0px #1df2f0, 3px 3px 0px #E94BE8;
  background-color: transparent;
  border: 3px solid rgb(0, 255, 213);
  border-radius: 5px; /* Added to match parent's radius */
}

/* This adds a shadow to the original icon on hover */
.Buttenbox:hover .rtmicon {
  text-shadow: -1px -1px 0px #1df2f0, 1px 1px 0px #E94BE8;
}

/* This adds a border and glow to the main button on hover */
.Buttenbox:hover {
  background-color: transparent;
  border: 1px solid rgb(0, 255, 213);
  box-shadow: 0px 10px 10px -10px rgb(0, 255, 213);
}


/* --- Keyframes (No changes needed here) --- */

@keyframes glitch_4011 {
  0% {
    clip-path: var(--move1);
    transform: translate(0px, -10px);
  }
  10% {
    clip-path: var(--move2);
    transform: translate(-10px, 10px);
  }
  20% {
    clip-path: var(--move3);
    transform: translate(10px, 0px);
  }
  30% {
    clip-path: var(--move4);
    transform: translate(-10px, 10px);
  }
  40% {
    clip-path: var(--move5);
    transform: translate(10px, -10px);
  }
  50% {
    clip-path: var(--move6);
    transform: translate(-10px, 10px);
  }
  60% {
    clip-path: var(--move1);
    transform: translate(10px, -10px);
  }
  70% {
    clip-path: var(--move3);
    transform: translate(-10px, 10px);
  }
  80% {
    clip-path: var(--move2);
    transform: translate(10px, -10px);
  }
  90% {
    clip-path: var(--move4);
    transform: translate(-10px, 10px);
  }
  100% {
    clip-path: var(--move1);
    transform: translate(0);
  }
}
.rtmicon.rtmicon-arrow-up-right:before {
    content: "\e916";
    color: white;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3594c1b */.vp{
    font-family: 'coder';
 /* 1. Set the background to your desired gradient. */
            background-image: linear-gradient(279deg, 
                rgba(168, 169, 173, 1) 0%, 
                rgba(179, 180, 183, 1) 30%, 
                rgba(192, 191, 194, 1) 50%, 
                rgba(45, 190, 193, 1) 61%, /* The teal/green color */
                rgba(202, 203, 204, 1) 72%, 
                rgba(214, 214, 215, 1) 95%);

            /* 2. Clip the background to the text. */
            -webkit-background-clip: text;
            background-clip: text;

            /* 3. Make the text color transparent. */
            color: transparent;

            /* 4. Set the background size to be larger than the element. */
            /* This is crucial for the animation to be visible. */
            background-size: 200% auto;

            /* 5. Add the animation property. */
            /* 'gradient-animation' is the name of our @keyframes rule. */
            /* '3s' is the duration, 'ease-in-out' is the timing, 'infinite' makes it loop. */
            animation: gradient-animation 3s ease-in-out infinite;
        }

        /* * 6. Define the animation keyframes.
         * This animation moves the background position from left to right and back,
         * creating the illusion of a moving gradient.
        */
        @keyframes gradient-animation {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }

        /* Responsive font size for smaller screens */
        @media (max-width: 768px) {
            .gradient-text {
                font-size: 3rem;
            }
        }/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-4eccea6 */.defbut {
width:fit-content;
  border-radius: 0.6em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 0px


}

.defbut:hover {
padding: 0.3em 1em 0.1em;

  box-shadow: inset 0 0 10px rgba(45, 190, 193, 0.6), 0 0 9px 3px rgba(45, 190, 193, 0.3);
}

.defbut:before {
  content: "";
  position: absolute;
  left: -4em;
  width: 4em;
  height: 100%;
  top: 0;
  transition: transform .4s ease-in-out;
  background: linear-gradient(
  to right,
  transparent 1%,
  rgba(45, 190, 193, 0.8) 30%,
  rgba(45, 190, 193, 0.6) 60%,
  rgba(45, 190, 193, 0.3) 85%,
  transparent 100%
)
}

.defbut:hover:before {
  transform: translateX(15em);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a5e4366 *//*.elementor-2920 .elementor-element.elementor-element-a5e4366{*/

/*    background: radial-gradient(*/
/*        circle at center,*/
/*        rgba(2, 47, 50, 0.8),*/
/*        rgba(2, 47, 50, 0) 60%);*/
/*}*/

.elementor-2920 .elementor-element.elementor-element-a5e4366:before{
     content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        width: 150%;
    height: 150%; 
    background: radial-gradient(
        circle at center,
        rgba(2, 47, 50, 0.9) 0%, rgba(2, 47, 50, 0) 70%
    );
    filter: blur(50px);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3a80ecb */.elementor-2920 .elementor-element.elementor-element-3a80ecb{
    background: linear-gradient(-63deg,rgba(45,190,193, 0.8) 0%,
    rgba(45,190,193, 0.5) 30%,
    rgba(45,190,193,0.3) 40%,
    rgba(45,190,193,0.0) 50%,
    rgba(45,190,193,0.3) 60%,
    rgba(45,190,193, 0.5) 70%,
    rgba(45,190,193,0.8) 100%);
}

a{
    text-decoration: none !important
}/* End custom CSS */