:root {
  --primary-color: #eb3d00;
  --secondary: #0089e0;
}

@font-face {
  font-family: "Kanit";
  src: url("/frontend/themes/custom/fonts/Kanit-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Kanit";
  src: url("/frontend/themes/custom/fonts/Lato-Light.ttf");
  font-weight: 500;
}

.btn-primary:hover {
  color: #fff;
  background-color: #a10b19;
  border-color: #a10b19;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a10b19;
  border-color: #a10b19;
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  /* width: 100%; */
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
/*------------------Section 1--------------*/

.hero-img {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .hero-img {
    margin-bottom: 0;
  }
}
.hero-img::before {
  content: "";
  width: 100%;
  background: #0007;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.col-despre-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  z-index: 3;
  padding-left: calc((100vw - 1150px) / 2 + 15px);
}
.secrion-1-title {
  height: fit-content;
  margin-left: calc((100vw - 1150px) / 2 + 15px);
}
@media (max-width: 1200px) {
  .secrion-1-title {
    margin-left: calc((100vw - 960px) / 2 + 15px);
  }
  .col-despre-title {
    padding-left: calc((100vw - 960px) / 2 + 15px);
  }
}
@media (max-width: 991px) {
  .secrion-1-title {
    margin-left: calc((100vw - 720px) / 2 + 15px);
    margin-right: calc((100vw - 720px) / 2 + 15px);
  }
  .col-despre-title {
    padding-left: calc((100vw - 720px) / 2 + 15px);
    padding-right: calc((100vw - 720px) / 2 + 15px);
  }

  
}


.title-h1 {
  font-family: "Kanit-Medium.ttf";
  font-weight: 700;
  font-size: 70px;
  color: white;
}
.title-h2 {
  font-family: "Lato-Light.ttf";
  font-weight: 700;
  font-size: 50px;
  color: white;
}
@media (max-width: 1650px) {
  .title-h1 {
    font-size: 50px;
  }
  .title-h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90vw;
  }
  .secrion-1-title {
    margin: 0 5vw;
  }
  .title-h1 {
    font-size: 30px;
  }
  .title-h2 {
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  p {
    letter-spacing: 0.5px;
    font-size: 15px;
  }
}

.text-section-1 {
  font-family: "Lato-Regular.ttf";
  font-size: 17px;
  color: white;
  font-weight: 700;
}

.btn-primary {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  height: 52px;
  width: 153px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  font-family: sans-serif;
}
header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}
.logo {
  max-height: 60px;
  height: 45px;
}
@media (max-width: 450px) {
  .logo {
    height: 35px;
  }
}

a.nav-link {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--secondary);
}
nav#main-navbar {
  width: 100%;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--primary-color);
}

.col-section-2-experience {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  padding: 0;
}

.module.module-text.text-section-2-projects {
  background-color: var(--secondary);
  width: 100%;
  height: 65%;
}

.module.module-text.text-section-2-experience {
  background-color: var(--primary-color);
  width: 100%;
  height: 65%;
}

.text-section-2-projects,
.text-section-2-experience {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.text-section-2-projects h2,
.text-section-2-experience h2 {
  font-size: 70px;
  font-weight: 600;
  font-family: "Kanit-Regular.ttf";
  margin: 0;
}
.text-section-2-projects h4,
.text-section-2-experience h4 {
  font-family: "Kanit-Regular.ttf";
}

@media (max-width: 500px) {
  .text-section-2-projects h2,
  .text-section-2-experience h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Kanit-Regular.ttf";
    margin: 0;
  }
  .text-section-2-projects h4,
  .text-section-2-experience h4 {
    font-size: 18px;
  }
}

/*----------card fickle------------*/
.fickle-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
}

.fickle-section-2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}
.fickle-section-2-rigla {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
}

@media screen and (min-width: 300px) and (max-width: 470px) {
  .fickle-section-2-rigla {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
  }
}

.card-fickle {
  padding: 40px 51px 50px 50px;
  background-color: white;
  margin-top: -163px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-top: 7px solid #001ed3;
  max-width: 538px;
}
@media (max-width: 991px) {
  .card-fickle {
    max-width: 100%;
    margin: 3rem 0;
  }
  .module.module-text.text-section-2-experience,
  .module.module-text.text-section-2-projects {
    height: 100%;
  }
}
@media (max-width: 576px) {
  .card-fickle {
    margin-top: 0;
    border: unset;
  }
}

.creion {
  margin-left: 23px;
  margin-top: -52px;
}

.fickle-title {
  font-size: 34px;
  margin-bottom: 28px;
  font-weight: 700;
  color: var(--secondary);
  font-family: "Kanit-Regular.ttf";
}

.h3-fickle {
  font-size: 22px;
  font-weight: 700;
  color: var(--secondary);
  font-family: "Kanit-Regular.ttf";
}
@media (max-width: 500px) {
  .card-fickle {
    padding: 30px 15px;
  }
  .fickle-title {
    font-size: 22px;
  }
  .fickle-text-content h3 {
    font-size: 20px !important;
  }
  .fickle-text-content h3 {
    font-size: 20px;
  }
  .card-fickle svg {
    width: 30px;
    height: 30px;
  }
  .creion {
    display: none;
  }
}

/*------------------------Section-3--------------*/

@media (min-width: 991px) {
  .section-3 {
    min-height: 80vh;
  }
  .img-s3 {
    max-width: 500px;
    max-height: 559px;
  }
  .module.module-image.section-3-img-1.img-s3 {
    position: absolute;
    margin-top: 400px;
    margin-right: 209px;
  }
}
@media screen and (min-width: 550px) and (max-width: 750px) {
  .module.module-image.section-3-img-1.img-s3 {
    position: static; /* Sau altă valoare dorită pentru poziționare */
    margin-top: 0;
    margin-right: 0;
  }
}

.col-lg-6.section-3-col-2 {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  position: relative;
  margin-top: 50px;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 550px) and (max-width: 750px) {
  .col-lg-6.section-3-col-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-bottom: 100px;
    justify-content: space-between;
    margin-top: 50px;
  }
}

.section-3-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 400px) {
  .section-3-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}
.title-about {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: "kabit-regular.ttf";
}

.sec-h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato-Regular";
  color: var(--secondary);
  margin-bottom: 26px;
}

/*-----------------------Section 4----------------------------------*/
.section-4 {
  display: grid;
  grid-template: 60vh / 50% 1fr 1fr 1fr;
  gap: 5px;
  margin-top: 150px !important;
}
@media (max-width: 1750px) {
  .section-4 {
    grid-template: 60vh / 45% 1fr 1fr 1fr;
  }
}
@media (max-width: 1500px) {
  .section-4 {
    grid-template: 60vh / 40% 1fr 1fr 1fr;
  }
}

.section-4-img-2 {
  width: fit-content;
  background-size: cover;
  position: relative;
}
.section-4-img-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0009;
}
.section-4-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-top: 30%;
  padding: 15px;
  row-gap: 15px;
  color: white;
  font-family: "Kanit-Regular.ttf";
  font-size: 18px;
  z-index: 3;
}
.section-4-text h2 {
  font-size: 25px;
  font-family: "Kanit-Regular.ttf";
  font-weight: 500;
  z-index: 3;
}
.section-4-text p {
  font-family: "Kanit-Regular.ttf";
  z-index: 3;
}
@media (max-width: 1200px) {
  .section-4 {
    grid-template: 35vh 35vh / 1fr 1fr;
  }
  .section-4-img-2 {
    display: flex;
    align-items: center;
  }
  .section-4-text {
    margin: auto !important;
    text-align: center;
    max-width: 90%;
  }
}
@media (max-width: 750px) {
  .section-4 {
    grid-template: 45vh 45vh / 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .section-4 {
    grid-template: repeat(4, 300px) / 1fr;
    gap: 30px;
    max-width: calc(100% - 30px);
    margin: auto;
    margin-top: 50px !important;
  }
}
.section-4-img-1 {
  background-position: center;
  background-size: cover;
}

.col-lg-6.section-4-img-2 {
  position: relative;
  background-position: center;
  background-size: cover;
}
.col-lg-2.section-4-img-2::after {
  content: "";
  position: absolute;
  background-color: #0004;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.col-lg-6.section-4-img-3 {
  position: relative;
  background-position: center;
  background-size: cover;
}
.col-lg-2.section-4-img-3::after {
  content: "";
  position: absolute;
  background-color: #0004;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.col-lg-6.section-4-img-4 {
  position: relative;
  background-position: center;
  background-size: cover;
}
.col-lg-2.section-4-img-4::after {
  content: "";
  position: absolute;
  background-color: #0004;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

/*----------------SECTION 5----------------*/
.section-5-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.section-5-link a {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 700;
  background: none;
}
.section-5-tit h1 {
  font-size: 55px;
  font-weight: 600;
  font-family: "Kanit-Regular.ttf";
}
@media screen and (max-width: 400px) {
  .section-5-tit h1 {
    font-size: 37px;
    font-weight: 600;
    font-family: "Kanit-Regular.ttf";
  }
}

.col-lg-4.section-5-col-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.col-lg-4.section-5-col-2 img {
  max-width: 100%;
  height: 295px;
  object-fit: cover;
}

.col-lg-4.section-5-col-2 img:first-child {
  margin-bottom: 18px; /* Spațiu între prima imagine și a doua */
}

.module.module-image.section-5-img-1 img {
  height: 63vh;
}

.col-lg-4.section-5-col-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.col-lg-4.section-5-col-3 img {
  max-width: 100%;
  height: 295px;
  object-fit: cover;
}

.col-lg-4.section-5-col-3 img:first-child {
  margin-bottom: 18px;
}

.module.module-image.section-5-img-1 {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 400px) {
  .module.module-image.section-5-img-1 {
    position: relative;
    margin-bottom: 18px;
  }
}

.our_projects_grid {
  display: grid;
  grid-template: repeat(2, 300px) / 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .our_projects_grid {
    grid-template: repeat(2, 200px) / 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .our_projects_grid {
    grid-template: repeat(2, 150px) / 1fr 1fr 1fr;
    gap: 5px;
  }
}

.our_projects_grid .module.module-image {
  max-width: 100% !important;
}
.our_projects_grid .module.module-image:first-child {
  grid-row: 1/3;
}
.our_projects_grid img {
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  object-fit: cover;
}
@media (max-width: 400px) {
  .our_projects_grid {
    grid-template: repeat(5, 300px) / 1fr;
    gap: 15px;
  }
  .our_projects_grid .module.module-image:first-child {
    grid-row: 1/2 !important;
  }
}

/*------------Section 6- Harta--------------*/
.card-1-adresa {
  background-color: #fff;
  height: 280px;
  width: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 27px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-top: 7px solid var(--primary-color);
}

@media (max-width: 991px) {
  .card-1-adresa {
    width: 100% !important;
    margin-bottom: 3rem;
  }
  .card-1-adresa {
    min-height: 150px;
    height: unset;
    padding: 15px;
    border-top: 7px solid var(--primary-color);
  }
}

.card-1-adresa h3 {
  color: var(--secondary);
  font-family: "Kanit-Medium.ttf";
  font-weight: 700;
  font-size: 34px;
}
.card-1-adresa p {
  color: #41444b;
  font-family: "Kanit-Medium.ttf";
  font-weight: 300;
  font-size: 14px;
}

.fickle-phone {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.svg-phone {
  background-color: var(--primary-color);
  width: 55px;
  height: 55px;
  padding: 6px;
  margin-right: 17px;
}


p.tit-phone {
  color: #41444b;
  font-family: "Kanit-Medium.ttf";
  font-weight: 300;
  font-size: 14px;
}

.nr-telefon {
  color: #16213e;
  font-family: "Kanit-Medium.ttf";
  font-weight: 700;
  font-size: 22px;
}
.tit-email {
  color: #41444b;
  font-family: "Kanit-Medium.ttf";
  font-weight: 300;
  font-size: 14px;
}
.fickle-email {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.email-dustro {
  color: #16213e;
  font-family: "Kanit-Medium.ttf";
  font-weight: 700;
  font-size: 22px;
}
.svg-adresa {
  background-color: #001ed3;
  height: 55px;
  width: 55px;
  padding: 6px;
  margin-right: 17px;
}
.row-harta {
  margin-top: 60px;
  position: relative;
  min-height: 400px;
}
@media screen and (max-width: 400px) {
  .row-harta {
    min-height: 121vh;
  }
}

.row-harta-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -73px;
}

/*-------------FOOTER------------*/
footer {
  background-color: var(--secondary);
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: var(--primary-color);
}

@media(max-width:991px) {
  footer::before {
    content: unset;
  }
}
.footer-col-5 {
  background-color: var(--primary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  row-gap: 19px;
}

@media(max-width: 991px) {
  .footer-col-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 19px;
    padding: 30px 15px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-col-2-1, .footer-col-2-contact {
    max-width: 50%;
  }
}
@media(max-width: 550px) {
  .footer-col-2-1, .footer-col-2-contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer-col-5 {
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    row-gap: 19px;
    padding-top: 15px;
  }
}
@media(max-width: 576px) {
  .footer-col-5 {
    border-radius: unset !important;
  }
}


.module.module-image.logo-footer {
  max-width: 350px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 5px;
}
@media(min-width: 576px) {
  .row-footer {
    padding: 50px 0;
  }
}

.footer-col-2-1 {
  background-color: var(--secondary);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

@media screen and (max-width: 900px) {
  .footer-col-2-1 {
    padding-bottom: 15px;
    padding-top: 20px;
  }
}

.links-footer {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  row-gap: 10px;
  margin-left: 10px;
  position: relative;
}
.title-links h4 {
  font-size: 22px;
  font-family: "Kanit-Medium.ttf";
  font-weight: 500;
}
.links-footer-1 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  margin-right: 50px;
}
.links-footer a {
  color: #d4d7dd;
  font-family: "Lato-Light.ttf";
  font-weight: 400;
  font-size: 17px;
}
.links-footer-1 a {
  color: #d4d7dd;
  font-family: "Lato-Light.ttf";
  font-weight: 400;
  font-size: 17px;
}

/*----------------- Contact Form------------ */
.form-group.agreement-radio.item-acceptance input {
  height: 100%;
}
.all-contact-form-section {
  padding-left: 15px;
  padding-right: 15px;
}
.mb_100 {
  margin-bottom: 100px;
}

.all-contact-form-section .contact-info {
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: var(--secondary);
  border-bottom-left-radius: var(--secondary);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}

.all-contact-form-section .contact-info h3 {
  color: var(--primary-color);
  font-size: min(max(24px, calc(1.5rem + ((1vw - 2.8px) * 1.4634))), 48px);
  margin-bottom: 20px;
}

.all-contact-form-section .contact-info p {
  color: #d4d7dd;
  margin-bottom: 40px;
}

.all-contact-form-section .contact-info h3 {
  color: var(--secondary);
  font-size: min(max(24px, calc(1.5rem + ((1vw - 2.8px) * 1.4634))), 48px);
  margin-bottom: 20px;
}

.module.module-text.text-center h2 {
  color: var(--secondary);
  font-size: 40px;
  font-weight: 600;
  font-family: "Kanit-Medium.ttf";
}
.module.module-text.text-center p {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 22px;
  font-family: "Kanit-Medium.ttf";
}

.row.builder-row.homepage-section-7.supratitle.all-contact-form-section.mb_100::after {
  position: absolute;
  content: "";
  background-color: #f8f8ff;
  height: 122vh;
  width: 100%;
  z-index: -11;
}
@media screen and (min-width: 550px) and (max-width: 750px) {
  .row.builder-row.homepage-section-7.supratitle.all-contact-form-section.mb_100::after {
    position: absolute;
    content: "";
    background-color: #f8f8ff;
    height: 120vh;
    width: 100%;
    z-index: -11;
  }
}
@media screen and (min-width: 550px) and (max-width: 750px) {
  .form-group.btn-section.row {
    margin-top: 29px;
    margin-bottom: 50px;
    width: fit-content;
    padding-left: 15px;
}
}

@media screen and (max-width: 400px) {
  .row.builder-row.homepage-section-7.supratitle.all-contact-form-section.mb_100::after {
    position: absolute;
    content: "";
    background-color: #f8f8ff;
    height: 161vh;
    width: 100%;
    z-index: -11;
  }
}
@media screen and (max-width: 400px) {
  .col-contact {
    margin-top: 49px;
    margin-bottom: -94px;
  }
}
@media screen and (max-width: 400px) {
  .contact-info-form h3 {
    font-size: 22px;
    font-family: "Kanit-Regular.ttf";
    font-weight: 700;
    color: var(--primary-color);
  }
  .contact-info-form p {
    font-size: 17px;
    font-family: "Kanit-Regular.ttf";
  }
}
.module.module-text.contact-info-form ul li {
  list-style: none;
}
.module.module-text.contact-info-form ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  row-gap: 13px;
  padding: 0;
}

.style-a {
  margin-left: 8px;
}
.style-a-3 {
  margin-left: 15px;
}

/*-------------Pagina Despre-noi-----------------*/
.section-1-despre {
  height: 40vh;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 0 25px;
}
@media(max-width: 450px) {
  .section-1-despre {
    height: 150px;
  }
  .title-despre h1 {
    font-size: 35px !important;
  }
  .section-2-despre-noi {
    position: relative;
    margin-top: 30px;
  }
}
.section-1-despre::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0007;
  z-index: 1;
}


.title-despre h1 {
  color: white;
  font-family: "Kanit-Regular.ttf";
  font-size: 65px;
  font-weight: 700;
}

.module.module-text.title-despre p {
  color: white;
  font-family: "Kanit-Regular.ttf";
  font-size: 35px;
}
.despre-phone {
  background-color: #fff;
  height: 21vh;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 27px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-top: 7px solid var(--primary-color);
  position: absolute;
  right: 20.5vw;
  bottom: -5vw;
  z-index: 4;
}

.top_section {
  margin-top: 110px;
}

@media screen and (min-width: 250px) and (max-width: 1400px) {
  .despre-phone {
    background-color: #fff;
    max-height: 47vw;
    max-width: 42vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 27px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top: 7px solid var(--primary-color);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
  }
}

.card-phone p {
  font-family: "Kanit-Medium.ttf";
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
}
.card-phone h3 {
  font-family: "Kanit-Medium.ttf";
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 1px;
  color: var(--secondary);
}

.section-2-despre-noi {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 991px){
  .section-2-despre-noi {
    position: relative;
    margin-top: 50px;
}
.section-2-despre-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
  margin-top: 50px !important;
}
}
.col-despre-title h1 {
  color: #fff;
  font-size: 60px;
}

.module.module-text.module-section-3 p {
  font-size: 18px;
  text-align: center;
  font-family: sans-serif;
}

.title-img {
  background-color: var(--secondary);
  min-height: 145px;
  width: 234px;
  position: absolute;
  z-index: 33;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
@media screen and (max-width: 400px) {
  .module.module-text.section-2-col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .module.module-text.section-2-col-2 h1 {
    font-size: 31px;
    text-align: center;
  }
}
@media screen and (min-width: 350px) and (max-width: 750px) {
  .module.module-text.section-2-col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .module.module-text.section-2-col-2 h1 {
    font-size: 31px;
    text-align: center;
  }
}
.title-img h1 {
  color: #fff;
  font-family: "Kanit-Medium.ttf";
  font-size: 90px;
  letter-spacing: 1px;
  font-weight: 700;
}
.title-img p {
  color: #fff;
  font-family: "Kanit-Medium.ttf";
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 500;
}

.section-2-despre-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
  margin-top: 112px;
}
.btn-despre-noi {
  margin-top: 20px;
}
@media screen and (max-width: 900px) and (min-width: 350px) {
  .btn-despre-noi {
    margin-top: 40px;
    margin-left: auto; /* Setează la "auto" pentru a centra pe orizontală */
    margin-right: auto; /* Setează la "auto" pentru a centra pe orizontală */
    display: block; /* Asigură-te că butonul ocupă întreaga lățime disponibilă */
  }
}

.section-2-col-2 p {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
}
.section-2-col-2 h1 {
  font-size: 55px;
  font-weight: 700;
  color: #000;
  font-family: "Kanit-Medium.ttf";
}
.section-2-description {
  background-color: #f9f9f9;
  padding: 10px;
}
.section-2-description p {
  font-size: 17px;
  font-weight: 400;
  font-family: "Kanit-Medium.ttf";
}
.section-2-description h4 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Kanit-Medium.ttf";
  letter-spacing: 1.5px;
}

.row.builder-row.section-3-despre {
  height: 70vh;
  background-position: center;
  background-size: cover;
  margin-top: 70px;
  padding: 0 15px;
}

.section-3-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.module-section-3 p {
  font-size: 35px;
  color: white;
}
.module-section-3 {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.module-section-3 h2 {
  font-size: 55px;
  color: white;
  font-family: "Kanit-Medium.ttf";
  font-weight: 700;
}

p.description-title {
  font-size: 17px;
  color: white;
  font-family: "Kanit-Medium.ttf";
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 400px) {
  p.description-title {
    font-size: 17px;
    color: white;
    font-family: "Kanit-Medium.ttf";
    font-weight: 100;
    text-align: center;
    padding: 22px;
  }
}
.col-lg-3.despre-card-1 {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  align-items: center;
  background-color: white;
  height: 131px;
  min-width: 250px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: -30px;
}
.module.module-text.title-description-sec h4 {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .module.module-text.title-description-sec h4 strong {
    font-size: 16px;
  }
.col-lg-3.despre-card-1 {
  height: fit-content;
  padding: 10px 15px;
  margin-bottom: 15px;
  margin-top: unset;
  justify-content: start;

}

}

.row.builder-row.row-card-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 0 15px;
}

@media screen and (max-width: 991px){
.row.builder-row.row-card-1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
}

.title-number {
  background-color: var(--primary-color);
  height: 65px;
  width: 70px;
  display: flex;
  align-items: center; /* Aliniază vertical în centru */
  justify-content: center; /* Aliniază orizontal în centru */
}

.title-number h2 {
  color: white;
  font-weight: 800;
  font-size: 40px;
  margin: 0;
  padding: 6px;
}

.title-description-sec h4 {
  font-weight: 700;
  font-size: 19px;
  font-family: sans-serif;
}
.module.module-text.title-description-sec {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.title-description-sec p {
  font-size: 13px;
}

/*--------------Proiecte-----------------*/
@media screen and (min-width: 400px) {
  .title-galerie h1 {
    font-size: 32px;
    font-family: "Kanit-Regular.ttf";
    font-weight: 700;
    color: var(--secondary);
    border-bottom: 2px solid var(--primary-color);
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .title-galerie h1 {
    font-size: 32px;
    font-family: "Kanit-Regular.ttf";
    font-weight: 700;
    color: var(--secondary);
    border-bottom: 2px solid var(--primary-color);
    width: 100%;
  }
}
.module.module-button.btn.btn-primary.services-btn {
  margin-bottom: 10px;
}

.module.module-gallery.gallery-projects {
  display: grid;
  grid-template: auto / repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .module.module-gallery.gallery-projects {
    display: grid;
    grid-template: auto / repeat(2, 1fr);
    gap: 10px;
  }
  figure {
    margin: 0;
  }
}
.gallery-projects figure {
  width: 100%;
}

.img-fluid {
  /* max-width: 100%; */
  /* height: auto; */
  object-fit: cover;
  height: 420px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .img-fluid {
    object-fit: cover;
    height: 205px;
    width: 100%;
  }
}
.section-2-proiecte {
  margin-top: 100px;
  margin-bottom: 100px;
}
.card-phone h3 a {
  color: var(--secondary);
}
/*--------------------Servicii------------------*/
.services-img {
  margin: 0;
  padding: 0;
}
.section-2-row {
  margin-top: 130px;
  margin-bottom: 100px;
}

.services-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 15px !important;
}
.module-services-text {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: unset;
}
.module-services-text h2 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Kanit-Medium.ttf";
  color: white;
}

@media(max-width: 600px) {
  .module-services-text h2 {
    font-size: 25px;
}
}
.module-services-text p {
  font-size: 17px;
  font-weight: 500;
  font-family: "Kanit-Medium.ttf";
  color: white;
}
.services-btn a {
  border: 3px solid white;
}

.services-btn:hover {
  border: 3px solid white;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  outline: none;
}
.services-btn {
  margin-left: 8px;
}

/*----------------Contact---------------*/
.row-contact {
  margin-top: 70px;
}

.nume-form input {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 50px;
}

.email-contact input {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 50px;
}
.phone input {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 50px;
}


.adresa input {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 50px;
}
.mesaj-contact textarea {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 100px;
}


.section-3-contact-harta {
  margin-top: 70px;
}

.fickle-phone-contact {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.fickle-email-contact {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.module-contact-card {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.section-3-contact {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .section-3-contact {
    gap: 25px;
}
.svg-phone {
  margin-right: 0;
}
.svg-adresa {
  margin-right: 0;
}
.fickle-phone-contact,
.fickle-email-contact {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: center;
}
}
.module-contact-card {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 14px;
  border-left: 10px solid var(--primary-color);
}

.module-contact-card p {
  font-size: 14px;
  font-weight: 700;
  color: #41444b;
  font-family: "Kanit-Medium.ttf";
}
.module-contact-card h3 {
  font-size: 26px;
  color: #00215b;
  font-family: "Kanit";
  font-weight: 700;
}
.fickle-text-content p {
  font-size: 17px;
  font-weight: 700;
  color: #41444b;
  font-family: "Kanit-Medium.ttf";
}
.fickle-text-content h3 a {
  font-size: 27px;
  font-weight: 700;
  color: #16213e;
  font-family: "Kanit-Medium.ttf";
}
.fickle-text-content h3 {
  font-size: 27px;
  color: #16213e;
  font-family: "Kanit";
  font-weight: 700;
}
.navbar a,
.navbar a:focus {
  display: flex;
}
ul.navbar-nav.nav.main-nav.ml-auto {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  ul.navbar-nav.nav.main-nav.ml-auto {
    display: flex;
    flex-direction: column;
    column-gap: 20px;
    justify-content: center;
    align-items: start;
    border-top: 1px solid #ddd;
    margin-top: 10px;
  }
}


.contact-phone-card {
  background-color: #fff;
  height: 170px;
  width: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 27px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-top: 7px solid var(--primary-color);
  position: absolute;
  margin-left: 1126px;
  margin-top: 231px;
  z-index: 4;
}
@media screen and (min-width: 250px) and (max-width: 1400px) {
  .contact-phone-card {
    background-color: #fff;
    max-height: 47vw;
    max-width: 46vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 27px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top: 7px solid var(--primary-color);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
  }
}

.contact-form-section {
  background-color: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  padding: 40px 0;
}
.contact-form-section .agreement-radio,
.contact-form-section .btn-section {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-form-section .btn-section button {
  border-radius: 5px;
}
.form-contact-page {
  padding: 0;
}
.form-control {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: 50px;
}
.form-group input {
  height: 55px;
}
.contact-form-col .textarea label {
  bottom: inherit;
  top: 20px;
}
.form-group:not(.item-acceptance) label {
  position: absolute;
  transition: all 0.3s linear;
  left: 1rem;
  white-space: nowrap;
  pointer-events: none;
  z-index: 999;
}
.form-group:not(.agreement-radio) label {
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  left: 1.5rem;
  z-index: -1;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.7;
  margin-top: 15px;
}

.form-group.item-003 label {
  height: 10px;
  width: 10px;
}
.homepage-section-7 {
  margin-bottom: 25px !important;
}
.contact-form-col .textarea label {
  bottom: inherit;
  top: 20px;
}
.cont-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  background-color: var(--secondary);
  border-radius: 10px 0 0 10px;
}
@media (max-width: 991px) {
  .cont-info {
    border-radius: 10px 10px 0 0;
  }
}
.col-contact {
  margin-top: 30px;
}
.contact-info-form h3 {
  font-size: 37px;
  font-family: "Kanit";
  color: #fff;
}
.contact-info-form p {
  font-size: 22px;
  font-family: "Kanit";
  color: #fff;
}
span.checkbox-text {
  font-size: 18px;
  font-family: "Kanit";
  color: #636363;
}
.agreement-radio {
  padding: 0 15px;
}
.module-text.contact-footer ul a {
  color: #d4d7dd;
}
.style-a,
.style-a-3 {
  color: #fff;
}
.module.module-text.contact-info-form ul li svg path,
.module.module-text.contact-info-form ul li svg path {
  fill: #fff;
}

/* .container, .container-sm, .container-md, .container-lg, .container-xl {
       max-width: 90vw;
    }
    */
.links-footer a::before {
  position: absolute;
  content: "\f101";
  /* left: 10px; */
  font-family: "FontAwesome";
  /* left: 28%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: -11px;
}

/*------------------Formular Consultanta------------*/
.c-form-success {
  color: green;
  font-size: 22px;
  font-family: sans-serif;
  font-weight: 600;
}

.module.module-image img {
  width: 100%;
  object-fit: cover;
  max-height: 459px;
}

.module-text.contact-footer svg path {
  fill: #fff; /* Adaugă culoarea dorită */
}
.module-text.contact-footer {
  color: #d2153d; /* Adaugă culoarea dorită */
}
.footer-col-2-contact {
	display: flex;
	justify-content: start;
	flex-direction: column;
	align-items: start;
	row-gap: -3px;
	padding-bottom: 74px;
}
.title-contact-footer h4 {
  font-size: 22px;
  font-family: "Kanit-Medium.ttf";
  font-weight: 500;
}

.txt-footer p {
  font-size: 18px;
  font-family: "Kanit-Medium.ttf";
  font-weight: 500;
}
@media(max-width: 400px) {
  .svg-phone {
    margin-right: 0;
  }
  .fickle-phone {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  .fickle-email {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
    text-align: center;
  }
  .svg-adresa {
    margin-right: 0;
  }
}