/* Layout Custom Styles - Moved from inline for better performance */

/* Kariyer Butonu */
.footer-career-btn {
    display: inline-block;
    background: linear-gradient(135deg, #c3973c 0%, #ddc77f 50%, #6e4a28 100%);
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 15px;
    box-shadow: 0 2px 10px rgba(195, 151, 60, 0.3);
}

.footer-career-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(195, 151, 60, 0.5);
}

.footer-career-btn i {
    margin-right: 8px;
}

/* Kariyer link için */
.footer-links li a[href^="mailto:ik@@"] {
    color: #c3973c;
    font-weight: 600;
}

/* Language Switcher */
.nav-language {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.language-form {
    margin: 0;
}

.language-select {
    padding: 8px 12px;
    border: 2px solid #c3973c;
    border-radius: 6px;
    background: white;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.language-select:hover {
    background: #f9f9f9;
    border-color: #ddc77f;
}

.language-select:focus {
    border-color: #6e4a28;
    box-shadow: 0 0 0 3px rgba(195, 151, 60, 0.1);
}

/* Mobile Language Switcher */
.mobile-language {
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 20px;
}

.mobile-language .language-select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .nav-language {
        display: none;
    }
}
