.elementor-1073 .elementor-element.elementor-element-c5eed1b{--display:flex;--min-height:100vh;--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;--justify-content:center;}.elementor-1073 .elementor-element.elementor-element-c5eed1b:not(.elementor-motion-effects-element-type-background), .elementor-1073 .elementor-element.elementor-element-c5eed1b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sif-me.com/wp-content/uploads/2025/10/sif-map-bg.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1073 .elementor-element.elementor-element-d0d5275{--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;--overlay-opacity:0;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:999;}.elementor-1073 .elementor-element.elementor-element-d0d5275::before, .elementor-1073 .elementor-element.elementor-element-d0d5275 > .elementor-background-video-container::before, .elementor-1073 .elementor-element.elementor-element-d0d5275 > .e-con-inner > .elementor-background-video-container::before, .elementor-1073 .elementor-element.elementor-element-d0d5275 > .elementor-background-slideshow::before, .elementor-1073 .elementor-element.elementor-element-d0d5275 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1073 .elementor-element.elementor-element-d0d5275 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}body:not(.rtl) .elementor-1073 .elementor-element.elementor-element-2b25cbc{left:45%;}body.rtl .elementor-1073 .elementor-element.elementor-element-2b25cbc{right:45%;}.elementor-1073 .elementor-element.elementor-element-2b25cbc{top:-25%;z-index:999;}@media(min-width:1025px){.elementor-1073 .elementor-element.elementor-element-c5eed1b:not(.elementor-motion-effects-element-type-background), .elementor-1073 .elementor-element.elementor-element-c5eed1b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-c750652 */@keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .network-bg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: none;
        }

        .particle {
            position: absolute;
            width: 3px;
            height: 3px;
            background: rgba(100, 200, 255, 0.6);
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(100, 200, 255, 0.8);
            animation: float 20s infinite ease-in-out;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0) translateX(0); }
            25% { transform: translateY(-100px) translateX(50px); }
            50% { transform: translateY(-50px) translateX(-30px); }
            75% { transform: translateY(-150px) translateX(80px); }
        }

        .elementor-container {
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 50px 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            position: relative;
            z-index: 2;
        }

        /* Stats Grid - Flexbox Container */
        .stats-flexbox {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-bottom: 40px;
            justify-content: center;
        }

        .stat-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 12px;
            transition: all 0.3s ease;
            border-left: 4px solid #c41e3a;
            flex: 1 1 280px;
            min-width: 250px;
        }

        .stat-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(196, 30, 58, 0.2);
        }

        .stat-icon {
            min-width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #c41e3a 0%, #8b1529 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            flex-shrink: 0;
        }

        .stat-content {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .stat-number {
            font-size: 28px;
            color: #c41e3a;
            font-weight: 700;
            line-height: 1;
        }

        .stat-text {
            font-size: 14px;
            color: #555;
            line-height: 1.4;
        }

        /* Certifications - Flexbox Container */
        .certifications-flexbox {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            padding: 25px;
            border-radius: 12px;
            margin-bottom: 35px;
        }

        .cert-header {
            color: white;
            font-size: 18px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;
        }

        .cert-header-icon {
            color: #3498db;
            font-size: 20px;
        }

        .cert-badges-flex {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .cert-badge {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(5px);
            padding: 10px 18px;
            border-radius: 25px;
            color: white;
            font-size: 13px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .cert-badge:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: scale(1.15) translateY(-3px);
            box-shadow: 0 8px 20px rgba(46, 204, 113, 0.3);
            border-color: rgba(46, 204, 113, 0.5);
        }
        
        .cert-badge:hover .cert-check {
            transform: scale(1.3);
            filter: drop-shadow(0 0 5px rgba(46, 204, 113, 0.8));
        }

        .cert-check {
            color: #2ecc71;
            transition: all 0.4s ease;
            font-size: 16px;
        }

        /* CTA Buttons - Flexbox Container */
        .cta-flexbox {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 18px 40px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            border-radius: 50px;
            transition: all 0.4s ease;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            position: relative;
            overflow: hidden;
            flex: 0 1 auto;
            min-width: 250px;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
            z-index: 0;
        }

        .cta-button:hover::before {
            width: 300px;
            height: 300px;
        }

        .cta-button-text {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .btn-uae {
            background: linear-gradient(135deg, #00843D 0%, #006B32 100%);
            color: white;
        }

        .btn-uae:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(0, 132, 61, 0.4);
        }

        .btn-saudi {
            background: linear-gradient(135deg, #165B33 0%, #0F4526 100%);
            color: white;
        }

        .btn-saudi:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(22, 91, 51, 0.4);
        }

        .flag-emoji {
            font-size: 24px;
            line-height: 1;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .elementor-container {
                padding: 30px 20px;
            }

            .stats-flexbox {
                gap: 20px;
            }

            .stat-item {
                flex: 1 1 100%;
            }

            .stat-number {
                font-size: 24px;
            }

            .cta-flexbox {
                flex-direction: column;
            }

            .cta-button {
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .cta-button {
                padding: 15px 30px;
                font-size: 16px;
                min-width: 200px;
            }

            .cert-badges-flex {
                gap: 8px;
            }

            .cert-badge {
                font-size: 12px;
                padding: 8px 14px;
            }
        }/* End custom CSS */