@import url(../global.css);

/* Main Section */

.main-hero {
    background: linear-gradient(89.53deg, rgba(0, 0, 0, 0.3) 38.02%, rgba(0, 0, 0, 0.3) 60.4%, rgba(0, 0, 0, 0) 71.79%), url("../../assets/banners/mumbai-skyline-night-min.png") center / cover no-repeat;
    height: 100vh;
    padding: 128px 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    box-sizing: border-box;
    position: relative;
}

.hero-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-header>h1 {
    width: 60%;
    font-family: Urbanist;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.hero-header>p {
    width: 60%;
    font-family: Plus Jakarta Sans;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
}


@media screen and (max-width: 768px) {
    .main-hero {
        background: linear-gradient(180deg, rgba(137, 137, 137, 0) 0%, #000000 100%), url("../../assets/banners/mumbai-skyline-night-min.png") center / cover no-repeat;
        padding: 40px;
        align-items: center;
    }

    .hero-header>h1 {
        width: 100%;
        font-size: 4.235rem;
    }

    .hero-header>p {
        width: 100%;
        font-size: 1.rem;
    }
}

@media screen and (max-width: 430px) {
    .main-hero {
        padding: 20px;
    }

    .hero-header>h1 {
        width: 100%;
        font-size: 2.617rem;
    }

    .hero-header>p {
        font-size: 1rem;
        line-height: 1.618;
    }
}

/* Main USPs */
.company-usps {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    padding: 50px 0;
}

.company-usp-image,
.company-usp-content {
    width: 50%;
    position: relative;
    padding: 0;
}

.company-usp-image>img {
    border-radius: 26px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    display: block;
}

.serve-image-content {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 26px;
    border-radius: 48px 0 0 0;
    background-color: #fff;
    display: flex;
    gap: 4px;
    align-items: center;
}

.serve-image-content::before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    background: transparent;
    top: -50px;
    right: 0;
    border-radius: 50px;
    box-shadow: 26px 26px 0 #fff;
}

.serve-image-content::after {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: transparent;
    bottom: 0px;
    left: -50px;
    border-radius: 50px;
    box-shadow: 26px 26px 0 #fff;
}

.serve-image-content-left>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.serve-image-content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.serve-image-content-right>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.serve-image-content-right>span {
    font-family: Urbanist, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.company-usp-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.company-usp-content-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.company-usp-content-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000;
}

.company-usp-content-header>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000;
}

.main-usps {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.usp-icon-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.usp-icon-box>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width:1024px) {
    .company-usps {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .company-usp-image,
    .company-usp-content {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .company-usp-content-header>h2 {
        font-size: 2.617rem;
    }

    .company-usp-content-header>p {
        font-size: 1rem;
    }

    .serve-image-content-left>h2 {
        font-family: Urbanist, sans-serif;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .serve-image-content-right>h3 {
        font-family: Urbanist, sans-serif;
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .serve-image-content-right>span {
        font-family: Urbanist, sans-serif;
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 1.2;
    }
}



.purpose-values-container-main {
    background-color: #f0f2f4;
}

.purpose-values-container-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 96px 50px;
}

.purpose-values-content>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin-bottom: 16px;
}

.purpose-values-content>p {
    width: 60%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    color: #000;
}

.purpose-values-body {
    margin-top: 48px;
}

.purpose-values-slide {
    padding: 64px 32px;
    background-color: #ffffff;
    border-left: 10px solid #003366;
}

.purpose-values-slide>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin-bottom: 16px;
}

.purpose-values-slide>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

.custom-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.button-prev,
.button-next {
    padding: 12px;
    border: 1px solid #212121;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:430px) {
    .purpose-values-container-inner {
        padding: 96px 20px;
    }

    .purpose-values-content>p {
        width: 100%;
    }
}


/* .values-container-main {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 64px;
}

.values-container-main-header {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.values-container-main-header>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
}

.values-container-main-header>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
}

.values-container-main-body {
    width: 75%;
}

.values-container-main-body-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.values-container-main-body-col {
    width: 30%;
    padding: 20px 40px;
    border-left: 1px solid #e2e5e8;
    display: flex;
    flex: 1 1 30%;
    flex-direction: column;
    gap: 16px;
}

.values-container-main-body-col>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
}

.values-container-main-body-col>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
}



@media screen and (max-width:1024px) {
    .values-container-main {
        flex-direction: column;
    }

    .values-container-main-header {
        width: 50%;
    }

    .values-container-main-body{
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .values-container-main-header {
        width: 60%;
    }

    .values-container-main-body{
        width: 100%;
    }
    .values-container-main-body-col{
        flex: 1 1 45%;
    }
}

@media screen and (max-width:430px) {
    .values-container-main-header {
        width: 100%;
    }

    .values-container-main-body-col{
        flex: 1 1 100%;
    }
} */



.md-message-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 64px;
}

.md-message-image {
    width: 40%;
}

.md-message-image>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.md-message-main {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 24px;
}

.md-message-header>h4 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 8px;
    padding: 32px 0 0 32px;
    border-left: 1px solid #212121;
}


.md-message-footer>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 16px;
    padding: 0 32px;
}

.md-message-footer>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 16px;
    padding: 0 32px;

}

@media screen and (max-width:768px) {
    .md-message-image {
        width: 50%;
    }

    .md-message-main {
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding-top: 16px;
    }

    .md-message-header>h4 {
        font-size: 1.618rem;
        margin-bottom: 8px;
        padding: 0 24px;

    }
}

@media screen and (max-width:430px) {
    .md-message-container {
        flex-direction: column;
        gap: 16px;
        /* padding: 0 20px; */
    }

    .md-message-image {
        width: 100%;
    }

    .md-message-main {
        width: 100%;
    }

    .md-message-header>h4 {
        font-size: 1.618rem;
        padding: 16px 0 0 16px;
    }

    .md-message-footer>h3 {
        padding: 0 16px;
    }

    .md-message-footer>span {
        padding: 0 16px;
    }
}


.what-we-do-main {
    max-width: 1440px;
    margin: 0 auto;
    padding: 96px 0px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.what-we-do-main-inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.what-we-do-main-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}

.what-we-do-main-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.what-we-do-main-col {
    width: 45%;
    flex: 1 1 45%;
}

.what-we-do-main-banner {
    background: linear-gradient(0.52deg, rgba(0, 0, 0, .57) 41.62%, rgba(0, 0, 0, 0) 53.84%), url("../../assets/capital-markets-min.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.what-we-do-main-banner>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.what-we-do-main-banner>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    margin-top: 16px;
}


@media screen and (max-width:768px) {
    .what-we-do-main-col {
        flex: 1 1 100%;
        width: 100%;
    }
}


.learn-more-container{
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.learn-more-container-header > h3{
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
}

.learn-more-container-header > p{
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
}






.learn-more-container-row{
    display: flex;
    gap: 32px;
}

.learn-more-container-col{
    
}

.learn-more-image-container > img{
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}


.learn-more-container-content{
    padding: 16px 0;
    background-color: #fff !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.learn-more-container-content > h4{
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
}

.learn-more-container-content > p{
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
}

.navigation-link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Urbanist, sans-serif;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.618;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: #003366;
}





/* .services-main {
    background: #f0f2f4;
    margin-top: 50px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    overflow: hidden;
}

.services-main-header {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 32px 0;
    border-bottom: 1px solid #e6e6e6;
}

.services-main-header>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.618;
    text-align: left;
    text-transform: uppercase;
}

.services-main-header>h2 {
    width: 60%;
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}

.services-main-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.services-container {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.services-container-image>img {
    width: 100%;
    margin: 0 auto;
}

.services-container-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.services-container-content>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;

}

.services-container-content>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.services-custom-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    padding: 0 24px 0 0;
}


@media screen and (max-width:768px) {
    .services-main-header>h2 {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .services-main {
        padding: 64px 20px;
    }

    .services-main-header>h2 {
        font-size: 2.617rem;
    }
} */