.elementor-368 .elementor-element.elementor-element-ab6aaf7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-368 .elementor-element.elementor-element-96a7d3b{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-368 .elementor-element.elementor-element-96a7d3b.elementor-element{--align-self:stretch;--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for shortcode, class: .elementor-element-96a7d3b *//* =========================================
   TOPRAK FIGHT CLUB - FİNAL V20 (Hello Elementor Uyumlu)
   ========================================= */

/* 1. ANA FORM KUTUSU */
.tfc-form-container {
    background-color: #000;
    padding: 20px;
    color: #fff;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}

/* 2. SATIR YAPISI */
.tfc-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start !important; 
    gap: 15px; 
    margin-bottom: 15px !important; 
}

.tfc-form-container p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.tfc-col {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tfc-full-col {
    width: 100%;
}

/* 3. ETİKETLER */
.tfc-form-container label {
    color: #ccc; 
    font-weight: bold;
    display: block;
    margin-bottom: 4px !important; 
    line-height: 1.2 !important; 
    text-transform: uppercase;
    padding-left: 1px;
    font-family: inherit !important; 
}

.tfc-form-container span.required {
    color: #ff0000;
    margin-left: 2px;
}

/* 4. STANDART INPUTLAR */
.tfc-form-container input[type="text"],
.tfc-form-container input[type="email"],
.tfc-form-container input[type="tel"],
.tfc-form-container textarea {
    background-color: #111 !important; 
    border: 1px solid #333 !important;
    color: #fff !important; 
    padding: 0 10px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
    height: 38px !important; 
    line-height: 38px !important;
    margin-top: 0px !important; 
    font-family: inherit !important;
}

/* 5. TARİH VE SEÇİM KUTULARI */
.tfc-form-container input[type="date"],
.tfc-form-container select {
    background-color: #111 !important;
    border: 1px solid #333 !important;
    padding: 0 10px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
    height: 38px !important;
    line-height: 38px !important;
    font-family: inherit !important;
    color: #666 !important; 
}

.tfc-form-container input[type="date"]:focus,
.tfc-form-container input[type="date"]:valid,
.tfc-form-container select:focus,
.tfc-form-container select:valid {
    color: #fff !important; 
}

.tfc-form-container select option {
    background-color: #fff !important;
    color: #000 !important;
}

.tfc-form-container textarea {
    height: 80px !important;
    line-height: 1.4 !important;
    padding: 10px !important;
}

.tfc-form-container input:focus,
.tfc-form-container select:focus,
.tfc-form-container textarea:focus {
    border-color: #ffd700 !important; 
    background-color: #000 !important;
}

.tfc-form-container ::placeholder {
    color: #666; 
    font-family: inherit !important; 
}

.tfc-form-container input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
    opacity: 0.8;
}

/* --- HATA MESAJLARI --- */
.wpcf7-not-valid {
    border-color: #ff0000 !important;
    border-width: 2px !important; 
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.4) !important; 
    background-color: #1a0000 !important; 
}

span.wpcf7-not-valid-tip {
    color: #ff0000 !important; 
    font-weight: bold !important;
    font-size: 12px !important;
    display: block !important; 
    margin-top: 5px !important; 
    margin-bottom: 5px !important; 
    line-height: 1.2 !important;
    position: relative !important;
    font-family: inherit !important;
}

/* 6. TAAHHÜTNAME VE CHECKBOX */
.tfc-legal-section {
    margin-top: 15px;
    border-top: 1px solid #222;
    padding-top: 15px;
}

.tfc-legal-section p.legal-text {
    color: #bbb !important; 
    margin-bottom: 10px !important;
    line-height: 1.4 !important; 
    text-align: justify;
    text-transform: none !important; 
    font-family: inherit !important; 
}

.checkbox-row {
    margin-top: 5px;
    margin-bottom: 10px;
}

.checkbox-row .wpcf7-list-item label {
    display: flex !important; 
    align-items: flex-start !important; 
    width: 100%;
}

.checkbox-row input[type="checkbox"] {
    margin-top: 3px !important; 
    margin-right: 10px !important; 
    flex-shrink: 0 !important; 
    width: 16px !important; 
    height: 16px !important;
    cursor: pointer;
}

.checkbox-row span.wpcf7-list-item-label {
    color: #bbb !important; 
    line-height: 1.4 !important;
    text-align: justify;
    display: block !important; 
    text-transform: none !important; 
    font-family: inherit !important; 
    flex: 1; 
    white-space: normal !important; 
}

/* 7. GÖNDER BUTONU (ZORLA AKTİF) */
.tfc-submit-row {
    margin-top: 15px;
    width: 100%; 
    position: relative; 
    min-height: 50px; 
}

.tfc-submit-row input[type="submit"] {
    width: 100% !important; 
    display: block !important;
    
    cursor: pointer !important; 
    pointer-events: auto !important; 
    opacity: 1 !important; 
    background-color: #ffd700 !important; 
    color: #000 !important;
    border: none !important;
}

.tfc-submit-row input[type="submit"]:disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    background-color: #ffd700 !important;
    color: #000 !important;
}

.tfc-submit-row input[type="submit"]:hover {
    filter: brightness(1.1);
}

/* Mobil */
@media screen and (max-width: 600px) {
    .tfc-row {
        gap: 15px; 
    }
}

/* 8. RECAPTCHA AYARLARI */
.grecaptcha-badge { 
    visibility: hidden; 
}

.tfc-recaptcha-text, 
.tfc-recaptcha-text p {
    font-size: 11px !important;
    color: #666 !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    line-height: 1.6 !important; 
    font-family: inherit !important;
    width: 100%;
    display: block;
}

.tfc-recaptcha-text a {
    color: #888;
    text-decoration: underline;
    display: inline !important;
    line-height: 1.6 !important;
}

.tfc-recaptcha-text a:hover {
    color: #ffd700;
}

/* =========================================
   9. SPINNER & SONUÇ EKRANI
   ========================================= */

/* Spinner */
span.wpcf7-spinner {
    display: none; 
    visibility: visible !important; 
    opacity: 1 !important;
    width: 40px !important; 
    height: 40px !important;
    border-radius: 50%;
    background-color: transparent !important;
    margin: 0 auto !important; 
    border: 4px solid rgba(255, 215, 0, 0.2) !important; 
    border-top-color: #ffd700 !important; 
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

/* Gönderiliyor */
.tfc-submit-row.tfc-processing input[type="submit"] {
    display: none !important;
}
.tfc-submit-row.tfc-processing span.wpcf7-spinner {
    display: block !important;
    margin-top: 10px !important;
}

/* Tamamlandı */
.tfc-submit-row.tfc-completed input[type="submit"] {
    display: none !important;
}
.tfc-submit-row.tfc-completed span.wpcf7-spinner {
    display: none !important;
}

/* Sonuç Mesajı */
div.wpcf7-response-output {
    margin: 20px auto !important;
    padding: 15px !important;
    text-align: center !important;
    font-weight: bold;
    width: 100% !important;
    border-radius: 4px !important;
    border: none !important; 
    background-color: transparent !important;
}

form.wpcf7-form.sent div.wpcf7-response-output,
div.wpcf7-response-output.wpcf7-mail-sent-ok {
    border: 2px solid #46b450 !important; 
    color: #46b450 !important;
    display: block !important;
}

div.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-response-output.wpcf7-spam-blocked {
    border: 2px solid #ffb900 !important; 
    color: #ffb900 !important;
    display: block !important;
}

/* =========================================
   10. ÖZEL HATA MESAJLARI
   ========================================= */
.tfc-custom-error {
    display: none; 
    color: #ff0000; 
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    animation: fadeIn 0.5s;
}

.tfc-checkbox-error {
    display: none;
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 28px;
    text-transform: uppercase;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}/* End custom CSS */