/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/css/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
body.no-scroll {
  overflow: hidden;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

html, body {
  scroll-behavior: auto;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0D3B66;
}

a:hover {
  color: black;
  text-decoration: none;
}

a:focus {
  outline: none;
  border: none;
}

p,
ul,
ol {
  margin: 0 0 1.65em 0;
}

p,
li {
  line-height: 1.65;
}

.ctn {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  padding: 0 3rem;
}

.showcase {
  background-color: rgba(13, 110, 139, 0.75);
  color: #fff;
  height: 100vh;
  position: relative;
}
.showcase h1 {
  font-size: 4rem;
}
.showcase p {
  font-size: 1.3rem;
}
.showcase:before {
  content: "";
  background: url(images/showcase.e5ce7de0.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.showcase .showcase-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  background-color: #ddd;
}

.gm-placeholder-block {
  padding: 20px;
  text-align: center;
  font-style: 1.65em;
  background: linear-gradient(180deg, #00475f, #016f8f);
  color: #dedede;
}

.gs-placeholder-block {
  padding: 20px;
  text-align: center;
  font-style: 1.65em;
  background: linear-gradient(180deg, #00475f, #016f8f);
  color: #dedede;
}

.c-white {
  color: #fff;
}

.c-orange {
  color: rgb(234, 91, 17);
}

.c-blue {
  color: #0D3B66;
}

.c-dark {
  color: #333;
}

.c-grey {
  color: #999999;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

/* Customize Login Screen */
body.login .button-primary {
  background-color: #004c4c;
  border-color: #004c4c;
  box-shadow: 0 1px 0 #004c4c;
}

body.login .button-primary:active,
body.login .button-primary:focus,
body.login .button-primary:hover {
  background-color: rgb(234, 91, 17);
  border-color: rgb(234, 91, 17);
  box-shadow: 0 1px 0 rgb(234, 91, 17);
}

body.login {
  background-color: #cceccb;
}

.login h1 a {
  color: #004c4c !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  text-indent: 0 !important;
}

* {
  outline: none;
}

.kb-off-canvas-inner {
  align-items: flex-start !important;
}
.kb-off-canvas-inner a {
  font-family: "Gotu", sans-serif;
}

.page-section {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media (min-width: 530px) {
  .page-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.page-section--white {
  background-color: #fff;
}
.page-section--beige {
  background-color: #FAF0CA;
}
.page-section p:last-of-type {
  margin-bottom: 0;
}

.company-logo-text {
  position: relative;
  z-index: 20;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 100;
}

.company-logo-text strong {
  font-weight: 400;
}

.company-logo-text a {
  color: #66b2b2;
  text-decoration: none;
}

.company-logo-text--alt-color a {
  color: #66b2b2;
}
.company-logo-text--alt-color a:hover {
  color: #008080;
  text-decoration: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-loader {
  margin-top: 45px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: black;
  animation: spin 1s infinite linear;
}

/* Make Top WP Admin Bar Fixed on Mobile */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/* Like Box */
.generic-content .like-box {
  float: right;
  font-size: 1rem;
  background-color: #ededed;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  color: red;
  padding: 10px 10px 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 0 30px 30px;
  position: relative;
}

.generic-content .like-box:hover {
  background-color: #dedede;
}

.btn-effect {
  z-index: 1;
}
.btn-effect:hover.bg-lG {
  color: #006666 !important;
}
.btn-effect:hover.bg-lG::before {
  background-color: #b4c8b1;
}
.btn-effect:hover.bg-lG a {
  color: #006666 !important;
}
.btn-effect:hover.bg-lG svg {
  stroke: #006666;
}
.btn-effect:hover.bg-bG {
  color: #006666 !important;
}
.btn-effect:hover.bg-bG::before {
  background-color: #bbdd66;
}
.btn-effect:hover.bg-bG a {
  color: #006666 !important;
}
.btn-effect:hover.bg-bG svg {
  stroke: #006666;
}
.btn-effect:hover.bg-dO {
  color: #e9e9e9 !important;
}
.btn-effect:hover.bg-dO::before {
  background-color: rgb(234, 91, 17) !important;
}
.btn-effect:hover.bg-dO a {
  color: #e9e9e9;
}
.btn-effect:hover.bg-dO svg {
  stroke: #e9e9e9;
}
.btn-effect:hover.bg-dT {
  color: #b2d8d8 !important;
}
.btn-effect:hover.bg-dT::before {
  background-color: #006666;
}
.btn-effect:hover.bg-dT a {
  color: #b2d8d8 !important;
}
.btn-effect:hover.bg-dT svg {
  stroke: #b2d8d8;
}
.btn-effect:hover.bg-mT {
  color: #e9e9e9 !important;
}
.btn-effect:hover.bg-mT::before {
  background-color: #008080;
}
.btn-effect:hover.bg-mT a {
  color: #e9e9e9 !important;
}
.btn-effect:hover.bg-mT svg {
  stroke: #e9e9e9;
}
.btn-effect:hover.bg-mlT {
  color: #ebf304 !important;
}
.btn-effect:hover.bg-mlT::before {
  background-color: #009e9e;
}
.btn-effect:hover.bg-mlT a {
  color: #ebf304 !important;
}
.btn-effect:hover.bg-mlT svg {
  stroke: #ebf304;
}
.btn-effect:hover.bg-lT {
  color: #eee !important;
}
.btn-effect:hover.bg-lT::before {
  background-color: #66b2b2;
}
.btn-effect:hover.bg-lT a {
  color: #eee !important;
}
.btn-effect:hover.bg-lT svg {
  stroke: #eee;
}
.btn-effect:hover.bg-vlT {
  color: #006666 !important;
}
.btn-effect:hover.bg-vlT::before {
  background-color: #b2d8d8;
}
.btn-effect:hover.bg-vlT a {
  color: #006666 !important;
}
.btn-effect:hover.bg-vlT svg {
  stroke: #006666;
}
.btn-effect:hover.bd-oW2 {
  border: 2px solid #e9e9e9 !important;
  box-sizing: border-box !important;
}
.btn-effect:hover.bd-dO2 {
  border: 2px solid rgb(234, 91, 17) !important;
  box-sizing: border-box !important;
}
.btn-effect:hover.bd-lY2 {
  border: 2px solid rgb(247, 222, 122) !important;
  box-sizing: border-box !important;
}
.btn-effect:hover.bd-bY2 {
  border: 2px solid #ebf304 !important;
  box-sizing: border-box !important;
}
.btn-effect:hover.bd-dT2 {
  border: 2px solid #006666 !important;
  box-sizing: border-box !important;
}
.btn-effect:hover.bd-vlT2 {
  border: 2px solid #b2d8d8 !important;
  box-sizing: border-box !important;
}

.slide-r {
  position: relative;
  display: inline-block;
}
.slide-r:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.2s ease-in;
  z-index: -1;
}
.slide-r:hover:before {
  width: 100%;
}

.slide-u {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.slide-u:before {
  content: "";
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.2s ease-in;
  z-index: -1;
}
.slide-u:hover:before {
  height: 100%;
}

@media (max-width: 530px) {
  .mobile-fw {
    width: 100% !important;
  }
}

.section-hover__scale02 {
  transition: transform 0.3s ease-in-out;
}
.section-hover__scale02:hover {
  transform: scale(1.02);
}

.current-category {
  background-color: #006666 !important;
  color: #fff;
}

.category-post-grid li {
  box-sizing: border-box;
  border-radius: 10px;
  padding-bottom: 12px;
  background-color: #fff;
}
.category-post-grid li img {
  border-radius: 0% !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.category-post-grid li .wp-block-template-part {
  display: none !important;
}
.category-post-grid li .wp-block-group {
  margin: 12px !important;
}
.category-post-grid li .wp-block-post-excerpt__more-text {
  width: 120px;
  padding: 8px 12px;
  background-color: #006666;
  border-radius: 5px;
}
.category-post-grid li .wp-block-post-excerpt__more-text:hover {
  background-color: rgb(234, 91, 17);
}
.category-post-grid li .wp-block-post-excerpt__more-link {
  text-decoration: none !important;
  color: #ededed;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.wp-block-post-excerpt__more-text {
  width: 110px;
  padding: 8px 12px;
  color: #eee;
  background-color: #006666;
  border-radius: 5px;
  margin-top: 12px;
}
.wp-block-post-excerpt__more-text:hover {
  background-color: rgb(234, 91, 17);
}
.wp-block-post-excerpt__more-text a {
  font-family: "Poppins", sans-serif;
  color: #eee;
  text-decoration: none;
}

.featured-image .kadence-blocks-gallery-item-inner {
  box-sizing: border-box;
  max-width: 386.6666666667px;
  margin: auto !important;
}

.team-photo .kb-gallery-figure {
  max-width: 200px;
}
@media (min-width: 530px) {
  .team-photo .kb-gallery-figure {
    max-width: 250px;
  }
}

.google-map-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 0;
  display: block;
}

@media (max-width: 530px) {
  .google-map-container iframe {
    width: 800px;
    height: 400px;
    border: 0;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-40%);
  }
}

/* set the link colour in testimonial */
.kt-testimonial-content a {
  color: #fff !important;
}

@media (max-width: 530px) {
  h1.wp-title {
    font-size: 32px !important;
  }
}

@media (max-width: 530px) {
  h2.wp-title {
    font-size: 24px !important;
  }
}

/* featured image */
.featured-image .kb-gal-image-radius {
  transition: transform 0.3s ease;
}
.featured-image .kb-gal-image-radius:hover {
  transform: scale(1.02);
}

.featured-image img {
  max-width: 600px;
  max-height: 520px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 4px solid #fff;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  line-height: 18px;
}

/* stage circle */
.build-stage {
  width: 40px;
  height: 40px;
}

button.kt-accordion-panel-active {
  margin-bottom: 8px;
}

#gecko-active-tab {
  scroll-margin-top: 72px;
}

#copywriting,
#design {
  scroll-margin-top: 84px;
}

@media (min-width: 530px) {
  #service-tabs .kt-tab-inner-content-inner,
  #service-tabs .kb-row-layout-wrap,
  #service-tabs .kt-row-column-wrap {
    height: 565px;
  }
}

input:-webkit-autofill {
  background-color: #e0f3df !important; /* or whatever color matches your design */
  -webkit-box-shadow: 0 0 0px 1000px #e0f3df inset !important;
}

.wp-block-kadence-off-canvas-trigger {
  align-items: center;
  color: #fff !important;
}

.wp-block-kadence-off-canvas-trigger::before {
  content: "Menu";
  margin-right: 0.5em; /* space between the text and the button */
  font-size: inherit; /* match button text size */
  font-family: "Gotu", sans-serif;
  color: inherit; /* match button text color */
}

.kb-off-canvas-close::before {
  content: "Close";
  margin-right: 0.5em; /* space between the text and the button */
  font-family: "Gotu", sans-serif;
  font-size: inherit; /* match button text size */
  color: inherit; /* match button text color */
}

.featured-project {
  overflow: hidden;
  display: block;
  position: relative;
}

.featured-project img {
  transition: transform 0.3s ease;
  transform: scale(1);
  transform-origin: center;
  will-change: transform;
}

.featured-project img:hover {
  transform: scale(1.05);
}

/*******************************************************
/* scroll padding for jump to links on achors 
*****************************************************/
html {
  scroll-behavior: smooth;
}

#what-we-do,
#who-we-are,
#writing-coaching {
  scroll-margin-top: 80px; /* Adjust based on your header height */
}

@media (max-width: 700px) {
  #what-we-do,
  #who-we-are,
  #writing-coaching,
  #renewal-of-vows-faqs,
  #funerals-memorials-faqs,
  #writing-coaching-faqs {
    scroll-margin-top: 60px; /* Adjust based on your header height */
  }
}
#nav-row {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #006666;
  z-index: 2000;
}
@media (min-width: 530px) {
  #nav-row {
    height: 72px;
  }
}

.menu-wrap {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}

.gecko-logo {
  position: relative;
  height: 100%;
  padding: 0;
  z-index: 9999;
}
.gecko-logo .logo-link {
  display: flex;
  align-items: center;
  width: 80px;
  height: auto;
  text-decoration: none;
}
.gecko-logo .logo-link img {
  height: 100%;
  width: 100%;
}
@media (min-width: 530px) {
  .gecko-logo .logo-link img {
    width: 90%;
  }
}
@media (min-width: 530px) {
  .gecko-logo .logo-link {
    width: 120px;
  }
}
@media (min-width: 767px) {
  .gecko-logo .logo-link {
    width: 140px;
  }
}

.nav-buttons {
  position: relative;
  display: flex;
  z-index: 101;
}
@media (min-width: 960px) {
  .nav-buttons {
    margin-right: 20px;
  }
}

.checkbox-ctn {
  display: flex;
  align-items: center;
  max-width: 48px;
  height: 48px;
  z-index: 102;
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 530px) {
  .checkbox-ctn {
    max-width: 118px;
    border: 2px solid #eee;
    border-radius: 5px;
    background-color: transparent;
    transition: background-color 0.3s ease;
    background-color: transparent;
    transition: background-color 0.3s ease;
  }
  .checkbox-ctn:not(.overlay-open):hover {
    background-color: rgb(234, 91, 17);
  }
  .checkbox-ctn.overlay-open {
    background-color: transparent;
  }
}

.toggler {
  position: relative;
  top: 0;
  left: 0;
  min-width: 64px;
  height: 64px;
  opacity: 0;
  cursor: pointer;
  z-index: 104;
}

.no-scroll {
  overflow: hidden;
  width: 100%; /* prevent horizontal scrollbars */
}

#close-text {
  display: none;
}

.hamburger {
  position: relative;
  top: 0;
  left: -64px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 1rem;
  box-sizing: border-box;
  z-index: 103;
  /* hamburger line */
}
.hamburger > .hamburger__lines {
  position: relative;
  width: 32px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 0.25s ease-in;
  /* moves line down */
}
.hamburger > .hamburger__lines:before, .hamburger > .hamburger__lines:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}
.hamburger > .hamburger__lines:after {
  content: "";
  top: 10px;
}

/* background to overlay */
.overlay {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: left;
  /* overlay itself */
}
body.admin-bar .overlay {
  top: 96px;
}
@media (min-width: 530px) {
  .overlay {
    top: 72px;
  }
  body.admin-bar .overlay {
    top: 104px;
  }
}
.overlay .overlay__foreground {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  background: #006666;
  display: flex;
  align-items: center;
  justify-content: left;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  /* menu container */
}
.overlay .overlay__foreground.is-active {
  transform: translateX(0);
}
@media (min-width: 767px) {
  .overlay .overlay__foreground {
    width: 550px;
  }
}
.overlay .overlay__foreground .menu-container {
  height: 100vh;
  opacity: 1;
  background-color: #006666;
  z-index: 10;
  position: relative;
  top: 50px;
  /* actual menu items */
}
.overlay .overlay__foreground .menu-container .submenu-link svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: #eee;
  transform: rotate(-90deg);
}
@media (min-width: 530px) {
  .overlay .overlay__foreground .menu-container .submenu-link svg {
    width: 18px;
    height: 18px;
  }
}
.overlay .overlay__foreground .menu-container > ul > li {
  list-style: none;
  color: #fff;
  font-size: 24px;
  padding: 1vh 2rem;
}
@media (max-width: 530px) {
  .overlay .overlay__foreground .menu-container > ul > li {
    padding: 1vh 1rem;
  }
  .overlay .overlay__foreground .menu-container > ul > li .submenu.open {
    font-size: 20px;
  }
}
@media (min-width: 530px) {
  .overlay .overlay__foreground .menu-container > ul > li {
    font-size: 2rem;
  }
}
.overlay .overlay__foreground .menu-container > ul > li > a {
  font-family: "Gotu", serif;
  display: block;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.overlay .overlay__foreground .menu-container > ul > li > a:hover {
  color: rgb(247, 222, 122);
}
.overlay .overlay__foreground .menu-container > ul > li > a:hover svg {
  fill: rgb(247, 222, 122);
}
.overlay .overlay__foreground .menu-container > ul > li > a:focus {
  outline: none;
  color: inherit;
}
.overlay .overlay__foreground .menu-container > ul > li > a:focus svg {
  fill: inherit;
}
.overlay .overlay__foreground .menu-container > ul > li > a:active {
  color: rgb(247, 222, 122);
}

.get-in-touch {
  display: flex;
  margin-right: 10px;
  height: 48px;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #eee;
  box-sizing: border-box;
  cursor: pointer;
  padding: 14px;
}
.get-in-touch.noshow {
  display: none !important;
}
.get-in-touch a {
  display: flex;
  align-items: center;
  color: #e9e9e9;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.get-in-touch .right-arrow {
  display: inline-block;
}
.get-in-touch .right-arrow svg {
  width: 18px;
  height: 18px;
  stroke: #e9e9e9;
}
@media (min-width: 767px) {
  .get-in-touch a {
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .get-in-touch .right-arrow {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 530px) {
  .get-in-touch {
    display: none !important;
  }
}

.menu-wrap .toggler:checked + .hamburger > .hamburger__lines {
  transform: rotate(135deg);
  /* turn lines into X */
}
.menu-wrap .toggler:checked + .hamburger > .hamburger__lines:before, .menu-wrap .toggler:checked + .hamburger > .hamburger__lines:after {
  top: 0;
  transform: rotate(90deg);
}

#menu-text {
  display: none;
}
@media (min-width: 530px) {
  #menu-text {
    display: inline-block;
    margin-left: 12px;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
  }
}

.toggler:checked ~ .hamburger #menu-text,
.toggler:checked ~ .get-in-touch {
  display: none;
}

@media (max-width: 530px) {
  .toggler:checked {
    max-width: 64px;
  }
}

@media (min-width: 530px) {
  .toggler:checked ~ .hamburger #close-text {
    display: inline-block;
    margin-left: 12px;
    color: #eee;
    font-size: 16px;
  }
}

/* toggler animate - when clicked - cross rotates*/
.nav-buttons .checkbox-ctn .toggler:checked:hover + .hamburger > .hamburger__lines {
  transform: rotate(225deg);
}

#close-text:hover,
#menu-text:hover {
  cursor: pointer;
}

/* show menu  after toggler has been checked / clicked */
.nav-buttons .checkbox-ctn .toggler:checked ~ .overlay {
  visibility: visible !important;
  z-index: 100;
  /* shows overlay */
}
.nav-buttons .checkbox-ctn .toggler:checked ~ .overlay .overlay__foreground {
  transform: scale(1);
  transition: all 0.5s ease;
  /* shows text - right justified */
}
.nav-buttons .checkbox-ctn .toggler:checked ~ .overlay .overlay__foreground .menu-container {
  opacity: 1;
  transition: opacity 0.1s ease;
}

/* sub menus */
.submenu {
  position: fixed;
  left: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  opacity: 0;
  padding: 0;
  padding-left: 1rem;
  pointer-events: none;
  width: 500px;
}
.submenu .back-button {
  display: none;
}
@media (min-width: 530px) {
  .submenu {
    padding-left: 2rem;
  }
}
.submenu > li {
  list-style: none;
  color: #fff;
  padding: 0.25vh 0;
  margin-top: 1vh;
}
@media (max-width: 530px) {
  .submenu > li {
    margin-top: 1.5vh;
  }
}
@media (min-width: 960px) {
  .submenu > li {
    font-size: 2rem;
  }
}
.submenu > li > a {
  font-family: "Gotu", serif;
  color: inherit;
  text-decoration: none;
}
.submenu > li > a:hover {
  color: rgb(247, 222, 122);
}
.submenu > li > a:focus {
  outline: none;
  color: inherit;
}
.submenu > li > a:active {
  color: rgb(247, 222, 122);
}

/* submenu  */
@media (min-width: 960px) {
  .submnu-link:hover .submenu {
    pointer-events: auto;
    opacity: 1;
    left: 400px;
    transition: opacity 1s linear;
    transition: left 0.5s ease;
  }
}

@media (min-width: 960px) {
  .submenu-link:has(.submenu:hover),
  .submenu-link:has(.submenu:focus-within) {
    color: rgb(247, 222, 122) !important;
  }
}

.submenu.open {
  position: fixed;
  pointer-events: auto;
  left: 0px;
  top: 0px;
  padding-top: 50px;
  background-color: #006666;
  height: 100vh;
  width: 100vw;
  opacity: 1;
  border: none;
  z-index: 3;
}
.submenu.open .menu-bar.sub {
  display: block;
}
.submenu.open .back-button {
  all: unset;
  font-family: "Gotu", serif;
  display: inline-block;
  cursor: pointer;
  background-color: inherit;
  display: inline-block;
  font-size: 75%;
  color: rgb(247, 222, 122);
}
.submenu.open .back-button svg {
  width: 12px !important;
  height: 12px !important;
  fill: rgb(247, 222, 122) !important;
  transform: rotate(90deg) !important;
}
@media (min-width: 530px) {
  .submenu.open .back-button svg {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 767px) {
  .submenu.open .back-button svg {
    width: 20px !important;
    height: 20px !important;
  }
}
@media (max-width: 530px) {
  .submenu.open .back-button {
    margin-bottom: 12px;
  }
}

/* back to top button */
/* Back to Top Button Styling */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #66b2b2;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition */
}
.back-to-top svg {
  width: 22px;
  height: 22px;
  fill: #e9e9e9;
  transform: rotate(180deg);
}

/* Show button when visible */
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

/* Hover effect */
.back-to-top:hover {
  background-color: rgb(234, 91, 17);
}

.page-banner {
  background-color: #000;
  padding: 80px 0 40px 0;
  position: relative;
}
@media (min-width: 530px) {
  .page-banner {
    padding: 130px 0 60px 0;
  }
}
.page-banner__content {
  position: relative;
  z-index: 2;
}
.page-banner--full-page {
  height: 100vh;
}
.page-banner__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 3.6rem;
  margin: 0 0 1rem 0;
  color: #fff;
}
@media (min-width: 530px) {
  .page-banner__title {
    font-size: 5rem;
  }
}
.page-banner__bg-image {
  opacity: 0.33;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-banner__intro {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #ededed;
}
@media (min-width: 530px) {
  .page-banner__intro {
    font-size: 1.65rem;
  }
}
.page-banner__intro p {
  margin: 0;
}

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