﻿
/* Regular weight — family name uses suffix Regular */
@font-face {
    font-family: "regularFont";
    src: url("Layouts/fonts/IBMPlexSansArabic-Regular.woff") format("woff"), url("Layouts/fonts/IBMPlexSansArabic-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium weight — family name uses suffix Medium */
@font-face {
    font-family: "mediumFont";
    src: url("Layouts/fonts/IBMPlexSansArabic-Medium.woff") format("woff"), url("Layouts/fonts/IBMPlexSansArabic-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SemiBold weight — family name uses suffix SemiBold */
@font-face {
    font-family: "semiBoldFont";
    src: url("Layouts/fonts/IBMPlexSansArabic-SemiBold.woff") format("woff"), url("Layouts/fonts/IBMPlexSansArabic-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold weight — family name uses suffix Bold */
@font-face {
    font-family: "boldFont";
    src: url("Layouts/fonts/IBMPlexSansArabic-Bold.woff") format("woff"), url("Layouts/fonts/IBMPlexSansArabic-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Use regular family */
body {
    font-family: "regularFont", Arial, sans-serif;
    font-weight: 400;
}

/* Use medium family for specific elements */
p.lead {
    font-family: "mediumFont", Arial, sans-serif;
    font-weight: 500;
}

/* Use semibold family for emphasis */
strong {
    font-family: "semiBoldFont", Arial, sans-serif;
    font-weight: 600;
}

/* Use bold family for headings */
h1, h2 {
    font-family: "boldFont", Arial, sans-serif;
    font-weight: 700;
}


/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding: 1rem;
    direction: rtl;
}

.ServicesCard-body {
    /*display: grid;*/
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    background-color: #fff;
    max-width: 400px !important;
    height: auto !important;
    flex-wrap: wrap-reverse;
    justify-items: flex-end;
}

    .ServicesCard-body:hover {
        background: #f9fafb;
    }

.ServicesCard-image {
    width: 100%;
    border-radius: 8px;
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    text-align: right;
}

    .card-header h2 {
        font-size: 1.5rem;
        color: black;
        font-weight: bold;
    }

.card-footer {
    display: flex;
    justify-content: space-between;
}

button {
    background-color: palevioletred;
    color: black;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    button:hover {
        background-color: plum;
    }

.text-sm {
    font-size: 16px;
    line-height: 25px;
    font-family: 'regularFont';
    color: #4b5563;
    text-align: justify;
}

.mt-4 {
    margin-top: 1rem;
}


@media (prefers-reduced-motion: reduce) {
    *

{
    animation: none !important;
    transition: none !important;
}

}

@media screen and (min-width: 1200px) {
    .ourServices {
        flex-direction: column;
        gap: var(--card-card-lg-gap, 24px);
        align-items: flex-end;
        justify-content: flex-start;
        flex-shrink: 0;
        width: auto !important;
        height: 305px !important;
        position: relative;
        margin-bottom: 20px;
        direction: rtl !important;
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 800px) {
    .ourServices {
        flex-direction: column;
        gap: var(--card-card-lg-gap, 24px);
        align-items: flex-end;
        justify-content: flex-start;
        flex-shrink: 0;
        width: auto !important;
        height: 305px !important;
        position: relative;
        margin-bottom: 20px;
        direction: rtl !important;
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .ourServices {
        flex-direction: column;
        gap: var(--card-card-lg-gap, 24px);
        align-items: flex-end;
        justify-content: flex-start;
        flex-shrink: 0;
        width: auto !important;
        height: 305px !important;
        position: relative;
        margin-bottom: 20px;
        direction: rtl !important;
        display: flex;
        flex-wrap: wrap;
    }
}

.ourServices {
    background: var(--background-background-card, #ffffff);
    border-radius: var(--radius-lg, 16px);
    border-style: solid;
    border-color: var(--border-border-neutral-primary, #d2d6db);
    border-width: 1px;
    padding: var(--global-spacing-xl, 16px);
    display: grid;
    flex-direction: column;
    gap: var(--card-card-lg-gap, 24px);
    align-items: flex-end;
    justify-content: flex-start;
    flex-shrink: 0;
    width: auto !important;
    height: 305px !important;
    position: relative;
    margin-bottom: 20px;
    direction: rtl !important;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb {
    direction: rtl;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    color: #333;
    padding: 8px 12px;
    background: #f3fcf6 !important;
    padding-right: 5%;
}

hr {
    margin: 0px !important;
    color: #f3fcf6 !important;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    /* background: #f3fcf6; */
}

.featured-icon2 {
    background: #fafa0000;
    width: 48px;
    height: 48px;
    position: relative;
    border: 1px solid #166a45;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 14px 16px;
    display: inline-block;
}


