@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700&family=Poppins:wght@400;500;700&display=swap');

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

html.en body, * {
    font-family: 'Poppins', sans-serif;
}

html {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fafafa;
}

body {
    margin: 0;
    padding: 0;
    font-family: inherit;
    background-color: inherit;
    color: inherit;
}

/* headings.css or in your global CSS file */

/* h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-top: 0;
}

h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #0f223b;
}

h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 14px;
    color: #0f223b;
}

h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 12px;
    color: #0f223b;
}

h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #ff914d;
}

h5 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #ff914d;
}

h6 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #ff914d;
} */


/* Add to your global CSS file */

/* p,
span,
div {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
} */

/* Global button style */
/* button,
.btn,
.button {
    font-weight: 500;
    font-size: 16px;
    background-color: #ff914d;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

button:hover,
.btn:hover,
.button:hover {
    background-color: #e6803b;
    color: #ffffff;
}

button:focus,
.btn:focus {
    outline: 2px solid #e6803b;
    outline-offset: 2px;
} */


/* Links & Navigation CSS */
/* a,
.nav-link {
    font-weight: 500;
    font-size: 16px;
    color: #0f223b;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover,
.nav-link:hover {
    color: #ff914d;
}

.nav-link.active {
    color: #ff914d;
    font-weight: 600;
} */


/* Footer Text Styles */
/* footer,
footer p,
.footer-text,
.footer a {
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 1.6;
    text-decoration: none;
}

footer a:hover {
    color: #ff914d;
} */


/* Forms & Input Field Styles */
/* input,
select,
textarea {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    width: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #ff914d;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 145, 77, 0.2);
} */


/* label {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    margin-bottom: 6px;
    display: block;
} */





