
body {
    font-family: 'Inter', sans-serif;
    background-color: #BFC4CF;
}

.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;
}

.main-nav {
    display: none;
}

.desktop-only {
    display: none;
    align-items: center;
}

.mobile-toggle {
    display: flex;
}

@media (min-width: 1024px) {
    .main-nav {
        display: flex;
    }

    .desktop-only {
        display: flex;
    }

    .mobile-toggle {
        display: none;
    }
}

.home-about-wrapper {
    display: block;
}

@media (min-width: 1024px) {
    .home-about-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4rem;
    }

    .home-about-image {
        flex: 0 0 auto;
    }

    .home-about-content {
        max-width: 48rem;
        text-align: left;
    }
}

.services-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

.services-card {
    height: 100%;
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.newsletter-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.newsletter-email {
    flex: 1;
}

.newsletter-button {
    width: 100%;
}

@media (min-width: 768px) {
    .newsletter-row {
        flex-direction: row;
    }

    .newsletter-button {
        width: auto;
    }
}

.contact-grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}

.contact-map {
    background: #fff;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.contact-button {
    margin-top: 1.5rem;
    align-self: flex-start;
}

@media (min-width: 1024px) {
    .contact-grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
        align-items: stretch;
    }
}

.footer-columns {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    color: #BFC4CF;
    font-size: 0.9rem;
}

.footer-meta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .footer-columns {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* 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;
}
