.service_usa.web_dev_service.on_demand_banner.about-banner {
    height: 100vh;
    padding: 70px 0 50px 0;
    position: relative;
}

.service_usa.web_dev_service.on_demand_banner.about-banner .address-detail {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px 25px;
    width: max-content;
}

.service_usa.web_dev_service.on_demand_banner.about-banner .address-detail h3 {
    font-size: clamp(1rem, 0.5313rem + 1.5vw, 1.375rem);
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.service_usa.web_dev_service.on_demand_banner.about-banner .address-detail ul li {
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: clamp(0.8125rem, 0.5rem + 1vw, 1.0625rem);
    line-height: 1.3;
}

.service_usa.web_dev_service.on_demand_banner.about-banner .address-detail ul li a {
    color: #fff;
    font-size: clamp(0.8125rem, 0.5rem + 1vw, 1.0625rem);
    line-height: 1.3;
}

.service_usa.web_dev_service.on_demand_banner.about-banner .address-detail ul li span {
    line-height: unset;
    margin-bottom: 0;
    font-size: 0px;
}

.who-we-are .box {
    padding: 50px 70px;
    border-radius: 30px;
}

.who-we-are .box .stats-main {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 0px;
}

.who-we-are .box .stats-main .stats-item {
    flex: 0 0 50%;
}

.who-we-are .box .stats-main .stats-item .flex {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.who-we-are .box .stats-main .stats-item .flex .content h3 {
    font-size: clamp(1.5625rem, 0.3906rem + 3.75vw, 2.5rem);
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.3;
}

.who-we-are .box .stats-main .stats-item .flex .content p {
    margin-bottom: 0;
    color: #fff;
}

.who-we-are .who_about {
    height: 100%;
}

.who-we-are .who-slide-box {
    background: #051827;
    border-radius: 20px;
    padding: 35px 25px;
    height: 100%;
}

.who-we-are .who-slide-box h4 {
    font-size: clamp(1rem, 0.375rem + 2vw, 1.5rem);
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.who-we-are .who-slide-box h3 p {
    margin-bottom: 0;
}

.meet-people .people-main {
    position: relative;
    height: 407px;
    margin-bottom: 20px;
    border-radius: 15px;
    background-size: contain;
    width: 100%;
}

.meet-people .people-main .content-div {
    position: absolute;
    top: 0;
    left: 0;
    height: 407px;
    max-width: 380px;
    background: linear-gradient(
        88.42deg,
        #000514 10.64%,
        rgba(8, 17, 27, 0.98) 43.68%,
        #1b181f 93.44%
    );
    border-radius: 15px;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
    border-radius: 15px;
}

.meet-people .people-main:hover .content-div {
    opacity: 1;
}

.meet-people .people-main .content-div .icon {
    text-align: right;
    margin-bottom: 10px;
    position: absolute;
    top: 20px;
    right: 30px;
}

.meet-people .people-main .content-div p {
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(0.875rem, 0.5625rem + 1vw, 1.125rem);
    line-height: 1.5;
}

.meet-people h3 {
    font-size: clamp(1.25rem, 0.4688rem + 2.5vw, 1.875rem);
    line-height: 1.2;
    margin-bottom: 0;
}

.drives-forward {
    z-index: 1;
}

.drives-forward .img-tower {
    position: absolute;
    z-index: -1;
}

/* .drives-forward .custom-accordion{
    border-top:1px solid rgba(255,255,255,.12);
} */

.drives-forward .custom-accordion .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.drives-forward .custom-accordion .accordion-button {
    background: transparent;
    color: #fff;
    padding: 25px 0 10px 0;
    font-weight: 500;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.drives-forward .custom-accordion .accordion-button span {
    font-size: clamp(1rem, 0.2188rem + 2.5vw, 1.625rem);
    color: #fff;
}

.drives-forward .accordion-collapse.collapse .accordion-button span {
    color: #f47a14;
}

.drives-forward .custom-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
    box-shadow: none;
    padding-bottom: 10px;
}

.cta-ryan-about .box {
    aspect-ratio: 1600 / 564;
    padding-left: 60px;
}

.cta-ryan-about .box .tag {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: clamp(1rem, 0.5313rem + 1.5vw, 1.375rem);
    color: #fff;
    margin-bottom: 20px;
    width: max-content;
}

.cta-ryan-about .box h2 {
    color: #f47a14;
    margin-top: clamp(0rem, -9.375rem + 30vw, 7.5rem);
}

.about-client-tek .video-card {
    position: relative;
}

.about-client-tek .video-card img {
    border-radius: 20px;
}

.about-client-tek .video-card .play-btn {
    position: absolute;
    bottom: 25px;
    left: 130px;
    cursor: pointer;
    opacity: 0.5;
}

.about-client-tek .swiper-slide:nth-child(even) {
    margin-top: 50px;
}

.cta-about-temp .box {
    aspect-ratio: 1605 / 490;
}

.crafting-industry .mvp-main {
    align-items: stretch;
    display: flex;
    gap: 10px;
}

.crafting-industry .mvp-main .mvp-card.active,
.crafting-industry .mvp-main .mvp-card:hover {
    flex: 3 1;
    padding: 30px;
}

.crafting-industry .mvp-main .mvp-card {
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    height: 609px;
    isolation: isolate;
    justify-content: center;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    text-align: center;
    transition:
        flex 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.6s ease;
}

.crafting-industry .mvp-main .mvp-card .content h3 {
    color: #fff;
    font-size: clamp(0.9375rem, 0.5469rem + 1.25vw, 1.25rem);
    transform: rotate(270deg);
    line-height: 1.3;
}

.crafting-industry .mvp-main .mvp-card.active .content h3,
.crafting-industry .mvp-main .mvp-card:hover .content h3 {
    transform: unset;
}

.crafting-industry .mvp-main .mvp-card.active .content p,
.crafting-industry .mvp-main .mvp-card:hover .content p {
    margin-top: 1rem;
    max-height: 300px;
    opacity: 1;
}

.crafting-industry .mvp-main .content {
    position: absolute;
    top: 50%;
    text-align: left;
    max-width: 90%;
}

.crafting-industry .mvp-main .mvp-card.active .content,
.crafting-industry .mvp-main .mvp-card:hover .content {
    position: absolute;
    bottom: 40px;
    text-align: left;
    top: unset;
}

.crafting-industry .mvp-main .content p {
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        opacity 0.3s ease,
        max-height 0.3s ease;
    color: #fff;
}

/* .crafting-industry .mvp-main .mvp-card p {
    bottom: 40px;
    color: hsla(0, 0%, 100%, .8);
    font-weight: 600;
    left: 10px;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: opacity .3s ease, max-height .3s ease;
} */

.credibility-awards .swiper.cred_awards {
    height: 100%;
    padding: 28px 0 36px;
    overflow: hidden;
}

.credibility-awards .box {
    background: #0f1b24;
    padding: 50px 25px;
    border-radius: 25px;
    height: 100%;
    text-align: center;
}

.credibility-awards .box .num {
    text-align: right;
    color: #fff;
    font-size: clamp(0.94rem, calc(0.9rem + 0.188vw), 1.13rem);
    line-height: 1.3;
}

.cred_awards .swiper-wrapper {
    align-items: center;
}

.cred_awards .swiper-slide {
    overflow: hidden;
    border-radius: 25px;
    height: auto;
    display: flex;
    align-items: center;
}

.cred_awards .swiper-slide .box {
    width: 100%;
    height: 300px;
    transform: scale(0.78);
    transform-origin: center center;
    opacity: 0.4;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cred_awards .swiper-slide-prev .box,
.cred_awards .swiper-slide-next .box {
    transform: scale(0.88);
    opacity: 0.7;
}

.cred_awards .swiper-slide-active .box {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

/* trusted slider sec */

.trusted-leaders-energy {
    padding: 50px 0;
}

.trusted-leaders-energy hr {
    margin: 30px 0;
    color: #898989;
    height: 1px;
}

.trusted-leaders-energy .top-img {
    border: 1px solid #f47a14;
    border-radius: 10px;
    padding: 6px 10px;
    text-align: center;
}

.trusted-leaders-energy .rating-lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trusted-leaders-energy .rating-lead .rating-item {
    position: relative;
}

.trusted-leaders-energy .rating-lead .rating-item:after {
    position: absolute;
    content: "";
    background: #bababa;
    height: 35px;
    width: 1px;
    right: -100px;
    top: 0;
}

.trusted-leaders-energy .rating-lead .rating-item:last-child:after {
    content: unset;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content {
    display: flex;
    align-items: center;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content h5 strong {
    color: #898989;
    font-weight: 600;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content div {
    font-weight: 600;
    margin-bottom: 0;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content div strong {
    color: #898989;
    font-weight: 600;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content span {
    margin-right: 7px;
}

.locate-partner {
    padding-bottom: 50px;
}

.locate-partner .location-main {
    display: flex;
    column-gap: 20px;
    height: 100%;
}

.locate-partner .location-main .location-item {
    background: #fdfdfd;
    border: 1px solid #b7b7b7;
    border-radius: 26px;
    padding: 20px 15px;
    height: 100%;
    flex: 0 0 24%;
}

.locate-partner .location-main .location-item .flex {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.locate-partner .location-main .location-item .flex .content h3 {
    font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
    line-height: 1.2;
    color: #f47a14;
}

.locate-partner .location-main .location-item .flex .content p {
    color: #314252;
    margin-bottom: 10px;
    font-size: clamp(0.8125rem, 0.7875rem + 0.125vw, 0.9375rem);
    line-height: 1.2;
}

.locate-partner .location-main .location-item .flex .content a {
    color: #314252;
    font-size: clamp(0.8125rem, 0.7875rem + 0.125vw, 0.9375rem);
}

.gettouch.gettouch-about .talk {
    background: linear-gradient(186.46deg, #f47a1f 4.73%, #ff4d1c 68.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: clamp(2.1875rem, 1.875rem + 1.5625vw, 3.75rem);
    line-height: normal;
    margin-top: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

@media (min-width: 100px) and (max-width: 1800px) {
    .who-we-are .box .stats-main .stats-item .flex .content h3 {
        font-size: 35px;
    }

    .meet-people .people-main {
        background-size: auto;
    }

    .meet-people .people-main .content-div p {
        font-size: 16px;
    }

    .cta-ryan-about .box h2 {
        margin-top: 80px;
    }

    .crafting-industry .mvp-main .mvp-card .content h3 {
        font-size: 19px;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        right: -60px;
    }

    .drives-forward .img-tower img {
        height: 500px;
        width: auto;
    }
}

@media (min-width: 100px) and (max-width: 1599px) {
    .who-we-are .box .stats-main .stats-item .flex .content h3 {
        font-size: 29px;
    }

    .who-we-are .box {
        padding: 50px 40px;
        border-radius: 30px;
    }

    .meet-people .people-main {
        background-size: auto;
    }

    .meet-people h3 {
        font-size: 25px;
    }

    .meet-people .people-main .content-div p {
        font-size: 16px;
    }

    .cta-ryan-about .box {
        padding-left: 30px;
    }

    .cta-ryan-about .box h2 {
        margin-top: 80px;
        margin-bottom: 10px;
    }

    .crafting-industry .mvp-main .mvp-card .content h3 {
        font-size: 19px;
    }

    .credibility-awards .box {
        padding: 40px 20px;
    }

    .cta-ryan-about .box .tag {
        padding: 5px 15px;
        font-size: 16px;
    }

    .crafting-industry .mvp-main .mvp-card .content h3 {
        font-size: 17px;
    }

    .about-client-tek .video-card .play-btn {
        left: 110px;
    }

    .drives-forward .img-tower img {
        height: 450px;
        width: auto;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        right: -60px;
        height: 31px;
    }

    .cred_awards .swiper-slide .box {
        height: 260px;
        transform: scale(0.82);
    }

    .cred_awards .swiper-slide-prev .box,
    .cred_awards .swiper-slide-next .box {
        transform: scale(0.9);
    }

    .cred_awards .swiper-slide-active .box {
        transform: scale(1);
    }

    .meet-people .people-main {
        background-size: contain;
        height: 280px;
    }

    .meet-people .people-main .content-div {
        height: 280px;
        /* max-width: 265px; */
    }

    .meet-people .people-main .content-div p {
        font-size: 12px;
        line-height: 1.4;
    }

    .locate-partner .location-main .location-item .flex .content h3 {
        height: 43px;
    }

    .locate-partner .location-main .location-item .flex .content p {
        height: 85px;
    }
}

@media (min-width: 100px) and (max-width: 1399px) {
    .crafting-industry .mvp-main .mvp-card {
        height: 500px;
    }

    /* .service_usa.web_dev_service.on_demand_banner.about-banner {
        height: 90vh;
        margin-top: -80px;
    } */

    .meet-people .people-main {
        background-size: contain;
        height: 280px;
    }

    .meet-people .people-main .content-div {
        height: 280px;
    }

    .meet-people .people-main .content-div p {
        font-size: 12px;
        line-height: 1.4;
    }

    .trusted-leaders-energy {
        padding: 40px 0;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        right: -50px;
        height: 30px;
    }

    .cta-ryan-about .box .tag {
        margin-bottom: 10px;
    }

    .cta-ryan-about .box p {
        margin-bottom: 0;
    }

    .drives-forward .img-tower img {
        height: 410px;
        width: auto;
    }

    .about-client-tek .video-card .play-btn svg {
        height: 50px;
        width: auto;
    }

    .locate-partner .location-main .location-item .flex {
        column-gap: 10px;
    }

    .locate-partner .location-main .location-item .flex .icon svg {
        height: 110px;
        width: auto;
    }
}

@media (min-width: 100px) and (max-width: 1199px) {
    .service_usa.web_dev_service.on_demand_banner.about-banner {
        height: unset;
        padding: 70px 0 50px 0;
    }

    .meet-people .people-main {
        background-size: cover;
        height: 400px;
    }

    .meet-people .people-main .content-div {
        height: 400px;
    }

    .meet-people .people-main .content-div p {
        font-size: 14px;
        line-height: 1.4;
    }

    .cta-ryan-about .box {
        aspect-ratio: unset;
        background-image: none !important;
        background: #061c2d;
        padding: 30px 25px;
    }

    .cta-ryan-about .box h2 {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .drives-forward .img-tower {
        display: none;
    }

    .crafting-industry .mvp-main {
        display: block;
    }

    .crafting-industry .mvp-main .mvp-card {
        border-radius: 10px;
        height: 250px;
        margin-bottom: 20px;
    }

    .crafting-industry .mvp-main .content {
        position: relative;
        top: unset;
        max-width: 100%;
    }

    .crafting-industry .mvp-main .mvp-card.active .content,
    .crafting-industry .mvp-main .mvp-card:hover .content {
        position: relative;
        bottom: unset;
        max-width: 100%;
        opacity: 1;
    }

    .crafting-industry .mvp-main .content p {
        opacity: 1;
        max-height: 100px;
    }

    .crafting-industry .mvp-main .mvp-card .content h3 {
        transform: unset;
    }

    .about-client-tek .video-card .play-btn {
        left: 140px;
    }

    .cta-about-temp .box {
        aspect-ratio: unset;
        padding: 30px 0;
        border-radius: 20px;
    }

    .about-client-tek .swiper-slide:nth-child(even) {
        margin-top: 0;
    }

    .trusted-leaders-energy {
        padding: 35px 0;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        right: -16px;
        height: 28px;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content {
        align-items: start;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content span svg {
        height: 20px;
        width: auto;
    }

    .locate-partner .location-main {
        flex-wrap: wrap;
        row-gap: 20px;
        height: auto;
    }

    .locate-partner .location-main .location-item {
        height: auto;
        flex: 0 0 31.33%;
    }

    .locate-partner .location-main .location-item .flex .content h3 {
        height: auto;
    }

    .locate-partner .location-main .location-item .flex .content p {
        height: auto;
    }
}

@media (min-width: 100px) and (max-width: 991px) {
    .trusted-leaders-energy {
        padding: 35px 0;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        content: unset;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content {
        align-items: start;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content h5 {
        font-size: 16px;
        line-height: 25px;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content span svg {
        height: 18px;
        width: auto;
    }

    .meet-people .people-main .content-div {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 100px) and (max-width: 767px) {
    .service_usa.web_dev_service.on_demand_banner.about-banner {
        height: unset;
        padding: 0px 0 50px 0;
        margin-top: 0;
    }

    .service_usa.web_dev_service.on_demand_banner.about-banner .address-detail {
        width: 100%;
    }

    .who-we-are .box {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .who-we-are .box .stats-main .stats-item {
        flex: 0 0 100%;
    }

    .about-client-tek .video-card img {
        border-radius: 10px;
        width: 100%;
    }

    .about-client-tek .video-card .play-btn {
        left: 145px;
    }

    .cta-about-temp .box {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .trusted-leaders-energy {
        padding: 30px 0;
    }

    .trusted-leaders-energy .rating-lead {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        column-gap: 20px;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        content: unset;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content {
        align-items: start;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content h5 {
        font-size: 15px;
        line-height: 24px;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content span svg {
        height: 17px;
        width: auto;
    }

    .locate-partner .location-main .location-item {
        flex: 0 0 99%;
    }

    .locate-partner .location-main .location-item {
        border-radius: 10px;
    }
}
