@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-Roman.ttf") format("TrueType");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-RomanItalic.ttf") format("TrueType");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-Medium.ttf") format("TrueType");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-MediumItalic.tff") format("TrueType");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
.btn {
  border-radius: 50px;
  padding: 11px 20px;
  font-weight: 500;
  font-size: inherit;
  font-family: "Lora", serif;
}
.btn:focus {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .btn-md {
    padding: 0.5rem 2rem;
    font-size: calc(1.255rem + 0.06vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-md {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-lg {
    padding: 1rem 5rem;
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-lg {
    font-size: 1.5rem;
  }
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #3c98af;
  color: #3c98af;
}
.btn-outline-primary:hover {
  background-color: #3c98af;
  color: #fff;
}

.btn-outline-black {
  background-color: transparent;
  border: 1px solid #555;
  color: #555;
}
.btn-outline-black:hover {
  background-color: #555;
  color: #fff;
}

.btn-outline-dark-grey {
  background-color: transparent;
  border: 1px solid #ababab;
  color: #ababab;
}
.btn-outline-dark-grey:hover {
  background-color: #ababab;
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #fff;
}

.btn-outline-cream {
  background-color: transparent;
  border: 1px solid #fff19f;
  color: #fff19f;
}
.btn-outline-cream:hover {
  background-color: #fff19f;
  color: #fff;
}

.btn-outline-green {
  background-color: transparent;
  border: 1px solid #81dac6;
  color: #81dac6;
}
.btn-outline-green:hover {
  background-color: #81dac6;
  color: #fff;
}

.btn-outline-dark-green {
  background-color: transparent;
  border: 1px solid #5a988a;
  color: #5a988a;
}
.btn-outline-dark-green:hover {
  background-color: #5a988a;
  color: #fff;
}

.btn-outline-light-red {
  background-color: transparent;
  border: 1px solid #f0565e;
  color: #f0565e;
}
.btn-outline-light-red:hover {
  background-color: #f0565e;
  color: #fff;
}

.btn-primary {
  background-color: #3c98af;
  border: 1px solid #3c98af;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
  background-color: #2f7789;
  color: #fff;
  border: 1px solid #2f7789;
}
.btn-primary:focus, .btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(60, 152, 175, 0.5);
}

.btn-black {
  background-color: #555;
  border: 1px solid #555;
  color: #fff;
}
.btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:disabled {
  background-color: #3c3c3c;
  color: #fff;
  border: 1px solid #3c3c3c;
}
.btn-black:focus, .btn-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(85, 85, 85, 0.5);
}

.btn-dark-grey {
  background-color: #ababab;
  border: 1px solid #ababab;
  color: #fff;
}
.btn-dark-grey:hover, .btn-dark-grey:active, .btn-dark-grey:focus, .btn-dark-grey:disabled {
  background-color: #929292;
  color: #fff;
  border: 1px solid #929292;
}
.btn-dark-grey:focus, .btn-dark-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(171, 171, 171, 0.5);
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:disabled {
  background-color: #e6e6e6;
  color: #fff;
  border: 1px solid #e6e6e6;
}
.btn-white:focus, .btn-white:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-cream {
  background-color: #fff19f;
  border: 1px solid #fff19f;
  color: #fff;
}
.btn-cream:hover, .btn-cream:active, .btn-cream:focus, .btn-cream:disabled {
  background-color: #ffea6c;
  color: #fff;
  border: 1px solid #ffea6c;
}
.btn-cream:focus, .btn-cream:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 241, 159, 0.5);
}

.btn-green {
  background-color: #81dac6;
  border: 1px solid #81dac6;
  color: #fff;
}
.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:disabled {
  background-color: #5aceb4;
  color: #fff;
  border: 1px solid #5aceb4;
}
.btn-green:focus, .btn-green:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(129, 218, 198, 0.5);
}

.btn-dark-green {
  background-color: #5a988a;
  border: 1px solid #5a988a;
  color: #fff;
}
.btn-dark-green:hover, .btn-dark-green:active, .btn-dark-green:focus, .btn-dark-green:disabled {
  background-color: #47786d;
  color: #fff;
  border: 1px solid #47786d;
}
.btn-dark-green:focus, .btn-dark-green:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(90, 152, 138, 0.5);
}

.btn-light-red {
  background-color: #f0565e;
  border: 1px solid #f0565e;
  color: #fff;
}
.btn-light-red:hover, .btn-light-red:active, .btn-light-red:focus, .btn-light-red:disabled {
  background-color: #ec2731;
  color: #fff;
  border: 1px solid #ec2731;
}
.btn-light-red:focus, .btn-light-red:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(240, 86, 94, 0.5);
}

.text-primary {
  color: #3c98af !important;
}
.text-primary a {
  color: #3c98af;
  font-weight: 500;
}
.text-primary a:hover {
  color: #2f7789;
}

.text-black {
  color: #555 !important;
}
.text-black a {
  color: #555;
  font-weight: 500;
}
.text-black a:hover {
  color: #3c3c3c;
}

.text-dark-grey {
  color: #ababab !important;
}
.text-dark-grey a {
  color: #ababab;
  font-weight: 500;
}
.text-dark-grey a:hover {
  color: #929292;
}

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff;
  font-weight: 500;
}
.text-white a:hover {
  color: #e6e6e6;
}

.text-cream {
  color: #fff19f !important;
}
.text-cream a {
  color: #fff19f;
  font-weight: 500;
}
.text-cream a:hover {
  color: #ffea6c;
}

.text-green {
  color: #81dac6 !important;
}
.text-green a {
  color: #81dac6;
  font-weight: 500;
}
.text-green a:hover {
  color: #5aceb4;
}

.text-dark-green {
  color: #5a988a !important;
}
.text-dark-green a {
  color: #5a988a;
  font-weight: 500;
}
.text-dark-green a:hover {
  color: #47786d;
}

.text-light-red {
  color: #f0565e !important;
}
.text-light-red a {
  color: #f0565e;
  font-weight: 500;
}
.text-light-red a:hover {
  color: #ec2731;
}

.bg-primary {
  background-color: #3c98af;
}

.bg-black {
  background-color: #555;
}

.bg-dark-grey {
  background-color: #ababab;
}

.bg-white {
  background-color: #fff;
}

.bg-cream {
  background-color: #fff19f;
}

.bg-green {
  background-color: #81dac6;
}

.bg-dark-green {
  background-color: #5a988a;
}

.bg-light-red {
  background-color: #f0565e;
}

.map {
  min-height: 500px;
  width: 100%;
}

label {
  font-size: 1rem;
  font-weight: 500;
}
label.form-check-label {
  font-weight: 400;
}

form p {
  margin: 0;
}

input:focus, textarea:focus {
  outline: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  background-color: #f9f1c2;
  height: 50px;
  padding: 0;
  padding-left: 15px;
  color: #555;
  margin-bottom: 1rem;
  box-shadow: none;
  border: none;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #555;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}

::placeholder {
  color: #555;
}

textarea {
  width: 100%;
  background-color: #f9f1c2;
  height: 120px;
  padding: 0;
  padding-left: 15px;
  padding-top: 15px;
  color: #555;
  margin-bottom: 1rem;
  box-shadow: none;
  border: none;
}

[type=submit] {
  width: 40%;
  height: 50px;
  background-color: #81dac6;
  color: #fff;
  border-radius: 50px;
  box-shadow: none;
  border: none;
  font-size: 21px;
  font-family: "Lora", serif;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
[type=submit]:hover {
  background-color: #5aceb4;
}
@media screen and (max-width: 991px) {
  [type=submit] {
    width: 100%;
  }
}

.form-control,
.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #ababab;
}

.form-check .wpcf7-list-item {
  margin: 0;
  display: inline;
}

span.wpcf7-not-valid-tip {
  font-size: 0.9rem;
}

.wpcf7-list-item {
  width: 100%;
  position: relative;
  display: inline;
  margin: 0 !important;
}
.wpcf7-list-item input[type=checkbox] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: 8px;
  margin-top: 14px;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  color: #fff;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  transform: rotate(-45deg) scale(1);
}
.wpcf7-list-item input[type=checkbox]:focus + label::before {
  outline: 0;
}
.wpcf7-list-item label {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 1rem;
  font-weight: 400;
  cursor: pointer;
  vertical-align: sub;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 300;
}
.wpcf7-list-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 4px 4px 0;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 0px;
  border: 1px solid #fff;
  background-color: #fff;
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #555;
  border-left: 2px solid #555;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 6px;
}
.wpcf7-list-item .wpcf7-list-item-label span {
  font-weight: 500;
  font-size: 12px;
  color: #555;
}
.wpcf7-list-item .wpcf7-list-item-label span a {
  color: #555;
  text-decoration: underline;
}
.wpcf7-list-item .wpcf7-list-item-label span a:hover {
  text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 1rem;
  border: 0;
  text-align: center;
  font-size: 1.4em;
}

.offcanvas {
  background-color: #fff19f;
  width: 60%;
  border-left: none;
}
@media screen and (max-width: 600px) {
  .offcanvas {
    width: 100%;
  }
}
.offcanvas .offcanvas-header {
  padding: 3rem 3rem 6rem 3rem;
}
@media screen and (max-width: 750px) {
  .offcanvas .offcanvas-header {
    padding: 1.5rem 1.5rem 4rem 1.5rem;
  }
}
.offcanvas .offcanvas-header .logo img {
  width: 270px;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  .offcanvas .offcanvas-header .logo img {
    width: 200px;
  }
}
.offcanvas .offcanvas-header button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.offcanvas .offcanvas-header button i {
  color: #555;
  font-size: 28px;
  vertical-align: middle;
}
.offcanvas .offcanvas-body {
  padding: 0 3rem;
}
@media screen and (max-width: 750px) {
  .offcanvas .offcanvas-body {
    padding: 0rem 1.5rem;
  }
}
.offcanvas .offcanvas-body nav {
  display: block;
}
.offcanvas .offcanvas-body nav ul {
  margin: 0;
}
.offcanvas .offcanvas-body nav ul li {
  margin-bottom: 2rem;
  list-style: none;
  text-align: center;
}
.offcanvas .offcanvas-body nav ul li:last-child {
  margin-bottom: 0;
}
.offcanvas .offcanvas-body nav ul li a {
  color: #555;
  font-size: 20px;
  font-family: "Lora", serif;
  letter-spacing: 0.2px;
}
.offcanvas .offcanvas-body nav ul li a:hover {
  color: #555;
}
.offcanvas .offcanvas-body nav ul li.current-menu-item a {
  color: #555;
}

header {
  padding: 2rem 0;
  position: relative;
  background-color: #03bdd9;
  background-image: linear-gradient(rgba(3, 189, 217, 0.6), rgba(3, 189, 217, 0.6)), url("/wp-content/uploads/2025/10/blue-cross-pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  z-index: 0;
}
header:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
header .bow {
  position: absolute;
  bottom: -90px;
  left: 2%;
  width: 9%;
  z-index: 10;
}
@media screen and (max-width: 1350px) {
  header .bow {
    bottom: -77px;
    width: 8%;
  }
}
@media screen and (max-width: 1199px) {
  header .bow {
    bottom: -60px;
  }
}
@media screen and (max-width: 991px) {
  header .bow {
    width: 10%;
  }
}
@media screen and (max-width: 800px) {
  header .bow {
    bottom: -48px;
  }
}
@media screen and (max-width: 650px) {
  header .bow {
    width: 12%;
  }
}
@media screen and (max-width: 525px) {
  header .bow {
    bottom: -40px;
    width: 13%;
  }
}
@media screen and (max-width: 450px) {
  header .bow {
    width: 16%;
  }
}
@media screen and (max-width: 350px) {
  header .bow {
    display: none;
  }
}
header .bow img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
header .logo {
  padding-left: 50px;
}
@media screen and (max-width: 1399px) {
  header .logo {
    padding: 0;
  }
}
header .logo img {
  width: 270px;
  border-radius: 0;
}
@media screen and (max-width: 600px) {
  header .logo img {
    width: 200px;
  }
}
header .rightContent {
  margin-left: auto;
}
header .rightContent .nav > .menu > li {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
}
header .rightContent .nav > .menu > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
header .rightContent .nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  min-width: 250px;
  background: #81dac6;
  border-radius: 0.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}
header .rightContent .nav li:hover > .sub-menu,
header .rightContent .nav li:focus-within > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .rightContent .nav .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: normal;
}
header .rightContent .nav .sub-menu a {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.25s ease, color 0.25s ease;
}
header .rightContent .nav .sub-menu a:after {
  display: none;
}
header .rightContent .nav .sub-menu li.current-menu-item a {
  background-color: #5aceb4;
  color: #fff;
}
header .rightContent .nav .sub-menu a:hover {
  background-color: #5aceb4;
  color: #fff;
}
header .rightContent .nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  border-radius: 0.5rem;
}
@media screen and (max-width: 991px) {
  header .rightContent nav {
    display: none;
  }
}
header .rightContent nav ul {
  margin: 0;
}
header .rightContent nav ul li {
  display: inline-block;
  margin-left: 38px;
  line-height: 50px;
}
@media screen and (max-width: 1399px) {
  header .rightContent nav ul li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header .rightContent nav ul li {
    margin-left: 20px;
  }
}
header .rightContent nav ul li:first-child {
  margin-left: 0;
}
header .rightContent nav ul li a {
  color: #fff;
  font-size: 18px;
  font-family: "Lora", serif;
  letter-spacing: 0.2px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  header .rightContent nav ul li a {
    font-size: 16px;
  }
}
header .rightContent nav ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  /* Adjust distance below text */
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.3s ease;
}
header .rightContent nav ul li a:hover::after, header .rightContent nav ul li a:focus::after {
  transform: translateX(-50%) scale(1);
}
header .rightContent nav ul .current-menu-item > a::after {
  transform: translateX(-50%) scale(1);
}
header .rightContent nav ul .menu-item-23.current-menu-item a {
  background-color: #ffea6c;
  color: #5a988a;
}
header .rightContent nav ul .menu-item-23 a {
  background-color: #fff19f;
  color: #5a988a !important;
  border-radius: 50px;
  padding: 11px 20px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
header .rightContent nav ul .menu-item-23 a:after {
  display: none;
}
header .rightContent nav ul .menu-item-23 a:hover {
  background-color: #ffea6c;
  color: #5a988a;
}
header .rightContent .burgerMenu {
  display: none;
}
@media screen and (max-width: 991px) {
  header .rightContent .burgerMenu {
    display: inherit;
  }
}
header .rightContent .burgerMenu button {
  background-color: transparent;
  border: none;
  padding: 0;
}
header .rightContent .burgerMenu button i {
  color: #555;
  font-size: 28px;
  vertical-align: middle;
}

footer {
  position: relative;
  background-color: #03bdd9;
  background-image: linear-gradient(rgba(3, 189, 217, 0.6), rgba(3, 189, 217, 0.6)), url("/wp-content/uploads/2025/10/blue-cross-pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6rem 0 2rem 0;
  color: #fff;
  z-index: 0;
}
footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
footer .bow {
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
  width: 9%;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  footer .bow {
    width: 10%;
  }
}
@media screen and (max-width: 800px) {
  footer .bow {
    top: -27px;
  }
}
@media screen and (max-width: 650px) {
  footer .bow {
    width: 12%;
  }
}
@media screen and (max-width: 450px) {
  footer .bow {
    width: 16%;
  }
}
footer .bow img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  footer {
    text-align: center;
    padding: 4rem 0 2rem 0;
  }
}
@media screen and (max-width: 370px) {
  footer p {
    font-size: 15px;
  }
}
footer .logo img {
  width: 180px;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  footer .logo img {
    width: 150px;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #555;
}
footer .copyright {
  text-align: center;
  margin-top: 6rem;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 991px) {
  footer .copyright {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 991px) {
  footer nav {
    display: block !important;
  }
}
footer nav ul {
  margin: 0;
}
footer nav ul li {
  margin-bottom: 0.5rem;
  list-style: none;
}
@media screen and (max-width: 991px) {
  footer nav ul li {
    text-align: center;
  }
}
footer nav ul li:last-child {
  margin-bottom: 0;
}
footer nav ul li a {
  color: #fff;
  font-size: 18px;
  font-family: "Lora", serif;
  letter-spacing: 0.2px;
}
footer nav ul li a:hover {
  color: #555;
}
footer nav ul li.current-menu-item a {
  color: #fff;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: calc(1.2875rem + 0.45vw);
  color: #555;
}
@media (min-width: 1200px) {
  body {
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 399px) {
  body {
    font-size: 0.9375rem;
    line-height: calc(1.25625rem + 0.075vw);
  }
}
@media screen and (max-width: 399px) and (min-width: 1200px) {
  body {
    line-height: 1.3125rem;
  }
}
@media screen and (max-width: 342px) {
  body {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

p,
a {
  font-family: inherit;
  line-height: inherit;
}

a {
  color: #555;
  text-decoration: none;
  transition: color ease 0.3s;
}
a:hover {
  color: #2f7789;
}

b,
strong {
  font-weight: 500;
}

h1,
.h1 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: calc(1.46875rem + 2.625vw);
  line-height: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 3.4375rem;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    line-height: 3.75rem;
  }
}

h2,
.h2 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.40625rem + 1.875vw);
  color: #f0565e;
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    line-height: 2.8125rem;
  }
}

h3,
.h3 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    line-height: 2.1875rem;
  }
}

h4,
.h4 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: calc(1.3rem + 0.6vw);
  line-height: calc(1.33125rem + 0.975vw);
}
@media (min-width: 1200px) {
  h4,
.h4 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h4,
.h4 {
    line-height: 2.0625rem;
  }
}

h5,
.h5 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h5,
.h5 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  h5,
.h5 {
    line-height: 1.875rem;
  }
}

h6,
.h6 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h6,
.h6 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  h6,
.h6 {
    line-height: 1.875rem;
  }
}

#generic-content,
.normalise {
  overflow-x: hidden;
}
#generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
  color: #3c98af;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    line-height: 1.5rem;
  }
}
#generic-content p,
.normalise p {
  text-overflow: ellipsis;
  overflow: hidden;
}
#generic-content table,
.normalise table {
  width: 100%;
}
#generic-content table tbody,
#generic-content table td,
#generic-content table tfoot,
#generic-content table th,
#generic-content table thead,
#generic-content table tr,
.normalise table tbody,
.normalise table td,
.normalise table tfoot,
.normalise table th,
.normalise table thead,
.normalise table tr {
  border: 1px solid #ababab;
  padding: 0.5rem 0.5rem;
}
#generic-content ul li,
.normalise ul li {
  margin-bottom: 0.5rem;
}
#generic-content blockquote,
.normalise blockquote {
  background: #ababab;
  padding: 1rem 2rem;
  font-style: italic;
  border-left: 3px solid #3c98af;
  font-size: 1rem;
  line-height: 1rem;
}
#generic-content *:last-child,
.normalise *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #generic-content iframe,
.normalise iframe {
    width: calc(100vw - 60px);
  }
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-extra-light {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

body {
  background-color: #f2fff5;
}

img {
  border-radius: 10px;
}

.page-id-233 h2 {
  color: #f0565e;
}

section {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
section#banner {
  position: relative;
  z-index: -1;
}
section#banner img {
  border-radius: 0;
}
section#banner .bannerText {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  section#banner .bannerText {
    display: none;
  }
}
section#banner .bannerText h1 {
  width: 48%;
}
@media screen and (max-width: 1399px) {
  section#banner .bannerText h1 {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  section#banner .bannerText h1 {
    width: 100%;
  }
}
section#banner .bannerText p {
  margin: 0;
  width: 40%;
}
@media screen and (max-width: 991px) {
  section#banner .bannerText p {
    width: 100%;
  }
}
section#mobileText {
  display: none;
}
@media screen and (max-width: 991px) {
  section#mobileText {
    display: inherit;
  }
}
section#about p:last-child, section#approach p:last-child {
  margin-bottom: 0;
}
section#about {
  position: relative;
}
section#about::before {
  content: "";
  position: absolute;
  top: 16%;
  left: 39%;
  width: 60px;
  aspect-ratio: 1/1;
  background-image: url("/wp-content/uploads/2025/10/ladybird.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  opacity: 1;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 991px) {
  section#about::before {
    display: none;
  }
}
section#approach {
  position: relative;
}
section#approach::before {
  content: "";
  position: absolute;
  top: 0%;
  right: 4%;
  width: 80px;
  /* fixed width */
  aspect-ratio: 1/1;
  /* keeps image proportional */
  background-image: url("/wp-content/uploads/2025/10/bee-illustration.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  opacity: 1;
  /* adjust to make more visible */
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 991px) {
  section#approach::before {
    display: none;
  }
}
section#testimonial .heading p {
  width: 63%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#testimonial .heading p {
    width: 100%;
  }
}
section#testimonial .carousel-item p {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 25px;
  line-height: 30px;
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#testimonial .carousel-item p {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }
}
section#testimonial .carousel-item h6 {
  font-size: 18px;
  line-height: 23px;
}
section#testimonial .carousel-indicators {
  margin-bottom: 0;
  margin-top: 3rem;
  bottom: -19px;
}
section#book .text {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#book .text {
    width: 100%;
  }
}
section#book .buttons {
  width: 88%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1399px) {
  section#book .buttons {
    width: 100%;
  }
}
section#book .btn {
  display: block;
}
section#different .heading p {
  width: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  section#different .heading p {
    width: 100%;
  }
}
section#different .points p {
  margin: 0;
}
section#different .points .number {
  width: 45px;
  height: 45px;
  background-color: #81dac6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin: 0px;
}
section#contact img {
  width: 100%;
}
section#mapSection {
  margin-bottom: -0.5rem;
}
section#terms h4 {
  margin-top: 3rem;
}
section#terms ul {
  margin: 0;
  padding: 0;
  padding-left: 17px;
  margin-bottom: 1rem;
}
section#terms ul li {
  list-style-position: outside;
  margin-bottom: 0.5rem;
}
section#termsTimes h4 {
  margin-top: 3rem;
}
section#termsTimes h2 {
  color: #f0565e;
}
section#termsTimes table {
  width: 100%;
  border: 1px solid #555;
  margin-top: 2rem;
}
section#termsTimes table thead {
  background-color: #f0565e;
}
section#termsTimes table th {
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  padding: 10px 20px;
  color: #fff;
}
section#termsTimes table th:last-child {
  border-right: none;
}
section#termsTimes table tbody tr {
  border-bottom: 1px solid #555;
}
section#termsTimes table tbody tr:first-child, section#termsTimes table tbody tr:nth-child(4), section#termsTimes table tbody tr:nth-child(6) {
  background-color: #81dac6;
  color: #fff;
}
section#termsTimes table tbody tr td {
  border-right: 1px solid #555;
  padding: 10px 20px;
}
section#termsTimes table tbody tr td:last-child {
  border-right: none;
}
section#termsTimes table tbody tr:last-child {
  border-bottom: none;
}

body.error404 {
  min-height: 800px;
  height: 100vh;
  background: url("/wp-content/html5blank-stable/img/404-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (min-width: 992px) {
  body.error404 {
    background-position-x: right;
  }
}
body.error404 .error-404 {
  padding-top: 14rem;
}
body.error404 .error-404 h1 {
  font-size: calc(2.625rem + 16.5vw);
  line-height: calc(2.625rem + 16.5vw);
  font-weight: 900;
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    font-size: 15rem;
  }
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    line-height: 15rem;
  }
}

body {
  position: relative;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0px;
}

@media (min-width: 1500px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1700px;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0rem;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.img-fluid {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.spill-container-left {
  margin-left: calc(-1 * (100vw - 100%) / 2);
}

.spill-container-right {
  margin-right: calc(-1 * (100vw - 100%) / 2);
}

@media screen and (min-width: 576px) {
  .spill-container-sm-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-sm-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 768px) {
  .spill-container-md-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-md-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 992px) {
  .spill-container-lg-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-lg-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .spill-container-xl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .spill-container-xxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1800px) {
  .spill-container-xxxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
.img-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c98af !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-dots span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #fff !important;
  }
}

/*# sourceMappingURL=style.css.map */
