﻿@import './global-colors.css';
@import './global-fonts.css';

/* Custom About Us Component Styles - Mimicking WhyInfinity Structure */
.join-team-main-section {
    position: relative;
}

.join-team-main-section .section-content {
    position: relative;
    z-index: 2;
    padding: 4% 0;
}

.join-team-main-header {
    text-align: center;
    margin-bottom: 10px;
}

.join-team-main-text {
    text-align: center;
    padding: 5px 80px;
    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;
}

.about-us-header {
    color: var(--dark-blue-black-3) !important;
    font-family: var(--CalibriRegular);
    font-size: 40px;
}

.about-us-subheading-text {
    text-align: center;
    color: var(--dark-blue-black);
    font-family: var(--CalibriRegular);
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.components-container {
    padding: 66px 0;
    /* background: radial-gradient(circle, var(--dark-blue-7) 17%, var(--dark-blue-7) 48%); */
    background-color: var(--dark-blue-black-3);
}

.vision-container {
    display: flex;
    justify-content: center;
}

.vision-content {
    padding: 20px;
    width: 85%;
    display: flex;
    background-color: var(--dark-blue-6);
    border: 0.5px solid var(--blue-green);
    border-radius: 10px;
}

.vision-content-text-holder {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 25px;
}

.vision-content .icon {
    width: 15%;
    padding: 15px 0px 15px 35px;
    text-align: center;
}

.vision-content .icon img {
    width: 80px;
    height: 80px;
}

.vision-content .text {
    font-family: var(--CalibriRegular);
    font-size: 20px;
    color: var(--white);
    margin-top: 10px;
}

/*.strategic-intent*/
.strategic-intent-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.intent-section {
    width: 85%;
}

.intent-section .section-header {
    margin-top: 30px;
    margin-bottom: 40px;
    color: var(--white);
}

.intent-section .section-content {
    display: flex;
    justify-content: center;
}

.intent-holder {
    background-color: var(--dark-blue-6);
    border: 0.5px solid var(--blue-green);
    border-radius: 10px;
}

.intent-row {
    display: flex;
}

.intent-row .intent {
    width: calc(100% / 3);
    padding: 70px 60px;
    text-align: center;
    position: relative;
}

.side-hr {
    position: absolute;
    width: 1px;
    height: 50%;
    background-color: var(--blue-green);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hr-holder {
    display: none;
    width: 100%;
}

.intent-row .intent img {
    max-width: 128px;
    max-height: 128px;
}

.intent-row .intent .header {
    margin: 10px 0;
}

.intent-row .intent .header h2 {
    color: var(--white);
}

.intent-row .intent .text {
    font-family: var(--CalibriRegular);
    font-size: 18px;
    color: var(--white);
    /* padding: 0 45px; */
}

/*team-member-section*/

.team-member-section .section-header {
    margin-top: 40px;
    margin-bottom: 20px;
}

.team-member-section .section-content {
    display: flex;
    justify-content: center;
}

.team-member-section .section-content .team-holder {
    width: 85%;
}

.cards-row {
    display: flex;
    justify-content: center;
}

.team-holder .member-card {
    position: relative;
    text-align: center;
    width: calc(25% - 12px);
    min-height: 312px;
    border-radius: 10px;
    box-shadow: 0 0 0 0.3px var(--blue-green);
    margin: 6px 6px;
    background-color: var(--dark-blue-6);
    border: 0.5px solid var(--blue-green);
}

.member-card .card-content-contaier {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-holder .member-card .card-icon {
    margin-bottom: 25px
}

.team-holder .member-card .card-content img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.team-holder .member-card .card-text {
    padding: 0 20px;
}

.team-holder .member-card .card-text .name h2 {
    font-family: var(--CalibriRegular);
    color: var(--blue-green);
    font-size: 24px;
    font-weight: 700;
}

.team-holder .member-card .card-text .position h2 {
    font-family: var(--CalibriRegular);
    color: var(--white);
    font-size: 20px;
}

.about-us-home {
    height: 60vh;
}

.section-header h2 {
    font-family: var(--CalibriRegular);
}

h2 {
    font-family: var(--CalibriRegular) !important;
}

.white {
    font-family: var(--CalibriRegular) !important;
}


@media (max-width: 768px) {

    .component-content-section {
        height: 90%;
        margin: auto;
    }

    .about-us-home {
        height: 60vh;
    }

    .team-member-section .section-header {
        margin: 30px
    }

    .section-header {
        position: relative;
        text-align: center;
        z-index: 0;
        margin-top: 15px;
    }


    /* Vision */
    .vision-content {
        padding: 10px 5px;
        width: 92%;
    }

    .vision-content .icon {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
    }

    .vision-content .icon img {
        width: 60px;
        height: 60px;
    }

    .vision-content-text .header h2 {
        font-size: 18px !important;
    }

    .vision-content .text {
        margin-top: 5px;
        font-size: 15px;
    }

    .vision-content-text-holder {
        padding: 10px;
        width: 75%;
    }

    /* strategic intent */

    .intent-section {
        width: 90%;
    }

    .strategic-intent-holder {
        width: 100%;
    }

    .intent-row {
        display: block;
        padding: 10px;
    }

    .intent-row .intent .text {
        font-family: var(--CalibriRegular);
        font-size: 14px;
        color: var(--white);
    }

    .side-hr {
        display: none;
    }

    .hr-holder {
        display: block;
        display: flex;
        justify-content: center;
    }

    .bottom-hr {
        width: 90%;
        height: 2px;
        background-color: var(--blue-green);
        transform: scaleY(0.5);
    }

    .intent-row .intent {
        display: flex;
        padding: 10px 0;
        width: 100%;
        text-align: left;
    }

    .intent-row .intent .icon {
        display: flex;
        align-items: center;
        padding: 5px;
    }

    .intent-row .intent img {
        max-width: 60px;
        max-height: 60px;
    }

    .intent-row .intent .header {
        padding-left: 10px;
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 18px;

    }

    .intent-section .section-header {
        color: var(--white);
        margin: 30px;
    }

    .intent-row .intent .text {
        padding: 0 5px 0 10px;
    }

    /* Team */
    .components-container {
        padding: 20px 0;
        margin-top: -5px;
    }

    .team-member-section {
        padding: 10px;
    }

    .cards-row {
        justify-content: left;
    }

    .team-member-section .section-content .team-holder {
        width: 100%;
    }

    .team-holder .member-card {
        width: calc(50% - 12px);
        height: 190px;
        min-height: 190px;

    }

    .team-holder .member-card .card-icon {
        margin-bottom: 15px
    }

    .component-img-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .team-holder .member-card .card-content img {
        width: 80px;
        height: 80px;
    }

    .team-holder .member-card .card-text .name h2 {
        font-size: 14px !important;
    }

    .team-holder .member-card .card-text .position h2 {
        font-size: 14px !important;
        font-weight: 400;

    }

    /* Custom About Us Component Mobile Styles */
    .join-team-main-section .section-content {
        padding: 50px 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;
    }

    .join-team-main-header {
        margin: 10px 0px;
    }

    .join-team-main-header h2 {
        font-size: 20px !important;
    }

    .about-us-header {
        font-size: 20px !important;
    }

    .join-team-main-text {
        font-size: 14px;
        padding: 0px 10px;
    }

    .about-us-subheading-text {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    /* Vision */
    .vision-content {
        padding: 10px 5px;
    }

    .vision-content .icon {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
    }

    .vision-content .icon img {
        width: 90px;
        height: 90px;
    }

    .vision-content-text .header h2 {
        font-size: 22px !important;
    }

    .vision-content .text {
        margin-top: 5px;
    }

    .vision-content-text-holder {
        padding: 10px;
        width: 75%;
    }

    /* strategic intent */

    .intent-holder {
        padding: 15px 0;
    }

    .strategic-intent-holder {
        width: 100%;
    }

    .intent-row .intent img {
        max-width: 90px;
        max-height: 90px;
    }

    .intent-row .intent {
        padding: 10px;
    }

    .intent-row .intent .text {
        padding: 0 10px;
    }

    .side-hr {
        height: 60%;
    }

    /* Team */
    .components-container {
        padding: 40px 0;
    }

    .team-member-section .section-content .team-holder {
        width: 100%;
    }

    .team-member-section {
        padding: 20px;
    }

    .team-holder .member-card .card-icon {
        margin-bottom: 15px
    }

    .team-holder .member-card .card-content img {
        width: 60px;
        height: 60px;
    }

    .team-holder .member-card .card-text .name h2 {
        font-size: 16px !important;
    }

    .team-holder .member-card .card-text .position h2 {
        font-size: 16px !important;
    }

    /* Custom About Us Component Tablet Styles */
    .about-us-header {
        font-size: 32px !important;
    }

    .about-us-subheading-text {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {

    .about-us-home {
        height: 100vh;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {

    .about-us-home {
        height: 90vh;
    }

    .team-member-section .section-content .team-holder {
        width: 95%;
    }

    /* Custom About Us Component Large Screen Styles */
    .about-us-header {
        font-size: 36px !important;
    }

    .about-us-subheading-text {
        font-size: 18px;
        line-height: 1.7;
    }
}

@media (max-width: 420px) {
    .about-us-section {
        width: 100%;
        height: 80vh;
    }

    .about-us-home {
        height: 100% !important;
    }

    .team-holder .member-card .card-content img {
        width: 50px;
        height: 50px;
    }

    .team-holder .member-card .card-text .name h2 {
        font-size: 10px;
    }

    .team-holder .member-card .card-text .position h2 {
        font-size: 10px;
    }
}