.elementor-kit-307{--e-global-color-primary:#174F3C;--e-global-color-secondary:#D44D35;--e-global-color-text:#1F1F1F;--e-global-color-accent:#F3F0E7;--e-global-color-waldgruen:#174F3C;--e-global-color-terracotta:#D44D35;--e-global-color-anthrazit:#1F1F1F;--e-global-color-warmweiss:#F3F0E7;--e-global-color-grau:#666666;--e-global-color-reinweiss:#FFFFFF;--e-global-color-dunkelgrau:#30302E;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:700;--e-global-typography-h1_style-font-family:"Inter";--e-global-typography-h1_style-font-size:56px;--e-global-typography-h1_style-font-weight:700;--e-global-typography-h2_style-font-family:"Inter";--e-global-typography-h2_style-font-size:36px;--e-global-typography-h2_style-font-weight:700;--e-global-typography-body_style-font-family:"Inter";--e-global-typography-body_style-font-size:17px;--e-global-typography-body_style-font-weight:400;--e-global-typography-label_style-font-family:"Inter";--e-global-typography-label_style-font-size:13px;--e-global-typography-label_style-font-weight:600;--e-global-typography-label_style-text-transform:uppercase;--e-global-typography-label_style-letter-spacing:2px;color:#1F1F1F;}.elementor-kit-307 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* GLASSMORPHISM HEADER */
.site-header-sticky {
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}

/* PORTFOLIO CARD HOVER */
.portfolio-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
  cursor: pointer;
}
.portfolio-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 50px -10px rgba(0,0,0,0.2) !important;
}

/* GLASS CARD */
.glass-card {
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
}

/* BUTTON HOVER */
.elementor-button {
  transition: all 0.3s ease !important;
}
.elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* SMOOTH SCROLL */
html { scroll-behavior: smooth; }

/* HIDE DEFAULT PAGE TITLE */
.page-title, .entry-title, .elementor-page-title { display: none !important; }

/* NAV LINK UNDERLINE ON HOVER */
.elementor-nav-menu--main .elementor-item { position: relative; }
.elementor-nav-menu--main .elementor-item::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  width: 0; height: 2px;
  background: #174F3C;
  transition: width 0.3s ease, left 0.3s ease;
}
.elementor-nav-menu--main .elementor-item:hover::after {
  width: 100%; left: 0;
}/* End custom CSS */