
body { font-family: 'Segoe UI', sans-serif; background-color: #f8f9fa; color: #333; overflow-x: hidden; }
.navbar-brand { font-size: 22px; }
.top-bar { font-size: 13px; }
.scrollable-menu { max-height: 400px; overflow-y: auto; }
.btn-danger { background-color: #c0392b; border-color: #c0392b; }
.btn-success { background-color: #25d366; border-color: #25d366; }
h1, h2, h3 { color: #2c3e50; }
a { color: #c0392b; }
a:hover { text-decoration: none; color: #e74c3c; }
.content-body ul { list-style-type: none; padding-left: 0; }
.content-body ul li:before { content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900; padding-right: 10px; color: #27ae60; }

/* MOBİL BAŞLIK DÜZELTMESİ (SOLA YASLA, BOŞLUĞU AL) */
.content-body h1, .content-body h2, .content-body h3, .content-body h4 { text-align: left !important; word-break: break-word; margin-top: 20px; line-height: 1.3; }
.content-body p { text-align: justify; margin-bottom: 15px; }

/* Hero Section */
.hero-text-shadow h1 { color: #ffffff !important; font-weight: 800; text-shadow: 2px 2px 5px rgba(0,0,0,0.8); }
.hero-text-shadow p { color: #ffffff !important; text-shadow: 1px 1px 3px rgba(0,0,0,0.8); }

/* Tablolar */
.tax-table { width: 100%; border-collapse: collapse; margin-top: 15px; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.tax-table th, .tax-table td { border: 1px solid #dee2e6; padding: 12px; }
.tax-table th { background-color: #f8f9fa; color: #495057; width: 35%; font-weight: 600; }

/* Canlı Destek Widget */
.sidebar-widget { background: #fff; padding: 0; border: 1px solid #eee; margin-bottom: 20px; border-radius: 5px; overflow: hidden; }
.sidebar-widget h5 { background: #f8f9fa; padding: 15px; margin: 0; border-bottom: 1px solid #eee; font-weight: bold; }
.sidebar-links a { display: block; padding: 12px 15px; border-bottom: 1px solid #f8f9fa; color: #555; text-decoration: none; transition: 0.2s; }
.sidebar-links a:hover { background: #f8f9fa; color: #c0392b; padding-left: 20px; }
.sidebar-links a:last-child { border-bottom: none; }

/* Sosyal Medya İkonları */
.social-links a { display: inline-flex; width: 36px; height: 36px; background: #333; color: #fff; border-radius: 50%; align-items: center; justify-content: center; margin: 0 5px; transition: 0.3s; text-decoration: none !important; }
.social-links a:hover { transform: translateY(-3px); color: #fff; }
.social-links a.facebook:hover { background: #3b5998; }
.social-links a.instagram:hover { background: #E1306C; }
.social-links a.twitter:hover { background: #1DA1F2; }
.social-links a.youtube:hover { background: #FF0000; }

/* Çerez Banner */
#cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(30, 30, 30, 0.95); color: #fff; padding: 15px 0; z-index: 9999; border-top: 3px solid #ffc107; display: none; }

/* PageSpeed */
img { height: auto; max-width: 100%; }
