/* About page responsive overrides */

/* ----- Hero ----- */
.about-hero .breadcrumb__title {
  font-size: clamp(1.2rem, 4vw, 2.25rem) !important;
  line-height: 1.25 !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.about-hero .breadcrumb__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.about-hero-lead {
  color: #fff;
  font-size: clamp(0.95rem, 2.2vw, 1.125rem);
  line-height: 1.5;
  max-width: 42rem;
  margin: 0 auto;
  opacity: 0.95;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 991.98px) {
  .about-hero {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .about-hero {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (max-width: 575.98px) {
  .about-hero {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

/* ----- Intro ----- */
.about-intro {
  overflow: hidden;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.about-intro-title {
  font-size: clamp(1.15rem, 3vw, 1.75rem);
  line-height: 1.3;
}

.about-intro .tp-contact-form,
.about-intro-closing,
.about-why .tp-contact-form {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.about-intro .tp-contact-form p,
.about-intro-closing,
.about-why .tp-contact-form p {
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: 1.55;
}

.about-why .tp-contact-form h4 {
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .about-intro .col-lg-6 {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .about-intro {
    padding-top: 1rem;
  }

  .about-why {
    padding-bottom: 0.5rem;
  }
}

/* ----- Video ----- */
.about-video {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.about-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0;
}

/* ----- Sample form (included) ----- */
.tp-subscribe-form #sampleEmailForm {
  width: 100% !important;
  max-width: 100%;
}

.tp-subscribe-form .form-control {
  margin-bottom: 0.75rem;
}

.tp-subscribe-form .captcha img {
  height: auto;
  max-width: 100%;
}

.tp-subscribe-form .home-sample-captcha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.tp-subscribe-form .home-sample-captcha .form-control {
  flex: 1 1 120px;
  min-width: 0;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .tp-subscribe-area .tp-subscribe-title {
    font-size: clamp(1.15rem, 5vw, 1.5rem);
  }

  .tp-subscribe-form .btn-primary {
    width: 100%;
    margin-top: 0.5rem;
  }
}
