.elementor-61 .elementor-element.elementor-element-d60f43b{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-fdc9842 *//* Header Genel Yerleşimi */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 25px 5%;
    display: flex;
    justify-content: center;
}

.header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px; /* İçeriği çok yaymamak için ideal genişlik */
}

/* Logo Ayarları */
.logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo-img {
    height: 40px; /* Logonun yüksekliğini buradan ayarlayabilirsin */
    width: auto;
}

.logo-text {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
}

/* Cam Efektli Menü */
.glass-nav {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 40px;
    border-radius: 50px;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 35px; /* Menü elemanları arası boşluk */
    margin: 0;
    padding: 0;
}

.nav-list a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s ease;
}

.nav-list a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Sağdaki Buton */
.contact-btn {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}/* End custom CSS */