:root {
    --theme-color: #1E3A8A;
    --title-color: #141D38;
    --body-color: #737887;
    --smoke-color: #F5F5F5;
    --smoke-color2: #E2E8FA;
    --black-color: #000000;
    --black-color2: #080E1C;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --title-font: 'Cairo', sans-serif !important;
    --body-font: 'Cairo', sans-serif !important;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 24px;
    --section-space: 80px;
    --section-space-mobile: 60px;
    --section-title-space: 50px;
    --ripple-ani-duration: 5s
}

p{
    font-size:1.2rem;
    font-weight:600;
}
p, ul {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
}

body * {
    font-family: 'Cairo', sans-serif;
}

.cairo-font {
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
            "slnt" 0;
}

.noto-kufi-arabic {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.footer-widget .widget_title:before {
    content: '';
    height: 2px;
    width: 120px;
    background-color: var(--theme-color);
    position: absolute;
    right: 0;
    bottom: 0
}
.footer-widget .widget_title:after {
    content: '';
    height: 10px;
    width: 10px;
    background-color: var(--white-color);
    position: absolute;
    bottom: -4px;
    right: 116px;
    border-radius: 99px;
    border: 2px solid var(--theme-color)
}