/* Banka Rapor Ana Stilleri - Birleştirilmiş CSS */

/* ===== GENEL STİLLER ===== */

/* Kullanılan Özel Sınıflar */
.password-toggle-btn {
    border: 2px solid #007bff !important;
    border-radius: 6px !important;
    padding: 6px 10px !important;
    margin-left: 4px !important;
}

.progress-thin {
    height: 6px !important;
}

.bank-logo-small {
    width: 30px !important;
    height: 20px !important;
    object-fit: contain !important;
}

.bank-logo-medium {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
}

.bank-logo-tiny {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
}

.bank-logo-placeholder {
    width: 24px !important;
    height: 24px !important;
}

.bank-logo-main {
    max-height: 40px !important;
    max-width: 100px !important;
}

.currency-select {
    max-width: 100px !important;
}

.accounts-container {
    max-height: 300px !important;
}

.modal-btn-hidden {
    display: none !important;
}

/* Admin Panel Sidebar Özel Stilleri */
nav .nav-link,
nav .nav-link i {
    color: #111 !important;
}

nav .nav-link.active,
nav .nav-link.active i {
    color: #0f4914 !important;
    background: #09c231 !important;
    font-weight: 700;
}

nav .nav-link:hover,
nav .nav-link:focus {
    color: #0f4914 !important;
    background: #09c231 !important;
}

nav .nav-link:hover i,
nav .nav-link:focus i {
    color: #e11d48 !important;
}

/* ===== HOMEPAGE STİLLERİ ===== */

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    z-index: 1;
}

.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 2;
}

.hero-section .container {
    position: relative;
    z-index: 3;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.text-gradient {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Alternatif kırmızı gradient için */
.text-gradient-red {
    background: linear-gradient(45deg, #dc3545, #fd7e14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

/* Sarı gradient için (eski güzel renk) */
.text-gradient-yellow {
    background: linear-gradient(45deg, #ffc107, #ffca2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
}

.hero-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.6;
}

.hero-stats {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 15px;
    backdrop-filter: blur(10px);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffd700;
}

.stat-label {
    font-size: 0.8rem;
    opacity: 0.8;
}

/* Dashboard Preview */
.dashboard-preview {
    position: relative;
    transform: perspective(1000px) rotateY(-15deg) rotateX(5deg);
    transition: transform 0.3s ease;
}

.dashboard-preview:hover {
    transform: perspective(1000px) rotateY(-10deg) rotateX(2deg);
}

.dashboard-card {
    background: white;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    color: #333;
    overflow: hidden;
    position: relative;
}

.dashboard-card * {
    box-sizing: border-box;
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
}

.bank-icon {
    width: 25px;
    height: 25px;
    background: #ffd700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 0.8rem;
}

.chart-container {
    height: 120px;
    margin-bottom: 10px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.chart-container canvas {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.metrics {
    display: flex;
    justify-content: space-between;
}

.metric {
    text-align: center;
}

.metric-label {
    display: block;
    font-size: 0.7rem;
    color: #666;
    font-weight: 500;
}

.metric-value {
    display: block;
    font-weight: 600;
    color: #ffd700;
    font-size: 0.9rem;
}

/* Features Section */
.features-section {
    background: #2c3e50;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.features-section .container {
    position: relative;
    z-index: 3;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(110, 110, 110, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.features-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    pointer-events: none;
}

.section-title {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.section-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    position: relative;
    z-index: 2;
    font-weight: 400;
}

.text-primary {
    color: #ffffff !important;
    font-weight: 700;
}

.feature-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 35px 30px;
    text-align: center;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #667eea, #f093fb, #4facfe, #43e97b, #fa709a, #a8edea);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    border-radius: 25px 25px 0 0;
}

.feature-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.feature-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.6);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover::after {
    opacity: 1;
}

/* Feature Icons - Modern Glassmorphism Design */
.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 25px;
    font-size: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.feature-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 18px;
    z-index: -1;
}

.feature-icon::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: rotate 3s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Tüm ikonlar beyaz */
.feature-icon i {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: relative;
}

/* Her kart için farklı arka plan renkleri - Neon Efektli */
.feature-card-1 .feature-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow:
        0 8px 32px rgba(102, 126, 234, 0.3),
        0 0 0 1px rgba(102, 126, 234, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.feature-card-2 .feature-icon {
    background: linear-gradient(135deg, #ff4757 0%, #ff3742 100%);
    box-shadow:
        0 8px 32px rgba(255, 71, 87, 0.3),
        0 0 0 1px rgba(255, 71, 87, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.feature-card-3 .feature-icon {
    background: linear-gradient(135deg, #2ed573 0%, #1e90ff 100%);
    box-shadow:
        0 8px 32px rgba(46, 213, 115, 0.3),
        0 0 0 1px rgba(46, 213, 115, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.feature-card-4 .feature-icon {
    background: linear-gradient(135deg, #ffa502 0%, #ff6348 100%);
    box-shadow:
        0 8px 32px rgba(255, 165, 2, 0.3),
        0 0 0 1px rgba(255, 165, 2, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.feature-card-5 .feature-icon {
    background: linear-gradient(135deg, #a55eea 0%, #fd79a8 100%);
    box-shadow:
        0 8px 32px rgba(165, 94, 234, 0.3),
        0 0 0 1px rgba(165, 94, 234, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.feature-card-6 .feature-icon {
    background: linear-gradient(135deg, #00d2d3 0%, #54a0ff 100%);
    box-shadow:
        0 8px 32px rgba(0, 210, 211, 0.3),
        0 0 0 1px rgba(0, 210, 211, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Hover efektleri - Gelişmiş Animasyonlar */
.feature-card:hover .feature-icon {
    transform: scale(1.15) rotate(8deg);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(255, 255, 255, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.feature-card:hover .feature-icon::after {
    opacity: 1;
    animation: rotate 2s linear infinite;
}

.feature-card:hover .feature-icon::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    border-radius: 30px;
    animation: glow 2s ease-in-out infinite alternate;
    z-index: -1;
}

@keyframes glow {
    from {
        opacity: 0.5;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.feature-card:hover .feature-icon i {
    animation: float 2s ease-in-out infinite;
}

.feature-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c3e50;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
    position: relative;
}

.feature-card p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
    font-weight: 400;
}

.feature-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0;
}

.feature-list li {
    padding: 8px 0;
    color: #495057;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.feature-list li:hover {
    color: #2c3e50;
    transform: translateX(5px);
}

.feature-list i {
    color: #28a745;
    margin-right: 10px;
    font-size: 0.8rem;
    background: rgba(40, 167, 69, 0.1);
    padding: 4px;
    border-radius: 50%;
    min-width: 20px;
    text-align: center;
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
}

.stat-box {
    text-align: center;
}

.stat-icon {
    font-size: 2rem;
    margin-bottom: 10px;
    opacity: 0.8;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Banks Section */
.banks-section .section-title {
    color: #ffffff !important;
}

.banks-section .section-subtitle {
    color: rgba(255, 255, 255, 0.9) !important;
}

.bank-card {
    background: white;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.bank-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.bank-logo {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.bank-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.bank-placeholder {
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 1.2rem;
}

.bank-name {
    font-weight: 600;
    color: #333;
    font-size: 0.8rem;
}

/* Security Section */
.security-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.security-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 15px;
    flex-shrink: 0;
}

.security-item h5 {
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 1rem;
}

.security-item p {
    margin: 0;
    color: #6c757d;
    font-size: 0.85rem;
}

.security-badge {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.badge-content {
    text-align: center;
    color: white;
}

.badge-content i {
    font-size: 2rem;
    margin-bottom: 8px;
}

.badge-content h4 {
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 1.1rem;
}

.badge-content p {
    margin: 0;
    opacity: 0.8;
    font-size: 0.8rem;
}

/* CTA Section */
.cta-buttons {
    margin-bottom: 20px;
}

.cta-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.cta-feature i {
    color: #ffd700;
}

/* Comprehensive Footer */
.comprehensive-footer {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-top: 1px solid #dee2e6;
    color: #ffffff;
}

.comprehensive-footer .footer-section {
    padding-right: 15px;
    /* Space between sections */
}

.comprehensive-footer .footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.comprehensive-footer .footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.comprehensive-footer .footer-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c3e50;
}

.comprehensive-footer .footer-links {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.comprehensive-footer .footer-links li {
    margin-bottom: 10px;
}

.comprehensive-footer .footer-links a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.comprehensive-footer .footer-links a:hover {
    color: #0d6efd;
}

.comprehensive-footer .footer-links i {
    font-size: 0.8rem;
    margin-right: 8px;
}

.comprehensive-footer .contact-info {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.comprehensive-footer .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #6c757d;
    font-size: 0.9rem;
}

.comprehensive-footer .contact-item i {
    font-size: 1rem;
    margin-right: 10px;
}

.comprehensive-footer .social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.comprehensive-footer .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    border-radius: 50% !important;
}

.comprehensive-footer .social-link:hover {
    background: #0b5ed7;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
}

.comprehensive-footer .social-link:nth-child(1) {
    background: #0077b5;
    border-radius: 50% !important;
}

.comprehensive-footer .social-link:nth-child(1):hover {
    background: #005885;
    border-radius: 50% !important;
}

.comprehensive-footer .social-link:nth-child(2) {
    background: #1da1f2;
    border-radius: 50% !important;
}

.comprehensive-footer .social-link:nth-child(2):hover {
    background: #0d8bd9;
    border-radius: 50% !important;
}

.comprehensive-footer .social-link:nth-child(3) {
    background: #1877f2;
    border-radius: 50% !important;
}

.comprehensive-footer .social-link:nth-child(3):hover {
    background: #166fe5;
    border-radius: 50% !important;
}

.comprehensive-footer .social-link:nth-child(4) {
    background: #e4405f;
    border-radius: 50% !important;
}

.comprehensive-footer .social-link:nth-child(4):hover {
    background: #d63384;
    border-radius: 50% !important;
}

.comprehensive-footer .social-link:nth-child(5) {
    background: #ff0000;
    border-radius: 50% !important;
}

.comprehensive-footer .social-link:nth-child(5):hover {
    background: #cc0000;
    border-radius: 50% !important;
}

.comprehensive-footer .newsletter-section {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    margin-top: 30px;
}

.comprehensive-footer .newsletter-form {
    display: flex;
    justify-content: center;
}

.comprehensive-footer .newsletter-form .input-group {
    width: 80%;
    max-width: 400px;
}

.comprehensive-footer .newsletter-form .input-group .form-control {
    border-radius: 8px 0 0 8px;
    border: 1px solid #4a4a4a;
    background-color: #333;
    color: #fff;

}

.comprehensive-footer .newsletter-form .input-group .form-control::placeholder {
    color: #888;
}

.comprehensive-footer .newsletter-form .input-group .btn {
    border-radius: 0 8px 8px 0;
    background-color: #ffd700;
    border: none;
    color: #333;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.comprehensive-footer .newsletter-form .input-group .btn:hover {
    background-color: #ffed4e;
}

.comprehensive-footer .newsletter-section h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.comprehensive-footer .newsletter-section p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

.comprehensive-footer .footer-bottom {
    border-top: 1px solid #4a4a4a;
    padding-top: 20px;
    margin-top: 30px;
}

.comprehensive-footer .footer-bottom .copyright-info {
    display: flex;
    align-items: center;
}

.comprehensive-footer .footer-bottom .copyright-info small {
    font-size: 0.8rem;
}

.comprehensive-footer .footer-bottom .footer-bottom-links {
    display: flex;
    gap: 20px;
}

.comprehensive-footer .footer-bottom .footer-bottom-links a {
    color: #b0bec5;
    text-decoration: none;
    font-size: 0.8rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.comprehensive-footer .footer-bottom .footer-bottom-links a:hover {
    color: #ffd700;
}

/* ===== RESPONSIVE TASARIM ===== */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 1.5rem;
    }



    .dashboard-preview {
        transform: none;
        margin-top: 20px;
    }

    .hero-stats {
        margin-bottom: 20px;
    }

    .stat-number {
        font-size: 1.2rem;
    }

    .security-badge {
        width: 120px;
        height: 120px;
        margin-top: 20px;
    }

    .badge-content i {
        font-size: 1.5rem;
    }

    .min-vh-75 {
        min-height: 60vh;
    }

    .comprehensive-footer .footer-section {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .comprehensive-footer .footer-badges {
        justify-content: center;
    }

    .comprehensive-footer .footer-links {
        text-align: center;
    }

    .comprehensive-footer .footer-links li {
        margin-bottom: 15px;
    }

    .comprehensive-footer .footer-links a {
        display: inline-block;
        padding: 8px 15px;
        background-color: #4a4a4a;
        border-radius: 20px;
        color: #fff;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .comprehensive-footer .footer-links a:hover {
        background-color: #5a5a5a;
    }

    .comprehensive-footer .footer-links i {
        font-size: 1rem;
    }

    .comprehensive-footer .contact-info {
        text-align: center;
    }

    .comprehensive-footer .contact-item {
        justify-content: center;
        margin-bottom: 15px;
    }

    .comprehensive-footer .social-links {
        justify-content: center;
    }

    .comprehensive-footer .newsletter-form .input-group {
        width: 100%;
        max-width: none;
    }

    .comprehensive-footer .newsletter-form .input-group .form-control {
        border-radius: 8px;
    }

    .comprehensive-footer .newsletter-form .input-group .btn {
        border-radius: 8px;
        width: 100%;
    }

    .comprehensive-footer .footer-bottom .copyright-info {
        flex-direction: column;
        text-align: center;
    }

    .comprehensive-footer .footer-bottom .footer-bottom-links {
        justify-content: center;
        margin-top: 10px;
    }

    /* Admin panel responsive düzenlemeler */
    .col-md-9,
    .col-md-9.ms-sm-auto.col-lg-10 {
        margin-left: 0 !important;
        width: 100% !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

/* ===== ANİMASYONLAR ===== */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-box {
    animation: countUp 0.6s ease-out;
}

/* ===== MODERN ANİMASYONLAR VE İYİLEŞTİRMELER ===== */

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Hero section improvements */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

/* Hero content animations */
.hero-content {
    animation: fadeInUp 1s ease-out;
}

.hero-title {
    animation: slideInLeft 1s ease-out 0.3s both;
}

.hero-subtitle {
    animation: slideInLeft 1s ease-out 0.6s both;
}

.hero-buttons {
    animation: slideInLeft 1s ease-out 0.9s both;
}

.hero-visual {
    animation: fadeInRight 1s ease-out 0.3s both;
}

/* Dashboard preview improvements */
.dashboard-preview {
    /* transform: perspective(1000px) rotateY(-5deg); */
    transition: all 0.3s ease;
}

.dashboard-preview:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

/* Feature cards improvements */
.feature-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}

.feature-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: #007bff;
}

.feature-icon {
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, #007bff, #0056b3);
}

/* Stats section improvements */
.stat-box {
    transition: all 0.3s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-box:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
}

.stat-number {
    background: linear-gradient(45deg, #fff, #f8f9fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* Bank cards improvements */
.bank-card {
    transition: all 0.3s ease;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.bank-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #007bff;
}

.bank-logo {
    transition: all 0.3s ease;
}

.bank-card:hover .bank-logo {
    transform: scale(1.1);
}

/* Security section improvements */
.security-item {
    transition: all 0.3s ease;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px;
}

.security-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #28a745;
}

.security-icon {
    transition: all 0.3s ease;
}

.security-item:hover .security-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, #28a745, #20c997);
}

/* CTA section improvements */
.cta-section {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    animation: float 15s ease-in-out infinite reverse;
}

/* Button improvements */
.btn {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn:hover::before {
    left: 100%;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Navigation improvements */
.navbar {
    backdrop-filter: blur(20px);
    background: linear-gradient(135deg, rgba(31, 95, 45, 0.95) 0%, rgba(30, 126, 52, 0.95) 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 0;
}

.navbar-brand {
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 1.4rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand:hover {
    transform: scale(1.05);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.nav-link {
    transition: all 0.3s ease;
    position: relative;
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 500;
    padding: 0.7rem 1.2rem !important;
    border-radius: 8px;
    margin: 0 0.2rem;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(90deg, #90ee90, #98fb98);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    opacity: 0;
    border-radius: 2px;
}

.nav-link:hover {
    color: white !important;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    background: rgba(144, 238, 144, 0.2);
    backdrop-filter: blur(10px);
    padding: 0.1rem 1.2rem !important;
    border-radius: 2rem;
}

.nav-link:hover::after {
    width: 80%;
    opacity: 1;
}

/* Dropdown improvements */
.dropdown-menu {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    animation: fadeInDown 0.3s ease;
    margin-top: 0.5rem;
    min-width: 200px;
}

.dropdown-toggle::after {
    margin-left: 0.5em;
    vertical-align: middle;
}

.dropdown-item {
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    transform: translateX(5px);
}

/* Footer improvements */
.comprehensive-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    position: relative;
    overflow: visible;
    pointer-events: auto;
}

.comprehensive-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footer-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-pattern)"/></svg>');
    pointer-events: none;
    z-index: 1;
}

.comprehensive-footer .container {
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

/* Animation keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading animation for stats */
.stat-number.loading {
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Contact Page Styles */
.contact-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-form-card {
    background: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    border: 1px solid #e9ecef;
}

.contact-info-card {
    background: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    border: 1px solid #e9ecef;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.1rem;
}

.contact-form-card .form-control {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 0.25rem 1rem;
    transition: all 0.3s ease;
}

/* Email field extends to left */
.contact-form-card .form-control[type="email"] {
    margin-left: -15px;
    width: calc(100% + 15px);
}

/* Hover effect - text disappears */
.contact-form-card .form-control:hover::placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-form-card .form-control:focus::placeholder {
    opacity: 0;
}

.contact-form-card .form-label {
    font-size: 0.875rem;
    font-weight: 400;
    color: #495057;
    margin-bottom: 0.25rem;
}

.contact-form-card .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.contact-form-card .btn-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    border: none;
    border-radius: 10px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-form-card .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

/* 404 Error Page Styles */
.error-page {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.error-number {
    font-size: 6rem;
    font-weight: bold;
    color: #667eea;
    margin-bottom: 1rem;
}

.btn-home {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-home:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* Error Page Styles */
.error-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    text-align: center;
    max-width: 500px;
    width: 90%;
}

.error-icon {
    font-size: 4rem;
    color: #dc3545;
    margin-bottom: 1.5rem;
}

.error-title {
    color: #dc3545;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.error-message {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.btn-back {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-back:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: white;
}

.btn-login {
    background: #28a745;
    border: none;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-left: 1rem;
    transition: all 0.3s ease;
}

.btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: white;
}

/* Responsive improvements */
@media (max-width: 768px) {

    .hero-section::before,
    .cta-section::before,
    .comprehensive-footer::before {
        display: none;
    }

    .dashboard-preview {
        transform: none;
    }

    .dashboard-preview:hover {
        transform: scale(1.02);
    }

    .feature-card:hover,
    .bank-card:hover,
    .security-item:hover {
        transform: none;
    }
}

/* Navbar button improvements */
.navbar .btn {
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
    padding: 0.8rem 1.8rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.navbar .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.navbar .btn:hover::before {
    left: 100%;
}

.navbar .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Navbar alignment fixes */
.navbar .navbar-text,
.navbar .nav-link {
    display: flex;
    align-items: center;
    height: 90%;
    margin: 0;
    padding: 0.5rem 1rem;
}

.navbar .nav-item {
    display: flex;
    align-items: center;
}

.navbar .btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: white;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.nav-item:hover .navbar .btn-outline-light {
    background: rgba(144, 238, 144, 0.9);
    border-color: #90ee90;
    color: #1e7e34;
}

.navbar .btn-outline-light:hover {
    background: rgba(144, 238, 144, 0.9);
    border-color: #90ee90;
    box-shadow: 0 4px 15px rgba(144, 238, 144, 0.4);
    color: #1e7e34;
    transform: translateY(-2px);
}

.navbar .btn-warning {
    background: linear-gradient(135deg, #90ee90, #98fb98);
    border: none;
    color: #1e7e34;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(144, 238, 144, 0.3);
    transition: all 0.3s ease;
}

.nav-item:hover .navbar .btn-warning {
    background: linear-gradient(135deg, #90ee90, #98fb98);
    color: #1e7e34;
    box-shadow: 0 4px 15px rgba(144, 238, 144, 0.4);
}

.navbar .btn-warning:hover {
    background: linear-gradient(135deg, #90ee90, #98fb98);
    box-shadow: 0 6px 20px rgba(144, 238, 144, 0.5);
    color: #1e7e34;
    transform: translateY(-2px);
}

/* Güvenlik bölümü için özel gradient */
.text-gradient-security {
    background: linear-gradient(45deg, #00d4aa, #00b894);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 212, 170, 0.3);
}

/* Bankalar bölümü için özel gradient */
.text-gradient-banks {
    background: linear-gradient(45deg, #4facfe, #00f2fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(79, 172, 254, 0.3);
}