/*
Theme Name: Best Reklam v2
Theme URI: https://bestreklam.com.tr
Author: Best Reklam
Description: Best Reklam v2 - WordPress landing page theme (multi-page links & dynamic menu)
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: best-reklam
*/

/* CSS Reset ve Temel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #e74c3c;
    --primary-dark: #c0392b;
    --primary-light: #ff7f6e;
    --secondary: #2c3e50;
    --secondary-light: #34495e;
    --accent: #3498db;
    --accent-dark: #2980b9;
    --light: #f8f9fa;
    --dark: #343a40;
    --gray: #6c757d;
    --gray-light: #e9ecef;
    --success: #27ae60;
    --warning: #f39c12;
    --shadow: 0 4px 6px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
    --transition: all 0.3s ease;
    --border-radius: 8px;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--dark);
    background-color: var(--light);
    overflow-x: hidden;
    padding-top: 0;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-padding {
    padding: 80px 0;
}

/* Header Styles - GÜNCELLENDİ (BOŞLUĞU KALDIRILDI) */
header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: var(--transition);
    transform: translateY(0) !important;
    border-bottom: 3px solid var(--primary);
}

header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

/* Logo Tasarımı */
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: var(--transition);
}

.logo:hover {
    transform: translateY(-2px);
}

.logo-img {
    height: 45px;
    width: auto;
    transition: var(--transition);
}

.logo:hover .logo-img {
    transform: scale(1.05);
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin-left: 12px;
}

.logo-main {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary);
    letter-spacing: -0.5px;
    font-family: Arial, sans-serif;
}

.logo-sub {
    font-size: 10px;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: -2px;
    font-family: Arial, sans-serif;
}

.logo-main span {
    color: var(--primary);
    position: relative;
}

.logo-main span::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), transparent);
    border-radius: 2px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: var(--secondary);
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: var(--transition);
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--primary);
}

.contact-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-header a {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    border-radius: 20px;
    background: var(--gray-light);
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.contact-header a:hover {
    color: var(--primary);
    background: rgba(231, 76, 60, 0.1);
}

.ai-assistant-btn {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.ai-assistant-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--secondary);
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gray-light);
    transition: var(--transition);
}

.mobile-menu-btn:hover {
    background: rgba(231, 76, 60, 0.1);
    color: var(--primary);
}

/* MENÜ AYRIM ÇİZGİSİ */
.menu-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary));
    z-index: 1001;
    opacity: 0.8;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    z-index: 1001;
    transition: var(--transition);
    padding: 80px 30px 30px;
    display: flex;
    flex-direction: column;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu .nav-links {
    flex-direction: column;
    gap: 20px;
}

.mobile-menu .nav-links a {
    font-size: 18px;
    padding: 10px 0;
    font-family: Arial, sans-serif;
}

.mobile-contact {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--gray-light);
}

.mobile-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--secondary);
    text-decoration: none;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--secondary);
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gray-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.close-menu:hover {
    background: rgba(231, 76, 60, 0.1);
    color: var(--primary);
}

/* Hero Section - GÜNCELLENDİ (BOŞLUĞU KALDIRILDI) */
.hero {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.9), rgba(52, 73, 94, 0.9)), url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 120px 0 60px;
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
    font-family: Arial, sans-serif;
}

.hero p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
    font-family: Arial, sans-serif;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    border: 2px solid var(--primary);
    gap: 8px;
    font-family: Arial, sans-serif;
}

.btn:hover {
    background: transparent;
    color: white;
    transform: translateY(-2px);
}

.btn-whatsapp {
    background: #25D366;
    border-color: #25D366;
}

.btn-whatsapp:hover {
    background: transparent;
    color: #25D366;
}

/* Values Section */
.values {
    background: white;
    border-radius: 15px;
    box-shadow: var(--shadow-lg);
    margin-top: -50px;
    position: relative;
    z-index: 10;
    padding: 40px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--primary), var(--accent));
    border-radius: 2px;
}

.section-title p {
    color: var(--gray);
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
    font-family: Arial, sans-serif;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.value-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: var(--border-radius);
    transition: var(--transition);
    background: var(--light);
}

.value-item:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 25px;
    transition: var(--transition);
}

.value-item:hover .value-icon {
    transform: scale(1.1);
}

.value-item h3 {
    margin-bottom: 10px;
    color: var(--secondary);
    font-size: 1.3rem;
    font-family: Arial, sans-serif;
}

.value-item p {
    color: var(--gray);
    font-size: 0.95rem;
    font-family: Arial, sans-serif;
}

/* Categories Section */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.category-card {
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.category-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.category-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    opacity: 0;
    transition: var(--transition);
}

.category-card:hover .category-img::before {
    opacity: 1;
}

.category-content {
    padding: 25px;
    text-align: center;
}

.category-content h3 {
    margin-bottom: 15px;
    color: var(--secondary);
    font-size: 1.4rem;
    font-family: Arial, sans-serif;
}

.category-content p {
    color: var(--gray);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.category-link {
    display: inline-flex;
    align-items: center;
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    gap: 5px;
    font-family: Arial, sans-serif;
}

.category-link:hover {
    gap: 10px;
}

/* Contact Section */
.contact-info {
    background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
    color: white;
    text-align: center;
    padding: 60px 0;
}

.contact-info h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    font-family: Arial, sans-serif !important;
    font-weight: 700;
}

.contact-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.contact-item {
    padding: 25px 15px;
    background: rgba(255,255,255,0.1);
    border-radius: var(--border-radius);
    backdrop-filter: blur(10px);
    transition: var(--transition);
    font-family: Arial, sans-serif !important;
}

.contact-item:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.15);
}

.contact-item i {
    font-size: 35px;
    margin-bottom: 12px;
    color: var(--primary);
}

.contact-item h3 {
    margin-bottom: 12px;
    font-size: 1.2rem;
    font-family: Arial, sans-serif !important;
    font-weight: 600;
}

.contact-item p, .contact-item a {
    color: white;
    text-decoration: none;
    transition: var(--transition);
    font-family: Arial, sans-serif !important;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-item a:hover {
    color: var(--primary-light);
}

.map-container {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 3px solid var(--primary);
    max-width: 800px;
    margin: 0 auto;
    height: 350px;
}

/* Footer */
footer {
    background: linear-gradient(135deg, var(--dark), #2c2c2c);
    color: white;
    padding: 80px 0 30px;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--primary), var(--accent));
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.footer-column h3 {
    margin-bottom: 25px;
    font-size: 1.3rem;
    position: relative;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primary);
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
}

.footer-links a:hover {
    color: var(--primary);
    transform: translateX(5px);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: white;
    transition: var(--transition);
}

.social-links a:hover {
    background: var(--primary);
    transform: translateY(-3px);
}

.copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #bdc3c7;
    font-family: Arial, sans-serif;
}

.copyright a {
    color: var(--primary-light);
    text-decoration: none;
    font-family: Arial, sans-serif;
}

.copyright a:hover {
    text-decoration: underline;
}

/* Floating Buttons */
.live-support {
    position: fixed;
    bottom: 180px;
    right: 30px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.support-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
}

.support-button.phone {
    background: var(--primary);
}

.support-button.email {
    background: var(--accent);
}

.support-button:hover {
    transform: translateY(-3px) scale(1.1);
}

.support-button .tooltip {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    font-family: Arial, sans-serif;
}

.support-button:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.whatsapp-button {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: var(--shadow);
    transition: var(--transition);
    z-index: 999;
}

.whatsapp-button:hover {
    background: #128C7E;
    transform: translateY(-3px) scale(1.1);
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: var(--shadow);
    transition: var(--transition);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
}

/* CHATBOT STİLLERİ */
.chat-bot-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1002;
}

.chat-bot-button {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    cursor: pointer;
}

.chat-bot-button:hover {
    transform: translateY(-3px) scale(1.1);
}

.chat-bot-window {
    position: fixed;
    bottom: 100px;
    left: 30px;
    width: 400px;
    height: 600px;
    background: white;
    border-radius: 15px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--transition);
}

.chat-bot-window.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.chat-header {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    padding: 18px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    font-family: Arial, sans-serif;
}

.chat-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff9800, #ffeb3b, #4caf50, #2196f3, #9c27b0);
}

.chat-header .bot-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #ff6b6b, var(--primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(211, 47, 47, 0.3);
    position: relative;
    overflow: hidden;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.bot-icon::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.bot-icon .robot-face {
    width: 24px;
    height: 24px;
    position: relative;
}

.bot-icon .robot-eye {
    position: absolute;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    top: 8px;
    animation: blink 3s infinite;
}

.bot-icon .robot-eye.left {
    left: 4px;
}

.bot-icon .robot-eye.right {
    right: 4px;
}

.bot-icon .robot-mouth {
    position: absolute;
    width: 12px;
    height: 3px;
    background: white;
    border-radius: 2px;
    bottom: 6px;
    left: 6px;
    animation: talk 2s infinite;
}

@keyframes blink {
    0%, 45%, 55%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(0.1); }
}

@keyframes talk {
    0%, 100% { width: 12px; }
    50% { width: 8px; }
}

.close-chat {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

.close-chat:hover {
    background: rgba(255,255,255,0.3);
}

.chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #f9f9f9;
}

.message {
    max-width: 85%;
    padding: 12px 16px;
    border-radius: 18px;
    position: relative;
    line-height: 1.4;
    word-wrap: break-word;
    animation: messageAppear 0.3s ease-out;
    font-family: Arial, sans-serif;
}

@keyframes messageAppear {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bot-message {
    background: #ffebee;
    border: 1px solid #ffcdd2;
    align-self: flex-start;
    border-bottom-left-radius: 5px;
    color: #333;
}

.user-message {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 5px rgba(211, 47, 47, 0.2);
}

.options-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.option-btn {
    background: white;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 8px 12px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.85rem;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

.option-btn:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(211, 47, 47, 0.3);
}

.chat-input-container {
    padding: 15px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
    background: white;
}

.chat-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    outline: none;
    font-size: 14px;
    transition: border 0.3s;
    font-family: Arial, sans-serif;
}

.chat-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.2);
}

.send-button {
    background: var(--primary);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.send-button:hover {
    background: var(--primary-dark);
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.progress-bar {
    height: 4px;
    background: #e0e0e0;
    overflow: hidden;
}

.progress {
    height: 100%;
    background: linear-gradient(90deg, var(--primary), #ff9800);
    width: 0%;
    transition: width 0.5s;
}

.typing-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: #ffebee;
    border-radius: 18px;
    align-self: flex-start;
    margin-bottom: 10px;
    border: 1px solid #ffcdd2;
    color: #666;
    font-size: 0.9rem;
    font-family: Arial, sans-serif;
}

.typing-dots {
    display: flex;
    gap: 3px;
}

.typing-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
    animation: typing 1.4s infinite ease-in-out;
}

.typing-dots span:nth-child(1) { animation-delay: -0.32s; }
.typing-dots span:nth-child(2) { animation-delay: -0.16s; }

@keyframes typing {
    0%, 80%, 100% { transform: scale(0.8); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

.measurement-form {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.measurement-form h4 {
    margin-bottom: 10px;
    color: var(--primary);
    font-size: 0.9rem;
    font-family: Arial, sans-serif;
}

.measurement-form input, .measurement-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9rem;
    font-family: Arial, sans-serif;
}

.submit-btn {
    background: var(--primary);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
    transition: background 0.3s;
    width: 100%;
    font-family: Arial, sans-serif;
}

.submit-btn:hover {
    background: var(--primary-dark);
}

.whatsapp-btn {
    display: block;
    background: #25D366;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.quick-access {
    display: flex;
    gap: 8px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.quick-btn {
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    padding: 6px 10px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.75rem;
    font-family: Arial, sans-serif;
}

.quick-btn:hover {
    background: #e0e0e0;
    transform: translateY(-1px);
}

.experience-badge {
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: white;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    margin-left: auto;
    font-family: Arial, sans-serif;
}

/* Scrollbar stilleri */
.chat-messages::-webkit-scrollbar {
    width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.chat-messages::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 3px;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

.ai-pulse {
    animation: aiPulse 2s ease-in-out infinite;
}

@keyframes aiPulse {
    0% { box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(211, 47, 47, 0); }
    100% { box-shadow: 0 0 0 0 rgba(211, 47, 47, 0); }
}

/* Scroll animasyonları */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-in-left.active {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-in-right.active {
    opacity: 1;
    transform: translateX(0);
}

/* Pulse efekti */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.pulse {
    animation: pulse 2s infinite;
}

/* Admin bar için düzeltme - WordPress admin bar'ı varsa */
.admin-bar header {
    top: 32px !important;
}

.admin-bar .hero {
    padding-top: 152px; /* 120px + 32px */
}

@media (max-width: 782px) {
    .admin-bar header {
        top: 46px !important;
    }
    
    .admin-bar .hero {
        padding-top: 166px !important; /* 120px + 46px */
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }
    
    .nav-links,
    .contact-header {
        display: none;
    }

    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-text {
        flex-direction: row;
        align-items: baseline;
        gap: 5px;
    }

    .logo-sub {
        font-size: 9px;
        margin-top: 0;
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .live-support,
    .whatsapp-button,
    .back-to-top,
    .chat-bot-container {
        right: 20px;
        left: auto;
    }

    .chat-bot-window {
        left: 20px;
        width: calc(100vw - 40px);
        max-width: 350px;
        height: 500px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }
    
    .hero {
        padding: 100px 0 50px !important;
        min-height: 50vh !important;
    }

    .hero h1 {
        font-size: 1.9rem;
    }

    .hero p {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 300px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .values {
        margin-top: -30px;
    }

    .live-support,
    .whatsapp-button,
    .back-to-top,
    .chat-bot-container {
        right: 15px;
    }

    .chat-bot-window {
        left: 15px;
        bottom: 90px;
        height: 450px;
    }

    /* Mobile için iletişim bölümü ayarları */
    .contact-info {
        padding: 40px 0;
    }

    .contact-info h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .contact-details {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .map-container {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 540px;
        padding: 0 15px;
    }
    
    .hero {
        padding: 90px 0 40px !important;
        min-height: 45vh !important;
    }

    .hero h1 {
        font-size: 1.7rem;
    }

    .section-title h2 {
        font-size: 1.8rem;
    }

    .logo-img {
        height: 40px;
    }

    .logo-main {
        font-size: 18px;
    }

    .logo-sub {
        font-size: 8px;
    }

    .values-grid,
    .categories-grid,
    .contact-details,
    .footer-content {
        grid-template-columns: 1fr;
    }

    .mobile-menu {
        width: 280px;
    }

    .live-support {
        bottom: 150px;
    }

    .whatsapp-button {
        bottom: 80px;
    }

    .back-to-top {
        bottom: 20px;
    }

    .chat-bot-container {
        bottom: 20px;
    }

    .chat-bot-button {
        width: 50px;
        height: 50px;
    }

    .chat-bot-window {
        bottom: 80px;
        height: 400px;
    }

    /* Mobile için iletişim bölümü ayarları */
    .contact-info {
        padding: 30px 0;
    }

    .contact-info h2 {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }

    .contact-item {
        padding: 20px 15px;
    }

    .contact-item i {
        font-size: 30px;
    }

    .map-container {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.5rem;
    }
    
    .hero p {
        font-size: 0.9rem;
    }
    
    .btn {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .section-title h2 {
        font-size: 1.6rem;
    }
    
    .section-title p {
        font-size: 1rem;
    }
    
    .value-item, .category-card {
        padding: 25px 15px;
    }
    
    .footer-column h3 {
        font-size: 1.2rem;
    }

    /* Mobile için iletişim bölümü ayarları */
    .contact-info h2 {
        font-size: 1.4rem;
    }

    .contact-item h3 {
        font-size: 1.1rem;
    }

    .contact-item p, .contact-item a {
        font-size: 0.9rem;
    }
}
/* BEST AI CHATBOT STİLLERİ */
.chat-bot-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1002;
}

.chat-bot-button {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.chat-bot-button:hover {
    transform: translateY(-3px) scale(1.1);
}

/* ... DİĞER TÜM CHATBOT CSS KODLARI ... */
/* BEST AI CHATBOT STİLLERİ */
.chat-bot-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1002;
}

.chat-bot-button {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.chat-bot-button:hover {
    transform: translateY(-3px) scale(1.1);
}

.chat-bot-window {
    position: fixed;
    bottom: 100px;
    left: 30px;
    width: 400px;
    height: 600px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.chat-bot-window.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.chat-header {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 18px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    font-family: Arial, sans-serif;
}

.chat-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff9800, #ffeb3b, #4caf50, #2196f3, #9c27b0);
}

.chat-header .bot-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #ff6b6b, #e74c3c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(211, 47, 47, 0.3);
    position: relative;
    overflow: hidden;
    animation: pulse 2s infinite;
}

.bot-icon::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.bot-icon .robot-face {
    width: 24px;
    height: 24px;
    position: relative;
}

.bot-icon .robot-eye {
    position: absolute;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    top: 8px;
    animation: blink 3s infinite;
}

.bot-icon .robot-eye.left {
    left: 4px;
}

.bot-icon .robot-eye.right {
    right: 4px;
}

.bot-icon .robot-mouth {
    position: absolute;
    width: 12px;
    height: 3px;
    background: white;
    border-radius: 2px;
    bottom: 6px;
    left: 6px;
    animation: talk 2s infinite;
}

@keyframes blink {
    0%, 45%, 55%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(0.1); }
}

@keyframes talk {
    0%, 100% { width: 12px; }
    50% { width: 8px; }
}

.close-chat {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-chat:hover {
    background: rgba(255,255,255,0.3);
}

.chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #f9f9f9;
}

.message {
    max-width: 85%;
    padding: 12px 16px;
    border-radius: 18px;
    position: relative;
    line-height: 1.4;
    word-wrap: break-word;
    animation: messageAppear 0.3s ease-out;
    font-family: Arial, sans-serif;
}

@keyframes messageAppear {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bot-message {
    background: #ffebee;
    border: 1px solid #ffcdd2;
    align-self: flex-start;
    border-bottom-left-radius: 5px;
    color: #333;
}

.user-message {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 5px rgba(211, 47, 47, 0.2);
}

.options-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.option-btn {
    background: white;
    border: 1px solid #e74c3c;
    color: #e74c3c;
    padding: 8px 12px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.85rem;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

.option-btn:hover {
    background: #e74c3c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(211, 47, 47, 0.3);
}

.chat-input-container {
    padding: 15px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
    background: white;
}

.chat-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    outline: none;
    font-size: 14px;
    transition: border 0.3s;
    font-family: Arial, sans-serif;
}

.chat-input:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.2);
}

.send-button {
    background: #e74c3c;
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.send-button:hover {
    background: #c0392b;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.progress-bar {
    height: 4px;
    background: #e0e0e0;
    overflow: hidden;
}

.progress {
    height: 100%;
    background: linear-gradient(90deg, #e74c3c, #ff9800);
    width: 0%;
    transition: width 0.5s;
}

.whatsapp-btn {
    display: block;
    background: #25D366;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.ai-pulse {
    animation: aiPulse 2s ease-in-out infinite;
}

@keyframes aiPulse {
    0% { box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(211, 47, 47, 0); }
    100% { box-shadow: 0 0 0 0 rgba(211, 47, 47, 0); }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .chat-bot-container {
        bottom: 20px;
        left: 15px;
    }
    
    .chat-bot-button {
        width: 55px;
        height: 55px;
    }
    
    .chat-bot-window {
        left: 15px;
        right: 15px;
        bottom: 85px;
        width: calc(100vw - 30px);
        height: 65vh;
        max-height: 500px;
    }
}
/* ===== BEST AI ASİSTANI STİLLERİ ===== */

.best-ai-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 10000;
}

.best-ai-button {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(231, 76, 60, 0.5);
    transition: all 0.3s ease;
    border: none;
    animation: bestAiPulse 2s infinite;
}

.best-ai-button:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.7);
}

@keyframes bestAiPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.best-ai-window {
    position: fixed;
    bottom: 120px;
    left: 30px;
    width: 380px;
    height: 500px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    border: 2px solid #e74c3c;
}

.best-ai-window.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.best-ai-header {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 13px 13px 0 0;
    font-weight: bold;
}

.best-ai-header .best-ai-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.best-ai-close {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: all 0.3s ease;
}

.best-ai-close:hover {
    background: rgba(255,255,255,0.3);
    transform: rotate(90deg);
}

.best-ai-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.best-ai-message {
    max-width: 85%;
    padding: 12px 16px;
    border-radius: 18px;
    line-height: 1.4;
    word-wrap: break-word;
    font-size: 14px;
    animation: bestAiMessageAppear 0.3s ease-out;
}

@keyframes bestAiMessageAppear {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.best-ai-bot {
    background: white;
    border: 1px solid #e0e0e0;
    align-self: flex-start;
    color: #333;
    border-bottom-left-radius: 5px;
}

.best-ai-user {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 5px rgba(231, 76, 60, 0.2);
}

.best-ai-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.best-ai-option {
    background: white;
    border: 1px solid #e74c3c;
    color: #e74c3c;
    padding: 8px 12px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.best-ai-option:hover {
    background: #e74c3c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(231, 76, 60, 0.3);
}

.best-ai-input-container {
    padding: 15px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    gap: 10px;
    background: white;
    border-radius: 0 0 13px 13px;
}

.best-ai-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    outline: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.best-ai-input:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.1);
}

.best-ai-send {
    background: #e74c3c;
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 16px;
}

.best-ai-send:hover {
    background: #c0392b;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.best-ai-whatsapp {
    display: block;
    background: #25D366;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.best-ai-whatsapp:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* BEST AI Mobile Responsive */
@media (max-width: 768px) {
    .best-ai-container {
        bottom: 20px;
        left: 20px;
    }
    
    .best-ai-button {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .best-ai-window {
        left: 20px;
        right: 20px;
        bottom: 100px;
        width: auto;
        height: 60vh;
        max-height: 400px;
    }
    
    .best-ai-message {
        max-width: 90%;
        font-size: 13px;
        padding: 10px 14px;
    }
    
    .best-ai-option {
        font-size: 11px;
        padding: 6px 10px;
    }
}

@media (max-width: 480px) {
    .best-ai-container {
        bottom: 15px;
        left: 15px;
    }
    
    .best-ai-button {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
    
    .best-ai-window {
        left: 15px;
        right: 15px;
        bottom: 90px;
        height: 55vh;
    }
    
    .best-ai-messages {
        padding: 15px;
    }
}

/* BEST AI Scrollbar Stili */
.best-ai-messages::-webkit-scrollbar {
    width: 6px;
}

.best-ai-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.best-ai-messages::-webkit-scrollbar-thumb {
    background: #e74c3c;
    border-radius: 3px;
}

.best-ai-messages::-webkit-scrollbar-thumb:hover {
    background: #c0392b;
}
/* ==== AKAN YAZI (MARQUEE) - HAREKETLİ HALE GETİR ==== */
.marquee-section {
    background: #e74c3c;
    color: white;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    margin-top: 85px; /* header yüksekliği kadar boşluk */
    z-index: 999;
    font-weight: 600;
}

.marquee-container {
    display: flex;
    width: 200%; /* iki tane içerik yan yana */
    animation: marquee 25s linear infinite;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
    flex-shrink: 0;
    width: 100%;
    padding-right: 50px;
}

.marquee-content i {
    font-size: 1.3rem;
    animation: pulse 1.5s infinite;
}

@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* Mobil için hızı biraz yavaşlatalım */
@media (max-width: 768px) {
    .marquee-container {
        animation-duration: 35s;
    }
}
 sen duzenle tum kodu tekrar ver