h1, h2, h3, h4, h5, h6, span, p {
    font-family: 'Oswald', sans-serif !important;
}

.language-selector {
    font-family: 'Oswald', sans-serif !important;
}

.widget_getintuch ul li {
    display: flex;
    align-items: center;
}

.logo-header {
    width: 100%;
    text-align: end;
}

.header-content-bx .logo-header {
    padding: 0 30px 0 10px;
}

.text-shadow {
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 1.0);
}


.banner-one {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

/* Overlay effect */
.banner-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25); /* adjust darkness here */
    z-index: 1;
}

/* Bring your content above overlay */
.banner-one .container,
.banner-one .banner-content {
    position: relative;
    z-index: 2;
}

.desktop-menu nav {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    right: 0;
    top: 15px;
    transition: all .3s ease-in-out;
}

.desktop-menu {
    transition: all .3s ease-in-out;
    padding: 10px 50px !important;
}

.desktop-menu ul li a {
    color: #fff;
    transition: all .3s ease-in-out;
}

.sticky-header.is-fixed .desktop-menu ul li a:hover {
    color: #000;
}


.sticky-header .desktop-menu ul li a:hover {
    color: var(--primary);
}

.site-header .main-bar {
    width: initial !important;
}

@media (max-width: 576px) {
    .site-header .main-bar {
        width: 100% !important;
    }
}

.sticky-header.is-fixed .desktop-menu {
    background-color: var(--primary);
    top: 0;
    right: 0;
    position: fixed;
    width: 100%;
    height: 90px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.mega-menu {
    top: 0;
    right: 0;
    left: 90%;
    transform: translateX(-90%);
    width: 85vw;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    font-size: 18px !important;
    transition: all .3s ease-in-out;
}

.about-menu:hover > .mega-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: initial !important;
    top: 70px;
}

@media (max-width: 991px) {
    .desktop-menu {
        display: none !important;
    }
}

.mega-menu a:not(.cta-mega-menu):hover {
    color: var(--primary) !important;
}

.mega-menu a.cta-mega-menu:hover {
    color: #fff !important;
}

.sticky-header .top-header-header a {
    transition: all .3s ease-in-out;
}

.sticky-header .top-header a:hover {
    color: var(--primary) !important;
}

.sticky-header.is-fixed .top-header a:hover {
    color: #000 !important;
}

.section-head.text-center p {
    max-width: 600px;
}

.client-logo-wrapper {
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.logo-header img {
    height: 80px !important;

}


#loading-area .loading-inner.style-3 {
    background-color: #1a1a1c !important;
}


#loading-area .loading-inner.style-3 .wrapper .counter-text {
    color: var(--primary);

}

#loading-area .loading-inner.style-3 .load-text .text-load {
    color: var(--primary);
}

/* Full loading section */
#loading-area {
    position: fixed;
    inset: 0;
    background: #000; /* fallback color */
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading-area .loading-inner.style-3 .load-text .text-load:before {
    color: #fff;
}


#loading-area .loading-inner.style-3 {
    flex-direction: column !important;

}


/* Bring front elements above overlay */
#loading-area .loading-inner.style-3 .wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

/* Pulse animation for background */
@keyframes pulse-bg {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
        filter: drop-shadow(0 0 6px rgba(255, 175, 41, 0.4));
    }
    50% {
        transform: scale(1.02);
        opacity: 0.9;
        filter: drop-shadow(0 0 16px rgba(255, 175, 41, 0.9));
    }
}

/* Optional styling of your percentage and NIMBA letters */
#loading-area .counter-text {
    font-size: 3rem;
    font-weight: 700;
    color: #ffa623;
    margin-bottom: 10px;
}

#loading-area .load-text {
    font-size: 1.5rem;
    letter-spacing: 2px;
}

#loading-area .text-load {
    color: #ffffff;
    font-weight: 600;
}

.icon-bx-sm img {
    height: 80px !important;
    border-radius: 50% !important;
    width: 80px !important;
}


.icon-bx-wraper.style-15 .icon-bx-sm {
    height: 100px;
    width: 100px;
    min-width: 100px;
    line-height: 100px;
}

.dz-team.style-5 .dz-content {
    height: 380px;
}

#loading-area .loading-inner.style-3 .wrapper .counter-text {
    font-size: 26px !important;
}

#loading-area .loading-inner.style-3 .wrapper {
    margin-top: 10px !important;
}

#loading-area {
    background: #1a1a1c;
}

#loading-area .counter-text {
    font-size: 1.5rem !important;
}

#loading-area .loading-inner.style-3 .load-text .text-load {
    font-size: 26px !important;
    line-height: 40px !important;
}

#loading-area .loading-inner.style-3 .load-text .text-load:before {
    line-height: 40px !important;
}

.site-header.header-full .is-fixed .main-bar {
    z-index: 99;
}


.mega-menu {
    z-index: 9999 !important;
}

.header-content-bx {
    background: transparent;
}

.is-fixed .logo-header img {
    filter: brightness(0) invert(1);
}


@media only screen and (max-width: 575px) {
    .header-content-bx {
        width: 100%;
        background: transparent;
    }

    .is-fixed .header-content-bx {
        background: var(--primary);
    }

    .page-content {
        margin-top: -82px;
    }

    .header-transparent .navbar-toggler span {
        background: #fff;

    }

    .is-fixed .header-transparent .navbar-toggler span {
        background: initial;

    }

}


.dz-team.style-5 .dz-content {
    overflow: hidden;
}


.mega-menu ul li {
    list-style: initial !important;
}

.mega-menu ul li a {
    font-weight: bold !important;
    padding-left: 10px !important;
    min-width: 200px !important;
}



.vision-content ul li {
    list-style: initial !important;
}

.vision-content ul li::marker {
  font-size: 0;
}

.vision-content ul li {
  position: relative;
  padding-left: 20px;
}

.vision-content ul li::before {
    content: "•";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 22px;
}

.dz-team.style-6 .dz-content {
    padding: 90px 20px 20px 20px !important;
    height: 200px !important;
}

.dz-team.style-6 .dz-name {
    min-height: 66px !important;
}


