:root { --primary: #1e3a8a; --secondary: #2563eb; --dark: #0f172a; --light: #f8fafc; --border: #e5e7eb; } /* RESET */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; line-height: 1.6; color: #1f2933; background: #ffffff; } .container { width: 90%; max-width: 1200px; margin: auto; } /* ================= HEADER ================= */ .header { background: var(--dark); padding: 15px 0; } .logo h1 { color: #ffffff; font-size: 20px; } .header .container { display: flex; justify-content: space-between; align-items: center; } .nav a { color: #e5e7eb; text-decoration: none; margin-left: 20px; font-size: 14px; } .nav .btn { background: var(--secondary); padding: 8px 14px; border-radius: 4px; color: #ffffff; } /* ================= HERO + SLIDER ================= */ .hero { position: relative; min-height: 520px; display: flex; align-items: center; overflow: hidden; color: #ffffff; } .hero-small { min-height: 380px; } .hero-slider { position: absolute; inset: 0; z-index: 0; } .hero-slider .slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s ease-in-out; } .hero-slider .slide.active { opacity: 1; } .hero::before { content: ""; position: absolute; inset: 0; background: rgba(15, 23, 42, 0.65); z-index: 1; } .hero .container { position: relative; z-index: 2; } .hero h2 { font-size: 38px; margin-bottom: 20px; } .hero p { max-width: 700px; color: #e5e7eb; } /* ================= SERVICES ================= */ .services { padding: 80px 0; } .service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; } .service-box { border: 1px solid var(--border); padding: 30px; border-radius: 10px; background: #ffffff; box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08); transition: 0.3s; } .service-box:hover { transform: translateY(-6px); } /* ================= PROJELER ================= */ .projects { padding: 80px 0; } .project-card { display: flex; gap: 30px; align-items: center; border: 1px solid var(--border); border-radius: 12px; padding: 35px; margin-bottom: 45px; box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08); transition: 0.3s; } .project-card:hover { transform: translateY(-6px); } .project-image { flex: 0 0 260px; height: 170px; overflow: hidden; border-radius: 10px; background: #e5e7eb; } .project-image img { width: 100%; height: 100%; object-fit: cover; } .project-meta { font-size: 14px; color: #6b7280; margin-bottom: 10px; } /* ================= KURUMSAL SAYFA ================= */ /* GENEL */ .about, .mv, .values, .stats { padding: 80px 0; } .about h3, .mv h3, .values h3 { font-size: 30px; margin-bottom: 25px; text-align: center; } .about p { max-width: 900px; margin: 0 auto; text-align: center; font-size: 17px; color: #374151; } /* MİSYON & VİZYON */ .mv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; } .mv-box { background: #f5f7fa; padding: 40px; border-radius: 14px; box-shadow: 0 15px 35px rgba(0,0,0,0.05); } .mv-box h3 { color: var(--primary); margin-bottom: 15px; } /* DEĞERLER */ .values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin-top: 40px; } .value-item { background: var(--primary); color: #ffffff; padding: 18px; text-align: center; border-radius: 30px; font-weight: 500; } /* SAYILARLA BİZ */ .stats { background: #f0f4f8; } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; text-align: center; } .stat { background: #ffffff; padding: 35px 20px; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); } .stat h4 { font-size: 42px; color: var(--primary); margin-bottom: 10px; } /* ================= FOOTER ================= */ .footer { background: #020617; color: #9ca3af; text-align: center; padding: 20px 0; font-size: 14px; } /* ================= RESPONSIVE ================= */ @media (max-width: 768px) { .hero h2 { font-size: 30px; } .project-card { flex-direction: column; align-items: flex-start; } .project-image { width: 100%; height: 200px; } } /* ================================ FAALİYETLER SAYFASI – FIX ================================ */ /* ana sayfa servislerini etkilemesin */ .faaliyetler-page .services { display: none; } /* faaliyetler ana alan */ .activities { padding: 90px 0; background: #f8fafc; } /* tek tek faaliyet kartları */ .activity { background: #ffffff; border: 1px solid var(--border); border-radius: 14px; padding: 40px; margin-bottom: 45px; box-shadow: 0 18px 45px rgba(15,23,42,0.08); transition: all 0.3s ease; } .activity:hover { transform: translateY(-6px); box-shadow: 0 30px 65px rgba(15,23,42,0.15); } /* başlık */ .activity h3 { font-size: 26px; margin-bottom: 15px; color: var(--primary); } /* açıklama */ .activity p { max-width: 900px; font-size: 16px; color: #374151; margin-bottom: 15px; } /* liste */ .activity ul { padding-left: 22px; margin-top: 15px; } .activity ul li { margin-bottom: 8px; color: #374151; } .activity ul li::marker { color: var(--secondary); } /* mobil */ @media (max-width: 768px) { .activity { padding: 28px; } .activity h3 { font-size: 22px; } } /* ================================ DANIŞMANLIK SAYFASI – FIX & STİL ================================ */ /* hero zaten var ama garantiye alıyoruz */ .danismanlik-hero { position: relative; height: 420px; overflow: hidden; color: #ffffff; } /* içerik alanı */ .danismanlik-content { padding: 90px 0; background: #f8fafc; } /* grid */ .danismanlik-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } /* kartlar */ .danismanlik-card { background: #ffffff; border: 1px solid var(--border); border-radius: 14px; padding: 35px; box-shadow: 0 18px 45px rgba(15,23,42,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .danismanlik-card:hover { transform: translateY(-6px); box-shadow: 0 30px 65px rgba(15,23,42,0.15); } .danismanlik-card h3 { color: var(--primary); margin-bottom: 12px; font-size: 22px; } .danismanlik-card p { color: #374151; font-size: 15px; margin-bottom: 15px; } /* liste */ .danismanlik-card ul { padding-left: 20px; } .danismanlik-card ul li { margin-bottom: 8px; color: #374151; } .danismanlik-card ul li::marker { color: var(--secondary); } /* CTA / PDF */ .danismanlik-cta { margin-top: 80px; padding: 70px; border-radius: 18px; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #ffffff; text-align: center; } .danismanlik-cta h3 { font-size: 30px; margin-bottom: 15px; } .danismanlik-cta p { max-width: 700px; margin: 0 auto 20px; color: #e5e7eb; } .danismanlik-cta a { display: inline-block; padding: 14px 34px; background: #ffffff; color: var(--primary); border-radius: 8px; font-weight: 600; text-decoration: none; transition: transform 0.25s ease; } .danismanlik-cta a:hover { transform: scale(1.05); } /* mobil */ @media (max-width: 768px) { .danismanlik-hero { height: 320px; } .danismanlik-content { padding: 60px 0; } .danismanlik-card { padding: 28px; } .danismanlik-cta { padding: 45px 25px; } .danismanlik-cta h3 { font-size: 24px; } } /* ================================ İLETİŞİM SAYFASI – ÖZEL STİL ================================ */ /* HERO */ .page-hero { background: linear-gradient( rgba(15,23,42,0.75), rgba(15,23,42,0.75) ), url('../img/iletisim-hero.jpg') center/cover no-repeat; color: #ffffff; padding: 100px 0; } .page-hero h2 { font-size: 38px; margin-bottom: 12px; } .page-hero p { max-width: 650px; color: #e5e7eb; } /* GRID */ .contact { padding: 80px 0; } .contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; } /* BİLGİ KUTUSU */ .contact-info { background: #ffffff; border: 1px solid var(--border); border-radius: 10px; padding: 35px; box-shadow: 0 15px 35px rgba(15,23,42,0.08); } .contact-info h3 { font-size: 24px; margin-bottom: 20px; color: var(--primary); } .contact-info p { margin-bottom: 14px; color: #374151; line-height: 1.7; } /* FORM */ .contact-form { background: #ffffff; border: 1px solid var(--border); border-radius: 10px; padding: 35px; box-shadow: 0 15px 35px rgba(15,23,42,0.08); } .contact-form h3 { font-size: 24px; margin-bottom: 20px; color: var(--primary); } .contact-form form { display: flex; flex-direction: column; } .contact-form label { font-size: 14px; margin-bottom: 6px; color: #374151; } .contact-form input, .contact-form textarea { padding: 12px 14px; margin-bottom: 18px; border: 1px solid var(--border); border-radius: 6px; font-size: 14px; font-family: inherit; } .contact-form textarea { min-height: 120px; resize: vertical; } .contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--secondary); } /* BUTON */ .contact-form .btn { align-self: flex-start; background: var(--secondary); color: #ffffff; padding: 12px 26px; border-radius: 6px; font-weight: 600; } /* HARİTA */ .map { padding: 70px 0; } .map h3 { margin-bottom: 20px; color: var(--primary); } .map iframe { border-radius: 10px; box-shadow: 0 15px 35px rgba(15,23,42,0.1); } /* RESPONSIVE */ @media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } .page-hero { padding: 80px 0; } .page-hero h2 { font-size: 32px; } } /* ========================= KURUMSAL SLIDER (NET FIX) ========================= */ .kurumsal-slider { position: absolute; inset: 0; z-index: 0; } .kurumsal-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s ease-in-out; } .kurumsal-slide.active { opacity: 1; } /* Overlay */ .hero.hero-small::before { content: ""; position: absolute; inset: 0; background: rgba(15, 23, 42, 0.65); z-index: 1; } /* ========================= DANIŞMANLIK SLIDER ========================= */ .danismanlik-slider { position: absolute; inset: 0; z-index: 0; } .danismanlik-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s ease-in-out; } .danismanlik-slide.active { opacity: 1; } .logo img { height: 60px; /* İstersen 50–70 arası oynayabilirsin */ width: auto; display: block; } .header .container { display: flex; align-items: center; justify-content: space-between; }