/* ----- responsive css ----- */

@media screen and (max-width: 1499px) {
  .container {
    max-width: clamp(900px, 64.583vw, 1240px);
    /* height: 251px !important; */
  }
  /* .whatwedo-head-container{
    height:500px !important;
  } */
}
/* @media screen and (min-width: 1499px) {
  .whatwedo-head-container{
    height:500px !important;
  }
} */


@media screen and (max-width: 1199px) {
  
  .container {
    max-width: 90%;
  }

  .service-boxes {
    padding: 0;
  }

  .service-content {
    padding: 20px;
  }

  .testimonial-wrapper {
    padding: 40px;
  }

  .services-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid-wrapper .services-column {
    grid-column: auto;
  }

  .services-column.five {
    grid-column: 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  .service-boxes {
    gap: 15px;
  }

  .box {
    font-size: 12px;
  }

  .section-padding {
    padding-top: clamp(40px, 5.729vw, 110px);
    padding-bottom: clamp(40px, 5.208vw, 100px);
  }

  .team-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid {
    max-width: 100%;
  }

  .banner-shape {
    max-height: 10vw;
  }

  .banner-text h1 span {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 95%;
  }

  button.nav-btn {
    display: flex;
  }

  ul.navList {
    display: none;
    padding-bottom: 10px;
  }

  li.hasSubmenu > a:after {
    content: "⯆";
    margin-left: 8px;
  }

  li.hasSubmenu > a.open::after {
    content: "⯅";
  }

  ul.navList li {
    width: 100%;
  }

  nav.navMenu {
    height: 0;
    transition: transform 0.3s linear;
    transform: translateY(-150%);
    position: absolute;
    right: 0;
    top: 0;
  }

  nav.navMenu.active {
    display: block;
    background: var(--border-color);
    padding: 40px 0;
    height: auto;
    transform: translateY(0);
    z-index: 8;
  }

  nav.navMenu.responsive {
    display: block;
  }

  .submenu-wrapper.open {
    display: block;
    max-height: 55vh;
    overflow-y: auto;
    margin: 15px 0;
  }

  .submenu {
    grid-template-columns: 1fr;
  }

  .submenu-wrapper {
    position: relative;
    padding: 20px 0;
  }

  ul.navList > li > a {
    padding: 5px 30px;
  }

  .footer-about {
    max-width: 100%;
    gap: 15px;
  }

  ul.footer-menu {
    gap: 10px;
  }

  h6.footer-head {
    margin-bottom: 15px;
  }

  span.text-right {
    display: inline;
  }

  .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .testimonial-wrapper h4 {
    padding-right: 0;
  }

  .heading h5 span {
    display: inline;
  }

  .contact-form {
    max-width: 100%;
  }

  .contact-details {
    max-width: 100%;
    border-left: 0;
    margin-top: 2rem;
  }

  .contact-data {
    max-width: 100%;
  }

  .career-text-row {
    grid-template-columns: 1fr;
  }

  .career-team-box {
    margin: 0 auto;
  }

  .process-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .footer-navmenu {
    width: 100%;
  }

  .services-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .services-column.five {
    grid-column: unset;
  }

  .testimonial-wrapper {
    padding: 0;
    border: none;
  }

  .testimonial-wrapper::before {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px;
    border: 10px solid transparent;
    border-image: url(../images/blockquote.svg) 24 stretch;
  }

  .content-left {
    margin-bottom: 2rem;
  }

  .service-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .values-wrapper {
    grid-template-columns: 1fr;
  }

  .value-box::after {
    width: 100%;
  }

  .value-box:nth-child(3):after,
  .value-box:nth-child(4):after {
    left: 0;
    right: auto;
    background: linear-gradient(
      to left,
      rgb(0, 0, 0, 0.9),
      rgba(255, 255, 255, 0.1)
    );
    width: 100%;
  }

  .about-grid {
    flex-wrap: wrap;
  }

  .about-projects {
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #f7f7f814;
    margin-bottom: 50px;
    padding-bottom: 30px;
  }

  .about-content {
    max-width: 100%;
  }

  .team-section {
    grid-template-columns: 1fr;
  }

  .position-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .process-wrapper {
    grid-template-columns: 1fr;
  }
}
