#calendar-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: auto;
  padding: 20px; 
  box-sizing: border-box;
}

#calendar-modal .modal-content {
  background-color: white;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 1100px;
  max-height: 100%;
  overflow-y: auto; 
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  font-family: 'Urbanist', sans-serif !important;
}


#close-calendar {
  background-color: #fff;
  color: #1a8589 !important;
}

#close-calendar:hover {
  scale: 1.2;
  background-color: #fff;
}

.next--button {
  background-color: #1a8589 !important;
  color: #fff !important;
  font-family: "Urbanist" !important;
}

.next {
  background-color: #1a8589 !important;
  color: #fff !important;
  font-family: "Urbanist" !important;
  border-radius: 24px;
  padding: 2px 24px;
}

.fbw-calendar--config[data-v-2410951e] {
  align-items: flex-start;
}

.fbw-calendar--title h1[data-v-86668ebc] {
  font-family: 'Urbanist', sans-serif !important;
}

.fb-widget select {
  display: block !important;
  width: 100%;
  margin-bottom: 10px;
  color: black;
}

#calendar-modal .chosen_day {
  background-color: #1a8589 !important;
  color: #fff !important;
}

.fbw-calendar--month-name {
  color: #1a8589 !important;
}

.fbw-calendar--label {
  color: #1a8589 !important;
}

@media (max-width: 768px) {
  #calendar-modal {
    overflow-y: auto;
    padding: 10px;
  }

  #calendar-modal .modal-content {
    max-width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 15px;
    box-sizing: border-box;
  }

  #calendar-modal h1 {
    text-align: left !important;
    padding-top: 10px;
  }
}

.custom-dropdown {
    background-color: transparent !important;
    border: none  !important;
    color: #fff  !important;
    font: inherit !important;
    padding: 5px 10px !important;
	background-image: none !important;
	color: white;
}

.custom-dropdown:focus {
    outline: none !important;         
    box-shadow: none !important;
}

.header-social-item.social-link-custom1 img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
  transition: filter 0.3s ease;
}

.header-social-item.social-link-custom1:hover img {
  filter: invert(35%) sepia(82%) saturate(460%) hue-rotate(160deg) brightness(80%) contrast(90%);
}


.site-header-upper-wrap {
  padding-top: 1rem;
}

.wp-gr {
  overflow-x: hidden;
}

.kadence-sticky-header {
  background: transparent;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 767px) {
  .kadence-sticky-header.item-is-stuck {
    margin: 30px 30px 0;
    border-radius: 500px;
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(6px);
    box-shadow: 0px 4px 15px rgba(26, 134, 137, 0.8);
    transition: all 0.3s ease-in-out;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .kadence-sticky-header.item-is-stuck {
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 0;
    background: rgba(26, 134, 137, 0.8) !important;
  }
}

.site-header-upper-wrap {
  padding-top: 0 !important;
}

.widget {
  margin-bottom: 0 !important;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.animate-element {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-up {
  transform: translateY(40px);
}

.animate-down {
  transform: translateY(-40px);
}

.animate-left {
  transform: translateX(-40px);
}

.animate-right {
  transform: translateX(40px);
}

.animate-fade {
  transform: translateY(0);
}

.animate-delay-small {
  transition-delay: 0.2s;
}

.animate-delay-medium {
  transition-delay: 0.4s;
}

.animate-delay-large {
  transition-delay: 0.6s;
}

.animate-fast {
  transition-duration: 0.5s;
}

.animate-slow {
  transition-duration: 1.2s;
}

.is-visible {
  opacity: 1 !important;
  transform: translate(0) !important;
}


#mobile-menu {
  overflow: hidden;
}

#mobile-menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF !important;
  padding: 1rem 2rem 1rem 2rem;
  transition: color 0.6s ease;
  justify-content: center;
}

.menu-toggle-close {
  transition: transform 0.3s ease, color 0.3s ease;
}

.menu-toggle-close:hover {
  color: #F7FFC7 !important;
  transform: scale(1.2);
}

/* Effet sparkles */
.sparkle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: sparkle-rise 7s infinite ease-in-out;
}

.welcome-section .sparkle {
  background: radial-gradient(
    circle, 
    rgba(32, 178, 170, 0.25) 0%, 
    rgba(32, 178, 170, 0.08) 70%
  );
}


.custom-button,
.header-button,
.mobile-header-button,
.social-link-custom1 {
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-button .sparkle,
.header-button .sparkle,
.mobile-header-button .sparkle,
.social-link-custom1 .sparkle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  opacity: 0;
  animation: sparkle-rise 3s infinite ease-in-out;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 70%);
}

.custom-button:hover .sparkle {
  background: radial-gradient(circle, rgba(26, 134, 137, 0.8) 0%, rgba(26, 134, 137, 0.4) 70%);
}

@keyframes sparkle-rise {
  0% {
    transform: translateY(0) scale(0.5);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    transform: translateY(-100vh) scale(1.2);
    opacity: 0;
  }
}

.custom-button-white {
  overflow: hidden;
  position: relative;
}

.custom-button-white .sparkle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  opacity: 0;
  animation: sparkle-rise 3s infinite ease-in-out;
  background: radial-gradient(circle, rgba(26, 134, 137, 0.4) 0%, rgba(26, 134, 137, 0.4) 70%);
}

.custom-button-white:hover .sparkle {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 70%);
}

@keyframes sparkle-rise {
  0% {
    transform: translateY(0) scale(0.5);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    transform: translateY(-100vh) scale(1.2);
    opacity: 0;
  }
}

.custom-button:hover,
.header-button:hover,
.social-link-custom1 {
  box-shadow: 0 0 20px rgba(26, 134, 137, 0.8) !important;
  transform: scale(1.05) !important;
}

.custom-button-white:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8) !important;
  transform: scale(1.05) !important;
}

.social-button {
	padding-top: 1.5em !important;
    padding-right: 1.2em !important;
    padding-bottom: 1.5em !important;
    padding-left: 1.2em !important;
}

@media (max-width: 768px) {
  .mobile-header-button-wrap {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 300px;
    z-index: 9999;
  }

  .mobile-header-button-inner-wrap a {
    display: block;
    text-align: center;
    padding: 12px 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4) !important;
  }
}

.kadence-scroll-to-top {
  transform: scale(1.1) !important;
  color: white !important;
  background-color: rgba(26, 134, 137, 1) !important;
  backdrop-filter: blur(5px);
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4) !important;
}

.social-sidebar {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(26, 134, 137, 1);
  backdrop-filter: blur(5px);
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4) !important;
}

.social-icon:hover {
  transform: scale(1.1);
  color: white;
  background-color: rgba(26, 134, 137, 1);
}

.social-icon i {
  font-size: 18px;
}

@media (max-width: 768px) {
  .social-sidebar {
    right: 10px;
  }
  
  .social-icon {
    width: 32px;
    height: 32px;
  }
  
  .social-icon i {
    font-size: 16px;
  }
}

.kb-gal-image-radius {
  box-shadow: 0 0 20px rgba(255, 255, 255, 1) !important;
}

.blue-section {
  position: relative;
  overflow: hidden;
}

.blue-section::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(14, 117, 121);
  border-radius: 50%;
  transform: rotate(30deg);
  z-index: 1;
  pointer-events: none;
}

.map-wrapper {
  width: 80vw;
  max-width: 600px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  box-shadow: 0px 0px 14px rgba(255, 255, 255, 1);
}

.leaflet-map {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.iframe-container {
  width: 100vw; 
  max-width: 2500px; 
  height: 100vh; 
}

.iframe {
  width: 100%; 
  height: 100%;
}

@media (max-width: 768px) {
  .header-mobile-social-wrap .social-label {
    display: none !important;
  }

  .header-mobile-social-wrap .social-link-custom1 {
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
  }

  .header-mobile-social-wrap .social-link-custom1 img {
    max-width: 24px;
    height: auto;
  }
}

