@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-primary: #0981DD;
    --color-secondary: #333E4E;
}

body {
    font-family: 'Tajawal', sans-serif;
    color: var(--color-secondary);
}


img {
    max-width: 100%;
}

a, a:hover, a:focus {
    text-decoration: none;
}

a {
    transition-duration: 1s;
}

a:hover, a:focus {
    transition-duration: 1s;
}

.h2, h2 {
    font-size: 40px;
    font-weight: bold;
}

.h5, h5 {
    font-size: 21px;
}

.wow {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.divider {
    background-color: var(--color-primary);
    height: 1px;
    width: 45px;
    text-align: center;
    margin-top: -10px !important;
}

.divider-w {
    background-color: #FFFFFF;
    height: 1px;
    width: 45px;
    text-align: center;
    margin-top: -10px !important;
}

ul {
    list-style-type: none;
    padding-inline-start: 0;
}

button, input, optgroup, select, textarea {
    max-width: 100%;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #9ba2ad;
}

select:focus > option:checked {
    background-color: var(--color-secondary) !important;
    color: #FFFFFF !important;
}

.form-check-input:checked {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.form-select, .form-control {
    padding: 7px 15px;
    font-size: 13px;
    border-radius: 20px;
}

.from-select {
    height: inherit;
    min-height: 200px;
    max-height: 400px;
    resize: none;
    padding: 15px;
    font-size: 13px;
    border-radius: 20px;
}

/** fix form select icon in arabic */

textarea.form-control {
    height: inherit;
    min-height: 200px;
    max-height: 400px;
    resize: none;
    padding: 15px;
    font-size: 13px;
    border-radius: 20px;
}

.btn-all {
    background-color: var(--color-primary);
    border-radius: 50px;
    color: #FFFFFF;
    transition-duration: 1s;
    padding: 7px 35px;
}

.btn-all:hover {
    background-color: var(--color-secondary);
    color: #FFFFFF;
    transition-duration: 1s;
}

.btn-h1 {
    background-color: #FFFFFF;
    border-radius: 50px;
    color: var(--color-secondary);
    transition-duration: 1s;
    padding: 7px 35px;
}

.btn-h1:hover {
    background-color: var(--color-secondary);
    color: #FFFFFF;
    transition-duration: 1s;
}

.btn-h2 {
    background-color: transparent;
    border-radius: 50px;
    color: #FFFFFF;
    transition-duration: 1s;
    padding: 7px 35px;
    border: 1px solid #FFFFFF;
}

.btn-h2:hover {
    background-color: var(--color-secondary);
    color: #FFFFFF;
    transition-duration: 1s;
}

main {
    min-height: 60vh;
    padding: 50px 0;
    background-color: #F8F9FB;
    color: var(--color-secondary);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 0 200px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 7px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}

::-webkit-scrollbar-thumb:active {
    background: var(--color-primary);
}

::-webkit-scrollbar-corner {
    background: var(--color-primary);
}

::-webkit-scrollbar-corner:hover {
    background: var(--color-primary);
}

/* Scrollbar hidden */
::-webkit-scrollbar {
    display: none;
}

#siteHeader {
    background: linear-gradient(45deg, #333e4ed1, #333e4ed1), url(../images/bg-h.jpg) fixed center / cover;
    position: relative;
    border-radius: 0 0 200px 0;
}

#siteHeader li.nav-item {
    text-align: center;
}

#siteHeader .navbar-brand img {
    width: 200px;
}

#siteHeader .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

#siteHeader .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 300;
    padding: 15px;
    color: #FFFFFF;
}

#siteHeader a.nav-link:hover:after, #siteHeader a.nav-link.active:after {
    content: "";
    background-color: #FFFFFF;
    height: 1px;
    width: 80%;
    display: block;
    margin-top: 7px;
}

#siteHeader #title-home {
}

#siteHeader #title-home h1 {
    font-size: 80px;
    font-weight: bold;
}

#siteFooter {
    background: var(--color-secondary);
    position: relative;
    color: #FFFFFF;
    font-weight: 400;
    padding: 20px 20px 0 20px;
    border-radius: 200px 0 0 0;
    font-family: 'Arial', sans-serif;
}

#siteFooter .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) #404A5A !important;
}

#siteFooter h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#siteFooter h6 {
    font-size: 16px;
    font-weight: 500;
}

#siteFooter ul.list-unstyled li {
    line-height: 2.2em;
    font-size: 15px;
    margin-bottom: 8px;
}

#siteFooter ul.list-unstyled li a {
    font-size: 15px;
    color: #FFFFFF;
    transition: color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

#siteFooter ul.list-unstyled li a:hover {
    color: #d4e30a;
    transform: translateX(5px);
}

#siteFooter ul.list-unstyled li i {
    font-size: 14px;
    margin-right: 8px;
}

#siteFooter .social-f a {
    color: #FFFFFF;
    margin: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
}

#siteFooter .social-f a:hover {
    transform: translateY(-3px);
}

.footer-section {
    margin-bottom: 25px;
}


#map #map-card {
    border: 0;
    margin-bottom: -200px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    height: 500px;
    width: 100%;
    z-index: 0;
}

#about {
    padding: 50px 0;
}

#about .img-a {
    padding: 30px 0 30px 30px;
    background: url(../images/img-a-bg.png) bottom left no-repeat;
    background-size: 90%;
}

#features {
    padding: 50px 0;
    margin: 100px 0 0 0;
    background-color: var(--color-primary);
    color: #FFFFFF;
}

#features .img-f {
    margin: -150px 0 -200px 0;
}

#services {
    padding: 150px 0 70px 0;
    background-color: #F8F9FB;
    color: var(--color-secondary);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#services .box {
    animation: fadeInUp 0.5s ease-in-out;
}

.box {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-height: 100%;
}

.box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

select.form-select {
    background-position: right 0.75rem center;
    padding-right: 2.25rem;
    padding-left: 0.75rem;
}

.box h4 {
    color: var(--color-secondary);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.box p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.box a {
    color: var(--color-secondary);
    text-decoration: none;
    display: block;
    height: 100%;
}

.box a:hover h4 {
    color: var(--color-primary);
}

.box .btn {
    align-self: center;
    margin-top: auto;
}

#contact {
    padding: 70px 0;
    background-color: #F8F9FB;
    color: var(--color-secondary);
}

#fixedWhatsAppIcon {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    background-color: #54b460;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    z-index: 9999;
}

#fixedWhatsAppIcon:hover {
    background-color: #339933;
}


@media (max-width: 62em) {
    #siteHeader {
        border-radius: 0 0 50px 0;
    }

    #siteHeader a.nav-link:hover:after, #siteHeader a.nav-link.active:after {
        display: none;
    }

    #siteHeader #title-home h1 {
        font-size: 40px;
    }

    #siteFooter {
        border-radius: 100px 0 0 0;
    }

    #map #map-card {
        margin-bottom: -100px;
        height: 300px;
    }

    #about .img-a {
        padding: 20px;
    }

    #features {
        margin: 0;
    }

    #features .img-f {
        margin: 0;
    }

    #services {
        padding: 50px 0;
    }

}

/* ========================================
   App Download Section - Compact Design
   ======================================== */

/* Main Wrapper */
