/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --wpforms-button-background-color: #1c23ba !important;
}

html {
  scrollbar-gutter: stable;
  scroll-behavior: unset !important;
}

html,
body {
  font-size: 18px;
  background-color: #f5f5f5;
}

body.modal-open {
  overflow: clip;
}

img {
  vertical-align: middle;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
}

.comments-area a,
.page-content a {
  text-decoration: none;
}

#content {
  overflow-x: clip;
}

.fadeInUp {
  animation-name: fadeInUpCustom;
}

@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translate3d(0, 3rem, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}


[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
  background-color: transparent;
}

/* Header */
.hndsm_mobile_menu {
  position: fixed;
  background: #fff;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 9999999;
  opacity: 0;
  transform: translatex(-100%);
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.hndsm_mobile_menu.visible {
  opacity: 1;
  transform: translatex(0%);
}

.hndsm_mobile_menu ul {
  padding: 0;
  margin: 0;
}

.hndsm_mobile_menu li {
  list-style: none;
  margin: 15px 0;
}

.hndsm_mobile_menu li a {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}

.hndsm_mobile_menu_icon {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.hndsm_mobile_menu_icon .top-bun,
.hndsm_mobile_menu_icon .patty,
.hndsm_mobile_menu_icon .bottom-bun {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 100%;
  transition: transform 250ms cubic-bezier(0.2, 0.6, 0.3, 1),
    width 250ms cubic-bezier(0.2, 0.6, 0.3, 1);
  will-change: transform, width;
}

.hndsm_mobile_menu_icon .top-bun,
.hndsm_mobile_menu_icon .patty,
.hndsm_mobile_menu_icon .bottom-bun {
  height: 2px;
  background-color: var(--e-global-color-primary);
}

.fixed-nav-on .hndsm_mobile_menu_icon .top-bun,
.fixed-nav-on .hndsm_mobile_menu_icon .patty,
.fixed-nav-on .hndsm_mobile_menu_icon .bottom-bun {
  background-color: var(--e-global-color-primary);
}

.hndsm_mobile_menu_icon .top-bun {
  transform: translatey(-9.5px);
}

.hndsm_mobile_menu_icon .bottom-bun {
  transform: translatey(9.5px);
}

body.mobile-menu-open {
  overflow-y: hidden;
  height: 100dvh;
}

body.mobile-menu-open .hndsm_mobile_menu_icon .top-bun,
body.mobile-menu-open .hndsm_mobile_menu_icon .patty,
body.mobile-menu-open .hndsm_mobile_menu_icon .bottom-bun {
  background-color: var(--e-global-color-primary);
}

body.mobile-menu-open .top-bun {
  transform: translatex(3.5px) rotate(-135deg);
  width: 28px;
}

body.mobile-menu-open .patty {
  transform: scale(0);
}

body.mobile-menu-open .bottom-bun {
  transform: translatex(3.5px) rotate(135deg);
  width: 28px;
}

.hndsm_mobile_menu_inner {
  color: #000;
}

ul.hndsm_mobile_menu_socials {
  margin: 3rem 0 0 0;
}

.hndsm_mobile_menu_socials li {
  float: left;
  margin: 0;
}

.hndsm_mobile_menu_socials li+li {
  margin-left: 30px;
}

.hndsm_mobile_menu_socials li a {
  font-size: 24px;
}

/* @media (min-width: 769px) { */
.desktop-absolute {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
}

/* } */

.map {
  position: relative;
}

.map-pin {
  opacity: 0;
  transform: translateY(-50px);
  transition: none !important;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0;
  display: flex;
  align-items: center;
  width: 15%;
  height: 7%;
}

.map-pin::before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2026/06/pin.png") no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 24%;
  height: 77%;
  margin-right: -0.5em;
  transform: scale(1.5) translateY(-20%);
  z-index: 2;
  position: relative;
  flex-shrink: 0;
}

.map-pin-alt {
  flex-direction: row-reverse;
}

.map-pin.map-pin-small p,
.map-pin.map-pin-small .elementor-icon-wrapper {
  padding: 0.5vw 1vw;
  margin-right: -0.5rem;
}

.map-pin.map-pin-small p {
  font-size: 0.75vw !important;
}

.map-pin.map-pin-small::before {
  width: 13%;
  height: 50%;
  transform: scale(1) translateY(-20%);
  margin-right: 0;
}

.map-pin.map-pin-highlight::before {
  background: url("/wp-content/uploads/2026/06/pin-highlight.png") no-repeat;
  background-size: contain;
  transform: scale(3) translateY(-20%);
}

.map-pin p {
  color: var(--e-global-color-primary);
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  flex-shrink: 0;
}

.map-pin-highlight {
  z-index: 9;
  top: 72%;
  left: 61%;
  width: 23%;
  height: 7%;
}

.map-pin-highlight.map-pin::before {
  width: 15%;
}

.map-pin-highlight .elementor-icon-wrapper {
  background-color: var(--e-global-color-primary);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  width: 100%;
  /* flex-shrink: 0; */
}

.map-pin-highlight .elementor-icon-wrapper .elementor-icon {
  vertical-align: middle;
  display: flex;
  justify-content: center;
}

.map-pin-highlight .elementor-icon-wrapper svg {
  width: 75%;
  height: auto;
}

#map-pin-tenis-club {
  top: 51%;
  left: 56%;
}

#map-pin-academia {
  top: 28%;
  left: 38%;
}

#map-pin-stadion {
  top: 11%;
  left: 78%;
}

#map-pin-strand {
  top: 2%;
  left: 12%;
}

#map-pin-filarmonica {
  top: 0%;
  left: 21%;
}

#map-pin-primarie {
  top: 1%;
  left: 40%;
}

#map-pin-adora-one {
  top: 10%;
  left: 38%;
}

#map-pin-spital {
  top: 2%;
  left: 67%;
}

#map-pin-atrium {
  top: 14%;
  left: 48%;
}

#map-pin-afi {
  top: 16%;
  left: 63%;
}

.hndsm-animate-up {
  opacity: 0;
  transform: translateY(100px);
  transition: none !important;
}

@media (max-width: 768px) {
  .map-pin::before {
    margin-right: -0.2rem;
  }

  .map-pin.map-pin-small p {
    margin-right: 0.2rem;
  }

  .map-pin p,
  .map-pin-highlight .elementor-icon-wrapper {
    padding: 0.5vw 1vw;
  }
}