* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.page-content {
  color: #232323;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

.section-header {
  background-image: linear-gradient(to top,
      rgba(1, 29, 84, 0.22),
      rgba(1, 29, 84, 0.5)),
    url(/image/Testing-area.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  max-height: 960px;
  padding-top: 140px;
  /* padding-bottom: 240px; */

}

.header-wrapper {
  position: relative;
}

.section-header.header-is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: none;
  height: auto;
  padding-top: 0;

}

.section-header.header-normal {
  background: none;
  height: auto;
  padding-top: 0;
}

.section-header.header-normal .main-nav-link {
  color: black;
}

/* ---------------------- */
/* Flag menu */
/* ---------------------- */

.section-header.header-normal .main-nav-list-flag {
  border: 1px solid #acacac;
}

.main-nav-list-flag {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 100px;
  gap: 15px;
  transition: all 0.3s;
}

.main-nav-list-flag:hover {
  background-color: #f8f9fa28;
}

.section-header.header-normal .main-nav-list-flag:hover {
  background-color: #f8f9fa;
}


.main-nav-list-flag {
  position: relative;
}

.flag-dropdown {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0;
  background-color: #f1f1f1;
  border-radius: 100px;
  box-shadow: 0 2.4px 4.8px rgb(0 0 0 / 18%);
  cursor: pointer;
}

.flag-dropdown-container {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 15px;
  cursor: pointer;
}

.flag-dropdown-container:hover {
  opacity: 60%;
}

.flag-dropdown .flag-dropdown-container a {
  color: #000;

}




/* ******************************************** */
/* First header */
/* ******************************************** */

.first-header {
  text-align: center;
  /* width: 100%; */
  max-width: 600px;
  margin: 0 auto;
  margin-top: 15px;
  padding: 0 50px;
  /* max-height: 219px; */
}

.first-header img {
  max-height: 80px;
  width: 100%;
}

.first-header p {
  font-size: 12px;
}

/* ******************************************** */
/* Navigation */
/* ******************************************** */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
}

.logo {
  width: 50px;
  height: 70px;
}

.nav-wrapper {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10%;
}

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 102px;
}

.main-nav-list li {
  position: relative;
}

.main-nav-list-arrow {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  list-style-type: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  opacity: 60%;
}

.header-dropdown {
  position: absolute;
  top: 100%;
  /* margin-top: 5px; */
  margin-top: 15px;
  /* width: 290px; */
  padding: 20px 25px;
  left: 0;
  background-color: #f1f1f1;
  border-radius: 15px;
  /* box-shadow: 0 2.4px 4.8px rgb(0 0 0 / 18%); */
}

/* .header-dropdown-link:hover {
  background-color: #f1f1f1;
  display: block;
} */

.header-dropdown-link {
  margin: 10px 0px;
}

.header-dropdown-link a {
  font-size: 14px;
  white-space: nowrap;
  /* padding: 4px 6px; */
  color: #000;
}

.header-dropdown-link a:hover {
  opacity: 60%;
}

.hero {
  margin-top: 300px;
  padding-bottom: 240px;
}

.hero h1 {
  font-size: 60px;
  margin-bottom: 50px;
  max-width: 100%;
  width: 930px;
  color: #fff;
}

.hero p {
  font-size: 17px;
  max-width: 100%;
  width: 495px;
  color: #fff;
}



/* ******************************************** */
/* Mobile-Navigation */
/* ******************************************** */
.mobile-menu-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.mobile-menu-btn-container {
  display: none;
}

.mobile-menu-btn-img-close {
  display: none;
}

.mobile-menu-btn {
  cursor: pointer;
  transition: all 0.3s;
}

.mobile-menu-btn:hover {
  opacity: 60%;
}

.mobile-nav-wrapper {
  display: none;
}

/* ******************************************** */
/* Section-how */
/* ******************************************** */

.section-how {
  margin-bottom: 124px;
}

.header-color {
  padding: 75px;
  background-color: #586b82;
  text-align: center;
}

.header-featured-in {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.section-container {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  align-items: stretch;
}

.step-img-box {
  position: relative;
  width: 50%;
}

.step-img-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  /* object-fit: cover; */
  height: 100%;
  overflow: hidden;
}

.step-img-container img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-img-container img:hover {
  transform: scale(1.1);
}

.is-right .step-img-container {
  right: unset;
  left: 0;
}

.section-how-color {
  background-color: #354961;
  overflow: hidden;
}

.step-text-box {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 70px;
  width: 50%;
}

.is-right .step-text-box {
  padding-left: 0;
  padding-right: 70px;
}

.step-number {
  color: #b0c1e3;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}

.overflow {
  overflow: hidden;
}

.linie {
  border-bottom: 1px solid #b0c1e3;
}

.step-heading {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  /* width: 349px; */
  margin: 10px 0 50px 0;
}

.step-description {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  max-width: 586px;
  line-height: 1.8;
  padding-bottom: 40px;
}

.step-link:link,
.step-link:visited {
  display: flex;
  gap: 10px;

  font-size: 18px;
  color: #a7a7a7;
  text-decoration: none;
  transition: all 0.3s;
}

.step-link:hover,
.step-link:active {
  opacity: 60%;
}

/* ******************************************** */
/* Section-equipment */
/* ******************************************** */
.section-equipment {
  margin-bottom: 156px;
}

.equipment-title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 74px;
}

.equipment-title {
  font-size: 30px;
  font-weight: 700;
  color: #011d54;
}

.equipment-btn:link,
.equipment-btn:visited {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #354961;
  padding: 10px 45px;
  color: black;
  transition: all 0.3s;
}

.equipment-btn:hover,
.equipment-btn:active {
  opacity: 60%;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 14px;
  row-gap: 30px;
}

.equipment-card-container {
  width: 100%;
  min-height: 380px;
  display: grid;
  grid-template-columns: 39% 1fr;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}

.equipment-card-info {
  background-color: #354961;
  padding: 39px 0 0 23px;
  text-align: left;
  position: relative;
}

.equipment-card-info::before,
.equipment-card-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 20px;
  height: 50%;
  border: 20px solid #354961;
  border-right-width: 0;
  border-bottom-color: transparent;
  box-sizing: border-box;

  z-index: 1;
}

.equipment-card-info::after {
  top: unset;
  bottom: 0;
  border-top-color: transparent;
  border-bottom-width: 0;
}

.card-red {
  background-color: #96222d;
}

.card-red.equipment-card-info::before,
.card-red.equipment-card-info::after {
  border-color: #96222d;
  border-bottom-color: transparent;
}

.card-red.equipment-card-info::after {
  border-top-color: transparent;
}

.card-title {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 40px;
}

.card-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2rem;
}



.card-action:link,
.card-action:visited {
  color: #A7A7A7;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  margin: 43px 0 64px 0;

  transition: all 0.3s;
}

.card-action:hover,
.card-action:active {
  opacity: 60%;
}

.equipment-card-img {
  width: 100%;
  overflow: hidden;
}

.equipment-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

.equipment-card-img img:hover {
  transform: scale(1.1);
  z-index: -1;
}

/* ******************************************** */
/* Section-detail */
/* ******************************************** */

.section-details {
  width: 100%;
  background-color: #586b82;
  padding: 60px 0;
  margin-bottom: 96px;
}

.section-details-container {
  /* display: grid;
  grid-template-columns: 45% 1fr; */
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: stretch;
  justify-content: stretch;
}

.details-info-header {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-top: 107px;
  margin-bottom: 68px;
}

.details-info-text {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 80px;
}

.details-action:link,
.details-action:visited {
  color: #b0c1e3;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  transition: all 0.3s;
  margin-bottom: 150px;
}

.details-action:hover,
.details-action:active {
  opacity: 60%;
}

.location-head {
  font-size: 17px;
  font-weight: 600;
  color: #b0c1e3;
  padding-bottom: 13px;
}

.section-details-linie {
  position: absolute;
  left: 0px;
  width: 76.5%;
  z-index: 999;

  transition: all 0.3s ease-in-out;
}

.section-details-linie::before {
  content: "";
  display: block;
  width: 100%;
  /* border-bottom: 0.5px solid rgba(255, 255, 255, 0.416); */
  height: 0.5px;
  background-color: rgba(255, 255, 255, 0.416);
}

.section-details-bula {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}

.section-details-bula:hover {
  transform: scale(1.1);
}

.section-details-bula::before,
.section-details-bula::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(236, 0, 0, 0.53);
  transform: translate3d(-50%, -50%, 0);
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.section-details-bula::after {
  background-color: #faf8f8;
  width: 10px;
  height: 10px;
}

.location-wrapper {
  position: relative;
}

.location {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 13px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.section-details-info {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 10.3%;
}

.section-details-img {
  width: 55%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.section-details-img img {
  width: 100%;
  margin-top: auto;
}


.section-details-img-mobile {
  display: none;
}

.locatie-harta-mobile {
  display: none;
}

/* ******************************************** */
/* Section-qualification */
/* ******************************************** */

.qualification-section {
  display: flex;
  justify-content: space-between;
}

.partner-container {
  width: 70%;
  margin: 5% 0;
}

.partner-container-text {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 60px;
}

.swiper-logouri-home-mobile {
  display: none;
}

.partner-logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 70%;
  margin-bottom: 60px;
}

.partner-logo-container-img {
  width: 13%;
  height: 15%;
}

.qualification-action:link,
.qualification-action:visited {
  color: #a7a7a7;
  display: flex;
  flex-direction: row;
  gap: 10px;
  transition: all 0.3s;
}

.qualification-action:hover,
.qualification-action:active {
  opacity: 60%;
}

.qualification-img {
  width: 25%;
  height: 25%;
  box-shadow: 0 2.4px 4.8px rgba(0, 0, 0, 0.115);
}

.qualification-img.qualification-img-mobile {
  display: none;
}

.qualification-img img {
  width: 100%;
}

/* ******************************************** */
/* Footer */
/* ******************************************** */

.footer {
  display: flex;
  justify-content: space-between;

  /* display: grid;
  grid-template-columns: 1fr 0.5fr 0.5fr 1fr 1fr;
  gap: 30px; */
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link-title {
  font-size: 15px;
  font-weight: 600;
  color: #ec0000;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.footer-link-title-arrow {
  display: none;
}

.footer-link-title-down-arrow {
  transition: all 150ms ease-in-out;
}


.footer-dropdown {
  display: block;
}

.footer-link-contact {
  display: flex;
  align-items: center;
  padding-bottom: 17px;
  gap: 10px;
}

.footer-link-dark-red {
  display: none;
}

.footer-link,
.footer-link a:link,
.footer-link a:visited {
  color: #8f8f8f;
  padding-bottom: 16px;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s;
}

.footer-link a:hover,
.footer-link a:active,
.footer-link-contact a:hover,
.footer-link-contact a:active {
  color: #1d1d1d;
}

.footer-link-contact a {
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}

.copyright-container {
  width: 90%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}

.copyright-container img {
  margin-bottom: 16px;
}

.copyright-container-p-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.copyright-container-p-1 a {
  font-size: 14px;
  color: #2E3997;
  font-weight: 600;
  transition: all 0.3s;
}

.copyright-container-p-1 a:hover {
  opacity: 60%;
}

.copyright-container-p-2 {
  /* width: 55%; */
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}

.copyright {
  font-size: 12px;
  color: #555555;
}

.fb-container {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

.fb-container a:link,
.fb-container a:visited {
  font-size: 16px;
  font-weight: 700;
  color: #2E3997;
  cursor: pointer;
  transition: all 0.3s;
}

.fb-container a:hover,
.fb-container a:active {
  opacity: 60%;
}

.fb-conainet-bara {
  border-left: 2.5px solid #2E3997;
}

.copyright-text {
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}



/* ///////////////////////////////////////////// */
/* COMPANIE */
/* ///////////////////////////////////////////// */

.companie-header {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.companie-container .header-dotari {
  margin-bottom: 56px;
}

.companie-header iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.companie-header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* z-index: 100; */
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top,
      rgba(1, 29, 84, 0.22),
      rgba(1, 29, 84, 0.5));
}

.companie-container {
  margin-top: 60px;
  margin-bottom: 28px;
}

/* .dotari-title {
  margin-top: 60px;
  margin-bottom: 28px;
} */

.swiper.swiper-companie {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}

.swiper-companie .swiper-slide img {
  box-shadow: none !important;
  object-fit: cover;
}

.mb-0 {
  margin-bottom: unset !important;
}

/* ///////////////////////////////////////////// */
/* AUTORIZARI */
/* ///////////////////////////////////////////// */

.autorization-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  /* margin-bottom: 100px; */

}

.autorization-text {
  width: 40%;
}

.autorization-text-header {
  margin-bottom: 30px;
}

.autorization-text-description {
  margin-bottom: 20px;
}

.autorization-img {
  display: none;
  max-height: 500px;
  width: 60%;
  align-items: center;
  justify-content: center;
}

.autorization-img img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 2.4px 4.8px rgba(0, 0, 0, 0.115);
}

.swiper {
  width: 100%;
  height: 30vw;
  margin-bottom: 50px;
}


.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #011D54 !important;
}


.swiper-slide img {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  object-fit: contain;
  /* box-shadow: 0 2.4px 4.8px rgba(0, 0, 0, 0.115); */
}


.swiper.swiper-logouri {
  /* width: 100%;
  height: 13vw;
  margin-bottom: 50px; */
  display: none;
}

.swiper-img-container img {
  box-shadow: none !important;
}

.autorization-logo-container {
  height: 80px;
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;

}

.autorization-logo-container-img {
  height: 100%;
}


/* ///////////////////////////////////////////// */
/* CONTACT */
/* ///////////////////////////////////////////// */
.contact-tile {
  margin: 25px 0 30px 0;
}

.contact-text {
  margin-bottom: 40px;
  width: 40%;
}

.contact-container {
  margin-bottom: 160px;
}


/* .contact-form-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
} */

.contact-form-title {
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 600;
}

/* .contact-form{
  display: flex;
  flex-direction: column;
  align-items: stretch;
} */


.contact-submit-container {
  display: flex;
  flex-direction: column;
}

.form-first-row {
  display: flex;
  flex-direction: row;
  /* gap: 30px; */
  justify-content: space-between;
}

.field {
  width: 30%;
}


.field input,
.field label {
  position: relative;
  display: inline-block;
  width: 100%;
}

input[type="text"],
input[type="text"]:link,
input[type="text"]:visited {
  font-size: 1.25em;
  padding-bottom: 20px;
  z-index: 10;
  background: transparent;
  margin-bottom: 0.5em;
  border: none;
  border-bottom: 1px solid black;
  outline: none;
}

input[type="text"]:hover,
input[type="text"]:active {
  border-bottom: 2px solid #2981eb;
}


.field-mesaj textarea {
  width: 100%;
  border: unset;
  border-bottom: 1px solid black;
  outline: none;
  height: 200px;
  font-size: 17px;
}

.field-mesaj {
  margin-top: 20px;
  width: 100%;
}

label {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 5px 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  top: 36px;
}

.send-checkbox-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.checkbox-container a {
  color: #2f68d7;
  text-decoration: none;
}

.checkbox-container a:hover {
  color: #2653ac;
  text-decoration: underline;
}

.checkbox-container label {
  padding: unset;
  top: unset;
}

input[type=submit] {
  display: block;
  cursor: pointer;
  padding: 20px 120px;
  color: #fff;
  background-color: #96222d;
  border: none;
  font-size: 16px;
}

input[value=Trimite] {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
}

textarea#mesaj {
  font-family: "Montserrat", sans-serif;
  resize: none;
  font-size: 16px;
}

.contact-form-btn {
  transition: all 0.3s;
}

.contact-form-btn:hover {
  opacity: 60%;
}


.filled label {
  top: 0;
  font-size: 0.8em;
}

.contact-footer {
  background-color: #F4F4F4;
  padding: 90px 0 80px 0;
}

.contact-footer-address {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  width: 70%;
  gap: 120px;
  justify-content: space-between;
}

.feature-location {
  width: 50%;
}

.feature-location-header h4 {
  font-size: 17px;
  font-weight: 600;
}

.feature-location-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.feature-location-container p {
  margin-bottom: 20px;
}

.footer-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 25px 0 21px 16px;
  min-height: 200px;
  box-shadow: 0 2.4px 4.8px rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
}

.footer-name:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.footer-name h4,
.footer-name-item a,
.feature-contact-nr a {
  color: #000;
}

.footer-name-item.footer-name-person {
  color: #96222d;
}

.feature-contact-nr a:hover {
  text-decoration: underline;
}

.footer-name-item a {
  transition: all 0.3s;
}

.footer-name-item a:hover {
  opacity: 60%;
}


.persoane-de-contact {
  margin: 99px 0 37px 0;
}

.footer-name-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

}

.footer-name-item {
  margin-bottom: 5px;
}

.coordinates {
  font-size: 15px;
  display: inline-block;
  margin-top: 78px;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 -1.6px 4.8px rgba(0, 0, 0, 0.115);
}

#contact-map {
  width: 100%;
  height: 70vh;
}



/* ///////////////////////////////////////////// */
/* TERMENI SI CONDITII */
/* ///////////////////////////////////////////// */

.termeni-container h1 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}

.termeni-container h2,
.termeni-container h3,
.termeni-container h4,
.termeni-container h5,
.termeni-container h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.termeni-container p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
}


/* ///////////////////////////////////////////// */
/* STRATEGIA CALITAII*/
/* ///////////////////////////////////////////// */
.strategia-calitatii-container h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 51px;
}

.strategia-calitatii-container p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}

.strategia-calitatii-container h3 {
  margin-top: 50px;
  margin-bottom: 6px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
}

.strategia-calitatii-container h4 {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 160px;
}

/* ///////////////////////////////////////////// */
/* DOTARI */
/* ///////////////////////////////////////////// */
.header-dotari {
  margin-bottom: 83px;
}


.dotari-title {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 66px;
}

.dotari-subtitle {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 60px;

  width: 40%;
}

.header-dotari-container {
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  gap: 120px; */
  display: grid;
  grid-template-columns: repeat(2, 45%);
  column-gap: 100px;
  row-gap: 50px;
}

.equipment-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  /* max-height: 500px; */
}

.equipment-info-red {
  background-color: #96222d !important;
}

.equipment-info-dark-blue {
  background-color: #354961;
}

.equipment-info {
  /* padding: 45px 25px 30px 30px; */
  padding: 30px;
  position: relative;
  width: 65%;
  /* overflow: scroll; */
  max-height: 500px;
}


/* Hide scrollbar for Chrome, Safari and Opera
.equipment-info::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
/* .equipment-info { */
/* -ms-overflow-style: none; */
/* IE and Edge */
/* scrollbar-width: none; */
/* Firefox */
/* }  */

.equipment-info a {
  position: absolute;
  bottom: 20px;
}

.equipment-info-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.equipment-info-container {
  display: flex;
  flex-direction: row;
  gap: 5%
}

.info-container {
  /* width: 45%; */
  color: #fff;
  font-size: 14px;
}

.info-container h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

.info-container ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
}


.info-container li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(/image/arrow-right-short.svg);
  width: 12px;
  height: 11px;
}

.info-container li {
  position: relative;
  padding-left: 20px;
}

/* .info-container-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
} */

.info-container-text p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;

}

.equipment-container-img {
  overflow: hidden;
  max-height: 500px;
  width: 35%;
}


.equipment-container-img img {
  object-fit: cover;
  height: 100%;
}

/* 
.equipment-info-red.equipment-container-img-2 {
  width: 100%;
}

.equipment-container-img-2 img {
  width: 100%;
  max-height: 500px;
} */

.equipment-card-action:link,
.equipment-card-action:visited {
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  transition: all 0.3s;
}

.equipment-card-action:hover,
.equipment-card-action:active {
  opacity: 60%;
}



/* ///////////////////////////////////////////// */
/* LUCRARI */
/* ///////////////////////////////////////////// */

.lucrari-container {
  max-height: 350px;
  display: flex;
  flex-direction: row;
  margin-bottom: 70px;
}

.lucrari-container.is-left {
  flex-direction: row-reverse;
}

.lucrari-text-container {
  background-color: #011D54;
  padding: 62px 40px;
  overflow: visible;
  margin: 60px 0;
  margin-right: -142px;
  width: 390px;
  flex-shrink: 0;

  z-index: 999;
}

.lucrari-container.is-left .lucrari-text-container {
  margin-right: 0;
  margin-left: -142px;
}

.lucrari-text-header {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;

}

.lucrari-action:link,
.lucrari-action:visited {
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  transition: all 0.3s;
}

.lucrari-action:hover,
.lucrari-action:active {
  opacity: 60%;
}

.lucrari-container-img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  /* width: 80vw; */
}

/* ///////////////////////////////////////////// */
/* CONSTRUCTII */
/* ///////////////////////////////////////////// */

/* .header-constructii .dotari-title {
  width: 80%;
  margin-bottom: 32px;
} */

.constructii-gallery-container {
  margin-top: 100px;
}

.constructii-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 15rem;
  gap: 52px;
  margin-bottom: 52px;
}

.constructii-gallery .gallery-link {
  display: block;
  position: relative;
}

.constructii-gallery .gallery-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 29, 84, 0.62);
  opacity: 0;
  transition: all 150ms ease-in-out;
}

.constructii-gallery .gallery-eye {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: all 150ms ease-in-out;
}

.constructii-gallery .gallery-link:hover::after,
.constructii-gallery .gallery-link:hover .gallery-eye {
  opacity: 1;
}


.constructii-gallery .gallery-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.constructii-swiper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
}

.constructii-btn {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 40px 30px;
  background-color: #96222d;
}

.number,
.constructii-btn-container {
  transition: all 0.3s;
}

.number:hover {
  opacity: 60%;
}


.constructii-btn-container:hover {
  opacity: 80%;
}

.right-btn {
  display: flex;
  flex-direction: row-reverse;
}


/* .constructii-btn.left-btn {
  opacity: 0;
} */

.constructii-btn p {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.constructii-number-container {
  margin: 0 auto;
  align-items: center;
}

.constructii-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.number {
  font-size: 17px;
  font-weight: 600;
  color: #011D54;
}

.number-active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid red;
  border-radius: 100%;
}

/* ///////////////////////////////////////////// */
/* ERROR */
/* ///////////////////////////////////////////// */

.error-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.error-text h1 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 32px;
}

.error-text p {
  margin-bottom: 10px;
}

.error-img {
  width: 60%;
}

.error-img img {
  width: 100%;
}

/* ///////////////////////////////////////////// */
/* Up Btn */
/* ///////////////////////////////////////////// */

.up-btn {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 999999999999999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #586b82bd;
  border: none;
  transition: all 0.3s;
}

.up-btn:hover {
  opacity: 90%;
}

.up-btn img {
  width: 40px;
  height: 40px;
}