body {
    background-color: #fafafa !important;
}

/* HERO AREA */
.industrial-tech-hero .swiper-slide {
    position: relative;
    height: auto;
    padding: 3rem 1.25rem 5rem;
}

.industrial-tech-hero .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}

.industrial-tech-hero .swiper-slide .slide-content {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.industrial-tech-hero .swiper-slide .slide-content h2,
.industrial-tech-hero .swiper-slide .slide-content h3 {
    font-weight: 300;
    font-size: 1.75rem;
    margin: 0;
    padding: 0;
    line-height: 1.05;
}

.industrial-tech-hero .swiper-slide .slide-content h2 {
    color: white;
}

.industrial-tech-hero .swiper-slide .slide-content h3 {
    color: #03cbfd;
    margin-top: 1.25rem;
}

.industrial-tech-hero.services-landing-hero .swiper-slide .slide-content h1 {
    color: #03cbfd;
    font-weight: 300;
    font-size: 1.75rem;
    margin: 0;
    padding: 0;
    line-height: 1.05;
}

.industrial-tech-hero.services-landing-hero .swiper-slide .slide-content h2 {
    font-weight: 300;
    font-size: 1.75rem;
    margin: 0;
    padding: 0;
    line-height: 1.05;
    color: #fff;
    margin-top: 1.25rem;
}

.industrial-tech-hero.services-landing-hero .swiper-slide .slide-content .hp1-hero-link {
    margin-top: 1.5rem;
}

.industrial-tech-hero .swiper-pagination-bullets {
    bottom: 1.5rem !important;
}

.industrial-tech-hero .swiper-pagination-bullet {
    background: #fff;
    height: 10px;
    width: 10px;
    opacity: 0.4;
}

.industrial-tech-hero .swiper-pagination-bullet-active {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .industrial-tech-hero .swiper-slide {
        padding: 5rem 2rem 8rem;
    }
    .industrial-tech-hero .swiper-slide .slide-content h2,
    .industrial-tech-hero .swiper-slide .slide-content h3 {
        max-width: 500px;
        font-size: 2.25rem;
    }
    .industrial-tech-hero .swiper-pagination-bullets {
        bottom: 2rem !important;
    }
}

@media screen and (min-width: 1025px) {
    .industrial-tech-hero .swiper-slide {
        min-height: 600px;
        padding: 7.5rem 3rem 10rem;
    }

    .industrial-tech-hero .swiper-slide .slide-content h2,
    .industrial-tech-hero .swiper-slide .slide-content h3,
    .industrial-tech-hero.services-landing-hero .swiper-slide .slide-content h1,
    .industrial-tech-hero.services-landing-hero .swiper-slide .slide-content h2 {
        font-size: 2.75rem;
        max-width: 675px;
    }

    .industrial-tech-hero .swiper-slide .slide-content h3,
    .industrial-tech-hero.services-landing-hero .swiper-slide .slide-content h2 {
        margin-top: 3rem;
    }

    .industrial-tech-hero.services-landing-hero .swiper-slide .slide-content .hp1-hero-link {
        margin-top: 3rem;
        font-size: 18px;
    }

    .industrial-tech-hero .swiper-pagination-bullets {
        bottom: 2rem !important;
    }
}

@media screen and (min-width: 1921px) {
    .industrial-tech-hero .swiper-slide {
        min-height: 650px;
        padding: 8rem 3rem 10rem;
    }
}

/* TABBED CONTENT */
.it-content-container {
    max-width: 1300px;
    margin: 0 auto 1rem;
}

.it-tab-filters {
    list-style: none;
    margin: 1.5rem 0;
    padding: 0;
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0.5rem;
}

.it-tab-filters .tab-filter {
    position: relative;
    font-size: 0.65rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    cursor: pointer;
    background: #f0f2fa;
    padding: 0.75rem 0.5rem;
    color: #002a3a;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-tab-filters .tab-filter.active {
    color: #fff;
    background: #002a3a;
}

.it-tab.intro-tab {
    color: white;
}

.it-tab.intro-tab .tab-content {
    justify-content: center;
    align-items: center;
    padding: 2rem 1.25rem;
}

.it-tab.intro-tab .counter-grid {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2.5rem 1.5rem;
    width: 100%;
    padding-bottom: 1.5rem;
}

.it-tab.intro-tab .counter-col h2 {
    color: #03cbfd;
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.it-tab.intro-tab .counter-col h2 .num-text {
    display: block;
    line-height: 1;
    transform: translateY(5px);
    display: flex;
    align-items: center;
    margin-left: 3px;
}

.it-tab.intro-tab .counter-col h2 .num-text.before {
    margin-left: 0;
    margin-right: 3px;
    transform: translateY(0);
}

.it-tab.intro-tab .counter-col h2 .num-text .small {
    font-size: 1.125rem;
    transform: translateY(4px);
    display: block;
}

.it-tab.intro-tab .counter-col h2 .num-text .plus {
    margin-left: 5px;
    transform: translateY(-5px);
    display: block;
}

.it-tab.intro-tab .counter-col h2 .count-up {
    font-size: 2.75rem;
    display: block;
    line-height: 1;
}

.it-tab.intro-tab .counter-col h5 {
    font-size: 1rem;
    color: #abe1fa;
    font-weight: 300;
    line-height: 1.1;
    max-width: 200px;
    margin: 0 auto;
}

.it-tab.intro-tab h2 {
    color: white;
    font-weight: 300;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.1;
}

.it-tab.intro-tab .divider {
    height: 25px;
    width: 1px;
    background: #03cbfd;
    margin: 1.5rem 0 2rem;
}

.services-tabs .it-tab.intro-tab p {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 300;
    text-align: center;
}

.services-tabs .it-tab.intro-tab p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.services-tabs .it-tab.intro-tab p .nowrap {
    white-space: nowrap;
}

.it-tab {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    transform: translateX(-100vw);
    opacity: 0;
    transition: opacity 0.5s;
}

.it-tab.active {
    position: initial;
    z-index: 1;
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
}

.it-tab .img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
}

.it-tab .img-wrap > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}

.it-tab .tab-content {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 400px;
}

.it-tab .tab-content-inner {
    max-width: 600px;
    background: rgba(0, 42, 58, 0.85);
    color: white;
    padding: 1.25rem;
    margin: 2.5rem 2.5rem 0 0;
}

.it-tab .tab-content-inner h3 {
    font-size: 1.75rem;
    margin-top: 0;
    line-height: 1.05;
    font-weight: 500;
    color: #03cbfd;
}

.it-tab .tab-content-inner p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
}

.it-tab .tab-content-inner p:last-child {
    margin-bottom: 0;
}

.it-tab .tab-content .hp1-hero-link {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .it-content-container {
        margin: 0 auto 3rem;
    }
    .it-tab .tab-content-inner {
        padding: 2rem;
    }
    .it-tab .tab-content-inner h3 {
        font-size: 2.5rem;
    }
    .it-tab .tab-content-inner p {
        font-size: 1.3rem;
    }
    .it-tab-filters {
        margin: 3rem 0 2rem;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #bcbec0;
    }
    .it-tab-filters .tab-filter {
        font-size: 0.75rem;
        padding: 0.6rem 0;
        letter-spacing: 0;
        font-weight: 700;
        text-align: left;
        display: block;
        background: transparent !important;
        color: #002a3a !important;
    }

    .it-tab-filters .tab-filter:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        line-height: 1.1;
        background: #002a3a;
        transition: 0.3s transform;
        transform: scaleX(0);
    }

    .it-tab-filters .tab-filter:hover:after,
    .it-tab-filters .tab-filter.active:after {
        content: "";
        transform: scaleX(1);
    }

    .it-tab.intro-tab .divider {
        height: 30px;
        margin: 2rem 0;
    }

    .it-tab.intro-tab h2 {
        font-size: 2.25rem;
    }

    .it-tab.intro-tab .tab-content {
        padding: 3rem 2.5rem;
        min-height: 500px;
    }

    .it-tab .tab-content-inner {
        margin: 0;
    }

    .it-tab.intro-tab .counter-grid {
        display: grid;
        text-align: center;
        grid-gap: 1.5rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .it-tab.intro-tab .counter-col h2 {
        margin: 0 0 1rem;
        font-size: 2rem;
    }

    .it-tab.intro-tab .counter-col h2 .count-up {
        font-size: 3.5rem;
    }

    .it-tab.intro-tab .counter-col h5 {
        font-size: 1rem;
    }
    .it-tab.intro-tab .counter-col h2 .num-text {
        transform: translateY(8px);
    }
    .it-tab.intro-tab .counter-col h2 .num-text .small {
        font-size: 1.25rem;
        transform: translateY(4px);
    }
    .it-tab.intro-tab .counter-col h2 .num-text .plus {
        transform: translateY(-8px);
    }
    .services-tabs .it-tab.intro-tab p {
        font-size: 1.875rem;
    }
    .it-tab .tab-content .hp1-hero-link {
        font-size: 18px;
        margin-top: 1rem;
        border-color: #03cbfd !important;
    }
}

@media screen and (min-width: 1025px) {
    .it-content-container {
        margin: 0 auto 5rem;
    }
    .it-tab .tab-content-inner {
        padding: 3rem;
    }
    .services-tabs .it-tab .tab-content-inner {
        padding: 2rem 2rem 3rem;
        max-width: 650px;
    }
    .it-tab .tab-content-inner h3 {
        font-size: 2.75rem;
    }
    .it-tab .tab-content-inner p {
        font-size: 1.5rem;
    }
    .it-tab.intro-tab .divider {
        height: 30px;
        margin: 3rem 0 5rem;
    }
    .it-tab-filters {
        margin: 4rem 0;
        gap: 1.5rem;
        display: flex;
        flex-wrap: nowrap;
    }
    .it-tab-filters .tab-filter {
        font-size: 0.9rem;
        padding: 0.75rem 0;
    }

    .it-tab.intro-tab h2 {
        font-size: 2.5rem;
    }

    .it-tab.intro-tab .tab-content {
        padding: 3rem;
    }

    .it-tab.intro-tab .counter-grid {
        padding-bottom: 2rem;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .it-tab.intro-tab .counter-col h2 {
        margin: 0 0 2rem;
        font-size: 3rem;
    }

    .it-tab.intro-tab .counter-col h2 .count-up {
        font-size: 4.75rem;
    }

    .it-tab.intro-tab .counter-col h5 {
        font-size: 1.25rem;
    }

    .it-tab .img-wrap {
        position: relative;
        height: auto;
        padding-top: 52%;
    }
    .it-tab .tab-content {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .it-tab.intro-tab .counter-col h2 .num-text {
        transform: translateY(8px);
    }
    .it-tab.intro-tab .counter-col h2 .num-text .plus {
        transform: translateY(-8px);
    }
    .it-tab.intro-tab .counter-col h2 .num-text .small {
        transform: translateY(9px);
        font-size: 1.4rem;
    }
    .services-tabs .it-tab.intro-tab p {
        font-size: 2.25rem;
    }
}

#meet-the-team,
.battery-it-x-pad {
    padding: 0 30px;
}

.team-btn {
    background: rgb(0, 42, 58);
    color: white;
    padding: 1.75rem 3rem;
    margin: 25px 0;
    text-align: center;
    line-height: normal;
    transition: all 0.2s;
    font-size: 1.25rem;
}

.team-btn > div {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.125rem;
}

.team-btn:hover {
    background: rgb(20 85 108) !important;
    color: white !important;
}

@media screen and (max-width: 1024px) {
    #meet-the-team,
    .battery-it-x-pad {
        padding: 0 20px;
    }
    .team-btn {
        padding: 1.5rem 2.5rem;
    }
    .team-btn > div {
        font-size: 1rem;
    }
}

@media screen and (max-width: 479px) {
    .inv-logos-grid {
        padding-top: 0 !important;
    }
}

/* Video */
.battery-it-video {
    margin: 2rem auto 1rem;
}

.battery-video-container {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
    height: auto;
}

.battery-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
}

@media screen and (min-width: 768px) {
    .battery-it-video {
        margin: 0 auto 3rem;
    }
}

@media screen and (min-width: 1025px) {
    .battery-it-video {
        margin: 0 auto 5rem;
    }
}
