/* --- GENEL AYARLAR --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 170px; }
body { font-family: 'Open Sans', sans-serif; line-height: 1.6; color: #333; background-color: #f9f9f9; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* --- ÜST MENÜ --- */
header { background: #fff; height: auto; padding: 15px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: fixed; width: 100%; top: 0; z-index: 1000; display: flex; align-items: center; }
.header-container { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; }
.logo-img { height: 90px; width: auto; }
nav ul { display: flex; align-items: center; gap: 25px; }
nav ul li a { font-weight: 600; font-size: 15px; color: #333; transition: color 0.3s; }
nav ul li a:hover { color: #d4af37; }
.btn-primary { background: #1d283a; color: #fff !important; padding: 10px 25px; border-radius: 5px; transition: background 0.3s; }
.btn-primary:hover { background: #151e2b; }
.hamburger { display: none; cursor: pointer; font-size: 24px; color: #1d283a; }

/* --- KAPAK --- */
.hero { position: relative; height: 100vh; display: flex; justify-content: center; align-items: center; text-align: center; color: #fff; background: url('kapak.jpg') no-repeat center center/cover; margin-top: 140px; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(29, 40, 58, 0.85); z-index: 1; }
.hero-content { position: relative; z-index: 2; padding: 0 20px; }
.hero h1 { font-size: 3.5rem; margin-bottom: 10px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
.motto { font-size: 1.5rem; color: #d4af37; font-weight: 600; margin-bottom: 20px; letter-spacing: 2px; }
.description { font-size: 1.1rem; max-width: 700px; margin: 0 auto 35px auto; opacity: 0.95; }
.btn-main { background: #d4af37; color: #fff; padding: 15px 35px; border-radius: 50px; font-weight: bold; margin: 5px; transition: transform 0.3s; display: inline-block; }
.btn-outline { border: 2px solid #fff; color: #fff; padding: 13px 33px; border-radius: 50px; font-weight: bold; margin: 5px; transition: background 0.3s, color 0.3s; display: inline-block; }
.btn-main:hover { transform: scale(1.05); background: #c9a432; }
.btn-outline:hover { background: #fff; color: #1d283a; }

/* --- MANEVİ REHBER --- */
.spiritual-guide { padding: 60px 0; background: #fff; border-bottom: 1px solid #eee; }
.spiritual-container { display: flex; gap: 30px; flex-wrap: wrap; }
.prayer-times-box, .quote-box { flex: 1; background: #fdfdfd; padding: 30px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid #eee; min-width: 300px; }
.prayer-times-box h3 { color: #1d283a; margin-bottom: 5px; font-size: 1.5rem; display: flex; align-items: center; gap: 10px; }
.city-name { font-size: 0.9rem; color: #666; margin-bottom: 20px; font-weight: 600; }
.times-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.time-item { background: #1d283a; color: #fff; padding: 10px; border-radius: 8px; text-align: center; }
.time-label { display: block; font-size: 0.8rem; opacity: 0.8; }
.time-value { display: block; font-size: 1.2rem; font-weight: bold; color: #d4af37; }
.source-note { font-size: 0.75rem; color: #999; margin-top: 15px; text-align: right; }
.quote-box { display: flex; flex-direction: column; justify-content: center; position: relative; }
.quote-icon { font-size: 40px; color: #d4af37; opacity: 0.2; position: absolute; top: 20px; left: 20px; }
.quote-box h3 { color: #1d283a; margin-bottom: 15px; z-index: 1; }
.quote-text { font-size: 1.1rem; font-style: italic; color: #555; margin-bottom: 15px; z-index: 1; min-height: 80px; }
.quote-source { font-weight: bold; color: #1d283a; text-align: right; font-size: 0.9rem; margin-bottom: 15px; }

/* --- HAKKIMIZDA --- */
.about { padding: 100px 0; text-align: center; }
.section-title h2 { font-size: 2.5rem; color: #1d283a; margin-bottom: 10px; }
.cards { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
.card { background: #fff; padding: 40px 25px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); width: 300px; transition: transform 0.3s; border-bottom: 5px solid transparent; }
.card:hover { transform: translateY(-10px); border-bottom: 5px solid #d4af37; }
.icon-box { font-size: 40px; color: #d4af37; margin-bottom: 20px; }
.card h3 { margin-bottom: 15px; color: #1d283a; }

/* --- VİZYON MİSYON --- */
.vision-mission { background-color: #1d283a; color: #fff; padding: 80px 0; }
.vm-container { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.vm-box { flex: 1; text-align: center; padding: 20px; }
.vm-box i { font-size: 50px; color: #d4af37; margin-bottom: 20px; }
.vm-box h3 { font-size: 1.8rem; margin-bottom: 15px; color: #fff; }
.vm-divider { width: 2px; height: 150px; background-color: rgba(212, 175, 55, 0.3); }

/* --- GÖNÜLLÜ FORMU --- */
.volunteer { padding: 80px 0; background-color: #fff; text-align: center; }
.volunteer-container { display: flex; flex-direction: column; align-items: center; max-width: 800px; margin: 0 auto; }
.volunteer-header h2 { font-size: 2.5rem; color: #1d283a; margin-bottom: 10px; }
.volunteer-form { width: 100%; background: #fdfdfd; padding: 40px; border-radius: 15px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); border: 1px solid #eee; }
.form-row { display: flex; gap: 20px; margin-bottom: 20px; }
.form-row input { flex: 1; }
.form-group { margin-bottom: 20px; width: 100%; }
.volunteer-form input, .volunteer-form select, .volunteer-form textarea { width: 100%; padding: 15px; border: 2px solid #e0e0e0; border-radius: 8px; font-size: 1rem; outline: none; transition: all 0.3s; font-family: 'Open Sans', sans-serif; }
.volunteer-form input:focus, .volunteer-form select:focus, .volunteer-form textarea:focus { border-color: #d4af37; box-shadow: 0 0 8px rgba(212, 175, 55, 0.2); }
.btn-block { width: 100%; padding: 15px; font-size: 1.1rem; font-weight: bold; border: none; cursor: pointer; margin-top: 10px; }

/* --- GALERİ --- */
.gallery { padding: 100px 0; text-align: center; background-color: #fff; }
.gallery-container .section-title h2 { font-size: 2.5rem; color: #1d283a; margin-bottom: 10px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); cursor: pointer; }
.gallery-img { width: 100%; height: 250px; object-fit: cover; transition: transform 0.4s ease; }
.gallery-item:hover .gallery-img { transform: scale(1.1); }
.lightbox { display: none; position: fixed; z-index: 2000; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); justify-content: center; align-items: center; }
.lightbox-content { max-width: 90%; max-height: 80vh; border-radius: 5px; box-shadow: 0 0 20px rgba(255, 255, 255, 0.2); }
.close-lightbox { position: absolute; top: 30px; right: 40px; color: #fff; font-size: 50px; font-weight: bold; cursor: pointer; transition: color 0.3s; }
.close-lightbox:hover { color: #d4af37; }

/* --- HAFTALIK PROGRAM --- */
.schedule { padding: 80px 0; background-color: #f0f4f8; }
.schedule-container .section-title h2 { color: #1d283a; margin-bottom: 40px; }
.schedule-grid { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
.schedule-card { background: #fff; padding: 0; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); width: 320px; display: flex; align-items: center; overflow: hidden; transition: transform 0.3s; border: 1px solid #eee; margin-bottom: 20px; }
.schedule-card:hover { transform: translateY(-5px); }
.schedule-date { background: #1d283a; color: #fff; padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100px; height: 100%; min-height: 120px; }
.schedule-date .day { font-size: 0.9rem; opacity: 0.8; }
.schedule-date .time { font-size: 1.4rem; font-weight: bold; color: #d4af37; }
.schedule-info { padding: 20px; flex: 1; }
.schedule-info h3 { font-size: 1.1rem; color: #1d283a; margin-bottom: 5px; }
.schedule-info p { font-size: 0.9rem; color: #666; }
.schedule-icon { padding-right: 20px; font-size: 24px; color: #ddd; }

/* --- SSS --- */
.faq { padding: 80px 0; background-color: #fff; }
.faq-container { max-width: 800px; }
.faq-list { margin-top: 30px; }
.faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; }
.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 20px; font-size: 1.1rem; font-weight: 600; color: #1d283a; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: color 0.3s; }
.faq-question:hover { color: #d4af37; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0 20px; }
.faq-answer p { padding-bottom: 20px; color: #555; }
.faq-active .faq-question { color: #d4af37; }
.faq-active .faq-question i { transform: rotate(180deg); transition: transform 0.3s; }
.faq-active .faq-answer { max-height: 200px; }

/* --- İLETİŞİM --- */
.contact { background: #eef2f0; padding: 80px 0; text-align: center; }
.contact h2 { font-size: 2.5rem; color: #1d283a; margin-bottom: 10px; }
.contact-grid { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-bottom: 50px; }
.contact-item { background: #fff; padding: 30px; border-radius: 10px; width: 300px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.contact-item i { font-size: 30px; color: #1d283a; margin-bottom: 15px; }
.contact-item a:hover { color: #d4af37; }
.map-container { width: 100%; max-width: 1000px; margin: 0 auto; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); border: 5px solid #fff; }

/* --- FOOTER --- */
footer { background: #1d283a; color: #fff; padding-top: 60px; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-content-wrapper { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; padding-bottom: 40px; }
.footer-col { flex: 1; min-width: 250px; }
.footer-col h3 { color: #fff; font-size: 1.3rem; margin-bottom: 20px; position: relative; padding-bottom: 10px; }
.footer-col h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background-color: #d4af37; }
.footer-col p { opacity: 0.8; font-size: 0.95rem; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { opacity: 0.8; transition: all 0.3s; }
.footer-links a:hover { color: #d4af37; padding-left: 5px; opacity: 1; }
.footer-contact-list li { margin-bottom: 15px; display: flex; align-items: center; gap: 10px; opacity: 0.8; }
.footer-contact-list i { color: #d4af37; font-size: 1.1rem; }
.footer-bottom { background-color: #151e2b; padding: 20px 0; text-align: center; border-top: 1px solid rgba(255,255,255,0.05); }
.socials { margin-top: 15px; }
.socials a { color: #fff; margin: 0 10px; font-size: 1.2rem; transition: color 0.3s; }
.socials a:hover { color: #d4af37; }

/* --- WHATSAPP BUTONU --- */
.whatsapp-float { position: fixed; width: 60px; height: 60px; bottom: 30px; right: 30px; background-color: #25d366; color: #fff; border-radius: 50px; text-align: center; font-size: 35px; box-shadow: 2px 2px 10px rgba(0,0,0,0.2); z-index: 9999; display: flex; justify-content: center; align-items: center; transition: transform 0.3s; }
.whatsapp-float:hover { transform: scale(1.1); background-color: #1faa54; }

/* --- MOBİL UYUMLULUK --- */
@media (max-width: 768px) {
    html { scroll-padding-top: 90px; }
    header { padding: 0; height: 70px; }
    .header-container { flex-direction: row; justify-content: space-between; }
    .logo-img { height: 50px; }
    .hero { margin-top: 0; }
    .hero h1 { font-size: 2rem; }
    .motto { font-size: 1.2rem; }
    .map-container { height: 300px; }
    .hamburger { display: block; }
    nav { position: absolute; top: 70px; right: -100%; background: #fff; width: 60%; height: 100vh; display: flex; flex-direction: column; align-items: center; padding-top: 50px; transition: 0.4s ease-in-out; box-shadow: -2px 0 5px rgba(0,0,0,0.1); }
    nav ul { flex-direction: column; gap: 30px; }
    nav.nav-active { right: 0; }
    .vm-container { flex-direction: column; }
    .vm-divider { width: 100px; height: 2px; margin: 20px 0; }
    .form-row { flex-direction: column; gap: 20px; }
    .volunteer-form { padding: 25px; }
    .gallery-grid { grid-template-columns: 1fr; padding: 0 20px; }
    .spiritual-container { flex-direction: column; }
    .times-grid { grid-template-columns: repeat(3, 1fr); }
    .whatsapp-float { width: 50px; height: 50px; font-size: 30px; bottom: 20px; right: 20px; }
    .footer-content-wrapper { flex-direction: column; gap: 30px; }
}

/* ANİMASYON */
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
.fade-in.visible { opacity: 1; transform: translateY(0); }