@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.5rem;
  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;
}



/*margin-top */
.mt-20 {
  margin-top: 20% !important;
}

.mt-16 {
  margin-top: 16% !important;
}


.mt-10 {
  margin-top: 10% !important;
}

.mt-9 {
  margin-top: 9% !important;
}

.mt-8 {
  margin-top: 8% !important;
}

.mt-7 {
  margin-top: 7% !important;
}

.mt-6 {
  margin-top: 6% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.mt-4 {
  margin-top: 4% !important;
}

.mt-3 {
  margin-top: 3% !important;
}

.mt-2 {
  margin-top: 2% !important;
}

.mt-1 {
  margin-top: 1% !important;
}

/*margin left*/
.ml-47 {
  margin-left: 47% !important;
}

.ml-45 {
  margin-left: 45% !important;
}

.ml-36 {
  margin-left: 36%;
}

.ml-35 {
  margin-left: 35% !important;
}

.ml-25 {
  margin-left: 25%;
}

.ml-24 {
  margin-left: 24% !important;
}

.ml-23 {
  margin-left: 23%;
}

.ml-21 {
  margin-left: 21% !important;
}

.ml-15 {
  margin-left: 15%;
}

.ml-14 {
  margin-left: 14% !important;
}

.ml-13 {
  margin-left: 13% !important;
}

.ml-10 {
  margin-left: 10%;
}

.ml-9 {
  margin-left: 9%;
}

.ml-8 {
  margin-left: 8%;
}

.ml-7 {
  margin-left: 7%;
}

.ml-6 {
  margin-left: 6%;
}

.ml-5 {
  margin-left: 5% !important;
}

.ml-4 {
  margin-left: 4%;
}

.ml-3 {
  margin-left: -3rem;
}

.ml-2 {
  margin-left: 2% !important;
}

/*margin right*/
.mr-19 {
  margin-right: 19%;
}

.mr-10 {
  margin-right: 10%;
}

.mr-xxs {
  margin-right: 0.3rem;
}

/* margin bottom */
.mb-xs-rm {
  margin-bottom: 0.5rem !important;
}

.mb-xs {
  margin-bottom: 0.6% !important;
}

.mb-s {
  margin-bottom: 1%;
}

.mb-sm {
  margin-bottom: 1.5% !important;
}


.mb-2 {
  margin-bottom: 2%;
}

.mb-3 {
  margin-bottom: 3%;
}

.mb-4 {
  margin-bottom: 4%;
}

.mb-5 {
  margin-bottom: 5%;
}

.mb-6 {
  margin-bottom: 6%;
}

.mb-7 {
  margin-bottom: 7%;
}

.mb-8 {
  margin-bottom: 8%;
}

.mb-10 {
  margin-bottom: 10%;
}

.mb-12 {
  margin-bottom: 12% !important;
}

.mb-14 {
  margin-bottom: 14% !important;
}

.mb-15 {
  margin-bottom: 15%;
}

.mb-16 {
  margin-bottom: 16%;
}

.mb-17 {
  margin-bottom: 17%;
}

.mb-18 {
  margin-bottom: 18%;
}

.mb-19 {
  margin-bottom: 19%;
}

.mb-20 {
  margin-bottom: 20%;
}

.mb-25 {
  margin-bottom: 25%;
}

.mb-30 {
  margin-bottom: 30%;
}

.mb-35 {
  margin-bottom: 35%;
}

.mb-40 {
  margin-bottom: 40%;
}

.mb-50 {
  margin-bottom: 50%;
}

.mb-60 {
  margin-bottom: 50%;
}

.mb-70 {
  margin-bottom: 70%;
}

/*height*/
.hgt-25 {
  height: 25rem !important;
}

.hgt-27 {
  height: 27rem !important;
}

/*grids*/
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 1% auto;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 80%;
  margin: 0 auto;
}

.grd-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 20rem;
  justify-items: center;
}

.grd-4 {
  margin-top: 3%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 70rem;
  justify-items: center;
  margin-left: 11%;
}

.txt-center {
  text-align: center;
}

.no-info {
  text-align: center;
  margin: 4% 0;
}

.bold-6 {
  font-weight: 600;
}

/*prima pagina*/
#main {
  position: relative;
  width: 100%;
}


.slideshow {
  list-style: none;
  z-index: 0;
  height: 87vh;
}

.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/carusel/IMG-20251202-WA0008.jpg);
  animation-delay: 0s;
}

.slideshow li:nth-child(2) {
  background-image: url(../img/carusel/IMG-20251202-WA0012.jpg);
  animation-delay: 5s;
}

.slideshow li:nth-child(3) {
  background-image: url(../img/carusel/IMG-20251202-WA0024.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.32) 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;
  }



}

#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(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;
}

/*cards*/
.no-gap {
  gap: 0;
}

.middle-cards {
  display: flex;
  flex-direction: row;
  width: 70%;
  margin-top: -5rem;
  margin-left: 17%;
}

.colored-card {
  height: 25rem;
  width: 33.3%;
  position: relative;
}


.colored-card a img {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
}


.inside-div {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

.black {
  box-shadow:
    inset 0 0 1px 8.5px #dbc76c, inset 0 0 1px 8.5px #dbc76c, inset 0 0 25px rgba(0, 0, 0, 1);
}

.white {
  box-shadow:
    inset 1px 0 3px 9px #dbc76c, inset -5px 0 3px 9px #dbc76c, inset 0 0 25px rgba(255, 255, 255, 1);
}

.alta {
  box-shadow:
    inset 6px 0 3px 9px #dbc76c, inset -1px 0 3px 9px #dbc76c, inset 0 0 25px rgba(255, 255, 255, 1);
}

.colored-card img {
  width: 96%;
  height: 96%;
  object-fit: fill;
  margin: 8px;
}

.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: 14rem;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.comunicat-presa .comunicat-titlu {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a3d8f;
  margin-top: 0;
  text-align: left;
  margin-bottom: 1%;
}

.comunicat-presa .comunicat-container h3 {
  font-size: 1rem;
  margin-bottom: 0.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 #d4a638;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #d4a638,
    inset 0 -3px 6px rgba(212, 166, 56, 0.6);
  transition: background-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.btn-citeste-mai-mult:hover {
  background-color: #fff8e6;
  box-shadow: inset 0 0 0 1px #e1b649,
    inset 0 -4px 7px rgba(212, 166, 56, 0.8);
  transform: translateY(-1px);
}

.btn-citeste-mai-mult:active {
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px #c29428,
    inset 0 1px 3px rgba(0, 0, 0, 0.25);
  /* box-shadow: 0 0 0 1px #d4a638,
                0 2px 6px rgba(212, 166, 56, 0.6); */
}


/*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;
}

.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%;
  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;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* 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: 19rem;
  object-fit: cover;
  margin: 3%;
}

@keyframes fader {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/*sidelinks*/
.sidelinks {
  width: 80%;
  margin-left: 19%;
  display: flex;
}

.sidelinks-stanga {
  padding: 35px;
  text-align: left;
  /* background-color: #3065b5; */
  background-color: #C09B05;
  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;
  color: #3eb8d7;
  margin-left: 3%;
  margin-top: 1%;
}

.active,
.dot:hover {
  background-color: #717171;
}




.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;
  /* color: #3eb8d7; */
  /* color: #3065b5; */
}

.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:rgb(22,37,173);
  /* color: rgb(38,55,211); */
}

.meta_wrap a:hover {
  color: rgba(172, 174, 179, 0.7);
}

.comp {
  width: 19rem;
}

.comp-img {
  height: 12rem !important;
  width: 17.1rem !important;
}




.showclass {
  opacity: 1;
  -moz-transform: translate3d(50px, 0px, -60px);
  -webkit-transform: translate3d(50px, 0px, -60px);
  -o-transform: translate(50px, -60px);
  -ms-transform: translate(50px, -60px);
  transform: translate3d(50px, 0px, -60px);
  /* transform: translateX(15px); */
  z-index: 3
}

.hideclass {
  opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 800ms linear;

  -moz-transform: translate3d(40px, 0px, 0px);
  -webkit-transform: translate3d(40px, 0px, 0px);
  -o-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate3d(40px, 0px, 0px);
  /* transform: translateX(0px); */
  z-index: -1;
}

.side-icons {
  position: fixed;
  z-index: 2;
  left: 28.5rem;
  top: 0.6%;
  width: 65vw;
}


.asistadiv {
  z-index: 1;
  filter: alpha(opacity=100);
  height: 30px;
  background-color: #006600;
  color: white;
  text-align: center;
  align-content: center;
  border-radius: 8px;
  position: absolute;
  width: 100%;
}

#asistaclass p {
  font-size: 1.3rem;
}

.asista-iconita {
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding: 0px 20px 0px 60px;
  border-radius: 8px;
  display: block;
  font-family: "Noto Sans Mono", monospace;
}




.asista-iconita p {
 color:rgb(22,37,173);
  /* color:  #006600; */
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

.asista-iconita p:hover {
  color: green;
}

#unhide {
  display: none;
}

/* search bar */
#expand {
  color: whitesmoke;
  width: 0;
  background-color: #0046FF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding: 10px 25px 10px 15px;
  border-radius: 8px;
  border: none;
  margin: 0;
  height: 100%;

}

#expand :hover {
  color: #0000009a;
}

#unhide {
  position: fixed;
  z-index: 1;
  top: 43.4%;
  right: 40px;
  background-color: white;
}

#unhide div {
  margin: 0;
}

/* Ecrane mari (min-width: 980px) */
@media (min-width: 981px) {
  .asistadiv p {
    margin: 0;
    text-align: center;
    font-size: 1.8em;
  }
}

/* Ecrane medii (641px - 980px) */
@media (min-width: 641px) and (max-width: 980px) {
  .asistadiv p {
    margin: 0;
    text-align: center;
    font-size: 15px;
  }
}

/* Ecrane mici (max-width: 640px) */
@media (max-width: 640px) {
  .asistadiv p {
    margin: 0;
    text-align: center;
    font-size: 10px;
  }
}

#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
  }
}

/*Declaratii de avere si interese*/
.declaratii .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 20px 40px;
}

.declaratii .page-title {
  font-size: 28px;
  font-weight: 900;
  color: #2C6E91;
  text-align: left;
  margin-left: 5px;
}

.declaratii .page-title+.rule {
  height: 4px;
  width: 18%;
  background: #2C6E91;
  opacity: .55;
  border-radius: 3px;
  margin: 8px 0 22px 5px;
}

.declaratii .year {
  border: 1px solid #e3edf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(9, 44, 64, .08);
  overflow: hidden;
}

.declaratii .year {
  margin-top: 16px;
}

.declaratii .year>summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 58px 18px 18px;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  user-select: none;
  background: linear-gradient(135deg, #c8e6f1, #a9d3e2);
  color: #1f4d68;
}

.declaratii .year>summary::-webkit-details-marker {
  display: none;
}

.declaratii .year>summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .35);
  font-weight: 900;
  font-size: 18px;
}

.declaratii .year[open]>summary::after {
  content: "–";
}

.declaratii .year-content {
  padding: 16px 16px 6px;
  animation: fadeIn .18s ease;
}

@keyframes fadeIn {
  from {
    opacity: .3;
    transform: translateY(-2px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.declaratii .reports {
  display: grid;
  gap: 14px;
}

.declaratii .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;
}

.declaratii.report:hover {
  box-shadow: 0 10px 22px rgba(9, 44, 64, .12);
  border-color: #d6e6ef;
}

.declaratii .report a.title {
  font-weight: 900;
  color: #1581e0;
  text-decoration: none;
  text-underline-offset: 3px;
}

.declaratii .report a.title:hover {
  color: #29a3ff;
}

.declaratii .report .more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #344e5a;
  text-decoration: none;
}

.declaratii .report .more::after {
  content: "▸";
  transform: translateY(1px);
}

.declaratii .report .more:hover {
  color: #0b3c6d
}

/*Anunturi importante - Informatii de interes public*/
/*anunturi prima pagina*/
.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% 8%;
}

.grid-2-anunturi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 8rem;
  /* width: 68%; */
  /* margin: 2% 21%; */
}


.containerl .carte-vizita2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40%;
}

.carte-vizita2 {
  width: 23.75rem;
  height: 21rem;
  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: 20rem;
  height: 13rem;
  margin: 0 auto;
  display: block;
  padding: 3%;
  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%;
}

 .page-title {
  font-size: 28px;
  font-weight: 900;
  color: #2C6E91;
  text-align: center;
  margin-left: 5px;
} 

/*Organizare*/
.orgpage-main {
  width: 100%;
  padding: 2rem 0 4rem;

}

.orgpage-docs {
  width: 100%;
  gap: 2rem 2rem;
}

.orgpage-doc-card {
  width: 100%;
  /* min-height: 15rem; */
  height: 18rem;
  padding: 1.5rem 1.2rem;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}

.orgpage-doc-icon {
  width: 4.2rem;
  height: 4.2rem;
  margin: 0 auto 1rem auto;
  border-radius: 50%;
  /* color: #3065b5; */
  color:#3F839B;
  color: #C94A4A;
  /* color:#B93838; */
  background-color: #eef5ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orgpage-doc-icon svg {
  width: 2rem;
  height: 2rem;
}

.orgpage-doc-title {
  min-height: 3.8rem;
  /* color: #3065b5; */
  color:  #3F839B;
  line-height: 1.5;
  padding: 0 0.5rem;
}

.orgpage-actions {
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top:2.5rem;
}

.orgpage-actions .btn-citeste-mai-mult {
  min-width: 8.5rem;
  text-align: center;
  color:#3F839B;
}

/*Rapoarte si studii*/
.waterpage-main {
  width: 100%;
  padding: 2.5rem 0 4rem;
}

.waterpage-wrap {
  max-width: 1100px;
}

.waterpage-section {
  margin-top: 3.5rem;
}

.waterpage-section-title {
  font-size: 1.8rem;
  color: #2C6E91;
  margin-bottom: 2rem;
  font-weight: 600;
}

.waterpage-group {
  margin-bottom: 2.6rem;
}

.waterpage-group-title {
  font-size: 1.35rem;
  line-height: 1.5;
  color: #1f4f84;
  font-weight: 600;
  margin-bottom: 1rem;
}

.waterpage-year {
  font-size: 1.4rem;
  color: #1f4f84;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.9rem;
}

.waterpage-links {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.waterpage-link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.7rem 0 0.7rem 0;
  color: #245f85;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  border-bottom: 1px solid #d9eaf2;
  transition: color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.waterpage-link:hover {
  color: #0f74a8;
  border-bottom-color: #8fd3e8;
  /* transform: translateX(3px); */
}

.waterpage-pdf-icon {
  flex: 0 0 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
  color: #c94a4a;
  margin-top: 0.18rem;
}

.waterpage-pdf-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.waterpage-link--alt {
  color: #0b8d95;
  border-bottom-color: #bdebef;
}

.waterpage-link--alt:hover {
  color: #087b82;
  border-bottom-color: #87d8df;
}

.waterpage-divider {
 width: 100%;
  max-width: 44rem;
  height: 1px;
  background-color: #8fc9d8;
  margin: 1.4rem 0 1.6rem 0;
}

/*Legislatie*/
.lawpage-main {
  width: 100%;
  padding: 2.5rem 0 4rem;
}

.lawpage-wrap {
  max-width: 1100px;
}

.lawpage-wrap h2 {
  color:#2C6E91;
  margin-bottom: 2%;
}

.lawpage-links {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.lawpage-link {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  width: 100%;
  max-width: 60rem;
  padding: 0.9rem 0;
  color: #2a6487;
  font-size: 1.08rem;
  line-height: 1.55;
  font-weight: 600;
  border-bottom: 1px solid rgba(143, 201, 216, 0.45);
  transition: color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.lawpage-link:hover {
  color: #0f74a8;
  border-bottom-color: rgba(111, 174, 196, 0.85);
}

.lawpage-pdf-icon {
  flex: 0 0 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  color: #c94a4a;
  margin-top: 0.15rem;
}

.lawpage-pdf-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
/*Audiente*/
.audienta-page {
  width: 100%;
  padding: 2rem 0 4rem;
}

.audienta-wrap {
  width: 72%;
  margin: 0 auto;
}

.audienta-head {
  padding: 1.2rem 0 0.8rem 0;
  border-bottom: 1px solid rgba(143, 201, 216, 0.45);
}

.audienta-name {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  color: #2c6e91;
  margin-bottom: 0.35rem;
}

.audienta-function {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #7a7a7a;
}

.audienta-program {
  margin-top: 1.6rem;
  padding: 1.15rem 1.3rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #f6fbfd 0%, #edf7fa 100%);
  border: 1px solid #d7ebf2;
}

.audienta-subtitle {
  font-size: 1.05rem;
  color: #3f839b;
  margin-bottom: 0.6rem;
}

.audienta-time {
  font-size: 1.02rem;
  line-height: 1.6;
  color: #245f85;
}

.audienta-docs {
  margin-top: 1.8rem;
}

.audienta-link {
  max-width: 30rem;
}

/*Buletin informativ*/
.info544-main {
  width: 100%;
  padding: 2rem 0 4rem;
}

.info544-wrap {
  width: 82%;
  margin: 0 auto;
}

.info544-section {
  position: relative;
  padding-bottom: 0.5rem;
}

.info544-section::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 12rem;
  height: 1px;
  margin-top: 1.6rem;
  background: linear-gradient(90deg, rgba(95, 165, 185, 0.85) 0%, rgba(143, 201, 216, 0.25) 100%);
}

.info544-section:last-child::after {
  display: none;
}

.info544-lead {
  font-size: 1.18rem;
  line-height: 1.75;
  color: #24588f;
  margin-bottom: 1.1rem;
}

.info544-subtitle {
  font-size: 1.34rem;
  line-height: 1.45;
  color: #2c6e91;
  font-weight: 600;
  margin-bottom: 1rem;
}

.info544-text {
  font-size: 1rem;
  line-height: 1.95;
  color: #51606d;
  margin-bottom: 0.8rem;
}

.info544-text strong {
  color: #24588f;
  font-weight: 600;
}

.info544-text--strong {
  color: #2c6e91;
  font-weight: 600;
}

.info544-soft {
  padding: 1.35rem 1.45rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fcfe 0%, #eef7fa 100%);
  border: 1px solid #d7eaf1;
  box-shadow: 0 10px 24px rgba(111, 174, 196, 0.07);
}

.info544-program-block {
  margin-bottom: 1.7rem;
}

.info544-program-block:last-child {
  margin-bottom: 0;
}

.info544-program-title {
  font-size: 1rem;
  line-height: 1.85;
  color: #2c6e91;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.info544-time-row {
  display: grid;
  grid-template-columns: 15rem auto;
  gap: 1.2rem;
  align-items: baseline;
  margin-bottom: 0.7rem;
}

.info544-time-row--single {
  margin-top: 0.3rem;
}

.info544-time-label {
  color: #3f839b;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 600;
}

.info544-time-value {
  color: #24588f;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 600;
}

.info544-underline {
  font-size: 1rem;
  line-height: 1.8;
  color: #2c6e91;
  text-decoration: underline;
  margin-bottom: 0.55rem;
}

.info544-name {
  font-size: 1.12rem;
  line-height: 1.6;
  color: #2c6e91;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.info544-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0.8rem;
}

.info544-list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.85;
  color: #51606d;
}

.info544-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5fa5b9;
  box-shadow: 0 0 0 3px rgba(143, 201, 216, 0.14);
}

.info544-links {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: 0.8rem;
}

.info544-link {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  color: #245f85;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(143, 201, 216, 0.38);
  transition: color 0.18s ease, border-color 0.18s ease, padding-left 0.18s ease;
}

.info544-link:hover {
  color: #0f74a8;
  border-bottom-color: rgba(95, 165, 185, 0.75);
  padding-left: 0.18rem;
}

/*Incidenta Covid-19*/
.doc-actions-page-light {
  width: 100%;
  margin-top: 1%;
}

.doc-actions-wrap-light {
  max-width: 88rem;
  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%, #fff 55%, #fff 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.15rem;
  line-height: 1.15;
  font-weight: 700;
  color: #1c7089;
  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;
}

/*Alertă internațională Coronavirus*/
.alerta-page {
  width: 100%;
  margin-top: 1%;
}

.alerta-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px 34px 24px;
  display: flex;
  justify-content: center;
}

.alerta-card {
  width: 100%;
  max-width: 980px;
  background: linear-gradient(135deg, #f2f9ff 0%, #ffffff 55%, #7FB3C8 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;
}

.alerta-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background: linear-gradient(180deg, #6fb9d6, #2b7ca6);
}

.alerta-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);
}

.alerta-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;
}

.alerta-link::before {
  content: "↗";
  display: inline-block;
  margin-right: 10px;
  font-weight: 900;
  color: #2b7ca6;
}

.alerta-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);
}

.alerta-link:active {
  transform: translateY(0);
}

.alerta-note {
  margin-top: 14px;
  margin-bottom: 0;
  color: #4f6f83;
  line-height: 1.55;
  font-size: 1.02rem;
  position: relative;
  z-index: 1;
}

/*Centre vaccinare Covid-19*/
.centre-main {
  padding: 2.5rem 0 4rem;
}

.centre-card {
  width: 69%;
  margin: 0 auto;
  border-radius: 22px;
  padding: 2rem 13.2rem;
  position: relative;
  overflow: hidden;

  background: linear-gradient(
    135deg,
    #eaf6fb 0%,
    #d4ebf4 40%,
    #7FB3C8 100%
  );

  box-shadow: 0 12px 30px rgba(127, 179, 200, 0.25);
}

.centre-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    225deg,
    rgba(255,255,255,0.55) 0%,
    rgba(255,255,255,0.15) 50%,
    transparent 100%
  );
}

.centre-content {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.centre-text {
  font-size: 1.35rem;
  font-weight: 600;
  color: #1f5f7d;
}

.centre-links {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.centre-link {
  text-decoration: none;
  color: #1f5f7d;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.4rem 0;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  transition: 0.2s;
}

.centre-link:hover {
  color: #0f74a8;
  border-bottom-color: #ffffff;
}

/*Lista unităților sanitare abilitate să elibereze certificate medicale de tip A5*/
.centre-subtitle {
  width: 75%;
  margin: 3% auto 1.2rem 18%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c6e91;
}

.centre-card--docs {
  padding: 1.2rem 1.4rem;
}

.centre-link {
  display: block;
  padding: 0.55rem 0;
  font-size: 1.1rem;
  line-height: 1.65;
}

.centre-links {
  gap: 0.4rem;
}

/*Gărzile centrelor de permanență*/
.centre-subtitle {
  width: 75%;
  margin: 0 auto 1.4rem auto;
  font-size: 1.35rem;
  font-weight: 600;
  color: #2c6e91;
}

.centre-card--docs {
  width: 75%;
  padding: 1.15rem 1.4rem;
  box-shadow: 0 8px 22px rgba(127, 179, 200, 0.16);
}

.centre-links {
  gap: 0.35rem;
}

.centre-link {
  display: block;
  padding: 0.45rem 0;
  font-size: 0.96rem;
  line-height: 1.65;
}

.permanenta-wrap {
  width: 88%;
  margin: 0 auto;
}

.permanenta-wrap .page-title {
  color: #6cb7d7;
  font-size: 1.6rem;
  font-weight: 700;
}

.permanenta-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfdfe 0%, #f2f8fb 100%);
  border: 1px solid #d8e9f1;
  box-shadow: 0 8px 20px rgba(127, 179, 200, 0.08);
}

.permanenta-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98rem;
  color: #5e6770;
}

.permanenta-table th,
.permanenta-table td {
  padding: 1rem 0.9rem;
  border: 1px solid rgba(160, 183, 194, 0.55);
  text-align: left;
  vertical-align: top;
}

.permanenta-table th {
  background-color: rgba(127, 179, 200, 0.08);
  color: #6e747a;
  font-weight: 600;
}

.permanenta-table tbody tr:nth-child(even) {
  background-color: rgba(127, 179, 200, 0.04);
}

.permanenta-table tbody tr:hover {
  background-color: rgba(127, 179, 200, 0.08);
}

/*Integritate instituțională*/
.integritate-wrap {
  width: 88%;
  margin: 0 auto;
}

.integritate-page .centre-subtitle {
  width: 75%;
  margin: 0 auto 1.4rem auto;
  text-align: left;
}

.integritate-page .centre-card--docs {
  width: 75%;
  margin: 0 auto 5% auto;
}

.integritate-page .centre-card--docs:last-child {
  margin-bottom: 0;
}

.integritate-page .centre-content {
  width: 100%;
}

.integritate-page .centre-links {
  width: 100%;
  gap: 0.2rem;
}

.integritate-page .centre-link {
  width: 100%;
  text-align: left;
}

/*Promovarea sanatatii*/
.anunturi-page-wrap {
  width: 72%;
  margin: 0 auto;
  padding: 1.5rem 0 3rem 0;
}

.anunturi-custom-grid {
  width: 100%;
  gap: 2rem 2.2rem;
  margin-top: 1rem;
  justify-items: center;
}

.anunt-card-link {
  display: block;
  width: 100%;
  max-width: 24rem;
  color: inherit;
}

.anunt-card {
  width: 100%;
  max-width: 24rem;
  height: 32.5rem; 
  border-radius: 0.7rem;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transform-origin: center;
}

.anunt-card:hover {
  transform: scale(1.05); 
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.carte-vizita2.anunt-card img {
  width: 100%;
  height: 25.8rem; 
  object-fit: cover;
  display: block;
  margin: 0;
  padding:0;
}

.anunt-card-text {
  margin-top: 2rem; 
  padding: 0 1rem 1.3rem 1rem !important; 
  text-align: center !important;

  font-size: 1.05rem;
  line-height: 1.5;
  color: #3065b5;
  font-weight: 600;
}

.carte-vizita2.anunt-card {
  outline: 2px solid #B9C2C9;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%), 0 7px 20px 0 rgb(0 0 0 / 12%);
  padding:0;
}

/*Ziua Mondială a Apei*/
.galerie-page {
  width: 100%;
  padding: 2rem 0 4rem 0;
}

.galerie-wrap {
  width: 79%;
  margin: 0 auto;
}

.galerie-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.galerie-item {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  display: block;
  cursor: pointer;
  border-radius: 14px;
  border: 1px solid #d8e2ea;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.galerie-item:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

/* lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 20, 35, 0.82);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 2rem;
}

.lightbox.active {
  display: flex;
}

/* containerul mare al pozei */
.lightbox-content {
  position: relative;
  width: 100%;
  max-width: 1500px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88vh;
}

/* imaginea mare */
.lightbox-image {
  display: block;
  width: auto;
  max-width: calc(100vw - 22rem);
  max-height: 88vh;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.30);
  background: #ffffff;
  object-fit: contain;
}

/* buton inchidere - fix pe coltul imaginii */
.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.1rem;
  height: 3.1rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #1f4f84;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  z-index: 3;
}

/* sageti */
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #1f4f84;
  font-size: 2.2rem;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  z-index: 3;
}

.lightbox-prev {
  left: 3.5rem;
}

.lightbox-next {
  right: 3.5rem;
}

.lightbox-prev:hover,
.lightbox-next:hover,
.lightbox-close:hover {
  background: #f2f8ff;
}

/*Programe nationale de sanatate*/
.dsp-pns-page {
  width: 100%;
  padding: 2rem 0 4rem;
}

.dsp-pns-page .info544-wrap,
.dsp-pns-page .lawpage-wrap {
  width: 82%;
  max-width: 1100px;
}

.dsp-pns-page .page-title {
  text-align: left;
  margin-bottom: 2rem;
}

.dsp-pns-page .waterpage-section {
  margin-top: 0;
}

.dsp-pns-page .lawpage-links {
  gap: 0.15rem;
}

.dsp-pns-page .lawpage-link {
  max-width: 100%;
}

.dsp-pns-page .waterpage-divider {
  max-width: 100%;
  margin: 2rem 0 2.2rem 0;
}

.dsp-pns-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.dsp-pns-item {
  padding: 1.35rem 1.3rem;
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dsp-pns-item .waterpage-group-title {
  margin-bottom: 1rem;
  min-height: 3.8rem;
}

.dsp-pns-doclink {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.dsp-pns-doclink span:last-child {
  display: inline-block;
  line-height: 1.5;
}

.dsp-pns-item-full {
  grid-column: 1 / -1;
  min-height: auto;
}

/*Buget*/
.buget-page {
  width: 100%;
  padding: 2.5rem 0 4rem;
}

.buget-page .wrap {
  width: 82%;
  max-width: 1100px;
  margin: 0 auto;
}

.buget-page .buget-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: start;
}

.buget-page .buget-column {
  width: 100%;
}

.buget-page .page-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #2C6E91;
  text-align: left;
  margin-left: 5px;
  line-height: 1.3;
}

.buget-page .rule {
  height: 4px;
  width: 30%;
  background: #2C6E91;
  opacity: .55;
  border-radius: 3px;
  margin: 8px 0 22px 5px;
}

.buget-page .year {
  margin-top: 14px;
  border: 1px solid #e3edf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(9, 44, 64, .08);
  overflow: hidden;
}

.buget-page .year > summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 52px 14px 16px;
  font-size: 16px;
  font-weight: 800;
  position: relative;
  user-select: none;
  background: linear-gradient(135deg, #c8e6f1, #a9d3e2);
  color: #1f4d68;
  line-height: 1.4;
}

.buget-page .year > summary::-webkit-details-marker {
  display: none;
}

.buget-page .year > summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .35);
  font-weight: 900;
  font-size: 18px;
}

.buget-page .year[open] > summary::after {
  content: "–";
}

.buget-page .year-content {
  padding: 12px 12px 6px;
  animation: bugetFadeIn .18s ease;
}

@keyframes bugetFadeIn {
  from {
    opacity: .3;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.buget-page .reports {
  display: grid;
  gap: 10px;
}

.buget-page .report {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e6eef3;
  border-radius: 12px;
  padding: 11px 13px;
  transition: box-shadow .2s ease, border-color .2s ease;
}

.buget-page .report:hover {
  box-shadow: 0 10px 22px rgba(9, 44, 64, .12);
  border-color: #d6e6ef;
}

.buget-page .report .title {
  font-weight: 800;
  font-size: 0.97rem;
  line-height: 1.5;
  color: #1581e0;
  text-decoration: none;
  text-underline-offset: 3px;
}

.buget-page .report .title:hover {
  color: #29a3ff;
}

.buget-page .buget-grid {
  column-gap: 3.5rem;
  row-gap: 2.5rem;
}

.buget-page .year {
  width: 88%;
  margin-top: 22px;
}

.buget-page .year-content {
  padding: 14px 14px 8px;
}

.buget-page .reports {
  gap: 14px;
}

.buget-page .buget-column .rule {
  width: 60%;
}

/*avize-autorizari*/
.page-avize-autorizari {
  max-width: 60rem;
  margin: 0 auto;
  padding: 28px 16px 60px;
}

.page-avize-autorizari .doc-link {
  display: inline-block;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  color: #2F758A;
  font-weight: 700;
}

.page-avize-autorizari .doc-link:hover {
  color: #3F8FA6;
}

.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;
  margin-top: 4%;
}

.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;
}

.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);
}

/* *******************************Program de lucru********************************** */
 .program-box {
        background: #fdfdfd;
        border: 1px solid #eaeaea;
        padding: 20px;
        border-radius: 8px;
        margin-bottom: 20px;
        border-left: 5px solid #3498db;
    }
    .program-box h3 {
        margin-top: 0;
        font-size: 1.1em;
        color: #2c3e50;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
    .program-list {
        list-style: none;
        padding: 0;
        margin: 10px 0 0 0;
    }
    .program-list li {
        display: flex;
        justify-content:间-between;
        max-width: 300px;
        padding: 3px 0;
    }
    .day-label { font-weight: 600; color: #555; }

    /* ************************************PREZENTARE********************************************* */
     .document-body {
        font-family: 'Times New Roman', Times, serif;
        line-height: 1.6;
        color: #212529;
        text-align: justify;
        margin: 1rem auto;
        width: 90%;
    }

    .intro-section {
        background-color: #f8f9fa;
        padding: 30px;
        border-radius: 8px;
        border-left: 5px solid #0056b3;
        margin-bottom: 40px;
    }

    .intro-phrase {
        font-size: 1.1rem;
        font-style: italic;
        color: #333;
    }

    .legal-content {
        padding: 0 15px;
    }

    .articol-title {
        color: #0056b3;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 30px;
        border-bottom: 1px solid #dee2e6;
        display: block;
        padding-bottom: 5px;
    }

    .section-divider {
        height: 2px;
        background: #0056b3;
        width: 100px;
        margin: 20px 0;
    }

    .pdf-download-box {
        background: #e9ecef;
        padding: 20px;
        border-radius: 5px;
        text-align: center;
        margin: 30px 0;
        border: 1px dashed #6c757d;
    }

    .btn-pdf {
        display: inline-block;
        background: #d9534f;
        color: white !important;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
    }

    .btn-pdf:hover {
        background: #c9302c;
    }

    .nota-oficiala {
        background: #fff3cd;
        padding: 15px;
        border: 1px solid #ffeeba;
        font-size: 0.9rem;
        margin: 20px 0;
    }

    /*Garzile centrelor de permanenta*/
    .garzi-centre {
    max-width: 920px;
    margin: 0 auto;
    padding: 10px 16px 50px;
}

.garzi-centre__document-section {
    margin-bottom: 26px;
}

.garzi-centre__document-section h2 {
    margin: 0 0 14px;
    color: #2d7898;
    font-size: 24px;
    font-weight: 600;
}

.garzi-centre__document-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #e8f7fb;
    color: #0033a0;
    border: 1px solid #b8e4ee;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease;
}

.garzi-centre__document-link:hover {
    background: #d9f1f7;
    color: #0033a0;
}

.garzi-centre__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.garzi-centre__item {
    background: #ffffff;
    border: 1px solid #d7edf3;
    border-left: 4px solid #75c7dc;
    border-radius: 8px;
    padding: 18px 20px;
}

.garzi-centre__item h3 {
    margin: 0 0 10px;
    color: #2d7898;
    font-size: 19px;
    font-weight: 600;
}

.garzi-centre__item p {
    margin: 5px 0;
    color: #4f6670;
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 576px) {
    .garzi-centre__document-section h2 {
        font-size: 21px;
    }

    .garzi-centre__item {
        padding: 16px;
    }
}

/*Programe nationale de sanatate*/
.programe-nationale {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 16px 55px;
}

.programe-nationale__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.programe-nationale__item {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;

    background:
        linear-gradient(
            135deg,
            #fcfeff 0%,
            #f8fcfd 45%,
            #fdfefe 100%
        );

    border: 1px solid #d8edf2;
    border-left: 4px solid #9ed9e7;
    border-radius: 12px;

    padding: 18px 20px;

    color: #1d5b82;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;

    box-shadow:
        0 0 0 rgba(0,0,0,0),
        0 0 35px rgba(198, 225, 235, 0.18);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.programe-nationale__item:hover {
    transform: translateY(-2px);

    box-shadow:
        0 0 45px rgba(186, 219, 230, 0.28);

    border-color: #c5e7ef;
}
.programe-nationale__icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #bfe8f1;
    border-radius: 50%;
    color: #2d7898;
    font-size: 18px;
}

.programe-nationale__item:hover .programe-nationale__icon {
    color: #0033a0;
}

@media (max-width: 576px) {
    .programe-nationale__item {
        font-size: 16px;
        padding: 14px;
    }
}

.inside-div{
    pointer-events: none;
}

