.elementor-kit-487{--e-global-color-primary:#1E293B;--e-global-color-secondary:#B59461;--e-global-color-text:#FFFFFF;--e-global-color-accent:#334155;--e-global-typography-primary-font-family:"Cairo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cairo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cairo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cairo";--e-global-typography-accent-font-weight:500;}.elementor-kit-487 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){margin-block-end: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 *//* تأثير انسيابي ومظهر بطاقة مميز للكونتينر الأساسي */
.appeal-card {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease !important;
}

/* 1. تأثير الارتفاع (Grow) والظل الخفيف للحاوية عند الهوفر */
.appeal-card:hover {
    transform: translateY(-6px) scale(1.02) !important;
}

/* تهيئة عناصر الأيقونة للتغيير الانسيابي */
.appeal-card .elementor-icon,
.appeal-card .elementor-icon svg,
.appeal-card .elementor-icon i {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* للتأكد من أن الأيقونة الداخلية تقبل التأثير البرمجي للتكبير */
.appeal-card .elementor-icon svg,
.appeal-card .elementor-icon i {
    display: inline-block !important;
}

/* 2. الأيقونة الكلية مع البادينغ تميل فقط (تم ضبط الزاوية بـ -10 درجات لعكس الحركة الفنية) */
.appeal-card:hover .elementor-icon {
    transform: rotate(10deg) !important;
}

/* 3. الأيقونة الداخلية (الـ SVG أو الـ Font Icon) فقط بدون التأثير على البادينغ */
.appeal-card:hover .elementor-icon svg,
.appeal-card:hover .elementor-icon i {
    transform: scale(1.22) !important; /* تكبير الأيقونة بمقدار 22% داخل البادينغ */
}/* End custom CSS */