/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 8.4
Updated: 2025-05-03 12:08:09

*/

    /***************************************************
 * Generated by SVG Artista on 5/3/2025, 12:25:53 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

/***************************************************
 * Generated by #custom-logo Artista on 5/3/2025, 12:26:57 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 #custom-logo .svg-elem-1 {
  stroke-dashoffset: 2535.67822265625px;
  stroke-dasharray: 2535.67822265625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 2s ease-in 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 2s ease-in 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

#custom-logo.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(10, 40, 90);
}

#custom-logo .svg-elem-2 {
  stroke-dashoffset: 3305.854248046875px;
  stroke-dasharray: 3305.854248046875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 2s ease-in 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 2s ease-in 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

#custom-logo.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(0, 140, 170);
}

#custom-logo .svg-elem-3 {
  stroke-dashoffset: 4483.5517578125px;
  stroke-dasharray: 4483.5517578125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 2s ease-in 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 2s ease-in 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

#custom-logo.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(0, 140, 170);
}
html {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
body {
  flex-grow:1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-image: 
    linear-gradient(to top, rgba(255,255,255,0.9) 10%, rgba(255,255,255,1) 50%),
    repeating-linear-gradient(-45deg, #008caa 0px, #008caa 1px, transparent 1px, transparent 20px);
}

main {
	flex-grow: 1;
}

footer {
    background-color: #fff;
    border-top: 1px #008caa solid;
}

.site-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#site-footer > div > div.site-branding.show-logo {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	width: auto;
}
.site-footer:not(.footer-stacked) .footer-inner .copyright, .site-footer:not(.footer-stacked) .footer-inner .site-branding, .site-footer:not(.footer-stacked) .footer-inner .site-navigation {
	margin-top: auto;
	margin-bottom: auto;
	width: auto;
}

.uc_carousel.owl-carousel {
	position: relative;
}
@media (max-width: 767px) {
  .uc_carousel.owl-carousel .owl-nav > .owl-prev,
  .uc_carousel.owl-carousel .owl-nav > .owl-next {
    bottom: 0;
    top: auto !important;
  }
}

#mappe-model {
	height: min(500px, 50vh);
	width: 100%
}
.mappe-holder {
	width:100%
}
/* Custom Flip Hero Widget Styles */
.custom-flip-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  min-height: 70vh;
}

.custom-flip-hero .mobile-image {
  display: none;
}

.custom-flip-hero .mobile-image img {
  width: 100%;
  height: auto;
  display: block;
}

.flip-boxes-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
  max-width: 400px;
  width: 100%;
  margin-left: 0;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 120px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flip-box.flipped .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}

.flip-box-back {
  transform: rotateY(180deg);
}

.flip-box-front h3,
.flip-box-back h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.flip-box-front p,
.flip-box-back p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.flip-box-back div {
  font-size: 14px;
  line-height: 1.4;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .custom-flip-hero {
    background-image: none !important;
    flex-direction: column;
    padding: 20px;
    min-height: auto;
  }

  .custom-flip-hero .mobile-image {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

.flip-boxes-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

  .flip-box {
    height: 120px;
  }

  .flip-box-front h3,
  .flip-box-back h3 {
    font-size: 16px;
  }

  .flip-box-front p,
  .flip-box-back p,
  .flip-box-back div {
    font-size: 13px;
  }

  .flip-box-front,
  .flip-box-back {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .custom-flip-hero {
    padding: 15px;
  }

  .flip-boxes-container {
    gap: 15px;
  }

  .flip-box {
    height: 100px;
  }

  .flip-box-front h3,
  .flip-box-back h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .flip-box-front p,
  .flip-box-back p,
  .flip-box-back div {
    font-size: 12px;
  }

  .flip-box-front,
  .flip-box-back {
    padding: 12px;
  }
}