@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #3B2516;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    transition: all 0.5s ease-out;
}

h1 {
    font-size: 61px;
    font-weight: 600;
    line-height: 71px;
    color: #F5F1EB;
}

h2 {
    font-weight: 500;
    line-height: 46px;
    font-size: 40px;
    color: #263275;
}

h3 {
    color: #263275;
    font-size: 29px;
    font-weight: 400;
    line-height: 46px;
}

h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    color: #0E1A5B;
    line-height: 40px;
}

img {
    display: block;
}

.btn-default {
    font-size: 16px;
    text-decoration: none;
    color: #3B2516;
    line-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    background-color: #D9D7D2;
    border-radius: 20.5px;
    padding: 0 35.8px;
    transition: all 0.3s ease-in-out;
}

.btn-default.btn-outline {
    background-color: transparent;
    border: 1px solid #EDEDED;
    color: #FFF;
    padding: 0 34.8px;
}

.btn-default:hover {
    background-color: #3B2516;
    color: #E9E4DB;
}

.btn-large {
    border-radius: 52.5px;
    background-color: #F5F1EB;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 46px;
    font-weight: 400;
    color: #3B2516;
    padding: 0 32.74px;
    height: 62px;
    transition: all 0.3s ease-in-out;
}

.btn-large:hover {
    background-color: #B5AE85;
}

.focus-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 46px;
    color: #3B2516;
    height: 41px;
    width: 304px;
    background-color: #B5AE85;
    border-radius: 20.5px;
    transition: all 0.5s ease-out;
}

.focus-btn:hover {
    background-color: #3B2516;
    color: #FFF;
}

.flx-cntr-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strip-text {
    background-color: #D5D1BD;
    display: inline-flex;
    color: #0E1A5B;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 25px;
    padding: 11.5px 37px;
    margin-bottom: 24px;
}

.container-custom {
    max-width: 1706px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: content-box;
}

header {
    background-color: #0E1A5B;
    position: fixed;
    width: 100%;
    min-height: 103px;
    z-index: 999;
}

header .h-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: auto;
    padding-top: 38px;
}

header .h-logo img,
header .h-logo a {
    display: block;
    width: 347.341px;
    height: 33px;
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 58px
}

header nav ul.sub-menu {
    display: none;
}

header nav ul a {
    font-size: 17px;
    text-decoration: none;
    line-height: 46px;
    color: #FFF;
    font-weight: 400;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

header nav ul a::after {
    display: block;
    content: attr(title);
    /* We will use the link text here */
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

header nav ul a:hover,
.current_page_item a {
    color: #B5AE85;
    font-weight: 600;
}

.h-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.home-banner {
    height: 894px;
    overflow: hidden;
    position: relative;
}

.home-banner .swiper {
    width: 100%;
    height: 917px;
}

.home-banner .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(97, 97, 97, 0.85);
    background-blend-mode: multiply;
}

.home-banner .swiper-fade .swiper-slide {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

.banner-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.banner-inner-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.home-banner h1 {
    /*font-size: 70px;*/
    margin-bottom: 29px;
}

.home-banner p {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    color: #FFF;
    text-align: center;
    margin: 20px auto;
    max-width: 973px;
    font-size: 25px;
    font-weight: 500;
    line-height: 42px;
}

.banner-divider {
    display: block;
    max-width: 672px;
    height: 1px;
    margin: 0 auto;
    background: #D5D1BD;
}

.home-banner .btn-large {
    margin-top: 40px;
}

.banner-strips {
    background-color: #B5AE85;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    color: #3B2516;
    border-top: 1px solid #3B2516;
    border-bottom: 1px solid #3B2516;
}

.banner-strips .strips-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    padding: 12px 0;
    max-width: 1658px;
    width: 100%;
}

.banner-strips .strips-inner p {
    position: relative;
    margin: 0;
    padding-right: 90px;
    width: fit-content;
    margin: auto;
}

.banner-strips .strips-inner p:after {
    content: '';
    display: block;
    width: 1px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #F5F1EB;
}

.banner-strips .strips-inner p:last-child {
    padding: 0;
}

.banner-strips .strips-inner p:last-child:after {
    display: none;
}



.comopany-intro {
    padding-top: 115px;
    padding-bottom: 75px;
}

.ci-inner {
    max-width: 1153px;
    margin: 0 auto;
    text-align: center;
}

.ci-inner .cii-content {}

.ci-inner h2 {
    margin-bottom: 20px;
}


.focus-area {
    margin-bottom: 77px;
}

.fa-inner {
    text-align: center;
    position: relative;
}

.fa-inner:before {
    content: '';
    background-color: #B5AE85;
    position: absolute;
    width: 1440px;
    height: 425px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.fa-inner-main {
    position: relative;
    padding-top: 63px;
}

.fa-inner h2 {
    margin-bottom: 14px;
}

.focus-points {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
}

.focus-boxes {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 35px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    margin-bottom: 50px;
}

.focus-boxes .focus-box {
    text-align: left;
    background-color: #D5D1BD;
    padding: 25px 48px 21px 48px;
    max-width: 545px;
    position: relative;
    box-shadow: none;
    transition: all 0.5s ease-out;
}

.focus-boxes .focus-box:before {
    content: '';
    background-color: #263275;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    transition: all 0.5s ease-out;
}

.focus-boxes .focus-box:hover {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.25);
}

.focus-boxes .focus-box:hover:before {
    height: 100%;
}

.focus-boxes .focus-box.center-box {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.25);
    height: 358px;
}

.focus-box .box-icon {
    margin-bottom: 10px;
    position: relative;
    transition: all 1s;
}

.focus-boxes .focus-box:hover .box-icon {
    transform: translateY(10px);
}

.focus-box .box-icon .hover-icon,
.focus-box:hover .box-icon .default-icon {
    display: none;
}

.focus-box:hover .box-icon .hover-icon {
    display: block;
}

.focus-box .focus-box-content {
    position: relative;
}

.focus-box.center-box .box-icon {
    margin-bottom: 15px;
}

.focus-box .box-icon img.default-icon {
    width: auto;
    height: 68.462px;
    object-fit: cover;
}

.focus-box.center-box .box-icon img {
    /* width: 70px;
    height: 84px; */
    object-fit: contain;

    width: 69px;
    height: 69.745px;
}

.focus-box h3 {
    margin-bottom: 12px;
}

.focus-box:hover h3,
.focus-box:hover p,
.focus-box:hover a {
    color: #FFF;
}

.focus-box.center-box h3 {
    margin-bottom: 24px;
}

.focus-box p {
    font-size: 18px;
    line-height: 30px;
    max-width: 100%;
    margin-bottom: 13px;
    transition: all 0.5s ease-out;
}

.focus-box.center-box p {
    margin-bottom: 20px;
}

.focus-box a {
    font-size: 16px;
    line-height: 35px;
    color: #263275;
    text-decoration: none;
    transition: all 0.5s ease-out;
}


.banner-inner-page {
    height: 712px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(14, 26, 91, 0.70);
    background-blend-mode: multiply;
}

.page-banner-content {
    padding-top: 50px;
}

.page-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.page-banner-inner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
}

.page-banner-inner h1 {
    margin-bottom: 27px;
}

.banner-strip {
    display: inline-flex;
    background-color: #D5D1BD;
    font-size: 25px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    padding: 11.5px 26.5px;
    color: #0E1A5B;
    margin-bottom: 26px;
}

.page-banner-inner a {
    margin-top: 40px;
}

.finance-intro {
    padding-top: 86px;
    overflow: hidden;
}

.fi-inner {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.fi-inner .fi-left {
    max-width: 847px;
}

.fi-inner .fi-left h2 {
    margin-bottom: 36px;
}

.fi-inner .fi-left .fi-content-box {
    padding-bottom: 50px;
}

.fi-inner .fi-left .fi-content-box:last-child {
    padding-bottom: 0px;
}

.fi-inner .fi-thumb {
    max-width: 767px;
    overflow: hidden;
    position: relative;
}

.fi-inner .fi-thumb-outer {
    position: relative;
}

.fi-inner .fi-thumb-outer:before {
    content: '';
    width: 50vw;
    position: absolute;
    height: calc(100% + 220px);
    top: -110px;
    left: 280px;
    background-color: #F5F1EB;
}

.fi-inner .fi-thumb img {
    transform: scale(1);
    transition: all 0.7s ease-out;
}

.fi-inner .fi-thumb img:hover {
    transform: scale(1.16);
}

.debt-solutions {
    position: relative;
    margin-top: 82px;
    margin-bottom: 104px;
}

.debt-solutions:before {
    content: '';
    background-color: #0E1A5B;
    width: 2095px;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
}

.ds-heading {
    text-align: center;
    position: relative;
    padding-top: 114px;
}

.ds-heading .strip-text {
    margin-bottom: 26px;
}

.ds-heading h2 {
    color: #fff;
    margin-bottom: 62px;
}

.ds-items {
    max-width: 1220px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    position: relative;
}

.ds-items .ds-item {
    display: flex;
    position: relative;
    background-color: #D5D1BD;
    min-height: 256px;
    padding: 36px 30px;
}

.ds-items .ds-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #B5AE85;
    left: 0;
    top: 0;
    transition: all 0.8s ease-out
}

.ds-items .ds-item:hover:before {
    height: 100%;
}

.ds-items .ds-item .dsi-inner {
    gap: 47px;
    display: flex;
    position: relative;
}

.ds-items .ds-item .ds-icon {
    width: 91px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.ds-items .ds-item .ds-content {}

.ds-items .ds-item .ds-content h3 {
    font-weight: 500;
    margin-bottom: 13px;
}

.ds-items .ds-item .ds-content p {
    max-width: 945px;
    color: #000;
}

.our-edge {
    margin-bottom: 110px;
}

.oe-heading {
    text-align: center;
    margin-bottom: 125px;
}

.oe-heading .strip-text {
    margin-bottom: 18px;
}

.oe-cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px
}

.oe-left {
    max-width: 977px;
}

.oe-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    line-height: 42px;
    color: #000;
    gap: 18px;
    padding-left: 41px;
}

.oe-left ul li {
    border-bottom: solid 1px #B5AE85;
    position: relative;
    padding-left: 4px;
    display: flex;
    align-items: start;
    gap: 17px;
    padding-bottom: 18px;

}

.oe-left ul li p {
    margin: 0;
}

.oe-left ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.oe-left ul li:before {
    content: '';
    width: 100%;
    height: 15px;
    background-color: #0E1A5B;
    border: solid 1px #B5AE85;
    border-radius: 50%;
    margin-top: 13px;
    max-width: 15px;
}

.oe-left ul li:after {
    content: '';
    position: absolute;
    width: 104.7%;
    height: calc(100% - 22px);
    background-color: #D5D1BD;
    z-index: -1;
    left: -41px;
    top: 1px;
    opacity: 0;
    visibility: hidden;
}

.oe-left ul li:hover:after {
    visibility: visible;
    opacity: 1;
}

.edge-thumb-outer {
    position: relative;
}

.edge-thumb-outer:before {
    content: '';
    width: 519px;
    height: 734px;
    background-color: #B5AE85;
    position: absolute;
    left: 114px;
    top: 50%;
    transform: translateY(-50%);
}

.edge-thumb {
    width: 562px;
    overflow: hidden;
    height: 617px;
    box-shadow: -2px 7px 15px 0 rgba(0, 0, 0, 0.25);
}

.edge-thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all 0.7s ease-out;
}

.edge-thumb:hover img {
    transform: scale(1.5);
}

.investment-strategy {
    padding-top: 40px;
    padding-bottom: 170px;
}

.is-heading,
.is-description,
.ac-heading,
.ac-description {
    text-align: center;
}

.is-heading .strip-text {
    margin-bottom: 25px;
}

.is-heading {
    margin-bottom: 40px;
}

.is-boxes {
    display: flex;
    max-width: 1547px;
    margin: 0 auto;
    gap: 24px;
    padding-top: 80px;
}

.is-boxes .is-box {
    position: relative;
    background-color: rgba(213, 209, 189, 0.4);
}

.is-boxes .is-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #0E1A5B;
}

.is-boxes .is-box.is-box1,
.is-boxes .is-box.is-box2,
.is-boxes .is-box.is-box3 {
    width: 325px;
}

.is-boxes .is-box.is-box4 {
    width: 495px;
}

.is-boxes .is-box h4 {
    padding-left: 24px;
    background-color: #fff;
    line-height: 30px;
    height: 68px;
    display: flex;
    align-items: center;
}

.is-boxes .is-box .isb-content {
    padding: 10px 24px;
    color: #000;
    min-height: 268px;
    box-shadow: none;
    transition: all 0.5s ease-out;
}

.is-boxes .is-box .isb-content:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.25);
    background: rgb(181 174 133 / 40%);
}

.asset-classes {
    background-blend-mode: multiply;
    background-color: #464646;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 76px;
    padding-bottom: 120px;
}

.ac-heading h2,
.ac-description {
    color: #fff;
}

.ac-heading h2 {
    margin-bottom: 35px;
}

.ac-heading .strip-text {
    margin-bottom: 26px;
    padding-left: 16.5px;
    padding-right: 16.5px;
}

.ac-boxes {
    display: flex;
    justify-content: center;
    gap: 19px;
    padding-top: 38px;
}

.ac-boxes .ac-box {
    width: 411px;
    background-color: #0E1A5B;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 15px 15px 15px;
}

.ac-boxes .ac-box .acb-icon {
    margin-bottom: 28px;
}

.ac-boxes .ac-box h3 {
    color: #fff;
    font-weight: 500;
    max-width: 318px;
    display: flex;
    min-height: 67px;
    /* align-items: center; */
    margin-bottom: 15px;
    min-height: 92px;
    margin-top: 0;
}

.ac-boxes .ac-box .acb-content {
    max-width: 358px;
}

.deal-criteria {
    padding-top: 167px;
    padding-bottom: 48px;
    background-image: url(../images/criteria-map.png);
    background-repeat: no-repeat;
    background-position: center 90%;
}

.gdc-inner h2,
.gdc-inner .gdc-description {
    text-align: center;
}

.gdc-inner h2 {
    margin-bottom: 50px;
}

.gdc-boxes {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding-top: 55px;
}

.gdc-boxes .gdc-box {
    width: 412px;
    background-color: #D5D1BD;
    padding: 0 29.5px 12px 29.5px;
}

.gdc-boxes .gdc-box h4 {
    border-bottom: solid 1px #0E1A5B;
    height: 97px;
    display: flex;
    align-items: center;
    line-height: 31px;
    margin-bottom: 15px;
}

.gdc-boxes .gdc-box .gdcb-content {
    color: #000;
    max-width: 326px;
}

.gdc-boxes .gdc-box .gdcb-content p {}


.pl-inner {
    display: grid;
    justify-content: center;
    gap: 133px;
    max-width: 1533px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 40px;
    padding-bottom: 176px;
}

.pl-inner .left-col,
.pl-inner .right-col {
    background-color: #F5F1EB;
    padding: 44px 20px 0px 114px;
}

.pl-inner .link-outer {
    margin-bottom: 50px;
}

.pl-inner .link-outer .link-name {
    width: fit-content;
    font-weight: 600;
    line-height: 20px;
    color: #0E1A5B;
    font-size: 17px;
    padding: 5.5px 14.63px;
    background-color: #D5D1BD;
    margin-bottom: 25px;
}

.pl-inner .link-outer a {
    color: #3B2516;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    max-width: 90%;
    width: 100%;
    display: block;
}

.awards-inner {
    padding-top: 108px;
}

.awards-inner h2 {
    text-align: center;
    margin-bottom: 80px;
}

/* 1. Create a single grid container instead of separate rows */
.awards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 columns for desktop */
    border-bottom: 1px solid #B5AE85;
    /* The very bottom line */
}

.award-img {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #B5AE85;
    /* This creates the lines between rows */
}

.award-img img {
    max-width: 100%;
    height: auto;
    display: block;
}


/*.awards-inner {*/
/*padding-top: 108px;*/
/*}*/
/*.awards-inner h2 {*/
/*text-align: center;*/
/*margin-bottom: 80px;*/
/*}*/
/*.awards-row {*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*border-top: solid 1px #B5AE85;*/
/*padding: 30px 0;*/
/*}*/
/*.awards-inner .awards-row:last-child {*/
/*border-bottom: solid 1px #B5AE85;*/
/*}*/
/*.awards-row .award-img {*/
/*width: 25%;*/
/*}*/
/*.awards-row .award-img img {*/
/*display: block;*/
/*}*/
.development-projects {
    padding-top: 95px;
    margin-bottom: 41px;
}

.dp-inner h2 {
    text-align: center;
    margin-bottom: 44px;
}

.projects-gallery {
    background-color: #D5D1BD;
    padding-top: 71px;
    padding-bottom: 61px;
    padding-left: 30px;
    padding-right: 30px;
}

.gallery-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-inner .gallery-img {
    width: 324px;
    height: 324px;
}

.gallery-inner .gallery-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}


.the-challenge {
    padding-top: 47px;
    overflow: hidden;
}

.challenge-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 141px;
    gap: 30px;
}

.challenge-top .ct-left {
    max-width: 694px;
}

.challenge-top .ct-left h2 {
    margin-bottom: 36px;
}

.challenge-top .ctr-thumb-outer {
    position: relative;
    margin-top: 34px;
}

.challenge-top .ctr-thumb-outer:before {
    content: '';
    background-color: #B5AE85;
    width: 50vw;
    position: absolute;
    height: calc(100% + 106px);
    top: 50%;
    transform: translateY(-50%);
    left: 335px;
}

.challenge-top .ctr-thumb {
    max-width: 814px;
    overflow: hidden;
}

.challenge-top .ctr-thumb img {
    transform: scale(1);
    width: 100%;
    transition: all 0.7s ease-out;
}

.challenge-top .ctr-thumb:hover img {
    transform: scale(1.28);
}

.challenge-bottom {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding-bottom: 90px;
}

.challenge-bottom .cb-right,
.challenge-bottom .cb-left {
    max-width: 744px;
    background-color: #B5AE85;
    padding: 38px 1px;
}

.challenge-bottom .cb-right {
    background-color: #D5D1BD;
}

.challenge-bottom h2 {
    height: 92px;
    display: flex;
    align-items: center;
    background-color: #0E1A5B;
    padding: 0 42px;
    color: #fff;
}

.challenge-bottom .cb-right h2 {
    padding: 0 47px;
}

.challenge-bottom .cb-content {
    max-width: 742px;
    padding: 41px 58px 0 42px;
    color: #000;
}

.why-growth-equity {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 92px;
    padding-bottom: 99px;
}

.wge-inner {
    text-align: center;
    /* background-color: #0e1a5be0; */
    padding: 47px 81px 1px 84px;
    width: 1217px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}

.wge-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--0-e-1-a-5-b, #0E1A5B);
    mix-blend-mode: multiply;
    z-index: 0;
}

.wge-inner .strip-text {
    margin-bottom: 29px;
    padding: 11.5px 15px;
}

.wge-inner h2 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 17px;
}

.wge-inner .heading-tagline {
    display: block;
    font-size: 24px;
    color: #D5D1BD;
    margin-bottom: 36px;
}

.wge-inner .wge-content {
    max-width: 998px;
}

.wge-inner .wge-content p {
    margin-bottom: 42px;
}

.wge-inner .wge-content p:last-child {
    margin-bottom: 32px;
}

.flexible-models {
    padding-top: 114px;
    padding-bottom: 161px;
}

.fm-heading {
    text-align: center;
}

.fm-heading .strip-text {
    padding: 11.5px 16px;
    margin-bottom: 26px;
}

.fm-heading h2 {
    margin-bottom: 71px;
}

.fm-boxes {
    max-width: 1261px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.fm-boxes .fm-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #D5D1BD;
    min-height: 140px;
    padding: 34.5px 0;
    margin-left: 25px;
}

.fm-boxes .fm-box:last-child {
    padding: 14.5px 0;
}

.fm-boxes .fm-box:before {
    content: '';
    background-color: #B5AE85;
    width: 16px;
    position: absolute;
    height: 100%;
    left: -25px;
    transition: all 1.2s ease-out;
}

.fm-boxes .fm-box:hover:before {
    width: calc(100% + 25px);
}

.fm-boxes .fm-box .fmb-number,
.tp-box .tp-number {
    position: absolute;
    width: 122px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0E1A5B;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    z-index: 1;
    left: -79px;
}

.fm-boxes .fm-box .fmb-right,
.fm-boxes .fm-box .fmb-left {
    display: flex;
    align-items: center;
    padding-left: 56px;
    position: relative;
}

.fm-boxes .fm-box .fmb-left {
    width: 230px;
    font-weight: 600;
    color: #0E1A5B;
    padding-right: 40px;
}

.fm-boxes .fm-box .fmb-left:after {
    content: '';
    background-color: #F5F1EB;
    width: 1px;
    height: 106px;
    position: absolute;
    right: 0;

}

.fm-boxes .fm-box .fmb-right {
    padding-right: 26px;
    width: 100%;
    color: #000;
    padding-left: 26px;
}

.fm-boxes .fm-box .fmb-right p {
    margin-bottom: 0;
}

.sponsor-benefits {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0E1A5B;
    padding-top: 99px;
    padding-bottom: 164px;
}

.sb-inner {
    text-align: center;
}

.sb-inner .strip-text {
    padding: 11.5px 17px;
    margin-bottom: 32px;
}

.sb-inner h2 {
    color: #F5F1EB;
    margin-bottom: 12px;
}

.sb-inner .heading-tagline {
    color: #F5F1EB;
    display: block;
    font-size: 33px;
    font-weight: 500;
    line-height: 46px;
}

.sb-inner .sb-content {
    margin-top: 73px;
}

.sb-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: grid;
    grid-template-columns: 46.4% 48%;
    gap: 19px 96px;
}

.sb-inner ul li {
    position: relative;
    border-radius: 36px;
    background-color: #B5AE85;
    min-height: 83px;
    display: flex;
    align-items: center;
    padding-left: 93px;
    line-height: 31px;
    padding-right: 10px;
    transition: all 0.3s ease-out;
}

.sb-inner ul li:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #0E1A5B;
    border-radius: 50%;
    left: 23px;
    transition: all 0.3s ease-out;
}

.sb-inner ul li:hover {
    background-color: #D5D1BD;
}

.sb-inner ul li:hover:before {
    background-color: #B5AE85;
}

.tagor-process {
    padding-top: 135px;
    padding-bottom: 150px;
}

.tp-heading,
.tp-content {
    text-align: center;
    max-width: 1281px;
    margin: 0 auto;
}

.tp-heading .strip-text {
    padding: 11.5px 21.74px;
}

.tp-heading .heading-tagline {
    color: #000;
    font-size: 27px;
    line-height: 46px;
    font-weight: 500;
}

.tp-heading {
    margin-bottom: 37px;
}

.tp-heading h2 {
    margin-bottom: 14px;
}

.tp-content {
    padding-bottom: 39px;
}

.tp-boxes {
    max-width: 1397px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 49px;
}

.tp-box {
    background-color: #D5D1BD;
    display: flex;
    gap: 33px;
    padding-left: 73.3px;
    position: relative;
    margin-left: 27.697px;
    padding-top: 38px;
}

.tp-box:before {
    content: '';
    position: absolute;
    width: 17.726px;
    background-color: #B5AE85;
    height: 100%;
    left: -27.697px;
    transition: all 1.2s ease-out;
    top: 0;
}

.tp-box:hover:before {
    width: calc(100% + 27.697px);
}

.tp-box .tp-number {
    top: 20px;
}

.tp-box .tpb-left {
    width: 346px;
    font-size: 29px;
    font-weight: 500;
    line-height: 46px;
    color: #0E1A5B;
    position: relative;

}

.tp-box .tpb-right {
    width: calc(100% - 379px);
    max-width: 887px;
    color: #000;
    position: relative;
}

.tp-box .tpb-right p {
    border-bottom: solid 1px #0E1A5B;
    padding-bottom: 15px;
    margin-bottom: 24px;
}

.tp-box .tpb-right p:last-child {
    border-bottom: none;
}

.tp-bold,
.metrics-bold {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    color: #0E1A5B;
    max-width: 1411px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

.tp-bold p {
    margin-left: 11px;
}

.faqs-outer {
    padding-bottom: 132px;
}

.faqs-outer h2 {
    text-align: center;
    margin-bottom: 88px;
}

.faq-wrapper {
    max-width: 1156px;
    margin: 0 auto;
}

.faq-item {
    border-top: 1px solid #B5AE85;
    transition: border-color 0.3s ease;
}

.faq-item:last-child {
    border-bottom: 1px solid #B5AE85;
}

.faq-trigger {
    width: 100%;
    padding: 32px 15px 30px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 400;
    outline: none;
    line-height: 40px;
    color: #3B2516;
}

.plus-icon {
    position: relative;
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    color: #0E1A5B;
    transition: transform 0.3s ease-out;
}

.faq-panel {
    display: none;
    padding: 0 24px 24px 48px;
    font-size: 18px
}

.faq-panel p:last-child {
    margin-bottom: 0;
}

.faq-item.is-open .plus-icon {
    transform: rotate(45deg);
}

.key-metrics {
    background-color: #D5D1BD;
    padding-top: 112px;
    padding-bottom: 24px;
}

.key-metrics h2 {
    text-align: center;
    margin-bottom: 100px;
    color: #0E1A5B;
}

.metrics-points {
    display: grid;
    grid-template-columns: 460px 506px 480px;
    align-items: center;
    gap: 0 107px;
    color: #000;
    line-height: 32px;
    position: relative;
    padding-bottom: 75px;
}

.metrics-points .metrics-box {
    position: relative;
    border-bottom: solid 1px #B5AE85;
    min-height: 140px;
    display: flex;
    align-items: center;
}

.metrics-points .metrics-box p {
    position: relative;
    margin: 0;
    z-index: 1;
}

.metrics-points .metrics-box p:before {
    content: '';
    background-image: url("../images/strip-img.png");
    width: 16px;
    height: 8px;
    position: absolute;
    left: -34px;
    margin-top: 12px;
}

.metrics-points .metrics-box:after {
    content: '';
    width: calc(100% + 25px);
    height: 80%;
    position: absolute;
    background-color: #B5AE85;
    left: -25px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
}

.metrics-points .metrics-box:hover:after {
    opacity: 1;
    visibility: visible;
}

.metrics-points .metrics-box:nth-last-child(-n + 3) {
    border: none;
}


.about-metrics {
    padding-top: 48px;
}

.about-metrics .container-custom {
    max-width: 1814px;
}

.am-inner h2 {
    text-align: center;
    margin-bottom: 21px;
}

.am-points {
    display: flex;
    align-items: center;
    background-color: #D5D1BD;
}

.am-points .amp-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #D5D1BD;
    min-height: 103px;
    padding: 10px 0;
}

.am-points .amp-box1 {
    gap: 52.79px;
    padding-left: 59px;
    max-width: 669px;
}

.am-points .amp-box2 {
    gap: 44.18px;
    padding-left: 33px;
    max-width: 620px;
}

.am-points .amp-box3 {
    gap: 87.6px;
    padding-left: 43px;
    max-width: 528px;
}

.am-points .amp-box p {
    margin: 0;
}

.about-main {
    margin-top: 87px;
    /* overflow: hidden; */
    margin-bottom: 78px;
    overflow-x: clip;
}

.about-main-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 80px;
}

.ami-heading {
    margin-bottom: 10px;
}

.ami-heading .strip-text {
    padding: 11.5px 18.04px;
    margin-bottom: 20px;
}

.ami-heading h2 {
    margin-bottom: 16px;
}

.ami-heading h3 {
    color: #000;
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 4px;
}

.ami-socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.ami-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 35px;
    background-color: #D5D1BD;
    text-decoration: none;
}

.ami-heading a {
    color: #0E1A5B;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.ami-left {
    max-width: 993px;
}

.amin-content {
    color: #000;
}

.amin-content-section {
    border-bottom: solid 1px #B5AE85;
    margin-bottom: 22px;
    padding-bottom: 17px;
    position: relative;
}

.amin-content-section:last-child {
    border: none;
}

.amin-content-section:before {
    content: '';
    background-color: #B5AE84;
    position: absolute;
    width: calc(100% + 15px);
    height: 99%;
    top: -10px;
    left: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.amin-content-section:hover:before {
    opacity: 1;
    visibility: visible;
}

.amin-content-section p {
    position: relative;
    z-index: 1;
}

.amin-content-section p:last-child {
    margin-bottom: 0;
}

.ami-thumb {
    width: 500px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.25);
    height: 500px;
    position: relative;
}

.ami-thumb img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.ami-thumb-outer {
    position: relative;
}

.ami-thumb-outer:before {
    content: '';
    position: absolute;
    width: 50vw;
    background-color: #0E1A5B;
    height: calc(100% + 180px);
    top: -92px;
    margin-left: 394px;
}

.about-main-taligne {
    color: #000;
    margin-top: 14px;
}

.core-expertise {
    background-repeat: no-repeat;
    background-position: center 98%;
    padding-top: 91px;
    padding-bottom: 100px;
}

.ce-heading {
    text-align: center;
    max-width: 883px;
    margin: 0 auto;
    margin-bottom: 27px;
}

.ce-heading .strip-text {
    padding: 9px 19.52px;
    margin-bottom: 20px;
}

.ce-content {
    text-align: center;
    max-width: 961px;
    margin: 0 auto;
}

.wwd-inner h2 {
    text-align: center;
    margin-bottom: 50px;
}

.wwd-boxes {}

/*.fm-boxes .fm-box .fmb-right {*/
/*padding-left: 26px;*/
/*padding-right: 26px;*/
/*width: calc(100% - 217px);*/
/*}*/
/*.fm-boxes .fm-box .fmb-left {*/
/*padding-left: 59px;*/
/*width: 217px;*/
/*}*/
.wwd-bold {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    color: #0E1A5B;
    margin-top: 38px;
}

.group-entities {
    padding-top: 190px;
}

.tge-inner h2 {
    margin-bottom: 54px;
}

.tge-boxes {
    display: flex;
    justify-content: center;
    gap: 68px;
    flex-wrap: wrap;
}

.tge-boxes .tge-box {
    width: 523px;
    position: relative;
}

.tge-boxes .tge-box:before {
    content: '';
    height: 216px;
    background-color: #F5F1EB;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: height 1s ease;
    z-index: 0;
}

/* hover par color change + full height */
.tge-boxes .tge-box:hover:before,
.tge-boxes .tge-box.is-hovered:before {
    background-color: #B5AE85;
    height: 100%;
}


.tge-box .tgeb-top {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 216px;
    padding: 27px 40px 0 40px;
    position: relative;
    /*background-color: #F5F1EB;*/
}

.tge-box .tgeb-top h3 {
    font-weight: 500;
}

.tge-box .tgeb-top h3 span {
    font-size: 20px;
    display: block;
    margin-top: -11px;
}

.tge-box .tgeb-bottom {
    padding-top: 15px;
    position: relative;
    padding-bottom: 20px;
    color: #000;
}

.tge-box1 .tgeb-bottom {
    padding-left: 40px;
    padding-right: 13px;
}

.tge-box2 .tgeb-bottom {
    padding-left: 39px;
    padding-right: 20px;
}

.tge-box3 .tgeb-bottom {
    padding-left: 38px;
    padding-right: 41px;
}

.advisory-board {
    padding-bottom: 116px;
    padding-top: 138px;
}

.adb-heading {
    text-align: center;
}

.adb-heading h2 {
    margin-bottom: 19px;
}

.adb-heading p {
    color: #000;
}

.adb-team {
    display: flex;
    justify-content: center;
    gap: 42px;
    flex-wrap: wrap;
    padding-top: 40px;
}

.team-box {
    width: 395px;
}

.team-box .team-thumb {
    width: 221px;
    height: 221px;
    display: flex;
    align-items: end;
    justify-content: start;
    background-color: #D5D1BD;
}

.team-box .team-thumb img {
    display: block;
    margin-left: 7px;
}

.team-box h4 {
    border-bottom: solid 1px #B5AE85;
    font-size: 23px;
    line-height: 46px;
    color: #263275;
    display: flex;
    min-height: 67px;
    align-items: center;
    margin-bottom: 22px;
    font-weight: 500;
}

.team-box p {
    max-width: 374px;
    color: #263275;
    line-height: 30px;
    font-weight: 400;
}


footer {
    background-color: #0E1A5B;
    padding-top: 120px;
}

.footer-top {
    text-align: center;
    margin-bottom: 76px;
}

.footer-top .btn-large {
    margin-top: 57px;
}

.footer-top h2 {
    color: #B5AE85;
    margin-bottom: 25px;
}

.footer-top p,
.footer-top p a {
    color: #fff;
    line-height: 46px;
    margin-bottom: 0;
    text-decoration: none;
}

.footer-widgets {
    display: flex;
    max-width: 1259px;
    margin: 0 auto;
    border-top: solid 1px #E9E4DB;
    border-bottom: solid 1px #E9E4DB;
    padding: 35px 14px 45px 14px;
    justify-content: space-between;
}

.footer-widgets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widgets h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    margin: 0;
    color: #fff;
}

.footer-widgets,
.footer-widgets a {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}

.footer-widgets .widget-about {
    max-width: 319px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1259px;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 37px;
}

.footer-bottom,
.footer-bottom a {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}

.footer-bottom p {
    margin: 0;
}

.formModal .modal-dialog {
    text-align: center;
    max-width: 996px;
}

.formModal .modal-dialog:has(.horizontal-form-container) {
    max-width: 1100px;
}

.formModal .modal-body {
    padding-top: 0;
    padding-bottom: 49px;
}

.formModal .modal-dialog h2 {
    color: #524a3f;
    padding-top: 60px;
    padding-bottom: 16px;
}

.formModal .form-subtitle {
    color: #524a3f;
    font-size: 24px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 29px;
}

.formModal .modal-content {
    background-color: #EDEDED;
}

.formModal .field-wrap,
.cpf-inner .field-wrap {
    text-align: left;
    width: 338px;
    margin: 0 auto 23px auto;
}

.custom-file-upload,
.field-wrap.country,
input[type="file"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
textarea {
    background-color: #fff;
    align-items: center;
    display: flex;
    border-radius: 52.5px;
    border: none;
    outline: none;
    min-height: 62px;
    width: 338px;
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    color: #524a3f;
    padding-left: 27px;
    resize: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

textarea {
    height: 62px;
    padding-top: 10px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/chevron.svg");
    background-repeat: no-repeat;
    background-position: right 38.58px top 29px;
}

.select2-container--default .select2-selection--multiple:before {
    content: '';
    background-image: url(../images/chevron.svg);
    height: 11.235px;
    width: 16.415px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    right: 38.58px;
    top: 29px;
}

select[multiple] {
    background-image: none;
}

select::-ms-expand {
    display: none;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #3B2516;
    opacity: 1 !important;
}

.formModal .form-submit-wrap,
.cpf-inner .form-submit-wrap {
    max-width: 338px;
    margin: 0 auto;
}

input[type="submit"] {
    display: flex;
    width: 100%;
    height: 62px;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #263275;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    border-radius: 52.5px;
    transition: all 0.3s ease-out;
}

input[type="submit"]:hover {
    background-color: #B5AE85;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 20px;
    padding-left: 27px;
}

.cpf-inner .btn-close{
	position: absolute;
	background-image: url("../images/close-icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 29px;
	height: 29px;
	margin-top: -10px;
	margin-left: 5px;
	z-index: 2;
	outline: none;
	box-shadow: none;
	opacity: 1;
	border: none;
	padding: 0;
	background-size: cover;
}
.formModal .btn-close {
    position: absolute;
    background-image: url("../images/close-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 29px;
    height: 29px;
    margin-top: 35px;
    margin-left: 29px;
    z-index: 2;
    outline: none;
    box-shadow: none;
    opacity: 1;
    border: none;
    padding: 0;
    background-size: cover;
}

.contact-page-form {
    position: relative;
    margin-top: 10px;
}

.contact-page-form:after {
    content: '';
    position: absolute;
    background-color: #0E1A5B;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.cpf-inner {
    max-width: 789px;
    margin: 0 auto;
    background-color: rgb(181 174 133 / 83%);
    margin-top: -395px;
    position: relative;
    padding-bottom: 76px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #EDEDED;
}

.cpf-inner .form-subtitle {
    text-align: center;
    font-size: 24px;
    color: #524a3f;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 63px;
}

/*.form-grid {*/
/*display: grid;*/
/*grid-template-columns: repeat(3, 1fr);*/
/*gap: 0 23px;*/
/*}*/
.select2-container {
    z-index: 9999;
}

/* .select2-results__option:first-child[aria-selected="false"] {
    display: none !important;
} */

/* Match the placeholder color to your #3B2516 with 0.83 opacity */
.select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
    color: rgba(59, 37, 22, 0.83) !important;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
    border-radius: 52.5px !important;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    color: #3B2516;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background-color: #fff !important;
    align-items: center;
    display: flex;
    border-radius: 52.5px;
    border: none !important;
    outline: none !important;
    min-height: 62px !important;
    width: 338px;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 46px !important;
    color: #3B2516;
    padding-left: 27px !important;
    resize: none;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin: 0 !important;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    opacity: 1 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 !important;
    gap: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    border: none !important;
    font-size: 14px;
    line-height: 26px;
    border-radius: 5px !important;
    background-color: #263275 !important;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    color: #fff !important;
    font-weight: 400 !important;
    border: none !important;
    background-color: #263275 !important;
}


/* Main Layout Container */
.form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 23px 20px;
    align-items: stretch;
}

/* Base style for all fields */
.form-grid .field-wrap {
    flex: 1 1 auto;
    margin: 0;
}

/* ROW 1: Four fields (25% each) */
.form-grid .field-wrap:nth-child(1),
.form-grid .field-wrap:nth-child(2),
.form-grid .field-wrap:nth-child(3),
.form-grid .field-wrap:nth-child(4) {
    width: calc(25% - 20px) !important;
}

.formModal .form-grid .field-wrap,
.form-grid .field-wrap input,
.form-grid .field-wrap select,
.form-grid .field-wrap textarea {
    width: 100%;
}

.form-grid .field-wrap textarea {
    line-height: 22px;
    overflow-y: hidden;
}

/* ROW 2: Phone (25%) and Website URL (50%) */
.form-grid .field-wrap:nth-child(5) {
    width: calc(33% - 20px) !important;
}

.form-grid .field-wrap:nth-child(6) {
    width: calc(33% - 20px) !important;
}

.form-grid .field-wrap:nth-child(7) {
    width: calc(33% - 20px) !important;
}

/* Following Rows: Two fields each (50%) */
/* Targets all fields from Capital Range up to the one before the textarea */
.form-grid .field-wrap:nth-child(n+8):not(.full-width):not(.form-submit-row) {
    flex-basis: calc(50% - 20px);
}

/* Textarea: 75% width */
.form-grid .field-wrap.full-width {
    flex-basis: calc(75% - 20px);
}

/* Submit Button: 25% width, aligned next to textarea */
.form-grid .form-submit-row {
    flex-basis: calc(25% - 20px);
    display: flex;
}

.form-grid .form-submit-row .wpcf7-submit:hover {
    background-color: #B5AE85;
}

/* Responsive: 1200px and below */
/*@media screen and (max-width: 1200px) {*/
/*.form-grid .field-wrap:nth-child(n) {*/
/*flex-basis: calc(50% - 20px); !* Everything drops to 2 columns *!*/
/*}*/
/*.form-grid .field-wrap.full-width,*/
/*.form-grid .form-submit-row {*/
/*flex-basis: 100%; !* Stack bottom row full width *!*/
/*}*/
/*.form-grid .form-submit-row .wpcf7-submit {*/
/*min-height: 60px;*/
/*}*/
/*}*/

/*!* Responsive: Mobile 767px and below *!*/
/*@media screen and (max-width: 767px) {*/
/*.form-grid .field-wrap:nth-child(n) {*/
/*flex-basis: 100% !important; !* Single column flow *!*/
/*}*/
/*}*/



.btn-default {
    width: 138px;
}

.banner-strips .strips-inner p:first-child {
    padding-right: 44px;
}

.focus-boxes .focus-box.center-box h3 {
    font-weight: 500;
}

.modal.show .modal-dialog .modal-content {
    border-radius: unset;
}

.modal.show .modal-dialog .modal-content p {
    color: #625B50;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: "Poppins", sans-serif !important;
}

.debt-solutions .ds-heading .strip-text {
    max-width: 605px;
    padding: 11.5px 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.our-edge .oe-right {
    position: sticky;
    left: -72px;
    top: 161px;
}

.our-edge .oe-cols {
    align-items: start;
}

.oe-left ul li:last-child::after {
    height: calc(100% - 0px);
}

.page-template-template-lending-finance .footer-top h2 {
    margin-bottom: 67px;
}

.footer-top p,
.footer-top p a {
    font-size: 18px;
}

.page-template-template-about p.banner-large-text {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.am-points .amp-box {
    transition: all 0.5s;
}

.am-points .amp-box:hover {
    background: var(--b-5-ae-85, #B5AE85);
}

.page-template-template-about .amin-content-section:before {
    background: var(--d-5-d-1-bd, #D5D1BD);
    box-shadow: -2px 7px 15px 0 rgba(0, 0, 0, 0.25);
}

.page-template-template-about .amin-content-section p {
    top: -2px;
}

.page-template-template-about .about-main .ami-right {
    position: sticky;
    top: 190px !important;
}

.page-template-template-about .core-expertise .ce-content p {
    color: #000;
}

.advisory-board .adb-heading p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.page-template-template-about .footer-top .btn-large {
    max-width: 192.695px;
    height: 41px;
    width: 100%;
    background: #D9D7D2;
    font-size: 16px;
}


.page-template-template-about .footer-top .btn-large:hover {
    background: #3B2516;
    color: #E9E4DB;
}

.page-template-template-growth-equity .banner-inner-page {
    background-color: rgba(14, 26, 91, 0.76);
}

.page-template-template-growth-equity .the-challenge .strip-text {
    padding: 11.5px 17px;
    max-width: 234px;
    width: 100%;
}

.page-template-template-growth-equity .challenge-bottom .cb-content strong {
    font-size: 25px;
}

.challenge-bottom .cb-right,
.challenge-bottom .cb-left {

    transition: all 1s;
}

.challenge-bottom .cb-right:hover,
.challenge-bottom .cb-left:hover {
    background: var(--b-5-ae-85, #B5AE85);

    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.25);
}

.page-template-template-growth-equity .wge-inner .strip-text,
.page-template-template-growth-equity .wge-inner h2,
.page-template-template-growth-equity .wge-inner .heading-tagline,
.page-template-template-growth-equity .wge-inner .wge-content {
    position: relative;
}

.page-template-template-growth-equity .fm-boxes .fm-box .fmb-left {
    padding-left: 67px;
    width: 450px;
}

.page-template-template-growth-equity .fm-boxes .fm-box {
    min-height: 149px;
}

.page-template-template-contact .page-banner-inner h1 {
    color: #fff;
    margin-top: 157px;
}

.page-template-template-contact .banner-inner-page {
    background-blend-mode: multiply;
    background: #686868;
    background-size: cover;
    background-repeat: no-repeat;
}

.cpf-inner {
    padding-top: 19px;
}

.contact-page-form textarea {
    border-radius: 36px;
}

.page-template-template-contact footer {
    padding-top: 65px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    display: block;
}

.gdc-boxes .gdc-box {
    position: relative;
    overflow: hidden;
    transition: all 1s;
}

.gdc-boxes .gdc-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--b-5-ae-85, #B5AE85);
    transform: translateY(-100%);
    transition: transform 1s ease;
    z-index: 0;
}

.gdc-boxes .gdc-box:hover::before {
    transform: translateY(0);
}

/* content ko upar rakhne ke liye */
.gdc-boxes .gdc-box>* {
    position: relative;
    z-index: 1;
}


header nav ul li.current_page_item a {
    color: var(--b-5-ae-85, #B5AE85);
    font-weight: 700;
}

.menu-item-has-children.current-menu-ancestor>a,
.menu-item-has-children.current-menu-parent>a {
    color: var(--b-5-ae-85, #B5AE85);
    font-weight: 700;
}

.page-template-template-press .banner-inner-page {
    background-color: rgba(14, 26, 91, 0.77);
}

.page-template-template-gallery .page-banner-content,
.page-template-template-press .page-banner-content {
    width: 672px;
}

.page-template-template-press .pl-inner .right-col {
    padding-right: 25px !important;
}

.page-template-template-about .footer-top h2 {
    margin-bottom: 57px;
}

/* ABOUT PAGE PENDING SECTION START  */
.platform-capabilities .img-wrapper {
    max-width: 657px;
    height: 908px;
    background: var(--0-e-1-a-5-b, #0E1A5B);
    padding: 99px 0 98px 0;
    width: 100%;
    margin-top: 100px;
    position: sticky;
    top: 50px;
}

.platform-capabilities .img-wrapper img {
    max-width: 531px;
    height: 711px;
    width: 100%;
    object-fit: cover;
    transform: translateX(-240px);
    transition: all 2s;
}

.platform-capabilities:hover .img-wrapper img {
    transform: translateX(277px);
}

.platform-capabilities {
    transition: all 2s;
    position: relative;
    padding: 90px 120px 50px 0;
    overflow-x: clip;
}

.platform-capabilities::after {
    content: '';
    background: var(--b-5-ae-85, #B5AE85);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -253px;
    top: 0;
    display: block;
    z-index: -1;
    transition: all 2s;
}

.platform-capabilities:hover::after {
    right: -450px;
}

.platform-capabilities .flx {
    display: flex;
    justify-content: start;
    /* align-items: center; */
    gap: 234px;
}

.platform-capabilities .flx .text-wrapper ul {
    margin: 0;
    padding: 0;
    max-width: 900px;
    width: 100%;
    margin-top: 76px;
}

.platform-capabilities .flx .text-wrapper ul li {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    border-top: 1px solid #fff;
    /* border-bottom: 1px solid #fff; */
    list-style: none;
    padding: 20px 0;
    padding-left: 61px;
    position: relative;
}

.platform-capabilities .flx .text-wrapper ul li::after {
    content: '';
    background: url('../images/li_after-c.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 15px;
    position: absolute;
    left: 20px;
    top: 28px;
    display: block;
}

.platform-capabilities .strip-text {
    padding: 9.5px 10px;
    margin-bottom: 24px;
    max-width: 329px;
    width: 100%;
}

.platform-capabilities .flx .text-wrapper ul li:first-child {
    border-top: none;
}

/* ABOUT PAGE PENDING SECTION END  */

.contact-page-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-page-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-page-form .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
}

.contact-page-form .wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #3B2516;
    font-weight: 500 !important;
}

.cpf-inner .form-subtitle {
    margin-top: 15px;
}


header a.for-mobile.mobile-logo {
    display: none;
}


section.group-entities.add-margin {
    padding-top: 110px;
}

.tge-boxes {
    flex-wrap: nowrap;
}

.flexible-models .fm-boxes .fm-box .fmb-right {
    padding-left: 56px;
}

/* 
.select2-container--default .select2-search--inline .select2-search__field {
    display: none;
} */



.wpcf7-form-control-wrap {
    width: 100%;
}

.select2-container--default .select2-selection--multiple:before {
    top: 38%;
    transform: translateX(-50%);
}


.field-wrap.country .select2-container--default .select2-search--inline .select2-search__field {
    width: 90% !important;
    padding-left: 0 !important;
    min-height: 32px !important;
    padding-top: 3px !important;
    padding-bottom: 0 !important;
    line-height: normal !important;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav ul.sub-menu li a {
    font-size: 17px;
    line-height: 46px;
}


.focus-box a.for-mobile {
    display: none;
}


.page-banner-inner p span,
.wge-inner .wge-content p span,
.page-template-template-about p span {
    color: #D5D1BD !important;
}

.cf7-float-wrap {
	position: relative;
}

.cf7-float-wrap input:focus,
.cf7-float-wrap textarea:focus,
.cf7-float-wrap select:focus {

	outline: none;
}

/* Label — default state (centered in field) */
.cf7-float-label {
	position: absolute;
	top: 50%;
	left: 27px;
	transform: translateY(-50%);
	font-size: 14px;
	pointer-events: none;
	transition: all 0.2s ease;
	transform-origin: left top;
	line-height: 1;
	z-index: 999999;
}
.country .cf7-float-label{
	left: 0;
}

/* Textarea label — pin to top instead of center */
.cf7-float-wrap textarea ~ .cf7-float-label {
    top: 22px;
	transform: translateY(0);
}

/* Label — floating state (small, above the input) */
.cf7-float-wrap.active .cf7-float-label {
	top: 6px;
	font-size: 11px;
	color: #524a3f;
	transform: translateY(0);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	top:20px;
}
.home-banner p span{
    color: #D5D1BD !important;
}

.input-wrap {
    position: relative;
}
.input-wrap .input {
    position: absolute;
    width: 100%;
    left: 0;
}

.textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    line-height: 20px;
}
span.custom-file-text {
    padding-left: 10px;
    font-size: 14px;
}
button.custom-upload-button {
    border: none;
    border-radius: 10px;
}

.field-wrap input[type="file"]::before {
    content: 'Upload Presentation';
    padding: 6px 12px;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    right: 10px;
    position: absolute;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    left: 20px;
    color: #524a3f;
}

.field-wrap input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    width: 0;
}

.field-wrap input[type="file"] {
    color: #333;
    padding-left: 5px;
}

.field-wrap input[type="file"]::file-selector-button {
    display: none;
}

.field-wrap input[type="file"] {
    font-size: 14px;
    color: #666;
}

.field-wrap input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    width: 0;
    display: none;
}

.field-wrap input[type="file"] {
    font-size: 0;
    position: relative;
}

.field-wrap input[type="file"]::after {
    content: attr(data-filename);
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    color: #524a3f;
}
span.filename-display{
    font-size: 14px;
    color: #524a3f;
    position: absolute;
    left: 20px;
    line-height: 20px;
    display: block;
    top: 70%;
}

.field-wrap input[type="file"]{
    font-size: 0 !important;
}