html, body {
  overflow-x: hidden;
}

.header-top {
  padding: 15px 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.header-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-top-nav a {
  margin-left: 20px;
  color: #004b4d;
  text-decoration: none;
  font-weight: bold;
}

.domain-text {
  color: #004b4d;
}

.header-top-nav a:hover {
  color: #01796f; /* Hover color */
}

.header-top .icon {
  width: 20px;
  height: 20px;
  background-color: #01796f; /* Default icon color */
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}

.header-top .icon:hover {
  background-color: #b0b0b0; /* Hover color for icons */
}

.header_top_dots {
  display: flex;
  gap: 10px;
}

.header_top_dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #01796f;
  display: block;
}

.header_top_dots span:nth-child(2) {
  opacity: 0.6;
}

.header_top_dots span:last-child {
  opacity: 0.3;
}

.header_nav_right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.site-header-main {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}

.site-header .wrapper {
  background: #004b4d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-navigation-right {
  text-align: right;
}

.top-navigation-right ul li a {
  width: 200px;
  border: 1px solid #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}

.top-navigation-right ul li a:hover {
  background: #fff;
}

.wp-block-image figure,
.wp-block-image figure img {
  width: 100%;
}

.banner_homepage {
  position: relative;
}

.banner_content {
  position: absolute;
  left: 20px;
  top: 40px;
  padding: 0 20px;
}

.banner_homepage .wp-block-image {
  margin-bottom: 0;
}

.banner_content h2 {
  color: #004b4d;
  font-size: 48px;
}

.banner_content p {
  color: #004b4d;
}

.homepage_block_text_heading h2 {
  text-align: center;
  font-size: 48px;
  color: #004b4d;
  margin-bottom: 0;
}

.homepage_block_text_heading h2 + p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 12px;
}

.homepage_block_text_heading p {
  font-size: 16px;
  color: #004b4d;
}

.homepage_block_text_heading .wp-block-button a {
  font-weight: 400;
  background: #004b4d;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 1px;
}

.homepage_block_text_heading .wp-block-buttons {
  justify-content: center;
  margin-bottom: 16px;
}

.homepage_block_text_heading {
  margin-bottom: 40px;
}

.homepage_block_infomation {
  background-color: #0d4547;
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 80px;
  position: relative;
}

.homepage_banner_container {
  position: relative;
}

.homepage_banner_container::before {
  content: "";
  height: 200px;
  position: absolute;
  left: -40px;
  right: 0;
  bottom: -29px;
  width: calc(100% + 80px);
  background-color: #0d4547;
}

.homepage_block_infomation::after,
.homepage_block_infomation::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.homepage_block_infomation::before {
  top: 80px;
}

.homepage_block_infomation::after {
  bottom: 80px;
}

.homepage_block_infomation figure img,
.homepage_block_infomation .wp-block-column + .wp-block-column figure {
  width: 100%;
  height: 100%;
}

.homepage_block_infomation figure img {
  object-fit: cover;
}

.homepage_block_infomation h2,
.homepage_block_infomation p {
  color: #fff;
}

.homepage_block_infomation .wp-block-column figure figure {
  border: 10px solid #004b4d;
}

.homepage_block_infomation .wp-block-column:first-child {
  margin: 30px 0;
}

.homepage_block_gallery .wp-block-heading {
  margin-bottom: 0;
  margin-top: 0;
  color: #004b4d;
}
.homepage_block_gallery .wp-block-heading + .wp-block-heading {
  font-size: 48px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.homepage_block_gallery .wp-block-heading + .wp-block-heading::after {
  content: "";
  width: 100%;
  right: 0;
  height: 1px;
  background-color: #004b4d;
  display: block;
}

.homepage_block_gallery {
  padding-top: 40px;
}

.homepage_block_gallery figure {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100% !important;
}

.homepage_block_gallery figure figure:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 3;
}

.homepage_block_gallery figure figure:nth-child(3) {
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.homepage_block_gallery figure figure:nth-child(7) {
	grid-column-start: 2;
	grid-row-start: 3;
	grid-row-end: 5;
}

.homepage_block_gallery figure figure:nth-child(10) {
	grid-column-start: 4;
	grid-row-start: 3;
	grid-row-end: 5;
}

.homepage_block_gallery figure figure:nth-child(13) {
	grid-column-start: 1;
	grid-row-start: 5;
	grid-row-end: 7;
}

.homepage_block_gallery figure figure:nth-child(16) {
	grid-column-start: 3;
	grid-row-start: 5;
	grid-row-end: 7;
}

.homepage_block_team {
  background: #f4f4f4;
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 40px;
}

.homepage_block_team > .wp-block-group__inner-container {
  background: #fff;
  padding: 40px 85px 40px 80px;
  border-radius: 40px;
}

.homepage_block_team .wp-block-heading {
  font-size: 48px;
  color: #004b4d;
}

.homepage_block_team img {
  box-shadow: -15px 15px 0 1px gray;
  margin: 0 15px;
}

.homepage_block_team .wp-block-getwid-person__title {
  text-align: left;
  font-size: 24px;
  color: #004b4d;
}

.homepage_block_team .wp-block-getwid-person__subtitle {
  text-align: left;
  font-size: 16px;
  color: #004b4d;
}

.site-footer {
  position: relative;
}

.site-footer:before {
  content: "";
  width: 250px;
  bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #004b4d;
  height: 100%;
  z-index: 1;
  display: block;
}

.site-footer .wrapper-top {
  position: relative;
  z-index: 2;
}

.site-footer .widget-area {
  padding: 0;
}

#content-bottom-widgets {
  display: flex;
  flex-direction: column;
}

#content-bottom-widgets .widget-area {
  display: flex;
}

#content-bottom-widgets .widget-area:first-child {
  padding-top: 100px;
  padding-bottom: 40px;
}

.form_contact_footer {
  margin-top: 100px;
}

.form_contact_footer h2 {
  margin-left: -80px;
  margin-bottom: 40px;
}

#content-bottom-widgets .widget-area:nth-child(2) {
  gap: 100px;
  margin-bottom: 50px;
}

.content_footer_address p {
  font-size: 20px;
  color: #004b4d;
  margin-bottom: 24px;
}

#content-bottom-widgets .widget_media_image {
  margin-bottom: 0;
}

#content-bottom-widgets .widget-area:nth-child(2) .wp-block-image {
  width: 200px;
}

.site-footer .content-bottom-widgets{
  padding: 0 0 100px;
}

.site-footer .content-bottom-widgets .widget-area:last-child {
  width: 100%;
  padding-left: 225px;
  justify-content: center;
}

.site-footer .content-bottom-widgets .widget-area:last-child p {
  font-size: 16px;
  margin-bottom: 16px;
  color: #004b4d;
}

.site-footer .content-bottom-widgets a{
  text-decoration: none;
  border-bottom: none;
}

.site-footer .content-bottom-widgets .wp-block-list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.site-footer .content-bottom-widgets .wp-block-list li  {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: #004b4d;
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
}
.site-footer .content-bottom-widgets .wp-block-list li img {
  width: 40px;
  height: 100%;
  background: #004b4d;
  object-fit: contain;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
}

.site-footer .content-bottom-widgets .wp-block-list li + li {
  margin: 0;
}

.site-footer .content-bottom-widgets .wp-block-list li a{
  font-size: 0;
  text-decoration: none;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.site-footer .content-bottom-widgets .widget-area:last-child .widget_text {
  margin-bottom: 0;
}

.site-footer .content-bottom-widgets .widget-area:last-child .widget_text p {
  text-align: center;
  font-weight: 700;
}

.site-footer
  .content-bottom-widgets
  .wp-block-getwid-social-links__list
  li
  + li {
  margin: 0;
}

.site-footer .content-bottom-widgets .wp-block-getwid-social-links__list li {
  padding: 0;
  border-radius: 100%;
  background: #004b4d;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer .content-bottom-widgets .wp-block-getwid-social-links__list li i {
  font-size: 28px;
  color: #fff;
}

.site-footer .content-bottom-widgets .wp-block-getwid-social-links__list {
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  gap: 20px;
}

.site-footer .content-bottom-widgets .wp-block-heading {
  font-size: 48px;
  color: #004b4d;
}

.site-footer .content-bottom-widgets .widget-area textarea,
.site-footer .content-bottom-widgets .widget-area input {
  height: 48px;
  border: none;
  border-bottom: 1px solid #004b4d;
  width: 100%;
  resize: none;
  overflow-y: hidden;
  padding: 10px 0;
  color: #004b4d;
}
.site-footer .content-bottom-widgets .widget-area textarea:focus::placeholder,
.site-footer .content-bottom-widgets .widget-area input:focus::placeholder,
.site-footer .content-bottom-widgets .widget-area textarea:hover::placeholder,
.site-footer .content-bottom-widgets .widget-area input:hover::placeholder {
  color: #004b4d;
  opacity: 1;
}

.site-footer .content-bottom-widgets .widget-area textarea::placeholder,
.site-footer .content-bottom-widgets .widget-area input::placeholder {
  color: #004b4d;
}

.site-footer .content-bottom-widgets form {
  position: relative;
}


.site-footer .content-bottom-widgets .wp-block-button  {
  margin: 0;
  text-align: right;
  transform: translateY(-70px);
}

.site-footer .wp-block-jetpack-contact-form {
  row-gap: 0;
}

.site-footer .grunion-field-wrap {
  padding-bottom: 35px;
}

.contact-form__input-error {
  position: absolute;
  bottom: 0;
}

.site-footer .content-bottom-widgets .wp-block-button .contact-form__error {
  display: none;
}


.site-footer .content-bottom-widgets .wp-block-button__link {
  margin: 0;
  background: #fff;
  color: #000;
  padding: 0;
  font-size: 0;
}

.site-footer .content-bottom-widgets .wp-block-button__link::before {
  content: "";
  background-image: url('../images/arrow-right.png');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.form_contact_footer
  .wp-block-jetpack-contact-form
  .grunion-field-telephone-wrap,
.form_contact_footer .wp-block-jetpack-contact-form .grunion-field-email-wrap {
  flex: 0 0 48%;
}

.main-navigation ul {
  display: flex;
  gap: 16px;
}

.bookings-dates-form {
  border: 2px solid #004b4d;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-items: center;
  max-width: 700px;
  margin: auto;
  text-align: center;
  margin-top: -33px;
  background: #fff;
  margin-bottom: 20px;
}

.bookings-dates-form p {
  font-size: 24px;
  color: #004b4d;
}

.has-sidebar {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1360px) {
  .form_contact_footer h2 {
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .main-navigation ul {
    gap: 0;
  }

  .has-sidebar {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 780px) {
  .site-footer .content-bottom-widgets .wp-block-heading,
  .homepage_block_team .wp-block-heading,
  .homepage_block_gallery .wp-block-heading + .wp-block-heading,
  .homepage_block_text_heading h2,
  .banner_content h2 {
    font-size: 36px;
  }

  .site-footer .content-bottom-widgets .widget-area:last-child p {
    text-align: center;
  }

  .form_contact_footer
    .wp-block-jetpack-contact-form
    .grunion-field-telephone-wrap,
  .form_contact_footer
    .wp-block-jetpack-contact-form
    .grunion-field-email-wrap {
    flex: 0 0 100%;
  }

  .homepage_block_text_heading h2 + p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .homepage_block_text_heading h2 {
    margin-bottom: 16px;
  }

  .homepage_block_infomation .wp-block-column:first-child {
    margin-bottom: 0;
  }

  .site-footer .content-bottom-widgets .widget-area:last-child {
    padding-left: 0;
  }

  #content-bottom-widgets .widget-area:nth-child(2) {
    gap: 50px;
  }

  .site-footer:before {
    display: none;
  }

  #content-bottom-widgets .widget-area:first-child .widget_media_image {
    display: none;
  }

  .form_contact_footer {
    margin-top: 0;
  }

  #content-bottom-widgets .widget-area {
    align-items: center;
    justify-content: center;
  }

  .content_footer_address p {
    font-size: 16px;
  }

  #content-bottom-widgets .widget-area:first-child {
    padding-top: 0;
  }

  .content-bottom-widgets .widget-area + .widget-area {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .header-top {
    padding: 20px;
  }

  .site-footer .content-bottom-widgets .wp-block-heading,
  .homepage_block_team .wp-block-heading,
  .homepage_block_gallery .wp-block-heading + .wp-block-heading,
  .homepage_block_text_heading h2,
  .banner_content h2 {
    font-size: 36px;
  }

  .header-top-content {
    flex-direction: column;
    gap: 16px;
    align-items: baseline;
  }

  .header-top-nav a {
    margin-left: 0;
    margin-right: 20px;
  }

  #content-bottom-widgets .widget-area:nth-child(2) {
    flex-direction: column;
  }

  .homepage_block_team > .wp-block-group__inner-container {
    padding: 40px;
  }

  .homepage_block_infomation {
    padding: 80px 20px;
  }

  .homepage_block_infomation {
    width: calc(100% + 35px);
    margin-left: -17.5px;
  }

  .bookings-dates-form {
    padding: 10px;
    gap: 10px;
  }
}

/* Override style */
@media screen and (min-width: 62em) {
  .menu-top-right-container {
    margin-right: 0;
  }

  .menu-top-right-container:before {
    display: none;
  }
}

@media screen and (min-width: 62em) {
  .site-logo-wrapper {
    margin-right: 0;
    margin-bottom: 0;
    justify-content: center;
  }
}

@media screen and (min-width: 62em) {
  .search-icon-wrapper li,
  .top-navigation-right li,
  .main-navigation li {
    padding: 0;
    color: #fff;
  }
  .search-icon-wrapper li li,
  .top-navigation-right li li,
  .main-navigation li li {
    padding: 0;
  }
}

@media screen and (min-width: 62em) {
  .site-header {
    padding: 0;
    border-bottom: none;
  }
}

/* wp-block-audio styles */
/* common getwid block styles */
.wp-block-getwid-images-slider,
.wp-block-getwid-media-text-slider,
.wp-block-getwid-post-slider,
.wp-block-getwid-post-carousel {
  margin-bottom: 28px;
}

@media (min-width: 48em) {
  .wp-block-getwid-images-slider,
  .wp-block-getwid-media-text-slider,
  .wp-block-getwid-post-slider,
  .wp-block-getwid-post-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 62em) {
  .content-area:not(.full-width) {
    float: left;
    width: 100%;
    padding-right: 0;
  }
}

.page-template-template-front-page .content-area,
.page-template-template-full-width-page .content-area,
body[class*="-template-template-full-width-post"] .content-area,
.page-template-template-full-width-grid-page .content-area {
  max-width: 100%;
}

.page-template-template-front-page .content-area {
  padding-top: 0;
}

@media screen and (min-width: 62em) {
  .content-bottom-widgets .widget-area {
    width: 100%;
  }
}

@media screen and (min-width: 62em) {
  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .wrapper.main-wrapper,
  .wrapper.header-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .wrapper-top .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.site-footer {
  background: #fff;
}

.site-header {
  position: relative;
  padding: 0;
}

.menu-toggle-wrapper,
.site-branding {
  border-bottom: none;
  margin-left: 0;
  margin-right: 0;
}

.menu-toggle {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .main-navigation .menu-primary-container {
    position: fixed;
    left: -500px;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 300px;
    background: #fff;
    display: block;
    z-index: 20;
    transition: all 0.3s ease-in-out;
  }

  .main-navigation.toggled .menu-primary-container {
    left: 0;
  }

  .main-navigation.toggled .menu-toggle::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
  }

  .menu-primary-container ul li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
  }

  .menu-primary-container ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 580px) {
  .header-top-content {
    flex-direction: column;
    gap: 20px;
  }
}


.clear:before, .clear:after {
  display: none;
}

.site-content .widget-area {
  overflow: hidden;
  margin-top: 0;
}

@media screen and (min-width: 62em) {
  .site-content .widget-area {
    width: 100%;
  }
}


body.page .entry-content > .alignwide, body.single .entry-content > .alignwide {
	margin-left: 0;
	max-width: 100%;
}
.domain-text img {
	height: 100px;
}
.show-more-gallery {
	margin: 0 auto;
	text-align: center;
	background: #01bea0;
	color: #FFF;
	text-transform: uppercase;
	padding: 8px;
	width: 150px;
	cursor: pointer;
}
.homepage_block_gallery .wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(n+7) {
	display: none;
}