/* --- Extracted Style Block 1 --- */
/* Title Style */
    .seven h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        color: #023f81ff;
        letter-spacing: 1px;
        text-transform: uppercase;

        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
    }

    .seven h1:after,
    .seven h1:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #0056b3;
        border-top: 1px solid #0056b3;
        height: 5px;
        background-color: #f8f8f805;
    }

    .seven.dark h1:after,
    .seven.dark h1:before {
        border-bottom: 1px solid #dfe1e4ff;
        border-top: 1px solid #e0e2e6ff;
    }

    @media (max-width: 500px) {
        .seven h1 {
            font-size: 18px;
            font-weight: 800;
        }
    }


    /* Button Style From Uiverse.io by adamgiebl */
    .cssbuttons-io-button {
        background: #0056b3;
        color: white;
        font-family: inherit;
        padding: 0.35em;
        padding-left: 1.2em;
        font-size: 17px;
        font-weight: 500;
        border-radius: 0.9em;
        border: none;
        letter-spacing: 0.05em;
        display: flex;
        align-items: center;
        box-shadow: inset 0 0 1.6em -0.6em #0056b3;
        overflow: hidden;
        position: relative;
        height: 2.8em;
        padding-right: 3.3em;
        cursor: pointer;
    }

    .cssbuttons-io-button.light {
        background: white;
        color: #0056b3;
        box-shadow: inset 0 0 1.6em -0.6em white;
    }

    .cssbuttons-io-button .icon {
        background: white;
        margin-left: 1em;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.2em;
        width: 2.2em;
        border-radius: 0.7em;
        box-shadow: 0.1em 0.1em 0.6em 0.2em #0056b3;
        right: 0.3em;
        transition: all 0.3s;
    }

    .cssbuttons-io-button.light .icon {
        background: #0056b3;
        box-shadow: 0.1em 0.1em 0.6em 0.2em white;
    }

    .cssbuttons-io-button:hover .icon {
        width: calc(100% - 0.6em);
    }

    .cssbuttons-io-button .icon svg {
        width: 1.1em;
        transition: transform 0.3s;
        color: #0056b3;
    }

    .cssbuttons-io-button.light .icon svg {
        color: white;
    }

    .cssbuttons-io-button:hover .icon svg {
        transform: translateX(0.1em);
    }

    .cssbuttons-io-button:active .icon {
        transform: scale(0.95);
    }

/* --- Extracted Style Block 2 --- */
.img-div img {
        animation-name: float-gentle, brightness-wave;
        /* you can use ( rotate-subtle or float-gentle or pulse-slow or brightness-wave )  */
        animation-duration: 2.5s;
        /* مدة دورة الحركة الواحدة (ثانية) */
        animation-iteration-count: infinite;
        /* تكرار الحركة بلا نهاية */
        animation-timing-function: ease-in-out;
        /* لتنعيم بداية ونهاية الحركة */
    }

    @media (max-width: 480px) {
        .intro-buttons {
            flex-direction: column;
            align-items: center;
        }

    }

/* --- Extracted Style Block 3 --- */
.featured-section {
        background: linear-gradient(180deg, #01162d 0%, #02284f 50%, #01162d 100%);
        position: relative;
        overflow: hidden;
        padding: 110px 0 80px;
        z-index: 1;
    }
    
    /* Seamless Curved Shape Divider from Hero */
    .custom-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .custom-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 85px;
    }
    .custom-shape-divider-top .shape-fill {
        fill: var(--color1);
    }
    
    /* Seamless Wave Divider to Products */
    .custom-shape-divider-bottom {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
        transform: rotate(180deg);
    }
    .custom-shape-divider-bottom svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 75px;
    }
    .custom-shape-divider-bottom .shape-fill {
        fill: #ccc;
    }
    
    /* Animated Background Elements */
    .featured-section::before, .featured-section::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        filter: blur(120px);
        z-index: -1;
        opacity: 0.4;
        animation: pulse-bg 10s infinite alternate;
    }
    .featured-section::before {
        width: 600px;
        height: 600px;
        background: #023f81;
        top: -200px;
        left: -200px;
    }
    .featured-section::after {
        width: 500px;
        height: 500px;
        background: #f39c12;
        bottom: -150px;
        right: -150px;
        animation-delay: 5s;
    }
    
    @keyframes pulse-bg {
        0% { transform: scale(1); opacity: 0.3; }
        100% { transform: scale(1.2); opacity: 0.5; }
    }

    .f-title-box {
        text-align: center;
        margin-bottom: 50px;
        position: relative;
        z-index: 5;
    }
    .f-title-box h2 {
        font-size: 3.5rem;
        color: #fff;
        font-weight: 900;
        margin-bottom: 20px;
        text-shadow: 0 10px 20px rgba(0,0,0,0.3);
    }
    .f-title-box p {
        color: rgba(255,255,255,0.7);
        font-size: 1.2rem;
        max-width: 600px;
        margin: 0 auto;
    }

    .featured-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        gap: 30px;
        margin-top: 50px;
        position: relative;
        z-index: 5;
    }
    
    @media (max-width: 1024px) {
        .featured-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    @media (max-width: 768px) {
        .featured-grid {
            grid-template-columns: 1fr;
        }
        .featured-section { padding: 80px 0 60px; }
        .custom-shape-divider-top svg { height: 45px; }
    }
    
    .f-card {
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 32px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    
    .f-card::before {
        content: '';
        position: absolute;
        inset: -2px;
        background: linear-gradient(45deg, #023f81, #f39c12, #023f81);
        z-index: -1;
        opacity: 0;
        transition: 0.5s;
        border-radius: 34px;
    }
    
    .f-card:hover {
        transform: translateY(-20px) scale(1.02);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.2);
    }
    .f-card:hover::before {
        opacity: 1;
        filter: blur(10px);
    }
    
    .f-img-wrapper {
        position: relative;
        height: 240px;
        overflow: hidden;
        background: #011c3a;
        margin: 5px;
        border-radius: 10px;
    }
    .f-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease;
    }
    .f-card:hover .f-img-wrapper img {
        transform: scale(1.1) rotate(-2deg);
    }
    
    .f-badge {
        position: absolute;
        top: 20px;
        right: 20px;
        background: linear-gradient(45deg, #f39c12, #e67e22);
        color: white;
        padding: 8px 20px;
        border-radius: 50px;
        font-weight: 800;
        font-size: 0.9rem;
        box-shadow: 0 10px 20px rgba(243, 156, 18, 0.4);
        z-index: 2;
        animation: bounce 2s infinite;
    }
    
    @keyframes bounce {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
    }

    .f-content {
        padding: 20px;
        direction: rtl;
        text-align: center;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .f-content h3 {
        color: #fff;
        font-size: 1.8rem;
        margin-bottom: 15px;
        font-weight: 900;
    }
    .f-content p {
        color: rgba(255,255,255,0.7);
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 25px;
    }
    
    .f-footer {
        display: flex;
        gap: 10px;
    }
    .f-btn {
        padding: 15px 10px;
        margin: 5px;
        border-radius: 18px;
        text-decoration: none;
        font-weight: 800;
        font-size: 1.2rem;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .f-btn-main {
        background: linear-gradient(45deg, #023f81, #0d5bb3);
        color: white;
        flex: 1;
        box-shadow: 0 10px 25px rgba(2, 63, 129, 0.4);
    }
    .f-btn-main:hover {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(2, 63, 129, 0.6);
    }
    .f-btn-wa {
        background: #25d366;
        color: white;
        width: 65px;
        box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    }
    .f-btn-wa:hover {
        background: #1ebe57;
        transform: rotate(15deg) scale(1.1);
    }

/* --- Extracted Style Block 4 --- */
.shorts-section {
        background: linear-gradient(160deg, #07164bff 0%, #202764ff 50%, #242c3eff 100%);
        padding: 100px 0 70px;
        position: relative;
        overflow: hidden;
    }
    .shorts-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .shorts-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 65px;
    }
    .shorts-shape-divider-top .shape-fill {
        fill: #ccc;
    }
    .shorts-section::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle at 30% 70%, rgba(255, 0, 80, 0.06) 0%, transparent 50%),
                    radial-gradient(circle at 70% 30%, rgba(56, 189, 248, 0.06) 0%, transparent 50%);
        pointer-events: none;
    }
    .shorts-header {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 40px;
    }
    .shorts-header h1 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        margin: 0;
        text-shadow: 0 2px 8px rgba(0,0,0,0.4);
    }
    .shorts-header .shorts-icon {
        background: linear-gradient(135deg, #ff0050, #ff4d6d);
        color: #fff;
        padding: 6px 14px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 1px;
        box-shadow: 0 4px 15px rgba(255, 0, 80, 0.4);
    }
    .shorts-carousel-wrapper {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
    }
    .shorts-track {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 10px 0;
    }
    .shorts-track::-webkit-scrollbar { display: none; }
    .shorts-card {
        flex: 0 0 calc((100% - 64px) / 5);
        scroll-snap-align: start;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        aspect-ratio: 9 / 16;
        background: #1a1a2e;
        box-shadow: 0 8px 25px rgba(0,0,0,0.4);
        transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s ease;
        cursor: pointer;
        text-decoration: none;
        display: block;
    }
    .shorts-card:hover {
        transform: translateY(-8px) scale(1.03);
        box-shadow: 0 16px 40px rgba(0,0,0,0.6);
    }
    .shorts-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease, filter 0.5s ease;
        filter: brightness(0.85);
    }
    .shorts-card:hover img {
        transform: scale(1.08);
        filter: brightness(1);
    }
    .shorts-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 50px 14px 16px;
        background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
    }
    .shorts-play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.85);
        width: 52px;
        height: 52px;
        background: rgba(255,255,255,0.15);
        backdrop-filter: blur(6px);
        border: 2px solid rgba(255,255,255,0.4);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.35s ease;
    }
    .shorts-play-icon i {
        color: #fff;
        font-size: 20px;
        margin-left: 3px;
    }
    .shorts-card:hover .shorts-play-icon {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        background: rgba(255, 0, 80, 0.7);
        border-color: rgba(255, 0, 80, 1);
        box-shadow: 0 0 20px rgba(255, 0, 80, 0.5);
    }
    .shorts-overlay h4 {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        text-align: center;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    }
    .shorts-duration {
        position: absolute;
        top: 12px;
        right: 12px;
        background: rgba(0,0,0,0.7);
        color: #fff;
        padding: 3px 8px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 700;
        backdrop-filter: blur(4px);
        z-index: 2;
    }
    .shorts-view-all {
        margin-top: 45px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    @media (max-width: 1024px) {
        .shorts-card {
            flex: 0 0 calc((100% - 48px) / 4);
        }
    }
    @media (max-width: 768px) {
        .shorts-card {
            flex: 0 0 calc((100% - 32px) / 3);
        }
    }
    @media (max-width: 520px) {
        .shorts-card {
            flex: 0 0 calc(70% - 16px);
        }
        .shorts-section { padding: 40px 0 50px; }
        .shorts-header h1 { font-size: 22px; }
    }

/* --- Extracted Style Block 5 --- */
.checklist-cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        justify-items: center;
        gap: 25px;
        direction: rtl;
    }

    .checklist-cards a .card {
        --grad: red, blue;
        padding: 1.5rem;
        background-image: linear-gradient(to bottom left, #e0e4e5, #f2f6f9);
        border-radius: 2rem;
        gap: 1.5rem;
        display: grid;
        grid-template: 'title icon' 'content content' 'bar bar' / 1fr auto;
        font-family: system-ui, sans-serif;
        color: #444447;
        box-shadow:
            inset -2px 2px hsl(0 0 100% / 1),
            -20px 20px 40px hsl(0 0 0 / .25);

        .head {
            display: flex;
            justify-content: space-between;
        }

        .head .title {
            font-size: 1.6rem;
            grid-area: title;
            align-self: end;
            font-weight: 600;
            word-break: break-all;
            padding-bottom: 10px;

        }

        .head svg {
            grid-area: icon;
            margin-left: -25px;
        }

        .content {
            grid-area: content;
            margin-top: -20px;

            &>*:first-child {
                margin-top: 0rem
            }

            &>*:last-child {
                margin-bottom: 0rem
            }
        }

        &::after {
            content: "";
            grid-area: bar;
            height: 2px;
            background-image: linear-gradient(90deg, var(--grad));
            /*     margin-inline: -1.5rem; */
        }
    }

    .checklist-cards a .card:hover {
        transform: scale(1.02);
        transition: all 0.3s ease-in-out;
        background-image: linear-gradient(to bottom left, #87bde7ff, #8fbfe4ff);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    }

    @media (max-width: 768px) {
        .checklist-cards a .card {
            padding: 1.2rem;
            width: 100%;

            .head {
                width: 100%;
            }

            .head .title {
                font-size: 1.4rem;
            }

            .head svg {
                grid-area: icon;
                margin-left: -25px;
            }
        }
    }

/* --- Extracted Style Block 6 --- */
.checklist-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .checklist-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 60px;
    }
    .checklist-shape-divider-top .shape-fill {
        fill: #242c3eff;
    }

/* --- Extracted Style Block 7 --- */
.pictogram_een {
                                    fill: #F4D6B0;
                                }

                                .pictogram_twee {
                                    fill: #F8AD89;
                                }

                                .pictogram_vijf {
                                    fill: #01A59C;
                                }

                                .st0 {
                                    fill: #0C6667;
                                }

                                .st1 {
                                    fill: #E54D2E;
                                }

                                .st2 {
                                    fill: #F27261;
                                }

                                .st3 {
                                    fill: none;
                                }

                                .st4 {
                                    clip-path: url(#SVGID_2_);
                                    fill: #F27261;
                                }

                                .st5 {
                                    clip-path: url(#SVGID_2_);
                                    fill: none;
                                }

                                .st6 {
                                    clip-path: url(#SVGID_6_);
                                    fill: #F4D6B0;
                                }

                                .st7 {
                                    clip-path: url(#SVGID_8_);
                                    fill: #F27261;
                                }

                                .st8 {
                                    clip-path: url(#SVGID_8_);
                                    fill: none;
                                }

                                .st9 {
                                    clip-path: url(#SVGID_10_);
                                    fill: #F27261;
                                }

                                .st10 {
                                    clip-path: url(#SVGID_10_);
                                    fill: none;
                                }

                                .st11 {
                                    fill: #F4D6B0;
                                }

/* --- Extracted Style Block 8 --- */
section {
        padding: 20px 0 60px 0;
    }

    .title-box {
        text-align: center;
        margin-top: 30px;
    }

    /* تنسيق الشبكة الرئيسية */
    .articles-grid {
        display: grid;
        /* إنشاء أعمدة متجاوبة: سيتم إنشاء أكبر عدد ممكن من الأعمدة بعرض 300 بكسل على الأقل */
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 35px;
        /* المسافة بين البطاقات */
    }

    /* تنسيق بطاقة المقالة */
    .article-card {
        direction: rtl;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        display: flex;
        flex-direction: column;

    }

    .article-card:hover {
        transform: translateY(-5px);
        cursor: pointer;
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;

    }

    .article-card h2 {
        font-size: 1.4rem;
        color: #023f81ff;
        margin-top: 0;
        margin-bottom: 15px;

    }

    @media (max-width: 500px) {
        .article-card h2 {
            font-size: 17px;
            font-weight: 800;
        }
    }

    .article-card p {
        margin: 5px 0;
        color: #666;
        flex-grow: 1;
        /* يدفع الرابط للأسفل */
    }

    .article-card a {
        display: inline-block;
        background-color: #007bff;
        color: #ffffff;
        padding: 10px 15px;
        text-decoration: none;
        border-radius: 5px;
        margin-top: 15px;
        text-align: center;
        transition: background-color 0.2s;

    }

    .article-card.blue a {
        background-color: #0075ff;
    }

    .article-card.red a {
        background-color: #f44336;
    }

    .article-card.green a {
        background-color: rgb(33, 185, 89);
    }

    .article-card.orange a {
        background-color: rgb(231, 151, 12);
    }

    .article-card.purple a {
        background-color: rgb(77, 4, 196);
    }

    .article-card.fuchsia a {
        background-color: rgb(175, 10, 73);
    }

    .article-card a:hover {
        background-color: #0056b3;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    }

/* --- Extracted Style Block 9 --- */
.blog-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .blog-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 60px;
    }
    .blog-shape-divider-top .shape-fill {
        fill: var(--color2);
    }

/* --- Extracted Style Block 10 --- */
.gallery-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .gallery-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 65px;
    }
    .gallery-shape-divider-top .shape-fill {
        fill: #ffffff;
    }

/* --- Extracted Style Block 11 --- */
/*  الخلفية مهمة جداً لإظهار التأثير الزجاجي بشكل جيد */
    .glass-section {
        background: linear-gradient(135deg, #19283dff, #03102cff);
        /* يمكنك تغييرها لصورة أو تدرج لوني آخر */
        background-attachment: fixed;
    }

    .glassmorphism-cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 30px;
        direction: rtl;
    }

    .glassmorphism-cards a {
        text-decoration: none;
    }

    .glassmorphism-cards .card-glass {
        /* التأثير الزجاجي الأساسي */
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        /* For Safari */
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);

        border-radius: 1rem;
        padding: 2rem;
        color: #ffffff;
        font-family: system-ui, sans-serif;

        /* تغيير التنسيق الداخلي للعناصر */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .glassmorphism-cards .card-glass:hover {
        transform: translateY(-8px);
        border-color: rgba(255, 255, 255, 0.7);
        box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.37);
    }

    .card-glass .card-header {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .card-glass .card-header p {
        padding: 5px 10px;
        border-radius: 25px;
        color: #03102cff;
        font-size: 0.8rem;
        font-weight: 500;
    }


    .card-glass .card-header.learn p {
        background-color: #3a99d7;
    }

    .card-glass .card-header.roadmap p {
        background-color: #fbda7b;
    }

    /* تنسيق الأيقونة */
    .card-glass .icon-wrapper {
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-glass .icon-wrapper svg {
        width: 35px;
        height: 35px;
    }

    /* تغيير بسيط في تنسيق الأيقونات لتناسب الخلفية البيضاء الشفافة */
    /* .card-glass .icon-wrapper svg path {
        fill: #ffffff;
    } */

    .card-glass .title {
        font-size: 1.3rem;
        font-weight: 600;
        margin-top: 0.5rem;
    }

    .card-glass .content {
        color: #e0e0e0;
        /* لون أفتح قليلاً من الأبيض للنص */
        line-height: 1.6;
        font-size: 0.95rem;
    }

    @media (max-width: 768px) {
        .glassmorphism-cards {
            grid-template-columns: 1fr;
        }

        .glassmorphism-cards .card-glass {
            padding: 1.5rem;
        }
    }

/* --- Extracted Style Block 12 --- */
.roadmap-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .roadmap-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 55px;
    }
    .roadmap-shape-divider-top .shape-fill {
        fill: var(--color2);
    }

/* --- Extracted Style Block 13 --- */
.services-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .services-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 50px;
    }
    .services-shape-divider-top .shape-fill {
        fill: #19283dff;
    }

/* --- Extracted Style Block 14 --- */
.features-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .features-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 60px;
    }
    .features-shape-divider-top .shape-fill {
        fill: var(--color2);
    }

/* --- Extracted Style Block 15 --- */
.Guide-cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        justify-items: center;
        gap: 25px;
        direction: rtl;
    }

    .Guide-cards a .card {
        --grad: red, blue;
        padding: 1.5rem;
        background-image: linear-gradient(to bottom left, #e0e4e5, #f2f6f9);
        border-radius: 2rem;
        gap: 1.5rem;
        display: grid;
        grid-template: 'title icon' 'content content' 'bar bar' / 1fr auto;
        font-family: system-ui, sans-serif;
        color: #444447;
        box-shadow:
            inset -2px 2px hsl(0 0 100% / 1),
            -20px 20px 40px hsl(0 0 0 / .25);

        .head {
            display: flex;
            justify-content: space-between;
        }

        .head .title {
            font-size: 1.2rem;
            grid-area: title;
            align-self: end;
            font-weight: 600;
            word-break: break-all;
            padding-bottom: 10px;

        }

        .head svg {
            grid-area: icon;
            margin-left: -25px;
        }

        .content {
            grid-area: content;
            margin-top: -20px;

            &>*:first-child {
                margin-top: 0rem
            }

            &>*:last-child {
                margin-bottom: 0rem
            }
        }

        &::after {
            content: "";
            grid-area: bar;
            height: 2px;
            background-image: linear-gradient(90deg, var(--grad));
            /*     margin-inline: -1.5rem; */
        }
    }

    .Guide-cards a .card:hover {
        transform: scale(1.02);
        transition: all 0.3s ease-in-out;
        background-image: linear-gradient(to bottom left, #87bde7ff, #8fbfe4ff);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    }

    @media (max-width: 768px) {
        .Guide-cards a .card {
            padding: 1.2rem;
            width: 100%;

            .head {
                width: 100%;
            }

            .head .title {
                font-size: 1.4rem;
            }

            .head svg {
                grid-area: icon;
                margin-left: -25px;
            }
        }
    }

/* --- Extracted Style Block 16 --- */
.guide-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .guide-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 60px;
    }
    .guide-shape-divider-top .shape-fill {
        fill: #ffffff;
    }

/* --- Extracted Style Block 17 --- */
.videos-section {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
        padding: 80px 0;
        position: relative;
        overflow: hidden;
    }
    
    .videos-section::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: radial-gradient(circle at 50% 50%, rgba(56, 189, 248, 0.05) 0%, transparent 50%);
        pointer-events: none;
    }

    .videos-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 30px;
        margin-top: 40px;
        width: 100%;
        direction: rtl;
    }

    .video-card-premium {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }

    .video-card-premium:hover {
        transform: translateY(-10px);
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    }

    .video-card-premium .img-wrapper {
        position: relative;
        width: 100%;
        height: 220px;
        overflow: hidden;
    }

    .video-card-premium img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease, filter 0.6s ease;
        filter: brightness(0.85);
    }

    .video-card-premium:hover img {
        transform: scale(1.08);
        filter: brightness(1);
    }

    .video-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.9);
        width: 65px;
        height: 65px;
        background: rgba(255,255,255,0.2);
        backdrop-filter: blur(5px);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        opacity: 0.8;
        z-index: 2;
        border: 2px solid rgba(255,255,255,0.5);
    }
    
    .video-play-btn i {
        color: white;
        font-size: 24px;
        margin-left: 5px; /* adjust for play icon centering */
    }

    .video-card-premium:hover .video-play-btn {
        transform: translate(-50%, -50%) scale(1.1);
        background: rgba(56, 189, 248, 0.9);
        border-color: rgba(56, 189, 248, 1);
        opacity: 1;
        box-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
    }

    .video-duration-badge {
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: rgba(0,0,0,0.75);
        color: #fff;
        padding: 4px 10px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 700;
        backdrop-filter: blur(4px);
        letter-spacing: 0.5px;
        z-index: 2;
    }

    .video-info-premium {
        padding: 20px;
        text-align: right;
    }

    .video-info-premium h3 {
        color: #f8fafc;
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: color 0.3s ease;
    }

    .video-card-premium:hover .video-info-premium h3 {
        color: #38bdf8;
    }
    
    .videos-btn-container {
        margin-top: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

/* --- Extracted Style Block 18 --- */
.videos-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .videos-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 55px;
    }
    .videos-shape-divider-top .shape-fill {
        fill: var(--color2);
    }

/* --- Extracted Style Block 19 --- */
.testimonials-section {
        background: linear-gradient(135deg, #19283dff, #03102cff);
        padding: 50px 0 60px;
        position: relative;
        overflow: hidden;
        direction: ltr; /* Fix for Owl Carousel v1 RTL bug */
    }

    /* Decorative background circles */
    .testimonials-section::before,
    .testimonials-section::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        opacity: 0.05;
    }
    .testimonials-section::before {
        width: 400px;
        height: 400px;
        background: #0056b3;
        top: -100px;
        right: -100px;
    }
    .testimonials-section::after {
        width: 300px;
        height: 300px;
        background: hsl(176, 68%, 64%);
        bottom: -80px;
        left: -80px;
    }

    .testimonial-card {
        background: rgba(255, 255, 255, 0.07);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 20px;
        padding: 40px 35px 35px;
        margin: 15px 10px;
        position: relative;
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
        direction: rtl; /* Re-apply RTL for Arabic content */
    }

    .testimonial-card:hover {
        transform: translateY(-4px);
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    }

    /* Quote icon */
    .testimonial-quote-icon {
        position: absolute;
        top: 20px;
        left: 25px;
        opacity: 0.12;
    }

    .testimonial-quote-icon svg {
        width: 60px;
        height: 60px;
        fill: hsl(176, 68%, 64%);
    }

    /* Client info row */
    .testimonial-client-info {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 20px;
    }

    .testimonial-avatar-wrapper {
        position: relative;
        flex-shrink: 0;
    }

    .testimonial-avatar-wrapper::before {
        content: '';
        position: absolute;
        inset: -4px;
        border-radius: 50%;
        background: linear-gradient(135deg, #0056b3, hsl(176, 68%, 64%));
        z-index: 0;
        animation: avatar-glow 3s ease-in-out infinite alternate;
    }

    @keyframes avatar-glow {
        0% { box-shadow: 0 0 10px rgba(0, 86, 179, 0.4); }
        100% { box-shadow: 0 0 25px rgba(0, 86, 179, 0.7); }
    }

    .testimonial-avatar {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        object-fit: cover;
        position: relative;
        z-index: 1;
        border: 3px solid hsl(216, 53%, 9%);
    }

    .testimonial-client-details {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .testimonial-client-name {
        font-size: 20px;
        font-weight: 700;
        color: #ffffff;
        margin: 0;
    }

    .testimonial-job-title {
        font-size: 14px;
        color: hsl(176, 68%, 64%);
        margin: 0;
        font-weight: 500;
    }

    /* Stars */
    .testimonial-stars {
        display: flex;
        gap: 3px;
        margin-bottom: 15px;
    }

    .testimonial-stars svg {
        width: 22px;
        height: 22px;
        filter: drop-shadow(0 0 4px rgba(255, 214, 0, 0.4));
    }

    /* Separator line */
    .testimonial-separator {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
        margin-bottom: 18px;
    }

    /* Review text */
    .testimonial-text {
        font-size: 16px;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.85);
        font-style: italic;
        margin: 0;
        font-weight: 300;
    }

    /* Custom Owl Navigation */
    .testimonials-section .owl-nav {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 25px;
    }

    .testimonials-section .owl-nav button.owl-prev,
    .testimonials-section .owl-nav button.owl-next {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-radius: 50% !important;
        color: #fff !important;
        font-size: 22px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        backdrop-filter: blur(5px);
    }

    .testimonials-section .owl-nav button.owl-prev:hover,
    .testimonials-section .owl-nav button.owl-next:hover {
        background: rgba(0, 86, 179, 0.5) !important;
        border-color: #0056b3 !important;
        transform: scale(1.1);
    }

    /* Custom Owl Dots */
    .testimonials-section .owl-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
    }

    .testimonials-section .owl-dots button.owl-dot span {
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.25) !important;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .testimonials-section .owl-dots button.owl-dot.active span {
        background: hsl(176, 68%, 64%) !important;
        width: 28px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(72, 209, 204, 0.5);
    }

    @media (max-width: 600px) {
        .testimonial-card {
            padding: 30px 20px 25px;
        }
        .testimonial-avatar {
            width: 60px;
            height: 60px;
        }
        .testimonial-client-name {
            font-size: 17px;
        }
        .testimonial-text {
            font-size: 14px;
            line-height: 1.7;
        }
        .testimonial-quote-icon svg {
            width: 40px;
            height: 40px;
        }
    }

/* --- Extracted Style Block 20 --- */
.testimonial-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .testimonial-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 60px;
    }
    .testimonial-shape-divider-top .shape-fill {
        fill: #0f172a;
    }

/* --- Extracted Style Block 21 --- */
.Free-cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        justify-items: center;
        gap: 25px;
    }

    .Free-box {
        background-color: white;
        border-radius: 10px;
        cursor: pointer;
        max-width: 380px;
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    }

    .Free-box img {
        max-width: 100%;
        height: calc(100% - 50px);
        transition: 0.5s;
        border-radius: 10px;
    }

    .Free-box .info h4 {
        margin: 5px;
        font-size: 18px;
        color: var(--color2);
    }

    .Free-box:hover img {
        filter: grayscale(100%);
    }

    .Free-box:hover h4 {
        filter: grayscale(100%);
    }

/* --- Extracted Style Block 22 --- */
.free-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .free-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 50px;
    }
    .free-shape-divider-top .shape-fill {
        fill: #19283dff;
    }

/* --- Extracted Style Block 23 --- */
.faq-section {
        background: linear-gradient(180deg, #f0f4f8 0%, #e8edf3 100%);
        padding: 50px 0 60px;
    }

    .faq-section .faq-subtitle {
        text-align: center;
        color: #666;
        font-size: 16px;
        margin-top: -5px;
        margin-bottom: 30px;
    }

    .faq-container {
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 14px;
        direction: rtl;
    }

    .faq-item {
        background: #ffffff;
        border-radius: 14px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        overflow: hidden;
        transition: all 0.3s ease;
        border-right: 4px solid transparent;
    }

    .faq-item:hover {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .faq-item.faq-active {
        border-right-color: #0056b3;
        box-shadow: 0 4px 20px rgba(0, 86, 179, 0.12);
    }

    .faq-question {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 18px 20px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        user-select: none;
    }

    .faq-question:hover {
        background-color: #f8fafc;
    }

    /* Sequential number */
    .faq-number {
        flex-shrink: 0;
        width: 36px;
        height: 36px;
        background: linear-gradient(135deg, #0056b3, #023f81);
        color: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 700;
    }

    .faq-question-text {
        flex: 1;
        font-size: 16px;
        font-weight: 600;
        color: #1a1a2e;
        line-height: 1.5;
        margin: 0;
    }

    .faq-item.faq-active .faq-question-text {
        color: #0056b3;
    }

    /* Arrow icon */
    .faq-arrow {
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        background: #f0f4f8;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .faq-arrow svg {
        width: 18px;
        height: 18px;
        transition: transform 0.3s ease;
        fill: #666;
    }

    .faq-item.faq-active .faq-arrow {
        background: linear-gradient(135deg, #0056b3, #023f81);
    }

    .faq-item.faq-active .faq-arrow svg {
        transform: rotate(180deg);
        fill: #fff;
    }

    /* Answer */
    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.3s ease;
        padding: 0 20px;
    }

    .faq-answer-inner {
        padding: 0 20px 20px 15px;
        margin-right: 51px;
        background: #f0f7ff;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .faq-answer-inner p {
        font-size: 15px;
        line-height: 1.8;
        color: #444;
        margin: 0;
        padding-top: 15px;
    }

    .faq-answer-inner p span,
    .faq-answer-inner span {
        display: block;
        font-size: 15px;
        line-height: 1.8;
        color: #444;
        text-align: right;
    }

    @media (max-width: 850px) {
        .faq-container {
            max-width: 95%;
        }
    }

    @media (max-width: 500px) {
        .faq-question {
            padding: 15px 14px;
            gap: 10px;
        }
        .faq-number {
            width: 30px;
            height: 30px;
            font-size: 13px;
            border-radius: 8px;
        }
        .faq-question-text {
            font-size: 14px;
        }
        .faq-answer-inner {
            margin-right: 40px;
            padding: 0 12px 15px 12px;
        }
        .faq-answer-inner p {
            font-size: 13px;
        }
    }

/* --- Extracted Style Block 24 --- */
.faq-shape-divider-top {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 2;
        pointer-events: none;
    }
    .faq-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 2px);
        height: 60px;
    }
    .faq-shape-divider-top .shape-fill {
        fill: var(--color2);
    }

