.elementor-23722 .elementor-element.elementor-element-7a70641{--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;--margin-top:-85px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-23722 .elementor-element.elementor-element-7a70641:not(.elementor-motion-effects-element-type-background), .elementor-23722 .elementor-element.elementor-element-7a70641 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-23722 .elementor-element.elementor-element-c9b5e30{--display:flex;}@media(max-width:767px){.elementor-23722 .elementor-element.elementor-element-7a70641{--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-23722 .elementor-element.elementor-element-7a70641{--content-width:1600px;}.elementor-23722 .elementor-element.elementor-element-c9b5e30{--content-width:1600px;}}/* Start custom CSS for shortcode, class: .elementor-element-e64c0c0 *//* ====== Error messages below fields ====== */
.name-error,
.email-error,
.phone-error {
    display: none;
    color: red;
    font-size: 14px;
    margin-top: -6px;
    margin-bottom: 12px;
    text-align: left;
    font-family: Afacad;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
/* ====== Main container ====== */
.custom-contact-form {
    background-color: #ffffff;
    max-width: 650px;
    margin: 50px auto;
    padding: 35px 30px 35px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    text-align: center;
    font-family: 'Afacad', sans-serif;
    position: relative;
}

/* ====== CF7 spinner (CENTER OF FORM) ====== */
.custom-contact-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #23282d;
    opacity: 0.75;
    visibility: hidden;
    z-index: 99;
}

.wpcf7 form.submitting .wpcf7-spinner {
    visibility: visible;
}

/* ====== Title ====== */
.custom-contact-form h2 {
    font-weight: 400;
    font-size: 32px;
    color: #E60039;
    margin-bottom: 10px;
    font-family: Afacad;
}

.custom-contact-form p {
    font-weight: 400;
    font-size: 17px;
    color: #3D3C3F;
    margin-bottom: 30px;
    font-family: Afacad;
}

/* ====== Inputs ====== */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form textarea {
    font-size: 17px;
    color: #3D3C3F;
    padding: 16px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 14px;
    box-sizing: border-box;
    transition: all 0.3s;
    display: block;
    height: 50px;
}

.custom-contact-form textarea {
    height: 120px;
    resize: none;
    overflow-y: auto;
    line-height: 1.5;
}

/* Focus */
.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: #E60039;
    outline: none;
}

/* Placeholder */
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #3D3C3F;
    opacity: 0.7;
}

/* ====== CF7 inline validation ====== */
.wpcf7 .wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

/* ====== Submit + message row ====== */
.custom-contact-form .submit-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 14px;
}

/* Submit button */
.custom-contact-form input[type="submit"] {
    background-color: #E60039;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    /*padding: 14px 30px;*/
        padding: 5px 25px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
}

.custom-contact-form input[type="submit"]:hover {
    background-color: #bf0030;
}

/* Disable button while loading */
.wpcf7 form.submitting input[type="submit"] {
    pointer-events: none;
    opacity: 0.6;
}

/* ====== Response message (BUTTON NI BAJU MA) ====== */
.custom-contact-form .wpcf7-response-output {
    margin: 0;
    padding: 10px 14px;
    font-size: 15px;
    font-family: Afacad;
    border-radius: 6px;
    box-sizing: border-box;
    display: inline;
    max-width: 400px;
    margin-left: 55px !important;
}

/* Success */
.custom-contact-form .wpcf7-mail-sent-ok {
    border: 2px solid #2ecc71;
    background: #f0fff7;
    color: #2ecc71;
}

/* Error */
.custom-contact-form .wpcf7-validation-errors,
.custom-contact-form .wpcf7-mail-failed {
    border: 2px solid #f5a623;
    background: #fff7e6;
    color: #7a4b00;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ffb900;
}
/* ====== Mobile ====== */
@media screen and (max-width: 600px) {
    .custom-contact-form {
        padding: 35px 20px 35px;
    }

    .custom-contact-form h2 {
        font-size: 24px;
    }

    .custom-contact-form p {
        font-size: 15px;
    }

    .custom-contact-form .submit-row {
        flex-direction: column;
    }

    .custom-contact-form .wpcf7-response-output {
        margin-top: 10px;
        text-align: left;
         /*margin: 0;*/
    /*padding: 10px 14px;*/
    font-size: 14px;
    font-family: Afacad;
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    max-width: 360px;
    margin-left: -5px !important;
    }
 
}/* End custom CSS */