@media (max-width: 767px) {
  html {
    font-size: 14px;
  }

  /* services */
  header.header {
    display: none;
  }

  header.mobile-header {
    display: block;
  }

  .mobile-header #mobileMenu {
    padding-top: 1rem;
    background: linear-gradient(180deg, #000066 0%, #040433 52%);

  }

  #mobileMenu .nav-link {
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.5rem;
  }

  #mobileMenu .accordion-menu li .accordion-collapse a {
    color: #8A8ACC !important;
    line-height: 2rem !important;
  }

  #mobileMenu .accordion-menu .nav-item .dropdown-icon {
    transition: transform 0.3s ease;
  }

  #mobileMenu .accordion-menu .nav-item a[aria-expanded="true"] .dropdown-icon {
    transform: rotate(180deg);
  }

  .mobile-header.hide {
    transform: translateY(-100%);
  }

  .mobile-header.scrolled {
    background-color: #0A0A3D;
  }

  .dark-mobile-header.scrolled {
    background-color: #FFFFFF;
  }

  .hero-section .hero-background {
    display: none;
  }

  .hero-scroll {
    background: url("../images/home/home-bg-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-section .mobile-service-bg {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .home-hero {
    padding-top: 20rem;
  }

  .hero-section .hero-graphic-wrapper img {
    top: 0;
    left: 0;
    width: 100%;
    height: 40rem;
    object-fit: cover;
    object-position: left;
    z-index:0;
  }

  .hero-section .hero-content-wrapper h1 {
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: -0.1rem;
    text-align: left;
  }

  .hero-content-wrapper .lead {
    text-align: left;
    font-size: .9375rem;
    line-height: 1.75rem;

  }

  .hero-section .hero-content-wrapper h1 br {
    display: none;
  }

  .scrollable-tabs {
    background: transparent;
  }

  .scrollable-tabs h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: left;
  }

  .scrollable-tabs .tab-content .tab-pane .tab-img {
    height: 6.25rem;
    margin: 0;
  }

  .scrollable-tabs .tab-content .tab-details h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: -0.1rem;
    margin-bottom: 1.5rem;
  }

  .scrollable-tabs .tab-content .tab-details p {
    margin-bottom: 1.5rem;
  }

  .scrollable-tabs ul.nav-tabs {
   display: none;
  }

  .scrollable-tabs .tab-content .tab-details ul {
    display: block;
    column-count: 2;
    column-gap: 2rem;
    margin-bottom: 2rem;
  }

  .scrollable-tabs .tab-content .tab-details ul li {
    width: 100%;
    line-height: 1.75rem;
    margin-bottom: 1rem;
  }



  .partner-logo-section {
    padding-top: 0;
  }

  .partner-logo-section img {
    height: 3.125rem;
  }

  .case-study .case-study-content {
    padding-bottom: 35rem;
  }

  .case-study .case-study-title .case-title {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: -0.1rem;

  }

  .case-study-content .d-flex.align-items-center.gap-5 {
    flex-direction: column;
  }

  .case-study .case-study-right {
    margin-left: 0;
    width: 100%;
    order: 1;
  }

  .case-study .case-study-right h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;

  }

  .case-study .case-study-right p {
    font-size: 1rem;
    line-height: 1.5rem;

  }

  .case-study .case-study-right ul li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .case-study .case-study-left {
    width: 100%;
  }

  .case-study .case-study-btn {
    display: none;
  }

  .insights .insights-title-wrapper .slider-btn {
    display: none;
  }

  .insights-slider-wrapper .insights-small-card img,
  .insights-slider-wrapper .insights-big-card img {
    min-height: 15rem;
  }

  .insights-slider-wrapper h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .insights-slider-wrapper .insights-card {
    margin-bottom: 1.5rem;
  }

  .service-hero-section {
    padding-top: 11rem;
  }


  .service-hero-section .hero-background {
    display: none;
  }

  .service-hero-section .mobile-service-bg {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  .service-hero-section .hero-graphic-wrapper img {
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .testimonal-section .testimonal-wrapper {
    max-width: 100%;
    gap: 1rem;
  }

  .testimonal-content-wrapper .testimonal-content .testimony {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .testimonal-content-wrapper .testimonal-content .testimonal-info .name {
    font-size: 1rem;
  }

  .testimonal-content-wrapper .testimonal-content .testimonal-info .desgination {

    font-size: .9375rem;

  }

  .testimonal-section .testimonal-wrapper .testimonal-image {
    width: 12%;
    height: 2.5rem;
  }


  .testimonal-section .testimonal-wrapper .testimonal-content-wrapper {
    width: 88%;
  }

  .service-hero-section .hero-content-wrapper h1 {
    font-weight: 600;
    font-size: 2.5625rem;
    line-height: 2.75rem;
    text-align: left;
    letter-spacing: -0.1rem;
  }

  .service-hero-section .hero-content-wrapper .lead {
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.75rem;
    text-align: left;
  }

  .btn {
    font-size: .875rem;
    padding: .625rem .875rem;
  }

  .service-expertise .service-title-wrapper h2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.1rem;
  }

  .why-choose-us .title-desc {
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.5rem;
    text-align: left;
    margin-bottom: 1.5rem !important;
  }

  .service-expertise .why-card {
    padding: 0 !important;
  }

  .why-choose-us .why-card img {
    width: 3.5rem;
    height: 3.5rem;
  }

  .why-choose-us .why-card h6 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .why-choose-us .why-card p {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .image-section {
    height: 20rem;
    max-height: 100%;
  }

  .image-section img {
    height: inherit;
    max-height: 100%;
  }

  .technologies h2.text-center {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left !important;
    letter-spacing: -0.1rem;
    margin-bottom: 1rem;
  }

  .technologies p.text-center {
    text-align: left !important;
    line-height: 1.5rem;
  }

  #mobileAccordion {
    margin-top: 2rem;
  }

  #mobileAccordion .accordion-item {
    background: #FFFFFF;
    border: 0;
    border-radius: 1.125rem;
    margin-bottom: 0.5rem;
  }

  #mobileAccordion .accordion-item .accordion-header {
    padding: 1.5rem;
  }

  #mobileAccordion .accordion-item .accordion-header .accordion-button {
    padding: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #404040;
  }

  #mobileAccordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #404040;
    background-color: transparent;
    box-shadow: none;
  }

  #mobileAccordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
  }

  #mobileAccordion .accordion-item .accordion-body {
    padding-top: 0;
  }

  .technologies .content-wrapper h3 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }

  .technologies .content-wrapper p {
    font-size: .9375rem;
    line-height: 1.5rem;
    margin-bottom: 1.5em;

  }

  .technologies .technical-skills {
    gap: 1.5rem;
    margin-bottom: 0;
  }

  .technologies .technical-skills img {
    width: 6rem;
    height: 2.5rem;
  }

  .ready-to-design {
    padding: 3rem 0;
    padding-bottom: 14rem;
  }

  .ready-to-design h2 {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -0.1rem;
    margin-bottom: 1rem;
  }

  .ready-to-design h2 br {
    display: none;
  }

  .ready-to-design .abs-img {
    width: 33.4375rem;
    height: 33.4375rem;
    object-fit: cover;
    bottom: -15rem;
    left: 2rem;
    right: auto;
    top: auto;
  }

  .ready-to-design ul li {
    line-height: 2rem;
    margin-bottom: 1rem;
  }

  .why-tech {
    background: linear-gradient(180deg, #0065B7 0%, #000066 100%);
  }

  .why-tech h2 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.1rem;
    text-align: left !important;
  }

  .why-tech p.text-center {
    text-align: left !important;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .why-tech .list-wrapper {
    padding: 2rem 1.5rem;
    border-radius: 1.125rem;
    width: 100%;
    margin: 2rem auto auto auto;
    gap: 2rem;
  }

  .why-tech .list-wrapper .tech-card {
    width: 100%;
  }

  .faq-section .faq-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -0.1rem;

  }

  footer .upper-footer .d-flex {
    flex-direction: column;
  }

  .upper-footer .upper-footer-left h2 {
    font-weight: 600;
    font-size: 2.6875rem;
    line-height: 2.6875rem;
    letter-spacing: -0.1rem;

  }

  .upper-footer .upper-footer-left h2 br {
    display: none;
  }

  .upper-footer-right .main-links {
    display: flex;
    margin-top: 2rem;
    gap: 1rem;
    padding-left: 0;
  }

  .upper-footer-right .main-links li a {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  footer .social-career {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .upper-footer-right .other-links {
    display: flex;
    gap: 1rem;
    padding-left: 0;
    margin-bottom: 0;
  }

  .social-links {
    flex-direction: row !important;
    padding-left: 0;
    gap: 1rem;
    margin-bottom: 0;
  }

  .lower-footer-wrapper {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .col-20 {
    width: 47%;
  }

  .copyright-wrapper {
    margin-top: 2rem;
  }

  .copyright-wrapper .justify-content-between {
    flex-direction: column;
  }

  .faq-wrapper .accordion-header .accordion-button {
    padding: 1rem 0;
  }

  .strategic-approach h2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.1rem;
    text-align: left !important;
  }

  .steps-content-wrapper .steps-wrapper {
    flex-direction: column;
  }

  .steps-card img {
    padding-right: 1rem;
    margin-bottom: 1rem;
  }

  .step-desc {
    width: 100% !important;
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .company-hero-section{
    padding-top: 11rem;
  }

  .company-hero h1,
  .company-hero h2 {
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: -0.1rem;
    text-align: left;
  }

  .company-hero-img{
    height: 20rem;
  }
}