.elementor-kit-4141{--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-4141 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}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 *//* تأثير الطفو عند مرور الماوس على الكروت */
.elementor-kit-4141 .elementor-widget-image {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    cursor: pointer;
}

.elementor-kit-4141 .elementor-widget-image:hover {
    transform: translateY(-10px) scale(1.02) !important; /* الكارت يرتفع للأعلى */
    box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important; /* ظل ناعم وعميق */
    filter: brightness(1.1); /* إضاءة خفيفة للصورة */
}

/* تنسيق العناوين فوق الصور (لو كنت مستخدم Text Path أو Overlay) */
.elementor-kit-4141 .elementor-image-box-title {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px) !important; /* تأثير الزجاج الضبابي */
    padding: 10px 20px !important;
    border-radius: 15px !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
}

/* حركة نبض للأيقونات الصفراء (القلوب) في الزاوية */
@keyframes heart-beat {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.elementor-kit-4141 .elementor-image::after { /* بافتراض أن القلوب مضافة كـ Overlay */
    animation: heart-beat 2s infinite ease-in-out;
}

.tutor-registration-page-title {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 900 !important;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px !important;
}/* End custom CSS */