
/* --- Tahsilat Başvuru Formu Section --- */
.tahsilat-form-section {
    width: 100%;
    background: #f8f9fa;
    padding: 60px 0 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-section-container {
    display: flex;
    gap: 48px;
    max-width: 1100px;
    width: 100%;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.07);
    padding: 40px 32px;
    flex-wrap: wrap;
}

.form-section-left {
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 280px;
    max-width: 350px;
    margin-bottom: 24px;
}
.form-section-left h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 32px;
}
.form-section-image {
    width: 100%;
    max-width: 320px;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}

.form-section-right {
    flex: 2 1 400px;
    min-width: 320px;
    max-width: 600px;
}

.form-step {
    background: #fff;
    border-radius: 16px;
    padding: 24px 18px 18px 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    margin-bottom: 0;
}
.form-step:not(:first-child) {
    margin-top: 0;
}
.form-label {
    font-weight: 500;
    color: #222;
}
.form-control {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 1rem;
    padding: 10px 14px;
    margin-top: 4px;
}
.form-control:focus {
    border-color: #ff6600;
    box-shadow: 0 0 0 2px #ff660033;
}
.is-invalid {
    border-color: #dc3545 !important;
    background-color: #fff0f0;
}
.form-info {
    background: #fff7e6;
    color: #b85c00;
    border-left: 4px solid #ff6600;
    border-radius: 8px;
    padding: 16px 18px;
    font-size: 1rem;
    margin-bottom: 24px;
}
.form-step .btn {
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 8px;
}
.form-step .btn-success {
    background: #1bc47d;
    border-color: #1bc47d;
}
.form-step .btn-success:hover {
    background: #159e62;
    border-color: #159e62;
}
.form-step .btn-secondary {
    background: #e0e0e0;
    color: #222;
    border: none;
}
.form-step .btn-secondary:hover {
    background: #bdbdbd;
    color: #222;
}
.form-step .btn-primary {
    background: #ff6600;
    border-color: #ff6600;
}
.form-step .btn-primary:hover {
    background: #d35400;
    border-color: #d35400;
}
.form-step .w-50 {
    min-width: 120px;
}
.form-step .w-100 {
    min-width: 180px;
}
.gap-2 {
    gap: 12px !important;
}

@media (max-width: 900px) {
    .form-section-container {
        flex-direction: column;
        padding: 24px 8px;
        gap: 24px;
    }
    .form-section-left, .form-section-right {
        max-width: 100%;
    }
}
.tahsilat-banner {
    width: 100%;
    background: #fff;
    padding: 80px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.banner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 50px auto;
    flex-wrap: wrap;
}

.banner-images {
    position: relative;
    width: 400px;
    height: 400px;
    min-width: 320px;
}

.banner-img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s;
}

.img-back {
    left: 0;
    top: 0;
    z-index: 1;
}

.img-front {
    left: 40px;
    top: 41px;
    z-index: 2;
}

.banner-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 320px;
    max-width: 500px;
    margin-left: 20px;
}

.banner-text h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.1;
}

.banner-text p {
    font-size: 1.5rem;
    color: #ff6600;
    margin-bottom: 30px;
    font-weight: 500;
}

.banner-btn {
    display: inline-block;
    padding: 14px 40px;
    border: 2px solid #ff6600;
    color: #ff6600;
    background: #fff;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 1px;
}

.banner-btn:hover {
    background: #ff6600;
    color: #fff;
}

@media (max-width: 900px) {
    .banner-container {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .banner-images {
        width: 320px;
        height: 320px;
    }

    .banner-text h1 {
        font-size: 2.2rem;
    }

    .banner-text p {
        font-size: 1.1rem;
    }
}


.payment-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}

.brand-label {
    color: #ff6b35;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.main-heading {
    color: #2d3748;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.logos-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 60px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.logo-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.logo-item img {
    max-width: 90px;
    max-height: 40px;
    object-fit: contain;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-heading {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .logo-row {
        gap: 30px;
    }

    .logo-item {
        width: 100px;
        height: 50px;
    }

    .logo-item img {
        max-width: 75px;
        max-height: 32px;
    }
}

@media (max-width: 480px) {
    .main-heading {
        font-size: 20px;
        padding: 0 10px;
    }

    .logo-row {
        gap: 20px;
    }

    .logo-item {
        width: 80px;
        height: 40px;
    }

    .logo-item img {
        max-width: 60px;
        max-height: 25px;
    }

    .logos-container {
        gap: 20px;
    }
}