.navbar.main-navbar {
    position: relative;
    z-index: 1000;
    background-color: #000000;
}

.top-info-bar {
    position: relative;
    z-index: 1000;
    background-color: #000000;
}

.full-width-container {
    position: relative;
    z-index: 1;
}

.blog-hero-section {
    position: relative;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.blog-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.blog-hero-content {
    position: relative;
    z-index: 2;
}

.dropdown-menu,
.dropdown-mega-menu {
    z-index: 1050;
}
