@import 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap';
.globalsection {
  position: relative;
  padding: 2em;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .globalsection {
    padding: 1em;
  }
}

.appointment-btn {
  padding: 1rem;
  border: 1px solid #0055C4;
  font-size: clamp(0.95rem, 0.2vw + 0.91rem, 1.15rem);
  font-weight: 600;
  color: #0055C4;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 30px;
}
.appointment-btn:hover {
  color: #F1F1F1;
}
.appointment-btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  z-index: -1;
  background-color: #0055C4;
  top: 0;
  transition: width 0.5s ease;
  left: 0;
  border-radius: 30px;
}
.appointment-btn:hover::after {
  width: 100%;
}

a {
  text-decoration: none;
  color: #0f0f0f;
}

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.36666666;
}

body, html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

.menu__wrapper {
  position: fixed;
  cursor: pointer;
  right: 2rem;
  width: 40px;
  z-index: 9999;
  height: 40px;
}

.menu {
  z-index: 9999;
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-global {
  backface-visibility: hidden;
  position: absolute;
  border-top: 1px solid black;
  width: 100%;
  transition: 0.5s 0.55s;
}

.menu-top {
  top: 8px;
}

.menu-middle {
  top: 18px;
}

.menu-bottom {
  top: 28px;
}

.menu-top-click {
  backface-visibility: hidden;
  top: 18px;
  transform: rotate(50deg);
  transition: transform 0.55s 0.5s, top 0.55s 0.5s;
}

.menu-middle-click {
  opacity: 0;
}

.menu-bottom-click {
  backface-visibility: hidden;
  top: 18px;
  transform: rotate(-410deg);
  transition: transform 0.55s 0.5s, top 0.55s 0.5s;
}

@media screen and (min-width: 1024px) {
  .menu__wrapper {
    display: none;
  }
}
.menu-overlay {
  position: fixed;
  height: 100%;
  right: -100%;
  background-color: white;
  z-index: 999;
  width: 40%;
  display: flex;
  padding: 3rem;
  transition: right 1.2s ease;
}
.menu-overlay.open {
  right: 0;
}
.menu-overlay__links {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: calc(100% - 5em);
  margin-top: 8em;
}
.menu-overlay__links a {
  border-bottom: 1px solid #0055C4;
  margin-top: 0.4em;
  font-size: clamp(1rem, 0.8vw + 0.84rem, 1.8rem);
  transition: color 0.4s ease;
}
.menu-overlay__links a:hover {
  color: #0055C4;
}

@media screen and (max-width: 768px) {
  .menu-overlay {
    width: 100%;
  }
  .menu-overlay__links {
    width: 100%;
  }
  .menu-overlay__links a {
    font-size: clamp(1.5rem, 0.9vw + 1.32rem, 2.4rem);
  }
}
.campanie__body {
  overflow-x: hidden;
}

.campanie {
  display: flex;
  padding: 1rem;
  position: relative;
  gap: 2rem;
  max-width: 1600px;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.campanie__wrapper {
  display: flex;
  flex-direction: column;
}
.campanie__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5em;
}
.campanie__title--subtitle {
  font-size: 1.2rem;
  background-color: #0055C4;
  color: #F1F1F1;
  font-weight: 600;
  position: relative;
  padding: 0.5rem;
}
.campanie__title--title {
  font-size: clamp(1.9rem, 1.3vw + 1.64rem, 3.2rem);
  font-weight: 500;
}
.campanie__subtitle {
  font-size: clamp(1.45rem, 0.65vw + 1.32rem, 2.1rem);
  margin-top: 1em;
}
.campanie__text {
  margin-top: 2em;
  font-size: 1.15rem;
}
.campanie__text2 {
  margin-top: 0.5em;
}
.campanie__footer {
  text-align: center;
  -webkit-text-decoration: underline #0055C4;
          text-decoration: underline #0055C4;
  padding: 1rem;
  margin-block: 8em;
}
.campanie__img {
  width: 50%;
  align-self: flex-end;
  min-width: 290px;
}

.afectiuni-body {
  overflow-x: hidden;
}

.afectiuni-wrapper {
  max-width: 1000px;
  padding: 1.5rem;
  margin-inline: auto;
}
.afectiuni-wrapper .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5em;
}
.afectiuni-wrapper .title--title {
  font-size: clamp(2.7rem, 1.5vw + 2.4rem, 4.2rem);
  font-weight: 500;
}
.afectiuni-wrapper .title--subtitle {
  font-size: 1.15rem;
  color: #0055C4;
}
.afectiuni-wrapper .section {
  margin-block: 3.5em;
}
.afectiuni-wrapper .section__title {
  font-size: clamp(1.45rem, 0.65vw + 1.32rem, 2.1rem);
}
.afectiuni-wrapper b {
  color: #0055C4;
  font-size: clamp(1rem, 0.3vw + 0.94rem, 1.3rem);
}
.afectiuni-wrapper .list {
  margin-block: 1em;
}
.afectiuni-wrapper .list__item {
  margin-block: 0.5em;
}
.afectiuni-wrapper .text {
  font-size: clamp(0.95rem, 0.2vw + 0.91rem, 1.15rem);
}
.afectiuni-wrapper img {
  width: 100%;
  border: 3px solid #0055C4;
}

.main {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.header1 {
  background: linear-gradient(to right, #0055C4, #0066e3);
  display: flex;
  justify-content: space-between;
  padding: clamp(0.6rem, 0.6vw + 0.48rem, 1.2rem);
}
.header1__content {
  display: flex;
  gap: 0.5em;
  align-items: center;
  color: #F1F1F1;
}
.header1__content i {
  font-size: 1.2rem;
}
.header1__content p {
  font-size: 0.95rem;
}
@media screen and (max-width: 768px) {
  .header1 {
    display: none;
  }
}

.header2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 3em;
  max-width: 1600px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-inline: auto;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 100;
}
.header2__content1 {
  max-width: 125px;
  transition: transform 0.3s ease;
}
.header2__content1:hover {
  transform: scale(1.05);
}
.header2__content1 img {
  width: 100%;
}
.header2__content2 .header__menu {
  display: flex;
  gap: 1.5rem;
}
.header2__content2 .header__menu a {
  color: #0f0f0f;
  font-weight: 500;
  font-size: clamp(1rem, 0.3vw + 0.94rem, 1.3rem);
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}
.header2__content2 .header__menu a:hover {
  color: #0055C4;
}
.header2__content2 .header__menu a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #0055C4;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}
.header2__content2 .header__menu a:hover::after {
  width: 100%;
}
.header2__content3 {
  background: linear-gradient(to right, #0055C4, #0066e3);
  color: #F1F1F1;
  z-index: 2;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 85, 196, 0.3);
  transition: all 0.3s ease;
  overflow: hidden;
}
.header2__content3:hover {
  color: #0055C4;
  box-shadow: 0 8px 20px rgba(0, 85, 196, 0.4);
  transform: translateY(-3px);
}
.header2__content3::after {
  background-color: white;
  z-index: -1;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .header2__content3 {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header__menu {
    display: none !important;
  }
  .main__container__box2 {
    display: none;
  }
}
.main__container {
  display: flex;
  width: 100%;
  max-width: 1600px;
  justify-content: center;
  gap: 5em;
  padding: 1rem;
  margin-top: 2em;
  align-items: center;
  margin-inline: auto;
}
.main__container__box1__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.main__container__box1__title--subtitle {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #0055C4;
  position: relative;
  margin-bottom: 1rem;
}
.main__container__box1__title--subtitle::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #0055C4;
  left: 0;
  bottom: -5px;
}
.main__container__box1__title--title {
  font-weight: 400;
  font-size: clamp(2.7rem, 1.5vw + 2.4rem, 4.2rem);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.main__container__box1__title--title span {
  background: linear-gradient(to right, #0055C4, #0066e3);
  color: #F1F1F1;
  padding: 0.2rem 1rem;
  font-weight: 600;
  border-radius: 5px;
}
.main__container__box1__title--button {
  margin-top: 1.5em;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 85, 196, 0.3);
  transition: all 0.3s ease;
  overflow: hidden;
}
.main__container__box1__title--button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 85, 196, 0.4);
}
.main__container__box1__title--text {
  font-size: clamp(0.95rem, 0.2vw + 0.91rem, 1.15rem);
  margin-top: 0.5em;
  font-weight: 300;
  color: #555;
  line-height: 1.6;
}
.main__container__box1__title--text a {
  text-decoration: none;
  font-weight: 500;
  color: #0055C4;
  position: relative;
}
.main__container__box1__title--text a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0055C4;
  left: 0;
  bottom: -2px;
  transition: height 0.2s ease;
}
.main__container__box1__title--text a:hover::after {
  height: 2px;
}
.main__container__box2 {
  width: 100%;
  height: 100%;
  align-self: flex-end;
}
.main__container__box2__img {
  border-radius: 30% 70% 70% 30%/42% 48% 52% 58%;
  width: 90%;
  height: 650px;
  background: url(imagini/main-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  position: relative;
}
.main__container__box2__img:hover {
  transform: scale(1.02) translateX(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.main__container__box2__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 70% 30%/42% 48% 52% 58%;
  border: 3px solid rgba(0, 85, 196, 0.3);
  top: 15px;
  left: 15px;
  z-index: -1;
}

.about {
  position: relative;
  padding: 10rem 1rem 1rem 1rem;
  min-height: 60vh;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(imagini/background-pattern.png);
  background-size: cover;
}
.about__container {
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  gap: calc(10% + 1.5em);
  align-items: center;
  flex-wrap: wrap;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .about__container {
    flex-direction: column;
  }
}
.about__container__title {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  border-left: 3px solid #0055C4;
  padding-left: 1.5em;
  position: relative;
}
.about__container__title::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: rgba(0, 85, 196, 0.1);
  border-radius: 50%;
  left: -30px;
  top: -30px;
  z-index: -1;
}
@media screen and (max-width: 870px) {
  .about__container__title {
    min-width: 280px;
  }
}
.about__container__title--subtitle {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.about__container__title--subtitle::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #0055C4;
  bottom: -5px;
  left: 0;
}
.about__container__title--title {
  /*font-size: clamp(1.9rem, 1.3vw + 1.64rem, 3.2rem);*/
  font-weight: 400;
  font-size: 2em !important;
  margin-bottom: 1rem;
  color: #333;
}
.about__container__title--text {
  font-size: clamp(0.95rem, 0.2vw + 0.91rem, 1.15rem);
  line-height: 2;
  color: #555;
}
.about__container__cards {
  display: flex;
  gap: 3em;
  padding: 2.5em;
  margin-block: 3.5em;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #0055C4, #0066e3);
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 85, 196, 0.2);
  position: relative;
  overflow: hidden;
}
.about__container__cards::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: -75px;
  right: -75px;
}
.about__container__cards--card {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  color: #F1F1F1;
  position: relative;
  z-index: 2;
}
.about__container__cards--card--title {
  font-size: clamp(2.2rem, 1.5vw + 1.9rem, 3.5rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
  background: linear-gradient(to right, #ffffff, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.about__container__cards--card--text {
  text-align: center;
  font-weight: 500;
  font-size: 1.05rem;
}
.about__container .separator {
  height: 100px;
  width: 2px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0.8), rgba(255,255,255,0.2));
  border-radius: 1px;
}

.services {
  padding-block: 6rem !important;
  background: linear-gradient(45deg, #004bb0, #0055C4, #0066e3);
  position: relative;
  overflow: hidden;
}
.services::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: -150px;
  left: -150px;
}
.services::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  bottom: -100px;
  right: -100px;
}
.services__container {
  max-width: 1600px;
  margin-inline: auto;
  display: flex;
  padding: clamp(0rem, 1vw - 0.2rem, 1rem);
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.services__container__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.services__container__title--subtitle {
  font-size: clamp(0.95rem, 0.2vw + 0.91rem, 1.15rem);
  background-color: #F1F1F1;
  color: #0055C4;
  font-weight: 600;
  position: relative;
  padding: 1rem;
  transform: skewX(4deg);
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.services__container__title--title {
  font-size: clamp(2.1rem, 1.5vw + 1.8rem, 3.4rem);
  color: #F1F1F1;
  font-weight: 600;
  margin-bottom: 2.5em;
  margin-top: 0.5rem;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.services__container__cards {
  display: flex;
  max-width: 1500px;
  margin-inline: auto;
  flex-wrap: wrap;
  gap: 3em;
}
.services__container__cards--card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 280px;
  border: none;
  background-color: #F1F1F1;
  border-radius: 20px;
  padding: 4em 1.5em;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services__container__cards--card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.services__container__cards--card--icon img {
  max-width: 90px;
  min-width: 50px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}
.services__container__cards--card:hover .services__container__cards--card--icon img {
  transform: scale(1.1);
}
.services__container__cards--card--title {
  font-size: calc(clamp(0.95rem, 0.2vw + 0.91rem, 1.15rem) + 0.3rem);
  font-weight: 600;
  width: 90%;
  text-align: center;
  margin: 1.5rem 0 1rem;
  color: #0055C4;
}
.services__container__cards--card--text {
  max-width: 90%;
  margin-top: 0.5em;
  line-height: 1.6;
  text-align: center;
  color: #555;
}

.investigatii__wrapper {
  max-width: 1600px;
  border-bottom: 1px solid #0055C4;
  padding-bottom: 4em;
  margin-inline: auto;
  position: relative;
}
.investigatii__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2em auto 3em;
  position: relative;
}
.investigatii__title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #0055C4, #0066e3);
  bottom: -15px;
  border-radius: 2px;
}
.investigatii__title--title {
  font-size: clamp(1.9rem, 1.3vw + 1.64rem, 3.2rem);
  font-weight: 600;
  text-align: center;
  position: relative;
}
.investigatii__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
  justify-content: space-between;
}
.investigatii__container__list {
  font-size: calc(clamp(0.95rem, 0.2vw + 0.91rem, 1.15rem) + 0.3rem);
  flex: 1;
  min-width: 270px;
  background-color: rgba(0, 85, 196, 0.03);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.investigatii__container__list:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.investigatii__container__list--item {
  display: flex;
  align-items: start;
  gap: 0.5em;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid rgba(0, 85, 196, 0.1);
}
.investigatii__container__list--item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.investigatii__container__list--item i {
  color: #0055C4;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.investigatii__container__list--item p {
  line-height: 1.5;
}

.hoya {
  margin-block: 5em;
  background: url(imagini/miyosmart-bck.jpg);
  padding-block: 0 !important;
  padding-inline: 0 !important;
  min-height: 60vh;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: right;
  background-color: #E8E9EB;
}
@media screen and (max-width: 1400px) {
  .hoya {
    background-size: cover;
  }
  .hoya__wrapper {
    background-color: rgba(204, 204, 204, 0.4);
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hoya {
    background-position: center;
  }
  .hoya__wrapper {
    background-color: rgba(204, 204, 204, 0.55);
  }
}
.hoya__wrapper {
  padding-top: 2em;
  min-height: inherit;
  padding-inline: 1em;
  max-width: 1600px;
  margin-inline: auto;
}
.hoya__title a {
  color: #0055C4;
}
.hoya__title--title {
  font-size: clamp(1.9rem, 1.3vw + 1.64rem, 3.2rem);
  margin-bottom: 0.3em;
  font-weight: 600;
}
.hoya__title--subtitle {
  font-size: clamp(1rem, 0.3vw + 0.94rem, 1.3rem);
}
.hoya__content {
  max-width: 52.5rem;
  height: auto;
}
.hoya__content--info {
  font-size: clamp(0.95rem, 0.2vw + 0.91rem, 1.15rem);
  margin-top: 0.5em;
}
.hoya__content__button {
  padding: 1rem;
}
.hoya__content__button p {
  background: linear-gradient(to right, #0055C4, #0066e3);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em;
  color: #F1F1F1;
  font-weight: 600;
  font-size: clamp(0.95rem, 0.2vw + 0.91rem, 1.15rem);
  border-radius: 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hoya__content__button p:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 85, 196, 0.4);
}
.hoya__content__button p::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
  transition: width 0.3s ease;
  z-index: -1;
  border-radius: 30px;
}
.hoya__content__button p:hover::after {
  width: 100%;
}
.hoya__content__button p:hover {
  color: #0055C4;
}
.hoya .circle {
  width: 30%;
  height: 100%;
  border: 1px solid #0055C4;
  border-radius: 100%;
  position: absolute;
  right: -15%;
  bottom: 0;
}
@media screen and (max-width: 1150px) {
  .hoya .circle {
    display: none;
  }
}

.afectiuni {
  margin-block: 5em;
  background-color: #f9f9f9;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.afectiuni__wrapper {
  max-width: 1600px;
  margin-inline: auto;
}
.afectiuni__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
  position: relative;
}
.afectiuni__title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #0055C4, #0066e3);
  bottom: -20px;
  border-radius: 2px;
}
.afectiuni__title--title {
  font-size: clamp(1.9rem, 1.3vw + 1.64rem, 3.2rem);
  font-weight: 600;
  position: relative;
}
.afectiuni__title--subtitle {
  font-size: clamp(0.95rem, 0.2vw + 0.91rem, 1.15rem);
  max-width: 600px;
  text-align: center;
  color: #555;
  line-height: 1.6;
}
.afectiuni__cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 90%;
  margin-top: 2em;
  flex-wrap: wrap;
}
.afectiuni__cards__container {
  padding: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.afectiuni__cards__card {
  flex: 1;
  border: none;
  border-radius: 20px;
  max-width: 380px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}
.afectiuni__cards__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.afectiuni__cards__card--img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.afectiuni__cards__card--img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  z-index: 1;
}
.afectiuni__cards__card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  transition: transform 0.5s ease;
}
.afectiuni__cards__card:hover .afectiuni__cards__card--img img {
  transform: scale(1.1);
}
.afectiuni__cards__card--title {
  font-size: clamp(1.45rem, 0.65vw + 1.32rem, 2.1rem);
  font-weight: 600;
  text-align: center;
  padding-bottom: 0.5rem;
  margin: 0.8rem 0;
  position: relative;
  color: #0055C4;
}
.afectiuni__cards__card--title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: linear-gradient(to right, #0055C4, #0066e3);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.afectiuni__cards__card--text {
  margin: 0.5rem 0 1rem;
  color: #555;
  line-height: 1.6;
  padding: 0 1rem;
}
.afectiuni__cards__card--button {
  margin: 1rem auto 1.5rem;
  cursor: pointer;
  background: linear-gradient(to right, #0055C4, #0066e3);
  color: #F1F1F1;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 85, 196, 0.3);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.afectiuni__cards__card--button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 85, 196, 0.4);
}
.afectiuni__cards__card--button::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  z-index: -1;
  background: white;
  top: 0;
  left: 0;
  transition: width 0.3s ease;
  border-radius: 30px;
}
.afectiuni__cards__card--button:hover::after {
  width: 100%;
}
.afectiuni__cards__card--button:hover p, 
.afectiuni__cards__card--button:hover a {
  color: #0055C4;
}
.afectiuni__cards__card--button p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}
.afectiuni__cards__card--button a {
  color: #F1F1F1;
  transition: color 0.3s ease;
}

.FAQ {
  margin-block: 5em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(imagini/background-pattern.png);
  background-size: cover;
  padding: 4rem 2rem;
}
.FAQ__wrapper {
  max-width: 1600px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4rem;
  justify-content: space-between;
}
.FAQ__title {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 90%;
  min-width: 300px;
  border-left: 3px solid #0055C4;
  padding-left: 1.5rem;
  position: relative;
}
.FAQ__title::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: rgba(0, 85, 196, 0.1);
  border-radius: 50%;
  left: -30px;
  top: -30px;
  z-index: -1;
}
.FAQ__title--title {
  font-size: clamp(1.9rem, 1.3vw + 1.64rem, 3.2rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}
.FAQ__title--subtitle {
  font-size: calc(clamp(0.95rem, 0.2vw + 0.91rem, 1.15rem) + 0.3rem);
  width: 70%;
  color: #555;
  line-height: 1.6;
}

.faqs {
  flex: 1;
  min-width: 300px;
  max-width: 800px;
}
.faqs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faqs .row1 {
  border: none;
  display: flex;
  background: linear-gradient(135deg, #0055C4, #0066e3);
  color: #F1F1F1;
  transition: all 0.4s ease;
  flex-direction: column;
  overflow: hidden;
  height: 95px;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.faqs .row1:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.faqs .row1 .q {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  align-items: center;
}
.faqs .row1 .q p {
  font-size: clamp(1rem, 0.3vw + 0.94rem, 1.3rem);
  font-weight: 500;
}
.faqs .row1 .q .plus {
  font-size: clamp(1.9rem, 1.3vw + 1.64rem, 3.2rem);
  transition: all 0.4s ease;
  font-weight: 600;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: 1rem;
  flex-shrink: 0;
}
.faqs .answ {
  padding: 0 1.5rem 1.5rem;
  line-height: 1.6;
  font-weight: 400;
}

.contact {
  background-color: #f9f9f9;
  padding-top: 4rem;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 85, 196, 0.05), transparent);
}
.contact__wrapper {
  display: flex;
  max-width: 1600px;
  flex-direction: column;
  gap: 3em;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.contact__title {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  padding-left: 1.5em;
  border-left: 3px solid #0055C4;
  position: relative;
}
.contact__title::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: rgba(0, 85, 196, 0.1);
  border-radius: 50%;
  left: -30px;
  top: -30px;
  z-index: -1;
}
.contact__title--subtitle {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0055C4;
  font-weight: 500;
}
.contact__title--title {
  font-size: clamp(1.9rem, 1.3vw + 1.64rem, 3.2rem);
  font-weight: 600;
  color: #333;
}
.contact__container {
  display: flex;
  justify-content: space-between;
  gap: 3.5em;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.contact__container__list {
  display: flex;
  min-width: 250px;
  flex-direction: column;
  gap: 1em;
  font-weight: 500;
}
.contact__container__list a {
  transition: color 0.3s ease;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.contact__container__list a:hover {
  color: #0055C4;
}
.contact__container__list a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #0055C4;
  bottom: -4px;
  left: 0;
  transition: width 0.3s ease;
}
.contact__container__list a:hover::after {
  width: 100%;
}
.contact__container__list__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
  font-size: clamp(0.95rem, 0.2vw + 0.91rem, 1.15rem);
  color: #555;
}
.contact__container__maps {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contact__container__maps iframe {
  width: 100%;
  border-radius: 15px;
}

.contact h5 {
  margin-top: 3rem;
  padding-bottom: 1rem;
  font-weight: 400;
  color: #555;
}
.contact h5 a {
  color: #0055C4;
  transition: color 0.3s ease;
}
.contact h5 a:hover {
  color: #004bb0;
}

@media screen and (max-width: 465px) {
  .about__container__cards--card {
    padding: 0.5em;
  }
  .about__container__cards {
    gap: 0.6em;
    padding: 0.5em;
  }
  .header2 {
    padding-inline: 0em !important;
  }
  .answ {
    margin-top: 3em;
  }
  .faqs-wrapper .row1:nth-child(2) {
    height: 130px;
  }
  .investigatii__title {
    margin-inline: auto;
    text-align: center;
  }
  .FAQ__title--subtitle {
    width: 90%;
  }
}
@media screen and (max-width: 360px) {
  .about__container__cards {
    border-radius: 5px;
    gap: 0;
    padding: 0;
  }
  .separator {
    align-self: center;
  }
}
@media screen and (max-width: 330px) {
  .about__container__title {
    padding-left: 0;
    border: none;
  }
  .services__container__cards--card {
    padding-inline: 1rem;
  }
  .about__container__cards {
    align-items: start;
  }
}

.servicii-noi {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(imagini/background-pattern.png);
  background-size: cover;
  padding-block: 5rem;
  position: relative;
  overflow: hidden;
}
.servicii-noi::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(0, 85, 196, 0.05);
  border-radius: 50%;
  right: -150px;
  top: -150px;
}
.servicii-noi::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(0, 85, 196, 0.05);
  border-radius: 50%;
  left: -100px;
  bottom: -100px;
}
.servicii-noi__container {
  max-width: 1600px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.servicii-noi__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
.servicii-noi__title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #0055C4, #0066e3);
  bottom: -20px;
  border-radius: 2px;
}
.servicii-noi__title--subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  background: linear-gradient(to right, #0055C4, #0066e3);
  color: #F1F1F1;
  padding: 0.6rem 2.5rem;
  margin-bottom: 1.5rem;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 85, 196, 0.3);
  position: relative;
  transform: rotate(-2deg);
  overflow: hidden;
}
.servicii-noi__title--subtitle::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0055C4;
  border-radius: 50%;
  top: -5px;
  left: -5px;
}
.servicii-noi__title--subtitle::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0055C4;
  border-radius: 50%;
  top: -5px;
  right: -5px;
}
.servicii-noi__title--title {
  font-size: clamp(1.9rem, 1.3vw + 1.64rem, 3.2rem);
  font-weight: 600;
  color: #333;
  position: relative;
}
.servicii-noi__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
}
.servicii-noi__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: calc(33.33% - 2rem);
  min-width: 200px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 85, 196, 0.05);
}
.servicii-noi__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #0055C4, #0066e3);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.servicii-noi__item:hover::before {
  opacity: 1;
}
.servicii-noi__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.servicii-noi__item i {
  font-size: 3.5rem;
  color: #0055C4;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, rgba(0, 85, 196, 0.1), rgba(0, 85, 196, 0));
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.servicii-noi__item:hover i {
  transform: scale(1.1) translateY(-5px);
  color: #0066e3;
}
.servicii-noi__item p {
  font-size: clamp(1rem, 0.3vw + 0.94rem, 1.3rem);
  font-weight: 600;
  color: #333;
  position: relative;
  padding-bottom: 12px;
}
.servicii-noi__item p::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, #0055C4, #0066e3);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.servicii-noi__item:hover p::after {
  width: 60px;
}

@media screen and (max-width: 992px) {
  .servicii-noi__item {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 576px) {
  .servicii-noi__item {
    width: 100%;
  }
  .servicii-noi {
    padding-block: 4rem;
  }
  .servicii-noi__title--subtitle {
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */