/* ==================== Haber Slider - Mobil Görünüm ==================== */
@media (max-width: 767.98px) {

  /* 1. Container yüksekliğini sadece resme eşitle */
  .carousel-header {
    height: 56vw !important;
    max-height: 260px !important;
    min-height: 180px !important;
    overflow: hidden;
    position: relative;
  }

  .carousel-header .carousel,
  .carousel-header .carousel-inner,
  .carousel-header .carousel-item {
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden;
  }

  /* 2. Resim: container'ı tam doldur */
  .carousel-header .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  /* 3. Caption: resmin en altına, gradient arka plan */
  .carousel-header .carousel-caption {
    position: absolute;
    bottom: 0 !important;
    top: auto !important;
    left: 0;
    right: 0;
    padding: 30px 14px 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.22) 60%, transparent 100%);
    transform: none !important;
    text-align: left;
    z-index: 5;
  }

  .carousel-header .carousel-caption>div {
    max-width: 100% !important;
    padding: 0 !important;
  }

  /* 4. KBB üst etiketi gizle */
  .carousel-header .slider-kurumsal-baslik {
    display: none !important;
  }

  /* 5. Haber başlığı küçük, altta sabit */
  .carousel-header .slider-haber-baslik {
    font-size: 1rem !important;
    line-height: 1.3;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  }

  /* 6. Spot ve buton gizle */
  .carousel-header .slider-spot,
  .carousel-header .slider-btn {
    display: none !important;
  }

  /* 7. Ok butonları resim içinde */
  .carousel-header .carousel-control-prev,
  .carousel-header .carousel-control-next {
    top: 0;
    bottom: 0;
    width: 14%;
    z-index: 6;
  }

  .carousel-header .carousel-control-prev-icon,
  .carousel-header .carousel-control-next-icon {
    width: 34px !important;
    height: 34px !important;
    background-size: 18px 18px !important;
  }

  /* 8. Indicators mobilde gizle (overflow:hidden nedeniyle zaten gizlenir ama emin olmak için) */
  .carousel-header .carousel-indicators {
    display: none !important;
  }
}

/* ==================== Ana Sayfa Başkan Bölümü - Mobil Görünüm ==================== */
@media (max-width: 767.98px) {
  .baskan-home-row>.col-xl-7 {
    order: 1;
    width: 100%;
  }

  .baskan-home-row>.col-xl-5 {
    order: 2;
    width: 100%;
  }

  .baskan-home-text {
    margin: 0 0 10px;
  }

  .baskan-home-mobile-top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 8px;
  }

  .baskan-home-img-wrap {
    max-width: none;
    width: 44%;
    flex: 0 0 44%;
    margin: 0;
    text-align: center;
  }

  .baskan-mobile-bullets {
    width: 56%;
    flex: 0 0 56%;
    max-width: 56%;
    padding-top: 2px;
  }

  .baskan-mobile-bullet {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0 0 10px;
    font-size: 0.86rem;
    line-height: 1.3;
    color: var(--bs-primary);
    font-weight: 600;
  }

  .baskan-mobile-bullet i {
    color: var(--bs-secondary);
    font-size: 0.8rem;
    margin-top: 3px;
    flex: 0 0 auto;
  }

  .baskan-home-bullets {
    display: none;
  }

  /* Alt başlık (subtitle) boyutu */
  .baskan-home-subtitle {
    font-size: 1rem !important;
    display: block !important;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
  }

  /* Başkan adı (title) boyutu */
  .baskan-home-title {
    font-size: 1.95rem !important;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 12px !important;
  }

  /* Açıklama metni (description) boyutu */
  .baskan-home-desc {
    font-size: 0.95rem !important;
    text-align: center;
    line-height: 1.45;
    margin: 0 auto !important;
    max-width: 95%;
    color: #6c757d !important;
  }

  .baskan-home-subtitle::before,
  .baskan-home-subtitle::after {
    display: none !important;
  }

  /* Alt blokları mobilde gizle */
  .baskan-home-text .row {
    display: none !important;
  }
}

/* ==================== Ana Sayfa İstatistikler Bölümü - Mobil Görünüm ==================== */
.counter-facts .counter .counter-content {
  position: relative;
  z-index: 5;
}

.counter-facts .counter .counter-title {
  min-height: 44px !important;
  line-height: 1.25 !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

@media (min-width: 768px) {
  .counter-facts .counter .counter-content {
    padding-top: 24px !important;
  }
}

@media (max-width: 767.98px) {
  .counter-facts .counter {
    width: 100% !important;
    /* genişlik tam sığsın */
    min-height: auto !important;
    padding: 25px 5px 10px !important;
    margin-bottom: 30px !important;
  }

  .counter-facts .counter:before {
    height: 70px !important;
  }

  .counter-facts .counter .counter-icon {
    width: 60px !important;
    height: 55px !important;
    line-height: 48px !important;
    transform: translateY(-40px) !important;
    font-size: 24px !important;
    margin-bottom: -20px !important;
  }

  .counter-facts .counter .counter-icon:before {
    width: 60px !important;
    height: 50px !important;
  }

  /* Kategori adı */
  .counter-facts .counter .counter-title {
    font-size: 0.98rem !important;
    min-height: 44px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
    margin-top: 14px !important;
    color: var(--bs-primary) !important;
  }

  .counter-facts .counter .counter-content {
    padding-top: 30px !important;
  }

  /* Rakam ve artı/k/M eki */
  .counter-facts .counter .counter-value {
    font-size: 1.45rem !important;
  }

  .counter-facts .counter h4.text-secondary {
    font-size: 1.1rem !important;
  }
}

/* ==================== Ana Sayfa Haberler - Mobil Tek Sütun ==================== */
@media (max-width: 767.98px) {
  .home-news-grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 1.25rem;
  }

  .home-news-col .service-item .service-inner .service-img {
    height: 220px !important;
  }

  .home-news-col .service-item .service-inner .service-title {
    margin-top: -34px;
  }

  .home-news-col .service-item .service-inner .service-title .service-title-name .bg-primary {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
    padding: 0.8rem 0.75rem !important;
    margin-bottom: 1rem !important;
  }

  .home-news-col .service-item .service-inner .service-title .service-title-name .bg-primary a {
    font-size: 1rem !important;
    line-height: 1.2 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-news-col .service-item .service-inner .service-title .service-title-name .btn {
    padding: 0.7rem 1.6rem !important;
    font-size: 1rem !important;
    margin-bottom: 0.8rem !important;
  }
}

/* ==================== Duyuru Kartları ==================== */

.kbb-duyuru-cards .feature-item {
  height: 100%;
}

.kbb-duyuru-cards .duyuru-spot {
  line-height: 1.6;
  min-height: calc(1.6em * 3);
  max-height: calc(1.6em * 3);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .home-duyuru-grid {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.85rem;
  }

  .home-duyuru-col .feature-item {
    padding: 0.9rem !important;
  }

  .home-duyuru-col .feature-item .feature-icon {
    padding: 0.6rem !important;
    margin-bottom: 0.7rem !important;
  }

  .home-duyuru-col .feature-item .feature-icon i {
    font-size: 2rem !important;
  }

  .home-duyuru-col .feature-item h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem !important;
  }

  .home-duyuru-col .duyuru-spot {
    font-size: 0.86rem;
    line-height: 1.35;
    min-height: calc(1.35em * 3);
    max-height: calc(1.35em * 3);
    margin-bottom: 0.7rem !important;
  }

  .home-duyuru-col .feature-item .btn {
    font-size: 0.95rem !important;
    padding: 0.55rem 0.8rem !important;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .home-etkinlik-grid {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.85rem;
  }

  .home-etkinlik-col {
    margin-bottom: 1rem !important;
  }

  .home-etkinlik-col .country-item .rounded {
    height: 155px !important;
  }

  .home-etkinlik-col .country-item .country-flag {
    width: 58px;
    height: 58px;
    top: -30px;
  }

  .home-etkinlik-col .country-item .country-flag img {
    border-width: 3px !important;
  }

  .home-etkinlik-col .country-item .country-name a.fs-4 {
    font-size: 1rem !important;
  }
}

.home-uye-section {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(10, 77, 132, 0.08), transparent 34%),
    radial-gradient(circle at top right, rgba(192, 0, 0, 0.06), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #f6f9fc 100%);
}

.home-uye-section .container {
  position: relative;
  z-index: 1;
}

.home-uye-section .section-title {
  margin-bottom: 4rem !important;
}

.home-uye-section .home-uye-carousel {
  position: relative;
}

.home-uye-section .owl-carousel.testimonial-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.home-uye-section .owl-carousel.testimonial-carousel .owl-item {
  display: flex;
}

.home-uye-section .testimonial-item {
  width: 100%;
  padding: 10px 0 18px;
}

.home-uye-section .home-uye-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.home-uye-section .home-uye-card {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1 / 1;
  height: 100%;
  min-height: 0;
  padding: 1.2rem;
  margin-bottom: 0 !important;
  border-radius: 28px;
  border: 1px solid rgba(10, 77, 132, 0.09);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 247, 251, 0.96) 100%);
  box-shadow: 0 18px 40px rgba(14, 41, 74, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-uye-section .home-uye-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(192, 0, 0, 0.08), transparent 28%),
    linear-gradient(135deg, rgba(10, 77, 132, 0.045), transparent 52%);
  z-index: -2;
}

.home-uye-section .home-uye-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--bs-secondary) 0%, var(--bs-primary) 55%, rgba(10, 77, 132, 0.2) 100%);
}

.home-uye-section .home-uye-link:hover .home-uye-card {
  transform: translateY(-8px);
  border-color: rgba(10, 77, 132, 0.16);
  box-shadow: 0 24px 50px rgba(14, 41, 74, 0.16);
}

.home-uye-section .home-uye-logo-wrap {
  width: clamp(112px, 9vw, 148px);
  height: clamp(112px, 9vw, 148px);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(10, 77, 132, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 18px 30px rgba(15, 23, 42, 0.08);
  margin: 0 auto 1.15rem;
}

.home-uye-section .home-uye-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.home-uye-section .home-uye-link:hover .home-uye-logo {
  transform: scale(1.05);
  filter: saturate(1.05);
}

.home-uye-section .home-uye-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
}

.home-uye-section .home-uye-name {
  color: #0a4475;
  max-width: 100%;
  font-size: 1.35rem !important;
  font-weight: 800;
  line-height: 1.16;
  text-align: center;
}

.home-uye-section .owl-carousel.testimonial-carousel .owl-nav {
  position: absolute;
  top: -86px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0;
  color: var(--bs-primary);
}

.home-uye-section .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.home-uye-section .owl-carousel.testimonial-carousel .owl-nav .owl-next {
  width: 58px;
  height: 58px;
  margin-right: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(10, 77, 132, 0.11);
  box-shadow: 0 16px 32px rgba(14, 41, 74, 0.1);
  color: var(--bs-primary);
  font-size: 32px;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.home-uye-section .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.home-uye-section .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
  transform: translateY(-3px);
}

@media (max-width: 991.98px) {
  .home-uye-section .section-title {
    margin-bottom: 3.25rem !important;
  }

  .home-uye-section .home-uye-card {
    padding: 1.05rem;
  }

  .home-uye-section .home-uye-logo-wrap {
    width: 112px;
    height: 112px;
    margin-bottom: 1rem;
  }

  .home-uye-section .home-uye-name {
    font-size: 1.12rem !important;
  }

  .home-uye-section .owl-carousel.testimonial-carousel .owl-nav {
    top: -78px;
  }

  .home-uye-section .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
  .home-uye-section .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    width: 52px;
    height: 52px;
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .home-uye-section .section-title {
    margin-bottom: 0.9rem !important;
  }

  .home-uye-section .home-uye-carousel {
    padding-top: 3.45rem;
  }

  .home-uye-section .owl-carousel.testimonial-carousel .owl-nav {
    left: 50%;
    right: auto;
    top: 0.2rem;
    transform: translateX(-50%);
    width: auto;
    justify-content: center;
    gap: 12px;
  }

  .home-uye-section .home-uye-card {
    padding: 0.95rem;
    border-radius: 22px;
  }

  .home-uye-section .home-uye-logo-wrap {
    width: 92px;
    height: 92px;
    padding: 14px;
    margin-bottom: 0.8rem;
    border-radius: 20px;
  }

  .home-uye-section .home-uye-name {
    font-size: 0.98rem !important;
    line-height: 1.22;
  }

  .home-uye-section .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
  .home-uye-section .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    font-size: 21px;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 1.6rem !important;
    padding-bottom: 0.8rem !important;
  }

  .site-footer .site-footer-inner {
    padding-top: 0.8rem !important;
    padding-bottom: 0 !important;
  }

  .site-footer .row {
    --bs-gutter-y: 1.35rem;
  }

  .site-footer .footer-item {
    text-align: center !important;
    align-items: center;
  }

  .site-footer .footer-item h4 {
    margin-bottom: 0.95rem !important;
    font-size: 1.06rem !important;
  }

  .site-footer .footer-item h4::after {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .site-footer .footer-item a {
    display: block;
    text-align: center;
    line-height: 1.6 !important;
    font-size: 0.9rem !important;
  }

  .site-footer .footer-about .d-flex.align-items-center {
    justify-content: center;
    margin-bottom: 0.7rem !important;
  }

  .site-footer .footer-about-text {
    margin-bottom: 0.75rem !important;
  }

  .site-footer .footer-about-text p {
    margin-bottom: 0 !important;
    line-height: 1.55 !important;
    font-size: 0.88rem !important;
  }

  .site-footer .footer-contact .footer-contact-link {
    display: block;
    margin-bottom: 0.55rem !important;
    line-height: 1.45 !important;
    font-size: 0.88rem !important;
  }

  .site-footer .footer-contact .footer-contact-link:last-child {
    margin-bottom: 0 !important;
  }

}

@media (max-width: 767.98px) {
  .site-footer+.copyright {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .site-footer+.copyright .container {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .site-footer+.copyright .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .site-footer+.copyright .row>div:last-child {
    display: none;
  }

  .site-footer+.copyright .row>div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .site-footer+.copyright .row>div:first-child .text-white {
    display: block;
    font-size: 0.79rem !important;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-footer+.copyright .row>div:first-child .text-white a {
    font-size: inherit !important;
  }
}

@media (max-width: 991.98px) {
  .site-navbar {
    border-bottom: 1px solid #e4ebf2;
    box-shadow: 0 6px 20px rgba(4, 20, 43, 0.08);
  }

  .site-navbar .navbar-toggler {
    width: 46px;
    height: 46px;
    padding: 0 !important;
    border: 2px solid var(--bs-primary) !important;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 4px 12px rgba(4, 20, 43, 0.12);
  }

  .site-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 78, 125, 0.18) !important;
  }

  .site-navbar .site-navbar-collapse {
    margin-top: 12px !important;
    padding: 12px 10px 10px !important;
    border-top: 1px solid #e4ebf2 !important;
    border-radius: 12px;
    background: #f8fafd;
  }

  .site-navbar .site-navbar-nav {
    gap: 4px;
  }

  .site-navbar .site-navbar-nav .nav-item>.nav-link {
    margin-right: 0 !important;
    padding: 11px 12px !important;
    border-radius: 10px;
    color: #043f6b !important;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.25;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
  }

  .site-navbar .site-navbar-nav .nav-item>.nav-link.active {
    background: #eaf2fa;
    color: var(--bs-secondary) !important;
  }

  .site-navbar .site-navbar-nav .nav-item.dropdown>.nav-link .dropdown-toggle::after {
    margin-left: 0.45rem;
    font-size: 0.95rem;
  }

  .site-navbar .site-navbar-nav .dropdown-menu {
    position: static;
    float: none;
    transform: none !important;
    margin: 2px 0 8px 12px;
    padding: 6px;
    border: 1px solid #d8e3ef;
    border-radius: 10px;
    box-shadow: none;
    background: #fff;
  }

  .site-navbar .site-navbar-nav .dropdown-item {
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 0.95rem;
    line-height: 1.3;
  }

  .site-navbar .site-navbar-nav .dropdown-item.active,
  .site-navbar .site-navbar-nav .dropdown-item:active {
    background: #eaf2fa;
    color: #043f6b;
  }
}

@media (max-width: 575.98px) {
  .site-navbar .logo-brand img {
    max-height: 38px;
  }

  .site-navbar .logo-brand-title {
    font-size: 0.95rem;
    letter-spacing: 0.03rem;
  }

  .site-navbar .logo-brand-subtitle {
    font-size: 0.66rem;
    letter-spacing: 0.06rem;
  }
}

/* ==================== Başkan Sayfası - Hero Section ==================== */
.baskan-hero {
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  color: white;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.baskan-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,101.3C1248,85,1344,75,1392,69.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
  background-size: cover;
  opacity: 0.1;
}

.baskan-hero::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(244, 208, 63, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  top: -100px;
  right: -100px;
  animation: pulse 6s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}

.breadcrumb-custom {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  font-size: 0.95rem;
  font-weight: 500;
}

.breadcrumb-custom a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: all 0.3s ease;
}

.breadcrumb-custom a:hover {
  color: var(--bs-white);
  transform: translateX(3px);
}

.hero-title {
  position: relative;
  z-index: 2;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  letter-spacing: -1px;
}

.hero-subtitle {
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  color: #FFFFFF;
  opacity: 0.95;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* ==================== Kurumsal Hero System ==================== */
.kurumsal-hero,
.baskan-hero.kurumsal-hero,
.meclis-hero.kurumsal-hero {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  padding: 112px 0 76px;
  background:
    linear-gradient(130deg, rgba(4, 20, 43, 0.84) 0%, rgba(8, 40, 74, 0.78) 58%, rgba(13, 55, 99, 0.72) 100%),
    radial-gradient(circle at 85% 8%, rgba(177, 18, 38, 0.26) 0%, rgba(177, 18, 38, 0) 36%),
    radial-gradient(circle at 10% 88%, rgba(177, 18, 38, 0.18) 0%, rgba(177, 18, 38, 0) 40%),
    url('../img/section.jpg') center center / cover no-repeat;
}

.kurumsal-hero::before,
.baskan-hero.kurumsal-hero::before,
.meclis-hero.kurumsal-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 180px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 95px);
  opacity: 0.16;
  pointer-events: none;
}

.kurumsal-hero::after,
.baskan-hero.kurumsal-hero::after,
.meclis-hero.kurumsal-hero::after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 2px;
  border-radius: 0;
  animation: none;
  background: linear-gradient(90deg, transparent 0%, rgba(177, 18, 38, 0.22) 12%, rgba(177, 18, 38, 0.65) 50%, rgba(177, 18, 38, 0.22) 88%, transparent 100%);
  pointer-events: none;
}

.kurumsal-hero .container {
  position: relative;
  z-index: 2;
}

.kurumsal-hero__breadcrumb {
  margin-bottom: 22px;
  font-size: 0.94rem;
  font-weight: 500;
}

.kurumsal-hero__breadcrumb .breadcrumb {
  align-items: center;
}

.kurumsal-hero__breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}

.kurumsal-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.84);
  transition: color 0.25s ease;
}

.kurumsal-hero__breadcrumb a:hover {
  color: #FFFFFF;
  transform: none;
}

.kurumsal-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(4, 20, 43, 0.35);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 0.86rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.kurumsal-hero__kicker i {
  color: #B11226;
  font-size: 0.9rem;
}

.kurumsal-hero__title {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 3.35rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #F7FAFF;
  text-shadow: 0 10px 26px rgba(2, 10, 24, 0.72);
  -webkit-text-stroke: 0.35px rgba(2, 10, 24, 0.45);
}

.kurumsal-hero__subtitle {
  max-width: 680px;
  margin: 16px 0 0;
  font-size: 1.18rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.kurumsal-hero__divider {
  display: block;
  margin-top: 24px;
  width: 148px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(177, 18, 38, 0.95) 0%, rgba(177, 18, 38, 0.5) 65%, rgba(177, 18, 38, 0) 100%);
}

.kurumsal-hero__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.kurumsal-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.2px);
  animation: kurumsalHeroFloat 14s ease-in-out infinite;
}

.kurumsal-hero__glow--one {
  width: 360px;
  height: 360px;
  top: -145px;
  right: -110px;
  background: radial-gradient(circle, rgba(177, 18, 38, 0.36) 0%, rgba(177, 18, 38, 0.04) 48%, rgba(177, 18, 38, 0) 72%);
}

.kurumsal-hero__glow--two {
  width: 260px;
  height: 260px;
  left: -95px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.04) 48%, rgba(255, 255, 255, 0) 74%);
  animation-direction: reverse;
  animation-duration: 18s;
}

@keyframes kurumsalHeroFloat {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.9;
  }

  50% {
    transform: translate3d(0, -12px, 0);
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .kurumsal-hero {
    padding: 96px 0 66px;
  }

  .kurumsal-hero__title {
    font-size: clamp(2rem, 6.2vw, 2.8rem);
  }

  .kurumsal-hero__subtitle {
    font-size: 1.08rem;
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .kurumsal-hero {
    padding: 82px 0 54px;
  }

  .kurumsal-hero__kicker {
    font-size: 0.8rem;
    padding: 6px 13px;
    margin-bottom: 14px;
  }

  .kurumsal-hero__title {
    font-size: clamp(1.75rem, 7.2vw, 2.2rem);
  }

  .kurumsal-hero__subtitle {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .kurumsal-hero__divider {
    margin-top: 18px;
    width: 115px;
  }

  .kurumsal-hero__glow--one {
    width: 290px;
    height: 290px;
  }
}

@media (max-width: 575px) {
  .kurumsal-hero {
    padding: 70px 0 46px;
  }

  .kurumsal-hero__breadcrumb {
    font-size: 0.87rem;
    margin-bottom: 16px;
  }

  .kurumsal-hero__subtitle {
    font-size: 0.95rem;
  }
}

/* ==================== Başkan Card - Sidebar ==================== */
.baskan-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  position: sticky;
  top: 100px;
  transition: all 0.4s ease;
}

.baskan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.baskan-image {
  width: 100%;
  height: 480px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
}

.baskan-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}

.baskan-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.baskan-card:hover .baskan-image img {
  transform: scale(1.08);
}

.baskan-info {
  padding: 35px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.baskan-name {
  font-size: 1.9rem;
  font-family: 'Poppins', sans-serif;
  color: var(--bs-dark);
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.baskan-title {
  font-size: 1.15rem;
  font-family: 'Open Sans', sans-serif;
  color: var(--bs-secondary);
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.contact-info-box {
  background: white;
  padding: 25px;
  border-radius: 15px;
  margin-top: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.contact-item-custom {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.contact-item-custom:hover {
  padding-left: 8px;
  background: #f8f9fa;
  border-radius: 8px;
}

.contact-item-custom:last-child {
  border-bottom: none;
}

.contact-item-custom i {
  color: var(--bs-secondary);
  font-size: 1.2rem;
  min-width: 25px;
  text-align: center;
}

/* ==================== Timeline Biography ==================== */
.biography-content {
  background: white;
  padding: 60px 50px;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.section-header-custom {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 25px;
}

.section-header-custom::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
  border-radius: 3px;
}

.section-header-custom.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.section-header-custom h2 {
  font-size: 2.8rem;
  font-family: 'Poppins', sans-serif;
  color: var(--bs-dark);
  margin-bottom: 12px;
  font-weight: 800;
  letter-spacing: -1px;
}

.section-header-custom p {
  font-family: 'Open Sans', sans-serif;
  color: var(--bs-secondary-color, #777777);
  font-size: 1.15rem;
  font-style: italic;
  opacity: 0.9;
}

/* Timeline Styles */
.biography-timeline {
  position: relative;
  padding: 20px 0;
}

.timeline-item {
  position: relative;
  padding-left: 60px;
  padding-bottom: 50px;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}

.timeline-item.visible {
  opacity: 1;
  transform: translateX(0);
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 35px;
  bottom: -15px;
  width: 3px;
  background: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
}

.timeline-item:last-child::before {
  display: none;
}

.timeline-dot {
  position: absolute;
  left: 0;
  top: 8px;
  width: 40px;
  height: 40px;
  background: white;
  border: 4px solid var(--bs-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bs-secondary);
  box-shadow: 0 5px 15px rgba(192, 0, 0, 0.3);
  transition: all 0.4s ease;
  z-index: 2;
}

.timeline-dot i {
  font-size: 0.95em;
}

.timeline-item:hover .timeline-dot {
  transform: scale(1.2) rotate(360deg);
  background: var(--bs-secondary);
  color: white;
  box-shadow: 0 8px 25px rgba(192, 0, 0, 0.5);
}

.timeline-content {
  background: #f8f9fa;
  padding: 25px 30px;
  border-radius: 15px;
  border-left: 4px solid var(--bs-secondary);
  transition: all 0.4s ease;
  position: relative;
}

.timeline-item:hover .timeline-content {
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateX(10px);
}

.timeline-year {
  display: inline-block;
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(192, 0, 0, 0.3);
  letter-spacing: 1px;
}

.timeline-text {
  font-size: 1.05rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8;
  color: var(--bs-dark);
  margin: 0;
}

.timeline-text strong {
  font-family: 'Poppins', sans-serif;
  color: var(--bs-dark);
  font-weight: 600;
}

/* Stats Counter on Card */
.baskan-stats {
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px solid #f0f0f0;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  color: var(--bs-secondary);
  line-height: 1;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 0.85rem;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Scroll Progress Indicator */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
  z-index: 9999;
  transition: width 0.1s ease;
}

/* Floating Action Buttons */
.floating-actions {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.floating-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--bs-secondary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 5px 20px rgba(192, 0, 0, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  opacity: 0;
  transform: translateY(20px);
}

.floating-btn.show {
  opacity: 1;
  transform: translateY(0);
}

.floating-btn:hover {
  background: var(--bs-primary);
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 30px rgba(192, 0, 0, 0.6);
}

/* ==================== Responsive Design ==================== */
@media (max-width: 1199px) {
  .biography-content {
    padding: 50px 40px;
  }
}

@media (max-width: 991px) {
  .baskan-card {
    position: static;
    margin-bottom: 40px;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .biography-content {
    padding: 40px 30px;
  }

  .section-header-custom h2 {
    font-size: 2.3rem;
  }

  .timeline-item {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .baskan-hero {
    padding: 80px 0 50px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .section-header-custom h2 {
    font-size: 1.9rem;
  }

  .baskan-image {
    height: 380px;
  }

  .baskan-info {
    padding: 25px;
  }

  .biography-content {
    padding: 30px 20px;
  }

  .timeline-item {
    padding-left: 45px;
    padding-bottom: 40px;
  }

  .timeline-dot {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .timeline-content {
    padding: 20px;
  }

  .floating-actions {
    right: 20px;
    bottom: 20px;
  }

  .floating-btn {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

@media (max-width: 575px) {
  .baskan-hero {
    padding: 60px 0 40px;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .baskan-name {
    font-size: 1.5rem;
  }

  .baskan-stats {
    flex-direction: column;
    gap: 15px;
  }

  .timeline-year {
    font-size: 0.9rem;
    padding: 6px 15px;
  }

  .timeline-text {
    font-size: 0.95rem;
  }
}

/* ==================== Başkan Sayfası - Mobil İyileştirme ==================== */
@media (max-width: 767px) {
  .baskan-hero.kurumsal-hero {
    padding: 52px 0 30px;
  }

  .baskan-hero.kurumsal-hero .kurumsal-hero__breadcrumb {
    margin-bottom: 10px;
    font-size: 0.8rem;
  }

  .baskan-hero.kurumsal-hero .kurumsal-hero__breadcrumb .breadcrumb {
    margin-bottom: 0;
    flex-wrap: wrap;
    row-gap: 2px;
  }

  .baskan-hero.kurumsal-hero .kurumsal-hero__kicker {
    padding: 4px 10px;
    font-size: 0.68rem;
    gap: 6px;
    margin-bottom: 8px;
  }

  .baskan-hero.kurumsal-hero .kurumsal-hero__title {
    font-size: clamp(1.6rem, 7vw, 1.95rem);
    line-height: 1.1;
  }

  .baskan-hero.kurumsal-hero .kurumsal-hero__subtitle {
    margin-top: 8px;
    font-size: 0.88rem;
    line-height: 1.35;
    max-width: 320px;
  }

  .baskan-hero.kurumsal-hero .kurumsal-hero__divider {
    margin-top: 10px;
    width: 84px;
    height: 2px;
  }

  .baskan-card {
    border-radius: 16px;
  }

  .baskan-image {
    height: 300px;
  }

  .baskan-info {
    padding: 20px 18px;
  }

  .baskan-name {
    font-size: 1.35rem;
    margin-bottom: 8px;
  }

  .baskan-title {
    font-size: 0.96rem;
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  .contact-info-box {
    margin-top: 14px;
    padding: 14px;
  }

  .contact-item-custom {
    gap: 10px;
    font-size: 0.88rem;
    padding: 8px 0;
  }

  .contact-item-custom i {
    min-width: 18px;
    font-size: 1rem;
  }

  .baskan-hero+main .timeline-content {
    padding: 18px 16px;
  }

  .baskan-hero+main .timeline-year {
    font-size: 0.84rem;
    padding: 5px 12px;
    margin-bottom: 10px;
  }

  .baskan-hero+main .timeline-text {
    font-size: 0.92rem;
    line-height: 1.58;
  }
}

@media (max-width: 575px) {
  .baskan-hero.kurumsal-hero {
    padding: 46px 0 24px;
  }

  .baskan-hero.kurumsal-hero .kurumsal-hero__breadcrumb {
    font-size: 0.74rem;
  }

  .baskan-hero.kurumsal-hero .kurumsal-hero__kicker {
    display: none;
  }

  .baskan-hero.kurumsal-hero .kurumsal-hero__title {
    font-size: 1.45rem;
  }

  .baskan-hero.kurumsal-hero .kurumsal-hero__subtitle {
    font-size: 0.8rem;
    max-width: 260px;
  }

  .baskan-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    border-radius: 14px;
  }

  .baskan-image {
    height: 100%;
    min-height: 190px;
  }

  .baskan-image::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 100%);
  }

  .baskan-info {
    text-align: left;
    padding: 14px 12px;
    background: #fff;
  }

  .baskan-name {
    font-size: 1.08rem;
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
  }

  .baskan-title {
    font-size: 0.84rem;
    line-height: 1.35;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .contact-info-box {
    margin-top: 8px;
    padding: 10px 10px;
    border-radius: 10px;
  }

  .contact-item-custom {
    font-size: 0.8rem;
    padding: 4px 0;
    gap: 7px;
  }

  .contact-item-custom:hover {
    padding-left: 0;
    background: transparent;
  }

  .contact-item-custom i {
    font-size: 0.9rem;
    min-width: 14px;
  }

  .biography-content {
    padding: 20px 14px;
    border-radius: 14px;
  }

  .section-header-custom {
    margin-bottom: 24px;
    padding-bottom: 14px;
  }

  .section-header-custom h2 {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }

  .section-header-custom p {
    font-size: 0.88rem;
  }

  .baskan-hero+main .timeline-item {
    padding-left: 40px;
    padding-bottom: 30px;
  }

  .baskan-hero+main .timeline-item::before {
    left: 14px;
    top: 30px;
  }

  .baskan-hero+main .timeline-dot {
    width: 30px;
    height: 30px;
    top: 10px;
    font-size: 0.85rem;
  }

  .baskan-hero+main .timeline-content {
    padding: 14px 13px;
  }

  .baskan-hero+main .timeline-year {
    font-size: 0.78rem;
    padding: 4px 10px;
    margin-bottom: 8px;
  }

  .baskan-hero+main .timeline-text {
    font-size: 0.86rem;
    line-height: 1.5;
  }
}

/* ==================== Birlik Meclisi (Union Council) Page ==================== */

/* Hero Section */
.meclis-hero {
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  color: white;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.meclis-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,101.3C1248,85,1344,75,1392,69.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
  background-size: cover;
  opacity: 0.1;
}

.meclis-hero::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(244, 208, 63, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  top: -100px;
  right: -100px;
  animation: pulse 6s ease-in-out infinite;
}

/* Members Grid Layout */
.meclis-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-top: 32px;
}

/* Member Card */
.meclis-card {
  flex: 0 1 280px;
  background: white;
  border: 1px solid rgba(12, 48, 83, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(12, 48, 83, 0.07);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.meclis-card:nth-child(1) {
  animation-delay: 0.1s;
}

.meclis-card:nth-child(2) {
  animation-delay: 0.2s;
}

.meclis-card:nth-child(3) {
  animation-delay: 0.3s;
}

.meclis-card:nth-child(4) {
  animation-delay: 0.4s;
}

.meclis-card:nth-child(5) {
  animation-delay: 0.5s;
}

.meclis-card:nth-child(6) {
  animation-delay: 0.6s;
}

.meclis-card:nth-child(n+7) {
  animation-delay: 0.7s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.meclis-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(12, 48, 83, 0.12);
}

/* Photo Container */
.meclis-photo-container {
  width: 100%;
  height: 235px;
  background: linear-gradient(135deg, #eef4f9 0%, #dde8f1 100%);
  position: relative;
  overflow: hidden;
}

.meclis-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.6s ease;
}

.meclis-card:hover .meclis-photo {
  transform: scale(1.04);
}

/* Photo Placeholder (Default Avatar) */
.meclis-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  color: white;
  font-size: 58px;
  transition: all 0.4s ease;
}

.meclis-card:hover .meclis-photo-placeholder {
  background: linear-gradient(135deg, #8B0000 0%, #C00000 100%);
  transform: scale(1.05);
}

.meclis-photo-placeholder i {
  opacity: 0.7;
  transition: all 0.4s ease;
}

.meclis-card:hover .meclis-photo-placeholder i {
  opacity: 1;
  transform: rotateY(360deg);
}

/* Member Info Section */
.meclis-info {
  padding: 22px 18px 20px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.meclis-name {
  font-size: 1.18rem;
  font-family: 'Poppins', sans-serif;
  color: var(--bs-dark, #1A1A1A);
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}

.meclis-position,
.meclis-municipality {
  font-size: 0.9rem;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.meclis-position {
  color: var(--bs-secondary, #C00000);
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.meclis-position i {
  color: var(--bs-secondary, #C00000);
  font-size: 0.9rem;
}

.meclis-municipality {
  color: #777;
  font-weight: 500;
  margin-top: 8px;
}

.meclis-municipality i {
  color: #999;
  font-size: 0.9rem;
}

.meclis-card:hover .meclis-position,
.meclis-card:hover .meclis-municipality {
  transform: translateY(-1px);
}

/* ==================== Meclis Responsive Design ==================== */
@media (max-width: 1199px) {
  .meclis-grid {
    gap: 20px;
  }

  .meclis-card {
    flex-basis: 270px;
  }

  .meclis-photo-container {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .meclis-hero.kurumsal-hero {
    padding: 100px 0 60px;
  }

  .meclis-photo-container {
    height: 205px;
  }

  .meclis-info {
    padding: 20px 16px 18px;
  }
}

@media (max-width: 767px) {
  .meclis-hero.kurumsal-hero {
    padding: 52px 0 30px;
  }

  .meclis-hero.kurumsal-hero .kurumsal-hero__breadcrumb {
    margin-bottom: 10px;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .meclis-hero.kurumsal-hero .kurumsal-hero__breadcrumb .breadcrumb {
    margin-bottom: 0;
    flex-wrap: wrap;
    row-gap: 2px;
  }

  .meclis-hero.kurumsal-hero .kurumsal-hero__kicker {
    padding: 4px 10px;
    font-size: 0.68rem;
    gap: 6px;
    margin-bottom: 8px;
  }

  .meclis-hero.kurumsal-hero .kurumsal-hero__title {
    font-size: clamp(1.6rem, 7vw, 1.95rem);
    line-height: 1.1;
  }

  .meclis-hero.kurumsal-hero .kurumsal-hero__subtitle {
    margin-top: 8px;
    font-size: 0.88rem;
    line-height: 1.35;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .meclis-hero.kurumsal-hero .kurumsal-hero__divider {
    margin-top: 10px;
    width: 84px;
    height: 2px;
  }

  .meclis-grid {
    gap: 12px;
  }

  .meclis-card {
    flex-basis: calc((100% - 12px) / 2);
    border-radius: 12px;
  }

  .meclis-photo-container {
    height: 155px;
  }

  .meclis-info {
    padding: 12px 10px;
  }

  .meclis-name {
    font-size: 0.95rem;
    margin-bottom: 8px;
    letter-spacing: 0;
    word-break: break-word;
  }

  .meclis-position,
  .meclis-municipality {
    font-size: 0.78rem;
    margin-bottom: 6px;
    gap: 5px;
    line-height: 1.35;
  }

  .meclis-position i,
  .meclis-municipality i {
    font-size: 0.72rem;
  }
}

@media (max-width: 575px) {
  .meclis-hero.kurumsal-hero {
    padding: 46px 0 24px;
  }

  .meclis-hero.kurumsal-hero .kurumsal-hero__breadcrumb {
    font-size: 0.74rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .meclis-hero.kurumsal-hero .kurumsal-hero__kicker {
    display: none;
  }

  .meclis-hero.kurumsal-hero .kurumsal-hero__title {
    font-size: 1.45rem;
  }

  .meclis-hero.kurumsal-hero .kurumsal-hero__subtitle {
    font-size: 0.8rem;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .meclis-grid {
    gap: 10px;
  }

  .meclis-card {
    flex-basis: calc((100% - 10px) / 2);
  }

  .meclis-photo-container {
    height: 132px;
  }

  .meclis-info {
    padding: 10px 8px;
  }

  .meclis-name {
    font-size: 0.84rem;
    margin-bottom: 6px;
  }

  .meclis-position,
  .meclis-municipality {
    font-size: 0.72rem;
    gap: 4px;
    margin-bottom: 4px;
  }

  .meclis-position {
    padding-bottom: 6px;
  }

  .meclis-position i,
  .meclis-municipality i {
    font-size: 0.68rem;
  }

  .meclis-photo-placeholder {
    font-size: 34px;
  }
}

/* ==================== Birlik Uyeleri (Union Members) Page ==================== */

/* Members Grid Layout */
.uye-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

/* Member Card */
.uye-card {
  flex: 0 1 300px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
  display: flex;
  flex-direction: column;
}

.uye-card:nth-child(1) {
  animation-delay: 0.1s;
}

.uye-card:nth-child(2) {
  animation-delay: 0.15s;
}

.uye-card:nth-child(3) {
  animation-delay: 0.2s;
}

.uye-card:nth-child(4) {
  animation-delay: 0.25s;
}

.uye-card:nth-child(5) {
  animation-delay: 0.3s;
}

.uye-card:nth-child(6) {
  animation-delay: 0.35s;
}

.uye-card:nth-child(7) {
  animation-delay: 0.4s;
}

.uye-card:nth-child(8) {
  animation-delay: 0.45s;
}

.uye-card:nth-child(n+9) {
  animation-delay: 0.5s;
}

.uye-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(192, 0, 0, 0.18);
}

/* Logo Container */
.uye-logo-container {
  padding: 40px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.uye-logo-container::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(192, 0, 0, 0.05) 0%, transparent 70%);
  transition: all 0.6s ease;
}

.uye-card:hover .uye-logo-container::before {
  transform: rotate(45deg) scale(1.2);
}

/* Logo Wrapper */
.uye-logo-wrapper {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: white;
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  border: 4px solid #f0f0f0;
}

.uye-card:hover .uye-logo-wrapper {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 35px rgba(192, 0, 0, 0.2);
  border-color: rgba(192, 0, 0, 0.2);
}

.uye-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.uye-card:hover .uye-logo {
  transform: scale(1.05);
}

/* Logo Placeholder */
.uye-logo-placeholder {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  color: white;
  font-size: 70px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(192, 0, 0, 0.3);
}

.uye-card:hover .uye-logo-placeholder {
  background: linear-gradient(135deg, #8B0000 0%, #C00000 100%);
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 15px 35px rgba(192, 0, 0, 0.4);
}

.uye-logo-placeholder i {
  opacity: 0.9;
  transition: all 0.4s ease;
}

.uye-card:hover .uye-logo-placeholder i {
  opacity: 1;
  transform: rotateY(360deg);
}

/* Member Info Section */
.uye-info {
  padding: 35px 30px;
  text-align: center;
  background: white;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.uye-name {
  font-size: 1.4rem;
  font-family: 'Poppins', sans-serif;
  color: var(--bs-dark, #1A1A1A);
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.3;
  transition: all 0.3s ease;
  min-height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uye-card:hover .uye-name {
  color: var(--bs-secondary, #C00000);
  transform: translateY(-2px);
}

/* Mayor Info */
.uye-baskan {
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: #f8f9fa;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.uye-baskan i {
  color: var(--bs-secondary, #C00000);
  font-size: 0.9rem;
}

.uye-card:hover .uye-baskan {
  background: #fff;
  border-color: rgba(192, 0, 0, 0.1);
  transform: translateX(3px);
}

/* Website Button */
.uye-website-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  color: white;
  border-radius: 25px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(192, 0, 0, 0.25);
  margin-top: auto;
  letter-spacing: 0.3px;
}

.uye-website-btn:hover {
  background: linear-gradient(135deg, #8B0000 0%, #C00000 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(192, 0, 0, 0.35);
  color: white;
}

.uye-website-btn i:first-child {
  font-size: 0.9rem;
}

.uye-website-btn i:last-child {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.uye-website-btn:hover i:last-child {
  transform: translateX(3px);
}

/* ==================== Uyeler Responsive Design ==================== */
@media (max-width: 1399px) {
  .uye-grid {
    gap: 25px;
  }

  .uye-card {
    flex-basis: 300px;
  }
}

@media (max-width: 991px) {
  .uye-grid {
    gap: 25px;
  }

  .uye-card {
    flex-basis: calc((100% - 25px) / 2);
  }

  .uye-logo-container {
    padding: 35px;
    min-height: 180px;
  }

  .uye-logo-wrapper,
  .uye-logo-placeholder {
    width: 120px;
    height: 120px;
  }

  .uye-logo-placeholder {
    font-size: 60px;
  }

  .uye-info {
    padding: 30px 25px;
  }

  .uye-name {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .uye-grid {
    gap: 12px;
  }

  .uye-card {
    flex-basis: calc((100% - 12px) / 2);
    border-radius: 14px;
  }

  .uye-logo-container {
    padding: 14px;
    min-height: 100px;
  }

  .uye-logo-wrapper,
  .uye-logo-placeholder {
    width: 70px;
    height: 70px;
  }

  .uye-logo-placeholder {
    font-size: 34px;
  }

  .uye-info {
    padding: 12px 10px;
    gap: 8px;
  }

  .uye-name {
    font-size: 0.92rem;
    min-height: 2.2rem;
    word-break: break-word;
  }

  .uye-baskan {
    font-size: 0.75rem;
    padding: 6px 8px;
    border-radius: 12px;
    gap: 5px;
  }

  .uye-website-btn {
    width: 100%;
    font-size: 0.74rem;
    padding: 7px 10px;
    border-radius: 12px;
    gap: 4px;
    box-shadow: 0 3px 10px rgba(192, 0, 0, 0.2);
  }
}

@media (max-width: 575px) {
  .uye-grid {
    gap: 10px;
  }

  .uye-card {
    flex-basis: calc((100% - 10px) / 2);
    border-radius: 12px;
  }

  .uye-logo-container {
    padding: 12px;
    min-height: 88px;
  }

  .uye-logo-wrapper,
  .uye-logo-placeholder {
    width: 62px;
    height: 62px;
  }

  .uye-logo-placeholder {
    font-size: 30px;
  }

  .uye-info {
    padding: 10px 8px;
    gap: 6px;
  }

  .uye-name {
    font-size: 0.82rem;
    min-height: 2rem;
    line-height: 1.25;
    word-break: break-word;
  }

  .uye-baskan {
    font-size: 0.7rem;
    padding: 5px 6px;
    gap: 4px;
  }

  .uye-website-btn {
    width: 100%;
    font-size: 0.68rem;
    padding: 6px 6px;
    border-radius: 10px;
    gap: 3px;
    letter-spacing: 0;
  }

  .uye-website-btn i:last-child {
    display: none;
  }
}

/* ==================== Tarihçe (History) Page ==================== */

/* Hero Section */
.tarihce-hero {
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  color: white;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.tarihce-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,101.3C1248,85,1344,75,1392,69.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
  background-size: cover;
  opacity: 0.1;
}

.tarihce-hero-decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.decor-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 208, 63, 0.15) 0%, transparent 70%);
}

.decor-circle-1 {
  width: 400px;
  height: 400px;
  top: -150px;
  right: -100px;
  animation: pulse 6s ease-in-out infinite;
}

.decor-circle-2 {
  width: 250px;
  height: 250px;
  bottom: -80px;
  left: -60px;
  animation: pulse 8s ease-in-out infinite reverse;
}

.decor-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, rgba(244, 208, 63, 0.6) 50%, transparent 100%);
}

/* Stats Bar */
.tarihce-stats-bar {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  margin-top: -50px;
  position: relative;
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.tarihce-stat-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px;
  border-radius: 15px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.tarihce-stat-item:hover {
  background: white;
  box-shadow: 0 8px 25px rgba(192, 0, 0, 0.12);
  transform: translateY(-3px);
}

.tarihce-stat-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(192, 0, 0, 0.3);
}

.tarihce-stat-content {
  display: flex;
  flex-direction: column;
}

.tarihce-stat-number {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  color: var(--bs-dark, #1A1A1A);
  line-height: 1.1;
}

.tarihce-stat-label {
  font-size: 0.85rem;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Content Cards */
.tarihce-content-card {
  background: white;
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
}

.tarihce-content-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.tarihce-section-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  position: relative;
}

.tarihce-section-header::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #C00000 0%, #8B0000 100%);
  border-radius: 3px;
}

.tarihce-section-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(192, 0, 0, 0.3);
}

.tarihce-section-header h2 {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  color: var(--bs-dark, #1A1A1A);
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.tarihce-content-body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #444;
  white-space: pre-line;
}

.tarihce-content-body p {
  margin-bottom: 18px;
}

.tarihce-content-body strong {
  color: var(--bs-dark, #1A1A1A);
  font-weight: 700;
}

/* Mission Grid */
.tarihce-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 25px;
}

.tarihce-mission-item {
  display: flex;
  gap: 18px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.tarihce-mission-item:hover {
  background: white;
  border-color: rgba(192, 0, 0, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.mission-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(192, 0, 0, 0.1) 0%, rgba(139, 0, 0, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C00000;
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.tarihce-mission-item:hover .mission-icon {
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  color: white;
  box-shadow: 0 5px 15px rgba(192, 0, 0, 0.3);
}

.mission-text h4 {
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--bs-dark, #1A1A1A);
  margin-bottom: 8px;
}

.mission-text p {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Duty List */
.tarihce-duty-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tarihce-duty-item {
  display: flex;
  gap: 20px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.4s ease;
  border-left: 4px solid transparent;
}

.tarihce-duty-item:hover {
  background: white;
  border-left-color: #C00000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateX(8px);
}

.duty-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(192, 0, 0, 0.3);
}

.duty-text p {
  font-size: 1rem;
  color: #555;
  margin: 0;
  line-height: 1.8;
}

/* Sidebar Cards */
.tarihce-sidebar-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
}

.tarihce-sidebar-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.sidebar-card-header {
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  color: white;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.sidebar-card-header i {
  font-size: 1.5rem;
  opacity: 0.9;
}

.sidebar-card-header h3 {
  font-size: 1.3rem;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-weight: 600;
}

.sidebar-card-body {
  padding: 30px;
}

/* Organ Items */
.organ-item {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.organ-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.organ-item:first-child {
  padding-top: 0;
}

.organ-item:hover {
  padding-left: 8px;
}

.organ-icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(192, 0, 0, 0.1) 0%, rgba(139, 0, 0, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C00000;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.organ-item:hover .organ-icon {
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  color: white;
  box-shadow: 0 5px 12px rgba(192, 0, 0, 0.3);
}

.organ-info h4 {
  font-size: 1.05rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--bs-dark, #1A1A1A);
  margin-bottom: 5px;
}

.organ-info p {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.5;
  margin: 0;
}

/* Info Highlights */
.info-highlight {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.info-highlight:last-child {
  margin-bottom: 0;
}

.info-highlight:hover {
  border-color: rgba(192, 0, 0, 0.1);
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.info-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(192, 0, 0, 0.3);
}

.info-text {
  display: flex;
  flex-direction: column;
}

.info-label {
  font-size: 0.8rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.info-value {
  font-size: 1.05rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--bs-dark, #1A1A1A);
}

/* Quick Links */
.quick-link-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 12px;
  text-decoration: none;
  color: var(--bs-dark, #1A1A1A);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.quick-link-item:last-child {
  margin-bottom: 0;
}

.quick-link-item:hover {
  background: white;
  border-color: rgba(192, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  color: #C00000;
  transform: translateX(5px);
}

.quick-link-item i:first-child {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(192, 0, 0, 0.1) 0%, rgba(139, 0, 0, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C00000;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.quick-link-item:hover i:first-child {
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  color: white;
}

.quick-link-item span {
  flex: 1;
}

.quick-link-item i:last-child {
  font-size: 0.75rem;
  color: #ccc;
  transition: all 0.3s ease;
}

.quick-link-item:hover i:last-child {
  color: #C00000;
  transform: translateX(5px);
}

/* ==================== Tarihçe Responsive Design ==================== */
@media (max-width: 991px) {
  .tarihce-hero {
    padding: 100px 0 60px;
  }

  .tarihce-stats-bar {
    padding: 30px;
    margin-top: -40px;
  }

  .tarihce-content-card {
    padding: 35px;
  }

  .tarihce-mission-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tarihce-section-header h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .tarihce-hero {
    padding: 80px 0 50px;
  }

  .tarihce-stats-bar {
    padding: 25px;
    margin-top: -35px;
  }

  .tarihce-stat-item {
    padding: 12px;
    gap: 12px;
  }

  .tarihce-stat-icon {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .tarihce-stat-number {
    font-size: 1.4rem;
  }

  .tarihce-stat-label {
    font-size: 0.75rem;
  }

  .tarihce-content-card {
    padding: 25px;
    margin-bottom: 20px;
  }

  .tarihce-section-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .tarihce-section-header h2 {
    font-size: 1.3rem;
  }

  .tarihce-duty-item {
    padding: 20px;
    gap: 15px;
  }

  .duty-number {
    min-width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .sidebar-card-header {
    padding: 20px 25px;
  }

  .sidebar-card-body {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .tarihce-hero {
    padding: 60px 0 40px;
  }

  .tarihce-stats-bar {
    padding: 20px;
    margin-top: -30px;
  }

  .tarihce-stat-item {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .tarihce-stat-content {
    align-items: center;
  }

  .tarihce-content-card {
    padding: 20px;
  }

  .tarihce-section-header {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .tarihce-section-header::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .tarihce-mission-item {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .mission-icon {
    margin: 0 auto;
  }

  .tarihce-duty-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
  }

  .info-highlight {
    padding: 15px;
  }

  .quick-link-item {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .tarihce-stats-bar .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }

  .tarihce-stats-bar .row > [class*='col-'] {
    width: 25%;
    flex: 0 0 auto;
  }

  .tarihce-stat-item {
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 12px 8px;
    border-radius: 14px;
  }

  .tarihce-stat-content {
    align-items: center;
  }

  .tarihce-stat-icon {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }

  .tarihce-stat-number {
    font-size: 1.15rem;
  }

  .tarihce-stat-label {
    font-size: 0.58rem;
    letter-spacing: 0.2px;
    line-height: 1.25;
  }

  .tarihce-content-card {
    border-radius: 18px;
    padding: 20px 18px;
    margin-bottom: 18px;
  }

  .tarihce-content-body {
    font-size: 0.93rem;
    line-height: 1.72;
  }

  .tarihce-content-body p {
    margin-bottom: 14px;
  }

  .tarihce-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
  }

  .tarihce-sidebar .tarihce-sidebar-card {
    margin-bottom: 0;
    border-radius: 18px;
  }

  .tarihce-sidebar .sidebar-card-header {
    padding: 16px 16px 14px;
    gap: 10px;
  }

  .tarihce-sidebar .sidebar-card-header i {
    font-size: 1rem;
  }

  .tarihce-sidebar .sidebar-card-header h3 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .tarihce-sidebar .sidebar-card-body {
    padding: 16px;
  }

  .tarihce-sidebar .organ-item {
    gap: 10px;
    padding: 12px 0;
  }

  .tarihce-sidebar .organ-icon,
  .tarihce-sidebar .info-icon {
    width: 34px;
    height: 34px;
    font-size: 0.82rem;
    border-radius: 10px;
  }

  .tarihce-sidebar .organ-info h4 {
    font-size: 0.86rem;
    margin-bottom: 4px;
  }

  .tarihce-sidebar .organ-info p,
  .tarihce-sidebar .info-value {
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .tarihce-sidebar .info-highlight {
    gap: 10px;
    padding: 12px;
    margin-bottom: 10px;
  }

  .tarihce-sidebar .info-label {
    font-size: 0.62rem;
    letter-spacing: 0.25px;
  }

  .tarihce-info-card,
  .tarihce-links-card,
  .tarihce-sidebar > .tarihce-sidebar-card:first-child {
    display: none;
  }
}

@media (max-width: 575px) {
  .tarihce-stats-bar {
    padding: 16px;
    margin-top: -24px;
    border-radius: 18px;
  }

  .tarihce-stats-bar .row {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px;
  }

  .tarihce-stat-item {
    padding: 10px 6px;
    gap: 7px;
  }

  .tarihce-stat-icon {
    width: 34px;
    height: 34px;
    font-size: 0.82rem;
  }

  .tarihce-stat-number {
    font-size: 1.02rem;
  }

  .tarihce-stat-label {
    font-size: 0.54rem;
  }

  .tarihce-content-card {
    padding: 18px 16px;
  }

  .tarihce-content-body {
    font-size: 0.88rem;
    line-height: 1.68;
  }

  .tarihce-sidebar {
    gap: 10px;
  }

  .tarihce-sidebar .sidebar-card-header {
    padding: 14px 14px 12px;
  }

  .tarihce-sidebar .sidebar-card-body {
    padding: 14px;
  }

  .tarihce-sidebar .sidebar-card-header h3 {
    font-size: 0.9rem;
  }

  .tarihce-sidebar .organ-info h4 {
    font-size: 0.8rem;
  }

  .tarihce-sidebar .organ-info p,
  .tarihce-sidebar .info-value {
    font-size: 0.72rem;
  }

  .tarihce-sidebar .info-label {
    font-size: 0.58rem;
  }
}

/* ==================== Tüzük (Charter) Page - 3D Book ==================== */

/* Hero Section */
.tuzuk-hero {
  background: linear-gradient(135deg, #C00000 0%, #6B0000 60%, #3D0000 100%);
  color: white;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.tuzuk-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 40px,
      rgba(255, 255, 255, 0.02) 40px, rgba(255, 255, 255, 0.02) 41px);
  pointer-events: none;
}

.tuzuk-hero-decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.decor-circle {
  position: absolute;
  border-radius: 50%;
}

.decor-circle-1 {
  width: 250px;
  height: 250px;
  top: -80px;
  right: -60px;
  background: radial-gradient(circle, rgba(244, 208, 63, 0.15) 0%, transparent 70%);
  animation: tuzukFloat 6s ease-in-out infinite;
}

.decor-circle-2 {
  width: 180px;
  height: 180px;
  bottom: -50px;
  left: -40px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  animation: tuzukFloat 8s ease-in-out infinite reverse;
}

@keyframes tuzukFloat {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-20px) scale(1.1);
  }
}

.tuzuk-hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.tuzuk-hero-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 3px solid rgba(244, 208, 63, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2.2rem;
  color: #F4D03F;
  backdrop-filter: blur(10px);
  animation: tuzukSealPulse 3s ease-in-out infinite;
}

@keyframes tuzukSealPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(244, 208, 63, 0.3);
  }

  50% {
    box-shadow: 0 0 30px 10px rgba(244, 208, 63, 0.15);
  }
}

/* ==================== Book Section ==================== */
.tuzuk-book-section {
  padding: 60px 0 80px;
  background: linear-gradient(180deg, #F0EBE3 0%, #E8E0D4 30%, #F5F0E8 100%);
  min-height: 80vh;
}

/* Ribbon Header */
.tuzuk-book-ribbon {
  background: linear-gradient(135deg, #2C1810 0%, #4A2C1A 50%, #2C1810 100%);
  padding: 22px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 14px 14px 0 0;
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  border-bottom: 4px solid #C9A94E;
}

.tuzuk-book-ribbon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(201, 169, 78, 0.03) 10px, rgba(201, 169, 78, 0.03) 20px);
  pointer-events: none;
}

.ribbon-seal {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C9A94E 0%, #8B7332 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C1810;
  font-size: 1.4rem;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.ribbon-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 1;
}

.ribbon-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #F4E4B0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ribbon-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  color: #C9A94E;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 3px;
}

.ribbon-law {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 169, 78, 0.15);
  border: 1px solid rgba(201, 169, 78, 0.3);
  padding: 8px 16px;
  border-radius: 25px;
  color: #C9A94E;
  font-size: 0.78rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

/* ==================== 3D Book Wrapper ==================== */
.book3d-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  perspective: 1800px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}

/* ==================== Arrow Buttons ==================== */
.book3d-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #C9A94E;
  background: linear-gradient(135deg, #2C1810 0%, #4A2C1A 100%);
  color: #F4E4B0;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.book3d-arrow:hover:not(:disabled) {
  background: linear-gradient(135deg, #C9A94E 0%, #8B7332 100%);
  color: #2C1810;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 30px rgba(201, 169, 78, 0.4);
}

.book3d-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.book3d-arrow-left {
  left: 0;
}

.book3d-arrow-right {
  right: 0;
}

/* ==================== 3D Book Container ==================== */
.book3d-container {
  display: flex;
  width: 100%;
  max-width: 980px;
  height: 520px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(3deg);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.25),
    0 10px 20px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(201, 169, 78, 0.2);
  border-radius: 4px 10px 10px 4px;
}

/* ==================== Book Spine ==================== */
.book3d-spine {
  position: absolute;
  left: 50%;
  top: -4px;
  bottom: -4px;
  width: 30px;
  transform: translateX(-50%);
  z-index: 10;
  background: linear-gradient(90deg,
      #8B6F3A 0%,
      #C9A94E 15%,
      #D4B65A 30%,
      #A8873E 50%,
      #D4B65A 70%,
      #C9A94E 85%,
      #8B6F3A 100%);
  box-shadow:
    inset 0 0 15px rgba(0, 0, 0, 0.4),
    -3px 0 10px rgba(0, 0, 0, 0.15),
    3px 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.book3d-spine::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(180deg,
      transparent 0%, transparent 8%,
      rgba(0, 0, 0, 0.08) 8%, rgba(0, 0, 0, 0.08) 8.5%,
      transparent 8.5%, transparent 16%);
}

/* ==================== Book Pages ==================== */
.book3d-page {
  flex: 1;
  height: 520px;
  position: relative;
  overflow: hidden;
}

.book3d-page-left {
  border-radius: 4px 0 0 4px;
  background: linear-gradient(90deg,
      #E8D5B0 0%,
      #F2E2C5 4%,
      #FDF6E3 12%,
      #FFF9EE 100%);
  border-right: none;
  box-shadow: inset -8px 0 20px rgba(139, 115, 50, 0.08);
}

.book3d-page-right {
  border-radius: 0 10px 10px 0;
  background: linear-gradient(270deg,
      #E8D5B0 0%,
      #F2E2C5 4%,
      #FDF6E3 12%,
      #FFF9EE 100%);
  border-left: none;
  box-shadow: inset 8px 0 20px rgba(139, 115, 50, 0.08);
}

/* Page ruled lines */
.book3d-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  background: repeating-linear-gradient(180deg,
      transparent, transparent 33px,
      rgba(201, 169, 78, 0.06) 33px, rgba(201, 169, 78, 0.06) 34px);
  pointer-events: none;
  z-index: 0;
}

/* Page stacking effect (bottom pages shadow) */
.book3d-page-left::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg,
      rgba(180, 155, 95, 0.3) 0%,
      rgba(180, 155, 95, 0.1) 50%,
      transparent 100%);
  z-index: 5;
  border-radius: 0 0 0 4px;
}

.book3d-page-right::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 8px;
  background: linear-gradient(270deg,
      rgba(180, 155, 95, 0.3) 0%,
      rgba(180, 155, 95, 0.1) 50%,
      transparent 100%);
  z-index: 5;
  border-radius: 0 0 4px 0;
}

.book3d-page-inner {
  position: relative;
  z-index: 2;
  padding: 40px 35px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Watermark */
.book3d-page-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10rem;
  color: rgba(201, 169, 78, 0.04);
  pointer-events: none;
  z-index: 0;
}

/* Page Content */
.book3d-page-content {
  flex: 1;
  font-family: 'Open Sans', Georgia, 'Times New Roman', serif;
  font-size: 0.95rem;
  line-height: 1.85;
  color: #3A2F1E;
  position: relative;
  z-index: 2;
  white-space: pre-line;
  overflow: hidden;
}

/* Page Footer */
.book3d-page-footer {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  margin-top: auto;
  border-top: 1px solid rgba(201, 169, 78, 0.2);
  position: relative;
  z-index: 2;
}

.book3d-page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2C1810, #4A2C1A);
  color: #F4E4B0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* ==================== Madde (Article) Styles ==================== */
.tuzuk-madde {
  margin-bottom: 20px;
  padding: 16px 18px;
  background: rgba(253, 246, 227, 0.5);
  border-radius: 8px;
  border-left: 3px solid #C9A94E;
  transition: all 0.3s ease;
  white-space: normal;
}

.tuzuk-madde:last-child {
  margin-bottom: 0;
}

.tuzuk-madde:hover {
  background: rgba(253, 246, 227, 0.85);
  box-shadow: 0 3px 12px rgba(139, 115, 50, 0.1);
  transform: translateX(3px);
}

.tuzuk-madde-header {
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #4A2C1A;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  white-space: normal;
  line-height: 1.4;
}

.tuzuk-madde-header .madde-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C9A94E, #8B7332);
  color: #2C1810;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.tuzuk-madde-body {
  font-size: 0.88rem;
  line-height: 1.75;
  color: #3A2F1E;
  white-space: pre-line;
}

.tuzuk-title-block {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 3px double #C9A94E;
  white-space: normal;
}

.tuzuk-title-block h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #2C1810;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}

/* ==================== Page Indicator ==================== */
.book3d-indicator {
  text-align: center;
  margin-top: 25px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: #8B7332;
  font-weight: 600;
  letter-spacing: 1px;
}

/* ==================== Mobile Tuzuk Layout ==================== */
.tuzuk-mobile-layout {
  display: none;
}

.tuzuk-mobile-summary {
  position: relative;
  overflow: hidden;
  padding: 22px 20px 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(201, 169, 78, 0.22), transparent 38%),
    linear-gradient(160deg, #2D190F 0%, #5B341E 52%, #A57932 100%);
  box-shadow: 0 20px 45px rgba(44, 24, 16, 0.22);
}

.tuzuk-mobile-summary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg,
      transparent, transparent 16px,
      rgba(255, 255, 255, 0.03) 16px, rgba(255, 255, 255, 0.03) 32px);
  pointer-events: none;
}

.tuzuk-mobile-summary>* {
  position: relative;
  z-index: 1;
}

.tuzuk-mobile-summary__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 248, 232, 0.12);
  border: 1px solid rgba(244, 228, 176, 0.2);
  color: #F4E4B0;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.tuzuk-mobile-summary__title {
  margin: 16px 0 0;
  color: #FFF8E8;
  font-family: 'Poppins', sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.35;
}

.tuzuk-mobile-summary__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tuzuk-mobile-summary__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 14px;
  background: rgba(255, 248, 232, 0.1);
  color: #F7ECD2;
  font-family: 'Poppins', sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
}

.tuzuk-mobile-summary__note {
  margin: 14px 0 0;
  color: rgba(255, 248, 232, 0.82);
  font-size: 0.84rem;
  line-height: 1.55;
}

.tuzuk-mobile-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.tuzuk-mobile-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 249, 238, 0.96) 100%);
  border: 1px solid rgba(201, 169, 78, 0.18);
  box-shadow: 0 12px 28px rgba(93, 66, 31, 0.12);
}

.tuzuk-mobile-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #B88E3C 0%, #D4B65A 100%);
}

.tuzuk-mobile-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.tuzuk-mobile-card__num {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(201, 169, 78, 0.12);
  color: #7D5E26;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.tuzuk-mobile-card__action {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4A2C1A 0%, #2C1810 100%);
  color: #F4E4B0;
  box-shadow: 0 8px 18px rgba(44, 24, 16, 0.18);
}

.tuzuk-mobile-card__title {
  margin: 0;
  color: #332115;
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.tuzuk-mobile-card__body {
  margin: 10px 0 0;
  color: #614831;
  font-size: 0.84rem;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tuzuk-mobile-card__readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #8B0000;
  font-family: 'Poppins', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
}

/* ==================== Page-Turn Animation ==================== */
.book3d-page-left,
.book3d-page-right {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.book3d-page.page-turning-out-left {
  animation: pageTurnOutLeft 0.6s ease forwards;
}

.book3d-page.page-turning-out-right {
  animation: pageTurnOutRight 0.6s ease forwards;
}

.book3d-page.page-turning-in-left {
  animation: pageTurnInLeft 0.6s ease forwards;
}

.book3d-page.page-turning-in-right {
  animation: pageTurnInRight 0.6s ease forwards;
}

@keyframes pageTurnOutLeft {
  0% {
    transform: rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: rotateY(30deg);
    opacity: 0;
  }
}

@keyframes pageTurnOutRight {
  0% {
    transform: rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: rotateY(-30deg);
    opacity: 0;
  }
}

@keyframes pageTurnInLeft {
  0% {
    transform: rotateY(-25deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes pageTurnInRight {
  0% {
    transform: rotateY(25deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

/* ==================== Responsive Design ==================== */
@media (max-width: 991px) {
  .tuzuk-hero {
    padding: 100px 0 60px;
  }

  .tuzuk-hero-icon {
    width: 75px;
    height: 75px;
    font-size: 1.8rem;
  }

  .tuzuk-book-ribbon {
    padding: 18px 22px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 12px;
  }

  .ribbon-text {
    align-items: center;
  }

  .ribbon-title {
    font-size: 0.95rem;
  }

  .book3d-wrapper {
    padding: 0 50px;
  }

  .book3d-container {
    height: 480px;
    transform: rotateX(2deg);
  }

  .book3d-page {
    height: 480px;
  }

  .book3d-page-inner {
    padding: 30px 25px 25px;
  }

  .book3d-page-content {
    font-size: 0.9rem;
  }

  .book3d-arrow {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
  }

  .tuzuk-madde {
    padding: 14px 15px;
  }

  .tuzuk-madde-header {
    font-size: 0.88rem;
  }

  .tuzuk-madde-body {
    font-size: 0.84rem;
  }
}

@media (max-width: 767px) {
  .tuzuk-hero {
    padding: 80px 0 50px;
  }

  .tuzuk-mobile-layout {
    display: block;
    margin-top: 16px;
  }

  .book3d-wrapper,
  .book3d-indicator {
    display: none;
  }

  .tuzuk-hero-icon {
    width: 65px;
    height: 65px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .tuzuk-book-section {
    padding: 40px 0 60px;
  }

  .tuzuk-book-ribbon {
    padding: 15px 18px;
    gap: 10px;
    max-width: 100%;
    border-radius: 10px 10px 0 0;
  }

  .ribbon-seal {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
  }

  .ribbon-title {
    font-size: 0.85rem;
  }

  .ribbon-subtitle {
    font-size: 0.7rem;
  }

  .ribbon-law {
    display: none;
  }

  /* Stack pages vertically on mobile */
  .book3d-wrapper {
    padding: 0 40px;
  }

  .book3d-container {
    flex-direction: column;
    height: auto;
    transform: rotateX(0deg);
    border-radius: 8px;
  }

  .book3d-spine {
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    height: 20px;
    transform: translateX(0) translateY(-50%);
    background: linear-gradient(180deg,
        #8B6F3A 0%, #C9A94E 15%, #D4B65A 30%,
        #A8873E 50%, #D4B65A 70%, #C9A94E 85%, #8B6F3A 100%);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 -2px 8px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .book3d-spine::before {
    background: repeating-linear-gradient(90deg,
        transparent 0%, transparent 8%,
        rgba(0, 0, 0, 0.08) 8%, rgba(0, 0, 0, 0.08) 8.5%,
        transparent 8.5%, transparent 16%);
  }

  .book3d-page {
    height: auto;
    min-height: 350px;
  }

  .book3d-page-left {
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #E8D5B0 0%, #F2E2C5 4%, #FDF6E3 12%, #FFF9EE 100%);
    box-shadow: inset 0 -5px 15px rgba(139, 115, 50, 0.08);
  }

  .book3d-page-right {
    border-radius: 0 0 8px 8px;
    background: linear-gradient(0deg, #E8D5B0 0%, #F2E2C5 4%, #FDF6E3 12%, #FFF9EE 100%);
    box-shadow: inset 0 5px 15px rgba(139, 115, 50, 0.08);
  }

  .book3d-page-inner {
    padding: 25px 20px 20px;
  }

  .book3d-page-content {
    font-size: 0.85rem;
    line-height: 1.7;
  }

  .book3d-arrow {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }

  .book3d-arrow-left {
    left: -5px;
  }

  .book3d-arrow-right {
    right: -5px;
  }

  .book3d-page-watermark {
    font-size: 6rem;
  }
}

@media (max-width: 575px) {
  .tuzuk-hero {
    padding: 60px 0 40px;
  }

  .tuzuk-mobile-summary {
    padding: 18px 16px 15px;
    border-radius: 20px;
  }

  .tuzuk-mobile-summary__badge {
    font-size: 0.66rem;
    padding: 6px 10px;
  }

  .tuzuk-mobile-summary__title {
    font-size: 1.05rem;
  }

  .tuzuk-mobile-summary__meta {
    gap: 8px;
  }

  .tuzuk-mobile-summary__meta-item {
    font-size: 0.7rem;
    padding: 8px 10px;
  }

  .tuzuk-mobile-summary__note {
    font-size: 0.78rem;
  }

  .tuzuk-mobile-list {
    gap: 12px;
    margin-top: 16px;
  }

  .tuzuk-mobile-card {
    padding: 14px;
    border-radius: 18px;
  }

  .tuzuk-mobile-card__num {
    font-size: 0.67rem;
  }

  .tuzuk-mobile-card__action {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 0.8rem;
  }

  .tuzuk-mobile-card__title {
    font-size: 0.84rem;
  }

  .tuzuk-mobile-card__body {
    font-size: 0.77rem;
    line-height: 1.58;
    -webkit-line-clamp: 4;
  }

  .tuzuk-mobile-card__readmore {
    font-size: 0.7rem;
  }

  .tuzuk-hero-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .tuzuk-book-section {
    padding: 30px 0 50px;
  }

  .tuzuk-book-ribbon {
    padding: 12px 14px;
    border-radius: 8px 8px 0 0;
  }

  .ribbon-seal {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .ribbon-title {
    font-size: 0.78rem;
    letter-spacing: 0.5px;
  }

  .book3d-wrapper {
    padding: 0 32px;
  }

  .book3d-page {
    min-height: 350px;
  }

  .book3d-page-inner {
    padding: 18px 15px 15px;
  }

  .book3d-page-content {
    font-size: 0.82rem;
    line-height: 1.65;
  }

  .book3d-arrow {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .tuzuk-madde {
    padding: 10px 12px;
    margin-bottom: 14px;
    border-left-width: 2px;
  }

  .tuzuk-madde-header {
    font-size: 0.82rem;
    gap: 7px;
  }

  .tuzuk-madde-header .madde-number {
    min-width: 24px;
    height: 24px;
    font-size: 0.7rem;
  }

  .tuzuk-madde-body {
    font-size: 0.78rem;
    line-height: 1.6;
  }

  .book3d-page-num {
    min-width: 30px;
    height: 30px;
    font-size: 0.72rem;
  }

  .book3d-indicator {
    font-size: 0.8rem;
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .book3d-wrapper.book3d-wrapper-mobile {
    padding: 0 16px;
    perspective: none;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-container {
    display: block;
    max-width: 100%;
    height: auto;
    transform: none;
    border-radius: 18px;
    box-shadow:
      0 18px 40px rgba(44, 24, 16, 0.18),
      0 0 0 1px rgba(201, 169, 78, 0.14);
    background: linear-gradient(180deg, #F7ECD2 0%, #FFF8E8 100%);
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-spine,
  .book3d-wrapper.book3d-wrapper-mobile .book3d-page-right {
    display: none;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-page,
  .book3d-wrapper.book3d-wrapper-mobile .book3d-page-left {
    width: 100%;
    min-height: 560px;
    height: auto;
    border-radius: 18px;
    background: linear-gradient(180deg, #F3E4BF 0%, #FCF4E0 9%, #FFFCEF 100%);
    box-shadow: inset 0 0 0 1px rgba(201, 169, 78, 0.08);
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-page::after {
    left: 16px;
    right: 16px;
    background: repeating-linear-gradient(180deg,
        transparent, transparent 29px,
        rgba(201, 169, 78, 0.07) 29px, rgba(201, 169, 78, 0.07) 30px);
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-page-left::before {
    display: none;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-page-inner {
    padding: 22px 18px 18px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-page-content {
    font-size: 0.86rem;
    line-height: 1.72;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-page-watermark {
    font-size: 5rem;
    color: rgba(201, 169, 78, 0.05);
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-page-footer {
    padding-top: 14px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-page-num {
    min-width: 32px;
    height: 32px;
    font-size: 0.74rem;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-arrow {
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-arrow:hover:not(:disabled) {
    transform: translateY(-50%) scale(1.06);
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-arrow-left {
    left: -2px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-arrow-right {
    right: -2px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .tuzuk-title-block {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .tuzuk-title-block h2 {
    font-size: 1.05rem;
    line-height: 1.35;
    letter-spacing: 0.6px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .tuzuk-madde {
    margin-bottom: 14px;
    padding: 12px 13px;
    border-radius: 12px;
    border-left-width: 2px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .tuzuk-madde-header {
    font-size: 0.82rem;
    gap: 8px;
    margin-bottom: 7px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .tuzuk-madde-header .madde-number {
    min-width: 25px;
    height: 25px;
    font-size: 0.68rem;
  }

  .book3d-wrapper.book3d-wrapper-mobile .tuzuk-madde-body {
    font-size: 0.77rem;
    line-height: 1.58;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .book3d-wrapper.book3d-wrapper-mobile+.book3d-indicator {
    margin-top: 14px;
    font-size: 0.78rem;
    letter-spacing: 0.6px;
  }
}

@media (max-width: 575px) {
  .tuzuk-book-ribbon {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    text-align: left;
    gap: 10px 12px;
  }

  .ribbon-text {
    align-items: flex-start;
  }

  .book3d-wrapper.book3d-wrapper-mobile {
    padding: 0 12px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-page,
  .book3d-wrapper.book3d-wrapper-mobile .book3d-page-left {
    min-height: 520px;
    border-radius: 16px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-page-inner {
    padding: 18px 15px 16px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-page::after {
    left: 14px;
    right: 14px;
    background: repeating-linear-gradient(180deg,
        transparent, transparent 27px,
        rgba(201, 169, 78, 0.07) 27px, rgba(201, 169, 78, 0.07) 28px);
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-page-content {
    font-size: 0.8rem;
    line-height: 1.64;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-arrow {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-arrow-left {
    left: -4px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .book3d-arrow-right {
    right: -4px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .tuzuk-title-block h2 {
    font-size: 0.95rem;
  }

  .book3d-wrapper.book3d-wrapper-mobile .tuzuk-madde {
    padding: 10px 11px;
    margin-bottom: 12px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .tuzuk-madde-header {
    font-size: 0.77rem;
    gap: 7px;
  }

  .book3d-wrapper.book3d-wrapper-mobile .tuzuk-madde-header .madde-number {
    min-width: 23px;
    height: 23px;
    font-size: 0.64rem;
  }

  .book3d-wrapper.book3d-wrapper-mobile .tuzuk-madde-body {
    font-size: 0.73rem;
    line-height: 1.55;
    -webkit-line-clamp: 7;
  }
}

/* ==================== Clickable Madde & Readmore ==================== */

.tuzuk-madde-clickable {
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  position: relative;
}

.tuzuk-madde-clickable:hover {
  background: rgba(201, 169, 78, 0.12) !important;
  box-shadow: 0 2px 12px rgba(201, 169, 78, 0.15);
  transform: translateY(-1px);
}

.tuzuk-madde-readmore {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #C9A94E;
  padding: 6px 0 2px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.85;
  border-top: 1px dashed rgba(201, 169, 78, 0.3);
  margin-top: 6px;
}

.tuzuk-madde-clickable:hover .tuzuk-madde-readmore {
  opacity: 1;
  color: #8B7332;
}

/* ==================== Madde Detail Modal ==================== */

.madde-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 14, 8, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  padding: 20px;
}

.madde-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.madde-modal {
  background: linear-gradient(180deg, #FFF9EE 0%, #FDF6E3 30%, #F8ECCE 100%);
  border-radius: 12px;
  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(201, 169, 78, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  max-width: 680px;
  width: 100%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateY(30px) scale(0.95);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.madde-modal-overlay.active .madde-modal {
  transform: translateY(0) scale(1);
}

.madde-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 78, 0.3);
  background: rgba(201, 169, 78, 0.1);
  color: #8B7332;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 2;
}

.madde-modal-close:hover {
  background: #C9A94E;
  color: #2C1810;
  transform: rotate(90deg);
}

.madde-modal-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 28px 30px 18px;
  border-bottom: 2px solid rgba(201, 169, 78, 0.25);
  flex-shrink: 0;
}

.madde-modal-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C9A94E 0%, #8B7332 100%);
  color: #FFF9EE;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(139, 115, 50, 0.25);
}

.madde-modal-title {
  font-family: 'Open Sans', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #3A2F1E;
  margin: 0;
  line-height: 1.4;
  padding-right: 30px;
}

.madde-modal-body {
  padding: 24px 30px 30px;
  font-family: 'Open Sans', Georgia, 'Times New Roman', serif;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #3A2F1E;
  overflow-y: auto;
  white-space: pre-line;
}

.madde-modal-body::-webkit-scrollbar {
  width: 6px;
}

.madde-modal-body::-webkit-scrollbar-track {
  background: rgba(201, 169, 78, 0.08);
  border-radius: 3px;
}

.madde-modal-body::-webkit-scrollbar-thumb {
  background: rgba(201, 169, 78, 0.3);
  border-radius: 3px;
}

.madde-modal-body::-webkit-scrollbar-thumb:hover {
  background: rgba(201, 169, 78, 0.5);
}

/* Modal responsive */
@media (max-width: 575px) {
  .madde-modal {
    max-height: 90vh;
    border-radius: 10px;
  }

  .madde-modal-header {
    padding: 20px 20px 15px;
    gap: 10px;
  }

  .madde-modal-number {
    min-width: 34px;
    height: 34px;
    font-size: 0.85rem;
  }

  .madde-modal-title {
    font-size: 0.95rem;
    padding-right: 24px;
  }

  .madde-modal-body {
    padding: 18px 20px 24px;
    font-size: 0.88rem;
    line-height: 1.75;
  }

  .madde-modal-close {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
    top: 10px;
    right: 10px;
  }
}

/* ==================== İletişim Sayfası ==================== */
.iletisim-hero {
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  color: #fff;
  padding: 110px 0 70px;
  position: relative;
  overflow: hidden;
}

.iletisim-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 20%, rgba(244, 208, 63, 0.25) 0%, rgba(244, 208, 63, 0) 45%);
  pointer-events: none;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.iletisim-notice-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 18, 33, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.iletisim-notice-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.iletisim-notice-open {
  overflow: hidden;
}

.iletisim-notice-modal {
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.26);
  border: 1px solid #e9edf5;
  padding: 20px 20px 18px;
  position: relative;
  transform: translateY(14px) scale(0.96);
  transition: transform 0.22s ease;
}

.iletisim-notice-overlay.active .iletisim-notice-modal {
  transform: translateY(0) scale(1);
}

.iletisim-notice-modal.is-success {
  border-top: 4px solid #198754;
}

.iletisim-notice-modal.is-error {
  border-top: 4px solid #dc3545;
}

.iletisim-notice-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #f3f5f9;
  color: #60708f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.iletisim-notice-close:hover {
  background: #e8edf5;
  color: #1f2b46;
}

.iletisim-notice-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.iletisim-notice-modal.is-success .iletisim-notice-icon {
  background: rgba(25, 135, 84, 0.12);
  color: #198754;
}

.iletisim-notice-modal.is-error .iletisim-notice-icon {
  background: rgba(220, 53, 69, 0.12);
  color: #dc3545;
}

.iletisim-notice-title {
  font-size: 1.2rem;
  margin: 0 0 8px;
  color: #1a1a1a;
}

.iletisim-notice-message {
  margin: 0;
  color: #46506a;
  line-height: 1.6;
}

.iletisim-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(177, 18, 38, 0.1) 0%, rgba(177, 18, 38, 0) 30%),
    radial-gradient(circle at 100% 0, rgba(4, 20, 43, 0.08) 0%, rgba(4, 20, 43, 0) 28%),
    linear-gradient(180deg, #f8fafd 0%, #f2f5f9 100%);
}

.iletisim-page::before,
.iletisim-page::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.65;
}

.iletisim-page::before {
  width: 420px;
  height: 420px;
  top: -200px;
  right: -140px;
  background: radial-gradient(circle, rgba(177, 18, 38, 0.12) 0%, rgba(177, 18, 38, 0) 68%);
}

.iletisim-page::after {
  width: 320px;
  height: 320px;
  left: -120px;
  bottom: -150px;
  background: radial-gradient(circle, rgba(13, 55, 99, 0.09) 0%, rgba(13, 55, 99, 0) 70%);
}

.iletisim-page .container {
  position: relative;
  z-index: 1;
  max-width: 1360px;
}

.iletisim-info-card,
.iletisim-form-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 38px 36px;
  border: 1px solid rgba(4, 20, 43, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
  box-shadow: 0 20px 55px rgba(4, 20, 43, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.iletisim-info-card::before,
.iletisim-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.iletisim-info-card::before {
  background: linear-gradient(90deg, #b11226 0%, rgba(177, 18, 38, 0.35) 52%, rgba(177, 18, 38, 0) 100%);
}

.iletisim-form-card::before {
  background: linear-gradient(90deg, #04142b 0%, #0d3763 52%, #b11226 100%);
}

.iletisim-info-card:hover,
.iletisim-form-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(4, 20, 43, 0.12);
  border-color: rgba(177, 18, 38, 0.14);
}

.iletisim-info-card h2,
.iletisim-form-card h2 {
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 18px;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0b1f38;
}

.iletisim-info-card h2::after,
.iletisim-form-card h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b11226 0%, rgba(177, 18, 38, 0.2) 100%);
}

.iletisim-info-intro,
.iletisim-form-intro {
  margin-bottom: 30px;
  color: #56657f;
  font-size: 1.03rem;
  line-height: 1.85;
}

.iletisim-info-card--expanded {
  padding: clamp(34px, 4vw, 52px);
}

.iletisim-info-card--expanded:hover {
  transform: none;
  box-shadow: 0 24px 60px rgba(4, 20, 43, 0.1);
  border-color: rgba(4, 20, 43, 0.08);
}

.iletisim-info-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}

.iletisim-info-copy {
  max-width: 760px;
}

.iletisim-info-card--expanded .iletisim-info-intro {
  margin-bottom: 0;
}

.iletisim-info-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.iletisim-info-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(4, 20, 43, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(4, 20, 43, 0.06);
  color: #10213b;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.iletisim-info-link i {
  color: #b11226;
  font-size: 0.96rem;
}

.iletisim-info-link:hover {
  transform: translateY(-2px);
  border-color: rgba(177, 18, 38, 0.2);
  box-shadow: 0 16px 30px rgba(4, 20, 43, 0.09);
  color: #8b0000;
}

.iletisim-info-link.is-disabled {
  pointer-events: none;
  opacity: 0.68;
}

.iletisim-info-list {
  display: grid;
  gap: 18px;
}

.iletisim-info-list--layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.iletisim-info-list--layout .iletisim-info-item {
  min-height: 148px;
  height: 100%;
  padding: 24px 24px 23px;
}

.iletisim-info-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 22px 21px;
  border-radius: 20px;
  border: 1px solid rgba(4, 20, 43, 0.08);
  background: linear-gradient(135deg, #ffffff 0%, #f6f8fb 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.iletisim-info-item:hover {
  transform: translateY(-3px);
  border-color: rgba(177, 18, 38, 0.18);
  box-shadow: 0 16px 34px rgba(4, 20, 43, 0.08);
}

.iletisim-info-item>div {
  flex: 1 1 auto;
  min-width: 0;
}

.iletisim-info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(177, 18, 38, 0.14) 0%, rgba(177, 18, 38, 0.06) 100%);
  color: #b11226;
  font-size: 1.15rem;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(177, 18, 38, 0.12);
}

.iletisim-info-item .icon i {
  display: block;
  line-height: 1;
}

.iletisim-info-item h3 {
  margin: 0 0 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #10213b;
}

.iletisim-info-item p,
.iletisim-info-item a {
  margin: 0;
  color: #3f4d66;
  font-size: 1rem;
  line-height: 1.8;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 0.25s ease;
}

.iletisim-info-item a {
  font-weight: 600;
}

.iletisim-info-item a:hover {
  color: #8b0000;
}

.iletisim-info-item .hesap-no {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #162b4d;
}

.iletisim-form-card .row.g-3 {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.35rem;
}

.iletisim-form-card .form-label {
  margin-bottom: 0.72rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #10213b;
}

.iletisim-form-card .form-control {
  min-height: 58px;
  border: 1px solid #d5deeb;
  border-radius: 16px;
  padding: 15px 18px;
  background: #fbfcfe;
  color: #10213b;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.iletisim-form-card textarea.form-control {
  min-height: 210px;
  padding-top: 16px;
  resize: vertical;
}

.iletisim-form-card .form-control::placeholder {
  color: #8a96aa;
}

.iletisim-form-card .form-control:hover {
  border-color: #c4cfdf;
  background: #ffffff;
}

.iletisim-form-card .form-control:focus {
  background: #ffffff;
  border-color: rgba(177, 18, 38, 0.55);
  box-shadow: 0 0 0 0.22rem rgba(177, 18, 38, 0.1), 0 14px 28px rgba(4, 20, 43, 0.06);
  transform: translateY(-1px);
}

.iletisim-form-card .form-control.is-invalid {
  border-color: #dc3545;
  background-color: #fff;
}

.iletisim-form-card .invalid-feedback {
  margin-top: 0.45rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.captcha-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.captcha-row img {
  width: 196px;
  height: 64px;
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid #d7e0ec;
  background: linear-gradient(180deg, #f7f9fc 0%, #edf2f8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.captcha-row .btn {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border: 1px solid rgba(177, 18, 38, 0.24);
  color: #b11226;
  background: rgba(177, 18, 38, 0.04);
  transition: all 0.25s ease;
}

.captcha-row .btn:disabled {
  cursor: not-allowed;
  opacity: 1;
  color: #8a96aa;
  border-color: #d7e0ec;
  background: #f3f6fb;
  box-shadow: none;
}

.captcha-row .btn:hover,
.captcha-row .btn:focus {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #b11226 0%, #8b0000 100%);
  box-shadow: 0 12px 24px rgba(177, 18, 38, 0.2);
}

#iletisimSubmitButton {
  min-height: 60px;
  border: 0 !important;
  border-radius: 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, #b11226 0%, #8b0000 100%) !important;
  box-shadow: 0 16px 34px rgba(177, 18, 38, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

#iletisimSubmitButton:hover,
#iletisimSubmitButton:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(177, 18, 38, 0.28);
  filter: saturate(1.05);
}

@media (max-width: 991.98px) {
  .iletisim-info-card,
  .iletisim-form-card {
    padding: 30px 28px;
    border-radius: 22px;
  }

  .iletisim-info-card:hover,
  .iletisim-form-card:hover {
    transform: none;
  }

  .iletisim-info-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .iletisim-info-links {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .iletisim-page {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .iletisim-info-card,
  .iletisim-form-card {
    padding: 24px 22px;
    border-radius: 20px;
  }

  .iletisim-info-item {
    padding: 18px;
    border-radius: 18px;
  }

  .iletisim-info-card--expanded {
    padding: 24px 22px;
  }

  .iletisim-info-links {
    gap: 10px;
  }

  .iletisim-info-link {
    width: 100%;
    justify-content: center;
  }

  .iletisim-info-list--layout {
    grid-template-columns: 1fr;
  }

  .iletisim-info-item .icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .iletisim-form-card .form-control {
    min-height: 54px;
    border-radius: 14px;
  }

  .iletisim-form-card textarea.form-control {
    min-height: 180px;
  }

  #iletisimSubmitButton {
    min-height: 56px;
    border-radius: 16px;
  }
}

@media (max-width: 575.98px) {
  .iletisim-info-card,
  .iletisim-form-card {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .iletisim-info-card h2,
  .iletisim-form-card h2 {
    font-size: 1.65rem;
    padding-bottom: 14px;
  }

  .iletisim-info-intro,
  .iletisim-form-intro {
    margin-bottom: 24px;
    font-size: 0.97rem;
    line-height: 1.75;
  }

  .iletisim-info-item {
    align-items: flex-start;
    gap: 12px;
    padding: 16px 15px;
    border-radius: 16px;
  }

  .iletisim-info-head {
    gap: 20px;
    margin-bottom: 24px;
  }

  .iletisim-info-link {
    min-height: 46px;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  .iletisim-info-item .icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1rem;
  }

  .iletisim-info-item h3 {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .iletisim-info-item p,
  .iletisim-info-item a {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .captcha-row {
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .captcha-row img {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 60px;
  }

  .captcha-row .btn {
    flex: 0 0 48px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 14px;
    font-size: 1.15rem;
    line-height: 1;
  }

  .captcha-row .btn:disabled {
    font-size: 0.84rem;
  }
}


/* ==================== ETKİNLİKLER SAYFASI ==================== */

/* ---- Stats Bar ---- */
.etkinlik-stats-bar {
  background: linear-gradient(100deg, #04142b 0%, #082848 55%, #0d3763 100%);
  border-bottom: 2px solid rgba(177, 18, 38, 0.55);
  padding: 22px 0;
}

.etkinlik-stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.etkinlik-stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 36px;
}

.etkinlik-stat-item>i {
  font-size: 1.9rem;
  color: #B11226;
  flex-shrink: 0;
}

.etkinlik-stat-item div {
  display: flex;
  flex-direction: column;
}

.etkinlik-stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.etkinlik-stat-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 2px;
}

.etkinlik-stats-divider {
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .etkinlik-stats-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  .etkinlik-stat-item {
    justify-content: center;
    padding: 8px 6px;
    gap: 7px;
  }

  .etkinlik-stat-item>i {
    font-size: 1.25rem;
  }

  .etkinlik-stat-item div {
    min-width: 0;
  }

  .etkinlik-stat-number {
    font-size: 1.02rem;
  }

  .etkinlik-stat-label {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .etkinlik-stats-divider {
    display: none;
  }
}

@media (max-width: 575px) {
  .etkinlik-stats-bar {
    padding: 12px 0;
  }

  .etkinlik-stat-item {
    width: auto;
    padding: 7px 3px;
    gap: 5px;
    border-bottom: none;
  }

  .etkinlik-stat-item>i {
    font-size: 1.02rem;
  }

  .etkinlik-stat-number {
    font-size: 0.88rem;
  }

  .etkinlik-stat-label {
    font-size: 0.52rem;
    letter-spacing: 0.02em;
  }

  .etkinlik-stats-divider {
    display: none;
  }
}

/* ---- Section ---- */
.etkinlikler-section {
  padding: 80px 0 60px;
  background: #f7f8fd;
}

.etkinlikler-section-header {
  text-align: center;
  margin-bottom: 56px;
}

.etkinlikler-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  color: #04142b;
  margin: 8px 0 14px;
}

.etkinlikler-section-desc {
  max-width: 640px;
  margin: 0 auto;
  color: #6b7a99;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ---- Card Grid ---- */
.etkinlik-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 991px) {
  .etkinlik-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .etkinlik-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .etkinlik-card {
    border-radius: 12px;
  }

  .etkinlik-card__image {
    height: auto;
    min-height: 98px;
    aspect-ratio: 16 / 10;
  }

  .etkinlik-card__badge {
    top: 8px;
    left: 8px;
    font-size: 0.56rem;
    padding: 3px 7px;
  }

  .etkinlik-card__body {
    padding: 10px 9px 8px;
  }

  .etkinlik-card__meta {
    margin-bottom: 6px;
  }

  .etkinlik-card__date {
    font-size: 0.63rem;
  }

  .etkinlik-card__logo {
    width: 24px;
    height: 24px;
    border-width: 1px;
  }

  .etkinlik-card__title {
    font-size: 0.8rem;
    margin-bottom: 5px;
    line-height: 1.35;
  }

  .etkinlik-card__excerpt {
    font-size: 0.66rem;
    line-height: 1.4;
    margin-bottom: 6px;
    -webkit-line-clamp: 1;
  }

  .etkinlik-card__footer {
    padding-top: 8px;
  }

  .etkinlik-tag {
    font-size: 0.56rem;
    padding: 2px 6px;
  }

  .etkinlik-card__tags .etkinlik-tag:last-child {
    display: none;
  }
}

/* ---- Etkinlik Card ---- */
.etkinlik-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 22px rgba(4, 20, 43, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.etkinlik-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(4, 20, 43, 0.14);
}

.etkinlik-card__image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, #04142b 0%, #0d3763 100%);
}

.etkinlik-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
  display: block;
}

.etkinlik-card:hover .etkinlik-card__image img {
  transform: scale(1.07);
}

.etkinlik-card__no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.etkinlik-card__no-image i {
  font-size: 3.5rem;
  color: rgba(255, 255, 255, 0.25);
}

.etkinlik-card__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(4, 20, 43, 0.55) 100%);
  transition: opacity 0.35s ease;
}

.etkinlik-card:hover .etkinlik-card__image-overlay {
  opacity: 0.85;
}

.etkinlik-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(90deg, #B11226 0%, #8B0000 100%);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(177, 18, 38, 0.45);
}

.etkinlik-card__body {
  padding: 24px 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.etkinlik-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.etkinlik-card__date {
  font-size: 0.81rem;
  color: #8190aa;
  font-weight: 500;
}

.etkinlik-card__date i {
  color: #B11226;
}

.etkinlik-card__logo {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(177, 18, 38, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f2f8;
  flex-shrink: 0;
}

.etkinlik-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 3px;
}

.etkinlik-card__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #04142b;
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s;
}

.etkinlik-card:hover .etkinlik-card__title {
  color: #B11226;
}

.etkinlik-card__excerpt {
  font-size: 0.87rem;
  color: #6b7a99;
  line-height: 1.65;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.etkinlik-card__footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #f0f2f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.etkinlik-card__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.etkinlik-tag {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #B11226;
  background: rgba(177, 18, 38, 0.08);
  border: 1px solid rgba(177, 18, 38, 0.18);
  padding: 4px 10px;
  border-radius: 999px;
}

/* ---- Pagination ---- */
.etkinlikler-pagination {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.etkinlik-pagination {
  gap: 6px;
}

.etkinlik-pagination .page-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
  border: 2px solid #e2e6f0;
  color: #04142b;
  font-weight: 600;
  font-size: 0.9rem;
  background: #fff;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(4, 20, 43, 0.06);
}

.etkinlik-pagination .page-link:hover {
  background: #B11226;
  border-color: #B11226;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(177, 18, 38, 0.32);
}

.etkinlik-pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #B11226 0%, #8B0000 100%);
  border-color: #B11226;
  color: #fff;
  box-shadow: 0 6px 18px rgba(177, 18, 38, 0.35);
}

.etkinlik-pagination .page-item.disabled .page-link {
  background: #f0f2f8;
  border-color: #e2e6f0;
  color: #b0b8cc;
  box-shadow: none;
}

.etkinlikler-pagination__info {
  font-size: 0.88rem;
  color: #8190aa;
  margin: 0;
}

.etkinlikler-pagination__info span {
  color: #04142b;
  font-weight: 600;
}

/* ---- Empty State ---- */
.etkinlik-empty {
  text-align: center;
  padding: 80px 20px;
}

.etkinlik-empty__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(177, 18, 38, 0.08) 0%, rgba(177, 18, 38, 0.15) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.etkinlik-empty__icon i {
  font-size: 2.8rem;
  color: #B11226;
}

.etkinlik-empty__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #04142b;
  margin-bottom: 14px;
}

.etkinlik-empty__desc {
  color: #6b7a99;
  font-size: 1rem;
  max-width: 460px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

/* ---- CTA Band ---- */
.etkinlik-cta-band {
  background: linear-gradient(100deg, #04142b 0%, #082848 55%, #0d3763 100%);
  border-top: 2px solid rgba(177, 18, 38, 0.4);
  padding: 52px 0;
  position: relative;
  overflow: hidden;
}

.etkinlik-cta-band::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(177, 18, 38, 0.18) 0%, transparent 65%);
  top: -200px;
  right: -100px;
  pointer-events: none;
}

.etkinlik-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.etkinlik-cta-text h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.etkinlik-cta-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  margin: 0;
}

.etkinlik-cta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .etkinlik-cta-band {
    display: none;
  }

  .etkinlik-cta-content {
    flex-direction: column;
    text-align: center;
  }

  .etkinlik-cta-actions {
    justify-content: center;
  }

  .etkinlikler-section {
    padding: 56px 0 40px;
  }

  .etkinlikler-section-header {
    margin-bottom: 36px;
  }

  .etkinlikler-section-title {
    font-size: 2rem;
  }

  .etkinlikler-section-desc {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}

@media (max-width: 575px) {
  .etkinlikler-section-title {
    font-size: 1.72rem;
  }

  .etkinlikler-section-desc {
    font-size: 0.84rem;
    line-height: 1.5;
  }
}

/* Mobile event card overrides must come after the base card styles */
@media (max-width: 575px) {
  .etkinlik-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .etkinlik-card {
    border-radius: 12px;
  }

  .etkinlik-card__image {
    height: auto;
    min-height: 92px;
    aspect-ratio: 16 / 9;
  }

  .etkinlik-card__badge {
    top: 8px;
    left: 8px;
    font-size: 0.56rem;
    padding: 3px 7px;
  }

  .etkinlik-card__body {
    padding: 10px 9px 8px;
  }

  .etkinlik-card__meta {
    margin-bottom: 6px;
  }

  .etkinlik-card__date {
    font-size: 0.63rem;
  }

  .etkinlik-card__logo {
    width: 24px;
    height: 24px;
    border-width: 1px;
  }

  .etkinlik-card__title {
    font-size: 0.8rem;
    margin-bottom: 5px;
    line-height: 1.35;
  }

  .etkinlik-card__excerpt {
    font-size: 0.66rem;
    line-height: 1.4;
    margin-bottom: 6px;
    -webkit-line-clamp: 1;
  }

  .etkinlik-card__footer {
    padding-top: 8px;
  }

  .etkinlik-tag {
    font-size: 0.56rem;
    padding: 2px 6px;
  }

  .etkinlik-card__tags .etkinlik-tag:last-child {
    display: none;
  }
}

/* ==================== ETKİNLİK DETAY SAYFASI ==================== */

/* ---- Section Wrapper ---- */
.etkinlik-detay-section {
  padding: 72px 0 80px;
  background: #f7f8fd;
}

/* ---- Meta Bar ---- */
.etkinlik-detay-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}

.etkinlik-detay-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #B11226 0%, #8B0000 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 7px 18px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(177, 18, 38, 0.35);
}

.etkinlik-detay-date,
.etkinlik-detay-org {
  font-size: 0.88rem;
  color: #6b7a99;
  font-weight: 500;
}

.etkinlik-detay-date i {
  color: #B11226;
}

.etkinlik-detay-org i {
  color: var(--bs-primary);
}

/* ---- Cover Image ---- */
.etkinlik-detay-cover {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0 8px 36px rgba(4, 20, 43, 0.13);
}

.etkinlik-detay-cover__img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.etkinlik-detay-cover:hover .etkinlik-detay-cover__img {
  transform: scale(1.03);
}

.etkinlik-detay-cover__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(4, 20, 43, 0.42) 100%);
  pointer-events: none;
}

/* ---- Content Card ---- */
.etkinlik-detay-card {
  background: #fff;
  border-radius: 20px;
  padding: 44px 48px;
  box-shadow: 0 4px 24px rgba(4, 20, 43, 0.06);
  margin-bottom: 36px;
  border-top: 4px solid #B11226;
}

.etkinlik-detay-content {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #2d3a55;
}

.etkinlik-detay-content h1,
.etkinlik-detay-content h2,
.etkinlik-detay-content h3,
.etkinlik-detay-content h4,
.etkinlik-detay-content h5,
.etkinlik-detay-content h6 {
  color: #04142b;
  margin-top: 1.6rem;
  margin-bottom: 0.9rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.etkinlik-detay-content p {
  margin-bottom: 1.2rem;
}

.etkinlik-detay-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1.5rem 0;
}

.etkinlik-detay-content ul,
.etkinlik-detay-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.etkinlik-detay-empty-content {
  text-align: center;
  padding: 50px 20px;
  color: #aab4cc;
}

.etkinlik-detay-empty-content i {
  font-size: 3rem;
  display: block;
  margin-bottom: 14px;
}

/* ---- Gallery ---- */
.etkinlik-detay-gallery {
  background: #fff;
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: 0 4px 24px rgba(4, 20, 43, 0.06);
  margin-bottom: 36px;
}

.etkinlik-detay-gallery__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f0f2f8;
}

.etkinlik-detay-gallery__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #04142b;
  margin: 0;
}

.etkinlik-detay-gallery__count {
  font-size: 0.82rem;
  font-weight: 600;
  color: #B11226;
  background: rgba(177, 18, 38, 0.08);
  border: 1px solid rgba(177, 18, 38, 0.18);
  padding: 4px 12px;
  border-radius: 999px;
}

.etkinlik-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.etkinlik-gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  aspect-ratio: 1 / 1;
}

.etkinlik-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.etkinlik-gallery-item:hover img {
  transform: scale(1.08);
}

.etkinlik-gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 20, 43, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.etkinlik-gallery-item:hover .etkinlik-gallery-item__overlay {
  opacity: 1;
}

.etkinlik-gallery-item__overlay i {
  color: #fff;
  font-size: 1.5rem;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.etkinlik-gallery-item:hover .etkinlik-gallery-item__overlay i {
  transform: scale(1);
}

@media (max-width: 575px) {
  .etkinlik-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---- Footer (Share + Back) ---- */
.etkinlik-detay-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 28px 0 0;
  border-top: 2px solid #e8eaf2;
}

.etkinlik-detay-share {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.etkinlik-detay-share__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6b7a99;
}

.etkinlik-detay-share__btns {
  display: flex;
  gap: 8px;
}

.etkinlik-share-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff;
}

.etkinlik-share-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.etkinlik-share-btn--fb {
  background: #1877F2;
}

.etkinlik-share-btn--fb:hover {
  background: #1461cc;
}

.etkinlik-share-btn--x {
  background: #000;
}

.etkinlik-share-btn--x:hover {
  background: #333;
}

.etkinlik-share-btn--tg {
  background: #229ED9;
}

.etkinlik-share-btn--tg:hover {
  background: #1a82b5;
}

.etkinlik-share-btn--wa {
  background: #25D366;
}

.etkinlik-share-btn--wa:hover {
  background: #1aad52;
}

.etkinlik-share-btn--mail {
  background: #fff;
  border: 2px solid #6c757d;
  color: #6c757d;
}

.etkinlik-share-btn--mail:hover {
  background: #6c757d;
  color: #fff;
}

/* ---- Sidebar: Info Box ---- */
.etkinlik-detay-info-box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(4, 20, 43, 0.07);
  margin-bottom: 30px;
  position: sticky;
  top: 105px;
}

.etkinlik-detay-info-box__header {
  background: linear-gradient(100deg, #04142b 0%, #082848 60%, #0d3763 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.98rem;
  padding: 18px 24px;
  letter-spacing: 0.03em;
}

.etkinlik-detay-info-list {
  list-style: none;
  margin: 0;
  padding: 16px 24px 20px;
}

.etkinlik-detay-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f2f8;
}

.etkinlik-detay-info-list li:last-child {
  border-bottom: none;
}

.etkinlik-detay-info-list li>i {
  color: #B11226;
  font-size: 1rem;
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  text-align: center;
}

.etkinlik-detay-info-list li div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.etkinlik-detay-info-list .label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8190aa;
  font-weight: 600;
}

.etkinlik-detay-info-list .value {
  font-size: 0.92rem;
  color: #04142b;
  font-weight: 600;
}

/* ---- Sidebar: Related Events ---- */
.etkinlik-detay-related {
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 4px 24px rgba(4, 20, 43, 0.06);
  margin-bottom: 30px;
}

.etkinlik-detay-related__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #04142b;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f0f2f8;
}

.etkinlik-related-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.etkinlik-related-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 14px;
  background: #f7f8fd;
  border: 1px solid #eaecf4;
  text-decoration: none;
  transition: all 0.3s ease;
}

.etkinlik-related-item:hover {
  background: #fff;
  border-color: rgba(177, 18, 38, 0.25);
  box-shadow: 0 4px 16px rgba(4, 20, 43, 0.08);
  transform: translateX(4px);
}

.etkinlik-related-item__img {
  width: 68px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #04142b, #0d3763);
}

.etkinlik-related-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.etkinlik-related-item__no-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.etkinlik-related-item__no-img i {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
}

.etkinlik-related-item__info {
  flex: 1;
  min-width: 0;
}

.etkinlik-related-item__date {
  font-size: 0.72rem;
  color: #8190aa;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}

.etkinlik-related-item__date i {
  color: #B11226;
}

.etkinlik-related-item__name {
  font-family: 'Poppins', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: #04142b;
  margin: 0;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.25s;
}

.etkinlik-related-item:hover .etkinlik-related-item__name {
  color: #B11226;
}

.etkinlik-related-item__arrow {
  color: #aab4cc;
  font-size: 0.75rem;
  flex-shrink: 0;
  transition: color 0.25s, transform 0.25s;
}

.etkinlik-related-item:hover .etkinlik-related-item__arrow {
  color: #B11226;
  transform: translateX(3px);
}

/* ---- Sidebar: Quick Links ---- */
.etkinlik-detay-quicklinks {
  background: #fff;
  border-radius: 20px;
  padding: 26px 24px;
  box-shadow: 0 4px 24px rgba(4, 20, 43, 0.06);
}

.etkinlik-detay-quicklinks__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #04142b;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f2f8;
}

.etkinlik-detay-quicklinks__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.etkinlik-quicklink {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #f7f8fd;
  border: 1px solid #eaecf4;
  color: #04142b;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.etkinlik-quicklink:hover {
  background: linear-gradient(90deg, rgba(177, 18, 38, 0.06) 0%, rgba(177, 18, 38, 0.02) 100%);
  border-color: rgba(177, 18, 38, 0.25);
  color: #B11226;
  padding-left: 20px;
}

.etkinlik-quicklink>i:first-child {
  color: #B11226;
  font-size: 1rem;
  width: 20px;
  text-align: center;
}

/* ---- etkinlik-card__image-link (liste sayfası) ---- */
.etkinlik-card__image-link {
  display: block;
  text-decoration: none;
}

.etkinlik-card__title-link {
  color: inherit;
  text-decoration: none;
}

.etkinlik-card__title-link:hover {
  color: #B11226;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .etkinlik-detay-info-box {
    position: static;
  }

  .etkinlik-detay-card {
    padding: 32px 28px;
  }

  .etkinlik-detay-gallery {
    padding: 28px 24px;
  }
}

@media (max-width: 767px) {
  .etkinlik-detay-section {
    padding: 48px 0 56px;
  }

  .etkinlik-detay-card {
    padding: 24px 20px;
  }

  .etkinlik-detay-gallery {
    padding: 22px 18px;
  }

  .etkinlik-detay-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .etkinlik-detay-cover__img {
    max-height: 280px;
  }

  .etkinlik-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .etkinlik-detay-card {
    padding: 20px 16px;
  }

  .etkinlik-detay-content {
    font-size: 1rem;
  }
}

/* ==================== Anasayfa ==================== */
.home-news-slider-section {
  --home-slider-section-padding-top: clamp(6px, 1vw, 12px);
  --home-slider-section-padding-bottom: clamp(8px, 1.2vw, 14px);
  background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
  padding-top: var(--home-slider-section-padding-top);
  padding-bottom: var(--home-slider-section-padding-bottom);
  min-height: calc(100dvh - var(--home-header-offset, 0px));
  display: flex;
  align-items: stretch;
}

.home-news-slider-section .container {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

@media (min-width: 992px) {
  .home-news-slider-section {
    padding-top: 0.25rem;
    padding-bottom: 0.35rem;
  }
}

.home-news-slider.carousel-header {
  width: 100%;
  height: 100%;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible;
  display: flex;
}

.home-news-slider .carousel,
.home-news-slider .carousel-inner,
.home-news-slider .carousel-item {
  height: 100% !important;
}

.home-news-slider .carousel {
  width: 100%;
  min-height: var(--home-slider-height, 540px);
  height: var(--home-slider-height, 540px) !important;
  border-radius: 0;
  overflow: hidden;
  background: #eef2f6;
  border-top: 1px solid rgba(4, 20, 43, 0.06);
  border-bottom: 1px solid rgba(4, 20, 43, 0.06);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}

.home-news-slider .carousel-inner {
  border-radius: inherit;
}

.home-news-slider .carousel-inner .carousel-item {
  min-height: 0 !important;
  background: #e9eef4;
}

.home-news-slider .home-news-slider-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-news-slider .home-news-slider-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 15, 26, 0.04) 0%, rgba(8, 15, 26, 0.18) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.home-news-slider .carousel-inner .carousel-item img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.7s ease;
}

.home-news-slider .carousel-item.active .home-news-slider-link:hover img {
  transform: scale(1.03);
}

.home-news-slider .carousel-item.active .home-news-slider-link:hover::after {
  opacity: 1;
}

.home-news-slider .carousel .carousel-indicators {
  bottom: 18px;
  margin-bottom: 0;
  gap: 10px;
}

.home-news-slider .carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  opacity: 1;
  transition: all 0.3s ease;
}

.home-news-slider .carousel .carousel-indicators .active {
  width: 34px;
  background: var(--bs-secondary);
}

.home-news-slider .carousel-control-prev,
.home-news-slider .carousel-control-next {
  width: auto;
  opacity: 1;
}

.home-news-slider .carousel-control-prev {
  left: 22px;
}

.home-news-slider .carousel-control-next {
  right: 22px;
}

.home-news-slider .carousel-control-prev .carousel-control-prev-icon,
.home-news-slider .carousel-control-next .carousel-control-next-icon {
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 50%;
  background-color: rgba(9, 20, 36, 0.38) !important;
  background-size: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.home-news-slider .carousel-control-prev:hover .carousel-control-prev-icon,
.home-news-slider .carousel-control-next:hover .carousel-control-next-icon {
  background-color: var(--bs-primary) !important;
  transform: scale(1.06);
}

@media (max-width: 991.98px) {
  .home-news-slider-section {
    --home-slider-section-padding-top: 0.65rem;
    --home-slider-section-padding-bottom: 0.65rem;
  }

  .home-news-slider-section .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .home-news-slider .carousel {
    min-height: var(--home-slider-height, 430px);
    height: var(--home-slider-height, 430px) !important;
    border: 1px solid rgba(4, 20, 43, 0.06);
    border-radius: 22px;
  }

  .home-news-slider .carousel-inner .carousel-item,
  .home-news-slider .carousel-inner .carousel-item img {
    min-height: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .home-news-slider-section {
    min-height: auto;
    align-items: flex-start;
  }

  .home-news-slider .carousel {
    min-height: 0;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
  }

  .home-news-slider .carousel-inner,
  .home-news-slider .carousel-inner .carousel-item,
  .home-news-slider .home-news-slider-link,
  .home-news-slider .carousel-inner .carousel-item img {
    height: 100% !important;
    min-height: 0 !important;
  }

  .home-news-slider .carousel-control-prev {
    left: 12px;
  }

  .home-news-slider .carousel-control-next {
    right: 12px;
  }

  .home-news-slider .carousel-control-prev .carousel-control-prev-icon,
  .home-news-slider .carousel-control-next .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    background-size: 16px;
  }

  .home-news-slider .carousel .carousel-indicators {
    bottom: 12px;
    gap: 8px;
  }

  .home-news-slider .carousel .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
  }

  .home-news-slider .carousel .carousel-indicators .active {
    width: 26px;
  }
}

/* ===== Duyuru Modal (Anasayfa) ===== */
.duyuru-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.duyuru-modal.active {
  opacity: 1;
  visibility: visible;
}

.duyuru-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}

.duyuru-modal-content {
  position: relative;
  background: white;
  border-radius: 20px;
  max-width: 750px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(30px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.duyuru-modal.active .duyuru-modal-content {
  transform: translateY(0) scale(1);
}

.duyuru-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #f5f5f5;
  color: #333;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.duyuru-modal-close:hover {
  background: #C00000;
  color: white;
  transform: rotate(90deg);
}

.duyuru-modal-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.duyuru-modal-date {
  font-size: 0.85rem;
  color: #999;
  font-weight: 500;
}

.duyuru-modal-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.4;
}

.duyuru-modal-spot {
  background: #f8f9fa;
  border-left: 4px solid #C00000;
  padding: 15px 20px;
  border-radius: 0 10px 10px 0;
  margin-bottom: 25px;
}

.duyuru-modal-spot p {
  margin: 0;
  font-style: italic;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.duyuru-modal-body {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

.duyuru-modal-body p {
  margin-bottom: 15px;
}

.duyuru-category-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-genel {
  background: rgba(192, 0, 0, 0.08);
  color: #C00000;
}

.badge-mevzuat {
  background: rgba(26, 82, 118, 0.08);
  color: #1a5276;
}

@media (max-width: 575px) {
  .duyuru-modal-content {
    padding: 25px;
  }

  .duyuru-modal-title {
    font-size: 1.3rem;
  }
}

/* ==================== Duyurular ==================== */
.duyurular-page .duyuru-filter-section {
  padding: 0px 0;
}

.duyurular-page .duyuru-filter-label {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.duyurular-page .duyuru-pill {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #e8e8e8;
  color: #555;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  cursor: pointer;
}

.duyurular-page .duyuru-pill:hover {
  border-color: var(--bs-primary, #C00000);
  color: var(--bs-primary, #C00000);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(192, 0, 0, 0.15);
}

.duyurular-page .duyuru-pill.active {
  background: linear-gradient(135deg, #C00000 0%, #8B0000 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 25px rgba(192, 0, 0, 0.35);
  transform: translateY(-2px);
}

.duyurular-page .duyuru-pill-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(192, 0, 0, 0.08);
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.duyurular-page .duyuru-pill.active .duyuru-pill-icon {
  background: rgba(255, 255, 255, 0.2);
}

.duyurular-page .duyuru-pill-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(192, 0, 0, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  pointer-events: none;
}

.duyurular-page .duyuru-pill:hover .duyuru-pill-glow {
  width: 200px;
  height: 200px;
}

.duyurular-page .duyuru-pill-ripple {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  animation: duyuruRipple 0.6s ease-out forwards;
}

.duyurular-page .duyuru-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.duyurular-page .duyuru-card:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}

.duyurular-page .duyuru-card-accent {
  height: 5px;
  width: 100%;
  transition: height 0.3s ease;
}

.duyurular-page .duyuru-card:hover .duyuru-card-accent {
  height: 6px;
}

.duyurular-page .accent-genel {
  background: linear-gradient(90deg, #C00000, #ff4444);
}

.duyurular-page .accent-mevzuat {
  background: linear-gradient(90deg, #1a5276, #2980b9);
}

.duyurular-page .duyuru-card-header {
  padding: 22px 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.duyurular-page .duyuru-card-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.duyurular-page .duyuru-category-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.duyurular-page .badge-genel {
  background: rgba(192, 0, 0, 0.08);
  color: #C00000;
}

.duyurular-page .badge-mevzuat {
  background: rgba(26, 82, 118, 0.08);
  color: #1a5276;
}

.duyurular-page .duyuru-date {
  font-size: 0.82rem;
  color: #999;
  font-weight: 500;
}

.duyurular-page .duyuru-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  background: linear-gradient(135deg, rgba(192, 0, 0, 0.05), rgba(192, 0, 0, 0.1));
  color: #C00000;
  transition: all 0.4s ease;
}

.duyurular-page .duyuru-card:hover .duyuru-card-icon {
  transform: rotate(10deg) scale(1.1);
  background: linear-gradient(135deg, #C00000, #8B0000);
  color: white;
  box-shadow: 0 5px 15px rgba(192, 0, 0, 0.3);
}

.duyurular-page .duyuru-card-body {
  padding: 18px 25px;
  flex: 1;
}

.duyurular-page .duyuru-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.duyurular-page .duyuru-card:hover .duyuru-card-title {
  color: #C00000;
}

.duyurular-page .duyuru-card-text {
  font-size: 0.92rem;
  color: #777;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.duyurular-page .duyuru-card-footer {
  padding: 15px 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f5f5f5;
}

.duyurular-page .duyuru-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 22px;
  border-radius: 25px;
  background: linear-gradient(135deg, #C00000, #8B0000);
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.duyurular-page .duyuru-read-btn:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(192, 0, 0, 0.35);
}

.duyurular-page .duyuru-read-btn i {
  transition: transform 0.3s ease;
}

.duyurular-page .duyuru-read-btn:hover i {
  transform: translateX(4px);
}

.duyurular-page .duyuru-card-time {
  font-size: 0.78rem;
  color: #bbb;
  font-weight: 500;
}

.duyurular-page .duyuru-card-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transition: left 0.6s ease;
  pointer-events: none;
}

.duyurular-page .duyuru-card:hover .duyuru-card-shine {
  left: 150%;
}

.duyurular-page .duyuru-grid-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.duyurular-page .duyuru-grid-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.duyurular-page .duyuru-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.duyurular-page .duyuru-modal.active {
  opacity: 1;
  visibility: visible;
}

.duyurular-page .duyuru-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}

.duyurular-page .duyuru-modal-content {
  position: relative;
  background: white;
  border-radius: 20px;
  max-width: 750px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(30px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.duyurular-page .duyuru-modal.active .duyuru-modal-content {
  transform: translateY(0) scale(1);
}

.duyurular-page .duyuru-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #f5f5f5;
  color: #333;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.duyurular-page .duyuru-modal-close:hover {
  background: #C00000;
  color: white;
  transform: rotate(90deg);
}

.duyurular-page .duyuru-modal-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.duyurular-page .duyuru-modal-date {
  font-size: 0.85rem;
  color: #999;
  font-weight: 500;
}

.duyurular-page .duyuru-modal-title {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.4;
}

.duyurular-page .duyuru-modal-spot {
  background: #f8f9fa;
  border-left: 4px solid #C00000;
  padding: 15px 20px;
  border-radius: 0 10px 10px 0;
  margin-bottom: 25px;
}

.duyurular-page .duyuru-modal-spot p {
  margin: 0;
  font-style: italic;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.duyurular-page .duyuru-modal-body {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

.duyurular-page .duyuru-modal-body p {
  margin-bottom: 15px;
}

.duyurular-page .duyuru-empty-state {
  padding: 80px 20px;
}

.duyurular-page .duyuru-empty-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(192, 0, 0, 0.05), rgba(192, 0, 0, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  animation: duyuruEmptyPulse 2s ease-in-out infinite;
}

.duyurular-page .duyuru-empty-icon i {
  font-size: 3rem;
  color: #C00000;
}

.duyurular-page .duyuru-empty-state h3 {
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 10px;
  font-weight: 600;
}

.duyurular-page .duyuru-empty-state p {
  color: #999;
  font-size: 1rem;
}

.duyurular-page .duyuru-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.duyurular-page .duyuru-pagination__nav .pagination {
  gap: 8px;
}

.duyurular-page .duyuru-pagination__nav .page-link {
  border-radius: 50px;
  padding: 10px 20px;
  border: 2px solid #e8e8e8;
  color: #555;
  font-weight: 600;
  transition: all 0.3s ease;
}

.duyurular-page .duyuru-pagination__nav .page-link:hover {
  background: #C00000;
  border-color: #C00000;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(192, 0, 0, 0.3);
}

.duyurular-page .duyuru-pagination__nav .page-item.active .page-link {
  background: linear-gradient(135deg, #C00000, #8B0000);
  border-color: transparent;
  color: white;
  box-shadow: 0 5px 15px rgba(192, 0, 0, 0.3);
}

.duyurular-page .duyuru-pagination__nav .page-item.disabled .page-link {
  opacity: 0.4;
}

.duyurular-page .duyuru-pagination__info {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(85, 85, 85, 0.68);
  text-align: center;
}

.duyurular-page .duyuru-pagination__info span {
  color: rgba(192, 0, 0, 0.8);
  font-weight: 700;
}

@keyframes duyuruEmptyPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(192, 0, 0, 0.1);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 20px rgba(192, 0, 0, 0);
  }
}

@keyframes duyuruRipple {
  to {
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .duyurular-page .duyuru-filter-pills {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px !important;
    align-items: stretch;
  }

  .duyurular-page .duyuru-pill {
    min-width: 0;
    justify-content: center;
    gap: 6px;
    padding: 10px 8px;
    font-size: 0.76rem;
    line-height: 1.15;
    text-align: center;
  }

  .duyurular-page .duyuru-pill span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .duyurular-page .duyuru-pill-icon {
    width: 28px;
    height: 28px;
    font-size: 0.78rem;
  }

  .duyurular-page .duyuru-card-header {
    padding: 18px 18px 0;
  }

  .duyurular-page .duyuru-card-body {
    padding: 14px 18px;
  }

  .duyurular-page .duyuru-card-footer {
    padding: 12px 18px 16px;
  }

  .duyurular-page .duyuru-modal-content {
    padding: 25px;
  }

  .duyurular-page .duyuru-modal-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 575px) {
  .duyurular-page .duyuru-filter-pills {
    gap: 6px !important;
  }

  .duyurular-page .duyuru-pill {
    gap: 5px;
    padding: 8px 6px;
    font-size: 0.68rem;
  }

  .duyurular-page .duyuru-pill-icon {
    width: 24px;
    height: 24px;
    font-size: 0.7rem;
  }
}

/* ==================== Haberler ==================== */
.news-page-body .page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/site/img/kapak.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-page-body .news-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-page-body .news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.news-page-body .news-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #edf2f7;
}

.news-page-body .news-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-page-body .news-card:hover .news-image img {
  transform: scale(1.1);
}

.news-page-body .news-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.news-page-body .news-card:hover .news-overlay {
  opacity: 1;
}

.news-page-body .news-content h4 a {
  transition: color 0.3s ease;
}

.news-page-body .news-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.news-page-body .news-content .d-flex {
  margin-top: auto;
}

.news-page-body .news-content h4 a:hover {
  color: var(--bs-primary) !important;
}

.news-page-body .btn-outline-primary {
  border-width: 2px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.news-page-body .btn-outline-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.news-page-body .btn-primary {
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.news-page-body .badge {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.news-page-body .haberler-pagination {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.news-page-body .haberler-pagination__info {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(108, 122, 146, 0.72);
  text-align: center;
}

.news-page-body .haberler-pagination__info span {
  color: rgba(10, 77, 132, 0.82);
  font-weight: 700;
}

.news-page-body .haberler-pagination__nav .pagination {
  margin: 0;
  gap: 12px;
}

.news-page-body .haberler-pagination__nav .page-link {
  width: 58px;
  height: 58px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid #0a4d84;
  background-color: #fff;
  color: #0a4d84;
  font-weight: 700;
  font-size: 1.15rem;
  transition: all 0.3s ease;
}

.news-page-body .haberler-pagination__nav .page-link:hover {
  background-color: #0a4d84;
  border-color: #0a4d84;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(10, 77, 132, 0.16);
}

.news-page-body .haberler-pagination__nav .page-item.active .page-link {
  background-color: #0a4d84;
  border-color: #0a4d84;
  color: white;
  box-shadow: 0 14px 28px rgba(10, 77, 132, 0.22);
}

.news-page-body .haberler-pagination__nav .page-item.disabled .page-link {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.news-page-body .haberler-pagination__nav .page-link i {
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  .news-page-body .section-title .display-5 {
    font-size: 2rem;
    margin-bottom: 1rem !important;
  }

  .news-page-body .news-category-pills {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem !important;
    width: 100%;
  }

  .news-page-body .news-category-pill {
    width: 100%;
    font-size: 0.76rem;
    line-height: 1.25;
    padding: 0.5rem 0.35rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news-page-body .news-category-pill i {
    margin-right: 0 !important;
    font-size: 0.7rem;
  }

  .news-page-body .news-grid-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 1.25rem;
  }

  .news-page-body .news-card {
    border-radius: 12px !important;
    margin-bottom: 0;
  }

  .news-page-body .news-image {
    aspect-ratio: 16 / 9;
  }

  .news-page-body .news-image .badge {
    font-size: 0.72rem !important;
    padding: 0.34rem 0.56rem !important;
    letter-spacing: 0;
  }

  .news-page-body .news-content {
    padding: 1rem !important;
  }

  .news-page-body .news-title {
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 0.5rem !important;
  }

  .news-page-body .news-summary {
    font-size: 0.84rem;
    line-height: 1.4;
    margin-bottom: 0.75rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-page-body .news-readmore-btn {
    font-size: 0.78rem !important;
    padding: 0.42rem 0.9rem !important;
  }

  .news-page-body .news-readmore-btn i {
    margin-left: 0.3rem !important;
    font-size: 0.72rem;
  }

  .news-page-body .haberler-pagination {
    gap: 14px;
  }

  .news-page-body .haberler-pagination__info {
    font-size: 0.78rem;
  }

  .news-page-body .haberler-pagination__nav .pagination {
    gap: 8px;
  }

  .news-page-body .haberler-pagination__nav .page-link {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .news-page-body .section-title .display-5 {
    font-size: 1.72rem;
  }

  .news-page-body .news-category-pill {
    font-size: 0.68rem;
    padding: 0.42rem 0.26rem !important;
  }

  .news-page-body .news-category-pill i {
    display: inline-block;
    font-size: 0.64rem;
  }

  .news-page-body .news-grid-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 1rem;
  }

  .news-page-body .news-image {
    aspect-ratio: 16 / 9;
  }

  .news-page-body .news-image .badge {
    font-size: 0.66rem !important;
    padding: 0.28rem 0.46rem !important;
  }

  .news-page-body .news-content {
    padding: 0.9rem !important;
  }

  .news-page-body .news-title {
    font-size: 0.94rem;
    margin-bottom: 0.45rem !important;
  }

  .news-page-body .news-summary {
    font-size: 0.78rem;
    -webkit-line-clamp: 3;
    margin-bottom: 0.65rem !important;
  }

  .news-page-body .news-readmore-btn {
    width: 100%;
    justify-content: center;
    font-size: 0.76rem !important;
    padding: 0.42rem 0.65rem !important;
  }

  .news-page-body .news-readmore-btn i {
    display: inline-block;
  }

  .news-page-body .haberler-pagination {
    gap: 12px;
  }

  .news-page-body .haberler-pagination__info {
    font-size: 0.74rem;
  }

  .news-page-body .haberler-pagination__nav .pagination {
    gap: 6px;
  }

  .news-page-body .haberler-pagination__nav .page-link {
    width: 42px;
    height: 42px;
    font-size: 0.92rem;
  }
}

/* ==================== Haber Detay ==================== */
.haber-detay-page .news-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.haber-detay-page .news-content h1,
.haber-detay-page .news-content h2,
.haber-detay-page .news-content h3,
.haber-detay-page .news-content h4,
.haber-detay-page .news-content h5,
.haber-detay-page .news-content h6 {
  color: var(--bs-primary);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.haber-detay-page .news-content p {
  margin-bottom: 1.2rem;
}

.haber-detay-page .news-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1.5rem 0;
}

.haber-detay-page .news-spot {
  border-left: 4px solid var(--bs-primary);
}

.haber-detay-page .news-spot .lead {
  font-size: 1.2rem;
  font-style: italic;
}

.haber-detay-page .gallery-image {
  transition: all 0.3s ease;
  cursor: pointer;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.haber-detay-page .gallery-image:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.haber-detay-page .news-share .btn {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.haber-detay-page .news-share .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.haber-detay-page .btn-facebook {
  background-color: #1877F2;
  border-color: #1877F2;
  color: white;
}

.haber-detay-page .btn-facebook:hover {
  background-color: #0d5dbf;
  border-color: #0d5dbf;
  color: white;
}

.haber-detay-page .btn-x {
  background-color: #000000;
  border-color: #000000;
  color: white;
}

.haber-detay-page .btn-x:hover {
  background-color: #333333;
  border-color: #333333;
  color: white;
}

.haber-detay-page .x-icon {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.haber-detay-page .btn-telegram {
  background-color: #229ED9;
  border-color: #229ED9;
  color: white;
}

.haber-detay-page .btn-telegram:hover {
  background-color: #178dc3;
  border-color: #178dc3;
  color: white;
}

.haber-detay-page .btn-email {
  background-color: white;
  border: 2px solid #6c757d;
  color: #6c757d;
}

.haber-detay-page .btn-email:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: white;
}

.haber-detay-page .related-news-item {
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.haber-detay-page .related-news-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.haber-detay-page .hover-primary:hover {
  color: var(--bs-primary) !important;
}

.haber-detay-page .categories-widget .btn {
  transition: all 0.3s ease;
}

.haber-detay-page .categories-widget .btn:hover {
  transform: translateX(5px);
}

.haber-detay-page .badge {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .haber-detay-page .news-content {
    font-size: 1rem;
  }

  .haber-detay-page .news-spot .lead {
    font-size: 1.1rem;
  }

  .haber-detay-page .news-share .btn {
    width: 40px;
    height: 40px;
  }
}

/* ==================== Etkinlikler ==================== */
.etkinlikler-page .etkinlikler-section-header .sub-style {
  position: relative;
  display: inline-block;
}

.etkinlikler-page .etkinlikler-section-header .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: -6px;
  margin-left: -100px;
  border: 1px solid var(--bs-secondary) !important;
}

.etkinlikler-page .etkinlikler-section-header .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -8px;
  margin-left: -50px;
  border: 1px solid var(--bs-primary) !important;
}

@media (max-width: 767.98px) {
  .etkinlikler-page .etkinlikler-section-header .sub-style::before,
  .etkinlikler-page .etkinlikler-section-header .sub-style::after {
    display: none;
  }
}
