.elementor-1219 .elementor-element.elementor-element-4f99afd{--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 SHARED PAGE STYLES
   servis / testovacia jazda / dopyt
========================================================= */

.dacia-service-page,
.dacia-service-page * {
  box-sizing: border-box;
}

.dacia-service-page {
  --dacia-green: #527b24;
  --dacia-green-dark: #43651d;
  --dacia-black: #0d0e10;
  --dacia-dark: #242424;
  --dacia-grey: #68696c;
  --dacia-light: #f5f5f5;
  --dacia-border: #dedede;

  width: 100%;

  padding: 90px 0 120px;

  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(82, 123, 36, 0.10),
      transparent 28%
    ),
    var(--dacia-light);

  color: var(--dacia-black);
  font-family: inherit;
}

.dacia-service-page a {
  text-decoration: none !important;
}

.dacia-service-shell {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.dacia-service-hero {
  display: grid;

  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(300px, 0.65fr);

  min-height: 620px;

  overflow: hidden;

  background: #fff;

  box-shadow:
    0 30px 80px rgba(0,0,0,0.08);
}


/* =========================================================
   HERO CONTENT
========================================================= */

.dacia-service-hero__content {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: clamp(50px, 6vw, 90px);
}

.dacia-service-hero__content::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 5px;
  height: 135px;

  background: var(--dacia-green);
}


/* =========================================================
   KICKER
========================================================= */

.dacia-service-kicker {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 22px;

  color: var(--dacia-green);

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.dacia-service-kicker::before {
  content: "";

  width: 34px;
  height: 3px;

  background: var(--dacia-green);
}


/* =========================================================
   H1
========================================================= */

.dacia-service-hero h1 {
  max-width: 820px;

  margin: 0;

  color: var(--dacia-black);

  font-size: clamp(48px, 5.3vw, 76px);
  font-weight: 800;

  line-height: 0.98;

  letter-spacing: -0.045em;
}

.dacia-service-hero h1 span {
  display: block;
}


/* =========================================================
   HERO TEXT
========================================================= */

.dacia-service-hero__content > p {
  max-width: 680px;

  margin: 28px 0 42px;

  color: var(--dacia-grey);

  font-size: 16px;

  line-height: 1.75;
}


/* =========================================================
   FEATURES
========================================================= */

.dacia-service-hero__features {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 18px;

  max-width: 850px;
}

.dacia-service-feature {
  min-width: 0;

  padding-top: 20px;

  border-top: 1px solid var(--dacia-border);
}

.dacia-service-feature__icon {
  display: grid;

  width: 42px;
  height: 42px;

  margin-bottom: 16px;

  place-items: center;

  background: var(--dacia-green);
}

.dacia-service-feature__icon svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke: #fff;

  stroke-width: 1.6;

  stroke-linecap: round;
  stroke-linejoin: round;
}

.dacia-service-feature strong,
.dacia-service-feature span {
  display: block;
}

.dacia-service-feature strong {
  margin-bottom: 7px;

  color: var(--dacia-black);

  font-size: 13px;
  font-weight: 800;
}

.dacia-service-feature span {
  color: #777;

  font-size: 11px;

  line-height: 1.55;
}


/* =========================================================
   HERO RIGHT PANEL
========================================================= */

.dacia-service-hero__visual {
  position: relative;

  display: flex;

  align-items: flex-end;

  min-height: 620px;

  padding: 50px;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      var(--dacia-dark),
      #111
    );

  color: #fff;
}

.dacia-service-hero__visual::before {
  content: "";

  position: absolute;

  top: -80px;
  right: -100px;

  width: 330px;
  height: 330px;

  border: 60px solid var(--dacia-green);

  border-radius: 50%;

  opacity: 0.10;
}

.dacia-service-hero__visual::after {
  content: "";

  position: absolute;

  right: 0;
  bottom: 0;

  width: 100%;
  height: 6px;

  background: var(--dacia-green);
}

.dacia-service-hero__number {
  position: absolute;

  top: 35px;
  right: 38px;

  color: rgba(255,255,255,0.08);

  font-size: 110px;
  font-weight: 800;

  line-height: 1;

  letter-spacing: -0.06em;
}

.dacia-service-hero__visual-content {
  position: relative;

  z-index: 2;
}

.dacia-service-hero__visual-content span {
  display: block;

  margin-bottom: 12px;

  color: #9cc56c;

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 0.1em;

  text-transform: uppercase;
}

.dacia-service-hero__visual-content strong {
  display: block;

  color: #fff;

  font-size: clamp(35px, 4vw, 52px);
  font-weight: 800;

  line-height: 0.98;

  letter-spacing: -0.04em;
}

.dacia-service-hero__visual-content p {
  margin: 18px 0 0;

  color: #aaa;

  font-size: 13px;
}


/* =========================================================
   FORM SECTION
========================================================= */

.dacia-service-form-section {
  margin-top: 75px;
}


/* =========================================================
   FORM INTRO
========================================================= */

.dacia-service-form-intro {
  display: grid;

  grid-template-columns:
    1fr 0.85fr;

  gap: 60px;

  align-items: end;

  margin-bottom: 18px;
}

.dacia-service-form-label {
  display: block;

  margin-bottom: 10px;

  color: var(--dacia-green);

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.dacia-service-form-intro h2 {
  margin: 0;

  color: var(--dacia-black);

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;

  line-height: 1;

  letter-spacing: -0.04em;
}

.dacia-service-form-intro > p {
  max-width: 510px;

  margin: 0;

  color: #707070;

  font-size: 14px;

  line-height: 1.7;
}


/* =========================================================
   FORM BOX
========================================================= */

.dacia-service-form-box {
  width: 100%;

  overflow: hidden;

  background: #fff;

  box-shadow:
    0 25px 70px rgba(0,0,0,0.08);
}


/* =========================================================
   FORM BOX HEADER
========================================================= */

.dacia-service-form-box__top {
  display: flex;

  align-items: center;

  gap: 15px;

  padding: 20px 32px;

  border-bottom: 1px solid #333;

  background: var(--dacia-dark);
}

.dacia-service-form-box__icon {
  display: grid;

  flex: 0 0 44px;

  width: 44px;
  height: 44px;

  place-items: center;

  background: var(--dacia-green);
}

.dacia-service-form-box__icon svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke: #fff;

  stroke-width: 1.5;

  stroke-linecap: round;
  stroke-linejoin: round;
}

.dacia-service-form-box__top span,
.dacia-service-form-box__top strong {
  display: block;
}

.dacia-service-form-box__top span {
  margin-bottom: 3px;

  color: #9cc56c;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.dacia-service-form-box__top strong {
  color: #fff;

  font-size: 17px;
  font-weight: 800;
}


/* =========================================================
   FORM PLACEHOLDER
========================================================= */

.dacia-service-form-placeholder {
  width: 100%;

  padding: 30px 32px 34px;

  background: #fff;
}


/* =========================================================
   IF ELEMENTOR TEMPLATE IS INSERTED HERE
========================================================= */

.dacia-service-form-placeholder .elementor,
.dacia-service-form-placeholder .e-con,
.dacia-service-form-placeholder .e-con-inner,
.dacia-service-form-placeholder .elementor-widget,
.dacia-service-form-placeholder .elementor-widget-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dacia-service-form-placeholder .e-con {
  padding: 0 !important;
}


/* =========================================================
   FORM
========================================================= */

.dacia-service-form-placeholder .elementor-form {
  width: 100% !important;
}

.dacia-service-form-placeholder
.elementor-form-fields-wrapper {
  width: 100% !important;

  row-gap: 14px !important;
}

.dacia-service-form-placeholder
.elementor-field-group {
  margin-bottom: 0 !important;
}


/* =========================================================
   LABELS
========================================================= */

.dacia-service-form-placeholder
.elementor-field-label {
  margin-bottom: 6px !important;

  color: #222 !important;

  font-size: 12px !important;
  font-weight: 700 !important;

  line-height: 1.3 !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.dacia-service-form-placeholder
.elementor-field-textual,

.dacia-service-form-placeholder
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),

.dacia-service-form-placeholder
select,

.dacia-service-form-placeholder
textarea {
  min-height: 50px !important;

  padding: 11px 14px !important;

  border: 1px solid #d7d7d7 !important;

  border-radius: 0 !important;

  background: #fafafa !important;

  color: #111 !important;

  font-size: 14px !important;

  line-height: 1.4 !important;

  box-shadow: none !important;

  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.dacia-service-form-placeholder
textarea {
  min-height: 115px !important;

  resize: vertical;
}


/* =========================================================
   FOCUS
========================================================= */

.dacia-service-form-placeholder
.elementor-field-textual:focus,

.dacia-service-form-placeholder
input:focus,

.dacia-service-form-placeholder
select:focus,

.dacia-service-form-placeholder
textarea:focus {
  outline: none !important;

  border-color: var(--dacia-green) !important;

  background: #fff !important;

  box-shadow: none !important;
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.dacia-service-form-placeholder
::placeholder {
  color: #999 !important;

  opacity: 1;
}


/* =========================================================
   CHECKBOX / RADIO
========================================================= */

.dacia-service-form-placeholder
input[type="checkbox"],

.dacia-service-form-placeholder
input[type="radio"] {
  accent-color: var(--dacia-green);
}


/* =========================================================
   GDPR
========================================================= */

.dacia-service-form-placeholder
.elementor-field-type-acceptance,

.dacia-service-form-placeholder
.elementor-field-type-acceptance label {
  color: #666 !important;

  font-size: 12px !important;

  line-height: 1.55 !important;
}


/* =========================================================
   LINKS
========================================================= */

.dacia-service-form-placeholder a {
  color: #111 !important;

  text-decoration: underline !important;

  text-underline-offset: 2px;
}


/* =========================================================
   SUBMIT
========================================================= */

.dacia-service-form-placeholder
.elementor-button {
  display: flex !important;

  width: 100% !important;

  min-height: 52px !important;

  align-items: center;
  justify-content: center;

  padding: 13px 24px !important;

  border: 1px solid var(--dacia-green) !important;

  border-radius: 0 !important;

  background: var(--dacia-green) !important;

  color: #fff !important;

  font-size: 11px !important;
  font-weight: 800 !important;

  letter-spacing: 0.03em !important;

  text-transform: uppercase;

  box-shadow: none !important;

  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease !important;
}

.dacia-service-form-placeholder
.elementor-button:hover {
  transform: translateY(-2px);

  border-color: var(--dacia-green-dark) !important;

  background: var(--dacia-green-dark) !important;

  color: #fff !important;
}


/* =========================================================
   MESSAGES
========================================================= */

.dacia-service-form-placeholder
.elementor-message {
  margin-top: 15px !important;

  font-size: 13px !important;
  font-weight: 700 !important;
}


/* =========================================================
   BOTTOM SECTION
========================================================= */

.dacia-service-bottom {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    auto;

  gap: 50px;

  align-items: center;

  margin-top: 65px;

  padding: 45px 50px;

  background: var(--dacia-dark);

  color: #fff;
}

.dacia-service-bottom__content {
  max-width: 650px;
}

.dacia-service-bottom__content > span {
  display: block;

  margin-bottom: 10px;

  color: #9cc56c;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.dacia-service-bottom h2 {
  margin: 0;

  color: #fff;

  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;

  line-height: 1;

  letter-spacing: -0.035em;
}

.dacia-service-bottom p {
  max-width: 600px;

  margin: 17px 0 0;

  color: #b8b8b8;

  font-size: 14px;

  line-height: 1.7;
}


/* =========================================================
   BOTTOM BUTTONS
========================================================= */

.dacia-service-bottom__actions {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(190px, 1fr));

  gap: 10px;

  min-width: 400px;
}

.dacia-service-btn {
  display: flex;

  min-height: 53px;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding: 14px 18px;

  border: 1px solid var(--dacia-green);

  background: var(--dacia-green);

  color: #fff !important;

  font-size: 10px;
  font-weight: 800;

  line-height: 1.2;

  white-space: nowrap;

  text-transform: uppercase;

  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.dacia-service-btn:hover {
  transform: translateY(-2px);

  border-color: var(--dacia-green-dark);

  background: var(--dacia-green-dark);

  color: #fff !important;
}

.dacia-service-btn span {
  flex: 0 0 auto;

  font-size: 17px;

  transition:
    transform 0.25s ease;
}

.dacia-service-btn:hover span {
  transform: translateX(4px);
}


/* BOTH BUTTON VARIANTS EQUALLY IMPORTANT */

.dacia-service-btn--green,
.dacia-service-btn--outline {
  border: 1px solid var(--dacia-green);

  background: var(--dacia-green);

  color: #fff !important;
}

.dacia-service-btn--green:hover,
.dacia-service-btn--outline:hover {
  border-color: var(--dacia-green-dark);

  background: var(--dacia-green-dark);

  color: #fff !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

  .dacia-service-bottom {
    grid-template-columns: 1fr;

    gap: 30px;
  }

  .dacia-service-bottom__actions {
    width: 100%;

    min-width: 0;
  }

}


@media (max-width: 1000px) {

  .dacia-service-hero {
    grid-template-columns: 1fr;
  }

  .dacia-service-hero__visual {
    min-height: 300px;
  }

  .dacia-service-form-intro {
    grid-template-columns: 1fr;

    gap: 14px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

  .dacia-service-page {
    padding: 65px 0 80px;
  }

  .dacia-service-shell {
    width: calc(100% - 30px);
  }


  /* HERO */

  .dacia-service-hero {
    min-height: auto;
  }

  .dacia-service-hero__content {
    padding: 42px 24px;
  }

  .dacia-service-hero h1 {
    font-size: 39px;

    line-height: 1;
  }

  .dacia-service-hero__content > p {
    margin: 23px 0 35px;

    font-size: 15px;
  }


  /* FEATURES */

  .dacia-service-hero__features {
    grid-template-columns: 1fr;

    gap: 17px;
  }

  .dacia-service-feature {
    display: grid;

    grid-template-columns: 42px 1fr;

    gap: 14px;

    align-items: start;

    padding-top: 17px;
  }

  .dacia-service-feature__icon {
    margin-bottom: 0;
  }


  /* HERO VISUAL */

  .dacia-service-hero__visual {
    min-height: 270px;

    padding: 30px 24px;
  }

  .dacia-service-hero__number {
    top: 20px;
    right: 20px;

    font-size: 85px;
  }

  .dacia-service-hero__visual-content strong {
    font-size: 37px;
  }


  /* FORM SECTION */

  .dacia-service-form-section {
    margin-top: 55px;
  }

  .dacia-service-form-intro {
    gap: 12px;

    margin-bottom: 15px;
  }

  .dacia-service-form-intro h2 {
    font-size: 34px;
  }

  .dacia-service-form-intro > p {
    font-size: 13px;
  }


  /* FORM HEADER */

  .dacia-service-form-box__top {
    gap: 13px;

    padding: 18px 20px;
  }

  .dacia-service-form-box__icon {
    flex-basis: 42px;

    width: 42px;
    height: 42px;
  }

  .dacia-service-form-box__top strong {
    font-size: 16px;
  }


  /* FORM */

  .dacia-service-form-placeholder {
    padding: 22px 20px 26px;
  }

  .dacia-service-form-placeholder
  .elementor-form-fields-wrapper {
    row-gap: 13px !important;
  }

  .dacia-service-form-placeholder
  .elementor-field-textual,

  .dacia-service-form-placeholder
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),

  .dacia-service-form-placeholder
  select {
    min-height: 48px !important;
  }

  .dacia-service-form-placeholder
  textarea {
    min-height: 105px !important;
  }


  /* BOTTOM */

  .dacia-service-bottom {
    margin-top: 45px;

    padding: 35px 24px;
  }

  .dacia-service-bottom h2 {
    font-size: 32px;
  }

  .dacia-service-bottom__actions {
    grid-template-columns: 1fr;

    width: 100%;

    min-width: 0;
  }

  .dacia-service-btn {
    width: 100%;

    white-space: normal;
  }

}/* End custom CSS */