/* ABOUT PAGE CSS */

/* Base Styles */
body {
    color: #fff !important;
    background: #000 !important;
    font-family: 'Montserrat' !important;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

/* Homepage Background */
.homepage-bg {
    background: #000 !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1) .6px, transparent 0.6px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) .6px, transparent .6px) !important;
    background-size: 160px 160px !important;
    background-position: 0 0, 0 0 !important;
    background-repeat: repeat !important;
    min-height: 100vh !important;
    position: relative !important;
}

.green-ball {
    position: absolute;
}

.row-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
    position: relative;
    text-align: center;
}

/* Header */
.header h1 {
    background: linear-gradient(90deg, #0FA3B8 10%, #1AB3C5 30%, #2bd7bd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 3.75rem;
    line-height: 1.1;
    font-weight: 700;
}

/* Display Images */
.display-section {
    margin-top: -20rem;
}

.about-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Mission Section */
.mission p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 36px;
    padding: 0rem 5rem;
}

.mission h3 {
    background: linear-gradient(90deg, #16D3CA 10%, #1AB3C5 20%, #2BD7BD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
}

/* Team Section */
.team h3 {
    background: linear-gradient(90deg, #16D3CA 10%, #1AB3C5 20%, #2BD7BD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
}

.team-row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: 500px;
}

.team .row {
    display: flex;
    align-items: stretch;
    padding: 2rem 5rem;
}

.team .col-12,
.team .col-md-6 {
    display: flex;
    align-items: stretch;
}

.team-card {
    background: #0a0a0a;
    border: none;
    border-radius: 10px;
    padding: 1rem 0 0 0;
    margin: 1rem;
    overflow: visible;
    position: relative;
    box-shadow: 0 0 20px rgba(22, 211, 202, 0.1);
    transition: all 0.3s ease;
    height: 800px !important;
    display: flex;
    flex-direction: column;
}

.team-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2BD7BD80, #2BD7BD, #1AB3C5);
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.team-image {
    width: 100%;
    height: 380px;
    object-fit: contain;
    object-position: center;
    padding: 1rem 1.5rem;
}

.team-content {
    padding: 1.5rem;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team-name, .advisor-name {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

.team-title, .advisor-title {
    color: #16D3CA;
    font-size: 1.375rem;
    font-weight: 500;
}

.team-description, .advisor-description {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 1.5rem;
}

.team-linkedin {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
}

.linkedin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #1AB3C53D;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #2BD7BD;
}

.linkedin-btn:hover {
    background: #1AB3C5;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Investors Section */
.investors {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.investors h3 {
    background: linear-gradient(90deg, #16D3CA 10%, #1AB3C5 20%, #2BD7BD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
}

.investors-row {
    padding: 2rem 5rem;
}

.inv-card {
    background: linear-gradient(135deg, #2BD7BD1A, #1AB3C533);
    border-radius: 10px;
    padding: 3rem;
    margin: 1rem;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.inv-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2BD7BD80, #2BD7BD, #1AB3C5);
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.inv-content {
    padding: 1.5rem;
    text-align: center;
}

/* .inv-title {
    font-size: 1.5rem;
    font-weight: 700;
} */

.inv-description {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 30px;
}

/* Advisor Section */
.advisor {
    position: relative;
}

.advisor {
    padding-top: 2rem;
}

.advisor h3 {
    background: linear-gradient(90deg, #16D3CA 10%, #1AB3C5 20%, #2BD7BD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
}

.advisor-card {
    background: #0a0a0a;
    border-radius: 10px;
    padding: 0;
    margin: 1rem;
    overflow: visible;
    position: relative;
    box-shadow: 0 0 20px rgba(22, 211, 202, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 300px;
}

.advisor-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2BD7BD80, #2BD7BD, #1AB3C5);
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.advisor-image {
    max-width: 30%;
    max-height: 300px;
    width: auto;
    height: auto;
    object-fit: cover;
}

.advisor-image-placeholder {
    width: 300px;
    height: 250px;
    background: #2a2a2a;
    border-radius: 8px;
    margin: 2rem;
    flex-shrink: 0;
}

.advisor-content {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.advisor-linkedin {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
}

/* Bottom Section */
.bottom {
    background: #0A0A0A;
    position: relative;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
    margin-bottom: 10rem;
}

.bottom h2 {
    color: #fff;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 40px;
    position: relative;
    z-index: 3;
    margin-bottom: 2rem;
}

.bottom p {
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0rem 5rem;
}

.bottom .my-5,
.bottom .mt-5 {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 150px 100px;
    background-position: 0 0, 0 0;
    opacity: 0.3;
    z-index: 1;
}

.bottom::after {
    content: '';
    position: absolute;
    top: -90%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 560px;
    background: radial-gradient(ellipse, #1AB3C5 0%, rgba(26, 179, 197, 0.2) 50%, transparent 70%);
    z-index: 2;
}

.start-for-free-btn,
.request-demo-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: rgb(152 149 149 / 46%);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 1.125rem;
    backdrop-filter: blur(12px);
}

.request-demo-btn {
    background: linear-gradient(90deg, rgba(43, 215, 189, 0.50) 0%, rgba(26, 179, 197, 0.50) 100%);
    box-shadow: 7px 7px 10px rgba(43, 215, 189, 0.40) inset;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header h1 {
        font-size: 30px;
    }

    .mission p,
    .team-description,
    .advisor-descriptions,
    .inv-description,
    .team-title,
    .advisor-description-mobile,
    .advisor-title-mobile {
        font-size: 12px;
        line-height: 20px;
    }

    .mission h3,
    .team h3,
    .investors h3,
    .advisor h3 {
        font-size: 18px;
    }

    .mission p, .team .row, .investors-row, .advisor-row {
        padding: 0rem 2rem;
    }

    .team-row,
    .investors-row {
        padding-top: 1rem;
        padding-bottom: 1rem;
        min-height: 300px;
    }

    .investors {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .team-card {
        margin: .5rem;
        padding: .5rem 0 0 0;
        height: 550px !important;
    }

    .team-content,
    .team-image {
        padding: 1rem;
    }

    .team-image {
        height: 200px !important;
    }

    .inv-card {
        padding: 3rem 0 1rem;
    }

    .team-name, .advisor-name {
        font-size: 20px;
    }

    /* Mobile Advisor Card */
    .advisor {
        padding-top: 0;
    }

    .advisor-card-mobile {
        background: #0a0a0a;
        border: none;
        border-radius: 10px;
        padding: 1rem 0 0 0;
        margin: .5rem;
        overflow: visible;
        position: relative;
        height: 550px !important;
    }

    .advisor-card-mobile::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-radius: 12px;
        background: linear-gradient(135deg, #2BD7BD80, #2BD7BD, #1AB3C5);
        padding: 2px;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: exclude;
        z-index: -1;
    }

    .advisor-image-mobile {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
        padding: 1rem;
    }

    .advisor-content-mobile {
        padding: 1rem;
        text-align: left;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .advisor-name-mobile {
        color: #ffffff;
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .advisor-title-mobile {
        color: #16D3CA;
        margin-bottom: 0.5rem;
    }

    .advisor-linkedin-mobile {
        display: flex;
        justify-content: flex-start;
        margin-top: auto;
    }

    .linkedin-btn-mobile {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #1AB3C53D;
        color: #ffffff;
        border-radius: 8px;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 1px solid #2BD7BD;
    }

    .linkedin-btn-mobile:hover {
        background: #1AB3C5;
        color: #ffffff;
        transform: translateY(-2px);
    }

    /* Mobile Bottom Section */
    .container.bottom-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .container.bottom-mobile::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
        background-size: 150px 100px;
        background-position: 0 0, 0 0;
        opacity: 0.3;
        pointer-events: none;
        z-index: 1;
    }

    .bottom-card-mobile {
        background: #02010300;
        /* border: 1px solid #333; */
        border-radius: 5px;
        padding: 2rem 1.5rem;
        text-align: center;
        max-width: 350px;
        width: 100%;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        position: relative;
        overflow: hidden;
    }

    .bottom-card-mobile::after {
        content: '';
        position: absolute;
        top: -100%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 150%;
        background: radial-gradient(ellipse, #1AB3C5 0%, rgba(26, 179, 197, 0.2) 50%, transparent 70%);
        z-index: 2;
        pointer-events: none;
    }

    .bottom-card-mobile h6 {
        font-size: 15px;
        font-weight: 800;
        line-height: 20px;
        color: #fff;
        position: relative;
        z-index: 4;
        margin-bottom: 2rem;
    }

    .bottom-card-mobile p {
        display: none;
    }

    .bottom-card-mobile p {
        font-size: 12px;
        line-height: 20px;
        color: #ffffff;
    }

    .bottom-buttons-mobile {
        display: flex;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 4;
    }

    .bottom-buttons .start-for-free-btn,
    .bottom-buttons .request-demo-btn {
        font-size: 12px;
        padding: 0.7rem 1.4rem;
        border-radius: 30px;
        box-shadow: 0px 0px 22px rgba(242, 242, 242, 0.50) inset;
        backdrop-filter: blur(12px);
        width: 150px;
        text-align: center;
    }

    .bottom-buttons .request-demo-btn {
        background: linear-gradient(90deg, rgba(43, 215, 189, 0.50) 0%, rgba(26, 179, 197, 0.50) 100%);
        box-shadow: 7px 7px 10px rgba(43, 215, 189, 0.40) inset;
    }
}


