.elementor-1076 .elementor-element.elementor-element-a0f4747{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1076 .elementor-element.elementor-element-0e12628{text-align:center;}.elementor-1076 .elementor-element.elementor-element-0e12628 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-1076 .elementor-element.elementor-element-6ac96d1{--display:flex;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-025c603 */.nexa-cv-form {
  max-width: 700px;
  margin: 30px auto;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* Pola formularza w kolumnach */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px;
}

.form-col {
  flex: 1;
  min-width: 250px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
  font-size: 14px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
input[type="file"] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fafafa;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
input[type="file"]:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 3px rgba(0,115,170,0.2);
  outline: none;
  background: #fff;
}

/* RODO / checkboxy */
.rodo-section fieldset {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  background: #fafafa;
}

.rodo-section legend {
  font-weight: bold;
  font-size: 15px;
  padding: 0 8px;
  color: #0073aa;
}

.rod

/* Przyciski */
.btn,
input[type="submit"] {
  background: #ff6600 !important;
  color: #fff !important;
  padding: 12px 28px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn:hover,
input[type="submit"]:hover {
  background: #e65c00 !important; /* ciemniejszy pomarańcz */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.btn:active,
input[type="submit"]:active {
  background: #cc5200 !important; /* jeszcze ciemniejszy dla kliknięcia */
  transform: translateY(0);
  box-shadow: none;
}/* End custom CSS */