.info-card {
    background: linear-gradient(135deg, #ffffff 70%, #e6f7f359 100%);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 30px 20px;
    transition: all 0.3s ease;
    height: 100%;
    border-left: 5px solid #27AE60;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-left: 5px solid #27AE60;
    background: linear-gradient(135deg, #ffffff 40%, #d9f2eb 100%);
}

.info-card h6 {
    font-size: 16px;
    color: #777;
    margin-bottom: 6px;
    line-height: 140%;
}

.info-card p {
    font-size: 20px;
    font-weight: 700;
    color: #27AE60;
    margin: 0;
    line-height: 150%;
}

.info-card .icon {
    font-size: 28px;
    color: #27AE60;
}

.investment-section {
    background: var(--theme-color-gray2);
}

.investment-section .sub-title {
    background: #39acab;
}

.section-header {
    margin-bottom: 50px;
}

.section-header p {
    font-size: 18px;
    margin: 20px 0 0;
}

.investment-section .cards-wrapper {
    display: grid;
    justify-content: center;
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.investment-section .card {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 30px 14px;
    transition: all 0.3s ease;
    border: unset;
    border-left: 5px solid #39acab;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.investment-section  .cards-wrapper > div >  .card{
    height: 100%;
}

.investment-section .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-left: 5px solid #049e9c;
    background: linear-gradient(135deg, #ffffff 40%, #39acaa11 100%);
}

/* .card:hover h4{
        font-weight: 900 !important;
    } */

.investment-section .card:hover .card-content {
    scale: 1.03;
}

.investment-section .card-content {
    display: flex;
    height: 100%;
    transition: 0.3s ease;
}

.investment-section .card-left {
    flex: 1;
}

.investment-section .card-right {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-left: 10px;
    position: relative;
    right: -10px;
}

.investment-section .card h4 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #39acab;
    line-height: 150%;
}

.subtitle {
    font-size: 14px;
    margin-bottom: 15px;
}

.big-number {
    font-size: 32px;
    font-weight: 700;
    color: #39acab;
    margin: 0 0 0;
}

.bullet-list {
    list-style: none;
    margin: 20px 0 0;
}

.bullet-list:has(+ .big-number) {
    margin-bottom: 20px;
}

.bullet-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.bullet-list li:last-child {
    margin-bottom: 0;
}

.bullet-list li span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #39acab;
    border-radius: 50%;
}

.dot {
    width: 10px;
    min-width: 10px;
    height: 10px;
    background: #39acab;
    border-radius: 50%;
    margin: 0 0 10px 0;
    opacity: 0.7;
}

.triangle {
    position: absolute;
    top: calc(50% + 1.9px);
    left: -22px;
    transform: translateY(-50%) rotate(270deg);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #39acab;
}

.investment-section .card.large {
    width: 100%;
    max-width: 500px;
}

.investment-section .card.medium {
    width: 100%;
    max-width: 380px;
}

.investment-section .card.small {
    width: 100%;
    max-width: 300px;
}

.investment-section .card.xsmall {
    width: 100%;
    max-width: 280px;
}

.investment-section .card.final {
    width: 100%;
    max-width: 400px;
}

.investment-section .card.final h4 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 150%;
}

.grid-8 {
    width: 60px;
}

.grid-6 {
    width: 45px;
}

.grid-4 {
    width: 25px;
}

.grid-2 {
    width: 20px;
}

.arrow_section {
    position: relative;
}

.arrow_section::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 50%;
    width: 14px;
    height: 3px;
    background: #39acab;
    z-index: -1;
}

/* .investment-section .container:has(.card:hover) .card {
    filter: blur(3px);
} */

.investment-section .container:has(.card:hover) .card:hover {
    filter: none;
}



@media (min-width: 992px) {
    .cards-wrapper {
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .card.large {
        order: 1;
    }

    .card.medium {
        order: 2;
    }

    .card.small {
        order: 3;
    }

    .card.xsmall {
        order: 4;
    }

    .card.final {
        order: 5;
    }
}

@media (max-width: 991px) {
    .card {
        margin-bottom: 15px;
        max-width: 100% !important;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.investment-section .card {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.investment-section .card.large {
    animation-delay: 0.1s;
}

.investment-section .card.medium {
    animation-delay: 0.2s;
}

.investment-section .card.small {
    animation-delay: 0.3s;
}

.investment-section .card.xsmall {
    animation-delay: 0.4s;
}

.investment-section .card.final {
    animation-delay: 0.5s;
}




.framework {
    /* background: linear-gradient(135deg, #00796b, #009688); */
    /* Increased padding for better spacing */
    color: #fff;

}

.framework h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;

}



.AccorGrowthFramework .sub-title {
    background: #39acab;
}


.Fund_Category {
    background: unset;
    position: relative;
    overflow: hidden;
}

.Fund_Category .sub-title {
    background: #27AE60;
}

.how-to-invest::before,
.how-to-invest::after,
.Fund_Category::before,
.Fund_Category::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #00796b, #009688);
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
}

.how-to-invest::before,
.Fund_Category::before {
    top: -100px;
    right: -100px;
}

.how-to-invest::after,
.Fund_Category::after {
    bottom: -100px;
    left: -100px;
}

.framework h2.frame_work_text {
    background: linear-gradient(135deg, #39acab, #39acab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.framework p {
    font-size: 18px;
    margin-bottom: 50px;
}

.framework-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    /* Increased gap between the cards */
    margin-top: 40px;
    /* Added top margin to avoid section overlap */
}

.framework-card {
    background-color: #ffffff;
    color: #00796b;
    padding: 20px 15px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-right: 5px solid #39acab;
}

.framework-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.framework-card .card-title {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.framework-card .icon {
    font-size: 28px;
}

.framework-card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.framework-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.framework-card ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}




/* Section Wrapper */
.how-to-invest {
    position: relative;
    z-index: 10;
    background: unset;
    overflow: hidden;
}

.how-to-invest .sub-title {
    background: #27AE60;
}

.how-to-invest .section-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    /* color: #39acab; */
    /* primary */
    margin-bottom: 15px;
}

.how-to-invest .section-header p {
    font-size: 18px;
    color: #666;
}

/* Steps Wrapper */
.how-to-invest .steps-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

/* Vertical line */
.how-to-invest .steps-wrapper .steps-line {
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #27AE60, #27ae5fc4, #27ae5f91);
}

/* Step Row */
.how-to-invest .step {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    cursor: pointer;
}

/* Step Number */
.how-to-invest .step-number {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    background: #27AE60;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Step Card */
.how-to-invest .step-card {
    flex-grow: 1;
    background: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #27AE60;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}

.how-to-invest .step-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    scale: 1.03;
}

/* Step Title */
.how-to-invest .step-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.how-to-invest .step-title .icon {
    font-size: 24px;
    margin-right: 12px;
}

.how-to-invest .step-title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #27AE60;
    margin: 0;
    line-height: 120%;
}

/* Step Description */
.how-to-invest .step-card p {
    font-size: 16px;
    color: #555;
    margin: 0;
}





.investment-philosophy {
    font-family: "Segoe UI", sans-serif;
}

.philosophy-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.philosophy-cards .card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: unset;
    border-top: 4px solid #27AE60;
    cursor: pointer;
}

.philosophy-cards .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.philosophy-cards .card .icon {
    font-size: 2.2rem;
    margin-bottom: 15px;
    line-height: 120%;
}

.philosophy-cards .card h3 {
    font-size: 1.3rem !important;
    color: #27AE60;
    margin-bottom: 12px;
}

.philosophy-cards .card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}



.WHAT_WE_ARE_MINDFUL_OF .philosophy-cards>div,
.WHAT_WE_ARE_MINDFUL_OF .philosophy-cards>div>.card {
    height: 100%;
}

.WHAT_WE_ARE_MINDFUL_OF ul,
.WHAT_WE_ARE_MINDFUL_OF ul {
    list-style-position: inside;
    padding-left: 20px;
}

.WHAT_WE_ARE_MINDFUL_OF ul li {
    list-style-type: disc;
    padding-left: 0px;
}

.WHAT_WE_ARE_MINDFUL_OF ul li::marker {
    color: #27AE60;
}

.WHAT_WE_ARE_MINDFUL_OF .philosophy-cards .card ul li p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: start;
}

.WHAT_WE_ARE_MINDFUL_OF .philosophy-cards .card ul li:last-child p {
    margin-bottom: 0;
}

.WHAT_WE_ARE_MINDFUL_OF .philosophy-cards .card {
    transition: all 0.3s ease;
    transform: translateY(0) !important
}

.WHAT_WE_ARE_MINDFUL_OF .philosophy-cards .card:hover {
    /* transform: translateY(-6px) !important; */
}

.WHAT_WE_ARE_MINDFUL_OF .philosophy-cards .card {
    border-top: unset;
    border-bottom: 4px solid #27AE60;
}



/* Responsive */

@media(max-width: 1399px) {
    .framework-cards {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .info-card {
        padding: 20px 10px;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .philosophy-cards .card {
        padding: 20px;
    }
}

@media(max-width: 1199px) {
    .framework-cards {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .info-card p {
        font-size: 17px;
    }

    .section-header {
        margin-bottom: 30px;
    }

    .info-card {
        padding: 10px;
    }

    .card-right {
        right: 0;
        padding-left: 5px;
        gap: 1px;
    }

    .cards-wrapper {
        flex-wrap: wrap !important;
    }

    .philosophy-cards {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .investment-section .cards-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media(max-width: 991px) {
    .framework-cards {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .philosophy-cards .card h3 {
        font-size: 20px !important;
        line-height: 140% !important;
    }

}

@media screen and (max-width: 768px) {

    .framework-cards {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .framework h2 {
        font-size: 32px;
    }

    .framework-card ul li {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .how-to-invest .section-header h2 {
        font-size: 26px;
    }

    .how-to-invest .section-header p {
        font-size: 16px;
    }

    .how-to-invest .step {
        gap: 15px;
    }

    .how-to-invest .step-card {
        padding: 15px;
    }

    .how-to-invest .steps-wrapper .steps-line {
        left: 14px;
    }

    .how-to-invest .steps-wrapper {
        padding-left: 0;
    }

    .how-to-invest .step-number {
        width: 30px;
        height: 30px;
    }

    h2.title.wow.splt-txt.words.chars.splitting.animated,
    .section-header p {
        margin: 10px 0;
    }


    .philosophy-cards {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .investment-section .card h4 {
        margin-bottom: 0px;
    }

    .framework-card .card-title {
        margin: 5px 0 10px 0;
    }

        .philosophy-cards .card {
        padding: 15px 20px;
    }

    .framework-card .card-title {
    margin: 5px 0 15px 0;
}

.framework-card ul li:last-child{
    margin-bottom: 0;
}

}

@media(max-width : 576px) {
    .framework-cards {
        grid-template-columns: 1fr;
    }

    .investment-section .cards-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }

    .triangle {
        top: -11px;
        left: 50%;
        transform: translateY(-50%) rotate(360deg);
    }

    .arrow_section::before {
        left: calc(50% + 8px);
        top: -38px;
        width: 3px;
        height: 24px;
        transform: translatex(-50%);
    }
}

@media(max-width: 420px) {
    .info-card-section {
        width: 100% !important;
        min-width: 100% !important;
    }
}