 /* AOS kaynaklı opacity sorununu düzelt */
        [data-aos] {
            opacity: 1 !important;
            transform: none !important;
        }
        
        .page-header {
            background: linear-gradient(135deg, var(--primary-burgundy) 0%, #2d1516 100%);
            padding: 2.5rem 0;
            margin-bottom: 2rem;
        }
        .page-header h1 {
            font-size: 2.5rem;
            font-weight: 800;
        }
        
        /* İletişim Kartları - 2'li */
        .contact-cards {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            margin-bottom: 2rem;
        }
        .contact-card {
            background: white;
            border-radius: 28px;
            padding: 1.8rem;
            text-align: center;
            transition: all 0.4s;
            box-shadow: 0 8px 25px rgba(0,0,0,0.05);
            border: 1px solid #f0e5d5;
        }
        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 35px rgba(139,44,45,0.12);
            border-color: var(--primary-gold);
        }
        .contact-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #fef9e8, #fff6e5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
        }
        .contact-icon i {
            font-size: 1.8rem;
            color: var(--primary-gold);
        }
        .contact-card h3 {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--primary-burgundy);
            margin-bottom: 0.5rem;
        }
        .contact-card p {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 0;
        }
        .contact-card a {
            color: #666;
            text-decoration: none;
            transition: color 0.3s;
        }
        .contact-card a:hover {
            color: var(--primary-gold);
        }
        
        /* Harita Bölümü */
        .map-container {
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            margin-bottom: 2rem;
        }
        .map-container iframe {
            width: 100%;
            height: 400px;
            border: none;
        }
        
        /* Alt Bölüm */
        .bottom-section {
            background: white;
            border-radius: 28px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            border: 1px solid #f0e5d5;
            text-align: center;
        }
        .bottom-section h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--primary-burgundy);
            margin-bottom: 1.2rem;
            position: relative;
            display: inline-block;
            padding-bottom: 0.5rem;
        }
        .bottom-section h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 25%;
            right: 25%;
            height: 3px;
            background: var(--primary-gold);
            border-radius: 3px;
        }
        .social-icons {
            display: flex;
            justify-content: center;
            gap: 1.2rem;
            flex-wrap: wrap;
            margin-bottom: 1.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid #f0e5d5;
        }
        .social-icon-lg {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            transition: all 0.3s;
            text-decoration: none;
            color: white;
        }
        .social-icon-lg:hover {
            transform: translateY(-5px);
            opacity: 0.9;
        }
        .social-facebook { background: #1877f2; }
        .social-twitter { background: #1da1f2; }
        .social-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
        .social-youtube { background: #ff0000; }
        .social-linkedin { background: #0077b5; }
        
        .request-btn {
            background: linear-gradient(135deg, var(--primary-burgundy), var(--dark-burgundy));
            border: none;
            border-radius: 50px;
            padding: 1rem 2rem;
            color: white;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s;
            width: 100%;
        }
        .request-btn:hover {
            background: var(--primary-gold);
            color: #2d2d2d;
            transform: translateY(-2px);
        }
        
        /* Modal Stili */
        .modal-content-custom {
            border-radius: 28px;
            border: none;
            overflow: hidden;
        }
        .modal-header-custom {
            background: linear-gradient(135deg, var(--primary-burgundy), var(--dark-burgundy));
            color: white;
            border: none;
            padding: 1.2rem 1.5rem;
        }
        .modal-header-custom .btn-close {
            filter: brightness(0) invert(1);
        }
        .modal-body-custom {
            padding: 1.8rem;
        }
        .form-control-custom {
            background: #f8f5ef;
            border: 1px solid #e0d5c0;
            border-radius: 16px;
            padding: 0.8rem 1rem;
            font-size: 0.9rem;
            transition: all 0.3s;
        }
        .form-control-custom:focus {
            border-color: var(--primary-gold);
            box-shadow: 0 0 0 3px rgba(197,160,40,0.2);
            outline: none;
        }
        .form-select-custom {
            background: #f8f5ef;
            border: 1px solid #e0d5c0;
            border-radius: 16px;
            padding: 0.8rem 1rem;
            font-size: 0.9rem;
        }
        .captcha-box {
            background: #f8f5ef;
            border-radius: 16px;
            padding: 0.8rem;
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .captcha-code {
            background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 12px;
            font-family: monospace;
            font-size: 1.3rem;
            letter-spacing: 3px;
            font-weight: bold;
        }
        .captcha-refresh {
            background: transparent;
            border: none;
            color: var(--primary-gold);
            cursor: pointer;
            font-size: 1.2rem;
        }
        .captcha-input {
            flex: 1;
            min-width: 150px;
        }
        .btn-submit {
            background: linear-gradient(135deg, var(--primary-burgundy), var(--dark-burgundy));
            border: none;
            border-radius: 50px;
            padding: 0.8rem;
            color: white;
            font-weight: 600;
            transition: all 0.3s;
            width: 100%;
        }
        .btn-submit:hover {
            background: var(--primary-gold);
            color: #2d2d2d;
            transform: translateY(-2px);
        }
        
        /* Sağ Menü */
        .sidebar-menu {
            background: white;
            border-radius: 28px;
            padding: 1.5rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            position: sticky;
            top: 100px;
            border-bottom: 3px solid var(--primary-gold);
        }
        .sidebar-menu h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--primary-burgundy);
            margin-bottom: 1.2rem;
            position: relative;
            padding-bottom: 0.75rem;
        }
        .sidebar-menu h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--primary-gold);
            border-radius: 3px;
        }
        .menu-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .menu-list li {
            margin-bottom: 0.8rem;
        }
        .menu-list a {
            display: block;
            padding: 12px 18px;
            border-radius: 50px;
            color: #4a4a4a;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s;
            background: #f8f5ef;
        }
        .menu-list a i {
            margin-right: 12px;
            color: var(--primary-gold);
            width: 24px;
        }
        .menu-list a:hover {
            background: linear-gradient(135deg, var(--primary-burgundy), var(--dark-burgundy));
            color: white;
            transform: translateX(5px);
        }
        .menu-list a:hover i {
            color: white;
        }
        .menu-list a.active {
            background: linear-gradient(135deg, var(--primary-burgundy), var(--dark-burgundy));
            color: white;
        }
        
        /* Toast Mesajı */
        .toast-custom {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 9999;
            background: #2d2d2d;
            color: white;
            border-radius: 12px;
            padding: 1rem 1.5rem;
            display: none;
            align-items: center;
            gap: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
        }
        .toast-custom i {
            color: var(--primary-gold);
            font-size: 1.2rem;
        }
        
        @media (max-width: 992px) {
            .sidebar-menu {
                position: relative;
                top: 0;
                margin-top: 2rem;
            }
            .contact-cards {
                grid-template-columns: repeat(2, 1fr);
            }
            .map-container iframe {
                height: 300px;
            }
        }
        @media (max-width: 768px) {
            .contact-cards {
                grid-template-columns: 1fr;
            }
            .map-container iframe {
                height: 250px;
            }
            .social-icon-lg {
                width: 45px;
                height: 45px;
                font-size: 1.2rem;
            }
            .modal-body-custom {
                padding: 1.2rem;
            }
            .captcha-box {
                flex-direction: column;
                align-items: stretch;
            }
            .captcha-code {
                text-align: center;
            }
        }