  #footer.asymmetric-footer {
            background-color: #ffffff;
            padding: 60px 0 0 0;
            color: #2a2c39;
        }

        #footer .footer-brand-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            border: 2px solid #2a2c39; 
            padding: 20px; 
            border-radius: 12px;
            height: 100%;
            max-width: 450px; /* Çerçevenin maksimum genişliği belirlendi */
            margin: 0 auto; /* Çerçevenin kendi sütunu içinde ortalanması sağlandı */
        }
        #footer .footer-brand-logo img {
            max-height: 40px;
            margin-bottom: 20px;
        }

        #footer .footer-brand-name {
            font-family: 'Montserrat', sans-serif;
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 1px;
        }

        #footer .footer-brand-tagline {
            font-size: 14px;
            color: #6c757d;
            margin-top: 5px;
        }

        /* --- Link Alanları (Sağ Sütun) --- */
        #footer .footer-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #2a2c39;
            margin-bottom: 20px;
        }

        #footer .footer-links a {
            color: #6c757d;
            text-decoration: none;
            display: block;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        #footer .footer-links a:hover {
            color: #fd7e14;
        }

        /* --- En Alt Copyright Alanı --- */
        #footer .footer-bottom-area {
            padding: 25px 0;
            margin-top: 40px;
            border-top: 1px solid #e9ecef;
            text-align: center;
        }

        #footer .footer-bottom-area p {
            margin: 0;
            font-size: 13px;
            color: #6c757d;
        }