@font-face {
    font-family: 'IBMPlexSansArabic';
    src: url('/fonts/IBMPlexSansArabic/IBMPlexSansArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBMPlexSansArabic';
    src: url('/fonts/IBMPlexSansArabic/IBMPlexSansArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBMPlexSansArabic';
    src: url('/fonts/IBMPlexSansArabic/IBMPlexSansArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "IBMPlexSansArabic", sans-serif;
    background: #fff;
    overflow-x: hidden;
    /* padding: 20px; */
}

/* Navbar زجاجية بتدرج ناعم */
.nav-glass {
    background: #FFFFFFB2;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 20px 70px -5px #0000001A;
    height: 68px;
}

/* Hero تدرج مطابق */
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    border: 1px solid #F1F1F1;
    border-radius: 40px;
}


.hero-bg {
    background: linear-gradient(263.92deg, #009696 -0.52%, rgba(0, 150, 150, 0) 105.6%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* أقواس شفافة */
.arch {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    box-shadow: 0px -11px 54px 0px #D8D8D840;

}

.arch-1 {
    width: 336px;
    height: 422px;
    left: 0;
    /* opacity: 0.5; */
}

.arch-2 {
    width: 336px;
    height: 334px;
    left: 180px;
    /* opacity: 0.5; */
}

/* تدرج النص */
.text-gradient {
    background-image: linear-gradient(90deg, #00C196 0%, #6F65B0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-color: #0F172A;
    display: inline-block;
}



/* زر بإطار متدرّج */
.btn-outline {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 50px;
    background: linear-gradient(90deg, #00C196 0%, #6F65B0 100%);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    min-width: 110px;
    height: 40px;
    color: #FFFFFF;
}

/* 
.btn-outline::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1.5px;
    background: linear-gradient(90deg, #00C196 0%, #6F65B0 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
} */

/* .btn-outline:hover {
    background: linear-gradient(90deg, #00C196 0%, #6F65B0 100%);
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #fff;
    color: #fff;
    transition: all 0.3s ease-in-out;
} */




:root {
    --ink: #0F172A;
    --muted: #707784;
    --mint: #00C196;
    --vio: #6F65B0;
}


/* ظل أنيق للكروت */
.card-shadow {
    box-shadow: 0 24px 80px -20px rgba(30, 33, 44, .18);
}

/* نص بتدرّج */
.text-grad {
    background: linear-gradient(90deg, var(--mint) 0%, var(--vio) 42.43%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* زر رابط بتدرج */
.link-grad {
    background: linear-gradient(90deg, var(--mint), var(--vio));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* نقاط/نجوم جانبية كزخرفة يسار */
.sprinkles {
    position: absolute;
    top: 0;
    left: -120px;
    height: 100%;
    width: 140px;
    pointer-events: none;
    background: url('/images/Icons.png') center/contain no-repeat;
    opacity: 0.8;
}


.sprinkles-2 {
    position: absolute;
    top: 0;
    right: -80px;
    height: 90%;
    width: 300px;
    pointer-events: none;
    background: url('/images/Icons-2.png') center/contain no-repeat;
    opacity: 0.8;
}

/* دوائر تحكم نافذة أعلى الكارد */
.window-dot {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
}

.dot-red {
    background: #ff5f56
}

.dot-yellow {
    background: #ffbd2e
}

.dot-green {
    background: #27c93f
}

/* زر تشغيل دائري على الصورة */
.play-btn {
    width: 78px;
    height: 78px;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    background: #12161980;
}

/* بادات زجاجية أسفل الصورة */
.glass {
    background: linear-gradient(90deg, rgba(0, 193, 150, 0.8) 0%, rgba(111, 101, 176, 0.8) 100%);
    padding: 24px 16px;
    border-radius: 15px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 34px 0px #4588A6;
    transition: all 0.4s ease-in-out;
}

.glass:hover {


    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(252, 252, 252, 0.9) 100%);

    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #00C196 0%, #6F65B0 100%) border-box;

    transform: scale(1.01);
}

.glass:hover h3 {
    color: #0F172A !important;
}

.glass:hover p {
    color: #475569 !important;

}

.swiper {
    padding: 40px 0 !important;
}



/* أسهم صغيرة أعلى يمين الصورة */
.arrow {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
}

.screen {
    background: #fff;
    border-radius: 22px;
    border: 5.47px solid #FFFFFF;
    box-shadow: 0px 0px 16.4px 0px #00000012;
    box-shadow: 0px 27.33px 54.67px -13.12px #00000040;
}

.screen video {
    border-radius: 16px;
}

section {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .play-btn {
        width: 52px;
        height: 52px
    }
}

.soft-blob {
    background: radial-gradient(circle at 20% 50%,
            rgba(0, 193, 150, .16) 0%,
            rgba(111, 101, 176, .08) 38%,
            rgba(255, 255, 255, 0) 62%);
    box-shadow: 0 0 0 1px rgba(241, 241, 241, 1) inset;
}

.faq-item {
    height: 64px;
}

.faq-item .chev {
    margin-right: auto
}

/* مظهر العنصر الفعّال */
.faq-item.active {
    background: #FAFBFF;
}

.faq-item.active .circle {
    background: linear-gradient(90deg, #00C196 0%, #6F65B0 100%) !important;
}

.faq-item.active .faq-item-title {
    font-weight: 600 !important;
}

.faq-item.active .chev {
    transition: transform .25s ease;
}

.faqs .faq-item.active:first-child {
    border-radius: 17px 17px 0 0;
}

.faqs .faq-item.active:last-child {
    border-radius: 0 0 17px 17px;
}

.top-accent::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg, #00C196 0%, #6F65B0 100%);
}


.tracks-section {
    position: relative;
    padding: 50px 0;
    /* background: linear-gradient(90deg, #00C196 0%, #6F65B0 100%); */

}

@media (max-width: 768px) {
    .tracks-section {
        padding: 30px 0;
    }
}

footer {
    background: linear-gradient(90deg, #00C196 0%, #6F65B0 100%);
}

.read-more-btn {
    min-width: 110px;
    height: 40px;
    border-radius: 8px;
    border-width: 1px;
    padding: 8px 12px;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFFFF;

}

input,
textarea {
    outline: none !important;
}

html {
    scroll-behavior: smooth;
}

.blob {
    width: 370px;
    height: 375px;
    background-image: url('/images/Blob.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120px;
    z-index: -1;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    fill: transparent !important;
}

.contact-us-card {
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, rgba(0, 193, 150, 0.04) 0%, rgba(111, 101, 176, 0.04) 100%);
    max-width: 378px;
    width: 100%;
    border-radius: 20px;
    gap: 16px;
    padding: 18px;
    padding-bottom: 18px;
    justify-content: space-between;
}