.elementor-19012 .elementor-element.elementor-element-61cc96e{--display:flex;}.elementor-widget-text-editor{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 );}/* Start custom CSS for text-editor, class: .elementor-element-fa7d5dd */body {
            font-family: 'Cairo', sans-serif;
            background: #f8f8f8;
        }
        .hero-section {
            background: #f8f8f8;
            height: 70vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #AE152D;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        }
        .card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
            border: 1px solid #f8f8f8;
        }
        .card:hover {
            transform: translateY(-12px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
            border-color: #AE152D;
        }
        .card-icon {
            font-size: 3rem;
            color: #AE152D;
            position: absolute;
            top: 20px;
            left: 20px;
            opacity: 0.2;
        }
        .section-title {
            border-bottom: 4px solid #AE152D;
            display: inline-block;
            padding-bottom: 10px;
            font-size: 2.5rem;
            color: #AE152D;
        }
        .nav-item:hover {
            color: #AE152D;
            transform: scale(1.1);
            transition: all 0.3s ease;
        }
        .card-content {
            background: white;
            border: 1px solid #f8f8f8;
        }
        .footer {
            background: #AE152D;
        }
        a.text-blue-600 {
            color: #AE152D;
        }
        a.text-blue-600:hover {
            color: #f8f8f8;
            background: #AE152D;
            padding: 2px 8px;
            border-radius: 4px;
            transition: all 0.3s ease;
        }/* End custom CSS */