.elementor-24 .elementor-element.elementor-element-e3b28af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-5be8f14 *//* Wrapper fix */
.se-full-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

/* BARA */
.se-announcement-bar {
  background: #F44818;
  overflow: hidden;
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
.se-announcement-bar::before,
.se-announcement-bar::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.se-announcement-bar::before {
  left: 0;
  background: linear-gradient(90deg, #F44818 0%, transparent 100%);
}
.se-announcement-bar::after {
  right: 0;
  background: linear-gradient(270deg, #F44818 0%, transparent 100%);
}
.se-announcement-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: se-scroll 30s linear infinite;
  will-change: transform;
}
.se-announcement-track:hover { animation-play-state: paused; }
@keyframes se-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.se-announcement-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 32px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.se-announcement-item em {
  font-style: normal;
  background: rgba(255,255,255,0.2);
  border-radius: 100px;
  padding: 2px 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 12px;
}
.se-announcement-item strong {
  font-weight: 700;
  text-decoration: line-through;
  opacity: 0.6;
}
.se-announcement-sep {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  color: rgba(255,255,255,0.4);
  font-size: 16px;
}

/* HEADER */
.se-header {
  background: rgba(31,31,30,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: box-shadow 0.3s;
}
.se-header.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.se-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 5%;
  width: 100%;
}
.se-logo img {
  height: 32px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.se-nav { display: flex; gap: 32px; align-items: center; }
.se-nav a {
  font-family: var(--sans);
  font-size: 13px; font-weight: 500;
  color: rgba(238,238,240,0.75) !important;
  text-decoration: none !important;
  letter-spacing: 0.04em; text-transform: uppercase;
  position: relative; transition: color 0.2s;
}
.se-nav a::after {
  content: ''; position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 2px;
  background: #F44818; transition: width 0.3s;
}
.se-nav a:hover { color: #fff !important; }
.se-nav a:hover::after { width: 100%; }
.se-header-right { display: flex; align-items: center; gap: 16px; }
.se-header-btn {
  display: inline-flex; align-items: center;
  background: #F44818; color: #fff !important;
  text-decoration: none !important;
  font-family: var(--sans); font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 9px 20px; border-radius: 6px;
  transition: background 0.2s, transform 0.2s;
  white-space: nowrap;
}
.se-header-btn:hover { background: #d93e14; transform: translateY(-1px); }
.se-hamburger {
  display: none; flex-direction: column;
  gap: 5px; cursor: pointer; padding: 4px;
}
.se-hamburger span {
  width: 24px; height: 2px;
  background: rgba(238,238,240,0.8);
  display: block; transition: all 0.3s;
  transform-origin: center;
}
.se-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.se-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.se-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* OVERLAY */
.se-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9997; opacity: 0;
  pointer-events: none; transition: opacity 0.35s ease;
}
.se-overlay.open { opacity: 1; pointer-events: auto; }

/* OFF-CANVAS — mai îngust, text mai mic */
.se-offcanvas {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 260px;
  background: #1f1f1e;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  padding: 60px 28px 40px;
  box-shadow: -8px 0 40px rgba(0,0,0,0.3);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 1px solid rgba(255,255,255,0.06);
}

.se-offcanvas.open { transform: translateX(0); }

.se-offcanvas-close {
  align-self: flex-end;
  background: none; border: none;
  cursor: pointer; padding: 4px;
  color: rgba(238,238,240,0.4);
  transition: color 0.2s; margin-bottom: 24px;
}
.se-offcanvas-close:hover { color: #F44818; }
.se-offcanvas-close svg { width: 18px; height: 18px; display: block; }

.se-offcanvas-nav { display: flex; flex-direction: column; gap: 0; flex: 1; }
.se-offcanvas-nav a {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  color: rgba(238,238,240,0.6) !important;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: color 0.2s, padding-left 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.se-offcanvas-nav a::after {
  content: '→'; color: #F44818; font-size: 11px;
  opacity: 0; transform: translateX(-4px);
  transition: opacity 0.2s, transform 0.2s;
}
.se-offcanvas-nav a:hover { color: #fff !important; padding-left: 4px; }
.se-offcanvas-nav a:hover::after { opacity: 1; transform: translateX(0); }

.se-offcanvas-contact {
  display: flex; flex-direction: column; gap: 8px;
  margin-top: 20px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.se-offcanvas-contact a {
  font-family: var(--sans); font-size: 11px; font-weight: 500;
  color: rgba(238,238,240,0.3) !important;
  text-decoration: none !important;
  transition: color 0.2s;
  display: flex; align-items: center; gap: 7px;
}
.se-offcanvas-contact a svg { width: 12px; height: 12px; color: #F44818; flex-shrink: 0; }
.se-offcanvas-contact a:hover { color: rgba(238,238,240,0.6) !important; }

/* Bara mai mica pe mobile */
@media (max-width: 900px) {
  .se-announcement-bar { height: 36px; }
  .se-announcement-item { font-size: 11px; padding: 0 20px; }
  .se-header-inner { height: 60px; }
}
@media (max-width: 900px) {
  .se-announcement-bar { height: 36px; }
  .se-announcement-item { font-size: 11px; padding: 0 20px; }
  .se-header-inner { height: 60px; }
  .se-hamburger { display: flex; }
  .se-nav { display: none; }
}
@media (max-width: 400px) {
  .se-header-btn { display: none; }
}
@media (min-width: 901px) {
  .se-offcanvas { display: none !important; }
  .se-overlay { display: none !important; }
}/* End custom CSS */