.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-156975 .elementor-element.elementor-element-ceaaa08:not(.elementor-motion-effects-element-type-background), .elementor-156975 .elementor-element.elementor-element-ceaaa08 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-156975 .elementor-element.elementor-element-ceaaa08{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;overflow:visible;}.elementor-156975 .elementor-element.elementor-element-ceaaa08 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-156975 .elementor-element.elementor-element-91f4bdc:not(.elementor-motion-effects-element-type-background), .elementor-156975 .elementor-element.elementor-element-91f4bdc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-156975 .elementor-element.elementor-element-91f4bdc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;overflow:visible;}.elementor-156975 .elementor-element.elementor-element-91f4bdc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1200px){.elementor-156975 .elementor-element.elementor-element-ceaaa08{margin-top:0px;margin-bottom:50px;}.elementor-156975 .elementor-element.elementor-element-91f4bdc{margin-top:0px;margin-bottom:50px;}}@media(max-width:767px){.elementor-156975 .elementor-element.elementor-element-ceaaa08{margin-top:0px;margin-bottom:20px;}.elementor-156975 .elementor-element.elementor-element-821e4ef > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-156975 .elementor-element.elementor-element-91f4bdc{margin-top:0px;margin-bottom:20px;}.elementor-156975 .elementor-element.elementor-element-7c6b5db > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-fdfd296 */.container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .ush-header-widget {
            width: 100%;
            margin: 0 auto;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border-radius: 20px;
            overflow: hidden;
        }

    .ush-header {
    position: relative;
    background: linear-gradient(135deg, #00adca 0%, #4c6176 100%);
    padding: 80px 40px;
    text-align: center;
    color: white;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

        .ush-bg-animation {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
        }

        .ush-bg-circle {
            position: absolute;
            border-radius: 50%;
            background: rgba(255,255,255,0.1);
            animation: float 6s ease-in-out infinite;
        }

        .ush-bg-circle-1 {
            width: 120px;
            height: 120px;
            top: 15%;
            left: 15%;
            animation-delay: 0s;
        }

        .ush-bg-circle-2 {
            width: 180px;
            height: 180px;
            top: 50%;
            right: 15%;
            animation-delay: 2s;
        }

        .ush-bg-circle-3 {
            width: 100px;
            height: 100px;
            bottom: 25%;
            left: 45%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% { 
                transform: translateY(0px) rotate(0deg);
                opacity: 0.6;
            }
            50% { 
                transform: translateY(-25px) rotate(180deg);
                opacity: 0.8;
            }
        }

        .ush-header-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .ush-university-title {
            font-size: 3.5em;
            margin-bottom: 20px;
            font-weight: 700;
            text-shadow: 0 4px 8px rgba(0,0,0,0.3);
            letter-spacing: 1px;
            line-height: 1.2;
            animation: slideInUp 1s ease-out;
        }

        .ush-university-subtitle {
            font-size: 1.4em;
            opacity: 0.95;
            line-height: 1.6;
            max-width: 600px;
            margin: 0 auto;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
            animation: slideInUp 1s ease-out 0.3s both;
        }

        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .ush-bottom-border {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #4facfe 0%, #00f2fe 50%, #4facfe 100%);
            animation: shimmer 2s linear infinite;
        }

        @keyframes shimmer {
            0% { background-position: -200% 0; }
            100% { background-position: 200% 0; }
        }

        /* تأثيرات تفاعلية */
        .ush-header:hover .ush-bg-circle {
            animation-duration: 4s;
        }

        .ush-header:hover .ush-university-title {
            transform: scale(1.02);
            transition: transform 0.3s ease;
        }

        .ush-header:hover .ush-university-subtitle {
            opacity: 1;
            transition: opacity 0.3s ease;
        }

        /* استجابة للشاشات الصغيرة */
        @media (max-width: 768px) {
            .ush-header {
                padding: 60px 20px;
                min-height: 350px;
            }
            
            .ush-university-title {
                font-size: 2.5em;
            }
            
            .ush-university-subtitle {
                font-size: 1.1em;
            }
            
            .ush-bg-circle-1 {
                width: 80px;
                height: 80px;
            }
            
            .ush-bg-circle-2 {
                width: 120px;
                height: 120px;
            }
            
            .ush-bg-circle-3 {
                width: 60px;
                height: 60px;
            }
        }

        @media (max-width: 480px) {
            .ush-header {
                padding: 40px 15px;
                min-height: 300px;
            }
            
            .ush-university-title {
                font-size: 2em;
                margin-bottom: 15px;
            }
            
            .ush-university-subtitle {
                font-size: 1em;
            }
        }

        /* تأثيرات إضافية للجمالية */
        .ush-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.1) 0%, transparent 50%),
                        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.08) 0%, transparent 50%);
            z-index: 1;
        }

        /* تأثير الضوء المتحرك */
        .ush-header::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 50%, transparent 60%);
            animation: lightSweep 8s linear infinite;
            z-index: 1;
        }

        @keyframes lightSweep {
            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
            100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
        }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-961a0d8 */@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/* متغيرات الألوان الرسمية للجامعة */
:root {
    --university-primary: #00B4D8;      /* الأزرق الفاتح الرئيسي */
    --university-secondary: #0077B6;     /* الأزرق المتوسط */
    --university-dark: #03045E;          /* الأزرق الداكن */
    --university-light: #90E0EF;         /* الأزرق الفاتح جداً */
    --university-accent: #00F5FF;        /* الأزرق المضيء */
    --university-gray: #4A5568;          /* الرمادي المزرق */
    --university-text: #2D3748;          /* لون النص الداكن */
    --university-text-light: #718096;    /* لون النص الفاتح */
}

.utm-widget-container {
    font-family: 'Almarai', Arial, sans-serif;
    direction: rtl;
    text-align: right;
    background: linear-gradient(135deg, var(--university-primary) 0%, var(--university-secondary) 50%, var(--university-dark) 100%);
    padding: 50px 20px;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.utm-widget-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(0,245,255,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.utm-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.utm-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    background: linear-gradient(45deg, #ffffff, var(--university-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.utm-subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.95);
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.utm-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    position: relative;
    z-index: 2;
}

.utm-card {
    background: rgba(255,255,255,0.98);
    border-radius: 18px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.5);
}

.utm-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4px;
    transition: height 0.3s ease;
}

.utm-card-1::before {
    background: linear-gradient(90deg, var(--university-primary), var(--university-secondary));
}

.utm-card-2::before {
    background: linear-gradient(90deg, var(--university-secondary), var(--university-dark));
}

.utm-card-3::before {
    background: linear-gradient(90deg, var(--university-accent), var(--university-primary));
}

.utm-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,180,216,0.2);
}

.utm-card:hover::before {
    height: 8px;
}

.utm-number {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--university-primary);
    box-shadow: 0 5px 15px rgba(0,180,216,0.3);
    transition: transform 0.3s ease;
    border: 2px solid var(--university-light);
}

.utm-card:hover .utm-number {
    transform: scale(1.1) rotate(8deg);
    color: var(--university-secondary);
}

.utm-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.utm-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.utm-icon-1 {
    background: linear-gradient(135deg, var(--university-primary), var(--university-secondary));
}

.utm-icon-2 {
    background: linear-gradient(135deg, var(--university-secondary), var(--university-dark));
}

.utm-icon-3 {
    background: linear-gradient(135deg, var(--university-accent), var(--university-primary));
}

.utm-icon svg {
    color: white;
    transition: transform 0.3s ease;
}

.utm-card:hover .utm-icon {
    transform: scale(1.05);
}

.utm-card:hover .utm-icon svg {
    transform: rotate(5deg);
}

.utm-year {
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
}

.utm-year-1 {
    background: linear-gradient(135deg, var(--university-primary), var(--university-secondary));
}

.utm-year-2 {
    background: linear-gradient(135deg, var(--university-secondary), var(--university-dark));
}

.utm-year-3 {
    background: linear-gradient(135deg, var(--university-accent), var(--university-primary));
}

.utm-year::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s ease;
}

.utm-card:hover .utm-year::before {
    left: 100%;
}

.utm-card-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--university-text);
    margin: 0 0 12px 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.utm-card:hover .utm-card-title {
    color: var(--university-primary);
    background: linear-gradient(45deg, var(--university-primary), var(--university-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.utm-card-text {
    font-size: 0.95rem;
    color: var(--university-text-light);
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}

/* تأثيرات إضافية للجامعة */
.utm-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, var(--university-light) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    opacity: 0;
}

.utm-card:hover::after {
    width: 100%;
    height: 100%;
    opacity: 0.05;
}

/* التصميم المتجاوب */
@media (max-width: 768px) {
    .utm-widget-container {
        padding: 35px 15px;
        margin: 0;
    }
    
    .utm-title {
        font-size: 2rem;
    }

    .utm-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .utm-card {
        padding: 25px;
    }

    .utm-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .utm-card-title {
        font-size: 1.2rem;
    }

    .utm-number {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .utm-widget-container {
        padding: 25px 10px;
        margin: 0;
    }

    .utm-title {
        font-size: 1.6rem;
    }

    .utm-subtitle {
        font-size: 1rem;
    }

    .utm-card {
        padding: 20px;
    }

    .utm-card-title {
        font-size: 1.1rem;
    }

    .utm-card-text {
        font-size: 0.9rem;
    }

    .utm-icon {
        width: 40px;
        height: 40px;
    }
}

/* تأثيرات خاصة بالجامعة */
@keyframes university-glow {
    0%, 100% {
        box-shadow: 0 0 5px var(--university-light);
    }
    50% {
        box-shadow: 0 0 20px var(--university-light), 0 0 30px var(--university-primary);
    }
}

.utm-card:hover .utm-number {
    animation: university-glow 2s ease-in-out infinite;
}/* End custom CSS */