/* Auto-generated from admin custom CSS — do not edit */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
:root {
  --primary-color: #155089;
  --text-secondary:#FFFFF
}
p {
    text-align: justify;
    text-justify: inter-character;
    word-spacing: normal;
}

.values-list li { display:flex; gap:.75rem; align-items:flex-start;  color:var(--primary-color);font-size: 1.4rem; }
.values-list i { color: #155089; font-size: 1.4rem;  }

.info-icon {
width: 52px; height: 52px; display: grid; place-items: center;
background: var(--primary-color);
color: #FFFFFF;
border-radius: .9rem; font-size: 1.4rem;
}

.x_img-feauter{
        height: 100px;
    }


.custom-border {
    border: 1px solid #155089;
}
.bg-primary{
    background: var(--primary-color);
}

.text-primary{
    color: var(--primary-color);
}

.fw-bold {
  font-weight: 400;
}

.x_fw-bold{
    font-weight: 250;
}

.display-5 {
  font-size: 24px;
  line-height: 1.2;
}

.card-container {
        position: relative;
        height: 300px;
        margin-bottom: 2rem;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .card-main {
        position: absolute;
        width: 100%;
        height: 100%;
        background: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1.5rem;
        text-align: center;
        transition: transform 0.5s ease;
        z-index: 2;
    }

    .card-details {
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--primary-color);
        color: white;
        padding: 1.5rem;
        display: flex;
        align-items: center;
        text-align: center;
        transform: translateX(100%);
        transition: transform 0.5s ease;
        z-index: 1;
    }

    .card-container:hover .card-main {
        transform: translateX(-100%);
    }

    .card-container:hover .card-details {
        transform: translateX(0);
    }
    .card-title {
        font-size: 1.2rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 0.5rem;
    }

    .card-desc {
        font-size: 1rem;
        line-height: 1.6;
    }

    @media (max-width: 767px) {
        .card-container {
            height: 250px;
        }

        .card-main,
        .card-details {
            padding: 1rem;
        }

        .card-title {
            font-size: 1.1rem;
        }

        .card-desc {
            font-size: 0.9rem;
        }
    }


.flip-card {
        background-color: transparent;
        perspective: 1000px;
        height: 250px;
    }

    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }

    .flip-card-front,
    .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .flip-card-front {
        background-color: #fff;
        color: #333;
        border: 1px solid #e9ecef;
    }

    .flip-card-back {
        background-color: var(--primary-color);
        color: white;
        transform: rotateY(180deg);
        padding: 20px !important;
    }

    .flip-card-back p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }

    .flip-card .flip-card-inner .flip-card-front i{
        color: white;
    }
    .icon-flip_x {
        padding: 25px;
        border-radius: 20px;

    }

.tab-section2 .nav-tabs {
        border-bottom: none;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .tab-section2 .nav-tabs .nav-link {
        color: #333;
        border: none;
        padding: 1rem 1.5rem;
        margin: 0 0.5rem;
        border-radius: 8px;
        background-color: #e3dede;
        transition: all 0.3s ease;
    }

    .tab-section2 .nav-tabs .nav-link:hover {
        background-color: var(--primary-color);
        color: white;
    }

    .tab-section2 .nav-tabs .nav-link.active {
        background-color: var(--primary-color);
        color: white;
    }

    .tab-section2 .tab-content {
        background-color: white;
        border-radius: 8px;
        padding: 2rem;
        box-shadow: 0 10px 25px rgb(0 0 0 / 26%);
    }

    .tab-content>.active {
        display: flex;
    }

    .tab-section2 .tab-pane {
        /* display: flex; */
        align-items: center;
        flex-wrap: wrap;
    }

    .tab-section2 .tab-image {
        max-width: 400px;
        height: auto;
        border-radius: 8px;
        margin: auto;
    }

    .tab-section2 .tab-text {
        font-size: 1.4rem;
        line-height: 1.7;
        max-width: 50%;
    }


    @media (max-width: 992px) {
        .tab-section2 .nav-tabs {
            margin: 0 0px 0px 40px;
        }

        .tab-section2 .nav-tabs .nav-item {
            display: contents;

        }

        .tab-section2 .nav-tabs .nav-link {
            padding: 0.75rem 1rem;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }

        .tab-section2 .content-text {
            font-size: 1.1rem;
        }

        .tab-section2 .tab-pane {
            flex-direction: column-reverse;
        }

        .tab-section2 .tab-image {
            max-width: 100%;
            margin-bottom: 20px;
        }

        .tab-section2 .tab-text {
            font-size: 1.4rem;
            line-height: 1.7;
            max-width: 100%;
        }
    }

     .tabs-section {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        margin: 50px auto;
        max-width: 1100px;
    }

    /* أزرار التبويب */
    .tabs-section .nav-tabs {
        border: none;
        justify-content: center;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .tabs-section .nav-link {
        background: #fff;
        border: none;
        border-radius: 15px;
        color: #6c757d;
        font-weight: 600;
        margin: 5px;
        padding: 12px 25px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .tabs-section .nav-tabs .nav-link.active {
        background-color: var(--primary-color);
        color: #fff;
    }

    .tabs-section .nav-tabs .nav-link i {
        font-size: 1.3rem;
    }

    /* ====== محتوى التبويب ====== */
    .tabs-section .tab-content>.active {
        display: flex;
    }

    .tabs-section .tab-pane {
        /* display: flex ; */
        align-items: center;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        text-align: right;
        padding: 10px;
    }

    /* الصورة */
    .tabs-section .tab-pane img {
        width: 100%;
        max-width: 350px;
        border-radius: 12px;
        flex-shrink: 0;
    }

    /* النص */
    .tabs-section .tab-pane .content {
        flex: 1;
        min-width: 300px;
        max-width: 500px;
        padding: 15px;
    }

    .tabs-section .tab-pane .content h5 {
        color: var(--primary-color);
        font-weight: 700;
        margin-bottom: 15px;
    }

    .tabs-section .tab-pane .content p {
        color: #444;
        line-height: 1.8;
        font-size: 1.05rem;
    }

    /* ✅ استجابة كاملة */
    @media (max-width: 992px) {
        .tabs-section {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            /* padding: 30px; */
            margin: 0 0;
            max-width: 1100px;
            /* ✅ لا تتجاوز هذا العرض */
        }

        .tabs-section .tab-content>.active {
            display: block;
        }

        .tabs-section .tab-pane {
            flex-direction: column;
            text-align: center;

        }

        .tabs-section .tab-pane img {
            max-width: 100%;
            margin-bottom: 20px;
        }

        .tabs-section .tab-pane .content {
            max-width: 100%;
            padding: 10px;
            min-width: auto;
        }

        .tabs-section .nav-tabs {
            display: inline;
        }

        .tabs-section .nav-tabs .nav-item {
            margin-bottom: 15px;
        }

        .tabs-section .nav-tabs .nav-link {
            width: 100%;
            white-space: normal;
            margin-bottom: 10px;
        }
    }

/* تصميم متجاوب */
        @media (max-width: 768px) {
          .tab-vertical   .tab-content-inner {
                flex-direction: column-reverse;
            }
             .tab-vertical  .tab-pane.active{
                margin-top: 0px;
             }
           .tab-vertical  .tab-image {
                flex: 0 0 auto;
                margin-bottom: 20px;
            }
          .tabs-vertical  .nav-tabs .nav-link {
                min-width: 180px;
                padding: 12px 15px;
            }
         .tabs-vertical   .nav-tabs .nav-link h4 {
                font-size: 0.9rem;
            }
        }

        .x_under-heros{
            max-width: 70%;
        }
        @media (max-width: 768px) {
            .x_under-heros{
                max-width: 100%;
            }
        }

    .feature-item-system {
    transition: transform 0.3s ease;
    padding: 20px;
        box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 88%);
}

.feature-item-system {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item-system:hover {
    transform: translateY(-5px);
    background: var(--primary-color);
}

.feature-item-system:hover .card-title {
    color: white !important;
    border-radius: 8px;
    padding: 12px 8px;
    margin: 0 -8px;
}

.feature-number {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item-system:hover .feature-number {
    transform: scale(1.15) rotate(5deg);
}

.feature-item-system:hover .bg-primary {
    background: var(--secondary-color) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.feature-number .bg-primary{
width: 80px; height: 80px; font-size: 1.5rem;
}

.hover-card {
      position: relative;
      overflow: hidden;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      cursor: pointer;
      height: 180px;
    }

    .hover-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    }
     .hover-card-new {
      position: relative;
      overflow: hidden;
      padding: 30px;
      background: var(--primary-color);
      color: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      cursor: pointer;
      height: 180px;
    }

    .hover-card-new:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    }

    .hover-card-content {
      position: absolute;
      inset: 0;
      background: var(--primary-color);
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 20px;
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .hover-card:hover .hover-card-content {
      opacity: 1;
    }

    .hover-card h3 {
     color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    padding: 50px;
    margin: revert-layer;
    font-size: 1.3rem;
    }
    .hover-card h5 {
     color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    padding: 25px;
    margin: revert-layer;
    font-size: 1.3rem;
    }

    .hover-card-content p {
      font-size: 1rem;
      margin: 0;
      color: #fff;
      line-height: 1.6;
    }
    @media (max-width: 992px) {
      .section-description-system {
        width: 100%;

      }
    }



    .flip-card {
        background-color: transparent;
        perspective: 1000px;
        height: 250px;
    }

    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }

    .flip-card-front,
    .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .flip-card-front {
        background-color: #fff;
        color: #333;
        border: 1px solid #e9ecef;
    }

    .flip-card-back {
        background-color: var(--primary-color);
        color: white;
        transform: rotateY(180deg);
        padding: 20px !important;
    }

    .flip-card-back p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }

    .flip-card .flip-card-inner .flip-card-front i{
        color: white;
    }

.feature-icon {
        transition: transform 0.3s ease;
    }

    .feature-item_x:hover .feature-icon {
        transform: scale(1.1);
    }


.feature-item_x {
        transition: all 0.3s ease;
        border: 1px solid #e9ecef;
    }

    .feature-item_x:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    }


/* === RTL Styles (Default) === */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: var(--primary-color);
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: -3px;
    border-radius: 10px;
}

.timeline-step {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 3rem;
}

.timeline-step:nth-child(odd) {
    right: 0;
}

.timeline-step:nth-child(even) {
    right: 50%;
}

.timeline-step::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: white;
    border: 4px solid var(--primary-color);
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-step:nth-child(odd)::after {
    left: -12px;
}

.timeline-step:nth-child(even)::after {
    right: -12px;
}

.step-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid var(--primary-color);
}

.step-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.step-number {
    position: absolute;
    top: -15px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.timeline-step:nth-child(odd) .step-number {
    left: -20px;
}

.timeline-step:nth-child(even) .step-number {
    right: -20px;
}

.step-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.5rem;
}

.step-description {
    color: #444;
    font-size: 1.05rem;
}

.step-description strong {
    color: var(--secondary-color);
}

/* Responsive - RTL */
@media screen and (max-width: 768px) {
    .timeline::after {
        right: 31px;
    }

    .timeline-step {
        width: 100%;
        padding-right: 70px;
        padding-left: 25px;
    }

    .timeline-step:nth-child(even) {
        right: 0;
    }

    .timeline-step::after {
        right: 19px;
    }

    .timeline-step:nth-child(odd) .step-number,
    .timeline-step:nth-child(even) .step-number {
        right: -20px;
        left: auto;
    }
}

/* === LTR Mode === */
[dir="ltr"] .timeline::after {
    left: 50%;
    right: auto;
    margin-left: -3px;
}

[dir="ltr"] .timeline-step:nth-child(odd) {
    left: 0;
    right: auto;
}

[dir="ltr"] .timeline-step:nth-child(even) {
    left: 50%;
    right: auto;
}

[dir="ltr"] .timeline-step:nth-child(odd)::after {
    right: -12px;
    left: auto;
}

[dir="ltr"] .timeline-step:nth-child(even)::after {
    left: -12px;
    right: auto;
}

[dir="ltr"] .step-content {
    border-right: 4px solid var(--primary-color);
    border-left: none;
}

[dir="ltr"] .timeline-step:nth-child(odd) .step-number {
    right: -20px;
    left: auto;
}

[dir="ltr"] .timeline-step:nth-child(even) .step-number {
    left: -20px;
    right: auto;
}

/* Responsive - LTR */
@media screen and (max-width: 768px) {
    [dir="ltr"] .timeline::after {
        left: 31px;
        right: auto;
    }

    [dir="ltr"] .timeline-step {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    [dir="ltr"] .timeline-step::after {
        left: 19px;
        right: auto;
    }

    [dir="ltr"] .timeline-step:nth-child(odd) .step-number,
    [dir="ltr"] .timeline-step:nth-child(even) .step-number {
        left: -20px;
        right: auto;
    }
}


.pricing-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            padding: 30px;
            height: 100%;
            transition: all 0.3s;
            border: 1px solid #eee;
            position: relative;
            overflow: hidden;
        }
       
        .pricing-plan-name {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #333;
        }
        .pricing-price {
            font-size: 30px;
            font-weight: 700;
            display: flex;
            color: #333;
            margin-bottom: 5px;
        }
        .pricing-period {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #666;
            margin-bottom: 20px;
        }
        .pricing-period img {
            width: 50px;
            height: 40px;
        }
        .pricing-description {
            color: #666;
            margin-bottom: 25px;
            min-height: 80px;
        }
        .pricing-btn {
            background-color: #0070f2;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            font-weight: 600;
            width: 100%;
            transition: all 0.3s;
        }
        .pricing-btn:hover {
            background-color: #005bb8;
            color: white;
        }
        .pricing-features {
            margin-top: 25px;
        }
        .pricing-feature {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
            color: #666;
        }
        .pricing-feature i {
            color: #0070f2;
        }
        @media (max-width: 767.98px) {
            .x_pricing-section {
                padding: 0;
            }
            .pricing-card {
                margin-bottom: 20px;
                background: #ebebeb;
            }
            .x_big-business{
                padding: 0 !important;
                padding-top: 20px !important;
            }
            .x_big-business .display-5{
                font-size: x-large;
            }
        }


.list-unstyled {
        padding-left: 5px;
        padding-right: 5px;
        list-style: none;
    }






  .device-card {
        background: white;
        border-radius: 15px;
        padding: 2.5rem 2rem;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        border: 3px solid transparent;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .device-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .device-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(129, 75, 118, 0.2);
        border-color: var(--primary-color);
    }

    .device-card:hover::before {
        transform: scaleX(1);
    }

    .device-icon {
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
        color: var(--primary-color);
        transition: all 0.3s ease;
    }

    .device-card:hover .device-icon {
        transform: scale(1.1);
        color: var(--secondary-color);
    }

    .device-title {
        font-size: 1.5rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 1rem;
    }

    .device-description {
        color: #666;
        font-size: 1rem;
        line-height: 1.6;
    }

    /* Animation for cards */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .device-card {
        animation: fadeInUp 0.6s ease-out;
    }

    .device-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .device-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .device-card:nth-child(3) {
        animation-delay: 0.3s;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .devices-section {
            padding: 3rem 0;
        }

        .section-heading {
            font-size: 2rem;
        }

        .content-text {
            font-size: 1.1rem;
        }

        .device-card {
            padding: 2rem 1.5rem;
            margin-bottom: 1.5rem;
        }

        .device-icon {
            font-size: 3rem;
        }

        .device-title {
            font-size: 1.3rem;
        }
    }

    @media (max-width: 576px) {
        .section-heading {
            font-size: 1.8rem;
        }

        .device-card {
            padding: 1.5rem 1rem;
        }

        .device-icon {
            font-size: 2.5rem;
        }
    }


.system-card {
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    background: white;
    height: 310px;
    margin-bottom: 40px;
}

.system-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.system-icon img {
    max-width: 50px;
    max-height: 50px;
}

.system-icon i {
    color: var(--secondary-color);
}

.system-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.system-description {
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* عدد الأسطر */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* الزر نصفه داخل الكارد ونصفه خارجها */
.system-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    padding: 8px 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    position: absolute;
    bottom: 0; /* وضعه عند أسفل البطاقة */
    left: 50%;
    transform: translate(-50%, 50%); /* يجعله نصف داخل ونصف خارج */
}

.system-btn:hover {
    transform: translate(-50%, 45%); /* تأثير بسيط عند المرور */
    box-shadow: 0 5px 15px rgba(33, 3, 122, 0.515);
    color: white;
}

.section-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 2rem;
            text-align: center;
        }


.system-card {
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    background: rgb(240, 241, 248);
    height: 310px;
    margin-bottom: 40px;
}

.system-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.system-icon img {
    max-width: 50px;
    max-height: 50px;
}

.system-icon i {
    color: var(--secondary-color);
}

.system-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.system-description {
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* عدد الأسطر */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* الزر نصفه داخل الكارد ونصفه خارجها */
.system-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    padding: 8px 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    position: absolute;
    bottom: 0; /* وضعه عند أسفل البطاقة */
    left: 50%;
    transform: translate(-50%, 50%); /* يجعله نصف داخل ونصف خارج */
}

.system-btn:hover {
    transform: translate(-50%, 45%); /* تأثير بسيط عند المرور */
    box-shadow: 0 5px 15px rgba(33, 3, 122, 0.515);
    color: white;
}

.dashboard_img {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #2f4054;
    margin-bottom: 50px;
}
