* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.home-con {
    font-family: "Open Sans", sans-serif;
    margin-top: 50px;
}

.home-stats-container {
    width: 100%;
    background: #022B4B;
    padding: 50px 16px;
    box-sizing: border-box;
}

.home-stats-heading {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    opacity: 0.95;
    letter-spacing: 0.2px;
}

.home-marquee {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.home-marquee-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.home-stat {
    text-align: center;
    color: white;
    min-width: 140px;
}

.home-stat h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.home-stat p {
    margin: 6px 0 0;
    font-size: 14px;
    opacity: 0.95;
    line-height: 1.2;
}

.home-divider {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.45);
}


.home-duplicate {
    display: none;
}

.finance-section {
    width: 100%;
    padding: 60px 40px;
    box-sizing: border-box;
}

.finance-content {
    max-width: 1240px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.finance-text h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}

.finance-text ul {
    margin: 0;
    padding-left: 20px;
    color: #6E6E6E;
}

.finance-text ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
}

.finance-image img {
    width: 420px;
    max-width: 100%;
}

.finance-alt-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.fin-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.fin-subtext {
    max-width: 800px;
    margin: auto;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 50px;
}

.finance-alt-section {
    width: 100%;
    text-align: center;
    padding: 60px 20px;
    font-family: "Open Sans", sans-serif;
}

.section-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-subtitle {
    max-width: 850px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.6;
}

.card-grid {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    /* Centers items globally */
}


.info-card {
    background: #ffffff;
    background: linear-gradient(178deg, rgba(255, 255, 255, 1) 0%, rgba(250, 254, 255, 1) 100%);
    padding: 28px;
    /* border-radius: 10px; */
    width: 100%;
    max-width: 330px;
    box-shadow: 0 0 0 1px #ECECEC;
    text-align: left;
    transition: 0.5s ease;
    /* border: 1px solid #ECECEC; */
}

.info-card .icon img {
    width: 50px;
    height: 50px;
    transition: 0.3s ease;
    margin-bottom: 10px;
}

.info-card h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
    transition: 0.3s ease;
}

.info-card p {
    font-size: 14px;
    color: #012571;
    line-height: 1.5;
    transition: 0.3s ease;
}

.info-card:hover {
    background: #022B4B;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.info-card:hover h3,
.info-card:hover p {
    color: #fff;
}

.fin-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.fin-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.highlight {
    background: #3f6e9a;
    color: white;
}

.highlight p {
    color: #e8e8e8;
}

.highlight .icon-circle {
    background: rgba(255, 255, 255, 0.2);
}

.wide {
    width: 360px;
}

.invest-section {
    width: 100%;
    padding: 60px 20px;
    background: #F8FAFC;
    /* Light beige background */
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.invest-title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.invest-subtitle {
    font-size: 15px;
    color: #444;
    max-width: 700px;
    line-height: 1.6;
    margin: 0 auto 40px;
}

.invest-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

/* Each row */
.invest-row {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.invest-card {
    background: #fff;
    padding: 12px 20px;
    /* border-radius: 10px; */
    min-width: 250px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 0 1px #eee;
    /* transition: 0.3s ease; */
    justify-content: center;
}

.invest-card img {
    width: 30px;
    height: 30px;
}

.invest-card span {
    font-size: 15px;
    font-weight: 500;
    /* color: #144b17; */
}

/* .invest-card:hover {
    background: #e6f7ea;
    transform: translateY(-3px);
} */


.home-invest-container {
    max-width: 1100px;
    margin: 80px auto;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding: 0 20px;
}

.home-invest-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
}

.home-invest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 45px 60px;
    margin-bottom: 50px;
    text-align: left;
}

.home-invest-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    /* justify-content: center; */
}

.home-number {
    font-size: 20px;
    font-weight: 600;
    color: #497DA8;
    min-width: 40px;
    border-right: 2px solid #497DA8;
    padding-right: 15px;
    text-align: center;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.home-invest-text h3 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #497DA8;
}

.home-invest-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

.home-invest-btn-wrap {
    margin-top: 20px;
}

.home-invest-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: #497DA8;
    color: #fff;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    /* border-radius: 8px; */
    cursor: pointer;
    transition: 0.3s ease;
}

.home-invest-btn-icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.home-invest-btn:hover {
    background: #1f5c8a;
}

.home-approach-section {
    display: flex;
    justify-content: center;
}

.home-approach-inner-section {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 60px 40px;
    font-family: "Open Sans", sans-serif;
    align-items: flex-start;
    max-width: 1400px;
    width: 100%;
}


.home-approach-left {
    width: 50%;
}

.home-approach-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.home-approach-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 25px;
    text-align: justify;
}

.home-approach-image {
    width: 100%;
    max-width: 550px;
    /* border-radius: 10px; */
}

.home-approach-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.home-approach-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 22px;
    /* border-radius: 10px; */
    background: #ffffff;
    border: 1px solid #E6EAF0;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: 0.2s ease;
}

.home-icon {
    font-size: 20px;
}

/* .home-approach-box:hover {
    background: #35556F;
    border-color: #b7d7f6;
    color: #ffffff;
} */

.home-connect-container {
    width: 100%;
    /* padding: 40px 20px; */
    display: flex;
    justify-content: center;
}

.home-connect-wrapper {
    width: 100%;
    /* max-width: 1200px; */
    background: #022B4B;
    /* border-radius: 16px; */
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.home-connect-title {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 10px;
}

.home-connect-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.home-connect-btn {
    background: #EAD292;
    color: #000;
    padding: 9px 24px;
    font-size: 15px;
    /* border-radius: 8px; */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s ease;
}

.home-connect-btn:hover {
    background: #e6e6e6;
}

.home-connect-arrow {
    font-size: 18px;
}

.home-connect-image img {
    width: 380px;
    max-width: 100%;
}

.home-banner {
    width: 100%;
    padding: 80px 40px;
    background-image: url("../Assets/Home/homebg.png");
    /* your background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    min-height: 460px;
    display: flex;
}

.home-banner-content {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 40px;
}

.home-banner-left {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 30px;
}

.home-banner-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.home-banner-title span {
    color: #1d923a;
}

.home-banner-text {
    margin: 22px 0 35px;
    font-size: 18px;
    max-width: 90%;
    line-height: 1.6;
    color: #333;
}

.home-banner-buttons {
    display: flex;
    gap: 18px;
}

.home-btn-primary,
.home-btn-secondary {
    padding: 9px 24px;
    /* border-radius: 8px; */
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.home-btn-primary {
    background-color: #022B4B;
    color: #fff;
}

.home-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #022B4B;
    color: #fff;
    /* padding: 12px 22px; */
    /* border-radius: 6px; */
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.home-btn-primary img {
    width: 16px;
    height: 16px;
    display: block;
}

.home-btn-primary:hover {
    background-color: #174370;
}

.home-btn-secondary {
    background-color: #fff;
    color: #AC8A1B;
    border: 1px solid #EAD9B9;
}

.home-btn-secondary:hover {
    background-color: #fdfaf4;
}

.home-banner-right {
    position: relative;
}

.home-banner-main-img {
    width: 480px;
    /* border-radius: 12px; */
}

/* .home-btn-primary>img{
    margin-top: 10px;
} */

.home-banner-small-card {
    width: 160px;
    position: absolute;
    bottom: -30px;
    left: -40px;
    /* border-radius: 12px; */
}

.home-last-sec {
    display: flex;
    justify-content: center;
    margin: 50px;
}

.home-last-sec-inner {
    background-color: #FDFBF4;
    max-width: 1000px;
    width: 100%;
    padding: 30px 70px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.home-last-sec-inner>h1 {
    border-left: 3px solid #D5BF85;
    font-weight: 500;
    padding-left: 15px;
}


.home-last-sec-inner>p {
    color: #6E6E6E;
}


.home-last-sec-inner>h5 {
    background-color: #EAD292;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    width: fit-content;
}
@media(max-width:1400px){
    .home-banner{
        min-height: 460px;
    }
}
@media screen and (max-width:1100px) {
    .home-banner-main-img {
        width: 380px;
    }
}

@media screen and (max-width:900px) {
    .home-banner {
        padding: 40px 20px;
        background-image: url("/Assets/Home/homemblbg.png");
    }

    .home-banner-content {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        gap: 20px;
    }

    .home-banner-title {
        font-size: 32px;
    }

    .home-banner-text {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .home-banner-buttons {
        width: 100%;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-btn-primary,
    .home-btn-secondary {
        width: auto;
        padding: 9px 20px;
        font-size: 15px;
    }

    .home-banner-main-img {
        width: 100%;
        max-width: 360px;
        margin-top: 10px;
    }

    .home-banner-small-card {
        /* width: 140px;
        bottom: -20px;
        left: 10px; */
        display: none;
    }
}


@media (max-width: 768px) {

    .home-connect-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 30px;
    }

    .home-banner-title {
        font-size: 29px;
        font-weight: 500;
        line-height: 1.2;
        color: #000;
    }

    .home-connect-btn {
        padding: 9px 24px;
    }

    .home-connect-title {
        font-size: 23px;
    }

    .home-connect-image img {
        width: 260px;
    }

    .home-approach-inner-section {
        flex-direction: column;
        gap: 25px;
        padding: 20px;
    }

    .home-approach-box {
        padding: 8px 22px;
    }

    .home-approach-left,
    .home-approach-right {
        width: 100%;
    }

    .fin-card {
        width: 100%;
    }

    .home-invest-grid {
        grid-template-columns: 1fr;
        gap: 20px 44px;

    }

    .home-invest-title,
    .home-approach-title,.home-last-sec-inner>h1 {
        font-size: 20px;
        font-weight: 500;
    }

    .home-invest-text h3 {
        font-size: 16px;
    }

    .home-invest-text p {
        font-size: 14px;
    }

    .home-invest-container {
        margin: 25px auto;
    }

    .invest-title {
        font-size: 20px;
        font-weight: 500;
    }

    .invest-card {
        min-width: 220px;
        padding: 10px 16px;
    }

    .invest-subtitle {
        font-size: 14px;
    }

    .wide {
        width: 100%;
    }

    .home-marquee {
        overflow: hidden;
        position: relative;
    }

    .info-card {
        padding: 20px 10px;
    }

    .home-track {
        display: flex;
        width: max-content;
        animation: scroll 18s linear infinite;
    }

    .home-marquee-content {
        display: flex;
        gap: 24px;
        padding-right: 24px;
    }

    .home-stats-container {
        padding: 40px 2px;
    }

    .home-stat {
        min-width: 120px;
    }

    .home-stat h2 {
        font-size: 24px;
    }

    .home-stat p {
        font-size: 12px;
    }

    .home-divider {
        height: 35px;
    }

    .finance-content {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .finance-text ul {
        text-align: left;
        margin: auto;
        /* max-width: 90%; */
    }

    .finance-image img {
        width: 300px;
        margin-top: 20px;
    }

    .finance-section {
        padding: 50px 20px 20px 20px;
    }

    .finance-text h2 {
        font-weight: 500;
        font-size: 20px;
    }

    .finance-content {
        gap: 0px;
    }

    .section-title {
        font-size: 20px;
        font-weight: 500;
    }

    .section-subtitle {
        font-size: 14px;
    }


}

@media (max-width:650px) {
    .home-last-sec {
        margin: 25px;
    }

    .home-last-sec-inner {
        padding: 30px 15px;
    }

    .home-last-sec-inner>h5 , .home-last-sec-inner>p{
        font-size: 14px;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}



.fade-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease-out forwards;
}

.fade-delay-1 {
    animation-delay: 0.2s;
}

.fade-delay-2 {
    animation-delay: 0.4s;
}

.fade-delay-3 {
    animation-delay: 0.6s;
}

.fade-delay-4 {
    animation-delay: 0.8s;
}

.fade-delay-5 {
    animation-delay: 1s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.finance-anim-left,
.finance-anim-right {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}


.finance-section-hover.show-animation .finance-anim-left,
.finance-section-hover.show-animation .finance-anim-right {
    opacity: 1;
    transform: translateY(0);
}


.finance-alt-title,
.finance-alt-subtitle,
.finance-alt-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}


.finance-alt-section.show .finance-alt-title,
.finance-alt-section.show .finance-alt-subtitle,
.finance-alt-section.show .finance-alt-card {
    opacity: 1;
    transform: translateY(0);
}


.finance-alt-title {
    transition-delay: 0.2s;
}

.finance-alt-subtitle {
    transition-delay: 0.4s;
}

.delay-1 {
    transition-delay: 0.6s;
}

.delay-2 {
    transition-delay: 0.75s;
}

.delay-3 {
    transition-delay: 0.9s;
}

.delay-4 {
    transition-delay: 1.05s;
}

.delay-5 {
    transition-delay: 1.2s;
}





.invest-title-anim,
.invest-subtitle-anim,
.invest-card-anim,
.home-invest-title-anim,
.home-invest-item-anim,
.home-invest-btn-anim,
.home-approach-left-anim,
.approach-box-anim,
.home-connect-left-anim,
.home-connect-right-anim {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s ease-out;
}


.invest-section.show .invest-title-anim,
.invest-section.show .invest-subtitle-anim,
.invest-section.show .invest-card-anim,
.home-invest-container.show .home-invest-title-anim,
.home-invest-container.show .home-invest-item-anim,
.home-invest-container.show .home-invest-btn-anim,
.home-approach-section.show .home-approach-left-anim,
.home-approach-section.show .approach-box-anim,
.home-connect-container.show .home-connect-left-anim,
.home-connect-container.show .home-connect-right-anim {
    opacity: 1;
    transform: translateY(0);
}


.delay-1 {
    transition-delay: 0.3s;
}

.delay-2 {
    transition-delay: 0.45s;
}

.delay-3 {
    transition-delay: 0.6s;
}

.delay-4 {
    transition-delay: 0.75s;
}

.delay-5 {
    transition-delay: 0.9s;
}