@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,600|Tulpen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Modern+Antiqua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --brand: #4a6fa5;
  --brand-ink: #2e4b73;
  --ink: #0f172a;
  --muted: #64748b;
  --bg: #f8fafc;
  --card: #ffffff;
  --ring: #e2e8f0;
  --shadow: 0 10px 30px rgba(2, 6, 23, .06);
  --radius: 16px;
}

@font-face {
  font-family: font5;
  src: url(../font/NotoMono/NotoMono-Regular.ttf);

}

html,
body {
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}


body {
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

ul {
  list-style-type: none;
}

h1,
h2,
h3 {
  color: #cc0000;
}

h1 {
  margin: 6rem auto 2rem;
  text-align: center;
  font-size: 2.1rem;
}

/*--------------------------------HEADER--------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  z-index: 100;
}

.header_top,
.header_bottom {
  background-color: transparent;
  color: #fff;
}

.header_top,
.header_top_outer,
.header_bottom {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
}

.header_bottom_outer {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(102, 138, 165, 0.5);
}

.header_bottom_inner {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.5rem;
}

.header_bottom_left {
  display: flex;
  align-items: center;
  width: 40%;
  gap: 1rem;
  margin: 1rem;
}

.header_bottom_left a {
  color: white;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
}

.header_bottom_left img {
  width: 4rem;
  /* margin-right: -0.5rem; */
}

.header_bottom_right {
  width: 83%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  list-style-type: none;
  align-items: center;
}

.header_bottom_right p {
  text-align: center;
}

.header_1 img {
  width: 100vw;
  height: 37vh;
}

.header_top_outer {
  background-color: rgba(255, 255, 255, 0.1);
}

.header_top_inner {
  width: 1200px;
  display: flex;
  justify-content: space-evenly;

}

.header_top_left {
  height: 100%;
  width: 100%;
  margin-left: 11%;
}

.header1_p {
  margin-top: -7rem;
  margin-left: 12.2%;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
  z-index: 2;
}

/* Header - butoane */
.cta-book,
.cta-book-blue {
  text-align: center;
  /* margin-left: auto; */
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.9rem;
  background: transparent;
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 0.5rem 1.25rem rgba(100, 116, 139, .2);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

.cta-book:hover {
  background: #cc0000;
  box-shadow: 0 0.7rem 1.4rem rgba(185, 28, 28, .28);
  transform: translateY(-1px);
}

.cta-book:active {
  transform: none;
}

.cta-book svg {
  display: block;
}

.cta-book-blue:hover {
  background: #cc0000;
  box-shadow: 0 0.7rem 1.4rem rgba(185, 28, 28, .28);
  transform: translateY(-1px);
  color: white;
}

a.chestionar-link:hover {
  color: #C03232;
}

@media (max-width: 768px) {

  .cta-book,
  .cta-book-blue {
    padding: 0.45rem 0.7rem;
    font-size: 0.9rem;
  }
}

/* _____________________video______________________ */

.video-div {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

video {
  width: 100%;
  height: auto;
  background-color: white;
  position: relative;
  object-fit: cover;
  object-position: bottom;
  /* <-- Adaugă această linie */
}

.video-div.video-blue>video {
  filter: brightness(2.8) saturate(.06);
}

.video-div.video-blue::after {
  background: #b9e3ff;
  opacity: .25;
  mix-blend-mode: multiply;
}

/* ---------------------------------------------------------------- */
/* ******************************ICONITE / ASISTA***************************** */
.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 80px 0px 11px;
  border-radius: 8px;
  display: block;
  font-family: "Noto Sans Mono", monospace;
}

.asista-iconita p {
  color: white;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #006600;
  text-align: right;
}

.showclass {
  opacity: 1;
  -moz-transform: translate3d(10.5px, 0px, -60px);
  -webkit-transform: translate3d(10.5px, 0px, -60px);
  -o-transform: translate(10.5px, -60px);
  -ms-transform: translate(10.5px, -60px);
  transform: translate3d(10.5px, 0px, -60px);
  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(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index: -1;
} */

.hideclass {
  opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(150px, 0px, 0px);
  -webkit-transform: translate3d(150px, 0px, 0px);
  -o-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate3d(150px, 0px, 0px);
  z-index: -1;
}

.side-icons {
  position: fixed;
  z-index: 2;
  left: 40rem;
  width: 65vw;
}

.facebook-iconita img {
  position: fixed;
  z-index: 2;
  right: 0.65rem;
  top: 43rem;
  width: 2.5rem;
}

.side-icons:hover p {
  text-align: center;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  background: #006600;
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 0.5rem 1.25rem rgba(100, 116, 139, .2);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

#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;
}

/* ___________metawrap___________________ */
.meta_wrap {
  font-size: 0.9rem;
  line-height: 20px;
  position: relative;
  text-align: left;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 600;
}

.meta_wrap a:hover {
  color: white;
}

.meta_wrap a {
  color: white;
}

/* **********************DROPDOWN MENU************************ */
.dropbtn {
  background-color: transparent;
  padding: 0 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.dropbtn:hover {
  transform: scale(1.1);
}

.dropbtn a {
  color: #ffffff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0.9rem;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 6px 12px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .drop-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: -20rem;
  width: 38rem;
  padding: 1rem;
  gap: 0.4rem;
}

.dropdown:hover .drop-grid-3 a {
  margin: 0;
  text-align: left;
  font-size: 13px;
  width: 11rem;
}

/* links when the dropdown is shown */
.dropdown:hover .dropdown-content a,
.dropdown:hover .drop-info a {
  color: #222222;
  font-size: 13px;
}

/* *********************************************************************** */
/*____________________ video__________________________ */
.video-div {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
  background-color: white;
  position: relative;
  object-fit: cover;
}

.video-div.video-blue>video {
  filter: brightness(2.8) saturate(.06);
}

.video-div.video-blue::after {
  background: #b9e3ff;
  opacity: .25;
  mix-blend-mode: multiply;
}

/* _________________________________________________ */
.lozinca {
  /* position: absolute; */
  /* top: 35rem; */
  left: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

#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: #cc0000;
  /* color: #3eb8d7; */
  background-color: rgba(255, 255, 255, 0);
  margin-right: 1.5rem;
}

.no-gap {
  gap: 0;
}

.middle-cards {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-top: -5rem;
  margin-left: 14%;

}

.colored-card {
  height: auto;
  width: 33.3%;
  padding: 2rem;
}

.colored-card p {
  text-align: center;
  color: #ffffff;
  font-size: 100%;
}

.colored-card a {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.colored-card img {
  width: 11rem;
  height: 10rem;
  border-radius: 11px;
}

p.apel {
  font-weight: 700;
  font-size: 1.4rem;
}

/*turcoaz*/
.despre {
  background-color: #ADCFE0;
}

.servicii {
  background-color: #9FC8D8;
  /* background-color: #A3CADB; */
}

.informatii {
  background-color: #8FBCCD;
  /* background-color: #95C0D1; */
}

/* __________transport medical neasistat________________ */

/*transport medical asistat/neasistat*/
.transport-medical {
  padding: 0;
  color: #21343a;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: .1px;
  width: 78.3%;
  margin: 3rem 15rem;
  /* text-align: center; */
}

.transport-medical a {
  color: #2c7f84;
  font-weight: 600;
  text-underline-offset: 3px;
  transition: color .2s;
}

.transport-medical a:hover,
.transport-medical a:focus {
  color: #6cc7c7;
}

@media (min-width:992px) {
  .transport-medical {
    font-size: 18px;
  }
}

/* ___________112______________ */
.platforma {
  text-align: center;
  margin-left: 5%;
  margin-top: 5%;
}

.platforma p {
  text-align: center;
}

/* _______apel112_______ */

.apel-112 {
  border: 1px solid rgba(230, 223, 197, 0.6);
  /* margin-left:25rem; */
  margin-bottom: 2%;
  margin: 2rem auto;
  width: 65%;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  background-color: rgba(250, 245, 215, 0.8);
  padding: 30px;
  border-radius: 10px;
  box-shadow: inset 0 0 8px rgba(230, 223, 197, 0.6);
}

.apel-112 h2 {
  font-weight: 600;
  color: rgb(42, 45, 50);
  font-size: 34px;
  margin-bottom: 1.5%;
}

.apel-112 p {
  font-weight: 400;
  color: rgb(42, 45, 50);
  font-size: 24px;
}

.apel-112 span {
  color: #cc0000;
  font-weight: 800;
  font-size: 36px;
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 64px;
}

/*apel la 112*/
.apel-la-112 .wrap {
  max-width: 900px;
  margin: 36px auto;
  padding: 0 18px
}

.apel-la-112 .page {
  background: #fff;
  border: 1px solid #dbe6f4;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(3, 27, 78, .06), 0 1px 2px rgba(3, 27, 78, .06);
  position: relative;
  overflow: hidden
}

.apel-la-112 .page:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: #e53935
}

.apel-la-112 header {
  padding: 20px 22px 6px
}

.apel-la-112 .kicker {
  color: #5e8ec6;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .82rem
}

.apel-la-112 h1 {
  margin: 6px 0 16px;
  color: #0d3a8b;
}

.apel-la-112 section {
  padding: 14px 22px 22px;
  border-top: 1px solid #e6eef8
}

.apel-la-112 h2 {
  margin: 8px 0 10px;
  color: #0d3a8b;
  font-size: 1.25rem
}

.apel-la-112 h3 {
  margin: 18px 0 10px;
  color: #0d3a8b;
  font-size: 1.05rem
}

.apel-la-112 p {
  margin: 0 0 12px;
  line-height: 1.6
}

.apel-la-112 .lead {
  font-weight: 700
}

.apel-la-112 ul {
  margin: 10px 0 12px 0;
  padding: 0 0 0 22px
}

.apel-la-112 li {
  margin: 6px 0
}

.apel-la-112 .diamond {
  list-style: none;
  padding: 0;
  margin: 6px 0 10px
}

.apel-la-112 .diamond li {
  position: relative;
  padding-left: 14px;
  margin: 10px 0
}

.apel-la-112 .diamond li:before {
  content: "♦";
  position: absolute;
  left: 0;
  top: 0;
  color: #0d3a8b
}

.apel-la-112 .note {
  background: #f2f6fb;
  border: 1px solid #e1eaf7;
  border-radius: 10px;
  padding: 12px 14px
}

/* ______________________PRIM AJUTOR_____________________ */


/*prim-ajutor*/
.prim-ajutor .wrap {
  max-width: 1100px;
  margin: 48px auto;
  padding: 0 20px;
}

.prim-ajutor .page-head {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.prim-ajutor .kicker {
  color: #4c8fbf;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.prim-ajutor .hint {
  color: #5b6b7a;
  font-size: .98rem;
}

.prim-ajutor .card {
  background: #ffffff;
  border: 1px solid #dfe8f1;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(3, 27, 78, .06), 0 1px 2px rgba(3, 27, 78, .06);
  overflow: hidden;
}

.prim-ajutor .accordion {
  display: grid;
}

.prim-ajutor details {
  border-top: 1px solid #dfe8f1;
  position: relative;
  transition: background .25s ease;
}

.prim-ajutor details:first-of-type {
  border-top: 0;
}

.prim-ajutor details[open] {
  background: linear-gradient(180deg, rgba(0, 150, 199, .06), transparent 120%);
}

.prim-ajutor summary {
  list-style: none;
}

.prim-ajutor summary::-webkit-details-marker {
  display: none;
}

.prim-ajutor .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 700;
  color: #2a2d32;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.prim-ajutor details:hover .row {
  background: rgba(0, 0, 0, .02);
}

.prim-ajutor .row:focus-visible {
  outline: 3px solid rgba(0, 150, 199, .35);
  border-radius: 10px;
}

.prim-ajutor .chev {
  order: -1;
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dfe8f1;
  border-radius: 999px;
  flex: 0 0 22px;
  transition: transform .25s ease, border-color .2s ease;
}

.prim-ajutor .chev svg {
  width: 14px;
  height: 14px;
}

.prim-ajutor details[open] .chev {
  transform: rotate(90deg);
  border-color: rgba(0, 150, 199, .35);
}

.prim-ajutor a {
  color: #2a2d32;
  text-underline-offset: 2px;
}

.prim-ajutor a:hover {
  color: #0096c7;
}

.prim-ajutor .content {
  padding: 0 20px 22px 20px;
  color: #33414f;
  line-height: 1.6;
}

.prim-ajutor .content p {
  margin: 0 0 14px;
}

.prim-ajutor .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(3, 27, 78, .06), 0 1px 2px rgba(3, 27, 78, .06);
}

.prim-ajutor .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.prim-ajutor details::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: transparent;
  transition: background .25s ease;
  border-radius: 3px 0 0 3px;
}

.prim-ajutor details:hover::after {
  background: rgba(0, 150, 199, .35);
}

.prim-ajutor details[open]::after {
  background: #007acc;
}

/* ___________Despre noi ______________________ */

.despre-noi {
  width: 88%;
  padding: 2rem 3rem;
  margin-left: 11%;
  background-color: #fbfbfb;
}

.despre-noi h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #cc0000;
  /* color: #4F879F; */
  text-align: center;
  margin-bottom: 2%;
}

.despre-noi p {
  text-indent: 30px;
  font-size: 1.2rem;
  color: #747474;
}

.despre-noi ul {
  list-style-type: square;
  color: #747474;
  margin-left: 4.3%;
}

.despre-noi ul li {
  font-size: 1.2rem;
}

.despre-noi h2 {
  font-size: 1.6rem;
}

/* ______________________________linkuri importante_____________________________________ */
.important-links {
  background: #f9fcfd;
  border-left: 4px solid #2b7ca6;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  max-width: 700px;
}

.important-item {
  margin-bottom: 16px;
}

.important-title {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #003366;
  text-decoration: none;
  transition: color 0.2s;
}

.important-title:hover {
  color: #2b7ca6;
  text-decoration: underline;
}

.important-desc {
  margin: 3px 0 0;
  font-size: 14px;
  color: #333;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* _________________________rules______________________________________ */
.rule {
  width: 90px;
  height: 4px;
  border-radius: 4px;
  margin: 10px auto 36px;
  background: #2C6E91;
  opacity: 0.55;
}

.cariere-concursuri .rule {
  width: 26%;
  height: 4px;
  border-radius: 4px;
  margin: 10px auto 30px;
  background: #2C6E91;
  opacity: .55;
}

/* ____________________________informatii utile___________________________________________________________ */
.informatii-utile .rule {
  width: 23rem;
  height: 4px;
  background: #2C6E91;
  opacity: .55;
  border-radius: 3px;
  margin: 0 auto 1rem;
}

.informatii-utile .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  text-align: center;
}

/* __________________________rapoarte si altele cu summary collapse________________________________ */
/*rapoarte*/
.rapoarte .wrap {
  max-width: 900px;
  margin: 2rem auto;
  padding: 28px 20px 40px;
}

.rapoarte .page-title {
  font-size: 28px;
  font-weight: 900;
  color: #cc0000;
  /* color: #2C6E91; */
  text-align: left;
  margin-left: 5px;
}

.rapoarte .page-title+.rule {
  height: 4px;
  width: 40%;
  background: #2C6E91;
  opacity: .55;
  border-radius: 3px;
  margin: 8px 0 22px 5px;
}

.rapoarte .year {
  border: 1px solid #e3edf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(9, 44, 64, .08);
  overflow: hidden;
}

.rapoarte .year {
  margin-top: 16px;
}

.rapoarte .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, rgba(190, 34, 43, 0.22) 0%, rgba(209, 210, 216, 0.85) 45%, rgba(66, 120, 195, 0.22) 100%);
  /*varianta 2*/
  /* background: linear-gradient(135deg, #c8e6f1, #a9d3e2); */
  background: linear-gradient(135deg,
      rgba(66, 120, 195, 0.30) 0%,
      rgba(209, 210, 216, 0.86) 45%,
      rgba(190, 34, 43, 0.36) 100%);
  /*varianta 3*/
  color: #1f4d68;
}

.rapoarte .year>summary::-webkit-details-marker {
  display: none;
}

.rapoarte .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;
}

.rapoarte .year[open]>summary::after {
  content: "–";
}

.rapoarte .year-content {
  padding: 16px 16px 6px;
  animation: fadeIn .18s ease;
}

/* @keyframes fadeIn {
  from {
    opacity: .3;
    transform: translateY(-2px)
  }

  to {
    opacity: 1;
    transform: none
  }
} */

.rapoarte .reports {
  display: grid;
  gap: 14px;
}

.rapoarte .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;
}

.rapoarte .report:hover {
  box-shadow: 0 10px 22px rgba(9, 44, 64, .12);
  border-color: #d6e6ef;
}

.rapoarte .report a.title {
  font-weight: 900;
  color: #1581e0;
  text-decoration: none;
  text-underline-offset: 3px;
}

.rapoarte .report a.title:hover {
  color: #29a3ff;
}

.rapoarte .report .more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #344e5a;
  text-decoration: none;
}

.rapoarte .report .more::after {
  content: "▸";
  transform: translateY(1px);
}

.rapoarte .report .more:hover {
  color: #0b3c6d
}

@media (min-width:740px) {
  .rapoarte .reports {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:1020px) {
  .rapoarte .reports {
    grid-template-columns: repeat(3, 1fr)
  }
}

/* _________________________sectiuni__________________________ */
.section-title {
  margin: 0 0 16px 0;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #2b7ca6;
  font-weight: 800;
}

/* ____________________________prezentare________________________________ */
.prezentare .wrap {
  max-width: 1200px;
  margin: 22px auto 60px;
  padding: 0 24px;
}

.prezentare .section {
  margin-bottom: 26px;
}

.prezentare .section h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
  color: #0b2f66;
}

.prezentare .lead {
  color: #5b6b8b;
  font-size: 15px;
  margin: 0 0 12px;
}

.prezentare .card {
  background: #ffffff;
  border: 1px solid #e6eef7;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(2, 8, 23, 0.05);
  overflow: hidden;
}

.prezentare .card .hd {
  padding: 16px 18px;
  border-bottom: 1px solid #eef3fb;
  font-weight: 800;
  color: #C30000;
  /* color: #0b2f66; */
}

.prezentare .card .bd {
  padding: 16px 18px;
}

.prezentare .highlight {
  background: #e9f6ff;
  border: 1px solid #c9e8fb;
  color: #0b2f66;
  border-radius: 12px;
  padding: 12px 14px;
  margin: 12px 0;
  font-weight: 600;
}

.prezentare .stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0;
}

.prezentare .stat {
  background: linear-gradient(135deg, #4fd4ee 0%, #7ab8f6 100%);
  color: #ffffff;
  border: 1px solid #cfeaff;
  border-radius: 14px;
  padding: 14px 12px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(2, 132, 199, 0.14);
  inset: 0;
  transition: transform .12s ease, box-shadow .12s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 8px 18px rgba(2, 132, 199, 0.14);
}

.prezentare .stat b {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.prezentare .stat span {
  opacity: .95;
  font-size: 12px;
}

.prezentare .stat:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 12px 22px rgba(2, 132, 199, 0.18);
}

.prezentare a {
  color: #1581e0;
  /* color: #1e88e5; */
  font-weight: 700;
}

.prezentare a:hover {
  color: #29a3ff;
  outline: none;
}

.prezentare p {
  margin-bottom: 1%;
}

#myVideo {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  /* video-rendering: high-quality; */
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}