.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-157220 .elementor-element.elementor-element-6480fde:not(.elementor-motion-effects-element-type-background), .elementor-157220 .elementor-element.elementor-element-6480fde > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-157220 .elementor-element.elementor-element-6480fde{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-157220 .elementor-element.elementor-element-6480fde > .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-157220 .elementor-element.elementor-element-8dca3a7:not(.elementor-motion-effects-element-type-background), .elementor-157220 .elementor-element.elementor-element-8dca3a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-157220 .elementor-element.elementor-element-8dca3a7{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-157220 .elementor-element.elementor-element-8dca3a7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-container .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-container .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-157220 .elementor-element.elementor-element-5d55fcd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}@media(max-width:1200px){.elementor-157220 .elementor-element.elementor-element-6480fde{margin-top:0px;margin-bottom:50px;}.elementor-157220 .elementor-element.elementor-element-8dca3a7{margin-top:0px;margin-bottom:50px;}}@media(max-width:767px){.elementor-157220 .elementor-element.elementor-element-6480fde{margin-top:0px;margin-bottom:20px;}.elementor-157220 .elementor-element.elementor-element-4e8de7b > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-157220 .elementor-element.elementor-element-8dca3a7{margin-top:0px;margin-bottom:20px;}.elementor-157220 .elementor-element.elementor-element-ce6ead6 > .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-936e577 */.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-b66f15e */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }

        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .ush-header-widget {
            width: 100%;
            margin: 0 auto;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 40px;
        }

        .ush-header {
            position: relative;
            background: linear-gradient(135deg, #00adca 0%, #4c6176 100%);
            padding: 60px 40px;
            text-align: center;
            color: white;
            overflow: hidden;
            min-height: 300px;
            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: 2.8em;
            margin-bottom: 15px;
            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.2em;
            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::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); }
        }

        /* Content Sections */
        .content-section {
            background: white;
            margin: 30px 0;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .content-section:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }

        .section-header {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
        }

        .section-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        .vision-icon {
            background: linear-gradient(135deg, #00adca 0%, #4facfe 100%);
        }

        .mission-icon {
            background: linear-gradient(135deg, #4c6176 0%, #00adca 100%);
        }

        .values-icon {
            background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
        }

        .section-title {
            font-size: 2.2em;
            color: #00adca;
            font-weight: 700;
            position: relative;
            padding-bottom: 15px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #00adca, #4facfe);
            border-radius: 2px;
        }

        .section-content {
            font-size: 1.2em;
            line-height: 1.8;
            color: #555;
            text-align: justify;
        }

        /* Values Grid */
        .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }

        .value-card {
            background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
            padding: 30px;
            border-radius: 20px;
            border: 2px solid #e9ecef;
            transition: all 0.3s ease;
            position: relative;
        }

        .value-card:hover {
            border-color: #00adca;
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,173,202,0.2);
        }

        .value-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .value-letter {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 20px;
            font-size: 1.8em;
            font-weight: bold;
            color: white;
            position: relative;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        .value-letter-1 { background: linear-gradient(135deg, #00adca 0%, #4facfe 100%); }
        .value-letter-2 { background: linear-gradient(135deg, #4c6176 0%, #00adca 100%); }
        .value-letter-3 { background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%); }
        .value-letter-4 { background: linear-gradient(135deg, #00adca 0%, #00f2fe 100%); }
        .value-letter-5 { background: linear-gradient(135deg, #4facfe 0%, #4c6176 100%); }
        .value-letter-6 { background: linear-gradient(135deg, #00f2fe 0%, #00adca 100%); }
        .value-letter-7 { background: linear-gradient(135deg, #4c6176 0%, #4facfe 100%); }

        .value-title {
            font-size: 1.5em;
            color: #00adca;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .value-description {
            font-size: 1.1em;
            line-height: 1.7;
            color: #555;
        }

        /* Footer Section */
        .footer-section {
            margin: 50px 0;
            text-align: center;
        }

        .footer-content {
            background: linear-gradient(135deg, #00adca 0%, #4c6176 100%);
            border-radius: 20px;
            padding: 50px;
            color: white;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            position: relative;
            overflow: hidden;
        }

        .footer-content::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),
                        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 50%);
        }

        .footer-title {
            font-size: 2em;
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
        }

        .footer-text {
            font-size: 1.2em;
            line-height: 1.8;
            opacity: 0.95;
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .ush-header {
                padding: 40px 20px;
                min-height: 250px;
            }
            
            .ush-university-title {
                font-size: 2em;
            }
            
            .ush-university-subtitle {
                font-size: 1em;
            }
            
            .content-section {
                padding: 25px;
                margin: 20px 0;
            }
            
            .section-title {
                font-size: 1.8em;
            }
            
            .values-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .section-header {
                flex-direction: column;
                text-align: center;
            }
            
            .section-icon {
                margin-left: 0;
                margin-bottom: 15px;
            }
        }

        @media (max-width: 480px) {
            .ush-header {
                padding: 30px 15px;
                min-height: 200px;
            }
            
            .ush-university-title {
                font-size: 1.5em;
            }
            
            .content-section {
                padding: 20px;
                margin: 15px 0;
            }
            
            .section-title {
                font-size: 1.5em;
            }
            
            .value-card {
                padding: 20px;
            }
            
            .footer-content {
                padding: 30px 20px;
            }
        }/* End custom CSS */