.elementor-1107 .elementor-element.elementor-element-57da5d3{--display:flex;--position:fixed;--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;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:-150px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:0px;--z-index:1;}.elementor-1107 .elementor-element.elementor-element-57da5d3::before, .elementor-1107 .elementor-element.elementor-element-57da5d3 > .elementor-background-video-container::before, .elementor-1107 .elementor-element.elementor-element-57da5d3 > .e-con-inner > .elementor-background-video-container::before, .elementor-1107 .elementor-element.elementor-element-57da5d3 > .elementor-background-slideshow::before, .elementor-1107 .elementor-element.elementor-element-57da5d3 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1107 .elementor-element.elementor-element-57da5d3 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}body:not(.rtl) .elementor-1107 .elementor-element.elementor-element-57da5d3{left:0px;}body.rtl .elementor-1107 .elementor-element.elementor-element-57da5d3{right:0px;}.elementor-1107 .elementor-element.elementor-element-9448c33{--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;}.elementor-1107 .elementor-element.elementor-element-2494659{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1107 .elementor-element.elementor-element-7dcf593{--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;}/* Start custom CSS for html, class: .elementor-element-2494659 */:root { 
  --euskadi-green: #1A8F3C; 
}

/* =========================
   WRAPPER
========================= */
.euskadi-dept{
  padding: 70px 20px 90px;
}

/* =========================
   HEADER (pill + H1)
========================= */
.euskadi-dept__header{
  max-width: 1100px;
  margin: 0 auto 64px; /* ↑ mai mult spațiu sub header */
  text-align: center;
}

.euskadi-dept__header .euskadi-heading-badge-wrapper{
  margin-bottom: 10px;
}

.euskadi-dept__header .euskadi-heading-label{
  font-size: 13.5px;
}

.euskadi-dept__title{
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #2e2e2e;
  margin: 0 0 12px;
}

.euskadi-dept__lead{
  margin: 0 auto;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.7;
  color: #4d4d4d;
}

/* =========================
   LAYOUT (nav + content)
========================= */
.euskadi-dept__layout{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 26px;
  align-items: start;
}

/* =========================
   NAV (sticky)
========================= */
.euskadi-dept__nav{
  position: sticky;
  top: 110px;
  padding: 16px;
  border-radius: 18px;
  background: radial-gradient(
    circle at top left, 
    rgba(26, 143, 60, 0.05), 
    #ffffff 60%
  );
  border: 1px solid #f0f0f0;
  box-shadow: 0 14px 32px rgba(0,0,0,0.06);
}

.euskadi-dept__navlink{
  display: block;
  padding: 12px;
  border-radius: 14px;
  color: #4d4d4d;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  border: 1px solid transparent;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.euskadi-dept__navlink:hover{
  transform: translateY(-2px);
  background: rgba(26, 143, 60, 0.06);
  border-color: rgba(26, 143, 60, 0.18);
  color: #2e2e2e;
}

/* =========================
   CONTENT
========================= */
.euskadi-dept__content{
  display: grid;
  gap: 22px;
  padding-top: 6px; /* buffer subtil față de sticky */
}

/* =========================
   CARD
========================= */
.euskadi-dept__card{
  background: #ffffff;
  border-radius: 22px;
  padding: 28px 26px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 14px 32px rgba(0,0,0,0.06);
  scroll-margin-top: 130px; /* corect pentru anchor + sticky */
}

.euskadi-dept__h2{
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #2e2e2e;
  margin: 0 0 14px;
}

/* =========================
   LINIE VERDE ANIMATĂ
========================= */
.euskadi-animated-title{
  position: relative;
  text-align: center;
  padding-bottom: 18px;
}

.euskadi-animated-line{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 130px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(26, 143, 60, 0.3),
    var(--euskadi-green),
    rgba(26, 143, 60, 0.3),
    transparent
  );
  background-size: 200% 100%;
  animation: euskadiBenefitsLine 3s linear infinite;
}

@keyframes euskadiBenefitsLine{
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* =========================
   SUBTITLURI & TEXT
========================= */
.euskadi-dept__h3{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--euskadi-green);
  margin: 14px 0 8px;
}

.euskadi-dept__card p{
  margin: 0 0 12px;
  font-size: 15.8px;
  line-height: 1.7;
  color: #4d4d4d;
}

.euskadi-dept__ol{
  margin: 10px 0 0;
  padding-left: 18px;
}

.euskadi-dept__ol > li{
  margin: 10px 0 0;
}

/* =========================
   POZE CCTV
========================= */
.euskadi-dept__photos{
  margin-top: 16px;
  display: grid;
  gap: 14px;
}

.euskadi-dept__photo{
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  box-shadow: 0 12px 26px rgba(0,0,0,0.06);
}

.euskadi-dept__photo img{
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 900px){
  .euskadi-dept__layout{ grid-template-columns: 1fr; }
  .euskadi-dept__nav{ position: static; }
}

@media (max-width: 600px){
  .euskadi-dept__title{ font-size: 34px; }
  .euskadi-dept__card{ padding: 22px 18px; }
}

/* ===== Badge / Pill (ca în pagina Contact) ===== */
.euskadi-heading-badge-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.euskadi-heading-label{
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(26, 143, 60, 0.07);
  color: #1A8F3C;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.euskadi-heading-label-dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1A8F3C;
  margin-right: 8px;
  animation: euskadiIntroDotPulse 1.4s ease-out infinite;
}

@keyframes euskadiIntroDotPulse{
  0%{ transform: scale(1); opacity: .7; }
  50%{ transform: scale(1.35); opacity: 1; }
  100%{ transform: scale(1); opacity: .7; }
}

/* Respectă reduce-motion */
@media (prefers-reduced-motion: reduce){
  .euskadi-heading-label-dot{ animation: none !important; }
}

/* =========================
   COLABORATORI (alinieri fixe)
========================= */

/* Nume colaborator: fără margini/padding care pot muta axa */
.euskadi-collab-name{
  font-size: 16px;
  margin: 0 0 10px 0;   /* 0 stânga ca să fie pe aceeași axă */
  padding: 0;           /* elimină orice offset din temă */
}

/* Evidențiere nume */
.euskadi-collab-name strong{
  font-weight: 700;
  color: #2e2e2e;
}

/* Buton: începe exact de pe aceeași axă ca numele */
.euskadi-collab-btn{
  display: inline-flex;          /* buton mic, nu full width */
  align-items: center;
  justify-content: center;

  margin: 0;                     /* 0 stânga => aceeași axă */
  padding: 10px 18px;
  border-radius: 12px;
  margin-left:-6px;


  background: rgba(26,143,60,0.12);
  color: var(--euskadi-green);
  font-weight: 600;
  text-decoration: none;

  border: 1px solid rgba(26,143,60,0.35);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

/* Hover: păstrează efectul tău */
.euskadi-collab-btn:hover{
  transform: translateY(-2px);
  background: rgba(26,143,60,0.22);
  box-shadow: 0 12px 26px rgba(0,0,0,0.14);
}/* End custom CSS */