Kurumsal

404

/* ========================================================================== KAYAN BUTONLAR VE ÇEVİRİ WIDGET (SABİT) ========================================================================== */ .floating-buttons { position: fixed; bottom: 30px; left: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 9999; } .float-btn { width: 55px; height: 55px; border-radius: 50%; background-color: #25d366; color: white; font-size: 24px; display: flex; justify-content: center; align-items: center; text-decoration: none; box-shadow: 0 10px 25px rgba(0,0,0,0.2); animation: floatPulse 2.5s infinite; transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .float-btn.phone { background-color: #1a2332; border: 2px solid #8cc63f; color: #8cc63f; } .float-btn.phone:hover { background-color: #8cc63f; color: #1a2332; box-shadow: 0 10px 25px rgba(140, 198, 63, 0.4); } .float-btn:hover { transform: scale(1.15); } @keyframes floatPulse { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } /* ========================================================================== ULTRA-MODERN MEGA FOOTER TASARIMI ========================================================================== */ .mega-footer { background-color: #0a0f16; /* Çok Derin Lacivert/Siyah (Premium Hissiyat) */ color: rgba(255, 255, 255, 0.6); font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; position: relative; margin-top: 80px; /* Pre-footer'ın taşması için boşluk */ } /* --- 1. PRE-FOOTER CALL TO ACTION (Aksiyon Barı) --- */ .pre-footer-cta { background: linear-gradient(135deg, #1a2332 0%, #0d131c 100%); border-top: 4px solid #8cc63f; border-radius: 15px; padding: 45px 50px; position: relative; top: -60px; /* Yukarı taşarak site ile footer'ı birleştirir */ box-shadow: 0 25px 50px rgba(0,0,0,0.2); display: flex; justify-content: space-between; align-items: center; margin: 0 30px; } .pre-footer-text h3 { color: #ffffff; font-size: 28px; font-weight: 800; margin: 0 0 10px 0; letter-spacing: -0.5px; } .pre-footer-text p { color: #8cc63f; font-size: 16px; margin: 0; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; } .pre-footer-btn { background-color: #8cc63f; color: #0a0f16 !important; font-size: 16px; font-weight: 700; padding: 18px 40px; border-radius: 8px; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 10px; } .pre-footer-btn:hover { background-color: #ffffff; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(255,255,255,0.1); } /* --- 2. ANA FOOTER İÇERİĞİ --- */ .footer-main-content { padding: 0 0 50px 0; } .footer-widget { margin-bottom: 40px; } .footer-brand p { margin: 25px 0; line-height: 1.8; font-size: 15px; } /* Stratejik Partnerlik Butonu (Yeni) */ .strategic-partner-btn { display: inline-flex; align-items: center; gap: 12px; background: transparent; color: #8cc63f; border: 2px solid #8cc63f; padding: 12px 25px; border-radius: 6px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; transition: all 0.3s ease; margin-top: 5px; } .strategic-partner-btn i { font-size: 22px; } .strategic-partner-btn:hover { background: #8cc63f; color: #0a0f16; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(140, 198, 63, 0.2); } /* Footer Başlıkları */ .footer-title { color: #ffffff; font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 30px; position: relative; padding-bottom: 12px; } .footer-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 3px; background-color: #8cc63f; transition: width 0.3s ease; } .footer-widget:hover .footer-title::after { width: 60px; /* Hover'da çizgi uzar */ } /* Modern Menü Linkleri (Underline Sweep Effect) */ .footer-menu { list-style: none; padding: 0; margin: 0; } .footer-menu li { margin-bottom: 16px; } .footer-menu a { color: rgba(255, 255, 255, 0.6); text-decoration: none; font-size: 15px; font-weight: 500; position: relative; display: inline-block; padding-bottom: 2px; transition: color 0.3s ease; } .footer-menu a::before { content: ''; position: absolute; width: 0; height: 1px; bottom: 0; left: 0; background-color: #8cc63f; transition: width 0.3s ease; } .footer-menu a:hover { color: #ffffff; } .footer-menu a:hover::before { width: 100%; } /* Lokasyon/Adres Kutuları */ .location-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,0.05); } .location-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .location-icon { width: 40px; height: 40px; border-radius: 8px; background: rgba(140, 198, 63, 0.1); color: #8cc63f; display: flex; justify-content: center; align-items: center; font-size: 18px; flex-shrink: 0; } .location-text h4 { color: #ffffff; font-size: 15px; margin: 0 0 8px 0; font-weight: 600; } .location-text p { margin: 0; font-size: 14px; line-height: 1.6; } /* --- 3. EN ALT BAR (BOTTOM BAR) --- */ .footer-bottom { background-color: #05080b; /* Daha da koyu dip renk */ padding: 25px 0; border-top: 1px solid rgba(255,255,255,0.03); } .bottom-flex { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; } .copyright-text { font-size: 13px; margin: 0; } .legal-links { display: flex; gap: 25px; } .legal-links a { color: rgba(255,255,255,0.5); font-size: 13px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; transition: color 0.3s ease; } .legal-links a:hover { color: #8cc63f; } /* Sosyal Medya İkonları */ .social-icons { display: flex; gap: 12px; } .social-icons a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.05); color: #ffffff; display: flex; justify-content: center; align-items: center; font-size: 16px; text-decoration: none; transition: all 0.3s ease; } .social-icons a:hover { background: #8cc63f; color: #0a0f16; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(140, 198, 63, 0.3); } /* Mobil Uyumluluk */ @media (max-width: 991px) { .pre-footer-cta { flex-direction: column; text-align: center; gap: 25px; padding: 35px 20px; margin: 0 15px; } .bottom-flex { flex-direction: column; justify-content: center; text-align: center; } } window.gtranslateSettings = {"default_language":"tr","languages":["tr","de","fr","en"],"wrapper_selector":".gtranslate_wrapper","switcher_horizontal_position":"right","flag_style":"3d"}