@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

:target::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.wpcf7 label,
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output,
.wpcf7-quiz-label {
  color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
}

.stats-row .vc_column_container:not(:last-child) .vc_column-inner {
  border-right: 1px solid #e0e8f0;
}
@media (max-width: 768px) {
  .stats-row .vc_column_container:not(:last-child) .vc_column-inner {
    border-right: none;
    border-bottom: 1px solid #e0e8f0;
  }
}


/* Pull quote sections */
.pull-quote-section .vc_column_container {
  display: flex !important;
  align-items: center !important;
}

.pull-quote-section h2,
.pull-quote-section h3 {
  font-size: 30px !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

@media (max-width: 768px) {
  .pull-quote-section .vc_col-sm-4,
  .pull-quote-section .vc_col-sm-8 {
    width: 100% !important;
  }
  .pull-quote-section .vc_col-sm-4 {
    margin-bottom: 20px !important;
  }
}

.cards-section .wpb_wrapper > div {
  border-top: 3px solid #4CAF87 !important;
}

.vc_custom_1776426932416 .vc_single_image-wrapper {
  text-align: left !important;
}

@media (max-width: 768px) {

  /* Hide the background illustration on mobile */
  .upb_video-bg {
    display: none !important;
  }

  /* Give the hero row a clean white background */
  .upb_content_video {
    background: #ffffff !important;
  }

  /* Full width columns on mobile */
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-5 {
    width: 100% !important;
    padding: 0 20px !important;
  }

  /* Add breathing room at top */
  .wpb_row {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

}

@media (max-width: 768px) {

  /* H1 — main hero title */
  h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  /* H2 */
  h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  /* H3 — section subheadings */
  h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  /* H4, H5 — smaller labels */
  h4, h5 {
    font-size: 17px !important;
    line-height: 1.4 !important;
  }

  /* Body text */
  p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

}

.upb_content_video {
  background-size: 50% !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}

nav.navigation.post-nav {
  visibility: hidden;
  height: 0px;
}

 a.underlined{
   color:#0EC07D !important;
}

p {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

/* Increase padding inside Info Table boxes */
.info-table,
.vc_info_table,
.vc-infobox,
.aio-icon-box {
  padding: 15px;
}

/* Disable handwritten font on mobile */
@media (max-width: 768px) {
  .wpb_text_column.handwritten .wpb_wrapper,
  .wpb_text_column.handwritten .wpb_wrapper p,
  .wpb_text_column.handwritten .wpb_wrapper h3,
  .wpb_text_column.handwritten .wpb_wrapper h4,
  .wpb_text_column.handwritten .wpb_wrapper h5 {
    font-family: inherit !important;
    font-weight: inherit !important;
  }
}


/* Hide images on mobile only */
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}


/* ======================================
   Contact Form 7 – refined UI adjustments
   Form ID: wpcf7-f7950-p7547-o1
   ====================================== */

#wpcf7-f7950-p7547-o1 {
  max-width: 620px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}

/* Labels */
#wpcf7-f7950-p7547-o1 label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
}

/* Inputs & textarea */
#wpcf7-f7950-p7547-o1 input[type="text"],
#wpcf7-f7950-p7547-o1 input[type="email"],
#wpcf7-f7950-p7547-o1 textarea {
  width: 100%;
  padding: 10px 14px;          /* reduced height */
  font-size: 15px;
  font-weight: 400;            /* not bold */
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Focus state */
#wpcf7-f7950-p7547-o1 input:focus,
#wpcf7-f7950-p7547-o1 textarea:focus {
  border-color: #4FB6A3;
  box-shadow: 0 0 0 3px rgba(79, 182, 163, 0.2);
  outline: none;
}

/* Textarea */
#wpcf7-f7950-p7547-o1 textarea {
  min-height: 140px;
  resize: vertical;
}

/* Field spacing */
#wpcf7-f7950-p7547-o1 p,
#wpcf7-f7950-p7547-o1 .wpcf7-form-control-wrap {
  margin-bottom: 16px;
}

/* Submit button */
#wpcf7-f7950-p7547-o1 input[type="submit"] {
  background-color: #4FB6A3;
  color: #fff;
  border: none;
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.05s ease;
}

/* Button hover */
#wpcf7-f7950-p7547-o1 input[type="submit"]:hover {
  background-color: #43a997;
}

/* Feedback / response message */
#wpcf7-f7950-p7547-o1 .wpcf7-response-output {
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 6px;
  background-color: #ffffff;   /* white box */
  color: #4FB6A3;               /* text color */
  border: 1px solid #4FB6A3;
  font-size: 15px;
}

/* Validation error tips */
#wpcf7-f7950-p7547-o1 .wpcf7-not-valid-tip {
  color: #b00020;
  font-size: 14px;
  margin-top: 6px;
}