/* _content/Server/Pages/Home/Content.razor.rz.scp.css */
.why-icon[b-rxpb136386] {
    background: var(--primary-color);
    color: #fff;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    margin: 0 auto 20px;
    font-size: 1.5rem;
}
/*************/

/*html {
    scroll-behavior: smooth;
}*/

/**/
/*.header-container {
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.header-title {
    font-size: 2.2rem;
    color: #344054;
}

.header-description {
    font-size: 1.2rem;
    color: #101828;
    margin: 30px 0;
    line-height: 2.2;
}

.header-btn {
    background-color: var(--secondary-color);
    color: var(--primary-dark-color);
    border-radius: 10px;
    margin-top: 70px;
    padding: 10px 50px;
    width: fit-content;
    display: flex;
    font-size: 1.5rem;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .header-btn:hover {
        background-color: var(--success-color);
    }

    .header-btn i {
        margin: 0 15px;
        fill: var(--primary-dark-color);
    }

.header-img {
    padding: 50px;
    animation: wave-animation 3s infinite ease-in-out;
}

    .header-img img {
        padding: 50px;
        width: 100%;
    }*/

/* units */

/*.units {
    padding: 60px 0;
    background: #fff;
}

    .units h2 {
        color: var(--primary-dark-color);
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
    }

        .units h2 strong {
            color: var(--secondary-color);
        }

        .units h2 span {
            color: var(--secondary-color);
            font-size: 1.2rem;
        }

    .units h4 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 1.2rem;
        color: #2c3e50;
    }


.unit-grid {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.unit-item {
    background: #ece9ef;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    flex: 1 1 calc(25% - 40px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .unit-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    }

    .unit-item i {
        font-size: 3rem;
        color: var(--secondary-color);
        margin-bottom: 10px;
    }

    .unit-item h3 {
        font-size: 1.5rem;
        margin: 10px 0;
        color: #2c3e50;
    }

    .unit-item p {
        font-size: 1rem;
        color: #666;
    }

    .unit-item.coming-soon {
        opacity: 0.7;
        position: relative;
    }

        .unit-item.coming-soon h3 span {
            font-size: 0.8rem;
            color: #e74c3c;
            margin-left: 5px;
        }

        .unit-item.coming-soon::after {
            content: "قريبًا";
            position: absolute;
            top: 10px;
            right: 10px;
            background: #e74c3c;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.8rem;
        }*/

/**/

/*.why-choose {
    padding: 60px 0;
    background-color: #ece9ef;
    text-align: center;
}

    .why-choose h2 {
        color: var(--primary-dark-color);
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
    }

.why-grid {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin: 0 auto;
}

.why-item {
    padding: 20px;
    text-align: center;
}

    .why-item:hover .why-icon {
        background: var(--success-color);
        color: var(--primary-color);
        transform: translateY(-10px);
    }




.why-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.why-description {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--primary-color);
}*/

/**/

/*.trial {
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

    .trial h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .trial h4 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .trial p {
        color: var(--primary-light2-color);
        font-size: 1.3rem;
        margin-bottom: 40px;
    }

    .trial .btn {
        background-color: var(--secondary-color);
        color: var(--primary-dark-color);
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 5px;
        font-size: 1.1rem;
    }

        .trial .btn:hover {
            background-color: var(--success-color);
        }*/

/*systems*/

/*.systems {
    padding: 40px 0;
    background: #f4f4f4;
}

    .systems h2 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 2rem;
        color: var(--primary-dark-color);
        line-height: 1.5;
    }

.system-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.system-content {
    flex: 1;
    padding-right: 20px;
}

    .system-content h3 {
        font-size: 1.8rem;
        color: var(--secondary-color);
        margin-bottom: 10px;
    }

.system-description {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 20px;
}

.system-content h4 {
    font-size: 1.4rem;
    color: var(--primary-dark-color);
    margin-bottom: 10px;
}

.system-components {
    list-style: none;
    padding: 0;
}

    .system-components li {
        font-size: 1rem;
        color: var(--primary-color);
        margin-bottom: 10px;
    }

        .system-components li i {
            color: var(--secondary-color);
            margin-left: 10px;
        }

.system-image {
    flex: 1;
    text-align: center;
}

    .system-image img {
        max-width: 60%;
        height: auto;
    }*/

/* Coming Soon Style */
/*.system-item.coming-soon {
    opacity: 0.7;
    position: relative;
}

    .system-item.coming-soon h3 span {
        font-size: 0.8rem;
        color: #e74c3c;
        margin-left: 5px;
    }

    .system-item.coming-soon::after {
        content: "قريبًا";
        position: absolute;
        top: 10px;
        right: 10px;
        background: #e74c3c;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 0.8rem;
    }*/

/* features */
/*.features {
    padding: 60px 0;
    background: #fff;
}

    .features h2 {
        color: var(--primary-dark-color);
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
    }

    .features h4 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.2rem;
        color: var(--primary-dark-color);
    }


.feature-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.feature-item {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    flex: 1 1 calc(25% - 40px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .feature-item:hover i {
        color: var(--secondary-color);
    }

    .feature-item i {
        font-size: 3rem;
        color: var(--secondary-color);
        margin-bottom: 10px;
    }

    .feature-item h3 {
        font-size: 1.5rem;
        margin: 10px 0;
        color: #2c3e50;
    }

    .feature-item p {
        font-size: 1rem;
        color: #666;
    }

    .feature-item.coming-soon {
        opacity: 0.7;
        position: relative;
    }

        .feature-item.coming-soon h3 span {
            font-size: 0.8rem;
            color: #e74c3c;
            margin-left: 5px;
        }

        .feature-item.coming-soon::after {
            content: "قريبًا";
            position: absolute;
            top: 10px;
            right: 10px;
            background: #e74c3c;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.8rem;
        }*/

/* Media Query for Mobile */
/*@media (max-width: 768px) {

    .header-container {
        display: block;
        margin: 0;
    }

    .header-title {
        width: 100%;
        font-size: 1.8rem;
        text-align: center;
    }

    .header-description {
        font-size: 1.1rem;
        margin: 30px 0;
        line-height: 2.2;
        text-align: center;
    }


    .header-btn {
        font-size: 1.2rem;
        margin: 15px auto;
        padding: 10px 20px;
    }

    .header-img {
        padding: 30px;
    }

        .header-img img {
            padding: 0px;
        }*/

    /*units*/

    /*.units h2 {
        margin-bottom: 20px;
    }

    .units h4 {
        margin-bottom: 10px;
    }

    .unit-grid {
        margin-top: 15px;
        flex-direction: column;
    }

    .unit-item {
        flex: 1 1 100%;
        margin-bottom: 15px;
    }

        .unit-item:last-child {
            margin-bottom: 0;
        }*/

    /*system*/

    /*.system-item {
        flex-direction: column;
        padding: 0 10px;
    }

    .system-content {
        padding: 0;
        margin-bottom: 20px;
    }

    .system-image {
        width: 100%;
        order: -1;*/ /* الصورة تظهر أولاً على الجوال */
        /*margin-bottom: 20px;
    }

    .system-components {
        margin: 20px 10px;
    }*/

    /* features */

    /*.features {
        padding: 0;
    }

        .features h2 {
            margin-bottom: 20px;
        }

        .features h4 {
            margin-bottom: 10px;
        }

        .features h3 {
            margin-top: 20px;
        }

    .feature-grid {
        margin: 30px 0;
        flex-direction: column;
    }

    .feature-item {
        flex: 1 1 100%;
        margin-bottom: 15px;
    }
}


@keyframes wave-animation {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);*/
        /* حرك الصورة لأعلى */
    /*}

    100% {
        transform: translateY(0px);*/
        /* حرك الصورة لأسفل */
    /*}
}*/


/* _content/Server/Shared/MainLayout.razor.rz.scp.css */
.page[b-kkt30o18ti] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kkt30o18ti] {
    flex: 1;
}

.sidebar[b-kkt30o18ti] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kkt30o18ti] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kkt30o18ti]  a, .top-row .btn-link[b-kkt30o18ti] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-kkt30o18ti] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-kkt30o18ti] {
        display: none;
    }

    .top-row.auth[b-kkt30o18ti] {
        justify-content: space-between;
    }

    .top-row a[b-kkt30o18ti], .top-row .btn-link[b-kkt30o18ti] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kkt30o18ti] {
        flex-direction: row;
    }

    .sidebar[b-kkt30o18ti] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kkt30o18ti] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-kkt30o18ti], article[b-kkt30o18ti] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Server/Shared/NoneLayout.razor.rz.scp.css */
.page[b-69su7zf3zg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-69su7zf3zg] {
    flex: 1;
}

.sidebar[b-69su7zf3zg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-69su7zf3zg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-69su7zf3zg]  a, .top-row .btn-link[b-69su7zf3zg] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-69su7zf3zg] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-69su7zf3zg] {
        display: none;
    }

    .top-row.auth[b-69su7zf3zg] {
        justify-content: space-between;
    }

    .top-row a[b-69su7zf3zg], .top-row .btn-link[b-69su7zf3zg] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-69su7zf3zg] {
        flex-direction: row;
    }

    .sidebar[b-69su7zf3zg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-69su7zf3zg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-69su7zf3zg], article[b-69su7zf3zg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Server/Shared/RangeSlider.razor.rz.scp.css */
.range-slider-container[b-0y7i3jvc1f] {
    position: relative;
    width: 100%;
    margin: 20px auto;
    background: #f2f2f2;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

input[type="range"][b-0y7i3jvc1f] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: none;
}

    input[type="range"][b-0y7i3jvc1f]::-webkit-slider-thumb {
        pointer-events: all;
        width: 18px;
        height: 18px;
        background: #2c3e50;
        border-radius: 50%;
        cursor: pointer;
        -webkit-appearance: none;
        position: relative;
    }

.slider-track[b-0y7i3jvc1f] {
    position: absolute;
    height: 6px;
    background: #1e73be;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
    border-radius: 3px;
}

.values[b-0y7i3jvc1f] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
