.elementor-255 .elementor-element.elementor-element-dff17bc{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-255 .elementor-element.elementor-element-f5ee432{--display:flex;--border-radius:25px 25px 25px 25px;box-shadow:0px 8px 24px 0px rgba(0, 0, 0, 0.08);--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-255 .elementor-element.elementor-element-f5ee432:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-f5ee432 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-255 .elementor-element.elementor-element-936b35d .elementor-icon-box-wrapper{text-align:start;}.elementor-255 .elementor-element.elementor-element-cd373af{--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;}.elementor-255 .elementor-element.elementor-element-cd373af:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-cd373af > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111827;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-dff17bc{--padding-top:25px;--padding-bottom:25px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for wpforms, class: .elementor-element-5c8677e *//* ===========================================================
   WPForms – Full Width + Karlastaden Bygg Brand Styling
   Färgpalett:
   Primär #1F1F1F | Accent #E67E22 | Hover #CF711C
   Bakgrund #F9FAFB | Vit #FFFFFF | Border #D1D5DB | Text #2B2B2B
   Typsnitt: Montserrat + Open Sans
   =========================================================== */

/* Ta bort maxbredd */
.wpforms-container-full .wpforms-form,
.wpforms-form {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Fältcontainer */
.wpforms-field-container {
  width: 100% !important;
}

/* Mindre glapp mellan fälten */
.wpforms-container-full .wpforms-form .wpforms-field {
  margin-bottom: 14px !important;
}

/* Labels */
.wpforms-container-full .wpforms-form .wpforms-field-label,
.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
.wpforms-container-full .wpforms-form .wpforms-field legend {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1F1F1F !important;
  margin-bottom: 6px !important;
}

/* Required-asterisk */
.wpforms-required-label {
  color: #E67E22 !important;
}

/* Inputs */
.wpforms-container-full .wpforms-form input[type="text"],
.wpforms-container-full .wpforms-form input[type="email"],
.wpforms-container-full .wpforms-form input[type="tel"],
.wpforms-container-full .wpforms-form input[type="number"],
.wpforms-container-full .wpforms-form textarea,
.wpforms-container-full .wpforms-form select {
  width: 100% !important;
  background: #FFFFFF !important;
  border: 2px solid #D1D5DB !important;
  border-radius: 14px !important;
  padding: 16px 18px !important;
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 16px !important;
  color: #2B2B2B !important;
  transition: all 0.25s ease !important;
  box-shadow: none !important;
}

/* Placeholder (lite mjukare) */
.wpforms-container-full .wpforms-form ::placeholder {
  color: #9CA3AF !important;
}

/* Fokus */
.wpforms-container-full .wpforms-form input:focus,
.wpforms-container-full .wpforms-form textarea:focus,
.wpforms-container-full .wpforms-form select:focus {
  border-color: #E67E22 !important;
  background: #F9FAFB !important;
  box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.22) !important;
  outline: none !important;
}

/* Textarea */
.wpforms-container-full .wpforms-form textarea {
  min-height: 140px !important;
  resize: vertical !important;
}

/* ------------------------------------------------------------
   Choices.js Styling
------------------------------------------------------------ */

/* Rutan */
.choices__inner {
  background: #FFFFFF !important;
  border-radius: 14px !important;
  border: 2px solid #D1D5DB !important;
  padding: 12px 16px !important;
  min-height: 55px !important;
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 16px !important;
  color: #2B2B2B !important;
}

/* Dropdown */
.choices__list--dropdown {
  border-radius: 14px !important;
  border: 2px solid #E67E22 !important;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.18) !important;
}

/* Highlight */
.choices__item--selectable.is-highlighted,
.choices__list--dropdown .choices__item--choice.is-highlighted {
  background-color: #E67E22 !important;
  color: #FFFFFF !important;
}

/* Hover */
.choices__list--dropdown .choices__item--choice:hover {
  background: #F9FAFB !important;
  color: #1F1F1F !important;
}

/* Focus ring */
.choices__inner.is-focused,
.choices.is-open .choices__inner {
  border-color: #E67E22 !important;
  box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.22) !important;
}

/* ------------------------------------------------------------
   Radio & Checkbox
------------------------------------------------------------ */
.wpforms-container-full .wpforms-field input[type="radio"],
.wpforms-container-full .wpforms-field input[type="checkbox"] {
  accent-color: #E67E22 !important;
  width: 18px !important;
  height: 18px !important;
}

/* ------------------------------------------------------------
   Submit-knapp
------------------------------------------------------------ */
.wpforms-container-full .wpforms-form .wpforms-submit {
  width: 100% !important;
  background: #E67E22 !important;
  color: #FFFFFF !important;
  border: none !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 18px 22px !important;
  border-radius: 14px !important;
  cursor: pointer !important;
  transition: 0.25s ease !important;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.18) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

/* Hover */
.wpforms-container-full .wpforms-form .wpforms-submit:hover {
  background: #CF711C !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 15px 35px rgba(17, 24, 39, 0.24) !important;
}

/* Disabled */
.wpforms-container-full .wpforms-form .wpforms-submit:disabled {
  opacity: 0.55 !important;
  transform: none !important;
  cursor: not-allowed !important;
}

/* ------------------------------------------------------------
   Felmeddelanden
------------------------------------------------------------ */
.wpforms-error {
  color: #CF711C !important;
  font-size: 14px !important;
  margin-top: 6px !important;
}

.wpforms-container-full .wpforms-form input.wpforms-error,
.wpforms-container-full .wpforms-form textarea.wpforms-error,
.wpforms-container-full .wpforms-form select.wpforms-error {
  border-color: #CF711C !important;
  background: #F9FAFB !important;
}

/* ------------------------------------------------------------
   Mobilanpassning
------------------------------------------------------------ */
@media (max-width: 768px) {
  .wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 12px !important;
  }

  .wpforms-container-full .wpforms-form .wpforms-submit {
    font-size: 17px !important;
    padding: 16px 20px !important;
  }
}/* End custom CSS */