body {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow-x: hidden !important;
}

body > * {
  font-family: Inter;
  font-style: normal;
}

.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin-bottom: 200px !important;
}

@media (min-width: 1200px) {
  a:hover {
    cursor: default;
  }
}

h3 {
  color: #2d3c8b;
  text-align: center;
  font-size: 1.042vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.563vw;
  margin-bottom: 2.083vw;
  margin-top: 0;
}

header {
  width: 100%;
  /* height: 43.229vw; */
  padding: 1.302vw 0 3.229vw 0;
  background-image: url("./images/background-first-desk.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  margin-bottom: 90px;
}

#list nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 43px;
  border-radius: 0.781vw;
  background: #fff;
  padding: 0.781vw 0.781vw 0.781vw 2.281vw;
  position: relative;
  /* width: 46.01vw; */
}

.call-now-cont {
  display: flex;
  gap: 14px;
}

.call-now {
  box-shadow: 0px 10px 20px 0px rgba(194, 14, 26, 0.5);
}

.solicita-asistenta-cont {
  display: flex;
  gap: 24px;
}

#cum-te-ajutam .section-title-txt {
  color: #2d3c8b;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 1.458vw;
  text-align: center;
}

#cum-te-ajutam .cum-te-ajutam {
  gap: 1.302vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#cum-te-ajutam .cum-te-ajutam .first-row {
  width: 100%;
}

#cum-te-ajutam .cum-te-ajutam .second-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.302vw;
}

#cum-te-ajutam .more-info {
  display: none;
}

#list .nav-logo {
  height: 150px;
  flex-shrink: 0;
  border-radius: 0vw 0vw 0.781vw 0.781vw;
  background: #fff;
  top: 0;
  position: absolute;
  left: 2.604vw;
  display: flex;
  justify-content: center;
  width: 150px;
  max-width: 150px;
  align-items: center;
}

#list .nav-logo img {
  width: 100%;
  height: 100%;
}

header #list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0vw 2.604vw;
  max-height: 5.188vw;
}

#list nav a,
#mobile-menu nav a {
  text-decoration: none;
  color: #2d3c8b;
  font-family: Inter;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

footer {
  background: #fafafa;
  width: 100%;
  /* height: 18.854vw; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

footer .footer-content {
  display: flex;
  flex-direction: row;
  /* max-width: fit-content; */
  gap: 50px;
  /* width: 100%; */
  /* max-height: 10.175vw; */
  margin: 0 auto;
  align-content: center;
  /* align-items: center; */
}

footer .footer-content .column {
  color: #2d3c8b;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.563vw;
}

footer .footer-content .blue-line {
  width: 0.052vw;
  height: 0.625vw;
  background: #2d3c8b;
}

footer .footer-logo {
  margin-bottom: 70px;
  margin-top: 50px;
}

#powerd-by-section {
  color: #2d3c8b;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.563vw;
}

.footer-content a {
  text-decoration: none;
  color: #2d3c8b !important;
}
.footer-content a:hover {
  text-decoration: none;
  color: #2d3c8b !important;
  cursor: pointer;
}

.main-title .title-main.title {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

main {
  width: 100%;
}

main .container {
  max-width: calc(100% - 10.417vw - 10.417vw);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.main-title {
  max-width: calc(100% - 26.578vw - 26.578vw);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  /* margin-top: 7vw; */
  margin-top: 3vw;
  justify-content: center;
}

.main-title h1 {
  color: #fff;
  text-align: center;
  /* font-size: 5.208vw; */
  font-size: 4vw;
  font-style: normal;
  font-weight: 700;
  line-height: 4.688vw;
  margin: 0;
}

.main-title .little-title {
  text-align: center;
  /* font-size: 2.604vw; */
  font-size: 2vw;
  line-height: 0;
}

.container .section-columns {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4.063vw;
}

.div.call-now-btn {
  /* margin-top: 3.125vw; */
  margin-top: 1.125vw;
}

.section .div.call-now-btn {
  margin-top: 5.208vw;
}

.div.call-now-btn a {
  text-decoration: none;
  display: flex;
  width: fit-content;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.call-now {
  display: flex;
  color: #fff;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 700;
  padding: 1.5vw;
  border-radius: 10px;
  background: #c20e1a;
  box-shadow: 0vw 10px1.563vw 0vw rgba(194, 14, 26, 0.5);
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
  max-width: 10.906vw;
  gap: 1.5vw;
}

.phone-nr {
  font-size: 1.953vw;
  gap: 0.781vw;
}

.div.call-now-btn .arrow-right-white {
  border-radius: 10px;
  background: #b50713;
  height: 4.792vw;
  width: 2.009vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-call-content img {
  width: 1.406vw;
  height: 1.406vw;
  margin-bottom: 0.463vw;
}

.call-now.header-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.563vw;
  padding: 0vw 0.781vw 0vw 1.563vw;
  border-radius: 0.781vw;
  width: 100%;
  max-width: 21.748vw;
  height: 6.354vw;
}

.call-now.header-section .btn-call-content {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 0.781vw;
}

.call-now.header-section p {
  font-size: 1.042vw;
  margin: 0.3vw 0vw 0.5vw 0vw;
  text-align: center;
}

.section-columns .column-one,
.section-columns .column-two {
  width: 50%;
}

.section-columns .column-one {
  max-width: 451px;
}

.info-section {
  max-width: 321.525px;
  width: 100%;
  max-height: 38.946px;
  height: 100%;
  background: #a97938;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 35px2.604vw 40px;
}

.section.section_one .section-columns .column-one {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}

.section.section_one .section-columns .column-two {
  max-width: 844.692px;
}

.section.section_one .section-columns .column-two p {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.h1-title {
  font-size: 70.017px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}

#cum-te-ajutam.section.section_one {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section .h1-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3.255vw;
  font-style: normal;
  font-weight: 700;
  line-height: 4.688vw;
  color: #2d3c8b;
  max-width: 61.146vw;
  align-items: center;
  margin-bottom: 2.604vw;
  text-align: center;
  margin-top: 0px;
}

.section .h1-title p {
  font-size: 3.255vw;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  line-height: 3.688vw;
  color: #2d3c8b;
}

.section-title p {
  max-width: 35.885vw;
  margin: 0 auto;
}

#cum-te-ajutam .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.208vw;
}

#cum-te-ajutam .right-arrow-hlp {
  cursor: pointer;
  background: transparent;
  border: unset;
}

#cum-te-ajutam .info-p {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
}

#cum-te-ajutam .info-p p {
  padding-left: 1.563vw;
  padding-right: 12px;
}

#beneficii .benefits {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.302vw;
}

.benefits .help-txt,
.benefits .section-title-h4 {
  color: #2d3c8b;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 1.458vw;
  max-width: 35.869vw;
  margin-top: 0;
}

.benefits .help-txt {
  margin-bottom: 2.604vw;
}

.benefits .section-title-h4 {
  font-weight: 800 !important;
}

.help-lists {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-direction: row;
  margin-bottom: 2.604vw;
}

.help-lists li {
  color: #2d3c8b;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 1.458vw;
  max-width: 35.869vw;
  margin-top: 0;
}

#constatare-txt .benefits ul {
  margin-bottom: 1.3em;
}

#reparatie-txt .help-lists {
  margin-bottom: 0;
}

#constatare-txt .help-lists {
  margin-bottom: 1.3em;
}

#beneficii .benefits .column-one,
#beneficii .benefits .column-two {
  max-width: 38.49vw;
  width: 100%;
  display: flex;
  gap: 1.302vw;
  flex-direction: column;
}

#beneficii .ex-benefit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
  max-width: 38.49vw;
  width: 100%;
  height: 8.229vw;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.03);
  cursor: pointer;
}

.ex-benefit-img {
  cursor: pointer;
}

#beneficii .help-info {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  padding-left: 2.604vw;
}

#cere-masina .contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 1.302vw;
  width: 100%;
}

#masina-la-schimb-txt,
#amiabil-txt,
#asistenta-txt,
#constatare-txt,
#reparatie-txt {
  display: none;
  border-radius: 15px;
  background: #fff;
  padding: 2.604vw;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.03);
}

#constatare-txt .section-title-h4 {
  margin-bottom: 0;
}

.rotate-image {
  transform: rotate(180deg);
}

.ex-benefit img,
.ex-benefit .div-img {
  padding-right: 2.734vw;
}

.ex-benefit .div-img img {
  padding-right: 0;
}

#cere-masina .contact-form .row-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 1.302vw;
  width: 100%;
}

#cere-masina .contact-form .row-form input {
  display: flex;
  width: 100%;
  max-width: 17.617vw;
  height: 3.646vw;
  color: #2d3c8b;
  font-size: 0.833vw;
  font-weight: 600;
  line-height: 1.563vw;
  border-radius: 0.521vw;
  border: 0.052vw solid #ededed;
  background: #fafafa;
  padding-left: 1.51vw;
  padding-right: 1.51vw;
}

#cere-masina .contact-form .row-form input:focus-visible {
  outline: none;
  border: 0.052vw solid #b1b9e5 !important;
}

.row-form.btn-form .send-form {
  max-width: 12.298vw;
  width: 100%;
  height: 4.167vw;
  padding: 0 0.513vw 0 1.745vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}

.row-form.btn-form .arrow-right-white {
  width: 1.317vw;
  height: 3.142vw;
  border-radius: 0.342vw;
}

#cere-masina .contact-form .row-form.submit-message > div {
  display: none;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

#cere-masina .contact-form .row-form.submit-message > div.error-message {
  color: #c20e1a;
}

#cere-masina .contact-form .row-form.submit-message > div.succes-message {
  color: #10a91d;
}

#cere-masina .contact-form .row-form input::placeholder {
  color: #2d3c8b;
  background: #fafafa;
}

.flota-gallery {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1.271vw;
}

#flota-auto .img-flota {
  width: 14.615vw;
  height: 18.268vw;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  position: relative;
}

#flota-auto .img-flota img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

#flota-auto .slick-track {
  display: flex;
  gap: 20px;
}

#flota-auto .bg-white {
  width: 3.906vw;
  height: 3.906vw;
  border-radius: 5.464px;
  margin-bottom: 12.57px;
  margin-left: 12.25px;
  position: absolute;
  bottom: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#flota-auto .bg-white img {
  height: 1.601vw;
  width: auto;
}

.content .txt-srv-desc {
  display: none;
}

.services-content-one .txt-srv:hover .txt-srv-desc,
.services-content-two .txt-srv:hover .txt-srv-desc,
.services-content-three .txt-srv:hover .txt-srv-desc,
.services-content-four .txt-srv:hover .txt-srv-desc,
.services-content-five .txt-srv:hover .txt-srv-desc,
.services-content-six .txt-srv:hover .txt-srv-desc,
.services-content-seven .txt-srv:hover .txt-srv-desc {
  display: block;
}

#cere-masina .cere-masina {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#cere-masina .section-img img {
  width: 36.536vw;
  height: 39.219vw;
  border-radius: 0.781vw;
}

#cere-masina .cere-masina {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 39.219vw;
  gap: 8.333vw;
}

#cere-masina .send-form-btn {
  margin-top: 2.604vw;
}

.row-form.btn-form button {
  background: #b9b9b9;
  border: none;
  padding: 1.563vw;
  font-size: 1.302vw;
  font-style: normal;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}

#date-input {
  font-family: Inter;
  font-style: normal;
}

.column-two #txt-reparatie {
  display: none;
}

.info-call {
  font-size: 1.953vw;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.781vw;
}

.info-call {
  margin-top: 1.125vw;
}

.info-msg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.781vw;
}

.info-call p {
  margin: 0;
}

.call-now.info-call-btn {
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active::before {
  content: "";
  width: 2.604vw;
  height: 0.325vw;
  border-radius: 0.26vw 0.26vw 0vw 0vw;
  background-color: #c20e1a;
  position: absolute;
  bottom: 0vw;
}

.menu-li-help {
  display: flex;
  justify-content: center;
}

#cum-te-ajutam .service-auto {
  max-width: 18.594vw;
  height: 24.74vw;
  width: 100%;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.03);
  border-radius: 0.781vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 0.781vw;
  display: flex;
  align-items: flex-end;
}

#cum-te-ajutam .second-row .service-auto {
  padding: 0;
}

#cum-te-ajutam .second-row .content {
  margin: 0.781vw;
}

.services-content-one {
  background-image: url("./images/services-content-one.jpeg");
  background-position: right !important;
}

.services-content-two {
  background-image: url("./images/services-content-two.jpg");
}

.services-content-three {
  background-image: url("./images/services-content-three-desk.jpg");
}

.services-content-four {
  background-image: url("./images/services-content-four.jpg");
}

.service-auto.services-content-five {
  background-image: url("./images/car-934-desk.webp");
}

.service-auto.services-content-six {
  background-image: url("./images/services-content-six.jpg");
}

.service-auto.services-content-seven {
  background-image: url("./images/tesla.jpg");
}

#cum-te-ajutam .our-services.container-srv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 1.302vw;
}

#cum-te-ajutam .service-auto .content {
  display: flex;
  max-height: 11.302vw;
  width: 100%;
  border-radius: 0.521vw;
  background: #fff;
  padding: 1.563vw;
  gap: 1.302vw;
  flex-direction: column;
  align-items: flex-start;
}

#cum-te-ajutam .service-auto.services-content-one .content,
#cum-te-ajutam .service-auto.services-content-two .content {
  max-height: fit-content;
}

#cum-te-ajutam .txt-srv {
  color: #2d3c8b;
  font-size: 1.302vw;
  font-weight: 700;
  line-height: 1.563vw;
  margin: 0;
}

#cum-te-ajutam .txt-srv-desc {
  color: #2d3c8b;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 1.146vw;
  margin: 1.302vw 0 0;
}

.section.section_two .numbers {
  display: flex;
  flex-direction: row;
  gap: 12.96vw;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.section.section_two {
  height: 20.781vw;
  max-width: 78.281vw;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background-image: url("./images/car-bg-desk.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.03);
}

#top-lac .h1-title {
  color: #fff;
  font-size: 3.255vw;
  font-style: normal;
  font-weight: 700;
  line-height: 3.776vw;
  margin-bottom: 3.906vw;
}

#top-lac .first-row {
  color: #fff;
  text-align: center;
  font-size: 2.604vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.563vw;
}

#top-lac .second-row {
  color: #fff;
  text-align: center;
  font-size: 1.302vw;
  font-weight: 700;
  line-height: 1.563vw;
  margin-top: 1.563vw;
}

#testimoniale .client-name {
  color: #2d3c8b;
  font-size: 1.302vw;
  font-weight: 700;
  line-height: 1.563vw;
  position: absolute;
  right: 0;
  margin-right: 3.906vw;
}

#testimoniale .client-opinion-txt {
  color: #2d3c8b;
  font-size: 0.833vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.458vw;
  padding: 3.906vw 2.604vw 3.906vw 2.604vw;
}

#testimoniale .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#testimoniale .testimonials-container {
  display: flex;
  align-items: center;
  align-content: center;
}

#testimoniale .arrows {
  width: 3.646vw;
  height: 3.646vw;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 1.302vw 2.604vw 0px rgba(0, 0, 0, 0.03);
  display: none;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 1.302vw;
  cursor: pointer;
}

#testimoniale .clients-opinion {
  width: 43.681vw;
  height: 42.676vw;
  flex-shrink: 0;
  box-shadow: 0px 1.302vw 2.604vw 0px rgba(0, 0, 0, 0.03);
  position: relative;
}

#beneficii .section-title-txt {
  color: #2d3c8b;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 1.458vw;
  max-width: 35.869vw;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5.208vw;
}

.section.div.call-now-btn {
  margin-top: 0px;
}

#beneficii .help-info p {
  color: #2d3c8b;
  font-size: 1.563vw;
  font-weight: 700;
  line-height: 1.563vw;
}

#mobile-menu {
  display: none;
}

.hamburger-menu-button {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

#mobile-list {
  display: none;
}

.service-auto.services-content-four .content,
.service-auto.services-content-five .content {
  min-height: 6.192vw;
}

#testimoniale .arrows {
  display: none !important;
}

.section-btn {
  margin-top: 8.333vw;
}

#cere-masina .section-form {
  width: 100%;
}

#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  color: #fff;
  border: none;
  padding: 25px 21px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  filter: drop-shadow(
    0px 21.875001907348633px 43.750003814697266px rgba(0, 0, 0, 0.35)
  );
}

#scrollTopBtn:hover {
  background-color: #f2f2f2;
}

#flota-auto .section-title-txt {
  color: #2d3c8b;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 1.458vw;
  max-width: 35.869vw;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5.208vw;
}

@media (max-width: 1200px) {
  body > * {
    max-width: 100%;
  }

  header {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    margin-bottom: 100px !important;
  }

  h3 {
    font-size: 17.5px;
    line-height: 26px;
    margin-bottom: 35px;
  }

  .main-title {
    max-width: calc(100% - 20px - 20px);
    flex-direction: column;
    padding: 58px 20px 20px;
    margin: 0 auto;
    /* height: 640px; */
    height: 755px;
  }

  footer .footer-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #mobile-list {
    position: absolute;
    top: 0;
    width: calc(100% - 5.556vw - 5.556vw);
    margin: 0 auto;
    display: flex;
    /* position: relative; */
    padding: 5.556vw;
    flex-direction: column;
  }

  .hamburger-menu-button {
    display: block;
    border: none;
    background-color: transparent;
    color: #2d3c8b;
    padding: 0;
  }

  #mobile-list .mobile-menu-list {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 100%;
    padding: 17.5px;
    border-radius: 13px;
  }

  #mobile-list .nav-logo img {
    max-width: 250px;
    max-height: 54px;
    object-fit: cover;
  }

  #mobile-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
    background-color: #ffffff;
    padding: 31px 25px;
    min-height: 465px;
    position: relative;
    margin-top: -3px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  #mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  #list nav a,
  #mobile-menu nav a {
    color: #2d3c8b;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  #mobile-menu .call-now-mobile {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    width: 262px;
    height: 60.9px;
  }

  #mobile-list .gray-line {
    background: #f2f2f2;
    max-width: calc(100% - 25px - 25px);
    width: 100%;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 0;
  }

  #mobile-list .gray-line.second-line {
    background: #f2f2f2;
    max-width: calc(100% - 25px - 25px);
    width: 100%;
    height: 1px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 59%;
  }

  .call-now-mobile {
    display: flex;
    color: #fff;
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 700;
    padding: 1.5vw;
    border-radius: 10px;
    background: #c20e1a;
    align-items: center;
    justify-content: center;
  }

  .call-now-mobile-txt {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .main-title h1 {
    font-size: 45px;
    font-style: normal;
    line-height: 55px;
  }

  #list {
    display: none !important;
  }

  .main-title .little-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
  }

  /* .main-title .div.call-now-btn {
    margin-top: 46px;
    margin-bottom: 30px;
  } */

  .call-now.header-section {
    width: 100%;
    max-width: 320px;
    height: 93px;
    border-radius: 13px;
    padding-right: 12px;
    padding-left: 23.47px;
    gap: 23px;
    justify-content: space-between;
  }

  .div.call-now-btn a {
    margin: 0 auto;
  }

  .btn-call-content img {
    width: 21px;
    height: 21px;
    margin-bottom: 7px;
  }

  .call-now.header-section p {
    font-size: 15px;
  }

  .phone-nr {
    font-size: 28.75px;
  }

  .div.call-now-btn .arrow-right-white {
    width: 29.558px;
    height: 70px;
    border-radius: 5.738px;
  }

  .div.call-now-btn .arrow-right-white img {
    width: 6.285px;
    height: 11px;
  }

  .margin-bottom {
    margin-bottom: 200px;
  }

  .info-call {
    font-size: 22.212px;
    gap: 10px;
    display: flex;
    align-items: center;
    align-content: center;
  }

  #masina-la-schimb-txt,
  #amiabil-txt,
  #asistenta-txt,
  #constatare-txt,
  #reparatie-txt {
    padding: 20px;
  }

  .info-call .info-msg img {
    width: 16px;
    height: 16px;
  }

  .info-msg {
    gap: 10px;
    align-items: baseline;
  }

  .div.call-now-btn {
    margin-top: 50px;
    margin-bottom: 0;
    width: 100%;
  }

  .section {
    margin-bottom: 100px !important;
  }

  .section .h1-title,
  .section .h1-title p {
    line-height: 50px;
    font-size: 40px;
    width: 100%;
    max-width: fit-content;
    margin-bottom: 45px;
  }

  #cum-te-ajutam .section-title-txt {
    line-height: 24.5px;
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 50px;
  }

  #cum-te-ajutam .section-title {
    margin-bottom: 0px;
  }

  #cum-te-ajutam .our-services.container-srv,
  #cum-te-ajutam .cum-te-ajutam .second-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #cum-te-ajutam .service-auto {
    width: 100%;
    height: 415.625px;
    border-radius: 13px;
    max-width: 100%;
    padding: unset;
    justify-content: center;
    align-items: flex-end;
  }

  #cum-te-ajutam .service-auto .content {
    max-width: 100%;
    width: 100%;
    max-height: 183px;
    display: flex;
    border-radius: 0 9px 9px 9px;
    margin: 15px;
    padding: 25px;
    gap: 20px;
  }

  #cum-te-ajutam .txt-srv {
    line-height: 26px;
    font-size: 22px;
  }

  #cum-te-ajutam .srv-img {
    width: 26.399px;
    height: 22px;
  }

  #cum-te-ajutam .txt-srv-desc {
    font-size: 14px;
    line-height: 19.25px;
  }

  #cum-te-ajutam .cum-te-ajutam .content {
    position: relative;
  }

  #cum-te-ajutam .more-info {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 9px 9px 0px 0px;
    background: #fff;
    width: 56px;
    height: 24px;
    position: absolute;
    top: -20px;
    left: 0;
    cursor: pointer;
  }

  .section.section_two {
    width: 100%;
    max-width: 100%;
    height: 587.292px;
    border-radius: 13.125px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #top-lac .second-row {
    line-height: 26.25px;
    font-size: 22px;
  }

  .section.section_two .numbers {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .quotation {
    width: 18.449px;
    height: 14.119px;
  }

  #testimoniale .client-opinion-txt {
    font-size: 14px;
    line-height: 24.5px;
    margin-bottom: 40px;
    padding: 20px;
  }

  #testimoniale .clients-opinion {
    width: 100%;
    height: fit-content;
    padding-bottom: 60px;
    border-radius: 13.125px;
  }

  #testimoniale .client-name {
    bottom: 40px;
    font-size: 22px;
    line-height: 26.25px;
  }

  #beneficii .section-title-txt,
  #flota-auto .section-title-txt {
    line-height: 24.5px;
    font-size: 14px;
    max-width: 100%;
  }

  #beneficii .help-info p {
    font-size: 22px;
    line-height: 26px;
  }

  .ex-benefit img,
  .ex-benefit .div-img {
    width: 26.399px;
    height: 22px;
  }

  #beneficii .benefits {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #beneficii .benefits .column-one,
  #beneficii .benefits .column-two {
    width: 100%;
    max-width: 100% !important;
    gap: 20px;
  }

  #beneficii .ex-benefit {
    padding: 25px;
    max-width: calc(100% - 25px - 25px) !important;
    width: 100%;
    max-height: 134px;
    height: 100%;
  }

  .benefits .help-txt,
  .benefits .section-title-h4 {
    width: 100%;
    max-width: 100%;
    line-height: 24.5px;
    font-size: 14px;
  }

  .help-lists li {
    line-height: 24.5px;
    font-size: 14px;
  }

  .help-lists {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.604vw;
    align-items: flex-start;
  }

  #constatare-txt .help-lists {
    margin-bottom: 0;
  }

  .help-lists ul {
    margin: 0;
  }

  #cere-masina .section-img {
    display: none;
  }

  #cere-masina .contact-form .row-form input {
    font-size: 14px;
    line-height: 26.25px;
    border-radius: 8.75px;
    padding: 25px 23px;
    width: 100%;
    height: fit-content;
    max-width: calc(100% - 25px - 25px);
  }

  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #cere-masina .contact-form {
    gap: 20px;
  }

  #cere-masina .contact-form .row-form {
    gap: 20px;
    flex-direction: column;
    width: 100%;
  }

  .call-now-btn.send-form-btn.arrow-right-white img {
    width: 7.917px;
    height: 12.607px;
  }

  .row-form.btn-form .send-form {
    max-width: 206.614px;
    width: 100%;
    height: 100%;
    font-size: 15.75px;
    padding: 8.61px 8.61px 8.61px 29.31px;
  }

  #cere-masina .h1-title {
    width: 100%;
    margin: 0 auto;
  }

  footer .footer-content .footer-options {
    font-size: 14px;
    line-height: 26.25px;
  }

  footer {
    padding: 75px 0 0;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  footer .footer-logo {
    margin-bottom: 75px;
  }

  footer .footer-content .blue-line {
    display: none;
  }

  #powerd-by-section {
    font-size: 14px;
    line-height: 26.25px;
  }

  #cere-masina .cere-masina {
    height: fit-content;
  }

  #top-lac .first-row {
    margin-bottom: 16px;
  }

  #cum-te-ajutam .cum-te-ajutam {
    margin-bottom: 0;
    gap: 20px;
  }

  .div.call-now-btn.send-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
  }

  #cere-masina .section-form {
    width: 100%;
    max-width: 100%;
  }

  #cum-te-ajutam .h1-title br {
    display: none;
  }

  #cere-masina .h1-title {
    margin-bottom: 50px;
  }

  .info-call p {
    text-align: center;
  }

  #beneficii .help-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .ex-benefit .div-img img {
    width: 18.142px;
    height: 18px;
    padding-top: 12px;
  }

  #flota-auto .flota-gallery {
    padding-bottom: 55px;
  }

  .variable-width .slick-slide {
    width: 200px;
  }

  .section.section_four#cere-masina {
    width: 100%;
  }

  .flota-gallery .arrows.prev {
    position: absolute;
    bottom: 0;
    left: 35%;
    z-index: 999999;
  }

  .flota-gallery .arrows.prev {
    left: 30%;
  }

  .flota-gallery .arrows.next {
    right: 30%;
  }

  .flota-gallery .arrows.next,
  .flota-gallery .arrows.prev {
    position: absolute;
    bottom: -16px;
    z-index: 999999;
    background-color: #fff;
    filter: drop-shadow(
      0px 21.875001907348633px 43.750003814697266px rgba(0, 0, 0, 0.15)
    );
    width: 61.25px;
    height: 61.25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #mobile-menu .call-now-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 25px;
    box-shadow: 0px 8.75px 17.5px 0px rgba(194, 14, 26, 0.5);
  }

  #cum-te-ajutam .h1-title p {
    margin-bottom: 0;
  }

  #cere-masina .contact-form .row-form.submit-message > div {
    font-size: 16px;
  }

  #flota-auto .img-flota {
    box-shadow: none;
  }
}

@media (max-width: 769px) {
  main .container {
    max-width: calc(100% - 20px - 20px);
  }

  #top-lac .h1-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
    max-width: 153px;
  }

  #top-lac .first-row {
    line-height: 26.25px;
    font-size: 44px;
    margin-bottom: 20px;
  }

  .services-content-three {
    background-image: url("./images/services-content-three-mobile.webp");
  }

  .service-auto.services-content-five {
    background-image: url("./images/car-934-mobile.webp");
  }

  #flota-auto .img-flota {
    height: auto;
  }

  #flota-auto .bg-white {
    width: 61.475px;
    height: 61.475px;
  }

  #flota-auto .bg-white img {
    width: fit-content;
    height: fit-content;
  }
}

@media (max-width: 447px) {
  #asistenta .help-info p {
    max-width: 176px;
  }

  #amiabil .help-info p {
    max-width: 214px;
  }

  .info-call .info-msg:nth-child(2) {
    gap: 0px;
    max-width: 293px;
  }

  header {
    background-image: url("./images/background-first-mobile.webp");
  }
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;

  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop-up-container {
  background-color: #fff;
  padding: 3rem;
  border-radius: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: Inter, sans-serif;
  color: #2d3c8b;
  max-width: 70%;
  max-height: 75vh;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  overflow: auto;

  z-index: 10;
}

.pop-up-container h2 {
  font-size: 62.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 72.5px;
  margin: 0px;
  z-index: 10;
}

.pop-up-container .descriere,
.pop-up-container .descriere-2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0px;
  align-self: stretch;
  text-align: left;
  max-width: 1200px;
}
.pop-up-container h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 75px;
}

.autorizare {
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  font-size: 1.5rem;
  margin-top: 75px;
  align-self: flex-start;
}

.hidden {
  display: none;
}

.info-msg-tesla:hover {
  cursor: pointer;
  transform: translateY(-2px);
  text-shadow: rgba(194, 14, 26, 0.5) 1px 0 10px;
}
.exit-popup {
  align-self: flex-end;
}

@media (max-width: 1023px) {
  .solicita-asistenta-cont {
    flex-direction: column;
    gap: 10px;
  }
  .div.call-now-btn {
    margin: 0px;
  }
  .solicita-asistenta-cont {
    margin: 30px 0px;
  }
  .main-title {
    padding-top: 110px;
  }
  .call-now-cont {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .pop-up-container {
    padding: 60px 30px 30px 30px;
    max-height: 75vh;
  }
  .pop-up-container h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.5px;
  }
  .pop-up-container h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-top: 30px;
  }
  .pop-up-container .descriere {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.5px;
    text-align: center;
  }
  .pop-up-container .autorizare {
    margin-top: 25px;
  }
  .descriere-2 {
    padding-bottom: 16px;
  }
}

.columns {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
/* 
.column.three {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
} */

.section-form .h1-title {
  margin-bottom: 16px;
}

.section-form p {
  color: #2d3c8b;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 1.458vw;
  max-width: 35.869vw;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5.208vw;
}

.column.three .title-column {
  grid-column: span 2;
}
footer img {
  width: 250px;
}
footer ul {
  padding-left: 0px;
}
footer li {
  list-style: none;
  justify-content: left;
}

footer .title-column {
  color: #2d3c8b;
  font-size: 1vw;
  font-style: normal;
  font-weight: 800;
  line-height: 2vw;
}
footer {
  /* padding-bottom: 50px; */
  padding-top: 30px;
}
footer .date-firma {
  margin-top: 16px;
}
.title-main .h1-title .little-title {
  line-height: 46px !important;
}

nav a:hover {
  cursor: pointer;
}

@media (max-width: 447px) {
  .main-title {
    height: 775px;
  }

  .main-title h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .main-title .little-title {
    font-size: 24px;
  }
}
.little-title-p {
  color: white;
  font-size: 22px;
}
footer .date-firma p {
  color: #2d3c8b;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.563vw;
}

@media (max-width: 1023px) {
  .section-form p {
    color: #2d3c8b;

    font-weight: 500;
    text-align: center;

    margin-top: 0;
    margin-bottom: 5.208vw;
    line-height: 24.5px;
    font-size: 14px;
    max-width: 100%;
  }
  .main-title h1 {
    margin-top: 30px;
  }
  .title-main .h1-title .little-title {
    line-height: 30px !important;
  }

  .main-title {
    justify-content: flex-start;
  }
  .mobile-menu-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: -10px;
  }
  .little-title-p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  footer p {
    text-align: center;
  }
  footer .title-column {
    color: #2d3c8b;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 16px;
  }
  footer .footer-content .column {
    color: #2d3c8b;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    align-items: center;
  }
  footer .footer-content .column.three div:last-of-type {
    margin-right: 103px;
  }
  /*footer .footer-content .column.three {
    align-items: baseline;
  }
  footer .footer-content .column.three .title-column {
    align-self: center;
  }*/
  #top-lac .h1-title {
    font-size: 30px;
  }

  #top-lac .numbers {
    margin-bottom: 16px;
  }
  #top-lac .section-title {
    margin-top: 16px;
  }
  .section.section_two {
    height: none;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  #little-title {
    font-size: 18px;
  }
  footer .date-firma p {
    font-size: 6px;
    line-height: 8px;
    padding: 0px 50px;
  }
}

#cookie-notification {
  position: fixed;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #f0f0f0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hidden {
  display: none;
}

#cookie-notification a,
#cookie-notification button {
  cursor: pointer;
}

#cookie-notification button {
  max-width: 180px;
  width: 100%;
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  color: #fff;
  font-size: 0.833vw;
  font-weight: 700;
  padding: 1vw;
  border: navajowhite;
  border-radius: 10px;
  background: #17ce3b;
}

#cookie-notification button:hover {
  opacity: 0.75;
  transition: background-color 150ms ease-in-out;
}

#cookie-notification #accept-selection-cookies {
  background: #adadad;
}

#cookie-notification #reject-cookies {
  background: #adadad;
}

/* Cookie Consent Toggle Switches */
.cookie-categories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 10px;
  justify-content: center;
}

.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  width: 16%;
  min-width: 180px;
  box-sizing: border-box;
  background-color: #cfcfcf7a;
  border-radius: 10px;
}

.category-title {
  font-weight: 500;
  margin-right: 10px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #000;
}

input:disabled + .slider {
  opacity: 0.5;
  cursor: not-allowed;
}

input:focus + .slider {
  box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Cookie notification modifications */
#cookie-notification {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
}

#cookie-notification button {
  margin-left: 10px;
  align-self: flex-end;
}

@media (max-width: 768px) {
  #cookie-notification {
    flex-direction: column;
    align-items: center;
    max-width: 93vw;
  }

  .cookie-categories {
    flex-direction: column;
    max-width: 100%;
    align-items: center;
  }
  .cookie-notification-left {
    text-align: center;
    max-width: 100%;
  }

  .cookie-category {
    width: 100%;
    margin-bottom: 8px;
  }

  #cookie-notification button {
    margin-top: 10px;
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }
}
