@media (max-width: 1024px) { /* MENU AND BROAD TABLET DEFINITIONS */
    /* Broad Definitions */
    :root:not([data-theme="dark"]),
    [data-theme="light"] {
        --scroll-margin: 100px 0 0 0;
    }

    h1,
    h2 {
        text-align: center !important;
        max-width: 100% !important;
    }

    /* Header */
    body>.header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo {
        max-height: 40px;
    }

    #menu {
        display: block;
        position: absolute;
        width: 100%;
        top: 88px;
        left: 0;
        right: 0;
        background: var(--clr-8);
        transition: 0.6s;
        z-index: 1000;
        height: 0px;
        visibility: hidden;
        overflow-y: hidden;
    }

    #menu>li {
        display: block;
        width: max-content;
        margin-bottom: 20px;
        margin-right: auto !important;
        margin-left: auto;
        padding-right: var(--spacing);
        padding-left: var(--spacing);
        text-transform: uppercase;
    }

    #nav.active #menu {
        height: calc(100vh - 70px);
        visibility: visible;
        overflow-y: auto;
        padding: 2rem 0;
    }

    .dropdown {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .dropdown::after {
        top: 6px;
        right: -5px;
    }

    .dropdown-menu {
        height: 0;
        position: initial;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        font-size: 0.8rem;
        margin-top: 1.5rem;
        text-transform: initial;
    }

    .dropdown-menu.show {
        height: 100%;
        transition: 1s;
    }

    .dropdown-item {
        display: block;
        padding: 0;
        line-height: 3.2;
        text-align: center;
    }

    .dropdown-item:not(:last-child) {
        margin-bottom: .6rem;
    }

    #btn-mobile {
        display: flex;
        align-items: center;
        width: fit-content;
        height: 45px;
        margin-bottom: 0;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        gap: 0.5rem;
        color: var(--clr-1);
    }

    #btn-mobile:focus {
        color: var(--primary-hover);
        background-color: var(--primary-focus);
    }

    #hamburger {
        border-top: 2px solid;
        width: 20px;
    }

    #hamburger::after,
    #hamburger::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background: currentColor;
        margin-top: 5px;
        transition: 0.3s;
        position: relative;
    }

    #nav.active #hamburger {
        border-top-color: transparent;
    }

    #nav.active #hamburger::before {
        transform: rotate(135deg);
    }

    #nav.active #hamburger::after {
        transform: rotate(-135deg);
        top: -7px;
    }

    .padding-container {
        padding: 50px 1rem;
    }
} 

@media (max-width: 768px) { /* FOOTER MOBILE DEFINITIONS */
    /* Footer */
    .footer-social {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    #footer .footer-background p {
        text-align: left;
    }

    .footer-information {
        padding: 25px 0 5px 0;
    }

    .footer-information strong {
        text-align: left;
    }

    .footer-information address {
        gap: 60px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-copyright-line {
        flex-direction: column;
        gap: 20px;
    }

    .footer-copyright-line p {
        text-align: center;
    }
} 

@media (max-width: 1024px) {
    .banner-text-wrapper h1 {
        text-align: left !important;
    }

    .banner-targe {
        flex-direction: column;
        gap: 20px;
        text-align: right;
    }
    
    #main-content ul {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .home-about-section {
        flex-direction: column;
    }
    

    .about-image-wrapper {
        min-width: 100%;
        max-width: unset;
    }

    .about-text-wrapper {
        padding: 50px 30px;
    }

    .home-2nd-infoline {
        flex-direction: column;
        gap: 50px;
        padding: 50px 30px;
        background: linear-gradient(180deg, rgba(2,48,71,1) 69%, rgba(251,132,1,1) 69%);
    }

    .infoline-special-title span {
        font-size: 120px !important;
        top: 10px;
        right: 40px;
    }

    .home-pillars-section h2 {
        margin-top: 60px;
    }

    .home-pillars {
        flex-direction: column;
    }

    .home-pillars > div {
        min-width: 100%;
        max-width: unset;
    }

    .solutions_blue-line > div, .solutions_darker-line > div {
        flex-direction: column;
    }

    .solutions-icon {
        margin-right: unset;
        margin-bottom: 25px;
    }

    .solutions-text-box {
        padding: 30px;
        border: 2px solid white;
    }

    .team-section h2 {
        margin-top: 60px;
    }
    
    .team-wrapper {
        flex-direction: column;
        gap: 65px;
        padding: 60px 0;
    }

    .team-card {
        width: 50%;
    }

    .team-card img {
        max-width: 75%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .team-card strong {
        margin-bottom: 15px;
    }

    .clients-and-partners > div {
        flex-direction: column;
        gap: 30px;
    }

    .swiper {
        padding-bottom: 0 !important;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 20%;
    }

    .depoiments-title h3 {
        font-size: 2.5rem;
    }

    .form-wrapper {
        border-radius: 0;
    }

    .hiring-flow {
        padding-left: 0;
        padding-right: 0;
    }

    .hiring-flow h2 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .hiring-cards-list {
        display: flex;
        flex-direction: column;
    }

    .hiring-card {
        min-height: unset;
        gap: 30px;
        padding: 40px;
        border-radius: 0;
    }

    .hiring-card::before, .hiring-card.card-blue::before {
        content: none;
    }

    .hiring-card.card-blue {
        flex-direction: column-reverse;
    }

    .div_feed {
        min-width: unset;
    }

    .conteudo-vaga {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0px 40px 0px 40px;
        justify-content: space-between;
    }

    .formulario-vaga {
      margin-top: 0px;
    }

    .header-vaga {
        padding: 40px;
    }
}

@media (max-width: 768px) { /* DEFAULT TABLET AND MOBILE */
    .home-banner {
        height: fit-content;
    }

    .banner-text-wrapper img {
        margin-top: 50px;
    }

    .banner-text-wrapper h1 {
        font-size: 1.5rem !important;
    }

    .depoiments-title {
        flex-direction: column;
    }

    .team-card {
        width: 90%;
    }

    .blog-banner {
        height: 40vh;
        justify-content: center;
    }

    .div_feed {
        flex: 0 1 calc(50% - 60px);
    }

    .div-text {
        max-height: fit-content;
    }
}

@media (max-width: 700px) { /* MOBILE ONLY */
    .div_feed {
        flex: 0 1 calc(100% - 30px);
    }
}