.elementor-1133 .elementor-element.elementor-element-c2edcc2{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-abf568f *//* ================================
   CONTACT FORM 7 – AUTO SWAM FORM
   servis / poistné udalosti
   č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;
}

/* 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;
}

/* 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;
  -webkit-text-fill-color: #ffffff;
  caret-color: #ffd500;
  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;
  -webkit-text-fill-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);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffd500 !important;
}

/* Checkboxy – základ */
.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);
}

/* Skupina checkboxov mimo labelu – poškodené časti vozidla */
.service-form .cf7-field-group {
  padding: 0 34px;
  margin: 0 0 26px 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.service-form .cf7-field-title {
  display: block;
  margin-bottom: 12px;
}

.service-form .cf7-field-title em {
  font-style: normal;
  color: #8e8e8e;
  font-weight: 700;
}

.service-form .cf7-field-group .wpcf7-form-control-wrap {
  display: block;
}

.service-form .cf7-field-group .wpcf7-list-item {
  display: block;
  margin: 0 0 10px 0;
  color: #b8b8b8;
  font-weight: 700;
}

.service-form .cf7-field-group label {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #b8b8b8;
  font-weight: 700;
}

/* 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 !important;
  -webkit-text-fill-color: #050505 !important;
  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 !important;
  -webkit-text-fill-color: #050505 !important;
  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;
}

/* 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;
}

/* chyba / neodoslané */
.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;
}

.service-form .wpcf7-response-output,
.service-form .wpcf7-response-output * {
  color: #ffffff !important;
}

/* 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 !important;
  -webkit-box-shadow: 0 0 0 1000px #181818 inset;
  transition: background-color 9999s ease-in-out 0s;
}

/* Tvrdý fix pre text 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;
}

.service-form input[type="submit"],
.service-form input[type="submit"]:focus,
.service-form input[type="submit"]:active,
.service-form input[type="submit"]:hover {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
}

/* Mobile */
@media (max-width: 767px) {
  .service-form {
    max-width: 100%;
  }

  .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;
  }

  .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,
  .service-form .cf7-field-group {
    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: 24px 22px 30px 22px !important;
    font-size: 15px !important;
  }
}

/* ================================
   AUTO SWAM – iPhone dropdown fix
   ================================ */

.service-form select.autoswam-dropdown {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;

  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;

  margin: 0 !important;
  padding: 0 46px 0 18px !important;

  background-color: #181818 !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffd500 50%),
    linear-gradient(135deg, #ffd500 50%, transparent 50%) !important;
  background-position:
    calc(100% - 24px) 50%,
    calc(100% - 16px) 50% !important;
  background-size:
    8px 8px,
    8px 8px !important;
  background-repeat: no-repeat !important;

  border: 2px solid #3b3b3b !important;
  border-radius: 8px !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 58px !important;
  text-align: left !important;

  outline: none !important;
  box-shadow: none !important;

  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.service-form select.autoswam-dropdown:focus {
  background-color: #1d1d1d !important;
  border-color: #ffd500 !important;
  box-shadow: 0 0 0 4px rgba(255, 213, 0, 0.13) !important;
}

.service-form .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

@supports (-webkit-touch-callout: none) {
  .service-form select.autoswam-dropdown {
    width: 100% !important;
    height: 58px !important;
    border-radius: 8px !important;
    background-color: #181818 !important;
    border: 2px solid #3b3b3b !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }
}

@media (max-width: 767px) {
  .service-form select.autoswam-dropdown {
    width: 100% !important;
    min-width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    border-radius: 8px !important;
    padding-left: 18px !important;
    padding-right: 46px !important;
    font-size: 16px !important;
    line-height: 58px !important;
  }
}/* End custom CSS */