.elementor-kit-520{--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;}.elementor-kit-520 e-page-transition{background-color:#FFBC7D;}.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;}{}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 */```css
/* صندوق الفورم */

.elementor-kit-520{
direction:rtl;
background:#ffffff;
padding:28px;
border-radius:18px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
max-width:420px;
margin:auto;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial;
}

/* العناوين */

.elementor-kit-520 label{
font-size:14px;
font-weight:600;
color:#202223;
margin-bottom:6px;
display:block;
}

/* الحقول */

.elementor-kit-520 input,
.elementor-kit-520 textarea{

width:100%;
padding:15px 16px;
border-radius:12px;
border:1px solid #d9d9d9;
background:#ffffff;
font-size:16px;
transition:all .25s ease;
margin-bottom:16px;
box-sizing:border-box;

}

/* تأثير التركيز */

.elementor-kit-520 input:focus,
.elementor-kit-520 textarea:focus{

border-color:#5c6ac4;
outline:none;
box-shadow:0 0 0 3px rgba(92,106,196,0.15);

}

/* زر الطلب */

.elementor-kit-520 button{

width:100%;
padding:17px;
background:#5c6ac4;
color:white;
border:none;
border-radius:14px;
font-size:18px;
font-weight:700;
cursor:pointer;
transition:all .25s ease;

}

/* تأثير hover */

.elementor-kit-520 button:hover{

background:#4959bd;
transform:translateY(-1px);
box-shadow:0 10px 20px rgba(0,0,0,0.15);

}

/* تأثير الضغط */

.elementor-kit-520 button:active{

transform:scale(.98);

}

/* placeholder */

.elementor-kit-520 input::placeholder,
.elementor-kit-520 textarea::placeholder{

color:#9ca3af;

}

/* مناسب للهاتف */

@media(max-width:480px){

.elementor-kit-520{
padding:20px;
border-radius:14px;
}

.elementor-kit-520 input,
.elementor-kit-520 textarea{
font-size:15px;
padding:14px;
}

.elementor-kit-520 button{
font-size:17px;
padding:16px;
}

}
```/* End custom CSS */