.mt-60px {
  margin-top: 60px;
}

.py-60px {
  padding-block: 60px;
}

.object-cover {
  object-fit: cover;
  height: 100%;
}

.bg-lightGray {
  background-color: #c5c9cc;
  color: #ffffff;
}
.bg-orange {
  background-color: #f56700;
}
.bg-gradient {
  background-image: url(../imagini/gradient-background.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-gradient * {
  color: #ffffff;
}
.bg-gradient .swiper-pagination-bullet {
  opacity: 0.1;
}
.bg-gradient .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.min-w-100 {
  min-width: 100%;
}

.min-h-100 {
  min-height: 0;
  height: 100%;
}

.max-h-35px {
  max-height: 35px;
}

.tmodal {
  background-image: none;
}
.tmodal-login-logo img {
  width: 135px;
  margin: 0 auto;
  padding-block: 2rem;
}

#acasa .casute-b-acasa {
  margin-top: 0;
}
#acasa .casute-b-acasa .b-acasa {
  border-radius: 0;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
#acasa .casute-b-acasa .b-acasa.orange {
  background: #f56700;
  color: #ffffff;
}
#acasa .casute-b-acasa .b-acasa-link {
  padding: 20px;
}
#acasa .casute-b-acasa .b-acasa-link a {
  background: transparent;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
}
#acasa .casute-b-acasa .b-acasa-descriere {
  text-align: center;
}
@media (max-width: 991.98px) {
  #acasa .casute-b-acasa .b-acasa {
    margin-bottom: 1rem;
    min-height: unset;
    padding: 2rem 1rem;
  }
}

.split-box-text {
  padding: 30px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.split-box-text p,
.split-box-text ul {
  font-size: 1rem;
}
.split-box-text h2 {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .split-box-text {
    padding: 50px 25px;
  }
}

.features-box {
  border: 1px solid #f0dfdc;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: grid;
  grid-template-columns: 60px 1fr;
  column-gap: 1rem;
  box-shadow: 0 0 3.5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: none;
  padding: 1rem 2rem;
  height: 100%;
}
.features-box span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: #27353c;
}
.features-box h3 {
  font-size: 1.5rem;
  color: #27353c;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.features-box svg {
  width: 60px;
  fill: #f56700;
  transition: all 0.3s ease-in-out;
}
.features-box:hover {
  text-decoration: none;
  box-shadow: 0 0 7.5px rgba(0, 0, 0, 0.15);
}
.features-box:hover h3 {
  color: #f56700;
}
.features-box:hover svg {
  transform: scale(1.1);
}
.features-box-container {
  background-size: cover;
  background-repeat: no-repeat;
}
.features-box-container h2 {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .features-box {
    padding: 1rem;
  }
}
@media (max-width: 575.98px) {
  .features-box {
    grid-template-columns: 40px 1fr;
  }
  .features-box svg {
    width: 40px;
  }
  .features-box h3 {
    font-size: 1.2rem;
  }
}

.counter-container {
  background-size: cover;
  background-repeat: no-repeat;
}
.counter-container .counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
  position: relative;
}
.counter-container .counter span {
  font-size: 1.5rem;
  font-weight: 500;
}
.counter-container .counter span strong {
  font-weight: 700;
  font-size: 1.7rem;
}
.counter-container .counter span:last-of-type {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
}
.counter-container .counter:not(.no-line):before {
  content: "";
  position: absolute;
  display: block;
  right: -15px;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: #f56700;
  opacity: 0.2;
}
@media (max-width: 991.98px) {
  .counter-container .counter:not(.no-line):before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2rem;
    top: unset;
    width: 200px;
    height: 1px;
  }
}

#categorii .lista-categorii {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  column-gap: 1rem;
  row-gap: 1rem;
}
#categorii .lista-categorii .lista-categorie {
  min-height: 100%;
  border: none;
}
@media (max-width: 991.98px) {
  #categorii .lista-categorii {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  #categorii .lista-categorii {
    grid-template-columns: 1fr;
  }
}
#categorii .lista-categorii.furnizori {
  display: block;
}
#categorii .lista-categorii.furnizori .lista-subcategorii {
  column-count: 4;
}
@media (max-width: 991.98px) {
  #categorii .lista-categorii.furnizori .lista-subcategorii {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  #categorii .lista-categorii.furnizori .lista-subcategorii {
    column-count: 1;
  }
}

.testimonial-swiper {
  margin: auto;
  padding: 3rem 0;
  text-align: center;
  overflow: hidden;
}
.testimonial-swiper .swiper-slide {
  font-size: 1.2rem;
  color: #27353c;
  font-weight: 700;
  line-height: 1.5;
}
.testimonial-swiper .swiper-slide .content {
  max-width: 600px;
  margin: 0 auto;
}
.testimonial-swiper .swiper-slide q {
  font-style: italic;
  opacity: 0.8;
}
.testimonial-swiper .swiper-pagination {
  margin-top: 20px;
}

#blog .blog-postari .blog-post .blog-post-preview {
  height: 48px;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#blog .blog-postari .blog-post .blog-post-titlu a {
  height: 55px;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #blog .blog-postari .blog-post .blog-post-titlu a {
    height: unset;
    overflow: unset;
    -webkit-line-clamp: unset;
  }
}

.jobs-box {
  border: 1px solid #f0dfdc;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 3.5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: none;
  padding: 1rem 2rem;
  height: 100%;
}
.jobs-box span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: #27353c;
}
.jobs-box h3 {
  font-size: 1.15rem;
  color: #27353c;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.jobs-box:hover {
  text-decoration: none;
  box-shadow: 0 0 7.5px rgba(0, 0, 0, 0.15);
}
.jobs-box:hover h3 {
  color: #f56700;
}
.jobs-box-container h2 {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .jobs-box {
    padding: 1rem;
  }
}
@media (max-width: 575.98px) {
  .jobs-box {
    grid-template-columns: 40px 1fr;
  }
  .jobs-box h3 {
    font-size: 1rem;
  }
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.new-form#contact .contact-formular .contact-titlu {
  font-size: 1.2rem;
}
.new-form#contact .contact-formular .contact-titlu + div {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .new-form .bg-image {
    background-image: none !important;
  }
}
.new-form .newsletter {
  float: none;
  width: 100%;
  height: 100%;
  border: none;
  border-right: none;
  color: #f56700;
  border-radius: 0;
  padding: 20px 0 0 0;
  background: none;
  margin-bottom: 0;
  border-bottom: none;
}
.new-form .newsletter .newsletter-mesaj .newsletter-titlu {
  font-size: 18px;
  font-weight: 400;
}
.new-form .newsletter .newsletter-mesaj-mesaj {
  color: #27353c;
}
.new-form .newsletter .newsletter-mesaj .newsletter-formular {
  margin-top: 15px;
}
.new-form .newsletter .newsletter-mesaj .newsletter-formular input {
  border: 1px solid #f0dfdc;
  border-radius: 3px;
  padding: 5px 15px 5px 15px;
  height: 35px;
}
.new-form .newsletter .newsletter-mesaj .newsletter-formular button {
  margin-top: -3px;
}
@media (max-width: 991.98px) {
  .new-form .newsletter {
    border: none;
    border-radius: none;
  }
}

#acasa .slider-acasa {
  max-height: 70vh;
}
#acasa .slider-acasa .slider-imagine {
  background-color: #ff6502;
}
#acasa .slider-acasa .slider-imagine img {
  object-fit: contain;
  height: 70vh;
}
#acasa .slider-acasa .slider-imagine iframe {
  width: 100vw;
  height: 70vh;
  margin: 0 -15px -5px -15px;
}
@media (max-width: 767.98px) {
  #acasa .slider-acasa .slider-imagine img, #acasa .slider-acasa .slider-imagine iframe {
    height: 60vh;
  }
}

/*# sourceMappingURL=custom-styles.css.map */
