body.page-id-473 #lottie svg {
  height: 100% !important;
  transform: scale(2.5) !important;
}

/*start loader*/
.et_pb_section.sectiune_contact {
    height: auto !important;
}

p.blog-post-name a, p.custom-blog-post-name a{
  color: #000;
}

@keyframes l3 {to{transform: rotate(1turn)}}

div.et_pb_section.sectiune_2_studii.et_section_regular {
    background: none !important;
}
.et_pb_section.sectiune_3_studii {
  z-index: 9;
}

div#blog-posts
{
  transition: width 2s;
}

.mobile_image{
  display: none;
}

div#blog-posts.show_loader:before{
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 1;
}
div#blog-posts.show_loader:after{
  content: " ";
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #009C94;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
/*end loader*/

.hai_sa::after{
  display: none !important;
}

body .et_pb_section.header-new-main, body .et_pb_section_0_tb_header.et_pb_section {
  background-color: transparent !important;
}

body .et_pb_section.header-new-main.sticky-hnm{
  /*background-color: #ececec !important;*/
  background-image: url(/wp-content/uploads/2024/07/background_contact.png) !important;
  background-color: #FFF !important;
  background-position-y: 30%;
}

div#blog-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 42px;
}

.blog-post {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;

}

.et_pb_section.sectiune_contact.sectiune_1_studii {
  padding-bottom: 65px;
}

.rand_contact_col_1 h1 {
  margin-bottom: 52px;
}

.et_pb_row.rand_studii_1 {
  padding-top: 21.5vh;
}

.rand_contact_col_2 svg {
  margin-left: 39px;
  margin-top: 30px;
}

.blog-post-image {
  width: 50%;
}

.blog-post-info {
  margin-top: 9vh;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 5.1vw;
  padding-right: 0.6vw;
}

.et_pb_row.rand_studii_2 {
  padding-top: 48px;
}

.blog-category-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 33px;
  border-bottom: 2px solid #DFDFDF;
  padding-bottom: 6px;
}

.filtru_categorie{
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #454545;
  position: relative;
}

a.filtru_categorie[data-selected="1"] {
  font-weight: 600;
}

.filtru_categorie[data-selected="1"]:after{
  content: '';
  border-bottom: 4px solid #454545;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.search-and-sort-blog-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}

p.blog-post-client{
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.02em;
  color: #F26E24;
  text-transform: uppercase;
}

.search-category-container input#blog-search{
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #838383;
  border: 1px solid #BABABA;
  border-radius: 6px;
  min-height: 48px;
  background-image: url("/wp-content/uploads/2024/09/search_24dp_FILL0_wght400_GRAD0_opsz24-1.png");
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: center;
  width: 330px;
  padding-left: 46px;
  padding-right: 10px;
}

.blog-post-image img {
  border-radius: 10px;
  width: auto;
  object-fit: cover;
  object-position: center;
}

.search-category-container, .sort-category-container {
  width: 50%;
}

.sort-category-container {
  text-align: right;
}

select#blog-sort{
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #454545;
  border: 1px solid #BABABA;
  border-radius: 6px;
  min-height: 48px;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background-image: url("/wp-content/uploads/2024/09/keyboard_arrow_down_24dp_FILL0_wght400_GRAD0_opsz24-1.png");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 7px);
  background-position-y: center;
  width: 280px;
  padding-left: 15px;
  padding-right: 32px;
}


.blog-posts-container-button {
  text-align: center;
  margin-top: 34px;
}

.load-more-css{
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #454545;
  background-color: #FFF;
  border: 0;
  outline: none !important;
  cursor: pointer;
  text-transform: uppercase;
}

.load-more-css:hover:after{
  width: calc(100%);
}

.load-more-css:after{
  content: '';
  border-bottom: 2px solid #F26E24;
  width: 64px;
  display: block;
  margin: 0 auto;
  transition: width 0.3s ease;
}

.blog-post {
  width: 100%;
  position: relative;
  padding-bottom: 44px;
  margin-bottom: 13px;
}



p.blog-post-author{
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  color: #009C94;
  font-size: 14px !important;
  letter-spacing: -0.01em;
  padding-bottom: 6px;
}

p.blog-post-name{
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 48px !important;
  font-size: 28px !important;
  letter-spacing: -0.01em;
  padding-bottom: 20px;
}

.blog-post-content{
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #838383;
  margin-top: 11px;
}

.blog-post-content p{
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 32px !important;
  color: #000;
  padding-bottom: 31px !important;
}

.blog-post-link a{
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: 5px;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #009C94;
}

.blog-post-link .hidden {
  line-height: 19px !important;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 16px !important;
  border-bottom: 1px solid #009C94 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
}


.blog-post-link .hidden::after{
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #009C94;
  transition: width 0.3s ease;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.blog-post-link .flex img {
  transition: transform 0.3s ease;
  margin-left: 0;
  position: relative;
  margin-right: 0px;
}

.blog-post-link .flex:hover .hidden {
  transform: translateX(0);
  opacity: 1;
}

.blog-post-link .flex:hover img {
  transform: translateX(118px);
}


.et_pb_section.sectiune_3_studii {
    margin-top: 17px;
}

.text_principal1_studii p{
  line-height: 41px !important;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 28px !important;
  font-weight: 400;
  padding-bottom: 0px;
}

.blog-post.image-right-text-left .blog-post-info {
  padding-left: 0px;
  padding-right: 4.6vw;
}

.hai_sa{
  letter-spacing: -0.03em !important;
  padding: 9px 31px !important;
}

.blog-post.image-right-text-left .blog-post-image {
  order: 2;
}

@media (max-width: 1200px) {
  body.page-id-473 #lottie svg {
    transform: scale(2.2) !important;
    margin-top: 60px;
  }
  .hai_sa {
    font-size: 18px;
  }
  .rand_contact_col_1 h1 {
    font-size: 38px !important;
    line-height: 58px !important;
    margin-bottom: 25px !important;
  }

  .blog-post-info {
    margin-top: 7vh;
  }

  p.blog-post-name {
    line-height: 46px !important;
    font-size: 26px !important;
  }
  .et_pb_row.rand_studii_1{
    padding-top: 10.5vh;
  }
  .text_principal1_studii p{
    line-height: 38px !important;
    font-size: 26px !important;
  }
  body .et_pb_row, .header-new-main .et_pb_row_0_tb_header {
   max-width: 100% !important;
   width: 100% !important;
   padding-left: 15px;
   padding-right: 15px;
  }
}

@media (max-width: 872px){

  body.page-id-473 #lottie {
    margin-top: 0px !important;
    margin-left: 0px;
  }
  body.page-id-473 #lottie svg {
    transform: scale(1.5) !important;
    margin-top: 15px;
  }

  .blog-post-content {
    margin-top: 28px;
  }

  .blog-post-content p:last-of-type {
    padding-bottom: 4px !important;
  }

  p.blog-post-client {
    font-size: 14px !important;
  }

  .search-and-sort-blog-filters {
    margin-top: 33px;
  }

  .et_pb_section.sectiune_contact.sectiune_1_studii {
    padding-bottom: 41px;
  }
  .mobile_image{
    display: block;
  }

  .mobile_image img{
    height: auto;
    object-fit: cover;
    max-height: 111px;
    min-height: auto;
    width: 100%;
    border-radius: 10px;
    object-position: center;
  }

  .rand_contact_col_1 h1 {
    font-size: 26px !important;
    line-height: 39px !important;
    margin-bottom: 24px !important;
  }

  .rand_contact_col_2 svg {
    margin-left: -20px;
    margin-top: 12px;
    height: 264px;
  }

  .text_principal1_studii p{
    line-height: 30px !important;
    font-size: 20px !important;
  }

  .hai_sa {
    font-size: 16px;
  }
  .hai_sa {
    padding: 9px 15px !important;
  }
  p.blog-post-author {
      line-height: 21px !important;
  }
  .load-more-css{
    font-size: 16px;
    line-height: 24px;
  }
  .et_pb_row.rand_studii_2 {
    padding-top: 6px;
  }
  .et_pb_section.sectiune_contact.sectiune_1_blog {
    padding-bottom: 38px;
  }
  .et_pb_row.rand_studii_1 {
    display: flex;
    flex-wrap: wrap;
  }
  .et_pb_row.rand_studii_1 {
    padding-top: 50px;
  }
  .et_pb_section.sectiune_2_studii {
    padding-bottom: 8px;
  }

  .et_pb_section.sectiune_3_studii {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .blog-category-filter:after {
    content: '';
    border-bottom: 2px solid #DFDFDF;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .blog-category-filter {
    padding-bottom: 7px;
    position: relative;
    border: 0px;
  }

  .blog-category-filter{
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
    white-space: nowrap;
  }

  .filtru_categorie[data-selected="1"]:after {
    z-index: 9;
    bottom: -11px;
  }

  .filtru_categorie {
    font-size: 16px;
    line-height: 32px;
    margin-right: 30px;
  }

  .search-category-container input#blog-search{
    width: auto;
  }

  .search-category-container, .sort-category-container {
    width: 100%;
  }

  .sort-category-container{
    display: none;
  }

  div#blog-posts {
    margin-top: 12px;
  }
  div#blog-posts{
    display: block;
  }

  .blog-post {
    width: 100%;
    max-width: 328px;
    text-align: left !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding-bottom: 27px;
    margin-bottom: 18px;
  }

  .blog-post-image {
    width: 100%;
    display: none;
  }

  .blog-post-image img {
    height: auto;
    object-fit: cover;
    max-height: 122px;
    min-height: auto;
    width: 100%;
  }

  .blog-post-info {
    margin-top: 14px;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  p.blog-post-name {
    line-height: 28px !important;
    font-size: 18px !important;
  }

  p.blog-post-client{
    padding-bottom: 4px;
  }

  .blog-post-link .hidden {
    opacity: 1;
    position: relative;
    left: auto;
    transform: none;
    line-height: 19px !important;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 16px !important;
  }

  .blog-post-link .flex img{
    display: none;
  }
  p.blog-post-link {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }

  .categories-blog-filters ::-webkit-scrollbar {
    height: 0px;
    width: 100%;
    border: 2px solid #DFDFDF;
  }
}

@media (max-width: 800px){
  .et_pb_row.rand_studii_1{
    padding-bottom: 0px;
  }
  .rand_studii_1 .rand_contact_col_1 {
    padding-top: 0px;
  }
}

@media (max-width: 600px){
  .search-category-container input#blog-search{
    width: 100%;
    min-height: 56px;
  }
  body.page-id-473 #lottie svg {
    transform: scale(1.5) !important;
    margin-top: 0;
  }
}
