.elementor-1146 .elementor-element.elementor-element-fde632f{--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;}.elementor-1146 .elementor-element.elementor-element-fde632f:not(.elementor-motion-effects-element-type-background), .elementor-1146 .elementor-element.elementor-element-fde632f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-9947692 );}#elementor-popup-modal-1146 .dialog-widget-content{animation-duration:1s;background-color:#F8F3EF;background-image:url("https://odnowa360.pl/wp-content/uploads/2025/05/ChatGPT-Image-May-2-2025-03_05_36-PM.jpg");}#elementor-popup-modal-1146{background-color:#000000B3;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1146 .dialog-message{width:530px;height:auto;}#elementor-popup-modal-1146 .dialog-close-button{display:flex;top:0%;font-size:15px;}body:not(.rtl) #elementor-popup-modal-1146 .dialog-close-button{right:101%;}body.rtl #elementor-popup-modal-1146 .dialog-close-button{left:101%;}#elementor-popup-modal-1146 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-1146 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:1024px){#elementor-popup-modal-1146 .dialog-message{width:370px;}}@media(max-width:767px){.elementor-1146 .elementor-element.elementor-element-fde632f{--min-height:81vh;}#elementor-popup-modal-1146 .dialog-message{width:320px;}}/* Start custom CSS for html, class: .elementor-element-a67cdf3 *//* === Main container === */
.odnowa-popup-form-container {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 250, 0.95));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 3px solid rgba(45, 90, 39, 0.2);
    border-radius: 20px;
    padding: 5px 5px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.12),
        0 2px 8px rgba(45, 90, 39, 0.1);
    position: relative;
    overflow: hidden;
    transform: none!important;
    transition: none!important;
    -webkit-transform: none!important;
    -webkit-transition: none!important;
}

.odnowa-popup-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(135deg, #2d5a27 0%, #4a7c59 50%, #2d5a27 100%);
}

.odnowa-call-subheadline {
    font-size: 16px!important;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 24px 0;
    letter-spacing: 0.2px;
}

.odnowa-call-now-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #2d5a27 0%, #4a7c59 100%);
    color: white!important;
    text-decoration: none;
    padding: 16px 22px!important;
    border-radius: 16px;
    font-size: 14px!important; /* smaller call button text */
    font-weight: 700!important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 6px 24px rgba(45, 90, 39, 0.3),
        0 2px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 14px;
}

.odnowa-call-now-btn::before {
    content: '';
    position: absolute;
    top: 10px!important;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.odnowa-call-now-btn:hover::before {
    left: 100%;
}

.odnowa-call-now-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 12px 48px rgba(45, 90, 39, 0.4),
        0 4px 16px rgba(0, 0, 0, 0.2);
}

.odnowa-call-now-btn i {
    font-size: 18px!important; /* slightly smaller icon */
    animation: odnowa-phoneRing 2s ease-in-out infinite;
}

@keyframes odnowa-phoneRing {
    0%, 100% { transform: rotate(0deg) scale(1); }
    10%, 30% { transform: rotate(-10deg) scale(1.1); }
    20%, 40% { transform: rotate(10deg) scale(1.1); }
    50% { transform: rotate(0deg) scale(1); }
}

.odnowa-divider {
    display: flex;
    align-items: center;
    margin: 24px 0;
    position: relative;
}

.odnowa-divider::before {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(45, 90, 39, 0.3), transparent);
}

.odnowa-divider::after {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, rgba(45, 90, 39, 0.3), transparent);
}

.odnowa-divider span {
    background: linear-gradient(135deg, #2d5a27 0%, #4a7c59 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 16px;
    box-shadow: 0 4px 12px rgba(45, 90, 39, 0.3);
}

.odnowa-contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px!important;
    contain: layout paint!important; /* anti-resize */
}

.odnowa-form-group {
    display: flex;
    flex-direction: column;
    gap: 4px!important; /* smaller gap between label and input */
    flex: 0 0 auto!important;
    min-width: 0!important;
}

.odnowa-form-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px!important;
    font-size: 12px!important; /* smaller text */
    font-weight: 600!important;
    color: #2d5a27!important;
    text-transform: uppercase!important;
    letter-spacing: 0.5px!important;
}

.odnowa-form-label i {
    margin-top: 20px;
    font-size: 16px!important;
    color: #2d5a27!important;
}

.odnowa-form-input {
    background: rgba(255, 255, 255, 0.9)!important;
    border: 2px solid rgba(45, 90, 39, 0.2)!important;
    border-radius: 12px!important;
    padding: 16px 20px!important;
    font-size: 16px!important;
    color: #1a1a1a!important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease!important;
    backdrop-filter: blur(5px)!important;
    -webkit-backdrop-filter: blur(5px)!important;
    box-sizing: border-box!important;
    width: 100%!important;
    min-width: 0!important;
    height: 48px!important; /* fixed height */
    line-height: 1.2!important;
    flex: 0 0 auto!important;
}

.odnowa-form-input:focus {
    outline: none!important;
    border-color: #2d5a27!important;
    border-width: 2px!important;
    padding: 16px 20px!important;
    box-shadow: 
        0 0 0 3px rgba(45, 90, 39, 0.1)!important,
        0 4px 16px rgba(45, 90, 39, 0.15)!important;
}

.odnowa-form-input::placeholder {
    color: #888!important;
    font-style: italic!important;
}

.odnowa-submit-row {
    margin-top: 8px!important;
}

.odnowa-submit-btn {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 10px!important;
    background: linear-gradient(135deg, #2d5a27 0%, #4a7c59 100%)!important;
    color: white!important;
    border: none!important;
    padding: 16px 28px!important;
    border-radius: 16px!important;
    font-size: 14px!important; /* smaller button text */
    font-weight: 700!important;
    text-transform: uppercase!important;
    letter-spacing: 0.5px!important;
    cursor: pointer!important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)!important;
    box-shadow: 
        0 6px 24px rgba(45, 90, 39, 0.3)!important,
        0 2px 8px rgba(0, 0, 0, 0.15)!important;
    width: 100%!important;
    position: relative!important;
    overflow: hidden!important;
    text-decoration: none!important;
}

.odnowa-submit-btn::before {
    content: ''!important;
    position: absolute!important;
    top: 0!important;
    left: -100%!important;
    width: 100%!important;
    height: 100%!important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent)!important;
    transition: left 0.6s ease!important;
}

.odnowa-submit-btn:hover::before {
    left: 100%!important;
}

.odnowa-submit-btn:hover {
    transform: translateY(-3px) scale(1.02)!important;
  
}

.odnowa-submit-btn:active {
    transform: translateY(-1px) scale(1.01)!important;
}

.odnowa-submit-btn::after {
    content: '\f1d8'!important;
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 900!important;
    margin-left: 8px!important;
    transition: transform 0.3s ease!important;
}

.odnowa-submit-btn:hover::after {
    transform: translateX(3px)!important;
}





@media (max-width: 768px) {

   .form-row {
  
    margin-bottom: 0px!important;
}
    .odnowa-call-subheadline {
        font-size: 13px !important;
        margin: 0 0 5px 0 !important;
        line-height: 1.3 !important;
    }

    /* 3. Call Button: Reduce height and padding */
    .odnowa-call-now-btn {
        padding: 10px 15px !important;
        font-size: 13px !important;
        margin-bottom: 0px !important;
        min-height: 40px !important;
    }
    
    /* 4. Divider: Squeeze vertical space */
    .odnowa-divider {
        margin: 8px 0 !important;
    }
    .odnowa-divider span {
        padding: 4px 10px !important;
        font-size: 10px !important;
    }

    /* 5. Form Group: Reduce gap between inputs */
    .odnowa-contact-form {
        gap: 0px !important;
    }

    /* 6. Labels: Smaller text, remove icon margins */
    .odnowa-form-label {
        font-size: 11px !important;
        margin-bottom: 0px !important;
    }
    .odnowa-form-label i {
        margin-top: 10px !important; /* Fixes the large top margin from desktop */
        font-size: 12px !important;
    }

    /* 7. Inputs: Shorter height but SAFE font size */
    .odnowa-form-input {
        height: 24px !important; /* Reduced from 48px */
        padding: 0 15p !important; /* Remove top/bottom padding to center text in shorter input */
        font-size: 16px !important; /* CRITICAL: Keep 16px to prevent iOS zooming */
        line-height: 25px !important;
    }

    /* 8. Submit Button: Compact height */
    .odnowa-submit-btn {
        padding: 10px 20px !important;
        font-size: 13px !important;
        min-height: 20px !important;
    }

    /* 9. Privacy Checkbox: Tiny text */
    .privacy-row, .privacy-check,.wpcf7-list-item-label {
        font-size: 10px !important;
        line-height: 1.2 !important;
        margin-top: 0 !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fde632f */.popup-content {
  background: #ffffff;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  max-width: 700px;
  font-family: 'Madefor Display', sans-serif;
  text-align: center;
}

.popup-content h2 {
  color: #1D4832;
  margin-bottom: 10px;
  font-weight: 600;
}

.popup-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.popup-form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  font-family: 'Madefor Display', sans-serif;
}

.popup-form-container .form-group {
  margin-bottom: 20px;
}

.popup-form-container label {
  display: block;
  font-size: 14px;
  color: #1D4832;
  font-weight: 600;
  margin-bottom: -10px;
  text-align: left;
}

.popup-form-container input[type="text"],
.popup-form-container input[type="tel"],
.popup-form-container input[type="email"] {
  width: 100%;
  padding: 5px 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.popup-form-container input:focus {
  border-color: #11845B;
  outline: none;
  box-shadow: 0 0 5px rgba(17,132,91,0.2);
}

.popup-form-container .radio-label {
  font-size: 14px;
  font-weight: 600;
  color: #1D4832;
  margin-bottom: 10px;
  text-align: left;
}

.popup-form-container .radio-options .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 13px;
  color: #444;
}

.popup-form-container .wpcf7-list-item input[type="radio"] {
  margin-right: 10px;
  transform: scale(1.2);
  accent-color: #1D4832;
}

.submit-row {
  text-align: center;
  margin-top: 25px;
}

.submit-btn {
  background-color: #1D4832;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.submit-btn:hover {
  background-color: #163725;
  transform: translateY(-2px);
}

@media (max-width: 650px) {


  .popup-form-container {
    padding: 16px;
  }

  .popup-form-container label,
  .popup-form-container .radio-label {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .popup-form-container input[type="text"],
  .popup-form-container input[type="tel"],
  .popup-form-container input[type="email"] {
    font-size: 14px;
    padding: 10px 12px;
    margin-bottom: 10px;
  }

  .popup-form-container .radio-options .wpcf7-list-item {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .popup-form-container .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 1px;
  }

  .submit-btn {
    width: 100%;
    font-size: 15px;
    padding: 10px 16px;
    margin-top: 15px;
  }
  .popup-form-container .form-group {
  margin-bottom: 0px;
}
  .popup-form-container .form-group label {
  margin-bottom: 0px!important;
}

.popup-form-container .radio-options .wpcf7-list-item {
  margin-bottom: 0px;
}
}/* End custom CSS */