@charset "UTF-8";
/*!
Template Name: neta
Template URI: https://themeforest.net/user/labartisan
Author: labartisan.net
Author URI: https://themeforest.net/user/labartisan
Description: Neta Political & Election Campaign HTML Template
Version: 1.0.0
Text Domain: neta
Tags: agency, campaign, candidate, debate, democracy, democrat, donation, election, election campaign, government, organization, political agency, political campaign, political candidate, republican

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Global CSS
# Header CSS
# Page Header
# Banner
	*Style-1
	*Style-2
	*Style-3
	*Style-4
	*Style51
	*Style-6
	*Style-7
# about-sectio
# about-sectio
# about-section
# about-bio
# about-qoute
# about-media
# election-campaign-section
# quick-donation-section
# become-member-section
# newsletter-section
# footer-section
# donate-details-area
# donate-amount
# payment-info
# election-campaign
# map-area
# blog-content
# entry-single
# comments-list
# ccr-section
# comment-response
# mission-section
# campaign-schedule-lsit-area
# polician-qoute-section
# gallery-section
# achievement-section
# neta-info-section
# biography-section
# ourstatement
# testimonial
# join-us-section
# urgent-causes-section
# progress
# achieve-goal
# recent-causes-section
# member
# product-preview-section
# Global Css
# Button Css
# Sidebar Css
# Cart Page Css
# Fore Zero Page
--------------------------------------------------------------*/
html {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin: 0;
  color: #717171;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
   padding-top: 40px; /* bilgi bar yüksekliği kadar */
}

.map-screen {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

html.map-screen {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}


main {
  flex: 1;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 22px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }
}
h1, h2, h3, h4, h5, h6 {
  color: #332929;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #332929;
  font-weight: 600;
}

p {
  font-size: 15px;
  margin: 0 0 1.75em;
  color: black;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #717171;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #9B083A;
}

img {
  max-width: 100%;
}

/**
 * 4.0 - Forms
 */
input {
  line-height: normal;
}

input[type=button],
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus {
  font-size: 1em;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}

input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background: #00b2b7;
}

input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #b0b0b0;
}

::-moz-placeholder {
  color: #b0b0b0;
}

:-ms-input-placeholder {
  color: #b0b0b0;
}

:-moz-placeholder {
  color: #b0b0b0;
}

.post-password-form {
  margin-bottom: 1.75em;
}

.post-password-form label {
  color: #686868;
  display: block;
  font-family: "Dosis", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}

.post-password-form input[type=password] {
  margin-top: 0.4375em;
}

.post-password-form > :last-child {
  margin-bottom: 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both;
}

.navbar {
  margin-bottom: 0;
}
.navbar.full-width-nav {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.navbar.full-width-nav .nav {
  float: none;
  display: inline-block;
}
.navbar .nav {
  margin: 6px 0;
}
.navbar .nav li {
  position: relative;
}
.navbar .nav li a {
    padding: 16px 28px;   /* Yüksekliği ve yatay boşluğu biraz artırdım */
    font-size: 18px;      /* Biraz daha büyük ve orantılı */
   
    color: #161743;
    display: flex;
    align-items: center;  /* Dikey ortalama */
    height: 48px;         /* Menü yüksekliğini sabitle */
    box-sizing: border-box;
}
.navbar .nav li a:hover {
  background-color: transparent;
}
.navbar .nav li a:active {
  background-color: transparent;
}
.navbar .nav li a:focus {
  background-color: transparent;
}
.navbar .nav li.active > a, .navbar .nav li:hover > a {
  color: #9B083A !important;
}
@media (max-width: 991px) {
  .navbar .nav li.active > a, .navbar .nav li:hover > a {
    background-color: #9B083A;
    color: #fff !important;
  }
}
@media (min-width: 992px) {
  .navbar .nav li .submenu {
    position: absolute;
    left: 0;
    min-width: 240px; /* genişlik artırıldı */
    top: 100%;
    list-style: none;
    padding-left: 0;
    background-color: #fff;
    border-radius: 3px;
    border-top: 5px solid #9B083A;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.3s;
    z-index: 999;
    white-space: normal; /* uzun metinler alt satıra geçsin */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .navbar .nav li .submenu:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #9B083A transparent;
    width: 0;
    z-index: 1;
    top: -14px;
    left: 15%;
  }

  .navbar .nav li .submenu li a {
    padding: 10px 20px;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
  }

  .navbar .nav li .submenu li:hover > a {
    background-color: #717171;
    color: #fff !important;
  }

  .navbar .nav li .submenu li .submenu {
    left: 100%;
    top: 0;
  }

  .navbar .nav li .submenu li .submenu:before {
    display: none;
  }

  .navbar .nav li .submenu li.active-submenu > a,
  .navbar .nav li .submenu li:hover > a {
    background-color: #9B083A;
    color: #fff !important;
  }

  .navbar .nav li .submenu li:last-child a {
    border-bottom: none;
  }

  .navbar .nav li:hover > .submenu {
    transform: scaleY(1);
  }
}

@media (max-width: 991px) {
  .navbar .nav li > a {
    padding: 6px 12px;
    margin-bottom: 2px;
    color: #fff;
    width: 100%;
  }

  .navbar .nav li .submenu {
    padding-left: 30px;
    list-style: none;
    width: 100%;
    display: none;
  }

  .navbar .nav li .submenu li a {
    padding: 10px 15px;
    display: block;
    color: #fff !important;
    background-color: transparent;
    font-size: 14px;
    word-break: break-word;
  }
}

@media (min-width: 1440px) {
  .header .container,
  .navbar .container {
    max-width: 1440px;
  }
}
@media (max-width: 992px) {
  header .logo img {
    max-height: 50px;
  }
  .navbar-collapse {
    margin-top: 1rem;
  }
}
.navbar-toggler {
  color: #9B083A;
  outline: none !important;
  border: 1px solid #9B083A;
  font-size: 28px;
}

.header.style-1 {
  position: sticky;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); /* istersen */
}


.header.style-1 .logo, .header.style-1 .navbar .nav li a {
  color: #979494;
}

.header.style-1 .navbar .nav li .submenu li a {
  color: #0f0d0d;
}

.header.style-1 .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.transparent-menu .navbar-toggle .icon-bar {
  background-color: #fff;
}

.fixed-top-menu .navbar-toggle .icon-bar {
  background-color: #fff;
}
.fixed-top-menu .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
}
.header.style-1 .logo, .header.style-1 .navbar .nav li a {
  color: #979494;
}

.header.style-1 .navbar .nav li .submenu li a {
  color: #0f0d0d;
}

.header.style-1 .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.transparent-menu .navbar-toggle .icon-bar {
  background-color: #fff;
}

.fixed-top-menu .navbar-toggle .icon-bar {
  background-color: #fff;
}
.fixed-top-menu .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
    margin-top: 36px;
    margin-right: 0;
    position: relative;
    width: 35px;
  }
  .navbar-toggle .icon-bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #332929;
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar-toggle .icon-bar:first-child {
    top: 7px;
    transform: rotate(-45deg);
  }
  .navbar-toggle .icon-bar:nth-child(2) {
    opacity: 0;
    margin: 0;
  }
  .navbar-toggle .icon-bar:last-child {
    transform: rotate(45deg);
    top: 7px;
    margin: 0;
  }
  .navbar-toggle.collapsed .icon-bar {
    transform-origin: center;
  }
  .navbar-toggle.collapsed .icon-bar:first-child {
    top: 0;
    transform: rotate(0deg);
  }
  .navbar-toggle.collapsed .icon-bar:nth-child(2) {
    top: 7px;
    opacity: 1;
    margin: 0;
  }
  .navbar-toggle.collapsed .icon-bar:last-child {
    transform: rotate(0deg);
    top: 14px;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
    margin: 0 !important;
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #161743;
    float: none !important;
    width: 100%;
    padding-bottom: 100px;
  }
  .navbar-nav.nav {
    margin-top: 15px;
  }
  .navbar-nav li {
    float: none;
  }
}

@media (max-width: 991px) {
  .navbar .container {
    width: 100%;
    padding: 0;
  }
  .navbar .donate {
    display: none;
  }
  .navbar .collapse {
    max-height: 100vh;
  }
  .navbar .collapse.show {
    overflow-y: scroll !important;
  }
}

.header .donate {
  float: right;
}
@media (max-width: 1199px) {
  .header .donate {
    display: none;
  }
}
.header .donate:active {
  color: #fff;
}
.header .donate:focus {
  color: #fff;
}
.header .donate:focus {
  color: #fff;
}

.header {
  position: fixed; /* Artık sabit */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white; /* Menü arka planı artık beyaz */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Hafif gölge, isteğe bağlı */
    margin-top: 35px; /* gerekiyorsa ayarla */
      margin-bottom: 32px; /* İstediğin kadar artırabilirsin */
}
body {
  padding-top: 0;
  margin-top: 0;
}
.header .header-top {
  padding: 6px 25px;
  background-color: #161743;
  overflow: hidden;
}
@media (max-width: 400px) {
  .header .header-top {
    display: none;
  }
}

.header.style-1 {
   margin-top: 32px; /* .top-info-bar yüksekliği kadar */
  padding-top: 0;
}

.header .header-top .site-contact-info {
  padding: 10px 0;
  list-style: none;
  margin-bottom: 0;
}
.header .header-top .site-contact-info li {
  float: left;
  color: #fff;
  margin-right: 30px;
}
.header .header-top .site-contact-info li i {
  margin-right: 6px;
  color: #fff;
}
.header .header-top .social-media {
  margin-bottom: 0;
  margin-top: 3px;
}
.header .navbar {
  z-index: 99;
}
@media (max-width: 991px) {
  .header .navbar {
    padding: 15px 0;
  }
}
.header .transparent-menu {
  background-color: white !important;
}
.header .transparent-menu .navbar-brand,
.header .transparent-menu .navbar-nav li a {
  color: #161743; /* Menü yazı rengi koyu gri */
}
.header .transparent-menu .navbar-nav li .submenu li a {
  color: #717171;
}
.header .transparent-menu .navbar-nav li.active a,
.header .transparent-menu .navbar-nav li:hover a {
  color: #9B083A; /* Kırmızı vurgu */
}
.header.fixed-top-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #161743;
}
.header.fixed-top-menu .transparent-menu {
  background-color: #161743;
}
.header.fixed-top-menu .navbar {
  background-color: #161743;
}
.header.fixed-top-menu .header-top {
  display: none;
}
.header.fixed-top-menu .navbar-nav > li > a {
  color: #fff;
}
.header.fixed-top-menu .donate {
  background-color: #fff;
  color: #9B083A;
}
.header .codexcoder-navbar .logo {
  color: #9B083A;
  padding: 22px 0;
}
.header.header-style2 {
  text-align: center;
}
.header.header-style2 .logo {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -25px;
  padding: 0;
}
.header.header-style2 .navbar {
  padding: 0;
  border: none;
}
.header.header-style2 .sd-box {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -22px;
}
.header.header-style2 .sd-box .donate {
  margin: 0;
}
.header.header-style2 .sd-box .social-media {
  margin: 4px 0 4px 25px;
}
.header.header-style2 .navbar-nav {
  float: none;
  display: inline-block;
  margin: 0;
}
.header.header-style2 .navbar-nav li a {
  padding: 32px 15px;
}


.logo {
  padding: 0;
}
.logo:nth-child(2) {
  display: none;
}

.fixed-top-menu .logo:nth-child(1) {
  display: none;
}
.fixed-top-menu .logo:nth-child(2) {
  display: block;
}

.about-section {
  width: 100%;
  height: 458px;
  position: relative;
}
@media (max-width: 1199px) {
  .about-section {
    height: auto;
    padding: 100px 0;
  }
  .about-section.home-1 {
    padding-top: 0;
    margin-top: -100px;
    z-index: 1;
    background: transparent;
  }
}
.about-section .about-section-content {
  position: absolute;
  left: 0;
  top: -215px;
  width: 100%;
}
@media (max-width: 1199px) {
  .about-section .about-section-content {
    position: static;
  }
  .about-section .about-section-content .col-md-7, .about-section .about-section-content .col-md-5 {
    width: 100%;
  }
  .about-section .about-section-content .media-thumb img {
    width: 100%;
  }
  .about-section .about-section-content .about-media {
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
  }
  .about-section .about-section-content .about-qoute {
    min-height: auto;
  }
}



.custom-btn {
  padding: 10px 30px;
  border: 2px solid #e0e0e0;
  font-size: 15px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: 0.3s ease;
}
.custom-btn:hover {
  background-color: #9B083A;
  border-color: #9B083A;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}
.custom-btn.pull-left {
  float: none !important;
}
.custom-btn.pull-right {
  float: none !important;
}

.custom-btn-sm {
  padding: 5px 20px;
}
.custom-btn-sm:hover {
  background-color: #9B083A;
  border-color: #9B083A;
}

.custom-btn-bg {
  background-color: #fff;
  border-color: #fff;
}
.custom-btn-bg:hover {
  background-color: #9B083A;
}

.slider-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0; /* veya 0 10px gibi daha küçük */
  margin-top: 0;
  position: relative; /* Oklar için önemli */
}


.banner-slider {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}


.banner-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
  padding: 0;
  display: block;
}

/* Kırmızı yarı saydam katman */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 47, 75, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
}

/* Metin kutusu */
.banner-content-text {
  color: white;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

/* Yazılar */
.banner-content-text h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s ease;
}

.banner-content-text h6 {
  font-size: 20px;
  margin: 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

/* Aktif slide yazı animasyonu */
.swiper-slide-active .banner-content-text h1,
.swiper-slide-active .banner-content-text h6 {
  opacity: 1;
  transform: translateY(0);
}

/* Animasyonlar */
.banner-slider .banner-content-text h1 {
  transform: translateY(-800px);
  transition: all 0.5s ease;
  opacity: 0;
}

.banner-slider .banner-content-text h6 {
  transform: translateY(800px);
  transition: all 0.8s ease;
  opacity: 0;
}

.banner-slider .banner-content-text .custom-btn {
  transform: translateY(800px);
  transition: all 1s ease;
  opacity: 0;
}

/* Animasyon aktifken */
.banner-slider .swiper-slide-active .banner-content-text h1,
.banner-slider .swiper-slide-active .banner-content-text h6,
.banner-slider .swiper-slide-active .banner-content-text .custom-btn {
  transform: translateY(0px);
  opacity: 1;
}

/* Navigasyon okları */
.banner-slider .banner-nav {
 position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #9B083A;
  text-align: center;
  z-index: 2;
  font-size: 28px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.slider-wrapper,
.banner-slider {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.banner-slider .banner-nav.banner-nav-left {
  left: 10px;
}

.banner-slider .banner-nav.banner-nav-right {
  right: 10px;
}




/* Görsel */
.banner-slider img {
  display: block;
  width: 100%;      /* Tam genişlik */
  height: 700px;    /* Yüksekliği isteğe göre ayarlayabilirsiniz */
  object-fit: cover; /* Taşma olursa kırpma */
}

/* Slide metni ortalama */
/* .banner-content-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  z-index: 2;
} */

.slider-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slider-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.swiper-button-prev,
.swiper-button-next {
  background: none !important;
  border: none !important;
  width: auto;
  height: auto;
  box-shadow: none !important;
}

/* OK işaretlerini isteğe göre özelleştir */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 32px;
  font-weight: bold;
  color: #9B083A;
  background: none !important;
  border-radius: 0;
}




/* Hero Başlık - Slider ile eşit hizalanması için */
.custom-hero-message {
  background-color: #5a5a5a;
  color: #fff;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}


.custom-hero-message h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.custom-hero-message p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
/* Gri alt bilgi kutusu */
.slide-caption-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f12020;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.swiper-slide {
  padding: 0 !important;     /* Kenar boşluklarını sıfırla */
  margin: 0 !important;
  position: relative;
}



/* Footer Genel Alanı */
.footer-section {
  width: 100%;
  background-color: #0d1015;
  color: #fff;
  padding: 60px 0 40px 0;
  margin: 0;
  position: relative;
  left: 0;
}
footer {
  flex-shrink: 0;
}
footer.footer-section {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  display: block;
  clear: both;
}


/* Satır yapısını bozan boşlukları sıfırla */
.footer-section .row {
  margin-left: 0;
  margin-right: 0;
}

/* Linkler */
.footer-section a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section a:hover {
  color: #9B083A;
}

/* Footer Widget'lar */
.footer-section .widget {
  margin-bottom: 40px;
}

.footer-section .widget h5 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.footer-section .widget h5::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #9B083A;
  margin-top: 10px;
}

/* Sosyal Medya Butonları */
.footer-section .social-icons {
  margin-top: 20px;
}

.footer-section .social-icons a {
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2d34;
}

.footer-section .social-icons a:hover {
  background-color: #9B083A;
  color: #fff;
}


/* Alt Telif Alanı */
.footer-bottom {
  width: 100%;
  background-color: #9B083A;
  padding: 20px 0;
  color: #fff;
  margin-top: 40px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}


.announcement-section {
  background: #f5f5f5;
  padding: 60px 0;
}

.card-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 30px;
}

.card-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0d1b47;
  margin-bottom: 10px;
}

.underline {
  width: 50px;
  height: 3px;
  background: #9B083A;
  margin-bottom: 20px;
}

.news-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.news-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.news-list img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 5px;
}

.news-list .text p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.news-list .text span {
  display: block;
  font-size: 12px;
  color: #888;
}

.bullet-list {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}

.bullet-list li {
  margin-bottom: 15px;
  color: #333;
}

.bullet-list li span {
  display: block;
  font-size: 12px;
  color: #888;
}

.see-all {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  color: #9B083A;
  text-decoration: none;
  font-size: 14px;
}

.see-all i {
  margin-right: 5px;
}


.quick-access {
  /*background-color: #f8f9fb;  Yarı saydam açık gri arka plan */
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.quick-access .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px; /* 20px → 60px yap */
}


.section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 2px solid #9B083A;
  display: inline-block;
  color: #161743;
}

.quick-access-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
}

.quick-access-item {
  min-width: 280px;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-align: center;
  scroll-snap-align: start;
  flex-shrink: 0;
}

.quick-access-item img {
  width: 120px;
  margin-bottom: 10px;
}

.quick-access-item p {
  font-size: 14px;
  color: #161743;
  font-weight: 600;
  line-height: 1.5;
}
.quick-access-scroll-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.quick-access-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 20px;
  margin: 0 40px;
  scrollbar-width: none; /* Firefox */
}
.quick-access-wrapper::-webkit-scrollbar {
  display: none; /* Chrome */
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background-color: white;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #1a3da7;
  cursor: pointer;
  padding: 8px 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 50%;
  transition: background 0.2s;
}
.scroll-btn:hover {
  background-color: #f0f0f0;
}

.scroll-btn.left {
  left: 0;
}

.scroll-btn.right {
  right: 0;
}
.section-title {
  font-size: 20px;
  font-weight: bold;
  color: #1a2c59;
 
  border-bottom: 3px solid red;
  display: inline-block;
}

.video-gallery, .photo-gallery {
  display: flex;
  gap: 20px;
  
}

.video-item, .photo-item {
  flex: 0 0 auto;
  width: 250px;
}

.video-item video {
  width: 100%;
  border-radius: 6px;
}

.photo-item img {
  width: 100%;
  border-radius: 6px;
}
.photo-item p {
  font-size: 12px;
  margin-top: px;
  color: #111;
}


.video-gallery {
  display: flex;

  gap: 24px; /* Öğeler arası boşluk */
  justify-content: flex-start;
  margin-bottom: 40px;
}

.video-item {
  flex: 1 1 280px; /* Responsive genişlik */
  max-width: 300px;
}

.video-item iframe {
  width: 100%;
  height: 200px;
  border-radius: 8px;
}

/* Sayfa Başlığı */
.page-header {
  padding: 50px 0 30px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.page-header h1 {
  font-size: 32px;
  margin: 0;
  color: #161743;
}

.page-header .breadcrumb {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

.page-header .breadcrumb a {
  color: #9B083A;
  text-decoration: none;
}

.page-header .breadcrumb span {
  color: #333;
}

/* Haber Listesi */
.news-section {
  padding: 60px 0;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.news-item {
  width: calc(33.333% - 16px);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.news-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.news-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.news-item h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 15px 5px;
  color: #161743;
  line-height: 1.4em;
}

.news-item .date {
  font-size: 13px;
  color: #999;
  margin: 0 15px 10px;
}

.news-item .excerpt {
  font-size: 14px;
  color: #444;
  margin: 0 15px 15px;
}

/* "Tüm Haberler" Butonu */
.btn.btn-more {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 25px;
  border: 2px solid #9B083A;
  color: #9B083A;
  font-weight: 600;
  border-radius: 25px;
  transition: 0.3s ease;
  text-decoration: none;
}

.btn.btn-more:hover {
  background: #9B083A;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .news-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 576px) {
  .news-item {
    width: 100%;
  }
}

/* Sayfa başlığı */
.page-header {
  padding: 40px 0 20px;
}
.page-header h1 {
  font-size: 32px;
  font-weight: bold;
  color: #0a2259;
  position: relative;
  margin-bottom: 10px;
}
.page-header h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #9B083A;
  margin-top: 8px;
}

/* Duyurular grid */
.duyurular-section {
  padding: 40px 0;
}
.duyurular-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* Duyuru kartı */
.duyuru-card {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: 0.3s;
  position: relative;
}
.duyuru-card.active {
  border-bottom: 3px solid #9B083A;
}
.duyuru-date {
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
}
.duyuru-title {
  font-size: 18px;
  font-weight: 600;
  color: #0a2259;
  margin-bottom: 20px;
  border-left: 4px solid #9B083A;
  padding-left: 10px;
}
.duyuru-link {
  color: #9B083A;
  font-size: 13px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
}
.duyuru-link:hover {
  text-decoration: underline;
}


.page-header h1 {
  font-size: 30px;
  font-weight: 700;
  color: #0a2259;
  margin-bottom: 12px;
  position: relative;
}
.page-header h1::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #9B083A;
  display: block;
  margin-top: 8px;
}

.quick-access-section {
  padding: 40px 0;
}
.quick-access-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}
.quick-access-card {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000;
}
.quick-access-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}
.quick-access-card img {
  max-width: 130px;
  margin-bottom: 20px;
}
.quick-access-card p {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.page-header h1 {
  font-size: 30px;
  font-weight: 700;
  color: #0a2259;
  margin-bottom: 12px;
  position: relative;
}
.page-header h1::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #9B083A;
  display: block;
  margin-top: 8px;
}

.photo-gallery-section {
  padding: 40px 0;
}
.photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.photo-item {
  display: flex;
  flex-direction: column;
}
.photo-item img {
  width: 100%;
  border-radius: 12px;
}
.photo-item p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #0a2259;
  line-height: 1.4;
}

.video-gallery-section {
  padding: 40px 0;
}

.video-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.video-item {
  display: flex;
  flex-direction: column;
}

.video-item video {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}

.video-item p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #0a2259;
}

.about-section {
  padding: 60px 0;
  color: #111; /* Metin rengi siyaha yakın olsun */
}

.about-section h5 {
  color: #0a2259;
  font-weight: 600;
  font-size: 20px;
  margin-top: 24px;
}
.about-section .about-list {
  margin-top: 15px;
  padding-left: 20px;
}

.about-section .about-list li {
  margin-bottom: 10px;
}
   .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
   margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.header .logo img {
  max-height: 78px;
}

.custom-btn.donate {
  background: #9B083A;
  color: #fff;
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-btn.donate:hover {
  background-color: #7c062f;
  text-decoration: none;
}

.header .container {
  max-width: 1440px;
}
.navbar .container {
  max-width: 1440px;
}




                .events-group .img-fluid {
                    width: 80%;
                }
                
                
                
/* Harita + Panel birleşik container */
.harita-bolumu {
  background: radial-gradient(circle at center, #f9f1f1 0%, #ffffff 100%);
  height: calc(100vh - 94px);  /* 94px header yüksekliği */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5vw;           /* üst/alt padding azaltıldı */
  box-sizing: border-box;
}

/* Harita container */
.harita-bolumu {
  height: calc(100vh - 94px);  /* Header yüksekliği çıkarılır */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 24px;
  box-sizing: border-box;
}
.svg-turkiye-haritasi {
  width: 100%;
  margin-bottom: 4px;           /* Panelle arası neredeyse sıfır */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.svg-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 24px;
  width: 100%;
}



#svg-turkiye-haritasi path {
    cursor: pointer;
    /* fill: #222; Siyah*/
    fill: #e8bfc6;  /*Toprak*/
}
#svg-turkiye-haritasi path:hover {
  fill: #9B083A;
}
/* .svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
  max-height: 800px;
} *
#guney-kibris {
  pointer-events: none;
}
/* .toplam-panel {
  background: #fff;
  border-radius: 24px;
  padding: 32px 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-family: 'Inter', sans-serif;
} */
.toplam-panel {
  background: #fff;
  border-radius: 50px;
  padding: 14px 36px;
  box-shadow: 0 0 16px rgba(155, 8, 58, 0.08);
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-family: 'Inter', sans-serif;
}


.toplam-kutu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toplam-kutu img {
  width: 28px;
  height: 28px;
}

.toplam-kutu .sayi {
  font-size: 26px;
  font-weight: 800;
  color: #470909;
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: 'Inter', sans-serif;
}

.toplam-kutu .etiket {
  font-size: 15px;
  font-weight: 700;
  color: #470909;
  display: inline-block;
  line-height: 1;
  font-family: 'Inter', sans-serif;
}


@media (max-width: 576px) {
  .toplam-panel {
    flex-direction: column;

  }
    .toplam-divider {
    width: 80px;
    height: 1px;
  }
}

#tooltip {
  position: absolute;
  display: none;
  pointer-events: none;
}

.custom-tooltip {
  background: white;
  color: #111;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 14px;
  box-shadow: none;
  border: 1px solid #9B083A;
  width: 150px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.custom-tooltip .tooltip-city {
  font-weight: bold;
  color: #9B083A;
  font-size: 17px;
  margin-bottom: 10px;
}

.custom-tooltip .tooltip-counts {
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  margin-bottom: 8px;
}
.tooltip-city {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Sola yasla */
  gap: 6px;                    /* Pin ve yazı arası boşluk */
  font-weight: bold;
  color: #9B083A;
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
}

.tooltip-city img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin: 0; /* Extra boşlukları sıfırla */
}

.custom-tooltip-box {
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  border: 2px solid #9B083A;
  max-width: 220px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-family: 'Inter', sans-serif;
}

.tooltip-header {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* ❗ Sola yasla */
  gap: 6px;
  font-weight: 600;
  color: #9B083A;
  font-size: 16px;
  margin-bottom: 12px;
}

.tooltip-header img {
  width: 16px;
  height: 16px;
}

.tooltip-numbers {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
  text-align: center;
}

.tooltip-item .tooltip-count {
  font-size: 24px;
  font-weight: 800;
  color: #470909;
  background: #f3f3f3;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto 4px;
}

.tooltip-item .tooltip-label {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.tooltip-bottom {
  font-size: 12px;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 8px;
  margin-top: 8px;
  text-align: center;
}


.banner-slide-with-text {
  position: relative;
  overflow: hidden;
}

.banner-slide-with-text img {
  width: 100%;
  
  display: block;
}

.banner-darken {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0));
  z-index: 1;
}

.banner-overlay-content {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  z-index: 2;
}

.vertical-red-line {
  width: 4px;
  height: 80px; /* Sabit yükseklik veriyoruz */
  background-color: #C1001F;
  margin-right: 20px;
  flex-shrink: 0;
}

.banner-text-group {
  color: #fff;
  font-family: 'Inter', sans-serif;
  max-width: 520px;
}

.banner-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

.banner-subtext {
  font-size: 18px;
  font-weight: 300;
  color: #d8d8d8;
}


/* .custom-tooltip .tooltip-total {
  font-size: 13px;
  color: #444;
} */

  /* İlçe Liste Kartları */

/* #ilceListesi {
  max-width: 850px;
  margin: 32px auto;
  background: white;
  border-radius: 24px;
  border: 1px solid #e0d4d4;
  padding: 24px 32px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  overflow-y: auto;
  max-height: 480px;
} */

.ilce-ust {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #888;
  gap: 8px;
  margin-bottom: 8px;
}
.ilce-baslik {
  font-size: 14px;
  color: #666; /* Gri ton */
  margin: 24px 0 8px;
  padding-left: 8px;
  border-left: 2px solid #ccc;
  font-weight: 500;
}


.kirmizi-dot {
  width: 8px;
  height: 8px;
  background: #9B083A;
  border-radius: 50%;
  display: inline-block;
}

.ilce-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  padding: 16px 0;
    max-height: 540px; /* 6 kartlık alan */
  overflow-y: auto;
}
#ilceListesi {
  opacity: 0;
  transition: opacity 0.3s ease;
  display: none;
}
#ilceListesi.show {
  display: block;
  opacity: 1;
}

.ilce-kart {
  background: white;
  border-radius: 16px;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 20px 16px;
  text-align: center;
  text-decoration: none;
  color: #222;
  font-family: 'Inter', sans-serif;
  transition: transform 0.2s ease;
}

.ilce-kart:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}

.ilce-kart img {
  width: 32px;
  margin-bottom: 10px;
}

.ilce-kart h3 {
  font-size: 20px;
  color: #9B083A;
  margin: 4px 0;
  font-weight: 600;
}

.ilce-kart p {
  font-size: 12px;
  color: #555;
  margin: 0;
}
#ilceListesi.ilce-wrapper  {
  border: 1px solid #eee;
  border-top: 6px solid #9B083A;
  border-radius: 24px;
  padding: 32px;
  max-width: 1440px;
  margin: 40px auto;

  background: white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  
}

.kirmizi-alt-cizgi {
  height: 4px;
  width: 100px;
  background-color: #9B083A;
  border-radius: 8px;
  margin: 10px auto 0;
}


.logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#secilenIlce {
  font-size: 14px;
  font-weight: bold;
  color: red;
  margin-bottom: 4px;
  height: 16px; /* boşken de alan kaplasın */
}
.transparent-menu {
  position: relative;
  z-index: 1001;
  background-color: #fff; /* arka plan beyaz olsun */

}

.navbar .submenu {
  z-index: 2000;
}
.navbar-collapse {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav.navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Arama İkonu */
.search-icon-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #9B083A;
  margin-right: 12px;
  cursor: pointer;
}

/* Tam Ekran Arama Paneli */
.search-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background-color: rgba(255, 255, 255, 0.85);
   z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.search-panel input {
  width: 60%;
  max-width: 500px;
  padding: 16px 20px;
  font-size: 18px;
  border: 2px solid #9B083A;
  border-radius: 8px;
  outline: none;
  margin-bottom: 16px;
}

.search-panel .search-submit {
  background-color: #9B083A;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

/* Kapatma Butonu */
.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 36px;
  background: none;
  border: none;
  color: #351627;
  cursor: pointer;
}

.top-info-bar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  color: white;
  font-size: 14px;
  padding: 6px 0;
  z-index: 1000; /* sabit header'ların arkasına düşmesin */
  margin: 0;
}





header.header {
  margin-top: 0px; /* Bilgi bar yüksekliği kadar */
  z-index: 99;
  position: relative;
}
.announcement-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.card-box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 24px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-box:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.card-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #082052;
  margin-bottom: 8px;
}

.underline {
  width: 50px;
  height: 3px;
  background-color: #9B083A;
  margin-bottom: 20px;
  border-radius: 2px;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.news-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: center;
}

.news-list li img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.news-list li .text {
  flex: 1;
}

.news-list li p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.news-list li span {
  font-size: 12px;
  color: #999;
}

.bullet-list {
  list-style: disc inside;
  padding-left: 0;
  margin-bottom: 16px;
}

.bullet-list li {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}

.bullet-list li span {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

.see-all {
  font-size: 14px;
  font-weight: 500;
  color: #9B083A;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
  margin-top: 10px;
}

.see-all:hover {
  color: #6b062a;
}
.top-info-bar
.see-all i {
  margin-right: 6px;
}


/* Genel Alan */
.grid-section {
  
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.grid-section .container {
  
  margin: 0 auto;
 
}






.view-all-wrapper {
  margin-top: auto;
  text-align: right;
}

/* Haber kutusuna sabit yükseklik */
#news-list {
  max-height: 460px;
  overflow-y: auto;
  padding-right: 10px;
}

/* Tümünü Gör sağ alta */
.view-all-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #9B083A;
  font-weight: 500;
  text-decoration: none;
}

.view-all-link:hover {
  text-decoration: underline;
}

/* Scrollbar'ı gizle (isteğe bağlı) */
#news-list::-webkit-scrollbar {
  width: 6px;
}
#news-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 6px;
}

.custom-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Başlık alanı */
.box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.box-header h4 {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 0;
  border-left: 4px solid #9B083A;
  padding-left: 10px;
}

.btn-view-all {
  font-size: 14px;
  color: #9B083A;
  text-decoration: none;
  border: 1px solid #9B083A;
  border-radius: 20px;
  padding: 4px 12px;
  transition: 0.3s ease;
}

.btn-view-all:hover {
  background-color: #9B083A;
  color: white;
}

/* Liste içeriği */
.item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.item-list li {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.item-list li:last-child {
  border-bottom: none;
}

.item-list span.item-date {
  display: inline-block;
  font-size: 13px;
  color: #9B083A;
  font-weight: 600;
  margin-bottom: 5px;
}

.item-list p {
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

/* Responsive iyileştirme */
@media (max-width: 768px) {
  .box-header h4 {
    font-size: 18px;
  }

  .item-list p {
    font-size: 14px;
  }

  .btn-view-all {
    font-size: 13px;
    padding: 3px 10px;
  }
}

.item-list.with-thumbs li {
  padding-bottom: 20px;
}

.item-with-thumb {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.item-with-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.item-text {
  flex-grow: 1;
}

.item-text .item-date {
  display: block;
  font-size: 13px;
  color: #9B083A;
  margin-bottom: 5px;
  font-weight: 600;
}

.item-text p {
  font-weight: 500;
  font-size: 16px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2 satırda sınırla */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-with-thumb:not(:last-child),
#duyurular-listesi li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}



.custom-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  flex-direction: column;
}

/* .custom-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  width: 100%;
  display: flex;
  flex-direction: column;
} */


.box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.box-header h4 {
  margin: 0;
  font-size: 20px;
  color: #1a1a1a;
}

.btn-view-all {
  font-size: 14px;
  color: #9B083A;
  text-decoration: none;
  font-weight: 500;
}

/* Görsel içeren liste elemanları */
.item-list.with-thumbs li {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.item-with-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  object-fit: cover;
}

.item-text {
  flex: 1;
}

.item-text .item-date {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}

/* Görsel içermeyen madde */
.item-list li {
  list-style: none;
  margin-bottom: 12px;
}

.item-list li p {
  margin: 0;
  font-size: 15px;
}

/* .item-date {
  font-size: 12px;
  color: #999;
} */

.custom-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
}

.custom-box .box-header h4 {
  font-size: 22px;
  font-weight: 800;
  color: var(--main-color); /* kırmızı değil kendi rengin */
}


.custom-box .btn-view-all {
  font-size: 0.9rem;
  color: #9B083A;
  text-decoration: none;
}

.custom-box .item-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}



.item-with-thumb {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.item-with-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
}

.item-text {
  flex: 1;
}

/* .item-date {
  font-size: 0.8rem;
  color: #888;
} */
.item-date::before {
  content: "\f073"; /* FontAwesome takvim ikonu */
  font-family: "FontAwesome";
  margin-right: 6px;
  color: #888;
}
.item-date {
  color: #888;
  font-size: 14px;
}


.slider-controls {
  display: flex;
  gap: 8px;
}

.slider-controls button {
  background: #f0f0f0;
  border: none;
  border-radius: 50%;
  padding: 6px 12px;
  font-size: 18px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


.slider-controls button:hover {
  background-color: #9B083A;
  color: white;
}

.banner-slider, .slider-wrapper {
     margin-top: 0 !important;
  padding-top: 0 !important;
}


.custom-box + .custom-box {
  margin-top: 2ch;
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.view-all {
  font-size: 14px;
  color: #b30000;
  border: 1px solid #b30000;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.3s ease;
  font-weight: 500;
}

.view-all:hover {
  background-color: #b30000;
  color: white;
}




.gallery-section {
  /*background-color: #f8f9fb;*/
  padding: 60px 0;
}

.gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #001f4b;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.photo-gallery {
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
}

.photo-item {
  flex: 1 1 calc(25% - 20px); /* 4'lü görünüm */
  max-width: calc(25% - 20px);
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .photo-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .photo-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.photo-item img {
  width: 100%;
  border-radius: 6px;
}

.photo-item p {
  font-weight: 600;
  padding: 10px;
  font-size: 14px;
  color: #001f4b;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #eee;
  border: none;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
}

.slider-arrow.left {
  left: -20px;
}

.slider-arrow.right {
  right: -20px;
}

.slider-dots {
  text-align: center;
  margin-top: 20px;
}

.slider-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ddd;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots .dot.active {
  background: #c8102e;
}


.gallery-dots {
  text-align: center;
  margin-top: 20px;
}

.gallery-dots .dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #d3d3d3;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s, width 0.3s;
  cursor: pointer;
}

.gallery-dots .dot.active {
  width: 20px;
  background-color: #e60012; /* kırmızı */
  border-radius: 10px;
}

.info-section .custom-box {
  width: 100%;
}
.info-section .row {
  display: flex;
  flex-wrap: wrap;
}

.info-section .col-lg-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}


.custom-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
/* Ortak ayarlar */
.scroll-row-fixed {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  padding: 10px 0;
  scroll-behavior: smooth;
}

.scroll-row-fixed::-webkit-scrollbar {
  height: 8px;
}
.scroll-row-fixed::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.single-recent {
  background: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
}

.what-img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  max-height: 200px;
}


.section-tittle h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.section-tittle h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #c8102e; /* kırmızı çizgi */
  position: absolute;
  bottom: 0;
  left: 0;
}
/* Hızlı Erişim */
.weekly2-news-area {
  position: relative;
}


.weekly2-single {
  background: transparent;
  box-shadow: none;
  text-align: center;
}
.weekly2-img img {
  max-width: 80px;
  margin: 0 auto 10px;
}
.weekly2-caption h4 {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.weekly2-caption h4 a {
  color: inherit;
  text-decoration: none;
}

/* Video Galeri */
.recent-active {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
   scrollbar-width: none; 
   -ms-overflow-style: none; 
}

.recent-active::-webkit-scrollbar {
  display: none;                  /* Chrome, Safari, Opera */
}


.single-recent {
  flex: 0 0 300px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.what-img {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.what-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what-cap {
  padding: 12px;
  text-align: center;
}

.what-cap h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #2b2b2b;
}

.what-cap p {
  font-size: 13px;
  color: #999;
  margin-bottom: 0;
}

/* Hover overlay */
.single-recent:hover .what-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.single-recent:hover .what-cap {
  color: white;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.single-recent:hover .what-cap a,
.single-recent:hover .what-cap p {
  color: white !important;
}




/* Foto Galeri */
.media-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 0;
  scroll-behavior: smooth;

  /* Scrollbar gizle */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.media-scroll::-webkit-scrollbar {
  display: none;
}

.media-card {
  min-width: 240px;
  max-width: 240px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.media-card:hover {
  transform: scale(1.03);
}

.media-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.media-card p {
  margin: 0;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.nav-buttons {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  gap: 10px;
}

.nav-arrow {
  background: #e0e0e0;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.nav-arrow:hover {
  background: #c62828;
  color: white;
}







/* ------------------ VİDEO OYNATMA İKONU ------------------ */
.btn-icon {
  display: inline-block;
  font-size: 28px;
  color: #d50000;
  margin-top: 10px;
}

/* ------------------ MAGNIFIC POPUP GEÇİŞ ------------------ */
.mfp-fade {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.mfp-ready.mfp-fade {
  opacity: 1;
}
.mfp-removing.mfp-fade {
  opacity: 0;
}




.media-sections {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 40px 20px;
  background: #f9f9f9;
}
.media-block {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.media-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.media-header h3 {
  font-size: 22px;
  margin: 0;
  color: #333;
}
.nav-buttons {
  display: flex;
  gap: 10px;
}
.nav-arrow {
  width: 35px;
  height: 35px;
  border: none;
  background: #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
}
.nav-arrow:hover {
  background: #d50000;
  color: white;
}
.media-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.media-card {
  min-width: 220px;
  flex-shrink: 0;
  background: #fafafa;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.media-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 6px;
}
.media-card p {
  margin-top: 8px;
  font-size: 14px;
  color: #444;
}
