.py-6{padding: 100px 0;}
/*.footer h6, p {
    color: white;
    position: relative;
    padding-bottom: 8px; /* çizgi ile yazı arasındaki boşluk */
  display: flex;align-items: center;gap: 6px;margin: 0;
}

/*.footer p {margin-top:10px}

/*.footer h6::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;  /* çizginin uzunluğu */
    height: 1px;  /* çizginin kalınlığı */
    background-color: white; /* çizgi rengi */
    border-radius: 2px; /* köşeleri hafif yuvarlatır, şık görünür */
}


/* More Dropdown Stilleri */
.more-dropdown .dropdown-toggle::after {
  display: inline-block !important;
  margin-left: .255em !important;
  vertical-align: .255em !important;
  content: "\ea4e" !important; /* ri-arrow-down-s-line */
  font-family: 'remixicon', sans-serif;
  border-top: 0 !important;
  border: none;
  transform: translateY(3px);
}

.more-dropdown .dropdown-menu {
  background-color: #252222d1 !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.5rem 0;
  min-width: 250px;
}

.more-dropdown .dropdown-item {
  color: #ffffff !important;
  padding: 0.5rem 1.5rem;
  transition: all 0.2s ease;
  white-space: normal;
  word-break: break-word;
}

.more-dropdown .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  padding-left: 2rem;
}

/* Submenu stilleri */
.more-dropdown .dropdown-submenu {
  position: relative;
}

.more-dropdown .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.5rem;
  margin-left: 0;
  display: none;
  position: absolute;
  background-color: #1a1a1a !important;
}

.more-dropdown .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.more-dropdown .dropdown-submenu > a::after {
  display: block;
  content: "\ea6e" !important; /* ri-arrow-right-s-line */
  font-family: 'remixicon', sans-serif;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

/* Mobil görünüm */
/* Mobil görünümde more-dropdown'ı tamamen gizle */
@media (max-width: 991.98px) {
  .more-dropdown {
    display: none !important;
  }
  
  /* Mobil menüde tüm öğeleri göster */
  #navbars_istanbul .navbar-nav {
    width: 100%;
  }
  
  #navbars_istanbul .nav-item {
    width: 100%;
    margin: 0 !important;
  }
  
  #navbars_istanbul .nav-link {
    text-align: left;
    padding: 0.75rem 1rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  /* Dropdown menüler mobilde düzgün görünsün */
  #navbars_istanbul .dropdown-menu.mega-menu {
    position: static !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    border: none;
    padding: 0.5rem 0 0.5rem 1rem;
  }
  
  #navbars_istanbul .mega-menu .row {
    margin: 0;
  }
  
  #navbars_istanbul .mega-menu .col-lg-4,
  #navbars_istanbul .mega-menu .col-md-6 {
    width: 100%;
    padding: 0;
    margin-bottom: 0 !important;
  }
  
  #navbars_istanbul .mega-menu ul {
    width: 100%;
  }
  
  #navbars_istanbul .mega-menu li {
    width: 100%;
  }
  
  #navbars_istanbul .mega-menu a {
    padding: 0.5rem 0 0.5rem 1.5rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
  }
  
  #navbars_istanbul .mega-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  /* Mega menü başlığını mobilde gizle */
  #navbars_istanbul .mega-menu .border-bottom {
    display: none;
  }
}

/* Küçük mobil ekranlar için ek düzenlemeler */
@media (max-width: 575.98px) {
  #navbars_istanbul .nav-link {
    font-size: 0.9rem;
    padding: 0.6rem 0.8rem !important;
  }
  
  #navbars_istanbul .mega-menu a {
    font-size: 0.85rem;
    padding: 0.4rem 0 0.4rem 1.2rem !important;
  }
}
}

/* Sticky durumunda renkler */
.sticky .more-dropdown .nav-link {
  color: #ffffff !important;
}

.sticky .more-dropdown .dropdown-menu {
  background-color: #090909d1 !important;
  backdrop-filter: blur(10px);
}






.header-university {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}

.university-link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #1d2d44;
}

.university-logo {
  height: 34px;
  display: block;
  object-fit: contain;
  padding-top: 1px;
}

.title {
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 1px;
}

.separator {
  font-weight: 700; 
  /*padding-top: 1px;*/
}

.typewriter {
  font-weight: 700;
  font-size: 15px;
  padding-top: 1px;
  
}

.university-link:hover .title {
  text-decoration: underline;
}


/* Genel ve Temel Stiller */
.dropdown-menu.mega-menu .material-symbols-rounded {
  margin-top: 0 !important;
}

.dropdown-toggle::after {
    display: inline-block!important;
    margin-left: .255em!important;
    vertical-align: .255em!important;
    content: "\ea4e"!important; /* ri-arrow-down-s-line */
    font-family: 'remixicon', sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    border-top: 0!important;
    border: none;
    transform: translateY(3px);
    transition: transform 0.3s ease; /* animasyon ekle */
}

.dropdown-toggle.show::after {
    content: "\ea78"!important; /* ri-arrow-drop-up-line (kalın yukarı) */
}

.sticky .nav-link {
  color: #ffffff !important;
  background-color: #ffffff00 !important;
}

.bg-light {
  background-color: #f2f2f28c !important;
}

.logo {
  height: 90px !important;
}

/* Navbar ve Navigasyon */
.navbar {
  background-color: #212020!important;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 0rem solid #439c86 !important;
  
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
  padding-left: 20px;
}

.navbar-nav .nav-link {
  background-color: #ffffff00 !important;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.navbar-nav .nav-item {
  margin-left: 0.5rem;
}

/* Arama Butonu */
.nav-link.search-btn {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 10px;
  display: flex;
  align-items: center;
  /*padding-top: 4px;*/
}

.nav-link.search-btn:hover {
  background-color: #ffffff8f !important;
}

/*.search-btn p {
  padding-top: 4px;
}*/

/* Sticky Navbar */
.main-navbar.sticky {
  background-color: #090909d1 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  animation: slideDown 0.3s ease-out;
}

.main-navbar {
  position: relative;
  z-index: 1030;
  background-color: #fff;
  animation: fadeInDown 0.5s ease-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.navbar-placeholder {
  display: none;
  height: 0;
}

.navbar-placeholder.active {
  display: block;
}

/* Mega Menu */
.dropdown-menu.mega-menu {
  background-color: #252222d1 !important;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 1rem;
  border-radius: 0;
  background-color: #fbfbfbf2;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  z-index: 2000;
}

.dropdown-menu.mega-menu .col-lg-4 a,
.dropdown-menu.mega-menu .col-md-6 a {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
  margin-bottom: 0.75rem;
}

.dropdown-menu.mega-menu .sub-menu-name {
  display: inline-block;
  word-break: break-word;
  line-height: 1.4;
  font-size: 1rem;
  min-width: 0;
  flex-shrink: 1;
}

.dropdown-menu.mega-menu .col-lg-4 a:hover .sub-menu-name,
.dropdown-menu.mega-menu .col-md-6 a:hover .sub-menu-name {
  text-decoration: underline;
  color: var(--primary-color);
}

.dropdown-menu.mega-menu .material-symbols-rounded {
  font-size: 18px;
  margin-top: 2px;
}

.dropdown-menu.mega-menu h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

/* Sosyal Medya Bileşenleri */
.social-wrapper {
  position: relative;
  display: inline-block;
}

.toggle-social {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 6px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  transition: all 0.3s ease;
}

.toggle-social:hover {
  background: #f5f5f5;
  border-color: #bbb;
}

.social-icons {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  display: flex;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 100;
}

.social-icons.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 18px;
  transition: all 0.25s ease;
}

.social-icons a:hover {
  background: var(--gold);
  color: #fff !important;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.social-icons .arrow {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  transform: translateX(-50%) rotate(45deg);
}

/* Top Bar */
.top-bar {
  position: relative;
  z-index: 1020;
  background-color: #f8f9fa;
}

.top-bar .share-icon {
  width: 32px;
  height: 32px;
  padding: 2px;
  vertical-align: middle;
}

.top-bar .container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* Animasyonlar */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* Responsive Tasarım */
@media (max-width: 767px) {
  .logo {
    height: 75px !important;
  }

  .navbar-nav .nav-link {
    background-color: #ffffff00!important;
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
}
  
  .navbar-toggler i {
    color: white;
  }

  .navbar-collapse {
    background-color: #439c86e6;
    z-index: 1026;
    position: absolute;
    top: 101px;
    left: 0;
    right: 0;
  }

  .navbar-nav .nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .navbar-nav .nav-link {
    text-align: center;
  }

  .top-bar .share-icon {
    width: 35px;
    height: 35px;
  }

  .top-bar .container {
    text-align: center;
  }

  .top-bar .container .row {
    justify-content: center;
  }

  .mobile-social {
    position: absolute;
    left: 8px;
    top: 6px;
    z-index: 3000;
  }

  .mobile-social .toggle-social {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  .mobile-social .social-icons {
    left: 0;
    transform: translateX(0) translateY(-10px);
  }
}

@media (max-width: 991.98px) {
  .dropdown-menu.mega-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 0.5rem 0;
  }

  .main-navbar.sticky .dropdown-menu.mega-menu {
    position: static;
  }

  #apps-menu {
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #navbars_istanbul {
    max-height: 75vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .dropdown-menu.mega-menu .sub-menu-name {
    white-space: normal;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 0;
  }

  .main-navbar.sticky .dropdown-menu.mega-menu {
    position: fixed;
    top: 105px !important;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    margin-left: 0.50rem !important;
    margin-right: 0.50rem !important;
  }
}

/* İçerik Alanı */
main,
.content,
.page-content {
  position: relative;
  z-index: 1;
}
  /* Pasif tablar */
  .nav-tabs .nav-link {
    color: #000 !important;
    background-color: #fff !important;
    border: none !important;
  }

  /* Aktif tab -> sadece alt çizgi */
  .nav-tabs .nav-link.active {
    border-bottom: 4px solid #198754 !important; 
    color: #000 !important;
    background-color: #fff !important;
    font-weight: bold;
  }


.news-card-logo {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

.news-card-logo img {
  height: 120px;
  width: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0.2;
}

/* Hover efekti (hafif canlansın) */
.news-card-logo:hover img {
  opacity: 0.5;
  /*transform: scale(1.05);*/
}
/* Tooltip */
.news-card-logo::before {
  content: attr(title);
  position: absolute;
  bottom: 40px; /* logonun üstü */
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #221f1f;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* Hover */
.news-card-logo:hover::before {
  opacity: 0.9;
  /*transform: translateX(-50%) translateY(-5px);*/
}

/* Haber Kartları İçin Hover Efektleri */
.news-section .news-card {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #fff;
    will-change: transform, box-shadow;
    border: 1px solid rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Kartın üzerine gelindiğinde */
.news-section .news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(67, 156, 134, 0.18)!important;
    border-color: rgba(67, 156, 134, 0.25);
}

/* Resim hover efekti - Yumuşak geçiş */
.news-section .news-card .news-image {
    transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
                filter 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transform-origin: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 230px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 12px 12px 0 0;
}

.news-section .news-card:hover .news-image {
    transform: scale(1.05);
    filter: brightness(1.05) saturate(1.1);
}

/* Kart başlığı hover efekti */
.news-section .news-card .card-title {
    color: #2c3e50;
    transition: color 0.4s ease, transform 0.4s ease;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.news-section .news-card:hover .card-title {
    color: #439c86;
    transform: translateX(2px);
}

/* Başlık altında çizgi efekti */
.news-section .news-card .card-title::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #439c86, #5ab89e);
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    border-radius: 2px;
}

.news-section .news-card:hover .card-title::after {
    width: 60px;
}

/* Kart içeriği hover efekti */
.news-section .news-card .card-text.text-muted {
    transition: all 0.4s ease;
    color: #6c757d !important;
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.news-section .news-card:hover .card-text.text-muted {
    color: #439c86 !important;
    transform: translateX(3px);
}

/* Açıklama metni hover efekti */
.news-section .news-card .card-body span {
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    color: #555;
    will-change: transform;
    font-size: 0.95rem;
    line-height: 1.5;
    flex-grow: 1;
}

.news-section .news-card:hover .card-body span {
    color: #333;
    transform: translateX(3px);
}

/* Kart arka planına gradient overlay efekti */
.news-section .news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(67, 156, 134, 0) 0%,
        rgba(67, 156, 134, 0.04) 100%
    );
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 0;
    pointer-events: none;
    border-radius: 12px;
}

.news-section .news-card:hover::before {
    opacity: 1;
}

/* Tüm haberler butonu hover efekti */
/*.news-section .btn-primary {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    background: linear-gradient(135deg, #439c86, #3a8c76);
    border: none;
    padding: 12px 32px;
    border-radius: 30px;
    will-change: transform, box-shadow;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.news-section .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(67, 156, 134, 0.3);
    background: linear-gradient(135deg, #3a8c76, #439c86);
}*/

/* Bağlantılar için genel stil */
.news-section .news-card a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-grow: 1;
}

/* Overlay efekti için container */
.news-section .news-card > a {
    position: relative;
    display: block;
    height: 100%;
}

/* Resim üzerine hafif overlay hover sırasında */
.news-section .news-card > a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(67, 156, 134, 0.08) 0%,
        rgba(67, 156, 134, 0.03) 20%,
        rgba(67, 156, 134, 0) 60%
    );
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    border-radius: 12px;
    z-index: 1;
}

.news-section .news-card:hover > a::after {
    opacity: 1;
}

/* Kart içeriği için z-index ayarı */
.news-section .news-card .card-body {
    position: relative;
    z-index: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Card genel stilleri */
.card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: none;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.card:hover {
    box-shadow: 0 20px 40px rgba(67, 156, 134, 0.2);
}

/* Kart gövdesi için flex yapısı */
.card-body {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

/* Esnek büyüme sınıfı */
.flex-grow-1 {
    flex-grow: 1;
}

/* Tarih alanı ve ikon stilleri */
.card .text-muted .material-icons,
.card .text-muted .material-symbols-rounded {
    vertical-align: middle;
    margin-right: 4px;
    font-size: 1.1em;
    color: #439c86;
    transition: all 0.3s ease;
}

.news-section .news-card:hover .text-muted .material-icons,
.news-section .news-card:hover .text-muted .material-symbols-rounded {
    transform: translateX(2px);
    color: #3a8c76;
}

/* Scrollbar düzenlemesi */
html { 
    scrollbar-gutter: stable; 
    scroll-behavior: smooth;
}

@supports not (scrollbar-gutter: stable) {
    html { 
        overflow-y: scroll; 
    }
}

/* Fade animasyonları */
.fade-out {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    transition: opacity 320ms cubic-bezier(0.4, 0, 0.2, 1), 
                transform 320ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
}

.fade-in {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 320ms cubic-bezier(0.4, 0, 0.2, 1), 
                transform 320ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Fade-in element özel animasyonu */
[fade-in-element] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
                transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

[fade-in-element].fade-in-active {
    opacity: 1;
    transform: translateY(0);
}

/* Mobil cihazlar için optimize */
@media (max-width: 768px) {
    .news-section .news-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(67, 156, 134, 0.15);
    }
    
    .news-section .news-card:hover .news-image {
        transform: scale(1.03);
        filter: brightness(1.03) saturate(1.05);
    }
    
    .news-section .news-card .card-title {
        font-size: 1rem;
    }
    
    .news-section .news-card .card-body {
        padding: 16px;
    }
    
    .news-section .news-card .news-image {
        height: 200px;
    }
    
    /* Mobilde touch için aktif durum */
    .news-section .news-card:active {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(67, 156, 134, 0.15);
    }
    
    .news-section .btn-primary {
        padding: 10px 24px;
        font-size: 0.95rem;
    }
}

/* Scroll animasyonları için optimize */
.news-section .news-card {
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Responsive görüntüler için */
.news-section .news-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

/* Kart yüksekliği düzenlemesi */
.news-section .news-card {
    /*min-height: 400px;*/
}

@media (max-width: 992px) {
  /*  .news-section .news-card {
        min-height: 380px;*/
    }
}

@media (max-width: 768px) {
    /*.news-section .news-card {
        min-height: 350px;*/
    }
}

/* Smooth transitions for all interactive elements */
.news-section * {
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

<style>

#ozel-iletisim-modulu { width: 100%; color: #333; position: relative; margin-top: 1.5rem; margin-bottom: 4.5rem; }
#ozel-iletisim-modulu * { box-sizing: border-box; }
#ozel-iletisim-modulu .wrapper { max-width: 1200px; margin: 0 auto; padding: 0.5rem; }
#ozel-iletisim-modulu .grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }
@media(min-width: 992px) { #ozel-iletisim-modulu .grid { grid-template-columns: 3fr 2fr; } }


#ozel-iletisim-modulu .card { background: #fff; border-radius: 8px; border: 1px solid #e0e0e0; box-shadow: 0 2px 8px rgba(0,0,0,0.05); overflow: hidden; }
#ozel-iletisim-modulu .card-header { padding: 0.8rem 1.2rem; background: #439c86; color: #fff; }
#ozel-iletisim-modulu .title { margin: 0; font-size: 1.1rem; font-weight: 600; }
#ozel-iletisim-modulu .card-body { padding: 1rem; }


#ozel-iletisim-modulu .row { display: flex !important; flex-direction: column !important; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #f0f0f0; width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
#ozel-iletisim-modulu .row:last-child { border: none; margin: 0; padding: 0; }
#ozel-iletisim-modulu .row-header { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.4rem; }


#ozel-iletisim-modulu .icon { width: 28px; height: 28px; border-radius: 6px; background: #f2f4f6; display: flex; align-items: center; justify-content: center; color: #4a555f; }
#ozel-iletisim-modulu .icon svg, #ozel-iletisim-modulu .icon i { width: 18px; height: 18px; font-size: 18px; color: #4a555f !important; display: flex; align-items: center; justify-content: center; }

#ozel-iletisim-modulu .label { font-size: 0.75rem; color: #4a555f; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
#ozel-iletisim-modulu .row-content { padding-left: 2.15rem !important; display: block !important; width: 100%; }
#ozel-iletisim-modulu .value { font-size: 1rem; font-weight: 500; color: #222; line-height: 1.4; display: block; }

.copy-btn { display: inline-block; margin-top: 4px; font-size: 0.8rem; color: #888; cursor: pointer; font-weight: 600; text-decoration: none; border-bottom: 1px dotted #aaa; }
.copy-btn:hover { color: #4a555f; border-color: #4a555f; }


#ozel-iletisim-modulu .map-wrapper { display: flex; flex-direction: column; height: auto; }
#ozel-iletisim-modulu .map-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; color: #333; }
#ozel-iletisim-modulu .map-hr { border: 0; border-top: 1px solid #eee; margin: 0.5rem 0 1rem 0; width: 100%; }
#ozel-iletisim-modulu .map-container { border-radius: 8px; overflow: hidden; border: 1px solid #e0e0e0; height: 450px; background: #eee; }
#ozel-iletisim-modulu iframe { width: 100%; height: 100%; border: 0; }

.extra-title { margin-top: 1.5rem; margin-bottom: 0.5rem; color: #333; font-size: 1rem; font-weight: 700; border-bottom: 1px solid #eee; padding-bottom: 8px; }

.custom-toast { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background-color: #333; color: #fff; padding: 10px 20px; border-radius: 4px; font-size: 14px; z-index: 9999; box-shadow: 0 4px 12px rgba(0,0,0,0.15); animation: fadeIn 0.3s ease-in-out; }
@keyframes fadeIn { from { opacity: 0; transform: translate(-50%, 10px); } to { opacity: 1; transform: translate(-50%, 0); } }
</style>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
.card-body img,
  .accordion-body img {
    max-width: 100%;
    height: auto;
  }
/* Genel */
.text-justify {
  text-align: justify;
}
.flex-container2 {
  display: flex;
  flex-wrap: wrap;
}
.flex-item2 {
  display: flex;
}
.flex-item2 h2 { 
  width: 100%;
}
.text-footer {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 20px;
}
.text-author {
  text-align: left;
  margin-top: 10px;
}
.text-time {
  border-bottom: 2px solid #dedede;
  padding-right: 0;
}
.text-share {
  text-align: right;
  padding-left: 0;
}
.text-viewcount {
  border-bottom: 2px solid #00733e;
}
.text-socailContainer {
  margin-top: 10px;
}
.text-socailContainer a:last-child {
  margin-right: 0;
}

/* Duyuru Detay Yayınlanma ve Font Butonları */
.bgGray {
  background-color: #f8f8f8;
  padding: 8px;
  border-radius: 4px;
}
.publish-info {
  font-size: 0.9rem;
}
.font-buttons a {
  font-size: 1.3rem;
}



/* Responsive */
@media (max-width: 767.98px) {
  .publish-info {
    text-align: left;
  }
  .font-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 5px;
  }
}




/* Paylaşım Butonları Stilleri */
.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.share-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: white;
  transition: all 0.3s ease;
}

.share-btn .ri {
  font-size: 20px;
  transition: all 0.3s ease;
}

/* Facebook */
.share-btn.facebook {
  background: linear-gradient(135deg, #1877F2, #0D5FDB);
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.2);
}

.share-btn.facebook .share-icon-wrapper {
  color: #1877F2;
}

.share-btn.facebook:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(24, 119, 242, 0.3);
}

.share-btn.facebook:hover .share-icon-wrapper {
  background: rgba(255, 255, 255, 0.95);
}

/* Twitter */
.share-btn.twitter {
  background: linear-gradient(135deg, #000000, #333333);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.share-btn.twitter .share-icon-wrapper {
  color: #000000;
}

.share-btn.twitter:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.share-btn.twitter:hover .share-icon-wrapper {
  background: rgba(255, 255, 255, 0.95);
}

/* LinkedIn */
.share-btn.linkedin {
  background: linear-gradient(135deg, #0A66C2, #084B8A);
  box-shadow: 0 4px 12px rgba(10, 102, 194, 0.2);
}

.share-btn.linkedin .share-icon-wrapper {
  color: #0A66C2;
}

.share-btn.linkedin:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(10, 102, 194, 0.3);
}

.share-btn.linkedin:hover .share-icon-wrapper {
  background: rgba(255, 255, 255, 0.95);
}

/* WhatsApp */
.share-btn.whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}

.share-btn.whatsapp .share-icon-wrapper {
  color: #25D366;
}

.share-btn.whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3);
}

.share-btn.whatsapp:hover .share-icon-wrapper {
  background: rgba(255, 255, 255, 0.95);
}

/* Telegram */
.share-btn.telegram {
  background: linear-gradient(135deg, #0088CC, #006699);
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.2);
}

.share-btn.telegram .share-icon-wrapper {
  color: #0088CC;
}

.share-btn.telegram:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 136, 204, 0.3);
}

.share-btn.telegram:hover .share-icon-wrapper {
  background: rgba(255, 255, 255, 0.95);
}

/* Link Kopyalama Butonu */
.copy-link-btn {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 50px;
  padding: 8px 16px;
  transition: all 0.3s ease;
  color: #495057;
}

.copy-icon-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6c757d, #495057);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
}

.copy-link-btn:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  text-decoration: none;
  color: #212529;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.copy-link-btn:hover .copy-icon-wrapper {
  background: linear-gradient(135deg, #495057, #343a40);
  transform: scale(1.05);
}

/* Paylaşım Alanı Düzeni */
.news-share {
  padding: 20px 0;
  border-radius: 12px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .share-btn {
    width: 40px;
    height: 40px;
  }
  
  .share-btn .ri {
    font-size: 18px;
  }
  
  .copy-link-btn {
    padding: 6px 12px;
    font-size: 0.875rem;
  }
  
  .copy-icon-wrapper {
    width: 28px;
    height: 28px;
  }
  
  .news-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .news-share > span {
    width: 100%;
    margin-bottom: 5px;
  }
  
  .news-share .copy-wrapper {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

.bgGray {
  background-color: #f8f8f8;
  padding: 8px;
  border-radius: 4px;
}

.news-content {
  text-align: justify;
}

.news-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px 0; 
}

.news-detail-img {
  max-height: 8rem;
  width: auto;
  object-fit: cover;
}

.nav-link {
  background-color: white !important;
  color: #292c2f !important;
}

.nav-link.active {
  background-color: #292c2f !important;
  color: white !important;
}

.news-scroll-wrapper {
  width: 100%;
  overflow-y: hidden; /* Başlangıçta scrollbar gizli */
}

.news-scroll-wrapper.scroll-enabled {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth; /* Bu satır animasyon hissini verir */
  position: relative;
  scrollbar-color: #439c86 rgba(0,0,0,0.05);
  scrollbar-width: thin;
}

.news-scroll-wrapper.scroll-enabled::-webkit-scrollbar {
  width: 10px;
}

.news-scroll-wrapper.scroll-enabled::-webkit-scrollbar-thumb {
  background: #439c86;
  border-radius: 6px;
}

.news-scroll-wrapper.scroll-enabled::-webkit-scrollbar-thumb:hover {
  background: #367c6b;
}

.news-scroll-wrapper.scroll-enabled::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.05);
  border-radius: 6px;
}

.news-card {
  margin-bottom: 0.6rem;
}

.news-link img.news-detail-img {
  max-height: 5.6rem;
  margin-right: 0.5rem;
}
.search-menu {
    background-color: #f2f2f2e8!important;
}
.news-section {
  overflow: hidden;
}

.news-card {
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.news-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
/* Yeni eklenen kartlara animasyon */
.news-card.new-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Butonlar */
.btn-group a { transition: all 0.3s ease; cursor: pointer; }
.btn-group a.text-primary:hover { background-color: #0d6efd; color: #fff !important; }

/* Spinner */
.spinner-border { opacity: 1 !important; visibility: visible !important; }



/* Animasyonlar */
@keyframes slideDown { 0% { transform: translateY(-100%); opacity:0 } 100% { transform: translateY(0); opacity:1 } }
@keyframes pulse { 0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)} }

/* Mobil responsive */
@media(max-width:576px){.news-card{margin-bottom:1rem}.news-image{width:100%;height:auto}.btn-group a{padding:0.5rem 0.75rem;font-size:0.875rem}}
@media(max-width:400px){.container{padding-left:10px;padding-right:10px}.news-card{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.btn-group a{padding:0.4rem 0.6rem;font-size:0.8rem}.new-news-indicator{top:-40px;right:5px;font-size:0.75rem}}

/* Fade-in animasyon */
.fade-out {opacity:0;transform:translateY(20px);transition:opacity 0.6s ease-out,transform 0.6s ease-out;}
.fade-in {opacity:1;transform:translateY(0);transition:opacity 0.6s ease-out,transform 0.6s ease-out;}
.text-muted.small{font-size:0.75rem;}
.card-title.news-title{font-size:1rem;}
.card-text.news-description{font-size:0.875rem;color:#555;}

html {
  scroll-behavior: auto !important;
}
.notice-card .card-body  {background-color:var(--bg-white)!important;}  
.desktop-content-wrapper {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}

.content-fade-in {
  opacity: 0;
  transform: translateY(10px);
}

/* Duyuru Kartı Animasyonu */
.notice-card-transition {
  transition: all 0.3s ease-in-out;
  border-left: 4px solid transparent;
}

.notice-card-transition:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.notice-card-transition.active {
  border-left-color: #007bff;
  background-color: #f8f9fa;
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0,123,255,0.2);
}

/* Mobil Akordeon Animasyonu */
.mobile-accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  padding: 0;
}

.mobile-accordion.expanded {
  max-height: 2000px; /* Yeterince büyük değer */
  padding: 15px 0;
}

.mobile-content-inner {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s;
}

.mobile-accordion.expanded .mobile-content-inner {
  opacity: 1;
  transform: translateY(0);
}

/* Akordeon İkonu Animasyonu */
.accordion-icon {
  transition: transform 0.3s ease-in-out;
  color: #6c757d;
}

.accordion-icon.rotated {
  transform: rotate(180deg);
  color: #007bff;
}

/* Duyuru Kartı Hover Efekti */
.notice-card-clickable:hover .notice-card {
  cursor: pointer;
}

/* Mobil Resim Stili */
.notice-image-mobile {
  max-height: 200px;
  object-fit: cover;
}

/* Paylaşım İkonları Hover */
.share-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease-in-out;
}

.share-icon:hover {
  transform: scale(1.1);
}

/* Loading Animasyonu */
.spinner-border {
  animation: spinner-border 0.75s linear infinite;
}

/* Responsive Düzenlemeler */
@media (max-width: 767px) {
  .notice-card {
    margin-bottom: 0 !important;
  }
  
  .notice-item-wrapper {
    margin-bottom: 10px;
  }
  
  .mobile-accordion {
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-top: 5px;
  }
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Duyuru Listesi Container */
.notice-list {
  position: relative;
}

/* Fade-in animasyonu için keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.notice-item-wrapper {
  animation: fadeInUp 0.5s ease-out;
}
.notice-content{
text-align:justify;
}
.notice-content img,
.notice-content-mobile img {
  max-width: 100% !important;
  height: auto !important;
}
.notice-content-desktop {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.notice-content iframe,
.notice-content-mobile iframe {
  max-width: 100% !important;
}

.notice-content table,
.notice-content-mobile table {
  max-width: 100% !important;
  overflow-x: auto;
  display: block;
}

.bgGray {
  background-color: #f8f8f8;
  padding: 8px;
  border-radius: 4px;
}

.notice-content-mobile {
  border: 1px solid #eee;
  border-top: none;
  background-color: #fafafa;
  margin-bottom: 8px;
}

.notice-card.active {
  background-color: #439c86;
  color: white;
}


.notice-card.active .day p {
  color: white !important;
}


.notice-image-big {
  width: 100%;
  height: auto;
  display: block;
}
.notice-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.notice-interaction.bgGray, .notice-share.bgGray {
  background-color: #f5f5f5;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.share-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}


#noticeScrollContainer {
  height: 1200px !important;          
  max-height: 1200px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important; 
  -webkit-overflow-scrolling: touch;
  padding-right: 8px;
  box-sizing: border-box;
  background: transparent;
}

/* İçerik kartlarının kutu içinde düzgün durması için */
#noticeScrollContainer .notice-card {
  width: 100%;
  box-sizing: border-box;
}

/* Scrollbar WebKit (Chrome, Edge, Safari) */
#noticeScrollContainer::-webkit-scrollbar {
  width: 14px; /* büyütüldü */
}
#noticeScrollContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
#noticeScrollContainer::-webkit-scrollbar-thumb {
  background-color: #439c86; /* yeşil ton */
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
#noticeScrollContainer::-webkit-scrollbar-thumb:hover {
  background-color: #367a6c; /* hover için koyu yeşil */
}

/* Firefox */
#noticeScrollContainer {
  scrollbar-width: auto;
  scrollbar-color: #439c86 #f1f1f1;
}


.notice-list { display: block !important; }

/* Mobil cihazlarda küçült */
@media (max-width: 768px) {
  .share-icon {
    width: 20px;
    height: 20px;
  }
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}


.new-notices-indicator {
animation: rotateIn 0.8s ease, bounce 1s infinite;
  position: fixed;
  top: 160px; 
  left: 675px;
  transform: translateX(-50%);
  z-index: 1050;
  background: rgba(67, 156, 134, 0.85); 
  border-radius: 50px;
  padding: 12px 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  backdrop-filter: blur(4px);
}

.new-notices-indicator .material-symbols-rounded {
  vertical-align: middle;
  margin-right: 8px;
  font-size: 1.4rem;
}

@keyframes slideDown {
  from {
    top: -50px;
    opacity: 0;
  }
  to {
    top: 20px;
    opacity: 1;
  }
}

@keyframes pulse {
  0% { transform: translateX(-50%) scale(1); }
  50% { transform: translateX(-50%) scale(1.05); }
  100% { transform: translateX(-50%) scale(1); }
}

/* Mobilde daha küçük boyut */
@media (max-width: 768px) {
  .new-notices-indicator {
    top: 15px;
    padding: 8px 20px;
    font-size: 0.95rem;
    width: 90%;
    max-width: 350px;
    text-align: center;
  }
  
  .new-notices-indicator .material-symbols-rounded {
    font-size: 1.2rem;
    margin-right: 6px;
  }
}
/* --- Modal Genel Ayarları --- */
.subscription-modal-dialog {
    max-width: 650px !important; /* Modal genişliği sabitlendi */
    margin: 1.75rem auto !important;
}

.subscription-modal-content {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2) !important;
}

.subscription-modal-header {
    background-color: #1a3a5a !important;
    color: white !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    padding: 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: none !important;
}

.subscription-modal-header .modal-title {
    font-weight: normal !important;
    font-size: 1.25rem !important;
    color: white !important;
    margin: 0 !important;
}

.subscription-modal-close {
    background-color: transparent !important;
    color: white !important;
    opacity: 0.8 !important;
    font-size: 28px !important;
    border: none !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.subscription-modal-body {
    padding: 30px !important;
}

/* --- Form ve Etiketler --- */
.sub-form-group {
    margin-bottom: 15px !important;
}

.subscription-label {
    font-weight: normal !important;
    color: #444 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.subscription-input {
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    padding: 10px 12px !important;
    height: auto !important;
}

/* --- Checkbox ve Yazı Hizalama (ÖNEMLİ KISIM) --- */
.subscription-checkbox-group {
    margin: 12px 0 !important;
    display: block !important;
}

.subscription-checkbox-label {
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    font-weight: normal !important;
}

.subscription-checkbox {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    margin-right: 15px !important; /* Kutunun sağından boşluk */
    flex-shrink: 0 !important; /* Kutunun küçülmesini engeller */
}

.sub-check-text {
    font-size: 16px !important;
    padding-left: 5px !important; /* Ekstra garanti boşluk */
    display: inline-block !important;
    line-height: 20px !important;
}

/* --- Butonlar ve Linkler --- */
.subscription-footer-actions {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.btn-subscription-send {
    background-color: #1a3a5a !important;
    border-color: #1a3a5a !important;
    color: white !important;
    padding: 10px 25px !important;
    font-weight: normal !important;
    border-radius: 6px !important;
}

.btn-subscription-verify {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: white !important;
    padding: 10px 25px !important;
    border-radius: 6px !important;
}

.subscription-close-link {
    color: #dc3545 !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

/* --- Sayfa Sağ Altındaki Sabit Buton --- */
.btn-subscription-floating {
    position: fixed !important;
    bottom: 30px !important; /* margin yerine direkt bottom verdik */
    right: 90px !important;  /* margin yerine direkt right verdik */
    z-index: 1000 !important;
    border-radius: 50px !important; /* Tam oval yapı */
    padding: 10px 25px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4) !important;
    background: linear-gradient(135deg, #439c86 0%, #2d6b5b 100%);
    border: none !important;
    color: white !important;
    font-weight: normal !important;
}

.subscription-btn-icon {
    height: 25px !important;
    width: 25px !important;
    vertical-align: middle !important;
    margin-right: 8px !important;
}  

.btn-subscribe-text i{color:var(--bg-white);}                                                                                                                
/* Animasyonlar */
.new-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Kart Tasarımı ve Hover */
.news-card {
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease !important;
}

/* Hover'da Renk Değişimi ve Hareket */
.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12) !important;
    background-color: #f8f9fa; /* Hafif renk değişimi */
    border-color: #0d6efd !important;
}

.news-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

/* Fontlar */
.news-title { font-size: 1rem; color: #1a202c; line-height: 1.4; }
.news-description { font-size: 0.875rem; color: #555; line-height: 1.6; }
.text-muted.small { font-size: 0.75rem; }

/* Butonlar */
.btn-group a { transition: all 0.3s ease; cursor: pointer; font-size: 0.85rem; }
.btn-group a:hover { background-color: #0d6efd; color: #fff !important; }
#ozel-akademik-kadro { width: 100%; position: relative; font-family: inherit; color: #333; }
#ozel-akademik-kadro .ozel-container { max-width: 1440px; margin: 0 auto; padding: 0 1rem; box-sizing: border-box; }
#ozel-akademik-kadro * { box-sizing: border-box; }
#ozel-akademik-kadro .layout-wrapper { position: relative; min-height: 600px; width: 100%; background-color: #fff; }
#ozel-akademik-kadro .loading-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 50; background-color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #439c86; gap: 1rem; }
#ozel-akademik-kadro .loading-spinner { width: 48px; height: 48px; border: 5px solid rgba(18, 93, 132, 0.2); border-top-color: #439c86; border-radius: 50%; animation: akSpin 1s linear infinite; }
@keyframes akSpin { to { transform: rotate(360deg); } }
#ozel-akademik-kadro .main-grid { display: flex; flex-direction: column; padding-top: 2rem; padding-bottom: 2rem; }
@media (min-width: 992px) {
    #ozel-akademik-kadro .main-grid { display: grid; grid-template-columns: 280px 1fr; gap: 2rem; align-items: start; padding-top: 2rem; }
    #ozel-akademik-kadro .sidebar-column { position: sticky; top: 2rem; max-height: calc(100vh - 4rem); overflow-y: auto; padding-right: 0.5rem; }
    #ozel-akademik-kadro .sidebar-column::-webkit-scrollbar { width: 4px; }
    #ozel-akademik-kadro .sidebar-column::-webkit-scrollbar-thumb { background-color: #ddd; border-radius: 4px; }
}
#ozel-akademik-kadro .sidebar-nav { background: #fff; border-radius: 1rem; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03); overflow: hidden; display: none; border: 1px solid #f1f1f1; }
@media (min-width: 992px) { #ozel-akademik-kadro .sidebar-nav { display: block; } }
#ozel-akademik-kadro .sidebar-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; border: none; background: transparent; text-align: left; color: #525252; font-weight: 500; font-size: 0.95rem; cursor: pointer; border-left: 4px solid transparent; transition: all 0.2s ease; border-bottom: 1px solid #f1f1f1; }
#ozel-akademik-kadro .sidebar-btn:hover { background-color: #fbfbfb; color: #439c86; padding-left: 1.5rem; }
#ozel-akademik-kadro .sidebar-btn.active { background-color: rgba(67, 156, 134, 0.08); color: #439c86; border-left-color: #439c86; font-weight: 600; }
#ozel-akademik-kadro .search-wrapper { position: relative; margin-bottom: 2rem; }
#ozel-akademik-kadro .search-input { width: 100%; padding: 1rem 1rem 1rem 3rem; border: 1px solid #e5e5e5; background-color: #f9fafb; border-radius: 0.75rem; font-size: 1rem; outline: none; transition: all 0.3s; font-family: inherit; }
#ozel-akademik-kadro .search-input:focus { background-color: #fff; border-color: #439c86; box-shadow: 0 0 0 4px rgba(67, 156, 134, 0.1); }
#ozel-akademik-kadro .search-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #9ca3af; width: 1.25rem; height: 1.25rem; }
#ozel-akademik-kadro .section-title { font-size: 1.1rem; font-weight: 700; color: #111827; margin: 2.5rem 0 1.5rem 0; padding-bottom: 0.75rem; border-bottom: 2px solid #f3f4f6; display: flex; align-items: center; gap: 0.5rem; }
#ozel-akademik-kadro .section-title:first-child { margin-top: 60px; }
#ozel-akademik-kadro .section-title span { color: #439c86; }
#ozel-akademik-kadro .mobile-accordion-btn { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 1rem; background-color: #fff; border: 1px solid #e5e5e5; border-radius: 0.75rem; color: #333; font-weight: 600; margin-bottom: 0.75rem; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02); }
@media (min-width: 992px) { #ozel-akademik-kadro .mobile-accordion-btn { display: none; } }
#ozel-akademik-kadro .mobile-accordion-btn.active { background-color: #439c86; color: #fff; border-color: #439c86; margin-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
#ozel-akademik-kadro .acc-icon { width: 1.25rem; height: 1.25rem; transition: transform 0.3s; }
#ozel-akademik-kadro .mobile-accordion-btn.active .acc-icon { transform: rotate(180deg); }
#ozel-akademik-kadro .tab-panel { display: none; animation: akFadeIn 0.4s ease; }
@keyframes akFadeIn { from { opacity: 0; } to { opacity: 1; } }
@media (min-width: 992px) { #ozel-akademik-kadro .tab-panel.active { display: block; } }
@media (max-width: 991px) {
    #ozel-akademik-kadro .tab-panel { display: block !important; margin-bottom: 0.5rem; }
    #ozel-akademik-kadro .tab-panel-inner { display: none; background: #fff; padding: 1rem; border: 1px solid #e5e5e5; border-top: none; border-bottom-left-radius: 0.75rem; border-bottom-right-radius: 0.75rem; margin-bottom: 1rem; }
    #ozel-akademik-kadro .tab-panel.active .tab-panel-inner { display: block; animation: akSlideDown 0.3s ease-out; }
}
#ozel-akademik-kadro .modul-breadcrumb { display: none; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: #a3a3a3; margin-bottom: 1.5rem; }
@media (min-width: 992px) { #ozel-akademik-kadro .modul-breadcrumb { display: flex; } }
#ozel-akademik-kadro .breadcrumb-active { color: #404040; font-weight: 500; }
#ozel-akademik-kadro .cards-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { #ozel-akademik-kadro .cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1400px) { #ozel-akademik-kadro .cards-grid { grid-template-columns: repeat(3, 1fr); } }
#ozel-akademik-kadro .personnel-card { background-color: #fff; border-radius: 1rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); border: 1px solid #e5e5e5; overflow: hidden; transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; }
#ozel-akademik-kadro .personnel-card:hover { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); transform: translateY(-4px); border-color: #439c86; }
#ozel-akademik-kadro .card-top-line { height: 4px; background: linear-gradient(to right, #e5e5e5, #f5f5f5); transition: 0.3s; }
#ozel-akademik-kadro .personnel-card:hover .card-top-line { background: #439c86; }
#ozel-akademik-kadro .card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; transition: 0.3s; background: url(https://cdn.istanbul.edu.tr/FileHandler2.ashx?f=iusiyahbeyazlogo.png); background-size: contain; background-position: center; filter: brightness(0.97); background-repeat: no-repeat; }
#ozel-akademik-kadro .card-header { display: flex; gap: 1rem; margin-bottom: 1rem; }
#ozel-akademik-kadro .card-image { width: 4.5rem; height: 4.5rem; border-radius: 0.75rem; object-fit: contain; object-position: top center; border: 2px solid #f3f4f6; margin: 0; flex-shrink: 0; display: block; background-color: #fff; }
#ozel-akademik-kadro .card-info { flex: 1; min-width: 0; }
#ozel-akademik-kadro .card-unvan { font-size: 0.75rem; color: #737373; font-weight: 600; display: block; margin-bottom: 0.2rem; }
#ozel-akademik-kadro .card-name { font-size: 1.1rem; font-weight: 700; color: #1f2937; line-height: 1.3; margin: 0; }
#ozel-akademik-kadro .card-badge { display: inline-block; margin-top: 0.5rem; padding: 0.2rem 0.6rem; font-size: 0.7rem; border-radius: 99px; background: #ecfdf5; color: #047857; }
#ozel-akademik-kadro .card-details { margin-top: auto; padding-top: 1rem; border-top: 1px solid #f3f4f6; }
#ozel-akademik-kadro .info-action-btn { display: flex; align-items: center; width: 100%; background-color: #f9fafb; border: 1px solid #e5e7eb; border-radius: 0.5rem; padding: 0.5rem 0.75rem; font-size: 0.85rem; color: #4b5563; cursor: pointer; transition: all 0.2s ease; text-align: left; font-family: inherit; justify-content: space-between; }
#ozel-akademik-kadro .info-action-btn:hover { background-color: #f3f4f6; border-color: #d1d5db; color: #111827; }
#ozel-akademik-kadro .info-text-content { display: flex; align-items: center; flex-wrap: wrap; gap: 0.3rem; overflow: hidden; }
#ozel-akademik-kadro .info-label { font-weight: 600; color: #374151; }
#ozel-akademik-kadro .info-copy-icon { width: 16px; height: 16px; margin-left: 0.5rem; flex-shrink: 0; opacity: 0.5; color: #439c86; display: flex; align-items: center; }
#ozel-akademik-kadro .card-actions-grid { display: flex; gap: 0.75rem; margin-top: 1rem; }
#ozel-akademik-kadro .modul-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.6rem; border-radius: 0.5rem; font-size: 0.85rem; text-decoration: none; transition: 0.2s; font-weight: 500; border: none; cursor: pointer; font-family: inherit; white-space: nowrap; }
#ozel-akademik-kadro .btn-secondary { background: #f3f4f6; color: #374151; border: 1px solid #e5e7eb; }
#ozel-akademik-kadro .btn-primary { background: #439c86; color: #fff; }
#ozel-akademik-kadro .btn-primary:hover { background: #36806d; }
#ozel-akademik-kadro .toast-notification { position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%); background-color: #333; color: #fff; padding: 0.75rem 1.5rem; border-radius: 99px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); z-index: 1000; font-size: 0.9rem; display: flex; align-items: center; gap: 0.5rem; animation: toastPop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
@keyframes toastPop { from { opacity: 0; transform: translate(-50%, 20px); } to { opacity: 1; transform: translate(-50%, 0); } }
#ozel-akademik-kadro .toast-icon { width: 19px; height: 29px; color: #4ade80; align-items: center; display: flex; }
#ozel-akademik-kadro .section-icon { width: 19px; height: 19px; color: #439c86; align-items: center; display: flex; }
#ozel-akademik-kadro .no-results-message { text-align: center; padding: 3rem; color: #999; background: #f9fafb; border-radius: 1rem; border: 1px dashed #ddd; margin-top: 1rem; }

.heritage-list-panel {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: .5rem;
  height: 85vh;
  display: flex;
  flex-direction: column;
}

.heritage-scroll-list {
  overflow-y: auto;
  flex-grow: 1;
  margin-right: -15px;
  padding-right: 15px;
}

.heritage-list-card {
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.heritage-list-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.heritage-list-card.active {
  border-color: var(--bs-primary);
  background-color: #e9f5ff;
  border-width: 2px;
}

.heritage-detail-panel {
  height: 85vh;
  padding: 20px;
}

.heritage-detail-content {
  animation: fadeIn 0.5s ease-in-out;
}

.timeline-container {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
}

.extra-img-container {
  position: relative;
}

.extra-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: .5rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.extra-img:hover {
  transform: scale(1.1);
}

.extra-img-hover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
  z-index: 1080;
  pointer-events: none;
  border-radius: .5rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  max-width: 90vw;
  max-height: 90vh;
}

.extra-img-container:hover .extra-img-hover {
  transform: translate(-50%, -50%) scale(1);
}

.heritage-detail-main-image {
  transition: transform 0.3s ease-in-out;
}

.heritage-detail-main-image:hover {
  transform: scale(1.02);
}


@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 992px) {
  .heritage-list-panel, .heritage-detail-panel {
    height: auto;
    margin-bottom: 2rem;
  }
  .heritage-detail-panel {
    position: static;
  }
}
/* --------------------------
   HERO SLIDER - CONTAINER GENİŞLİĞİNDE
--------------------------- */
.hero-slider {
  position: relative;
  width: 100%!important;
  height: 420px; /* SABİT 420px YÜKSEKLİK */
  overflow: hidden;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-slide-container {
  position: relative;
  height: 100%;
  width: 100%;
}

/* SLIDE GEÇİŞ ANİMASYONLARI */
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(0) scale(1.02);
    cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.hero-slide.active {
  opacity: 1;
  z-index: 3;
  transform: translateX(0) scale(1);
  pointer-events: auto; /* AKTİF SLIDE TIKLANABİLSİN */
  pointer-events: auto !important;
}

.hero-slide.prev {
  opacity: 0;
  z-index: 2;
  transform: translateX(-100%) scale(1.02);
  pointer-events: auto; /* AKTİF SLIDE TIKLANABİLSİN */
}

.hero-slide.next {
  opacity: 0;
  z-index: 2;
  transform: translateX(100%) scale(1.02);
}

.hero-slide .hero-content {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hero-slide.active .hero-content {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide.active .hero-content:nth-child(1) { transition-delay: 0.2s; }
.hero-slide.active .hero-content:nth-child(2) { transition-delay: 0.4s; }

/* GÖRSEL VE OVERLAY - BLUR EFFECT İLE */
.slide-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: 12px;
}

/* ANA RESİM - ORTA KISIM (NET) */
.slide-image-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none; /* RESİM TIKLANMASIN */
}

.slide-image-wrapper .main-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* BLUR BACKGROUND - ALT VE ÜST KISIM */
.slide-image-wrapper .blur-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  border-radius: 12px;
}

.slide-image-wrapper .blur-background img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 105%;
  object-fit: cover;
  filter: blur(15px) brightness(0.85);
  -webkit-filter: blur(15px) brightness(0.85);
}

/* ÜST BLUR MASK */
.slide-image-wrapper .blur-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.3) 70%,
    transparent 100%);
  z-index: 2;
  pointer-events: none;
}

/* ALT BLUR MASK */
.slide-image-wrapper .blur-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to top, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.3) 70%,
    transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-slide.active .slide-image-wrapper .main-image img {
  transform: scale(1.03);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.15) 30%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0.35) 100%
  );
  pointer-events: none;
  z-index: 3;
  border-radius: 12px;
}

/* İÇERİK STİLLERİ */
.hero-content {
  position: absolute;
  bottom: 60px;
  left: 8%;
  color: #fff;
  max-width: 600px;
  z-index: 4;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.hero-btn {
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #439c86 0%, #2d6b5b 100%);
  border: none;
  border-radius: 50px;
  color: white;
  font-size: 0.95rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(67, 156, 134, 0.3);
  position: relative;
  overflow: hidden;
}

.hero-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.hero-btn:hover {
  background: linear-gradient(135deg, #2d6b5b 0%, #1e4a3d 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(67, 156, 134, 0.4);
}

.hero-btn:hover::before {
  left: 100%;
}

/* NAVİGASYON */
.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  touch-action: manipulation;
  opacity: 0;
  visibility: hidden;
}

.hero-nav.left { left: 1rem; }
.hero-nav.right { right: 1rem; }

@media (min-width: 769px) {
  .hero-slider:hover .hero-nav {
    opacity: 1;
    visibility: visible;
  }
  
  .hero-nav:hover {
    background: rgba(67, 156, 134, 0.9);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 18px rgba(67, 156, 134, 0.4);
  }
}

@media (max-width: 768px) {
  .hero-nav {
    display: none !important;
  }
  .hero-slide.active {
    cursor: pointer;
  }
  
  .hero-slide.active .hero-content {
    pointer-events: none; /* İçerik tıklamaları slide'a geçsin */
  }
  
  .hero-slide.active .hero-btn {
    pointer-events: auto; /* Buton tıklanabilir olsun */
  }
}

/* DOTS + TÜMÜ BUTTON */
.hero-dots-wrapper {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 10;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  pointer-events: auto;
}

.hero-dots {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  flex-shrink: 0;
}

.hero-dots span {
  display: block;
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  
  /* DEĞİŞİKLİK BURADA: */
  overflow: visible !important; /* hidden yerine visible yapıyoruz ki tıklama alanı dışarı taşabilsin */
  
  flex-shrink: 0;
}
.hero-dots span::after {
  content: '';
  position: absolute;
  /* Çizginin 10px üstüne ve 10px altına kadar tıklanabilir alan oluşturur */
  top: -10px; 
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 20; /* Diğer elementlerin üzerine çıkmasını sağlar */
  
  /* Test etmek isterseniz aşağıdaki satırı açıp kırmızı alanı görebilirsiniz */
  /* background: rgba(255, 0, 0, 0.3); */
}

.hero-dots .active-dot {
  background: rgba(255, 255, 255, 0.2);
}

.hero-dots .active-dot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #439c86, #5dc7ae);
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(67, 156, 134, 0.6);
  animation: fillProgress 7s linear forwards;
}

@keyframes fillProgress {
  from { width: 0%; }
  to { width: 100%; }
}

.hero-dots .active-dot.paused::before {
  animation-play-state: paused;
}

.all-button {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  color: white;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  backdrop-filter: blur(5px);
  white-space: nowrap;
  flex-shrink: 0;
}

.all-button:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.all-button .icon-small {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}

.all-button:hover .icon-small {
  transform: translateX(2px);
}

/* RESPONSIVE TASARIM - MOBİL OPTİMİZASYONU */
@media (max-width: 768px) {
  .hero-slider {
    height: 300px;
  }
  
  /* MOBİLDE İÇERİK - DAHA BELİRGİN VE OPTİMİZE */
  .hero-content {
    bottom: 40px;
    left: 5%;
    right: 5%;
    max-width: 90%;
    text-align: left;
    padding: 15px;
    background: rgba(0, 0, 0, 0.65); /* Daha koyu arka plan */
    backdrop-filter: blur(8px);
    border-radius: 10px;
    border-left: 4px solid #439c86;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
  
  .hero-content h1 {
    font-size: 1.5rem; /* Daha büyük ve okunaklı */
    margin-bottom: 0.6rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9); /* Daha belirgin gölge */
    letter-spacing: -0.2px;
  }
  
  /* MOBİLDE BUTON - DAHA KÜÇÜK VE ORANTILI */
  .hero-btn {
    padding: 0.5rem 1rem; /* Daha küçük padding */
    font-size: 0.8rem;
    margin: 0; /* Auto margin'i kaldır */
    display: inline-flex;
    min-height: 36px; /* Minimum yükseklik */
    border: 2px solid rgba(255, 255, 255, 0.25);
  }
  
  .hero-btn .icon-small {
    font-size: 0.9rem; /* İkon boyutu */
  }
  
  /* OVERLAY'İ MOBİLDE DAHA KONTRASTLI YAP */
  .hero-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.5) 40%,
      rgba(0, 0, 0, 0.7) 80%,
      rgba(0, 0, 0, 0.85) 100%
    );
  }
  
  /* BLUR MASKLARINI MOBİLDE DAHA ETKİLİ YAP */
  .slide-image-wrapper .blur-top {
    height: 30%;
    background: linear-gradient(to bottom, 
      rgba(0, 0, 0, 0.85) 0%, 
      rgba(0, 0, 0, 0.6) 60%,
      transparent 100%);
  }
  
  .slide-image-wrapper .blur-bottom {
    height: 30%;
    background: linear-gradient(to top, 
      rgba(0, 0, 0, 0.85) 0%, 
      rgba(0, 0, 0, 0.6) 60%,
      transparent 100%);
  }
  
  .hero-dots-wrapper {
    bottom: 1rem;
    gap: 0.8rem;
    padding: 0.4rem 0.8rem;
    transform: translateX(-50%) scale(0.9);
  }
  
  .hero-dots span {
    width: 25px;
    height: 2.5px;
  }
  
  .all-button {
    padding: 0.3rem 0.7rem;
    font-size: 0.7rem;
  }
  
  .all-button .icon-small {
    font-size: 0.7rem;
  }
  
  .slide-image-wrapper .blur-background img {
    filter: blur(12px) brightness(0.8);
    -webkit-filter: blur(12px) brightness(0.8);
  }
}

@media (max-width: 480px) {
  .hero-slider {
    height: 210px; /* Biraz daha yüksek */
    border-radius: 10px;
  }
  
  .hero-content {
    bottom: 35px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.7);
  }
  
  .hero-content h1 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  
  .hero-btn {
    padding: 0.45rem 0.9rem;
    font-size: 0.75rem;
    min-height: 34px;
  }
  
  /* Çok küçük ekranlarda içerik daha kompakt */
  @media (max-width: 400px) {
    .hero-content {
      padding: 10px;
    }
    
    .hero-content h1 {
      font-size: 1.2rem;
    }
    
    .hero-btn {
      padding: 0.4rem 0.8rem;
      font-size: 0.7rem;
    }
  }
  
  .hero-dots-wrapper {
    bottom: 0.8rem;
    gap: 0.6rem;
    padding: 0.3rem 0.6rem;
    transform: translateX(-50%) scale(0.85);
  }
  
  .hero-dots span {
    width: 20px;
    height: 2px;
  }
  
  .all-button {
    padding: 0.25rem 0.6rem;
    font-size: 0.65rem;
  }
  
  .all-button .icon-small {
    font-size: 0.65rem;
  }
  
  .slide-image-wrapper .blur-background img {
    filter: blur(10px) brightness(0.8);
    -webkit-filter: blur(10px) brightness(0.8);
  }
}

@media (max-width: 360px) {
  .hero-slider {
    height: 300px;
  }
  
  .hero-content {
    bottom: 30px;
    padding: 10px;
  }
  
  .hero-content h1 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
  }
  
  .hero-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
    min-height: 32px;
  }
  
  /* Çok küçük ekranlarda buton ikonunu gizle */
  @media (max-width: 340px) {
    .hero-btn .icon-small {
      display: none;
    }
    
    .hero-btn {
      padding: 0.4rem 0.8rem;
      font-size: 0.7rem;
    }
  }
  
  .hero-dots-wrapper {
    bottom: 0.7rem;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    transform: translateX(-50%) scale(0.8);
  }
  
  .all-button {
    padding: 0.2rem 0.5rem;
    font-size: 0.6rem;
  }
  
  .all-button .icon-small {
    display: none;
  }
}

@media (max-width: 320px) {
  .hero-slider {
    height: 280px;
  }
  
  .hero-content h1 {
    font-size: 1rem;
  }
  
  .hero-dots-wrapper {
    transform: translateX(-50%) scale(0.75);
  }
}

/* MOBİL YATAY MOD İÇİN OPTİMİZASYON */
@media (max-width: 768px) and (orientation: landscape) {
  .hero-slider {
    height: 240px; /* Yatay modda daha kısa */
  }
  
  .hero-content {
    bottom: 30px;
    max-width: 75%; /* Yatayda daha geniş */
    padding: 10px 15px;
  }
  
  .hero-content h1 {
    font-size: 1.2rem;
  }
  
  .hero-btn {
    padding: 0.4rem 0.9rem;
    font-size: 0.75rem;
  }
}

/* MASAÜSTÜ OPTİMİZASYON */
@media (min-width: 992px) {
  .hero-content {
    left: 8%;
    max-width: 700px;
  }
  
  .hero-content h1 {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .hero-content {
    left: 10%;
    max-width: 750px;
  }
  
  .hero-content h1 {
    font-size: 2.4rem;
  }
}

/* PERFORMANS İYİLEŞTİRMELERİ */
@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-content,
  .hero-btn,
  .hero-nav,
  .hero-dots span,
  .hero-dots .active-dot::before,
  .all-button {
    transition: none !important;
    animation: none !important;
  }
}

/* YÜKSEK DPI EKRANLAR İÇİN */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .slide-image-wrapper .main-image img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
[ng-cloak] {
  display: none !important;
}
.text-danger { 
  color: #dc3545; 
}
/* Genel */
.bgGray {
  background-color: #f8f8f8;
  padding: 8px;
  border-radius: 4px;
}
.notice-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Yayınlanma ve Font Butonları */
.publish-info {
  font-size: 0.9rem;
}
.font-buttons a {
  font-size: 1.3rem;
  margin-left: 5px;
}

/* Responsive */
@media (max-width: 767.98px) {
  .font-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 5px;
  }
}

html {
  scroll-behavior: auto !important;
}
.desktop-content-wrapper {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}

.content-fade-in {
  opacity: 0;
  transform: translateY(10px);
}

/* Duyuru Kartı Animasyonu */
.notice-card-transition {
  transition: all 0.3s ease-in-out;
  border-left: 4px solid transparent;
}

.notice-card-transition:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.notice-card-transition.active {
  border-left-color: #007bff;
  background-color: #f8f9fa;
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0,123,255,0.2);
}

/* Mobil Akordeon Animasyonu */
.mobile-accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  padding: 0;
}

.mobile-accordion.expanded {
  max-height: 2000px; /* Yeterince büyük değer */
  padding: 15px 0;
}

.mobile-content-inner {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s;
}

.mobile-accordion.expanded .mobile-content-inner {
  opacity: 1;
  transform: translateY(0);
}

/* Akordeon İkonu Animasyonu */
.accordion-icon {
  transition: transform 0.3s ease-in-out;
  color: #6c757d;
}

.accordion-icon.rotated {
  transform: rotate(180deg);
  color: #007bff;
}

/* Duyuru Kartı Hover Efekti */
.notice-card-clickable:hover .notice-card {
  cursor: pointer;
}

/* Mobil Resim Stili */
.notice-image-mobile {
  max-height: 200px;
  object-fit: cover;
}

/* Paylaşım İkonları Hover */
.share-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease-in-out;
}

.share-icon:hover {
  transform: scale(1.1);
}

/* Loading Animasyonu */
.spinner-border {
  animation: spinner-border 0.75s linear infinite;
}

/* Responsive Düzenlemeler */
@media (max-width: 767px) {
  .notice-card {
    margin-bottom: 0 !important;
  }

  .notice-item-wrapper {
    margin-bottom: 10px;
  }

  .mobile-accordion {
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-top: 5px;
  }
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Duyuru Listesi Container */
.notice-list {
  position: relative;
}

/* Fade-in animasyonu için keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.notice-item-wrapper {
  animation: fadeInUp 0.5s ease-out;
}
.notice-content{
text-align:justify;
}
.notice-content img,
.notice-content-mobile img {
  max-width: 100% !important;
  height: auto !important;
}
.notice-content-desktop {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.notice-content iframe,
.notice-content-mobile iframe {
  max-width: 100% !important;
}

.notice-content table,
.notice-content-mobile table {
  max-width: 100% !important;
  overflow-x: auto;
  display: block;
}

.bgGray {
  background-color: #f8f8f8;
  padding: 8px;
  border-radius: 4px;
}

.notice-content-mobile {
  border: 1px solid #eee;
  border-top: none;
  background-color: #fafafa;
  margin-bottom: 8px;
}

.notice-card.active {
  background-color: #439c86;
  color: white;
}


.notice-card.active .day p {
  color: white !important;
}


.notice-image-big {
  width: 100%;
  height: auto;
  display: block;
}
.notice-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.notice-interaction.bgGray, .notice-share.bgGray {
  background-color: #f5f5f5;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.share-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}


#noticeScrollContainer {
  height: 1200px !important;
  max-height: 1200px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  padding-right: 8px;
  box-sizing: border-box;
  background: transparent;
}

/* İçerik kartlarının kutu içinde düzgün durması için */
#noticeScrollContainer .notice-card {
  width: 100%;
  box-sizing: border-box;
}

/* Scrollbar WebKit (Chrome, Edge, Safari) */
#noticeScrollContainer::-webkit-scrollbar {
  width: 14px; /* büyütüldü */
}
#noticeScrollContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
#noticeScrollContainer::-webkit-scrollbar-thumb {
  background-color: #439c86; /* yeşil ton */
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
#noticeScrollContainer::-webkit-scrollbar-thumb:hover {
  background-color: #367a6c; /* hover için koyu yeşil */
}

/* Firefox */
#noticeScrollContainer {
  scrollbar-width: auto;
  scrollbar-color: #439c86 #f1f1f1;
}


.notice-list { display: block !important; }

/* Mobil cihazlarda küçült */
@media (max-width: 768px) {
  .share-icon {
    width: 20px;
    height: 20px;
  }
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}


.new-notices-indicator {
animation: rotateIn 0.8s ease, bounce 1s infinite;
  position: fixed;
  top: 160px;
  left: 675px;
  transform: translateX(-50%);
  z-index: 1050;
  background: rgba(67, 156, 134, 0.85);
  border-radius: 50px;
  padding: 12px 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  backdrop-filter: blur(4px);
}

.new-notices-indicator .material-symbols-rounded {
  vertical-align: middle;
  margin-right: 8px;
  font-size: 1.4rem;
}

@keyframes slideDown {
  from {
    top: -50px;
    opacity: 0;
  }
  to {
    top: 20px;
    opacity: 1;
  }
}

@keyframes pulse {
  0% { transform: translateX(-50%) scale(1); }
  50% { transform: translateX(-50%) scale(1.05); }
  100% { transform: translateX(-50%) scale(1); }
}

/* Mobilde daha küçük boyut */
@media (max-width: 768px) {
  .new-notices-indicator {
    top: 15px;
    padding: 8px 20px;
    font-size: 0.95rem;
    width: 90%;
    max-width: 350px;
    text-align: center;
  }

  .new-notices-indicator .material-symbols-rounded {
    font-size: 1.2rem;
    margin-right: 6px;
  }
}
/* Yönetim Modülü Stilleri */
#ozel-yonetim-modulu {
  width: 100%;
  position: relative;
  font-family: inherit;
}

/* Container ve Layout */
#ozel-yonetim-modulu .ozel-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

#ozel-yonetim-modulu * {
  box-sizing: border-box;
}

#ozel-yonetim-modulu .layout-wrapper {
  position: relative;
  min-height: 600px;
  width: 100%;
  background-color: #fff;
}

/* Loading State */
#ozel-yonetim-modulu .loading-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #439c86;
  gap: 1rem;
}

#ozel-yonetim-modulu .loading-spinner {
  width: 48px;
  height: 48px;
  border: 5px solid rgba(18, 93, 132, 0.2);
  border-top-color: #439c86;
  border-radius: 50%;
  animation: yonetimSpin 1s linear infinite;
}

@keyframes yonetimSpin {
  to {
    transform: rotate(360deg);
  }
}

/* Grid Layout */
#ozel-yonetim-modulu .main-grid {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  #ozel-yonetim-modulu .main-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
    align-items: start;
    padding-top: 2rem;
  }

  #ozel-yonetim-modulu .sidebar-column {
    position: sticky;
    top: 2rem;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    padding-right: 0.5rem;
  }

  #ozel-yonetim-modulu .sidebar-column::-webkit-scrollbar {
    width: 4px;
  }

  #ozel-yonetim-modulu .sidebar-column::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 4px;
  }
}

/* Sidebar Navigation */
#ozel-yonetim-modulu .sidebar-nav {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  display: none;
}

@media (min-width: 992px) {
  #ozel-yonetim-modulu .sidebar-nav {
    display: block;
  }
}

#ozel-yonetim-modulu .sidebar-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border: none;
  background: transparent;
  text-align: left;
  color: #525252;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  border-left: 4px solid transparent;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f1f1f1;
}

#ozel-yonetim-modulu .sidebar-btn:last-child {
  border-bottom: none;
}

#ozel-yonetim-modulu .sidebar-btn:hover {
  background-color: #fbfbfb;
  color: #439c86;
  padding-left: 1.5rem;
}

#ozel-yonetim-modulu .sidebar-btn.active {
  background-color: rgba(67, 156, 134, 0.08);
  color: #439c86;
  border-left-color: #439c86;
  font-weight: 600;
}

#ozel-yonetim-modulu .sidebar-count {
  background-color: #f3f4f6;
  color: #6b7280;
  font-size: 0.75rem;
  padding: 0.15rem 0.5rem;
  border-radius: 99px;
  transition: all 0.2s;
}

#ozel-yonetim-modulu .sidebar-btn.active .sidebar-count {
  background-color: #439c86;
  color: #fff;
}

/* Mobile Accordion */
#ozel-yonetim-modulu .mobile-accordion-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

@media (min-width: 992px) {
  #ozel-yonetim-modulu .mobile-accordion-btn {
    display: none;
  }
}

#ozel-yonetim-modulu .mobile-accordion-btn.active {
  background-color: #439c86;
  color: #fff;
  border-color: #439c86;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#ozel-yonetim-modulu .acc-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s;
}

#ozel-yonetim-modulu .mobile-accordion-btn.active .acc-icon {
  transform: rotate(180deg);
}

/* Content Area */
#ozel-yonetim-modulu .content-column {
  min-width: 0;
}

/* Tab Panels */
#ozel-yonetim-modulu .tab-panel {
  display: none;
  animation: yonetimFadeIn 0.4s ease;
}

@keyframes yonetimFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  #ozel-yonetim-modulu .tab-panel.active {
    display: block;
  }
}

@media (max-width: 991px) {
  #ozel-yonetim-modulu .tab-panel {
    display: block !important;
    margin-bottom: 0.5rem;
  }

  #ozel-yonetim-modulu .tab-panel-inner {
    display: none;
    background: #fff;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    margin-bottom: 1rem;
  }

  #ozel-yonetim-modulu .tab-panel.active .tab-panel-inner {
    display: block;
    animation: yonetimSlideDown 0.3s ease-out;
  }
}

@keyframes yonetimSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Breadcrumb */
#ozel-yonetim-modulu .modul-breadcrumb {
  display: none;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #a3a3a3;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  #ozel-yonetim-modulu .modul-breadcrumb {
    display: flex;
  }
}

#ozel-yonetim-modulu .breadcrumb-active {
  color: #404040;
  font-weight: 500;
}

/* Cards Grid */
#ozel-yonetim-modulu .cards-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  #ozel-yonetim-modulu .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1400px) {
  #ozel-yonetim-modulu .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Personnel Card */
#ozel-yonetim-modulu .personnel-card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#ozel-yonetim-modulu .personnel-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: #439c86;
}

#ozel-yonetim-modulu .card-top-line {
  height: 4px;
  background: linear-gradient(to right, #e5e5e5, #f5f5f5);
  transition: 0.3s;
}

#ozel-yonetim-modulu .personnel-card:hover .card-top-line {
  background: #439c86;
}

#ozel-yonetim-modulu .card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  background: url(https://cdn.istanbul.edu.tr/FileHandler2.ashx?f=iusiyahbeyazlogo.png);
  background-size: contain;
  background-position: center;
  filter: brightness(0.97);
  background-repeat: no-repeat;
}

#ozel-yonetim-modulu .card-body:hover {
  filter: brightness(0.93);
}

#ozel-yonetim-modulu .card-header {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

#ozel-yonetim-modulu .card-image {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.75rem;
  object-fit: contain;
  object-position: top center;
  border: 2px solid #f3f4f6;
  margin: 0;
  flex-shrink: 0;
  display: block;
  background-color: #fff;
}

#ozel-yonetim-modulu .card-info {
  flex: 1;
  min-width: 0;
}

#ozel-yonetim-modulu .card-unvan {
  font-size: 0.75rem;
  color: #737373;
  font-weight: 600;
  display: block;
  margin-bottom: 0.2rem;
}

#ozel-yonetim-modulu .card-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.3;
  margin: 0;
}

#ozel-yonetim-modulu .card-badge {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.2rem 0.6rem;
  font-size: 0.7rem;
  border-radius: 99px;
  background: #ecfdf5;
  color: #047857;
}

#ozel-yonetim-modulu .card-details {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
}

/* Bölüm Yazısı */
#ozel-yonetim-modulu .card-bolum {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0 0 0.75rem 0;
  display: block;
}

/* Telefon Alanı */
#ozel-yonetim-modulu .phone-row {
  margin-top: 0.5rem;
}

#ozel-yonetim-modulu .info-action-btn {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  color: #4b5563;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  font-family: inherit;
  justify-content: space-between;
}

#ozel-yonetim-modulu .info-action-btn:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
  color: #111827;
}

#ozel-yonetim-modulu .info-action-btn:active {
  background-color: #e5e7eb;
}

#ozel-yonetim-modulu .info-text-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  overflow: hidden;
}

#ozel-yonetim-modulu .info-label {
  font-weight: 600;
  color: #374151;
}

/* Card Actions */
#ozel-yonetim-modulu .card-actions-grid {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

#ozel-yonetim-modulu .modul-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 500;
  border: none;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

#ozel-yonetim-modulu .btn-secondary {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}

#ozel-yonetim-modulu .btn-secondary:hover {
  background: #e5e7eb;
  color: #111;
  border-color: #d1d5db;
}

#ozel-yonetim-modulu .btn-primary {
  background: #439c86;
  color: #fff;
}

#ozel-yonetim-modulu .btn-primary:hover {
  background: #36806d;
}

/* Toast Notification */
#ozel-yonetim-modulu .toast-notification {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 99px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  animation: toastPop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes toastPop {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* Ikon Stilleri */
#ozel-yonetim-modulu .btn-icon {
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  display: flex;
  align-items: center;
}

#ozel-yonetim-modulu .toast-icon {
  color: #4ade80;
  font-size: 20px;
}

#ozel-yonetim-modulu .breadcrumb-arrow-icon {
  display: flex;
  align-items: center;
}

#ozel-yonetim-modulu .dahili-separator {
  color: #9ca3af;
  margin: 0 3px;
}

#ozel-yonetim-modulu .phone-icon-left {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  color: #4b5563;
  flex-shrink: 0;
}

#ozel-yonetim-modulu .info-copy-icon {
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  flex-shrink: 0;
  opacity: 0.5;
  color: #439c86;
  cursor: pointer;
}

#ozel-yonetim-modulu .info-action-btn:hover .info-copy-icon {
  opacity: 1;
}

#ozel-yonetim-modulu .primary-btn-icon {
  width: 14px;
  margin-left: auto;
}

#ozel-yonetim-modulu .secondary-btn-icon {
  width: 14px;
  margin-left: auto;
  opacity: 0.6;
}
.horizontal-calendar {
  overflow: hidden;
}

.calendar-container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(31, 1fr);
  width: 100%;
  gap: 0rem !important;
  position: relative;
}

.calendar-day {
  flex: 1 1 auto;
  max-width: none;
  padding: 8px 2px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  margin: 0 2px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: visible;
  z-index: 1;
  /* Çerçeve için yer ayrıldı, böylece eklenince kayma olmaz */
  border: 2px solid transparent;
}

.calendar-day:hover {
  background-color: #f8f9fa;
}

.calendar-day.has-event {
  background-color: #e6f7ff !important;
  border-color: #91d5ff !important;
}

.calendar-day.active {
  background-color: #1890ff;
  color: white;
  border-color: #0056b3;
}

.calendar-day.today {
  font-weight: 700;
  border: 2px solid #dc3545;
}

.day-name {
  font-size: 0.7rem;
  text-transform: uppercase;
}

.calendar-container::-webkit-scrollbar {
  height: 6px;
}

.calendar-container::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 10px;
}

.calendar-container::-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 10px;
}

.calendar-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.calendar-day .badge {
  font-size: 0.65rem;
  padding: 2px 5px;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  top: 2px;
  right: -2px;
  z-index: 10;
  pointer-events: none;
}

.event-card .card-body {
  padding: 1.5rem;
}

.event-date {
  font-weight: 600;
  color: #6c757d !important;
  margin-bottom: 0.5rem;
  text-align: left;
}

.event-link .event-titleAll {
  color: #000;
  transition: color 0.3s;
}

.event-link:hover .event-titleAll {
  color: var(--primary-color);
}

.event-card img {
  max-width: 100%;
  height: auto;
  margin-top: 0.5rem;
}

.event-image {
  position: relative;
  overflow: hidden;
}

.btnnextandprevbg {
  color: #439c86 !important;
}

.nextprevfont {
  font-size: 32px !important;
}



@media (max-width: 768px) {
  .calendar-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .calendar-days {
    display: flex;
    flex-wrap: nowrap;
  }

  .calendar-day {
    flex: 0 0 auto;
    min-width: 55px;
    padding: 6px 1px;
  }

  .day-number {
    font-size: 1rem;
  }

  .day-name {
    font-size: 0.6rem;
  }

  .horizontal-calendar {
    overflow: visible !important;
  }

  .horizontal-calendar .calendar-header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }


  section.news-section .horizontal-calendar .calendar-header h5 {

    display: block !important;
    visibility: visible !important;
    position: static !important;
    opacity: 1 !important;

    order: -1 !important; 
    

    font-size: 1.1rem !important;
    color: #000000 !important;
    height: auto !important;
    line-height: 1.5 !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 0.5rem !important;
  }
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
body{}
/* İdari Kadro Modülü Stilleri */
#idari-kadro-modulu {
  width: 100%;
  position: relative;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

/* Container ve Layout */
#idari-kadro-modulu .ozel-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

#idari-kadro-modulu * {
  box-sizing: border-box;
}

#idari-kadro-modulu .layout-wrapper {
  position: relative;
  min-height: 600px;
  width: 100%;
  background-color: #fff;
}

/* Loading State */
#idari-kadro-modulu .loading-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #439c86;
  gap: 1rem;
}

#idari-kadro-modulu .loading-spinner {
  width: 48px;
  height: 48px;
  border: 5px solid rgba(18, 93, 132, 0.2);
  border-top-color: #439c86;
  border-radius: 50%;
  animation: idariSpin 1s linear infinite;
}

@keyframes idariSpin {
  to {
    transform: rotate(360deg);
  }
}

/* Grid Layout */
#idari-kadro-modulu .main-grid {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  #idari-kadro-modulu .main-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
    align-items: start;
    padding-top: 2rem;
  }

  #idari-kadro-modulu .sidebar-column {
    position: sticky;
    top: 2rem;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    padding-right: 0.5rem;
  }

  #idari-kadro-modulu .sidebar-column::-webkit-scrollbar {
    width: 4px;
  }

  #idari-kadro-modulu .sidebar-column::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 4px;
  }
}

/* Sidebar Navigation */
#idari-kadro-modulu .sidebar-nav {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  display: none;
}

@media (min-width: 992px) {
  #idari-kadro-modulu .sidebar-nav {
    display: block;
  }
}

#idari-kadro-modulu .sidebar-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border: none;
  background: transparent;
  text-align: left;
  color: #525252;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  border-left: 4px solid transparent;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f1f1f1;
}

#idari-kadro-modulu .sidebar-btn:last-child {
  border-bottom: none;
}

#idari-kadro-modulu .sidebar-btn:hover {
  background-color: #fbfbfb;
  color: #439c86;
  padding-left: 1.5rem;
}

#idari-kadro-modulu .sidebar-btn.active {
  background-color: rgba(67, 156, 134, 0.08);
  color: #439c86;
  border-left-color: #439c86;
  font-weight: 600;
}

#idari-kadro-modulu .sidebar-count {
  background-color: #f3f4f6;
  color: #6b7280;
  font-size: 0.75rem;
  padding: 0.15rem 0.5rem;
  border-radius: 99px;
  transition: all 0.2s;
}

#idari-kadro-modulu .sidebar-btn.active .sidebar-count {
  background-color: #439c86;
  color: #fff;
}

/* Mobile Accordion */
#idari-kadro-modulu .mobile-accordion-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

@media (min-width: 992px) {
  #idari-kadro-modulu .mobile-accordion-btn {
    display: none;
  }
}

#idari-kadro-modulu .mobile-accordion-btn.active {
  background-color: #439c86;
  color: #fff;
  border-color: #439c86;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#idari-kadro-modulu .acc-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s;
}

#idari-kadro-modulu .mobile-accordion-btn.active .acc-icon {
  transform: rotate(180deg);
}

/* Content Area */
#idari-kadro-modulu .content-column {
  min-width: 0;
}

/* Tab Panels */
#idari-kadro-modulu .tab-panel {
  display: none;
  animation: idariFadeIn 0.4s ease;
}

@keyframes idariFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  #idari-kadro-modulu .tab-panel.active {
    display: block;
  }
}

@media (max-width: 991px) {
  #idari-kadro-modulu .tab-panel {
    display: block !important;
    margin-bottom: 0.5rem;
  }

  #idari-kadro-modulu .tab-panel-inner {
    display: none;
    background: #fff;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    margin-bottom: 1rem;
  }

  #idari-kadro-modulu .tab-panel.active .tab-panel-inner {
    display: block;
    animation: idariSlideDown 0.3s ease-out;
  }
}

@keyframes idariSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header and Breadcrumb */
#idari-kadro-modulu .modul-header-row {
  margin-bottom: 1.5rem;
}

#idari-kadro-modulu .modul-breadcrumb {
  display: none;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #a3a3a3;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  #idari-kadro-modulu .modul-breadcrumb {
    display: flex;
  }
}

#idari-kadro-modulu .breadcrumb-active {
  color: #404040;
  font-weight: 500;
}

/* Search */
#idari-kadro-modulu .search-container {
  position: relative;
  margin-bottom: 1.5rem;
}

#idari-kadro-modulu .search-input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.2s;
  background-color: #f9fafb;
  font-family: inherit;
  color: #1f2937;
}

#idari-kadro-modulu .search-input:focus {
  border-color: #439c86;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(67, 156, 134, 0.1);
}

#idari-kadro-modulu .search-status-text {
  padding: 0.5rem 1rem;
  color: #047857;
  font-weight: 600;
  font-size: 0.9rem;
  background: #ecfdf5;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #6ee7b7;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Cards Grid */
#idari-kadro-modulu .cards-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  #idari-kadro-modulu .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1400px) {
  #idari-kadro-modulu .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Personnel Card */
#idari-kadro-modulu .personnel-card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#idari-kadro-modulu .personnel-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: #439c86;
}

#idari-kadro-modulu .card-top-line {
  height: 4px;
  background: linear-gradient(to right, #e5e5e5, #f5f5f5);
  transition: 0.3s;
}

#idari-kadro-modulu .personnel-card:hover .card-top-line {
  background: #439c86;
}


#idari-kadro-modulu .card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  background: url(https://cdn.istanbul.edu.tr/FileHandler2.ashx?f=iusiyahbeyazlogo.png);
  background-size: contain;
  background-position: center;
  filter: brightness(0.97);
  background-repeat: no-repeat;
}

#idari-kadro-modulu .card-body:hover {
  filter: brightness(0.93);
}

#idari-kadro-modulu .card-header {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

#idari-kadro-modulu .card-image {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.75rem;
  object-fit: contain;
  object-position: top center;
  border: 2px solid #f3f4f6;
  margin: 0;
  flex-shrink: 0;
  display: block;
  background-color: #fff;
}

#idari-kadro-modulu .card-info {
  flex: 1;
  min-width: 0;
}

#idari-kadro-modulu .card-unvan {
  font-size: 0.75rem;
  color: #737373;
  font-weight: 600;
  display: block;
  margin-bottom: 0.2rem;
}

#idari-kadro-modulu .card-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.3;
  margin: 0;
}

#idari-kadro-modulu .card-badge {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.2rem 0.6rem;
  font-size: 0.7rem;
  border-radius: 99px;
  background: #ecfdf5;
  color: #047857;
}

#idari-kadro-modulu .card-details {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
}

/* Phone Section */
#idari-kadro-modulu .phone-row {
  margin-top: 0.5rem;
}

#idari-kadro-modulu .info-action-btn {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  color: #4b5563;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  font-family: inherit;
  justify-content: space-between;
}

#idari-kadro-modulu .info-action-btn:hover {
background-color: #f3f4f6;
    border-color: #d1d5db;
    color: #111827;
}

#idari-kadro-modulu .info-action-btn:active {
  background-color: #e5e7eb;
}

#idari-kadro-modulu .info-text-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
  overflow: hidden;
}

#idari-kadro-modulu .info-label {
  font-weight: 600;
  color: #374151;
  font-size: 0.8rem;
}

/* Card Actions */
#idari-kadro-modulu .card-actions-grid {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

#idari-kadro-modulu .modul-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 500;
  border: none;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

#idari-kadro-modulu .btn-secondary {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}

#idari-kadro-modulu .btn-secondary:hover {
  background: #e5e7eb;
  color: #111;
  border-color: #d1d5db;
}

#idari-kadro-modulu .btn-primary {
  background: #439c86;
  color: #fff;
}

#idari-kadro-modulu .btn-primary:hover {
  background: #36806d;
}

/* Toast Notification */
#idari-kadro-modulu .toast-notification {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 99px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  animation: toastPop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes toastPop {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* Özel Buton Stilleri */
#idari-kadro-modulu .phone-btn:hover {
 background-color: #f3f4f6;
    border-color: #d1d5db;
    color: #111827;
}

#idari-kadro-modulu .phone-btn:hover .phone-icon-left {
  color: #4b5563;
}

#idari-kadro-modulu .profile-btn:hover {
  background-color: #2d7a68;
  /*box-shadow: 0 4px 12px rgba(67, 156, 134, 0.3);*/
}

#idari-kadro-modulu .email-btn:hover {
  background-color: #e5e7eb;
  border-color: #d1d5db;
  color: #111827;
}

#idari-kadro-modulu .email-btn:hover .secondary-btn-icon {
  opacity: 1;
  color: #374151;
}

/* Ikon Stilleri */
#idari-kadro-modulu .btn-icon {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
}

#idari-kadro-modulu .toast-icon {
  color: #4ade80;
  font-size: 20px;
}

#idari-kadro-modulu .breadcrumb-arrow-icon {
  display: flex;
  align-items: center;
  font-size: 16px;
}

#idari-kadro-modulu .search-icon {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
}

#idari-kadro-modulu .search-status-icon {
  font-size: 18px;
}

#idari-kadro-modulu .dahili-separator {
  color: #9ca3af;
  margin: 0 3px;
}

#idari-kadro-modulu .phone-icon-left {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  color: #4b5563;
  flex-shrink: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
}

#idari-kadro-modulu .info-copy-icon {
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  flex-shrink: 0;
  opacity: 0.5;
  color: #439c86;
  font-size: 16px;
  cursor: pointer;
}

#idari-kadro-modulu .info-action-btn:hover .info-copy-icon {
  opacity: 1;
}

#idari-kadro-modulu .primary-btn-icon {
  width: 14px;
  margin-left: auto;
  font-size: 14px;
}

#idari-kadro-modulu .secondary-btn-icon {
  width: 14px;
  margin-left: auto;
  opacity: 0.6;
  font-size: 14px;
}
.event-card-logo {
  position: absolute;
  bottom: -96px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  
}

.event-card-logo img {
  height: 120px;
  width: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0.2;
}

/* Hover efekti (hafif canlansın) */
.event-card-logo:hover img {
  opacity: 0.5;
  /*transform: scale(1.05);*/
}
/* Tooltip */
.event-card-logo::before {
  content: attr(title);
  position: absolute;
  bottom: 40px; /* logonun üstü */
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #221f1f;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* Hover */
.event-card-logo:hover::before {
  opacity: 0.9;
  /*transform: translateX(-50%) translateY(-5px);*/
}






.horizontal-calendar {
  overflow: hidden;
}

.calendar-container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(31, 1fr);
  width: 100%;
  gap: 0rem !important;
  position: relative;
}

.calendar-day {
  flex: 1 1 auto;
  max-width: none;
  padding: 8px 2px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  margin: 0 2px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: visible;
  z-index: 1;
  /* Çerçeve için yer ayrıldı, böylece eklenince kayma olmaz */
  border: 2px solid transparent;
}

.calendar-day:hover {
  background-color: #f8f9fa;
}

.calendar-day.has-event {
  background-color: #e6f7ff !important;
  border-color: #91d5ff !important;
}

.calendar-day.active {
  background-color: #1890ff;
  color: white;
  border-color: #0056b3;
}

.calendar-day.today {
  font-weight: 700;
  border: 2px solid #dc3545;
  background-color:var(--gold)!important;
  border-color:var(--gold)!important;
}

.calendar-day span {
background-color:var(--gold)!important;

}
.day-name {
  font-size: 0.7rem;
  text-transform: uppercase;
}

.calendar-container::-webkit-scrollbar {
  height: 6px;
}

.calendar-container::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 10px;
}

.calendar-container::-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 10px;
}

.calendar-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.calendar-day .badge {
  font-size: 0.65rem;
  padding: 2px 5px;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  top: 2px;
  right: -2px;
  z-index: 10;
  pointer-events: none;
}

.event-card .card-body {
  padding: 1.5rem;
}

.event-date {
  font-weight: 600;
  color: #6c757d !important;
  margin-bottom: 0.5rem;
  text-align: left;
}

.event-link .event-titleAll {
  color: #000;
  transition: color 0.3s;
}

.event-link:hover .event-titleAll {
  color: var(--primary-color);
}

.event-card img {
  max-width: 100%;
  height: auto;
  /*margin-top: 0.5rem;*/
}

.event-card .btn-group{display:none!important;}

.event-image {
  position: relative;
  overflow: hidden;
}

.btnnextandprevbg {
  color: #439c86 !important;
}

.nextprevfont {
  font-size: 32px !important;
}



@media (max-width: 768px) {
  .calendar-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .calendar-days {
    display: flex;
    flex-wrap: nowrap;
  }

  .calendar-day {
    flex: 0 0 auto;
    min-width: 55px;
    padding: 6px 1px;
  }

  .day-number {
    font-size: 1rem;
  }

  .day-name {
    font-size: 0.6rem;
  }

  .horizontal-calendar {
    overflow: visible !important;
  }

  .horizontal-calendar .calendar-header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }


  section.news-section .horizontal-calendar .calendar-header h5 {

    display: block !important;
    visibility: visible !important;
    position: static !important;
    opacity: 1 !important;

    order: -1 !important; 
    

    font-size: 1.1rem !important;
    color: #000000 !important;
    height: auto !important;
    line-height: 1.5 !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 0.5rem !important;
  }
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
.section-title2 {
  position: relative;
  display: inline-block;
  font-size: 1.75rem; /* ≈ 28px */
  font-weight: 600;
  color: #010101; /* Kurumsal lacivert ton */
  margin-bottom: 1.5rem;
  padding-bottom: 0.4rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

/* Altında modern çizgi efekti */
.section-title2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #439c86; /* Butonlarla aynı mavi tonu */
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* Hover’da çizgi uzar, başlık biraz parlar */
.section-title2:hover {
  color: #00264d;
}
.section-title2:hover::after {
  width: 120px;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .section-title2 {
    font-size: 1.4rem;
  }
}




.accordion-button:not(.collapsed) {
    color: #ffffff!important;
    background-color: #439c86!important;
}

.card a {
    display: inline!important;
}

/* Webkit tabanlı tarayıcılar (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #439c86;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: #368571;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #439c86 #f1f1f1;
}

.apps-menu {
    background-color: #f2f2f2fa!important;
}

.btn-group a.text-primary:hover {
    background-color: #d8d8d9!important;
    color: #2f2f2f !important;
}

.oval-image-wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  aspect-ratio: 1 / 1; /* daima kare alan oluşturur */
  overflow: hidden;
  border-radius: 5%; /* tam oval/daire formu */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border: 6px solid #fff;
  background: #f8f9fa;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oval-image-wrapper:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.oval-image {
  width: 100%;
  height: 100%!important;
  object-fit: cover; /* taşmadan, orantılı şekilde sığdırır */
  object-position: center; /* ortalayarak keser */
  display: block;
}

.cardyonetim {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Tek tek renk ataması */
.cardyonetim:nth-child(odd) {
  background: #ffffff; /* Beyaz kartlar */
}

.cardyonetim:nth-child(even) {
  background: #f2f4f6; /* Gri kartlar */
}
.cardyonetim:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.cardyonetim h2, 
.cardyonetim h3, 
.cardyonetim h5 {
  color: #000000;
  transition: color 0.3s ease;
}

.cardyonetim:hover h5 a {
  color: #439c86 !important;
}

.cardyonetim a {
  text-decoration: none;
  color: inherit;
}

.cardyonetim .btn-outline-primary {
  border-radius: 50px;
  padding: 6px 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cardyonetim .btn-outline-primary:hover {
  background-color: #439c86;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(13,110,253,0.3);
}

@media (max-width: 768px) {
  .cardyonetim .row.align-items-center {
    flex-wrap: wrap;
    text-align: center;
  }
  .cardyonetim .text-md-end {
    text-align: center !important;
    margin-top: 10px;
  }
}

.table td, 
.table th {
  vertical-align: middle !important;
}

/* Butonun görünürlük animasyonu */
.scroll {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.scroll--active {
  opacity: 1;
  visibility: visible;
}

/* Butonun kendisi */
.top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #000;
  cursor: pointer;
  z-index: 999;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: none;
}

.top-btn .material-symbols-rounded {
  font-size: 28px;
  color: #fff;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Buton hover efekti */
.scroll--active .top-btn:hover {
  transform: translateY(-6px);
  background-color: #439c86; /* var(--primary-color) yerine direkt renk */
}

.scroll--active .top-btn:hover .material-symbols-rounded {
  color: #fff;
}

/* Tooltip */
.tooltip {
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.top-btn:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
  .top-btn {
    width: 40px;
    bottom: 20px;
    right: 20px;
  }
  .top-btn .material-symbols-rounded {
    font-size: 22px;
  }
}
.border-1 {
 transition: border-color 0.3s ease, box-shadow 0.3s ease, border-width 0.4s ease!important;
}

.card-hovertxt:hover {
  border-color: #439c86 !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, border-width 0.4s ease;
  box-shadow: 0 0 8px rgba(67, 156, 134, 0.3);
}


.card-hovertxt {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.card-hovertxt:hover {
  transform: translateY(-3px);
}


.card-hovertxt::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
background: linear-gradient(
  120deg,
  rgba(67, 156, 134, 0) 0%,
  rgba(67, 156, 134, 0.5) 50%,
  rgba(67, 156, 134, 0) 100%
);
  filter: blur(4px);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}


.card-hovertxt:hover::before {
  animation: light-sweep 0.7s ease-out forwards;
  opacity: 1;
}

@keyframes light-sweep {
  0% {
    left: -75%;
    opacity: 1;
  }
  60% {
    left: 120%;
    opacity: 0.9;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}



/* Genel */
.bgGray {
  background-color: #f8f8f8;
  padding: 8px;
  border-radius: 4px;
}
.notice-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Yayınlanma ve Font Butonları */
.publish-info {
  font-size: 0.9rem;
}
.font-buttons a {
  font-size: 1.3rem;
  margin-left: 5px;
}

/* Responsive */
@media (max-width: 767.98px) {
  .font-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 5px;
  }
}


body {
    background-color: #f5f5f5;
    color: #333;
    line-height: 1.6;
}

.content {
    max-width: 1200px;

}

.cookie-banner {
    position: fixed;
    bottom: 20px; 
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: rgba(248, 249, 250,0.90); 
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    z-index: 9999999!important;
    animation: slideUp 0.5s ease-out;
}

.cookie-content {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px;
}

.cookie-icon {
    flex: 0 0 50px;
    color: #000; 
    margin-right: 15px;
}

.cookie-text {
    flex: 1;
}

.cookie-text h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #000; 
}

.cookie-text p {
    font-size: 16px;
    color: #000; 
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    margin-left: 20px;
}

.btn-accept, .btn-reject {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #4a6cf7;
    color: white;
}

.btn-accept:hover {
    background-color: #3a5ce5;
}

.btn-reject {
    background-color: #555555; /* Daha koyu gri buton */
    color: white; /* Beyaz yazı */
}

.btn-reject:hover {
    background-color: #444444; /* Hover durumunda daha koyu */
}

@keyframes slideUp {
    from {
        transform: translate(-50%, 100px);
        opacity: 0;
    }
    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .cookie-buttons {
        margin-left: 0;
        margin-top: 15px;
        justify-content: center;
        width: 100%;
    }
    
    .btn-accept, .btn-reject {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        bottom: 0;
        width: 100%;
        border-radius: 12px 12px 0 0;
    }
    
    .cookie-content {
        padding: 15px;
    }
    
    .cookie-buttons {
        flex-direction: column;
    }
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     

.project-image-container {
  position: relative;
  height: 16rem;
  overflow: hidden;
  border-radius: 8px;
}

.project-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.05) translateX(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 1;
}

.project-image.active {
  opacity: 1;
  transform: scale(1) translateX(0);
  z-index: 2;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.project-link {
  display: block;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.project-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(67, 156, 134, 0.1), transparent);
  transition: left 0.5s ease;
}

.project-link:hover::before {
  left: 100%;
}

.project-link:hover {
  background-color: rgba(67, 156, 134, 0.1);
  transform: translateX(5px);
}

.project-link.active {
  background-color: rgba(67, 156, 134, 0.2);
  transform: translateX(5px);
}

.project-icon {
  color: var(--gold);
  transition: all 0.3s ease;
}

.project-link:hover .project-icon,
.project-link.active .project-icon {
  transform: translateX(5px) rotate(5deg);
  color: var(--primary-color);
}

/* Responsive */
@media (min-width: 992px) {
  .project-image-container { height: 26rem; }
}

/* ================= GENEL ================= */
.duyurukutusu {
    background-color: var(--bg-light);
}

.card,
.card:hover {
    box-shadow: none !important;
}

.nav-tabs {
    border-bottom: 0 !important;
}


/* ================= TAB KAPSAYICI ================= */
.notice-tabs {
    display: flex;
}

.enhanced-tabs {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    border-bottom: 0;
}


/* ================= TAB LİNK ================= */
.notice-tabs .nav-link {
    cursor: pointer;
    font-weight: 600;
}

.enhanced-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    color: #555;
    background: #f9f9f9;
    border: 1px solid transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease;
}


/* ================= ICON ================= */
.enhanced-tabs .tab-icon {
    font-size: 20px;
    color: #B8860B;
}


/* ================= HOVER ================= */
.enhanced-tabs .nav-link:hover {
    background: #f1f1f1;
    color: #B8860B;
}


/* ================= ACTIVE ================= */
.notice-tabs .nav-link.active {
    color: #292c2f;
}

.enhanced-tabs .nav-link.active {
    background: #ffffff;
    color: #B8860B;
    border-color: #B8860B #B8860B #ffffff;
    border-bottom-width: 2px;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.08);
}


/* ================= MOBİL ================= */
@media (max-width: 768px) {
    .enhanced-tabs {
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .enhanced-tabs .nav-link {
        padding: 10px;
        font-size: 0.9rem;
    }

    .enhanced-tabs .tab-icon {
        font-size: 18px;
    }
}

/* Gallery */
.gallery {
  float: left;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  *width: 25%;
  padding: 10px 5px 10px 5px;
  text-decoration: none;
}
.gallery .gallery-item .image {
  width: 100%;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-item .image a {
  display: block;
}
.gallery .gallery-item .image:after,
.gallery .gallery-item .image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
.gallery .gallery-item .image:before {
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gallery .gallery-item .image:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.gallery .gallery-item .image img {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.gallery .gallery-item .image .gallery-item-controls {
  position: absolute;
  right: -60px;
  top: 3px;
  display: block;
  list-style: none;
  padding: 0px;
  z-index: 2;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gallery .gallery-item .image .gallery-item-controls li {
  float: left;
  list-style: none;
  background: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
}
.gallery .gallery-item .image .gallery-item-controls li .check {
  margin: 4px 0px;
}
.gallery .gallery-item .image .gallery-item-controls li .icheckbox_minimal-grey {
  margin-right: 0px;
}
.gallery .gallery-item .image .gallery-item-controls li a,
.gallery .gallery-item .image .gallery-item-controls li span {
  font-size: 17px;
  color: #BBB;
}
.gallery .gallery-item .image .gallery-item-controls li a:hover,
.gallery .gallery-item .image .gallery-item-controls li span:hover {
  color: #656d78;
}
.gallery .gallery-item .image .gallery-item-controls li:first-child {
  -moz-border-radius: 0px 0px 0px 3px;
  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
.gallery .gallery-item .image .gallery-item-controls li:hover {
  background: #F5F5F5;
}
.gallery .gallery-item .meta {
  color: #656d78;
  margin-top: 5px;
  line-height: 16px;
  padding: 0px 5px;
}
.gallery .gallery-item .meta strong {
  display: block;
  font-weight: 600;
  font-size: 13px;
}
.gallery .gallery-item .meta span {
  display: block;
  color: #99a0aa;
}
.gallery .gallery-item:hover .image .gallery-item-controls {
  right: 3px;
}
.gallery .gallery-item.active .image {
  -moz-box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
  box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
}
.gallery .gallery-item.active .image .gallery-item-controls {
  right: 3px;
}
/* end Gallery */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      