@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,600|Tulpen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Modern+Antiqua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --brand: #4a6fa5;
  --brand-ink: #2e4b73;
  --ink: #0f172a;
  --muted: #64748b;
  --bg: #f8fafc;
  --card: #ffffff;
  --ring: #e2e8f0;
  --shadow: 0 10px 30px rgba(2, 6, 23, .06);
  --radius: 16px;
}

@font-face {
  font-family: font5;
  src: url(../font/NotoMono/NotoMono-Regular.ttf);

}

html,
body {
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}


body {
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}



ul {
  list-style-type: none;
}

h1,
h2,
h3 {
  color: #146C94;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
}

.select-selected {
  background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
  color: #666;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #666 transparent transparent transparent;
}


.select-selected.select-arrow-active:after {
  border-color: transparent transparent #666 transparent;
  top: 7px;
}


.select-items div,
.select-selected {
  color: #666;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}


.select-items {
  position: absolute;
  background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
  color: #666;
  bottom: 90%;
  left: 0;
  right: 0;
  z-index: 99;
}

#id_select_limba {
  background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
  color: #666;
}

#id_select_limba option {
  position: absolute;
  background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
  color: #666;
  bottom: 90%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}



#middle {
  background-color: #fbfbfb;
  border-bottom: 1px solid #e3e3e3;

}

.middle-row {
  width: 1200px;
  margin: 0 auto;
  padding-top: 2%;
}

.middle-row-outer {
  padding-top: 1.3%;
  padding-bottom: 4%;
}

.middle-row-inner {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

#icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-box-heading {
  color: rgba(58, 58, 58, 0.6);
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
}

.icon-box-text span {
  color: #2a2d32;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
}

.middle-icon {
  font-size: 32px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #3eb8d7;
  background-color: rgba(255, 255, 255, 0);
  margin-right: 1.5rem;
  color: #6F9FBE;
}

.no-gap {
  gap: 0;
}

.middle-cards {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-top: -5rem;
  margin-left: 14%;

}


.despre-noi {
  width: 88%;
  padding: 3rem;
  margin-left: 8%;
  margin-bottom: 2%;
  /* background-color: #fbfbfb; */
}

.despre-noi h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  /* color: #3eb8d7; */
  text-align: center;
  margin-bottom: 2%;
  color:#6F9FBE;
}

.despre-noi p {
  text-indent: 30px;
  font-size: 1.2rem;
  color: #747474;
}

.despre-noi ul {
  list-style-type: square;
  color: #747474;
  margin-left: 4.3%;
}

.despre-noi ul li {
  font-size: 1.2rem;
}

.despre-noi h2 {
  font-size: 1.6rem;
}

/* .sectii-main {
  width: 100%;
  padding-left: 5%;

} */

.header1_p {
  margin-top: -7rem;
  margin-left: 12.2%;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
  z-index: 2;
}


/*sidelinks*/
.sidelinks {
  width: 80%;
  margin-left: 14%;
  display: flex;
}

.sidelinks-stanga {
  padding: 35px;
  text-align: left;
  background-color: #3065b5;
  width: 21.6%;
  margin-right: 1.5%;
}

.sidelinks-stanga h2 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}

.sidelinks-stanga h3 {
  font-size: 15px;
  font-weight: normal;
  font-size: normal;
  /* color: #b5cbed; */
  color: #ffffff;
  margin-bottom: 5%;
}


.sidelinks-dreapta {
  width: 71.6%;
  height: 110%;
  text-align: left;
}

.sidelinks-dreapta img {
  object-fit: cover;

}

.sidelinks-dreapta h3 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  margin-left: 3%;
  margin-top: 1%;
  color: #6F9FBE;
  font-weight:500;
}

.active,
.dot:hover {
  background-color: #717171;
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.fader {
  width: 46rem;
  height: 17rem;
  animation-name: fader;
  animation-duration: 1.5s;
}

.fader img {
  height: 16rem;
  object-fit: cover;
  margin: 4% 3% 2% 2%;
}

@keyframes fader {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: auto;
  /* margin-top: -40px; */
  padding: 6px 10px;
  font-weight: bold;
  font-size: 14px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  color: #999999;
}

.next {
  right: 7.5rem;
  border-radius: 3px 0 0 3px;
  border: 1px solid #e0e0e0;
  border-left: none;
}

.prev {
  right: 9rem;
  border-radius: 3px 0 0 3px;
  border: 1px solid #e0e0e0;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.text {
  color: #f2f2f2;
  font-size: 1.3rem;
  padding: 8px 12px;
  position: absolute;
  top: 350px;
  width: 100%;
  text-align: center;
  right: 2.7rem;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5),
    0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-text-stroke: 0.4px rgba(0, 0, 0, 0.4);

}

.active,
.dot:hover {
  background-color: #717171;
}


.slideshow {
  list-style: none;
  z-index: 0;
  height: 82vh;

}

.slideshow li {
  animation: imageAnimation 15s infinite;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  height: 87vh;
}

.slideshow li:nth-child(1) {
   background-image: url(../img/prezentare/IMG-20251202-WA0019.jpg);
  animation-delay: 0s;
}

.slideshow li:nth-child(2) {
  background-image: url(../img/prezentare/IMG-20251202-WA0034.jpg);
  animation-delay: 5s;
}

.slideshow li:nth-child(3) {
  background-image: url(../img/prezentare/IMG-20251202-WA0042.jpg);
  animation-delay: 10s;
}

.slideshow li:nth-child(1) {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay slide-urile */
/* .slideshow li:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(25, 60, 90, 0.35) 0%,
      rgba(25, 60, 90, 0.28) 20%,
      rgba(25, 60, 90, 0.18) 40%,
      rgba(25, 60, 90, 0.08) 60%,
      rgba(25, 60, 90, 0) 100%);
  z-index: 2;
  pointer-events: none;
}*/

.slideshow li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(20, 55, 110, 0.45) 0%,
      rgba(20, 55, 110, 0.32) 30%,
      rgba(20, 55, 110, 0.20) 60%,
      rgba(20, 55, 110, 0.10) 85%,
      rgba(20, 55, 110, 0.00) 100%);
  z-index: 2;
  pointer-events: none;
} 

.slideshow li:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(10, 70, 55, 0.45) 0%,
      rgba(10, 70, 55, 0.36) 30%,
      rgba(10, 70, 55, 0.20) 60%,
      rgba(10, 70, 55, 0.08) 85%,
      rgba(10, 70, 55, 0.00) 100%);
  z-index: 2;
  pointer-events: none;
}



@keyframes imageAnimation {

  0% {
    opacity: 0;
    animation-timing-function: ease;
  }

  25% {
    opacity: 1;
    animation-timing-function: ease;
  }

  30% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.no-gap {
  gap: 0;
}

.middle-cards {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-left: 12%;
  padding-top: 5%;

}

.colored-card {
  height: 19.2rem;
  width: 33.3%;
  padding: 2rem;
}

.colored-card p {
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
}

.colored-card a {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.colored-card img {
  width: 15rem;
  height: 10rem;
  border-radius: 11px;
  margin-bottom: 6%;
}

p.apel {
  font-weight: 700;
  font-size: 1.4rem;
}

.despre {
  /* background-color: #C7EFEF; */
  background-color: #DCEBFA;
  background-color: rgba(103, 138, 173, 0.9);
  /* background-color: rgba(34, 68, 124, 0.8); */
  /* background-color: rgba(55, 95, 165, 0.9); */
  background-color: #A5C8DC;
}

.servicii {
  /* background-color: #9DD5D5; */
  background-color: #C2DAF5;
  background-color: rgba(78, 106, 147, 0.8);
  /* background-color: rgba(30, 59, 108, 0.8); */
  /* background-color: rgba(43, 80, 148, 0.9); */
  background-color: #8FB7D1;
}

.informatii {
  /* background-color: #85C8C8; */
  background-color: #A6C7EF;
  background-color: rgba(55, 69, 95, 0.8);
  /* background-color: rgba(33, 67, 130, 0.9); */
  /* background-color: rgba(25, 50, 92, 0.8); */
  background-color: rgba(47, 77, 122, 0.8);
  background-color: #6F9FBE;
}



/*sectii*/
.dotari-main #flx-column img {
  width: 100% !important;
  height: auto !important;
}

.dotari-main h2 {
  font-size: 22px;
}

.dotari-main h1 {
  text-align: center;
  margin-bottom: 4%;
}

.containerl .carte-vizita2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40%;
}

.hgt-8 {
  height: 8rem;
}

.meta_wrap a {
  color: white;
}


.comp {
  width: 19rem;
}

.comp-img {
  height: 12rem !important;
  width: 17.1rem !important;
}

#userwayAccessibilityIcon {
  top: 90vh;
  bottom: 13px;
  right: 0px;
  left: auto;
}


.btn-gradient {
  box-shadow: 0 6px 16px rgba(0, 0, 0, .15), 0 2px 6px rgba(0, 0, 0, .08);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 3%;
  width: 10%;
  font-size: 1rem;
}

/* highlight lucios */
.btn-gradient::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 55%;
  border-radius: 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.btn-gradient:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18), 0 4px 10px rgba(0, 0, 0, .10);
  transform: translateY(-1px);
}

.btn-gradient:active {
  transform: translateY(0);
  filter: brightness(.97);
}

/*prima pagina*/
.icon-box-text a {
  color: #2a2d32;
}

.icon-box-text a:hover {
  color: #007acc;

} 

.despre .prim-ajutor-image {
  object-fit: cover;
  width: 70%;
  margin-bottom: 7%;
}

html,
body {
  margin: 0;
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.acc-link {
  display: block;
  padding: 16px 18px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(6, 44, 62, .10);
  border-left: 6px solid #2b7ca6;
  font-weight: 800;
  color: #0b2a3b;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.acc-link:hover {
  box-shadow: 0 16px 32px rgba(6, 44, 62, .16);
}

.petitii h3 {
  font-size: 1.2rem;
  margin: 2% 0;
}

/*Despre noi*/

/*Legislatie*/
.legislatie-page {
  width: 100%;
  margin-top: 1%;
}

.legislatie-page .legislatie-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.legislatie-page .legislatie-card {
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(10, 40, 70, 0.10);
  border: 1px solid rgba(20, 108, 148, 0.14);
  padding: 24px 26px;
}

.legislatie-page .acc-link {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 700;

  background: #f7fbff;
  border: 1px solid rgba(20, 108, 148, 0.18);
  border-left-color: #6fb9d6; /* mai deschis decât în CSS-ul global */
  box-shadow: 0 10px 24px rgba(10, 40, 70, 0.08);

  color: #0b2a3b;
}

.legislatie-page .acc-link:hover {
  background: #eef7ff;
  border-color: rgba(20, 108, 148, 0.26);
  box-shadow: 0 16px 32px rgba(10, 40, 70, 0.12);
}

.legislatie-page .legislatie-list {
  gap: 14px;
}

.leadership-page {
  width: 100%;
  margin-top: 2%;
}

.leadership-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.leadership-timeline {
  position: relative;
  padding: 16px 14px 16px 20px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(20, 108, 148, 0.14);
  box-shadow: 0 10px 26px rgba(10, 40, 70, 0.08);
}

.leadership-timeline::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: rgba(20, 108, 148, 0.18);
}

.leadership-item {
  position: relative;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  padding: 14px 10px;
  border-radius: 14px;
}

.leadership-item + .leadership-item {
  margin-top: 6px;
}

.leadership-item:hover {
  background: #f3f9ff;
}

.leadership-marker {
  width: 14px;
  height: 14px;
  margin-left: 13px;
  margin-top: 6px;
  border-radius: 50%;
  background: #6fb9d6;
  box-shadow: 0 0 0 6px rgba(111, 185, 214, 0.18);
}

.leadership-content {
  min-width: 0;
}

.leadership-role {
  margin: 0;
  color: #0f5f84;
  font-weight: 800;
  font-size: 0.98rem;
}

.leadership-name {
  margin: 6px 0 0 0;
  color: #0b2a3b;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
}

.leadership-meta {
  margin: 6px 0 0 0;
  color: #4f6f83;
  line-height: 1.5;
}

/*Agenda conducerii conform standardelor RUTI*/
.ruti-page {
  width: 100%;
  margin-top: 1%;
}

.ruti-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px 34px 24px;
  display: flex;
  justify-content: center;
}

.ruti-card {
  width: 100%;
  max-width: 980px;
  background: linear-gradient(135deg, #f2f9ff 0%, #ffffff 55%, #f7fbff 100%);
  border: 1px solid rgba(20, 108, 148, 0.16);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(10, 40, 70, 0.10);
  padding: 28px 22px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.ruti-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background: linear-gradient(180deg, #6fb9d6, #2b7ca6);
}

.ruti-card::after {
  content: "";
  position: absolute;
  left: -20%;
  top: -60%;
  width: 70%;
  height: 120%;
  background: radial-gradient(circle, rgba(111, 185, 214, 0.22) 0%, rgba(111, 185, 214, 0) 65%);
  transform: rotate(12deg);
}

.ruti-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  width: min(720px, 100%);
  padding: 18px 18px;
  border-radius: 16px;

  background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
  border: 1px solid rgba(20, 108, 148, 0.22);
  box-shadow: 0 12px 30px rgba(10, 40, 70, 0.10);

  color: #0f5f84;
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1.35;
  position: relative;
  z-index: 1;
}

.ruti-link::before {
  content: "↗";
  display: inline-block;
  margin-right: 10px;
  font-weight: 900;
  color: #2b7ca6;
}

.ruti-link:hover {
  background: linear-gradient(180deg, #f8fcff 0%, #eef7ff 100%);
  border-color: rgba(20, 108, 148, 0.32);
  box-shadow: 0 18px 40px rgba(10, 40, 70, 0.14);
  transform: translateY(-1px);
}

.ruti-link:active {
  transform: translateY(0);
}

.ruti-note {
  margin-top: 14px;
  margin-bottom: 0;
  color: #4f6f83;
  line-height: 1.55;
  font-size: 1.02rem;
  position: relative;
  z-index: 1;
}

/*ROF*/
.doc-actions-page-light {
  width: 100%;
  margin-top: 1%;
}

.doc-actions-wrap-light {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.doc-actions-card-light {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #eaf6ff 0%, #f6fbff 55%, #ffffff 100%);
  border: 1px solid rgba(120, 170, 205, 0.35);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(20, 70, 95, 0.10);
  padding: 18px 18px;
  width: 78%;
  margin: 0 auto;
}

.doc-actions-card-light::before {
  content: "";
  position: absolute;
  left: -25%;
  top: -70%;
  width: 70%;
  height: 140%;
  background: radial-gradient(circle, rgba(140, 205, 235, 0.28) 0%, rgba(140, 205, 235, 0) 65%);
  transform: rotate(10deg);
}

.doc-actions-card-light::after {
  content: "";
  position: absolute;
  right: -30%;
  bottom: -80%;
  width: 80%;
  height: 160%;
  background: radial-gradient(circle, rgba(120, 190, 230, 0.22) 0%, rgba(120, 190, 230, 0) 65%);
  transform: rotate(-10deg);
}

.doc-actions-title-light {
  margin-left: 3%;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
  color: #0f5f84;
  position: relative;
  z-index: 1;
}

.doc-actions-right-light {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.doc-btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
  border: 1px solid rgba(120, 170, 205, 0.45);
  box-shadow: 0 10px 22px rgba(20, 70, 95, 0.10);
  color: #0f5f84;
}

.doc-btn-light:hover {
  background: linear-gradient(180deg, #f8fdff 0%, #e6f4ff 100%);
  border-color: rgba(90, 160, 205, 0.55);
  box-shadow: 0 16px 30px rgba(20, 70, 95, 0.14);
  transform: translateY(-1px);
}

.doc-btn-light:active {
  transform: translateY(0);
}

.doc-btn-view-light::before {
  content: "👁";
  margin-right: 8px;
}

.doc-btn-download-light::before {
  content: "⬇";
  margin-right: 8px;
}

/*Organigrama*/
.org-page {
  width: 100%;
  margin-top: 1%;
}

.org-wrap {
  margin: 0 auto;
}

.org-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  position: relative;
  overflow: hidden;
}

.org-thumb-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 980px;
}

/* Imaginea */
.org-thumb {
  display: block;
  width: 45rem;
  height: auto;
  border-radius: 16px;
  border: 2px solid rgba(120, 170, 205, 0.35);
  box-shadow: 8px 2px 10px rgba(70, 150, 200, 0.25);
  transform: rotate(-1deg);
  margin: 1% auto;
}

.org-link {
  position: relative;
  z-index: 1;

  display: inline-block;
  padding: 6px 4px;

  color: #0f5f84;
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
}

.org-link:hover {
  text-decoration: underline;
}

/* ==========================
   Modal imagine
   ========================== */

.img-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.img-modal.is-open {
  display: block;
}

.img-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 10, 18, 0.60);
}

.img-modal-dialog {
  position: relative;
  z-index: 1;

  width: min(1200px, 94vw);
  margin: 5vh auto 0 auto;

  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(120, 170, 205, 0.35);
  box-shadow: 0 20px 60px rgba(2, 10, 18, 0.25);
  overflow: hidden;
}

.img-modal-img {
  display: block;
  width: 100%;
  height: auto;
}

.img-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;

  width: 42px;
  height: 42px;
  border-radius: 14px;

  border: 1px solid rgba(120, 170, 205, 0.45);
  background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
  box-shadow: 0 10px 22px rgba(20, 70, 95, 0.12);

  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
  color: #0f5f84;
  cursor: pointer;
}

.img-modal-close:hover {
  background: linear-gradient(180deg, #f8fdff 0%, #e6f4ff 100%);
}

/*Carieră*/
.page-rapoarte-activitate {
  max-width: 58rem;
  margin: 0 auto;
  padding: 28px 16px 60px;
}

.page-rapoarte-activitate .acc {
  border: 1px solid #e6edf2;
  border-radius: 14px;
  margin: 12px 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(155, 206, 219, 0.16) 0%, rgba(255, 255, 255, 0.98) 70%);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.page-rapoarte-activitate details[open].acc {
  background: linear-gradient(180deg, rgba(155, 206, 219, 0.22) 0%, rgba(255, 255, 255, 0.98) 70%);
  border-color: rgba(63, 143, 166, 0.28);
}

.page-rapoarte-activitate .acc__summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 56px 1fr auto 22px;
  gap: 12px;
  align-items: center;
  padding: 16px 16px;
  user-select: none;
}

.page-rapoarte-activitate .acc__summary::-webkit-details-marker {
  display: none;
}

.page-rapoarte-activitate .acc__title {
  font-weight: 800;
  color: #2E4A63;
  font-size: 16px;
  line-height: 1.3;
}



.page-rapoarte-activitate .acc__summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 11.5fr 1fr;
  gap: 12px;
  padding: 16px 21px;
  user-select: none;
}

.page-rapoarte-activitate .acc__summary::-webkit-details-marker {
  display: none;
}


.page-rapoarte-activitate .acc__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(155, 206, 219, 0.18);
  position: relative;
  justify-self: end;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}


.page-rapoarte-activitate .acc__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: rgba(15, 23, 42, 0.70);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}


.page-rapoarte-activitate .acc__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 14px;
  background: rgba(15, 23, 42, 0.70);
  transform: translate(-50%, -50%);
  border-radius: 2px;
  transition: transform 0.18s ease, opacity 0.18s ease;
}


.page-rapoarte-activitate .acc__summary:hover .acc__icon {
  border-color: rgba(63, 143, 166, 0.45);
  background: rgba(155, 206, 219, 0.26);
}


.page-rapoarte-activitate details[open] .acc__icon {
  transform: rotate(180deg);
}

.page-rapoarte-activitate details[open] .acc__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}

.page-rapoarte-activitate .acc__content {
  border-top: 1px solid #eef2f6;
  padding: 14px 16px 16px;

  display: flex;
  flex-direction: column;
  gap: 13px;
}

.page-rapoarte-activitate .acc__content .doc-link {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  line-height: 1.5;
  color: #3F8FA6;
  font-weight: 700;
}

.page-rapoarte-activitate .acc__content .doc-link:hover {
  color: #2F758A;
}

.page-rapoarte-activitate .doc-link {
  display: inline-block;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  color: #2F758A;
  font-weight: 700;
}

.page-rapoarte-activitate .doc-link:hover {

  color: #3F8FA6;
}

/* Buttons */
.page-rapoarte-activitate .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform 0.08s ease, background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
  user-select: none;
  white-space: nowrap;
}

.page-rapoarte-activitate .btn:active {
  transform: translateY(1px);
}

.page-rapoarte-activitate .btn--primary {
  background: #5FA9BD;
  color: #ffffff;
}

.page-rapoarte-activitate .btn--primary:hover {
  background: #4C97AC;
}

.page-rapoarte-activitate .btn--ghost {
  background: transparent;
  color: #3F8FA6;
  border-color: rgba(63, 143, 166, 0.28);
}

.page-rapoarte-activitate .btn--ghost:hover {
  border-color: rgba(63, 143, 166, 0.5);
  background: rgba(155, 206, 219, 0.18);
}

/*Programe si strategii*/
.doc-programe-title-light {
  margin-left: 3%;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f5f84;
  position: relative;
  z-index: 1;
}

/*Cariera*/
.page-cariera {
  max-width: 58rem;
  margin: 0 auto;
  padding: 28px 16px 60px;
}

.page-cariera .page-lead {
  margin: 12px auto 0;
  max-width: 820px;
  font-size: 16px;
  line-height: 1.6;
  color: #52606d;
}

.page-cariera .acc {
  border: 1px solid #e6edf2;
  border-radius: 14px;
  margin: 12px 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(155, 206, 219, 0.16) 0%, rgba(255, 255, 255, 0.98) 70%);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.page-cariera details[open].acc {
  background: linear-gradient(180deg, rgba(155, 206, 219, 0.22) 0%, rgba(255, 255, 255, 0.98) 70%);
  border-color: rgba(63, 143, 166, 0.28);
}

.page-cariera .acc__summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 56px 1fr auto 22px;
  gap: 12px;
  align-items: center;
  padding: 16px 16px;
  user-select: none;
}

.page-cariera .acc__summary::-webkit-details-marker {
  display: none;
}

.page-cariera .acc__title {
  font-weight: 800;
  color: #2E4A63;
  font-size: 16px;
  line-height: 1.3;
}



.page-cariera .acc__summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 11.5fr 1fr;
  gap: 12px;
  padding: 16px 21px 16px 30px;
  user-select: none;
}

.page-cariera .acc__summary::-webkit-details-marker {
  display: none;
}


.page-cariera .acc__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(155, 206, 219, 0.18);
  position: relative;
  justify-self: end;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}


.page-cariera .acc__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: rgba(15, 23, 42, 0.70);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}


.page-cariera .acc__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 14px;
  background: rgba(15, 23, 42, 0.70);
  transform: translate(-50%, -50%);
  border-radius: 2px;
  transition: transform 0.18s ease, opacity 0.18s ease;
}


.page-cariera .acc__summary:hover .acc__icon {
  border-color: rgba(63, 143, 166, 0.45);
  background: rgba(155, 206, 219, 0.26);
}


.page-cariera details[open] .acc__icon {
  transform: rotate(180deg);
}

.page-cariera details[open] .acc__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}

.page-cariera .acc__content {
  border-top: 1px solid #eef2f6;
  padding: 14px 16px 16px;

  display: flex;
  flex-direction: column;
  gap: 13px;
}

.page-cariera .acc__content .doc-link {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  line-height: 1.5;
  color: #3F8FA6;
  font-weight: 700;
}

.page-cariera .acc__content .doc-link:hover {
  color: #2F758A;
}

.page-cariera .doc-link {
  display: inline-block;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  color: #2F758A;
  font-weight: 700;
}

.page-cariera .doc-link:hover {

  color: #3F8FA6;
}

/* Buttons */
.page-cariera .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform 0.08s ease, background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
  user-select: none;
  white-space: nowrap;
}

.page-cariera .btn:active {
  transform: translateY(1px);
}

.page-cariera .btn--primary {
  background: #5FA9BD;
  color: #ffffff;
}

.page-cariera .btn--primary:hover {
  background: #4C97AC;
}

.page-cariera .btn--ghost {
  background: transparent;
  color: #3F8FA6;
  border-color: rgba(63, 143, 166, 0.28);
}

.page-cariera .btn--ghost:hover {
  border-color: rgba(63, 143, 166, 0.5);
  background: rgba(155, 206, 219, 0.18);
}

/*Buletin informativ*/
.buletin-p {
  margin-left: 3%;
  font-weight: 600;
}

.persoane-info {
margin: 1%;
}

.persoane-info p {
  margin-bottom: 0.3%;
  color: rgba(0,0,0,0.811);
  font-weight: 600;
}

.persoane-info a {
  color: #2F758A;
  font-weight: 700;
}

/*Declaratii de avere si de interese*/
.declaratii-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}