.page-template-page-global-funds .container {
    max-width: 1240px;
    padding: 0 24px;
    margin: 0 auto;
}
.site-content .ast-container {
    max-width: 100%;
    padding: 0;
}
.section-title {
    font-size: 34px;
    line-height: 120%;
    font-weight: 400;
    color: #002852;
    text-align: center;
    margin: 0;
}
.section-desc {
    font-size: 16px;
    line-height: 150%;
    color: #737373;
    text-align: center;
    max-width: 760px;
    margin: 9px auto 0;
}
.btn_dark {
    padding: 16px 21px;
    border-radius: 5px;
    background: #1547eb;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #1547eb;
    transition: all 0.3s;
    display: inline-block;
}
.btn_dark:hover {
    background: #fff;
    color: #1547eb;
}
.secondary_btn {
    padding: 16px 21px;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s;
    display: inline-block;
    background: #fff;
    color: #002852;
    border: 1px solid #b2becb;
}
.secondary_btn:hover {
    background: #002852;
    color: #fff;
    border-color: #002852;
}

/* Hero */
.gf-hero {
    padding: 125px 0 140px;
}
.gf-hero .gf-hero-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}
.gf-hero .gf-hero-content {
    width: calc(100% - 580px);
}
.gf-hero .gf-hero-content h1 {
    color: #002852;
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: -0.72px;
    margin: 0 0 20px;
}
.gf-hero .gf-hero-content p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.32px;
    color: #505a64;
}
.gf-hero .gf-hero-content .small-desc {
    font-weight: 600;
    font-size: 14px;
    line-height: 20.8px;
    letter-spacing: -0.32px;
    margin-top: 20px;
    color: #505a64;
}
.gf-hero .gf-hero-content .small-desc a {
    text-decoration: underline;
    color: inherit;
}
.gf-hero .gf-hero-content .buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 16px;
}
.gf-hero .gf-hero-image {
    width: 530px;
    text-align: center;
}
.gf-hero .gf-hero-image img {
    max-width: 100%;
    height: auto;
}
.gf-hero .gf-hero-disclosure {
    margin: 16px auto 0;
    max-width: 492px;
    font-size: 12px;
    line-height: 140%;
    font-weight: 300;
    color: #212529;
    text-align: center;
}

/* Why Global Funds */
.gf-why {
    padding: 72px 0;
    background: #002852;
}
.gf-why .section-title {
    color: #fff;
}
.gf-why .section-desc {
    color: rgba(255, 255, 255, 0.7);
}
.gf-why-wrap {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.gf-why-item {
    background: #fff;
    border-radius: 12px;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.gf-why-item .gf-why-text {
    padding: 32px 32px 0;
}
.gf-why-item h4 {
    font-size: 18px;
    line-height: 150%;
    color: #262626;
    font-weight: 600;
    margin-bottom: 8px;
}
.gf-why-item p {
    font-size: 16px;
    line-height: 160%;
    color: #505a64;
    margin-bottom: 0;
}
.gf-why-item .gf-why-img {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 16px;
}
.gf-why-item .gf-why-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Advantages stat cards */
.gf-advantages {
    padding: 72px 0;
    background: #fff;
}
.gf-advantages .section-title {
    margin-bottom: 40px;
}
.gf-advantages-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.gf-advantage-card {
    width: 280px;
    border: 1px solid #e5e9ee;
    border-radius: 6px;
    padding: 24px;
    text-align: center;
}
.gf-advantage-card .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}
.gf-advantage-card .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gf-advantage-card h4 {
    font-size: 18px;
    line-height: 150%;
    color: #262626;
    font-weight: 600;
    margin: 0 0 4px;
}
.gf-advantage-card p {
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    margin: 0;
}

/* Most Popular Global Funds */
.gf-popular {
    padding: 72px 132px 42px;
    background: #eff6ff;
}
.gf-popular .section-title {
    margin-bottom: 8px;
}
.gf-popular-search {
    max-width: 1105px;
    margin: 40px auto 0;
    position: relative;
}
.gf-popular-search input {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e9ee;
    border-radius: 8px;
    padding: 12px 24px 12px 48px;
    font-size: 14px;
    color: #757575;
    font-family: "Inter", sans-serif;
}
.gf-popular-search img {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
.gf-fund-grid {
    max-width: 1105px;
    margin: 24px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.gf-search-empty {
    max-width: 1105px;
    margin: 24px auto 0;
    padding: 24px;
    border: 1px solid #e5e9ee;
    border-radius: 6px;
    background: #fff;
    color: #737373;
    text-align: center;
}
.gf-fund-card {
    background: #fff;
    border: 1px solid #e5e9ee;
    border-radius: 6px;
    padding: 21px 24px;
}
a.gf-fund-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}
a.gf-fund-card:hover {
    border-color: #1547eb;
    box-shadow: 0 4px 16px rgba(21, 71, 235, 0.08);
}
.gf-fund-card .gf-fund-head {
    display: flex;
    gap: 12px;
    align-items: center;
}
.gf-fund-card .gf-fund-logo {
    width: 48px;
    height: 48px;
    border-radius: 120px;
    border: 1.2px solid #e5e9ee;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d9d9d9;
}
.gf-fund-card .gf-fund-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gf-fund-card .gf-fund-name {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    font-weight: 500;
    margin: 0;
}
.gf-fund-card .gf-fund-house {
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    margin: 2px 0 0;
}
.gf-fund-card .gf-fund-stats {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 60px;
    margin-top: 16px;
    font-size: 14px;
}
.gf-fund-card .gf-fund-stats .nav-label {
    color: #737373;
}
.gf-fund-card .gf-fund-stats .nav-value {
    color: #262626;
    font-weight: 600;
}
.gf-fund-card .gf-fund-stats .dot {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #d9d9d9;
}
.gf-fund-card .gf-fund-stats .yr-label {
    color: #737373;
}
.gf-fund-card .gf-fund-stats .yr-value {
    color: #047857;
    font-weight: 600;
}
.gf-popular-cta {
    text-align: center;
    margin-top: 55px;
}
.gf-popular-disclosure {
    font-size: 12px;
    color: #737373;
    text-align: center;
    margin-top: 9px;
}

/* Explore Global Fund Categories */
.gf-categories {
    padding: 72px 60px;
}
.gf-categories .section-title {
    margin-bottom: 8px;
}
.gf-category-grid {
    max-width: 1105px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.gf-category-card {
    background: #fff;
    border: 1px solid #e5e9ee;
    border-radius: 6px;
    padding: 24px;
}
a.gf-category-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}
a.gf-category-card:hover {
    border-color: #1547eb;
    box-shadow: 0 4px 16px rgba(21, 71, 235, 0.08);
}
.gf-category-card .icon {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
}
.gf-category-card .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}
.gf-category-card .icon img.layer-2 {
    position: absolute;
}
.gf-category-card h4 {
    font-size: 18px;
    line-height: 150%;
    color: #262626;
    font-weight: 600;
    margin: 0 0 6px;
}
.gf-category-card p {
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    margin: 0;
}
.gf-categories-cta {
    text-align: center;
    margin-top: 40px;
}
/* Who should invest */
.gf-who {
    padding: 70px 0;
    background-color: #eef5fc;
}
.gf-who-wrap {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gf-who-wrap .gf-who-item {
    width: calc(33.33% - 27px);
    text-align: center;
}
.gf-who-wrap .gf-who-item .meta {
    margin-top: 16px;
}
.gf-who-wrap .gf-who-item .meta .title {
    font-size: 20px;
    line-height: 150%;
    color: #002852;
    font-weight: 600;
    margin-bottom: 8px;
}
.gf-who-wrap .gf-who-item .meta p {
    font-size: 16px;
    line-height: 160%;
    color: #2d2d2d;
    margin-bottom: 0;
}
.gf-who .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

/* How it works (reuses the site-wide portfolio slider component) */
.gf-how {
    padding: 70px 0;
}
.gf-how .section-title {
    margin-bottom: 0;
    text-align: center;
}
.portfolio_slider_wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.portfolio_slider {
    width: 291px !important;
    height: 445px;
    overflow: hidden;
}
.portfolio_slider .slick-list,
.portfolio_slider .slick-track,
.portfolio_slider .slick-slide,
.portfolio_slider .slick-slide > div {
    height: 445px;
}
.single_portfolio_slider {
    background-color: transparent !important;
    border: none !important;
    padding: 10px !important;
    height: 445px;
}
.single_portfolio_slider img {
    width: 100%;
    height: 425px;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
    display: block;
}
.portfolio_slider_content {
    width: 426px;
    margin-left: 32px;
}
.single_portfolio_slider_content:not(:last-child) {
    margin-bottom: 38px;
}
.single_portfolio_slider_content {
    display: flex !important;
    padding: 0 !important;
    background: transparent !important;
}
.progressBar {
    background: #e8eef4;
    display: block;
    width: 4px;
}
.inProgress {
    background: #002752;
    height: 0%;
    width: 4px;
}
.portfolio_slider_content_inner {
    display: flex;
}
.portfolio_slider_inner_content {
    width: calc(100% - 28px);
    margin-left: 24px;
}
.slider_index {
    color: #212529;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    opacity: 0.4;
}
.portfolio_slider_inner_content h3 {
    color: #212529;
    font-family: var(--primaryFont);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.032px;
    margin: 10px 0;
}
.single_slider_desc {
    margin: 0;
    color: #21252999;
    font-family: "Inter", sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
    opacity: 0.8;
}

/* Testimonials (reuses site-wide testimonial markup/behaviour) */
.testimonials {
    padding: 70px 0;
}
.testimonials .testimonials-wrap {
    margin-top: 0;
}
.testimonial-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.testimonial-prev {
    border-radius: 30px;
    border: 1.7px solid rgba(0, 40, 82, 0.6);
    background: rgba(255, 255, 255, 0);
    width: 85px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 12px;
}
.testimonial-next {
    border-radius: 30px;
    border: 1.7px solid rgba(0, 40, 82, 0.6);
    background: rgba(255, 255, 255, 0);
    width: 85px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.testimonials-slider,
.testimonials-slider .slick-track,
.testimonials-slider .slick-slide {
    height: 100% !important;
    display: flex;
    align-items: stretch;
}
.testimonials-slider .slick-slide > div {
    height: 100%;
}
.testimonial-card .testimonial-card-inner {
    background: #ffffff;
    box-shadow: 0.67px 2.67px 49.33px 0px #0000001a;
    padding: 36px 30px 60px;
    border-radius: 10px;
    position: relative;
    transition: all 0.2s ease;
    transform: scale(0.8);
    z-index: 0;
}
.testimonials-slider .testimonial-card.slick-current + .testimonial-card .testimonial-card-inner {
    transform: scale(1.1);
    margin: 0 -35px;
    z-index: 1;
}
.testimonial-card .testimonial-card-inner .leaders-info {
    display: flex;
    gap: 30px;
    align-items: center;
}
.testimonial-card .testimonial-card-inner .leaders-info .profile img {
    width: 74px;
    height: 74px;
    object-fit: contain;
    background: #d5e0f2;
    border-radius: 100px;
    min-width: 74px;
    min-height: 74px;
}
.testimonial-card .testimonial-card-inner .leaders-info .details h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin: 0 0 9px;
    font-family: "Inter", sans-serif;
}
.testimonial-card .testimonial-card-inner .leaders-info .details p {
    margin: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: #212529;
    font-family: "Inter", sans-serif;
}
.testimonial-card .testimonial-card-inner .description {
    margin-top: 24px;
}
.testimonial-card .testimonial-card-inner .description p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #212529;
    font-family: "Inter", sans-serif;
}
.testimonials sup {
    top: -3px;
}
.testimonials-slider .slick-list {
    padding: 80px 0 65px;
}
.testimonial_disclosure {
    color: #212529;
    font-size: 10px;
    line-height: 100%;
    font-weight: 300;
    margin: 40px 0 0;
    text-align: center;
}

/* FAQ (reuses site-wide accordion markup/behaviour) */
.home_page_faqs {
    padding: 70px 0;
}
.home_page_faqs .section-title {
    padding: 0 16px 24px;
    margin-bottom: 0;
}
.home_page_faq_wrap {
    padding: 0 91px;
}
.single_faq {
    padding: 28px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq_que {
    position: relative;
    cursor: pointer;
}
.faq_que h4 {
    color: #212529;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    padding-right: 30px;
}
.faq_que:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0px;
    width: 12px;
    height: 12px;
    background: url(../../images/global-funds/faq-chevron-icon.svg) no-repeat center / contain;
    transition: transform 0.3s;
}
.faq_que.active:after {
    transform: rotate(180deg);
}
.faq_content {
    display: none;
    margin-top: 16px;
    color: rgba(30, 32, 34, 0.8);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
}
.faq_content p {
    margin-bottom: 0;
    color: rgba(30, 32, 34, 0.8);
    font-size: 16px !important;
    line-height: 130%;
}

/* CTA banner */
.cta {
    background-color: #002852;
    padding: 48px 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
}
.cta_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.cta_query_col {
    padding-right: 30px;
}
.cta_btn_col {
    width: 213px;
    text-align: end;
}
.cta_query_col .query_que {
    color: #fff;
    text-align: left;
    font-size: 32px;
    margin: 0;
}
.btn {
    display: inline-block;
    padding: 16px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0;
    color: #fff;
    background-color: #1547eb;
    border-radius: 5px;
    border: 1px solid #1547eb;
}
a.btn.btn_light {
    background: #fff;
    color: #002852;
    border-color: #fff;
}
a.btn.btn_light:hover {
    background: transparent;
    color: #fff;
}

@media screen and (max-width: 1240px) {
    .gf-popular {
        padding: 60px 60px;
    }
    .gf-categories {
        padding: 60px 40px;
    }
}

@media screen and (max-width: 1100px) {
    .gf-fund-grid,
    .gf-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .gf-hero .gf-hero-content,
    .gf-hero .gf-hero-image {
        width: 100%;
        text-align: left;
    }
    .gf-hero .gf-hero-image {
        text-align: center;
    }
    .gf-why-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .gf-who-wrap .gf-who-item {
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }
    .portfolio_slider {
        width: 50% !important;
    }
    .portfolio_slider_content {
        width: 100%;
        margin-left: 16px;
    }
    .home_page_faq_wrap {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .gf-hero {
        padding: 60px 0 40px;
    }
    .gf-hero .gf-hero-content h1 {
        font-size: 32px;
    }
    .section-title {
        font-size: 26px;
    }
    .gf-why-wrap,
    .gf-fund-grid,
    .gf-category-grid {
        grid-template-columns: 1fr;
    }
    .gf-who-wrap .gf-who-item {
        width: 100%;
    }
    .gf-popular,
    .gf-categories {
        padding: 50px 20px;
    }
    .portfolio_slider {
        width: 100% !important;
    }
    .portfolio_slider_content {
        width: 100%;
        margin-left: 0;
        margin-top: 16px;
    }
    .testimonials {
        padding: 50px 0;
        overflow: hidden;
    }
    .testimonials .testimonials-wrap,
    .testimonials-slider {
        width: 100%;
        max-width: 100%;
    }
    .testimonials-slider,
    .testimonials-slider .slick-slide {
        height: auto !important;
        display: block;
    }
    .testimonials-slider .slick-track {
        height: auto !important;
        display: flex;
        align-items: stretch;
    }
    .testimonials-slider .slick-list {
        padding: 24px 0 32px;
        overflow: hidden;
    }
    .testimonials-slider .slick-slide > div {
        height: 100%;
    }
    .testimonials-slider .testimonial-card {
        height: 100%;
        padding: 0 8px;
    }
    .testimonial-card .testimonial-card-inner,
    .testimonials-slider .testimonial-card.slick-current + .testimonial-card .testimonial-card-inner {
        height: 100%;
        margin: 0;
        padding: 24px 22px 30px;
        transform: none;
    }
    .testimonial-card .testimonial-card-inner .leaders-info {
        gap: 16px;
    }
    .testimonial-card .testimonial-card-inner .leaders-info .profile img {
        width: 58px;
        height: 58px;
        min-width: 58px;
        min-height: 58px;
    }
    .testimonial-card .testimonial-card-inner .leaders-info .details h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .testimonial-card .testimonial-card-inner .description {
        margin-top: 20px;
    }
    .testimonial-card .testimonial-card-inner .description p {
        font-size: 12px;
        line-height: 18px;
    }
    .testimonial-slider-nav {
        margin-top: 0;
    }
    .cta_wrap {
        flex-direction: column;
        text-align: center;
    }
    .cta_query_col {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .cta_query_col .query_que {
        text-align: center;
    }
    .cta_btn_col {
        width: 100%;
        text-align: center;
    }
}
