@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* Font import */
@font-face {
  font-family: "Campton";
  src: url('/fonts/campton-medium.woff2') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Campton";
  src: url('/fonts/campton-bold.woff2') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Campton";
  src: url('/fonts/campton-extrabold.woff2') format('opentype');
  font-weight: 800;
  font-style: normal;
}

:root {
  --lightgreen: #F5F5FF;
  --green: #2DAD70;
  --black: #000000;
  --white: #ffffff;
  --lightgrey: #F0F1FC;
  --grey: #CFD0DB;
  --primaryColor: #1067C9;
}

html,
body {
  margin: 0;
  padding: 0 !important;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
}

a:hover {
  color: #000000;
}

/* navbar */
.nav {
  padding: 50px 0;
}

.nav-logo {
  text-align: left;
}

.nav-logo img {
  height: 70px;
}

.menu ul {
  text-align: right;
  list-style: none;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0;
  margin: 0;
}

.menu ul li {
  color: var(--black);
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  transition: all 0.5s ease;
}

.menu ul li:hover {
  color: var(--lightgreen);
  border-bottom: 4px solid var(--lightgreen);
}

/* header */
.header-content {
  background: var(--lightgrey);
  border-radius: 60px;
  padding: 0 15px;
}

.selo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.selo img:nth-child(1) {
  height: 25px;
}

.selo img:nth-child(2) {
  height: 20px;
  margin: 0 8px;
}

#selo-p {
  margin: 0;
  font-size: 16px;
  color: var(--lightgreen);
}

.header-txt h1 {
  font-family: "Campton", sans-serif;
  font-weight: 400;
  color: var(--black);
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.header-txt h2 {
  font-size: 24px;
  font-weight: 300;
  color: var(--black);
  margin: -15px 0 20px 0;
  max-width: 300px;
}

.header-txt h1 span {
  color: var(--primaryColor);
  font-weight: 700;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-size: 42px;
}

.lato-underline {
  font-family: "Lato", sans-serif;
  position: relative;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.lato-underline::after {
  content: "";
  display: block;
  width: auto;
  max-width: 100%;
  height: 6px;
  margin-top: 1px;
  background: url('/img/icons/lato-underline.svg') no-repeat center;
  background-size: cover;
}

.header .lato-underline::after {
  width: 380px;
}

.footer-txt .lato-underline::after {
  width: 492px;
  height: 9px;
  background-image: url('/img/icons/footer-underline.svg');
}

.sec3-txt h3 .lato-underline::after {
  width: 236px;
  height: 5px;
  background-image: url('/img/icons/sec3-underline.svg');
}

.header-txt p {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  max-width: 75%;
  margin: 20px 0;
}

.header-txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-txt ul li {
  background: url(/img/bullet.svg) no-repeat left top;
  background-size: 20px;
  height: 30px;
  padding-left: 30px;
  margin: 8px 0;
  font-size: 20px;
  font-weight: 400;
  color: var(--black);
  max-width: 80%;
  line-height: 1.1;
}

.form-box {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.form-img {
  position: absolute;
  z-index: 1;
  width: 480px;
  left: -195px;
  bottom: 0;
}

/* form */
#contactform {
  position: relative;
  z-index: 99;
  right: 0;
  width: 415px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 12px 6px 0px rgba(59, 67, 147, 0.15);
  padding: 30px 15px;
  text-align: center;
  margin: 30px 0 30px auto;
}

#contactform h3 span {
  color: var(--primaryColor);
  font-size: 18px;
  font-weight: 700;
}

#contactform h3 {
  font-size: 18px;
  font-weight: 500;
  max-width: 85%;
  margin: 0 auto;
}

#contactform h6 {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  margin: 12px auto;
  text-wrap: balance
}

#contactform hr {
  width: 100%;
  opacity: 1;
  background: var(--green);
  height: 2px;
  border: none;
  margin: 18px 0;
  border-radius: 10px;
}

/* Progress bar */
.progress-wrapper {
  width: 100%;
  margin-block: 15px;
}

.progress-back {
  border: none;
  background: transparent;
  color: var(--green);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.progress-back::before {
  content: "←";
  font-size: 16px;
  line-height: 1;
}

.progress-back:hover {
  color: #0b9;
  text-decoration: underline;
}
.progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--black);
  margin-bottom: 6px;
}

.progress-track {
  width: 100%;
  height: 6px;
  background: var(--grey);
  border-radius: 10px;
  overflow: hidden;
}

#contactform .progress {
  height: 100%;
  background: var(--green);
  border-radius: 10px;
  transition: width 0.4s ease;
  width: 0%;
}

.extra-question {
  display: none;
}

#contactform fieldset {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

#contactform .form-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

#contactform legend {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

#contactform .step-headline,
#contactform .step-subheadline {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

#contactform input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid var(--grey);
  border-radius: 30px;
  color: var(--black);
}

.input-title {
  margin-bottom: 10px;
}

.input-title h5 {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.input-title p {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0 0 0;
}


.radio-buton input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-buton {
  padding: 0;
}

.radio-buton label {
  background: var(--white);
  border-radius: 30px;
  border: 1px solid var(--grey);
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  padding: 0;
  padding-inline: 5px;
  align-items: center;
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  margin: 8px 0 0 0;
}

.radio-buton label:hover,
.radio-buton input[type="radio"]:checked+label {
  background: var(--lightgreen);
  color: #000;
  border: 1px solid var(--grey);
}

.form-button {
  min-width: 250px;
  padding: 16px 20px;
  background: var(--green);
  border: none;
  border-radius: 30px;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0 auto;
}

.form-button img {
  width: 7px;
  height: 12px;
  margin-left: 10px;
}

.form-button:hover {
  background: var(--primaryColor);
  color: var(--white);
}

.contacts-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/*Term animation */
.termContainer {
  width: 100%;
  font-size: 11px;
  color: rgba(30, 30, 30, 0.64);
  margin-top: 8px;
  cursor: pointer;
  font-weight: 300;
  line-height: 1.2;
}

.termContainer a {
  color: #1E1E1E;
}

.termContainer input {
  display: none;
}

.termContainer a:hover {
  color: var(--primaryColor) !important;
}

.termContainer svg {
  overflow: visible;
  max-height: 15px;
  max-width: 15px;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: baseline;
  translate: 0 2px;
}

.path {
  fill: none;
  stroke: var(--primaryColor);
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}

.termContainer input:checked~svg .path {
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}

label.error {
  font-size: 12px;
  color: red;
  width: 100%;
  margin: 0;
}

/* section 1 */
.section1 {
  padding: 70px 0 80px 0;
  text-align: center;
}

.sec1-txt {
  margin-bottom: 80px;
}

.section2 .sec1-txt h3 {
  text-wrap: balance;
}

.sec1-txt h3 {
  color: var(--lightgreen);
  font-family: "Campton";
  font-size: 35px;
  max-width: 820px;
  font-weight: 600;
  margin: 0;
}

.sec1-txt {
  justify-content: center;
  display: flex;
}

.partner-container {
  padding: 0;
}

.part-img img {
  width: 100%;
  max-width: 150px;
  max-height: 50px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  display: block;
}

.sec1-cta {
  margin-top: 60px;
}

.sec1-cta button,
.reviews-cta {
  width: 340px;
  height: 60px;
  border-radius: 30px;
  border: none;
  background: var(--green);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.reviews-cta {
  margin: 0;
  background: var(--green);
}

.sec1-cta button img {
  width: 7px;
  margin-left: 10px;
}

.sec1-cta button:hover,
.reviews-cta:hover {
  background: var(--primaryColor);
  color: var(--white);
}

/* section2 */
.section2 {
  text-align: center;
  margin-bottom: 50px;
}

.sec2-outer {
  background: var(--lightgrey);
  border-radius: 60px;
  padding: 60px 30px 70px 30px;
}

.vant-box {
  background: var(--white);
  border-radius: 25px;
  padding: 40px 30px;
  width: 90%;
  height: 210px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  transition: all 0.5s ease;
}

.vant-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.vant-box img {
  height: 60px;
  margin-bottom: 20px;
}

.vant-box p {
  color: var(--black);
  font-size: 18px;
  font-weight: 300;
  max-width: 92%;
  line-height: 1.1;
  margin: 0 auto;
}

/* section 3 */
.section3 {
  padding-bottom: 60px;
}

.sec3-txt h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.sec3-txt h3 span {
  color: var(--yellow);
}

.social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
  margin: 40px 0 50px 0;
}

.social img {
  height: 70px;
}

/* Reviews Section */
.reviews-section {
  padding: 80px 16px;
  background-color: #fff;
}

.reviews-layout {
  display: flex;
  align-items: center;
  gap: 64px;
}

.reviews-header {
  flex-shrink: 0;
  width: 200px;
}

.reviews-label {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  margin: 0 0 14px;
}

.reviews-title {
  font-size: clamp(28px, 5vw, 30px);
  font-weight: 700;
  margin: 0;
}

.reviews-title .lato-underline {
  color: #1067C9;
  font-size: 1.08em;
  font-weight: 800;
}

.reviews-slider-wrap {
  flex: 1;
  min-width: 0;
}

.reviews-swiper {
  width: 100%;
}

.review-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  min-height: 200px;
  margin: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 16px 0 rgba(15, 52, 96, 0.25);
}

.review-stars {
  color: #f5a623;
  font-size: 16px;
  letter-spacing: 2px;
}

.review-text {
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  flex: 1;
  text-wrap: auto;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.review-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.review-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-city {
  font-size: 13px;
  font-weight: 600;
}

.review-source {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #888;
}

.review-source img {
  width: 62px;
  height: 32px;
}

.reviews-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}

.reviews-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #dde3ee;
  background: #fff;
  font-size: 18px;
  color: var(--clr-primary, var(--primaryColor));
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    color 0.2s;
}

.reviews-btn:hover {
  background: var(--clr-primary, var(--primaryColor));
  color: #fff;
  border-color: var(--clr-primary, var(--primaryColor));
}

/* footer */
.footer {
  padding: 60px 0 0 0;
}

.footer-outer {
  background: #F5F5FF;
  border-radius: 60px;
  position: relative;
  padding: 65px 20px;
  margin-bottom: 40px;
}

.footer-txt {
  color: var(--white);
}

.footer-txt p {
  color: var(--primaryColor);
  font-family: "Lato";
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px;
  font-style: italic;
  line-height: 1;
}

.footer-txt h3 {
  color: var(--white);
  font-family: "Campton";
  font-size: 25px;
  text-wrap: balance;
  font-weight: 500;
}

.sec1-txt h3,
.sec3-txt h3,
.footer-txt h3 {
  color: #000000;
}

.sec1-txt h3 span,
.sec3-txt h3 span,
.footer-txt h3 span {
  color: #1067C9;
}

.sec1-txt h3 span {
  font-size: 40px;
}

.footer-txt button {
  background: var(--green);
  padding: 15px;
  width: 340px;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}

.footer-txt button img {
  width: 7px;
  margin-left: 10px;
  filter: brightness(0) invert(1);
}

.footer-txt button:hover {
  background: var(--primaryColor);
  color: var(--white);
}

.footer-txt button:hover img {
  filter: brightness(0) invert(1);
}

.footer-img img {
  position: absolute;
  bottom: 0;
  right: 30px;
  max-height: 460px;
}

/* Adstrategy */
#section-ads {
  text-align: center;
  padding: 30px 0;
}


/* section4 - no waste time */
.no-waste-time {
  margin-block: 100px;
}

.no-waste-time--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px
}

.no-waste-time--wrapper .content {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.no-waste-time--wrapper h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
}

.people-waiting {
  max-height: 300px;
}

.no-waste-time--wrapper .cta {
  width: 345px;
  height: 45px;
  border-radius: 10px;
  border: none;
  background: var(--green);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* Media Queries */
@media only screen and (max-width: 1400px) {
    
.review-card{
    min-height: 230px;
}
  .menu ul li {
    font-size: 16px;
  }

  .header-txt h1 {
    font-size: 30px;
  }

  .header-txt p {
    font-size: 16px;
    max-width: 75%;
  }

  .header-txt ul li {
    font-size: 17px;
    max-width: 90%;
  }

  .form-img {
    width: 400px;
  }

  .vant-box {
    padding: 35px 20px;
  }

  .vant-box p {
    max-width: 100%;
  }

  .article-box {
    max-width: 95%;
  }

  .article-txt p {
    font-size: 16px;
  }

  .footer-txt p {
    font-size: 30px;
  }

  .social img {
    height: 55px;
  }

  .footer-txt .lato-underline::after {
    width: 422px;
  }
}

@media only screen and (max-width: 1200px) {
    
.review-card{
    min-height: 230px;
}
.review-source img{
    display: none;
}
  .nav-logo img {
    height: 60px;
  }

  .header .lato-underline::after,
  .sec3-txt h3 .lato-underline::after {
    width: auto;
  }

  .header-txt h1 span {
    font-size: 32px;
  }

  .sec1-txt h3,
  .sec1-txt h3 span {
    font-size: 30px;
  }

  .lato-underline::after,
  .footer-txt .lato-underline::after {
    width: auto;
    background-size: contain;
  }

  .menu ul li {
    font-size: 13px;
  }

  .header-txt h1 {
    font-size: 26px;
  }

  .header-txt p {
    font-size: 14px;
    max-width: 80%;
  }

  .header-txt ul li {
    font-size: 14px;
    max-width: 75%;
  }

  #contactform {
    width: 350px;
    padding: 30px 20px;
  }

  #contactform h6 {
    font-size: 13px;
  }

  .vant-box {
    height: 200px;
  }

  .footer-txt p {
    font-size: 26px;
  }

  .footer-txt h3 {
    font-size: 30px;
  }

  .footer-img img {
    height: 300px;
  }

  .vant-box p {
    font-size: 15px;
  }

  .footer {
    padding: 30px 0 0 0;
  }

  .social {
    gap: 0 10px;
  }

  .social img {
    height: 50px;
  }
}

@media only screen and (max-width: 1080px) {
  .article-txt p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .header-txt h1 span {
    font-size: 32px;
  }

  .header-txt h1 {
    line-height: 1.5;
  }

  .sec1-txt h3 span {
    font-size: 30px;
  }

  .section1 .lato-underline::after {
    width: 220px;
  }

  .section2 .lato-underline::after {
    width: 260px;
  }

  .lato-underline::after {
    width: 235px;
  }

  .footer-txt .lato-underline::after {
    width: 370px;
  }

  .footer-txt h3 {
    font-size: 20px;
  }

  .menu ul li {
    font-size: 11px;
  }

  .header-content {
    padding: 0 30px;
  }

  .header-txt h1 {
    font-size: 24px;
  }

  .header-txt p {
    max-width: 90%;
  }

  .header-txt ul li {
    font-size: 14px;
    max-width: 95%;
  }

  .form-img {
    display: none;
  }

  #contactform h6 {
    font-size: 12px;
  }

  .sec1-txt h3 {
    font-size: 24px;
  }

  .sec2-outer {
    padding: 60px 20px 50px 20px;
  }

  .vant-box {
    margin-bottom: 20px;
  }

  .footer-img img {
    height: 390px;
  }

  .reviews-layout {
    gap: 32px;
  }

  .persona-box img {
    height: 270px;
    left: unset;
    right: unset;
  }

  .social {
    justify-content: space-between;
  }

  .social img {
    height: auto;
    width: 31%;
  }

  .people-waiting {
    max-height: 220px;
  }
}

@media only screen and (max-width: 768px) {
  /* Reviews */
    .reviews-layout {
      display: block;
    }
  
  
    .review-card{
        min-height: auto;
    }
  
    .reviews-header {
      width: 100%;
      text-align: center;
    }
  
    .reviews-quote {
      margin-inline: auto;
    }
  
    .reviews-title {
      margin-bottom: 40px;
    }
  
    .reviews-nav {
      justify-content: center;
    }
  .nav {
    padding: 30px;
  }

  .header-txt h1 span {
    font-size: 32px;
  }

  .nav-logo {
    text-align: center;
  }

  .nav-logo img {
    height: 50px;
  }

  .header {
    text-align: center;
  }

  .header-content {
    padding: 40px;
  }

  .selo {
    justify-content: center;
  }

  .header-txt.d-flex {
    flex-direction: column;
    align-items: center;
  }

  .header-txt h1 {
    margin-top: 40px;
    font-size: 35px;
  }

  .header-txt p {
    font-size: 18px;
    margin: 20px auto 10px auto;
    max-width: 100%;
  }

  .header-txt ul {
    text-align: left;
    max-width: 80%;
    margin: 0 auto;
  }

  .header-txt ul li {
    max-width: 100%;
    font-size: 15px;
  }

  .form-box {
    flex-direction: column;
    text-align: center;
    min-height: auto;
    margin: 20px auto 0 auto;
  }

  #contactform {
    margin: 0 auto;
    width: 100%;
    padding: 30px;
  }

  #contactform h3 {
    max-width: 75%;
  }

  #contactform h6 {
    font-size: 15px;
  }

  .sec1-txt h3 {
    font-size: 26px;
    text-wrap: balance;
    margin: 0 auto;
  }

  .sec3-txt h3 {
    text-align: center;
  }

  .sec3-txt p {
    text-align: center;
    text-wrap: balance;
    margin-top: 15px;
  }

  .sec1-txt {
    margin-bottom: 30px;
  }

  .vant-box {
    margin: 10px auto;
    height: auto;
    padding: 30px;
  }

  .vant-box p {
    font-size: 18px;
  }

  .article-txt p {
    font-size: 18px;
  }

  .footer {
    padding: 0;
    text-align: center;
  }

  .footer-outer {
    padding: 50px 30px 0 30px;
  }

  .footer-txt button {
    margin: 30px auto;
  }

  .footer-img img {
    position: relative;
  }

  .reviews-layout {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .reviews-section {
    padding: 60px 16px;
  }

  .reviews-header {
    width: 100%;
  }

  .review-card {
    margin: 12px auto;
    width: 95%;
  }

  .reviews-nav {
    justify-content: center;
  }

  .no-waste-time--wrapper {
    flex-direction: column-reverse;
    gap: 50px;
    text-align: center;
  }

  .no-waste-time--wrapper h2 {
    line-height: 30px;
    text-wrap: balance;
  }

  .no-waste-time--wrapper .cta {
    width: 285px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {

  .header,
  .section2,
  .footer {
    padding: 0 15px;
  }

  .footer-txt p {
    font-size: 24px;
  }

  .header-txt h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 550px) {
  .header-txt p {
    font-size: 16px;
  }

  .sec1-txt h3 {
    max-width: 78%;
  }

  .sec3-txt h3 {
    font-size: 26px;
  }

  .footer-txt p {
    font-size: 21px;
  }

  .footer-img img {
    height: auto;
    width: 100%;
  }

}

@media only screen and (max-width: 500px) {
  .header-txt ul {
    max-width: 90%;
  }

  .footer-txt p {
    font-size: 18px;
  }

  .header-txt h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 475px) {
  .header-txt h1 {
    font-size: 24px;
  }

  .header-txt p {
    max-width: 90%;
  }

  #contactform h6 {
    max-width: 85%;
  }

  #contactform h3 {
    max-width: 95%;
  }

  .sec1-txt h3 {
    max-width: 88%;
  }

  .footer-txt .lato-underline::after {
    width: auto;
  }

  .footer-txt p {
    font-size: 20px;
  }

  .footer-txt h3 {
    font-size: 14px;
  }

  .people-waiting {
    max-height: 190px;
  }

  .no-waste-time--wrapper h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 414px) {
  .form-img {
    width: 100%;
  }

  #contactform {
    padding: 25px;
  }

  .header-content {
    padding: 35px 30px;
  }

  .sec1-txt h3 {
    max-width: 96%;
  }

  .sec1-cta button,
  .reviews-cta {
    width: 100%;
  }

  .header-txt h1 {
    font-size: 22px;
  }

  .footer-txt p {
    font-size: 18px;
    max-width: 80%;
    margin: 0 auto;
  }

  .sec1-cta button {
    width: 100%;
    font-size: 18px;
  }

  .article-txt p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 390px) {
  .header-txt h1 {
    font-size: 22px;
  }

  .footer-txt h3 {
    font-size: 28px;
  }

  .header-txt p {
    max-width: 95%;
  }

  .header-content {
    padding: 30px 25px;
  }

  .sec1-txt h3 {
    max-width: 100%;
  }

  .footer-outer {
    padding: 40px 25px 0 25px;
  }

  .input-title h5 {
    font-size: 16px;
  }

  .social {
    gap: 0 10px;
    margin: 20px auto 30px auto;
  }

  .social img {
    width: 32%;
  }
}

@media only screen and (max-width: 375px) {
  .header-txt h1 {
    font-size: 20px;
  }

  .footer-txt h3 {
    font-size: 14px;
    margin-top: 25px;
  }

  #contactform h6 {
    max-width: 80%;
  }

  .sec1-cta button {
    font-size: 16px;
  }

  .sec1-cta button img {
    display: none;
  }

  .header-txt p {
    max-width: 95%;
    font-size: 13px;
  }

  #contactform h3 {
    max-width: 100%;
    font-size: 22px;
  }

  .form-button {
    width: 100%;
  }

  .vant-box p {
    max-width: 100%;
    font-size: 16px;
  }

  .form-button img,
  .footer-txt button img {
    display: none;
  }

  .footer-txt p {
    max-width: 90%;
  }

  .sec1-txt h3,
  .sec3-txt h3 {
    font-size: 24px;
  }

  .header,
  .section2,
  .footer {
    padding: 0 10px;
  }

  .footer-txt button {
    width: 100%;
  }
}

@media only screen and (max-width: 345px) {
  .header-content {
    padding: 25px 15px;
  }

  .header-txt h1 {
    font-size: 20px;
  }

  .header-txt p {
    max-width: 100%;
    font-size: 12px;
  }

  #contactform h3 {
    font-size: 20px;
  }

  #contactform h6 {
    max-width: 100%;
    font-size: 14px;
  }

  .inputs1 .col-6,
  .extra-question .col-6 {
    padding: 0 5px;
  }

  .form-button {
    font-size: 16px;
  }

  .sec1-cta button {
    font-size: 14px;
  }

  .sec1-txt h3,
  .sec3-txt h3 {
    font-size: 20px;
  }

  .vant-box {
    padding: 20px;
  }

  .vant-box p {
    font-size: 14px;
  }

  .footer-txt p {
    font-size: 18px;
    max-width: 80%;
  }

  .footer-txt h3 {
    font-size: 22px;
  }

}

@media only screen and (max-width: 320px) {
  .footer-txt h3 {
    font-size: 21px;
  }
}

/* Force section headings color */
.sec1-txt h3,
.sec3-txt h3,
.footer-txt h3 {
  color: #000000;
}

.sec1-txt h3 span,
.sec3-txt h3 span,
.footer-txt h3 span {
  color: #1067C9;
}