.elementor-1487 .elementor-element.elementor-element-38cf724 > .elementor-container{min-height:150px;}.elementor-1487 .elementor-element.elementor-element-38cf724 > .elementor-background-overlay{opacity:0.5;}.elementor-1487 .elementor-element.elementor-element-38cf724{margin-top:0px;margin-bottom:-150px;padding:0px 0px 0px 0px;z-index:1;}.elementor-1487 .elementor-element.elementor-element-e31a2d5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-1487 .elementor-element.elementor-element-e31a2d5 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1487 .elementor-element.elementor-element-cc4c650{width:100%;max-width:100%;top:0px;}.elementor-1487 .elementor-element.elementor-element-cc4c650 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1487 .elementor-element.elementor-element-cc4c650.elementor-element{--order:-99999 /* order start hack */;}body:not(.rtl) .elementor-1487 .elementor-element.elementor-element-cc4c650{left:0px;}body.rtl .elementor-1487 .elementor-element.elementor-element-cc4c650{right:0px;}.elementor-1487 .elementor-element.elementor-element-d42877a{--spacer-size:77px;}.elementor-1487 .elementor-element.elementor-element-e13966c:not(.elementor-motion-effects-element-type-background), .elementor-1487 .elementor-element.elementor-element-e13966c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://euskadi.ro/wp-content/uploads/2025/12/eusdaki-hero2.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1487 .elementor-element.elementor-element-e13966c > .elementor-background-overlay{background-color:#353535;opacity:0.56;mix-blend-mode:luminosity;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1487 .elementor-element.elementor-element-e13966c > .elementor-container{min-height:70vh;}.elementor-1487 .elementor-element.elementor-element-e13966c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:-50px;padding:0px 0px 0px 0px;}.elementor-1487 .elementor-element.elementor-element-4108aee > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1487 .elementor-element.elementor-element-649219e{--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;}.elementor-1487 .elementor-element.elementor-element-fdb6261{--spacer-size:80px;}.elementor-1487 .elementor-element.elementor-element-79814ba{--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;}.elementor-1487 .elementor-element.elementor-element-a8a42b2{--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;}@media(max-width:767px){.elementor-1487 .elementor-element.elementor-element-d42877a{--spacer-size:20px;}.elementor-1487 .elementor-element.elementor-element-e13966c:not(.elementor-motion-effects-element-type-background), .elementor-1487 .elementor-element.elementor-element-e13966c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:bottom left;}}@media(min-width:768px){.elementor-1487 .elementor-element.elementor-element-e31a2d5{width:100%;}}/* Start custom CSS for html, class: .elementor-element-77dbfaf *//* =========================
   HERO – WRAPPER
========================= */
.euskadi-hero3{
  width: 100%;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.euskadi-hero3__inner{
  width: 100%;
  max-width: 1200px;
  padding: 70px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;   /* centrare reală */
  justify-content: center;
  text-align: center;    /* centrare text */
}

/* =========================
   TITLU
========================= */
.euskadi-hero3__title{
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 72px;
  line-height: 1.06;        /* safe pentru uppercase */
  letter-spacing: -0.005em; /* mic, fără coliziuni */
  color: #fff;
  text-shadow: 0 3px 18px rgba(0,0,0,0.45);
}

/* =========================
   WORD – intrare + SHEEN
========================= */
.euskadi-hero3__word{
  position: relative;
  display: inline-block;
  color: #fff;

  /* intrare */
  opacity: 0;
  transform: translateY(18px);
  filter: blur(6px);
  animation: heroWordIn 700ms cubic-bezier(.2,.8,.2,1) forwards;
  will-change: transform, opacity, filter;
}

@keyframes heroWordIn{
  to{ opacity: 1; transform: translateY(0); filter: blur(0); }
}

/* SHEEN – verde peste text (duplicare corectă) */
.euskadi-hero3__word::after{
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;

  /* highlight vizibil pe orice fundal */
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 34%,
    rgba(255,255,255,0.55) 46%,
    rgba(26,143,60,0.95) 52%,
    rgba(255,255,255,0.45) 58%,
    rgba(255,255,255,0) 70%
  );
  background-size: 240% 100%;
  background-position: 140% 0;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  opacity: 0;
  animation: heroSheen 4.8s ease-in-out infinite;
  will-change: background-position, opacity;
}

/* Sheen rar, “premium” */
@keyframes heroSheen{
  0%, 72%  { opacity: 0; background-position: 140% 0; }
  78%      { opacity: 0.92; }
  92%      { opacity: 0.25; background-position: -40% 0; }
  100%     { opacity: 0; background-position: -40% 0; }
}

/* =========================
   SUBTITLE
========================= */
.euskadi-hero3__subtitle{
  margin: 8px 0 0;
  max-width: 900px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: rgba(255,255,255,0.90);
  text-shadow: 0 2px 10px rgba(0,0,0,0.40);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px){
  .euskadi-hero3__title{ font-size: 60px; }
}

@media (max-width: 768px){
  .euskadi-hero3{ min-height: 70vh; }
  .euskadi-hero3__title{ font-size: 46px; }
  .euskadi-hero3__subtitle{ font-size: 16.5px; }
  .euskadi-hero3__inner{ padding: 60px 18px; }
}

@media (max-width: 480px){
  .euskadi-hero3__title{ font-size: 36px; }
  .euskadi-hero3__subtitle{ font-size: 15.5px; }
}

/* =========================
   REDUCE MOTION
========================= */
@media (prefers-reduced-motion: reduce){
  .euskadi-hero3__word,
  .euskadi-hero3__word::after{
    animation: none !important;
  }
  .euskadi-hero3__word{
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .euskadi-hero3__word::after{
    opacity: 0 !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8200989 *//* ====== Titlu sectiune (re-use badge) ====== */
.euskadi-sectionhead{
  padding: 0 20px 28px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.euskadi-sectionhead--contact{ padding-top: 30px; }

.euskadi-sectionhead__title{
  margin: 6px 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #2e2e2e;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.euskadi-sectionhead__title::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 150px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(26,143,60,0.30),
    #1A8F3C,
    rgba(26,143,60,0.30),
    transparent
  );
  background-size: 200% 100%;
  animation: euskadiHeadLine 3s linear infinite;
}
@keyframes euskadiHeadLine{
  0%{ background-position: 0% 50%; }
  100%{ background-position: 200% 50%; }
}
.euskadi-sectionhead__lead{
  margin: 0 auto;
  max-width: 860px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.7;
}

/* badge reuse */
.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; }
}

/* ====== Contact layout (Sediu principal) ====== */
.euskadi-contact2{
  padding: 0 20px 80px;
}
.euskadi-contact2--top{ padding-top: 10px; }

.euskadi-contact2__grid{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 34px;
  align-items: start;
}

/* Map Card */
.euskadi-mapcard{
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0,0,0,0.10);
  border: 1px solid #f0f0f0;
}
.euskadi-mapcard__top{
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: linear-gradient(90deg, rgba(26,143,60,0.08), rgba(255,255,255,0));
}
.euskadi-mapcard__title{
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2e2e2e;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.euskadi-dot{
  width: 10px; height: 10px;
  min-width: 10px; min-height: 10px;
  max-width: 10px; max-height: 10px;
  flex: 0 0 10px;
  display: inline-block;
  border-radius: 50%;
  background: #1A8F3C;
  box-shadow: 0 0 0 6px rgba(26,143,60,0.12);
  animation: euskadiIntroDotPulse 1.4s ease-out infinite;
}
.euskadi-mapcard__actions{
  display: inline-flex;
  gap: 10px;
}
.euskadi-mapcard__frame iframe{
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
}

/* Right cards */
.euskadi-infocol{ display: grid; gap: 16px; }
.euskadi-card{
  background: #fff;
  border-radius: 18px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  padding: 18px 18px 16px;
}
.euskadi-card__h{
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2e2e2e;
}
.euskadi-card__p{
  margin: 0 0 14px;
  color: #4d4d4d;
  line-height: 1.6;
}
.euskadi-kv__v{
  color: #4d4d4d;
  line-height: 1.65;
}
.euskadi-kv__v a{ color: #1A8F3C; text-decoration: none; font-weight: 800; }
.euskadi-kv__v a:hover{ text-decoration: underline; }

/* LinkedIn */
.euskadi-linkedin2{
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0A66C2;
  font-weight: 700;
}
.euskadi-linkedin2__icon{
  width: 40px; height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(10,102,194,0.10);
  border: 1px solid rgba(10,102,194,0.16);
}
.euskadi-linkedin2:hover{ text-decoration: underline; }

/* Chips */
.euskadi-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.euskadi-chips--center{ justify-content: center; }
.euskadi-chip{
  border: 1px solid rgba(26,143,60,0.18);
  background: rgba(26,143,60,0.07);
  color: #1A8F3C;
  font-weight: 800;
  border-radius: 999px;
  padding: 10px 12px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.euskadi-chip:hover{
  transform: translateY(-1px);
  background: rgba(26,143,60,0.10);
  box-shadow: 0 10px 18px rgba(0,0,0,0.06);
}
.euskadi-chip:focus{
  outline: 3px solid rgba(26,143,60,0.28);
  outline-offset: 2px;
}

/* Buttons */
.euskadi-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.euskadi-btn--ghost{
  background: rgba(26,143,60,0.10);
  border-color: rgba(26,143,60,0.16);
  color: #1A8F3C;
}
.euskadi-btn--ghost:hover{ background: rgba(26,143,60,0.14); }
.euskadi-btn--primary{
  background: #1A8F3C;
  border-color: rgba(255,255,255,0.18);
  color: #fff;
}
.euskadi-btn--primary:hover{ filter: brightness(1.04); }

/* ====== Lista pe regiuni ====== */
.euskadi-contactpage__list{ padding: 0 20px 80px; }

.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); border:0;
}

/* toolbar */
.euskadi-contactpage__toolbar{
  max-width:1200px;
  margin: 10px auto 18px;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.euskadi-search{ flex: 1 1 360px; }
.euskadi-search__input{
  width:100%;
  border:1px solid #eee;
  border-radius:14px;
  padding: 12px 14px;
  font-weight:800;
  background:#fff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}
.euskadi-filters{ display:flex; gap:10px; flex-wrap:wrap; }
.euskadi-select{
  border:1px solid #eee;
  border-radius:14px;
  padding: 12px 12px;
  background:#fff;
  font-weight:900;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

/* Regions */
.euskadi-region{ max-width:1200px; margin: 0 auto 22px; }
.euskadi-region__h{
  margin: 18px 0 12px;
  font-family:"Montserrat",sans-serif;
  font-weight:900;
  color:#2e2e2e;
  font-size: 18px;
}

/* Grid stabil: 3/2/1 */
.euskadi-cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

/* Card */
.euskadi-loccard{
  background:#fff;
  border:1px solid #f0f0f0;
  border-radius:18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  padding: 16px;
  display:flex;
  flex-direction:column;
  min-height: 230px;
}
.euskadi-loccard__head{ margin-bottom: 10px; }
.euskadi-loccard__h{
  margin:0 0 6px;
  font-family:"Montserrat",sans-serif;
  font-weight:900;
  color:#2e2e2e;
  font-size: 16px;
}
.euskadi-loccard__meta{
  color:#6b6b6b;
  font-weight:800;
  font-size: 13px;
  line-height:1.35;
}

.euskadi-loccard__body{ display:grid; gap:10px; }

/* rows */
.euskadi-krow{
  display:grid;
  grid-template-columns: 74px 1fr;
  gap:10px;
  align-items:start;
}
.euskadi-krow__k{
  font-weight:900;
  color:#2e2e2e;
  font-size: 12.5px;
}
.euskadi-krow__v{
  color:#4d4d4d;
  font-size: 14px;
  line-height:1.55;
}
.euskadi-krow__v a{
  color:#1A8F3C;
  font-weight:900;
  text-decoration:none;
}
.euskadi-krow__v a:hover{ text-decoration: underline; }

/* copy inline */
.euskadi-copywrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.euskadi-copytext{
  display:inline-block;
  min-width: 0;
  overflow-wrap: anywhere;
}
.euskadi-copymini{
  flex: 0 0 auto;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.04);
  color: #4d4d4d;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .12s ease, background .12s ease, color .12s ease;
}
.euskadi-copymini:hover{
  transform: translateY(-1px);
  background: rgba(26,143,60,0.10);
  color: #1A8F3C;
  border-color: rgba(26,143,60,0.18);
}
.euskadi-copymini.is-copied{
  background: rgba(26,143,60,0.12);
  color: #1A8F3C;
  border-color: rgba(26,143,60,0.22);
}

/* footer actions */
.euskadi-loccard__actions{
  margin-top:auto;
  padding-top: 12px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}

/* deep-link highlight */
.euskadi-loccard.is-highlight{
  box-shadow: 0 24px 64px rgba(26,143,60,0.18);
  border-color: rgba(26,143,60,0.26);
  transform: translateY(-1px);
  transition: 200ms ease;
}

/* Responsive */
@media (max-width: 980px){
  .euskadi-sectionhead__title{ font-size: 34px; }
  .euskadi-contact2__grid{ grid-template-columns: 1fr; }
  .euskadi-mapcard__frame iframe{ height: 420px; }
  .euskadi-cards{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px){
  .euskadi-cards{ grid-template-columns: 1fr; }
  .euskadi-krow{ grid-template-columns: 1fr; }
  .euskadi-copywrap{ align-items:flex-start; }
}

/* Aliniere icoane copy */
.euskadi-copymini{
  display: grid;
  place-items: center;
  padding: 0;          /* important */
  line-height: 0;      /* important */
}

.euskadi-copymini svg{
  display: block;      /* scoate baseline spacing */
}




/* PATCH BUTON COPIERE */

/* =========================================================
   COPY → CHECK (CSS only)
   ========================================================= */

button.euskadi-copymini[type="button"][data-copy]{
  width: 34px !important;
  height: 34px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: #4d4d4d !important;
  position: relative !important;
}

/* ascundem SVG-ul din HTML (nu ne mai bazăm pe el) */
button.euskadi-copymini[type="button"][data-copy] svg{
  display: none !important;
}

/* ===== ICON DEFAULT: COPY ===== */
button.euskadi-copymini[type="button"][data-copy]::after{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  margin: auto !important;
  width: 16px !important;
  height: 16px !important;
  background: currentColor !important;
  pointer-events: none !important;

  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M16%201H6a2%202%200%200%200-2%202v10h2V3h10V1zm3%204H10a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h9a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2zm0%2016H10V7h9v14z%27/%3E%3C/svg%3E") no-repeat center / contain !important;
          mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M16%201H6a2%202%200%200%200-2%202v10h2V3h10V1zm3%204H10a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h9a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2zm0%2016H10V7h9v14z%27/%3E%3C/svg%3E") no-repeat center / contain !important;
}

/* ===== DUPĂ CLICK: SVG a dispărut → CHECK ===== */
button.euskadi-copymini[type="button"][data-copy]:not(:has(svg)){
  color: #1A8F3C !important;
}

button.euskadi-copymini[type="button"][data-copy]:not(:has(svg))::after{
  width: 18px !important;
  height: 18px !important;

  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M9%2016.17l-3.88-3.88-1.41%201.41L9%2019%2021%207l-1.41-1.41z%27/%3E%3C/svg%3E") no-repeat center / contain !important;
          mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M9%2016.17l-3.88-3.88-1.41%201.41L9%2019%2021%207l-1.41-1.41z%27/%3E%3C/svg%3E") no-repeat center / contain !important;
}


/* =========================================================
   NU colora fundalul la copiere – doar iconul
   ========================================================= */

/* asigură fundal neutru permanent */
button.euskadi-copymini[type="button"][data-copy]{
  background: rgba(0,0,0,0.04) !important;
  border-color: rgba(0,0,0,0.08) !important;
}

/* după click (când apare bifa) – DOAR iconul devine verde */
button.euskadi-copymini[type="button"][data-copy]:not(:has(svg)){
  color: #1A8F3C !important;          /* bifa */
  background: rgba(0,0,0,0.04) !important;
  border-color: rgba(0,0,0,0.08) !important;
}

/* hover rămâne subtil */
button.euskadi-copymini[type="button"][data-copy]:hover{
  background: rgba(26,143,60,0.10) !important;
  border-color: rgba(26,143,60,0.18) !important;
}/* End custom CSS */