/* ==========================================================================
   1) Base (desktop) styles
   ========================================================================== */

/* …your default desktop (large-screen) styles go here… */

/* ==========================================================================
   2) Media-query breakpoints (max-width only)
   ========================================================================== */
@media (min-width: 768px) {
  .section-services .section-services-swiper {
    overflow: visible;
  }

  .section-services .section-services-swiper .section-services-grid {
    display: grid !important;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .section-services
    .section-services-swiper
    .section-services-grid
    .swiper-slide {
    width: 100% !important;
  }
  .section-services .section-services-swiper + .swiper-progress-bar {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-services .section-services-swiper .section-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-services
    .section-services-swiper
    .section-services-grid
    .section-services-card:hover {
    transform: translateY(-5px);
  }
  .section-hiw .hiw-list li:hover {
    cursor: pointer;
    transform: rotate(-2.5deg);
  }
}
@media (min-width: 1200px) {
}
@media (min-width: 1024px) {
  .section-hiw .hiw-list::before {
    content: "";
    width: 579px;
    height: 579px;
    flex-shrink: 0;
    position: absolute;
    border-radius: 579px;
    opacity: 0.3;
    background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(210, 173, 130, 0.7) 63%,
      rgba(210, 173, 130, 0) 99.5%
    );
    filter: blur(35.79999923706055px);
    z-index: -1;
    top: -15%;
  }
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px) {
  .section-commitments:before {
    display: none;
  }
  .section-commitments .commitments-content {
    flex-direction: column-reverse;
  }
  .section-commitments .commitments-content > div {
    width: 100%;
  }
  .section-commitments .commitments-content .left img {
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
}
@media (max-width: 991px) {
  .section-what-we-do .what-we-do-content .top {
    flex-direction: column;
  }
  .section-what-we-do .what-we-do-content .top > div {
    width: 100%;
  }
  .section-what-we-do .what-we-do-content .top .image {
    justify-content: center;
  }
  .section-what-we-do .what-we-do-content .bottom .bottom-content {
    flex-direction: column;
  }
  .section-what-we-do .what-we-do-content .bottom .bottom-content > div {
    width: 100%;
  }
  .section-what-we-do .what-we-do-content .bottom .bottom-content .image {
    order: 1;
  }
  .section-hiw .hiw-list {
    flex-direction: column;
    margin-top: 60px;
  }
  .section-hiw .hiw-list li {
    max-width: 767px;
    min-height: 0;
  }
  .section-hiw .hiw-list li:nth-child(odd) {
    margin-top: 0;
  }
  .section-hiw .hiw-list li .bottom p {
    max-width: 100%;
  }
  .section-hiw .hiw-seamless {
    flex-direction: column;
  }
  .section-contact .contact-content .contactBg {
    display: none;
  }
  .section-contact .contact-content {
    flex-direction: column;
  }
  .section-contact .contact-content .text-cont {
    text-align: center;
  }
  .section-contact .contact-content .text-cont ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .section-testimonials:before {
    display: none;
  }

  .section-testimonials:after {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  .section-testimonials .testimonials-content {
    flex-direction: column;
  }
  .section-testimonials .testimonials-content > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-what-we-do {
    overflow: hidden;
  }
  .section-what-we-do .what-we-do-content .bottom .wwdBg {
    overflow: unset;
  }
  .section-what-we-do .what-we-do-content .bottom .bottom-content .text ul {
    flex-direction: column;
  }
  .section-what-we-do .what-we-do-content .bottom .bottom-content .text ul li {
    max-width: 284px;
    width: 100%;
  }
  .section-what-we-do
    .what-we-do-content
    .bottom
    .bottom-content
    .text
    ul
    li:last-child {
    align-self: flex-end;
  }
  .section-contact .contact-content .form-cont form .form-group {
    flex-direction: column;
  }

  .section-footer .footer-top {
    flex-direction: column;
  }
  .section-footer .footer-top .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .section-footer .footer-top .right ul {
    max-width: unset;
  }
  .section-footer .footer-top .right ul:nth-child(1) {
    order: 1;
  }
  .section-footer .footer-top .right ul:nth-child(2) {
    order: 3;
  }
  .section-footer .footer-top .right ul:nth-child(3) {
    order: 4;
  }
  .section-footer .footer-top .right ul:nth-child(4) {
    order: 2;
  }
}
@media (max-width: 575px) {
}
@media (max-width: 399px) {
}
