 
body {
    font-family: 'Inter', sans-serif;
}

.hero-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('/images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-link {
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #bfc4cf !important;
}

.nav-hover-custom:hover {
    color: #bfc4cf !important;
}

.btn-primary {
    background-color: #192B55;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #2d4a73;
}

.btn-secondary {
    background-color: #ea6f1f;
    transition: background-color 0.3s ease;
}

.btn-career {
    background-color: #ea6f1f;
    transition: background-color 0.3s ease;
}

.btn-career:hover {
    background-color: #ea6f1f;
}

.btn-career-hover:hover {
    background-color: #bfc4cf !important;
    color: #192B55 !important;
}

.section-bg-dark {
    background-color: #192B55;
}

.section-bg-light {
    background-color: #BFC4CF;
}

.text-primary {
    color: #192B55;
}

.text-secondary {
    color: #bfc4cf;
}

.dropdown-menu {
    background-color: white;
    border-radius: 0.375rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.mobile-menu {
    background-color: #192B55;
}

.language-btn {
    transition: all 0.3s ease;
    outline: none !important;
    background-color: #6b7280 !important;
}

#lang-tr {
    border-radius: 0.375rem 0 0 0.375rem !important;
}

#lang-en {
    border-radius: 0 0.375rem 0.375rem 0 !important;
}

.language-btn.active {
    background-color: #ea6f1f !important;
    color: white !important;
}



.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

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

.social-icon:hover {
    transform: scale(1.1);
}

.newsletter-form input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #ea6f1f;
}

.footer-link {
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ea6f1f !important;
}

.hero-section {
    min-height: 500px !important;
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 60vh;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }
}

/* Mobile Menu Styles */
#mobile-menu {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 50;
}

/* Mobile Navigation Hover Effects */
.nav-hover-custom:hover {
    color: transparent !important; /* Hover efektini kaldır */
}

.hover-bg-custom:hover {
    background-color: #bfc4cf !important;
    color: #192B55 !important;
}

.mobile-language-btn {
    transition: all 0.3s ease;
    background-color: #6b7280 !important;
}

#mobile-lang-tr {
    border-radius: 0.375rem 0 0 0.375rem !important;
}

#mobile-lang-en {
    border-radius: 0 0.375rem 0.375rem 0 !important;
}

.mobile-language-btn.active {
    background-color: #ea6f1f !important;
    color: white !important;
}
