.hero-section .container,
.top-bar-work .container,
.recognition-section .container,
.cta-section .container,
.categories-section .container,
.header .container {
    max-width: 1270px;
}

.top-bar-work {
    background-color: #fff;
    padding: 10px 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #2b0a3d;
    border-bottom: 1px solid #eaeaea;
}

.top-bar-work span {
    font-family: B-FFShamelFamily;
    font-size: 18px;
}

.top-bar-btn {
    background-color: #3f1052;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    text-decoration: none;
    transition: 0.3s;
    font-family: B-FFShamelFamily;
}

.top-bar-btn:hover {
    background-color: #5a1a7a;
    color: #fff;
}

.hero-section {
    background: #0a0a14;
    min-height: 85vh;
    position: relative;
    color: white;
    padding-bottom: 50px;
    overflow: hidden;
}

.hero-bg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 60%;
    background-image: url(/images/pattern2.png);
    z-index: 1;
    opacity: .3;
}

.bakColor {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    height: 55%;
    background-image: url(/images/light.png);
    z-index: 2;
    background-size: cover;
}

.bakColorLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    background-image: url(/images/ellipse.png);
    z-index: 2;
    background-size: cover;
}

.custom-navbar {
    padding: 10px 0;
    position: relative;
    z-index: 10;
    background-color: #310d49;
    margin: 20px 0;
    border-radius: 4rem;
}

.nav-link {
    color: #fff !important;
    font-weight: 600;
    margin: 0 10px;
    font-size: 1rem;
}

.nav-link:hover {
    color: #d8b4fe !important;
}

.btn-lang {
    color: #fff;
    border: 1px solid #a956ff80;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-lang:hover {
    background: #ffffff1a;
    color: #fff;
}

.btn-demo {
    color: #fff;
    border: 1px solid #a956ff80;
    padding: 8px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: 0.3s;
}

.btn-demo:hover {
    background: #a956ff33;
    color: #fff;
}

.navbar-brand-img {
    height: 40px;
    filter: brightness(0) invert(1);
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-top: 70px;
}

.main-logo-container {
    margin-bottom: 30px;
}

.main-title {
    font-family: B-FFShamelFamily;
    font-size: 3.5rem;
    line-height: 1.3;

}

.text-main h1 {
    font-size: 4.5rem;
}

.text-main p {
    background: linear-gradient(105deg, #3D05DD 0%, #EFA4F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-text {
    font-family: B-FFShamelFamily;
    color: #dcdcdc;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    line-height: 1.8;
}

.action-btn {
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease;
    font-family: B-FFShamelFamily;
}

.action-btn:hover {
    transform: translateY(-3px);
}

.btn-primary-gradient {
    background: linear-gradient(25deg, #3D05DD, #EFA4F2) padding-box, linear-gradient(180deg, #EFA4F2 0%, #3D05DD 100%) border-box;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 4px 15px #a22acd66;
}

.btn-primary-gradient:hover {
    color: #fff;
    box-shadow: 0 6px 20px #a22acd99;
}

.btn-outline-custom {
    background: linear-gradient(#0A0A14, #0A0A14) padding-box, linear-gradient(180deg, #EFA4F2 0%, #3D05DD 100%) border-box;
    border: 1px solid transparent;
    color: #fff;
}

.btn-outline-custom svg {
    rotate: 37deg;
}


.star-decoration {
    position: absolute;
    background-image: url(/images/star.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.star-1 {
    top: 34%;
    left: 10%;
}

.star-2 {
    bottom: 20%;
    right: 10%;
}

.recognition-section .hero-bg-pattern {
    left: 0;
    right: auto;
    width: 19%;
    rotate: 180deg;
}

.recognition-section .bakColor {
    left: 0;
    right: auto;
    width: 58%;
    height: 100%;
    rotate: 180deg;
}

.recognition-section {
    background: #0a0a14;
    padding: 80px 0;
    position: relative;
}

.recognition-section .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 40px;
    color: #fff;
    font-family: B-FFShamelFamily;
}

.recognition-section .section-title span {
    display: block;
    background: linear-gradient(-76deg, #3D05DD 0%, #EFA4F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
}

.content-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #e0e0e0;
    font-family: B-FFShamelFamily;

}

    .content-text p {
        margin: 20px 0;
        color: #ffffff;
    }

.video-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 51.25%;
    height: 0;
    background: linear-gradient(25deg, #3D05DD, #EFA4F2) padding-box, linear-gradient(180deg, #EFA4F2 0%, #3D05DD 100%) border-box;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 3rem;
    margin-top: 5rem;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    z-index: 99;

}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.highlight {
    color: #fff;
    font-weight: 700;
}


.cta-section {
    background-image: url(/images/sec3-bg.png);
    background-size: cover;
    background-position: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding: 80px 0;
    text-align: center;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.cta-title {
    font-size: 5rem;
    margin-bottom: 20px;
    padding: 10px 0;
    background: linear-gradient(105deg, #3D05DD 0%, #EFA4F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: B-FFShamelFamily;
    line-height: 1.2;
}

.cta-text {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: B-FFShamelFamily;
}

.cta-date {
    color: #fcd34d;
    font-size: 3.5rem;
    font-family: B-FFShamelFamily;
    margin-bottom: 40px;
}

.cta-section .action-btn {
    padding: 12px 20px;
}





.categories-section {
    background: #0a0a14;
    padding: 80px 0;
    position: relative;
    color: #fff;
}

.cat-title-container {
    text-align: center;
    margin-bottom: 30px;
}

.cat-main-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    font-family: B-FFShamelFamily;
}

.cat-sub-title {
    font-family: B-FFShamelFamily;
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(105deg, #3D05DD 0%, #EFA4F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cat-desc {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
    color: #e0e0e0;
    font-size: 1.1rem;
    line-height: 1.7;
    font-family: B-FFShamelFamily;
}

.custom-list {
    font-family: B-FFShamelFamily;
    list-style: none;
    padding: 0;
    max-width: 990px;
    margin: 0 auto;
}

.custom-list li {
    position: relative;
    padding-right: 25px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}


[dir="rtl"] .benefits-list li {
    padding-right: 35px;
    padding-left: 0;
}

    [dir="rtl"] .benefits-list li::before {
        content: "●";
        color: #a22acd;
        font-size: 1.5rem;
        position: absolute;
        right: 0;
        left: auto;
        top: -5px;
    }

[dir="ltr"] .benefits-list li {
    padding-left: 35px;
    padding-right: 0;
}

    [dir="ltr"] .benefits-list li::before {
        content: "●";
        color: #a22acd;
        font-size: 1.5rem;
        position: absolute;
        left: 0;
        right: auto;
        top: -5px;
    }

[dir="rtl"] .custom-list li {
    padding-right: 25px;
    padding-left: 0;
}

    [dir="rtl"] .custom-list li::before {
        content: "●";
        color: #a22acd;
        font-size: 1.2rem;
        position: absolute;
        right: 0;
        left: auto;
        top: -2px;
    }

[dir="ltr"] .custom-list li {
    padding-left: 25px;
    padding-right: 0;
}

    [dir="ltr"] .custom-list li::before {
        content: "●";
        color: #a22acd;
        font-size: 1.2rem;
        position: absolute;
        left: 0;
        right: auto;
        top: -2px;
    }

.star-3 {
    top: 15%;
    right: 15%;
    font-size: 1.8rem;
}

.star-4 {
    top: 33%;
    left: 14%;
    font-size: 1.2rem;
}






.benefits-section {
    background-image: url(/images/sec3-bg.png);
    background-size: cover;
    background-position: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
    position: relative;
    color: #fff;
}

.benefits-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    font-family: B-FFShamelFamily;
}

.benefits-list {
    font-family: B-FFShamelFamily;
    list-style: none;
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.benefits-list li {
    position: relative;
    padding-right: 35px;
    margin-bottom: 25px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.7;
}




.site-footer {
    background: #0a0a14;
    padding: 60px 0;
    text-align: center;
    position: relative;
    margin-top: -1px;
}

.footer-logo-container {
    margin-bottom: 25px;
}

.footer-logo {
    max-width: 250px;
    height: auto;
    filter: brightness(0) invert(1);
}

.copyright {
    color: #fff;
    font-size: 1.1rem;
    font-family: B-FFShamelFamily;
    margin: 0;
}

















.header {
           background: linear-gradient(105deg, #0d0a14 0%, #150c22 100%);
    height: 80px;
    padding-top: 3px;
    position: relative;
    color: white;
}

.custom-navbar {
    padding: 20px;
    position: relative;
    z-index: 10;
}

.nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
}

.btn-demo {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(169, 86, 255, 0.5);
    padding: 8px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.overlay-menu {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-y: hidden;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.overlay-content {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.overlay-menu a {
    padding: 15px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay-menu a:hover {
    color: #a22acd;
}

.overlay-menu .closebtn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 3rem;
    cursor: pointer;
    color: #fff;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
}


.overlay-btn-demo {
    display: inline-block !important;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 30px !important;
    font-size: 1rem !important;
    margin-top: 10px;
}

.overlay-lang {
    font-size: 1.2rem !important;
    margin-top: 10px;
    font-weight: 400 !important;
}
body[lang="ar"] [lang="en"] {
    display: none !important;
}

body[lang="en"] [lang="ar"] {
    display: none !important;
}



@media (min-width: 992px) {
    .desktop-menu {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .mobile-toggler {
        display: none;
    }
}

@media (max-width: 991px) {
    .desktop-menu {
        display: none;
    }

    .mobile-toggler {
        display: block;
        background-image: url(/images/burger-btn.webp);
        background-size: cover;
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 5px;
        padding: 5px 10px;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .top-bar-work .container {
        flex-direction: column;
        gap: 10px;
    }

    .header {
        margin-bottom: -1px;
    }

    .main-logo-container img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .main-title {
        font-size: 1.5rem;
    }

    .text-main h1 {
        font-size: 1.8rem;
    }

    .bakColorLeft {
        width: 89%;
    }

    .hero-bg-pattern {
        width: 40%;
    }

    .recognition-section .container {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .recognition-section .section-title {
        font-size: 2.1rem;
    }

    .cta-title {
        font-size: 3rem;
    }

    .cta-text {
        font-size: 1.3rem;
    }

    .cta-date {
        font-size: 1.5rem;
    }

    .copyright {
        font-size: 1rem;
    }

}







.custom-modal-backdrop {
    background-color: #4a3b5c !important;
}

    .custom-modal-backdrop.show {
        opacity: 0.95 !important;
    }

.promo-modal-content {
    border-radius: 25px;
    border: none;
    margin-top: 60px;
    padding: 30px 20px;
}

.floating-icon {
    position: absolute;
    top: -70px;
    left: -40px;
    width: 180px;
    z-index: 10;
}

.close-btn-outside {
    position: absolute;
    top: -50px;
    right: -50px;
    background-color: white;
    opacity: 1;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1060;
}

.en-title {
    color: #7b528f;
    font-weight: bold;
    font-size: 26px;
}

.ar-title {
    color: #558db6;
    font-family: B-FFShamelFamily;
    font-size: 28px;
}

.content-text {
    color: #333;
    font-family: B-FFShamelFamily;
    font-size: 18px;
    line-height: 1.5;
}

.text-en {
    font-weight: bold;
}

.btn-outline-promo {
    color: #4a3b5c;
    border: 2px solid #4a3b5c;
    font-weight: 600;
    padding: 10px 40px;
}

    .btn-outline-promo:hover {
        background-color: #4a3b5c;
        color: white;
    }

.btn-solid-promo {
    background-color: #382147;
    color: white;
    border: 2px solid #382147;
    font-weight: 600;
    padding: 10px 40px;
}

    .btn-solid-promo:hover {
        background-color: #2b1836;
        color: white;
    }

@media (max-width: 768px) {
    .floating-icon {
        width: 120px;
        top: -50px;
        left: -15px;
    }

    .close-btn-outside {
        right: 0;
    }
}