
    /* اللون الأساسي */
    .border-main {
        border: 1px solid #0b5f61 !important;
        border-right: 5px solid #0b5f61 !important;
    }
    .text-main {
        color: #0b5f61 !important;
    }

    /* لون فاتح مناسب */
    .border-light-teal {
        border: 1px solid #d7f0ef !important;
        border-right: 5px solid #d7f0ef !important;
    }
    .text-light-teal {
        color: #d7f0ef !important;
    }

    /* لون مكمّل ناعم */
    .border-warm-yellow {
        border: 1px solid #f4b942 !important;
        border-right: 5px solid #f4b942 !important;
    }
    .text-warm-yellow {
        color: #f4b942 !important;
    }

    /* لون محايد غامق */
    .border-dark-gray {
        border: 1px solid #2e2e2e !important;
        border-right: 5px solid #2e2e2e !important;
    }
    .text-dark-gray {
        color: #2e2e2e !important;
    }

    /* لون أزرق عصري */
    .border-modern-blue {
        border: 1px solid #206f9f !important;
        border-right: 5px solid #206f9f !important;
    }
    .text-modern-blue {
        color: #206f9f !important;
    }

    /* لون أكشن / CTA */
    .border-accent-orange {
        border: 1px solid #ff6f61 !important;
        border-right: 5px solid #ff6f61 !important;
    }
    .text-accent-orange {
        color: #ff6f61 !important;
    }

    .border-main22{
        border: 1px solid #1043a0 !important;
        border-right: 5px solid #1043a0 !important;
    }
    .text-main22{
        color: #1043a0 !important;
    }
    .border-orange{
        border: 1px solid #9b491a !important;
        border-right: 5px solid #9b491a !important;
    }
    .text-orange{
        color: #9b491a !important;
    }
