.elementor-623 .elementor-element.elementor-element-b0f153c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* =========================================================
   DACIA SERVICE HUB
========================================================= */

.dacia-service-hub {
  --dacia-green: #527b24;
  --dacia-green-dark: #3c5d19;
  --dacia-black: #161616;
  --dacia-dark: #202020;
  --dacia-gray: #666666;
  --dacia-line: #dcded8;
  --dacia-light: #f3f4ef;
  --dacia-white: #ffffff;

  width: 100%;
  background: #fff;
  color: var(--dacia-black);
  font-family: inherit;
}

.dacia-service-hub *,
.dacia-service-hub *::before,
.dacia-service-hub *::after {
  box-sizing: border-box;
}

.dacia-service-hub__shell {
  width: calc(100% - 48px);
  max-width: 1280px;

  margin: 0 auto;
}


/* =========================================================
   EXTERNAL LINK ICON
========================================================= */

.dacia-service-hub__external-icon {
  flex: 0 0 auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;

  font-size: 0;
  line-height: 0;
}

.dacia-service-hub__external-icon svg {
  display: block;

  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   HERO
========================================================= */

.dacia-service-hub__hero {
  position: relative;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: 60px;

  min-height: 410px;

  overflow: hidden;

  padding: 72px;

  background: var(--dacia-green);
  color: #fff;
}

.dacia-service-hub__hero::before {
  content: "";

  position: absolute;
  left: 0;
  top: 0;

  width: 10px;
  height: 100%;

  background: #fff;
}

.dacia-service-hub__hero-content {
  position: relative;
  z-index: 2;

  max-width: 780px;
}

.dacia-service-hub__kicker,
.dacia-service-hub__eyebrow {
  display: block;

  margin-bottom: 15px;

  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dacia-service-hub__kicker {
  color: rgba(255,255,255,.75);
}

.dacia-service-hub__hero h1 {
  margin: 0;

  font-size: clamp(48px, 5vw, 72px);
  line-height: .95;

  font-weight: 800;
  letter-spacing: -.045em;
}

.dacia-service-hub__hero h1 span {
  display: block;
  color: #fff;
}

.dacia-service-hub__hero p {
  max-width: 670px;

  margin: 30px 0 0;

  color: rgba(255,255,255,.82);

  font-size: 18px;
  line-height: 1.65;
}

.dacia-service-hub__hero-sign {
  position: relative;
  z-index: 1;

  color: rgba(255,255,255,.10);

  font-size: clamp(62px, 8vw, 112px);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -.08em;

  transform: rotate(-90deg);
}


/* =========================================================
   GENERAL
========================================================= */

.dacia-service-hub__main,
.dacia-service-hub__contracts,
.dacia-service-hub__more {
  padding: 88px 0;
}

.dacia-service-hub__section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  margin-bottom: 38px;
}

.dacia-service-hub__eyebrow {
  color: var(--dacia-green);
}

.dacia-service-hub__section-head h2,
.dacia-service-hub__fiveplus h2 {
  margin: 0;

  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;

  letter-spacing: -.035em;
  font-weight: 800;
}

.dacia-service-hub__section-head p {
  max-width: 700px;

  margin: 20px 0 0;

  color: var(--dacia-gray);

  font-size: 17px;
  line-height: 1.65;
}


/* =========================================================
   MAIN SERVICES
========================================================= */

.dacia-service-hub__main-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 16px;
}

.dacia-service-hub__service {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 300px;

  padding: 34px;

  border: 1px solid var(--dacia-line);

  color: var(--dacia-black) !important;
  text-decoration: none !important;

  transition:
    background .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease;
}

.dacia-service-hub__service:hover {
  background: var(--dacia-green);
  border-color: var(--dacia-green);

  color: #fff !important;

  transform: translateY(-3px);
}

.dacia-service-hub__service-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  margin-bottom: 38px;

  background: var(--dacia-green);
}

.dacia-service-hub__service:hover .dacia-service-hub__service-icon {
  background: #fff;
}

.dacia-service-hub__service-icon svg {
  width: 27px;
  height: 27px;

  fill: none;
  stroke: #fff;

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dacia-service-hub__service:hover .dacia-service-hub__service-icon svg {
  stroke: var(--dacia-green);
}

.dacia-service-hub__service h3 {
  margin: 0 0 14px;

  font-size: 25px;
  line-height: 1.1;

  font-weight: 800;
  letter-spacing: -.025em;
}

.dacia-service-hub__service p {
  margin: 0;

  color: var(--dacia-gray);

  font-size: 15px;
  line-height: 1.6;

  transition: color .2s ease;
}

.dacia-service-hub__service:hover p {
  color: rgba(255,255,255,.85);
}

.dacia-service-hub__arrow {
  position: absolute;

  right: 28px;
  bottom: 24px;

  font-size: 29px;
}


/* =========================================================
   ACTIONS
========================================================= */

.dacia-service-hub__actions {
  display: flex;
  justify-content: space-between;
  align-items: stretch;

  gap: 18px;

  margin-top: 24px;
}

.dacia-service-hub__primary-btn,
.dacia-service-hub__secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;

  min-height: 58px;

  padding: 17px 24px;

  text-decoration: none !important;

  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;

  transition:
    background .2s ease,
    color .2s ease,
    border-color .2s ease;
}

.dacia-service-hub__primary-btn {
  background: var(--dacia-green);

  color: #fff !important;
}

.dacia-service-hub__primary-btn:hover {
  background: var(--dacia-black);

  color: #fff !important;
}

.dacia-service-hub__secondary-btn {
  border: 1px solid var(--dacia-black);

  background: #fff;

  color: var(--dacia-black) !important;
}

.dacia-service-hub__secondary-btn:hover {
  background: var(--dacia-black);

  color: #fff !important;
}

.dacia-service-hub__primary-btn > span:not(.dacia-service-hub__external-icon),
.dacia-service-hub__secondary-btn > span:not(.dacia-service-hub__external-icon) {
  font-size: 22px;
}

.dacia-service-hub__small-actions {
  display: grid;
  grid-template-columns: repeat(2, 190px);

  gap: 10px;
}

.dacia-service-hub__small-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 16px 20px;

  border: 1px solid var(--dacia-line);

  color: var(--dacia-black) !important;
  text-decoration: none !important;

  font-weight: 700;

  transition:
    background .2s ease,
    border-color .2s ease;
}

.dacia-service-hub__small-actions a:hover {
  border-color: var(--dacia-green);

  background: var(--dacia-light);
}


/* =========================================================
   DACIA ZEN
========================================================= */

.dacia-service-hub__zen {
  position: relative;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;

  gap: 50px;

  overflow: hidden;

  min-height: 260px;

  padding: 52px 54px;

  background: var(--dacia-black);
  color: #fff;
}

.dacia-service-hub__zen-big {
  position: absolute;

  right: 230px;
  top: 50%;

  transform: translateY(-50%);

  color: rgba(255,255,255,.045);

  font-size: 190px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.08em;
}

.dacia-service-hub__zen-content {
  position: relative;
  z-index: 2;

  max-width: 720px;
}

.dacia-service-hub__zen-label {
  display: inline-block;

  margin-bottom: 18px;
  padding: 8px 11px;

  background: var(--dacia-green);

  color: #fff;

  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.dacia-service-hub__zen h2 {
  margin: 0;

  font-size: clamp(38px, 5vw, 58px);
  line-height: .95;

  font-weight: 800;
  letter-spacing: -.04em;
}

.dacia-service-hub__zen h2 span {
  display: block;

  color: #b9d895;
}

.dacia-service-hub__zen p {
  max-width: 610px;

  margin: 20px 0 0;

  color: #c8c8c8;

  font-size: 16px;
  line-height: 1.6;
}

.dacia-service-hub__zen-btn {
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;

  gap: 32px;

  padding: 18px 23px;

  background: var(--dacia-green);

  color: #fff !important;
  text-decoration: none !important;

  font-size: 14px;
  font-weight: 800;

  white-space: nowrap;
}

.dacia-service-hub__zen-btn:hover {
  background: #fff;

  color: var(--dacia-black) !important;
}


/* =========================================================
   CONTRACTS
========================================================= */

.dacia-service-hub__contracts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 16px;
}

.dacia-service-hub__contract {
  position: relative;

  display: flex;
  flex-direction: column;

  padding: 34px;

  border: 1px solid var(--dacia-line);

  background: #fff;
}

.dacia-service-hub__contract--featured {
  border: 2px solid var(--dacia-green);
}

.dacia-service-hub__contract-tag {
  position: absolute;

  right: -2px;
  top: -2px;

  padding: 9px 13px;

  background: var(--dacia-green);

  color: #fff;

  font-size: 11px;
  line-height: 1;

  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dacia-service-hub__contract-number {
  display: block;

  margin-bottom: 42px;

  color: var(--dacia-green);

  font-size: 13px;
  font-weight: 800;
}

.dacia-service-hub__contract h3 {
  margin: 0 0 13px;

  font-size: 29px;
  line-height: 1;

  font-weight: 800;
  letter-spacing: -.03em;
}

.dacia-service-hub__contract-top p {
  min-height: 73px;

  margin: 0;

  color: var(--dacia-gray);

  font-size: 15px;
  line-height: 1.55;
}

.dacia-service-hub__contract ul {
  display: flex;
  flex-direction: column;

  gap: 13px;

  margin: 30px 0 0;
  padding: 26px 0 0;

  border-top: 1px solid var(--dacia-line);

  list-style: none;
}

.dacia-service-hub__contract li {
  display: grid;
  grid-template-columns: 22px 1fr;

  gap: 10px;

  color: #333;

  font-size: 14px;
  line-height: 1.45;
}

.dacia-service-hub__contract li span {
  color: var(--dacia-green);

  font-weight: 900;
}

.dacia-service-hub__contract-actions {
  display: flex;
  flex-wrap: wrap;

  gap: 12px;

  margin-top: 26px;
}


/* =========================================================
   SERVIS 5+
========================================================= */

.dacia-service-hub__fiveplus {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  align-items: center;

  gap: 60px;

  padding: 64px;

  background: var(--dacia-light);
}

.dacia-service-hub__fiveplus-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-height: 210px;

  padding: 35px;

  background: var(--dacia-green);

  color: #fff;
}

.dacia-service-hub__fiveplus-brand {
  margin-bottom: 25px;

  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .15em;
}

.dacia-service-hub__fiveplus-name {
  display: block;

  font-size: 30px;
  line-height: .9;

  font-weight: 800;
}

.dacia-service-hub__fiveplus-visual strong {
  display: block;

  margin-top: 5px;

  font-size: 80px;
  line-height: .8;

  font-weight: 900;
  letter-spacing: -.08em;
}

.dacia-service-hub__fiveplus p {
  max-width: 700px;

  margin: 20px 0 25px;

  color: var(--dacia-gray);

  font-size: 16px;
  line-height: 1.65;
}

.dacia-service-hub__text-link {
  display: inline-flex;
  align-items: center;

  gap: 14px;

  color: var(--dacia-green) !important;
  text-decoration: none !important;

  font-weight: 800;
}

.dacia-service-hub__text-link:hover {
  color: var(--dacia-black) !important;
}


/* =========================================================
   MORE SERVICES
========================================================= */

.dacia-service-hub__more-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 16px;
}

.dacia-service-hub__more-card {
  padding: 32px;

  background: var(--dacia-light);
}

.dacia-service-hub__more-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin-bottom: 32px;

  background: var(--dacia-green);
}

.dacia-service-hub__more-icon svg {
  width: 26px;
  height: 26px;

  fill: none;
  stroke: #fff;

  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dacia-service-hub__more-card h3 {
  margin: 0 0 14px;

  font-size: 23px;
  line-height: 1.1;

  font-weight: 800;
  letter-spacing: -.02em;
}

.dacia-service-hub__more-card p {
  margin: 0 0 26px;

  color: var(--dacia-gray);

  font-size: 15px;
  line-height: 1.55;
}

.dacia-service-hub__more-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding-top: 16px;

  border-top: 1px solid #ced1ca;

  color: var(--dacia-black) !important;
  text-decoration: none !important;

  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.dacia-service-hub__more-card > a:hover {
  color: var(--dacia-green) !important;
}


/* =========================================================
   PARTS
========================================================= */

.dacia-service-hub__parts {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 50px;

  overflow: hidden;

  margin-bottom: 88px;

  padding: 50px 54px;

  background: var(--dacia-green);

  color: #fff;
}

.dacia-service-hub__parts::after {
  content: "DACIA";

  position: absolute;

  right: 260px;
  top: 50%;

  transform: translateY(-50%);

  color: rgba(255,255,255,.06);

  font-size: 110px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.07em;
}

.dacia-service-hub__parts-content {
  position: relative;
  z-index: 2;
}

.dacia-service-hub__parts-label {
  display: inline-block;

  margin-bottom: 14px;
  padding: 7px 10px;

  background: #fff;

  color: var(--dacia-green);

  font-size: 11px;
  line-height: 1;

  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dacia-service-hub__parts h2 {
  margin: 0;

  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;

  font-weight: 800;
  letter-spacing: -.035em;
}

.dacia-service-hub__parts p {
  max-width: 650px;

  margin: 15px 0 0;

  color: rgba(255,255,255,.83);

  font-size: 16px;
  line-height: 1.55;
}

.dacia-service-hub__parts-btn {
  position: relative;
  z-index: 2;

  flex: 0 0 auto;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;

  padding: 18px 23px;

  background: #fff;

  color: var(--dacia-black) !important;
  text-decoration: none !important;

  font-size: 14px;
  font-weight: 800;
}

.dacia-service-hub__parts-btn:hover {
  background: var(--dacia-black);

  color: #fff !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .dacia-service-hub__hero {
    grid-template-columns: minmax(0, 1fr) 170px;

    padding: 60px 48px;
  }

  .dacia-service-hub__main-grid,
  .dacia-service-hub__contracts-grid {
    grid-template-columns: 1fr;
  }

  .dacia-service-hub__service {
    min-height: 230px;
  }

  .dacia-service-hub__contract-top p {
    min-height: 0;
  }

  .dacia-service-hub__fiveplus {
    grid-template-columns: 280px minmax(0, 1fr);

    gap: 40px;

    padding: 48px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .dacia-service-hub__shell {
    width: calc(100% - 30px);
  }


  /* HERO */

  .dacia-service-hub__hero {
    display: block;

    min-height: 0;

    padding: 48px 28px 52px;
  }

  .dacia-service-hub__hero-sign {
    display: none;
  }

  .dacia-service-hub__hero h1 {
    font-size: 43px;
  }

  .dacia-service-hub__hero p {
    margin-top: 23px;

    font-size: 16px;
    line-height: 1.55;
  }


  /* SECTIONS */

  .dacia-service-hub__main,
  .dacia-service-hub__contracts,
  .dacia-service-hub__more {
    padding: 62px 0;
  }

  .dacia-service-hub__section-head {
    margin-bottom: 28px;
  }

  .dacia-service-hub__section-head h2,
  .dacia-service-hub__fiveplus h2 {
    font-size: 34px;
  }


  /* SERVICES */

  .dacia-service-hub__service {
    min-height: 255px;

    padding: 28px;
  }


  /* BUTTONS */

  .dacia-service-hub__actions {
    flex-direction: column;
  }

  .dacia-service-hub__primary-btn,
  .dacia-service-hub__secondary-btn {
    width: 100%;
  }

  .dacia-service-hub__small-actions {
    grid-template-columns: 1fr 1fr;

    width: 100%;
  }


  /* ZEN */

  .dacia-service-hub__zen {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    gap: 32px;

    padding: 40px 28px;
  }

  .dacia-service-hub__zen-big {
    display: none;
  }

  .dacia-service-hub__zen h2 {
    font-size: 42px;
  }

  .dacia-service-hub__zen-btn {
    width: 100%;
  }


  /* CONTRACTS */

  .dacia-service-hub__contract {
    padding: 28px;
  }

  .dacia-service-hub__contract-actions {
    flex-direction: column;
  }


  /* 5+ */

  .dacia-service-hub__fiveplus {
    grid-template-columns: 1fr;

    gap: 30px;

    padding: 34px 28px;
  }

  .dacia-service-hub__fiveplus-visual {
    min-height: 170px;
  }


  /* MORE */

  .dacia-service-hub__more-grid {
    grid-template-columns: 1fr;
  }


  /* PARTS */

  .dacia-service-hub__parts {
    flex-direction: column;
    align-items: stretch;

    gap: 30px;

    margin-bottom: 60px;

    padding: 38px 28px;
  }

  .dacia-service-hub__parts::after {
    display: none;
  }

  .dacia-service-hub__parts-btn {
    width: 100%;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .dacia-service-hub__hero h1 {
    font-size: 38px;
  }

  .dacia-service-hub__small-actions {
    grid-template-columns: 1fr;
  }

  .dacia-service-hub__zen h2 {
    font-size: 37px;
  }

}/* End custom CSS */