@media screen and (max-width: 1366px) {
  .services-content-swiper .services-content-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .services-content-swiper .services-content-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .h-s3-left {
    padding-left: 5% !important;
  }
  .about-s3 {
    background: none;
  }
  .fp-responsive .fp-is-overflow.fp-section {
    height: auto !important;
    min-height: auto !important;
  }
  .fp-overflow {
    overflow: unset !important;
  }
  .services-left {
    padding-right: 50px;
    padding-left: 0;
    min-height: auto;
  }
  .services-desktop {
    display: none;
  }
  .services-mobile {
    display: block;
    padding: 40px 0;
  }
  .services-title-box--mobile {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .services-title-box--mobile span {
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
    color: #4a4a4a;
  }
  .services-info-box--mobile {
    width: calc(100% - 60px - 8px);
  }
  .services-info-box--mobile h2 {
    color: #4a4a4a;
    font-size: 20px;
    margin-bottom: 4px;
  }
  .services-info-box--mobile p {
    color: #bfbfbf;
    margin-bottom: 0px !important;
  }
  .services-list-box--mobile {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .services-list-box--mobile h3 {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 0px !important;
  }
  .services-content-swiper--mobile
    .swiper-slide-active
    .services-title-box--mobile
    span,
  .services-content-swiper--mobile
    .swiper-slide-active
    .services-info-box--mobile
    h2 {
    color: #c19e81;
  }
  .services-content-swiper--mobile
    .swiper-slide-active
    .services-list-box--mobile
    h3 {
    color: #bfbfbf;
  }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 650px) {
  body:not(.elementor-editor-active)
    .about-s1-box--info
    .elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media screen and (max-width: 600px) {
  .contact-contain {
    flex-direction: column;
  }
  .contact-left {
    width: 100%;
  }
  .contact-right {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  body:not(.elementor-editor-active)
    .about-s1-box--info
    .elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-line-clamp: 99;
    line-clamp: 99;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .contact-box--title {
    font-size: 14px;
  }
  #ast-scroll-top svg {
    width: 20px !important;
  }
}

@media screen and (max-width: 420px) {
  .services-title-box--mobile span {
    width: 50px;
    font-size: 38px;
  }
  .services-info-box--mobile h2 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .services-info-box--mobile p {
    font-size: 12px;
  }
  .services-list-box--mobile h3 {
    font-size: 16px;
  }
}
