.gotdirt-announcement-bar {
    width: 100%;
    background: linear-gradient(to right, #EC1F27, #770000);
    padding: 5px 0px;

}

.mail-block svg {
    margin-right: 5px;
}

.mail-block a {
    font-size: 16px;
    font-family: 'nunitoregular';
    color: #fff;
    line-height: 0;
}

.phone-block {
    text-align: right;
}

.phone-block a {
    font-size: 16px;
    font-family: 'nunitoregular';
    color: #fff;
    line-height: 0;
}

.gotdirt-header .navbar {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 25%);
    padding: 16px 0;
}

.gotdirt-header ul li a {
    font-size: 18px;
    font-family: 'nunitobold';
    color: #000;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding: 0 13px 3px !important;
    text-align: center;
}

.gotdirt-header ul li a:hover {
    color: #770000;
    background: linear-gradient(to right, #770000, #EC1F27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.gotdirt-header ul li a:focus {
    color: #770000;
    background: linear-gradient(to right, #770000, #EC1F27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.gotdirt-header .godirt-logo {
    width: 20%;
    justify-content: start;
}

.gotdirt-header .godirt-menu {
    width: 60%;
    justify-content: center;
}

.gotdirt-header .godirt-login {
    width: 20%;
    justify-content: end;
}

.gotdirt-hamburger:focus {
    box-shadow: none;
}

.gotdirt-header .godirt-menu ul li a {
    padding-right: 20px !important;
    padding-left: 15px !important;
}

.godirt-menu-dropdown a {
    font-size: 18px;
    font-family: 'nunitobold';
    color: #000;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding: 0 13px !important;
}

.godirt-menu-dropdown a:hover {
    color: #770000;
    background: linear-gradient(to right, #770000, #EC1F27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.godirt-menu-dropdown a:focus {
    color: #770000;
    background: linear-gradient(to right, #770000, #EC1F27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}


section.gotdirt-header.sticky-header.scrolled {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: background 0.3s ease, padding 0.3s ease;
    background: #fff;
}

@media (max-width: 991px) {
    .gotdirt-header .godirt-menu {
        margin-top: 30px;
    }

    .gotdirt-header .godirt-menu ul li a {
        margin-bottom: 20px;
        text-align: left;
    }

    .dropdown-menu.show {
        border: none;
    }
}

@media (max-width: 767.98px) {
    .mail-block {
        text-align: center;
    }

    .phone-block {
        text-align: center;
    }
}