.elementor-6970 .elementor-element.elementor-element-426722b{text-align:left;color:#FFFFFF;font-size:18px;font-weight:500;}.elementor-6970 .elementor-element.elementor-element-426722b > .elementor-widget-container{margin:0px 0px 48px 0px;padding:0px 5px 0px 0px;}@media(max-width:1024px){.elementor-6970 .elementor-element.elementor-element-426722b > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS *//* ANA FORM */
.asem-form {
    background: #ffffff;
    padding: 34px;
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.08);
    max-width: 480px;
    margin: auto;
    font-family: "Segoe UI", Arial, sans-serif;
}


.asem-form input[type="number"] {
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
}

/* BAŞLIK */
.asem-form h3 {
    text-align: center;
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: 700;
    color: #1e1e1e;
}

/* FORM GRUP */
.asem-form .form-group {
    margin-bottom: 18px;
}

/* LABEL */
.asem-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.asem-form label span {
    font-weight: 400;
    color: #888;
}

/* INPUT / SELECT / TEXTAREA */
.asem-form input,
.asem-form select,
.asem-form textarea {
    width: 100%;
    padding: 13px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    background: #fff;
    transition: all .25s ease;
}

/* PLACEHOLDER */
.asem-form select option:first-child {
    color: #999;
}

/* FOCUS */
.asem-form input:focus,
.asem-form select:focus,
.asem-form textarea:focus {
    border-color: #e30613;
    box-shadow: 0 0 0 3px rgba(227,6,19,0.15);
    outline: none;
}

/* TEXTAREA */
.asem-form textarea {
    min-height: 90px;
    resize: vertical;
}

/* SUBMIT */
.asem-form .form-submit {
    text-align: center;
    margin-top: 26px;
}

.asem-form input[type="submit"] {
    background: linear-gradient(135deg, #e30613, #b6000c);
    color: #fff;
    border: none;
    padding: 14px 36px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

/* HOVER */
.asem-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(227,6,19,0.35);
}

/* HATA MESAJI */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #e30613;
    margin-top: 4px;
}

.wpcf7-response-output {
    border-radius: 12px;
    font-size: 14px;
    padding: 14px;
}

/* MOBİL */
@media (max-width: 480px) {
    .asem-form {
        padding: 22px;
    }
}/* End custom CSS */