@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%;
} */

body {
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

h1 {
  font-size: 1.7rem;
  color: #3065b5;
  /* color: rgba(0,0,0,0.811); */
}

ul {
  list-style-type: none;
}

h3,
h2 {
  color: #232323;
}




/* clase utilitare*/
.alert {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border: 0.0625rem solid #e6edf5;
  border-left-width: 0.375rem;
  border-radius: 0.75rem;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 0.9rem 2rem rgba(23, 42, 99, 0.08);
  margin: 0.75rem 0;
}

.alert p {
  margin: 0;
  line-height: 1.6;
}

.alert__icon {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  opacity: 0.95;
}

/* variante cromatice */
.alert--info {
  border-left-color: #2563eb;
  background: #eef6ff;
}

.alert--success {
  border-left-color: #16a34a;
  background: #edfdf3;
}

.alert--warning {
  border-left-color: #d97706;
  background: #fff7ed;
}

.alert--danger {
  border-left-color: #dc2626;
  background: #fff1f2;
}

/*colors*/
.light-grey {
  color: #b5cbed;
}

a.light-grey:hover {
  color: #9ea2a8;
}

.grey {
  color: rgb(78, 75, 75);
}



.no-padding {
  padding: 0 !important;
}

.flex_elements {
  display: flex;
  justify-content: center;
}

.txt-center {
  text-align: center !important;
}

.margin-center {
  margin: 0 auto;
}



/*prima pagina*/
#main {
  position: relative;
  width: 100%;
}

.slideshow {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 87vh;
  overflow: hidden;
}

.slideshow li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87vh;
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: imageAnimation 30s infinite;
}

.slideshow li:nth-child(1) {
  background-image: url(../img/carusel/img-6.jpeg);
  animation-delay: -3s;
}

.slideshow li:nth-child(2) {
  background-image: url(../img/carusel/img-3.jpeg);
  animation-delay: 3s;
}

.slideshow li:nth-child(3) {
  background-image: url(../img/carusel/img-5.jpeg);
  animation-delay: 9s;
}

.slideshow li:nth-child(4) {
  background-image: url(../img/carusel/img-2.jpeg);
  animation-delay: 15s;
}

.slideshow li:nth-child(5) {
  background-image: url(../img/carusel/img-4.jpeg);
  animation-delay: 21s;
}

/* ANIMATIE SMOOTH */
@keyframes imageAnimation {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* .slideshow {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 87vh;
  overflow: hidden;
}

.slideshow li {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: imageAnimation 40s infinite;
}


.slideshow li:nth-child(1) {
  background-image: url(../img/carusel/img_1.jpeg);
  animation-delay: -4s;
}

.slideshow li:nth-child(2) {
  background-image: url(../img/carusel/img-2.jpeg);
  animation-delay: 4s;
}

.slideshow li:nth-child(3) {
  background-image: url(../img/carusel/img-3.jpeg);
  animation-delay: 12s;
}

.slideshow li:nth-child(4) {
  background-image: url(../img/carusel/img-4.jpeg);
  animation-delay: 20s;
}

.slideshow li:nth-child(5) {
  background-image: url(../img/carusel/img-5.jpeg);
  animation-delay: 28s;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
  }

 
  20% {
    opacity: 1;
  }


  24% {
    opacity: 1;
  }


  40% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
} */
/* .slideshow {
  list-style: none;
  z-index: 0;
  height: 87vh;
}

.slideshow li {
  animation: imageAnimation 25s 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/carusel/img_1.jpeg);
  animation-delay: 0s;
}

.slideshow li:nth-child(2) {
  background-image: url(../img/carusel/img-2.jpeg);
  animation-delay: 5s;
}

.slideshow li:nth-child(3) {
  background-image: url(../img/carusel/img-3.jpeg);
  animation-delay: 10s;
}
.slideshow li:nth-child(4) {
  background-image: url(../img/carusel/img-4.jpeg);
  animation-delay: 15s;
}
.slideshow li:nth-child(5) {
  background-image: url(../img/carusel/img-5.jpeg);
  animation-delay: 20s;
}
 */


/* .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;
}

.slideshow li:nth-child(4)::before {
   content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(to right,
      rgba(30, 40, 45, 0.45) 0%,
      rgba(30, 40, 45, 0.35) 20%,
      rgba(30, 40, 45, 0.22) 40%,
      rgba(30, 40, 45, 0.10) 65%,
      rgba(30, 40, 45, 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;
  }
} */

#middle {
  background-color: #fbfbfb;
  border-bottom: 1px solid #e3e3e3;

}

.middle-row {
  width: 1200px;
  margin: 0 auto;
}

.middle-row-outer {
  padding-top: 1.3%;
  padding-bottom: 9%;
}

.middle-row-inner {
  width: 1200px;
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  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: 30px;
  /* line-height: 28px; */
  line-height: 40px;
  /* width: 31px; */
  width: 40px;
  /* height: 61px; */
  height: 40px;
  border-radius: 50%;
  color: #3eb8d7;
  background-color: rgba(255, 255, 255, 0);
  margin-right: 1.5rem;
}

/*cards*/
.no-gap {
  gap: 0;
}


.middle-cards {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-top: -5rem;
  margin-left: 14%;

}

.colored-card {
  height: 19.2rem;
  width: 33.3%;
  padding: 2rem;
}

.colored-card p {
  text-align: center;
  color: #ffffff;
  font-size: 0.9rem;
}

.colored-card a {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.colored-card img {
  width: 10rem;
  height: 10rem;
  border-radius: 11px;
}

.despre {
  background-color: #C7EFEF;
}

.servicii {
  background-color: #9DD5D5;
}

.informatii {
  background-color: #85C8C8;
}

p.apel {
  font-weight: 700;
  font-size: 1.4rem;
}

.master-button {
  font-weight: normal;
  font-size: normal;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 9.75rem;
  height: 3.2rem;
  text-align: center;
  padding: 0.5rem;
  padding-top: 0.8rem;
  margin-top: 3rem;

}

/*Comunicate*/
.comunicat-presa {
  width: 100%;
  /* background-color: #f6f6f6; */
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  gap: 2%;
  justify-content: center;
  align-items: center;
}

.comunicat-presa .comunicat-container {
  max-width: 23rem;
  height: 19.5rem;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

  display: flex;
  flex-direction: column;
}

.comunicat-presa .comunicat-titlu {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a3d8f;
  margin-top: 0;
  /* text-align: left; */
  margin-bottom: 5%;
  text-align: center;
}

.comunicat-presa .comunicat-container h3 {
  font-size: 1.3rem;
  margin-bottom: 7%;
}

.comunicat-presa .comunicat-container p {
  /* font-size: 0.8rem; */
  line-height: 1.7;
  color: #333333;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: justify;
}

.btn-citeste-mai-mult {
  display: inline-block;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #97cca9;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #97cca9,
    inset 0 -3px 6px #77b18a;
  transition: background-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;

  margin-top: auto;
   align-self: flex-start;
}

.btn-citeste-mai-mult:hover {
  /* background-color: #fff8e6; */
  box-shadow: inset 0 0 0 1px #198C45,
    inset 0 -4px 7px #198C45;
  transform: translateY(-1px);
}

.btn-citeste-mai-mult:active {
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px #198C45,
    inset 0 1px 3px rgba(0, 0, 0, 0.25);
}

.lista-documente-comunicate{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 25px;
}

.lista-documente-comunicate a{
  width: fit-content;
  text-decoration: none;
  color: #1a3d8f;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.lista-documente-comunicate a:hover{
  background-color: #eef3ff;
  color: #0a2a6b;
  transform: translateX(3px);
}

.image-modal{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.78);
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.image-modal-box{
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}

.image-modal-content{
  display: block;
  max-width: 78vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}

.image-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.image-close:hover{
  background: rgba(0, 0, 0, 0.85);
  transform: scale(1.05);
}

.dsp-card__img{
  cursor: pointer;
}
/* .comunicat-presa .comunicat-img{
  width: 100%;
  height: 20rem;
  object-fit: fill;
  border-radius: 6px;
  margin-bottom: 10px;
}

.comunicat-presa .comunicat-container {
  max-width: 23rem;
  height: 30rem;
} */

/*despre noi*/
.despre-noi {
  width: 88%;
  padding: 4rem 3rem;
  margin-left: 11%;
}

.despre-noi h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #3065b5;
  margin-bottom: 2%;
  margin-left: 24.8%;
}

.despre-noi p {
  text-indent: 30px;
  font-size: 1.2rem;
  /* font-weight: 300; */
  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;
}


.departamente {
  width: 100%;
  height: 18rem;
  background-color: #fcfcfc;
  margin-left: 5%;
}

.header1_p {
  margin-top: -7rem;
  margin-left: 12.2%;
  color: #2C6E91;
  font-size: 1.2rem;
  font-weight: 600;
  z-index: 2;
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  /* top: 5%; */
  top: 0;
  width: auto;
  /* margin-top: -40px; */
  padding: 6px 10px;
  /* color: white; */
  font-weight: bold;
  font-size: 14px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  color: #999999;
}

/* Position the "next button" to the right */
.next {
  right: 7rem;
  border-radius: 3px 0 0 3px;
  border: 1px solid #e0e0e0;
  border-left: none;
}

.prev {
  right: 8.5rem;
  border-radius: 3px 0 0 3px;
  border: 1px solid #e0e0e0;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dsp-info-section {
  padding: 70px 0;
  background: #f4f4f4;
}

.dsp-info-section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.dsp-info-section .section-header {
  text-align: center;
  margin-bottom: 45px;
}

.dsp-info-section .section-header h2 {
  font-size: 34px;
  color: #1f4f8f;
  margin-bottom: 12px;
  font-weight: 600;
}

.dsp-info-section .section-header p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #555;
}

.dsp-info-section .info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.dsp-info-section .info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 26px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border-top: 4px solid #46b8d6;
}

.dsp-info-section .info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.dsp-info-section .info-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e6f8fc, #d4f0f7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: inset 0 0 0 2px rgba(70, 184, 214, 0.18);
}

.dsp-info-section .info-card h3 {
  font-size: 30px;
  margin-bottom: 16px;
  color: #2c2c2c;
  font-weight: 400;
}


.dsp-info-section .info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dsp-info-section .info-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 18px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
  transition: all 0.25s ease;
  border-top: 3px solid #46b8d6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dsp-info-section .info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.info-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid #e6edf2;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  margin: 10px 0 26px;
}

/* header: icon + titlu pe aceeași linie */
.dsp-info-section .card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dsp-info-section .info-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e6f8fc, #d4f0f7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.dsp-info-section .info-card h3 {
  font-size: 20px;
  margin: 0;
  color: #2c2c2c;
  font-weight: 500;
}

.dsp-info-section .info-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}



/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 1.3rem;
  position: absolute;
  bottom: 1px;
  width: 100%;
  text-align: center;
  right: 2.7rem;
  font-weight: 600;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fader {
  width: 46rem;
  height: 21rem;
  animation-name: fader;
  animation-duration: 1.5s;
}

.fader img {
  height: 20rem;
  object-fit: cover;
  margin: 2%;
}

@keyframes fader {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}



.container-cdc {
  position: relative;
  width: 27.33%;
  margin: 0 2% 1px 2%;
  height: 400px;
  border-radius: 10px 10px 0 0;
}

.containerl .carte-vizita2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40%;
}

.carte-vizita2 {
  width: 13.75rem;
  height: 13rem;
  padding: 1% 1%;
  margin: 5% auto;
  margin-top: 0;
  position: relative;
  overflow: auto;
  outline: 2px solid #B9C2C9;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 40%), 0 7px 20px 0 rgb(0 0 0 / 20%);
}

.carte-vizita2 img {
  width: 12rem;
  height: 8rem;
  margin: 0 auto;
  display: block;
  padding: 3%;
  margin-top: 3%;
}

.carte-vizita2 a {
  color: #3065b5;
  transition: color 0.3s ease-in-out;
}

.carte-vizita2 a:hover {
  color: #999999;
}



.carte-vizita2 p,
.carte-vizita p {
  text-indent: 0px !important;
}

.text-mare-carte {
  font-size: 1.1em !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
}

.carte-vizita2 {
  min-height: 12rem;
}

.lg-ct {
  width: 97%;
  height: auto;
}

.lg-ct-1 {
  width: 77%;
  height: auto;
}


.lg-ct img,
.lg-ct-1 img {
  width: 90%;
  height: auto;
}

.chirurgie img {
  width: 100%;
  height: 100%;
  padding: 0 3%;
}

.chirurgie {
  height: 23rem;
  width: 87%;
  margin-top: 4%;
  margin-bottom: 10%;
}

.mdl {
  margin-top: -11.9%;
  background-color: #0392ce;
  height: 20rem;
}

.mdl i {
  margin-right: 0.5rem;
}

.medici {
  margin-top: -9%;
}

.medici p {
  margin-left: 2.7%;
}

.medici span {
  font-weight: 600;
}

.sct {
  width: 90%;
  height: 20rem;
  margin: 0 auto;
  margin-top: 3% !important;
}

.sct .carte-vizita2 {
  min-height: 12rem;
}

.hgt-8 {
  height: 8rem;
}



.sct-h2 {
  margin-left: 8% !important;
  text-align: left !important;
  margin-bottom: 2% !important;
  color: #3065b5;
}

.meta_wrap a {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.meta_wrap a:hover {
  color: rgba(172, 174, 179, 0.7);
}

.comp {
  width: 19rem;
}

.comp-img {
  height: 12rem !important;
  width: 17.1rem !important;
}


#userwayAccessibilityIcon {
  top: 90vh;
  bottom: 13px;
  right: 0px;
  left: auto;
}

@media (max-height:499px) and (min-height:300px) {
  #userwayAccessibilityIcon {
    top: 85vh;
    bottom: 13px;
    right: 0px;
    left: auto;
  }

  .buton-speech {
    top: 78vh;
    right: 12px;
    position: fixed;
    width: 2.3em;
    height: 2.3em;
    cursor: pointer
  }
}

@media (max-height:299px) {
  #userwayAccessibilityIcon {
    top: 80vh;
    bottom: 13px;
    right: 0px;
    left: auto;
  }

  .buton-speech {
    top: 70vh;
    right: 12px;
    position: fixed;
    width: 2.3em;
    height: 2.3em;
    cursor: pointer
  }
}


/*Anunturi importante - Informatii de interes public*/
/*anunturi prima pagina-nici asta nu se mai foloseste*/
.anunturi-pr #flx-column img {
  width: 100% !important;
  height: auto !important;
}

.anunturi-pr h2 {
  font-size: 1.6rem;
  color: #3eb8d7;
  text-align: center;
  margin: 2% 0 3% 3%;
}

.grid-2-anunturi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 8rem;
  width: 68%; 
 margin: 2% 18%;
}

.grid-1-anunturi {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem 8rem;
  width: 68%; 
 margin: 5% 18% 0 18%;
}


.containerl .carte-vizita2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40%;
}

.carte-vizita2 {
  width: 23.75rem;
  height: 25rem;
  padding: 1% 2%;
  margin: 5% auto;
  margin-top: 0;
  position: relative;
  overflow: auto;
  outline: 2px solid #B9C2C9;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 40%), 0 7px 20px 0 rgb(0 0 0 / 20%);
}

.carte-vizita2 img {
  width: 21.6rem;
  height: 13rem;
  margin: 0 auto;
  display: block;
  padding: 3% 2.5%;
  object-fit: cover;
  margin-top: 3%;
}

.carte-vizita2 a {
  color: #3065b5;
  transition: color 0.3s ease-in-out;
}

.carte-vizita2 a:hover {
  color: #999999;
}

.carte-vizita2 p,
.carte-vizita p {
  /* text-align: center; */
  padding:1% 5.5%;
  font-size: 15px;
  width: 95%;
}

.page-title {
  font-size: 28px;
  font-weight: 900;
  color: #2C6E91;
  text-align: center;
  margin-left: 5px;
}

.anunturi-div {
  height: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  margin-top: 2%;
 
}

/* zona linkuri */
.carte-vizita2 p:last-of-type {
  text-align: center;
    /* margin-top: 5px; */
}

/* Butoane */
.carte-vizita2 a {
    display: inline-block;
    padding: 6px 12px;             
    margin: 5px 6px 0 0;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #3a342c;
    background: #f4e2b8;   
    border: none;          
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(228, 199, 195, 0.45);
    transition: all 0.18s ease;
}

.carte-vizita2 a:hover {
    background: #edd7a8;
    color: #3a342c;
    box-shadow: 0 3px 7px rgba(228, 199, 195, 0.6);
    transform: translateY(-1px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  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;
}

.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background: #9BCEDB;
  color: #ffffff;
}

.btn--primary:hover {
  background: #085766;
}

.btn--ghost {
  background: transparent;
  color: #9BCEDB;
  border-color: rgba(11, 107, 122, 0.25);
}

.btn--ghost:hover {
  border-color: rgba(11, 107, 122, 0.45);
  background: rgba(11, 107, 122, 0.06);
}

.content-section {
  margin-top: 26px;
}

.section-title {
  margin: 0 0 12px 0;
  font-size: 18px;
  color: #0f172a;
  line-height: 1.35;
}

.section-note {
  font-weight: 600;
  color: #52606d;
  font-size: 13px;
  margin-left: 6px;
}


.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.block {
  border: 1px solid #e6edf2;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.block--full {
  margin-top: 10px;
}

.block-title {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #0f172a;
}


/* container text petitii */
.formular-petitii{
    max-width: 900px;
    margin: 40px auto;
    padding: 10px 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.7;
    font-size: 16px;
}

/* paragrafe */
.formular-petitii p{
    margin-bottom: 18px;
    text-align: justify;
}

/* titlu legislatie */
.formular-petitii h2{
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0 10px 0;
}

/* titlu modalitate transmitere */
.formular-petitii h3{
    font-size: 19px;
    font-weight: 700;
    margin: 30px 0 12px 0;
}

/* liste */
.formular-petitii ul{
    margin: 10px 0 20px 25px;
    padding: 0;
}

/* elemente lista */
.formular-petitii ul li{
    margin-bottom: 10px;
}

.formular-petitii a{
    color: #1a73e8;
    text-decoration: none;
}

.formular-petitii a:hover{
    text-decoration: underline;
}

.orange-p-petitii{
    color: #e46b1a;
    font-weight: 600;
    margin: 25px 0;
}

.formular-petitii ul li:first-child{
    list-style: none;
    font-weight: 500;
}

/*Comunicate de presa*/
/*Ziua mondială de luptă împotriva tuberculozei*/
.page-section {
    padding: 3rem 0 4rem;
}

.container {
    width: 100%;
    max-width: 77.5rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.content-shell {
    background-color: #ffffff;
    /* border: 0.0625rem solid #e6edf3; */
    border-radius: 0.875rem;
    padding: 2rem;
    /* box-shadow: 0 0.625rem 1.75rem rgba(89, 122, 146, 0.08); */
}

.intro-block {
    margin-bottom: 2rem;
}

.section-block + .section-block {
    margin-top: 2rem;
}

.section-title {
    margin: 0 0 0.875rem;
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: 700;
    color: #2f6f95;
}

.card-title {
    margin: 0 0 0.625rem;
    font-size: 1.125rem;
    line-height: 1.35;
    font-weight: 700;
    color: #3f6f8f;
}

.lead {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4d6272;
}

.container p {
    margin: 0 0 1rem;
    font-size: 1.0625rem;
    line-height: 1.85;
    color: #586975;
}

.container strong {
    color: #2f6f95;
    font-weight: 700;
}

em {
    font-style: italic;
}

.grid {
    display: grid;
    gap: 1.375rem;
}

.grid-2 {
    grid-template-columns: 1fr;
}

/* .grid-3 {
  column-count: 3;
    column-gap: 40px;
} */




.info-card,
.recommendation-card,
.stat-card {
    height: 100%;
    border-radius: 0.75rem;
}

.info-card {
    display: block;
    padding: 1.5rem;
    background-color: #ffffff;
    border: 0.0625rem solid #e3edf5;
    border-left: 0.25rem solid #6aa6c8;
    box-shadow: 0 0.375rem 1rem rgba(90, 126, 151, 0.05);
}

.recommendation-card {
    padding: 1.5rem;
    background-color: #fbfdff;
    border: 0.0625rem solid #e5edf4;
    box-shadow: 0 0.375rem 1rem rgba(90, 126, 151, 0.05);
}

.highlight-box {
    margin-top: 1.5rem;
    padding: 1.375rem 1.5rem;
    background-color: #f8fbfe;
    border: 0.0625rem solid #e2edf5;
    border-left: 0.25rem solid #6aa6c8;
    border-radius: 0.75rem;
}

.highlight-box p {
    margin: 0;
    color: #4f6472;
    font-size: 1.0625rem;
    line-height: 1.8;
}

.stats-panel {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background-color: #f8fbfe;
    border: 0.0625rem solid #e3edf5;
    border-radius: 0.75rem;
}

.stat-card {
    padding: 1.375rem 1.125rem;
    text-align: center;
    background-color: #ffffff;
    border: 0.0625rem solid #e4edf4;
    box-shadow: 0 0.375rem 1rem rgba(90, 126, 151, 0.04);
}

.stat-value {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.875rem;
    line-height: 1.1;
    font-weight: 800;
    color: #f4a261;
}

.stat-label {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #667582;
}

.message-box {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background-color: #f9fcff;
    border: 0.0625rem solid #e3edf5;
    border-left: 0.25rem solid #6aa6c8;
    border-radius: 0.75rem;
}

.quote-text {
    margin: 0.625rem 0 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: #d68a4c;
}

.resource-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    max-width: 40rem;
}

.resource-link {
    display: block;
    width: 100%;
    padding: 0.6875rem 1rem;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
    color: #3f6175;
    text-decoration: none;
    background-color: #eef6fb;
    border: 0.0625rem solid #d7e6f0;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.resource-link:hover,
.resource-link:focus {
    background-color: #e3f0f8;
    border-color: #c6dceb;
    transform: translateY(-0.0625rem);
}

.resource-link:focus {
    outline: 0.125rem solid #bed9ea;
    outline-offset: 0.1875rem;
}

.styled-list {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}

.styled-list li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #586975;
}

.styled-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #f4a261 0%, #7fb3d5 100%);
}

.styled-list a,
.section-block a {
    color: #2a7fa3;
    text-decoration: none;
    font-weight: 500;
}

.styled-list a:hover,
.section-block a:hover {
    color: #1e5d7a;
}

.styled-list.emergency-list li {
    position: relative;
    padding-left: 1.75rem;
}

.styled-list.emergency-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #5F9EAB;
    font-size: 0.75rem;
    background: none !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}

/*Sedii prima pagina*/
.sedii-dsp {
    width: 100%;
    padding-top: 20px;
}

.sedii-dsp-header {
    text-align: center;
    margin-bottom: 40px;
}

.sedii-dsp-header h2 {
    font-size: 42px;
    color: #1d4585;
    margin-bottom: 12px;
    font-weight: 700;
}

.sedii-dsp-header p {
    max-width: 850px;
    margin: 0 auto;
    color: #6b7785;
    font-size: 17px;
    line-height: 1.7;
}

.sedii-dsp-box {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 16px;
    margin-bottom: 22px;
    background: #ffffff;
    border-radius: 20px;
    padding: 16px;
    border: 1px solid #e6edf5;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.sedii-dsp-side {
    background: linear-gradient(
        180deg,
        #f5f9fd 0%,
        #eef5fb 100%
    );

    border-radius: 16px;

    padding: 28px 22px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.sedii-dsp-side h3 {
    font-size: 24px;
    color: #1d4585;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.sedii-dsp-adresa {
    color: #607080;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 26px;
    text-align: center;
}

.sedii-dsp-program {
    background: rgba(79,195,223,0.10);
    border-radius: 14px;
    padding: 14px 16px;
    margin-top: auto;
    text-align: center;
}

.sedii-dsp-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #4fc3df 0%,
        #2f7fd3 100%
    );

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 30px;
}

.sedii-dsp-program span {
    display: block;
    color: #7b8794;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
}

.sedii-dsp-program p {
    margin: 0;
    color: #1d4585;
    font-size: 17px;
    font-weight: 700;
}

.sedii-dsp-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.sedii-dsp-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 18px;
    border: 1px solid #e8eef5;
    transition: 0.2s ease;
    min-height: 125px;
}

.sedii-dsp-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.sedii-dsp-card h4 {
    color: #1d4585;
    font-size: 17px;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.sedii-dsp-card a {
    display: block;
    color: #5c7287;
    text-decoration: none;
    margin-bottom: 7px;
    transition: 0.2s ease;
    font-size: 14px;
    line-height: 1.5;
}

.sedii-dsp-card a:hover {
    color: #2f7fd3;
    transform: translateX(3px);
}

.sedii-dsp-card h4 i {
    color: #4fc3df;
    margin-right: 10px;
    font-size: 17px;
    width: 20px;
    text-align: center;
}

.sedii-dsp-sector-row {
    display: grid;
    grid-template-columns: 90px 1fr 160px;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #edf3f8;
    align-items: center;
}

.sedii-dsp-sector-row:last-child {
    border-bottom: none;
}

.sedii-dsp-sector-row span {
    color: #1d4585;
    font-weight: 700;
}

.sedii-dsp-sector-row a {
    margin: 0;
}

.sedii-dsp-card-wide {
    grid-column: span 3;
}

/*Despre noi*/
/*Scurt istoric*/
.dsp-about-page .content-shell {
    overflow: hidden;
}

.dsp-about-page .dsp-about-intro {
    margin-top: 0;
}

.dsp-about-page .dsp-about-title {
    margin-bottom: 1.25rem;
}

.dsp-about-page .dsp-about-list {
    margin-top: 1.25rem;
}

.dsp-about-page .dsp-about-list li {
    padding-left: 1.75rem;
}

.dsp-about-page .dsp-about-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    color: #5f9eab;
    font-size: 0.7rem;
    box-shadow: none;
}

.dsp-about-page .dsp-history-timeline {
    position: relative;
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.dsp-about-page .dsp-history-timeline::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 5.25rem;
    width: 0.0625rem;
    background: linear-gradient(to bottom, #d8e8f1 0%, #bfd7e5 100%);
}

.dsp-about-page .dsp-history-item {
    position: relative;
    display: grid;
    grid-template-columns: 4.5rem 1fr;
    gap: 1.25rem;
    align-items: start;
}

.dsp-about-page .dsp-history-year {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999rem;
    background: #eef6fb;
    border: 0.0625rem solid #d7e6f0;
    color: #3f6175;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 0.25rem 0.75rem rgba(90, 126, 151, 0.08);
}

.dsp-about-page .dsp-history-content {
    position: relative;
    padding: 1rem 1.125rem;
    border: 0.0625rem solid #e4edf4;
    border-radius: 0.875rem;
    background: #fbfdff;
    box-shadow: 0 0.375rem 1rem rgba(90, 126, 151, 0.05);
}

.dsp-about-page .dsp-history-content::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.52rem;
    width: 0.9rem;
    height: 0.9rem;
    background: #fbfdff;
    border-left: 0.0625rem solid #e4edf4;
    border-bottom: 0.0625rem solid #e4edf4;
    transform: translateY(-50%) rotate(45deg);
}

.dsp-about-page .dsp-history-content p {
    margin: 0;
}

.dsp-about-page .dsp-history-item {
    position: relative;
    display: grid;
    grid-template-columns: 4.5rem 1fr;
    gap: 1.25rem;
    align-items: center; 
    margin-bottom: 2%;
}

/*Cod de conduita*/
.cod-conduita-page .cod-single-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;

    max-width: 64rem;
    margin: 0 auto;
    padding: 1.4rem 2.4rem;
    border-radius: 1rem;

    background: linear-gradient(
        135deg,
        #f7fbfe 0%,
        #eef6fb 100%
    );

    border: 0.0625rem solid #d9e7ef;
    box-shadow: 0 0.5rem 1.25rem rgba(80, 120, 150, 0.08);
    overflow: hidden;
}

.cod-conduita-page .cod-single-card::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        120deg,
        transparent 0%,
        transparent 40%,
        rgba(111, 174, 187, 0.18) 55%,
        rgba(111, 174, 187, 0.12) 65%,
        transparent 80%
    );

    opacity: 0.5;
    pointer-events: none;
}

.cod-conduita-page .cod-single-card::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        200deg,
        transparent 0%,
        rgba(180, 210, 225, 0.25) 35%,
        transparent 60%
    );

    opacity: 0.4;
    pointer-events: none;
}

.cod-conduita-page .cod-left,
.cod-conduita-page .cod-right {
    position: relative;
    z-index: 1;
}

.cod-conduita-page .cod-left h2 {
    margin: 0;
    color: #2f6f95;
    font-size: 1.3rem;
}

/* butoane */
.cod-conduita-page .cod-right {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.cod-conduita-page .cod-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.85rem;
    border-radius: 0.55rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cod-conduita-page .cod-icon {
    font-size: 0.85rem;
}

/* vezi */
.cod-conduita-page .cod-btn-view {
    background: rgba(255, 255, 255, 0.85);
    color: #2f6f95;
    border: 0.0625rem solid #cfe3f1;
}

.cod-conduita-page .cod-btn-view:hover {
    background: #ffffff;
}

/* download */
.cod-conduita-page .cod-btn-download {
    background: rgba(255, 255, 255, 0.8);
    color: #3f6175;
    border: 0.0625rem solid #d6e6f0;
}

.cod-conduita-page .cod-btn-download:hover {
    background: #ffffff;
}

/*Organigrama*/
.organigrama-page .organigrama-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.organigrama-page .organigrama-image {
    max-width: 100%;
    width: 49rem;
    height: auto;
    border-radius: 0.875rem;
    border: 0.0625rem solid #d9e7ef;
    box-shadow: 0 0.5rem 1.25rem rgba(80, 120, 150, 0.08);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.organigrama-page .organigrama-image:hover {
    transform: translateY(-0.125rem);
    box-shadow: 0 0.75rem 1.5rem rgba(80, 120, 150, 0.12);
}

.organigrama-page .organigrama-link {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #2f6f95;
    text-decoration: none;
    transition: color 0.2s ease;
}

.organigrama-page .organigrama-link:hover {
    color: #1e5d7a;
    text-decoration: underline;
}

.organigrama-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(15, 23, 42, 0.78);
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.organigrama-modal-box {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organigrama-modal-image {
    display: block;
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.28);
}

.organigrama-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.organigrama-close:hover {
    background: rgba(0, 0, 0, 0.82);
    transform: scale(1.04);
}

/*Sedii care nu se mai foloseste*/
.sedii-page .sediu-block {
    margin-top: 2.5rem;
    padding-top: 0.5rem;
}

.sedii-page .sediu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid #e5edf4;
}
 .sedii-page .sediu-label {
    display: inline-block;
    margin-bottom: 0.4rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3a3a3a;
    padding-left: 0.5rem;
    border-left: 3px solid #a8c3cf; /* singurul accent */
}

.sedii-page .sediu-title {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.35;
    font-weight: 700;
    color: #2a353f;
}

.sedii-page .sediu-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

.sedii-page .sediu-grid-full {
    grid-template-columns: 1fr;
}

.sedii-page .sediu-card {
    position: relative;
    padding: 1.25rem 1.25rem 1.15rem;
    border: 0.0625rem solid #e3edf5;
    border-radius: 0.9rem;
    /* background:
        linear-gradient(135deg, rgba(239, 247, 251, 0.95) 0%, rgba(255, 255, 255, 1) 100%); */
    box-shadow: 0 0.4rem 1rem rgba(80, 120, 150, 0.06);
    overflow: hidden;
}

.sedii-page .sediu-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(125deg, transparent 0%, transparent 72%, rgba(111, 174, 187, 0.08) 82%, transparent 100%),
        linear-gradient(190deg, transparent 0%, rgba(191, 221, 234, 0.12) 18%, transparent 40%);
    pointer-events: none;
}

.sedii-page .sediu-card > * {
    position: relative;
    z-index: 1;
}

.sedii-page .sediu-card-full {
    padding: 1.4rem 1.4rem 1.2rem;
}

.sedii-page .sediu-contact-list {
    display: grid;
    gap: 0.45rem;
}

.sedii-page .sediu-contact-list p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
    color: #586975;
}

.sedii-page .sediu-contact-list a,
.sedii-page .epi-table a {
    color: #2a7fa3;
    text-decoration: none;
    font-weight: 600;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.sedii-page .sediu-contact-list a:hover,
.sedii-page .epi-table a:hover {
    color: #1e5d7a;
}

.sedii-page .inline-doc-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.sedii-page .inline-doc-link::before {
    content: "↗";
    color: #5f9eab;
    font-size: 0.9rem;
}

.sedii-page .epi-table {
    display: grid;
    gap: 0.7rem;
    margin-top: 0.4rem;
}

.sedii-page .epi-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
    padding: 0.55rem 0;
    border-bottom: 0.0625rem solid #edf3f7;
}

.sedii-page .epi-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sedii-page .epi-left,
.sedii-page .epi-right {
    font-size: 1rem;
    line-height: 1.7;
    color: #586975;
}

.sedii-page .epi-right {
    text-align: right;
    white-space: nowrap;
}

.sedii-page .card-title {
    color: #2a353f;
} 

/*Legislatie*/
.legislatie-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 24px 40px;
}

.legislatie-container .main-title {
    text-align: center;
    margin-bottom: 32px;
}

.legislatie-container .sediu-block {
    margin-top: 2.5rem;
}

.legislatie-container .sediu-header {
    margin-bottom: 1.5rem;
}

.legislatie-container .sediu-title {
    max-width: 900px;
}

.legislatie-container .sediu-grid {
    margin-top: 0.5rem;
}

.legislatie-container .sediu-card {
    background: #ffffff;
}

.legislatie-container .sediu-card-full {
    max-width: 100%;
}

.legislatie-container .sediu-contact-list {
    max-width: 850px;
}

.legislatie-container .sediu-contact-list p {
    position: relative;
    padding-left: 14px;
}

.legislatie-container .sediu-card-full .sediu-contact-list p::before,
.legislatie-container .sediu-card .sediu-contact-list p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    background: #7fa6b8;
    transform: rotate(45deg);
    border-radius: 1px;
}

.legislatie-container .sediu-grid.macheta .sediu-card .sediu-contact-list p::before {
    display: none;
}

/*Raport anual de activitate*/
.rapoarte-page {
    padding-top: 2rem;
}

.rapoarte-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 19rem;
}

.rapoarte-list li {
    margin-bottom: 0.5rem;
}

.rapoarte-list a {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.6rem;
    border-radius: 0.4rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #2f556b;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.rapoarte-list a:hover {
    background: #f3f7fa;
    color: #1f3d4d;
}

.rapoarte-list li {
    border-bottom: 1px solid #edf2f6;
    padding: 0.6rem 0;
}

.rapoarte-list li:last-child {
    border-bottom: none;
}

/*Tarife*/
.tarife-modern-page {
    padding-top: 2rem;
}

.tarife-modern-page .container {
    max-width: 58rem;
}

.tarife-modern-section {
    padding: 1.5rem 1.5rem 1.35rem;
    border: 0.0625rem solid #e4eaee;
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 0.35rem 1rem rgba(64, 84, 102, 0.05);
}

.tarife-modern-section + .tarife-modern-section {
    margin-top: 1.5rem;
}

.tarife-modern-header {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.95rem;
    border-bottom: 0.0625rem solid #eef2f5;
}

.tarife-modern-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 3rem;
    padding: 0 0.65rem;
    border-radius: 0.55rem;
    background: #edf3f6;
    border: 0.0625rem solid #d9e3e8;
    color: #334a5a;
    font-size: 0.95rem;
    font-weight: 700;
    flex-shrink: 0;
}

.tarife-modern-headtext .section-title {
    margin: 0 0 0.25rem;
    color: #1f2933;
}

.tarife-modern-headtext p {
    margin: 0;
    color: #5f6d78;
    font-size: 1rem;
    line-height: 1.65;
}

.tarife-modern-list {
    display: grid;
    gap: 0.7rem;
}

.tarife-modern-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
    padding: 0.95rem 1rem;
    border: 0.0625rem solid #ebeff2;
    border-radius: 0.65rem;
    background: #fafcfd;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.tarife-modern-row:hover {
    border-color: #dde5ea;
    background: #f7fafb;
}

.tarife-modern-name {
    font-size: 1.05rem;
    line-height: 1.65;
    font-weight: 600;
    color: #2f3943;
}

.tarife-modern-value {
    font-size: 1.05rem;
    line-height: 1.65;
    font-weight: 700;
    color: #3b5263;
    white-space: nowrap;
}

.tarife-modern-note {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 0.0625rem solid #eef2f5;
}

.tarife-modern-note p {
    margin: 0;
    color: #667580;
    font-size: 0.98rem;
    line-height: 1.65;
}

.tarife-modern-link {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 0.0625rem solid #eef2f5;
}

.tarife-modern-link a {
    color: #35576b;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tarife-modern-link a:hover {
    color: #1f3b4c;
}

/*Examene si concursuri*/
.anunturi-details-page {
    padding: 2rem 0 3rem;
}

.anunturi-details-page .container {
    max-width: 62rem;
    margin: 0 auto;
}

.anunturi-details-list {
    max-width: 54rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.anunt-item {
    position: relative;
    border: 0.0625rem solid #dbe7ef;
    border-radius: 0.75rem;

    background: #ffffff;

    box-shadow: 0 0.25rem 0.7rem rgba(90, 126, 151, 0.05);
    overflow: hidden;
}

/* bleu*/
.anunt-item::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(180, 210, 230, 0.45) 0%,
        rgba(180, 210, 230, 0.25) 12%,
        rgba(180, 210, 230, 0.12) 22%,
        rgba(180, 210, 230, 0.05) 32%,
        rgba(180, 210, 230, 0.00) 48%
    );

    pointer-events: none;
} 



 .anunt-item[open]::before {
   content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    
    background: rgba(220, 235, 245, 0.4); /* subtil, dar vizibil */
    
    box-shadow: 
        0 4px 12px rgba(100, 140, 170, 0.12),
        0 0 20px rgba(150, 190, 220, 0.15);

    z-index: -1;
    /* background: linear-gradient(
        to bottom,
        rgba(190, 215, 235, 0.35) 0%,
        rgba(190, 215, 235, 0.22) 30%,
        rgba(190, 215, 235, 0.12) 55%,
        rgba(190, 215, 235, 0.06) 75%,
        rgba(190, 215, 235, 0.02) 90%,
        rgba(190, 215, 235, 0.00) 100%
    );

    box-shadow: inset 0 0.75rem 1.5rem rgba(170, 205, 230, 0.18); */
}

/*portocaliu*/
/* .anunt-item::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(200, 225, 240, 0.28) 0%,
        rgba(200, 225, 240, 0.18) 25%,
        rgba(200, 225, 240, 0.10) 50%,
        rgba(200, 225, 240, 0.05) 70%,
        rgba(200, 225, 240, 0.02) 85%,
        rgba(200, 225, 240, 0.00) 100%
    );

  
    box-shadow: inset 0 0.625rem 1.25rem rgba(180, 210, 230, 0.12);

    pointer-events: none;
}

.anunt-item::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.75) 0%,
        rgba(255, 255, 255, 0.55) 25%,
        rgba(255, 255, 255, 0.25) 60%,
        rgba(255, 255, 255, 0.05) 85%,
        rgba(255, 255, 255, 0.00) 100%
    );

    
    box-shadow: 
        inset 0 1.5rem 2.5rem rgba(255, 255, 255, 0.65),
        inset 0 0.3rem 0.6rem rgba(220, 200, 180, 0.25);

    pointer-events: none;
}
.anunt-item[open]::before {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(255, 255, 255, 0.65) 30%,
        rgba(255, 255, 255, 0.30) 65%,
        rgba(255, 255, 255, 0.08) 90%,
        rgba(255, 255, 255, 0.00) 100%
    );

    box-shadow: 
        inset 0 2rem 3rem rgba(255, 255, 255, 0.75);
} */



/* SUMMARY */
.anunt-item summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 1rem 3.5rem 1rem 2rem;

    font-size: 1.1rem;
    font-weight: 500;
    color: #2f3e46;
    line-height: 1.65;
}

/* scoate marker default */
.anunt-item summary::-webkit-details-marker {
    display: none;
}

/* CERCUL CU PLUS */
.anunt-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);

    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.25rem;
    font-weight: 500;

    color: #5f8fa6;

    background: linear-gradient(
        145deg,
        #eef5fb 0%,
        #dfeaf2 100%
    );

    border: 0.0625rem solid #cfdde7;

    box-shadow: 
        inset 0 0.0625rem 0 rgba(255,255,255,0.7),
        0 0.125rem 0.25rem rgba(0,0,0,0.05);

    transition: all 0.2s ease;
}
 .anunt-summary::after {
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;

    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;

    /* culoare nouă */
    background: linear-gradient(
        145deg,
        #eef6fb,
        #dbeaf4
    );
    color: #5f8ea8;
    font-size: 1.3rem;
    font-weight: 500;
    box-shadow:
        0 4px 10px rgba(140, 170, 190, 0.18),
        inset 0 1px 2px rgba(255,255,255,0.8);

    transition: all 0.2s ease;
}

.anunt-item:hover summary::after {
    background: linear-gradient(
        145deg,
        #e6f0f7 0%,
        #d4e5f0 100%
    );
}

.anunt-item[open] summary::after {
    content: "–";
    color: #4e7f96;
}

.anunt-content {
    padding: 0.85rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.anunt-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 1rem;
}

.anunt-content a,
.dspmb-runos-section a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.9;
    color: #2f5f7a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.anunt-content a:hover {
    color: #1f3f52;
}

/*Lista furnizori servicii suspendati*/
.page-prestatori {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 16px 60px;
}

.page-prestatori .page-hero {
  text-align: center;
  padding: 10px 0 18px;
}

.page-prestatori .page-lead {
  margin: 12px auto 0;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.6;
  color: #52606d;
}

.page-prestatori .quick-links {
  margin: 14px auto 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-prestatori .q-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  color: #2F758A;
  border: 1px solid rgba(63, 143, 166, 0.35);
  background: rgba(155, 206, 219, 0.18);
  transition: transform 0.08s ease, background 0.15s ease, border-color 0.15s ease;
}

.page-prestatori .q-link:hover {
  border-color: rgba(63, 143, 166, 0.55);
  background: rgba(155, 206, 219, 0.28);
  transform: translateY(-1px);
}

.page-prestatori .q-link:active {
  transform: translateY(0);
}

.page-prestatori .list-card {
  margin-top: 18px;
  border: 1px solid #e6edf2;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(155, 206, 219, 0.12) 0%, rgba(255, 255, 255, 0.98) 70%);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  padding: 16px;
}

.page-prestatori .card-title {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #2E4A63;
  font-weight: 900;
}

.page-prestatori .provider-list {
  margin: 0;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-prestatori .provider-list li {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 14px;
  padding: 12px 12px;
  color: #334155;
  line-height: 1.6;
  font-weight: 600;
}

.page-prestatori .provider-list .name {
  font-weight: 900;
  color: #2E4A63;
}

.page-prestatori .filter-bar {
  margin: 16px auto 0;
  max-width: 980px;
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;

  padding: 14px;
  border-radius: 16px;
  border: 1px solid #e6edf2;
  background: linear-gradient(180deg, rgba(155, 206, 219, 0.12) 0%, rgba(255, 255, 255, 0.98) 70%);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.page-prestatori .search-wrap {
  min-width: 260px;
  flex: 1;
}

.page-prestatori .search-label {
  display: block;
  font-weight: 900;
  font-size: 13px;
  color: #2E4A63;
  margin-bottom: 6px;
}

.page-prestatori .search-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #eef2f6;
  background: #ffffff;
  font-size: 14.5px;
  font-weight: 700;
  color: #334155;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.page-prestatori .search-input:focus {
  border-color: rgba(63, 143, 166, 0.55);
  box-shadow: 0 0 0 4px rgba(155, 206, 219, 0.22);
}

.page-prestatori .count-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid #eef2f6;
  background: #ffffff;
  font-weight: 900;
}

.page-prestatori .count-label {
  color: #52606d;
  font-size: 13px;
}

.page-prestatori .count-val {
  color: #2E4A63;
  font-size: 14px;
}

.page-prestatori .no-results {
  display: none;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(63, 143, 166, 0.22);
  background: rgba(155, 206, 219, 0.14);
  color: #344A57;
  font-weight: 700;
  line-height: 1.6;
}

/*Declaratii de avere si de interese*/
.declaratii {
  max-width: 60rem;
  margin: 0 auto;
  padding: 28px 16px 60px;
}

.declaratii .acc {
  padding: 0 0.5% 0 2%;
  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);
}

.declaratii 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);
}

.declaratii .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;
}

.declaratii .acc__summary::-webkit-details-marker {
  display: none;
}

.declaratii .acc__title {
  font-weight: 800;
  color: #2E4A63;
  font-size: 16px;
  line-height: 1.3;
}



.declaratii .acc__summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 11.5fr 1fr;
  gap: 12px;
  padding: 16px 21px;
  user-select: none;
}

.declaratii .acc__summary::-webkit-details-marker {
  display: none;
}


.declaratii .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;
}


.declaratii .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;
}


.declaratii .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;
}


.declaratii .acc__summary:hover .acc__icon {
  border-color: rgba(63, 143, 166, 0.45);
  background: rgba(155, 206, 219, 0.26);
}


.declaratii details[open] .acc__icon {
  transform: rotate(180deg);
}

.declaratii details[open] .acc__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}

.declaratii .acc__content {
  border-top: 1px solid #eef2f6;
  padding: 14px 16px 16px;

  display: flex;
  flex-direction: column;
  gap: 13px;
}

.declaratii .acc__content .doc-link {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  line-height: 1.5;
  color: #3F8FA6;
  font-weight: 700;
}

.declaratii .acc__content .doc-link:hover {
  color: #2F758A;
}

/*Buget, bilanțuri și execuție bugetară*/
.buget .wrap {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  max-width: 62rem;
  /* margin: 2% auto; */
  margin: 2% 0 2% 22%;
}

.buget .page-title {
  font-size: 28px;
  font-weight: 900;
  color: #2C6E91;
  text-align: left;
  margin-left: 5px;
}

.buget .page-title+.rule {
  height: 4px;
  width: 18%;
  background: #2C6E91;
  opacity: .55;
  border-radius: 3px;
  margin: 8px 0 22px 5px;
}

.buget .report {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e6eef3;
  border-radius: 12px;
  padding: 14px 16px;
  transition: box-shadow .2s ease, border-color .2s ease;
}

.buget .report:hover {
  box-shadow: 0 10px 22px rgba(9, 44, 64, .12);
  border-color: #d6e6ef;
}

.buget .report a.title {
  font-weight: 900;
  color: #1581e0;
  text-decoration: none;
  text-underline-offset: 3px;
}

.buget .report a.title:hover {
  color: #29a3ff;
}

.buget .report .more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #344e5a;
  text-decoration: none;
}

.buget .declaratii details {
  width: 81%;
}

.buget h3 {
  color:rgba(0,0,0,0.711);
}

/*Avize/Autorizari*/
.page-wrap-avize {
  margin: 0 auto;
  padding: 28px 16px 60px;
  margin-top: 3%;
}

.avize {
  max-width: 60rem;
  margin: 0 auto;
  padding: 28px 16px 60px;
}

.avize .page-lead {
  margin: 12px auto 0;
  max-width: 820px;
  font-size: 16px;
  line-height: 1.6;
  color: #52606d;
}

.avize .acc {
  padding: 0 0.5% 0 2%;
  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);
}

.avize h3 {
  margin: 3%;
  color: rgba(0, 0, 0, 0.711);
  font-size: 1.3rem;
}

.avize {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 16px 60px;
}

.avize .info-box {
  border: 1px solid #e6edf2;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(155, 206, 219, 0.14) 0%, rgba(255, 255, 255, 0.98) 70%);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  width: 90%;
  margin: 2% auto 0 auto;
}

.avize .info-box__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px 12px;
}

.avize .info-box__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(155, 206, 219, 0.28);
  border: 1px solid rgba(63, 143, 166, 0.28);
  color: #2E4A63;

  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  flex: 0 0 auto;
}

.avize .info-box__title {
  font-size: 18px;
  font-weight: 900;
  color: #2E4A63;
}

.avize .info-box__body {
  padding: 0 16px 16px;
  background: rgba(255, 255, 255, 0.70);
  border-top: 1px solid #eef2f6;
}

.avize .info-box__body p {
  margin: 12px 0 0 0;
  color: #334155;
  line-height: 1.75;
  font-size: 15px;
  font-weight: 600;
}

.avize .inline-link {
  color: #2F758A;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.avize .inline-link:hover {
  color: #2C5A6D;
}

.avize .divider {
  margin: 14px 0 10px;
  height: 1px;
  background: #eef2f6;
}

.avize .section-title {
  margin: 12px 0 8px;
  font-size: 16px;
  font-weight: 900;
  color: #0f172a;
}

.avize .doc-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.avize .doc-list li {
  position: relative;
  padding-left: 22px;
  margin: 0;
  color: #2E4A63;
  /* font-weight:700; */
}

.avize .doc-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(63, 143, 166, 0.65);
}

.avize .doc-link {
  display: inline-block;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  color: #2F758A;
  font-weight: 700;
}

.avize .doc-link:hover {

  color: #3F8FA6;
}

.dsp-homecare-auth {
    padding: 18px 0;
    color: #1f2933;
    font-size: 16px;
    line-height: 1.65;
}

.dsp-homecare-auth__paragraph {
    margin: 0 0 16px;
}

.dsp-homecare-auth__list {
    margin: 0 0 18px;
    padding-left: 24px;
    list-style-type: lower-alpha;
}

.dsp-homecare-auth__list li {
    margin-bottom: 8px;
}

.dsp-homecare-auth__notice {
    margin: 18px 0;
    padding: 14px 16px;
    border-left: 4px solid #b91c1c;
    background-color: #fef2f2;
    font-weight: 600;
}

.dsp-homecare-auth__downloads {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.dsp-homecare-auth__download-link {
    display: inline-block;
    color: #0b5cad;
    font-weight: 600;
    text-decoration: none;
}

.dsp-homecare-auth__download-link:hover {
    text-decoration: underline;
}

.anunturi-details-list h5 {
  margin-top: 1%;
}

.anunt-content .info-p {
    color: #2f5d8a;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}



/*Resurse umane*/
.dspmb-runos-extra {
    margin-top: 26px;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
    border-top: 1px solid #c8d8e4;
    border-radius: 10px;
}

.dspmb-runos-extra .dspmb-runos-section {
    margin-bottom: 22px;
    padding: 0 0 18px 14px;
    border-bottom: 1px solid rgba(120, 160, 190, 0.18);
}

.dspmb-runos-extra .dspmb-runos-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    /* color: #4f7fa6; */
    color: #244e73;
    letter-spacing: 0.1px;
}

.dspmb-runos-extra .dspmb-runos-text {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.75;
    color: #5d7f9b;
}

.dspmb-runos-extra .dspmb-runos-note {
    margin: 12px 0 0;
    padding: 10px 14px;
    border-left: 3px solid #a8c3d8;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.7;
    color: #5d7f9b;
}

.dspmb-runos-extra .dspmb-runos-list {
    margin: 10px 0 0;
    padding: 0 0 0 2px;
    list-style: none;
}

.dspmb-runos-extra .dspmb-runos-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 34px;
    font-size: 14px;
    line-height: 1.75;
    color: #5d7f9b;
}

.dspmb-runos-extra .dspmb-runos-list li::before {
    content: "✦";
    position: absolute;
    left: 2px;
    top: 0;
    color: #7fa6c5;
    font-size: 12px;
    line-height: 1.9;
}

.dspmb-runos-extra .dspmb-runos-section:last-child {
    border-bottom: none;
    background-image: none;
    padding-bottom: 0;
}

.dspmb-runos-notice .dspmb-runos-section {
    padding-top: 6px;
    padding-left: 18px;
    padding-right: 8px;
}

.dspmb-runos-notice-title {
    margin-bottom: 14px;
    color: #24557d;
    font-size: 17px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.dspmb-runos-notice .dspmb-runos-text {
    color: #3f6383;
    font-size: 15px;
    line-height: 1.9;
}

.dspmb-runos-notice-intro {
    margin-bottom: 10px;
    color: #2f5d84;
    font-weight: 600;
}

.dspmb-runos-contact-line {
    margin-top: 16px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(173, 198, 219, 0.45);
    border-radius: 10px;
}

.dspmb-runos-contact-label {
    color: #2f5d84;
    font-weight: 600;
}

.dspmb-runos-phone-link {
    color: #2d6c9c;
    font-weight: 700;
    text-decoration: none;
    margin-left: 4px;
}

.dspmb-runos-phone-link:hover {
    color: #1f5379;
    text-decoration: underline;
}

.dspmb-runos-contact-sep {
    margin: 0 10px;
    color: #86a8c4;
}

.dspmb-runos-contact-ext {
    margin-left: 6px;
    color: #5a7b98;
    font-weight: 600;
}

/*Rezidenti a doua specialitate*/
.dspmb-cert-page {
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 20px 40px;
}

.dspmb-cert-hero {
    margin-bottom: 18px;
    padding: 10px 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.dspmb-cert-kicker {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #6f8ea8;
}

.dspmb-cert-main-title {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #1d527c;
}

.dspmb-cert-subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #517694;
    font-weight: 500;
}

.dspmb-runos-extra {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.dspmb-runos-extra .dspmb-runos-section {
    margin-bottom: 24px;
    /* padding: 0 0 22px; */
    border-bottom: 1px solid rgba(145, 176, 202, 0.18);
}

.dspmb-runos-extra .dspmb-runos-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.dspmb-runos-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #24557d;
}

.dspmb-runos-text {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.9;
    color: #456b8d;
}

.dspmb-runos-label {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef5fa;
    color: #2f628a;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.dspmb-runos-list {
    margin: 10px 0 14px;
    padding: 0;
    list-style: none;
}

.dspmb-runos-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.85;
    color: #456b8d;
}

.dspmb-runos-list li:last-child {
    margin-bottom: 0;
}

.dspmb-runos-extra .dspmb-runos-list li::before {
    content: "✦";
    position: absolute;
    left: 2px;
    top: 0;
    color: #7fa6c5;
    font-size: 12px;
    line-height: 1.9;
}

.dspmb-cert-links {
    display: grid;
    gap: 6px;
    margin: 8px 0 16px;
}

.dspmb-cert-link {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    padding: 4px 0;
    border-radius: 0;
    text-decoration: none;
    color: #4a7596;
    font-size: 15px;
    line-height: 1.65;
    transition: color 0.2s ease, transform 0.2s ease;
}

.dspmb-cert-link:hover {
    color: #234f74;
    transform: translateX(2px);
    background: transparent;
}

.dspmb-cert-link-guide {
    font-weight: 600;
}

/* sectiunea Adeverinta + Model cerere mai interesanta */
.dspmb-runos-section:nth-of-type(2) {
    position: relative;
    padding: 18px 20px 20px;
    border: 1px solid rgba(173, 198, 219, 0.28);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(251, 253, 255, 0.95) 0%, rgba(244, 249, 253, 0.95) 100%);
    box-shadow:
        0 8px 24px rgba(120, 160, 190, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.dspmb-runos-section:nth-of-type(2) .dspmb-runos-title:first-child {
    position: relative;
    padding-left: 16px;
}

.dspmb-runos-section:nth-of-type(2) .dspmb-runos-title:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #7ea8c7 0%, #b8d0e2 100%);
}

.dspmb-runos-section:nth-of-type(2) .dspmb-runos-title + .dspmb-runos-title {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(145, 176, 202, 0.18);
    letter-spacing: 2px;
    font-size: 15px;
    color: #5d7f99;
}

.cod-parafa-page .dspmb-runos-extra{
    padding-left: 28px;
}

/*Listă furnizori servicii sănătate*/
.furnizori-page {
    padding: 30px 0 60px;
    /* background: linear-gradient(to bottom, #f5f8fc 0%, #eef4f9 100%); */
}

.furnizori-section {
    width: 100%;
}

.furnizori-container {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
}

.furnizori-grid {
  display: flex;
  justify-content: space-between;
}

.furnizor-link {
  width: 38rem;
  height: 2rem;
  margin-bottom: 5%;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 20px;
    background: linear-gradient(to bottom, #ffffff 0%, #f4f8fc 100%);
    border: 1px solid #d6e2ec;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.furnizor-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(26, 79, 117, 0.12);
    border-color: #9fc5dd;
}

.furnizor-text {
    position: relative;
    color: #0b5f86;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.45;
    padding-right: 30px;
}

/* underline animat */
.furnizor-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #2f8fbe;
    transition: width 0.25s ease;
}

.furnizor-link:hover .furnizor-text::after {
    width: 100%;
}

/* sageata pentru link */
.furnizor-link::after {
    content: "→";
    position: absolute;
    right: 18px;
    font-size: 1.2rem;
    color: #2f8fbe;
    opacity: 0.6;
    transition: all 0.2s ease;
}


.link-pdf::after {
    content: "⇩";
    color: #c23b3b;
}

/* animatie hover */
.furnizor-link:hover::after {
    transform: translateX(4px);
    opacity: 1;
}

.dropbtn a,
.header_bottom_left a {
  text-decoration: none;
}

/* TARGET DOAR inner details (certificate-details) */
.anunturi-details-page details.certificate-details > summary {
    list-style: none !important;
    cursor: pointer;
    position: relative;
    padding-right: 50px !important;
}

/* scoate iconul default complet */
.anunturi-details-page details.certificate-details > summary::-webkit-details-marker {
    display: none !important;
}

.anunturi-details-page details.certificate-details > summary::marker {
    content: "" !important;
}

/* BUTONUL + */
.anunturi-details-page details.certificate-details > summary::after {
    content: "+" !important;

    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);

    width: 32px;
    height: 32px;
    border-radius: 50%;

    background: #e3e8ee !important;
    color: #2c3e50 !important;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: bold;

    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* CÂND E DESCHIS -> MINUS */
.anunturi-details-page details.certificate-details[open] > summary::after {
    content: "−" !important;
}

/* Card pentru details-ul interior */
.anunturi-details-page details.certificate-details {
    background: #f4f8fb !important;
    border: 1px solid #d9e6ef !important;
    border-radius: 16px !important;
    margin: 8px 0 !important;
    padding: 0 !important;
    box-shadow: 0 4px 14px rgba(20, 60, 90, 0.08) !important;
    overflow: hidden;
}

/* Header-ul Anul 2026 */
.anunturi-details-page details.certificate-details > summary {
    padding: 18px 60px 18px 24px !important;
    background: #eef6fb !important;
    border-radius: 16px !important;
    color: #12395a !important;
    font-weight: 600 !important;
}

/* Când este deschis, colțurile de jos ale summary-ului dispar */
.anunturi-details-page details.certificate-details[open] > summary {
    border-bottom: 1px solid #d9e6ef !important;
    border-radius: 16px 16px 0 0 !important;
}

/* Conținutul din interior */
.anunturi-details-page details.certificate-details > .certificate-content {
    background: #ffffff !important;
    padding: 18px 24px 22px !important;
}

/* Linkurile din interior */
.anunturi-details-page details.certificate-details > .certificate-content a {
    display: block !important;
    padding: 8px 0 !important;
}

/*Comisia de malpraxis*/
.malpraxis-heading{
    position:relative;

    margin-bottom:2.5rem;
    padding-left:1.5rem;
    padding-bottom:1.5rem;

    border-bottom:1px solid rgba(79,111,148,.12);
}

.malpraxis-heading::before{
    content:"";

    position:absolute;
    left:0;
    top:0;

    width:4px;
    height:60px;

    background:#2F6F86;
}

.malpraxis-kicker{
    margin-bottom:.5rem;
    color:#667892;
    font-size:.9rem;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.malpraxis-subtitle{
    margin:0;
    color:#1F3552;
    font-size:1.1rem;
    font-weight:500;
}

.malpraxis-section{
    margin-bottom:2.25rem;
    border-bottom:1px solid rgba(79,111,148,.08);
}

.malpraxis-section:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}

.malpraxis-articol{
    margin-bottom:1rem;

    color:#2F6F86;
    font-size:1.15rem;
    font-weight:700;
    letter-spacing:.02em;
}

.malpraxis-section p{
    margin-bottom:1rem;

    color:#3E556F;
    line-height:1.8;
}

.malpraxis-section .patologii-list{
    display:block;
    margin-top:1rem;
}

.malpraxis-section .patologii-list li{
    margin-bottom:.9rem;
}

.malpraxis-section .patologii-list li::before{
    content:"▸";
    color:#2F6F86;
    font-weight:700;
    margin-right:.75rem;
}

/*Medicina muncii*/
.medicina-muncii {
    max-width: 1100px;
    margin: 0 auto;
    padding: 55px 20px 70px;
    color: #333333;
}

.medicina-muncii__hero {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
}

.medicina-muncii__hero::before {
    content: "";
    width: 4px;
    height: 48px;
    background-color: #2a7da8;
    display: block;
    margin-top: 4px;
}

.medicina-muncii__hero-text {
    max-width: 950px;
}

.medicina-muncii__title {
    margin: 0 0 6px;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #6f7f8f;
    font-weight: 600;
}

.medicina-muncii__intro {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #1f2d3d;
}

.medicina-muncii__card {
    background: #ffffff;
    border-radius: 8px;
    padding: 34px 38px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    border-top: 5px solid #00627f;
}

.medicina-muncii__subtitle {
    margin: 0 0 22px;
    color: #00627f;
    font-size: 24px;
    font-weight: 700;
}

.medicina-muncii__card p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.75;
}

.medicina-muncii__list {
    margin: 20px 0 28px;
    padding: 0;
    list-style: none;
}

.medicina-muncii__list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.65;
}

.medicina-muncii__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #c9a96a;
    border-radius: 50%;
}

.medicina-muncii__notice {
    background: #eef7fa;
    border-left: 5px solid #00627f;
    padding: 18px 20px;
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
}

/*Sanatate publica*/
/*Recomandări sănătate publică*/
.info-populatie {
    width: 100%;
}

.info-populatie__intro {
    margin: 0 0 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #2c3e50;
}

.info-populatie__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-populatie__list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 0.95rem;
   color: #2c3e50;
}

.info-populatie__list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0.6em;
    font-size: 0.6rem;
    color: #9aa5b1;
}

.recomandari-title {
  margin: 6% 0 0 7%;
  font-size: 1.2rem;
  color: #2F5D73;
}

/*Studii de impact*/
.page-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 16px 60px;
}

.cadru-legislativ .page-hero {
  text-align: center;
  padding: 10px 0 26px;
}

.cadru-legislativ .page-lead {
  margin: 12px auto 0;
  max-width: 820px;
  font-size: 16px;
  line-height: 1.6;
  color: #52606d;
}

.doc {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e6edf2;
  background: #ffffff;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
  transition: transform 0.08s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.doc:hover {
  border-color: rgba(11, 107, 122, 0.35);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.doc__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  font-size: 13px;
  color: #ffffff;
  /* background: linear-gradient(135deg, #9BCEDB, blue); */
  background: linear-gradient(135deg, #5f9fd6, #2f6fb2);
  flex: 0 0 auto;
}

.doc__title {
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  font-size: 14.5px;
  flex: 1 1 auto;
  min-width: 0;
}

.doc__meta {
  color: #9BCEDB;
  font-weight: 800;
  font-size: 13px;
  flex: 0 0 auto;
}

.cadru-legislativ .list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.cadru-legislativ .list li {
  position: relative;
  padding-left: 22px;
  margin: 6px 0;
}

.cadru-legislativ .list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9BCEDB;
}

.docs-studii {
 display: grid;
 grid-template-columns: 1fr;
 gap: 12px;
}

/*Ziua apei*/
.ziua-apei {
  width: 100%;
}

/* randul de sus: strict 2 coloane */
.ziua-apei .top-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  margin-bottom: 35px;
}

/* coloana text stanga */
.ziua-apei .top-section .left {
  flex: 1 1 65%;
  max-width: 65%;
}

/* coloana dreapta: poza + link */
.ziua-apei .top-section .right {
  flex: 0 0 320px;
  max-width: 320px;
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* jos: full width, sub tot randul de sus */
.ziua-apei .bottom-section {
  display: block;
  width: 100%;
  clear: both;
  flex-basis: 100%;
  max-width: 100%;
}

/* paragrafe */
.ziua-apei p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 18px 0;
  text-align: justify;
}

/* liste */
.ziua-apei ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 20px 0;
}

.ziua-apei ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.7;
}

.ziua-apei ul li::before {
  content: "💧";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.7;
}

/* imagine */
.ziua-apei .dsp-card {
  width: 100%;
  margin: 0;
}

.ziua-apei .dsp-card__img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  border-radius: 14px;
  cursor: pointer;
}

/* link */
.ziua-apei .bottom-section a {
  display: inline-block;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #0070c9;
}

.ziua-apei .bottom-section a:hover {
  text-decoration: underline;
}

.dsp-wrap {
  max-width: 1100px;
  margin: 40px auto 70px;
  padding: 0 18px;
}

.grid-images {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.grid-images img {
  height: auto;
}


.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.modal img {
  max-width: 90%;
  max-height: 90%;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem;
}

.prev { left: 20px; }
.next { right: 20px; }

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}
.carousel-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.carousel-img {
  max-width: 90%;
  max-height: 90%;
}

.carousel-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: transparent;
  border: none;
  font-size: 50px;
  cursor: pointer;
  padding: 20px;
}

.carousel-prev {
  left: 20px;
}

.carousel-next {
  right: 20px;
}

.carousel-close {
  position: fixed;
  top: 42px;
  right: 35px;
  z-index: 99999;
  background: transparent;
  border: 0;
  color: white;
  font-size: 45px;
  cursor: pointer;
}

/*Depunere documente*/
.depunere-documente {
    text-align: center;
    margin: 40px 0;
}

.depunere-documente-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    background: #09a51f;
    color: white;

    padding: 15px 40px;

    font-size: 25px;
    font-weight: bold;

    text-decoration: none;

    border-radius: 15px;

    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);

    transition: 0.2s ease;
}

.depunere-documente-btn:hover {
    background: #0bb322;
    transform: translateY(-2px);
}

.depunere-documente-btn i {
    font-size: 24px;
}

.certificate-link {
  font-size:1.2rem !important;
  background-color: transparent !important;
}

.wdth-17 {
  display: inline-block;
  width:17rem !important;
}

.grid-3 {
    display: block !important;
    grid-template-columns: unset !important;

    column-count: 3;
    column-gap: 30px;
}

.grid-3 > a {
   display: block !important;
    width: 100%;
    break-inside: avoid;
    margin-bottom: 10px;
}

/*Rapoarte*/
.rapoarte{
    padding: 1rem 0 4rem;
}

.rapoarte .container{
    width: 88%;
    margin: 0 auto;
    max-width: 1500px;
    margin: 1rem auto;
    background: #f8faff;
    padding: 2rem 5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(46, 72, 110, 0.1);
}

.rapoarte-card{
    margin-bottom: 2.5rem;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.98),
            rgba(248,250,253,.98)
        );

    border-radius: 28px;

    padding: 2rem;

    border: 1px solid rgba(79,111,148,.08);

    box-shadow:
        0 12px 34px rgba(17,24,39,.05);
}

.rapoarte-subtitle{
    margin-bottom: 1.5rem;

    font-size: 1.15rem;
    font-weight: 700;

    color: #2F6F86;
}



.rapoarte .consum-medicamente a{
    display: block;
    padding: .45rem 1.25rem;
    color: #2F6F86;
    text-decoration: none;
    transition: .2s;
}

.consum-medicamente a:last-child{
    padding-bottom: 1rem;
}

.consum-medicamente a:hover{
    color: #1f4f60;
}

.rapoarte .consum-medicamente li {
  list-style-type: none;
}

.cod-conduita-page .cod-single-card a {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  line-height: 1.5;
  color: #3F8FA6;
  font-weight: 700;
}










