/*
/*
Theme Name: Ajans Pro
Description: Modern ajans teması - E-ticaret ve dijital pazarlama hizmetleri için özel tasarım
Version: 1.4
Author: Ajans Pro
*/

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Modal Form Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease;
}

body.modal-open {
    overflow: hidden;
}

/* WhatsApp Button Styles */
.whatsapp-button {
    display: block;
    margin: 15px auto 0;
    padding: 12px 25px;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
    max-width: 300px;
}

.whatsapp-button:hover {
    background-color: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 600px;
    position: relative;
    animation: slideIn 0.4s ease;
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
}

.close-modal:hover {
    color: #333;
}

.modal h2 {
    margin-bottom: 25px;
    color: #333;
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-group input:focus {
    border-color: #4a90e2;
    outline: none;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    accent-color: #4a90e2;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.cancel-btn,
.submit-btn {
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cancel-btn {
    background-color: #f0f0f0;
    color: #333;
    border: none;
}

.submit-btn {
    background-color: #4a90e2;
    color: white;
    border: none;
}

.cancel-btn:hover {
    background-color: #e0e0e0;
}

.submit-btn:hover {
    background-color: #3a7bc8;
}

.required {
    color: #e74c3c;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    scroll-behavior: smooth;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Modern Header Styles */
.site-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    overflow: visible;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.header-container {
    display: flex;
    justify-content: space-between; /* Geri space-between */
    align-items: center;
    padding: 12px 20px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    min-height: 70px;
    overflow: visible;
}

.site-logo,
.logo {
    flex-shrink: 0;
    margin-right: 30px;
    margin-left: -20px; /* Logoyu sola kaydır */
    z-index: 1001;
}

/* Logo Image Styles */
.logo-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.logo-link:hover {
    transform: scale(1.05);
}

.logo-image {
    height: 88px;
    width: auto;
    max-width: 320px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    vertical-align: middle;
}

/* Mobile Logo */
@media (max-width: 768px) {
    .logo-image {
        height: 80px;
        max-width: 280px;
    }
    
    .site-logo {
        margin-left: -15px; /* Mobilde biraz daha az kaydır */
    }
    
    .site-navigation {
        margin-left: -50px; /* Mobilde menüyü daha fazla sola kaydır */
    }
}

@media (max-width: 480px) {
    .logo-image {
        height: 72px;
        max-width: 240px;
    }
    
    .site-logo {
        margin-left: -10px; /* Küçük mobilde daha az kaydır */
    }
    
    .site-navigation {
        margin-left: -20px; /* Küçük mobilde menü pozisyonu */
    }
}

.site-navigation {
    flex: 1;
    display: flex;
    justify-content: flex-start; /* Menüyü sola yasla */
    padding: 0 20px;
    overflow: visible;
    margin-left: -40px; /* Logoya daha yakın */
    margin-right: -150px; /* Butonlara daha da yaklaştır */
}

/* Text Logo (fallback) */
.logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #2563eb;
    text-decoration: none;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
    letter-spacing: -0.5px;
    display: none; /* Gizle çünkü artık logo image kullanıyoruz */
}

.logo:hover {
    transform: scale(1.05);
}

/* Modern Navigation Styles */
.main-navigation {
    display: flex !important;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    overflow: visible;
}

.main-navigation > li {
    position: relative;
    z-index: 999;
    display: inline-block;
    white-space: nowrap;
}

.main-navigation a {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    color: #1f2937;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    background: transparent;
    border: 1px solid transparent;
    letter-spacing: 0.2px;
}

.main-navigation a:hover {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    color: #2563eb;
    border: 1px solid rgba(37, 99, 235, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.15);
}

.main-navigation > li.current-menu-item > a,
.main-navigation > li.current-menu-parent > a {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.main-navigation .dropdown-icon {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* Modern Dropdown Styles */
.dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}

.main-navigation li:hover > .dropdown-menu,
.main-navigation .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.main-navigation li:hover > .dropdown-icon {
    transform: rotate(180deg);
}

.dropdown-menu li {
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu a {
    padding: 16px 24px;
    border-radius: 0 !important;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 0.92rem;
    color: #374151;
    transition: all 0.3s ease;
    background: transparent;
}

.dropdown-menu a:hover {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    color: #2563eb;
    transform: translateX(4px);
    font-weight: 600;
}

/* BASİT NESTED DROPDOWN - GARANTILI ÇALIŞIR */
.dropdown-menu li {
    position: relative;
}

.dropdown-menu li ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    transition: all 0.2s ease;
}

.dropdown-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu li ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.dropdown-menu li ul a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    border-bottom: none;
    border-radius: 0;
}

.dropdown-menu li ul a:hover {
    background: #f0f0f0;
    color: #2563eb;
}

/* ULTRA AGRESİF FİX - MEDYA TASARIM ALT MENÜ */
#menu-item-33 ul,
#menu-item-33 > ul,
.menu-item-33 ul,
.menu-item-33 > ul {
    display: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    background: white !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
    min-width: 200px !important;
    z-index: 99999 !important;
    list-style: none !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.2s ease !important;
}

#menu-item-33:hover ul,
#menu-item-33:hover > ul,
.menu-item-33:hover ul,
.menu-item-33:hover > ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#menu-item-33 ul li,
.menu-item-33 ul li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border-bottom: 1px solid #eee !important;
}

#menu-item-33 ul a,
.menu-item-33 ul a {
    display: block !important;
    padding: 8px 15px !important;
    color: #333 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: none !important;
    background: none !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
}

#menu-item-33 ul a:hover,
.menu-item-33 ul a:hover {
    background: #f0f0f0 !important;
    color: #2563eb !important;
}

/* PARENT CONTAINER OVERFLOW FİX */
.dropdown-menu {
    overflow: visible !important;
}

.main-navigation {
    overflow: visible !important;
}

.site-header {
    overflow: visible !important;
}

.header-container {
    overflow: visible !important;
}

.site-navigation {
    overflow: visible !important;
}

/* MEDYA TASARIM İÇİN FİXATED POSİTİON */
#menu-item-33:hover ul {
    position: fixed !important;
    top: 80px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 999999 !important;
    border: 1px solid red !important;
    background: white !important;
    padding: 10px 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}

/* DROPDOWN ICON GÖSTER - Medya Tasarım için */
#menu-item-33 .dropdown-icon,
.menu-item-33 .dropdown-icon {
    display: inline !important;
    font-size: 12px !important;
    margin-left: 5px !important;
    transition: transform 0.3s ease !important;
}

/* Medya Tasarım hover icon efekti */
#menu-item-33:hover .dropdown-icon,
.menu-item-33:hover .dropdown-icon {
    transform: rotate(180deg) !important;
}

/* ORİJİNAL SOL MENÜYÜ GİZLE */
#menu-item-33 ul,
#menu-item-33 > ul {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* FLOATING MENÜ LIST-STYLE RESET */
#floating-submenu ul,
#floating-submenu li {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

#floating-submenu ul::before,
#floating-submenu li::before {
    content: none !important;
    display: none !important;
}

/* TEMIZLENDI - BASIT SISTEM KULLANILIYOR */

.dropdown-menu .menu-item-has-children:hover > .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
}

/* Nested dropdown için ek hover durumları */
.dropdown-menu li.menu-item-has-children:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* TEMIZLENDI */

/* Nested dropdown hover alanını genişlet */
.dropdown-menu .menu-item-has-children {
    position: relative;
}

.dropdown-menu .menu-item-has-children::before {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
    z-index: 999;
    background: transparent;
}

/* Tüm nested dropdown'lar için güçlü CSS */
@media (min-width: 769px) {
    .dropdown-menu li.menu-item-has-children:hover > ul.dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(0) !important;
        display: block !important;
    }
    
    /* Spesifik Medya Tasarım menüsü için (ID: 33) */
    #menu-item-33:hover > .dropdown-menu,
    .menu-item-33:hover > .dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(0) !important;
        display: block !important;
        z-index: 1003 !important;
    }
    
    /* Tüm ıd bazlı menü öğeleri için */
    li[id*="menu-item-"]:hover > ul,
    li[class*="menu-item-"]:hover > ul {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
    }
    
    /* Nested dropdown'lar için geniş alan hover */
    .dropdown-menu li {
        position: relative;
    }
    
    .dropdown-menu li:hover > ul {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(0) !important;
        display: block !important;
    }
    
    /* JavaScript tarafından eklenen class'lar için */
    .has-submenu:hover > ul,
    .force-has-children:hover > ul,
    .has-submenu:hover > .dropdown-menu,
    .force-has-children:hover > .dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(0) !important;
        display: block !important;
        z-index: 1003 !important;
    }
    
    /* EMERGENCY FIX - Medya Tasarım için zorla görünür yap */
    .dropdown-menu #menu-item-33:hover ul,
    .dropdown-menu .menu-item-33:hover ul,
    #menu-item-32 #menu-item-33:hover ul,
    #menu-item-32 .menu-item-33:hover ul {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 100% !important;
        z-index: 99999 !important;
        background: white !important;
        border: 2px solid #ff0000 !important;
        box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
        min-width: 200px !important;
        width: 200px !important;
        transform: translateX(0) !important;
        pointer-events: auto !important;
        overflow: visible !important;
        margin: 0 !important;
        padding: 10px 0 !important;
    }
    
    /* Alt menü elemanları için */
    .dropdown-menu #menu-item-33 ul li,
    .dropdown-menu .menu-item-33 ul li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #eee !important;
    }
    
    .dropdown-menu #menu-item-33 ul a,
    .dropdown-menu .menu-item-33 ul a {
        display: block !important;
        padding: 10px 15px !important;
        color: #333 !important;
        text-decoration: none !important;
        font-size: 14px !important;
    }
    
    .dropdown-menu #menu-item-33 ul a:hover,
    .dropdown-menu .menu-item-33 ul a:hover {
        background: #f0f0f0 !important;
        color: #2563eb !important;
    }
}

/* İkinci seviye dropdown öğeleri için hover gecikmesi */
.dropdown-menu .menu-item-has-children {
    transition: all 0.1s ease;
}

.dropdown-menu .menu-item-has-children:hover {
    background: #f8fafc;
}

.dropdown-menu li:first-child a {
    border-radius: 12px 12px 0 0 !important;
    border-top: none;
}

.dropdown-menu li:last-child a {
    border-radius: 0 0 12px 12px !important;
    border-bottom: none;
}

.dropdown-menu li:first-child:last-child a {
    border-radius: 12px !important;
}

/* TEMIZLENDI */

/* Mobile Menu Button */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    flex-shrink: 0;
    margin-left: auto;
}

.mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 3px;
    background: #374151;
    margin: 4px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Modern Corporate Hero Section */
.hero-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #334155 50%, #475569 75%, #64748b 100%);
    color: white;
    padding: 140px 0 120px;
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(168, 85, 247, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 60%, rgba(34, 197, 94, 0.1) 0%, transparent 50%);
    animation: heroGlow 8s ease-in-out infinite alternate;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="dots" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="1000" height="1000" fill="url(%23dots)"/></svg>');
    opacity: 0.4;
}

@keyframes heroGlow {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.8; }
    50% { transform: scale(1.1) rotate(1deg); opacity: 1; }
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.1;
    background: linear-gradient(135deg, #ffffff 0%, #e0f2fe 50%, #bfdbfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -2px;
    animation: titleFadeIn 1s ease-out;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

@keyframes titleFadeIn {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

.hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 50px;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-weight: 400;
    color: #f1f5f9;
    animation: subtitleFadeIn 1s ease-out 0.3s both;
}

@keyframes subtitleFadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 0.95; transform: translateY(0); }
}

.hero-cta-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
    animation: ctaFadeIn 1s ease-out 0.6s both;
}

@keyframes ctaFadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

.cta-button {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 18px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    border: 2px solid rgba(255,255,255,0.1);
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.4);
    color: white;
    text-decoration: none;
}

.cta-button-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    color: white;
    border: 2px solid rgba(255,255,255,0.2);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.cta-button-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255,255,255,0.4);
    box-shadow: 0 15px 45px rgba(0,0,0,0.3);
    color: white;
}

/* Hero Stats */
.hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 80px;
    flex-wrap: wrap;
    animation: statsFadeIn 1s ease-out 0.9s both;
}

@keyframes statsFadeIn {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

.hero-stat {
    text-align: center;
    padding: 20px;
}

.hero-stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #60a5fa, #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    line-height: 1;
}

.hero-stat-label {
    font-size: 1rem;
    opacity: 0.8;
    font-weight: 500;
    color: #e2e8f0;
}

/* Services Section */
.services-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    padding: 100px 0 !important;
    position: relative;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(16, 185, 129, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1f2937;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px !important;
    padding: 40px 35px !important;
    text-align: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.12),
        0 10px 25px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    border-radius: 20px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
}

.services-section .service-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f2937 !important;
}

.service-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.service-link:hover {
    color: #1d4ed8;
}

.service-link::after {
    content: '→';
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.service-link:hover::after {
    transform: translateX(3px);
}

/* Footer */
.site-footer {
    background: #1f2937;
    color: white;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #f9fafb;
}

.footer-section p,
.footer-section a {
    color: #d1d5db;
    text-decoration: none;
    line-height: 1.8;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #60a5fa;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 30px;
    text-align: center;
    color: #9ca3af;
}

/* Service Cards are now animated by default - no need for animate-in class */

.service-icon.bounce {
    animation: bounce 0.6s ease;
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transform: translate3d(0,0,0);
    }
    40%, 43% {
        transform: translate3d(0, -8px, 0);
    }
    70% {
        transform: translate3d(0, -4px, 0);
    }
    90% {
        transform: translate3d(0, -2px, 0);
    }
}

/* Modern Header Teklif Al Butonu */
.header-quote-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 20px;
    z-index: 1000;
    letter-spacing: 0.3px;
    backdrop-filter: blur(20px);
}

.header-quote-btn:hover {
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(37, 99, 235, 0.5);
    color: white;
    text-decoration: none;
}

.header-quote-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s;
}

.header-quote-btn:hover::before {
    left: 100%;
}

.header-quote-btn .btn-text {
    margin-right: 8px;
}

.header-quote-btn .btn-icon {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.header-quote-btn:hover .btn-icon {
    transform: translateX(3px);
}

/* Header container layout düzeltmesi */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    position: relative;
}

.site-navigation {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    margin: 0 20px;
}

/* Header scroll effect */
.site-header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 30px rgba(0,0,0,0.12);
}

/* Mobile Navigation */
.main-navigation.mobile-active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-radius: 0 0 12px 12px;
    padding: 20px;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Back to top button */
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
}

#back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.4);
}

/* Page transitions */
.page-transition {
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Enhanced service cards with rainbow effect */
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #10b981, #f59e0b, #ef4444, #8b5cf6, #3b82f6);
    background-size: 300% 100%;
    animation: rainbowSlide 4s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover::before {
    opacity: 1;
}

@keyframes rainbowSlide {
    0% { background-position: 0% 0%; }
    100% { background-position: 300% 0%; }
}
}

/* Form styles */
input, textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

input.error, textarea.error {
    border-color: #ef4444;
}

/* Loading state */
.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-navigation {
        display: none !important;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        box-shadow: 0 10px 40px rgba(0,0,0,0.15);
        border-radius: 0 0 12px 12px;
        padding: 20px;
        z-index: 1000;
        width: auto;
        max-width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
        margin: 0;
    }
    
    .main-navigation.active {
        display: flex !important;
    }
    
    .main-navigation > li {
        margin: 10px 0;
        width: 100%;
        position: relative;
    }
    
    .main-navigation a {
        padding: 15px 20px;
        width: 100%;
        justify-content: space-between;
        display: block;
        box-sizing: border-box;
    }
    
    /* Mobile dropdown styling */
    .main-navigation .dropdown-menu {
        position: static !important;
        box-shadow: none;
        background: #f8fafc;
        border-radius: 8px;
        margin: 5px 0 0 0;
        padding: 10px 0;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        display: none;
        box-sizing: border-box;
    }
    
    .main-navigation .dropdown-menu li {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .main-navigation .dropdown-menu a {
        padding: 12px 20px;
        font-size: 14px;
        color: #374151;
        border-bottom: 1px solid #e5e7eb;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        white-space: normal;
        overflow: hidden;
    }
    
    .main-navigation .dropdown-menu li:last-child a {
        border-bottom: none;
    }
    
    /* Mobile nested dropdown */
    .main-navigation .dropdown-menu .dropdown-menu {
        position: static;
        box-shadow: none;
        margin-left: 15px;
        margin-top: 5px;
        background: #e0f2fe;
        border-left: 3px solid #3b82f6;
    }
    
    .main-navigation .dropdown-menu .dropdown-menu a {
        padding: 10px 15px;
        font-size: 13px;
        color: #1e40af;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    /* Header mobil ayarları */
    .header-container {
        padding: 10px 15px;
        min-height: 60px;
    }
    
    .logo {
        font-size: 1.5rem;
    }
    
    .site-navigation {
        padding: 0 10px;
    }
    
    .main-navigation {
        gap: 4px;
    }
    
    .main-navigation a {
        padding: 10px 14px;
        font-size: 0.85rem;
    }
    
    /* Header Teklif Al butonu mobil ayarları */
    .header-quote-btn {
        padding: 10px 18px;
        font-size: 0.8rem;
        margin-left: 12px;
        display: inline-flex;
    }
    
    .header-quote-btn .btn-text {
        margin-right: 5px;
    }
    
    /* Hero Section Mobil */
    .hero-section {
        padding: 120px 0 100px;
        min-height: 70vh;
    }
    
    .hero-title {
        font-size: 2.8rem;
        letter-spacing: -1px;
        margin-bottom: 25px;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 40px;
        max-width: 90%;
    }
    
    .hero-cta-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-button {
        padding: 16px 32px;
        font-size: 1rem;
        width: 280px;
        justify-content: center;
    }
    
    .hero-stats {
        gap: 30px;
        margin-top: 60px;
    }
    
    .hero-stat {
        padding: 15px;
    }
    
    .hero-stat-number {
        font-size: 2.2rem;
    }
    
    .hero-stat-label {
        font-size: 0.9rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-card {
        padding: 30px 20px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    #back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

/* Service Page Styles */
.service-page {
    padding-top: 0;
}

.service-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.service-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.service-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.service-meta {
    margin-bottom: 20px;
}

.service-category {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.service-hero .service-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, #f0f9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-excerpt {
    font-size: 1.25rem;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.service-hero-icon {
    font-size: 4rem;
    margin-top: 20px;
}

.service-content {
    padding: 80px 0;
    background: #f8fafc;
}

.service-content-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

.service-main-content {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.service-description {
    margin-bottom: 40px;
    line-height: 1.8;
    color: #374151;
}

.service-description h2,
.service-description h3 {
    color: #1f2937;
    margin-top: 30px;
    margin-bottom: 15px;
}

.service-features {
    margin-bottom: 40px;
    padding: 30px;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid #2563eb;
}

.service-features h3 {
    color: #1f2937;
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.features-list {
    display: grid;
    gap: 10px;
}

.feature-item {
    display: flex;
    align-items: center;
    color: #374151;
    font-weight: 500;
}

.service-cta {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: white;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
}

.service-cta h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.service-cta p {
    margin-bottom: 25px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background: white;
    color: #2563eb;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.service-sidebar {
    display: grid;
    gap: 30px;
    align-content: start;
}

.service-info-box, .related-services {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.service-info-box h4, .related-services h4 {
    color: #1f2937;
    margin-bottom: 20px;
    font-size: 1.25rem;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 10px;
}

.contact-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f4f6;
}

.contact-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-item strong {
    display: block;
    color: #374151;
    margin-bottom: 5px;
}

.contact-item a {
    color: #2563eb;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

.related-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-services-list li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f3f4f6;
}

.related-services-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.related-services-list a {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.related-services-list a:hover {
    color: #2563eb;
}

/* Services Archive Styles */
.services-archive-page {
    padding-top: 80px;
}

.page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, #f0f9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-description {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.services-archive-content {
    padding: 80px 0;
    background: #f8fafc;
}

.services-filter {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.filter-btn {
    background: white;
    border: 2px solid #e5e7eb;
    color: #374151;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: #2563eb;
    border-color: #2563eb;
    color: white;
}

.services-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.service-archive-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.service-archive-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.service-card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-archive-card:hover .service-card-image img {
    transform: scale(1.05);
}

.service-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: white;
    font-size: 3rem;
}

.service-card-content {
    padding: 30px;
}

.service-card-title {
    margin-bottom: 15px;
}

.service-card-title a {
    color: #1f2937;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.service-card-title a:hover {
    color: #2563eb;
}

.service-card-excerpt {
    color: #6b7280;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.feature-tag {
    background: #f3f4f6;
    color: #374151;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.service-card-footer {
    border-top: 1px solid #f3f4f6;
    padding-top: 20px;
}

.service-card-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.service-card-link:hover {
    color: #1d4ed8;
}

.service-card-link .arrow {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.service-card-link:hover .arrow {
    transform: translateX(3px);
}

.archive-pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.services-cta-section {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: white;
    padding: 60px 40px;
    border-radius: 16px;
    text-align: center;
}

.cta-content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.no-services {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Responsive Design for Service Pages */
@media (max-width: 768px) {
    .service-title, .page-title {
        font-size: 2rem;
    }
    
    .service-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .service-main-content,
    .service-info-box,
    .related-services {
        padding: 25px;
    }
    
    .service-cta {
        padding: 30px 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .services-archive-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-card-content {
        padding: 25px;
    }
    
    .services-cta-section {
        padding: 40px 20px;
    }
    
    .services-filter {
        gap: 10px;
    }
    
    .filter-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}

/* Page Template Styles */
.page-template {
    padding-top: 80px;
}

.page-content {
    padding: 80px 0;
    background: #f8fafc;
}

.page-content-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

.page-article {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.entry-content {
    line-height: 1.8;
    color: #374151;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: #1f2937;
    margin-top: 30px;
    margin-bottom: 15px;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.entry-content li {
    margin-bottom: 8px;
}

.page-sidebar {
    display: grid;
    gap: 30px;
    align-content: start;
}

.contact-widget, .services-widget {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.contact-widget h4, .services-widget h4 {
    color: #1f2937;
    margin-bottom: 20px;
    font-size: 1.25rem;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 10px;
}

.popular-services {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popular-services li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f3f4f6;
}

.popular-services li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.popular-services a {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.popular-services a:hover {
    color: #2563eb;
}

/* Responsive Design for Page Template */
@media (max-width: 768px) {
    .page-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .page-article,
    .contact-widget,
    .services-widget {
        padding: 25px;
    }
    
    /* Responsive table styles */
    .packages-table {
        margin: 0 -20px 40px;
        border-radius: 0;
        box-shadow: none;
    }
    
    .pricing-table {
        border-radius: 0;
    }
    
    .package-header {
        padding: 15px 5px 10px;
    }
    
    .package-header h3 {
        font-size: 0.85rem;
    }
    
    .package-header p {
        font-size: 0.65rem;
    }
    
    .price .amount {
        font-size: 1.2rem;
    }
    
    .price .currency {
        font-size: 0.7rem;
    }
    
    .feature-name {
        padding: 8px 6px !important;
        font-size: 0.7rem;
    }
    
    .feature-value {
        padding: 8px 4px !important;
        font-size: 0.7rem;
    }
    
    .package-button {
        padding: 8px 10px;
        font-size: 0.65rem;
        width: 95%;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .service-card {
        padding: 25px 15px;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    /* Extra small device table styles */
    .packages-section {
        padding: 60px 0;
    }
    
    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .package-column.professional {
        transform: scale(1);
    }
    
    .package-column.professional:hover {
        transform: scale(1) translateY(-3px);
    }
    
    .featured-badge {
        font-size: 10px;
        padding: 6px 12px;
        top: -12px;
    }
    
    .package-icon {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    
    .packages-cta {
        padding: 30px 20px;
    }
}

/* Ultra small screens - card view for table */
@media (max-width: 400px) {
    .pricing-table {
        display: block;
        border-radius: 0;
    }
    
    .pricing-table thead {
        display: none;
    }
    
    .pricing-table tbody {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }
    
    .pricing-table tr {
        display: flex;
        flex-direction: column;
    }
    
    .pricing-table tr.button-row {
        border-top: 1px solid #e2e8f0;
        padding-top: 15px;
        margin-top: 10px;
    }
    
    .feature-name {
        background: none;
        border: none;
        padding: 8px 0 !important;
        font-weight: 700;
        color: #1f2937;
        font-size: 0.8rem;
    }
    
    .feature-name::before {
        display: none;
    }
    
    .feature-value {
        border: none;
        padding: 0 0 8px 0 !important;
        margin-bottom: 8px;
        border-bottom: 1px dashed #e2e8f0;
        font-size: 0.8rem;
    }
    
    .feature-value.professional {
        background: none;
        color: #2563eb;
        border-bottom: 1px dashed rgba(37, 99, 235, 0.3);
    }
    
    .package-button {
        width: 100%;
        padding: 12px;
    }
}

/* E-Commerce Packages Section - Modern Card Design */
.packages-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
}

.packages-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1.5" fill="rgba(37, 99, 235, 0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.4;
}

.packages-section .container {
    position: relative;
    z-index: 2;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #6b7280;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

/* Modern Card Design */
.pricing-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.pricing-card.basic {
    border-top: 5px solid #2563eb;
}

.pricing-card.professional {
    border-top: 5px solid transparent;
    background: white;
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);
}

.pricing-card.professional::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
    z-index: 1;
}

.pricing-card.professional:hover {
    transform: scale(1.05) translateY(-10px);
}

.pricing-card.enterprise {
    border-top: 5px solid #059669;
}

.featured-badge {
    display: inline-block;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1f2937;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 8px;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.4);
    animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.card-header {
    padding: 30px 25px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.package-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: inline-block;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.pricing-card:hover .package-icon {
    transform: scale(1.1) rotate(5deg);
}

.card-header h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: #1f2937;
    letter-spacing: 0.2px;
    line-height: 1.1;
}

.card-header p {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
    line-height: 1.2;
}

.card-price {
    padding: 25px 0;
    text-align: center;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.card-price .amount {
    font-size: 2.5rem;
    font-weight: 900;
    color: #1f2937;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-price .currency {
    font-size: 1rem;
    color: #6b7280;
    margin-left: 4px;
    font-weight: 600;
}

.card-features {
    padding: 30px 25px;
    flex-grow: 1;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.feature:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.feature-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dcfce7;
    color: #059669;
    font-size: 0.8rem;
    margin-right: 12px;
    flex-shrink: 0;
}

.feature.disabled .feature-icon {
    background: #fee2e2;
    color: #dc2626;
}

.feature-text {
    font-size: 0.95rem;
    color: #374151;
    font-weight: 500;
}

.feature.disabled .feature-text {
    color: #9ca3af;
}

.card-action {
    padding: 25px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.package-button {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
}

.basic-btn {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.basic-btn:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
    transform: translateY(-2px);
}

.professional-btn {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

.professional-btn:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #5b21b6 100%);
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
    transform: translateY(-2px);
}

.enterprise-btn {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(5, 150, 105, 0.3);
}

.enterprise-btn:hover {
    background: linear-gradient(135deg, #047857 0%, #065f46 100%);
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.4);
    transform: translateY(-2px);
}

/* Responsive Design for Modern Cards */
@media (max-width: 1024px) {
    .pricing-cards {
        gap: 20px;
    }
    
    .pricing-card {
        max-width: 300px;
    }
    
    .card-header {
        padding: 25px 20px 15px;
    }
    
    .package-icon {
        font-size: 2.2rem;
    }
    
    .card-header h3 {
        font-size: 1.3rem;
    }
    
    .card-price .amount {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .pricing-cards {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .pricing-card {
        max-width: 450px;
        width: 90%;
    }
    
    .pricing-card.professional {
        transform: scale(1);
        order: -1;
    }
    
    .pricing-card.professional:hover {
        transform: translateY(-10px);
    }
    
    .card-header {
        padding: 30px 25px 20px;
    }
    
    .package-icon {
        font-size: 2.5rem;
    }
    
    .card-header h3 {
        font-size: 1.5rem;
    }
    
    .card-price .amount {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .pricing-card {
        width: 95%;
    }
    
    .card-header {
        padding: 25px 15px 15px;
    }
    
    .card-features {
        padding: 20px 15px;
    }
    
    .feature-text {
        font-size: 0.9rem;
    }
    
    .card-action {
        padding: 20px 15px;
    }
    
    .package-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

.package-column.professional .price .currency {
    color: rgba(255, 255, 255, 0.8);
}

.feature-name {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    text-align: left !important;
    font-weight: 600;
    color: #374151;
    padding: 10px 12px !important;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    font-size: 0.75rem;
    line-height: 1.2;
    white-space: nowrap;
}

.feature-name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.feature-value {
    background: white;
    color: #374151;
    font-weight: 600;
    padding: 10px 8px !important;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    font-size: 0.75rem;
    line-height: 1.2;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature-value:hover {
    background: #f8fafc;
    transform: translateX(2px);
}

.feature-value.professional {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.75rem;
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature-value.professional:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(0);
}

.button-row td {
    padding: 20px 15px !important;
    border-bottom: none;
}

.package-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.75rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 90%;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    position: relative;
    overflow: hidden;
    line-height: 1.1;
}

.package-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.package-button:hover::before {
    left: 100%;
}

.basic-btn {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.basic-btn:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.4);
}

.professional-btn {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1f2937;
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.3);
    font-weight: 800;
}

.professional-btn:hover {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(251, 191, 36, 0.5);
}

.enterprise-btn {
    background: linear-gradient(135deg, #059669, #047857);
    color: white;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

.enterprise-btn:hover {
    background: linear-gradient(135deg, #047857, #065f46);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(5, 150, 105, 0.4);
}

/* E-Ticaret Paketleri Modern Kart Stilleri */
.ecommerce-packages .packages-intro {
    text-align: center;
    margin-bottom: 50px;
}

.ecommerce-packages .intro-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ecommerce-packages .intro-description {
    font-size: 1.15rem;
    color: #6b7280;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.ecommerce-packages .packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.ecommerce-packages .package-card {
    background: white;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ecommerce-packages .package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.ecommerce-packages .package-card.featured {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    transform: scale(1.05);
}

.ecommerce-packages .package-card.featured:hover {
    transform: scale(1.05) translateY(-8px);
}

.ecommerce-packages .package-name {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1f2937;
}

.ecommerce-packages .package-card.featured .package-name {
    color: white;
}

.ecommerce-packages .package-pricing {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e7eb;
}

.ecommerce-packages .package-card.featured .package-pricing {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.ecommerce-packages .price-main {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1;
    margin-bottom: 10px;
}

.ecommerce-packages .package-card.featured .price-main {
    color: white;
}

.ecommerce-packages .price-old {
    font-size: 1.25rem;
    color: #ef4444;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.ecommerce-packages .package-card.featured .price-old {
    color: #fca5a5;
}

.ecommerce-packages .price-monthly {
    font-size: 1rem;
    color: #6b7280;
}

.ecommerce-packages .package-card.featured .price-monthly {
    color: rgba(255, 255, 255, 0.8);
}

.ecommerce-packages .price-custom {
    font-size: 1.25rem;
    color: #2563eb;
    font-weight: 600;
    line-height: 1.4;
}

.ecommerce-packages .package-note {
    font-size: 0.875rem;
    color: #059669;
    background: #d1fae5;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 25px;
    text-align: center;
}

.ecommerce-packages .package-card.featured .package-note {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.ecommerce-packages .package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.ecommerce-packages .package-features li {
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 12px;
    position: relative;
}

.ecommerce-packages .package-card.featured .package-features li {
    color: rgba(255, 255, 255, 0.9);
}

.ecommerce-packages .more-features-link {
    display: inline-block;
    color: #2563eb;
    text-decoration: none;
    font-size: 0.875rem;
    margin-bottom: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ecommerce-packages .more-features-link:hover {
    color: #1d4ed8;
    transform: translateX(5px);
}

.ecommerce-packages .package-card.featured .more-features-link {
    color: white;
}

.ecommerce-packages .btn-teklif-al {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.ecommerce-packages .btn-teklif-al:hover {
    background: linear-gradient(135deg, #059669, #047857);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.ecommerce-packages .package-card.featured .btn-teklif-al {
    background: white;
    color: #2563eb;
}

.ecommerce-packages .package-card.featured .btn-teklif-al:hover {
    background: #f3f4f6;
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

/* Blue button styles for general use */
.btn-teklif-al.blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
    letter-spacing: 0.5px;
    border: none;
}

.btn-teklif-al.blue::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s;
}

.btn-teklif-al.blue:hover::before {
    left: 100%;
}

.btn-teklif-al.blue:after {
    content: '→';
    margin-left: 8px;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.btn-teklif-al.blue:hover:after {
    transform: translateX(3px);
}

.btn-teklif-al.blue:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.4);
    color: white;
    text-decoration: none;
}

/* Compact E-Commerce Packages Styles for Index */
.ecommerce-packages {
    background: #f8fafc;
    padding: 80px 0;
}

.ecommerce-packages .packages-intro {
    text-align: center;
    margin-bottom: 60px;
}

.ecommerce-packages .intro-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 20px;
}

.ecommerce-packages .intro-description {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.ecommerce-packages .packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Compact Package Cards */
.ecommerce-packages .package-card {
    background: white;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    position: relative;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.ecommerce-packages .package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-color: #3b82f6;
}

/* Featured Package */
.ecommerce-packages .package-card.featured {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    color: white;
    transform: scale(1.02);
}

.ecommerce-packages .package-card.featured:hover {
    transform: scale(1.02) translateY(-5px);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.3);
}

/* Compact Package Badges */
.ecommerce-packages .package-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #10b981;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ecommerce-packages .package-badge.featured-badge {
    background: #f59e0b;
}

.ecommerce-packages .package-badge.enterprise {
    background: #7c3aed;
}

/* Compact Package Names */
.ecommerce-packages .package-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1e3a8a;
}

.ecommerce-packages .package-card.featured .package-name {
    color: white;
}

/* Compact Pricing */
.ecommerce-packages .package-pricing {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.ecommerce-packages .package-card.featured .package-pricing {
    background: rgba(255, 255, 255, 0.1);
}

/* Package Note Styling */
.ecommerce-packages .package-note {
    font-size: 0.85rem;
    color: #059669;
    background: #d1fae5;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
    border-left: 3px solid #10b981;
}

.ecommerce-packages .package-card.featured .package-note {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    border-left-color: rgba(255, 255, 255, 0.6);
}

/* Expand Toggle Button Styling */
.ecommerce-packages .expand-toggle {
    text-align: center;
    margin: 15px 0;
}

.ecommerce-packages .btn-tumunu-gor {
    background: none;
    border: 2px solid #e5e7eb;
    color: #6b7280;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ecommerce-packages .btn-tumunu-gor:hover {
    border-color: #3b82f6;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.05);
}

.ecommerce-packages .package-card.featured .btn-tumunu-gor {
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

.ecommerce-packages .package-card.featured .btn-tumunu-gor:hover {
    border-color: rgba(255, 255, 255, 0.6);
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

/* Additional Features Styling */
.ecommerce-packages .additional-features {
    margin-top: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.ecommerce-packages .additional-features ul {
    margin: 0;
    padding-top: 10px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.ecommerce-packages .package-card.featured .additional-features ul {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.ecommerce-packages .price-main {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e40af;
    margin-bottom: 8px;
}

.ecommerce-packages .package-card.featured .price-main {
    color: white;
}

.ecommerce-packages .price-old {
    font-size: 0.9rem;
    color: #9ca3af;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.ecommerce-packages .package-card.featured .price-old {
    color: rgba(255, 255, 255, 0.7);
}

.ecommerce-packages .price-monthly {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}

.ecommerce-packages .package-card.featured .price-monthly {
    color: rgba(255, 255, 255, 0.8);
}

/* Custom Pricing */
.ecommerce-packages .price-custom {
    font-size: 1.8rem;
    font-weight: 700;
    color: #7c3aed;
    margin-bottom: 5px;
}

.ecommerce-packages .price-contact {
    font-size: 0.85rem;
    color: #6b7280;
}

/* Compact Features List */
.ecommerce-packages .package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
}

.ecommerce-packages .package-features li {
    font-size: 0.95rem;
    color: #374151;
    margin-bottom: 10px;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.ecommerce-packages .package-card.featured .package-features li {
    color: rgba(255, 255, 255, 0.95);
}

/* Compact Buttons */
.ecommerce-packages .btn-teklif-al {
    display: inline-block;
    background: #3b82f6;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.ecommerce-packages .btn-teklif-al:hover {
    background: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
    color: white;
    text-decoration: none;
}

/* Featured Button */
.ecommerce-packages .btn-teklif-al.featured-btn {
    background: rgba(255, 255, 255, 0.9);
    color: #3b82f6;
}

.ecommerce-packages .btn-teklif-al.featured-btn:hover {
    background: white;
    color: #1e40af;
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

/* Enterprise Button */
.ecommerce-packages .btn-teklif-al.enterprise-btn {
    background: #7c3aed;
}

.ecommerce-packages .btn-teklif-al.enterprise-btn:hover {
    background: #6d28d9;
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .ecommerce-packages .packages-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
    }
    
    .ecommerce-packages .package-card.featured {
        transform: scale(1);
        order: -1;
    }
}

@media (max-width: 768px) {
    .ecommerce-packages {
        padding: 60px 0;
    }
    
    .ecommerce-packages .intro-title {
        font-size: 2rem;
    }
    
    .ecommerce-packages .package-card {
        padding: 25px 20px;
    }
    
    .ecommerce-packages .price-main {
        font-size: 2rem;
    }
}

/* Modern Services Section Styles */
.services-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 100px 0;
    position: relative;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(16, 185, 129, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.services-section .section-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    letter-spacing: -1px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Modern Service Cards */
.service-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px 35px;
    text-align: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: pointer;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #10b981, #f59e0b, #ef4444, #8b5cf6, #3b82f6);
    background-size: 300% 100%;
    animation: rainbowSlide 4s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.12),
        0 10px 25px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Service Icon Container */
.service-icon-container {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.service-icon-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    border-radius: 50%;
    opacity: 0.1;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon-container::before {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.2;
}

.service-icon {
    font-size: 3.5rem;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(-5deg);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}

/* Service Content */
.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 16px;
    transition: color 0.3s ease;
    letter-spacing: -0.3px;
}

.service-card:hover .service-title {
    color: #1e40af;
}

.service-description {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 25px;
    transition: color 0.3s ease;
}

.service-card:hover .service-description {
    color: #4b5563;
}

/* Service Platforms */
.service-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 30px;
}

.platform {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(59, 130, 246, 0.2);
    transition: all 0.3s ease;
}

.service-card:hover .platform {
    background: rgba(59, 130, 246, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

/* Service Link */
.service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    color: white;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
    gap: 8px;
}

.service-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.service-link:hover::before {
    left: 100%;
}

.service-link:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.4);
    color: white;
    text-decoration: none;
}

.link-arrow {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.service-link:hover .link-arrow {
    transform: translateX(3px);
}

/* Rainbow Animation */
@keyframes rainbowSlide {
    0% { background-position: 0% 0%; }
    100% { background-position: 300% 0%; }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .services-section .section-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: 80px 0;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .services-section .section-title {
        font-size: 2rem;
        margin-bottom: 50px;
    }
    
    .service-card {
        padding: 35px 25px;
    }
    
    .service-icon {
        font-size: 3rem;
    }
    
    .service-platforms {
        gap: 6px;
    }
    
    .platform {
        font-size: 0.75rem;
        padding: 4px 10px;
    }
}

/* Responsive Tasarim */
@media (max-width: 1024px) {
    .ecommerce-packages .packages-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto 50px;
    }
    
    .ecommerce-packages .package-card.featured {
        transform: scale(1);
    }
}

.packages-cta {
    text-align: center;
    padding: 50px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.packages-cta p {
    font-size: 1.2rem;
    color: #6b7280;
    margin-bottom: 25px;
    font-weight: 500;
}

.consultation-button {
    display: inline-block;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.consultation-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

/* Visual Match Services Section */
.modern-services-section {
    padding: 80px 0;
    background: #ffffff;
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-header .section-title {
    font-size: 2.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.services-header .section-subtitle {
    font-size: 1rem;
    color: #6b7280;
    max-width: 500px;
    margin: 0 auto;
}

.services-grid-visual {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.service-card-visual {
    background: white;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    display: flex;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.service-card-visual:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #e2e8f0;
}

.service-icon-box {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 16px;
    border-radius: 12px;
    flex-shrink: 0;
}

.service-icon-box.purple {
    background: linear-gradient(135deg, #e6e6fa, #ddd6fe);
}

.service-icon-box.blue {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
}

.service-content-visual {
    padding: 20px 20px 20px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-title-visual {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.service-desc-visual {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.4;
    margin-bottom: 16px;
    flex: 1;
}

.service-link-visual {
    font-size: 0.875rem;
    font-weight: 500;
    color: #8b5cf6;
    text-decoration: none;
    transition: all 0.2s ease;
}

.service-link-visual:hover {
    text-decoration: none;
    color: #7c3aed;
}

/* Sales Partner Section */
.sales-partner-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.partner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.partner-text {
    flex: 1;
}

.partner-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    position: relative;
}

.partner-title::before {
    content: '🤝';
    margin-right: 8px;
    font-size: 1.25rem;
}

.partner-description {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    max-width: 500px;
}

.partner-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.partner-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.partner-logo-img {
    max-width: 200px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partner-logo:hover .partner-logo-img {
    transform: scale(1.05);
}

/* Partner Section Responsive */
@media (max-width: 768px) {
    .sales-partner-section {
        padding: 40px 20px;
    }
    
    .partner-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .partner-title {
        font-size: 1.25rem;
    }
    
    .partner-description {
        font-size: 0.9rem;
        max-width: none;
    }
    
    .partner-logo {
        padding: 16px;
    }
    
    .partner-logo-img {
        max-width: 160px;
        max-height: 64px;
    }
}

/* Visual Match Responsive */
@media (max-width: 1024px) {
    .services-grid-visual {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .services-header .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .modern-services-section {
        padding: 60px 20px;
    }
    
    .services-grid-visual {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .services-header .section-title {
        font-size: 1.75rem;
    }
    
    .service-icon-box {
        width: 64px;
        height: 64px;
        margin: 12px;
    }
    
    .service-content-visual {
        padding: 16px 16px 16px 0;
    }
}

.consultation-button:hover::before {
    left: 100%;
}

.consultation-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(124, 58, 237, 0.4);
    background: linear-gradient(135deg, #6d28d9, #5b21b6);
}

/* Responsive Design for Packages Table */
@media (max-width: 768px) {
    .packages-table {
        margin: 0 -15px 60px;
        border-radius: 15px;
    }
    
    .pricing-table {
        font-size: 0.8rem;
        border-radius: 15px;
    }
    
    .pricing-table th,
    .pricing-table td {
        padding: 0;
    }
    
    .feature-column,
    .package-column {
        width: auto;
        min-width: 110px;
    }
    
    .package-column.professional {
        transform: scale(1);
    }
    
    .package-header {
        padding: 20px 10px 15px;
    }
    
    .package-header h3 {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }
    
    .package-header p {
        font-size: 0.7rem;
        margin-bottom: 12px;
    }
    
    .package-icon {
        font-size: 2rem;
        margin-bottom: 12px;
    }
    
    .price .amount {
        font-size: 1.6rem;
    }
    
    .price .currency {
        font-size: 0.9rem;
        margin-left: 4px;
    }
    
    .feature-name,
    .feature-value {
        padding: 12px 8px !important;
        font-size: 0.7rem;
        line-height: 1.2;
    }
    
    .package-button {
        padding: 10px 15px;
        font-size: 0.75rem;
        width: 92%;
        letter-spacing: 0.2px;
    }
    
    .packages-cta {
        padding: 25px 15px;
    }
    
    .consultation-button {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .featured-badge {
        font-size: 10px;
        padding: 6px 15px;
        top: -12px;
    }
}

/* Header Action Buttons Container */
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    margin-right: 30px !important;
    margin-left: -50px !important; /* Butonları sola kaydır */
    white-space: nowrap;
}

/* WhatsApp Button Styles */
.header-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: linear-gradient(135deg, #25d366, #20b954);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    z-index: 1000;
    letter-spacing: 0.3px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-whatsapp-btn:hover {
    background: linear-gradient(135deg, #20b954, #128c7e);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
    color: white;
    text-decoration: none;
}

.header-whatsapp-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s;
}

.header-whatsapp-btn:hover::before {
    left: 100%;
}

.header-whatsapp-btn .btn-text {
    margin-right: 8px;
}

.header-whatsapp-btn .btn-icon {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.header-whatsapp-btn:hover .btn-icon {
    transform: translateX(3px);
/* Mobile responsive for header actions */
@media (max-width: 768px) {
    .header-container {
        padding: 12px 20px; /* Mobilde daha fazla padding */
    }
    
    .header-actions {
        gap: 8px;
        margin-right: 50px; /* Mobilde daha fazla sola kaydır */
    }
    
    .header-quote-btn,
    .header-whatsapp-btn {
        padding: 10px 18px;
        font-size: 0.8rem;
    }
    
    .header-quote-btn .btn-text,
    .header-whatsapp-btn .btn-text {
        margin-right: 5px;
    }
    
    .header-quote-btn .btn-icon,
    .header-whatsapp-btn .btn-icon {
        font-size: 14px;
    }
}
    }
}

@media (max-width: 480px) {
    .header-container {
        padding: 10px 15px; /* Küçük mobilde daha kompakt */
    }
    
    .header-actions {
        gap: 6px;
        margin-right: 15px; /* Küçük mobilde de biraz boşluk bırak */
    }
    
    .header-quote-btn,
    .header-whatsapp-btn {
        padding: 8px 12px;
        font-size: 0.75rem;
    }
    
    .header-quote-btn .btn-text,
    .header-whatsapp-btn .btn-text {
        display: none; /* Sadece ikonları göster */
    }
    
    .header-quote-btn .btn-icon,
    .header-whatsapp-btn .btn-icon {
        margin: 0;
        font-size: 16px;
    }
}

/* HEADER LAYOUT FIX - MENU TO BUTTON SPACING */
.site-header .header-container .site-navigation {
    margin-left: -30px !important; /* Logoya yaklaştır */
    margin-right: -120px !important;
    justify-content: flex-start !important; /* Sola yasla */
}

.site-header .header-container .header-actions {
    margin-left: -80px !important;
    z-index: 1001 !important;
}

/* Menü mini yuvarlak (bullet) noktaları kaldırma */

/* Tüm menü maddeleri için liste işaretlerini kaldır */
.dropdown-menu li,
.dropdown-menu li ul li,
.dropdown-menu li ul,
.dropdown-menu ul,
.main-navigation li ul,
.main-navigation ul.dropdown-menu li,
.main-navigation ul.dropdown-menu,
#menu-item-72 ul li, /* Meta Reklam Yönetimi */
.menu-item-72 ul li,
#menu-item-33 ul li, /* Medya Tasarım */
.menu-item-33 ul li,
#menu-item-71 ul li, /* E-Ticaret Hizmetleri */
.menu-item-71 ul li,
.menu-item-has-children ul li {
    list-style: none !important;
    list-style-type: none !important;
    list-style-position: inside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-indent: 0 !important;
}

/* Tüm listeler için before/after pseudoelementleri kaldır */
.dropdown-menu li::before,
.dropdown-menu li::after,
.dropdown-menu li ul li::before,
.dropdown-menu li ul li::after,
.main-navigation li ul li::before,
.main-navigation li ul li::after,
.main-navigation ul.dropdown-menu li::before,
.main-navigation ul.dropdown-menu li::after,
#menu-item-72 ul li::before, /* Meta Reklam Yönetimi */
#menu-item-72 ul li::after,
.menu-item-72 ul li::before,
.menu-item-72 ul li::after,
#menu-item-33 ul li::before, /* Medya Tasarım */
#menu-item-33 ul li::after,
.menu-item-33 ul li::before,
.menu-item-33 ul li::after,
#menu-item-71 ul li::before, /* E-Ticaret Hizmetleri */
#menu-item-71 ul li::after,
.menu-item-71 ul li::before,
.menu-item-71 ul li::after,
.menu-item-has-children ul li::before,
.menu-item-has-children ul li::after {
    content: none !important;
    display: none !important;
}

/* Ek olarak tüm menü liste elementleri için */
ul.dropdown-menu,
ul.dropdown-menu ul,
.main-navigation ul,
.main-navigation ul ul {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Referanslar Sayfası Stilleri */

/* References Hero Section */
.references-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.references-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.references-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
}

.references-hero .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.references-hero .hero-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
    line-height: 1.6;
}

/* Client Logos Section */
.client-logos-section {
    padding: 80px 0;
    background: #f8fafc;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 500px;
    margin: 0 auto;
}

.client-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.logo-card {
    background: white;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.logo-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.company-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 5px;
    display: block;
}

.company-sector {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
}

/* Success Stories Section */
.success-stories-section {
    padding: 80px 0;
    background: white;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.story-card {
    background: white;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.story-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
}

.story-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.story-stats {
    margin-bottom: 25px;
}

.stat {
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-radius: 16px;
    margin-bottom: 20px;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
}

.story-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
}

.story-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
}

.story-sector {
    display: inline-block;
    background: #dbeafe;
    color: #1e40af;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: #f8fafc;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.quote-icon {
    font-size: 3rem;
    color: #e5e7eb;
    margin-bottom: 20px;
    line-height: 1;
}

.testimonial-text {
    font-size: 1.1rem;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.avatar-text {
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 5px;
}

.author-title {
    font-size: 0.9rem;
    color: #6b7280;
}

/* References CTA Section */
.references-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e40af, #3730a3);
    color: white;
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    padding: 15px 35px;
    background: white;
    color: #1e40af;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    color: #1e40af;
    text-decoration: none;
}

.cta-button .btn-text {
    margin-right: 10px;
}

.cta-button .btn-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.cta-button:hover .btn-icon {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .references-hero {
        padding: 80px 0 60px;
    }
    
    .references-hero .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .client-logos-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }
    
    .stories-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .story-card,
    .testimonial-card {
        padding: 25px;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .client-logos-section,
    .success-stories-section,
    .testimonials-section,
    .references-cta {
        padding: 60px 0;
    }
}

/* Teklif Al Form Sayfası Stilleri */

/* Quote Hero Section */
.quote-hero {
    background: linear-gradient(135deg, #1e3a8a 0%, #3730a3 100%);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.quote-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="quote-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23quote-pattern)"/></svg>');
    opacity: 0.5;
}

.quote-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
}

.quote-hero .hero-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.quote-hero .hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    line-height: 1.6;
}

/* Quote Form Section */
.quote-form-section {
    padding: 80px 0;
    background: #f8fafc;
}

.quote-form-section .container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    max-width: 1400px;
}

.form-wrapper {
    background: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.form-intro {
    margin-bottom: 40px;
    text-align: center;
}

.form-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-description {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
}

/* Form Styles */
.quote-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.required {
    color: #ef4444;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
    transform: translateY(-1px);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

/* Checkbox Styles */
.checkbox-group {
    margin-top: 10px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
    margin-right: 12px;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    accent-color: #3b82f6;
}

.checkbox-label a {
    color: #3b82f6;
    text-decoration: none;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

/* Submit Button */
.form-actions {
    margin-top: 20px;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    letter-spacing: 0.3px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
}

.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.submit-btn .btn-icon {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.submit-btn:hover .btn-icon {
    transform: translateX(3px);
}

/* Form Note */
.form-note {
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    background: #f0f9ff;
    border-radius: 12px;
    border-left: 4px solid #3b82f6;
}

.form-note p {
    color: #1e40af;
    font-size: 0.95rem;
    margin: 0;
}

.form-note a {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
}

.form-note a:hover {
    text-decoration: underline;
}

/* Form Sidebar */
.form-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-card,
.contact-card {
    background: white;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.info-card h3,
.contact-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    padding: 8px 0;
    color: #4b5563;
    font-size: 0.95rem;
    border-bottom: 1px solid #f3f4f6;
}

.features-list li:last-child {
    border-bottom: none;
}

.contact-info p {
    margin-bottom: 15px;
    color: #4b5563;
}

.contact-info strong {
    color: #1f2937;
}

.contact-info a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Success Message */
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 20px;
}

.success-content {
    background: white;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: successFadeIn 0.5s ease;
}

@keyframes successFadeIn {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}

.success-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.success-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #059669;
    margin-bottom: 15px;
}

.success-content p {
    color: #6b7280;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.close-btn {
    padding: 12px 30px;
    background: #059669;
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: #047857;
    transform: translateY(-1px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .quote-hero {
        padding: 100px 0 60px;
    }
    
    .quote-hero .hero-title {
        font-size: 2.2rem;
    }
    
    .quote-form-section .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .form-wrapper {
        padding: 30px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form-title {
        font-size: 1.8rem;
    }
    
    .submit-btn {
        padding: 16px 32px;
        font-size: 1rem;
    }
    
    .success-content {
        padding: 30px;
        margin: 20px;
    }
}

/* Mobile: hide header Teklif Al and WhatsApp buttons */
@media (max-width: 768px) {
    .header-actions .header-quote-btn,
    .header-actions .header-whatsapp-btn {
        display: none !important;
    }
}
