.sigla-name {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.sigla-name .txt-center {
    width: 11rem;
}

.asista-iconita {
  width:10rem;
  background-color: green;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius:10px;
}

.asista-iconita p {
  color: whitesmoke;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
}

.header_top_inner {
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*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_top_outer {
  background-color: rgba(255, 255, 255, 0.1);
}
.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: 43%;
  font-weight: 600;
}

.meta_wrap a:hover {
  color: white !important;
}

.header_bottom_outer {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(63, 122, 149, 0.45);
}

.header_bottom_inner{
  display: flex;
  align-items: center;
  gap: 3.5rem;
  height: 5.5rem;
  padding: 0 3% 0 7%;
}

.header_bottom_left{ flex: 0 0 25%; }
/* .header_bottom_right{ flex: 1; min-width:0; } */

.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: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  list-style-type: none;
  align-items: center;
}

.header_bottom_right p {
  text-align: center;
}

.header_1 img {
  width: 100vw;
  height: 37vh;
  object-fit: cover;
}

/*Culori meniu*/
/*
culoare1:rgba(111, 163, 184, 0.92)
culoare2:rgba(127, 183, 179, 0.92)
culoare3:rgba(154, 174, 184, 0.92)
culoare4:rgba(230, 195, 161, 0.92)
culoare5:rgba(245, 241, 234, 0.92)
culoare6:rgba(236, 226, 210, 0.92)
culoare7:rgba(232, 211, 120, 0.92)
culoare8:rgba(234, 185, 165, 0.92)
culoare9:rgba(224, 190, 198, 0.92)
culoare10:rgba(200, 214, 188, 0.92)
culoare11:rgba(216, 183, 150, 0.92)
*/
.culoare-despre-noi:hover .dropbtn,
.culoare-despre-noi .dropdown-content {
   background-color: rgba(232, 211, 120, 0.92);
}

.culoare-informatii:hover .dropbtn,
.culoare-informatii .dropdown-content {
   background-color:  rgba(234, 185, 165, 0.92);
}

.culoare-transparenta:hover .dropbtn,
.culoare-transparenta .dropdown-content {
  background-color:  rgba(200, 214, 188, 0.92);
 
}

.culoare-proiecte:hover .dropbtn,
.culoare-proiecte .dropdown-content {
  background-color:  rgba(224, 190, 198, 0.92);
}

.culoare-contact:hover .dropbtn,
.culoare-contact .dropdown-content {
    background-color: rgba(127, 183, 179, 0.92);
}

.culoare-integritate:hover .dropbtn,
.culoare-integritate .dropdown-content {
    background-color: rgba(234, 185, 165, 0.92);
}

/* 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 1.7rem;
  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:active {
  transform: none;
}

.cta-book svg {
  display: block;
}

.cta-book-blue:hover {
  background: rgb(48, 101, 181);
  box-shadow: 0 0.7rem 1.4rem rgb(33, 71, 130);
  transform: translateY(-1px);
  color: white;
}

.cta-book:hover {
  background: #C03232;
  box-shadow: 0 0.7rem 1.4rem rgba(185, 28, 28, .28);
  transform: translateY(-1px);
  color: #fff !important;
}

.contact-info .chestionar-link + p{
  margin: 0 0 0 2rem;
  padding: 0;
  white-space: nowrap;
}

/*dropdown menu*/
.dropbtn {
  background-color: transparent;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;

  transition: background-color .2s ease, transform .2s ease;
  width: 9rem;
  height: 3.5rem;
  padding: 10px;
}

.dropdown:hover .dropbtn a {
  color: rgba(0, 0, 0, 0.811);
  font-weight: 600;
  font-size: 16px;
}

.dropbtn a {
  color: #ffffff;
}

.dropdown {
  position: relative;
  display: inline-block;
  text-align: center;
}

.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 {
    text-decoration: none;
    display: inline-block;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.25;
    color: rgb(18, 18, 18);
    text-rendering: optimizelegibility;
    padding: 0.3rem 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    transition: color 0.3s ease-in-out;
}

/* 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: -2rem;
  width: 38rem;
  padding: 1rem;
  gap: 0.4rem;
}

.dropdown:hover .drop-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* margin-left: -3rem; */
  width: 33rem;
  padding: 1.25rem 1.5rem;
  text-align: left;
  gap: 2rem;
  left: -53%;
}

.drop-grid-2 h4 a{
  font-family: inherit;
    font-weight: 500;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #1a73e8 !important;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dropdown:hover .drop-grid-1 {
  width: 13rem;
  padding: 1rem 2rem;
  text-align: left;
  display:flex;
  flex-direction: column;
  justify-content: center;
  left: -17%;
  /* margin-left: 0.2rem; */
}

.culoare-contact .dropdown-content.drop-grid-1 {
  width: 12.5rem;
  left: -13%;
  padding: 0.9rem 0 0.9rem 1.7rem;
}

.culoare-integritate .dropdown-content.drop-grid-2 {
  width: 33rem;
  left: -192%;
  padding: 1.9rem 2rem 1.9rem 3.5rem;
  gap:1rem;

}

.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: 0.9rem;
}


