/* 
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
*/

/* Add your custom styles here */

/******** BODY ********/

html, body {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body > div[data-elementor-type="header"],
body > header {
  flex-shrink: 0;
}

body > div[data-elementor-type="single-page"],
body > main,
body > #content,
body > .site-main {
  flex: 1 0 auto;
}

body > div[data-elementor-type="footer"],
body > footer {
  margin-top: auto;
  flex-shrink: 0;
}

/******** HEADER ********/

/* MENU main */

.elementor-nav-menu .menu-item-has-children > a {
  cursor: default;
}

/* MENU mobile */

/* Hide Elementor default burger / close icons */
.elementor-menu-toggle__icon--open,
.elementor-menu-toggle__icon--close {
  display: none !important;
}

/* Toggle button box */
.elementor-menu-toggle {
  position: relative;
  width: 32px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Create 3 lines */
.elementor-menu-toggle::before,
.elementor-menu-toggle::after,
.elementor-menu-toggle span.menu-line {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--e-global-color-text);
  transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}

/* Top line */
.elementor-menu-toggle::before {
  top: 5px;
}

/* Middle line */
.elementor-menu-toggle span.menu-line {
  top: 11px;
}

/* Bottom line */
.elementor-menu-toggle::after {
  top: 17px;
}

/* Active state -> turn into X */
.elementor-menu-toggle.elementor-active::before {
  top: 11px;
  transform: rotate(45deg);
}

.elementor-menu-toggle.elementor-active span.menu-line {
  opacity: 0;
}

.elementor-menu-toggle.elementor-active::after {
  top: 11px;
  transform: rotate(-45deg);
}

/* MENU mobile SUB ITEMS */

.elementor-nav-menu--dropdown .elementor-item.has-submenu .sub-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  margin-left: 8px;
}

.elementor-nav-menu--dropdown .elementor-item.has-submenu .sub-arrow svg {
  display: block;
  transition: transform 0.25s ease;
  transform-origin: center center;
}

.elementor-nav-menu--dropdown .elementor-item.has-submenu[aria-expanded="true"] .sub-arrow svg {
  transform: rotate(180deg);
}

.elementor-nav-menu .current-menu-ancestor > a,
.elementor-nav-menu .current-menu-parent > a,
.main-nav-mobile .sub-menu li.current-menu-item > a,
.main-nav-mobile .sub-menu li.current_page_item > a {
  color: var(--e-global-color-accent) !important;
}

.elementor-nav-menu .current-menu-ancestor a .sub-arrow {
	fill: var(--e-global-color-accent);
}


/* LANG swicher */

.cpel-switcher__list li:not(:last-child)::after {
  content: " | ";
  margin: 0 6px;
  color: var(--e-global-color-0cf0062);
}

.cpel-switcher__list {
  display: flex;
  align-items: center;
}

.cpel-switcher__list li {
  display: flex;
  align-items: center;
}

.cpel-switcher__list li:not(:last-child)::after {
  content: "|";
  margin: 0 6px;
  display: inline-flex;
  align-items: center;
}


/******** FRONT PAGE ********/

/* HERO slider */

.hero-homepage {
    min-height: calc(100vh - 80px);
    position: relative;
    overflow: hidden;
}

.hero-homepage .elementor-widget-slides,
.hero-homepage .elementor-widget-container,
.hero-homepage .swiper,
.hero-homepage .swiper-wrapper,
.hero-homepage .swiper-slide {
    height: 100%;
}

@media (max-width: 767px) {
    .hero-homepage {
        min-height: calc(100svh - 80px);
    }
}

/* Services */

.elementor-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.elementor-icon svg {
    display: block;
}








/* PhotoSwipe styling */
.pswp {
  --pswp-icon-color: #ffffff;
  --pswp-icon-color-secondary: #f68933;
  --pswp-bg: rgba(15, 23, 42, 0.92);
}

.pswp__button {
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  background-color: transparent !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
  transition: all 0.2s ease !important;
}

.pswp__button:hover {
  transform: scale(1.05);
}

.pswp__button svg {
  fill: #ffffff !important;
}

.pswp__button--close {
  top: 24px !important;
  right: 24px !important;
}

.pswp__button--arrow--prev,
.pswp__button--arrow--next {
  width: 54px !important;
  height: 54px !important;
  margin-top: -27px !important;
}

.pswp__button--arrow--prev {
  left: 24px !important;
}

.pswp__button--arrow--next {
  right: 24px !important;
}

.pswp__counter {
  font-size: 15px !important;
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 999px;
  padding: 6px 12px;
  margin: 20px;
}

.pswp__button {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.pswp__button:focus {
  outline: 2px solid #f68933 !important;
  outline-offset: 3px;
}

.pswp__button--zoom {
  display: none !important;
}
