body {
    overflow-x: hidden !important;
}

section.hero-section {
    position: relative;
    top: -88px;
    left: 0;
    z-index: 9999;
    height: 100vh;
    transition: .5s all ease-in-out;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
} section.hero-section.translateY--100 {
    transition: .5s all ease-in-out !important;
    transform: translate3d(0px, -100%, 0px) !important;
    opacity: 0;
} .hero-section .video {
    position: relative;
    min-height: 100vh;
    width: 100vw;
}
.hero-section .video video {
    filter: brightness(0.5);
    min-height: 100vh;
    width: 100%;
    object-fit: cover;
    z-index: -1;
} .hero-section .content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
}

@media (max-width: 576px) {
    .hero-section .video {
        position: relative;
        min-height: 100vh;
    }
    .hero-section .video video {
        filter: brightness(0.25);
        min-height: 100vh;
        width: 100%;
        object-fit: cover;
        z-index: -1;
    } .hero-section .content {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
        width: 100%;
        height: 100%;
    }
}

section.section-padding {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
} @media only screen and (max-width: 991px) {
    section.section-padding {
        padding: 40px 0;
    }

    .featured-image {
        height: max-content !important;
        margin-top: 25px;
    }
}

@media only screen and (min-width: 991px) {
    .sticky-header, .f1page-header {
        position: fixed !important;
        background: #ffffff !important;
        transition: 0.5s all ease-in;
        box-shadow: 0px 2px 12px -6px rgba(0,0,0,0.25);
    } .sticky-header, .f1page-header + .header-topbar-area {
        position: relative;
        background: #f8f9fa;
    }  .header-topbar-area.sticky-header, .header-topbar-area.f1page-header {
        padding: 5px 0 !important;
    } .sticky-header .header-logo img, .f1page-header .header-logo img {
        filter: none !important;
    } .sticky-header .menu-wrap .main-menu ul > li ul.sub-menu, .f1page-header .menu-wrap .main-menu ul > li ul.sub-menu {
        border: 0 !important;
    } .sticky-header.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li:hover > a, .f1page-header.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li:hover > a {
        color: #a31e21 !important;
    } .sticky-header .menu-wrap .main-menu ul > li ul.sub-menu > li > a::after, .f1page-header .menu-wrap .main-menu ul > li ul.sub-menu > li > a::after {
        background-color: var(--title-color) !important;
    } .subnav {
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        width: 100%;
    }
}

.leadership-img {
    aspect-ratio: 3 / 3.5;
    object-fit: cover;
    width: 100%;
    object-position: top;
    overflow: hidden;
}

.blog-img img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    object-position: top;
    overflow: hidden;
} img.newsletter-featured {
    height: 400px;
    object-fit: cover;
    width: 100%;
    object-position: top;
    overflow: hidden;
}

div.sublist {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
} div.sublist ul {
    display: flex;
    flex-wrap: nowrap;
} div.sublist .nav-item a {
    color: #040404;
    font-size: 14px;
    font-weight: 500;
} div.sublist .nav-item a.active {
    background: linear-gradient(90deg, #FF4D53 5%, #EBB76A 73%, #5FCC3D 88.05%) !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    line-height: 2.5;
    font-weight: 800;
    padding: 0 15px;
} div.sublist::-webkit-scrollbar {
    height: 5px; /* Horizontal scrollbar height */
} div.sublist::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.header-area.style-2 .menu-wrap .main-menu ul > li > a.active {
    font-weight: 500;
    text-transform: uppercase;
} header.f1-light-header .header-area.style-2 .menu-wrap .main-menu ul.menu-list li.with-mega-menu:hover ul.mega-menu li a.active {
    text-transform: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: rgba(255,255,255,0.6);
    padding: 10px 20px;
} .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    margin-bottom: -1px;
    border-bottom: 2px solid #a31e21 !important;
    background: linear-gradient(90deg, #FF4D53 5%, #EBB76A 73%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 600 !important;
} .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
    color: #f5f5f5;
}

.img-rounded {
    border-radius: 12px;
}

.select2-container {
    width: 150px;
} .select2-container--default .select2-selection--single {
    border: 1px solid #f1f1f1;
    border-radius: 8px;
} .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #f5f5f5 !important;
    padding: 5px 0;
    border-radius: 8px;
} .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -8px;
    margin-top: 4px;
} .featured-slider-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
} .featured-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
} .pagination-container {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.card-case-study {
    border: 0 !important;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    border-radius: 12px;
}
.card.card-overlay {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}.card.card-overlay::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 47.8%);
    border-radius: 12px;
    opacity: 0.5;
    z-index: -1;
}

div.solution-nav-container {
    width: 100%; /* Full width of the viewport */
    overflow-y: scroll; /* Disable vertical scrolling */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent line breaks */
} div.solution-nav-container nav.horizontal-menu {
    display: flex; /* Flexbox layout to align items horizontally */
    flex-wrap: nowrap; /* Disable wrapping */
} div.solution-nav-container nav.horizontal-menu ul {
    display: flex;
    flex-wrap: nowrap; /* Disable wrapping */
} div.solution-nav-container nav.horizontal-menu ul li {
    flex-shrink: 0; /* Prevent items from shrinking */
    margin: 0 10px; /* Add space between menu items */
}

/* Optional: Add scrollbar styling for better visibility */
div.solution-nav-container::-webkit-scrollbar {
    height: 5px; /* Horizontal scrollbar height */
}

div.solution-nav-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

/* Header level CSS */
li.menu-item-has-children a:hover li ul.sub-menu.mega-menu {
    min-width: 100% !important;
}

/* Solution Section CSS */
section.solution-section {
    position: relative;
} section.solution-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg/solution-bg.jpg) center;
    background-size: cover;
    z-index: -1;
}

section.vertical-section {
    position: relative;
}
section.vertical-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url('../images/bg/business-bg.jpg') center no-repeat;
    background-size: cover;
    opacity: 0.25;
    filter: grayscale(1) brightness(1.1);
    z-index: -1;
}



/* Show toggle button only on mobile (max-width: 991px) */
@media (max-width: 991px) {
    .toggle-menu {
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        margin-left: 0.5rem;
        color: #333;
    }

    .toggle-menu:focus {
        outline: none;
    }
}

/* Hide toggle button on larger screens */
@media (min-width: 992px) {
    .toggle-menu {
        display: none;
    }
}

