/* Görkem Erol Mimarlık Referans Tasarım */

/* ============================================
   EN ÜSTTE - CHAT BUTONU KESİNLİKLE GÖRÜNÜR - ESKİ HAL (SAĞ ALT, YUVARLAK)
   ============================================ */
/* Bu kural EN ÜSTTE olmalı - hiçbir şey butonu gizleyemez */
#mesajButonu,
.mesaj-butonu,
div#mesajButonu,
div.mesaj-butonu,
[id*="mesajButonu"],
[class*="mesaj-butonu"],
body #mesajButonu,
body .mesaj-butonu,
html #mesajButonu,
html .mesaj-butonu,
footer ~ #mesajButonu,
footer ~ .mesaj-butonu,
body > #mesajButonu,
body > .mesaj-butonu,
* #mesajButonu,
* .mesaj-butonu {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    left: auto !important;
    background: #C19A6B !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(193, 154, 107, 0.4) !important;
    z-index: 999999 !important;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: auto !important;
    box-sizing: border-box !important;
}

#mesajButonu .mesaj-butonu-text,
.mesaj-butonu .mesaj-butonu-text {
    display: none !important;
}

#mesajButonu svg,
.mesaj-butonu svg {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-shrink: 0 !important;
}

:root {
    --primary-black: #000000;
    --primary-white: #ffffff;
    --text-gray: #666666;
    --text-light: #999999;
    --border-gray: #e5e5e5;
    --spacing-unit: 1rem;
    --font-primary: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

body {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    background: #f5f5f5;
    overflow-x: hidden;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    cursor: auto;
}

body * {
    cursor: auto;
}

a, button, input[type="submit"], input[type="button"], textarea, select {
    cursor: pointer;
}

html {
    height: 100%;
}

/* ============================================
   YENİ CHAT BUTONU - MESAJ BUTONU - KESİNLİKLE GÖRÜNÜR
   ============================================ */
/* Yeni chat butonu - SOL TARAFTA HER ZAMAN görünür */
#mesajButonu,
.mesaj-butonu,
div#mesajButonu,
div.mesaj-butonu,
[id*="mesajButonu"],
[class*="mesaj-butonu"],
body #mesajButonu,
body .mesaj-butonu,
html #mesajButonu,
html .mesaj-butonu,
footer ~ #mesajButonu,
footer ~ .mesaj-butonu,
body > #mesajButonu,
body > .mesaj-butonu {
    position: fixed !important;
    bottom: 30px !important;
    left: 30px !important;
    background: #C19A6B !important;
    color: #ffffff !important;
    width: auto !important;
    min-width: 180px !important;
    height: 50px !important;
    border-radius: 25px !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(193, 154, 107, 0.4) !important;
    z-index: 999999 !important;
    transition: all 0.3s ease !important;
    overflow: visible !important;
    pointer-events: auto !important;
    margin: 0 !important;
    padding: 0 20px !important;
    gap: 10px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

#mesajButonu:hover,
.mesaj-butonu:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(193, 154, 107, 0.6) !important;
    background: #D4B896 !important;
}

#mesajButonu svg,
.mesaj-butonu svg {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-shrink: 0 !important;
}

.mesaj-butonu-text {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    color: #ffffff !important;
}

/* ============================================
   ESKİ CHAT BUTONU - GERİYE DÖNÜK UYUMLULUK
   ============================================ */
.chat-button,
#chatButton,
div.chat-button,
div#chatButton,
[class*="chat-button"],
[id*="chatButton"],
body .chat-button,
body #chatButton,
html .chat-button,
html #chatButton,
footer ~ .chat-button,
footer ~ #chatButton,
body > .chat-button,
body > #chatButton {
    position: fixed !important;
    bottom: 30px !important;
    left: 30px !important;
    background: #C19A6B !important;
    color: #ffffff !important;
    width: auto !important;
    min-width: 180px !important;
    height: 50px !important;
    border-radius: 25px !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(193, 154, 107, 0.4) !important;
    z-index: 999999 !important;
    transition: all 0.3s ease !important;
    overflow: visible !important;
    pointer-events: auto !important;
    margin: 0 !important;
    padding: 0 20px !important;
    gap: 10px !important;
}

.chat-button:hover,
#chatButton:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(193, 154, 107, 0.6) !important;
    background: #D4B896 !important;
}

.chat-button svg,
#chatButton svg {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-shrink: 0 !important;
}

.chat-button-text {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    color: #ffffff !important;
}

/* Header - Minimal */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #2d2d2d !important; /* Antracit */
    z-index: 1000;
    padding: 0.75rem 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(184, 115, 51, 0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}


header.scrolled {
    padding: 0.75rem 0;
    border-bottom-color: rgba(193, 154, 107, 0.3);
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    background: #2d2d2d !important; /* Antracit */
}

nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
    width: 100%;
}

/* Scrollbar gizleme - mobil için */
nav::-webkit-scrollbar {
    display: none;
}

nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

nav ul {
    list-style: none;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: nowrap !important;
    width: 100%;
}

nav ul li {
    flex: 0 1 auto;
    min-width: 0;
    position: relative;
}

nav ul li.has-submenu {
    position: relative;
}

nav ul li.has-submenu .submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #2c2c2c;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateX(-50%) translateY(-10px);
    z-index: 1000;
    margin-top: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    list-style: none;
    padding: 0.5rem 0;
}

nav ul li.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

nav ul li.has-submenu .submenu li {
    flex: none;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

nav ul li.has-submenu .submenu a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    white-space: nowrap;
}

nav ul li.has-submenu .submenu a:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.75rem;
}

nav ul li.has-submenu .submenu li:last-child a {
    border-bottom: none;
}

nav a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: all 0.3s ease !important;
    position: relative;
    background: transparent !important;
    padding: 0.4rem 0 !important;
    flex: 0 1 auto;
    min-width: 0;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: all 0.3s ease;
}

nav a {
    cursor: pointer !important; /* Normal link cursor */
}

nav a:hover {
    color: #ffffff !important;
    background: transparent !important;
    text-decoration: none !important;
    animation: shake 0.5s ease-in-out !important; /* Titreme efekti */
}

nav a:hover::after {
    width: 100%;
    transform: translateX(-50%) scaleX(1);
}

/* Ok işareti kaldırıldı - artık gösterilmiyor */
nav a:hover::before {
    content: none !important;
    display: none !important;
}

/* Titreme animasyonu */
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-2px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(2px);
    }
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
    background: #f5f5f5;
}

body.iletisim-page .container {
    background: #2c2c2c !important;
    max-width: 1400px !important;
    padding: 0 1.5rem !important;
}

/* Hero Section - Full Width */
.hero-section {
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #f5f5f5;
    position: relative;
    margin-top: 100px;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    flex: 1;
}

.hero-slider {
    position: relative;
    width: 100%;
    min-height: 80vh;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-slide.active {
    opacity: 1;
    position: absolute;
}

.hero-slices {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    pointer-events: none;
}

.hero-slices .slice {
    background: var(--bg) center/cover no-repeat;
    background-size: 600% 100%;
    background-position-x: calc((var(--i) - 1) * -100%);
    filter: brightness(0.95);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.55), rgba(0,0,0,0.25));
}

.hero-caption {
    position: relative;
    text-align: center;
    color: #ffffff;
    padding: 0 1.5rem;
    max-width: 900px;
    z-index: 1;
}

.hero-caption h1 {
    font-size: clamp(2.5rem, 6vw, 4.2rem);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1.2rem;
}

.hero-caption p {
    font-size: 1.1rem;
    letter-spacing: 0.3px;
    line-height: 1.7;
    color: rgba(255,255,255,0.9);
}

.hero-dots {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

.hero-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.45);
    border: 1px solid rgba(255,255,255,0.6);
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero-dots .dot.active {
    background: #f5f5f5;
    opacity: 1;
    transform: scale(1.15);
}

.hero-title {
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 2rem;
    color: var(--primary-black);
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--text-gray);
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 3rem;
}

/* Content Sections */
.content-section {
    padding: 8rem 0;
    width: 100%;
    background: #f5f5f5;
    color: #000000;
    flex: 1;
}

body.iletisim-page .content-section,
body.projeler-page .content-section,
body.hizmetlerimiz-page .content-section,
body.ekibimiz-page .content-section {
    background: #2c2c2c !important;
    color: #ffffff !important;
}

.section-title {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
    text-align: center;
}

/* Grid Layout */
.grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.grid-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #f5f5f5;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

/* Text Content */
.text-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-gray);
}

.text-content p {
    margin-bottom: 1.5rem;
}

/* Forms */
.contact-form {
    max-width: 600px;
}

.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-black);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem 0;
    border: none;
    border-bottom: 1px solid var(--border-gray);
    font-size: 1rem;
    font-family: inherit;
    background: transparent;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-bottom-color: var(--primary-black);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 1rem 3rem;
    background: var(--primary-black);
    color: var(--primary-white);
    text-decoration: none;
    border: 1px solid var(--primary-black);
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn:hover {
    background: transparent;
    color: var(--primary-black);
}

.btn-outline {
    background: transparent;
    color: var(--primary-black);
}

.btn-outline:hover {
    background: var(--primary-black);
    color: var(--primary-white);
}

/* Map */
.map-container {
    width: 100%;
    height: 500px;
    margin-top: 3rem;
    border: 1px solid var(--border-gray);
}

.map-links {
    margin-top: 2rem;
    padding: 2rem 0;
    border-top: 1px solid var(--border-gray);
}

.map-links p {
    margin-bottom: 1rem;
    font-weight: 500;
    color: var(--primary-black);
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.map-links a {
    color: var(--primary-black);
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background: transparent;
    border: 1px solid var(--border-gray);
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.map-links a:hover {
    background: var(--primary-black);
    color: var(--primary-white);
    border-color: var(--primary-black);
}

/* Footer */
footer {
    padding: 4rem 0;
    text-align: center;
    border-top: 1px solid var(--border-gray);
    margin-top: auto;
    background: #f5f5f5;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.footer-company-name {
    font-size: 0.85rem;
    color: #666666;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin: 0;
}

.social-link {
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #000000;
    animation: wiggle 0.35s ease;
}

@keyframes wiggle {
    0% { transform: translateY(-2px) rotate(0deg); }
    30% { transform: translateY(-2px) rotate(-2deg); }
    60% { transform: translateY(-2px) rotate(2deg); }
    100% { transform: translateY(-2px) rotate(0deg); }
}

/* ============================================
   CONTACT PAGE - MODERN DESIGN
   ============================================ */

/* Contact Info & Map Side by Side */
.contact-info-map-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin: 3rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info-simple {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.contact-info-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1;
}

.contact-map-section-modern {
    width: 100%;
    height: 100%;
    min-height: 500px;
    scroll-margin-top: 100px;
}

.contact-map-container-modern {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid #e0e0e0;
}

.contact-map-container-modern iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
    display: block;
}

/* Contact Cards Grid (2x2) */
.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 4rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2c3e50, #34495e);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.contact-card:hover::before {
    transform: scaleX(1);
}

.card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f5f5f5, #e8e8e8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    transition: all 0.3s ease;
}

.contact-card:hover .card-icon {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: #ffffff;
    transform: scale(1.1);
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.75rem;
}

.card-content {
    font-size: 0.95rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.card-link {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.2s ease;
    border-bottom: 1px solid transparent;
}

.card-link:hover {
    color: #34495e;
    border-bottom-color: #34495e;
}

/* Modern Alert Messages */
.alert {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    animation: slideInFromTop 0.5s ease-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.alert-error {
    background: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

.alert svg {
    flex-shrink: 0;
}

/* Contact Form & Social Media Wrapper */
.contact-form-social-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin: 4rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form-modern {
    background: #ffffff;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

/* Modern Form with Floating Labels */
.modern-contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row-modern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group-modern {
    position: relative;
}

.form-group-modern input,
.form-group-modern textarea {
    width: 100%;
    padding: 1rem 0.75rem 0.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    background: #ffffff;
    color: #2c3e50;
    transition: all 0.3s ease;
    outline: none;
}

.form-group-modern input:focus,
.form-group-modern textarea:focus {
    border-color: #2c3e50;
    box-shadow: 0 0 0 4px rgba(44, 62, 80, 0.1);
}

.form-group-modern label {
    position: absolute;
    left: 0.75rem;
    top: 1rem;
    font-size: 1rem;
    color: #999999;
    pointer-events: none;
    transition: all 0.3s ease;
    font-weight: 400;
}

.form-group-modern input:focus + label,
.form-group-modern input:not(:placeholder-shown) + label,
.form-group-modern textarea:focus + label,
.form-group-modern textarea:not(:placeholder-shown) + label {
    top: -0.5rem;
    left: 0.5rem;
    font-size: 0.75rem;
    color: #2c3e50;
    background: #ffffff;
    padding: 0 0.5rem;
    font-weight: 600;
}

.form-group-modern textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 1.5rem;
}

.form-group-modern textarea:focus + label,
.form-group-modern textarea:not(:placeholder-shown) + label {
    top: -0.5rem;
}

.required {
    color: #dc3545;
}

/* Drag & Drop File Upload */
.file-upload-wrapper {
    position: relative;
}

.file-input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.file-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    border: 2px dashed #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    gap: 0.5rem;
}

.file-label:hover {
    border-color: #2c3e50;
    background: #f5f5f5;
}

.file-label svg {
    color: #999999;
    transition: color 0.3s ease;
}

.file-label:hover svg {
    color: #2c3e50;
}

.file-text {
    font-size: 0.95rem;
    color: #2c3e50;
    font-weight: 500;
}

.file-hint {
    font-size: 0.8rem;
    color: #999999;
}

.file-input:focus + .file-label {
    border-color: #2c3e50;
    box-shadow: 0 0 0 4px rgba(44, 62, 80, 0.1);
}

/* Modern Submit Button */
.btn-submit-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.2);
}

.btn-submit-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.3);
    background: linear-gradient(135deg, #34495e, #2c3e50);
}

.btn-submit-modern:active {
    transform: translateY(0);
}

.btn-submit-modern svg {
    transition: transform 0.3s ease;
}

.btn-submit-modern:hover svg {
    transform: translateX(4px);
}

/* Social Media Section */
.social-media-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 3rem;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.social-subtitle {
    font-size: 0.95rem;
    color: #666666;
    margin-bottom: 2rem;
}

.social-icons-modern {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.social-icon-modern {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    color: #2c3e50;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.social-icon-modern:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #2c3e50;
    color: #ffffff;
}

.social-icon-modern svg {
    flex-shrink: 0;
}

.social-icon-modern span {
    font-weight: 500;
}

/* Trust & Corporate Section */
.trust-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 4rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.trust-item {
    text-align: center;
    color: #ffffff;
}

.trust-item svg {
    margin-bottom: 1rem;
    color: #ffffff;
    opacity: 0.9;
}

.trust-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}

/* Modern Map Section - Side by Side Layout */
.contact-info-map-wrapper .contact-map-section-modern {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    scroll-margin-top: 100px;
}

.contact-info-map-wrapper .contact-map-container-modern {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid #e0e0e0;
}

.contact-info-map-wrapper .contact-map-container-modern iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
    display: block;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes slideInFromTop {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-form-social-wrapper {
        grid-template-columns: 1fr;
    }
    
    .contact-cards-grid {
        grid-template-columns: 1fr;
    }
    
    .trust-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        min-height: 300px;
        padding: 100px 1rem 60px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .contact-form-modern,
    .social-media-section {
        padding: 2rem;
    }
    
    .form-row-modern {
        grid-template-columns: 1fr;
    }
    
    .contact-map-container-modern iframe {
        height: 300px;
    }
    
    /* Hakkımızda Sayfası - Tablet ve Mobil */
    body.hakkimizda-page .content-section {
        padding: 3rem 0 !important;
        min-height: auto;
    }
    
    body.hakkimizda-page .page-content {
        padding: 3rem 1rem !important;
        flex-direction: column !important;
        gap: 2rem !important;
    }
    
    .hakkimizda-social-buttons {
        flex-direction: row !important;
        justify-content: center !important;
        position: static !important;
        top: auto !important;
    }
    
    body.iletisim-page .content-section {
        padding: 3rem 0 !important;
    }
    
    body.iletisim-page .page-content {
        padding: 3rem 1rem !important;
    }
    
    body.hakkimizda-page .content-section::before {
        left: 1rem;
        font-size: clamp(1.5rem, 3vw, 2.5rem);
    }
    
    body.hakkimizda-page .company-title {
        font-size: clamp(1.1rem, 4vw, 1.4rem) !important;
        margin-bottom: 1.5rem !important;
    }
    
    body.hakkimizda-page .about-section {
        margin-bottom: 1.5rem !important;
    }
    
    body.hakkimizda-page .about-section p {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }
    
    body.hakkimizda-page .about-section:first-child p {
        font-size: 0.95rem !important;
    }
    
    body.hakkimizda-page .about-quote {
        margin: 2rem 0 !important;
        padding: 1.5rem 1rem !important;
    }
    
    body.hakkimizda-page .about-quote blockquote {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    
    body.hakkimizda-page .about-quote cite {
        font-size: 0.8rem !important;
        margin-top: 0.75rem !important;
    }
    
    body.hakkimizda-page .about-quote::before {
        font-size: 3rem !important;
        top: 1rem !important;
        left: 1rem !important;
    }
}

/* Mobil Cihazlar - iPhone ve Küçük Android */
@media (max-width: 480px) {
    nav {
        padding: 0 0.3rem !important;
        overflow-x: visible !important;
    }
    
    nav ul {
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        gap: 0.15rem !important;
        justify-content: space-between !important;
        width: 100% !important;
        min-width: auto !important;
        display: flex !important;
    }
    
    nav a {
        font-size: 0.55rem !important;
        white-space: nowrap;
        padding: 0.25rem 0.05rem !important;
        flex: 1 1 auto;
        text-align: center;
        letter-spacing: 0px !important;
        min-width: 0;
    }
    
    body.hakkimizda-page .content-section {
        padding: 2rem 0 !important;
    }
    
    body.hakkimizda-page .page-content {
        padding: 2rem 1rem !important;
        flex-direction: column !important;
        gap: 2rem !important;
    }
    
    .hakkimizda-social-buttons {
        flex-direction: row !important;
        justify-content: center !important;
        position: static !important;
        top: auto !important;
    }
    
    body.hakkimizda-page .container,
    body.iletisim-page .container {
        padding: 0 1rem !important;
    }
    
    body.iletisim-page .content-section {
        padding: 2rem 0 !important;
    }
    
    body.iletisim-page .page-content {
        padding: 2rem 1rem !important;
    }
    
    body.projeler-page .content-section,
    body.hizmetlerimiz-page .content-section,
    body.ekibimiz-page .content-section {
        padding: 2rem 0 !important;
    }
    
    body.projeler-page .page-content,
    body.hizmetlerimiz-page .page-content,
    body.ekibimiz-page .page-content {
        padding: 2rem 1rem !important;
    }
    
    .architectural-sidebar {
        display: none;
    }
    
    body.hakkimizda-page .company-title {
        font-size: clamp(1rem, 5vw, 1.3rem) !important;
        margin-bottom: 1.25rem !important;
    }
    
    body.hakkimizda-page .about-section {
        margin-bottom: 1.25rem !important;
    }
    
    body.hakkimizda-page .about-section p {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
    }
    
    body.hakkimizda-page .about-section:first-child p {
        font-size: 0.9rem !important;
    }
    
    body.hakkimizda-page .about-quote {
        margin: 1.5rem 0 !important;
        padding: 1.25rem 0.75rem !important;
    }
    
    body.hakkimizda-page .about-quote blockquote {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }
    
    body.hakkimizda-page .about-quote cite {
        font-size: 0.75rem !important;
        margin-top: 0.5rem !important;
    }
    
    body.hakkimizda-page .about-quote::before {
        font-size: 2.5rem !important;
        top: 0.75rem !important;
        left: 0.75rem !important;
    }
}

/* Tablet Cihazlar */
@media (min-width: 481px) and (max-width: 1024px) {
    body.hakkimizda-page .content-section {
        padding: 3.5rem 0 !important;
    }
    
    body.hakkimizda-page .page-content {
        padding: 3.5rem 2rem !important;
    }
    
    body.hakkimizda-page .company-title {
        font-size: clamp(1.15rem, 3.5vw, 1.5rem) !important;
    }
}

/* Contact Page Layout - Unified (Legacy - keeping for compatibility) */
.contact-page-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
    padding: 2rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-unified-section {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.contact-unified-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.contact-unified-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 2rem;
    align-items: stretch;
}

.contact-info-sidebar,
.contact-form-sidebar {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.contact-info-title,
.contact-form-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-black);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.social-media-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 0;
    flex-shrink: 0;
    min-height: 48px;
    justify-content: center; /* Butonları ortala */
    width: 100%; /* Tam genişlik */
}

.social-media-buttons .social-link {
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    background: #ffffff;
}

.social-media-buttons .social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #000000;
    animation: wiggle 0.35s ease;
}

/* Contact Map Section */
.contact-map-section {
    margin-top: 3rem;
    width: 100%;
    scroll-margin-top: 100px;
    grid-column: 1 / -1;
}

.contact-unified-section .contact-map-section {
    margin-top: 3rem;
    width: 100%;
}

.contact-icon-link,
.contact-address-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

.contact-icon-link:hover,
.contact-address-link:hover {
    opacity: 0.7;
}

.contact-icon-link {
    flex-shrink: 0;
}

.contact-address-link {
    flex: 1;
    flex-direction: column;
    gap: 0.25rem;
}

.contact-map-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    filter: grayscale(100%) brightness(0.85) contrast(0.9);
    opacity: 0.7;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.contact-map-container:hover {
    opacity: 1;
    filter: grayscale(0%) brightness(1) contrast(1);
}

.contact-map-container iframe {
    width: 100%;
    height: 300px;
    border: none;
    display: block;
}

@media (max-width: 768px) {
    .contact-map-container iframe {
        height: 250px;
    }
}

/* Responsive Contact Unified */
@media (max-width: 1024px) {
    .contact-unified-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .contact-unified-section {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .contact-page-wrapper {
        padding: 1rem 0;
    }
    
    .contact-unified-section {
        padding: 1.5rem;
    }
    
    .contact-info-list {
        gap: 1.25rem;
    }
}

.contact-section-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-black);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary-black);
}

.contact-section-title.company-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 2rem;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    flex: 1;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateX(4px);
}

.contact-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 0.25rem;
    color: #666666;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-info-item:hover .contact-icon {
    color: var(--primary-black);
    transform: scale(1.1);
}

.contact-icon svg {
    width: 100%;
    height: 100%;
}

.contact-info-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.contact-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value {
    font-size: 0.95rem;
    color: var(--primary-black);
    line-height: 1.6;
}

.contact-value br {
    display: block;
    content: "";
    margin-top: 0.25rem;
}

.contact-value a {
    color: var(--primary-black);
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
}

.contact-value a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-black);
    transition: width 0.3s ease;
}

.contact-value a:hover {
    color: #333333;
}

.contact-value a:hover::after {
    width: 100%;
}

/* Contact Form */
.contact-form-section {
    padding: 2rem;
}

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--primary-black);
    font-size: 0.875rem;
}

.form-group .required {
    color: #dc3545;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="file"],
.form-group textarea {
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    background: #ffffff;
    color: var(--primary-black);
    transition: all 0.3s ease;
}

.form-group input[type="text"]:hover,
.form-group input[type="tel"]:hover,
.form-group input[type="email"]:hover,
.form-group textarea:hover {
    border-color: #d0d0d0;
}

.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-black);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
    transform: translateY(-1px);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-group small {
    display: block;
    margin-top: 0.375rem;
    color: #999;
    font-size: 0.75rem;
}

.btn-submit {
    background: var(--primary-black);
    color: #ffffff;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: auto;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-submit::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 ease;
}

.btn-submit:hover {
    background: #333333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn-submit:hover::before {
    left: 100%;
}

.alert {
    padding: 1.125rem 1.5rem;
    margin-bottom: 1.75rem;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    border-left: 4px solid;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    animation: slideInDown 0.4s ease;
}

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

.alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border-left-color: #28a745;
}

.alert-error {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
    border-left-color: #dc3545;
}


/* Responsive */
@media (max-width: 1024px) {
    nav {
        padding: 0 1rem !important;
        overflow-x: visible !important;
    }
    
    nav ul {
        gap: 0.3rem !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        width: 100% !important;
        min-width: auto !important;
    }
    
    nav a {
        font-size: 0.65rem !important;
        white-space: nowrap;
        padding: 0.3rem 0.1rem !important;
        letter-spacing: 0.1px !important;
        flex: 1 1 auto;
        text-align: center;
        min-width: 0;
    }
    
    .container {
        padding: 0 2rem;
    }
    
    .grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    nav {
        padding: 0 0.5rem !important;
        overflow-x: visible !important;
    }
    
    nav ul {
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        gap: 0.2rem !important;
        justify-content: space-between !important;
        width: 100% !important;
        min-width: auto !important;
        display: flex !important;
    }
    
    nav a {
        font-size: 0.6rem !important;
        white-space: nowrap;
        padding: 0.3rem 0.1rem !important;
        flex: 1 1 auto;
        text-align: center;
        letter-spacing: 0.05px !important;
        min-width: 0;
    }
    
    .container {
        padding: 0 1.5rem;
    }
    
    .hero-section {
        min-height: 80vh;
        margin-top: 100px;
    }
    
    .hero-content {
        padding: 2rem 1rem;
    }
    
    .content-section {
        padding: 4rem 0;
    }
    
    .grid-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .hero-section {
        margin-top: 120px;
        min-height: 80vh;
    }
}

/* Page Specific */
.main-content {
    padding-top: 0;
    min-height: auto;
}

.page-content {
    color: #000000;
    background: #f5f5f5;
    padding: 6rem 0;
    max-width: 900px;
    margin: 0 auto;
}

.page-content h1 {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    line-height: 1.2;
    color: #000000;
}

.page-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 1.5rem;
}

/* About Page Styles */
body.hakkimizda-page {
    background: #2c2c2c !important;
}

body.hakkimizda-page .content-section {
    background: #2c2c2c !important;
    padding: 4rem 0 !important;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

    .architectural-sidebar {
        display: none;
    }

body.hakkimizda-page .content-section::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 20%, 
        rgba(255, 255, 255, 0.15) 50%, 
        rgba(255, 255, 255, 0.1) 80%, 
        transparent 100%);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    z-index: 1;
}

body.hakkimizda-page .container {
    background: transparent !important;
    position: relative;
    z-index: 2;
    max-width: 1200px !important;
    padding: 0 2rem !important;
}

/* Architectural Sidebar Styles */
.architectural-sidebar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 4rem;
    z-index: 0;
    pointer-events: none;
    font-family: 'Poppins', sans-serif;
}

.architectural-sidebar-left {
    left: 2rem;
    align-items: flex-start;
}

.architectural-sidebar-right {
    right: 2rem;
    align-items: flex-end;
}

.architectural-text {
    font-size: clamp(1.2rem, 2.5vw, 2rem);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.06);
    letter-spacing: 0.3rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    transition: color 0.3s ease;
    animation: fadeInUp 0.8s ease-out;
    opacity: 0;
    animation-fill-mode: forwards;
}

.architectural-text:nth-child(1) {
    animation-delay: 0.1s;
}

.architectural-text:nth-child(2) {
    animation-delay: 0.2s;
}

.architectural-text:nth-child(3) {
    animation-delay: 0.3s;
}

.architectural-text:nth-child(4) {
    animation-delay: 0.4s;
}

.architectural-text:hover {
    color: rgba(255, 255, 255, 0.12);
}

/* Architectural Plan Images */
.architectural-plan {
    width: 250px;
    height: 350px;
    opacity: 0.08;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 2rem;
    filter: grayscale(100%) brightness(1.2);
    transition: opacity 0.3s ease;
}

.architectural-plan-left {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUwIiBoZWlnaHQ9IjM1MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48cGF0dGVybiBpZD0iZ3JpZCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIj48cGF0aCBkPSJNIDQwIDAgTCAwIDAgMCA0MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjAuMyIgb3BhY2l0eT0iMC4zIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMjUwIiBoZWlnaHQ9IjM1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjAuNSIvPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNTAiIGhlaWdodD0iMzUwIiBmaWxsPSJ1cmwoI2dyaWQpIi8+PCEtLSBBa3NsYXIgLS0+PGxpbmUgeDE9IjQwIiB5MT0iMCIgeDI9IjQwIiB5Mj0iMzUwIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC44IiBzdHJva2UtZGFzaGFycmF5PSIyLDIiLz48bGluZSB4MT0iODAiIHkxPSIwIiB4Mj0iODAiIHkyPSIzNTAiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjgiIHN0cm9rZS1kYXNoYXJyYXk9IjIsMiIvPjxsaW5lIHgxPSIxMjAiIHkxPSIwIiB4Mj0iMTIwIiB5Mj0iMzUwIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC44IiBzdHJva2UtZGFzaGFycmF5PSIyLDIiLz48bGluZSB4MT0iMTYwIiB5MT0iMCIgeDI9IjE2MCIgeTI9IjM1MCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjAuOCIgc3Ryb2tlLWRhc2hhcnJheT0iMiwyIi8+PGxpbmUgeDE9IjIwMCIgeTE9IjAiIHgyPSIyMDAiIHkyPSIzNTAiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjgiIHN0cm9rZS1kYXNoYXJyYXk9IjIsMiIvPjxsaW5lIHgxPSIyMTAiIHkxPSIwIiB4Mj0iMjEwIiB5Mj0iMzUwIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC44IiBzdHJva2UtZGFzaGFycmF5PSIyLDIiLz48IS0tIEtvbG9ubGFyIC0tPjxjaXJjbGUgY3g9IjQwIiBjeT0iNDAiIHI9IjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48Y2lyY2xlIGN4PSI4MCIgY3k9IjQwIiByPSI4IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4yIi8+PGNpcmNsZSBjeD0iMTIwIiBjeT0iNDAiIHI9IjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48Y2lyY2xlIGN4PSIxNjAiIGN5PSI0MCIgcj0iOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuMiIvPjxjaXJjbGUgY3g9IjIwMCIgY3k9IjQwIiByPSI4IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4yIi8+PGNpcmNsZSBjeD0iNDAiIGN5PSI4MCIgcj0iOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuMiIvPjxjaXJjbGUgY3g9IjgwIiBjeT0iODAiIHI9IjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48Y2lyY2xlIGN4PSIxMjAiIGN5PSI4MCIgcj0iOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuMiIvPjxjaXJjbGUgY3g9IjE2MCIgY3k9IjgwIiByPSI4IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4yIi8+PGNpcmNsZSBjeD0iMjAwIiBjeT0iODAiIHI9IjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48IS0tIER1dmFybGFyIC0tPjxyZWN0IHg9IjUwIiB5PSIxMjAiIHdpZHRoPSI0MCIgaGVpZ2h0PSI2MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjAuOCIvPjxyZWN0IHg9IjEwMCIgeT0iMTIwIiB3aWR0aD0iNDAiIGhlaWdodD0iNjAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjgiLz48cmVjdCB4PSIxNTAiIHk9IjEyMCIgd2lkdGg9IjQwIiBoZWlnaHQ9IjYwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC44Ii8+PCEtLSBLYXBpIC0tPjxyZWN0IHg9IjUwIiB5PSIxOTAiIHdpZHRoPSIxMTAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjgiLz48IS0tIEJhbGtvbiAtLT48cmVjdCB4PSIxNzAiIHk9IjE5MCIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC44Ii8+PCEtLSBCYW55byAtLT48cmVjdCB4PSI1MCIgeT0iMjQwIiB3aWR0aD0iNjAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjgiLz48cmVjdCB4PSIxMjAiIHk9IjI0MCIgd2lkdGg9IjYwIiBoZWlnaHQ9IjQwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC44Ii8+PCEtLSBNZXJkaXZlbiAtLT48cmVjdCB4PSI1MCIgeT0iMjkwIiB3aWR0aD0iMTEwIiBoZWlnaHQ9IjQwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC44Ii8+PCEtLSBCYW55byAyIC0tPjxyZWN0IHg9IjE3MCIgeT0iMjkwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjgiLz48IS0tIE9sY2VrIC0tPjxsaW5lIHgxPSIxMDAiIHkxPSIxMjAiIHgyPSIxMDAiIHkyPSIxODAiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjYiIHN0cm9rZS1kYXNoYXJyYXk9IjQsMiIvPjxsaW5lIHgxPSIxNTAiIHkxPSIxMjAiIHgyPSIxNTAiIHkyPSIxODAiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjYiIHN0cm9rZS1kYXNoYXJyYXk9IjQsMiIvPjwvc3ZnPg==');
}

.architectural-plan-right {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUwIiBoZWlnaHQ9IjM1MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48cGF0dGVybiBpZD0iZ3JpZDIiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTSA1MCAwIEwgMCAwIDAgNTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjMiIG9wYWNpdHk9IjAuMyIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjI1MCIgaGVpZ2h0PSIzNTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjUiLz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjUwIiBoZWlnaHQ9IjM1MCIgZmlsbD0idXJsKCNncmlkMikiLz48IS0tIERpc2FyaSBQbGFuIC0tPjxyZWN0IHg9IjMwIiB5PSIzMCIgd2lkdGg9IjE5MCIgaGVpZ2h0PSIyOTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48IS0tIEJpbmEgRG9kdXJsYXIgLS0+PHJlY3QgeD0iNDAiIHk9IjQwIiB3aWR0aD0iNzAiIGhlaWdodD0iODAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjgiLz48cmVjdCB4PSIxMjAiIHk9IjQwIiB3aWR0aD0iNzAiIGhlaWdodD0iODAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjgiLz48IS0tIEtvbG9ubGFyIC0tPjxjaXJjbGUgY3g9IjQwIiBjeT0iNDAiIHI9IjYiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48Y2lyY2xlIGN4PSI3NSIgY3k9IjQwIiByPSI2IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4yIi8+PGNpcmNsZSBjeD0iMTEwIiBjeT0iNDAiIHI9IjYiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48Y2lyY2xlIGN4PSIxMjAiIGN5PSI0MCIgcj0iNiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuMiIvPjxjaXJjbGUgY3g9IjE1NSIgY3k9IjQwIiByPSI2IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4yIi8+PGNpcmNsZSBjeD0iMTkwIiBjeT0iNDAiIHI9IjYiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48Y2lyY2xlIGN4PSI0MCIgY3k9IjgwIiByPSI2IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4yIi8+PGNpcmNsZSBjeD0iNzUiIGN5PSI4MCIgcj0iNiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuMiIvPjxjaXJjbGUgY3g9IjExMCIgY3k9IjgwIiByPSI2IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4yIi8+PGNpcmNsZSBjeD0iMTIwIiBjeT0iODAiIHI9IjYiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48Y2lyY2xlIGN4PSIxNTUiIGN5PSI4MCIgcj0iNiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuMiIvPjxjaXJjbGUgY3g9IjE5MCIgY3k9IjgwIiByPSI2IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4yIi8+PCEtLSBBa3NsYXIgLS0+PGxpbmUgeDE9IjQwIiB5MT0iNDAiIHgyPSI0MCIgeTI9IjEyMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjAuOCIgc3Ryb2tlLWRhc2hhcnJheT0iMiwyIi8+PGxpbmUgeDE9Ijc1IiB5MT0iNDAiIHgyPSI3NSIgeTI9IjEyMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjAuOCIgc3Ryb2tlLWRhc2hhcnJheT0iMiwyIi8+PGxpbmUgeDE9IjExMCIgeTE9IjQwIiB4Mj0iMTEwIiB5Mj0iMTIwIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC44IiBzdHJva2UtZGFzaGFycmF5PSIyLDIiLz48bGluZSB4MT0iMTIwIiB5MT0iNDAiIHgyPSIxMjAiIHkyPSIxMjAiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjgiIHN0cm9rZS1kYXNoYXJyYXk9IjIsMiIvPjxsaW5lIHgxPSIxNTUiIHkxPSI0MCIgeDI9IjE1NSIgeTI9IjEyMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjAuOCIgc3Ryb2tlLWRhc2hhcnJheT0iMiwyIi8+PGxpbmUgeDE9IjE5MCIgeTE9IjQwIiB4Mj0iMTkwIiB5Mj0iMTIwIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC44IiBzdHJva2UtZGFzaGFycmF5PSIyLDIiLz48IS0tIEJhbGtvbiAtLT48cmVjdCB4PSI0MCIgeT0iMTMwIiB3aWR0aD0iMTUwIiBoZWlnaHQ9IjQwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC44Ii8+PCEtLSBCYW55byAtLT48cmVjdCB4PSI0MCIgeT0iMTgwIiB3aWR0aD0iNjAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjgiLz48cmVjdCB4PSIxMTAiIHk9IjE4MCIgd2lkdGg9IjYwIiBoZWlnaHQ9IjQwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC44Ii8+PCEtLSBNZXJkaXZlbiAtLT48cmVjdCB4PSI0MCIgeT0iMjMwIiB3aWR0aD0iMTUwIiBoZWlnaHQ9IjQwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC44Ii8+PCEtLSBCYW55byAyIC0tPjxyZWN0IHg9IjQwIiB5PSIyODAiIHdpZHRoPSI2MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjAuOCIvPjxyZWN0IHg9IjExMCIgeT0iMjgwIiB3aWR0aD0iNjAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjgiLz48IS0tIE9sY2VrIC0tPjxsaW5lIHgxPSI3NSIgeTE9IjQwIiB4Mj0iNzUiIHkyPSIxMjAiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIwLjYiIHN0cm9rZS1kYXNoYXJyYXk9IjQsMiIvPjxsaW5lIHgxPSIxMzAiIHkxPSI0MCIgeDI9IjEzMCIgeTI9IjEyMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjAuNiIgc3Ryb2tlLWRhc2hhcnJheT0iNCwyIi8+PC9zdmc+');
}

.architectural-plan:hover {
    opacity: 0.12;
}

body.hakkimizda-page .page-content {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 4rem 2.5rem !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
    margin: 0 auto;
    position: relative;
    max-width: 1200px !important;
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.hakkimizda-social-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-shrink: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.hakkimizda-social-left {
    left: 20px;
}

.hakkimizda-social-right {
    right: 20px;
}

.hakkimizda-social-buttons .social-link {
    color: #C19A6B !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(193, 154, 107, 0.4) !important;
    background: rgba(193, 154, 107, 0.1) !important;
    transition: all 0.3s ease;
    opacity: 0;
}

.hakkimizda-social-buttons .social-link svg,
.hakkimizda-social-buttons .social-link svg path {
    fill: #C19A6B !important;
    color: #C19A6B !important;
    stroke: #C19A6B !important;
}

.hakkimizda-social-buttons.animate-buttons .social-link {
    animation: buttonFadeIn 2.5s ease-in-out forwards;
}

.hakkimizda-social-buttons.animate-buttons .social-link:nth-child(1) {
    animation-delay: 0.3s;
}

.hakkimizda-social-buttons.animate-buttons .social-link:nth-child(2) {
    animation-delay: 0.6s;
}

.hakkimizda-social-buttons.animate-buttons .social-link:nth-child(3) {
    animation-delay: 0.9s;
}

@keyframes buttonFadeIn {
    0% {
        opacity: 0;
        visibility: visible; /* Animasyon başladığında görünür yap */
    }
    50% {
        opacity: 0.3;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

/* Chat butonu animasyonu - iletişim butonlarıyla aynı */
.mesaj-butonu.chat-button-animated,
#mesajButonu.chat-button-animated {
    animation: buttonFadeIn 2.5s ease-in-out forwards !important;
    animation-delay: 0.3s !important;
}

.hakkimizda-social-buttons .social-link:hover {
    transform: translateY(-3px) scale(1.1);
    border-color: #C19A6B !important;
    background: rgba(193, 154, 107, 0.2) !important;
    color: #D4B896 !important;
    box-shadow: 0 4px 12px rgba(193, 154, 107, 0.4) !important;
}

.hakkimizda-social-buttons .social-link:hover svg {
    fill: #D4B896 !important;
    color: #D4B896 !important;
}

.hakkimizda-social-buttons .social-link:hover svg path {
    fill: #D4B896 !important;
    stroke: #D4B896 !important;
}

.hakkimizda-social-buttons .social-link svg {
    width: 20px;
    height: 20px;
    fill: #C19A6B !important;
    color: #C19A6B !important;
}

.hakkimizda-social-buttons .social-link svg path {
    fill: #C19A6B !important;
    stroke: #C19A6B !important;
}

/* Projeler Sayfası Sosyal Medya Butonları - Bronz Renk */
body.projeler-page .hakkimizda-social-buttons .social-link {
    color: #C19A6B !important;
    border-color: rgba(193, 154, 107, 0.4) !important;
    background: rgba(193, 154, 107, 0.1) !important;
}

body.projeler-page .hakkimizda-social-buttons .social-link svg {
    fill: #C19A6B !important;
    color: #C19A6B !important;
}

body.projeler-page .hakkimizda-social-buttons .social-link svg path {
    fill: #C19A6B !important;
    stroke: #C19A6B !important;
}

body.projeler-page .hakkimizda-social-buttons .social-link:hover {
    border-color: #C19A6B !important;
    background: rgba(193, 154, 107, 0.2) !important;
    color: #D4B896 !important;
    box-shadow: 0 4px 12px rgba(193, 154, 107, 0.4) !important;
}

body.projeler-page .hakkimizda-social-buttons .social-link:hover svg {
    fill: #D4B896 !important;
    color: #D4B896 !important;
}

body.projeler-page .hakkimizda-social-buttons .social-link:hover svg path {
    fill: #D4B896 !important;
    stroke: #D4B896 !important;
}

body.hakkimizda-page .about-content {
    flex: 1;
    order: 2;
    background: transparent !important;
}

/* Scroll Indicator */
.scroll-indicator {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.scroll-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
    animation: bounceArrow 2s infinite;
}

.scroll-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
    transform: translateY(0px) scale(1.1);
}

.scroll-arrow svg {
    width: 24px;
    height: 24px;
}

@keyframes bounceArrow {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(8px);
    }
}

@media (max-width: 768px) {
    .scroll-indicator {
        bottom: 30px;
    }
    
    .scroll-arrow {
        width: 45px;
        height: 45px;
    }
    
    .scroll-arrow svg {
        width: 20px;
        height: 20px;
    }
}

body.hakkimizda-page .about-section {
    background: transparent !important;
    margin-bottom: 2rem !important;
}

.about-content {
    max-width: 1000px;
    margin: 0 auto;
}

.about-section {
    margin-bottom: 3rem;
}

.about-section h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    color: #000000;
}

.company-title {
    text-align: center;
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
    color: #000000;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

body.hakkimizda-page .company-title {
    color: #ffffff !important;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem) !important;
    font-weight: 700 !important;
    margin-bottom: 2rem !important;
    transition: transform 0.2s ease;
    display: block !important;
    text-align: center !important;
    width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
}

@keyframes titleFadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

body.hakkimizda-page .company-title:hover {
    transform: translateY(-2px);
    cursor: default;
}

.about-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2a2a2a;
    margin-bottom: 1.6rem;
    text-align: justify;
    letter-spacing: 0.01em;
}

body.hakkimizda-page .about-section p {
    color: #e0e0e0 !important;
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
}

body.hakkimizda-page .about-section.about-final p {
    transition: color 0.4s ease, text-shadow 0.4s ease;
    cursor: pointer;
}

body.hakkimizda-page .about-section.about-final p:hover {
    color: #ffffff !important;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.6), 0 0 45px rgba(255, 255, 255, 0.4);
}

body.hakkimizda-page .final-paragraph-red {
    color: #8B0000 !important;
}

body.hakkimizda-page .about-section:first-child p {
    color: #f0f0f0 !important;
    font-size: 1rem !important;
}

/* Projeler Sayfasına Yönlendirme Bölümü */
.projects-redirect-section {
    text-align: center;
    padding: 2rem 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.projects-redirect-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e0e0e0;
    margin: 0;
}

body.hakkimizda-page .projects-redirect-text {
    color: #e0e0e0 !important;
}

.projects-redirect-link {
    color: #C19A6B;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    display: inline-block;
    margin-left: 0.5rem;
}

.projects-redirect-link:hover {
    color: #D4B896;
}

.projects-redirect-link:not(:hover) {
    color: #C19A6B;
}

@media (max-width: 768px) {
    .projects-redirect-section {
        padding: 2rem 1rem;
        margin-top: 1rem;
    }
    
    .projects-redirect-text {
        font-size: 1rem;
        line-height: 1.6;
    }
}

.about-section:first-child p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #1a1a1a;
    font-weight: 300;
}

.about-quote {
    margin: 4rem 0;
    padding: 3rem 2.5rem;
    background: linear-gradient(135deg, #e8e8e8 0%, #e0e0e0 100%);
    border-left: 5px solid #000000;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

body.hakkimizda-page .about-quote {
    margin: 2.5rem 0 !important;
    padding: 2rem 1.5rem !important;
    background: linear-gradient(135deg, #3a3a3a 0%, #2c2c2c 100%) !important;
    border-left: 5px solid #ffffff !important;
}

body.hakkimizda-page .about-quote blockquote {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    color: #e0e0e0 !important;
    transition: color 0.4s ease, text-shadow 0.4s ease;
    cursor: pointer;
}

body.hakkimizda-page .about-quote blockquote:hover {
    color: #ffffff !important;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.6), 0 0 45px rgba(255, 255, 255, 0.4);
}

body.hakkimizda-page .about-quote cite {
    font-size: 0.85rem !important;
    margin-top: 1rem !important;
    color: #b0b0b0 !important;
}

body.hakkimizda-page .about-quote::before {
    font-size: 4rem !important;
    top: 1.5rem !important;
    left: 1.5rem !important;
    color: rgba(255,255,255,0.1) !important;
}

body.hakkimizda-page .about-quote::before {
    font-size: 4rem !important;
    top: 1.5rem !important;
    left: 1.5rem !important;
    color: rgba(255,255,255,0.1) !important;
}

.about-quote::before {
    content: '"';
    position: absolute;
    top: 2rem;
    left: 2rem;
    font-size: 6rem;
    font-family: 'Playfair Display', serif;
    color: rgba(0,0,0,0.1);
    line-height: 1;
}

.about-quote blockquote {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #000000;
    font-style: italic;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    z-index: 1;
    font-weight: 300;
}

.about-quote cite {
    display: block;
    margin-top: 2rem;
    font-size: 1rem;
    font-style: normal;
    color: #666666;
    text-align: right;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.about-final {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 1rem;
    border-top: 2px solid #e0e0e0;
    position: relative;
}

.about-final::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #000000;
}

.about-final p {
    font-size: 1.15rem;
    font-weight: 300;
    text-align: center;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.3px;
    max-width: 700px;
    margin: 0 auto;
}

/* Hover Effects */
.about-section {
    transition: transform 0.3s ease;
}

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

/* Responsive Improvements - Genel */
@media (max-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .about-quote {
        padding: 3rem 2rem;
        margin: 3rem 0;
    }
    
    .about-quote blockquote {
        font-size: 1.2rem;
    }
    
    .about-section p {
        font-size: 1.05rem;
        text-align: left;
    }
    
    .about-section:first-child p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }
}

/* İletişim Sayfası - Hakkımızda ile Aynı Konsept */
body.iletisim-page {
    background: #1e1e1e !important;
}

body.iletisim-page,
body.iletisim-page html {
    background: #1e1e1e !important;
}

body.iletisim-page .content-section {
    background: #1e1e1e !important;
    padding: 2rem 0 !important;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

body.iletisim-page .container {
    background: #1e1e1e !important;
    position: relative;
    z-index: 2;
    max-width: 1200px !important;
    padding: 0 2rem !important;
}

body.iletisim-page .page-content {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 2rem 2.5rem !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
    margin: 0 auto;
    position: relative;
    max-width: 1200px !important;
}

body.iletisim-page .contact-unified-section {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
}

body.iletisim-page .contact-info-full-width {
    width: 100%;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    border: 1px solid rgba(193, 154, 107, 0.15);
}

/* Mesaj Gönderin Sayfası */
body.mesaj-gonderin-page {
    background: #2c2c2c !important;
}

body.mesaj-gonderin-page,
body.mesaj-gonderin-page html {
    background: #2c2c2c !important;
}

body.mesaj-gonderin-page .content-section {
    background: #2c2c2c !important;
    padding: 2rem 0 !important;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

body.mesaj-gonderin-page .container {
    background: #2c2c2c !important;
    position: relative;
    z-index: 2;
    max-width: 1200px !important;
    padding: 0 2rem !important;
}

body.mesaj-gonderin-page .page-content {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 2rem 2.5rem !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
    margin: 0 auto;
    position: relative;
    max-width: 1200px !important;
}

body.mesaj-gonderin-page .contact-unified-section {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
}

body.mesaj-gonderin-page .contact-form-full-width {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

body.mesaj-gonderin-page .contact-form-title {
    color: #ffffff !important;
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 2rem;
}

body.mesaj-gonderin-page .form-group label {
    color: rgba(255, 255, 255, 0.8) !important;
}

body.mesaj-gonderin-page .form-group input,
body.mesaj-gonderin-page .form-group textarea {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

body.mesaj-gonderin-page .form-group input::placeholder,
body.mesaj-gonderin-page .form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

body.mesaj-gonderin-page .form-group input:focus,
body.mesaj-gonderin-page .form-group textarea:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    outline: none;
}

body.mesaj-gonderin-page .btn-submit {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body.mesaj-gonderin-page .btn-submit:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

body.mesaj-gonderin-page .alert-success {
    background: rgba(76, 175, 80, 0.2) !important;
    color: #81c784 !important;
    border-left-color: #4caf50 !important;
}

body.mesaj-gonderin-page .alert-error {
    background: rgba(244, 67, 54, 0.2) !important;
    color: #e57373 !important;
    border-left-color: #f44336 !important;
}

body.iletisim-page .contact-info-title,
body.iletisim-page .contact-form-title {
    color: #ffffff !important;
    border-bottom: 2px solid #C19A6B !important;
    padding-bottom: 0.5rem !important;
    text-align: center !important;
    font-size: 1.1rem !important;
    position: relative;
}

body.iletisim-page .contact-info-title:first-of-type {
    text-transform: none !important;
}

#hizmet-alanlarimiz {
    scroll-margin-top: 100px;
    text-transform: none !important;
}

#sss {
    scroll-margin-top: 100px;
}

/* İletişim bilgilerini sola hizala */
body.iletisim-page .contact-info-list {
    text-align: left !important;
    align-items: flex-start !important;
}

body.iletisim-page .contact-info-item {
    justify-content: flex-start !important;
    flex-direction: row !important;
    align-items: flex-start !important;
}

body.iletisim-page .contact-info-content {
    text-align: left !important;
    align-items: flex-start !important;
}

body.iletisim-page .contact-label {
    text-align: left !important;
}

body.iletisim-page .contact-value {
    text-align: left !important;
}

/* Hangi Konularda İletişime Geçebilirsiniz? Bölümü */
.contact-services-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 750px; /* Kartları biraz daha genişlet */
    margin-left: auto;
    margin-right: auto;
}

.contact-service-item {
    padding: 0.4rem 0.8rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
}

.contact-service-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.service-name {
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    opacity: 1 !important;
}

body.iletisim-page .service-name {
    color: #ffffff !important;
    opacity: 1 !important;
}

body.iletisim-page .contact-service-item:hover .service-name {
    color: #ffffff;
}

body.iletisim-page .contact-label {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.iletisim-page .contact-value {
    color: #e0e0e0 !important;
}

body.iletisim-page .contact-value a {
    color: #e0e0e0 !important;
}

body.iletisim-page .contact-value a:hover {
    color: #ffffff !important;
}

/* İletişim sayfası ana başlık */
.contact-main-title {
    text-align: center;
    color: #ffffff !important;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem) !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* İletişim sayfası giriş metni */
.contact-intro-text {
    text-align: center;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.95rem !important;
    margin-bottom: 2rem;
    line-height: 1.7;
    font-weight: 300;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-intro-glow:hover {
    color: #ffffff !important;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.6), 0 0 45px rgba(255, 255, 255, 0.4);
}

.contact-intro-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 2rem 0;
}

.contact-intro-highlight {
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-intro-highlight:hover {
    color: #ffffff !important;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.6), 0 0 45px rgba(255, 255, 255, 0.4);
}

/* İletişim sayfası notları */
.map-note,
body.iletisim-page .map-note,
.contact-map-section .map-note {
    text-align: center;
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-top: 0.75rem;
    font-style: normal;
}

.social-media-note,
body.iletisim-page .social-media-note,
.social-media-buttons + .social-media-note {
    text-align: center;
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-style: normal;
}

.contact-page-footer {
    background: linear-gradient(135deg, rgba(193, 154, 107, 0.2), rgba(160, 82, 45, 0.15)) !important;
    border-top: 2px solid #C19A6B;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
}

.contact-footer-text {
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* FAQ Bölümü */
.faq-container {
    margin-top: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.faq-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.faq-item.active {
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #C19A6B;
    padding-left: 1.5rem;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #ffffff;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    color: #d4af37;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-bottom: 1.2rem;
}

.faq-answer p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
}

body.iletisim-page .contact-icon {
    color: rgba(193, 154, 107, 0.7) !important;
    width: 24px !important;
    height: 24px !important;
}

body.iletisim-page .contact-info-item:hover .contact-icon {
    color: rgba(255, 255, 255, 0.9) !important;
}

body.iletisim-page .form-group label {
    color: rgba(255, 255, 255, 0.8) !important;
}

body.iletisim-page .form-group input,
body.iletisim-page .form-group textarea {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

body.iletisim-page .form-group input::placeholder,
body.iletisim-page .form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

body.iletisim-page .form-group input:focus,
body.iletisim-page .form-group textarea:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    outline: none;
}

body.iletisim-page .btn-submit {
    background: linear-gradient(135deg, #C19A6B, #D2691E) !important;
    color: #ffffff !important;
    border: 1px solid #C19A6B !important;
    font-weight: 600 !important;
}

body.iletisim-page .btn-submit:hover {
    background: linear-gradient(135deg, #D2691E, #C19A6B) !important;
    border-color: #C19A6B !important;
    box-shadow: 0 4px 12px rgba(193, 154, 107, 0.4) !important;
}

body.iletisim-page .social-media-buttons {
    justify-content: center !important;
    width: 100% !important;
}

body.iletisim-page .social-media-buttons .social-link {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(193, 154, 107, 0.4) !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

body.iletisim-page .social-media-buttons .social-link:hover {
    background: rgba(193, 154, 107, 0.2) !important;
    border-color: #C19A6B !important;
    color: #C19A6B !important;
}

body.iletisim-page .contact-icon {
    color: rgba(193, 154, 107, 0.7) !important;
}

body.iletisim-page .contact-info-item:hover .contact-icon {
    color: #C19A6B !important;
}

/* Dekoratif Elementler - Sağ Sol Boşluklar */
body.iletisim-page .content-section {
    position: relative;
}

.contact-decorative-left,
.contact-decorative-right {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 200px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.06;
}

.contact-decorative-left {
    left: 0;
    background-image: 
        repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(193, 154, 107, 0.4) 20px),
        repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(193, 154, 107, 0.4) 20px);
    background-size: 20px 20px;
}

.contact-decorative-left::before {
    content: 'ARCHVISION';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 8px;
    color: rgba(193, 154, 107, 0.3);
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
}

.contact-decorative-right {
    right: 0;
    background-image: 
        repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(193, 154, 107, 0.4) 20px),
        repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(193, 154, 107, 0.4) 20px);
    background-size: 20px 20px;
}

.contact-decorative-right::before {
    content: 'ARCHVISION';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 8px;
    color: rgba(193, 154, 107, 0.3);
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .contact-decorative-left,
    .contact-decorative-right {
        display: none;
    }
}

body.iletisim-page .alert-success {
    background: rgba(76, 175, 80, 0.2) !important;
    color: #81c784 !important;
    border-left-color: #4caf50 !important;
}

body.iletisim-page .alert-error {
    background: rgba(244, 67, 54, 0.2) !important;
    color: #e57373 !important;
    border-left-color: #f44336 !important;
}

body.iletisim-page .contact-map-container {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    filter: grayscale(100%) brightness(0.85) contrast(0.9) !important;
    opacity: 0.7 !important;
}

body.iletisim-page .contact-map-container:hover {
    opacity: 1 !important;
    filter: grayscale(0%) brightness(1) contrast(1) !important;
}

/* Projeler, Hizmetlerimiz, Ekibimiz Sayfaları - Hakkımızda ile Aynı Konsept */
body.projeler-page,
body.hizmetlerimiz-page,
body.ekibimiz-page {
    background: #2c2c2c !important;
}

body.projeler-page .content-section,
body.hizmetlerimiz-page .content-section,
body.ekibimiz-page .content-section {
    background: #2c2c2c !important;
    padding: 4rem 0 !important;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

body.projeler-page .container,
body.hizmetlerimiz-page .container,
body.ekibimiz-page .container {
    background: #2c2c2c !important;
    position: relative;
    z-index: 2;
}

body.projeler-page .page-content,
body.hizmetlerimiz-page .page-content,
body.ekibimiz-page .page-content {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 4rem 3rem !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
    margin: 0 auto;
    position: relative;
}

body.projeler-page .company-title,
body.hizmetlerimiz-page .company-title,
body.ekibimiz-page .company-title {
    color: #ffffff !important;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem) !important;
    font-weight: 700 !important;
    margin-bottom: 2rem !important;
    animation: fadeInUp 0.8s ease-out;
    transition: transform 0.2s ease;
    display: block;
    text-align: center !important;
    width: 100%;
}

body.projeler-page .company-title:hover,
body.hizmetlerimiz-page .company-title:hover,
body.ekibimiz-page .company-title:hover {
    transform: translateY(-2px);
    cursor: default;
}

body.projeler-page .about-section p,
body.hizmetlerimiz-page .about-section p,
body.ekibimiz-page .about-section p {
    color: #e0e0e0 !important;
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
}

body.projeler-page .about-section:first-child p,
body.hizmetlerimiz-page .about-section:first-child p,
body.ekibimiz-page .about-section:first-child p {
    color: #f0f0f0 !important;
    font-size: 1rem !important;
}

/* ============================================
   PROJELER SAYFASI - KUTU KUTU KART LAYOUT
   ============================================ */

body.projeler-page .projects-section {
    padding: 3rem 0 5rem !important;
    min-height: auto !important;
}

.projects-header {
    text-align: center;
    margin-bottom: 4rem;
    padding: 0 2rem;
}

.projects-main-title {
    color: #ffffff !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    animation: fadeInUp 0.8s ease-out;
}

.projects-subtitle {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem) !important;
    font-weight: 300;
    letter-spacing: 1px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* Projects Filter Buttons - Vision Text'in Altında, Yatay, Ortalanmış */
.projects-filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0;
    margin-bottom: 2rem;
    padding: 0 2rem;
    flex-wrap: wrap;
    position: relative;
}

@media (max-width: 768px) {
    .projects-filter {
        gap: 0.5rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
}

.filter-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    padding: 0.25rem 0.65rem;
    border-radius: 5px;
    font-size: clamp(0.5rem, 0.6vw, 0.55rem);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.2px;
    backdrop-filter: blur(10px);
    text-align: center;
    white-space: nowrap;
    opacity: 0; /* Başlangıçta görünmez - butonlar gibi */
}

/* Filtre butonları animasyonu - butonlarla aynı */
.projects-filter.animate-filter-buttons .filter-btn {
    animation: buttonFadeIn 2.5s ease-in-out forwards;
}

.projects-filter.animate-filter-buttons .filter-btn:nth-child(1) {
    animation-delay: 0.3s;
}

.projects-filter.animate-filter-buttons .filter-btn:nth-child(2) {
    animation-delay: 0.6s;
}

.projects-filter.animate-filter-buttons .filter-btn:nth-child(3) {
    animation-delay: 0.9s;
}

.filter-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(193, 154, 107, 0.4);
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.filter-btn.active {
    background: rgba(193, 154, 107, 0.2);
    border-color: rgba(193, 154, 107, 0.6);
    color: #C19A6B;
    box-shadow: 0 2px 15px rgba(193, 154, 107, 0.3);
}

.filter-btn.active:hover {
    background: rgba(193, 154, 107, 0.3);
    border-color: rgba(193, 154, 107, 0.8);
    color: #D4B896;
}

/* Projeler Vizyon Metni */
.projects-vision-text {
    text-align: center;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
    font-size: clamp(0.7rem, 1vw, 0.85rem);
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 0 2rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    opacity: 0; /* Başlangıçta görünmez - butonlar gibi */
}

/* Vision text animasyonu - butonlarla aynı */
.projects-vision-text.animate-vision-text {
    animation: buttonFadeIn 2.5s ease-in-out forwards;
}

@media (max-width: 768px) {
    .projects-vision-text {
        margin-top: 0.25rem;
        margin-bottom: 1.5rem;
        padding: 0 1rem;
        font-size: clamp(0.65rem, 0.85vw, 0.75rem);
    }
}

/* Devam Eden Projeler Açılır Menü */
.ongoing-projects-container {
    max-width: 600px;
    width: 100%;
}

.ongoing-projects-toggle {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
    padding: 0.3rem 0.8rem;
    border-radius: 5px;
    font-size: clamp(0.6rem, 0.7vw, 0.65rem);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
    text-align: left;
    gap: 0.5rem;
}

.ongoing-projects-toggle:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(193, 154, 107, 0.4);
    color: rgba(255, 255, 255, 0.95);
}

.ongoing-projects-toggle.active {
    background: rgba(193, 154, 107, 0.15);
    border-color: rgba(193, 154, 107, 0.5);
    color: #C19A6B;
}

.toggle-icon {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.ongoing-projects-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;
    border-radius: 0 0 6px 6px;
    margin-top: -1px;
}

.ongoing-projects-content.open {
    max-height: 300px;
    padding: 1rem;
}

.ongoing-projects-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ongoing-projects-list li {
    color: rgba(255, 255, 255, 0.75);
    font-size: clamp(0.65rem, 0.75vw, 0.7rem);
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: color 0.2s ease;
}

.ongoing-projects-list li:last-child {
    border-bottom: none;
}

.ongoing-projects-list li:hover {
    color: rgba(193, 154, 107, 0.9);
    padding-left: 0.5rem;
}

@media (max-width: 768px) {
    .projects-filter-wrapper {
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    
    .ongoing-projects-container {
        width: 100%;
    }
    
    .ongoing-projects-toggle {
        padding: 0.3rem 0.8rem;
        font-size: clamp(0.6rem, 0.7vw, 0.65rem);
    }
    
    .ongoing-projects-content.open {
        padding: 0.8rem;
    }
    
    .ongoing-projects-list li {
        font-size: clamp(0.6rem, 0.7vw, 0.65rem);
        padding: 0.4rem 0;
    }
}

/* Projects Grid - Kutu Kutu Layout - 6 Sütun, Ortalanmış */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    padding: 0 100px; /* İletişim butonları için sağ sol boşluk */
    max-width: 100%;
    margin: 0 auto;
    justify-items: center;
}

/* Project Card - Kutu Tasarımı */
.project-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0; /* Başlangıçta görünmez - butonlar gibi */
    transform: translateY(0); /* Transform yok, sadece opacity animasyonu */
    transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Sadece hover için transition */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 100%;
}

/* Proje kartları animasyonu - butonlarla aynı animasyon ve zamanlama */
.projects-grid.animate-cards .project-card {
    animation: buttonFadeIn 2.5s ease-in-out forwards;
    transform: translateY(0); /* Transform'u sıfırla, sadece opacity animasyonu */
}

.projects-grid.animate-cards .project-card:nth-child(1) {
    animation-delay: 0.3s;
}

.projects-grid.animate-cards .project-card:nth-child(2) {
    animation-delay: 0.6s;
}

.projects-grid.animate-cards .project-card:nth-child(3) {
    animation-delay: 0.9s;
}

.projects-grid.animate-cards .project-card:nth-child(4) {
    animation-delay: 0.3s;
}

.projects-grid.animate-cards .project-card:nth-child(5) {
    animation-delay: 0.6s;
}

.projects-grid.animate-cards .project-card:nth-child(6) {
    animation-delay: 0.9s;
}

.projects-grid.animate-cards .project-card:nth-child(7) {
    animation-delay: 0.3s;
}

.projects-grid.animate-cards .project-card:nth-child(8) {
    animation-delay: 0.6s;
}

.projects-grid.animate-cards .project-card:nth-child(n+9) {
    animation-delay: 0.9s;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(193, 154, 107, 0.4);
}

.project-card-image {
    position: relative;
    width: 100%;
    padding-top: 160%; /* Biraz daha küçük aspect ratio - iletişim kutularıyla hizalama için */
    overflow: hidden;
    background: #1a1a1a;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.project-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%); /* Siyah beyaz */
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.project-card:hover .project-card-image img {
    transform: scale(1.08);
    filter: grayscale(0%); /* Hover'da renkli */
}

/* Project Card Overlay */
.project-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.4) 60%,
        rgba(0, 0, 0, 0.85) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    z-index: 2;
}

.project-card:hover .project-card-overlay {
    opacity: 1;
}

.project-card-info {
    width: 100%;
    color: #ffffff;
}

.project-card-title {
    font-size: clamp(0.85rem, 1.2vw, 1rem);
    font-weight: 600;
    margin-bottom: 0.3rem;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.project-card-category {
    font-size: clamp(0.9rem, 1.3vw, 1rem);
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.75rem;
    font-weight: 300;
}

.project-card-description {
    font-size: clamp(0.7rem, 0.9vw, 0.8rem);
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0.3rem;
    line-height: 1.4;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-card-year {
    font-size: clamp(0.65rem, 0.8vw, 0.75rem);
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.25rem;
    font-weight: 300;
}

/* Full Resolution Lightbox Modal */
.project-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.98);
    align-items: center;
    justify-content: center;
    padding: 2rem;
    animation: fadeIn 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.project-lightbox.active {
    display: flex;
}

/* Lightbox Loader */
.lightbox-loader {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #ffffff;
    z-index: 10002;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-top-color: #C19A6B;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.lightbox-loader p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

/* Full Resolution Image */
.lightbox-full-image {
    max-width: 95vw;
    max-height: 95vh;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.9);
    animation: zoomIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s ease;
    opacity: 0;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.lightbox-full-image.loaded {
    opacity: 1;
}

/* Lightbox Info */
.lightbox-info {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    padding: 1.25rem 2.5rem;
    border-radius: 12px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 300px;
}

.lightbox-info h3 {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    margin-bottom: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.lightbox-info p {
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.75rem;
    font-weight: 300;
}

.lightbox-info span {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: rgba(193, 154, 107, 0.2);
    border: 1px solid rgba(193, 154, 107, 0.5);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #C19A6B;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Lightbox Close Button */
.lightbox-close {
    position: absolute;
    top: 2rem;
    right: 3rem;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10001;
    line-height: 1;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.lightbox-close:hover {
    transform: rotate(90deg) scale(1.1);
    color: #C19A6B;
    background: rgba(193, 154, 107, 0.25);
    border-color: rgba(193, 154, 107, 0.5);
}

/* Lightbox Navigation Arrows */
.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 3rem;
    font-weight: 300;
    width: 60px;
    height: 60px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10001;
    transition: all 0.3s ease;
    user-select: none;
}

.lightbox-nav:hover {
    background: rgba(193, 154, 107, 0.25);
    border-color: rgba(193, 154, 107, 0.5);
    color: #C19A6B;
    transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
    left: 3rem;
}

.lightbox-next {
    right: 3rem;
}

/* Lightbox Counter */
.lightbox-counter {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    display: none;
    z-index: 10001;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Animations */
@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .projects-filter {
        left: 1rem;
    }
    
    .projects-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        padding: 0 1.5rem;
        justify-items: center;
    }
}

@media (max-width: 768px) {
    .projects-filter {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 0 1rem;
        justify-items: center;
    }
    
    .filter-btn {
        padding: 0.4rem 0.8rem;
        font-size: clamp(0.5rem, 0.6vw, 0.55rem);
        flex: 1;
        max-width: 120px;
    }
    
    .projects-header {
        margin-bottom: 2.5rem;
        padding: 0 1rem;
    }
    
    .projects-main-title {
        font-size: clamp(1.5rem, 6vw, 2rem) !important;
    }
    
    .lightbox-full-image {
        max-width: 98vw;
        max-height: 95vh;
        width: auto;
        height: auto;
    }
    
    .lightbox-close {
        top: 1rem;
        right: 1.5rem;
        font-size: 2.5rem;
        width: 45px;
        height: 45px;
    }
    
    .lightbox-nav {
        width: 50px;
        height: 50px;
        font-size: 2.5rem;
    }
    
    .lightbox-prev {
        left: 1rem;
    }
    
    .lightbox-next {
        right: 1rem;
    }
    
    .lightbox-counter {
        bottom: 2rem;
        font-size: 0.85rem;
        padding: 0.4rem 1.2rem;
    }
    
    .lightbox-info {
        bottom: 2rem;
        padding: 1rem 1.5rem;
        min-width: 250px;
    }
    
    .project-card-image {
        padding-top: 160%;
    }
}

@media (max-width: 480px) {
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    body.projeler-page .projects-section {
        padding: 2rem 0 3rem !important;
    }
    
    .project-card-image {
        padding-top: 150%;
    }
    
    .lightbox-info {
        bottom: 1.5rem;
        padding: 0.9rem 1.2rem;
        min-width: 200px;
    }
}

/* Chat Button - Sağ Alt Köşe (Tekrar tanım - güvence için) */

/* Masaüstü için ekstra güvence - SOL TARAFTA */
@media (min-width: 769px) {
    .chat-button,
    #chatButton,
    div.chat-button,
    div#chatButton,
    [class*="chat-button"],
    [id*="chatButton"],
    body .chat-button,
    body #chatButton,
    html .chat-button,
    html #chatButton,
    footer ~ .chat-button,
    footer ~ #chatButton {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: fixed !important;
        bottom: 30px !important;
        left: 30px !important;
        z-index: 999999 !important;
        width: auto !important;
        min-width: 180px !important;
        height: 50px !important;
        border-radius: 25px !important;
        background: #C19A6B !important;
        color: #ffffff !important;
        box-shadow: 0 4px 15px rgba(193, 154, 107, 0.4) !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        overflow: visible !important;
        pointer-events: auto !important;
        margin: 0 !important;
        padding: 0 20px !important;
        gap: 10px !important;
    }
    
    .chat-button svg,
    #chatButton svg {
        width: 24px !important;
        height: 24px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex-shrink: 0 !important;
    }
    
    .chat-button-text {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        font-size: 0.95rem !important;
        font-weight: 500 !important;
        white-space: nowrap !important;
        color: #ffffff !important;
    }
}

.chat-button:hover,
#chatButton:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(193, 154, 107, 0.6) !important;
    background: #D4B896 !important;
}

.chat-button svg,
#chatButton svg {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.chat-button-text {
    display: block;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    background: #C19A6B;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(193, 154, 107, 0.3);
}

.chat-button:hover .chat-button-text {
    opacity: 1;
    visibility: visible;
    right: 65px;
}

@media (max-width: 768px) {
    .chat-button-text {
        display: none;
    }
}

/* Chat Modal */
.chat-modal {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.7) !important;
    z-index: 999999 !important;
    align-items: center !important;
    justify-content: center !important;
    backdrop-filter: blur(5px) !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.chat-modal.active {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999999 !important;
    min-width: 100% !important;
    min-height: 100% !important;
}

/* Modal içeriği için de görünürlük garantisi */
.chat-modal.active .chat-modal-content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1000000 !important;
    min-width: 300px !important;
    min-height: 400px !important;
    width: 90% !important;
    max-width: 500px !important;
    margin: auto !important;
    box-sizing: border-box !important;
}

.chat-modal-content {
    background: #ffffff;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
}

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

.chat-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.chat-modal-header h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #2c2c2c;
    font-weight: 600;
}

.chat-modal-close {
    background: none !important;
    border: none !important;
    font-size: 2rem !important;
    color: #666 !important;
    cursor: pointer !important;
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    z-index: 1000001 !important;
    position: relative !important;
    pointer-events: auto !important;
}

.chat-modal-close:hover {
    background: #f0f0f0;
    color: #2c2c2c;
}

.chat-form {
    padding: 1.5rem;
}

.chat-form-group {
    margin-bottom: 1.25rem;
}

.chat-form-group input,
.chat-form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.chat-form-group input:focus,
.chat-form-group textarea:focus {
    outline: none;
    border-color: #C19A6B;
}

.chat-form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.chat-form-submit {
    width: 100%;
    padding: 0.875rem;
    background: #C19A6B;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.chat-form-submit:hover {
    background: #D4B896;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(193, 154, 107, 0.4);
}

.chat-form-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.chat-form-message {
    margin-bottom: 1rem;
    padding: 0.75rem;
    border-radius: 6px;
    font-size: 0.9rem;
    display: none;
}

.chat-form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.chat-form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

/* Kişiselleştirilmiş Mesaj Alanı */
.chat-personalized-message {
    background: rgba(193, 154, 107, 0.1);
    border-left: 3px solid #C19A6B;
    color: #C19A6B;
    padding: 0.875rem;
    border-radius: 6px;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    line-height: 1.5;
    font-style: italic;
}

.chat-personalized-message[data-message-type="welcome"] {
    background: rgba(52, 199, 89, 0.1);
    border-left-color: #34C759;
    color: #34C759;
}

.chat-personalized-message[data-message-type="projects"] {
    background: rgba(193, 154, 107, 0.15);
    border-left-color: #C19A6B;
    color: #C19A6B;
}

.chat-personalized-message[data-message-type="contact"] {
    background: rgba(66, 133, 244, 0.1);
    border-left-color: #4285F4;
    color: #4285F4;
}

.chat-personalized-message[data-message-type="return"] {
    background: rgba(193, 154, 107, 0.1);
    border-left-color: #C19A6B;
    color: #C19A6B;
}

.chat-personalized-message[data-message-type="consultation"] {
    background: rgba(66, 133, 244, 0.1);
    border-left-color: #4285F4;
    color: #4285F4;
}

.chat-personalized-message[data-message-type="quote"] {
    background: rgba(193, 154, 107, 0.15);
    border-left-color: #C19A6B;
    color: #C19A6B;
    font-weight: 500;
}

@media (max-width: 768px) {
    .chat-button {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .chat-button svg {
        width: 20px;
        height: 20px;
    }
    
    .chat-modal-content {
        width: 95%;
        max-height: 85vh;
    }
    
    .chat-modal-header {
        padding: 1.25rem;
    }
    
    .chat-form {
        padding: 1.25rem;
    }
}

/* Müşteri Paneli Header - Koyu Gri */
body .client-header,
.client-header {
    background: #5a5a5a !important;
    background-color: #5a5a5a !important;
    color: #ffffff !important;
    padding: 1.5rem 2rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    width: 100% !important;
    position: relative !important;
    z-index: 100 !important;
    border: none !important;
}

body .client-header h1,
.client-header h1 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 !important;
}

body .client-header .user-info,
.client-header .user-info {
    display: flex !important;
    align-items: center !important;
    gap: 1.5rem !important;
    color: #ffffff !important;
}

body .client-header .user-info a,
body .client-header .user-info span,
.client-header .user-info a,
.client-header .user-info span {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: opacity 0.3s ease !important;
}

body .client-header .user-info a:hover,
.client-header .user-info a:hover {
    opacity: 0.8 !important;
}

/* ============================================
   KAPSAMLI MOBİL UYUMLULUK CSS
   Tüm sayfalar için %100 mobil uyumlu tasarım
   ============================================ */

/* ============================================
   GENEL MOBİL AYARLAR
   ============================================ */

/* Viewport meta tag kontrolü - header.php'de zaten var */

/* Temel mobil ayarlar */
@media (max-width: 768px) {
    * {
        -webkit-tap-highlight-color: transparent;
    }
    
    body {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* Tüm container'lar mobil için */
    .container {
        padding: 1rem !important;
        max-width: 100% !important;
    }
    
    /* Tüm section'lar mobil için */
    section {
        padding: 1.5rem 0 !important;
    }
    
    /* Tüm başlıklar mobil için */
    h1 {
        font-size: 1.75rem !important;
        line-height: 1.3 !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }
    
    h3 {
        font-size: 1.25rem !important;
        line-height: 1.3 !important;
    }
    
    h4 {
        font-size: 1.1rem !important;
        line-height: 1.3 !important;
    }
    
    /* Tüm paragraflar mobil için */
    p {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }
}

/* ============================================
   NAVIGATION - HAMBURGER MENÜ
   ============================================ */

/* Hamburger menü butonu */
.mobile-menu-toggle {
    display: none;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
    background: rgba(0, 0, 0, 0.9);
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobil menü */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }
    
    header#mainHeader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: rgba(0, 0, 0, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        transition: left 0.3s ease;
        z-index: 1000;
        padding: 4rem 0 2rem 0;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    }
    
    nav.active {
        left: 0;
    }
    
    nav ul {
        flex-direction: column !important;
        gap: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        align-items: stretch !important;
    }
    
    nav ul li {
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    nav ul li:last-child {
        border-bottom: none;
    }
    
    nav a {
        display: block !important;
        padding: 1.25rem 1.5rem !important;
        font-size: 1rem !important;
        text-align: left !important;
        color: rgba(255, 255, 255, 0.9) !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
        width: 100% !important;
        border-radius: 0 !important;
    }
    
    nav a:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
    }
    
    /* Menü overlay */
    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .menu-overlay.active {
        display: block;
        opacity: 1;
    }
}

/* ============================================
   PUBLIC SAYFALAR - MOBİL UYUMLULUK
   ============================================ */

/* Ana sayfa (index.php) */
@media (max-width: 768px) {
    .hero-section {
        min-height: 60vh !important;
        padding: 2rem 1rem !important;
    }
    
    .hero-title {
        font-size: 2rem !important;
        margin-bottom: 1rem !important;
    }
    
    .hero-subtitle {
        font-size: 1rem !important;
    }
}

/* Projeler sayfası */
@media (max-width: 768px) {
    .projects-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    
    .project-card {
        margin-bottom: 1.5rem;
    }
}

/* İletişim sayfası */
@media (max-width: 768px) {
    .contact-info-list {
        flex-direction: column !important;
        gap: 1.5rem !important;
    }
    
    .contact-info-item {
        width: 100% !important;
    }
    
    .contact-map-container iframe {
        height: 250px !important;
    }
    
    .faq-container {
        padding: 1rem 0 !important;
    }
    
    .faq-item {
        margin-bottom: 1rem !important;
    }
    
    .faq-question {
        padding: 1rem !important;
        font-size: 0.95rem !important;
    }
    
    .faq-answer {
        padding: 0 1rem 1rem 1rem !important;
    }
    
    .contact-services-list {
        grid-template-columns: 1fr !important;
        gap: 0.75rem !important;
    }
}

/* Hakkımızda sayfası */
@media (max-width: 768px) {
    .about-content {
        padding: 1.5rem 0 !important;
    }
    
    .about-section {
        margin-bottom: 1.5rem !important;
    }
    
    .about-quote {
        margin: 1.5rem 0 !important;
        padding: 1.5rem 1rem !important;
    }
    
    .projects-redirect-section {
        margin: 2rem 0 !important;
        padding: 1.5rem 1rem !important;
    }
}

/* ============================================
   CLIENT PANEL - MOBİL UYUMLULUK
   ============================================ */

@media (max-width: 768px) {
    /* Client Header */
    .client-header {
        padding: 1rem !important;
        flex-direction: column !important;
        gap: 1rem !important;
        align-items: flex-start !important;
    }
    
    .client-header h1 {
        font-size: 1.25rem !important;
    }
    
    .client-header .user-info {
        width: 100% !important;
        justify-content: space-between !important;
    }
    
    /* Client Container */
    .client-container {
        padding: 1rem !important;
        max-width: 100% !important;
    }
    
    /* Dashboard */
    .dashboard-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    .dashboard-card {
        padding: 1.25rem !important;
    }
    
    .summary-section {
        padding: 1rem !important;
    }
    
    .summary-item {
        padding: 1rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    /* Files Page */
    .folder-view,
    .categories-view,
    .files-view {
        padding: 1rem 0 !important;
    }
    
    .folder-grid,
    .category-grid,
    .file-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.75rem !important;
    }
    
    .folder-item,
    .category-item,
    .file-card {
        padding: 1rem !important;
        min-height: 100px !important;
    }
    
    .folder-item .folder-icon,
    .category-item .category-icon {
        font-size: 2rem !important;
    }
    
    .folder-item .folder-name,
    .category-item .category-name {
        font-size: 0.85rem !important;
    }
    
    /* File Breadcrumb */
    #file-breadcrumb {
        padding: 0.75rem 1rem !important;
        font-size: 0.85rem !important;
        flex-wrap: wrap !important;
    }
    
    #file-breadcrumb a {
        font-size: 0.85rem !important;
        padding: 0.25rem 0.5rem !important;
    }
    
    /* Messages Page */
    .messages-container {
        flex-direction: column !important;
    }
    
    .messages-sidebar {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }
    
    .messages-content {
        width: 100% !important;
    }
    
    /* Financial Page */
    .financial-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    .dashboard-card {
        padding: 1.25rem !important;
    }
    
    /* Project Reports */
    .reports-section {
        padding: 1rem !important;
    }
    
    .report-item {
        padding: 1rem !important;
        margin-bottom: 1rem !important;
    }
    
    /* Inspiration Images */
    .image-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    .image-card {
        padding: 1rem !important;
    }
    
    /* Site Log & Site Flow */
    .log-section,
    .flow-section {
        padding: 1rem !important;
    }
    
    .log-item,
    .flow-item {
        padding: 1rem !important;
        margin-bottom: 1rem !important;
    }
    
    /* Chat Button */
    .chat-button {
        width: 55px !important;
        height: 55px !important;
        bottom: 1rem !important;
        right: 1rem !important;
    }
    
    .chat-window {
        width: calc(100% - 2rem) !important;
        max-width: 100% !important;
        height: calc(100vh - 120px) !important;
        bottom: 80px !important;
        right: 1rem !important;
        left: 1rem !important;
    }
}

/* ============================================
   ADMIN PANEL - MOBİL UYUMLULUK
   ============================================ */

@media (max-width: 768px) {
    /* Admin Header */
    .header {
        padding: 1rem !important;
        flex-direction: column !important;
        gap: 1rem !important;
    }
    
    .header h1 {
        font-size: 1.25rem !important;
    }
    
    /* Admin Container */
    .container {
        padding: 1rem !important;
    }
    
    /* Action Buttons Grid */
    .action-buttons {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.75rem !important;
    }
    
    .btn-action {
        padding: 1rem 0.75rem !important;
        min-height: 80px !important;
    }
    
    .btn-action .icon {
        font-size: 1.5rem !important;
    }
    
    .btn-action .text {
        font-size: 0.75rem !important;
    }
    
    /* Section Groups */
    .section-group {
        margin-bottom: 2rem !important;
    }
    
    .section-title {
        font-size: 1.1rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    /* Stats Grid */
    .stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.5rem !important;
    }
    
    .stat-card {
        padding: 0.75rem !important;
    }
    
    .stat-card .number {
        font-size: 1.25rem !important;
    }
    
    /* Forms */
    .form-group {
        margin-bottom: 1rem !important;
    }
    
    .form-group label {
        font-size: 0.9rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="date"],
    textarea,
    select {
        font-size: 16px !important; /* iOS zoom önleme */
        padding: 0.75rem !important;
        width: 100% !important;
    }
    
    /* Buttons */
    button,
    .btn,
    .btn-primary,
    .btn-secondary {
        padding: 0.75rem 1.5rem !important;
        font-size: 0.9rem !important;
        min-height: 44px !important; /* iOS touch target */
    }
    
    /* Tables */
    table {
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        width: 100% !important;
    }
    
    thead {
        display: none !important;
    }
    
    tbody {
        display: block !important;
    }
    
    tr {
        display: block !important;
        margin-bottom: 1rem !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 8px !important;
        padding: 1rem !important;
        background: #ffffff !important;
    }
    
    td {
        display: block !important;
        text-align: left !important;
        padding: 0.5rem 0 !important;
        border: none !important;
    }
    
    td:before {
        content: attr(data-label) ": ";
        font-weight: 600;
        color: #666666;
        display: inline-block;
        min-width: 100px;
    }
    
    /* Cards */
    .card,
    .client-card,
    .project-card {
        margin-bottom: 1rem !important;
        padding: 1rem !important;
    }
    
    /* Grid Layouts */
    .grid,
    .clients-grid,
    .projects-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    /* Modals */
    .modal {
        width: calc(100% - 2rem) !important;
        max-width: 100% !important;
        margin: 1rem !important;
        padding: 1rem !important;
    }
    
    .modal-content {
        padding: 1rem !important;
    }
    
    /* Notification Dropdown */
    .notification-dropdown {
        width: calc(100% - 2rem) !important;
        max-width: 100% !important;
        right: 1rem !important;
    }
}

/* ============================================
   ÇOK KÜÇÜK EKRANLAR (480px ve altı)
   ============================================ */

@media (max-width: 480px) {
    body {
        font-size: 13px !important;
    }
    
    h1 {
        font-size: 1.5rem !important;
    }
    
    h2 {
        font-size: 1.25rem !important;
    }
    
    h3 {
        font-size: 1.1rem !important;
    }
    
    .action-buttons {
        grid-template-columns: 1fr !important;
    }
    
    .btn-action {
        min-height: 70px !important;
    }
    
    .btn-action .icon {
        font-size: 1.25rem !important;
    }
    
    .btn-action .text {
        font-size: 0.7rem !important;
    }
    
    .folder-grid,
    .category-grid,
    .file-grid {
        grid-template-columns: 1fr !important;
    }
    
    nav {
        width: 85% !important;
    }
    
    .mobile-menu-toggle {
        width: 45px !important;
        height: 45px !important;
        top: 0.75rem !important;
        right: 0.75rem !important;
    }
}

/* ============================================
   TABLET (768px - 1024px)
   ============================================ */

@media (min-width: 769px) and (max-width: 1024px) {
    .action-buttons {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    
    .folder-grid,
    .category-grid,
    .file-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    
    .dashboard-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ============================================
   TOUCH FRIENDLY ELEMENTS
   ============================================ */

@media (max-width: 768px) {
    /* Tüm tıklanabilir elementler için minimum boyut */
    a,
    button,
    input[type="submit"],
    input[type="button"],
    .btn,
    .card,
    .folder-item,
    .category-item,
    .file-card {
        min-height: 44px !important;
        min-width: 44px !important;
    }
    
    /* Scroll için smooth */
    * {
        -webkit-overflow-scrolling: touch;
    }
    
    /* Text selection */
    ::selection {
        background: rgba(193, 154, 107, 0.3);
    }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

@media (max-width: 768px) {
    .mobile-hide {
        display: none !important;
    }
    
    .mobile-show {
        display: block !important;
    }
    
    .mobile-full-width {
        width: 100% !important;
    }
    
    .mobile-center {
        text-align: center !important;
    }
    
    .mobile-no-padding {
        padding: 0 !important;
    }
    
    .mobile-no-margin {
        margin: 0 !important;
    }
}



