@media only screen and (max-width: 1360px) {
  .driving-rapid-change-con h1 {
    padding-inline: 0;
  }

  .driving-rapid-change-con > p {
    padding-inline: 0;
  }

  .industries-we-serve-con > p {
    margin-inline: 12%;
  }

  .industries-we-serve-cards {
    gap: 60px;
  }
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1200px) {
  .services-card {
    width: 250px;
    height: unset;
  }
  .testimonial-cards-con {
    gap: 113px;
  }

  .testimonial-container {
    padding: 0 10px;
  }

  .testimonial-card {
    flex: 1;
  }

  .services-card-img {
    left: 33%;
  }

  .services-card {
    padding-inline: 20px;
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .industries-we-serve-subcard {
    padding: 14px;
  }

  .industries-we-serve-cards-con {
    gap: 30px;
  }

  .industries-we-serve-cards {
    gap: 23px;
  }
}
@media only screen and (max-width: 1024px) {
  .transcodezy-navbar-ul {
    background: #574690;
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 350px;
    width: 100%;
    height: 100vh;
    z-index: 99;
    transition: right 0.5s;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 10px 20px;
    margin: 0;
    overflow-y: auto;
    gap: 0;
  }

  .services-nav > a {
    display: flex;
    align-items: center;
  }

  .industries-nav > a {
    display: flex;
    align-items: center;
  }

  .services-nav .nav-plus-icon {
    margin-left: auto;
    display: block;
  }

  .industries-nav .nav-plus-icon {
    margin-left: auto;
    display: block;
  }

  .services-nav .dropdown-con {
    position: static;
    background: transparent;
    left: 0%;
  }

  .industries-nav .dropdown-con {
    position: static;
    background: transparent;
    left: 0%;
  }

  .services-nav .nav-minus-icon {
    margin-left: auto;
  }
  .industries-nav .nav-minus-icon {
    margin-left: auto;
  }

  .show-dropdown .services-dropdown-gray-icon {
    display: none;
  }
  .show-dropdown .services-dropdown-white-icon {
    display: block;
  }

  .testimonial-cards-con {
    gap: 65px;
  }

  .transcodezy-navbar-ul .close-icon {
    display: block;
    color: white;
    font-size: 32px;
    /* font-weight: 700; */
    cursor: pointer;
    transition: 0.5s;
    margin-left: auto;
    margin-bottom: 30px;
  }

  .transcodezy-navbar-ul > li > a {
    font-weight: 400;
  }

  .transcodezy-navbar-ul li a {
    color: white;
  }

  .transcodezy-navbar-ul li a:hover {
    color: white;
  }

  .transcodezy-navbar-ul li a::before {
    background: none;
    width: 0;
  }

  .transcodezy-navbar-ul > li {
    padding: 20px 0px 20px 0px;
    border-block-start: 1px solid white;
  }

  .dropdown-list > p {
    color: unset;
  }
  .dropdown-list > img {
    color: white;
  }

  .header-contact-us-button-con {
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 0;
  }

  .header-contact-us-button-con .navbar-bars-icon {
    display: block;
    margin-right: 10px;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    color: #3f3f3f;
  }

  .services-card-con {
    width: 100%;
  }

  .service-card-inner-con-left {
    width: 50%;
  }
  .service-card-inner-con-right {
    width: 50%;
  }
  .services-card {
    width: 100%;
    height: unset;
  }

  .services-card-img {
    left: 40%;
  }

  .services-con {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .services-text-con {
    width: 100%;
  }

  .services-text-con h1 {
    text-align: center;
  }

  .driving-rapid-box {
    width: 25%;
  }

  .services-text-con p {
    text-align: center;
  }

  .services-text-buttons-con {
    align-items: center;
    justify-content: center;
  }

  .driving-rapid-box-con {
    gap: 40px;
  }

  .testimonial-cards-con {
    align-items: flex-start;
  }

  .cutting-edge-con p {
    font-size: 19px;
  }

  .footer-upper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: unset;
  }

  .footer-upper-box {
    width: 45%;
  }
}
@media only screen and (max-width: 992px) {
  .technology-frameworks-heading {
    width: calc(25% - 63px);
  }

  .services-wrapper {
    padding-bottom: 30px;
    margin-top: -25%;
  }

  #driving-rapid-change-wrapper {
    padding-block: 30px;
  }

  #our-services-wrapper {
    padding-block: 30px;
  }

  #it-success-wrapper {
    padding-block: 30px;
  }

  #technology-expertise-wrapper {
    padding-block: 30px;
  }

  #industries-we-serve-wrapper {
    padding-block: 30px;
  }

  #testimonial-wrapper {
    padding-block: 30px;
  }

  #work-portfolio-wrapper {
    padding-block: 30px;
  }

  #cutting-edge-wrapper {
    margin-top: 30px;
  }

  .footer-upper {
    padding-block: 30px;
  }

  .footer-bottom {
    margin-top: 20px;
  }

  .industries-we-serve-subcard {
    width: 100%;
  }

  .industries-we-serve-cards {
    flex-direction: column;
  }

  .industries-we-serve-cards-con {
    flex-direction: unset;
  }

  .footer-middle {
    margin-top: 0px;
  }
  .footer-bottom {
    padding-block: 8px;
  }

  .cutting-edge-con p {
    font-size: 18px;
  }

  .cutting-edge-con h1 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .cutting-edge-con p {
    font-size: 18px;
    text-align: center;
  }

  .get-in-touch {
    margin: 0 auto;
  }

  .work-portfolio-card {
    width: calc(33% - 25px);
  }

  .work-portfolio-cards-con {
    gap: 50px;
  }

  .our-services-con > p {
    padding-inline: 0px;
  }

  .banner-wrapper {
    justify-content: unset;
    align-items: unset;
    padding-top: 50px;
  }

  .it-success-con {
    flex-direction: column;
    gap: 250px;
  }

  .it-sucess-box-left {
    width: 100%;
  }

  .it-sucess-box-right > h1 {
    text-align: center;
  }

  .it-sucess-box-right > p {
    text-align: center;
  }

  .industries-we-serve-con > p {
    margin-inline: 0%;
  }

  .testimonial-con > p {
    margin-inline: 0%;
  }

  .testimonial-cards-con {
    gap: 113px;
  }
}
@media only screen and (max-width: 768px) {
  .services-wrapper {
    margin-top: 0;
  }
  .banner-con {
    flex-direction: column-reverse;
  }

  .banner-text {
    width: 100%;
    gap: 15px;
  }

  .banner-text h2 {
    font-size: 40px;

    line-height: 42.7px;
    text-align: center;
  }

  .banner-text p {
    text-align: center;
  }
  .read-more {
    margin: 0 auto;
  }

  .banner-img {
    width: 80%;
  }

  .services-wrapper {
    padding-top: 60px;
  }

  .services-card p {
    text-align: center;
  }

  .services-text-con {
    gap: 15px;
  }

  .services-text-buttons-con {
    margin-top: 10px;
  }

  .services-text-con h1 {
    font-size: 40px;

    line-height: 40.14px;
    text-align: center;
  }

  .services-text-con p {
    line-height: 24.04px;
  }

  .services-card-img {
    left: 37%;
  }

  .driving-rapid-box-con {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }

  .driving-rapid-box {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-inline-end: none;
  }
  .driving-rapid-change-con h1 {
    line-height: 40.66px;
  }

  .driving-rapid-box-con::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    background-color: #3f3f3f;
  }

  .driving-rapid-box-con::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    background-color: #3f3f3f;
  }

  .driving-rapid-change-con > p {
    line-height: 23.04px;
  }

  #talented-it-prof {
    border-inline-end: none;
  }

  .our-services-info-con {
    flex-direction: column;
    margin-top: 30px;
    gap: 30px;
  }

  .our-services-con > h1 {
    font-size: 40px;

    line-height: 40.14px;
  }

  .our-services-con > p {
    line-height: 24.04px;
  }

  .our-services-info-box-left {
    width: 100%;
  }

  .our-services-info-box-right {
    width: 100%;
  }

  .our-services-info-box-right > p {
    text-align: center;
    line-height: 24.9px;
  }

  .our-services-info-box-right > h1 {
    text-align: center;
  }

  .check-services-data-con {
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .get-more-info {
    margin-inline: auto;
    display: block;
    margin-top: 40px;
  }

  .it-success-con {
    gap: 150px;
  }

  .it-sucess-box-right > h1 {
    font-size: 40px;

    line-height: 40.14px;
    text-align: center;
  }

  .it-sucess-box-right > p {
    line-height: 24.04px;
  }

  .technology-expertise-container {
    width: 100%;
  }

  .technology-expertise-con > h1 {
    font-size: 40px;

    line-height: 40.01px;
  }
  .technology-expertise-con > p {
    font-size: 18px;

    line-height: 24.58px;
  }
  .technology-frameworks-con {
    margin-top: 30px;
  }

  .technology-frameworks-heading-con {
    padding: 7px 20px;
    margin-inline: 0;
  }

  .technology-frameworks-heading h1 {
    font-size: 22px;
    line-height: 22px;
  }

  .frameworks-image-box-con {
    margin-top: 30px;
    gap: 32px;
  }

  .frameworks-image-box {
    padding: 20px;
  }

  .work-portfolio-con > h1 {
    font-size: 40px;
    line-height: 40.14px;
  }

  .work-portfolio-con > p {
    line-height: 24.04px;
  }

  .work-portfolio-card-heading > h1 {
    font-size: 18px;

    line-height: 24.96px;
  }

  .work-portfolio-card > p {
    font-size: 15px;

    line-height: 20.12px;
  }

  .work-portfolio-read-more a {
    font-size: 15px;
  }

  .work-portfolio-cards-con {
    flex-direction: column;
    gap: 50px;
  }

  .work-portfolio-card {
    width: 100%;
  }

  .industries-we-serve-con > h1 {
    font-size: 40px;

    line-height: 40.14px;
  }

  .industries-we-serve-con > p {
    font-size: 18px;

    line-height: 24.04px;
  }

  .industries-we-serve-cards {
    flex-wrap: wrap;
    gap: 30px;
  }

  .testimonial-con > h1 {
    font-size: 40px;

    line-height: 40.14px;
  }

  .testimonial-con > p {
    font-size: 18px;

    line-height: 24.04px;
  }

  .testimonial-card-upper > p {
    line-height: 25.2px;
  }

  .testimonial-cards-con {
    flex-direction: column;
  }

  .testimonial-card {
    width: 100%;
  }

  .testimonial-cards-con {
    gap: 70px;
  }

  .testimonial-card-upper::after {
    left: 9%;
  }

  .cutting-edge-con p {
    line-height: 24.2px;
  }

  .get-in-touch {
    font-size: 18px;

    line-height: 24.62px;
  }

  .footer-upper-box {
    width: 60%;
    gap: 30px;
  }

  .footer-middle {
    align-items: flex-start;
  }

  .footer-middle h1 {
    font-size: 30px;

    line-height: 35.48px;
  }

  .footer-middle p {
    font-size: 18px;

    line-height: 24.99px;
    margin-top: 0;
  }

  .footer-explore-career {
    font-size: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .services-wrapper {
    padding-top: 30px;
  }

  .services-card-con {
    gap: 30px;
  }

  .services-card-img {
    left: 33%;
  }

  .industries-we-serve-cards-con {
    flex-direction: column;
    gap: 30px;
  }

  .our-services-con > p {
    padding-inline: 0px;
  }

  .frameworks-image-box-con {
    flex-wrap: wrap;
  }
  .frameworks-image-box {
    width: calc(50% - 16px);
  }

  .testimonial-card-upper::after {
    left: 13%;
  }

  .it-success-con {
    gap: 50px;
  }

  .technology-frameworks-heading-con {
    padding-inline: 0;
    gap: 0;
  }

  .technology-frameworks-heading {
    width: calc(50% - 45px);
    margin-inline: 0;
    padding-inline: 0;
    padding-block: 7px;
  }

  .industries-we-serve-con > p {
    margin-inline: 0;
  }

  .industries-we-serve-subcard {
    width: 100%;
  }

  .testimonial-con > p {
    margin-inline: 0;
  }

  .footer-middle {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .technology-frameworks-heading-con {
    gap: 40px;
    overflow-x: scroll;
  }
  .check-services-data-con {
    gap: 10px;
  }

  .it-success-con {
    gap: unset;
  }

  .cutting-edge-con {
    padding-block: 40px;
  }

  .testimonial-card-upper::after {
    left: 15%;
  }

  .services-card-con {
    flex-direction: column;
    width: 100%;
    gap: 100px;
  }

  .service-card-inner-con-left {
    width: 100%;
  }

  .service-card-inner-con-right {
    width: 100%;
  }

  .services-card-img {
    left: 40%;
  }

  .services-card {
    width: 100%;
  }

  .services-text-buttons-con {
    flex-direction: column;
    margin-top: 0;
  }

  .services-text-buttons-con {
    gap: 30px;
  }
}
@media only screen and (max-width: 376px) {
  .services-card p {
    text-align: center;
  }
  .driving-rapid-box-con::before {
    width: 0;
  }
  .driving-rapid-box-con::after {
    width: 0;
  }

  .driving-rapid-box-con {
    gap: unset;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #driving-rapid-box-last {
    border-block-end: none;
  }

  .driving-rapid-box {
    width: 80%;
    border-block-end: 1px solid #3f3f3f;
    padding: 20px 0px;
  }

  .services-wrapper {
    padding-top: 60px;
  }

  .check-services-data-con {
    gap: 14px;
    flex-direction: column;
  }

  .technology-frameworks-heading-con {
    gap: 25px;
  }

  .testimonial-card-upper::after {
    left: 20%;
  }

  .frameworks-image-box > p {
    font-size: 18px;
    line-height: 22px;
  }

  .frameworks-image-box > img {
    width: 50%;
  }

  .frameworks-image-box-con {
    margin-top: 20px;
    gap: 26px;
  }

  .frameworks-image-box {
    width: calc(50% - 13px);
  }

  .testimonial-card-upper > p {
    font-size: 18px;

    line-height: 25.2px;
  }

  .footer-bottom-con {
    flex-direction: column;
    gap: 10px;
    padding-block: 10px;
  }

  .footer-upper-box {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .services-card-img {
    left: 35%;
  }

  .call-info-text p:first-child {
    font-size: 17px;
  }
  .right-arrow-sub-box {
    padding-left: 0px;
  }

  .check-services-data-con {
    flex-wrap: wrap;
  }

  .check-services-data-con {
    gap: 14px;
  }
}
