@media screen and (min-width: 1201px) {
  .panel__1__pc > * {
    width: calc((100% / 1.5) - (var(--grid-num) / 1.5));
  }

  .panel__2__pc > * {
    width: calc((100% / 2) - (var(--grid-num) / 2));
  }

  .panel__3__pc > * {
    width: calc((100% / 3) - (var(--grid-num) * 2 / 3));
  }

  .panel__4__pc > * {
    width: calc((100% / 4) - (var(--grid-num) * 3 / 4));
  }

  .panel__5__pc > * {
    width: calc((100% / 5) - (var(--grid-num) * 4 / 5));
  }

  .panel__6__pc > * {
    width: calc((100% / 6) - (var(--grid-num) * 5 / 6));
  }

  .panel__7__pc > * {
    width: calc((100% / 7) - (var(--grid-num) * 6 / 7));
  }

  .panel__8__pc > * {
    width: calc((100% / 8) - (var(--grid-num) * 7 / 8));
  }

  .panel__9__pc > * {
    width: calc((100% / 9) - (var(--grid-num) * 8 / 9));
  }

  .panel__10__pc > * {
    width: calc((100% / 10) - (var(--grid-num) * 9 / 10));
  }

  .panel__11__pc > * {
    width: calc((100% / 11) - (var(--grid-num) * 10 / 11));
  }

  .panel__12__pc > * {
    width: calc((100% / 12) - (var(--grid-num) * 11 / 12));
  }
}

@media (max-width: 1800px) {
  .portfolio__slider__inner__slider__pagination__holder {
    display: none;
  }
}

@media (max-width: 1600px) {
  .technology__cards .echnology__card {
    height: 700rem;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .image__box {
    width: 100%;
    max-width: 160rem;
    flex: 1;
    height: 160rem;
    border-radius: 16rem;
    overflow: hidden;
  }

  .testimonials__wrap .testimonials__card {
    padding: var(--spacing-20) var(--spacing-24);
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .content__box
    .card__footer {
    column-gap: var(--spacing-20);
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .content__box
    .card__footer
    .review__wrap {
    width: 30%;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .content__box
    .card__footer
    .project__info {
    width: 70%;
  }

  .contact__wrap {
    gap: 40px;
  }

  .contact__wrap .two__col__wrap {
    flex: 1;
  }

  .contact__wrap .two__col__wrap:first-child {
    width: 45%;
  }

  .contact__wrap .two__col__wrap:last-child {
    width: 55%;
  }

  .contact__wrap .form__group__list {
    flex-wrap: wrap;
  }

  footer .two__col__wrap {
    flex: 1;
  }

  footer .two__col__wrap:first-child {
    max-width: 45%;
  }

  footer .two__col__wrap:last-child {
    max-width: 55%;
    padding-left: 60px;
  }

  .testimonials__wrap .content__wrap.column__sticky {
    max-width: 45%;
    flex: 1;
  }

  .testimonials__wrap .testimonials__card {
    max-width: 55%;
  }

  /* .testimonials__wrap
.testimonials__card
.accordion__item
.accordion__body
.image__box {
max-width: 100%;
} */
  .contact__us__section__wrapper {
    gap: 80px;
  }

  .stats__item {
    padding: 40rem 0rem;
  }

  .stats__item:nth-child(2),
  .stats__item:nth-child(4),
  .stats__item:nth-child(6) {
    padding-left: 40rem;
  }

  .home__banner .l__panel__grid > .content__card:first-child {
    width: 60%;
    flex: 1;
  }

  .home__banner .l__panel__grid > .content__card:last-child {
    width: 40%;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .content__box {
    gap: 20px;
  }
}

@media (max-width: 1512px) {
  .f__h1__s {
    font-size: 45rem;
  }

  .f__h2 {
    font-size: 38rem;
  }

  .f__h3__xl {
    font-size: 28rem;
  }

  .f__h3__s {
    font-size: 22rem;
  }

  .portfolio__details__benifits__section
    .benefits__testimonial
    .testimonial__text {
    font-size: 26rem;
  }

  .portfolio__details__process__layout {
    gap: 40rem;
  }

  .why__choose__slider__title .f__h3__l {
    font-size: 26px;
  }

  .job__meta ul {
    column-gap: 80rem;
  }

  .who__we__are__wrap .top__wrap {
    flex-direction: column;
    gap: 20rem;
  }

  .who__we__are__wrap .top__wrap .developer__skills {
    max-width: 100%;
    padding: 20rem;
  }

  .who__we__are__wrap .top__wrap .team__work__wrap {
    max-width: 100%;
  }

  .services__crads {
    grid-template-columns: repeat(1, 1fr);
    gap: 40rem;
  }

  .services__crads .service__card .btn__wrap {
    margin-top: 50rem;
  }

  .services__crads .service__card {
    height: auto;
  }

  .home__services__wrap .expert__card {
    margin-top: 0;
    margin-bottom: 0;
  }

  .industries__slider__sec .content__wid__3 {
    max-width: 600rem;
  }

  .client-counter-txt {
    font-size: 45px;
  }

  .client-counter-title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .technology__cards .echnology__card {
    padding: 30rem;
  }

  .technology__cards .echnology__card {
    height: 580rem;
  }

  .technology__cards .echnology__card .header__info .f__h3__s {
    font-size: 20rem;
  }
  .portfolio__details__tools__and__technologies__icon__wrapper
    .portfolio__details__tools__and__technologies__icon__list__items
    .portfolio__details__tools__and__technologies__icon__list__item {
    width: 175rem;
  }
}

@media (max-width: 1399.98px) {
  .testimonials__wrap .testimonials__card .accordion__item .accordion__body {
    flex-direction: column;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__header
    .accordion__button {
    font-size: 16rem;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__header
    .accordion__button
    p {
    font-size: 14rem !important;
  }

  .technology__cards .echnology__card {
    height: 580rem;
  }

  .cloud__strategy__card__box .iphone__tablet__img {
    width: 190px;
    height: 400px;
  }

  .cloud__strategy__card__box .cloud__strategy__image img.iphone__img {
    max-width: 155px;
  }

  .cloud__strategy__card__box .cloud__strategy__image {
    height: 315px;
  }

  .cloud__strategy__card__box .cloud__strategy__text__icon img {
    width: 40px;
  }

  .cloud__strategy__text__icon h3 {
    font-size: 20px;
  }

  .cloud__strategy__heading__wrapper h2 {
    font-size: 40px;
  }

  .body__text__l {
    font-size: 18px;
  }

  .f__h2 {
    font-size: 36rem;
  }

  .f__h3__l {
    font-size: 26rem;
  }

  .company__profile .content__card .count__wrap {
    font-size: 26rem;
  }

  .f__h1__s {
    font-size: 40rem;
  }

  .cloud__strategy__heading__wrapper .heading__wrap {
    align-items: center;
  }

  .home__banner .f__h1,
  .service__banner .f__h1,
  .career__banner .f__h1 {
    font-size: 72rem;
  }

  .service__banner__img {
    max-width: 480px !important;
  }

  #accordionService .accordion__button {
    font-size: 32rem;
  }

  #accordionService .accordion-body.accordion__body {
    gap: 65rem;
  }

  .process__card__header__content__box h3 {
    font-size: 20rem;
  }

  .process__card__header__content__box h4 {
    font-size: 12rem;
  }

  .process__card__header__counter__box h3 {
    font-size: 16rem;
  }

  .counter__circle__box {
    width: 40rem;
    height: 40rem;
  }

  .our__process__wrap .container {
    max-width: 100%;
  }

  #accordionService .content__paragraph__box p {
    font-size: 18rem !important;
  }

  #accordionService
    .content__list__box
    .list__item__wrapper
    .list__item
    .list__item__link {
    font-size: 18rem;
    padding: 18rem 0rem;
  }

  .contact__us__section__wrapper {
    gap: 40px;
  }

  .portfolio__details__benifits__content__wrapper {
    padding-right: 70px;
  }

  .portfolio__cta .portfolio__slider__inner {
    padding: 40rem 40rem;
  }

  .job__meta ul {
    column-gap: 40rem;
  }

  .careers__process__sec .l__panel__grid {
    gap: 60rem !important;
  }

  .heading__wrap.heading__wrap__medium.content__wid__535 {
    max-width: 40%;
    width: 40% !important;
    flex: 1;
  }

  .content__wrap.content__wid__855 {
    max-width: 60%;
    width: 60% !important;
    flex: 1;
  }

  .stats__number {
    font-size: 31rem;
    margin-bottom: 18rem;
  }

  p.stats__label {
    font-size: 16rem;
  }

  .review__tabs .nav__tabs .tab__items__wrap .nav__link .image__box {
    height: 52rem;
    width: 52rem;
  }

  .review__tabs .nav__tabs .tab__items__wrap .nav__link {
    height: 90rem;
    width: 90rem;
  }

  .review__tabs .nav__tabs .tab__items__wrap .nav__link.active {
    height: 90rem;
    width: 90rem;
  }

  .review__tabs .nav__tabs .tab__pane {
    row-gap: 10rem;
  }

  .review__tabs .nav__tabs .tab__pane p {
    font-size: 16rem;
  }

  .banner__bottom__wrap .content__card .count__wrap {
    font-size: 31rem;
  }

  .service__banner .l__panel__grid .content__card h4 {
    font-size: 24rem;
  }

  .process__card .card__tag {
    margin-left: 0;
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .benifits__tabs {
    gap: 40rem;
  }

  .benifits__tabs__wrapper .tab__buttons {
    width: 40%;
  }

  .benifits__tabs__wrapper .tab__contents__wrapper {
    width: 60%;
  }

  .benifits__tabs .tab__buttons li .tab__btn {
    font-size: 18rem;
  }

  .benifits__tabs
    .tab__content__icon__list__items
    .tab__content__icon__list__item {
    font-size: 16rem;
  }

  .benifits__development__team .content__wid__525 {
    max-width: 45%;
  }

  .benifits__development__team .content__wid__877 {
    max-width: 55%;
  }

  .navbar__top .navbar__nav {
    column-gap: 30px;
  }

  .client-counter-txt-box {
    margin-top: -100px;
  }

  .client-counter-txt {
    font-size: 36px;
  }

  .what__we__do__tabs .tab__contents .tab__content__header__icon__box {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .what__we__do__tabs .tab__contents .tab__content__icon {
    max-width: 80rem;
  }

  .tools__and__technologies__icon__wrapper
    .tools__and__technologies__icon__list__items
    .tools__and__technologies__icon__list__item {
    width: 160rem;
    padding: 15rem 40rem;
  }

  .technology__cards .echnology__card {
    padding: 20rem;
  }

  .technology__cards .echnology__card .header__info .f__h3__s {
    font-size: 18rem;
  }

  .hw2-inner {
    gap: 80rem;
  }

  .hw2-step {
    padding-bottom: 50rem;
  }

  .hw2-icon {
    left: -112rem;
    width: 70rem;
    height: 70rem;
  }

  .hw2-pin {
    height: auto;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .content__box
    .card__footer
    .review__wrap {
    width: 35%;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .content__box
    .card__footer
    .project__info {
    width: 65%;
  }

  .image_hover_effect .cloud__strategy__image {
    height: 315px;
  }

  .image_hover_effect:hover .cloud__strategy__image img {
    transform: translateY(calc(-100% + 315px));
  }
  .portfolio__details__tools__and__technologies__icon__wrapper
    .portfolio__details__tools__and__technologies__icon__list__items
    .portfolio__details__tools__and__technologies__icon__list__item {
    width: 175rem;
  }
  .leadership__team .team__card img {
    height: 350px;
  }
  .leadership__team .team__title {
    font-size: 20px;
  }
  .leadership__team .team__role {
    font-size: 16px;
  }
  .our__team .team__card img {
    height: 350px;
  }
  .our__team .team__title {
    font-size: 20px;
  }
  .our__team .team__role {
    font-size: 18px;
  }
  .our__team .team__card__heading__title span {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: calc(100% - 160px);
  }

  .panel__1__pc > *,
  .panel__2__pc > *,
  .panel__3__pc > *,
  .panel__4__pc > *,
  .panel__5__pc > *,
  .panel__6__pc > *,
  .panel__7__pc > *,
  .panel__8__pc > *,
  .panel__9__pc > *,
  .panel__10__pc > *,
  .panel__11__pc > *,
  .panel__12__pc > * {
    width: 100%;
  }

  .contact__banner .spacing__95 {
    padding-top: 80px;
  }

  .panel__2__sp > * {
    width: calc((100% / 2) - (var(--grid-num) / 2));
  }

  /* Hide desktop popup on mobile if needed */
  #navPopupTrigger {
    display: none;
  }

  #mobilePopupTrigger {
    display: block;
  }

  .menu-hamburger-close-icon {
    display: block;
  }

  /* Make navbar__nav full screen offcanvas */
  .navbar__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    padding: 80px 30px 40px;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    overflow-y: auto;
  }

  /* Active state */
  .navbar__nav.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: -20px 0 100px rgba(0, 0, 0, 0.1);
  }

  /* Close icon styling */
  .menu-hamburger-close-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    width: 52px;
    height: 52px;
  }

  .menu-hamburger-close-icon img {
    width: 100%;
    display: block;
  }

  /* Optional overlay */
  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 9998;
  }

  .navbar__top .navbar__nav {
    justify-content: flex-start;
    gap: 0px;
  }

  .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .navbar__top.mobile-menu-active {
    z-index: 99999 !important;
  }

  .testimonials__wrap .content__wid__535 {
    max-width: 100% !important;
    position: static !important;
  }

  .technology__cards {
    flex-direction: column;
  }

  .technology__cards .echnology__card {
    flex: none;
    max-width: 100%;
    height: 178rem;
  }

  .technology__cards .echnology__card.active {
    flex: 1;
    max-width: 100%;
    height: 100%;
  }

  .technology__cards .echnology__card .header__info {
    align-items: flex-start;
    max-width: 100%;
  }

  .technology__cards .echnology__card.active .header__info {
    align-items: center;
  }

  .technology__cards .echnology__card .card__footer {
    justify-content: flex-start;
  }

  .technology__cards .echnology__card .technology__grid {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    max-width: 100%;
    left: 0;
  }

  .technology__cards .echnology__card.active .technology__grid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .technology__cards__heading__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonials__wrap .content__wid__495 {
    width: 100% !important;
    max-width: 100%;
  }

  .testimonials__card .accordion-body {
    padding: 32px 0px !important;
  }

  .contact__wrap .two__col__wrap {
    max-width: 100%;
  }

  footer .two__col__wrap:first-child {
    max-width: 100%;
    flex: none;
  }

  footer .two__col__wrap:last-child {
    max-width: 100%;
    padding-left: 0;
  }

  footer .content__wrap {
    border: 0;
  }

  footer .location__card {
    flex: 1;
  }

  .testimonials__wrap .testimonials__card {
    max-width: 100%;
    flex: none;
  }

  .what__we__do .content__wrap .heading__wrap {
    flex-direction: column;
  }

  .what__we__do .content__wrap .heading__wrap .content__wid__700 {
    max-width: 100%;
  }

  .contact__wrap .two__col__wrap:first-child {
    width: 100%;
    flex: none;
  }

  .contact__wrap .two__col__wrap:last-child {
    width: 100%;
    flex: none;
  }

  .cloud__strategy__heading__wrapper .heading__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .cloud__strategy__heading__wrapper p {
    width: 100%;
    max-width: 100%;
  }

  .about__banner .content__card {
    max-width: 100%;
  }

  .about__banner .company__profile .content__card p {
    flex-wrap: wrap;
  }

  .about__banner .company__profile .content__card p span {
    margin-left: 0;
    position: relative;
    left: 15px;
  }

  .company__profile {
    padding-top: 80rem;
  }

  .company__profile .content__card {
    flex: auto;
  }

  .service__sticky__sec .heading__wrap.column__sticky,
  .service__sticky__sec .service__list {
    flex: 1;
  }

  .mission__vission .contact__card .text__content {
    flex: 1;
  }

  .mission__vission .contact__card:last-child {
    display: flex;
    max-width: 100%;
    gap: 20px;
  }

  .mission__vission .l__panel__grid {
    gap: 40px;
  }

  .cloud__strategy__card__box .iphone__tablet__img {
    right: -75px;
  }

  .mission__vission .body__text__l {
    max-width: 100%;
  }

  .promises__wrap .f__h2__s {
    font-size: 32rem;
  }

  .promises__wrap .promises__wrap__inner .contact__wrap .promises__list {
    margin-top: 0;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .content__box
    .card__footer
    .review__wrap {
    width: 40%;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .content__box
    .card__footer
    .project__info {
    width: 60%;
    justify-content: space-between;
  }

  .promises__wrap .promises__wrap__inner .contact__wrap {
    justify-content: center;
  }

  .process__slider__section .our__process__wrap {
    padding: 60rem;
  }

  .process__slider__prev,
  .process__slider__next {
    width: 50rem;
    height: 50rem;
  }

  .process__slider__prev:before,
  .process__slider__next:before {
    width: 18rem;
    height: 18rem;
  }

  #accordionService .content__paragraph__box p {
    font-size: 16rem !important;
  }

  #accordionService .content__paragraph__box {
    max-width: 100%;
    margin-bottom: 30rem;
  }

  #accordionService
    .content__list__box
    .list__item__wrapper
    .list__item
    .list__item__link {
    font-size: 16rem;
    padding: 18rem 0rem;
  }

  #accordionService
    .content__list__box
    .list__item__wrapper
    .list__item
    .list__item__link:after {
    width: 35rem;
    height: 35rem;
  }

  #accordionService .btn__wrap {
    padding-top: 30rem;
  }

  .scrolling__words__box {
    height: 60rem;
  }

  .scrolling__words__box ul li {
    height: 60rem;
  }

  .company__review__details img {
    max-width: 90px;
  }

  .company__review__details .divider__line {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .home__banner .l__panel__grid > .content__card:first-child {
    width: 55%;
  }

  .home__banner .l__panel__grid > .content__card:last-child {
    width: 45%;
  }

  .home__banner .f__h1,
  .service__banner .f__h1,
  .career__banner .f__h1 {
    font-size: 52rem;
  }

  .services__banner__content__card {
    padding-top: 80rem;
  }

  .services__banner__content__card .content__card {
    flex: 1;
  }

  .service__banner__content__wrapper .content__card .spacing__56 {
    padding-top: 30rem;
  }

  .testimonials__wrap .testimonials__card .accordion__item .accordion__body {
    flex-direction: row;
  }

  .btn__wrap a {
    height: auto;
    font-size: 18px;
  }

  .btn__wrap a i.ico__box {
    display: flex;
    width: 40rem;
    flex: 0 0 40rem;
    height: 40rem;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer__bottom p {
    text-align: center;
  }

  .contact__us__section__wrapper {
    margin-top: 0px !important;
  }

  .contact__us__section__wrapper .two__col__wrap {
    flex: none;
    max-width: 100%;
  }

  .contact__form__wrap .btn__wrap .submit__btn {
    height: auto;
    font-size: 18rem;
  }

  .contact__form__wrap .btn__wrap .submit__btn i.ico__box {
    display: flex;
    width: 40rem;
    flex: 0 0 40rem;
    height: 40rem;
  }

  .wcu-accordion-sec .panel__1__pc {
    gap: 40rem;
    gap: 40rem;
    flex-direction: column;
  }

  .wcu-accordion-sec {
    padding-bottom: 0;
  }

  .portfolio__grid__sec .heading__wrap {
    flex-direction: column;
  }

  .industries__slider__sec .heading__wrap {
    flex-direction: column;
  }

  .benefits__testimonial {
    padding-left: 50rem;
  }

  .portfolio__details__benifits__content__wrapper {
    padding-right: 50px;
  }

  .portfolio__details__benifits__section
    .benefits__testimonial
    .testimonial__text {
    font-size: 21rem;
  }

  .portfolio__wrap .portfolio__content h3 {
    align-items: flex-start;
    gap: 20rem;
    flex-direction: column;
  }

  .body__text__l {
    font-size: 16rem;
  }

  .portfolio__wrap .portfolio__slider__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .portfolio__wrap .image__box {
    max-width: 100%;
  }

  .portfolio__wrap .image__box img {
    height: auto;
    width: 60%;
  }

  .portfolio__wrap .portfolio__content .btn__wrap {
    padding-top: 30rem;
    margin-bottom: 0;
  }

  .portfolio__grid .filter-btn {
    padding: 12rem 30rem;
    font-size: 18rem;
    line-height: 26px;
  }

  .portfolio__grid .filter-btn.dropdown-toggle {
    width: auto;
    padding: 16rem 32rem;
  }

  .portfolio__top__heading__wrapper .heading__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .job__meta ul {
    flex-wrap: wrap;
    column-gap: 40rem;
    row-gap: 40rem;
  }

  .job__card .accordion-button {
    align-items: center;
  }

  .careers__process__sec .l__panel__grid {
    flex-direction: column;
  }

  .careers__process__sec .content__wrap {
    max-width: 100%;
    width: 100% !important;
    flex: 1;
  }

  .careers__process__sec .heading__wrap.heading__wrap__medium {
    max-width: 100%;
    width: 100% !important;
    flex: 1;
  }

  .careers__process__sec .container {
    max-width: 100%;
  }

  .career__benefits__sec__wrapper .heading__wrap {
    flex-direction: column;
  }

  .career__benefits__grid {
    flex-direction: column;
    gap: 40rem;
  }

  .career__benefits__content {
    width: 100%;
  }

  .career__benefits__image {
    width: 100%;
  }

  .awards__and__recognition__slider__section {
    max-width: 100%;
  }

  .awards__and__recognition__slider__wrapper {
    margin-top: 50rem;
  }

  .portfolio__wrap .image__box {
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .banner__bottom__wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .banner__bottom__wrap .content__card .count__wrap {
    height: 68rem;
    gap: 1rem;
    font-size: 24rem;
    flex: 0 0 68rem;
    width: 68rem;
  }

  .service__banner .l__panel__grid .content__card h4 {
    font-size: 24rem;
  }

  .home__banner .l__panel__grid > .content__card:first-child {
    width: 50%;
  }

  .home__banner .l__panel__grid > .content__card:last-child {
    width: 50%;
  }

  .portfolio__wrap .portfolio__content {
    max-width: 100%;
  }

  .portfolio__wrap .portfolio__content ul {
    max-width: 100%;
  }

  .banner__bottom__wrap .divider__line {
    margin-left: 33rem;
  }

  .who__we__are__wrap .project__card {
    max-width: 100%;
  }

  .services__crads {
    grid-template-columns: repeat(2, 1fr);
    gap: 30rem;
  }

  .home__portfolio__wrap .heading__wrap {
    flex-wrap: wrap;
    gap: 30rem;
  }

  .home__technology__wrap .heading__wrap {
    flex-wrap: wrap;
  }

  .process__wrap .container {
    max-width: 100%;
    flex-direction: column;
    gap: 40rem;
  }

  .process__wrap__outer .process__wrap {
    position: relative !important;
    top: 0 !important;
  }

  .process__wrap__outer .process__wrap .content__wrap {
    position: relative !important;
    top: 0 !important;
  }

  .process__card {
    position: relative !important;
    top: 0 !important;
    margin: 0 !important;
    max-width: 100%;
  }

  .process__card:nth-child(2) {
    top: 0 !important;
  }

  .process__card:nth-child(3) {
    top: 0 !important;
  }
  .process__card:nth-child(4) {
    top: 0 !important;
  }

  .process__card:nth-child(5) {
    top: 0 !important;
  }

  .process__card:nth-child(6) {
    top: 0 !important;
  }
  .process__card:nth-child(7) {
    top: 0 !important;
  }
  .process__card:nth-child(8) {
    top: 0 !important;
  }
  .process__card:nth-child(9) {
    top: 0 !important;
  }
  .process__card:nth-child(10) {
    top: 0 !important;
  }
  .process__card:nth-child(11) {
    top: 0 !important;
  }
  .process__card:nth-child(12) {
    top: 0 !important;
  }
  .process__card:nth-child(13) {
    top: 0 !important;
  }
  .process__card:nth-child(14) {
    top: 0 !important;
  }
  .process__card:nth-child(15) {
    top: 0 !important;
  }
  .process__card:nth-child(16) {
    top: 0 !important;
  }

  
  .process__cards {
    align-items: flex-start;
    flex-direction: column;
    gap: 20rem;
  }

  .process__card .card__tag {
    height: auto;
    padding: 8rem 20rem;
  }

  .services__banner__content__card.v2 .l__panel__grid.panel__3__pc {
    grid-template-columns: repeat(2, 1fr);
    gap: 40rem;
  }

  .benifits__tabs__wrapper .benifits__tabs {
    max-width: 100%;
  }

  .benifits__tabs .tab__contents .tab__content {
    padding: 30rem 25rem;
  }

  .benifits__tabs__wrapper .tab__buttons {
    width: 40%;
    padding: 30rem 20rem;
  }

  .benifits__tabs
    .tab__content__icon__list__items
    .tab__content__icon__list__item
    a {
    font-size: 16rem;
    line-height: 24rem;
  }

  .benifits__tabs .tab__content__icon__list__items {
    column-count: 2;
    column-gap: 30rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .benifits__tabs
    .tab__content__icon__list__items
    .tab__content__icon__list__item {
    font-size: 16rem;
    min-height: unset;
    padding: 10rem 0 !important;
    margin-top: -1px;
  }

  .case__studies__approach
    .case__studies__slide__container
    .case__studies__slider__inner__wrapper {
    flex-direction: column-reverse;
  }

  .case__studies__conetnt__wrapper {
    max-width: 100%;
  }

  .portfolio__header h2 {
    max-width: 375rem;
  }

  .portfolio__header p {
    max-width: 400rem;
  }

  .development__team__project__card__box .project__card__content__box h3 {
    font-size: 30rem;
  }

  .benifits__development__team .project__card__lets__talk__sec {
    flex-direction: column;
    gap: 20rem;
  }

  .benifits__development__team .development__team__project__card__box {
    padding: 50rem 28rem 50rem 28rem;
  }

  .benifits__development__team .project__card__logo .project__logo {
    width: 75rem;
  }

  .benifits__development__team .project__card__logo .project__logo {
    width: 75rem;
  }

  .benifits__development__team .project__card__logo {
    width: 135rem;
    margin: 0 auto;
    position: relative;
  }

  .benifits__development__team .panel__2__pc.display__flex {
    gap: 40rem;
  }

  .process__wrap .content__wid__635 {
    max-width: 100%;
  }

  .navbar__nav .menu-list-item {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
  }

  .navbar__nav .menu-list-item > a.menu__item {
    width: auto !important;
    padding: 0 !important;
    height: auto !important;
    font-size: 16px !important;
  }

  .navbar__nav .menu-list-item > .dropdown-toggle-icon {
    margin-left: 10px !important;
  }

  .dropdown-menu-list-items {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    min-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    box-shadow: none !important;
    padding: 15rem 0 10rem 15rem !important;
    background: transparent !important;
  }

  .dropdown-menu-list-items.open {
    display: block !important;
  }

  .dropdown-menu-list-items .dropdown-menu-list-item {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 12px !important;
    position: relative;
  }

  .dropdown-menu-list-items .dropdown-menu-list-item:before {
    content: "";
    width: 12px;
    height: 18px;
    background-image: url("../assets/images/btn-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
    display: block !important;
    flex: 0 0 12px;
  }

  .dropdown-menu-list-items .dropdown-menu-list-item a {
    font-size: 14px !important;
    line-height: 22px !important;
    width: auto !important;
    flex: 1 !important;
    padding: 6px 0 !important;
  }

  .dropdown-menu-list-items .dropdown-menu-list-item > .dropdown-toggle-icon {
    margin-left: auto !important;
  }

  /* Nested dropdown list styling on mobile */
  .dropdown-menu-list-items .dropdown-menu-list-item > ul {
    display: none;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    flex: 0 0 100% !important;
    box-shadow: none !important;
    padding: 8px 0 8px 15px !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .dropdown-menu-list-items .dropdown-menu-list-item > ul.open {
    display: block !important;
  }

  .dropdown-menu-list-items .dropdown-menu-list-item > ul > li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 8px !important;
    width: 100% !important;
    align-items: flex-start !important;
  }

  .dropdown-menu-list-items .dropdown-menu-list-item > ul > li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #185ae8;
    margin-right: 8px;
    flex: 0 0 6px;
    display: block !important;
    position: relative;
    top: 9px;
  }

  .dropdown-menu-list-items .dropdown-menu-list-item > ul > li a {
    padding: 2px 0 !important;
    font-size: 13px !important;
    line-height: 18px !important;
  }

  /* .main__banner .image__content {
height: 600rem;
} */

  .mission__vission .sticky__column {
    position: relative;
    top: 0;
  }

  .what__we__do .container {
    max-width: 100%;
    padding: 0px 40rem;
  }

  .industries__slider__sec .heading__wrap .body__text__l {
    max-width: 100%;
  }

  .portfolio__top__heading__wrapper .body__text__l {
    max-width: 100%;
  }

  .industries__banner .service__banner__content {
    flex-direction: column-reverse;
  }

  .industries__banner
    .service__banner__content
    .content__card.content__wid__892 {
    max-width: 100%;
  }

  .industries__banner
    .service__banner__content
    .body__text__l.content__wid__652 {
    max-width: 100%;
  }

  .services__banner__content__card .l__panel__grid .content__card {
    flex: none;
  }

  .benifits__development__team .panel__1__pc {
    flex-direction: column;
  }

  .benifits__development__team .panel__1__pc .content__wid__715,
  .benifits__development__team .panel__1__pc .content__wid__748,
  .benifits__development__team .panel__1__pc .heading__wrap {
    max-width: 100%;
  }

  .services__accordianV2__wrapper {
    padding-top: 50rem;
  }

  .portfolio__grid__sec .heading__wrap .body__text__l {
    max-width: 100%;
  }

  .portfolio__grid__items__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio__details .service__banner__content__wrapper {
    flex-direction: column-reverse;
    gap: 40rem;
  }

  .portfolio__details
    .service__banner__content__wrapper
    .content__card.content__wid__775 {
    max-width: 100%;
  }

  .portfolio__details .service__banner__content__wrapper .body__text__l {
    max-width: 100%;
  }

  .portfolio__details
    .services__banner__content__card
    .l__panel__grid
    .content__card {
    flex: 1;
  }

  .portfolio__details .services__banner__content__card .l__panel__grid {
    gap: 40rem;
  }

  .portfolio__details
    .service__banner__content__wrapper
    .content__card
    .spacing__56 {
    padding-top: 56rem;
  }

  .service__banner .scrolling__words__slider .swiper-slide {
    font-size: 36rem;
    height: 50rem !important;
  }

  .service__banner .scrolling__words__box {
    height: 50rem !important;
  }

  .services__banner__content__card .l__panel__grid {
    gap: 40rem;
  }

  .service__sticky__sec .l__panel__grid {
    flex-direction: column;
  }

  .service__sticky__sec .column__sticky {
    position: relative;
    top: 0;
  }

  .service__sticky__sec .service__list .service__card {
    flex-direction: column;
  }

  .tools__and__technologies__icon__wrapper
    .tools__and__technologies__icon__list__items
    .tools__and__technologies__icon__list__item {
    width: 130rem;
    padding: 15rem 20rem;
  }

  .hw2-inner {
    gap: 40rem;
  }

  .hw2-pin {
    height: unset !important;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .image__box {
    max-width: 35%;
    height: auto;
  }

  .navbar__top .navbar__nav li a {
    white-space: unset;
  }

  .navbar__top .navbar__nav li {
    align-items: flex-start;
  }

  .navbar__top
    .navbar__nav
    li.has-dropdown
    li.dropdown-menu-list-item.has-child-dropdown:after {
    top: 6px;
  }

  .dropdown-menu-list-item.has-child-dropdown::after {
    display: none;
  }

  .portfolio__details__tools__and__technologies__icon__wrapper
    .portfolio__details__tools__and__technologies__icon__list__items
    .portfolio__details__tools__and__technologies__icon__list__item {
    width: 142rem;
  }

  .services__accordianV2__wrapper {
    flex-direction: column-reverse;
  }
  .services__accordianV2__wrapper .accordion {
    max-width: 100%;
  }
  .leadership__team .team__card__holder {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  #accordionService .accordion-body.accordion__body {
    flex-direction: column-reverse;
    gap: 40rem;
  }

  #accordionService .content__box {
    width: 100%;
  }

  #accordionService .image__box img {
    height: 300rem;
  }

  #accordionService .accordion__button {
    font-size: 24rem;
    gap: 20rem;
  }

  .heading__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .benefits__testimonial {
    padding-left: 40rem;
    margin-top: 80rem;
  }

  .portfolio__details__benifits__content__wrapper {
    padding-right: 0;
  }

  .testimonial__author {
    margin-top: 50px;
  }

  .why__choose__auto__slider__wrapper {
    max-width: 48%;
  }

  .why__choose__static__slider__wrapper {
    max-width: 48%;
  }

  .why__choose__slider__title {
    margin-top: 41rem;
    margin-bottom: 20rem;
  }

  .portfolio__details__slider .why__choose__us__slider__nav__holder__wrapper {
    width: 100% !important;
  }

  .why__choose__sliders__container {
    margin-top: 30px;
  }

  .why__choose__auto__slider__box .auto__slider__para {
    font-size: 26rem;
    font-weight: 500;
    line-height: 36rem;
  }

  .portfolio__details__process__layout {
    flex-direction: column;
  }

  .portfolio__details__process__layout .portfolio__details__process__sidebar {
    width: 100%;
  }

  .portfolio__details__process__layout .portfolio__details__process__content {
    width: 100%;
  }

  .portfolio__details__process__description {
    margin-bottom: 0;
  }

  .portfolio__details__process__nav {
    display: none;
  }

  .portfolio__details__process__item {
    margin-bottom: 60rem;
  }

  .why__choose__us__slider__section {
    margin-top: 0;
  }

  .home__banner .l__panel__grid > .content__card:first-child {
    width: 100%;
  }

  .home__banner .l__panel__grid > .content__card:last-child {
    width: 100%;
  }

  .review__tabs {
    display: none;
  }

  .marquee__container {
    padding-top: 0rem;
  }

  .banner__bottom__wrap {
    padding-top: 50rem;
  }

  .benifits__tabs__wrapper .tab__buttons {
    width: 100%;
    max-width: 100%;
  }

  .benifits__tabs__wrapper .tab__contents__wrapper {
    width: 100%;
    max-width: 100%;
  }

  .benifits__tabs .tab__contents .tab__content__icon__list__wrapper {
    margin-top: 20rem;
  }

  .software__engineering__banner .l__panel__grid {
    flex-direction: column-reverse;
  }

  .case__studies__approach {
    padding-bottom: 80rem;
  }

  .benifits__development__team .panel__2__pc.display__flex {
    flex-direction: column;
    gap: 40rem;
  }

  .benifits__development__team .project__card__logo {
    width: 135rem;
    margin: 0 auto;
    position: relative;
  }

  .benifits__development__team .content__wid__877 {
    max-width: 100%;
  }

  .benifits__development__team .content__wid__525 {
    max-width: 100%;
  }

  .benifits__development__team .development__team__project__card__box {
    position: static;
    top: unset;
  }

  .benifits__development__team .project__card__lets__talk__sec {
    flex-direction: row;
    gap: 20rem;
  }

  .portfolio__header h2 {
    max-width: 100%;
  }

  .portfolio__header p {
    max-width: 100%;
  }

  .tools__and__technologies__sec
    .tools__and__technologies__icon__wrapper:before {
    width: 100%;
  }

  .client-counter-txt-box {
    margin-top: -50px;
  }

  .about__banner .banner__sub__title {
    font-size: 24rem;
  }

  .what__we__do__tabs .tab__buttons {
    height: fit-content;
    position: relative !important;
    top: 0 !important;
    margin-bottom: 20px;
  }

  .what__we__do__tabs .tab__contents {
    max-width: 100% !important;
  }

  .what__we__do .container {
    padding: 0px 40rem;
  }

  .what__we__do__tabs {
    margin-top: 40rem;
  }

  /* .main__banner .image__content {
height: 500rem;
} */
  .portfolio__grid__items__wrapper .portfolio__grid__items {
    width: 100%;
  }

  .tools__and__technologies__icon__wrapper
    .tools__and__technologies__icon__list__items
    .tools__and__technologies__icon__list__item {
    width: 100rem;
    padding: 15rem 10rem;
  }

  .design__page .why__choose__us__slider__section {
    margin-top: 80rem;
  }
  .our__team .team__card img {
    height: 300px;
  }
  .our__team .team__card__heading__title {
    font-size: 36px;
  }
  .large__block {
    padding-top: var(--spacing-48);
  }
  .spacing__top__80 {
    margin-top: var(--spacing-56);
  }
}

@media (max-width: 991.98px) {
  /* Disable scroll-pin behaviour */
  .hw2-scroll-area {
    height: auto !important;
  }

  .hw2-pin {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* Stack image above timeline */
  .hw2-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 20px;
    width: 100%;
  }

  /* Image: full width, fixed height */
  .hw2-img-wrap {
    display: none;
  }

  /* Timeline: reset desktop padding, use small left offset for track + icon */
  .hw2-timeline {
    padding-left: 62px;
    padding-top: 8px;
  }

  /* Track & fill: re-anchor to new left value (icon center = 56px - 28px = 28px → track at 27px) */
  .hw2-track {
    left: 27px;
    width: 2px;
  }

  .hw2-fill {
    left: 27px;
    width: 2px;
    /* Hide animated fill on mobile — all steps are always visible */
    display: none;
  }

  /* Steps: always fully visible, no JS-driven opacity */
  .hw2-step {
    opacity: 1 !important;
    transform: none !important;
    padding-bottom: 36px;
  }

  .hw2-step:last-child {
    padding-bottom: 0;
  }

  /* Icon: smaller, repositioned to align with track */
  .hw2-icon {
    left: -56px;
    /* pull icon back to sit on the track */
    top: 0;
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  /* Badge */
  .hw2-badge {
    font-size: 13px;
    padding: 5px 14px;
    margin-bottom: 6px;
  }

  /* Step heading */
  .hw2-step h3,
  .hw2-step .f__h3__l {
    font-size: 18px !important;
    margin-bottom: 0px;
  }

  /* Step body text */
  .hw2-step p,
  .hw2-step .p__18 {
    font-size: 15px !important;
    line-height: 1.55;
  }

  footer .location__card {
    flex: auto;
  }

  .location__card__wrapper {
    gap: 40px;
  }

  .company__profile .content__card {
    flex: auto;
  }

  .company__profile .l__panel__grid {
    gap: 40px;
  }

  .about__banner .company__profile .content__card p span {
    width: auto;
    margin-left: 5px;
    position: relative;
    left: 0;
  }

  .main__banner .f__h1__s {
    padding-top: 30px;
  }

  .company__profile {
    padding-top: 50px;
  }

  .service__sticky__sec .l__panel__grid {
    flex-direction: column;
  }

  .service__sticky__sec .column__sticky {
    position: relative;
    top: 0;
  }

  .mission__vission .contact__card:last-child {
    gap: 0;
    flex-direction: column;
  }

  .cloud__strategy__card__box .iphone__tablet__img {
    right: -50px;
  }

  footer .location__card .image__box {
    margin: 0;
  }

  .service__banner .f__h1,
  .career__banner .f__h1 {
    font-size: 41rem;
  }

  .scrolling__words__box {
    height: 50rem;
  }

  .scrolling__words__box ul li {
    height: 50rem;
  }

  .services__banner__content__card {
    padding-top: 50rem;
  }

  .services__top__wrap {
    padding: 56rem 0rem 38rem;
  }

  .process__slider__section .our__process__wrap {
    padding: 50rem;
  }

  .process__wrap__outer {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .body__text__l {
    font-size: 16rem;
  }

  .benifits__development__team .panel__1__pc.display__flex {
    flex-direction: column;
  }

  .benifits__development__team .panel__1__pc.display__flex .content__wid__715 {
    max-width: 100%;
  }

  .benifits__development__team .panel__1__pc.display__flex .content__wid__748 {
    max-width: 100%;
  }

  .what__we__do__wrap__outer {
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .benifits__tabs .tab__contents .benifits__tab__content__title {
    font-size: 24rem;
  }

  .portfolio__header h2 {
    max-width: 100%;
  }

  .portfolio__header p {
    max-width: 100%;
  }

  .company__profile {
    padding-top: 60rem;
  }

  .service__banner .scrolling__words__slider .swiper-slide {
    font-size: 31rem;
    height: 40rem !important;
  }

  .service__banner .scrolling__words__box {
    height: 40rem !important;
  }

  .design__page .why__choose__us__slider__section {
    margin-top: 50rem;
  }

  .testimonials__wrap .testimonials__card .accordion__item .accordion__body {
    flex-direction: column;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .image__box {
    max-width: 100%;
  }
  .portfolio__grid .portfolio__item__heading {
    font-size: 24rem;
    line-height: 32rem;
    font-weight: 500;
  }

  .promises__wrap .promises__wrap__inner {
    background: rgb(0 0 0 / 30%);
    height: 100%;
    background-image: url("../assets/images/footer-image-v2.png");
    background-size: cover;
    background-position: 100%;
    background-position-x: 70%;
    background-repeat: no-repeat;
    background-blend-mode: darken;
  }

  .promises__wrap .promises__wrap__inner .image__box {
    display: none;
  }

  .promises__wrap .promises__wrap__inner .contact__wrap {
    position: relative;
    padding: 36px;
  }

  .promises__wrap .sub__heading {
    color: #fff;
  }

  .promises__wrap .f__h2__s {
    font-size: 24rem;
    color: #fff;
  }
  .services__accordianV2__wrapper {
    gap: 40px;
  }
  .content__box.services__accordianV2__imgwrapper {
    max-width: 50%;
  }
}

@media (max-width: 880px) {
  .what__we__do__tabs .tab__contents .tab__content__header__icon__box {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20rem;
  }

  .what__we__do__tabs .tab__contents .tab__content__text {
    max-width: 100%;
  }

  .what__we__do__tabs .tab__buttons {
    height: fit-content;
    position: relative;
    top: 0;
  }

  .service__banner .l__panel__grid {
    flex-direction: column-reverse;
  }

  #accordionServiceV2 .accordion__header .accordion__button {
    font-size: 24rem;
    line-height: 38rem;
  }

  .why__choose__auto__slider__box,
  .why__choose__static__slider__box {
    padding: 24rem;
  }

  .why__choose__auto__slider__box .auto__slider__para {
    font-size: 24rem;
    line-height: 34rem;
  }

  .services__crads {
    grid-template-columns: repeat(1, 1fr);
    gap: 20rem;
  }

  .home__services__wrap .expert__card {
    max-width: 100%;
  }

  .tools__and__technologies__icon__wrapper
    .tools__and__technologies__icon__list__items
    .tools__and__technologies__icon__list__item {
    width: 90rem;
    padding: 15rem 10rem;
  }

  .tools__and__technologies__icon__wrapper
    .tools__and__technologies__icon__list__items
    .tools__and__technologies__icon__list__item
    img {
    width: 30rem;
    height: 30rem;
  }

  .tools__and__technologies__icon__wrapper
    .tools__and__technologies__icon__list__items
    .tools__and__technologies__icon__list__item
    .tools__and__technologies__icon__list__item__name {
    font-size: 14rem;
  }
  .portfolio__grid__items__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .our__team .team__card__holder {
    grid-template-columns: repeat(2, 1fr);
  }
  .our__team .team__card__heading__title {
    font-size: 28px;
  }
  .our__team .team__card__heading__title span {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: calc(100% - 40px);
  }

  .testimonials__wrap .testimonials__card .accordion__item .accordion__body {
    flex-direction: column;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .image__box {
    max-width: 100%;
  }

  .what__we__do__tabs {
    flex-direction: column;
    gap: 20px;
  }

  .facts__figures {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px;
  }

  .facts__card {
    padding: 24px 0px !important;
    border-bottom: 1rem solid rgba(255, 255, 255, 0.18) !important;
    border-right: 0 !important;
  }

  .facts__card:after {
    display: none;
  }

  .facts__card:first-child {
    padding-top: 0px !important;
  }

  .facts__card:nth-child(1):before {
    display: none;
  }

  .facts__card:last-child {
    border: 0px !important;
    padding-bottom: 0px !important;
  }

  .facts__card:before {
    content: "";
    height: 12rem;
    width: 12rem;
    border-radius: 20rem;
    background-color: #fff;
    border: 3rem solid var(--color-secondary);
    position: absolute;
    bottom: unset !important;
    right: unset !important;
    top: -6rem;
  }

  .contact__info .card__footer {
    gap: 40px;
  }

  .footer__contact__us__sec .heading__wrap {
    flex-direction: column !important;
  }

  .footer__contact__us__sec .heading__wrap h2,
  .footer__contact__us__sec .heading__wrap p {
    max-width: 100%;
  }

  .contact__form__wrap .form__group {
    flex-direction: column;
  }

  .services__banner__content__card .l__panel__grid {
    flex-direction: column;
    gap: 40rem;
  }

  .service__banner__content__wrapper {
    gap: 20px;
  }

  .service__banner__img {
    max-width: 100% !important;
    opacity: 0.3;
  }

  #accordionService .image__box img {
    height: 100%;
  }

  #accordionService .image__box {
    width: 100%;
  }

  #accordionService .content__list__box .list__item__wrapper {
    column-count: 1;
    column-gap: 56rem;
  }

  #accordionService
    .content__list__box
    .list__item__wrapper
    .list__item:nth-child(3)
    .list__item__link,
  #accordionService
    .content__list__box
    .list__item__wrapper
    .list__item:last-child
    .list__item__link {
    border-bottom: 1rem solid #ffffff33 !important;
  }

  #accordionService .accordion-body {
    padding: 10rem;
  }

  .process__wrap__outer {
    padding-left: 30rem;
    padding-right: 30rem;
    margin-top: 50rem;
  }

  .process__slider__nav__holder {
    gap: 15rem;
  }

  .process__slider__nav__holder.mobile {
    position: relative;
    width: 120px !important;
    margin: 0 auto;
    display: flex;
    height: 100%;
    flex-direction: row;
    padding-top: 50px;
  }

  .process__slider__nav__holder.desktop {
    display: none;
  }

  .contact__us__section__wrapper .contact__form__wrap {
    padding: 40rem 30px;
  }

  .contact__us__section__wrapper
    .get__in__touch__list__items
    .get__in__touch__list__item {
    font-size: 16rem;
  }

  .portfolio__grid__items__wrapper {
    flex-direction: column;
    margin-top: 30rem !important;
  }

  #accordionServiceV2 .accordion__header .accordion__button {
    font-size: 22rem;
    line-height: 36rem;
  }

  #accordionServiceV2 .accordion-item.accordion__item {
    gap: 20rem;
  }

  #accordionServiceV2 .accordion-item.accordion__item .accordion-body {
    padding-left: 0;
  }

  .portfolio__grid .portfolio__item__details__btn {
    font-size: 16rem;
    padding: 5rem 5rem 5rem 24rem;
  }

  .portfolio__grid .portfolio__item__details__btn span {
    width: 40rem;
    height: 40rem;
    margin-left: 10rem;
  }

  .services__accordianV2__wrapper {
    padding-top: 30rem;
  }

  .industries__slider__sec {
    padding-top: 50px;
  }

  .technology__card__section {
    margin-top: 0px;
    padding-top: 50px;
  }

  footer .l__panel__grid {
    gap: 40px;
  }

  .why__choose__sliders__container {
    gap: 20px;
  }

  .why__choose__us__slider__section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .why__choose__sliders__container {
    flex-direction: column;
  }

  .why__choose__auto__slider__wrapper,
  .why__choose__static__slider__wrapper {
    max-width: 100%;
  }

  .why__choose__auto__slider__box {
    padding-bottom: 100px !important;
  }

  .why__choose__auto__slider__pagination {
    justify-content: flex-start;
    left: 24px !important;
  }

  .desktop__nav__holder {
    display: none;
  }

  .mobile__nav__holder {
    display: block;
    margin-top: 30px;
  }

  .why__choose__static__slider__nav__holder {
    justify-content: center;
    gap: 20rem;
  }

  .why__choose__static__slider__nav__holder .why__choose__static__slider__prev,
  .why__choose__static__slider__nav__holder .why__choose__static__slider__next {
    width: 40rem;
    height: 40rem;
    padding: 12rem;
  }

  .why__choose__auto__slider__box .auto__slider__para {
    font-size: 20rem;
    line-height: 30rem;
  }

  .portfolio__details__benifits__section
    .benefits__testimonial
    .testimonial__text {
    font-size: 18rem;
  }

  .job__card .accordion-button {
    align-items: flex-start;
  }

  .job__card__accordian__content__wrapper {
    flex-direction: column;
    gap: 40rem;
  }

  .careers__process__sec .stats__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
  }

  .stats__item {
    padding: 20rem 0rem !important;
    border-bottom: 1rem solid #ffffff2b !important;
  }

  .stats__item:nth-child(1),
  .stats__item:nth-child(3),
  .stats__item:nth-child(5) {
    border-right: 0;
  }

  .stats__item:after {
    content: "";
    width: 7rem !important;
    height: 7rem !important;
    background-color: #fff !important;
    border-radius: 100% !important;
    position: absolute !important;
    right: unset !important;
    left: 0rem !important;
    bottom: -4rem !important;
  }

  .stats__number {
    font-size: 26rem;
    margin-bottom: 10rem;
  }

  .stats__item {
    align-items: center;
  }

  .careers__process__sec .l__panel__grid {
    gap: 20rem !important;
  }

  .careers__process__sec .heading__wrap p {
    padding-top: 15px;
  }

  .career__benefits__list {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30rem;
    row-gap: 30rem;
  }

  .careers__process__sec {
    margin-top: 50rem;
    width: calc(100% - 40rem);
  }

  .services__benifits__wrap .container.spacing__56 {
    padding-top: 30rem;
  }

  .gallery__masonry__group {
    gap: 20rem;
  }

  .img__tall {
    width: 300rem;
    height: 484rem;
  }

  .img__stack {
    gap: 20rem;
  }

  .img__wide {
    width: 300rem;
  }

  .img__stack .img__top {
    width: 300rem;
    height: 230rem;
  }

  .img__stack .img__bottom {
    width: 300rem;
    height: 230rem;
  }

  .job__card .accordion-button {
    padding: 25rem;
  }

  .job__meta__wrapper .f__h3__l {
    font-size: 20rem;
  }

  .job__meta .job__meta__content {
    font-size: 16rem;
    line-height: 24rem;
  }

  .job__card .accordion-button .toggle-icon {
    width: 40rem;
    height: 40rem;
    padding: 12rem;
    flex: 0 0 40px;
  }

  .job__card .accordion-body {
    padding-top: 0rem !important;
    padding: 25rem;
  }

  .career__benefits__list .benefits__title {
    font-size: 20rem;
  }

  .career__benefits__list .benefits__text {
    font-size: 16rem;
  }

  .p__18 {
    font-size: 16rem;
  }

  .job__list__desc li {
    font-size: 16rem;
  }

  .what__we__do__wrap__outer {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .what__we__do__wrap__outer .large__block .container {
    max-width: 100% !important;
  }

  .home__banner .btn__wrap {
    flex-direction: column;
    gap: 30rem;
  }

  .home__banner .btn__wrap a {
    height: auto;
    font-size: 18px;
    width: fit-content;
  }

  .team__work__wrap .slick-next {
    right: 0;
  }

  .team__work__wrap .slick-prev {
    left: 0;
  }

  .process__wrap__outer .process__wrap {
    padding-top: 50rem;
    padding-bottom: 50rem;
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .services__banner__content__card.v2 .l__panel__grid.panel__3__pc {
    grid-template-columns: repeat(1, 1fr);
    gap: 30rem;
  }

  .case__studies__approach
    .case__studies__slider__box
    .case__studies__title__header {
    align-items: flex-start;
    gap: 20rem;
    flex-direction: column;
  }

  .technology__cards .echnology__card .technology__grid {
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
  }

  .technology__cards .echnology__card .technology__grid .grid__item i.ico__box {
    height: 60rem;
    width: 60rem;
  }

  .client-counter-txt-box {
    margin-top: 0px;
  }

  .benifits__development__team .display__flex {
    flex-direction: column;
  }

  .benifits__development__team .img__box__button__wrapper {
    justify-content: center;
  }

  .tools__and__technologies__icon__wrapper.desktop {
    display: none;
  }

  .tools__and__technologies__icon__wrapper.mobile {
    display: block;
  }

  .icon__box.with__head__list img,
  .icon__box.wo__head__list img {
    width: 20px;
    height: 20px;
  }
  .flex__wrap {
    gap: 20rem;
  }
  .service__banner__content__wrapper .btn__wrap.spacing__56 {
    gap: var(--spacing-20);
  }
  .job__list__desc li::before {
    width: 18px;
    height: 18px;
  }
  .portfolio__details__benifits__section .benefits__testimonial .author__role {
    word-break: break-all;
  }

  .portfolio__details__benifits__section
    .benefits__testimonial
    .testimonial__author
    a {
    word-break: break-all;
  }
  .promises__wrap .promises__wrap__inner .contact__wrap {
    position: relative;
    padding: 24px;
  }
  .expert__card .expert__card__footer .expert__details p {
    word-break: break-word;
    font-size: 14rem;
  }
  .contact__info .card__footer .card__footer__inner p {
    word-break: break-word;
  }
  .card__footer__details .mail__box {
    flex-wrap: unset;
  }
  .benifits__development__team .display__flex {
    text-align: center;
    align-items: center;
  }
  .project__card__img__content__box .mail__box {
    flex-wrap: unset;
    word-break: break-all;
  }
}

@media (max-width: 575.98px) {
  footer .site__links__wrap {
    width: 100%;
  }

  footer .two__col__wrap:last-child {
    gap: 40px;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__header
    .accordion__button {
    flex-wrap: wrap;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__header
    .accordion__button
    p {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .testimonials__wrap .testimonials__card .accordion__item .accordion__body {
    padding-top: 0px !important;
  }

  .testimonials__wrap .testimonials__card {
    padding: 20px;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .content__box
    .card__footer {
    flex-direction: column;
    gap: 20px;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .content__box
    .card__footer
    .project__info {
    width: 100%;
    gap: 20px;
  }

  .what__we__do__wrap__outer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .what__we__do .large__block {
    padding: 30px 10px;
  }

  .f__h2 {
    font-size: 25rem;
  }

  .technology__cards .echnology__card .technology__grid .grid__item i.ico__box {
    height: 50rem;
    width: 50rem;
  }

  .technology__cards .echnology__card .technology__grid {
    padding-top: 30rem;
  }

  .technology__cards .echnology__card {
    padding: 24px;
    height: 180rem;
  }

  .technology__cards .echnology__card .header__info {
    row-gap: 20px;
  }

  .what__we__do__tabs .tab__contents .tab__content__icon {
    max-width: 60rem;
  }

  .what__we__do__tabs .tab__contents .tab__content__divider {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  /* .main__banner .image__content {
height: 400rem;
} */

  .timeline__main {
    margin-top: -200rem;
    padding-top: 250rem;
  }

  .award__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20rem;
  }

  .cloud__strategy__heading__wrapper h2 {
    font-size: 25rem;
  }

  .main__banner .f__h1__s {
    font-size: 31rem;
  }

  .what__we__do__tabs .tab__contents {
    padding: 20rem;
  }

  .what__we__do__tabs .tab__contents .tab__content__icon__list__item {
    align-items: flex-start;
    flex-direction: column;
  }

  .what__we__do__tabs .tab__contents .tab__content__text .f__h3__s {
    font-size: 20rem;
    line-height: 1.3em;
  }

  .what__we__do__tabs {
    margin-top: 40px;
  }

  .navbar__top .navbar___brand img {
    max-height: 40rem;
  }

  .navbar__nav {
    max-width: 280px;
  }

  .navbar__top .navbar__nav .menu__item.btn {
    font-size: 16px;
    line-height: 24px;
    padding: 5rem 5rem 5rem 15rem !important;
  }

  .btn__wrap a {
    height: auto !important;
    font-size: 15rem !important;
    line-height: 20px;
    padding: 6rem 6rem 6rem 15rem !important;
  }

  .navbar__top .navbar__nav .menu__item__btn__icon {
    padding: 8rem;
    width: 35rem;
    height: 35rem;
  }

  .btn__wrap a i.ico__box {
    height: 35rem !important;
    width: 35rem !important;
    flex: 0 0 35rem !important;
  }

  .btn__wrap a i.ico__box img {
    width: 14rem;
  }

  .scroll__card {
    padding: 10rem 15rem;
    column-gap: 10px;
    min-width: auto;
    margin-right: 0rem;
  }

  .scroll__card h4 {
    font-size: 16rem;
  }

  .navbar__top .navbar__nav li a {
    font-size: 16px;
  }

  .menu-hamburger-icon img {
    max-width: 40rem;
  }

  .menu-hamburger-close-icon {
    width: 40px;
    height: 40px;
  }

  .service__list .service__card {
    column-gap: 20rem;
  }

  .service__list .service__card i.ico__box {
    width: 60rem;
    flex: 0 0 60rem;
    height: 60rem;
  }

  .service__list .service__card i.ico__box img {
    width: 30rem;
    height: 30rem;
  }

  .mission__vission .f__h3 {
    font-size: 24px;
  }

  .mission__vission .text__content .text__content__inner i.ico__box {
    width: 50rem;
    height: 50rem;
  }

  .mission__vission .text__content .text__content__inner .body__text__l {
    padding-top: 20rem;
  }

  .cloud__strategy__heading__wrapper {
    padding-top: 50rem;
  }

  .photo__marquee__section__wrapper {
    padding-top: 50rem;
  }

  .what__we__do__tabs .tab__buttons .tab__btn.active {
    padding: 12rem 12rem;
  }

  .main__banner .banner__content {
    padding-top: 50rem;
  }

  .award__card {
    padding: 30rem 10rem 30rem;
    height: 180rem;
    gap: 10rem;
  }

  .banner__content .l__panel__grid {
    gap: 30px;
  }

  .banner__content .btn__wrap {
    padding-top: 30px;
  }

  .award__card h3 {
    font-size: 16rem;
  }

  .timeline__main
    .timeline__cards
    .slider__item__card
    .card__header
    .header__circle {
    height: 25rem;
    width: 25rem;
    flex: 0 0 25rem;
  }

  .timeline__main .timeline__cards {
    padding-top: 50;
  }

  .timeline__main .timeline__cards .f__h3__l {
    font-size: 22rem;
  }

  .service__sticky__sec {
    padding-top: 50px;
  }

  .service__sticky__sec .btn__wrap {
    padding-top: 30px;
  }

  .mission__vission__section__wrapper {
    padding-top: 50px;
  }

  .mission__vission__section__wrapper .mission__vission {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service__sticky__sec .l__panel__grid {
    flex-direction: column;
    gap: 50px;
  }

  .mission__vission .contact__card .text__content:last-child {
    margin-bottom: 0px;
  }

  .testimonials__wrap {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonials__wrap .l__panel__grid {
    gap: 50px;
  }

  .promises__wrap {
    padding-top: 50px;
  }

  .facts__card .f__h3__s {
    font-size: 20px;
  }

  .promises__wrap .promises__wrap__inner .contact__wrap .promises__list ul {
    gap: 15px;
  }

  .process__slider__section .our__process__wrap {
    padding: 50rem 20rem;
  }

  .footer__contact__us__sec {
    padding-top: 50rem;
  }

  .services__accordian__sec {
    padding-top: 50rem;
  }

  .services__top__wrap {
    padding: 50rem 0rem 30rem;
  }

  .service__banner .f__h1,
  .career__banner .f__h1 {
    font-size: 36rem;
  }

  .footer__bottom p {
    font-size: 14px;
  }

  footer {
    padding-top: 260rem;
  }

  .content__card .f__h3__s {
    font-size: 20px;
  }

  #accordionService .accordion__button:before {
    width: 40rem;
    height: 40rem;
  }

  #accordionService .accordion__button {
    font-size: 20rem;
  }

  .service__list .f__h3__s {
    font-size: 20px;
  }

  .process__slider__prev,
  .process__slider__next {
    width: 40rem;
    height: 40rem;
  }

  .process__wrap__outer {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .technology__cards .echnology__card .card__footer {
    font-size: 18rem;
  }

  .get__in__touch__list__items {
    padding-top: 30rem;
  }

  .portfolio__wrap .image__box img {
    height: auto;
    width: 70%;
  }

  .portfolio__top__heading__wrapper {
    padding-top: 50rem;
  }

  .portfolio__cta__wrapper {
    padding-top: 50rem;
  }

  .portfolio__grid__wrapper {
    padding-top: 50rem;
  }

  .what__we__do__wrap__outer .large__block {
    padding: 35rem 20rem;
  }

  .careers__process__sec {
    padding-top: 50rem;
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .career__benefits__sec {
    padding-top: 50rem;
  }

  .career__benefits__sec__wrapper {
    padding-top: 50rem;
  }

  .services__benifits__section {
    padding-top: 50rem;
  }

  .large__block {
    padding-top: var(--spacing-40);
  }
  .hw2-inner {
    padding: 0;
  }

  .hw2-img-wrap img {
    max-height: 180px;
  }

  .hw2-timeline {
    padding-left: 50px;
  }

  .hw2-track,
  .hw2-fill {
    left: 19px;
  }

  .hw2-icon {
    left: -48px;
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  .team__work__wrap__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 30rem;
  }

  .expert__card .expert__card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 30rem;
  }

  .expert__card .expert__card__footer .btn__wrap {
    justify-content: flex-start;
  }

  .testimonials__wrap {
    margin-top: 50rem;
  }

  .team__work__wrap .slider__item {
    padding: 0 35rem;
  }

  .process__wrap__outer .process__wrap {
    padding-top: 30rem;
    padding-bottom: 30rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .padding__bottom__80 {
    padding-bottom: 50rem;
  }

  .spacing__80 {
    padding-top: 50rem;
  }

  .l__panel__grid {
    gap: 40rem;
  }

  .padding__bottom__100 {
    padding-bottom: 50rem;
  }

  .process__card {
    padding: 20rem;
  }

  .spacing__56 {
    padding-top: 40rem;
  }
  .spacing__bottom__80 {
    margin-bottom: 50rem;
  }
  .benifits__tabs .tab__content__icon__list__items {
    column-count: 1;
  }

  .benifits__tabs
    .tab__content__icon__list__items
    .tab__content__icon__list__item:nth-child(3),
  .benifits__tabs
    .tab__content__icon__list__items
    .tab__content__icon__list__item:last-child {
    border-bottom: 1rem solid #d3d3d3;
    padding-bottom: 20rem;
  }

  .case__studies__approach .case__studies__slider__box .case__studies__title {
    font-size: 24rem;
  }

  .case__studies__approach__content {
    flex-direction: column;
    gap: 20rem;
  }

  .case__studies__approach
    .case__studies__slider__box
    .case__studies__approach__content__inner:last-child {
    padding-left: 0;
    border-left: 0;
    padding-top: 20rem;
    border-top: 1rem solid #d9d9d9;
  }

  .case__studies__approach__content {
    padding-top: 20rem;
  }

  .case__studies__approach__content
    .case__studies__approach__content__inner
    h4.f__h3__xl {
    font-size: 24rem;
  }

  .case__studies__slider__nav__holder .case__studies__slider__prev,
  .case__studies__slider__nav__holder .case__studies__slider__next {
    width: 40rem;
    height: 40rem;
    padding: 12rem;
  }

  .case__studies__approach {
    padding-bottom: 50rem;
  }

  .cloud__strategy__slider__nav__holder .cloud__strategy__slider__prev,
  .cloud__strategy__slider__nav__holder .cloud__strategy__slider__next {
    width: 40rem;
    height: 40rem;
    padding: 12rem;
  }

  .why__choose__us__slider__section .container {
    max-width: 100%;
  }

  .why__choose__us__slider__section {
    width: calc(100% - 40rem);
    padding-bottom: 20rem;
  }

  .service__banner .l__panel__grid .content__card h4 {
    font-size: 20rem;
  }

  .case__studies__approach
    .case__studies__slide__container
    .case__studies__slider__wrapper {
    padding: 20rem;
  }

  .case__studies__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .case__studies__slider__nav__holder__wrapper {
    padding-top: 30rem;
  }

  .why__choose__auto__slider__pagination .swiper-pagination-bullet {
    width: 50rem;
  }

  .benifits__tabs .tab__buttons li .tab__btn {
    font-size: 16rem;
  }

  .benifits__tabs__wrapper .tab__btn:before {
    width: 30rem;
    padding: 2rem 2rem;
  }

  .what__we__do .container {
    padding: 0px 0rem;
  }

  .home__banner .f__h1,
  .service__banner .f__h1,
  .career__banner .f__h1 {
    font-size: 36rem;
  }

  .contact__wrap,
  .facts__figures,
  .contact__info {
    padding: 20px;
  }

  .contact__info h3 {
    font-size: 20rem;
  }

  footer .l__panel__grid {
    gap: 20px;
  }

  .footer__bottom {
    padding-top: 30rem;
  }

  .footer__logo__bg {
    padding-top: 40rem;
  }

  .testimonials__wrap
    .testimonials__card
    .accordion__item
    .accordion__body
    .content__box
    .card__footer
    .review__wrap {
    border-right: 0;
  }

  .strategy__crads .strategy__card .card__inner a {
    margin-top: 30rem;
  }

  .icon__text__box__card {
    padding: 20rem;
  }

  .benifits__development__team .icon__text__box__wrapper .icon__box {
    width: 60rem;
    height: 60rem;
  }

  .benifits__development__team .icon__text__box__wrapper .icon__box img {
    width: 30rem;
    height: 30rem;
  }

  .portfolio__details__process__item
    .portfolio__details__process__content__title {
    font-size: 24rem;
  }

  .portfolio__benefits__meta {
    flex-direction: column;
    gap: 40rem;
    margin-top: 40rem;
  }

  .portfolio__details
    .service__banner__content__wrapper
    .content__card
    .btn__wrap {
    padding-top: 32rem;
    flex-wrap: wrap;
    gap: 20rem;
    align-items: flex-start;
  }

  .benefits__testimonial {
    padding-left: 20rem;
    margin-top: 50rem;
  }

  .portfolio__details__process__item {
    margin-bottom: 40rem;
  }

  .service__banner .scrolling__words__box {
    height: 30rem !important;
  }

  .service__banner .scrolling__words__slider .swiper-slide {
    font-size: 20rem;
    height: 30rem !important;
  }

  .service__banner__content__wrapper .spacing__40 {
    padding-top: 20rem;
  }

  .service__banner__content__wrapper .f__h1 {
    margin-bottom: 20px;
  }

  .project__card {
    column-gap: 30rem;
    padding: 24rem 20rem;
  }

  .project__card .divider__line {
    width: 2rem;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #202020 0%, #9e9e9e 53%, #212121 100%);
  }

  .technology__cards .echnology__card .technology__grid {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  }

  .testimonials__wrap {
    margin-top: 50rem;
  }

  .scroll-top-btn {
    width: 48px;
    height: 48px;
    bottom: 15px;
    right: 15px;
  }

  .who__we__are__wrap .project__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .pagination-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .portfolio__grid .portfolio__item__heading {
    font-size: 20rem;
    line-height: 28rem;
    font-weight: 500;
  }
  .portfolio__details__tools__and__technologies__icon__wrapper
    .portfolio__details__tools__and__technologies__icon__list__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio__details__tools__and__technologies__icon__wrapper
    .portfolio__details__tools__and__technologies__icon__list__items
    .portfolio__details__tools__and__technologies__icon__list__item {
    width: 100%;
  }
  .error__banner .f__h1 {
    font-size: 56rem !important;
  }
  .contact__form__wrap .btn__wrap .submit__btn {
    font-size: 15rem !important;
    line-height: 20px;
  }
  .top__wrap .team__work__wrap,
  .expert__card,
  .services__crads .service__card {
    padding: var(--spacing-20);
  }
  .contact__info .card__footer .card__footer__inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .company__review__details .divider__line {
    height: 40rem;
  }
  .app__btn__wrapper .btn__wrap {
    padding-top: 0 !important;
  }

  .services__accordianV2__wrapper {
    gap: 40px;
  }
  .content__box.services__accordianV2__imgwrapper {
    max-width: 100%;
  }
  #accordionServiceV2 .accordion__header .accordion__button {
    font-size: 20rem;
    line-height: 31rem;
  }
  #accordionServiceV2 .accordion__header {
    gap: 20px;
    flex-direction: column;
  }
  #accordionServiceV2
    .accordion-item.accordion__item
    .accordion-header.accordion__header:before {
    width: 41rem;
    height: 41rem;
  }
  .our__team .team__card__holder {
    grid-template-columns: repeat(1, 1fr);
  }
  .our__team .team__card__holder:last-child .team__card:last-child {
    grid-column: 1;
  }
  .our__team .team__card img {
    height: 400px;
  }
  .leadership__team .team__card__holder {
    grid-template-columns: repeat(1, 1fr);
  }
  .leadership__team .team__card img {
    height: 400px;
  }
  .btn__wrap a.transparent__btn {
    padding: 5rem 10rem 5rem 6rem !important;
  }
  .btn__wrap .store__dropdown a.store__dropdown__btn__link {
    padding: 12rem 18rem !important;
    height: 47px !important;
  }
  .btn__wrap.spacing__56.spacing__bottom__80.flex__wrap {
    padding-top: 20rem;
    margin-bottom: 20rem;
  }
  .icon__text__box__wrapper.display__flex.flex__direction__row.align__items__start.padding__bottom__20 {
    padding-bottom: 0;
  }
}
