@media (max-width: 1199px) {
  .main-header-one--four {
    position: fixed;
  }

  header {
    transition: background-color 0.3s ease;
  }

  header.scrolled {
    background-color: var(--cleanin-base);
  }

  .main-header-one__bottom {
    padding: 10px 0 10px;
  }

  .logo-one a img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .main-slider-one--two.style3 .main-slider-one__single {
    padding: 75px 0 0 0;
    height: 100vh;
  }

  .about-four,
  .services-four,
  .team-one,
  .project-four,
  .testimonial-three,
  .cta-two,
  .blog-two,
  .contact-page--two {
    padding: 60px 0;
  }

  .skill-one {
    padding-bottom: 60px;
  }

  .site-footer-two {
    padding-top: 60px;
  }

  .about-four__img1-inner img {
    height: 300px;
  }

  .about-four__img2 {
    position: absolute;
    top: 15px;
    left: 0;
    max-width: 100px;
    width: 100%;
    z-index: 2;
  }

  .about-four__img2-inner {
    width: 110px;
    height: 110px;
  }

  .about-four__img2 img {
    width: 100px;
    height: 100px;
  }

  .about-four__experience {
    position: absolute;
    width: 100px;
    height: 100px;
  }

  .about-four__experience .count-box h2,
  .about-four__experience .count-box span {
    font-size: 32px;
  }

  .about-four__experience p {
    font-size: 11px;
    line-height: 1.5;
  }

  .about-four__content {
    margin-top: 30px;
  }

  .about-four__content-customer {
    max-width: 100%;
  }

  .team-one__single-img img {
    height: 300px;
  }

  .blog-two__single-img .inner img {
    height: 400px;
  }

  .site-footer-two__top {
    padding-bottom: 40px;
  }

  .about-one__img-right {
    margin-top: 10px;
  }

  .services-details__content .contact-page--two__content .sec-title {
    padding-bottom: 0;
  }

  .sidebar {
    margin-top: 0;
  }

  .sidebar__categories-list li a {
    padding: 10px 20px;
  }

  .services-details__content-text2-bottom-content ul.two-columns {
    margin: 0 0 30px 0;
  }

  .services-details__content-text2-bottom-content.mt-0 {
    margin-top: 0;
  }

  .services-details__content-text2 {
    margin-top: 40px;
  }

  .services-details__content-text2-bottom-content ul.two-columns li {
    flex: 0 0 100%;
    width: 100%;
  }

  .services-details__content-text2-bottom-content
    ul.two-columns
    li
    .icon-checkmark {
    left: 0;
  }

  .services-details__content-img1 img,
  .services-details__content-text2-bottom-img img {
    height: 280px;
  }

  .sidebar__categories-list li a {
    padding: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .contact-info-one__inner .row {
        --bs-gutter-x: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-info-one__inner .row {
        --bs-gutter-x: 5px;
    }
}
