.elementor-38 .elementor-element.elementor-element-939d541{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-1d764cf *//* ================================
   ATMODULE HEADER - FIXED / STICKY
================================ */

:root {
  --atm-brand: #D34E13;
  --atm-brand-dark: #B8440F;
  --atm-black: #121212;
  --atm-white: #FFFFFF;
  --atm-light: #E4E5E9;
  --atm-dark-grey: #3B3B3B;
}

/* Header height compensation */
body {
  padding-top: 86px;
}

html {
  scroll-padding-top: 110px;
}

.atm-site-header,
.atm-site-header * {
  box-sizing: border-box;
}

.atm-site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.97), rgba(18, 18, 18, 0.91));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Geist", "Inter", "Segoe UI", Arial, sans-serif;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

/* WordPress admin bar fix */
body.admin-bar .atm-site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .atm-site-header {
    top: 46px;
  }
}

.atm-header-wrap {
  width: min(1240px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.atm-header-logo {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.atm-header-logo img {
  width: 152px;
  height: auto;
  display: block;
}

.atm-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex: 1;
}

.atm-header-nav > a,
.atm-header-dropdown > summary {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.22s ease;
}

.atm-header-nav > a:hover,
.atm-header-dropdown > summary:hover {
  color: #ffffff;
}

.atm-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.atm-header-btn {
  min-height: 46px;
  padding: 0 19px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.atm-header-btn:hover {
  transform: translateY(-2px);
}

.atm-header-btn-main {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--atm-brand), var(--atm-brand-dark));
  box-shadow: 0 14px 28px rgba(211, 78, 19, 0.26);
}

.atm-header-btn-main:hover {
  box-shadow: 0 18px 34px rgba(211, 78, 19, 0.34);
}

.atm-header-btn-ghost {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.atm-header-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.10);
}

/* DROPDOWN */

.atm-header-dropdown {
  position: relative;
}

.atm-header-dropdown summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.atm-header-dropdown summary::-webkit-details-marker {
  display: none;
}

.atm-dropdown-arrow {
  color: var(--atm-brand);
  font-size: 12px;
  transition: transform 0.22s ease;
}

.atm-header-dropdown[open] .atm-dropdown-arrow {
  transform: rotate(180deg);
}

.atm-dropdown-menu {
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%);
  width: 310px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(18, 18, 18, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.atm-dropdown-menu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  transform: translateX(-50%) rotate(45deg);
  background: rgba(18, 18, 18, 0.98);
  border-left: 1px solid rgba(255, 255, 255, 0.10);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.atm-dropdown-menu a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 15px;
  border-radius: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.22s ease;
}

.atm-dropdown-menu a:hover {
  background: rgba(211, 78, 19, 0.14);
}

.atm-dropdown-menu strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
}

.atm-dropdown-menu span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.35;
}

/* MOBILE TOGGLE */

.atm-header-toggle {
  display: none;
}

.atm-header-burger {
  position: relative;
  z-index: 3;
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
}

.atm-header-burger span {
  width: 21px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: #ffffff;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.atm-header-mobile-cta {
  display: none;
}

/* ================================
   TABLET / MOBILE
================================ */

@media (max-width: 1040px) {
  body {
    padding-top: 78px;
  }

  html {
    scroll-padding-top: 98px;
  }

  .atm-header-wrap {
    min-height: 78px;
  }

  .atm-header-logo img {
    width: 138px;
  }

  .atm-header-burger {
    display: inline-flex;
  }

  .atm-header-actions {
    display: none;
  }

  .atm-header-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    width: auto;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 16px;
    border-radius: 24px;
    background: rgba(18, 18, 18, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .atm-header-toggle:checked ~ .atm-header-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .atm-header-toggle:checked ~ .atm-header-burger span:nth-child(2) {
    opacity: 0;
  }

  .atm-header-toggle:checked ~ .atm-header-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .atm-header-toggle:checked ~ .atm-header-nav {
    display: flex;
  }

  .atm-header-nav > a,
  .atm-header-dropdown > summary {
    width: 100%;
    min-height: 48px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 15px;
  }

  .atm-header-dropdown > summary {
    justify-content: space-between;
  }

  .atm-header-dropdown {
    width: 100%;
  }

  .atm-dropdown-menu {
    position: static;
    width: 100%;
    transform: none;
    margin: 6px 0 10px;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
  }

  .atm-dropdown-menu::before {
    display: none;
  }

  .atm-dropdown-menu a {
    padding: 13px 12px;
  }

  .atm-header-mobile-cta {
    display: grid;
    gap: 10px;
    margin-top: 16px;
  }

  .atm-header-mobile-cta .atm-header-btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .atm-header-wrap {
    width: min(100% - 24px, 1240px);
  }

  .atm-header-logo img {
    width: 128px;
  }

  .atm-header-nav {
    left: 12px;
    right: 12px;
    border-radius: 20px;
  }
}
.atm-dropdown-menu-small {
  width: 300px;
}

@media (max-width: 1040px) {
  .atm-dropdown-menu-small {
    width: 100%;
  }
}/* End custom CSS */