    .bg-blue {
    background-color: #132a4c !important;
    }/* General CSS Setup for Headings and Paragraphs */
:root {
    --font-family: "Almarai", sans-serif;
    --heading-color: #d3d3d3;
    --paragraph-color: #d3d3d3;
}

/* Headings */
.uni-heading-1 {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 32px;
    font-weight: bold;
}

.uni-heading-2 {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 28px;
    font-weight: bold;
}

.uni-heading-3 {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 24px;
    font-weight: bold;
}

.uni-heading-4 {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 20px;
    font-weight: bold;
}

.uni-heading-5 {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 18px;
    font-weight: bold;
}

.uni-heading-6 {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 16px;
    font-weight: bold;
}

/* Paragraphs */
.uni-paragraph-1 {
    font-family: var(--font-family);
    color: var(--paragraph-color);
    font-size: 20px;
    line-height: 1.5;
}

.uni-paragraph-2 {
    font-family: var(--font-family);
    color: var(--paragraph-color);
    font-size: 14px;
    line-height: 1.5;
}

.course-heading {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 16px;
    font-weight: bold;
}

.course-para {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 15px;
}

.faq-heading {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 24px;
    font-weight: 500;
}

.bullet-point {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 24px;
    font-weight: 400;

    line-height: 35px;
}

.ltr {
    direction: ltr;
}

/* Right-to-Left (RTL) Direction */
.rtl {
    direction: rtl;
}

.bg-grey {
    background-color: #606f85 !important;
}

.text-grey {
    color: #606f85 !important;
}

.bg-dark-blue {
    background-color: #132a4c !important;
}

.text-dark-blue {
    color: #132a4c !important;
}
.text-dark-red{
	color:#BA0C2F!important;
}

.text-light-grey {
    color: #cecece !important;
}

.bg-light-grey {
    background-color: #dedede !important;
}

.bg-dark-grey {

    background-color: #CECECE !important;
}

.arrow {
    width: 30px;
}

.course-icons {
    width: 16px;
    height: 16px;
}

.course-button {
    padding: 16px;
    color: white !important;
    font-size: 26px;
    border-radius: 10px;
    border: 2px solid #cecece;
}

.custom-link {
    position: relative;
    /* Ensure relative positioning for the pseudo-element */
    display: inline-block;
    /* Keep the text inline */
    direction: rtl;
    /* Correct text direction for Arabic */
    font-size: 26px;
}

.custom-link::after {
    content: "";
    /* Create an empty pseudo-element */
    position: absolute;
    /* Position it relative to the parent */
    bottom: 0;
    /* Place it at the bottom of the element */
    left: 0;
    /* Align it to the left */
    width: 100%;
    /* Make the underline span the entire width of the text */
    height: 2px;
    /* Adjust thickness of the underline */
    background-color: #132a4c !important;
    /* Color of the underline */
}


.custom-link-2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5px;
    background-color: white;
}


.login-link {
    position: relative;
    /* Ensure relative positioning for the pseudo-element */
    display: inline-block;
    /* Keep the text inline */
    direction: rtl;
    /* Correct text direction for Arabic */
    font-size: 20px;
}

.login-link::after {
    content: "";
    /* Create an empty pseudo-element */
    position: absolute;
    /* Position it relative to the parent */
    bottom: 0;
    /* Place it at the bottom of the element */
    left: 0;
    /* Align it to the left */
    width: 100%;
    /* Make the underline span the entire width of the text */
    height: 2px;
    /* Adjust thickness of the underline */
    background-color: #0070C0 !important;
    /* Color of the underline */
}


.price {
    color: #275317;
    font-weight: bold;
    font-size: 13px;
}

.btn-course {
    background-color: #ba0c2f;
    color: #ffffff;
    font-weight: bold;
    padding: 0px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 12px;
    font-family: Almarai;
}

.footer-icons {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.footer-contact {
    font-size: 16px;
    font-family: "Almarai";
    color: #cecece;
    text-align: right;
    direction: ltr;
    line-height: 20px;
}

.btn-headerr {
    padding: 16px 65px;
    color: #cecece !important;
    font-size: 26px;
    border-radius: 10px;
    border: 2px solid #cecece;
    background-color: #ba0c2f;
}

.bullet-list {
    list-style: none;
    padding: 0;
    font-family: "Almarai", sans-serif;
    font-size: 30px;
    line-height: 35px;
    color: white;
    text-align: center;
}

.bullet-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.bullet-list li::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 35px;
    background-image: url("/images/check.svg");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #606f85;
}
.success-heading {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 25px;
    font-weight: bolder;line-height: 30px;
}

/* Small devices (max-width: 425px) */
@media screen and (max-width: 450px) {
.success-heading {

    font-size: 16px;
   font-weight: bolder;line-height: 24px;
}
    .custom-link {

        font-size: 20px;
    }

    .uni-heading-1 {
        font-size: 25px;
    }

    .uni-heading-2 {
        font-size: 22px;
    }

    .uni-heading-3 {
        font-size: 16px;
    }

    .uni-heading-4 {
        font-size: 14px;
    }

    .uni-heading-5 {
        font-size: 12px;
    }

    .uni-heading-6 {
        font-size: 10px;
    }

    .uni-paragraph-1 {
        font-size: 18px;
    }

    .uni-paragraph-2 {
        font-size: 14px;
    }

    .faq-heading {
        font-size: 17px;
    }

    .btn-headerr {
        padding: 10px 16px;
    }

    .course-button {
        padding: 10px 16px;
    }

    .bullet-list {
        font-size: 20px;
        line-height: 25px;
    }

    .bullet-list li::before {
        height: 25px;
    }

    .accordion .card-header[aria-expanded="false"]:after {
        width: 20px;
        height: 20px;
    }

    .accordion .card-header[aria-expanded="true"]:after {
        width: 20px;
        height: 20px;
    }
}

/* Extra small devices (max-width: 360px) */
@media screen and (max-width: 400px) {
.success-heading {

    font-size: 16px;
   font-weight: bolder;line-height: 24px;
}
.custom-link {

        font-size: 18px;
    }

    .faq-heading {
        font-size: 16px;
    }

    .uni-heading-1 {
        font-size: 20px;
    }

    .uni-heading-2 {
        font-size: 16px;
    }

    .uni-heading-3 {
        font-size: 14px;
    }

    .uni-heading-4 {
        font-size: 12px;
    }

    .uni-heading-5 {
        font-size: 10px;
    }

    .uni-heading-6 {
        font-size: 8px;
    }

    .uni-paragraph-1 {
        font-size: 16px;
    }

    .uni-paragraph-2 {
        font-size: 12px;
    }

    .faq-heading {
        font-size: 16px;
    }

    .bullet-list {
        font-size: 16px;
        line-height: 25px;
    }

    .bullet-list li::before {
        width: 20px;
        height: 25px;
    }

    .btn-headerr {
        padding: 10px 16px;
    }

    .arrow {
        width: 20px;
    }

    .course-button {
        padding: 8px 16px;
    }

    .course-button {
        font-size: 18px;
    }

    .accordion .card-header[aria-expanded="false"]:after {
        width: 16px;
        height: 16px;
    }

    .accordion .card-header[aria-expanded="true"]:after {
        width: 16px;
        height: 16px;
    }
}

.desktop-menu li a {
    color: #132a4c !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 19px;
    text-transform: capitalize;
}

.form-heading {
    font-weight: 900;
    text-align: right;
    color: #ba0c2f !important;
    font-family: almarai;
    font-size: 28px;
}

.text-red {
    color: red;
}

.danger-box {
    background-color: #fff5f5;
    border: 1px solid red;
    padding: 20px;
    border-radius: 0px;
    opacity: 1;
}

.heading-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}

.heading-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 100%;
    height: 2px;
    background-color: #132a4c !important;
}


.heading-underline-2 {
    position: relative;
    display: inline-block;
    /* Restrict underline width to text content */
    padding-bottom: 2px;
    /* Adjust spacing between text and underline */
}

.heading-underline-2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 100%;
    height: 2px;
    background-color: red !important;
}

.info-box {

    background-color: #DEDEDE;
    border: 0px;
    padding: 20px;
    border-radius: 0px;

}
.info-box span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    margin-bottom: 5px;

}

.info-box h6 {
    font-weight: 900;
    margin: 0;
    width: 25%;
    font-size: 18px;
    color: #132a4c !important;
}

.info-box span div {
    width: 75%;
    color: #132a4c !important;
}
.info-box-2 {

    background-color: #DEDEDE;
    border: 0px;
    padding: 20px;
    border-radius: 0px;

}


.info-box-2 h6 {
    font-weight: 900;
    margin: 0;
    width: 25%;
    font-size: 18px;
    color: #132a4c !important;
}

.info-box-2 span div {
    width: 75%;
    color: #132a4c !important;
}
.menu-container {
    background-color: #e1e1e1;
}

/* Menu list styling */
.menu-list {
    display: flex;
    justify-content: flex-start;
    /* Align items closer together */
    gap: 10px;
    /* Add a consistent small gap between items */
    padding: 18px 0;
    list-style: none;
    border-radius: 0px;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
    white-space: nowrap;
    /* Prevent the list from wrapping to the next line */
}

/* Individual menu items */
.menu-list li {
    position: relative;
    border-radius: 0px;
}

/* Menu item links */
.menu-list a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 22px 15px;
    /* Reduce padding to make items more compact */
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border-radius: 0px;
}

.menu-list a:hover,
.menu-list a.active {
    background-color: #d0d0d0;
}

/* Responsive Design */
@media (max-width: 768px) {

    /* Remove the column layout on mobile to enable horizontal scrolling */
    .menu-list {
        flex-direction: row;
        /* Set to horizontal row for mobile */
        text-align: left;
        /* Align items to the left */
        overflow-x: auto;
        /* Ensure horizontal scrolling */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */
        padding: 10px 0;
        /* Adjust padding for smaller screens */
        white-space: nowrap;
        /* Prevent wrapping */
    }

    /* Ensure menu items have consistent width and don't shrink */
    .menu-list li {

        flex-shrink: 0;
        /* Prevent the items from shrinking */
    }

    .menu-list a {
        display: inline-block;
        /* Allow links to be inline for scrolling */
        width: auto;
        /* Let the width adjust naturally */
        padding: 15px 15px;

    }
.info-box span {
    display: block;

}
   
}
/* New arrow block styling */
.arrow-block {
    position: absolute;
    
    left: 0;
 top: 50%;
    transform: translateY(-50%);
    background-color: #e1e1e1;
    padding: 15px 7px;

    z-index: 10;
    cursor: pointer;
    display: none; /* Initially hidden */
}

/* Show arrow block on mobile */
@media (max-width: 768px) {
    .arrow-block {
        display: block;
    }
    

}

.dashboard-heading {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 28px;
    font-weight: bold;
}
.dashboard-heading-1 {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 28px;
    font-weight: bold;
}
.main-dashboard-heading {
    font-family: var(--font-family);
    color: var(--heading-color);
    font-size: 18px;
    font-weight: bold;
}


@media screen and (max-width: 450px) {

    .dashboard-heading-1 {

        font-size: 22px;

    }

    .dashboard-heading {

        font-size: 22px;

    }
	   .main-dashboard-heading {

        font-size: 17px;

    }
    .info-box span div {
        width: 100%;
    }

    .info-box h6 {

        width: 100%;

    }

    .menu-list {

        padding: 0px 0;
        gap: 0px;

    }

    .menu-list li {
        margin-bottom: 0px;
    }
}

.menu {
    width: 200px;
    /* Adjust as needed */
    font-family: "Arial", sans-serif;
    direction: rtl;
    /* Right-to-left layout for Arabic */
}

.menu-item {
    display: flex;
    align-items: center;
    background-color: #e0e0e0;
    /* Light grey background */
    color: #1a1a1a;
    /* Dark text */
    padding: 3px;
    border-radius: 8px;
    margin-bottom: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;


}

.menu-item:hover {
    background-color: #d3d3d3;
    /* Slightly darker grey on hover */
}

.menu-icon {
    font-size: 24px;
    margin-left: 10px;
}

.menu-text {
    font-size: 18px;
    font-weight: bold;
}

.logout {

    color: red;

}

.first {
    background-color: #ffffff;
    color: #132a4c;
    border: 2px solid #e0e0e0;
}

.logout:hover {
    background-color: #ffe6e6;
    /* Light red on hover */
}

.footer-svg {
    width: 30px;
    margin-right: 4px;
}

.text-green{
	color:#3B7D23;
}
.bg-green
{
	 background-color:#3B7D23!important;
}

.bg-dark-green{
	background-color:#275317!important;
	
}
.success-box{
	    background-color: #D9F2D0;
    border: 0px solid red;
    padding: 7px 13px;
    border-radius: 0px;
    opacity: 1;
}

.c-red{
     color: red !important;
}

.text-cursor{
     cursor: pointer;
}