.elementor-1119 .elementor-element.elementor-element-4256c68{--display:flex;}.elementor-1119 .elementor-element.elementor-element-c6f6860{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1119 .elementor-element.elementor-element-c6f6860.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1119 .elementor-element.elementor-element-e2c690f{--spacer-size:50px;}@media(min-width:768px){.elementor-1119 .elementor-element.elementor-element-c6f6860{--width:4.963%;}}/* Start custom CSS for shortcode, class: .elementor-element-897ee9d *//* ================================
   CONTACT FORM 7 – AUTO SWAM SERVIS
   čierna / žltá verzia
   ================================ */

.service-form {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  font-family: inherit;
  color: #ffffff;
}

.service-form *,
.service-form *::before,
.service-form *::after {
  box-sizing: border-box;
}

/* Hlavné boxy */
.service-box {
  background: #101010;
  border: 1px solid rgba(255, 213, 0, 0.16);
  margin-bottom: 28px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.42);
}

/* Nadpis sekcie */
.service-box h2 {
  margin: 0 0 30px 0;
  padding: 31px 34px 24px 34px;
  font-size: 27px;
  line-height: 1.18;
  font-weight: 900;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 213, 0, 0.18);
  letter-spacing: -0.02em;
}

.service-box h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 14px;
  background: #ffd500;
  border-radius: 99px;
}

/* Labely */
.service-box label {
  display: block;
  padding: 0 34px;
  margin: 0 0 26px 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.service-box label span {
  display: block;
  margin-bottom: 9px;
}

.service-box label em {
  font-style: normal;
  color: #8e8e8e;
  font-weight: 700;
}

/* CF7 wrapper */
.service-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Inputy */
.service-form input[type="text"],
.service-form input[type="email"],
.service-form input[type="tel"],
.service-form input[type="number"],
.service-form input[type="date"],
.service-form select,
.service-form textarea {
  width: 100%;
  min-height: 62px;
  background: #181818;
  border: 2px solid #3b3b3b;
  border-radius: 11px;
  padding: 0 22px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  box-shadow: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.service-form textarea {
  min-height: 145px;
  padding-top: 18px;
  padding-bottom: 18px;
  resize: vertical;
  line-height: 1.5;
}

.service-form input::placeholder,
.service-form textarea::placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.service-form select {
  appearance: auto;
  cursor: pointer;
  color: #8a8a8a;
}

.service-form select:valid {
  color: #ffffff;
}

/* Focus stav */
.service-form input[type="text"]:focus,
.service-form input[type="email"]:focus,
.service-form input[type="tel"]:focus,
.service-form input[type="number"]:focus,
.service-form input[type="date"]:focus,
.service-form select:focus,
.service-form textarea:focus {
  background: #1d1d1d;
  border-color: #ffd500;
  box-shadow: 0 0 0 4px rgba(255, 213, 0, 0.13);
}

/* Checkboxy */
.service-form .cf7-check {
  padding: 0 34px;
  margin: 0 0 18px 0;
  color: #b8b8b8;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.service-form .cf7-check .wpcf7-list-item {
  margin: 0;
}

.service-form .cf7-check label {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #b8b8b8;
  font-weight: 700;
  cursor: pointer;
}

.service-form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin: 1px 10px 0 0;
  background: #101010;
  border: 2px solid #ffd500;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}

.service-form input[type="checkbox"]:checked {
  background: #ffd500;
  border-color: #ffd500;
}

.service-form input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #050505;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* GDPR link */
.service-form .cf7-check a {
  color: #ffd500;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 900;
}

.service-form .cf7-check a:hover {
  color: #ffffff;
}

/* Submit wrapper */
.service-submit {
  padding: 20px 34px 0 34px;
  text-align: center;
}

/* Tlačidlo AUTO SWAM */
.service-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 310px;
  min-height: 64px;
  padding: 0 38px;
  border: 0;
  border-radius: 999px;
  background: #ffd500;
  color: #050505;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.service-form input[type="submit"]:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #050505;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.48);
}

.service-form input[type="submit"]:active {
  transform: translateY(0);
}

/* Text pod tlačidlom */
.service-note {
  margin: 23px 34px 35px 34px;
  color: #8f8f8f;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

/* Validácia */
.service-form .wpcf7-not-valid {
  border-color: #ff3b3b !important;
  box-shadow: 0 0 0 4px rgba(255, 59, 59, 0.14) !important;
}

.service-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #ff5f5f;
  font-size: 13px;
  font-weight: 800;
}

.service-form .wpcf7-response-output {
  margin: 22px 34px 34px 34px !important;
  padding: 16px 18px !important;
  border-radius: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

/* Spinner */
.service-form .wpcf7-spinner {
  display: block;
  margin: 16px auto 0 auto;
}

/* Autofill fix */
.service-form input:-webkit-autofill,
.service-form input:-webkit-autofill:hover,
.service-form input:-webkit-autofill:focus,
.service-form textarea:-webkit-autofill,
.service-form select:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px #181818 inset;
  transition: background-color 9999s ease-in-out 0s;
}

/* Mobile */
@media (max-width: 767px) {
  .service-form {
    max-width: 100%;
  }

  .service-box {
    margin-bottom: 22px;
  }

  .service-box h2 {
    padding: 25px 22px 20px 22px;
    font-size: 23px;
  }

  .service-box h2::after {
    width: 48px;
    height: 4px;
    margin-top: 12px;
  }

  .service-box label {
    padding: 0 22px;
    margin-bottom: 23px;
  }

  .service-form input[type="text"],
  .service-form input[type="email"],
  .service-form input[type="tel"],
  .service-form input[type="number"],
  .service-form input[type="date"],
  .service-form select,
  .service-form textarea {
    min-height: 58px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 15px;
  }

  .service-form textarea {
    min-height: 130px;
  }

  .service-form .cf7-check {
    padding: 0 22px;
  }

  .service-submit {
    padding: 18px 22px 0 22px;
  }

  .service-form input[type="submit"] {
    width: 100%;
    min-width: 0;
    min-height: 62px;
  }

  .service-note {
    margin: 21px 22px 31px 22px;
    font-size: 15px;
  }

  .service-form .wpcf7-response-output {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
}

/* ================================
   AUTO SWAM – OPRAVNÝ CSS BLOK
   text počas písania + potvrdenie
   ================================ */

/* FIX: text v inputoch a textarea počas písania */
.service-form input,
.service-form input:focus,
.service-form input:active,
.service-form textarea,
.service-form textarea:focus,
.service-form textarea:active,
.service-form select,
.service-form select:focus,
.service-form select:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffd500 !important;
}

/* FIX: textarea konkrétne */
.service-form textarea.wpcf7-form-control,
.service-form textarea.wpcf7-form-control:focus,
.service-form textarea.wpcf7-form-control:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #181818 !important;
  border-color: #ffd500 !important;
  caret-color: #ffd500 !important;
}

/* Placeholder nech ostane sivý */
.service-form input::placeholder,
.service-form textarea::placeholder {
  color: #7f7f7f !important;
  -webkit-text-fill-color: #7f7f7f !important;
  opacity: 1 !important;
}

/* CF7 potvrdenie / hlášky */
.service-form .wpcf7-response-output {
  margin: 28px 34px 34px 34px !important;
  padding: 18px 22px !important;
  background: #101010 !important;
  border: 2px solid #ffd500 !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35) !important;
}

/* úspešné odoslanie */
.service-form form.sent .wpcf7-response-output {
  border-color: #ffd500 !important;
  background: #101010 !important;
  color: #ffffff !important;
}

/* neodoslané / chyba */
.service-form form.invalid .wpcf7-response-output,
.service-form form.failed .wpcf7-response-output,
.service-form form.aborted .wpcf7-response-output,
.service-form form.spam .wpcf7-response-output {
  border-color: #ff3b3b !important;
  background: #101010 !important;
  color: #ffffff !important;
}

/* text vnútri hlášky */
.service-form .wpcf7-response-output,
.service-form .wpcf7-response-output * {
  color: #ffffff !important;
}

/* mobil */
@media (max-width: 767px) {
  .service-form .wpcf7-response-output {
    margin: 24px 22px 30px 22px !important;
    font-size: 15px !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c6f6860 *//* Horný nadpis formulára */
.service-form-head {
  margin: 0 0 32px 0;
  padding: 38px 34px 34px 34px;
  background: #101010;
  border: 1px solid rgba(255, 213, 0, 0.22);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.42);
  position: relative;
  overflow: hidden;
}

.service-form-head h1 {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.service-form-head h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 5px;
  margin-top: 18px;
  background: #ffd500;
  border-radius: 999px;
}

.service-form-head p {
  margin: 18px 0 0 0;
  color: #a8a8a8;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
  max-width: 560px;
}

@media (max-width: 767px) {
  .service-form-head {
    margin-bottom: 24px;
    padding: 30px 22px 28px 22px;
  }

  .service-form-head h1 {
    font-size: 30px;
  }

  .service-form-head p {
    font-size: 15px;
  }
}/* End custom CSS */