﻿@import './global-colors.css';
@import './global-fonts.css';

* main {
    overflow-x: clip;
}

/* WhoWeAre Component Styles - Mimicking WhyInfinity Structure */
.join-team-main-section {
    position: relative;
}

.join-team-main-section .section-content {
    position: relative;
    z-index: 2;
    padding: 100px 0;
}

.join-team-main-header {
    text-align: center;
    margin-bottom: 10px;
}

.join-team-main-text {
    text-align: center;
    padding: 0% 10%;
    font-family: var(--CalibriRegular);
    font-size: 1.5rem;
}

.join-team-main-bg-img-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.join-team-main-bg-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join-team-main-mobile-bg-img-holder {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.join-team-main-mobile-bg-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.who-we-are-header {
    color: var(--dark-blue-black-3) !important;
    font-family: var(--CalibriRegular);
    font-size: 40px;
}

.capabilities-header {
    color: var(--dark-blue-black-3) !important;
    font-family: var(--CalibriRegular);
    font-size: 40px;
}

.infinity-link {
    transform-box: fill-box;
    transition: all 0.2s;
    will-change: transform;
    transform: translate(var(--x), var(--y)) scale(var(--scale)) translateZ(0);
}

.infinity-link:hover {
    cursor: pointer;
    transform: translate(calc(var(--x) - 5px), var(--y)) scale(0.31);
}

.infinity-info {
    will-change: transform;
    transform-style: flat;
    transform: translateZ(0);
    image-rendering: smooth;
}

.fade-in {
    animation: fade-in 0.5s ease-in forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
        display: none;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

.hero-section {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.hero-text-holder {
    width: 70%;
}

.hero-text-container h2 {
    font-family: var(--CalibriRegular);
    color: var(--white);
}

.services-section {
    display: none;
}

.btn-holder {
    display: flex;
    justify-content: center;
    margin: 30px;
}

.read-more-btn {
    font-family: var(--CalibriRegular);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 243px;
    min-height: 48px;
    background-color: var(--blue-green);
    color: var(--white);
    border-radius: 36px;
    font-size: 18px;

}

.explore-more-btn-holder {
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blue-green);
    font-size: 18px;
    color: var(--white);
    border-radius: 36px;
    padding: 10px 48px;
    border: none;
    font-family: var(--CalibriRegular);
    min-width: 180px;
    min-height: 48px;
}

.hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.capabilities-section {
    position: relative;
    width: 100%;
    height: 65vh;
    margin-top: -2%;
    margin-bottom: -1%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-header-who {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0px;
    margin-top: 80px;
    color: var(--dark-blue-black-3);

}

/* .section-header {
    margin-top: 40px;
} */

.component-content {
    margin-bottom: 60px !important;
}

.capabilities-section .section-content-holder {
    z-index: 3;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.capabilities-mobile-bg-img-holder {
    display: none;
}

.capabilities-mobile-bg-img-holder img {
    width: 100%;
    height: 100%;
}

.capabilities-bg-img-holder {
    height: 100%;
    width: 100%;
    position: absolute;
}

.capabilities-bg-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.capabilities-holder {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 5%;
}

.capability {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    box-shadow: 0 2px 6px 0 var(--translucent-blue-green);
    background-color: var(--white);
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
}

.capability .img-holder {
    /* width: 32px;
    height: 32px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 10px;
}

.capability .img-holder img {
    object-fit: cover;
}

.capability .capability-header {
    font-size: 23px;
    font-family: var(--CalibriBold);
    color: var(--dark-blue-4);
    padding: 0px 5px;
}

/*Services Section*/
.overview-section {
    width: 100%;
    position: relative;
    margin-top: -10px;
    margin-bottom: -10px;
}

.overview-title {
    position: absolute;
    color: var(--white);
    text-align: center;
    top: 8%;
    left: 0;
    right: 0;
}

.overview-btn-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    display: flex;
    justify-content: center;
}

.services-overview-btn {
    background-color: transparent;
    font-size: 16px;
    color: var(--white);
    border: 1px solid var(--blue-green);
    border-radius: 36px;
    padding: 10px 48px;
    font-family: var(--CalibriRegular);
}

.image-container {
    display: flex;
    justify-content: center;
    padding: 0
}

.overview-section .image-holder {
    width: 100%;
    z-index: 3;
}

.overview-section .image-holder img {
    width: 100%;
    height: 100%;
}

.alt-pic {
    padding: 0 !important
}

.alt-pic .image-holder {
    width: 100%;
}

.alt-pic-2 .image-holder {
    width: 50%;
}

.alt-pic .image-holder img {
    width: 100%;
    object-fit: cover
}

.section-content-btn {
    margin: 0px
}

.section-content-who {
    padding: 0px 100px;
}

.section-content {
    padding: 0px 100px;
    /* margin-top: 55px; */
}

.section-header-contact {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

.about-us-text {
    font-size: 1.5rem;
    color: var(--dark-blue-black);
    display: flex;
    padding-bottom: 30px;
    font-family: var(--CalibriRegular);
    margin-top: 20px;
}

.overflow-image {
    overflow-x: clip !important;
}

/* .main-hero-text-container-mobile {
    display: none;
} */

@media (min-width: 720px) and (max-width: 768px) {
    .about-us-section {
        width: 100%;
        margin-top: -10px;
        height: 55vh;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .capabilities-section {
        height: 34vh !important;
        background: #E74C3C;
    }
}


/*For Mobile*/
@media (max-width: 768px) {

    .section-content-who {
        padding: 0px 25px;
    }

    .component-content {
        margin-bottom: 50px !important;
    }

    .about-us-section {
        width: 100%;
        margin-top: -10px;
        height: 30vh;
    }

    .about-us-text {
        font-size: 15px;
    }

    .about-us-text {
        color: var(--dark-blue-black);
        display: flex;
        font-family: var(--CalibriRegular);
        padding: 0;
        margin: 10px 20px;
    }

    .about-us-mobile-bg-img-holder {
        display: block;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .section-content {
        padding: 0px 20px;
    }

    .read-more-btn {
        font-family: var(--CalibriRegular);
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 180px;
        min-height: 38px;
        background-color: var(--blue-green);
        color: var(--white);
        border-radius: 36px;
        font-size: 13px;

    }

    .section-header {
        margin: 0px;
    }

    .explore-more-btn-holder {
        margin-top: 5%;
        display: flex;
        justify-content: center;
    }

    .capabilities-section {
        height: 70vh !important;
        width: 100vw;
    }

    .capabilities-section .section-header {
        margin-bottom: 0
    }

    .hero-text-holder {
        width: 90%;
    }

    .hero-text-holder {
        top: 60%;
    }

    .explore-more-btn {
        font-size: 13px;
        padding: 0px;
        align-items: center;
        justify-content: center;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 38px;
        min-width: 180px;
    }

    .capability .img-holder {
        width: 22px;
        height: 22px;
    }

    .capability .img-holder img {
        object-fit: contain;
        width: 30px;
        height: 30px;
    }

    .capability .capability-header {
        font-size: 12px;
        font-family: var(--CalibriBold);
        color: var(--dark-blue-4);
        padding: 0px 15px;
    }

    .capabilities-holder {
        display: grid;
        /* 2 columns */
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
        margin: 0 auto;
    }

    .capability {
        max-width: 100%;
        margin-bottom: 12px;
        padding: 4px;
        margin: 3px;
    }

    .capabilities-mobile-bg-img-holder {
        display: block;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }

    .capabilities-section .section-content {
        padding-top: 0px;
    }

    .capabilities-mobile-bg-img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .capabilities-bg-img-holder {
        display: none;
    }

    .join-team-section {
        padding: 25px 10px;
    }

    .join-team-section h2 {
        font-size: 18px;
    }

    .join-team-text {
        font-size: 12px;
    }

    .get-in-touch-btn {
        padding: 8px 40px;
        font-size: 13px;
    }

    .services-overview-section {
        display: block;
    }

    .services-section {
        display: none;
        /* hiding this for now until the client decides can decide on what to do  */
        background-color: var(--white);
    }

    .capabilities-section {
        height: 85vh !important;
        width: 100vw;
    }

    /* WhoWeAre Component Mobile Styles */
    .join-team-main-section .section-content {
        padding: 40px 0;
        margin-top: -10px;
        position: relative;
    }

    .join-team-main-bg-img-holder {
        display: none;
    }

    .join-team-main-mobile-bg-img-holder {
        display: block;
        margin-bottom: -2px;
        /* height: 68vh; */
    }

    .join-team-main-header {
        margin: 10px 0px;
    }

    .join-team-main-header h2 {
        font-size: 20px !important;
    }

    .who-we-are-header {
        font-size: 20px !important;
    }

    .join-team-main-text {
        font-size: 14px;
        padding: 0px 10px;
    }

    /* Capabilities Component Mobile Styles */
    .capabilities-header {
        font-size: 20px !important;
    }

    .capabilities-holder {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
        margin: 0 auto;
        width: 100%;
    }

    .capability {
        max-width: 100%;
        margin-bottom: 12px;
        padding: 4px;
        margin: 3px;
    }

    .capability .img-holder {
        width: 22px;
        height: 22px;
    }

    .capability .img-holder img {
        object-fit: contain;
        width: 30px;
        height: 30px;
    }

    .capability .capability-header {
        font-size: 12px;
        font-family: var(--CalibriBold);
        color: var(--dark-blue-4);
        padding: 0px 15px;
    }

}

@media (min-width: 1024px) and (max-width: 1024px) {
    .about-us-section {
        width: 100%;
        margin-top: -10px;
        height: 60vh;
    }
}

/*For Tablets*/
@media (min-width: 768px) and (max-width: 1080px) {

    .hero-text-holder {
        width: 80%;
    }

    .hero-text-holder {
        top: 66%;
    }

    .explore-more-btn {
        font-size: 14px;
        padding: 10px 50px;
    }

    .about-us-section {
        position: relative;
        height: 100%;
    }

    .about-us-section .section-content {
        z-index: 2;
    }

    .about-us-bg-img-holder {
        position: relative;
        margin: 0;
        height: 70vh;
    }

    .capabilities-holder {
        padding: 10px;
        display: grid;
        /* 2 columns */
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
        margin: 0 auto;
    }


    .capabilities-section {
        height: 160vh !important;
    }

    .capability .img-holder {
        width: 24px;
        height: 24px;
    }

    .capabiity-header {
        font-size: 20px !important;
    }

    .capability {
        /* max-width: 150px; */
        margin-bottom: 15px;
        padding: 8px 15px;
        margin: 5px;
    }

    .capabilities-mobile-bg-img-holder img {
        width: 100%;
        height: 100%;
    }

    .capabilities-bg-img-holder {
        display: block;
    }

    .section-header-who h2 {
        color: var(--dark-blue-black-3);
        font-size: 34px;
    }

    .section-header h2 {
        color: var(--dark-blue-black-3);
    }

    .section-header-home h2 {
        color: var(--dark-blue-black-3);
        font-size: 34px;
    }

    .text-holder p {
        font-size: 24px;
    }

    .join-team-section {
        padding: 30px 20px;
    }

    .join-team-section h2 {
        font-size: 24px;
    }

    .join-team-text {
        font-size: 14px;
    }

    .get-in-touch-btn {
        padding: 10px 50px;
    }

    .overview-title {
        position: absolute;
        color: var(--white);
        text-align: center;
        top: 6%;
        left: 0;
        right: 0;
    }

    .overview-btn-holder {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5%;
        display: flex;
        justify-content: center;
    }

    /* WhoWeAre Component Tablet Styles */
    .who-we-are-header {
        font-size: 32px !important;
    }

    /* Capabilities Component Tablet Styles */
    .capabilities-header {
        font-size: 32px !important;
    }

    .capabilities-holder {
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
    }

    .capability .img-holder {
        width: 24px;
        height: 24px;
    }

    .capability .capability-header {
        font-size: 20px !important;
    }
}

/* Styles for small laptops & large tablets */
@media (min-width: 1024px) and (max-width: 1400px) {
    .capabilities-section {
        height: 75vh;
    }

    .about-us-bg-img-holder {
        position: relative;
        margin: 0;
        height: 100%;
    }

    /* WhoWeAre Component Large Screen Styles */
    .who-we-are-header {
        font-size: 36px !important;
    }

    /* Capabilities Component Large Screen Styles */
    .capabilities-header {
        font-size: 36px !important;
    }

    .capabilities-holder {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }

    .capability .img-holder {
        width: 28px;
        height: 28px;
    }

    .capability .capability-header {
        font-size: 24px !important;
    }

}

@media (max-width: 420px) {

    /* .main-hero-text-container {
        display: none;
    } */

    .section-content-who {
        padding: 0px 10px;
    }

    .about-us-section {
        width: 100%;
        height: 40vh;
    }

    .about-us-mobile-bg-img-holder {
        height: 100%;
        width: 100vw;
    }

    .capabilities-section {
        height: 95vh !important;
        width: 100vw;
    }

    .capabilities-section .section-content {
        padding-top: 5px 0px;
    }

    .capabilities-heading {
        color: var(--dark-blue-black-3);
    }

    .section-header h2 {
        color: var(--white);
    }

    .section-header-text {
        color: var(--white);

    }

    .card-bg {
        background-color: var(--dark-blue-black-3);
        z-index: 0;
        border-radius: 10px;
        width: 170px;
        height: 170px;

    }

    .card-bg.active-bg {
        background-color: transparent;
        color: var(--dark-blue-black-3);
        z-index: 0;
        border-radius: 10px;
        border: solid 1px var(--blue-green);
    }

    .service-card-bg {
        background-color: var(--dark-blue-black-3);
        z-index: 0;
        border-radius: 10px;
        width: 170px;
        height: 170px;

    }

    .service-card-bg.active-bg {
        background-color: transparent;
        color: var(--dark-blue-black-3);
        z-index: 0;
        border-radius: 10px;
        border: solid 1px var(--blue-green);
    }

    .btn-holder a.submit-btn {
        background-color: var(--blue-green);
        color: var(--white);
        font-family: var(--CalibriRegular);
    }
}

@media (max-width: 414px) {

    .section-content-who {
        padding: 0px 10px;
    }

    .about-us-section {
        width: 100%;
        height: 28vh;
    }

    .about-us-mobile-bg-img-holder {
        height: 100%;
        width: 100vw;
    }

    .capabilities-section {
        height: 65vh !important;
        width: 100vw;
    }

    .capabilities-section .section-content {
        padding-top: 5px 0px;
    }

    .capabilities-heading {
        color: var(--dark-blue-black-3);
    }

    .section-header h2 {
        color: var(--dark-blue-black-3);
    }

    .section-header-text {
        color: var(--dark-blue-black-3);

    }

    .card-bg {
        background-color: var(--dark-blue-black-3);
        z-index: 0;
        border-radius: 10px;

    }

    .card-bg.active-bg {
        background-color: transparent;
        color: var(--dark-blue-black-3);
        z-index: 0;
        border-radius: 10px;
        border: solid 1px var(--blue-green);

    }

    .service-card-bg {
        background-color: var(--dark-blue-black-3);
        z-index: 0;
        border-radius: 10px;

    }

    .service-card-bg.active-bg {
        background-color: transparent;
        color: var(--dark-blue-black-3);
        z-index: 0;
        border-radius: 10px;
        border: solid 1px var(--blue-green);

    }

    .btn-holder a.submit-btn {
        background-color: var(--blue-green);
        color: var(--white);
        font-family: var(--CalibriRegular);
    }

    .btn-holder a.submit-btn {
        background-color: var(--blue-green);
        color: var(--white);
        font-family: var(--CalibriRegular);
    }

}

@media (max-width: 376px) {

    .section-content-who {
        padding: 0px 10px;
    }

    .section-header-who {
        margin-top: 100px;
        color: var(--dark-blue-black-3);

    }

    .about-us-section {
        width: 100%;
        height: 50vh;
        margin-top: -1px;
    }

    .about-us-mobile-bg-img-holder {
        height: 100%;
    }

    .capabilities-section {
        height: 5vh !important;
        width: 100vw;
    }

    .capabilities-section .section-content {
        padding-top: 5px 0px;
    }

    .capabilities-heading {
        color: var(--dark-blue-black-3);
        font-size: 24px;
    }

    .section-header h2 {
        color: var(--white);
    }

    .section-header-text {
        color: var(--white);

    }

    .card-bg {
        background-color: var(--dark-blue-black-3);
        z-index: 0;
        border-radius: 10px;

    }

    .card-bg.active-bg {
        background-color: transparent;
        color: var(--dark-blue-black-3);
        z-index: 0;
        border-radius: 10px;
        border: solid 1px var(--blue-green);

    }

    .service-card-bg {
        background-color: var(--dark-blue-black-3);
        z-index: 0;
        border-radius: 10px;

    }

    .service-card-bg.active-bg {
        background-color: transparent;
        color: var(--dark-blue-black-3);
        z-index: 0;
        border-radius: 10px;
        border: solid 1px var(--blue-green);

    }

    .btn-holder a.submit-btn {
        background-color: var(--blue-green);
        color: var(--white);
        font-family: var(--CalibriRegular);
    }

    .capabilities-section {
        height: 95vh !important;
        width: 100vw;
    }
}