.elementor-3024 .elementor-element.elementor-element-29dbe77{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-3024 .elementor-element.elementor-element-29dbe77{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-81613db *//* --- FOOTER GENEL AYARLAR --- */
        footer {
            background-color: #ffffff;
            border-top: 1px solid #eeeeee;
            padding: 60px 0 30px 0;
            color: var(--navy);
        }

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

        /* --- ÜST ÖZELLİKLER (4'LÜ BAR) --- */
        .footer-features {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            padding-bottom: 50px;
            border-bottom: 1px solid #f0f0f0;
            margin-bottom: 50px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .feature-item svg {
            width: 45px;
            height: 45px;
            color: #666;
        }

        .feature-text h4 {
            margin: 0;
            font-size: 0.95rem;
            font-weight: 700;
        }

        .feature-text p {
            margin: 5px 0 0 0;
            font-size: 0.85rem;
            color: #888;
            line-height: 1.4;
        }

        /* --- ANA FOOTER LİNKLERİ --- */
        .footer-main {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 40px;
        }

        .footer-col h4 {
            font-size: 1rem;
            margin-bottom: 25px;
            font-weight: 700;
        }

        .footer-col ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

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

        .footer-col ul li a {
            text-decoration: none;
            color: #666;
            font-size: 0.9rem;
            transition: 0.3s;
        }

        .footer-col ul li a:hover {
            color: var(--blue);
            padding-left: 5px;
        }

        /* --- BÜLTEN VE SOSYAL MEDYA --- */
        .newsletter-text {
            font-size: 0.9rem;
            color: #888;
            margin-bottom: 20px;
            line-height: 1.6;
        }

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

        .social-links a {
            width: 35px;
            height: 35px;
            background: #f5f5f5;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: #666;
            text-decoration: none;
            transition: 0.3s;
        }

        .social-links a:hover {
            background: var(--blue);
            color: #fff;
            transform: translateY(-3px);
        }

        /* --- YUKARI ÇIK BUTONU --- */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 45px;
            height: 45px;
            background: var(--navy);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            transition: 0.3s;
            z-index: 100;
        }

        .back-to-top:hover { background: var(--blue); }

        /* --- MOBİL UYUMLULUK --- */
        @media (max-width: 1024px) {
            .footer-features { grid-template-columns: repeat(2, 1fr); }
            .footer-main { grid-template-columns: repeat(3, 1fr); }
        }

        @media (max-width: 600px) {
            .footer-features { grid-template-columns: 1fr; }
            .footer-main { grid-template-columns: 1fr; gap: 30px; }
            .footer-col h4 { margin-bottom: 15px; }
        }/* End custom CSS */