@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
.investor-flow-container {
    margin-top: 20px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.investor-h-160 {
    height: 36vh;
    max-height: 400px;
}

.investor-contract-button svg {
    width: 20%;
    height: 20%;
}

.investor-text-center {
    text-align: center;
}

.investor-world-bg-div {
    max-width: 1269px;
    margin: 0 auto;
    height: 400px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 12px;
}

.investor-world-bg-title {
    width: 100%;
    max-width: 540px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 0.4px;
    word-wrap: break-word;
    margin-top: -32px;
}
.investor-world-bg-title .investor-text-primary-dark {
    color: #093832;
}
.investor-world-bg-title .investor-text-accent {
    color: #4ba13e;
}

@media (max-width: 1300px) {
    .investor-world-bg-div {
        max-width: 98vw;
    }
}

@media (max-width: 767.98px) {
    .investor-world-bg-div {
        height: 180px;
        background-size: contain;
        margin-top: -40px;
        padding-bottom: 8px;
    }
    .investor-world-bg-title {
        font-size: 22px;
        line-height: 1.2;
        max-width: 95vw;
    }
}
.investor-world-bg-title-below {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 0.4px;
    word-wrap: break-word;
    color: #4ba13e;
    position: relative;
    z-index: 3;
}
@media (max-width: 767.98px) {
    .investor-world-bg-title-below {
        font-size: 22px;
        line-height: 1.2;
        max-width: 95vw;
        margin-bottom: 16px;
    }
}
.investor-world-bg-desc {
    max-width: 609px;
    color: #000;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.16px;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .investor-world-bg-desc {
        font-size: 14px;
        line-height: 1.3;
        max-width: 95vw;
    }
}

.investor-hero-bg {
    background: linear-gradient(
        180deg,
        rgba(75, 161, 62, 0) 0%,
        rgba(75, 161, 62, 0.2) 100%
    );
    font-family: "Inter", sans-serif;
    height: 400px;
}

.investor-hero-title {
    max-width: 900px;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    word-wrap: break-word;
    margin: 0 auto;
    color: #093832;
}

.investor-text-primary-dark {
    color: #093832;
}

.investor-text-accent {
    color: #4ba13e;
}

.investor-hero-subtitle {
    max-width: 683px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.16px;
    color: #222;
    word-wrap: break-word;
    margin: 0 auto;
}

.investor-hero-btn-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
}

.investor-hero-btn {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    min-width: 260px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    letter-spacing: 0.04em;
    transition: background 0.2s, color 0.2s;
}

.investor-hero-btn-primary {
    background: #4ba13e;
    color: #fff;
}

.investor-hero-btn-primary:hover {
    background: #388e2c;
}

.investor-chart-section {
    border: 2px solid #4caf50;
    border-radius: 10px;
    background: #f8fff8;
    padding: 0 0 32px 0;
    max-width: 1269px;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: 48px;
}

.investor-chart-header {
    min-height: 60px;
    padding: 24px 32px 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.investor-redirect {
    color: white;
    padding: 0.8rem;
    background: #4ba13e;
    font-weight: 700;
    padding-left: 2rem;
    padding-right: 2rem;
}
.investor-redirect:hover {
    color: white;
    background: #61F072;
    padding: 0.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: 0.4s;
}
.investor-chart-title {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}

.investor-chart-title-green {
    color: #4ba13e;
}

.investor-chart-disclaimer {
    font-size: 0.95rem;
    color: #888;
}

.investor-chart-placeholder {
    height: fit-content;
    background: repeating-linear-gradient(
        to right,
        #e0f2e9 0 1px,
        transparent 1px 55px
    );
    border-radius: 6px;
    color: #bdbdbd;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin: 0 32px;
}

.investor-custom-card {
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.investor-custom-highlight-box {
    background-color: #4ba13e;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.investor-card-title {
    color: #093832;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.investor-card-title .investor-accent {
    color: #4ba13e;
}

.investor-card-text {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.16px;
}

.investor-card-true-portfolio {
    min-height: 219px;
    height: 219px;
    box-shadow: 0 2px 12px rgba(75, 161, 62, 0.07);
    border: 1.5px solid #e6f6e6;
}

.investor-card-uncorrelated {
    min-height: 268px;
    height: 268px;
    box-shadow: 0 2px 12px rgba(75, 161, 62, 0.1);
    border: none;
    background: linear-gradient(90deg, #4ba13e 80%, #388e2c 100%);
}

.investor-card-uncorrelated .investor-card-title,
.investor-card-uncorrelated .investor-card-text {
    color: #fff;
}

.investor-card-title-green {
    color: #4ba13e;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.investor-card-title-dark {
    color: #093832;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.investor-card-text-black {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.16px;
}

.investor-card-bg-light {
    background: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(75, 161, 62, 0.1);
}

.investor-card-bordered-faded {
    position: relative;
    border-radius: 9px;
    background: transparent;
    z-index: 1;
    overflow: hidden;
}

.investor-card-bordered-faded::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9px;
    background: #fff;
    border: 3px solid #4ba13e;
    opacity: 0.3;
    z-index: 0;
}

.investor-card-bordered-faded > * {
    position: relative;
    z-index: 1;
}

.investor-icon-svg svg {
    width: 40px;
    height: 40px;
    display: block;
}

.investor-icon-svg-small svg {
    width: 18px;
    height: 18px;
    display: block;
}
.menu-toggle{
    background-color: #4ba13e;
    color: #fff;
    padding: 2px;
    border-radius: 3px;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}

@media (max-width: 991.98px) {
    .dropdown-landing-index{
        position: absolute;
        bottom: 10px;
        right: 30px;
    }
    .investor-hero-title {
        font-size: 28px;
        line-height: 36px;
    }

    .investor-chart-title {
        font-size: 16px;
    }

    .investor-chart-header {
        padding: 16px 12px 0 12px;
    }

    .investor-chart-placeholder {
        margin: 0 12px;
    }

    .investor-hero-btn {
        min-width: 180px;
        height: 48px;
        font-size: 15px;
    }

    .investor-card-title {
        font-size: 22px;
    }

    .investor-card-text {
        font-size: 15px;
    }

    .investor-card-true-portfolio,
    .investor-card-uncorrelated {
        min-height: 160px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .investor-custom-card,
    .investor-custom-highlight-box {
        min-height: 120px;
        height: auto !important;
        padding: 16px !important;
    }

    .investor-card-title {
        font-size: 18px;
        line-height: 1.2;
    }

    .investor-card-text {
        font-size: 14px;
    }

    .row.g-4 > [class^="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .investor-card-true-portfolio,
    .investor-card-uncorrelated {
        min-height: 100px;
        height: auto !important;
    }

    .mb-3 {
        margin-bottom: 1rem !important;
    }

    .investor-hero-title {
        font-size: 22px !important;
        line-height: 1.2 !important;
        margin-bottom: 0 !important;
    }

    .investor-hero-title h1 {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    .investor-hero-subtitle {
        font-size: 14px !important;
        line-height: 1.3 !important;
        margin-bottom: 16px !important;
        max-width: 95vw !important;
    }

    .investor-hero-btn-row {
        flex-direction: column !important;
        gap: 12px !important;
        margin-top: 16px !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .investor-hero-btn {
        min-width: 140px !important;
        width: 100% !important;
        max-width: 320px !important;
        height: 44px !important;
        font-size: 15px !important;
        margin: 0 auto !important;
    }
}

@media (min-width: 768px) {
    .investor-custom-card {
        min-height: 219px;
    }

    .investor-custom-highlight-box {
        min-height: 268px;
    }
}
@media (max-width: 767.98px) {
    .investor-h-160 {
        height: 80px !important;
    }
    .investor-chart-disclaimer {
        font-size: 0.6rem;
        text-wrap: nowrap;
    }
    .investor-chart-title {
        font-size: 0.65rem;
    }
    .investor-chart-title-green {
        font-size: 0.65rem;
    }
    .investor-custom-card.investor-card-bordered-faded {
        min-height: 220px !important;
    }
}
.investor-hero-btn.investor-hero-btn-primary {
    box-shadow: 0 2px 8px rgba(75, 161, 62, 0.1);
    font-size: 20px;
    min-width: 260px;
    height: 56px;
    margin: 0 auto;
    display: block;
}
.investor-card-true-portfolio-style {
    min-height: 219px;
    height: 219px;
    box-shadow: 0 2px 12px rgba(75, 161, 62, 0.07);
    border: 1.5px solid #e6f6e6;
}
.investor-card-uncorrelated-style {
    min-height: 268px;
    height: 268px;
    box-shadow: 0 2px 12px rgba(75, 161, 62, 0.1);
    border: none;
    background: linear-gradient(90deg, #4ba13e 80%, #388e2c 100%);
}
.investor-card-bordered-faded-style {
    position: relative;
    border-radius: 9px;
    background: transparent;
    z-index: 1;
    overflow: hidden;
}
.investor-card-bordered-faded-style::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9px;
    background: #fff;
    border: 3px solid #4ba13e;
    opacity: 0.3;
    z-index: 0;
}
.investor-card-bordered-faded-style > * {
    position: relative;
    z-index: 1;
}
.investor-card-bg-light-style {
    background: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(75, 161, 62, 0.1);
}
.investor-text-accent-green {
    color: #4ba13e;
}

.investor-hero-bg-inline {
    min-height: 520px;
    height: 520px;
    background: linear-gradient(180deg, #f8fff8 0%, #e6f6e6 100%);
    position: relative;
    z-index: 1;
}

.investor-container-max1512 {
    max-width: 1512px;
    margin: 0 auto;
}

.investor-hero-subtitle-inline {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.16px;
    max-width: 600px;
    margin: 0 auto 32px auto;
}

.investor-hero-title-mb0 {
    margin-bottom: 0;
}

.investor-hero-title-mt0 {
    margin-top: 0;
}

.investor-hero-btn-row-gap16 {
    gap: 16px;
    margin-top: 0;
    justify-content: center;
}

.investor-max1269 {
    max-width: 1269px;
    margin: 0 auto;
    padding: 0;
}

.investor-mt0 {
    margin-top: 0;
}

.investor-section-padding {
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    max-width: 1269px;
    margin: 0 auto;
    padding: 0;
}

/* Responsive styles for diagram section */
@media (max-width: 767.98px) {
    .investor-section-padding {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    
    .investor-flow-container img {
        max-width: 100% !important;
        height: auto !important;
    }
}


.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-container {
    width: fit-content;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #4ba13e;
    margin-bottom: 0px;
    color: white;
    border: none;
    box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.35);
}
.user-info-container {
    margin-bottom: 6px;
}
.dropdown-user-name {
    font-size: 14px;
}
.dropdown-user-email {
    font-size: 12px;
}

.dropdown-endpoint {
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-dropdown-options {
    padding: 4px;
}
.dropdown-endpoint:hover {
    border-radius: 4px;
    background: #3f8b33;
    transition: 0.5s;
}

.dropdown-tag-button {
    position: absolute;
    left: 41px;
    top: 41.5px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-arrow-icon {
    display: flex;
    font-size: 10px;
}
.dropdown-divider-line {
    flex: 1;
    height: 1px;
    background-color: #3f8b33 !important;
}

.dropdown-avatar-container {
    width: 50px;
    height: 50px;
}

.user-info-container {
    margin-bottom: 5px;
}
.dropdown-user-name {
    font-size: 14px;
}
.dropdown-user-email {
    font-size: 12px;
}
