@media(max-width:991px) {
    .hero-content {
        padding-top: 20px;
    }

    .service-card {
        margin-top: 20px;
    }

    .headline-box h1 {
        font-size: 2.2rem;
    }

    nav ul {
        gap: 15px;
        flex-wrap: wrap;
    }

    .section-title {
        font-size: 1.4rem;
    }
}

@media(max-width:767px) {

    .hero-section,
    .intro-section {
        padding: 80px 0;
    }

    .headline-box,
    .service-card,
    .intro-card,
    .stat-card {
        padding: 30px;
    }

    .headline-box h1 {
        font-size: 1.8rem;
    }

    .stat-card h3 {
        font-size: 3rem;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    nav ul {
        justify-content: center;
    }

    .logo {
        text-align: center;
        margin-bottom: 0px;
        margin-left: 8%;
    }

    .logo>a>img {
        width: 110px;
    }
}

@media (max-width: 1400px) {

    .services-heading h2,
    .approach-section h2 {
        font-size: 1.5rem;
    }

    .service-box {
        min-height: 380px;
    }

    .service-box h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .service-box p {
        font-size: 1rem;
        line-height: 1.3;
    }

    .promise-block {
        margin-bottom: 0px;
    }

    .about-section .bg-wrap {
        background: url(../images/promise-bg.webp) no-repeat right;
        background-position: right -100px center;
        background-size: cover;
    }

    .approach-item p {
        font-size: .8rem;
    }
}

@media (max-width: 991px) {

    .services-section,
    .about-section {
        padding: 80px 0;
        min-height: auto;
    }

    .services-heading {
        text-align: left;
    }

    .section-label {
        font-size: 27px;
    }

    .services-heading h2 {
        font-size: 1.5rem;
    }

    .services-heading p {
        font-size: 1;
        line-height: 1.5;
        margin-top: 15px;
    }

    .service-cards {
        margin-top: 50px;
        padding: 40px 0;
    }

    .services-section {
        background: url("../images/services-bg-mob.webp") no-repeat;
        background-size: 100% 63%;
        background-position: bottom center;
    }

    .service-box {
        min-height: auto;
    }

    .about-section .row:first-child {
        padding: 60px 30px;
    }

    .promise-block {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .promise-block h4 {
        font-size: 22px;
    }

    .who-we-are {
        max-width: 100%;
        margin-left: 0;
    }

    .approach-section {
        padding: 80px 0 40px;
        text-align: center;
    }

    .approach-section h2 {
        font-size: 2rem;
        line-height: 1.4;
    }

    .approach-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .services-section,
    .about-section {
        min-height: auto;
        padding: 60px 0;
    }

    .section-label {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .services-heading h2,
    .approach-section h2 {
        font-size: 1.3rem;
        line-height: 1.4;
        text-align: left;
        font-weight: 400;
    }

    .services-heading p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.3;
        text-align: left;
    }

    .service-cards {
        padding: 40px 0;
        margin-top: 40px;
    }

    .service-box {
        padding: 30px;
        text-align: left;
    }

    .service-box .icon {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .service-box .icon img {
        width: 40px;
    }

    .service-box h3 {
        font-size: 22px;
    }

    .about-section .row:first-child {
        padding: 40px 20px;
    }

    .about-image {
        margin-top: 20px;
    }

    .promise-block {
        text-align: center;
        margin-top: 30px;
    }

    .promise-block h3 {
        margin-bottom: 15px;
    }

    .promise-block h4 {
        font-size: 18px;
        line-height: 1.6;
    }

    .who-we-are {
        margin-top: 25px;
        padding: 25px;
    }

    .who-we-are h3 {
        font-size: 24px;
    }

    .approach-section {
        padding: 60px 0 20px;
    }

    .approach-item span {
        font-size: 36px;
    }

    .approach-item p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .services-heading h2,
    .approach-section h2 {
        font-size: 1.3rem;
    }

    .service-box {
        padding: 20px;
        min-height: 270px;
        padding-bottom: 50px;
    }

    .service-box h3 {
        font-size: 17px;
    }

    .promise-block h4 {
        font-size: 16px;
    }

    .who-we-are {
        padding: 20px;
    }

    .service-box a {
        margin-top: 0;
        padding: 5px 10px;
        left: 30px;
        font-size: .8rem;
    }
}

@media (max-width: 991px) {
    .capital-section {
        min-height: auto;
        padding: 80px 0;
    }

    .capital-heading {
        text-align: center;
        margin-bottom: 40px;
    }

    .capital-title {
        font-size: 2rem;
    }

    .capital-desc {
        max-width: 100%;
        margin-top: 20px;
    }

    .capital-image {
        margin-bottom: 20px;
    }

    .capital-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .capital-section {
        padding: 60px 0;
    }

    .capital-title {
        font-size: 1.7rem;
        width: 100%;
    }

    .capital-desc {
        font-size: 14px;
        text-align: left;
    }

    .capital-card {
        padding: 25px;
    }

    .capital-card h3 {
        font-size: 1.25rem;
    }

    .card-line {
        height: 24px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .capital-title {
        font-size: 1.4rem;
    }

    .capital-card {
        padding: 20px;
    }

    .capital-card p {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .founder-section {
        min-height: auto;
        padding: 80px 0;
    }

    .founder-image {
        margin-bottom: 40px;
    }

    .founder-content {
        text-align: center;
        padding: 20px;
    }

    .founder-content p {
        max-width: 100%;
    }

    .expertise-grid {
        margin-top: 50px;
    }

    .founder-section::after {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .founder-content h2 {
        font-size: 2.2rem;
    }

    .designation {
        font-size: 1rem;
    }

    .expertise-grid {
        width: 280px;
        height: 280px;
        transform: scale(.8);
        transform-origin: center;
    }

    .founder-content {
        padding: 0 0px;
    }
}

@media (max-width: 575px) {
    .founder-content h2 {
        font-size: 1.5rem;
    }

    .expertise-grid {
        width: 240px;
        height: 240px;
        transform: scale(.65);
    }
}

@media (max-width: 991px) {
    .insights-section {
        min-height: auto;
        padding: 80px 0;
    }

    .insights-content {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .insights-content h2 {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    .slider-navigation {
        position: relative;
        justify-content: flex-end;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .insights-content h2 {
        font-size: 2rem;
    }

    .insight-card {
        min-height: auto;
        padding: 25px;
    }

    .insight-card h3 {
        font-size: 1.5rem;
    }

    .swiper-button-prev-custom,
    .swiper-button-next-custom {
        font-size: 30px;
    }
}

@media (max-width: 991px) {

    .contact-section,
    .contact-section .row {
        min-height: auto;
    }

    .contact-image {
        height: 500px;
    }

    .contact-top {
        padding: 60px 40px;
    }

    .global-reach {
        padding: 50px 40px;
    }

    .contact-top .section-label {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }

    .contact-top h2 {
        font-size: 3rem;
        margin-bottom: 30px;
    }

    .contact-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .contact-divider {
        display: none;
    }
}

@media (max-width: 767px) {
    .services-section {
        background: url("../images/services-bg-mob.webp") no-repeat;
        background-size: 100% 60%;
        background-position: bottom center;
    }

    .contact-image {
        height: 350px;
    }

    .contact-top {
        padding: 50px 25px;
    }

    .global-reach {
        padding: 40px 25px;
    }

    .contact-top .section-label {
        font-size: 2rem;
    }

    .contact-top h2 {
        font-size: 2.2rem;
    }

    .contact-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .contact-item {
        gap: 15px;
    }

    .contact-icon {
        font-size: 35px;
    }

    .contact-item a {
        font-size: 1.1rem;
    }

    .global-reach h3 {
        font-size: 2rem;
    }

    .global-reach li {
        font-size: 1.2rem;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .contact-section {
        min-height: 100vh;
        background: url("../images/contact-bg.webp") left no-repeat,
            url("../images/contact-bg-2.webp") right no-repeat,
            #fff;
        background-size: 80% auto, 20% auto;
    }

    .contact-top {
        padding: 30px;
    }

    .contact-top h2 {
        font-size: 2rem;
    }

    .contact-description {
        font-size: .9rem;
    }

    .contact-info {
        gap: 10px;
    }

    .contact-icon img {
        width: 40px;
    }

    .contact-item a {
        font-size: .9rem;
    }

    .contact-item p {
        font-size: 12px;
    }

    .global-reach h3 {
        font-size: 1.6rem;
    }

    .global-reach ul {
        gap: 10px;
    }

    .global-reach li {
        font-size: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 999px) and (min-height: 1000px) {
    .service-box {
        min-height: 350px;
    }

    .service-box p {
        font-size: .8rem;
    }
}

@media (min-width: 1000px) and (max-width: 1366px) and (min-height: 1100px) {
    .services-section {
        min-height: auto;
        padding: 60px 0;
        background: url("../images/services-bg-mob.webp") no-repeat;
        background-size: 100% 65%;
        background-position: bottom center;
    }

    .service-cards {
        padding: 40px 0;
    }
}

@media (max-width:767px) {
    .item-alignment {
        align-items: center;
    }

    .menu-toggle {
        display: inline-block;
        color: white;
    }

    .main-nav {
        display: none;
        width: 100%;
        margin-top: 20px;
    }

    .main-nav.active {
        display: block;
    }

    .main-nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 20px;
        border-top: 1px solid #eee;
    }

    .contact-btn {
        display: inline-block;
    }

    .hero-section {
        padding-top: 92px;
    }

    .hero-section.banner1 {
        background: url("../images/banner_bg1_mob.webp") center center/cover no-repeat;
    }

    .hero-section.banner2 {
        background: url("../images/banner_bg2_mob.webp") center center/cover no-repeat;
    }

    .hero-section.banner3 {
        background: url("../images/banner_bg3_mob.webp") center center/cover no-repeat;
    }

    .hero-section .container {
        padding: 0px;
    }

    .banner-pagination {
        text-align: left;
        padding-left: 15px;
    }

    .headline-box {
        max-width: 100%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        width: fit-content;
        float: unset;
        padding: 15px 30px;
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        left: 0;
        bottom: 200px;
    }

    .headline-box h1 {
        font-size: 1.4rem;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        padding: 0px;
        background: none;
    }

    .headline-box p {
        display: none;
        color: #fff;
        transform: translateY(-30px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
    }

    .service-card {
        position: absolute;
        width: 100%;
        top: 86%;
        max-width: 100%;
        float: unset;
        background: transparent;
        padding: 15px 15px 0px 15px;
        margin-top: 0px;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }

    .btns a {
        width: 120px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #fff;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid #fff;
        font-size: 14px;
        border-radius: 7px;
        filter: blur(.2px);
        -webkit-filter: blur(.2px);
    }

    .service-card p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0px;
        color: white;
        display: none;
    }

    .ban_wrap h3 {
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        font-family: "Open Sans";
        font-weight: 400;
        margin-bottom: 0px;
    }

    .ban_wrap p {
        color: rgba(255, 255, 255, 1);
        font-size: 12px;
        font-family: "Open Sans";
        font-weight: 400;
    }

    .ban_wrap {
        position: absolute;
        bottom: 90px;
        left: 20px;
        color: #fff;
        z-index: 1;
    }

    .banner-pagination {
        width: fit-content !important;
        bottom: 100px !important;
        right: 30px !important;
        left: auto !important;
    }

    .btns {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    .service-card .line,
    .service-card span {
        display: none;
    }

    .mob-bottom-subheading {
        display: block;
        position: absolute;
        bottom: 40px;
    }

    .intro-section {
        background: url(../images/intro-bg.webp) center center / cover no-repeat;
    }

    .stats-wrapper {
        gap: 15px;
    }

    .intro-card {
        padding: 15px;
        background: rgba(19, 53, 105, .7);
    }

    .intro-card p {
        line-height: 1.5;
        font-weight: 300;
        font-size: 16px;
    }

    .intro-card a {
        left: 15px;
        display: inline-block;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .stat-card {
        padding: 15px;
    }

    .stat-card p {
        margin-bottom: 0px;
    }

    .about-section {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .about-section .row:first-child {
        padding: 40px 0px;
    }

    .about-section .bg-wrap {
        padding: 0px;
        background: url(../images/promise-bg-mob.webp) no-repeat top center #000819;
        background-position: top center;
        background-size: 100% auto;
        position: relative;
        min-height: 650px;
    }

    .promise-block {
        text-align: left;
        margin: 0px 0px 260px auto;
        max-width: 82%;
    }

    .promise-block h4 {
        font-size: 16px;
    }

    .promise-block h4>img {
        max-width: 60px;
    }

    .who-we-are {
        margin-top: 0px;
        margin-bottom: -30px;
        position: absolute;
        bottom: 10px;
    }

    .who-we-are h3 {
        font-size: 20px;
    }

    .who-we-are p {
        font-size: 16px;
        line-height: 1.4;
    }

    .mob-min-height {
        min-height: 600px;
        display: flex;
        align-items: flex-end;
    }

    .approach-section .section-label {
        text-align: left;
    }

    .approach-section h2 {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .approach-item {
        flex-direction: column;
        gap: 5px;
        margin-bottom: 10px;
    }

    .approach-item img {
        width: 40px;
        height: 40px;
    }

    .expertise-grid {
        width: 360px;
        height: 235px;
        transform: scale(1);
    }

    .founder-section {
        padding: 0px 0px 0px 0px;
        height: auto;
        max-height: 800px;
        align-items: flex-start;
    }

    .founder-image {
        z-index: 3;
        margin-bottom: unset;
        top: -30px;
        bottom: unset;
        align-items: flex-start;
    }

    .founder-image img {
        width: 100%;
    }

    .founder-section::after {
        bottom: unset;
        top: 150px;
        height: 20%;
        z-index: 1;
    }

    .founder-content {
        max-width: 100%;
        margin: 20px 0px 0px 0px;
        text-align: left;
        min-height: 490px;
    }

    .founder-content p {
        line-height: 1.5;
        font-size: 13px;
        margin-bottom: 10px;
        width: 60%;
    }

    .designation {
        margin-bottom: 20px;
    }

    .founder-btn {
        padding: 5px 10px;
        font-size: 14px;
    }

    .founder-content p.founder-title {
        font-size: 12px;
        width: auto;
    }

    .founder-content p.founder-desc {
        font-size: 13px;
        color: rgba(255, 255, 255, .8);
    }

    .founder-wrap div {
        padding: 0 0px;
    }

    .expertise-grid {
        margin-top: 60px;
    }

    .capital-card {
        padding-top: 60px;
    }

    .capital-title {
        text-align: left;
    }

    .card-line {
        height: 50px;
    }

    .capitalSwiper .swiper-wrapper {
        padding-bottom: 15px;
    }

    .capitalSwiper .swiper-wrapper .swiper-slide {
        padding-top: 10px;
    }

    /* .capital-pagination .swiper-pagination-bullet-active {
        background-color: #cb5827;
    }

    .capital-pagination .swiper-pagination-bullet {
        background-color: #cb5827;
    } */

    .capital-card {
        min-height: 300px;
    }

    .map {
        height: auto;
    }
}

@media screen and (max-width: 460.5px) {
    .founder-content p {
        line-height: 1.4;
        font-size: 14px;
    }

    .capital-desc {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 380.5px) {
    .capital-card {
        min-height: 320px;
    }
}

@media (max-width: 575px) {
    .service-box {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .section-label {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .service-cards .swiper-horizontal>.swiper-pagination-bullets,
    .service-cards .swiper-pagination-bullets.swiper-pagination-horizontal,
    .service-cards .swiper-pagination-custom,
    .service-cards .swiper-pagination-fraction {
        position: absolute;
        bottom: 0;
        left: 20px;
    }

    .map h2 {
        bottom: 50px;
        padding: 5px 20px;
        font-size: 17px;
    }

    .insights-section {
        background: url("../images/insights-bg-mob.webp") center center/cover no-repeat;
        background-size: 105% auto;
        background-position: top center;
        padding: 30px 0;
    }

    .coming-soon {
        font-size: 11px;
        padding: 7px 12px;
        margin-bottom: 15px;
    }

    .insights-content h2 {
        font-size: 1.4rem;
        font-weight: 400;
    }

    .insights-content h2 br {
        display: none;
    }

    .insightsSwiper {
        overflow: visible;
        padding-top: 130px;
        padding-bottom: 40px;
    }

    .insight-card h3 {
        font-size: 1rem;
    }

    .insight-card {
        min-height: 340px;
        padding: 25px;
    }

    .insight-card a {
        font-size: 14px;
        padding: 5px 12px;
    }

    .insightsSwiper .swiper-horizontal>.swiper-pagination-bullets,
    .insightsSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .insightsSwiper .swiper-pagination-custom,
    .insightsSwiper .swiper-pagination-fraction {
        position: absolute;
        bottom: 0;
        right: auto;
        left: 20px;
        width: 100%;
    }

    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        display: inline-block;
        border-radius: 0;
        opacity: .6;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        width: 15px;
    }

    .position-relative {
        position: relative;
    }

    .contact-section .section-label {
        font-family: "Open Sans";
        position: absolute;
        bottom: 40px;
        left: 20px;
        font-size: 1.4rem;
        color: #fff;
    }

    .contact-top {
        padding: 25px;
    }

    .contact-top h2 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .contact-top h2 br {
        display: none;
    }

    .contact-description {
        font-size: 16px;
        line-height: 1.5;
    }

    .contact-info {
        gap: 20px;
        margin-top: 30px;
        padding: 20px;
    }

    .contact-item {
        gap: 15px;
        flex: 1;
        width: 100%;
    }

    .contact-item p br {
        display: none;
    }

    .contact-divider {
        display: block;
        width: 100%;
        height: 1px;
        background: #2e2c7a;
        opacity: 0.3;
    }

    .contact-icon img {
        width: 35px;
    }

    .contact-item a {
        font-size: .9rem;
    }

    .contact-item p {
        margin-top: 5px;
        font-size: 12px;
    }

    .global-reach h3 {
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 7px;
    }

    .global-reach p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .global-reach ul {
        gap: 5px;
    }

    .global-reach li:not(:last-child)::after {
        content: "|";
        margin-left: 5px;
        color: #2e2c7a;
    }

    .global-reach li {
        font-size: .9rem;
    }

    .contact-section {
        background: none;
    }

    .contact-section .row:first-child {
        min-height: auto;
    }

    .contact-image {
        height: auto;
    }

    .popup-dialog {
        padding: 50px 20px 40px 30px;
    }

    .popup-close {
        top: 10px;
        right: 10px;
        font-size: 40px;
    }

    .popup-content {
        padding-right: 15px;
    }

    .founder-pop h2 {
        font-size: 24px;
    }

    .founder-pop h4 {
        font-size: 17px;
    }

    .founder-pop p {
        font-size: 16px;
    }

    .quote-box {
        padding: 15px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .map h2 {
        bottom: 50px;
        padding: 5px 20px;
        font-size: 17px;
    }

    .insights-section {
        background: url("../images/insights-bg.webp") center center/cover no-repeat;
        background-position: left -130px center;
        min-height: auto;
        padding: 60px 0;
    }

    .service-card {
        padding: 25px;
    }

    .headline-box h1 {
        font-size: 1.8rem;
    }

    .headline-box h1 {
        transform: translateY(-22px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(-22px);
        -ms-transform: translateY(-22px);
        -o-transform: translateY(-22px);
    }

    .headline-box p {
        transform: translateY(-30px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
    }

    .about-section .bg-wrap {
        padding: 0px;
        background: url(../images/promise-bg-mob.webp) no-repeat top center #000819;
        background-position: top center;
        background-size: 100% auto;
        position: relative;
    }

    .approach-item p {
        text-align: left;
    }

    .about-section {
        padding: 0;
        min-height: auto;
    }

    .contact-divider {
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        opacity: 0.3;
    }

    .contact-section .section-label {
        font-family: "Open Sans";
        position: absolute;
        bottom: 40px;
        left: 40px;
        font-size: 2rem;
        color: #fff;
    }

    .contact-top h2 {
        font-size: 2rem;
    }

    .capital-pagination .swiper-pagination-bullet {
        background-color: #cb5827;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #cb5827;
        width: 15px;
    }

    .capital-image img {
        width: auto;
        height: 100%;
        object-fit: cover;
        display: block;
        object-position: center;
        margin: 0 auto;
    }

    .capital-desc {
        text-align: left;
    }

    .capital-heading {
        text-align: left;
    }

    .capital-title {
        text-align: left;
        font-size: 1.4rem;
    }

    .founder-content {
        max-width: 100%;
        margin: 0px 0px 0px auto;
        text-align: left;
    }

    .founder-section {
        min-height: auto;
        padding: 0;
    }

    .founder-section::after {
        display: none;
    }

    .expertise-grid {
        width: 360px;
        height: 235px;
        transform: scale(1);
    }

    .expertise-grid {
        margin-top: 90px;
        margin-bottom: 100px;
    }

    .founder-image img {
        max-width: 500px;
        display: block;
    }

    .mob-min-height {
        min-height: 600px;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

    .promise-block {
        text-align: left;
        margin: 450px 0px 0px auto;
        max-width: 82%;
    }
}

@media (max-width: 991px) {
    .information-section {
        min-height: auto;
        padding: 80px 0;
    }

    .information-content {
        max-width: 100%;
        margin-bottom: 60px;
    }

    .information-content h2 {
        font-size: 3rem;
    }

    .formation-wrapper h3 {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .information-section {
        padding: 60px 0;
    }

    .information-section .section-label {
        font-size: 1.4rem;
        margin-bottom: 25px;
    }

    .information-content h2 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .information-content p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .formation-wrapper h3 {
        font-size: 1.1rem;
    }

    .formation-card {
        min-height: auto;
        padding: 25px 20px;
    }

    .formation-card p {
        font-size: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .about-section {
        min-height: auto;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {

    .services-section,
    .capital-section {
        padding: 30px 0;
    }

    .section-label,
    .founder-content h2,
    .contact-top .section-label {
        font-size: 28px;
    }

    .services-heading h2,
    .approach-section h2,
    .contact-top h2,
    .capital-title,
    .designation {
        font-size: 1.3rem;
    }

    .services-heading p,
    .capital-desc,
    .founder-content p,
    .contact-description {
        font-size: 15px;
    }

    .service-cards {
        margin-top: 40px;
    }

    .service-box {
        min-height: 350px;
        padding: 30px;
    }

    .services-section {
        background: url("../images/services-bg.webp") no-repeat;
        background-size: 100% 65%;
        background-position: bottom center;
    }

    .founder-image img {
        max-width: 500px;
    }

    .capital-card {
        padding: 60px 20px 45px 20px;
        min-height: 290px;
    }

    .capital-card h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .capital-card p {
        color: #1c1c1c;
        line-height: 1.5;
        font-size: 14px;
    }

    .capital-heading {
        margin-bottom: 30px;
    }

    .contact-section {
        min-height: 100vh;
        background: url("../images/contact-bg.webp") left no-repeat,
            url("../images/contact-bg-2.webp") right no-repeat,
            #fff;
        background-size: 80% auto, 20% auto;
    }

    .contact-top {
        padding: 30px 20px;
        flex: 1;
    }

    .global-reach li {
        font-size: .9rem;
    }

    .global-reach li:not(:last-child)::after {
        content: "|";
        margin-left: 10px;
        color: #2e2c7a;
    }

    .global-reach ul {
        gap: 15px;
    }

    .contact-info {
        display: flex;
        align-items: center;
        gap: 40px;
        background: rgba(45, 44, 118, .9);
        padding: 25px;
    }

    .contact-top .section-label {
        margin-bottom: 40px;
    }

    .global-reach {
        padding: 30px;
    }
}

@media screen and (max-width: 767.5px) {
    .hero-content {
        padding: 0px 0px;
        align-items: flex-end;
        height: 100vh;
        display: block;
    }
    .insights-content p{
        font-size: 14px;
        line-height: 1.3;
    }
}


@media screen and (max-width: 1400.5px) {
    .founder-content {
        width: 420px;
    }
}




@media screen and (max-width: 1199.5px) {
    .founder-image-new>img {
        width: 100%;
    }

    .slide {
        min-width: 240px;
        flex: 0 0 240px;

    }

    .slide--expanded {
        flex: 1 0 0;
    }

    .slide-img-content>img {
        max-width: 240px;
    }
     .founder-content {
        width: 375px;
    }

    .founder-content h2{
        font-size: 1.5rem;
    }
    .designation{
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .founder-content p{
        font-size: 14px;
    }
    .founder-btn{
        font-size: 14px;
    }
}

@media screen and (max-width: 1024.5px) {
    .slider{
        max-height: 620px;
    }
    .founder-image-new{
        padding-top: 0px;
        width: 100%;
    }
    .founder-wrap div {
        border-right: none;
        display: flex;
        width: 100%;
        gap: 10px;
        padding: 0px;
    }
    .founder-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .founder-content h2{
        font-size: 1.5rem;
    }
    .designation{
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .founder-content p{
        font-size: 14px;
    }
    .founder-btn{
        font-size: 14px;
    }
}


@media screen and (max-width: 767.5px) {
    
    .slider{
        max-height: unset;
        display: block;
    }
    .slide {
        flex: unset;
        position: relative;
        max-height: 230px;
         transition:
            max-height 3s cubic-bezier(.22,1,.36,1),
            padding 3s cubic-bezier(.22,1,.36,1);
    }

    .slide--expanded {
        flex: unset;
        max-height: 700px; 
    }

    .slide::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 50px;
        background-image: url(../images/arrow-up.svg);
        background-repeat: no-repeat;
        background-position: right 10px;
        background-size: 40px;
        transform: rotate(-180deg);
    }

    .slide--expanded::after {
        transform: rotate(0deg);
        top: 10px;
    }


    .founder-section>.container-xl {
        padding: 0px;
        margin: 0px;
    }

    .slide {
        border: none
    }

    .slider {
        flex-direction: column;
    }

    .slide-img-content {
        position: relative;
    }

    .founder-image-new {
        padding-top: 20px;
    }

    .founder-image-new {
        position: absolute;
        right: -20px;
        top: 120px;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }

    .founder-image-new>img {
        width: 50%;
        margin: 0px 0 0px auto;
        display: block;
    }

    .slide-img-content>img {
        max-width: unset;
    }

    .imgNames {
        left: 40%;
        bottom: 10px;
    }

    .imgNames h2 {
        font-size: 16px;
    }

    .imgNames p {
        font-size: 10px;
    }

    .slide-content {
        padding-left: 15px;
        padding-bottom: 30px;
        width: 100%;
    }

    .legends {
        position: absolute;
        bottom: 0px;
        padding-top: 15px;
    }

    .founder-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .founder-wrap div {
        border-right: none;
        display: flex;
        width: 55%;
        gap: 10px;
    }
}


@media screen and (max-width: 480.5px) {
    .founder-image-new{
        width: calc(100% + 20px);
    }
    .founder-image-new>img {
        width: 60%;
    }

}


@media (min-width: 991px) and (max-width: 1400px) {
    .founder-content-new h2 {
        font-size: 28px;
    }
    .founder-content-new p {
        font-size: 15px;
    }


    .founder-image-single img {
        max-width: 500px;
    }

}


@media (max-width: 991px) {
    .founder-section-new {
       min-height: 800px;
        padding: 0;
        align-items: flex-start;
    }

    .founder-image-single {
        margin-bottom: 0px;
        top: 0px;
        align-items: flex-start;
    }

    .founder-content-new {
        padding: 20px;
        max-width: 60%;
        margin: 60px 0px 0px auto;
        text-align: left;
    }

    .founder-content-new p {
        max-width: 100%;
    }
    .founder-section-new::after {
        width: 100%;
        display: none;
    }
}

@media (max-width: 767px) {
    .founder-content-new h2 {
        font-size: 2.2rem;
    }
    .founder-content-new {
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    .founder-content-new h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .founder-content-new {
        max-width: 60%;
        margin: 34px 0px 0px auto;
        text-align: left;
    }
    .founder-image-single {
        z-index: 3;
        margin-bottom: unset;
        top: -30px;
        bottom: unset;
        align-items: flex-start;
    }
    .founder-wrap-new {
        margin-top: 20px;
    }

    .founder-wrap-new div {
        border-right: none;
        display: flex;
        width: 100%;
        gap: 10px;
    }


}

@media screen and (max-width: 480.5px) {
    .founder-image-single img{
        max-width: 320px;
    }
    .founder-content-new p {
        line-height: 1.4;
        font-size: 14px;
    }
    .founder-section-new{
        min-height: 750px;
            align-items: flex-start;
    }
}