html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Cairo', 'Tajawal';/* f-dev */
    background-color: #ebf0f5;
}
h1 {
    font-family: 'Cairo';
    font-weight: 700;
} /* f-dev */
h2, h3, h4, h5, h6 {
    font-family: 'Cairo';
    font-weight: 500;
}/* f-dev */
p, span, .accordion-body {
    font-family: 'Tajawal';
    font-weight: 500;
}/* f-dev */
a.nav-link {
    font-family: 'Cairo';
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}
.navbar-nav a.nav-link:hover {
    opacity: 0.25;
}
/* .card {
    width: 100%;
    height: 100%;
} */

/* .card-img-top {
    height: 300px; /* Reduced height for better responsiveness /
    object-fit: cover;
    max-width: 100%;
} */

.accordion-button {
    background-color: #20afd9;
    color: white;
}

.accordion-button:not(.collapsed) {
    background-color: black;
    color: white;
}

.navbar-brand img {
    max-width: 120px;
    height: auto;
}

/* Responsive adjustments */

