.elementor-5399 .elementor-element.elementor-element-1c6b5732{--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-5399 .elementor-element.elementor-element-1c6b5732:not(.elementor-motion-effects-element-type-background), .elementor-5399 .elementor-element.elementor-element-1c6b5732 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://menssana.co.rs/wp-content/uploads/2025/12/Cekaonica1-3-scaled-1-3.avif");}#elementor-popup-modal-5399{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5399 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-5399 .dialog-close-button{display:flex;}#elementor-popup-modal-5399 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-be4f97d *//* ******** LEPSI MODERNI STIL FORME ******** */

.booking-section {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* Polja */
.booking-form input,
.booking-form textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    background: #f9f9f9;
    transition: all .3s ease;
}

/* Hover / Focus efekat */
.booking-form input:focus,
.booking-form textarea:focus {
    border-color: #b19255;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(177,146,85,0.15);
    outline: none;
}

/* Placeholder */
.booking-form ::placeholder {
    color: #888;
}

/* Dugme lepše */
.booking-form input[type="submit"] {
    background: linear-gradient(to right,#b19255,#d5b170);
    border: none;
    color: white;
    padding: 14px 45px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s ease;
}

.booking-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(177,146,85,0.35);
}

/* Contact Form 7 validacija lepša */
.wpcf7-not-valid {
    border-color: #e74c3c !important;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #e74c3c;
    margin-top: -8px;
    margin-bottom: 10px;
}

.wpcf7-response-output {
    border-radius: 10px;
    padding: 14px 18px;
}

/* Success message */
.wpcf7-mail-sent-ok {
    border: 1px solid #2ecc71 !important;
    background: #ecfff3;
}

/* Error message */
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    border: 1px solid #e74c3c !important;
    background: #fff2f2;
}/* End custom CSS */