/* Front layout — base styles */

.custom-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

nav.org_nav {
    display: flex;
    width: 100%;
    padding: 0;
}

nav.org_nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-height: 100px;
    width: 100%;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    order: 1;
}

.navbar-brand .logo {
    max-height: 90px;
    width: auto;
}

.navbar-toggler {
    order: 3;
    border: 1px solid rgba(255, 255, 255, 0.55);
    padding: 6px 10px;
    background: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-toggler-icon {
    filter: invert(1) brightness(1.4);
}

.navbar-collapse {
    order: 2;
    flex-grow: 1;
}

.navbar .nav-item .nav-link {
    font-size: 18px !important;
    font-weight: 500;
    padding: 8px 16px !important;
    display: flex;
    align-items: center;
    color: #fff !important;
}

.navbar-nav {
    display: flex;
    align-items: center;
    margin: 0;
    margin-inline-start: 12px;
}

.header_contact {
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 0 !important;
    background: none !important;
    background-color: transparent !important;
    text-align: left;
    direction: ltr;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    order: 4;
}

.header_contact .contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none !important;
    color: #fff;
}

.header_contact .contact-item a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.header_contact .contact-item i {
    font-size: 16px;
    background: none !important;
}

section.banner .banner-content article span {
    font-size: 32px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    font-family: 'Tajawal', sans-serif !important;
    text-transform: none !important;
}

section.banner .banner-content article h1 {
    font-size: 80px !important;
    font-family: 'Tajawal', sans-serif !important;
    font-weight: 500 !important;
}

section.banner,
section.banner .img-wrapper {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

section.banner .img-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

section.banner .img-wrapper > img.img-fluid {
    width: 100%;
    height: auto;
    max-height: 779px;
    object-fit: cover;
    object-position: center top;
    visibility: hidden;
    display: block;
}

.social {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 36px;
}

.social a {
    color: #fff;
    margin: 0 12px;
}

.right-res {
    font-size: 16px;
}

.footer-logo {
    max-height: 90px;
    margin-bottom: 10px;
}

.container-fluid.footer {
    text-align: center;
}

/* Desktop header layout */
@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }

    .navbar-collapse {
        display: flex !important;
        align-items: center;
        flex-grow: 1;
        justify-content: flex-start;
        height: auto !important;
    }

    .header_contact {
        display: flex !important;
    }
}
