@font-face {
  font-family: "Read";
  src: url(../fonts/Read-Regular_V3000.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Read";
  src: url(../fonts/Read-Light_V3000.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dacia Block";
  src: url(../fonts/DaciaBlock-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Dacia Block", sans-serif;
}

p {
  font-family: "Read";
}

.bg-light {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #000 !important;
}

.btn-primary {
  text-transform: uppercase;
  --bs-btn-color: #fff;
  --bs-btn-bg: #646b52;
  --bs-btn-border-color: #646b52;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: none;
  --bs-btn-border-radius: 0;
  --bs-btn-padding-x: 32px;
  --bs-btn-padding-y: 13px;
}

.btn-link {
  position: relative;
  transition: all 0.2s;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.btn-link::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #a78b64;
  margin: 5px auto 0;
  transition: all 0.2s;
}
.btn-link svg {
  color: #a78b64;
  transition: all 0.2s;
}
.btn-link:hover {
  color: #000;
}
.btn-link:hover::after {
  width: 100%;
  background: #000;
}
.btn-link:hover svg {
  color: #000;
}

header .navbar {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
header .navbar-brand .dacia-logo {
  max-width: 170px;
  margin-right: 15px;
}
header .navbar-brand .dealer-logo {
  max-width: 85px;
}
header .navbar-nav {
  font-weight: 500;
  gap: 10px;
}
header .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
}
header .navbar-nav .btn-style {
  --bs-navbar-nav-link-padding-x: 16px;
  --bs-navbar-nav-link-padding-x: 16px;
  background-color: #646b52;
  color: #fff;
}
header .navbar-nav .btn-style:hover {
  background-color: #000;
}
@media (max-width: 992px) {
  header .navbar-nav {
    gap: 20px;
  }
  header .offcanvas.text-bg-dark {
    background-color: rgba(0, 0, 0, 0.9) !important;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  header .offcanvas-body, header .offcanvas-header {
    --bs-offcanvas-padding-x: 30px;
  }
  header .nav-link, header .btn-style {
    color: #fff;
    background-color: transparent !important;
    padding: 5px;
    border-bottom: 2px solid #646b52;
  }
  header .nav-link:hover, header .btn-style:hover {
    color: #646b52;
  }
  header .navbar-toggler {
    border: none;
  }
  header .navbar-toggler:focus {
    box-shadow: none;
  }
}
@media (max-width: 576px) {
  header .navbar-brand .dacia-logo {
    max-width: 130px;
  }
  header .navbar-brand .dealer-logo {
    max-width: 70px;
  }
}

.banner picture {
  width: 100%;
  height: 100%;
  display: block;
}
.banner picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 50vh;
}
.banner.second picture img {
  max-height: -moz-max-content;
  max-height: max-content;
}

.swiper {
  padding-top: 25px;
  padding-bottom: 25px;
}
.swiper .border-right {
  border-right: 1.5px solid #b3b3b3;
}
.swiper h2 {
  color: #000;
  font-size: 38px;
  margin-bottom: 9px;
}
.swiper p {
  color: #333;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 765px) {
  .swiper .border-right {
    border-right: 0px;
  }
  .swiper h2 {
    font-size: 30px;
  }
}

.program {
  padding: 30px 0 40px 0;
}

.template-boxes {
  padding: 30px 0;
}
.template-boxes .card {
  border: 0;
  --bs-border-radius: 0;
  margin-bottom: 15px;
}
.template-boxes .card .card-header {
  --bs-card-cap-padding-y: 16px;
  --bs-card-border-width: 0;
}
.template-boxes .card .card-header img {
  max-width: 70px;
}
.template-boxes .card .card-body {
  background-color: rgba(33, 37, 41, 0.03);
  --bs-card-spacer-y: 8px 16px;
}
.template-boxes .card .card-body .card-title {
  color: #656b52;
}

.reparatii-tab {
  /* ---- Animations ---- */
  /* Responsive */
}
.reparatii-tab h2 {
  text-align: center;
  margin-bottom: 50px;
  opacity: 0;
  animation: fadeInDown 1s ease forwards;
}
.reparatii-tab .nav-pills {
  justify-content: center;
  gap: 2rem;
  margin-bottom: 40px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeIn 1.2s ease 0.4s forwards;
}
.reparatii-tab .nav-pills .nav-link {
  background: #f6f6f4;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
}
.reparatii-tab .nav-pills .nav-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #5B5E46;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.4s ease;
  z-index: -1;
}
.reparatii-tab .nav-pills .nav-link:hover::after {
  opacity: 0.1;
  transform: scale(1);
}
.reparatii-tab .nav-pills .nav-link img {
  width: 36px;
  height: 36px;
  filter: grayscale(100%) brightness(0);
  transition: all 0.3s ease;
}
.reparatii-tab .nav-pills .nav-link.active {
  background: #5B5E46;
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(91, 94, 70, 0.3);
}
.reparatii-tab .nav-pills .nav-link.active img {
  filter: brightness(100%) invert(1);
}
.reparatii-tab .nav-pills .nav-link.active::after {
  opacity: 0.3;
  transform: scale(1.3);
  animation: pulse 1.8s infinite ease-in-out;
}
.reparatii-tab .tab-content {
  text-align: center;
  background: #f6f6f4;
  border-radius: 10px;
  padding: 50px 30px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease 0.8s forwards;
}
.reparatii-tab .tab-pane {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.reparatii-tab .tab-pane.show.active {
  opacity: 1;
  transform: translateY(0);
}
.reparatii-tab .tab-content img {
  width: 60px;
  margin-bottom: 20px;
  filter: brightness(0) saturate(100%) invert(35%) sepia(8%) saturate(645%) hue-rotate(45deg) brightness(95%) contrast(90%);
  transition: transform 0.6s ease;
}
.reparatii-tab .tab-pane.show.active img {
  transform: scale(1.05);
}
.reparatii-tab h6 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.reparatii-tab p {
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 25px;
}
.reparatii-tab .btn-primary {
  background: #5B5E46;
  border: none;
  border-radius: 6px;
  padding: 12px 28px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #fff;
  letter-spacing: 0.5px;
}
.reparatii-tab .btn-primary:hover {
  background: #464835;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(91, 94, 70, 0.4);
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.1;
  }
}
@media (max-width: 768px) {
  .reparatii-tab .nav-pills .nav-link {
    width: 60px;
    height: 60px;
  }
  .reparatii-tab .tab-content {
    padding: 35px 20px;
  }
}

.intretinere-slide {
  padding: 40px 0;
}
.intretinere-slide .wrapper-text {
  background-color: #000;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 50px 30px;
}
.intretinere-slide .wrapper-text h4 {
  color: #fff;
}
.intretinere-slide .wrapper-text p {
  color: #fff;
}
.intretinere-slide .inner-card-slider {
  padding: 20px 40px;
  background-color: rgba(33, 37, 41, 0.03);
}
.intretinere-slide .inner-card-slider .card {
  min-height: 290px;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.intretinere-slide .inner-card-slider .card .card-body {
  padding: 30px 15px;
}
.intretinere-slide .inner-card-slider .card .card-body h5 {
  border-bottom: 2px solid #5B5E46;
  display: inline-block;
  padding-bottom: 5px;
}
.intretinere-slide .inner-card-slider .slick-arrow {
  font-size: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
  background: none;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  color: #947b65;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
}
.intretinere-slide .inner-card-slider .slick-arrow:hover {
  color: #000;
}
.intretinere-slide .inner-card-slider .slick-prev {
  left: 0px;
}
.intretinere-slide .inner-card-slider .slick-prev:after {
  content: "<";
  font-size: 32px;
}
.intretinere-slide .inner-card-slider .slick-next {
  right: 0px;
}
.intretinere-slide .inner-card-slider .slick-next:after {
  content: ">";
  font-size: 30px;
}
.intretinere-slide .inner-card-slider .slick-dots {
  display: flex !important;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  list-style: none;
  transform: translateX(-50%);
  left: 50%;
  gap: 0;
}
.intretinere-slide .inner-card-slider .slick-dots li button {
  font-size: 0;
  width: 30px;
  height: 6px;
  background: rgba(100, 107, 82, 0.5);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.intretinere-slide .inner-card-slider .slick-dots li.slick-active button {
  background: rgb(0, 0, 0);
}
@media (max-width: 576px) {
  .intretinere-slide .inner-card-slider {
    padding: 20px;
  }
}

.beneficii {
  padding: 40px 0;
}
@keyframes underline-animation {
  0% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.beneficii .content {
  padding: 2rem;
  background-color: #f3f4f1;
  width: 100%;
  height: 100%;
}
.beneficii .content:hover h2::after {
  width: 100%;
  animation: underline-animation 1s ease;
}
.beneficii h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 1.3em;
  color: #000;
  font-family: "Dacia Block", sans-serif;
}
.beneficii h2 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 0.6em;
  color: #666b55;
  font-family: "Dacia Block", sans-serif;
}
.beneficii h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #666b55;
}
.beneficii p {
  color: #333;
  font-family: "Read", sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-wrap: pretty;
}

.cta {
  padding: 60px 0;
  background-color: #f7f7f7;
}
.cta .inner-cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.cta .inner-cta p {
  max-width: 756px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.servicii {
  padding: 50px 0;
}
.servicii .card {
  --bs-card-border-width: 0px;
  text-decoration: none;
  padding: 15px 0;
  transition: all 0.2s;
}
.servicii .card:hover {
  text-decoration: underline;
  text-decoration: none;
}
.servicii .card:hover img {
  transform: scale(1.02);
}
.servicii .card img {
  height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.2s;
}
.servicii .wrapper-subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.horizontal-banner {
  padding: 40px 0;
}
.horizontal-banner .inner-horizontal-banner {
  background-color: #f2f2f2;
  border: 1px solid #5B5E46;
  padding: 30px;
}

.hero-slider .slide {
  position: relative;
}
.hero-slider .slide .wrapper-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -14%);
  color: #fff;
  font-size: 90px;
}
.hero-slider .slide .wrapper-text .slider-text {
  max-width: 70%;
}
.hero-slider .slide .wrapper-text .wrapper-image {
  max-width: 300px;
  margin-bottom: 20px;
}
.hero-slider .slide-img {
  display: block;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider .slick-arrow {
  font-size: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
  background: none;
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
}
.hero-slider .slick-arrow:hover {
  background-color: #947b65;
  border-color: #947b65;
}
.hero-slider .slick-prev {
  left: 30px;
}
.hero-slider .slick-prev:after {
  content: "<";
  font-size: 32px;
}
.hero-slider .slick-next {
  right: 30px;
}
.hero-slider .slick-next:after {
  content: ">";
  font-size: 30px;
}
.hero-slider .slick-dots {
  display: flex !important;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 30px;
  list-style: none;
  transform: translateX(-50%);
  left: 50%;
  gap: 10px;
}
.hero-slider .slick-dots li button {
  font-size: 0;
  width: 40px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.hero-slider .slick-dots li.slick-active button {
  background: #000;
}

@media (max-width: 1199px) {
  .hero-slider .slide .slider-text {
    font-size: 65px;
  }
}
@media (max-width: 576px) {
  .hero-slider .slide .wrapper-text .slider-text {
    font-size: 40px;
    max-width: 100%;
  }
  .hero-slider .slide-img {
    height: 450px;
  }
}
.template-boxes--underlay {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #f7f7f7 75%, #fff 0);
}
@media (min-width: 768px) {
  .template-boxes--underlay {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}
.template-boxes--underlay .section-header {
  line-height: 1.79;
  font-size: 14px;
}
.template-boxes--underlay .section-content .card {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #000;
  height: 100%;
}
.template-boxes--underlay .section-content .card .card-title {
  font-size: 18px;
}
.template-boxes--underlay .section-content .card .card-body {
  padding: 20px 35px;
}
.template-boxes--underlay .section-content .card .card-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #5B5E46;
}
@media (min-width: 768px) {
  .template-boxes--underlay section.template-boxes--underlay .section-content .card .card-body {
    padding: 40px 60px;
  }
}

.text-image {
  padding: 40px 0;
}
.text-image .wrapper-text {
  padding: 20px;
  border-left: 3px solid #b3b3b3;
}
.text-image .wrapper-text ul {
  margin-bottom: 30px;
}
.text-image .wrapper-text p {
  margin: 0;
}
.text-image picture {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.section-boxes {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-boxes .card.template-step {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border: none;
  border-radius: 0;
  background-size: 0 0.1rem;
  background-position: 0 100%;
  height: 100%;
}
.section-boxes .card.template-step .card-body {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.64;
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .section-boxes {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-boxes .card.template-step .card-body {
    padding-top: 37px;
  }
}

.asiguratori-table {
  padding: 40px 0;
}
.asiguratori-table .insurance-table {
  width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
}
.asiguratori-table .insurance-table h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.asiguratori-table .insurance-table .table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.asiguratori-table .insurance-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 600px;
}
.asiguratori-table .insurance-table table thead {
  background: #f0f0f0;
}
.asiguratori-table .insurance-table table thead th {
  padding: 12px 10px;
  font-weight: 600;
  text-align: center;
}
.asiguratori-table .insurance-table table tbody tr:nth-child(even) {
  background: #ffffff;
}
.asiguratori-table .insurance-table table tbody tr:nth-child(odd) {
  background: #f8f8f8;
}
.asiguratori-table .insurance-table table tbody tr td {
  padding: 12px 10px;
  vertical-align: middle;
}
.asiguratori-table .insurance-table table tbody tr td.insurer {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.asiguratori-table .insurance-table table tbody tr td:nth-child(2), .asiguratori-table .insurance-table table tbody tr td:nth-child(3), .asiguratori-table .insurance-table table tbody tr td:nth-child(4) {
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .asiguratori-table .insurance-table {
    padding: 10px;
  }
  .asiguratori-table .insurance-table h2 {
    font-size: 1.3rem;
  }
  .asiguratori-table .insurance-table table {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .asiguratori-table .insurance-table table {
    font-size: 0.85rem;
  }
  .asiguratori-table .insurance-table table td {
    padding: 8px 6px;
  }
  .asiguratori-table .insurance-table table td.insurer img {
    width: 30px;
  }
}

.template-boxes--list {
  padding-top: 50px;
  padding-bottom: 50px;
}
.template-boxes--list .section-header {
  padding-bottom: 20px;
}
.template-boxes--list .template-list {
  border: none;
  border-radius: 0;
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #000;
  height: 100%;
}
.template-boxes--list .template-list .card-body {
  padding: 20px 35px;
}
.template-boxes--list .template-list .card-title {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 2px solid #5B5E46;
  padding-bottom: 7px;
}
.template-boxes--list .template-list ul {
  padding-inline-start: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .template-boxes--list {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .template-boxes--list .section-header {
    padding-bottom: 30px;
  }
  .template-boxes--list .template-list .card-body {
    padding: 40px 60px;
  }
}

.template-boxes--richtext {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .template-boxes--richtext {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.template-richtext--basic {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .template-richtext--basic {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

.template-boxes--accessories {
  padding-top: 65px;
  padding-bottom: 65px;
}
.template-boxes--accessories .template-accessory {
  border: none;
  background-color: transparent;
}
.template-boxes--accessories .card-header {
  background-color: transparent;
  border: none;
  padding: 0 0 10px;
}
.template-boxes--accessories .card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #656b52;
}
.template-boxes--accessories .card-body .card-title {
  font-size: 18px;
}
.template-boxes--accessories .card-body p {
  font-family: "Read";
  font-size: 14px;
  line-height: 1.71;
}
@media (min-width: 768px) {
  .template-boxes--accessories {
    padding-top: 85px;
    padding-bottom: 90px;
  }
}

footer {
  padding: 30px 0;
}
footer .footer-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #656b52;
}
footer .footer-top .wrapper-logo-contact .logo img {
  filter: invert(1);
  margin-bottom: 15px;
}
footer .footer-top .wrapper-logo-contact .footer-address {
  color: #fff;
  margin-bottom: 15px;
}
footer .footer-top .title {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}
footer .footer-top ul {
  padding-left: 0;
  list-style: none;
}
footer .footer-top ul a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
footer .footer-top .social-media img {
  max-width: 30px;
}
footer .footer-bottom {
  padding-top: 30px;
}
footer .footer-bottom .footer-legal {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  footer .footer-top {
    text-align: center;
  }
  footer .footer-bottom .footer-legal {
    flex-direction: column;
    gap: 10px;
  }
}/*# sourceMappingURL=style.css.map */