/*
Theme Name: New Way DMA Kurumsal Klasik
Author: New Way DMA
Version: 1.2.0
Description: New Way DMA için çok sayfalı, slider destekli, özelleştirici entegrasyonlu ve yasal footer alanına sahip kurumsal ajans teması.
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    color: #1A1A1A;
    background-color: #FFFFFF;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* PREMIUM MİZANPAJ (CONTAINER & GRID) */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

/* 1. ÜST MENÜ (HEADER) */
header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #F0F0F0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.logo-area img {
    height: 45px;
    display: block;
}

nav {
    display: flex;
    gap: 35px;
    align-items: center;
}

nav a {
    color: #1A1A1A;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #A30000;
}

/* PREMIUM AJANS BUTONLARI */
.btn-newway {
    background-color: #A30000;
    color: #FFFFFF !important;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(163, 0, 0, 0.15);
    border: none;
    cursor: pointer;
}

.btn-newway:hover {
    background-color: #1A1A1A;
    box-shadow: 0 4px 14px rgba(26, 26, 26, 0.2);
    transform: translateY(-1px);
}

.btn-nav {
    padding: 10px 22px;
    font-size: 14px;
}

.btn-outline {
    background-color: transparent;
    color: #1A1A1A !important;
    border: 2px solid #1A1A1A;
    box-shadow: none;
    margin-top: 25px;
}

.btn-outline:hover {
    background-color: #A30000;
    border-color: #A30000;
    color: #FFFFFF !important;
}

/* GENEL BÖLÜM KURALLARI */
.section-padding {
    padding: 100px 0;
}

.bg-light-gray {
    background-color: #F8F9FA;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.section-title span {
    color: #A30000;
}

/* 2. DİNAMİK VE GEÇİŞLİ SLIDER ALANI */
.hero-section {
    padding: 90px 0;
    align-items: center;
    display: flex;
}

.hero-tag {
    color: #A30000;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1A1A1A;
}

.hero-title span {
    color: #A30000;
}

.hero-desc {
    font-size: 16px;
    color: #555555;
    max-width: 90%;
}

.slider-container {
    background-color: #F8F9FA;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 70px 40px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.02);
    overflow: hidden;
    min-height: 340px; /* Slayt geçişlerinde sayfa zıplamalarını engeller */
}

.slider-slide {
    display: none; /* Aktif olmayan slaytları gizle */
    animation: slideFadeEffect 0.6s ease-in-out;
}

.slider-slide.active {
    display: block; /* Sadece aktif slaytı göster */
}

@keyframes slideFadeEffect {
    from { opacity: 0; transform: scale(0.98); }
    to { opacity: 1; transform: scale(1); }
}

.slider-content {
    text-align: center;
}

.slider-visual-placeholder {
    font-size: 48px;
    color: #A30000;
    margin-bottom: 20px;
}

.slider-text {
    font-weight: 700;
    font-size: 18px;
    color: #1A1A1A;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #DDD;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #A30000;
    width: 20px;
    border-radius: 4px;
}

/* 3. ÖZET HAKKIMIZDA BÖLÜMÜ */
.about-lead {
    font-size: 20px;
    font-weight: 600;
    color: #A30000;
    margin-bottom: 20px;
}

.about-text {
    color: #444444;
    font-size: 16px;
    margin-bottom: 20px;
}

/* 4. INFINITE CAROUSEL (SONSUZ KAYAN LOGO BANDI) */
.carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    margin-top: 20px;
}

.carousel-track {
    display: flex;
    width: calc(250px * 12);
    animation: scrollLogos 25s linear infinite;
}

.carousel-slide {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
}

.carousel-slide img {
    max-width: 170px;
    max-height: 55px;
    width: auto;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.carousel-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes scrollLogos {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 6)); }
}

.button-center-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

/* 5. YASAL METİNLİ FOOTER VE SOSYAL İKONLAR */
footer {
    padding: 60px 0;
    background: #FFFFFF;
    border-top: 1px solid #F0F0F0;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

.legal-links {
    display: flex;
    gap: 24px;
}

.legal-links a {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.legal-links a:hover {
    color: #A30000;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons a {
    color: #1A1A1A;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.social-icons a:hover {
    color: #A30000;
    transform: translateY(-3px);
}

/* MOBİL UYUM TASARIMI (RESPONSIVE) */
@media (max-width: 992px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-container {
        flex-direction: column;
        gap: 20px;
    }
    nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px 25px;
    }
    .hero-section {
        padding: 50px 0;
    }
    .hero-text-area {
        margin-bottom: 50px;
        text-align: center;
    }
    .hero-title {
        font-size: 38px;
    }
    .footer-flex {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }
    .legal-links {
        flex-direction: column;
        gap: 12px;
    }
    .slider-container {
        min-height: 280px;
    }
}

/* --- MOBIL RESPONSIVE MENÜ STİLLERİ --- */
.menu-toggle {
    display: none;
    font-size: 24px;
    color: #1A1A1A;
    cursor: pointer;
    transition: color 0.3s ease;
}
.menu-toggle:hover {
    color: #A30000;
}

@media (max-width: 992px) {
    .header-container {
        position: relative;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
    }
    .menu-toggle {
        display: block; /* Mobilde burger butonunu göster */
    }
    nav {
        display: none; /* Varsayılan olarak mobil menüyü gizle */
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #FFFFFF;
        border-top: 1px solid #EAEAEA;
        border-bottom: 2px solid #A30000;
        flex-direction: column;
        padding: 20px 0;
        box-shadow: 0 10px 15px rgba(0,0,0,0.05);
        z-index: 9999;
    }
    nav.active {
        display: flex; /* JavaScript tetikleyince görünür yap */
    }
    nav a {
        padding: 12px 25px;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #F5F5F5;
    }
    nav a:last-child {
        border-bottom: none;
    }
    .btn-nav {
        margin: 15px 25px 0 25px !important;
        width: calc(100% - 50px) !important;
        text-align: center !important;
    }
}