.about-us .new-page-header {
    background: white;
    margin-top: 0px;
    padding: 45px 0px 45px 0px;
}
.about-us .developer-hero .container {
    max-width: 1248px;
}
.about-us .developer-hero__wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
    max-width: 1250px;
    align-items: center;
    padding: 0;
}
.about-us .developer-hero .label {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 30px;
}
.about-us .developer-hero__title {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-top: 5px;
    text-transform: uppercase;
}
.about-us .developer-hero__title span {
    color: #055dff;
}
.about-us .developer-hero__description {
    margin-top: 30px;
}
.about-us .developer-hero__description p{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}
.about-us .developer-hero__img {
    width: 100%;
    max-width: 608px;
}
@media (min-width: 1025px) and (max-width: 1439.98px) {
    .about-us .developer-hero__left {
        max-width: 50%;
    }
    .about-us .developer-hero__right {
        text-align: center;
    }
    .about-us .container.developer-hero__wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0px;
        margin-top: 20px;
    }
}

@media (max-width: 1024px){
    .about-us .new-page-header {
        max-width: 100%;
        padding: 50px 10px 0px 10px;
    }
    .about-us .developer-hero__right {
        text-align: center;
    }
    .about-us .developer-hero .label,
    .about-us .developer-hero__title {
        text-align: left;
    }
    .about-us .developer-hero__img {
        min-width: 352px;
    }
    .about-us .developer-hero__title {
        font-size: 32px;
        line-height: 38px;
    }
    .about-us .developer-hero__description p {
        text-align: left;
    }
    .about-us .container.developer-hero__wrapper {
        display: flex;
        flex-direction: column;
        padding: 0px 10px;
    }
}


.about-us .partners{
    background-color: white;
    padding: 15px 0;
    margin-bottom: 0px;
}
@media (max-width: 1024px) {
    .about-us .partners {
        padding: 50px 10px 0px 10px;
    }
}

/* quote slider */
.about-us .case-study-quote {
    display: flex;
    width: 100%;
    min-height: 500px;
    height: auto;
}
.about-us .case-study-quote .container {
    padding-right: 0px;
    padding-left: 0px;
}
.about-us .case-study-quote .quote-slider {
    margin-top: 40px;
    position: relative;
    padding: 30px 0px 50px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}
.about-us .case-study-quote .quote-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.about-us .case-study-quote .quote-slider .quote-item {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}
.about-us .case-study-quote {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 500px;
    height: auto;
}
.about-us .case-study-quote .container {
    width: 100%;
    display: block;
}
.about-us .case-study-quote img.quote-image {
    max-width: 580px;
    height: 350px;
    object-fit: contain;
}
.about-us .quote-decoration-container {
    right: 10px;
}

/* Dots */
.about-us .case-study-quote .slick-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 10px;
    width: auto;
    margin: 0 auto;
}
.about-us .case-study-quote .slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.about-us .case-study-quote .slick-prev,
.about-us .case-study-quote .slick-next {
    position: absolute;
    bottom: 9px;
    top: inherit;
    transform: translateY(0);
    z-index: 10;
}
.about-us .case-study-quote .slick-prev {
    left: calc(50% - 160px);
}
.about-us .case-study-quote .slick-next {
    right: calc(50% - 160px);
}

.about-us .case-study-quote .slick-prev:before,
.about-us .case-study-quote .slick-next:before {
    color: #000;
    font-size: 28px;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.about-us .case-study-quote .slick-prev:before{
    content: url(../img/arr-left-slider.svg);
}
.about-us .case-study-quote .slick-next:before{
    content: url(../img/arr-right-slider.svg);
}

.about-us .quote-slider .slick-slide {
    width: 100% !important;
    float: none !important;
    display: flex !important;
    margin: 0 15px;
}
.about-us .quote-slider .slick-list {
    margin: 0 -15px;
}
.about-us .quote-slider .slick-track {
    display: flex !important;
}

@media (max-width: 1366px) {
    .about-us .case-study-quote .container {
        max-width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .about-us .case-study-quote .quote-slider .quote-item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-us .case-study-quote .image-section,
    .about-us .case-study-quote .text-section {
        width: 50%;
        max-width: 500px;
    }

    .about-us .case-study-quote img.quote-image {
        max-width: 460px;
        height: auto;
    }

    .about-us .case-study-quote .testimonial-section{
        margin-top: 20px;
    }
    .about-us .case-study-quote .container {
        max-width: 900px;
        margin: 0 auto;
    }
}
@media (max-width: 1023px) {
    .about-us .case-study-quote .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .about-us .case-study-quote .quote-slider{
        padding: 20px 0px 30px;
        margin-top: 0;
    }
    .about-us .quote-slider .quote-item {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .about-us .case-study-quote .image-section,
    .about-us .case-study-quote .text-section {
        width: 100% !important;
    }
    .about-us .case-study-quote img.quote-image {
        max-width: 100%;
        height: 260px;
        object-fit: cover;
    }
    .about-us .case-study-quote .container {
        max-width: 600px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .about-us .case-study-quote .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }
    .about-us .case-study-quote .author-details{
        height: 90px;
    }
}
@media (max-width: 560px) {
    .about-us .case-study-quote img.quote-image {
        height: 220px;
    }
}

/* key-milestones */
.about-us .key-milestones {
    background-color: #F8FAFD;
    margin-top: 0px;
    padding: 74px 0px;
}
.about-us .key-milestones .container{
    max-width: 1248px;
}
.about-us .milestones-wrap {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
    max-width: 1250px;
    align-items: stretch;
    padding: 0;
}
.about-us .milestones-wrap .milestone-column {
    flex: 1 1 40%;
    max-width: 548px;
}
.about-us .milestones-wrap h2 {
    color: #000;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
}
.about-us .milestones-wrap ul {
    margin-top: 30px;
}
.about-us .milestones-wrap ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.about-us .milestones-wrap ul span {
    font-weight: 700;
}
.about-us .milestones-wrap ul li .icon {
    width: 20px;
    height: 20px;
}
.about-us .key-milestones .wrap-image {
    text-align: center;
}
@media (max-width: 1024px) {
    .about-us .milestones-wrap {
        grid-gap: 32px;
    }
    .about-us .milestones-wrap .milestone-column {
        flex: 1 1 45%;
        max-width: 100%;
    }
}
@media (max-width: 820px) {
    .about-us .key-milestones {
        padding: 10px;
    }
    .about-us .milestones-wrap .milestone-column {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .about-us .milestones-wrap {
        max-width: 100%;
        flex-direction: column;
        padding: 50px 10px;
    }
    .about-us .key-milestones .wrap-image {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 320px;
        text-align: center;
        margin: 0 auto;
    }
    .about-us .milestones-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-us .milestones-wrap h2 {
        font-size: 32px;
    }
}

/* Features */
.about-us .features {
    background: #E2ECFF;
    padding: 56px 0px;
}
.about-us .features .container {
    max-width: 1248px;
    padding-right: 0px;
    padding-left: 0px;
}
.about-us .features .features-wrap{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.about-us .features h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    margin-top: 10px;
}
.about-us .features h2 span{
    font-weight: 700;
    font-size: 40px;
}
.about-us .features .cards {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}
.about-us .features .card {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 23%;
    min-width: 288px;
    min-height: 240px;
    padding: 24px 24px 16px 24px;
    gap: 12px;
    border-radius: 6px;
    box-shadow: 0px 4px 4px 0px #8C98A426;
}
.about-us .features .card span {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #055DFF;
}
.about-us .features .card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 6px;
}
@media (max-width: 1024px) {
    .about-us .features {
        padding: 50px 10px;
    }
    .about-us .features .card  {
        width: 45%;
    }
    .about-us .features .cards {
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .about-us .features .card  {
        width: 100%;
    }
    .about-us .features h2 {
        font-size: 32px;
    }
    .about-us .features h2 span{
        font-size: 32px;
    }
    .card span {
        font-size: 20px;
        line-height: 28px;
    }
}

/* Key People */
.about-us .our-team {
    background-color: #E2ECFF;
    padding: 56px 0px;
}
.about-us .our-team .container {
    max-width: 1248px;
}
.about-us .our-team .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.about-us .our-team .section-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
}
.about-us .our-team .tabs {
    display: flex;
    gap: 24px;
}
.about-us .our-team .tabs button {
    background: none;
    border: none;
    color: #055DFF;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
}
.about-us .our-team .tabs button:hover,
.about-us .our-team .tabs button.active {
    color: #000000;
}
.about-us .our-team .team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.about-us .our-team .team-member {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    width: calc(25% - 16px);
    min-width: 288px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    aspect-ratio: 1 / 1;
    gap: 16px;
}
.about-us .our-team .team-member .wrap-image {
    width: 240px;
    height: 240px;
}
.about-us .our-team .team-member img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-us .our-team .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-us .our-team .name-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    margin-top: 3px;
}
.about-us .our-team .info-left {
    display: flex;
    flex-direction: column;
}
.about-us .our-team .linkedin-icon {
    width: 14px;
    height: 14px;
}
.about-us .our-team .linkedin-icon img {
    width: 100%;
    height: auto;
    display: block;
}
.about-us .our-team .team-group {
    display: none;
}
.about-us .our-team .team-group.active {
    display: flex;
}
@media (max-width: 1024px) {
    .about-us .our-team {
        gap: 6px;
        padding: 50px 10px;
    }
    .about-us .our-team .container {
        max-width: 100%;
    }
    .about-us .our-team .section-header {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .about-us .our-team .section-title {
        font-weight: 700;
        font-size: 42px;
        line-height: 100%;
    }
    .about-us .our-team .tabs {
        display: flex;
        gap: 12px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .about-us .our-team .team-group {
        align-items: stretch;
    }
    .about-us .our-team .team-grid {
        gap: 12px;
    }
    .about-us .our-team .team-member {
        padding: 24px;
        width: calc(33.333% - 16px);
        display: flex;
        min-height: 350px;
    }
    .about-us .our-team .team-member .wrap-image {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 768px) {
    .about-us .our-team .team-member {
        width: calc(50% - 12px);
        min-height: 400px;
    }
    .about-us .our-team .section-title {
        font-size: 32px;
    }
    .about-us .our-team .team-group {
        justify-content: center;
    }
    .about-us .our-team .tabs {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .about-us .our-team .tabs {
        margin-top: 20px;
        margin-bottom: 10px;
        flex-direction: column;
        gap: 2px;
    }
    .about-us .our-team .team-member {
        width: 100%;
        min-height: auto;
    }
}


/* fast facts */
.about-us .fast-facts {
    padding: 56px 0px;
    background-color: #F8FAFD;
    text-align: center;
}
.about-us .fast-facts .container{
    max-width: 1248px;
}
.about-us .facts-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.about-us .facts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.about-us .fact-item {
    flex: 1 1 225px;
    max-width: 225px;
    padding: 24px;
    text-align: left;
}
.about-us .fact-number {
    font-weight: 400;
    font-size: 54px;
    line-height: 32px;
    vertical-align: middle;
}
.about-us .fact-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .about-us .fact-item {
        width: 50%;
    }
    .about-us .fact-item {
        flex: 1 1 145px;
    }
}
@media (max-width: 768px) {
    .about-us .fast-facts {
        padding: 50px 10px;
        gap: 6px;
    }
    .about-us .facts-grid {
        align-items: center;
    }
    .about-us .fact-item {
        width: 100%;
        max-width: 320px;
    }
    .about-us .facts-title {
        font-size: 32px;
    }
    .about-us .fact-item {
        flex: 1 1 100%;
    }
}

/* banner section*/
.about-us .banner-section {
    position: relative;
    min-height: 540px;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #E2ECFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 108px;
    padding-bottom: 108px;
}

.about-us .banner-section .overlay {
    max-width: 822px;
    min-height: 324px;
    background: #fff;
    gap: 32px;
    padding: 32px 132px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.about-us .banner-section .title {
    font-weight: 700;
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

.about-us .banner-section .btn {
    width: 250px;
    display: inline-block;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 20px;
    background: #055DFF;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 12px;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    border: 2px solid #055DFF;
}
.about-us .banner-section .btn:hover {
    background-color: #fff;
    color: #055DFF;
}
.about-us .banner-section .btn:active {
    transform: translateY(0);
}
.about-us .banner-section .btn:focus-visible {
    outline: 3px solid rgba(37,99,235,.5);
    outline-offset: 3px;
}

@media (max-width: 1200px) {
    .about-us .banner-section .overlay {
        max-width: 100%;
        gap: 22px;
        padding: 32px 30px;
    }
    .about-us .banner-section .overlay {
        height: auto;
        padding: 24px;
    }
    .about-us .banner-section .title {
        font-size: 28px;
        line-height: 38px;
    }
}

/* Key Benefits*/
.about-us .benefits {
    padding: 60px 0px;
    background-color: #fff;
    margin: 0 auto;
}
.about-us .benefits .container{
    max-width: 1248px;
}
.about-us .benefit-heading {
    display: flex;
}
.about-us .benefits-title {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 32px;
}
.about-us .benefits-top {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.about-us .benefits-bottom {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-us .benefit-card {
    background-color: #F8FAFD;
    border-radius: 6px;
    padding: 88px 32px 32px 32px;
    transition: transform 0.2s ease;
    box-shadow: 0px 4px 4px 0px #8C98A426;
    min-height: 240px;
    gap: 12px;
    opacity: 1;
}
.about-us .benefit-card:hover {
    transform: translateY(-4px);
}
.about-us .benefit-card.large {
    flex: 1 1 48%;
    min-width: 590px;
}
.about-us .benefit-card.small {
    flex: 1 1 31%;
    min-width: 350px;
}
.about-us .benefit-icon {
    font-size: 28px;
    margin-bottom: 12px;
}
.about-us .benefit-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 10px;
}
.about-us .benefit-text {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 1024px) {
    .about-us .benefit-card.large,
    .about-us .benefit-card.small {
        flex: 1 1 45%;
        min-width: 320px;
    }
}
@media (max-width: 768px) {
    .about-us .benefits {
        padding: 50px 10px;
    }
    .about-us .benefits-top,
    .about-us .benefits-bottom {
        flex-direction: column;
    }
    .about-us .benefit-card.large,
    .about-us .benefit-card.small {
        flex: 1 1 100%;
        min-width: 100%;
    }
    .about-us .benefits-title {
        font-size: 32px;
    }
}