@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-sec {
    padding: 50px 0;
  }
  .hero-sec .hero-form-wrapper {
    align-items: center;
  }
  .hero-sec .hero-form {
    margin-top: 0;
  }
  .areas-flex-sec {
    -moz-columns: 2;
         columns: 2;
  }
}
@media screen and (max-width: 991px) {
  .hero-sec {
    padding: 30px 0;
    text-align: center;
  }
  .hero-sec .heading-1 {
    font-size: 24px;
  }
  .hero-sec .hero-form-wrapper {
    align-items: center;
  }
  .hero-sec .hero-form {
    margin-top: 0;
    padding: 16px;
  }
  .achievement-sec .achievement-flex .achievement-item {
    flex: 1 1 48%;
  }
  .services-sec .service-card {
    height: 420px;
  }
  .why-choose-sec {
    padding: 80px 0;
  }
  .why-choose-sec .section-title h2 {
    font-size: 42px;
  }
  .why-choose-sec .why-image .review-box {
    position: static;
    margin-top: 25px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .achievement-sec .achievement-flex .achievement-item {
    flex-direction: column;
    flex: 1 1 40%;
    gap: 10px;
  }
  .achievement-sec .achievement-flex .achievement-item .icon-wrapper {
    width: 50px;
    height: 50px;
  }
  .achievement-sec .achievement-flex .achievement-item .icon-wrapper iconify-icon {
    font-size: 20px;
  }
  .achievement-sec .achievement-flex .achievement-item .achievement-text {
    text-align: center;
  }
  .services-section .common-card p {
    display: none;
  }
  .primary-btn {
    width: auto;
  }
  .secondary-btn {
    width: auto;
  }
  .hero-sec .hero-btns {
    flex-wrap: inherit;
    gap: 10px;
  }
  .hero-sec .hero-btns .secondary-btn {
    width: auto;
    font-size: 14px;
  }
  .hero-sec .hero-btns .primary-btn {
    width: auto;
    font-size: 14px;
  }
  .why-choose-sec .section-title {
    text-align: center;
  }
  .why-choose-sec .section-title h2 {
    font-size: 30px;
  }
  .why-choose-sec .features {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .why-choose-sec .review-box {
    text-align: center;
  }
  .counter-sec .counter-item iconify-icon {
    font-size: 34px;
  }
  .testimonial-slider .testimonial-card {
    padding: 16px;
  }
  .testimonial-sec .heading-2 {
    max-width: 240px;
    width: 100%;
  }
  .coverage-sec .coverage-item {
    width: calc(50% - 8px);
    justify-content: center;
    padding: 14px;
    font-size: 14px;
  }
  .cta-sec .cta-btns {
    flex-direction: column;
    align-items: center;
  }
  .cta-sec .secondary-btn,
  .cta-sec .white-btn {
    width: 100%;
    justify-content: center;
  }
  .areas-flex-sec {
    -moz-columns: 1;
         columns: 1;
  }
  .service-card .service-card-heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
  .navbar .nav-menu {
    gap: 8px;
  }
  .areas-flex-sec {
    -moz-columns: 4;
         columns: 4;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar .nav-menu {
    gap: 8px;
  }
  .areas-flex-sec {
    -moz-columns: 4;
         columns: 4;
  }
}/*# sourceMappingURL=responsive.css.map */