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

/*
* Fonts
*/

@font-face {
  font-family: 'CAT Walzhari';
  src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/subset-CATWalzhari.woff2') format('woff2'),
    url('/wp-content/themes/hello-theme-child-master/assets/fonts/subset-CATWalzhari.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/subset-Inter18pt-Regular.woff2') format('woff2'),
    url('/wp-content/themes/hello-theme-child-master/assets/fonts/subset-Inter18pt-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  position: relative;
}

body::before {
  background-image: url(/wp-content/themes/hello-theme-child-master/assets/images/homebg.avif);
  background-size: 100% auto;
  bottom: 0;
  /*content: '';*/
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: -70px;
  z-index: 999;
}

html,
body {
  font-family: 'Inter', sans-serif;
}

/*
* Header
*/

body:has(.e-con-full:first-of-type > .hero-bg-img) .site-header {
  left: 0;
  padding-block-start: 0.8rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

/*
* Header nav
*/

/* Position and spacing */
.site-navigation ul.menu {
  gap: 0.1rem;
  margin: -0.5rem -1rem 0 0;
}

/* Item font size */
.site-navigation ul.menu li {
  font-size: clamp(1rem, 1.16vw, 1.34rem);
}

/* Item Spacing */
.site-navigation ul.menu li a {
  border-bottom: 1px solid transparent;
  padding: 0.5rem 0.9rem;
  transition: 0.3s border ease-in-out;
}

/* Item color */
.site-header .site-navigation ul.menu li a,
.menu-item a,
.footer_sitemap a {
  color: var(--e-global-color-text);
}

body:has(.e-con-full:first-of-type > .hero-bg-img) .site-header .site-navigation ul.menu li a {
  color: var(--e-global-color-text);
}

/* Hover */
.site-navigation ul.menu li:hover a,
.site-navigation ul.menu li.current-page-item a,
.site-navigation ul.menu li.current-menu-item a {
  border-bottom: 1px solid var(--e-global-color-text);
}

body:has(.e-con-full:first-of-type > .hero-bg-img) .site-navigation ul.menu li:hover a,
body:has(.e-con-full:first-of-type > .hero-bg-img) .site-navigation ul.menu li.current-page-item a,
body:has(.e-con-full:first-of-type > .hero-bg-img) .site-navigation ul.menu li.current-menu-item a {
  border-bottom: 1px solid var(--e-global-color-text);
}

/*
* Font sizes
*/

div .elementor .elementor-element.font-size-36 .elementor-icon-list-item > .elementor-icon-list-text,
.elementor .font-size-36 > * {
  font-size: clamp(1rem, 1.59vw, 1.25rem);
}

div .elementor .elementor-element.font-size-40 .elementor-button,
.elementor .font-size-40 > * {
  font-size: 1.4rem;
}

div .elementor .elementor-element.font-size-72 .elementor-heading-title,
.elementor .font-size-72 > * {
  font-size: clamp(1.4rem, 2.58vw, 2rem);
}

/*
* Homepage title
*/

.hero-bg-img {
  height: 100%;
}

.font-walzhari.elementor-widget-heading .elementor-heading-title {
  color: var(--e-global-color-text);
  font-family: 'CAT Walzhari', sans-serif;
  font-size: 4rem;
  font-weight: 100;
}

/*
* Button
*/

.elementor-button-icon svg {
  width: clamp(0.6rem, 0.69vw, 1.2rem);
}

/*
* Text button
*/

.text-button svg {
  transition: transform 0.3s ease-in-out;
}

.text-button:hover svg {
  transform: translateX(0.5rem);
}

/*
* Map
*/

.map-iframe {
  overflow: hidden;
}

.map-iframe iframe {
  height: 100%;
}

/*
* Footer
*/

.site-footer {
  padding: 0;
}

.site-footer .footer-row-2 p,
.site-footer .footer-row-2 li a {
  font-size: 0.75rem !important;
  margin: 0;
}

/*
* Fluent forms
*/

.ff-message-success {
  color: #fff;
}

/*
* Footer menu
*/

.site-footer .menu {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  padding: 0;
}

.site-footer .menu-item {
  line-height: 1em;
}

.site-footer .menu-item a {
  border-right: 1px solid var(--e-global-color-secondary);
  padding: 0 0.5rem;
}

.site-footer .menu-item:first-of-type a {
  padding-left: 0;
}

.site-footer .menu-item:last-of-type a {
  border: 0;
  padding-right: 0;
}

.site-footer a,
.site-footer .menu-item a {
  border-bottom: 1px solid transparent;
  color: var(--e-global-color-secondary);
  transition: 0.3s border-color ease-in-out;
}

.site-footer a:hover,
.site-footer .menu-item a:hover {
  border-color: var(--e-global-color-secondary);
}

/* Error 404 page */
.error404 {
  background-color: var(--e-global-color-primary);
}

/*
* Complianz
*/

.map-iframe .cmplz-placeholder-parent {
    height: 100%;
}

@media only screen and (max-width: 1024px) {
  .map-iframe iframe {
    height: auto;
    min-height: 50vw;
  }
}

@media only screen and (max-width: 767px) {
  .map-iframe iframe {
    min-height: 100vw;
  }
}