html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}

@media screen and (max-width: 300px) {
  body {
    width: 300px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 30px 0 10px 0;
  color: #525252;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-color: #cccccc;
}

table tr th {
  background-color: #525252;
  border-color: #adadad;
  color: #ffffff;
}

table tr td {
  border-color: #adadad;
}

img {
  border: 0;
}

hr {
  background-color: #adadad;
  border: 0;
  height: 1px;
}

iframe {
  border: 0;
}

.hide_meta {
  display: none;
}

.top_notice {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  position: relative;
  display: none;
  clear: both;
}

.jump_anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.red_notice {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 10px auto;
  position: relative;
  display: table;
  clear: both;
  background-color: red;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

*:focus {
  outline: none;
}

.gen_btn {
  width: auto;
  height: auto;
  padding: 10px 35px;
  background-color: #252525;
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.gen_btn:hover {
  background-color: #000000;
}

@media only screen and (max-width: 440px) {
  .gen_btn {
    width: 100%;
  }
}

.gen_btn_right {
  float: right;
}

.gen_btn.disabled {
  background-color: #ccc; /* Grey out the button */
  cursor: not-allowed; /* Show a not-allowed cursor */
}

/* HEADER TOP */
.header_clouds {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  overflow-x: hidden;
}

.header {
  width: calc(100% - 8%);
  height: auto;
  padding: 0 4%;
  margin: 0 auto;
  position: relative;
  z-index: 2001;
  clear: both;
  display: table;
  background-color: #ffffff;
  overflow: hidden;
}

@media only screen and (max-width: 1080px) {
  .header {
    width: calc(100% - 40px);
    padding: 0 20px;
    overflow-x: hidden;
  }
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
}

.header_no_slider {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
}

.header.sticky + .content {
  padding-top: 110px;
}

.is-active {
  color: #000000 !important;
}

@media screen and (max-width: 1080px) {
  .is-active {
    color: #c4c4c4 !important;
  }
}

.link_no_click {
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .link_no_click {
    pointer-events: all;
  }
}

.header_cloud {
  position: absolute;
  left: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  will-change: transform;
  overflow-x: hidden;
}

.header_cloud_back {
  top: -18%;
  width: 65vw;
  min-width: 300px;
  height: 125%;
  background-image: url("../admin/uploads/site_settings/cloud_top2.webp");
  background-size: auto 115%;
  opacity: 0.18;
  animation: headerCloudBackPass 70s linear infinite;
  overflow-x: hidden;
}

@media only screen and (max-width: 1080px) {
  .header_cloud_back {
    top: -12%;
    width: 105vw;
    height: 125%;
    background-size: auto 115%;
  }
}

@media only screen and (max-width: 560px) {
  .header_cloud_back {
    top: -10%;
    width: 65vw;
    height: 115%;
    background-size: auto 125%;
  }
}

.header_cloud_back_alt {
  animation-delay: -21s;
}

@media only screen and (max-width: 560px) {
  .header_cloud_back_alt {
    display: none;
  }
}

.header_cloud_front {
  top: -14%;
  width: 65vw;
  min-width: 340px;
  height: 130%;
  background-image: url("../admin/uploads/site_settings/cloud_top.webp");
  background-size: auto 170%;
  opacity: 0.38;
  animation: headerCloudFrontPass 45s linear infinite;
  overflow-x: hidden;
}

@media only screen and (max-width: 1080px) {
  .header_cloud_front {
    top: -12%;
    width: 105vw;
    min-width: 340px;
    height: 130%;
    background-size: auto 170%;
  }
}

@media only screen and (max-width: 560px) {
  .header_cloud_front {
    top: -10%;
    width: 55vw;
    min-width: 300px;
    height: 110%;
    background-size: auto 110%;
  }
}

.header_cloud_front_alt {
  animation-delay: -15s;
}

@media only screen and (max-width: 560px) {
  .header_cloud_front_alt {
    display: none;
  }
}

.header .logo,
.header .quick_links {
  position: relative;
  z-index: 1;
}

@keyframes headerCloudBackPass {
  0% {
    transform: translate3d(104vw, 8px, 0) scale(1.03);
  }

  20% {
    transform: translate3d(64vw, -6px, 0) scale(1.05);
  }

  45% {
    transform: translate3d(18vw, 12px, 0) scale(1.06);
  }

  70% {
    transform: translate3d(-28vw, -8px, 0) scale(1.05);
  }

  100% {
    transform: translate3d(-74vw, 6px, 0) scale(1.03);
  }
}

@keyframes headerCloudFrontPass {
  0% {
    transform: translate3d(106vw, 0, 0) scale(1);
  }

  18% {
    transform: translate3d(72vw, -10px, 0) scale(1.02);
  }

  42% {
    transform: translate3d(28vw, 9px, 0) scale(1.03);
  }

  68% {
    transform: translate3d(-18vw, -7px, 0) scale(1.02);
  }

  100% {
    transform: translate3d(-76vw, 8px, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .header_cloud {
    animation: none;
  }
}

.logo {
  width: 100px;
  height: auto;
  padding: 5px 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  perspective: 1200px;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.logo a {
  position: relative;
  display: inline-block;
  transform-origin: 50% 55%;
  will-change: transform, opacity;
}

.logo a::after {
  content: "";
  position: absolute;
  top: -12%;
  bottom: -12%;
  left: -24%;
  width: 34%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 30%,
    rgba(255, 255, 255, 0.72) 50%,
    rgba(255, 255, 255, 0.16) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  transform: skewX(-18deg) translate3d(-120%, 0, 0);
}

.logo_main,
.logo_sticky {
  transform-origin: 50% 55%;
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
}

.logo.logo-animate {
  animation: logoContainerReveal 1.3s cubic-bezier(0.18, 0.88, 0.2, 1) both;
}

.logo.logo-animate a {
  animation: logoFloatReveal 1.3s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.logo.logo-animate .logo_main,
.logo.logo-animate .logo_sticky {
  animation: logoImageEntrance 1.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.logo.logo-animate a::after {
  animation: logoSheenSweep 1.05s ease 0.26s 1 both;
}

.logo_main {
  width: auto;
  height: 140px;
  display: table;
}

@media only screen and (max-width: 1080px) {
  .logo_main {
    height: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .logo_main {
    height: 100px;
  }
}

.logo_main.sticky {
  display: none;
}

.logo_sticky {
  width: auto;
  height: 70px;
  display: none;
  transition: all 0.4s ease-in-out;
}

.logo_sticky.sticky {
  display: table;
}

@keyframes logoContainerReveal {
  0% {
    opacity: 0;
    filter: blur(12px);
    transform: translate3d(-42px, 20px, 0) scale(0.82);
  }

  34% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(10px, -8px, 0) scale(1.08);
  }

  62% {
    transform: translate3d(-6px, 3px, 0) scale(0.98);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes logoFloatReveal {
  0% {
    opacity: 0;
    transform: translate3d(-34px, 26px, -120px) rotateY(-28deg) rotateZ(-7deg)
      scale(0.84);
  }

  38% {
    opacity: 1;
    transform: translate3d(12px, -10px, 0) rotateY(12deg) rotateZ(3deg)
      scale(1.07);
  }

  62% {
    transform: translate3d(-6px, 4px, 0) rotateY(-8deg) rotateZ(-1.5deg)
      scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0) rotateZ(0) scale(1);
  }
}

@keyframes logoImageEntrance {
  0% {
    opacity: 0;
    filter: blur(12px) drop-shadow(0 30px 34px rgba(0, 0, 0, 0.18));
    transform: scale(0.86) rotate(-5deg);
  }

  45% {
    opacity: 1;
    filter: blur(0) drop-shadow(0 20px 22px rgba(0, 0, 0, 0.14));
    transform: scale(1.09) rotate(2deg);
  }

  100% {
    opacity: 1;
    filter: blur(0) drop-shadow(0 12px 14px rgba(0, 0, 0, 0.08));
    transform: scale(1) rotate(0);
  }
}

@keyframes logoSheenSweep {
  0% {
    opacity: 0;
    transform: skewX(-18deg) translate3d(-120%, 0, 0);
  }

  18% {
    opacity: 0.95;
  }

  100% {
    opacity: 0;
    transform: skewX(-18deg) translate3d(340%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo.logo-animate,
  .logo.logo-animate a,
  .logo.logo-animate .logo_main,
  .logo.logo-animate .logo_sticky,
  .logo.logo-animate a::after {
    animation: none;
  }
}

.quick_links {
  width: calc(100% - 100px);
  height: 150px;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .quick_links {
    height: auto;
  }
}

.quick_links.sticky {
  height: auto;
}

.contacts {
  width: auto;
  height: calc(50% - 1px);
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  font-weight: 500;
  gap: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .contacts {
    display: none;
  }
}

.contacts.sticky {
  display: none;
}

.contact_holder a,
.contact_holder a:visited {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #525252;
}

.contact_holder a:hover,
.contact_holder a:visited:hover {
  color: #000000;
}

.header_button {
  color: #ffffff;
  animation: headerButtonGlow 4.8s ease-in-out infinite;
}

.header_button a,
.header_button a:visited {
  padding: 12px 15px;
  background-color: #108385;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.header_button a:hover,
.header_button a:visited:hover {
  color: #ffffff;
  background-color: #0b5c5d;
}

@keyframes headerButtonGlow {
  0% {
    opacity: 0.55;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header_button {
    animation: none;
  }
}

@media only screen and (max-width: 1080px) {
  .socials {
    display: none;
  }
}

.socials i {
  color: #108385;
  margin: 0 2px;
  transition: all 0.3s ease-in-out;
}

.socials i:hover {
  color: #0b5c5d;
}

.navigation_bar {
  width: 100%;
  height: 50%;
  padding: 0;
  margin: 0;
  right: -10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media only screen and (max-width: 1080px) {
  .navigation_bar {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .navigation_bar {
    height: auto;
  }
}

/* SLIDER IMAGES */
.slider {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  display: table;
  position: relative;
  clear: both;
  z-index: 1;
}

.slider_holder {
  width: 100%;
  height: 100%;
  padding: 0;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.slider_holder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
  background-size: inherit;
  transform: scale(1);
  transform-origin: center;
  animation: slider-bg-zoom 24s ease-in-out infinite;
  z-index: 0;
}

.slider_holder > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .slider_holder::before {
    animation: none;
  }
}

@keyframes slider-bg-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}

.bxslider {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .bxslider {
    padding-bottom: 60% !important;
  }
}

@media screen and (max-width: 560px) {
  .bxslider {
    padding-bottom: 70% !important;
  }
}

.slider_info {
  width: calc(80% - 80px);
  height: auto;
  padding: 0;
  margin: 40px;
  position: absolute;
  z-index: 2;
  color: var(--slider-copy-color, #ffffff);
}

@media only screen and (max-width: 767px) {
  .slider_info {
    width: calc(100% - 40px);
    margin: 20px 20px;
  }
}

.slider_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0;
  position: relative;
  clear: both;
  font-size: 2.8em;
  font-weight: 800;
  line-height: 1.1em;
  color: inherit;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .slider_title {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 1080px) {
  .slider_title {
    font-size: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .slider_title {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 560px) {
  .slider_title {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 440px) {
  .slider_title {
    font-size: 1.5em;
  }
}

.slider_info_left .slider_title {
  text-align: left;
  opacity: 0;
  transform: translateX(-100%);
  animation: animateSliderTitleLeft 1s ease-in-out 0s 1 forwards;
}

@keyframes animateSliderTitleLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider_info_right .slider_title {
  text-align: right;
  opacity: 0;
  transform: translateX(100%);
  animation: animateSliderTitleRight 1s ease-in-out 0s 1 forwards;
}

@keyframes animateSliderTitleRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0;
  position: relative;
  clear: both;
  color: inherit;
  font-size: 1em;
  line-height: 1.2em;
}

@media only screen and (max-width: 1080px) {
  .slider_description {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 767px) {
  @media only screen and (max-width: 1080px) {
    .slider_description {
      display: none;
    }
  }
}

.slider_info_left .slider_description {
  text-align: left;
  opacity: 0;
  transform: translateX(-100%);
  animation: animateSliderDescriptionLeft 1s ease-in-out 0.4s 1 forwards;
}

@keyframes animateSliderDescriptionLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider_info_right .slider_description {
  text-align: right;
  opacity: 0;
  transform: translateX(100%);
  animation: animateSliderDescriptionRight 1s ease-in-out 0.4s 1 forwards;
}

@keyframes animateSliderDescriptionRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider_buttons {
  width: auto;
  height: auto;
  padding: 0;
  margin: 8px 0;
  position: relative;
  clear: both;
  display: table;
  opacity: 0;
  filter: blur(15px);
  animation: animateSliderButtons 1s ease-in-out 0.8s 1 forwards;
}

@keyframes animateSliderButtons {
  0% {
    opacity: 0;
    filter: blur(15px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.slider_info_left .slider_buttons {
  float: left;
}

.slider_info_right .slider_buttons {
  float: right;
}

.slider_buttons a,
.slider_buttons a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  color: var(--slider-button-text-color, #ffffff);
  background-color: #19b9bb;
  text-transform: uppercase;
  border: 0;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    filter 0.2s ease;
  display: table;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .slider_buttons a,
  .slider_buttons a:visited {
    padding: 8px 20px;
    font-size: 0.9em;
  }
}

.slider_buttons a:hover,
.slider_buttons a:visited:hover {
  background-color: #159294;
  transform: translateY(-1px);
  filter: saturate(1.1);
}

.slider_buttons a::after,
.slider_buttons a:visited::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 100%
  );
  opacity: 0;
  transform: translateX(-120%);
  transition:
    transform 0.4s ease,
    opacity 0.2s ease;
}

.slider_buttons a:hover::after,
.slider_buttons a:visited:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

.slider_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

/* MAIN CONTENT */
.content {
  width: 1000px;
  height: auto;
  padding: 70px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

@media only screen and (max-width: 1080px) {
  .content {
    width: calc(100% - 40px);
    padding: 70px 20px;
  }
}

.content_h2_header {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  position: relative;
  clear: both;
  font-size: 2.8em;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 800;
  color: #000000;
}

@media only screen and (max-width: 1080px) {
  .content_h2_header {
    font-size: 2.6em;
  }
}

@media only screen and (max-width: 767px) {
  .content_h2_header {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 560px) {
  .content_h2_header {
    font-size: 2.2em;
  }
}

.content_h2_header_left {
  text-align: left;
  margin: 0;
}

.content_h2_header_center {
  text-align: center;
  margin: 0 auto;
}

.content_h2_sub_header {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  position: relative;
  clear: both;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 500;
  color: #108385;
}

@media only screen and (max-width: 1080px) {
  .content_h2_sub_header {
    font-size: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .content_h2_sub_header {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 560px) {
  .content_h2_sub_header {
    font-size: 1.6em;
  }
}

.content_h2_sub_header_left {
  text-align: left;
  margin: 0;
}

.content_h2_sub_header_center {
  text-align: center;
  margin: 0 auto;
}

.content p {
  text-align: justify;
  line-height: 1.4em;
}

.content strong,
.content b {
  font-weight: 700;
}

.content em,
.content i {
  font-style: italic;
}

@media only screen and (max-width: 560px) {
  .content p {
    text-align: left;
  }
}

.content img {
  max-width: 100%;
  height: auto !important;
}

.content ul li,
.content ol li {
  margin: 2px 0;
  padding: 0;
  line-height: 1.3em;
}

/* ICON BOXES */
.icon_boxes_section {
  width: 100%;
  height: auto;
  padding: 22px 0 4px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  overflow: hidden;
}

.icon_boxes_grid {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 1080px) {
  .icon_boxes_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 560px) {
  .icon_boxes_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.icon_box_card {
  --icon-box-accent: #108385;
  --icon-box-accent-soft: rgba(16, 131, 133, 0.14);
  min-height: 168px;
  padding: 28px 22px 24px 22px;
  position: relative;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 16px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.92),
      transparent 34%
    ),
    linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
  border: 1px solid rgba(20, 39, 58, 0.06);
  box-shadow:
    0 14px 30px rgba(25, 42, 55, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: translate3d(0, 28px, 0) scale(0.94);
  opacity: 0;
  animation: iconBoxCardReveal 0.82s cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
  animation-delay: calc(var(--icon-box-index, 0) * 0.11s);
}

.icon_box_card:nth-child(4n + 2) {
  --icon-box-accent: #c58a17;
  --icon-box-accent-soft: rgba(197, 138, 23, 0.16);
}

.icon_box_card:nth-child(4n + 3) {
  --icon-box-accent: #345f86;
  --icon-box-accent-soft: rgba(52, 95, 134, 0.16);
}

.icon_box_card:nth-child(4n + 4) {
  --icon-box-accent: #6f7d38;
  --icon-box-accent-soft: rgba(111, 125, 56, 0.16);
}

.icon_box_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--icon-box-accent-soft),
    rgba(255, 255, 255, 0) 60%
  );
  pointer-events: none;
}

.icon_box_card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.55;
  pointer-events: none;
  transform: rotate(12deg);
}

.icon_box_glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    var(--icon-box-accent-soft),
    transparent 70%
  );
  filter: blur(18px);
  opacity: 0.8;
  pointer-events: none;
}

.icon_box_icon_wrap {
  width: 78px;
  height: 78px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--icon-box-accent) 20%, #ffffff),
    color-mix(in srgb, var(--icon-box-accent) 82%, #ffffff)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 16px 28px color-mix(in srgb, var(--icon-box-accent) 20%, transparent);
}

.icon_box_icon_wrap::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.icon_box_icon_wrap i {
  font-size: 1.95em;
  color: #ffffff;
  transform: translate3d(0, 0, 0);
  text-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
  animation:
    iconBoxIconIntro 0.88s cubic-bezier(0.16, 1, 0.3, 1) forwards,
    iconBoxIconFloat 4.6s ease-in-out infinite;
  animation-delay:
    calc(var(--icon-box-index, 0) * 0.11s + 0.12s),
    calc(var(--icon-box-index, 0) * 0.11s + 0.95s);
}

.icon_box_title {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #203041;
  font-size: 1.3em;
  line-height: 1.05em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-wrap: balance;
}

.icon_box_card:hover {
  transform: translate3d(0, -8px, 0) scale(1.01);
  box-shadow:
    0 20px 36px rgba(25, 42, 55, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.icon_box_card:hover .icon_box_icon_wrap {
  transform: translateY(-3px) rotate(-4deg);
}

@keyframes iconBoxCardReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.94) rotateX(12deg);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -8px, 0) scale(1.015) rotateX(0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes iconBoxIconIntro {
  0% {
    opacity: 0;
    transform: scale(0.72) rotate(-14deg);
  }

  70% {
    opacity: 1;
    transform: scale(1.08) rotate(4deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes iconBoxIconFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -4px, 0) rotate(3deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .icon_box_card,
  .icon_box_icon_wrap i {
    animation: none;
    transform: none;
    opacity: 1;
  }
}

/* PAGE BUTTONS */
.page_buttons {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.pg_btn {
  min-width: 220px;
  height: auto;
  padding: 10px;
  margin: 10px 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 2px solid #108385;
  border-radius: 5px;
  text-transform: uppercase;
  color: #108385;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .pg_btn {
    min-width: 180px;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 560px) {
  .pg_btn {
    min-width: 0;
    display: table;
    font-size: 0.9em;
    width: calc(100% - 20px - 10px);
  }
}

.pg_btn:hover {
  background-color: #108385;
  color: #ffffff;
}

/* PAGE IMAGES */
.page_images {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0;
  position: relative;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 5px;
  grid-auto-flow: dense;
}

@media screen and (max-width: 767px) {
  .page_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .page_images {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page_image_link {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  display: block;
  z-index: 2;
}

.page_images_container {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.page_images_container_1 {
  grid-column: span 1;
  grid-row: span 1;
}

.page_images_container_2 {
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (max-width: 440px) {
  .page_images_container_2 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.page_images_container_3 {
  grid-column: span 3;
  grid-row: span 3;
}

@media screen and (max-width: 767px) {
  .page_images_container_3 {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media screen and (max-width: 440px) {
  .page_images_container_3 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.page_image_title {
  width: calc(100% - 20px);
  height: auto;
  padding: 0 10px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  display: table;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
}

.page_image_link:hover .page_image_title {
  display: none;
}

.page_image_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.page_image_link:hover .page_image_filter {
  background-color: rgba(0, 0, 0, 0);
}

/* INSERTS */
.inserts {
  width: calc(100% - 8%);
  height: auto;
  padding: 60px 4%;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media only screen and (max-width: 1080px) {
  .inserts {
    width: calc(100% - 40px);
    padding: 60px 40px;
  }
}

.insert_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2em;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
}

@media screen and (max-width: 1200px) {
  .insert_header {
    font-size: 3em;
  }
}

@media screen and (max-width: 1080px) {
  .insert_header {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 767px) {
  .insert_header {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 560px) {
  .insert_header {
    font-size: 2em;
  }
}

@media screen and (max-width: 440px) {
  .insert_header {
    font-size: 1.8em;
  }
}

.insert_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  display: table;
  clear: both;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
}

@media screen and (max-width: 1080px) {
  .insert_description {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .insert_description {
    font-size: 0.9em;
  }
}

.insert_button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  display: table;
  clear: both;
}

.insert_button a,
.insert_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 0 auto;
  position: relative;
  display: table;
  clear: both;
  background-color: #108385;
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
  .insert_button a,
  .insert_button a:visited {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

.insert_button a:hover,
.insert_button a:visited:hover {
  background-color: #0b5c5d;
}

/* LOGO SLIDER */
.logo_slider {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 10px auto 0 auto;
  position: relative;
  background-color: #ffffff;
  display: table;
  clear: both;
  overflow: hidden;
}

/* MAP */
.mapouter {
  text-align: right;
  width: calc(100% - 10px);
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  overflow: hidden;
  border: 5px solid #19b9bb;
  border-radius: 5px;
}

.gmap_canvas {
  background: none !important;
  overflow: hidden;
  width: 100%;
}

#gmap_canvas {
  padding: 0;
  margin: 0;
  display: table;
}

/* CONTACT DETAILS BLOCKS */
.contact_blocks {
  width: 100%;
  height: auto;
  padding: 20px 0 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.contact_blocks_left {
  width: calc(50% - 10px);
  height: auto;
  padding: 0 10px 0 0;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .contact_blocks_left {
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
  }
}

.contact_blocks_right {
  width: calc(50% - 10px);
  height: auto;
  padding: 0 0 0 10px;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .contact_blocks_right {
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
  }
}

.contact_block_holder {
  width: calc(100% - 10px);
  height: auto;
  padding: 0;
  margin: 10px 5px;
  position: relative;
  clear: none;
  float: left;
  display: table;
}

.contact_block_icon {
  width: 40px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.contact_block_icon i {
  font-size: 40px;
  color: #19b9bb;
}

.contact_block_info {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.contact_block_title {
  width: 100%;
  height: auto;
  padding: 0 0 6px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1.2em;
  font-weight: 800;
  color: #252525;
  line-height: 1em;
}

.contact_block_description {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 500;
  color: #525252;
  line-height: 1.3em;
}

.contact_block_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
}

.contact_block_content a,
.contact_block_content a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
  color: #000000;
  text-decoration: underline;
}

body.admin-edit-mode .admin-div {
  outline: 2px dashed rgba(22, 93, 150, 0.55);
  outline-offset: 4px;
  transition:
    outline-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}

body.admin-edit-mode .admin-div:hover,
body.admin-edit-mode .admin-div.admin-div-active {
  outline-color: rgba(22, 93, 150, 0.95);
  box-shadow: 0 0 0 6px rgba(22, 93, 150, 0.14);
}

.admin-edit-badge {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(13, 35, 58, 0.18);
  background: rgba(13, 35, 58, 0.96);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.16s ease-in-out,
    visibility 0.16s ease-in-out;
}

.admin-edit-badge.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.admin-edit-badge:hover,
.admin-edit-badge:focus {
  color: #ffffff;
  text-decoration: none;
  background: rgba(22, 93, 150, 0.98);
}

.admin-edit-badge i {
  font-size: 12px;
}

/* PHOTO GALLERY */
.portfolio {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.album_gallery,
.photo_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 10px;
  grid-auto-flow: dense;
}

@media screen and (max-width: 767px) {
  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.album_header_name {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px 10px;
  margin: 0 auto 15px auto;
  position: relative;
  clear: both;
  color: #ffffff;
  background-color: #2b2b2b;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Font Awesome 6 Pro", "Noto Sans", sans-serif;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .album_header_name {
    font-size: 1em;
  }
}

.album_header_name a,
.album_header_name a:visited {
  color: #ffffff;
  text-decoration: none;
}

.album_header_name a:hover,
.album_header_name a:visited:hover {
  color: #c4c4c4;
  text-decoration: none;
}

.album_holder {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
  background-attachment: scroll;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.album_holder_1 {
  grid-column: span 1;
  grid-row: span 1;
}

.album_holder_2 {
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (max-width: 560px) {
  .album_holder_2 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.album_holder_3 {
  grid-column: span 3;
  grid-row: span 3;
}

@media screen and (max-width: 767px) {
  .album_holder_3 {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media screen and (max-width: 560px) {
  .album_holder_3 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.album_title {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  height: 20px;
  left: 0;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 0.9em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: calc(100% - 20px);
}

.album_holder:hover .album_title {
  height: calc(100% - 10px);
}

.album_icon {
  color: #fab22c;
  display: none;
  font-size: 50px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  width: 100%;
  z-index: 3;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.album_holder:hover .album_icon {
  display: table;
  opacity: 1;
}

.album_button {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  position: relative;
  text-align: center;
  width: auto;
}

.album_button a,
.album_button a:visited {
  border: 1px solid #afb374;
  color: #afb374;
  font-family: "Font Awesome 6 Pro", "Noto Sans", sans-serif;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.album_button a:hover,
.album_button a:visited:hover {
  border: 1px solid #4e502e;
  color: #4e502e;
}

/* VIDEO GALLERY */
.video_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  background-color: #ffffff;
  clear: both;
}

@media screen and (max-width: 1080px) {
  .video_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .video_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.video_gallery_holder {
  width: 100%;
  height: auto;
  padding-bottom: 56%;
  margin: 0;
  position: relative;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.video_icon {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.video_icon i {
  text-align: center;
  font-size: 5vw;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .video_icon i {
    font-size: 7vw;
  }
}

@media screen and (max-width: 560px) {
  .video_icon i {
    font-size: 14vw;
  }
}

.video_gallery_holder:hover i {
  color: #ff0000;
}

/* FOOTER */
.footer {
  width: calc(100% - 10%);
  height: auto;
  padding-top: 60px;
  padding-right: 5%;
  padding-left: 5%;
  margin: 10px auto 0 auto;
  position: relative;
  display: table;
  clear: both;
  overflow: hidden;
  background-color: #108385;
}

@media screen and (max-width: 1080px) {
  .footer {
    width: calc(100% - 40px);
    padding-right: 20px;
    padding-left: 20px;
  }
}

.footer_nowapp {
  padding: 60px 5% !important;
}

@media screen and (max-width: 1080px) {
  .footer_nowapp {
    padding: 60px 20px !important;
  }
}

.footer_socials {
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-family: "Font Awesome 5 Pro", sans-serif;
}

.footer_socials i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .footer_socials i {
    width: 30px;
    height: 30px;
    margin: 0 1px;
    line-height: 30px;
    font-size: 14px;
  }
}

.footer_socials i:hover {
  background-color: #ffffff;
  color: #108385;
}

.footer_socials a {
  text-decoration: none;
}

.footer_addresses {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

@media only screen and (max-width: 767px) {
  .footer_addresses {
    padding: 0;
  }
}

.footer_address_holder {
  width: 50%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
  .footer_address_holder {
    width: 100%;
    display: table;
    padding: 0 0 10px 0;
    position: relative;
    clear: both;
    font-size: 0.9em;
    text-align: center;
  }
}

.footer_address_header {
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 0 8px 0;
  font-family: "Montserrat", serif;
}

.footer_address_holder img {
  width: auto;
  height: 190px;
  display: table;
  text-align: right;
  float: right;
}

@media only screen and (max-width: 767px) {
  .footer_address_holder img {
    width: 60%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto;
    display: table;
    text-align: center;
    float: none;
  }
}

.footer_address_info {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3em;
}

.privacy_policy {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  display: table;
  color: #e9e9e9;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
}

@media screen and (max-width: 560px) {
  .privacy_policy {
    font-size: 1em;
  }
}

.privacy_policy a,
.privacy_policy a:visited {
  color: #e9e9e9;
  text-decoration: none;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 560px) {
  .privacy_policy a,
  .privacy_policy a:visited {
    width: 100%;
    padding: 5px 0;
    clear: both;
    display: table;
  }
}

.privacy_policy a:hover,
.privacy_policy a:visited:hover {
  color: #ffffff;
}

.credentials {
  clear: both;
  color: #ffffff;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0 0 5px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits {
  clear: both;
  color: #ffffff;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits a,
.credits a:visited {
  color: #c4c4d4;
  text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* WHATSAPP BUTTON */
.whatsapp_button {
  width: auto;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-image: url("../images/wa_bg_filter.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1005;
}

.whatsapp_button i {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.whatsapp_popup {
  width: auto;
  white-space: nowrap;
  height: auto;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 5;
  background-color: #ffffff;
  border: 2px solid #525252;
  border-radius: 6px 6px 0 6px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9em;
  color: #525252;
  opacity: 0;
  animation: animateWhatsappPopup 1.5s ease-in-out 5s 1 forwards;
}

@keyframes animateWhatsappPopup {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.whatsapp_link:hover i {
  transform: scale(1.1, 1.1);
}

/* FORM STYLING */
.form_group {
  clear: both;
  display: table;
  height: auto;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_full {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_left {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 0;
  padding: 0;
  position: relative;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_left {
    clear: both;
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}

.form_group_right {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_right {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.form_group_1_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 0;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
  .form_group_1_3 {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.form_group_2_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 1%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
  .form_group_2_3 {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
  }
}

.form_group_3_3 {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
  .form_group_3_3 {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.form_label {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0 0 2px 0;
  position: relative;
  width: 100%;
}

.form_label label {
  color: #4d4d4d;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.form_field {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"],
.form_field input[type="email"],
.form_field input[type="date"] {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 40px - 2px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus,
.form_field input[type="number"]:hover,
.form_field input[type="number"]:focus,
.form_field input[type="email"]:hover,
.form_field input[type="email"]:focus,
.form_field input[type="date"]:hover,
.form_field input[type="date"]:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_field select {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 47px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}

.form_field select:hover,
.form_field select:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_field textarea {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 125px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 40px - 2px);
}

.form_field textarea:hover,
.form_field textarea:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_oneliner_label {
  display: table-cell;
  height: auto;
  padding: 0 2% 0 0;
  vertical-align: middle;
  width: 48%;
}

.form_oneliner_field {
  display: table-cell;
  height: auto;
  padding: 0 0 0 2%;
  vertical-align: middle;
  width: 48%;
}

.form_note {
  clear: both;
  color: #525252;
  display: table;
  font-size: 0.9em;
  height: auto;
  margin: 2px 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.red_asterisk {
  color: red;
  font-size: 0.8em;
  vertical-align: super;
}

.red_asterisk:before {
  color: red;
  content: "\f069";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 0.6em;
  vertical-align: super;
}

.hfield {
  display: none !important;
}

.pudo_form {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 24px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.pudo_form_shell {
  width: calc(100% - 2px);
  height: auto;
  padding: 0;
  margin: 0 auto;
  border: 1px solid rgba(16, 131, 133, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at top right,
      rgba(250, 178, 44, 0.12),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      rgba(16, 131, 133, 0.04),
      rgba(255, 255, 255, 0.98) 24%
    );
  box-shadow: 0 24px 50px rgba(11, 92, 93, 0.08);
  overflow: hidden;
}

.pudo_form_header {
  width: calc(100% - 64px);
  height: auto;
  padding: 34px 32px 28px 32px;
  margin: 0;
  position: relative;
  background:
    linear-gradient(135deg, rgba(16, 131, 133, 0.96), rgba(11, 92, 93, 0.92)),
    linear-gradient(45deg, rgba(250, 178, 44, 0.2), transparent 60%);
  color: #ffffff;
}

.pudo_form_kicker {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.78;
}

.pudo_form_heading {
  padding: 10px 0 8px 0;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.pudo_form_intro {
  max-width: 720px;
  font-size: 1em;
  line-height: 1.7em;
  color: rgba(255, 255, 255, 0.9);
}

.pudo_booking_card {
  width: calc(100% - 66px);
  height: auto;
  padding: 24px 28px;
  margin: 28px auto 0 auto;
  border: 1px solid rgba(16, 131, 133, 0.16);
  background:
    linear-gradient(135deg, rgba(16, 131, 133, 0.08), rgba(250, 178, 44, 0.16)),
    #ffffff;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.pudo_booking_label {
  color: #5c6d75;
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.pudo_booking_value {
  padding: 10px 0 8px 0;
  color: #108385;
  font-size: 3em;
  font-weight: 800;
  line-height: 1em;
}

.pudo_booking_note {
  max-width: 720px;
  color: #4c5b65;
  font-size: 0.95em;
  line-height: 1.6em;
}

.pudo_form_notice {
  width: calc(100% - 66px);
  height: auto;
  padding: 18px 22px;
  margin: 20px auto 0 auto;
  border-radius: 14px;
  clear: both;
  box-shadow: 0 16px 34px rgba(25, 48, 71, 0.08);
}

.pudo_form_notice strong {
  display: block;
  padding: 0 0 8px 0;
}

.pudo_form_notice_success {
  background-color: rgba(16, 131, 133, 0.1);
  border: 1px solid rgba(16, 131, 133, 0.24);
  color: #0b5c5d;
}

.pudo_form_notice_success span {
  font-weight: 800;
}

.pudo_form_notice_error {
  background-color: rgba(181, 34, 34, 0.08);
  border: 1px solid rgba(181, 34, 34, 0.22);
  color: #7f1d1d;
}

.pudo_form_notice_list {
  padding: 0 0 0 18px;
  margin: 0;
}

.pudo_form_notice_list li {
  padding: 0 0 4px 0;
}

.pudo_form_section {
  width: calc(100% - 66px);
  height: auto;
  padding: 26px 28px;
  margin: 22px auto 0 auto;
  position: relative;
  border: 1px solid rgba(16, 131, 133, 0.12);
  border-radius: 18px;
  background-color: #ffffff;
  box-shadow: 0 14px 28px rgba(11, 92, 93, 0.05);
}

.pudo_form_section_title {
  width: 100%;
  height: auto;
  padding: 0 0 18px 0;
  margin: 0;
  color: #0b5c5d;
  font-size: 1.35em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pudo_form_row {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 18px 0;
  display: grid;
  gap: 18px;
}

.pudo_form_row:last-child {
  margin-bottom: 0;
}

.pudo_form_row_halves {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pudo_form_row_thirds {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pudo_form_col {
  min-width: 0;
}

.pudo_form_col_full {
  grid-column: 1 / -1;
}

.pudo_form .form_label {
  padding: 0 0 7px 0;
}

.pudo_form .form_label label {
  color: #2f3f47;
  font-size: 0.98em;
  font-weight: 700;
}

.pudo_form .form_field input[type="text"],
.pudo_form .form_field input[type="number"],
.pudo_form .form_field input[type="email"],
.pudo_form .form_field input[type="date"],
.pudo_form .form_field select,
.pudo_form .form_field textarea {
  border: 1px solid rgba(16, 131, 133, 0.16);
  border-radius: 12px;
  background-color: #fdfefe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pudo_form .form_field input[type="text"],
.pudo_form .form_field input[type="number"],
.pudo_form .form_field input[type="email"],
.pudo_form .form_field input[type="date"] {
  height: 26px;
  padding: 12px 18px;
  width: calc(100% - 36px - 2px);
}

.pudo_form .form_field select {
  height: 52px;
  padding: 12px 18px;
}

.pudo_form .form_field textarea {
  min-height: 132px;
  padding: 14px 18px;
  width: calc(100% - 36px - 2px);
}

.pudo_form .form_field input[type="text"]:hover,
.pudo_form .form_field input[type="text"]:focus,
.pudo_form .form_field input[type="number"]:hover,
.pudo_form .form_field input[type="number"]:focus,
.pudo_form .form_field input[type="email"]:hover,
.pudo_form .form_field input[type="email"]:focus,
.pudo_form .form_field input[type="date"]:hover,
.pudo_form .form_field input[type="date"]:focus,
.pudo_form .form_field select:hover,
.pudo_form .form_field select:focus,
.pudo_form .form_field textarea:hover,
.pudo_form .form_field textarea:focus {
  background-color: #ffffff;
  border-color: rgba(16, 131, 133, 0.45);
  box-shadow:
    0 0 0 4px rgba(16, 131, 133, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.pudo_form .form_note {
  color: #66757d;
  font-size: 0.86em;
  line-height: 1.5em;
  margin-top: 8px;
}

.pudo_service_options {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media screen and (max-width: 560px) {
  .pudo_service_options {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.pudo_service_option {
  min-height: 26px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 131, 133, 0.16);
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(247, 250, 251, 0.98)
  );
  color: #252525;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition:
    transform 0.18s ease-in-out,
    border-color 0.18s ease-in-out,
    box-shadow 0.18s ease-in-out,
    background-color 0.18s ease-in-out;
}

.pudo_service_option:hover {
  border-color: rgba(16, 131, 133, 0.38);
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(16, 131, 133, 0.08);
  transform: translateY(-2px);
}

.pudo_service_option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #108385;
}

.pudo_service_option span {
  font-weight: 600;
}

.pudo_date_input {
  cursor: pointer;
}

.pudo_form_actions {
  width: calc(100% - 66px);
  margin: 0 auto;
  padding: 28px 0 32px 0;
}

.pudo_form_actions .gen_btn {
  min-width: 260px;
  padding: 14px 26px;
  background: linear-gradient(135deg, #108385, #0b5c5d);
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(11, 92, 93, 0.18);
}

.pudo_form_actions .gen_btn:hover {
  background: linear-gradient(135deg, #0f8f91, #084748);
}

.ui-datepicker {
  padding: 10px 12px 12px 12px;
  border: 1px solid rgba(16, 131, 133, 0.16);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(11, 92, 93, 0.16);
}

.ui-datepicker .ui-datepicker-header {
  border: 0;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(16, 131, 133, 0.96),
    rgba(11, 92, 93, 0.92)
  );
  color: #ffffff;
}

.ui-datepicker .ui-datepicker-title {
  color: #ffffff;
  font-weight: 700;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 4px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  padding: 8px;
  text-align: center;
  border-radius: 10px;
}

.ui-datepicker td a.ui-state-active {
  background: #fab22c !important;
  border-color: #fab22c !important;
  color: #252525 !important;
}

.ui-datepicker td a.ui-state-highlight {
  background: rgba(16, 131, 133, 0.12) !important;
  border-color: rgba(16, 131, 133, 0.2) !important;
  color: #0b5c5d !important;
}

.ui-datepicker td.pudo_date_closed span,
.ui-datepicker td.pudo_date_closed a {
  background: #ececec !important;
  border-color: #d7d7d7 !important;
  color: #a0a0a0 !important;
}

.ui-datepicker td.pudo_date_closed {
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .pudo_form_header,
  .pudo_booking_card,
  .pudo_form_notice,
  .pudo_form_section,
  .pudo_form_actions {
    width: calc(100% - 42px);
  }

  .pudo_form_header {
    padding: 28px 20px 24px 20px;
  }

  .pudo_form_heading {
    font-size: 1.8em;
  }

  .pudo_booking_card,
  .pudo_form_section {
    padding: 20px;
  }

  .pudo_booking_value {
    font-size: 2.4em;
  }

  .pudo_form_row_halves,
  .pudo_form_row_thirds {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .pudo_form_actions .gen_btn {
    width: 100%;
    min-width: 0;
  }
}

/* FONTAWESOME ICONS */
/* Search and filter layout */
.fa_filter_bar {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

#fa-search {
  width: calc(100% - 200px);
  height: 20px;
  padding: 10px;
  margin: 0 5px 0 0;
  position: relative;
  clear: none;
  float: left;
  display: table;
  border: 2px solid #cccccc;
  border-radius: 4px;
  font-family: "Montserrat", serif;
  font-size: 1em;
}

@media only screen and (max-width: 560px) {
  #fa-search {
    width: calc(100% - 24px);
    margin: 0 0 5px 0;
    clear: both;
    float: none;
  }
}

#style-filter {
  width: 166px;
  height: 44px;
  padding: 10px;
  margin: 0;
  position: relative;
  clear: none;
  float: right;
  border: 2px solid #cccccc;
  border-radius: 4px;
  font-size: 1em;
  font-family: "Montserrat", serif;
}

@media only screen and (max-width: 560px) {
  #style-filter {
    width: 100%;
    clear: both;
    float: none;
  }
}

.icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 15px;
}

.icon-item {
  text-align: center;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: 0.2s;
  background-color: #efefef;
}

.icon-item:hover {
  background: #e4e4e4;
  transform: scale(1.05);
}

.icon-name {
  font-size: 12px;
  margin-top: 6px;
  color: #000000;
}

.icon-tags {
  margin-top: 6px;
}

.tag {
  display: inline-block;
  background: #ffffff;
  border-radius: 5px;
  font-size: 9px;
  color: #000000;
  padding: 2px 4px;
  font-weight: 500;
  margin: 2px;
}

.copy-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  display: none;
}

#loadMore {
  margin: 30px auto;
  display: block;
  background: #4b80b6;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  font-family: "Montserrat", serif;
}

#loadMore:hover {
  background: #365de0;
}

/* PRELOADER */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader img {
  width: 180px;
  height: auto;
  animation: pulse 1.2s infinite ease-in-out;
}

@media screen and (max-width: 1080px) {
  #preloader img {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  #preloader img {
    width: 140px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}
