@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap");

.work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.yeseva-one-regular {
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-size: 16px;
  line-height: 1.2;
  color: #212124;
  background-color: #fcfefe;
  transition: all 0.3s ease;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
a,
a:hover,
button {
  cursor: pointer;
  border: none;
  /* outline: none; */
  color: inherit;
  background: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
}
ul {
  padding-left: 20px;
}
ul li {
  margin-bottom: 7px;
}
/* CONTENT START ///////////////////////////////// */

.homepage-header {
  height: 600px;
  background-image: url(../img/CFC_2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.homepage-header p {
  color: #589635;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.homepage-header h1 {
  color: #103b03;
  font-family: "Yeseva One", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.homepage-header a {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 50px;
  background: #589635;
  padding: 13px 35px;
  transition: 0.3s all ease-in-out;
}
.homepage-header a:hover {
  background-color: #103b03;
}
.header-alert,
.header-alert:hover {
  border-radius: 5px;
  background: #c30000;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 12px 14px;
  margin-top: -46px;
  transition: 0.3s all ease-in-out;
}
.header-alert:hover {
  transform: scale(1.02);
}
.header-alert p {
  margin-bottom: 0;
  color: white;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer {
  background-color: #26640f;
  padding: 42px 0;
  color: #fcfefe;
}
.line-footer {
  height: 1px;
  background-color: #bfd2f8;
  width: 100%;
  margin: 24px 0;
}
footer h4 {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
footer p {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
}

.wrap-phones {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #8dbf6a57;
}
.wrap-phones:first-of-type {
  padding-top: 0;
}
.wrap-phones:last-of-type {
  border-bottom: none;
}
.wrap-phones p:first-child {
  padding-right: 14px;
}
.wrap-phones p {
  margin-bottom: 0;
}
.social-wrap-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}
.social-footer {
  width: 24px;
  height: 24px;
  background-color: #8dbf6a;
  color: #26640f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
}
.social-footer:hover {
  width: 24px;
  height: 24px;
  background-color: #8dbf6a;
  color: #26640f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.15);
}
.link-column a {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  transition: 0.3s all ease-in-out;
}
.link-column a:hover {
  color: #8dbf6a;
}
.section-spacing {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section-spacing-bottom-less {
  margin-top: 100px;
  margin-bottom: 50px;
}
.section-spacing-top-less {
  margin-top: 50px;
  margin-bottom: 100px;
}
.section-spacing-all-less {
  margin-top: 50px;
  margin-bottom: 50px;
}
.title-section {
  text-align: center;
}
.title-section h3 {
  color: #589635;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
.title-section h2 {
  color: #103b03;
  font-family: "Yeseva One", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.title-section p {
  color: #212124;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 500px;
  margin: 0 auto;
}
.title-section a {
  color: #009345;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-top: 12px;
  transition: 0.3s all ease-in-out;
}
.title-section a:hover {
  color: #103b03;
}
.title-section a i {
  font-size: 14px;
  color: #103b03;
}

/* ACCORDION ///////////////////////////////*/
.dropdown-home .card-header {
  transition: 0.3s all ease-in-out;
  /* border-radius: 13px; */
  background: #c6e0c3;
  border: 1px solid #26640f;
}
.dropdown-home .card-header .card-title {
  color: #26640f;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-home .card-header .card-title img {
  margin-right: 14px;
}
.dropdown-home .card-header .card-title:hover {
  color: #26640f;
}
.dropdown-home .card-header i {
  margin-right: 5px;
}
.dropdown-home #accordion {
  margin-top: 30px;
}
.dropdown-home .card-body {
  padding: 0;
}
.dropdown-home .card-title i {
  font-size: 14px;
}
.dropdown-home .heart-open {
  display: none;
}
.dropdown-home .card-header[aria-expanded="true"] .card-title:hover {
  color: white;
}
.dropdown-home .card-header[aria-expanded="true"] .heart-open {
  display: inline-block;
}
.dropdown-home .card-header[aria-expanded="true"] .heart-closed {
  display: none;
}
.dropdown-home .card-header[aria-expanded="true"] {
  background-color: #26640f;
}
.dropdown-home .card-header[aria-expanded="true"] .card-title {
  color: white;
}
.dropdown-home .accordion-wrap {
  padding: 14px 24px;
  border: 1px solid lightgray;
  font-size:14px;
}
.dropdown-home .accordion-wrap h4{
  margin:14px 0;
}

.dropdown-home .card-header .fa-minus {
  display: none;
}
.dropdown-home .card-header[aria-expanded="true"] .fa-minus {
  display: inline-block;
}
.dropdown-home .card-header[aria-expanded="true"] .fa-plus {
  display: none;
}
/* END ACCORDION /////////////////////////// */
.programari-wide {
  padding: 80px 0;
  background-image: url("../img/Img_programari.png");
  background-size: cover;
  background-position: center center;
}
.wrap-programari {
  border-radius: 9px;
  border: 1px solid #103b03;
  padding: 42px 12px;
  text-align: center;
  background-color: #f9fbf69c;
}
.wrap-programari h6 {
  color: #103b03;
  font-family: "Yeseva One", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.wrap-programari p {
  color: #212124;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto;
}
.wrap-programari.wrap-programari-personal p {
  min-height: 70px;
}
.wrap-programari a {
  margin-top: 24px;
  color: #c6e0c3;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 8px;
  background: #26640f;
  border: 1px solid #26640f;
  padding: 14px 60px;
  transition: 0.3s all ease-in-out;
}
.wrap-programari a:hover {
  background-color: transparent;
  color: #26640f;
}
.doctor-card {
  text-align: center;
}
.doctor-description {
  background-color: #c6e0c3;
  padding: 24px 0 0 0;
}
.doctor-description .doctor-name {
  color: #103b03;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
}
.doctor-description .doctor-role {
  color: #103b03;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom:16px !important;
}
.doctor-description .doctor-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  background-color: #103b03;
  padding: 12px;
  display: none;
}
.doctor-description .doctor-socials a {
  width: 24px;
  height: 24px;
  background-color: #c6e0c3;
  color: #103b03;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  font-size: 14px;
}
.doctor-description .doctor-socials a:hover {
  transform: scale(1.1);
}
.doctor-card img {
  border-radius: 5px 5px 0 0;
}
.doctor-card .doctor-description {
  border-radius: 0 0 5px 5px;
}
.blog-post-latest,
.blog-post-latest:hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 24px;
  transition: 0.3s all ease-in-out;
}
.blog-post-latest-img {
  width: 30%;
  height: 150px;

  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}
.blog-post-latest:hover .blog-post-latest-img {
  transform: scale(1.05);
}
.blog-post-latest-content {
  background-color: white;
  width: 70%;
}
.blog-post-latest-content .blog-post-latest-content-date {
  color: #009345;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.blog-post-latest-content .blog-post-latest-content-title {
  color: #212124;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 12px;
}
.blog-post-latest-content .blog-post-latest-content-btn {
  color: #009345;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s all ease-in-out;
}
.blog-post-latest:hover
  .blog-post-latest-content
  .blog-post-latest-content-btn {
  text-decoration: underline;
}
.blog-post-latest-content .blog-post-latest-content-btn i {
  font-size: 12px;
}

.footer-boxes {
  border-radius: 5px;
  background: #c6e0c3;
  padding: 48px 24px;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  color: #103b03;
}
.footer-boxes:hover {
  background: #589635;
  color: white;
}
.footer-boxes i {
  font-size: 28px;
  height: 36px;
}
.footer-boxes .footer-boxes-title {
  margin-bottom: 4px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer-boxes .footer-boxex-subtitle {
  margin-bottom: 0;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

/* PRESENT ABOUT///////////////////////////////*/
.present-section .doctor-socials {
  transition: 0.3s all ease-in-out;
}
.present-section .doctor-socials:hover p {
  color: #c6e0c3;
  transform: scale(1.05);
}
.present-section .doctor-card {
  margin-bottom: 24px;
}
.present-section .doctor-socials p {
  margin-bottom: 0;
  color: white;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
.present-section .doctor-socials p i {
  font-size: 14px;
  margin-left: 4px;
}
.present-section .doctor-name,
.present-section .doctor-role {
  padding: 0 12px;
}
.present-section .doctor-name {
  font-size: 16px;
  height: 40px;
  margin-bottom: 4px;
}
.present-section .doctor-role {
  font-size: 16px;
  letter-spacing: 1px;
}
.present-section-department {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background-color: #c6e0c3;
  border-radius: 5px;
}
.present-section-department a {
  margin: 0 12px;
  transition: 0.3s all ease-in-out;
  color: #103b03;
}
.present-section-department a:hover {
  text-decoration: underline;
}
.present-section-department h5 {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #103b03;
}
.present-section .main-department-title {
  margin-bottom: 0;
  background-color: #103b03;
  color: #fff;
  padding: 24px;
  border-radius: 5px;
  font-size: 28px;
  font-weight: 500;
  margin-top: 50px;
}
/* END PRESENT ABOUT /////////////////////////// */
.section-header {
  padding: 90px 0 110px 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.about-header {
  background-image: url("../img/Img_Despre_noi2.png");
}

.section-header p {
  color: #26640f;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
.section-header h5 {
  color: #103b03;
  font-family: "Yeseva One", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.about-image-wrap {
}
.about-image-wrap h3 {
  color: #589635;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.about-image-wrap h2 {
  color: #103b03;
  font-family: "Yeseva One", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
.about-image-wrap p {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.wide-testimonial-about {
  text-align: center;
  padding: 64px 0;
  background-image: url("../img/testimonials-image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.wide-testimonial-about img {
  margin-bottom: 32px;
}
.wide-testimonial-about p {
  color: #fcfefe;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.line-about-testimonial {
  height: 1px;
  background-color: #8dbf6a;
  width: 200px;
  margin: 12px auto;
}
/* BLOG/////////////////////////////////////////// */
.blog-list {
  margin-top: 64px;
}
.blog-list-post {
  margin-bottom: 32px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 24px;
}
.blog-list-featured-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  margin-bottom: 24px;
}
.blog-list-author {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
}
.blog-list-title {
  color: #103b03;
  font-family: "Yeseva One", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
.blog-list-description p {
  color: #212124;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.blog-list-btn {
  margin: 8px 0 0 0;
  padding: 14px 26px;
  border-radius: 50px;
  background: #8dbf6a;
  display: inline-block;
  transition: 0.3s all ease-in-out;
  border: 1px solid #8dbf6a;
  color: #103b03;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blog-list-btn:hover {
  background-color: transparent;
  border: 1px solid #8dbf6a;
}
.blog-list-tag a {
  margin: 8px 0 0 0;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 5px;
  background: #8dbf6a;
  transition: 0.3s all ease-in-out;
  border: 1px solid #8dbf6a;
  color: #103b03;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blog-list-tag a:hover {
  background-color: transparent;
  border: 1px solid #8dbf6a;
}
.blog-list-btn i {
  font-size: 14px;
}
.blog-header {
  background-image: url("../img/Img_Noutati.png");
}
.documents-header {
  background-image: url("../img/Img_Doc_Publice.png");
}
.contact-header {
  background-image: url("../img/Img_contact.png");
}
.blog-list-search {
  border-radius: 5px;
  background: #103b03;
  padding: 14px 20px;
  color: #fcfefe;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0;
}
.blog-list-search input {
  color: #fcfefe;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  border: none;
  /* outline: none; */
  width: 100%;
  margin-right: 8px;
  padding: 4px;
}
.blog-list-search input::placeholder {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fcfefe;
}
.blog-list-category-filter {
  border-radius: 5px;
  border: 1px solid lightgray;
  background: #fcfefe;
  padding: 20px;
  margin-bottom: 24px;
}
.blog-list-category-filter h3 {
  color: #103b03;
  font-family: "Yeseva One", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
}
.blog-list-category-filter a {
  color: #212124;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
  transition: 0.3s all ease-in-out;
}
.blog-list-category-filter a:hover {
  color: #589635;
}
.blog-list-category-filter a i {
  color: #589635;
  font-size: 16px;
}
.blog-list-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  margin: 24px 0;
}
.blog-list-social .social-footer {
  width: 28px;
  height: 28px;
}
.blog-list-tag {
  margin-bottom: 12px;
}
.blog-single {
  margin-top: 64px;
}
.blog-single-description {
  color: #212124;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 24px;
}
.blog-single-description a {
  color: #8dbf6a;
  transition: 0.3s all ease-in-out;
  text-decoration: underline;
}
.blog-single-description a:hover {
  color: #103b03;
}
.blog-single-description h1,
.blog-single-description h2,
.blog-single-description h3,
.blog-single-description h4,
.blog-single-description h5 {
  font-family: "Yeseva One", serif;
  font-weight: 400;
  color: #103b03;
}
.blog-list-latest-posts {
  border-radius: 5px;
  border: 1px solid lightgray;
  background: #fcfefe;
  padding: 20px;
  margin-bottom: 24px;
}
.blog-list-latest-posts h3 {
  color: #103b03;
  font-family: "Yeseva One", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
}
.blog-list-latest-posts-single,
.blog-list-latest-posts-single:hover {
  margin-bottom: 12px;
  border-bottom: 1px solid #103b03;
}
.blog-list-latest-posts-single-date {
  color: #589635;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}

.blog-list-latest-posts-single-title {
  color: #212124;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
}
.blog-list-latest-posts-single-btn {
  color: #589635;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  transition: 0.3s all ease-in-out;
}
.blog-list-latest-posts-single:hover .blog-list-latest-posts-single-btn {
  color: #103b03;
}
/* END BLOG/////////////////////////////////////////// */

.info-box-pacienti {
  margin-bottom: 24px;
}
.info-box-pacienti h3 {
  margin-bottom: 0;
  padding: 24px;
  border: 1px solid #103b03;
  background: #26640f;
  color: #f9fbf6;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
.info-box-pacienti-content {
  border: 1px solid #103b03;
  background: #f9fbf6;
  border-radius: 0 0 8px 8px;
  padding: 24px;
}
.info-box-pacienti-content li {
  margin-bottom: 8px;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.content-box-pacienti {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.info-box-pacienti.info-box-externare {
  margin-bottom: 30px;
  margin-top: 30px;
}

.tabel-info h3 {
  margin-bottom: 0;
  padding: 24px;
  border: 1px solid #103b03;
  background: #26640f;
  color: #f9fbf6;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
.tabel-info-content {
  border: 1px solid #103b03;
  background: #f9fbf6;
  border-radius: 0 0 8px 8px;
  padding: 24px;
}
.tabel-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #103b03;
  padding: 8px 0;
  column-gap: 18px;
}
.tabel-info-row p {
  margin-bottom: 0;
  font-size: 14px;
  width: 80%;
}
.tabel-info-row a {
  display: inline-block;
  width: 20%;
  font-size: 14px;
  color: #26640f;
}
.tabel-info-row a:hover {
  text-decoration: underline;
}
.tabel-info-row a i {
  margin-left: 4px;
}

/* FEEDBACK FORM */
.feedback-form-subtitle {
  color: #103b03;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  border: 1px solid #26640f;
  background: #c6e0c3;
  margin: 0;
  padding: 18px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 24px;
}
.feedback-form-minititle {
  color: #103b03;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding: 18px 0;
  width: 100%;
}
.feedback-form-three-column {
  display: flex;
  align-items: end;
  justify-content: space-between;
  column-gap: 18px;
  margin-bottom: 24px;
}
.feedback-form-two-column {
  display: flex;
  align-items: end;
  justify-content: space-between;
  column-gap: 18px;
  margin-bottom: 24px;
}
.feedback-form-column {
  width: 33%;
}
.feedback-form-two-column .feedback-form-column {
  width: 50%;
}
.feedback-box label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}
.feedback-box input,
.feedback-box select {
  width: 100%;
  padding: 5px;
}

.feedback-form-submit {
  text-align: center;
}
body .feedback-form-submit input.feedback-form-submit-btn {
  margin-top: 24px;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 8px;
  background: #26640f;
  border: 1px solid #26640f;
  padding: 14px 60px;
  transition: 0.3s all ease-in-out;
  width: auto;
}
body .feedback-form-submit input.feedback-form-submit-btn:hover {
  background-color: transparent;
  color: #26640f;
}
/* END FEEDBACK FORM */

/* CONTACT PAGE */
.contact-form-box {
  max-width: 500px;
  margin: 0 auto;
}
.contact-form-box-two-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-form-box input,
.contact-form-box input:focus,
.contact-form-box input:visited,
.contact-form-box input:active,
.contact-form-box input:focus-within {
  width: 100%;
  border-radius: 0;
  border: 1px solid white;
  background: #26640f;
  display: inline-block;
  height: 40px;
  padding: 10px;
  color: #fcfefe;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.contact-form-box input::placeholder {
  color: #fcfefe;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.contact-form-box textarea,
.contact-form-box textarea:focus,
.contact-form-box textarea:visited,
.contact-form-box textarea:active,
.contact-form-box textarea:focus-within {
  width: 100%;
  border-radius: 0;
  border: 1px solid white;
  display: inline-block;
  height: 40px;
  padding: 10px;
  color: #26640f;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 100px;
}
.contact-form-box textarea::placeholder {
  color: #26640f;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.contact-form-box input.btn.btn-primary {
  width: 100%;
  border-radius: 0;
  border: 1px solid white;
  background: #c6e0c3;
  display: inline-block;
  height: 40px;
  padding: 10px;
  color: #26640f;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s all ease-in-out;
  line-height: 1;
}
.contact-form-box input.btn.btn-primary:hover {
  background-color: #26640f;
  color: #fcfefe;
}

/* END CONTACT PAGE */

.lipsa-articole {
  font-size: 18px;
}
.page-numbers {
  margin-right: 14px;
  font-size: 18px;
  transition: 0.3s all ease-in-out;
}
.page-numbers:hover {
  color: #8dbf6a;
}
.page-numbers.current {
  color: #8dbf6a;
}
.header .blog-list-search {
  margin: 0;
}
.header .blog-list-search input {
  width: 100px;
}
/*///////////////////////////////////////////////  */

.blog-list-search {
  position: relative;
}

.search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 30;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-top: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  display: none;
}

.search-suggestions.is-visible {
  display: block;
}

.search-suggestions-list {
  list-style: none;
  margin: 0;
  padding: 6px;
}

.search-suggestion {
  display: block;
}

.search-suggestion-link,
.search-suggestion-link:hover {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
}

.search-suggestion-link:hover {
  background: #f7f7f7;
}

.search-suggestion-thumb {
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.search-suggestion-title {
  font-weight: 600;
  line-height: 1.2;
  color: black;
}

.search-suggestion-date {
  font-size: 12px;
  color: #777;
}

.search-suggestion.all-results a {
  display: block;
  padding: 10px 12px;
  font-weight: 600;
  border-top: 1px solid #eee;
}
.blog-list-search input::-webkit-autofill,
.blog-list-search input::-webkit-contacts-auto-fill-button,
.blog-list-search input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden !important;
}

.acces-personal-form p {
  font-size: 18px;
  text-align: center;
  max-width: 600px;
  margin: 16px auto 24px auto;
}
.custom-password-form {
  text-align: center;
  background: #c6e0c3;
  border-radius: 10px;
  padding: 40px 12px;
}

.custom-password-form h3 {
  margin-bottom: 10px;
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-size: 32px;
}

.password-input {
  width: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
}

.password-button {
  background-color: #103b03;
  color: #fff;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  display: block;
  margin: 0 auto;
}

.password-button:hover {
  background-color: #005d87;
}
.menu-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.logo-footer-cfr img {
  width: 150px;
}
.logo-footer-others img {
  width: 100%
}
body .wpcf7 form.sent .wpcf7-response-output {
    
    color: #26640f;
}
body .wpcf7-spinner {
  display: none;
}
body .wpcf7-response-output {
  max-width: 500px;
  margin: 24px auto 0 auto !important;
  text-align: center;
  border: none !important;
  outline: none;
  color: #c30000;
}

/* ascunde tips-urile CF7 până la submit */
.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}

/* după ce formularul a fost validat (invalid sau trimis), arată erorile */
.wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: block;
  color: #c30000;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
  margin-top: 4px;
}
body .blog-list-social {
  display: none !important;
}
body .blog-list-tag {
  display: none;
}
body .logo-in-arhiva{
  height:200px;
}
/* ///////////////  */
/* MEDIA QUERIES */
@media screen and (max-width: 992px) {
  .section-spacing {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .section-spacing-bottom-less {
    margin-top: 70px;
    margin-bottom: 30px;
  }
  .section-spacing-top-less {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .section-spacing-all-less {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .homepage-header-wrap {
    text-align: center;
  }
  .header-alert {
    padding: 14px;
    margin-top: -34px;
  }
  .header-alert p {
    font-size: 18px;
  }
  .header-alert img {
    width: 40px;
  }
  .doctor-description .doctor-name {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .doctor-description .doctor-role {
    font-size: 16px;
  }
  .blog-post-latest-content .blog-post-latest-content-title {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 6px;
  }
  .footer-boxes {
    display: block;
  }
  .about-image-wrap h3 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .about-image-wrap h2 {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .about-image-wrap p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .present-section-department {
    padding: 18px 12px;
  }
  .present-section .main-department-title {
    font-size: 24px;
  }
  .present-section-department a {
    margin-bottom: 12px;
  }
  .info-box-pacienti h3,
  .tabel-info h3 {
    padding: 14px;
    font-size: 18px;
    text-align: center;
  }
  .info-box-pacienti-content,
  .tabel-info-content {
    padding: 18px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-header-wrap {
    text-align: center;
  }
  .header-alert {
    border-radius: 0;
  }
  .social-wrap-footer {
    justify-content: center;
  }
  .social-wrap-footer {
    margin-top: 12px;
  }
  .section-spacing {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .footer-boxes {
    padding: 24px;
  }
  .section-header {
    padding: 30px 0 50px 0;
  }
  .section-header p {
    font-size: 16px;
  }
  .section-header h5 {
    font-size: 32px;
  }
  .about-image-top {
    display: none;
  }
  .wide-testimonial-about p {
    font-size: 18px;
  }
  .dropdown-about .list-about {
    font-size: 14px;
  }
  .blog-list-featured-image {
    height: 250px;
    margin-bottom: 16px;
  }
  .blog-list-title {
    font-size: 28px;
  }
  .blog-list-author,
  .blog-list-description p,
  .blog-list-btn {
    font-size: 14px;
  }
  .blog-list-btn {
    margin: 0;
    padding: 12px 18px;
  }
  .blog-list,
  .blog-single {
    margin-top: 0;
  }
  .blog-list-category-filter a {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .blog-list-category-filter,
  .blog-list-search {
    padding: 14px;
  }
  .content-box-pacienti {
    font-size: 16px;
  }
  .feedback-form-two-column .feedback-form-column,
  .feedback-form-column {
    width: 100%;
    margin-bottom: 12px;
  }
  .feedback-form-three-column,
  .feedback-form-two-column {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .header-alert {
    flex-direction: column;
    text-align: center;
  }
  .header-alert img {
    margin-bottom: 8px;
  }
  .homepage-header h1 {
    font-size: 40px;
  }
  .dropdown-home .card-header .card-title .heart-closed,
  .dropdown-home .card-header .card-title .heart-open {
    display: none;
  }
  .dropdown-home .card-header {
    padding: 12px;
  }
  .dropdown-home .card-title .fa-plus,
  .dropdown-home .card-title .fa-minus {
    margin-left: 10px;
  }
  .doctor-card {
    max-width: 300px;
    margin: 0 auto 24px auto;
  }
  .blog-post-latest-img {
    width: 45%;
  }
  .blog-post-latest-content {
    background-color: white;
    width: 55%;
  }
  .blog-post-latest-content .blog-post-latest-content-date {
    font-size: 12px;
  }
  .footer-boxes {
    text-align: center;
  }
  .tabel-info-row {
    display: block;
  }
  .tabel-info-row p {
    width: 100%;
    margin-bottom: 12px;
  }
  .tabel-info-row a {
    width: 100%;
  }
}
