@charset "UTF-8";
@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: 2px;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.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 #000;
  color: #000;
}
.btn-outline-black:hover {
  background-color: #000;
  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-brown {
  background-color: transparent;
  border: 1px solid #ddbd97;
  color: #ddbd97;
}
.btn-outline-brown:hover {
  background-color: #ddbd97;
  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: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:disabled {
  background-color: black;
  color: #fff;
  border: 1px solid black;
}
.btn-black:focus, .btn-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 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-brown {
  background-color: #ddbd97;
  border: 1px solid #ddbd97;
  color: #fff;
}
.btn-brown:hover, .btn-brown:active, .btn-brown:focus, .btn-brown:disabled {
  background-color: #d0a571;
  color: #fff;
  border: 1px solid #d0a571;
}
.btn-brown:focus, .btn-brown:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(221, 189, 151, 0.5);
}

.btn-black {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-white {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-white:hover {
  background-color: #fff;
  color: #000;
}

.btn-brown {
  color: #000;
}
.btn-brown:hover {
  color: #000;
}

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

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

.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-brown {
  color: #ddbd97 !important;
}
.text-brown a {
  color: #ddbd97;
  font-weight: 500;
}
.text-brown a:hover {
  color: #d0a571;
}

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

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

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

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

.bg-brown {
  background-color: #ddbd97;
}

.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, input.wpcf7-form-control.wpcf7-text {
  width: 100%;
  background-color: transparent;
  height: 50px;
  padding: 0 15px;
  color: #000;
  margin-bottom: 1rem;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 474px) {
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text {
    padding: 0 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 406px) {
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text {
    padding: 0 3px;
    font-size: 11px;
  }
}

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

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

::placeholder {
  color: #000;
}

.wpcf7 input[type=date] {
  width: 100%;
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
  height: 50px;
  padding: 0 15px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type=date] {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 474px) {
  .wpcf7 input[type=date] {
    padding: 0 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 406px) {
  .wpcf7 input[type=date] {
    padding: 0 3px;
    font-size: 11px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: transparent;
  height: 50px;
  padding: 0;
  padding: 0 15px;
  color: #000;
  margin-bottom: 1rem;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  select {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 474px) {
  select {
    padding: 0 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 406px) {
  select {
    padding: 0 3px;
    font-size: 11px;
  }
}

textarea {
  width: 100%;
  background-color: transparent;
  height: 120px;
  padding: 0 15px;
  padding-top: 15px;
  color: #000;
  margin-bottom: 1rem;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  textarea {
    padding: 0 10px;
    font-size: 14px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 474px) {
  textarea {
    padding: 0 5px;
    font-size: 12px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 406px) {
  textarea {
    padding: 0 3px;
    font-size: 11px;
    padding-top: 10px;
  }
}

[type=submit] {
  width: 45%;
  height: 50px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  font-size: 18px;
  font-family: "Bodoni Moda", 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: #d0a571;
  color: #000;
}
@media screen and (max-width: 991px) {
  [type=submit] {
    width: 100%;
  }
}

.checkboxField {
  margin-bottom: 2.5rem;
}

.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

/* Hide native checkbox */
.wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

/* Label text */
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  /* space for checkbox box */
  cursor: pointer;
  font-size: 15px;
  line-height: 1.4;
}

/* Checkbox box */
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff !important;
  transition: all 0.2s ease;
}

/* Checked background */
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #000;
}

/* Checkmark */
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 1px;
  font-size: 14px;
  color: #000;
}

/* Hover state */
.wpcf7-checkbox label:hover .wpcf7-list-item-label::before {
  border-color: #000;
}

/* Focus state (accessibility) */
.wpcf7-checkbox input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  box-shadow: none;
}

.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]:focus + label::before {
  outline: 0;
}
.wpcf7-list-item label {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 0rem;
  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 !important;
}

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

.offcanvas {
  background-color: #ddbd97;
  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: 200px;
  border-radius: 0;
}
@media screen and (max-width: 399px) {
  .offcanvas .offcanvas-header .logo img {
    width: 180px;
  }
}
.offcanvas .offcanvas-header button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.offcanvas .offcanvas-header button i {
  color: #000;
  font-size: 28px;
  vertical-align: middle;
}
.offcanvas .offcanvas-header .burgerMenu {
  float: right;
}
.offcanvas .offcanvas-header .burger-icon {
  width: 42%;
  height: auto;
  max-width: 50px;
}
.offcanvas .offcanvas-body {
  padding: 0 3rem;
}
@media screen and (max-width: 750px) {
  .offcanvas .offcanvas-body {
    padding: 0rem 1.5rem;
  }
}
.offcanvas .offcanvas-body .menu-item-231 a {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 2px;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 12px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.offcanvas .offcanvas-body .menu-item-231 a:hover {
  background-color: #000;
  color: #fff;
}
.offcanvas .offcanvas-body .menu-item-231 a::before, .offcanvas .offcanvas-body .menu-item-231 a::after {
  display: none;
}
.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: #000;
  font-size: 15px;
  letter-spacing: 4px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.offcanvas .offcanvas-body nav ul li a:hover {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.offcanvas .offcanvas-body nav ul li.current-menu-item a {
  color: #000;
}
.offcanvas .offcanvas-body .socials {
  margin-left: 0px;
  margin-top: 3rem;
  text-align: center;
}
.offcanvas .offcanvas-body .socials .contactdetails {
  display: inline-block;
}
.offcanvas .offcanvas-body .socials .desk {
  display: inline-block;
}
.offcanvas .offcanvas-body .socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 2px;
  text-decoration: none;
  margin-right: 3px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 520px) {
  .offcanvas .offcanvas-body .socials a {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 435px) {
  .offcanvas .offcanvas-body .socials a {
    width: 25px;
    height: 25px;
  }
}
.offcanvas .offcanvas-body .socials a:hover {
  transform: scale(1.05);
}
.offcanvas .offcanvas-body .socials a:hover i {
  transform: scale(1.05);
}
.offcanvas .offcanvas-body .socials i {
  color: #000;
  font-size: 16px;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 510px) {
  .offcanvas .offcanvas-body .socials i {
    font-size: 14px;
  }
}

/* expand lines on hover */
.nav ul li:hover > a::before,
.nav ul li:hover > a::after,
.nav ul li.current-menu-item > a::before,
.nav ul li.current-menu-item > a::after,
.nav ul li.current_page_item > a::before,
.nav ul li.current_page_item > a::after {
  width: 100%;
  /* full width — adjust if you want shorter lines */
}

header {
  padding: 1rem 0;
  background-color: #ddbd97;
}
header .logo img {
  width: 200px;
}
@media screen and (max-width: 1199px) {
  header .logo img {
    width: 180px;
  }
}
@media screen and (max-width: 991px) {
  header .logo img {
    width: 200px;
  }
}
header .menu-item-231 a {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 2px;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 12px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1199px) {
  header .menu-item-231 a {
    padding: 5px 10px;
  }
}
header .menu-item-231 a:hover {
  background-color: #000;
  color: #fff;
}
header .menu-item-231 a::before, header .menu-item-231 a::after {
  display: none;
}
header nav {
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  header nav {
    display: none !important;
  }
}
header nav ul {
  margin: 0;
}
header nav ul li {
  display: inline-block;
  margin-left: 35px;
}
@media screen and (max-width: 1199px) {
  header nav ul li {
    margin-left: 10px;
  }
}
header nav ul li:first-child {
  margin-left: 0;
}
header nav ul li a {
  color: #000;
  font-size: 13px;
  letter-spacing: 4px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 3px 0;
}
@media screen and (max-width: 1199px) {
  header nav ul li a {
    letter-spacing: 2px;
  }
}
header nav ul li a:hover {
  color: #000;
}
header nav ul li a::before, header nav ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 1px;
  /* thickness of the line */
  background: #000;
  /* color */
  transition: 0.3s ease;
  /* smooth animation */
  transform: translateX(-50%);
}
header nav ul li a::before {
  top: 0;
}
header nav ul li a::after {
  bottom: 0;
}
@media screen and (max-width: 991px) {
  header .rightContent {
    margin-left: auto;
  }
}
header .rightContent .burgerMenu {
  display: none;
}
@media screen and (max-width: 991px) {
  header .rightContent .burgerMenu {
    display: inline-block;
    margin-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  header .rightContent .burgerMenu {
    margin-left: 6px;
  }
}
@media screen and (max-width: 435px) {
  header .rightContent .burgerMenu {
    margin-left: 0px;
  }
}
header .rightContent .burgerMenu button {
  background-color: transparent;
  border: none;
  padding: 0;
}
header .rightContent .burgerMenu button i {
  color: #000;
  font-size: 25px;
  vertical-align: middle;
}
header .rightContent .burgerMenu {
  float: right;
}
header .rightContent .burger-icon {
  width: 60%;
  height: auto;
  max-width: 50px;
  vertical-align: -webkit-baseline-middle;
}
header .rightContent .socials {
  display: inline-block;
  margin-left: 0px;
}
header .rightContent .socials .contactdetails {
  display: inline-block;
}
header .rightContent .socials .desk {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  header .rightContent .socials .desk {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  header .rightContent .socials {
    display: none;
  }
}
header .rightContent .socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 2px;
  text-decoration: none;
  margin-right: 3px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 520px) {
  header .rightContent .socials a {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 435px) {
  header .rightContent .socials a {
    width: 25px;
    height: 25px;
  }
}
header .rightContent .socials a:hover {
  transform: scale(1.05);
}
header .rightContent .socials a:hover i {
  transform: scale(1.05);
}
header .rightContent .socials i {
  color: #000;
  font-size: 16px;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 510px) {
  header .rightContent .socials i {
    font-size: 14px;
  }
}

footer {
  padding: 6rem 0 2rem 0;
}
@media screen and (max-width: 991px) {
  footer {
    text-align: center;
    padding: 4rem 0 2rem 0;
  }
}
footer .logo img {
  width: 250px;
}
@media screen and (max-width: 991px) {
  footer .logo img {
    margin: 0 auto;
    width: 200px;
  }
}
footer a:hover {
  color: #000;
  text-decoration-thickness: 1px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
footer .socials {
  margin-top: 1.5rem;
}
footer .socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 2px;
  text-decoration: none;
  margin-right: 3px;
  transition: all 0.3s ease;
}
footer .socials a:hover {
  transform: scale(1.05);
}
footer .socials a:hover i {
  transform: scale(1.05);
}
footer .socials i {
  color: #000;
  font-size: 16px;
  transition: transform 0.3s ease, color 0.3s ease;
}
footer .copyright p {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  footer nav {
    display: block !important;
  }
}
footer nav ul {
  margin: 0;
}
footer nav ul li {
  margin-bottom: 1rem;
  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: #000;
  font-size: 15px;
  letter-spacing: 4px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 3px 0;
}
footer nav ul li a::before, footer nav ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 1px;
  /* thickness of the line */
  background: #000;
  /* color */
  transition: 0.3s ease;
  /* smooth animation */
  transform: translateX(-50%);
}
footer nav ul li a::before {
  top: 0;
}
footer nav ul li a::after {
  bottom: 0;
}
footer nav ul li a:hover {
  color: #000;
  text-decoration: none;
}
footer nav ul li.current-menu-item a {
  color: #000;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: calc(1.28125rem + 0.375vw);
  color: #000;
}
@media (min-width: 1200px) {
  body {
    line-height: 1.5625rem;
  }
}

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

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

b,
strong {
  font-weight: 500;
}

h1,
.h1 {
  font-family: "Bodoni Moda", serif;
  font-weight: 100;
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.40625rem + 1.875vw);
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    line-height: 2.8125rem;
  }
}

h2,
.h2 {
  font-family: "Bodoni Moda", serif;
  font-weight: 100;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: calc(1.375rem + 1.5vw);
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    line-height: 2.5rem;
  }
}

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

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

h5,
.h5 {
  font-family: "Bodoni Moda", serif;
  font-weight: 100;
  font-size: calc(1.26875rem + 0.225vw);
  line-height: calc(1.3rem + 0.6vw);
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h5,
.h5 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1200px) {
  h5,
.h5 {
    line-height: 1.75rem;
  }
}

h6,
.h6 {
  font-family: "Bodoni Moda", serif;
  font-weight: 100;
  font-size: 1.25rem;
  line-height: calc(1.28125rem + 0.375vw);
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h6,
.h6 {
    line-height: 1.5625rem;
  }
}

#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;
}

section {
  position: relative;
}
section#banner {
  position: relative;
  /* Apply aspect-ratio only on mobile */
}
section#banner img {
  width: 100%;
  /* default for all screens */
  height: auto;
  object-fit: cover;
  /* optional: ensures image covers its container */
}
@media (max-width: 991px) {
  section#banner img {
    aspect-ratio: 16/14;
  }
}
@media screen and (max-width: 600px) {
  section#banner img {
    aspect-ratio: 16/20 !important;
  }
}
section#banner .backgroundColour {
  background-color: rgba(0, 0, 0, 0.8);
  width: 34%;
  padding: 2.5rem 2rem;
  border-radius: 10px;
}
@media screen and (max-width: 1399px) {
  section#banner .backgroundColour {
    width: 49%;
  }
}
@media screen and (max-width: 991px) {
  section#banner .backgroundColour {
    width: fit-content;
  }
}
@media screen and (max-width: 350px) {
  section#banner .backgroundColour {
    padding: 1rem 0.5rem;
  }
}
section#banner .bannerText {
  position: absolute;
  bottom: 13%;
  left: 0%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  section#banner .bannerText {
    bottom: 5%;
  }
}
section#banner .bannerText .text::after {
  content: "";
  display: block;
  width: 250px;
  height: 40px;
  background-image: url("/wp-content/uploads/2025/11/Xclence-arrow-long-white-scaled.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section#banner .bannerText h1 {
  color: #fff;
}
section#banner .bannerText p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}
section#welcomeSection h2 {
  width: 81%;
}
@media screen and (max-width: 991px) {
  section#welcomeSection h2 {
    width: 100%;
  }
}
section#welcomeSection h2, section#welcomeSection h1, section#why h2, section#why h1, section#about h2, section#about h1, section#services h2, section#services h1, section#contact h2, section#contact h1, section#questionnaire h2, section#questionnaire h1 {
  position: relative;
  margin: 0;
}
section#welcomeSection h2::after, section#welcomeSection h1::after, section#why h2::after, section#why h1::after, section#about h2::after, section#about h1::after, section#services h2::after, section#services h1::after, section#contact h2::after, section#contact h1::after, section#questionnaire h2::after, section#questionnaire h1::after {
  content: "";
  display: block;
  width: 180px;
  height: 30px;
  background-image: url("/wp-content/uploads/2025/11/Xclence-arrow-long-scaled.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section#why p:last-child {
  margin-bottom: 0;
}
section#serviceSection h2 {
  position: relative;
  margin: 0;
}
section#serviceSection h2::after {
  content: "";
  display: block;
  width: 190px;
  height: 30px;
  margin: 0px auto 0;
  background-image: url("/wp-content/uploads/2025/11/Xclence-arrow-long-scaled.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section#serviceSection .services h5 {
  position: relative;
  padding: 10px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2px;
  text-align: center;
}
section#serviceSection .services h5::before, section#serviceSection .services h5::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #000;
}
section#serviceSection .services h5::before {
  top: 0;
}
section#serviceSection .services h5::after {
  bottom: 0;
}
section#serviceSection .services .btn-black:hover {
  background-color: #000;
  color: #ddbd97;
}
section#booking {
  position: relative;
  background-image: url("/wp-content/uploads/2025/11/booking-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
section#booking:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  /* adjust overlay strength */
  z-index: 1;
}
section#booking .container {
  position: relative;
  z-index: 2;
  /* places content above overlay */
}
section#booking .buttons p {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  section#booking .buttons .btn {
    display: block;
  }
}
section#booking h2 {
  position: relative;
  margin: 0;
  width: 55%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#booking h2 {
    width: 100%;
  }
}
section#booking h2::after {
  content: "";
  display: block;
  width: 200px;
  height: 40px;
  margin: 0px auto 0;
  background-image: url("/wp-content/uploads/2025/11/Xclence-arrow-long-white-scaled.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section#booking .text {
  width: 40%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#booking .text {
    width: 100%;
  }
}
section#subBanner {
  position: relative;
  /* Apply aspect-ratio only on mobile */
}
section#subBanner img {
  width: 100%;
  /* default for all screens */
  height: auto;
  object-fit: cover;
  /* optional: ensures image covers its container */
}
@media (max-width: 768px) {
  section#subBanner img {
    aspect-ratio: 16/9 !important;
  }
}
@media screen and (max-width: 600px) {
  section#subBanner img {
    aspect-ratio: 16/14 !important;
  }
}
@media screen and (max-width: 370px) {
  section#subBanner img {
    aspect-ratio: 16/16 !important;
  }
}
section#subBanner .after {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
section#subBanner .bannerText {
  position: absolute;
  bottom: 11%;
  left: 0;
  width: 100%;
}
section#subBanner .bannerText h1 {
  color: #fff;
  margin-bottom: 0;
}
section#subBanner .bannerText h1::after {
  content: "";
  display: block;
  width: 120px;
  height: 20px;
  margin-top: 0.5rem;
  background-image: url("/wp-content/uploads/2025/11/Xclence-arrow-small-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section#subBanner .bannerText p {
  margin: 0;
  color: #fff;
  width: 40%;
}
@media screen and (max-width: 991px) {
  section#subBanner .bannerText p {
    width: 100%;
  }
}
section#testimonial .heading {
  position: relative;
  margin: 0;
}
section#testimonial .heading p {
  width: 45%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#testimonial .heading p {
    width: 100%;
  }
}
section#testimonial .heading::after {
  content: "";
  display: block;
  width: 180px;
  height: 30px;
  margin: 0 auto;
  background-image: url("/wp-content/uploads/2025/11/Xclence-arrow-long-scaled.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section#testimonial .carousel-item p {
  font-family: "Bodoni Moda", 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#testimonial .carousel-indicators [data-bs-target] {
  background-color: #000;
}
section#about h6 {
  margin-top: 2rem;
  margin-bottom: 0.1rem;
}
section#about ul, section#about ol {
  margin: 0;
  padding: 0;
  padding-left: 17px;
}
section#about ul li, section#about ol li {
  list-style-position: outside;
  margin-bottom: 0.3rem;
}
section#recourses .box {
  border: 1px solid #efefef;
  padding: 1.5rem;
  border-radius: 2px;
}
section#recourses .box h5 {
  font-size: 18px;
  line-height: 23px;
}
section#recourses .box .btn {
  font-size: 10px;
}
section#recourses img {
  width: 85%;
  display: block;
  margin: 0 auto;
}
section#contact a:hover {
  color: #000;
  text-decoration-thickness: 1px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
section#contact .socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 2px;
  text-decoration: none;
  margin-right: 3px;
  transition: all 0.3s ease;
}
section#contact .socials a:hover {
  transform: scale(1.05);
}
section#contact .socials a:hover i {
  transform: scale(1.05);
}
section#contact .socials i {
  color: #000;
  font-size: 16px;
  transition: transform 0.3s ease, color 0.3s ease;
}
section#questionnaire .questionnaireForm h3 {
  font-size: 30px;
  line-height: 35px;
  margin-top: 2rem;
}
section#bookingsSection h1::after {
  content: "";
  display: block;
  width: 250px;
  height: 20px;
  margin-top: 0.5rem;
  background-image: url("/wp-content/uploads/2025/11/Xclence-arrow-long-scaled.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section#bookingsSection .heading {
  position: relative;
  z-index: 9;
}
section#bookingsSection .heading p {
  margin: 0;
}
section#bookingsSection .booking {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
}
section#terms h1::after {
  content: "";
  display: block;
  width: 250px;
  height: 20px;
  margin-top: 0.5rem;
  background-image: url("/wp-content/uploads/2025/11/Xclence-arrow-long-scaled.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section#terms h3 {
  margin-top: 3rem;
}
section#terms a:hover {
  color: #ddbd97;
}
section#terms ul, section#terms ol {
  margin: 0;
  padding: 0;
  padding-left: 17px;
  margin-bottom: 1rem;
}
section#terms ul li, section#terms ol li {
  list-style-position: outside;
  margin-bottom: 0.5rem;
}

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 */
