html{overflow-y:scroll;overflow-x:hidden;height:100%; font-family: 'Montserrat', sans-serif !important;}
body{margin:0px; font-display:fallback; font-family: 'Montserrat', sans-serif !important; background: #f2ece1; font-weight:400;font-size:15px;color:#455062; outline:none; min-height:100%;}
.uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge, .uk-text-small, .uk-text-large, .uk-text-lead, h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif !important;}

a{text-decoration:none;color:#303f6c;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-transition:all 0.2s ease-out;}
a:hover{text-decoration:none;color:#000;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-transition:all 0.2s ease-out;}

h1 {font-family: 'Montserrat', sans-serif;}

.uk-button{text-transform: none !important;}
.uk-card-primary.uk-card-body, .uk-card-primary>:not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary>:not([class*=uk-card-media]), .uk-light, .uk-offcanvas-bar, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color){color:#fff !important;}

.kaushan-font{font-family: 'Kaushan Script', cursive !important;}

.slogan-1{
  font-family: 'Kaushan Script', cursive !important;
  font-size: 2.2rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.0;
}

.tabbed-slider {
  padding: 0px;
}

.tabbed-slider-tabs {
  margin-bottom: 16px;
}

.tabbed-slider-tabs > li > a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px !important;
  letter-spacing: 0.3px;
  background: #fff;
  color: #0e1a2b;
  border-radius: 6px;
  padding: 5px !important;
  box-shadow: none;
  border: 1px solid transparent;
  text-decoration: none;
}

.tabbed-slider-tabs > li.uk-active > a {
  background: #b79f74;
  color: #fff;
}

.tabbed-slider-tabs > li > a:hover,
.tabbed-slider-tabs > li > a:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.tab-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  height: 100%;
}

.tab-card-image {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.tab-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tab-card-play {
  position: absolute;
  bottom: 14px;
  right: 14px;
  color: #fff;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.tab-card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.tab-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #70695e;
}

.tab-card-link-area {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.tab-card-button {
  color: #70695e;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tab-card-button:hover {
  text-decoration: none;
}

.tab-card-link {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

.tab-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #dad5cc;
  color: #70695e;
}

.tab-arrow {
  top: -36px;
}

@media (max-width: 960px) {
  .tab-card {
    min-height: 300px;
  }
}
.slogan-2{
  font-size: 2.2rem;
  font-weight: 700;
  margin: 15px 0 0 0;
  line-height: 1.2;
}

.slogan-3{
    font-family: 'Kaushan Script', cursive !important;
    font-size: 2.2rem;
    font-weight: 300;
    margin: -20px 0 0 0;
    line-height: 1.4;
    transform: rotate(-3deg) !important;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  

.incesu-bg{
  background-color: #f00060;
  padding: 10px 25px;
  display: inline-block;
  color: #fff !important;
}
.uk-offcanvas-overlay::before{background: rgba(255, 255, 255, 0.8) !important;}
.header-container-pd{padding: 0 5px;}
.sticky {
position: fixed !important;
z-index:1001;
margin-top: 0px;
-moz-transition: all 0.2s ease-out;	-o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}

.logo{position: absolute; transform: translate(-50%, -20%); display: inline-block; width: 120px; height: 120px;}
.sticky .logo{ transform: translate(-50%, -25%); width: 100px; height: 100px;}

.header-absolute{-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-transition:all 0.2s ease-out; z-index: 981; width: 100%; position: absolute;  }

address, dl, fieldset, figure, ol, p, pre, ul{margin-bottom: 0px !important;}
.uk-breadcrumb>*>*{color: #727374 !important; font-size: 13px !important;}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
content: "/";
color: #727374;
}

.uk-open>.uk-accordion-title::before {
background-image: none;
content: "↑";
color: #e0640c;
}

.uk-accordion-title::before {
background-image: none;
content: "↓";
color: #e0640c;
}

.uk-dotnav>*>*{background-color:#e7e7e771 !important; width: 15px; height: 15px;}
.uk-dotnav>.uk-active>*{background-color:#fff !important}

.uk-navbar-nav>li>a{ color: #fff; font-size: 12px; margin: 0px 5px 10px 5px; font-weight: 500;}
.uk-navbar-nav>li.uk-active>a{ color: #fff; font-size: 12px;}

.header-grid{margin: 0px 25px 0 0 !important;}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a[aria-expanded=true]{color: #a1daf7;}

.section-title{font-size: 25px; font-weight: 600; color: #001533; }
.slider-circle-arrow-left{background: #2f3948; border-radius: 50%;  width: 30px; line-height: 17px; height: 30px; top: -15px !important; right: 40px !important; color: #fff !important;}
.slider-circle-arrow-right{background: #2f3948; border-radius: 50%; width: 30px; line-height: 17px; height:30px; top: -15px !important; right: 0px !important; color: #fff !important;}
.uk-text-blue{color: #0e1a2b !important;}
.uk-text-white{color: #fff !important;}
.uk-text-black{color: #000 !important;}
.project-title{font-size: 35px; font-weight: 400; margin-bottom: 18px; color: #0e1a2b !important;}
.project-description{font-size: 16px; line-height: 1.6; margin-bottom: 22px; color: #0e1a2b !important;}
.project-image{width: 100%; height: 320px; object-fit: cover; border-radius: 18px;}
.uk-slidenav:active{color: #fff !important;}

.tabbed-slider .uk-subnav>* {z-index: 9 !important; position: relative;}

.tarihi-bg{background: url('/images/tarihi-bg.webp') no-repeat center center; background-size: contain; width: 100%; min-height:250px; }
.tarihi-bg-content{width: 100%; height: 100%; position: relative;}

.tarihi-bg-title-content{margin-top: 140px; position:relative;}
.tarihi-bg-content-title{color: #0e1a2b; font-size: 15vw; line-height: 0.8;  font-weight: 900; text-align: center; padding: 20px; opacity: 0.1;}

.tab-slider-items{padding: 80px 0 0 0 !important; margin-top: -52px !important;}


.video-button{background: transparent; color: #0e1a2b; font-size: 14px; font-weight: 600;  border-radius: 8px; display: inline-flex; align-items: center; opacity: 1.0; position: absolute; top: -80px; right: 0;}
.video-button-icon{display: flex; align-items: center; justify-content: center; background: #d9d4cb; border-radius: 50%; padding: 10px; width: 40px; height: 40px; margin-left: 10px;}

.slide-mh-mw{min-height: 350px; max-height: 350px; width: 100%;}
.slide-item-radius{border-radius: 20px 20px 0 0px;}
.slide-item-mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%;background: rgba(14, 26, 43, 0.6);border-radius: 20px 20px 0 0px; z-index: 1;}

.slider-icon-w{width: 160px; height: 160px; object-fit: contain;}
.fs80-mb{font-size: 40px !important;}

.uk-brown-link{color: #3a2e2a !important; font-size: 13px; font-weight: 500; }
.uk-brown-link:hover{color: #181210 !important;}

.banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(14, 26, 43, 0.8);
  z-index:0;
}

.title-text{font-size: 35px; font-weight: 400; color: #fff; margin-top: 20px; }
.title-top-text{font-size: 13px; font-weight: 400; color: #fdd09c; border:solid 1px #fdd09c; padding: 10px 20px; border-radius: 30px; display: inline-block;}

.banner-image{width: 100%; height: 500px; object-fit: cover;}
/* Kurumsal sağ menü */
.right-menu-card{
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 15px;
  background: #fff;
  margin-top: -230px;
  z-index: 4;
  position: relative;
  min-height: 230px;
}
@media (max-width: 960px) {
  .right-menu-card{
      margin-top: 0;
  }

  .banner-image{width: 100%; height: 350px; object-fit: cover;}
}
.right-menu-body{padding:30px 20px 30px;}
.right-menu-title{
  font-size: 20px;
  font-weight: 600;
  color: #001533;
  letter-spacing: 0.6px;
}
.right-menu-list{margin-top: 12px;}
.right-menu-list li{border-bottom: 1px solid #e7e7e7;}
.right-menu-list li:last-child{border-bottom: none;}
.right-menu-card .right-menu-list > li > a,
.right-menu-card .right-menu-item > a{
  display: block;
  color: #0e1a2b;
  line-height: 1.45;
  font-size: 14px;
  padding: 10px 0;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  transition: background 0.2s ease, color 0.2s ease;
  transition: all 0.2s ease;
}
.right-menu-card .right-menu-list > li:hover > a,
.right-menu-card .right-menu-item:hover > a{
  background: linear-gradient(90deg, #f8fafc 0%, #eef3f9 100%);
  color: #0e1a2b;
  padding-left: 10px;
  transition: all 0.2s ease;
}
.right-menu-card .right-menu-list > li.uk-active > a,
.right-menu-card .right-menu-item.uk-active > a{
  font-weight: 700;
  background: linear-gradient(90deg, #f8fafc 0%, #eef3f9 100%);
  color: #0e1a2b;
}
.z-1{z-index: 1 !important;}
.z-2{z-index: 2 !important;}

.bread-bg{background: #e1ddd6; padding: 10px !important;}
.gap-10{gap: 10px !important;}

.social-icon-share{background:#949492; color:#fff;} 
.social-icon-share:hover{background:#0e1a2b; color:#fff;}

.img-radius{border-radius: 10px; overflow: hidden; display: block;}
.img-height{height: 200px; width: 100%; object-fit: cover;}
.accordion-item-radius{border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); margin-bottom: 12px; overflow: hidden;}
.accordion-item-title-radius{padding: 16px; background: #f8f8f8; font-weight: 600;}
.quick-menu-card-link-radius{border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); display: block; text-decoration: none;}
.quick-menu-card-link-title{font-size: 14px; font-weight: 600;}
.quick-menu-card-link-icon{width: 20px; height: 20px; border-radius: 50%; background: #b79f74; color: #fff; display: inline-flex; align-items: center; justify-content: center;}

 /* Ortak Detay Sayfası Stilleri */
 .detail-card {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-bottom: 24px;
}
.detail-title {
  font-size: 24px;
  font-weight: 700;
  color: #1b2a49;
  line-height: 1.4;
}
.detail-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #1b2a49;
  margin-bottom: 20px;
}
.detail-meta {
  color: #70695e;
  font-size: 14px;
}
.detail-status-badge {
  font-size: 14px;
  padding: 8px 16px;
}
.detail-card-header {
  background: #f8f9fa;
  border-radius: 12px 12px 0 0;
  padding: 20px;
}
.detail-card-header-title {
  font-size: 18px;
  font-weight: 700;
  color: #1b2a49;
}
.detail-table-wrapper {
  padding: 0;
}
.detail-table {
  margin: 0;
}
.detail-table-header-cell {
  width: 200px;
  font-weight: 600;
  color: #1b2a49;
  padding: 16px 20px;
}
.detail-table-cell {
  padding: 16px 20px;
  color: #555;
}
.detail-content {
  line-height: 1.8;
  color: #555;
  font-size: 15px;
}
.detail-file-link {
  padding: 12px 0;
}
.detail-file-name {
  font-weight: 600;
  color: #1b2a49;
}
.detail-file-size {
  font-size: 12px;
  color: #999;
}
.detail-file-icon-pdf {
  color: #d32f2f;
}
.detail-file-icon-doc {
  color: #1976d2;
}
.detail-gallery-item {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.detail-gallery-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.search-result-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 960px) {
    .search-result-image {
        width: 240px;
        height: 160px;
    }
}

 /* Haber Detay Sayfası Stilleri - CSS'deki ortak class'ları kullanıyoruz */

 .detail-heading-large {
  font-size: 28px;
  font-weight: 700;
  color: #1b2a49;
  line-height: 1.4;
}
.detail-meta-wrapper {
  gap: 12px;
  flex-wrap: wrap;
}
.detail-label-category {
  background: #b79f74;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
}
.detail-text-large {
  line-height: 1.8;
  color: #555;
  font-size: 16px;
}
.detail-intro-paragraph {
  font-size: 18px;
  font-weight: 600;
  color: #1b2a49;
  margin-bottom: 20px;
}
.detail-list-custom {
  margin: 20px 0;
  padding-left: 25px;
}
.detail-list-custom li {
  margin-bottom: 10px;
}
.detail-note-box {
  margin-top: 25px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #b79f74;
}
.detail-image-fullwidth {
  width: 100%;
  height: auto;
  display: block;
}

/* Detay Sayfa Kapak Resmi - Lightbox ile Açılır */
.detail-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
}

.detail-image-cover {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.detail-image-container:hover .detail-image-cover {
  transform: scale(1.05);
}

.detail-sidebar-link-item {
  padding: 12px 0;
}
.detail-sidebar-link-item-title {
  font-weight: 600;
  font-size: 14px;
  color: #1b2a49;
  margin-bottom: 5px;
}
.detail-sidebar-link-item-date {
  font-size: 12px;
  color: #999;
}
.detail-sidebar-divider {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e7e7e7;
}
.detail-sidebar-section-title {
  font-size: 14px;
  font-weight: 600;
  color: #1b2a49;
  margin-bottom: 12px;
}

 /* Kişiler Bölümü Stilleri */
 .person-card {
  position: relative;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.person-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.person-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.person-image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.person-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.person-card-body {
  padding: 16px;
  text-align: center;
}
.person-name {
  font-size: 16px;
  font-weight: 700;
  color: #1b2a49;
  margin-bottom: 8px;
  line-height: 1.3;
}
.person-position {
  font-size: 13px;
  color: #70695e;
  margin: 0;
  line-height: 1.4;
}
/* Kişi Modal Stilleri */
.person-modal-dialog {
  max-width: 700px;
  border-radius: 12px;
}
.person-modal-content {
  padding: 0;
}
.person-modal-header {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  background: #f8f9fa;
  border-radius: 12px 12px 0 0;
}
.person-modal-image-wrapper {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}
.person-modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.person-modal-info {
  flex: 1;
  padding-top: 10px;
}
.person-modal-name {
  font-size: 24px;
  font-weight: 700;
  color: #1b2a49;
  margin: 0 0 8px 0;
}
.person-modal-position {
  font-size: 16px;
  color: #70695e;
  margin: 0;
}
.person-modal-body {
  padding: 30px;
}
.person-modal-section-title {
  font-size: 18px;
  font-weight: 700;
  color: #1b2a49;
  margin: 0 0 16px 0;
}
.person-modal-bio {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}
.person-modal-bio-section {
  margin-top: 24px;
}
.person-modal-contact {
  margin-top: 8px;
}
.person-contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.person-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  transition: all 0.2s ease;
}
.person-contact-item:hover {
  background: #f0f2f5;
  border-color: #dee2e6;
}
.person-contact-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  color: #560ce3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.person-contact-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.person-contact-label {
  font-size: 12px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.person-contact-value {
  font-size: 15px;
  color: #1b2a49;
  text-decoration: none;
  font-weight: 500;
  word-break: break-word;
}
.person-contact-value:hover {
  color: #560ce3;
  text-decoration: none;
}
@media (max-width: 640px) {
  .person-modal-header {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 24px 20px;
  }
  .person-modal-image-wrapper {
      width: 100%;
      height: 250px;
      margin-bottom: 20px;
  }
  .person-modal-body {
      padding: 24px 20px;
  }
  .person-modal-name {
      font-size: 20px;
  }
  .person-modal-position {
      font-size: 14px;
  }
}

@media (max-width: 639px) {

}

@media (min-width: 640px) {

.header-container-pd{padding: 0 15px;}

.header-grid{margin: 0px 40px 0 0 !important;}
  .slogan-1{ font-size: 2.8rem; }
  .slogan-2{ font-size: 3.7rem; }
  .slogan-3{ font-size: 2.8rem; }
  .project-image{width: 100%; height: 520px; object-fit: cover; border-radius: 18px;}

  .tabbed-slider-tabs > li > a {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    background: #fff;
    color: #0e1a2b;
    border-radius: 12px;
    padding: 12px 18px !important;
    box-shadow: none;
    border: 1px solid transparent;
    text-decoration: none;
  }

  .slide-mh-mw{min-height: 450px; max-height: 450px; width: 100%;}
  


  .fs80-mb{font-size: 80px !important;}
}

@media (min-width: 960px) {

  .sticky {
    position: fixed !important;
    z-index:1001;
    margin-top: -63px;
    -moz-transition: all 0.2s ease-out;	-o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
    }

  .slogan-1{ font-size: 2.8rem; }
  .slogan-2{ font-size: 3.7rem; }
  .slogan-3{ font-size: 2.8rem; }

  .logo{position: absolute; transform: translate(-43%, -53%); display: inline-block; width: 149px; height: 149px;}
  .sticky .logo{ transform: translate(-43%, -33%); width: 149px; height: 149px;}

  .slogan-1{ font-size: 4rem; }
  .slogan-2{ font-size: 4rem; }
  .slogan-3{ font-size: 4rem; }

  .uk-navbar-nav>li>a{ font-size: 11px;margin: 0px 0px 10px 0px;}
  .uk-navbar-nav>li.uk-active>a{ font-size: 11px;}

  .tarihi-bg{background: url('/images/tarihi-bg.webp') no-repeat center center; background-size: contain; width: 100%; min-height:350px; }
  .tarihi-bg-title-content{margin-top: 240px; position:relative;}
  .tarihi-bg-content-title{color: #0e1a2b; font-size: 7vw; line-height: 0.8;  font-weight: 900; text-align: center; padding: 20px; opacity: 0.1; }
  .slide-item-radius{border-radius: 20px 0 0 20px;}
  .slide-mh-mw{min-height: 600px; max-height:600px; width: 100%;}
  .slide-item-mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%;background: #0E1A2B; background: linear-gradient(270deg, rgba(14, 26, 43, 1) 0%, rgba(0, 0, 0, 0) 100%);border-radius: 20px 0 0 20px; z-index: 1;}
  
}

@media (min-width: 1200px) {
  .uk-navbar-nav>li>a{ font-size: 15px;margin: 0px 5px 10px 5px; }
  .uk-navbar-nav>li.uk-active>a{ font-size: 15px;}

  .slide-mh-mw{min-height: 700px; max-height: 700px; width: 100%;}
}

@media (min-width: 1600px) {
  .uk-navbar-nav>li>a{ font-size: 16px; }
  .uk-navbar-nav>li.uk-active>a{ font-size: 16px;}
}

.compensate-for-scrollbar{margin-right:0px !important;}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
border-radius: 0px;
background:#0e1a2b;
}
::-webkit-scrollbar-thumb:hover {
  background:#0e1a2b;
}
.hover-top{-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;}
.hover-top:hover{transform:translateY(-3px); -moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;}

.z-9{ z-index: 9 !important; position: relative;}
.gap-8{gap: 8px;}
.baskan-mesaj-bg{background:rgba(247, 243, 237, 0.82); padding: 10px 20px 10px 0; border-radius: 10px; color: #3a2e2a; margin-top: 150px;}
.baskan-mesaj-links{background:rgba(247, 243, 237, 0.82); padding: 10px 20px 10px 0; border-radius: 10px; display:inline-block;}
.mayor-socials-bg{background:url('/images/golge.webp') no-repeat top center; background-size: contain; height: 50px; width: 100%;}
.bg-blue-dark-radius{background: #0e1a2b; border-radius: 20px;}
.footer-logo-container{margin-top:-70px;}
/* Home */
.tum-duyurular-link{text-decoration: none; color: #001533; font-weight: 600; text-align: center; display: block; margin-top: 15px;}
.slide-top-gradient{height:280px; background: #F8F5EF; background: linear-gradient(180deg, rgba(248, 245, 239, 1) 0%, rgba(248, 245, 239, 0.7) 30%, rgba(248, 245, 239, 0.4) 60%, rgba(0, 0, 0, 0) 100%); pointer-events: none;}

.slide-bottom-gradient{height: 280px; width: 100%; bottom: 0; left: 0; right: 0; background: #faf8f4; background: linear-gradient(0deg, rgba(250, 248, 244, 1) 0%, rgba(250, 248, 244, 0.5) 30%, rgba(250, 248, 244, 0.4) 60%, rgba(0, 0, 0, 0) 100%); pointer-events: none;}


.uk-button-white {
  background-color: #fff;
  color: #001533;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-flex !important;
  align-items: center !important;
}
.uk-button-white:hover {
  background-color: #a1daf7;
  color: #001533;
}
.phone-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #001533;
}
.phone-link:hover {
  color: #000;
}
.cm-text {
  font-weight: 400;
  line-height: 1.0;
}
.cm-phone {
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar-bg {border-top: 5px solid #fff; background: #001533; min-height: 50px; border-radius: 0 0 10px 10px; width: 100%;}
.uk-text-white-link {color: #fff; text-decoration: none;}
.uk-text-white-link:hover {color: #a1daf7;}

/* Desktop Hızlı Erişim Bölümü */
.desktop-quick-access {
  position: absolute;
  bottom: 60px !important;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 1000;
  pointer-events: none;
}
.desktop-quick-access * {
  pointer-events: auto;
}
.uk-slideshow {
  overflow: visible !important;
}
.quick-access-bar {
  padding: 0;
  position: relative;
  z-index: 10002;
}
.quick-access-container {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: visible;
  padding: 0px;
  position: relative;
  margin: 0 20px;
}
.quick-access-bar {
  overflow: visible !important;
}
.quick-access-container > div[style*="position: relative"] {
  overflow: visible !important;
}
.quick-search-input {
  flex: 1;
  padding: 29px 0;
  border: none;
  outline: none;
  font-size: 15px;
  background: transparent;
}
.quick-search-input::placeholder {
  color: #999;
}
.quick-search-input:focus::placeholder {
  opacity: 0;
}
.quick-search-icon,
.quick-search-icon a {
  margin-left: 15px;
  color: #001533 !important;
  cursor: pointer;
  transition: color 0.3s ease;
}
.quick-search-icon:hover,
.quick-search-icon:hover a {
  color: #2d7ca5 !important;
}
.quick-search-icon .uk-icon,
.quick-search-icon .uk-icon svg,
.quick-search-icon a .uk-icon,
.quick-search-icon a .uk-icon svg {
  color: #001533 !important;
  fill: #001533 !important;
}
.quick-search-icon:hover .uk-icon,
.quick-search-icon:hover .uk-icon svg,
.quick-search-icon:hover a .uk-icon,
.quick-search-icon:hover a .uk-icon svg {
  color: #2d7ca5 !important;
  fill: #2d7ca5 !important;
}
.quick-access-btn {
  padding: 29px 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.quick-btn-belge {
  background: #39547b;
}
.quick-btn-belge:hover {
  background: #2d3f5f;
}
.quick-btn-ebelediye {
  background: #2d7ca5;
}
.quick-btn-ebelediye:hover {
  background: #23668a;
}
.quick-btn-menu {
  background: #c6d879;
  border-radius: 0 50px 50px 0;
  color: #001533 !important;
}
.quick-btn-menu:hover {
  background: #b4c765;
  color: #001533 !important;
}
.quick-btn-menu,
.quick-btn-menu span {
  color: #001533 !important;
}
.quick-btn-menu .uk-icon,
.quick-btn-menu .uk-icon svg {
  color: #001533 !important;
  fill: #001533 !important;
}
.quick-search-suggestions {
  margin: 15px 0 0;
  padding: 0 20px;
  color: #666;
  font-size: 14px;
  text-align: center;
}
.quick-search-suggestions strong {
  color: #001533;
  margin-right: 8px;
}
.quick-search-suggestions a {
  color: #001533;
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s ease;
}
.quick-search-suggestions a:hover {
  color: #20b2aa;
}

/* Hızlı Menü Dropdown Overlay - Sadece Desktop */
@media (min-width: 960px) {
  .quick-menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
      opacity: 0;
      transition: opacity 0.6s ease-out;
      pointer-events: none;
      visibility: hidden;
  }
  .quick-menu-overlay.show {
      opacity: 1;
      transition: opacity 0.3s ease;
      pointer-events: auto;
      visibility: visible;
  }
  .quick-menu-overlay.hiding {
      opacity: 0;
      transition: opacity 0.6s ease-out;
      pointer-events: none;
      visibility: visible;
  }
}
@media (max-width: 959px) {
  .quick-menu-overlay {
      display: none !important;
  }
}

/* Hızlı Menü Dropdown */
.quick-menu-dropdown {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  max-height: 35vh;
  z-index: 10002 !important;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  display: block !important;
  visibility: hidden;
  box-sizing: border-box;
  margin: 0 20px;
}
.quick-menu-dropdown.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
  visibility: visible !important;
}
.quick-menu-header {
  padding: 20px 25px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  background: #fff;
}
.quick-menu-header-title {
  font-size: 18px;
  font-weight: 600;
  color: #001533 !important;
  margin: 0;
}
.quick-menu-header h3.quick-menu-header-title,
.quick-menu-dropdown .quick-menu-header-title {
  color: #001533 !important;
}
.quick-menu-close {
  background: none;
  border: none;
  color: #666;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.quick-menu-close:hover {
  color: #001533;
  background: #f0f0f0;
}
.quick-menu-content {
  display: flex;
  padding: 0;
  max-height: calc(35vh - 70px);
  overflow: hidden;
}
.quick-menu-left {
  flex: 1.5;
  padding: 25px;
  background: #f8f9fa;
  overflow-y: auto;
  max-height: calc(35vh - 70px);
}
.quick-menu-left::-webkit-scrollbar {
  width: 6px;
}
.quick-menu-left::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.quick-menu-left::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.quick-menu-left::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.quick-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.quick-menu-list li {
  margin-bottom: 12px;
}
.quick-menu-list li:last-child {
  margin-bottom: 0;
}
.quick-menu-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #001533;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.quick-menu-list a:hover {
  background: #fff;
  color: #2d7ca5;
}
.quick-menu-list .uk-icon {
  color: #4caf50;
}
.quick-menu-right {
  flex: 1;
  padding: 25px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  max-height: calc(35vh - 70px);
}
.quick-menu-right::-webkit-scrollbar {
  width: 6px;
}
.quick-menu-right::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.quick-menu-right::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.quick-menu-right::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.quick-menu-box {
  background: #fff;
}
.quick-menu-box-title {
  padding: 12px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  margin-bottom: 15px;
}
.quick-menu-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.quick-menu-box-list li {
  margin-bottom: 10px;
}
.quick-menu-box-list li:last-child {
  margin-bottom: 0;
}
.quick-menu-box-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  text-decoration: none;
  font-size: 13px;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.quick-menu-box-list a:before {
  content: "•";
  color: #4caf50;
  font-size: 16px;
}
.quick-menu-box-list a:hover {
  color: #001533;
}

/* Mobil Menü Stilleri */
.mobile-menu-bar {
  background: #001533 !important;
  color: #fff !important;
}
.mobile-menu-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu-bar .uk-accordion-title {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.mobile-menu-bar .uk-accordion-title:hover {
  background: rgba(161, 218, 247, 0.1);
  color: #a1daf7 !important;
}
.mobile-menu-bar .uk-open > .uk-accordion-title {
  background: rgba(161, 218, 247, 0.15);
  color: #a1daf7 !important;
}
.mobile-menu-bar .uk-accordion-content {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
}
.mobile-menu-bar .uk-accordion-content .uk-nav li a {
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 15px;
  font-size: 13px;
  transition: all 0.3s ease;
}
.mobile-menu-bar .uk-accordion-content .uk-nav li a:hover {
  color: #a1daf7;
  padding-left: 20px;
}
.mobile-menu-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 20px 0;
}
.mobile-menu-bar .uk-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.mobile-menu-bar .uk-nav li a:hover {
  color: #a1daf7;
}
.mobile-menu-bar .uk-offcanvas-close {
  color: #fff;
}
.mobile-menu-bar .uk-offcanvas-close:hover {
  color: #a1daf7;
}
.mobile-menu-bar .uk-accordion-title::before {
  background-image: none;
  content: "↓";
  color: #a1daf7;
  font-size: 16px;
  margin-right: 10px;
}
.mobile-menu-bar .uk-open > .uk-accordion-title::before {
  background-image: none;
  content: "↑";
  color: #a1daf7;
}
.mobile-menu-social {
  margin: 20px 0;
  padding: 15px 0;
}
.mobile-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.mobile-social-link:hover {
  background: rgba(161, 218, 247, 0.3);
  color: #a1daf7;
  transform: translateY(-2px);
}
.mobile-menu-phone {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-phone-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.mobile-phone-link:hover {
  color: #a1daf7;
}
.mobile-phone-text {
  font-weight: 400;
  line-height: 1.0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
.mobile-phone-number {
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  font-size: 16px;
}
.mobile-menu-bar .uk-button-white {
  color: #001533 !important;
  background-color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.mobile-menu-bar .uk-button-white:hover {
  background-color: #a1daf7 !important;
  color: #001533 !important;
}
.mobile-menu-bar .uk-nav li .uk-button {
  margin: 0;
}
.mobile-menu-bar .uk-button-white .uk-icon {
  margin-right: 8px !important;
}

/* Mobil Bottom Navigation */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 8px 0;
  z-index: 9999;
  display: none;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 959px) {
  .mobile-bottom-nav {
      display: block;
  }
  body {
      padding-bottom: 70px !important;
  }
}
@media (min-width: 960px) {
  body {
      padding-bottom: 40px !important;
  }
}
.mobile-bottom-nav-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 100%;
  margin: 0 auto;
}
.mobile-bottom-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #666;
  padding: 5px 8px;
  transition: all 0.3s ease;
  position: relative;
}
.mobile-bottom-nav-item:hover,
.mobile-bottom-nav-item.active {
  color: #001533;
}
.mobile-bottom-nav-item .nav-icon {
  font-size: 20px;
  margin-bottom: 4px;
  color: inherit;
}
.mobile-bottom-nav-item .nav-icon svg {
  color: inherit;
}
.mobile-bottom-nav-item .nav-text {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.mobile-bottom-nav-search {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-bottom-nav-search-btn {
  width: 50px;
  height: 72px;
  border-radius: 10px 10px 0 0;
  background: #4caf50;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  
  top: -15px;
  transition: all 0.3s ease;
}
.mobile-bottom-nav-search-btn:hover {
  background: #45a049;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.mobile-bottom-nav-search-btn .nav-icon {
  font-size: 24px;
  margin: 0;
}

/* Mobil Bottom Sheet Modals */
.mobile-bottom-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 20px 20px 0 0;
  max-height: 70vh;
  z-index: 10000;
  display: none;
  flex-direction: column;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
  opacity: 0;
}
.mobile-bottom-sheet.uk-open {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}
.mobile-bottom-sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mobile-bottom-sheet-overlay.uk-open {
  display: block;
  opacity: 1;
}
.mobile-bottom-sheet-header {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.mobile-bottom-sheet-title {
  font-size: 18px;
  font-weight: 600;
  color: #001533;
  margin: 0;
}
.mobile-bottom-sheet-close {
  background: none;
  border: none;
  color: #666;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-bottom-sheet-close:hover {
  color: #001533;
}
.mobile-bottom-sheet-content {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
}
.mobile-bottom-sheet.uk-open .mobile-bottom-sheet-content {
  opacity: 1;
  transform: translateY(0);
}
.mobile-bottom-nav-item[data-sheet] {
  cursor: pointer;
}
.mobile-bottom-nav-search-btn[data-sheet] {
  cursor: pointer;
}
.mobile-bottom-sheet .uk-accordion-title {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  color: #001533;
  border-bottom: 1px solid #e5e5e5;
}
.mobile-bottom-sheet .uk-accordion-title:hover {
  color: #001533;
}
.mobile-bottom-sheet .uk-accordion-content {
  padding: 10px 0;
}
.mobile-bottom-sheet .uk-nav li a {
  padding: 8px 0;
  color: #666;
  font-size: 13px;
}
.mobile-bottom-sheet .uk-nav li a:hover {
  color: #001533;
}
.mobile-bottom-sheet .uk-button {
  border-radius: 8px;
}
.mobile-bottom-sheet .uk-list-divider > li:nth-child(n+2) {
  border-top: 1px solid #e5e5e5;
  padding-top: 12px;
  margin-top: 12px;
}
.mobile-bottom-sheet .uk-card {
  transition: transform 0.2s ease;
}
.mobile-bottom-sheet .uk-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.mobile-bottom-sheet .uk-button[style*="flex-direction: column"] {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.quick-btn-vertical {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 15px 10px !important;
  gap: 4px;
  text-align: center;
  min-height: 110px;
}
.quick-btn-vertical span {
  line-height: 1.2;
}
.z-9999{z-index: 9999 !important;}
.lang-link {display: flex; align-items: center; gap: 5px;}
.navbar-nav-list {display: flex; gap: 25px; list-style: none;}
.mobile-menu-link {display: flex; align-items: center; gap: 5px;justify-content: flex-end;}
.navbar-nav-list-right {display: flex; gap: 25px; justify-content: flex-end; list-style: none;}
.quick-search-container {flex: 1; display: flex; align-items: center; padding: 0 25px;}
.quick-search-icon-link {text-decoration: none;}
.h-menu-box-title-1 {background: #d4a574;}
.h-menu-box-title-2 {background: #4caf50;}
@media (min-width: 960px) {
  /* Dropbar zeminine görseli yerleştir, dropdown'ı transparan bırak */
  .uk-navbar-dropbar {
      background: #fff url('/images/menu-bg.webp') center/cover no-repeat;
  }
  .uk-navbar-dropdown {
      background: transparent;
  }
}
/* Kurumsal mega butonları */
.mega-link-container {
  padding: 70px 20px 26px;
}
.mega-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.mega-link-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #001533;
  padding: 16px 14px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #d8e2ed;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.mega-link-btn:hover {
  background: #f5f8fb;
  border-color: #c3d4e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
  color: #001533;
}
.mega-link-btn-all {
  background: #2d7ca5;
  color: #fff !important;
  border-color: #2d7ca5;
}
.mega-link-btn-all:hover {
  background: #23668a;
  border-color: #23668a;
  color: #fff !important;
}
/* Başkan bilgileri bölümü */
.baskan-info-section {
  margin-bottom: 0;
  padding-bottom: 0;
}
.baskan-info-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.baskan-image-wrapper {
  flex-shrink: 0;
}
.baskan-image {
  width: 220px;
  height: 280px;
  border-radius: 12px;
  object-fit: contain;
  background: #f5f8fb;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 8px 8px 0 8px;
}
.baskan-text-content {
  flex: 1;
}
.baskan-name {
  font-size: 22px;
  font-weight: 700;
  color: #001533;
  margin: 20px 0 6px 0;
  line-height: 1.3;
}
.baskan-title {
  font-size: 15px;
  font-weight: 600;
  color: #2d7ca5;
  margin: 0 0 16px 0;
  line-height: 1.3;
}
.baskan-description {
  font-size: 14px;
  color: #455062;
  line-height: 1.6;
  margin: 20px 0 20px 0;
}
.baskan-social-links {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}
.baskan-menu-links {
  margin-top: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #f5f8fb;
  color: #455062;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #e5e9f0;
}
.social-link:hover {
  background: #2d7ca5;
  color: #fff;
  border-color: #2d7ca5;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(45, 124, 165, 0.2);
}
/* Anasayfa Haber/Duyuru/Başkan alanı */
.home-news-section {
  padding: 0px 0 20px;
  background: #FAF8F4;
  background: linear-gradient(180deg, rgba(250, 248, 244, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-news-grid {
  align-items: stretch;
  row-gap: 14px;
}
.announcement-card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.announcement-tabs {
  margin: 0 0 10px;
}
.announcement-tabs + .uk-switcher {
  margin-top: 10px;
}
.announcement-tabs.uk-tab > * > a {
  color: #001533;
  font-weight: 600;
  font-size: 13px;
  text-transform: none;
  padding: 8px 14px;
  border-radius: 10px;
}
.announcement-tabs.uk-tab > .uk-active > a {
  color: #001533;
  border-color: #001533;
  background: #001533;
  color: #fff;
  border-radius: 10px;
}
.announcement-tabs.uk-tab {
  display: inline-flex;
  gap: 8px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  margin: 0;
}
.announcement-tabs.uk-tab::before {
  border: none;
}
.announcement-tabs.uk-tab > * {
  padding-left: 0;
}
.announcement-list {
  max-height: 350px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  padding-right: 10px;
}
.announcement-list::-webkit-scrollbar {
  width: 6px;
}
.announcement-list::-webkit-scrollbar-track {
  background: #eee9e0;
  border-radius: 10px;
}
.announcement-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.announcement-list::-webkit-scrollbar-thumb:hover {
  background: #3a2e2a;
}
.announcement-item:hover .announce-date {
  background: #a1daf7;
}
.announcement-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f6;
  transition: background 0.15s ease;
}
.announcement-item:last-child {
  border-bottom: none;
}
.announcement-link {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.announce-date {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px 8px;
  font-weight: 700;
  color: #001533;
  line-height: 1.2;
  font-size: 16px;
  min-width: 55px;
  flex-shrink: 0;
  transition: background 0.15s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}
.announce-date small {
  display: block;
  font-weight: 500;
  color: #6b7a90;
  font-size: 11px;
  margin-top: 2px;
}

.quick-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  min-height:60px;
  text-align: left;
  color: #0e1a2b;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 16px 18px;
}
.quick-menu-item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.quick-menu-item span {
  font-weight: 600;
  font-size: 13px;
  color: #0e1a2b;
}
.quick-menu-item:hover {
  transform: translateY(-4px);
}

.footer-pane {
  background: url('/images/footer-bg.webp') no-repeat center center #001533;
  background-size: cover;
  padding: 120px 80px 180px 80px;
  border-radius: 25px;
}
@media (max-width: 960px) {
  .footer-pane {
      padding: 70px 28px 130px 28px;
  }
}
@media (max-width: 640px) {
  .footer-pane {
      padding: 60px 20px 120px 20px;
  }
}
.footer-title {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}
.footer-links {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  padding-left: 0 !important;
}
.footer-links div {
  margin-top: 16px;
}
.footer-links .uk-grid+.uk-grid-collapse, .uk-grid+.uk-grid-row-collapse, .uk-grid-collapse>.uk-grid-margin, .uk-grid-row-collapse>.uk-grid-margin {
  margin-top: 5px !important;
}
.footer-links a {
  color: rgba(233, 238, 245, 0.88);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.footer-links a:hover {
  color: #a1daf7;
}
.footer-contact {
  font-size: 14px;
  font-weight: 600;
  color: #e9eef5;
}
.footer-phone {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 6px;
}

.announce-title {
  font-weight: 500;
  color: #3a2e2a;
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 1.4;
}
.announce-desc {
  color: #666;
  font-size: 13px;
  margin: 0;
  line-height: 1.4;
}
.announcement-list-all {
  text-align: right;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eef2f6;
}
.announcement-list-all a {
  color: #001533;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.president-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  height: 100%;
}
.president-info {
  flex: 1;
}
.president-info h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #001533;
}
.president-info .subtitle {
  color: #666;
  margin: 0 0 14px;
  font-size: 13px;
}
.president-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.president-actions a {
  text-decoration: none;
  font-weight: 600;
  color: #2d7ca5;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.president-actions a:hover {
  color: #23668a;
}
.president-photo {
  flex-shrink: 0;
}
.president-photo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}
/* Sosyal ikonlar */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.social-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #b99b69;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.social-icon:hover {
  background: #c8ad7b;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
.social-icon .uk-icon {
  color: #fff;
}
.social-icon-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
/* Beyaz buton (genel kullanım) */
.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #0e1a2b !important;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn-white:hover {
  background: #f7f7f7;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.1);
}

.btn-green {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c6d879;
  color: #0e1a2b !important;
  border: 1px solid #c6d879;
  border-radius: 12px;
  padding:6px 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn-green:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.1);
}

/* Etkinlikler alanı */
.events-panel {
  background: transparent;
  border-radius: 0;
  padding: 40px 50px 50px 40px;
  box-shadow: none;
}
.events-header {
  color: #fff;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.events-header .section-title {
  margin-bottom: 0;
  font-size: 28px;
}
.event-card {
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-image {
  width: 100%;
  aspect-ratio: 210 / 375;
  position: relative;
}
.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.event-body {
  width: 100%;
  padding: 12px 4px 10px;
  color: #dce5f3;
}
.event-title {
  color: #1b2a49;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 6px;
}
.event-title-home {
  color: #fff;
}
.event-date {
  color: #d3deff;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 959px) {
  .event-image { max-width: 190px; }
  .events-header .section-title { font-size: 24px; }
}

/* Haberler slider */
.news-hero {
  border-radius: 18px;
  overflow: hidden;
  background: #f5f2ed;
  box-shadow: 0 16px 38px rgba(0,0,0,0.18);
  position: relative;
}
.news-hero .uk-slider-items {
  min-height: 480px;
}
.news-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-hero-mask {
  position: absolute;
  inset: 0;
  background: #0E1A2B;background: linear-gradient(180deg, rgba(14, 26, 43, 1) 0%, rgba(14, 26, 43, 0) 46%, rgba(14, 26, 43, 1) 100%);
  border-radius: 18px;
}
.news-hero-top {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  z-index: 2;
}
.news-hero-top .uk-text-lead { color: #fff; }
.news-hero-title {
  position: absolute;
  bottom: 90px;
  left: 50px;
  right: 28px;
  z-index: 2;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.news-hero-title-home {
  position: absolute;
  bottom: 60px;
  left: 28px;
  right: 28px;
  z-index: 2;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.news-hero-dots {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 20px;
  z-index: 2;
  justify-content: flex-start;
}
@media (max-width: 959px) {
  .news-hero .uk-slider-items { min-height: 380px; }
  .news-hero-top { top: 20px; left: 20px; right: 20px; }
  .news-hero-title { bottom: 80px; left: 30px; right: 20px; font-size: 14px; }
  .news-hero-title-home { bottom: 50px; left: 20px; right: 20px; font-size: 14px; }
  .news-hero-dots { left: 20px; right: 20px; }
}

/* Başkan altı sosyal ikonlar */
.mayor-socials {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 18px 0 6px;
}
.mayor-socials a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #4a4034;
  color: #4a4034;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.mayor-socials a:hover {
  background: rgba(74, 64, 52, 0.08);
  color: #2f251b;
  transform: translateY(-1px);
}


.opacity-01{ opacity: 0.1;}
.opacity-02{ opacity: 0.2;}
.opacity-03{ opacity: 0.3;}
.opacity-04{ opacity: 0.4;}
.opacity-05{ opacity: 0.5;}
.opacity-06{ opacity: 0.6;}
.opacity-07{ opacity: 0.7;}
.opacity-08{ opacity: 0.8;}
.opacity-09{ opacity: 0.9;}

.img-cover-50{object-fit: cover; height: 50px !important; width:100%; padding: 0px;}
.img-cover-75{object-fit: cover; height: 75px !important; width:100%; padding: 0px;}
.img-cover-100{object-fit: cover; height: 100px !important; width:100%; padding: 0px;}
.img-cover-125{object-fit: cover; height: 125px !important; width:100%; padding: 0px;}
.img-cover-150{object-fit: cover; height: 150px !important; width:100%; padding: 0px;}
.img-cover-175{object-fit: cover; height: 175px !important; width:100%; padding: 0px;}
.img-cover-200{object-fit: cover; height: 200px !important; width:100%; padding: 0px;}
.img-cover-225{object-fit: cover; height: 225px !important; width:100%; padding: 0px;}
.img-cover-250{object-fit: cover; height: 250px !important; width:100%; padding: 0px;}
.img-cover-275{object-fit: cover; height: 275px !important; width:100%; padding: 0px;}
.img-cover-300{object-fit: cover; height: 300px !important; width:100%; padding: 0px;}
.img-cover-325{object-fit: cover; height: 325px !important; width:100%; padding: 0px;}
.img-cover-350{object-fit: cover; height: 350px !important; width:100%; padding: 0px;}
.img-cover-375{object-fit: cover; height: 375px !important; width:100%; padding: 0px;}
.img-cover-400{object-fit: cover; height: 400px !important; width:100%; padding: 0px;}
.img-cover-425{object-fit: cover; height: 425px !important; width:100%; padding: 0px;}
.img-cover-450{object-fit: cover; height: 450px !important; width:100%; padding: 0px;}
.img-cover-475{object-fit: cover; height: 475px !important; width:100%; padding: 0px;}
.img-cover-500{object-fit: cover; height: 500px !important; width:100%; padding: 0px;}
.img-cover-525{object-fit: cover; height: 525px !important; width:100%; padding: 0px;}
.img-cover-550{object-fit: cover; height: 550px !important; width:100%; padding: 0px;}
.img-cover-575{object-fit: cover; height: 575px !important; width:100%; padding: 0px;}
.img-cover-600{object-fit: cover; height: 600px !important; width:100%; padding: 0px;}
.img-cover-625{object-fit: cover; height: 625px !important; width:100%; padding: 0px;}
.img-cover-650{object-fit: cover; height: 650px !important; width:100%; padding: 0px;}
.img-cover-675{object-fit: cover; height: 675px !important; width:100%; padding: 0px;}
.img-cover-700{object-fit: cover; height: 700px !important; width:100%; padding: 0px;}
.img-cover-725{object-fit: cover; height: 725px !important; width:100%; padding: 0px;}
.img-cover-750{object-fit: cover; height: 750px !important; width:100%; padding: 0px;}
.img-cover-775{object-fit: cover; height: 775px !important; width:100%; padding: 0px;}
.img-cover-800{object-fit: cover; height: 800px !important; width:100%; padding: 0px;}
.img-cover-825{object-fit: cover; height: 825px !important; width:100%; padding: 0px;}
.img-cover-850{object-fit: cover; height: 850px !important; width:100%; padding: 0px;}
.img-cover-875{object-fit: cover; height: 875px !important; width:100%; padding: 0px;}
.img-cover-900{object-fit: cover; height: 900px !important; width:100%; padding: 0px;}
.img-cover-925{object-fit: cover; height: 925px !important; width:100%; padding: 0px;}
.img-cover-950{object-fit: cover; height: 950px !important; width:100%; padding: 0px;}
.img-cover-975{object-fit: cover; height: 975px !important; width:100%; padding: 0px;}
.img-cover-1000{object-fit: cover; height: 1000px !important; width:100%; padding: 0px;}

.img-contain-50{object-fit: contain; height: 50px !important; width:100%; padding: 0px;}
.img-contain-75{object-fit: contain; height: 75px !important; width:100%; padding: 0px;}
.img-contain-90{object-fit: contain; height: 75px !important; width:100%; padding: 10px;}
.img-contain-100{object-fit: contain; height: 100px !important; width:100%; padding: 0px;}
.img-contain-125{object-fit: contain; height: 125px !important; width:100%; padding: 0px;}
.img-contain-150{object-fit: contain; height: 150px !important; width:100%; padding: 0px;}
.img-contain-175{object-fit: contain; height: 175px !important; width:100%; padding: 0px;}
.img-contain-200{object-fit: contain; height: 200px !important; width:100%; padding: 0px;}
.img-contain-225{object-fit: contain; height: 225px !important; width:100%; padding: 0px;}
.img-contain-250{object-fit: contain; height: 250px !important; width:100%; padding: 0px;}
.img-contain-275{object-fit: contain; height: 275px !important; width:100%; padding: 0px;}
.img-contain-300{object-fit: contain; height: 300px !important; width:100%; padding: 0px;}
.img-contain-325{object-fit: contain; height: 325px !important; width:100%; padding: 0px;}
.img-contain-350{object-fit: contain; height: 350px !important; width:100%; padding: 0px;}
.img-contain-375{object-fit: contain; height: 375px !important; width:100%; padding: 0px;}
.img-contain-400{object-fit: contain; height: 400px !important; width:100%; padding: 0px;}
.img-contain-425{object-fit: contain; height: 425px !important; width:100%; padding: 0px;}
.img-contain-450{object-fit: contain; height: 450px !important; width:100%; padding: 0px;}
.img-contain-475{object-fit: contain; height: 475px !important; width:100%; padding: 0px;}
.img-contain-500{object-fit: contain; height: 500px !important; width:100%; padding: 0px;}
.img-contain-525{object-fit: contain; height: 525px !important; width:100%; padding: 0px;}
.img-contain-550{object-fit: contain; height: 550px !important; width:100%; padding: 0px;}
.img-contain-575{object-fit: contain; height: 575px !important; width:100%; padding: 0px;}
.img-contain-600{object-fit: contain; height: 600px !important; width:100%; padding: 0px;}
.img-contain-625{object-fit: contain; height: 625px !important; width:100%; padding: 0px;}
.img-contain-650{object-fit: contain; height: 650px !important; width:100%; padding: 0px;}
.img-contain-675{object-fit: contain; height: 675px !important; width:100%; padding: 0px;}
.img-contain-700{object-fit: contain; height: 700px !important; width:100%; padding: 0px;}
.img-contain-725{object-fit: contain; height: 725px !important; width:100%; padding: 0px;}
.img-contain-750{object-fit: contain; height: 750px !important; width:100%; padding: 0px;}
.img-contain-775{object-fit: contain; height: 775px !important; width:100%; padding: 0px;}
.img-contain-800{object-fit: contain; height: 800px !important; width:100%; padding: 0px;}
.img-contain-825{object-fit: contain; height: 825px !important; width:100%; padding: 0px;}
.img-contain-850{object-fit: contain; height: 850px !important; width:100%; padding: 0px;}
.img-contain-875{object-fit: contain; height: 875px !important; width:100%; padding: 0px;}
.img-contain-900{object-fit: contain; height: 900px !important; width:100%; padding: 0px;}
.img-contain-925{object-fit: contain; height: 925px !important; width:100%; padding: 0px;}
.img-contain-950{object-fit: contain; height: 950px !important; width:100%; padding: 0px;}
.img-contain-975{object-fit: contain; height: 975px !important; width:100%; padding: 0px;}
.img-contain-1000{object-fit: contain; height: 1000px !important; width:100%; padding: 0px;}

.br10{border-radius: 10px;}
.br15{border-radius: 15px;}
.br20{border-radius: 20px;}
.br30{border-radius: 30px;}
.br40{border-radius: 40px;}
.br50{border-radius: 50px;}
.br60{border-radius: 60px;}
.br70{border-radius: 70px;}
.br80{border-radius: 80px;}
.br90{border-radius: 90px;}
.br100{border-radius: 100px;}

.fs8{ font-size:8px !important;}
.fs9{ font-size:9px !important;}
.fs10{ font-size:10px !important;}
.fs11{ font-size:11px !important;}
.fs12{ font-size:12px !important;}
.fs13{ font-size:13px !important;}
.fs14{ font-size:14px !important;}
.fs15{ font-size:15px !important;}
.fs16{ font-size:16px !important;}
.fs17{ font-size:17px !important;}
.fs18{ font-size:18px !important;}
.fs19{ font-size:19px !important;}
.fs20{ font-size:20px !important;}
.fs21{ font-size:21px !important;}
.fs22{ font-size:22px !important;}
.fs23{ font-size:23px !important;}
.fs24{ font-size:24px !important;}
.fs25{ font-size:25px !important;}
.fs30{ font-size:30px !important;}
.fs35{ font-size:35px !important;}
.fs40{ font-size:40px !important;}
.fs45{ font-size:45px !important;}
.fs50{ font-size:50px !important;}
.fs55{ font-size:55px !important;}
.fs60{ font-size:60px !important;}
.fs65{ font-size:65px !important;}
.fs70{ font-size:70px !important;}
.fs75{ font-size:75px !important;}
.fs80{ font-size:80px !important;}
.fs85{ font-size:85px !important;}

.fw-1{font-weight:100 !important}
.fw-2{font-weight:200 !important}
.fw-3{font-weight:300 !important}
.fw-4{font-weight:400 !important}
.fw-5{font-weight:500 !important}
.fw-6{font-weight:600 !important}
.fw-7{font-weight:700 !important}
.fw-8{font-weight:800 !important}
.fw-9{font-weight:900 !important}

.fw1{ font-weight:100 !important}
.fw2{ font-weight:200 !important}
.fw3{ font-weight:300 !important}
.fw4{ font-weight:400 !important}
.fw5{ font-weight:500 !important}
.fw6{ font-weight:600 !important}
.fw7{ font-weight:700 !important}
.fw8{ font-weight:800 !important}
.fw9{ font-weight:900 !important}

.p1  {padding:5px !important}
.p2 {padding:10px !important}
.p3 {padding:15px !important}
.p4 {padding:20px !important}
.p5 {padding:25px !important}
.p6 {padding:30px !important}
.p7 {padding:35px !important}
.p8 {padding:40px !important}
.p9 {padding:45px !important}
.p10{padding:50px !important}
.p11{padding:75px !important}

.pt1  {padding-top:5px !important}
.pt2 {padding-top:10px !important}
.pt3 {padding-top:15px !important}
.pt4 {padding-top:20px !important}
.pt5 {padding-top:25px !important}
.pt6 {padding-top:30px !important}
.pt7 {padding-top:35px !important}
.pt8 {padding-top:40px !important}
.pt9 {padding-top:45px !important}
.pt10{padding-top:50px !important}
.pt11{padding-top:75px !important}

.pb1  {padding-bottom:5px !important}
.pb2 {padding-bottom:10px !important}
.pb3 {padding-bottom:15px !important}
.pb4 {padding-bottom:20px !important}
.pb5 {padding-bottom:25px !important}
.pb6 {padding-bottom:30px !important}
.pb7 {padding-bottom:35px !important}
.pb8 {padding-bottom:40px !important}
.pb9 {padding-bottom:45px !important}
.pb10{padding-bottom:50px !important}
.pb11{padding-bottom:75px !important}

.ps1  {padding-left:5px !important}
.ps2 {padding-left:10px !important}
.ps3 {padding-left:15px !important}
.ps4 {padding-left:20px !important}
.ps5 {padding-left:25px !important}
.ps6 {padding-left:30px !important}
.ps7 {padding-left:35px !important}
.ps8 {padding-left:40px !important}
.ps9 {padding-left:45px !important}
.ps10{padding-left:50px !important}
.ps11{padding-left:75px !important}

.pe1  {padding-right:5px !important}
.pe2 {padding-right:10px !important}
.pe3 {padding-right:15px !important}
.pe4 {padding-right:20px !important}
.pe5 {padding-right:25px !important}
.pe6 {padding-right:30px !important}
.pe7 {padding-right:35px !important}
.pe8 {padding-right:40px !important}
.pe9 {padding-right:45px !important}
.pe10{padding-right:50px !important}
.pe11{padding-right:75px !important}


.m1  {margin:5px !important}
.m2 {margin:10px !important}
.m3 {margin:15px !important}
.m4 {margin:20px !important}
.m5 {margin:25px !important}
.m6 {margin:30px !important}
.m7 {margin:35px !important}
.m8 {margin:40px !important}
.m9 {margin:45px !important}
.m10{margin:50px !important}


.mt1  {margin-top:5px !important}
.mt2 {margin-top:10px !important}
.mt3 {margin-top:15px !important}
.mt4 {margin-top:20px !important}
.mt5 {margin-top:25px !important}
.mt6 {margin-top:30px !important}
.mt7 {margin-top:35px !important}
.mt8 {margin-top:40px !important}
.mt9 {margin-top:45px !important}
.mt10{margin-top:50px !important}
.mt11{margin-top:75px !important}

.mb1  {margin-bottom:5px !important}
.mb2 {margin-bottom:10px !important}
.mb3 {margin-bottom:15px !important}
.mb4 {margin-bottom:20px !important}
.mb5 {margin-bottom:25px !important}
.mb6 {margin-bottom:30px !important}
.mb7 {margin-bottom:35px !important}
.mb8 {margin-bottom:40px !important}
.mb9 {margin-bottom:45px !important}
.mb10{margin-bottom:50px !important}

.ms1  {margin-left:5px !important}
.ms2 {margin-left:10px !important}
.ms3 {margin-left:15px !important}
.ms4 {margin-left:20px !important}
.ms5 {margin-left:25px !important}
.ms6 {margin-left:30px !important}
.ms7 {margin-left:35px !important}
.ms8 {margin-left:40px !important}
.ms9 {margin-left:45px !important}
.ms10{margin-left:50px !important}

.me1  {margin-right:5px !important}
.me2 {margin-right:10px !important}
.me3 {margin-right:15px !important}
.me4 {margin-right:20px !important}
.me5 {margin-right:25px !important}
.me6 {margin-right:30px !important}
.me7 {margin-right:35px !important}
.me8 {margin-right:40px !important}
.me9 {margin-right:45px !important}
.me10{margin-right:50px !important}


.mk1  {margin-top:-1% !important}
.mk2  {margin-top:-2% !important}
.mk3  {margin-top:-3% !important}
.mk4  {margin-top:-4% !important}
.mk5  {margin-top:-5% !important}
.mk6  {margin-top:-6% !important}
.mk7  {margin-top:-7% !important}
.mk8  {margin-top:-8% !important}
.mk9  {margin-top:-9% !important}
.mk10  {margin-top:-10% !important}




@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Bold.woff2') format('woff2'),
      url('/fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-ExtraBold.woff2') format('woff2'),
      url('/fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-BoldItalic.woff2') format('woff2'),
      url('/fonts/Montserrat-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
      url('/fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
      url('/fonts/Montserrat-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-ExtraLight.woff2') format('woff2'),
      url('/fonts/Montserrat-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Italic.woff2') format('woff2'),
      url('/fonts/Montserrat-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-LightItalic.woff2') format('woff2'),
      url('/fonts/Montserrat-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Light.woff2') format('woff2'),
      url('/fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Regular.woff2') format('woff2'),
      url('/fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-MediumItalic.woff2') format('woff2'),
      url('/fonts/Montserrat-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Medium.woff2') format('woff2'),
      url('/fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
      url('/fonts/Montserrat-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-SemiBold.woff2') format('woff2'),
      url('/fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Thin.woff2') format('woff2'),
      url('/fonts/Montserrat-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-ThinItalic.woff2') format('woff2'),
      url('/fonts/Montserrat-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-display: swap;
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/kaushan-script-v19-latin_latin-ext-regular.woff2') format('woff2');
  }

/* Tarih, Doğa ve Kültür Kenti alanı */

/* İletişim Sayfası Stilleri */
.contact-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    padding: 24px !important;
    background: #fff;
}

.contact-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.contact-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #b79f74 0%, #9a8560 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon {
    color: #fff !important;
}

.contact-title {
    font-size: 16px;
    font-weight: 700;
    color: #303f6c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px !important;
}

.contact-text {
    font-size: 15px;
    color: #455062;
    line-height: 1.6;
    margin: 0;
}

.contact-link {
    color: #303f6c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #b79f74;
    text-decoration: none;
}

.contact-map-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.contact-input,
.contact-textarea {
    border-radius: 8px;
}

.contact-map-iframe {
    border-radius: 8px;
}

@media (max-width: 960px) {
    .contact-card {
        padding: 20px !important;
    }
    
    .contact-icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .contact-icon {
        transform: scale(0.9);
    }
    
    .contact-title {
        font-size: 14px;
    }
    
    .contact-text {
        font-size: 14px;
    }
}

/* Duyurular Sayfası Stilleri */
.announcement-page-grid {
    margin-top: 24px;
}

.announcement-page-link {
    text-decoration: none;
    display: block;
    height: 100%;

}

.announcement-page-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 20px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.announcement-page-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.announcement-page-date {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #b79f74;
    margin-bottom: 6px;
}

.announcement-page-title {
    font-size: 16px;
    font-weight: 600;
    color: #303f6c;
    line-height: 1.4;
    margin: 0;
}

.announcement-page-link:hover .announcement-page-title {
    color: #b79f74;
}

.announcement-page-grid > div {
    margin-bottom: 20px;
}

.announcement-filter-card {
    background: transparent;
    border-radius: 12px;
}

@media (max-width: 959px) {
    .announcement-filter-card {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding-top: 0;
        padding-bottom: 0;
        transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease;
    }

    .announcement-filter-card.is-open {
        max-height: 420px;
        opacity: 1;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media (min-width: 960px) {
    .announcement-filter-card {
        max-height: none;
        opacity: 1;
        overflow: visible;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .home-news-section {
      padding: 50px 0 20px;
      background: #FAF8F4;
      background: linear-gradient(180deg, rgba(250, 248, 244, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }
}

.announcement-filter-label {
    font-size: 13px;
    font-weight: 600;
    color: #70695e;
    margin-bottom: 4px;
}

.announcement-filter-input {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, border-color 0.3s ease;
}

.announcement-filter-input:focus {
    background: rgba(255, 255, 255, 1);
    border-color: #b79f74;
}

.announcement-filter-actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.announcement-filter-actions > div {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.announcement-filter-actions .uk-button {
    min-height: 42px;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 5px;
}

.announcement-filter-actions .uk-button-primary {
    background: #b79f74;
    color: #fff;
    border: 1px solid #b79f74;
}

.announcement-filter-actions .uk-button-primary:hover {
    background: #9a8560;
    border-color: #9a8560;
    color: #fff;
}

.announcement-filter-actions .uk-button-default {
    background: transparent;
    color: #303f6c;
    border: 1px solid #303f6c;
}

.announcement-filter-actions .uk-button-default:hover {
    background: #303f6c;
    color: #fff;
    border-color: #303f6c;
}

.filter-toggle-btn {
    border-radius: 5px;
    border: 1px solid #303f6c;
    background: transparent;
    color: #303f6c;
}

.filter-toggle-btn:hover {
    background: #303f6c;
    color: #fff;
}

@media (max-width: 960px) {
    .announcement-filter-actions > div {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .announcement-page-card {
        padding: 16px 18px;
    }
}

/* Sayfalar Bölümü Stilleri */
.quick-menu-card-link {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quick-menu-card-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    text-decoration: none;
}

.quick-menu-card-link:hover .uk-card-title {
    color: #b79f74;
}

.faq-accordion-item {
    overflow: hidden;
}

/* UIkit varsayılan okunu tamamen gizle */
.faq-accordion .uk-accordion-title::before {
    display: none !important;
}

/* Sağda altın renkli ok ekle */
.faq-accordion .uk-accordion-title {
    position: relative;
    padding-right: 30px;
}

.faq-accordion .uk-accordion-title::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid #b79f74;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: transform 0.3s ease;
}

.faq-accordion li.uk-open .uk-accordion-title::after {
    transform: translateY(-50%) rotate(90deg);
}

.faq-accordion-item .uk-accordion-content {
    border-radius: 0 0 10px 10px;
    padding: 16px !important;
}

/* Haberler sayfası */
.news-hero-slider .news-hero-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    background: #fff;
    position: relative;
}

.news-hero-link {
    display: block;
    text-decoration: none;
}

.news-hero-media {
    height: 420px;
    position: relative;
}

.news-hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}

.news-hero-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 50px;
    z-index: 2;
}

.news-hero-date {
    color: #fff;
    font-weight: 400;
    margin-bottom: 14px;
    font-size: 14px;
}

.news-hero-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.news-hero-title-home {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

.news-list-single {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-page-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.news-page-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.news-card-media {
    height: 280px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.news-card-media img {
    transition: transform 0.5s ease;
}

.news-page-card:hover .news-card-media img {
    transform: scale(1.1);
}

.news-card-body {
    padding: 24px 28px;
}

.news-page-date {
    color: #b79f74;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.news-page-title {
    color: #1b2a49;
    font-weight: 700;
    line-height: 1.4;
    font-size: 22px;
    margin-bottom: 12px;
}

.news-page-excerpt {
    color: #555;
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 15px;
}

.news-read-more-btn {
    border-radius: 5px;
    font-weight: 600;
    padding: 8px 20px;
}

@media (max-width: 959px) {
    .news-hero-media {
        height: 320px;
    }
    
    .news-card-media {
        border-radius: 10px 10px 0 0;
        height: 240px;
    }
    
    .news-card-body {
        padding: 20px;
    }
    
    .news-hero-body {
        padding: 24px 28px;
    }
    
    .news-hero-date {
        margin-bottom: 12px;
    }
    
    .news-hero-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
    }
    .news-hero-title-home {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.4;
    }
}

/* İhaleler Sayfası Stilleri */
.tender-search-top {
    margin-bottom: 24px;
}

.tender-search-top .uk-search {
    width: 100%;
    max-width: 500px;
}

.tender-search-top .uk-search-input {
    font-size: 16px;
    padding: 12px 16px 12px 45px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.tender-filter-section {
    margin-bottom: 24px;
}

.tender-table-wrapper {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.tender-table-wrapper .uk-table {
    margin-bottom: 0;
}

.tender-table-wrapper .uk-table thead {
    background: #f8f8f8;
}

.tender-table-wrapper .uk-table thead th {
    font-weight: 600;
    color: #1b2a49;
    font-size: 14px;
    padding: 16px 20px;
}

.tender-table-wrapper .uk-table tbody tr {
    transition: background-color 0.3s ease;
}

.tender-table-wrapper .uk-table tbody tr:hover {
    background-color: #f9f9f9;
}

.tender-table-wrapper .uk-table tbody td {
    padding: 20px;
    font-size: 14px;
    vertical-align: middle;
}

.tender-number {
    font-weight: 700;
    color: #1b2a49;
    font-size: 16px;
}

.tender-name {
    font-weight: 600;
    color: #1b2a49;
    font-size: 15px;
    line-height: 1.5;
}

.tender-status {
    font-weight: 600;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 5px;
    display: inline-block;
    white-space: nowrap;
}

.tender-status-progress {
    color: #1ea5a5;
    background: rgba(30, 165, 165, 0.15);
    border: 1px solid rgba(30, 165, 165, 0.3);
}

.tender-status-completed {
    color: #70695e;
    background: rgba(112, 105, 94, 0.1);
    border: 1px solid rgba(112, 105, 94, 0.2);
}

.tender-status-cancelled {
    color: #8b7355;
    background: rgba(139, 115, 85, 0.1);
    border: 1px solid rgba(139, 115, 85, 0.2);
}

.tender-date {
    color: #70695e;
    font-size: 14px;
}

.tender-detail-link {
    color: #b79f74;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: inline-block;
}

.tender-detail-link:hover {
    color: #9a8560;
    text-decoration: underline;
}

/* Pagination */
.tender-pagination {
    margin-top: 32px;
}

.tender-pagination .uk-pagination > li > a,
.tender-pagination .uk-pagination > li > span {
    color: #666;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 6px;
    min-width: 36px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tender-pagination .uk-pagination > li.uk-active > span {
    background: #b79f74;
    color: #fff;
    border-color: #b79f74;
}

.tender-pagination .uk-pagination > li > a:hover {
    background: #f5f5f5;
    color: #b79f74;
}

/* Tab Stilleri */
.tender-tabs {
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.tender-tabs > li > a {
    color: #666;
    font-weight: 600;
    padding: 12px 20px;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.tender-tabs > li.uk-active > a {
    color: #b79f74;
    border-bottom-color: #b79f74;
}

.tender-tabs > li:nth-child(3) > a {
    color: #1ea5a5;
}

.tender-tabs > li:nth-child(3).uk-active > a {
    color: #1ea5a5;
    border-bottom-color: #1ea5a5;
}

.tender-tabs > li:nth-child(4) > a {
    color: #cc0000;
}

.tender-tabs > li:nth-child(4).uk-active > a {
    color: #cc0000;
    border-bottom-color: #cc0000;
}

.tender-tabs > li > a .uk-icon {
    color: inherit;
}

.tender-tabs > li > a:hover {
    color: inherit;
    opacity: 0.8;
}

@media (max-width: 959px) {
    
    .tender-filter-section {
        margin-bottom: 20px;
        overflow: visible;
    }
    
    .tender-filter-section {
        overflow: visible !important;
    }
    
    .tender-filter-section {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .tender-tabs.uk-tab {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        border-bottom: 2px solid #e5e5e5;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    
    .tender-tabs.uk-tab::before {
        display: none !important;
    }
    
    .tender-tabs.uk-tab > li {
        flex: 0 0 calc(50% - 2px) !important;
        -webkit-flex: 0 0 calc(50% - 2px) !important;
        text-align: center !important;
        margin-bottom: 8px !important;
        margin-right: 2px !important;
        margin-left: 0 !important;
        max-width: calc(50% - 2px) !important;
        width: calc(50% - 2px) !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    
    .tender-tabs.uk-tab > li:nth-child(2),
    .tender-tabs.uk-tab > li:nth-child(4) {
        margin-left: 2px !important;
        margin-right: 0 !important;
    }
    
    .tender-tabs.uk-tab > li:nth-child(1),
    .tender-tabs.uk-tab > li:nth-child(3) {
        margin-left: 0 !important;
        margin-right: 2px !important;
    }
    
    .tender-tabs > li > a {
        padding: 10px 8px;
        font-size: 12px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .tender-tabs > li > a .uk-icon {
        margin-right: 4px;
        flex-shrink: 0;
    }
    
    .tender-tabs > li > a span {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .bread-bg .uk-width-auto@s .uk-flex {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .tender-item {
        padding: 16px;
    }
    
    .tender-table-wrapper {
        border-radius: 8px;
    }
    
    .tender-table-wrapper .uk-table thead {
        display: none;
    }
    
    .tender-table-wrapper {
        background: transparent;
        box-shadow: none;
        border-radius: 0;
    }
    
    .tender-table-wrapper .uk-table {
        border-collapse: separate !important;
        border-spacing: 0 16px !important;
    }
    
    .tender-table-wrapper .uk-table tbody tr {
        display: block !important;
        padding: 16px;
        margin-bottom: 16px !important;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
        border: none !important;
    }
    
    .tender-table-wrapper .uk-table tbody tr:last-child {
        margin-bottom: 0 !important;
    }
    
    .tender-table-wrapper .uk-table tbody td {
        display: block;
        padding: 8px 0;
        text-align: left !important;
        border: none;
    }
    
    .tender-table-wrapper .uk-table tbody td.tender-td-number {
        padding-bottom: 12px;
    }
    
    .tender-table-wrapper .uk-table tbody td.tender-td-name {
        padding-bottom: 12px;
    }
    
    .tender-table-wrapper .uk-table tbody td.tender-td-status {
        padding-bottom: 8px;
    }
    
    .tender-table-wrapper .uk-table tbody td.tender-td-date {
        padding-bottom: 12px;
        padding-top: 0;
    }
    
    .tender-table-wrapper .uk-table tbody td.tender-td-view {
        padding-top: 12px;
        border-top: 1px solid #f0f0f0;
        margin-top: 4px;
        padding-bottom: 0;
    }
    
    .tender-number {
        font-weight: 700;
        font-size: 18px;
        color: #1b2a49;
    }
    
    .tender-name {
        font-size: 14px;
        line-height: 1.5;
        color: #1b2a49;
        font-weight: 600;
    }
    
    .tender-status {
        display: inline-block !important;
    }
    
    .tender-date {
        font-size: 13px;
        color: #70695e;
    }
    
    .tender-detail-link {
        display: inline-block;
    }
    
    .tender-pagination {
        margin-top: 24px;
    }
}


/* Nöbetçi Eczaneler Tablosu Stilleri */
.eczane-table-wrapper {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.eczane-table-wrapper .uk-table {
    margin-bottom: 0;
}

.eczane-table-wrapper .uk-table thead th {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    background: #303f6c;
}

.eczane-table-wrapper .uk-table tbody tr {
    transition: background-color 0.3s ease;
}

.eczane-table-wrapper .uk-table tbody tr.eczane-row-even {
    background: #fff;
}

.eczane-table-wrapper .uk-table tbody tr.eczane-row-odd {
    background: #f8f7f5;
}

.eczane-table-wrapper .uk-table tbody tr.eczane-active-row {
    background: #fff3f3;
    animation: eczane-pulse 2s ease-in-out infinite;
}

@keyframes eczane-pulse {
    0%, 100% {
        background-color: #fff3f3;
    }
    50% {
        background-color: #ffe0e0;
    }
}

.eczane-table-wrapper .uk-table tbody td {
    padding: 15px;
    font-size: 14px;
    vertical-align: middle;
}

.eczane-table-wrapper .uk-table tbody tr:hover {
    background-color: #f0f0f0 !important;
}

.eczane-table-wrapper .uk-table tbody tr.eczane-active-row:hover {
    background-color: #ffe0e0 !important;
}

@media (max-width: 959px) {
    .eczane-table-wrapper {
        border-radius: 8px;
        background: transparent;
        box-shadow: none;
    }
    
    .eczane-table-wrapper .uk-table thead {
        display: none;
    }
    
    .eczane-table-wrapper .uk-table {
        border-collapse: separate !important;
        border-spacing: 0 16px !important;
    }
    
    .eczane-table-wrapper .uk-table tbody tr {
        display: block !important;
        padding: 16px;
        margin-bottom: 16px !important;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
        border: none !important;
    }
    
    .eczane-table-wrapper .uk-table tbody tr.eczane-row-odd {
        background: #f8f7f5;
    }
    
    .eczane-table-wrapper .uk-table tbody tr.eczane-active-row {
        background: #fff3f3;
        animation: eczane-pulse 2s ease-in-out infinite;
    }
    
    .eczane-table-wrapper .uk-table tbody tr:last-child {
        margin-bottom: 0 !important;
    }
    
    .eczane-table-wrapper .uk-table tbody td {
        display: block;
        padding: 8px 0;
        text-align: left !important;
        border: none;
    }
    
    .eczane-table-wrapper .uk-table tbody td.eczane-td-name {
        padding-bottom: 12px;
        font-weight: 600;
        font-size: 16px;
    }
    
    .eczane-table-wrapper .uk-table tbody td.eczane-td-name::before {
        content: "Eczane: ";
        font-weight: 600;
        color: #70695e;
        font-size: 12px;
    }
    
    .eczane-table-wrapper .uk-table tbody td.eczane-td-address {
        padding-bottom: 12px;
    }
    
    .eczane-table-wrapper .uk-table tbody td.eczane-td-address > div::before {
        content: "Adres: ";
        font-weight: 600;
        color: #70695e;
        font-size: 12px;
        display: block;
        margin-bottom: 4px;
    }
    
    .eczane-table-wrapper .uk-table tbody td.eczane-td-phone {
        padding-bottom: 12px;
    }
    
    .eczane-table-wrapper .uk-table tbody td.eczane-td-phone::before {
        content: "Telefon: ";
        font-weight: 600;
        color: #70695e;
        font-size: 12px;
    }
    
    .eczane-table-wrapper .uk-table tbody td.eczane-td-date {
        padding-bottom: 0;
    }
    
    .eczane-table-wrapper .uk-table tbody td.eczane-td-date::before {
        content: "Tarih: ";
        font-weight: 600;
        color: #70695e;
    }
    
    .eczane-yol-tarifi-btn {
        margin-top: 8px;
    }
}

/* Eczane Modal Stilleri */
/* Eczane Modal Stilleri */
.eczane-modal-dialog {
    max-width: 700px;
    border-radius: 16px;
    overflow: hidden;
}

.eczane-modal-content {
    padding: 0;
    background: #fff;
}

.eczane-modal-header {
    background: linear-gradient(135deg, #d32f2f 0%, #c62828 100%);
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
}

.eczane-modal-icon-wrapper {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

.eczane-modal-info {
    flex: 1;
}

.eczane-modal-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.eczane-modal-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 400;
}

.eczane-modal-body {
    padding: 30px;
    background: #f8f9fa;
}

.eczane-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.eczane-info-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #e5e5e5;
}

.eczane-info-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.eczane-info-card-full {
    grid-column: 1 / -1;
}

.eczane-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.eczane-info-content {
    flex: 1;
    min-width: 0;
}

.eczane-info-label {
    font-size: 12px;
    font-weight: 600;
    color: #70695e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.eczane-info-value {
    font-size: 15px;
    color: #1b2a49;
    font-weight: 500;
    line-height: 1.5;
    word-break: break-word;
}

.eczane-phone-link {
    color: #388e3c;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.eczane-phone-link:hover {
    color: #2e7d32;
    text-decoration: underline;
}

.eczane-map-card {
    padding: 0;
    overflow: hidden;
}

.eczane-map-container {
    width: 100%;
    height: 350px;
    background: #f5f5f5;
}

.eczane-map-actions {
    padding: 24px 30px;
    margin-top: 20px;
    text-align: center;
    border-top: 2px solid #e5e5e5;
}

.eczane-map-button {
    border-radius: 8px;
    font-weight: 600;
}

@media (max-width: 640px) {
    .eczane-modal-header {
        padding: 24px 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .eczane-modal-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .eczane-modal-title {
        font-size: 22px;
    }
    
    .eczane-modal-body {
        padding: 20px;
    }
    
    .eczane-info-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .eczane-info-card {
        padding: 16px;
    }
    
    .eczane-map-container {
        height: 280px;
    }
}
}

/* Tarihi Yerler Listeleme Sayfası Stilleri */
.tarihi-list-grid {
    margin-top: 0;
}

.tarihi-list-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.tarihi-list-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    min-height: 360px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tarihi-list-card-link:hover .tarihi-list-card {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    text-decoration: none;
}

.tarihi-list-card-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.tarihi-list-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.tarihi-list-card-link:hover .tarihi-list-card-image img {
    transform: scale(1.1);
}

.tarihi-list-card-body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.tarihi-list-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #70695e;
    line-height: 1.4;
}

.tarihi-list-card-link:hover .tarihi-list-card-title {
    color: #b79f74;
}


.tarihi-list-card-button {
    color: #70695e;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tarihi-list-card-link:hover .tarihi-list-card-button {
    color: #b79f74;
}

.tarihi-list-card-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #dad5cc;
    color: #70695e;
    transition: all 0.3s ease;
}

.tarihi-list-card-link:hover .tarihi-list-card-arrow {
    background: #b79f74;
    color: #fff;
}


@media (max-width: 960px) {
    .tarihi-list-card {
        min-height: 300px;
    }
    
    .tarihi-list-card-image {
        height: 220px;
    }
    
    .tarihi-list-grid {
        margin-top: 20px;
    }
    
    .tarihi-list-grid > div {
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .tarihi-list-card {
        min-height: auto;
    }
    
    .tarihi-list-card-image {
        height: 200px;
    }
    
    .tarihi-list-card-body {
        padding: 14px 16px 16px;
    }
    
    .tarihi-list-card-title {
        font-size: 15px;
    }
    
    .tarihi-list-grid > div {
        margin-bottom: 16px;
    }
    
    .tarihi-list-grid {
        margin-top: 16px;
    }
}

@media (max-width: 960px) {
    .tarihi-yerler .right-menu-card {
        margin-top: 30px;
    }
}

/* Tarihi Yerler Detay Sayfası Stilleri */
.tarihi-detail-slideshow {
    min-height: 700px;
}

.tarihi-detail-slideshow .uk-slideshow-items {
    min-height: 700px;
}

.tarihi-detail-description {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin-top: 20px;
    max-width: 800px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 960px) {
    .tarihi-detail-slideshow {
        min-height: 500px;
    }
    
    .tarihi-detail-slideshow .uk-slideshow-items {
        min-height: 500px;
    }
    
    .tarihi-detail-description {
        font-size: 16px;
        margin-top: 15px;
    }
}

@media (max-width: 640px) {
    .tarihi-detail-slideshow {
        min-height: 400px;
    }
    
    .tarihi-detail-slideshow .uk-slideshow-items {
        min-height: 400px;
    }
    
    .tarihi-detail-description {
        font-size: 14px;
        margin-top: 12px;
    }
}

/* Fotoğraf Albümü Kartları */

.photo-album-card {
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px;
}

.photo-album-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    text-decoration: none;
}

.photo-album-image-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.photo-album-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 12px 12px 0 0;
}

.photo-album-card:hover .photo-album-image {
    transform: scale(1.05);
}

.photo-album-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(14, 26, 43, 0.85) 0%, rgba(14, 26, 43, 0.5) 50%, rgba(14, 26, 43, 0) 100%);
    padding: 20px 16px 12px;
    z-index: 2;
    border-radius: 0 0 12px 12px;
}

.photo-album-count {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.photo-album-count-icon {
    flex-shrink: 0;
}

.photo-album-count-icon .uk-icon {
    color: #fff;
}

.photo-album-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #fff;
}

.photo-album-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #70695e;
}

.photo-album-icon .uk-icon {
    color: #70695e;
}

.photo-album-title {
    font-size: 16px;
    font-weight: 600;
    color: #70695e;
    flex: 1;
}

.photo-album-card:hover .photo-album-title {
    color: #b79f74;
}

@media (max-width: 960px) {

    
    .photo-album-image-wrapper {
        height: 250px;
    }
}

@media (max-width: 640px) {
    .photo-album-image-wrapper {
        height: 220px;
    }
    
    .photo-album-footer {
        padding: 10px;
    }
    
    .photo-album-title {
        font-size: 15px;
    }
    
    .photo-album-count {
        font-size: 13px;
    }
}

/* Lightbox Thumbnail Navigation Stilleri */
.uk-lightbox .uk-thumbnav {
    margin: 0;
    padding: 10px;
}

.uk-lightbox .uk-thumbnav > * {
    padding: 0 5px;
}

.uk-lightbox .uk-thumbnav > * > a {
    width: 80px;
    height: 80px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.uk-lightbox .uk-thumbnav > .uk-active > a {
    border-color: #b79f74;
}

.uk-lightbox .uk-thumbnav > * > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 640px) {
    .uk-lightbox .uk-thumbnav > * > a {
        width: 60px;
        height: 60px;
    }
}

/* Başkan Sayfası Stilleri */
.baskan-content-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.baskan-action-buttons {
    text-align: center;
}

.baskan-action-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: #0e1a2b;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(14, 26, 43, 0.2);
}

.baskan-action-btn:hover {
    background: #1a2d4a;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(14, 26, 43, 0.3);
}

.baskan-action-btn-secondary {
    background: #b79f74;
}

.baskan-action-btn-secondary:hover {
    background: #a68f64;
}

.baskan-content-section {
    color: #455062;
    line-height: 1.8;
}

.baskan-content-section p {
    font-size: 16px;
    margin-bottom: 16px;
}

.baskan-heading-bullet {
    position: relative;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #0e1a2b;
    margin-bottom: 16px;
    margin-top: 32px;
}

.baskan-heading-bullet::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: #0e1a2b;
    border-radius: 2px;
}

.baskan-content-section .uk-list-divider > li {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}

.baskan-content-section .uk-list-divider > li:last-child {
    border-bottom: none;
}

.baskan-content-section .uk-list-divider > li strong {
    color: #0e1a2b;
    font-weight: 600;
    min-width: 140px;
    display: inline-block;
}

@media (max-width: 960px) {
    .baskan-content-wrapper {
        padding: 30px 20px;
    }
    
    .baskan-action-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .baskan-heading-bullet {
        font-size: 20px;
    }
}

/* Organizasyon Şeması Stilleri - D3.js */
.org-chart-wrapper {
    width: 100%;
    min-height: 600px;
    padding: 40px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: visible;
}

.org-chart-wrapper svg {
    display: block;
    width: 100%;
    height: auto;
}

.org-node-card {
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.org-node-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(183, 159, 116, 0.3);
    border-color: #b79f74;
}

.org-node-title {
    font-size: 14px;
    font-weight: 600;
    color: #0e1a2b;
    line-height: 1.4;
    word-wrap: break-word;
    margin: 0;
}

/* Başkan Stili */
.org-node-baskan {
    background: linear-gradient(135deg, #0e1a2b 0%, #1a2f4a 100%) !important;
    border-color: #b79f74 !important;
    border-width: 3px !important;
    padding: 20px 25px !important;
}

.org-node-baskan .org-node-title {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* Başkan Yardımcısı Stili */
.org-node-baskan-yardimcisi {
    background: linear-gradient(135deg, #b79f74 0%, #a68f64 100%) !important;
    border-color: #8b7554 !important;
    border-width: 2px !important;
}

.org-node-baskan-yardimcisi .org-node-title {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

/* Müdürlük Stili */
.org-node-mudurluk {
    background: #f8f9fa !important;
    border-color: #d0d5db !important;
}

.org-node-mudurluk .org-node-title {
    color: #455062 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

/* Bağlantı Çizgileri */
.org-link {
    stroke: #b79f74 !important;
    stroke-width: 3px !important;
    fill: none !important;
    stroke-linecap: round !important;
}

/* Mobil Responsive */
@media (max-width: 960px) {
    .org-chart-wrapper {
        padding: 30px 15px;
        min-height: 800px;
    }
    
    .org-node-card {
        padding: 12px 16px !important;
    }
    
    .org-node-title {
        font-size: 12px !important;
    }
    
    .org-node-baskan .org-node-title {
        font-size: 14px !important;
    }
    
    .org-node-baskan-yardimcisi .org-node-title {
        font-size: 13px !important;
    }
    
    .org-node-mudurluk .org-node-title {
        font-size: 11px !important;
    }
    
    .org-link {
        stroke-width: 2.5px !important;
    }
}

@media (max-width: 640px) {
    .org-chart-wrapper {
        padding: 20px 10px;
        min-height: 700px;
    }
    
    .org-node-card {
        padding: 10px 14px !important;
    }
    
    .org-node-title {
        font-size: 11px !important;
    }
    
    .org-node-baskan .org-node-title {
        font-size: 13px !important;
    }
    
    .org-node-baskan-yardimcisi .org-node-title {
        font-size: 12px !important;
    }
    
    .org-node-mudurluk .org-node-title {
        font-size: 10px !important;
    }
}

/* Eski Organizasyon Şeması Stilleri (Kaldırılabilir) */
.org-chart-container {
    width: 100%;
    min-height: 600px;
    padding: 60px 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: visible;
}

/* Çizgilerin görünürlüğünü artır */
.org-chart-container .org-line {
    stroke: #8b7554 !important;
    stroke-width: 3 !important;
    opacity: 1 !important;
}

.org-chart-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: visible;
}

.org-line {
    stroke: #8b7554;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1;
    filter: drop-shadow(0 1px 1px rgba(139, 117, 84, 0.3));
}

.org-node {
    position: relative;
    text-align: center;
    margin: 20px 15px;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
}

.org-node-card {
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px 24px;
    min-width: 200px;
    max-width: 250px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.org-node-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(183, 159, 116, 0.3);
    border-color: #b79f74;
}

.org-node-name {
    font-size: 15px;
    font-weight: 600;
    color: #0e1a2b;
    line-height: 1.4;
    word-wrap: break-word;
    margin: 0;
}

/* Başkan Stili */
.org-node-baskan {
    margin: 0 auto 50px;
    display: block;
    width: 100%;
}

.org-node-baskan .org-node-card {
    background: linear-gradient(135deg, #0e1a2b 0%, #1a2f4a 100%);
    border-color: #b79f74;
    border-width: 3px;
    padding: 30px 28px;
    min-width: 220px;
    max-width: 280px;
    margin: 0 auto;
}

.org-node-baskan .org-node-name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

/* Başkan Yardımcısı Stili */
.org-node-baskan-yardimcisi .org-node-card {
    background: linear-gradient(135deg, #b79f74 0%, #a68f64 100%);
    border-color: #8b7554;
    border-width: 2px;
    padding: 24px 26px;
    min-width: 200px;
}

.org-node-baskan-yardimcisi .org-node-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

/* Müdürlük Stili */
.org-node-mudurluk .org-node-card {
    background: #f8f9fa;
    border-color: #d0d5db;
    border-width: 2px;
    min-width: 180px;
}

.org-node-mudurluk .org-node-name {
    color: #455062;
    font-size: 14px;
    font-weight: 500;
}

/* Seviye Düzenlemeleri */
.org-level {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
    position: relative;
    padding-top: 30px;
    gap: 15px;
}

.org-level-1 {
    margin-top: 50px;
}

.org-level-2 {
    margin-top: 30px;
    padding-top: 20px;
}

/* Desktop Düzeni */
@media (min-width: 961px) {
    .org-chart-container {
        padding: 80px 40px;
    }
    
    .org-node {
        margin: 25px 20px;
    }
    
    .org-node-card {
        min-width: 200px;
    }
    
    .org-node-baskan .org-node-card {
        min-width: 250px;
    }
    
    .org-level {
        gap: 20px;
    }
}

/* Tablet Düzeni */
@media (max-width: 960px) and (min-width: 641px) {
    .org-chart-container {
        padding: 50px 25px;
        overflow-x: auto;
    }
    
    .org-node {
        margin: 20px 10px;
    }
    
    .org-node-card {
        min-width: 180px;
        max-width: 220px;
    }
    
    .org-level {
        gap: 15px;
    }
}

/* Mobil Responsive */
@media (max-width: 640px) {
    .org-chart-container {
        padding: 40px 15px;
        min-height: auto;
        overflow-x: visible;
    }
    
    .org-chart-lines {
        opacity: 1; /* Mobilde de çizgileri göster */
        display: block;
    }
    
    .org-chart-container .org-line {
        stroke-width: 2.5 !important;
    }
    
    .org-level {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        padding-top: 20px;
        gap: 0;
    }
    
    .org-node {
        margin: 15px 0;
        width: 100%;
        max-width: 100%;
        display: block;
        position: relative;
    }
    
    .org-node-card {
        min-width: 100%;
        max-width: 100%;
        padding: 18px 20px;
    }
    
    .org-node-baskan {
        margin-bottom: 40px;
    }
    
    .org-node-baskan .org-node-card {
        min-width: 100%;
        max-width: 100%;
        padding: 24px 20px;
    }
    
    .org-node-name {
        font-size: 14px;
    }
    
    .org-node-baskan .org-node-name {
        font-size: 16px;
    }
    
    .org-node-baskan-yardimcisi .org-node-name {
        font-size: 15px;
    }
    
    .org-node-mudurluk .org-node-name {
        font-size: 13px;
    }
    
    /* Mobilde CSS ile dikey bağlantı çizgileri - SVG çizgileri ile birlikte */
    .org-node:not(.org-node-baskan)::before {
        content: '';
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 25px;
        background: #b79f74;
        z-index: 0;
        border-radius: 2px;
        opacity: 0.6;
    }
    
    .org-level-1 .org-node::before {
        height: 35px;
        top: -35px;
    }
    
    .org-level-2 .org-node::before {
        height: 25px;
        top: -25px;
    }
}

@media (max-width: 480px) {
    .org-chart-container {
        padding: 30px 10px;
    }
    
    .org-node-card {
        padding: 16px 18px;
    }
    
    .org-node-name {
        font-size: 13px;
    }
    
    .org-node-baskan .org-node-name {
        font-size: 15px;
    }
    
    .org-node-baskan-yardimcisi .org-node-name {
        font-size: 14px;
    }
    
    .org-node-mudurluk .org-node-name {
        font-size: 12px;
    }
}
/* Sayfa �zellikleri (Accordion) Stilleri */
.feature-image-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: inline-block;
    max-width: 100%;
}

.feature-image-wrapper:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.feature-image {
    display: block;
    max-width: 100%;
    max-height: 300px;
    width: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.feature-image-wrapper:hover .feature-image {
    transform: scale(1.02);
}

.feature-file-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: #f8f9fa;
    color: #333;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.feature-file-btn:hover {
    background: #fff;
    border-color: #b79f74;
    color: #b79f74;
    box-shadow: 0 4px 12px rgba(183, 159, 116, 0.15);
    text-decoration: none;
    transform: translateY(-2px);
}

.feature-file-btn .uk-icon {
    color: #b79f74;
    margin-right: 10px;
}

/* Sayfa �zellikleri (Accordion) Stilleri v2 */
.feature-content-text {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.feature-image-wrapper {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    max-width: 100%;
}

.feature-image-wrapper:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.feature-image {
    display: block;
    width: 100%;
    height: 180px; 
    object-fit: cover;
    transition: transform 0.5s ease;
}

.feature-image-wrapper:hover .feature-image {
    transform: scale(1.05);
}

.feature-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-image-wrapper:hover .feature-image-overlay {
    opacity: 1;
}

.feature-image-overlay .uk-icon {
    color: #fff;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.feature-file-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #fff;
    color: #444;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.feature-file-btn:hover {
    border-color: #b79f74;
    color: #b79f74;
    background: #fcfcfc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-decoration: none;
}

.feature-file-btn .uk-icon {
    color: #b79f74;
    margin-right: 8px;
}


.event-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.event-card:hover {
  transform: translateY(-5px);
}
.event-body {
  color: #1b2a49;
}

.event-date {
  color: #70695e;
}

.event-date-home {
  color: #d3deff;
  font-weight: 400;
  font-size: 14px;
}

/* ========================================
   Video Card Styles - Elegant & Smooth
   ======================================== */

   .video-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.video-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.video-player-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow: hidden;
}

.video-iframe,
.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

.video-player {
    background: #000;
}

.video-player:focus {
    outline: none;
}

.video-info {
    padding: 16px 20px 20px;
    background: #ffffff;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.video-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a202c !important;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-description {
    font-size: 14px;
    color: #718096;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Video Card - Loading State */
.video-player-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: video-spinner 0.8s linear infinite;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.video-player-wrapper.loading::before {
    opacity: 1;
}

.video-player-wrapper iframe,
.video-player-wrapper video {
    z-index: 2;
}

@keyframes video-spinner {
    to {
        transform: rotate(360deg);
    }
}

/* Video Card - Responsive */
@media (max-width: 640px) {
    .video-card {
        border-radius: 12px;
    }
    
    .video-info {
        padding: 12px 16px 16px;
    }
    
    .video-title {
        font-size: 15px;
    }
    
    .video-description {
        font-size: 13px;
    }
}

/* Video Card - Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .video-card {
        background: #2d3748;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    
    .video-card:hover {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    }
    
    .video-info {
        background: #2d3748;
    }
    
    .video-title {
        color: #f7fafc;
    }
    
    .video-description {
        color: #cbd5e0;
    }
}


        /* Video Player ve Playlist Stilleri */
        .video-player-container {
            position: relative;
        }

        .video-wrapper {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }

        .video-playlist-container {
            position: relative;
        }

        .playlist-scroll {
            max-height: calc(100vh - 200px);
            overflow-y: auto;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
        }

        .playlist-scroll::-webkit-scrollbar {
            width: 6px;
        }

        .playlist-scroll::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
        }

        .playlist-scroll::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 10px;
        }

        .playlist-scroll::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.5);
        }

        .playlist-item {
            transition: all 0.3s ease;
            display: flex;
            gap: 12px;
            padding: 12px;
            margin-bottom: 12px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 8px;
            cursor: pointer;
        }

        .playlist-item:hover {
            background: rgba(255, 255, 255, 0.1) !important;
        }

        .playlist-item.active {
            background: rgba(255, 255, 255, 0.15) !important;
        }

        .playlist-item-thumb {
            position: relative;
            width: 120px;
            min-width: 120px;
            height: 90px;
            border-radius: 6px;
            overflow: hidden;
            background: #000;
        }

        .playlist-item-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .playlist-item-thumb .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 28px;
            opacity: 0.9;
            transition: opacity 0.3s;
        }

        .playlist-item:hover .playlist-item-thumb .play-icon {
            opacity: 1;
        }

        .playlist-item-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .playlist-item-title {
            font-size: 15px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 6px;
            line-height: 1.4;
        }

        .playlist-item-category {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 4px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .playlist-item-date {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.7);
        }

        .playlist-header h4 {
            color: #fff !important;
        }


        /* Mobil için padding ayarı */
        @media (max-width: 960px) {
      
            .video-section-padding {
                padding: 180px 0 40px 0 !important;
            }
            .playlist-scroll {
                max-height: 500px !important;
                overflow-y: auto !important;
                overflow-x: hidden !important;
                -webkit-overflow-scrolling: touch;
            }
            
            .video-playlist-container {
                margin-top: 30px;
                height: auto !important;
                display: flex;
                flex-direction: column;
            }
            
            .video-playlist-container .playlist-scroll {
                flex: 1;
                min-height: 0;
            }

            .playlist-item-thumb {
                width: 100px;
                min-width: 100px;
                height: 75px;
            }

            .playlist-item-title {
                font-size: 14px;
            }
        }

        @media (max-width: 640px) {
            .video-section-padding {
                padding: 150px 0 30px 0 !important;
            }
            
            .playlist-scroll {
                max-height: 400px !important;
                overflow-y: auto !important;
                overflow-x: hidden !important;
                -webkit-overflow-scrolling: touch;
            }
        }

        /* Playlist yüksekliğini video yüksekliğine eşitleme */
        @media (min-width: 961px) {

            .video-section-padding {
                padding: 280px 0 40px 0 !important;
            }

            .video-playlist-container {
                display: flex;
                flex-direction: column;
            }
            
            .playlist-scroll {
                flex: 1;
                max-height: none;
            }
        }

        /* Video Listesi Sayfası Stilleri */
        .video-page-card {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            cursor: pointer;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .video-page-card:hover {
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
            transform: translateY(-4px);
        }

        .video-page-thumb {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            background: #000;
            overflow: hidden;
        }

        .video-page-thumb img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .video-page-play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            opacity: 0.9;
            transition: opacity 0.3s;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
        }

        .video-page-card:hover .video-page-play-icon {
            opacity: 1;
        }

        .video-page-body {
            padding: 16px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .video-page-title {
            font-size: 16px;
            font-weight: 600;
            color: #303f6c;
            margin-bottom: 10px;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .video-page-category {
            font-size: 12px;
            color: rgba(48, 63, 108, 0.7);
            margin-bottom: 6px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .video-page-date {
            font-size: 12px;
            color: rgba(48, 63, 108, 0.6);
            margin-top: auto;
        }

        .video-page-grid {
            margin-top: 30px;
        }

        .video-card-item {
            display: block;
        }

        .video-card-item.hidden {
            display: none !important;
        }

        /* Floating Video Player (Picture-in-Picture) */
        .floating-video-player {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 320px;
            max-width: calc(100vw - 40px);
            background: #000;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
            z-index: 9998;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.3s ease;
            pointer-events: none;
        }

        .floating-video-player.active {
            opacity: 1;
            transform: translateY(0);
            pointer-events: all;
        }

        .floating-video-wrapper {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            background: #000;
            border-radius: 12px 12px 0 0;
            overflow: hidden;
        }

        .floating-video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        .floating-video-header {
            background: rgba(0, 0, 0, 0.8);
            padding: 10px 12px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 0 0 12px 12px;
        }

        .floating-video-title {
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            line-height: 1.3;
            flex: 1;
            margin-right: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .floating-video-close {
            background: transparent;
            border: none;
            color: #fff;
            cursor: pointer;
            padding: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            transition: background 0.2s;
            flex-shrink: 0;
        }

        .floating-video-close:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        @media (max-width: 640px) {
            .floating-video-player {
                width: 280px;
                bottom: 80px;
                right: 10px;
            }
        }


/* WhatsApp Floating Button */
.whatsapp-float-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9998;
}

.accessibility-toggle-button {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9998 !important;
    width: 60px !important;
    height: 60px !important;
}

.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
}

.whatsapp-button:hover {
    background-color: #20BA5A;
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
    color: #fff;
    text-decoration: none;
}

.whatsapp-button:active {
    transform: scale(0.95);
}

@media (max-width: 640px) {
    .whatsapp-float-button {
        bottom: 80px;
        left: 15px;
    }
    
    .whatsapp-button {
        width: 55px;
        height: 55px;
    }

    .accessibility-toggle-button {
        bottom: 80px;
        left: 15px;
    }
    
    .accessibility-toggle-button {
        width: 55px;
        height: 55px;
    }
}

.accessibility-toggle-button:hover {
    background-color: #001533;
    transform: scale(1.1);
    box-shadow: 0 4px 12px #001533;
}

         /* Personel Card Styles */
    .personel-card {
        cursor: pointer;
        transition: all 0.3s ease;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
    }

    .personel-card-body {
        padding: 12px;
    }

    .personel-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .personel-image-wrapper {
        position: relative;
        overflow: hidden;
        aspect-ratio: 1;
    }

    .personel-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .personel-card:hover .personel-image {
        transform: scale(1.05);
    }

    .personel-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        color: white;
    }

    .personel-card:hover .personel-overlay {
        opacity: 1;
    }

    .personel-name {
        font-size: 16px;
        font-weight: 600;
        margin: 12px 0 6px;
        color: #333;
    }

    .personel-title {
        font-size: 13px;
        color: #666;
        margin: 0 0 10px;
    }

    .personel-contact {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #e5e5e5;
    }

    .personel-contact-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        font-size: 12px;
        color: #666;
        margin: 4px 0;
    }

    .personel-contact-item span:first-child {
        color: #1e87f0;
    }

      .birim-card-link {
        text-decoration: none;
        display: block;
    }

    .birim-card {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .birim-card:hover {
        border-color: #d0d0d0;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        transform: translateY(-4px);
    }

    .birim-card-image {
        width: 100%;
        height: 220px;
        overflow: hidden;
        background: #f5f5f5;
    }

    .birim-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .birim-card:hover .birim-card-image img {
        transform: scale(1.05);
    }

    .birim-card-body {
        padding: 24px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .birim-card-title {
        font-size: 1.125rem;
        font-weight: 600;
        color: #2c3e50;
        margin: 0 0 12px 0;
        line-height: 1.4;
        transition: color 0.3s ease;
    }

    .birim-card:hover .birim-card-title {
        color: #3498db;
    }

    .birim-card-text {
        font-size: 0.875rem;
        color: #7f8c8d;
        line-height: 1.6;
        margin: 0 0 16px 0;
        flex: 1;
    }

    .birim-card-footer {
        padding-top: 16px;
        border-top: 1px solid #ecf0f1;
    }

    .birim-card-more {
        font-size: 0.875rem;
        color: #3498db;
        font-weight: 500;
        transition: all 0.3s ease;
        display: inline-block;
    }

    .birim-card:hover .birim-card-more {
        color: #2980b9;
        transform: translateX(4px);
    }

    @media (max-width: 640px) {
        .birim-card-image {
            height: 180px;
        }

        .birim-card-body {
            padding: 20px;
        }
    }


  /* Meclis Kararları Modal Stilleri */
.decision-modal-dialog {
  max-width: 1200px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.decision-modal-sidebar {
  background: linear-gradient(135deg, #1b2a49 0%, #2c3e50 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.decision-modal-sidebar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
  pointer-events: none;
}

.decision-sidebar-content {
  padding: 40px 32px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 100%;
}

.decision-info-section {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.decision-info-section:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(4px);
}

.decision-info-section.decision-info-primary {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
  padding: 24px;
}

.decision-info-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #fff;
}

.decision-info-primary .decision-info-icon {
  background: rgba(255, 255, 255, 0.25);
  width: 56px;
  height: 56px;
}

.decision-info-content {
  flex: 1;
}

.decision-info-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
  font-weight: 600;
}

.decision-info-value {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}

.decision-info-value-large {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.decision-download-section {
  margin-top: auto;
  padding-top: 24px;
}

.decision-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.decision-download-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.decision-modal-main {
  background: #fff;
}

.decision-main-content {
  padding: 40px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}

.decision-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid #f0f0f0;
}

.decision-title {
  font-size: 28px;
  font-weight: 700;
  color: #1b2a49;
  margin: 0 0 12px 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.decision-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #70695e;
  font-weight: 600;
}

.decision-body {
  flex: 1;
  overflow-y: auto;
  padding-right: 8px;
}

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

.decision-body::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

.decision-body::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 10px;
}

.decision-body::-webkit-scrollbar-thumb:hover {
  background: #b0b0b0;
}

.decision-content {
  font-size: 15px;
  line-height: 1.8;
  color: #455062;
  text-align: justify;
}

.decision-content p {
  margin-bottom: 16px;
}

.decision-content p:last-child {
  margin-bottom: 0;
}

.decision-content h1,
.decision-content h2,
.decision-content h3,
.decision-content h4 {
  color: #1b2a49;
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 700;
}

.decision-content ul,
.decision-content ol {
  margin: 16px 0;
  padding-left: 24px;
}

.decision-content li {
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  .decision-modal-dialog {
      max-width: 95%;
  }

  .decision-sidebar-content {
      padding: 32px 24px;
  }

  .decision-info-section {
      padding: 16px;
  }

  .decision-info-value-large {
      font-size: 24px;
  }

  .decision-main-content {
      padding: 32px 24px;
  }

  .decision-title {
      font-size: 24px;
  }
}

@media (max-width: 640px) {
  .decision-sidebar-content {
      padding: 24px 20px;
      gap: 20px;
  }

  .decision-info-section {
      flex-direction: column;
      text-align: center;
      padding: 20px;
  }

  .decision-info-icon {
      margin: 0 auto;
  }

  .decision-main-content {
      padding: 24px 20px;
  }

  .decision-title {
      font-size: 20px;
  }

  .decision-content {
      font-size: 14px;
  }
}


  /* 404 Sayfa Stilleri */
    .error-404-number {
        text-shadow: 0 10px 30px rgba(183, 161, 117, 0.2);
        animation: pulse 2s ease-in-out infinite;
    }

    @keyframes pulse {

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

        50% {
            transform: scale(1.05);
        }
    }

    .uk-card-hover:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    }

    .uk-button-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(30, 58, 95, 0.3);
    }

    .uk-button-default:hover {
        background: #b7a175 !important;
        color: white !important;
        border-color: #b7a175 !important;
    }

    /* Responsive */
    @media (max-width: 640px) {
        .error-404-number {
            font-size: 80px !important;
        }

        .uk-button-large {
            padding: 12px 30px !important;
            font-size: 14px !important;
        }
    }

    .search-page-header {
      margin-bottom: 40px;
      padding: 0;
      background: transparent;
  }

  .search-form-main {
      margin-top: 0;
  }

  .search-input-wrapper {
      display: flex;
      gap: 12px;
      margin-bottom: 25px;
      background: #fff;
      border-radius: 12px;
      padding: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      border: 1px solid #e5e5e5;
      transition: all 0.3s ease;
  }

  .search-input-wrapper:focus-within {
      box-shadow: 0 4px 16px rgba(183, 161, 117, 0.2);
      border-color: #b7a175;
  }

  .search-input-wrapper .uk-inline {
      flex: 1;
  }

  .search-icon {
      color: #b7a175;
      left: 16px;
  }

  .search-input {
      padding-left: 50px !important;
      padding-right: 20px !important;
      height: 56px;
      font-size: 16px;
      border: none;
      background: transparent;
      border-radius: 8px;
  }

  .search-input:focus {
      border: none;
      box-shadow: none;
      background: transparent;
  }

  .search-submit-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 0 28px;
      height: 56px;
      background: linear-gradient(135deg, #b7a175 0%, #9d8a5f 100%);
      color: #fff;
      border: none;
      border-radius: 8px;
      font-weight: 600;
      font-size: 15px;
      cursor: pointer;
      transition: all 0.3s ease;
      white-space: nowrap;
  }

  .search-submit-btn:hover {
      background: linear-gradient(135deg, #9d8a5f 0%, #b7a175 100%);
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(183, 161, 117, 0.3);
  }

  .search-submit-btn:active {
      transform: translateY(0);
  }

  .search-filters-wrapper {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      border: 1px solid #e5e5e5;
  }

  .search-filters-header {
      margin-bottom: 16px;
      padding-bottom: 12px;
      border-bottom: 2px solid #f0f0f0;
  }

  .search-filters-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 600;
      font-size: 14px;
      color: #333;
      text-transform: uppercase;
      letter-spacing: 0.5px;
  }

  .search-filters-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
  }

  .search-filter-item {
      display: inline-flex;
      align-items: center;
      padding: 10px 18px;
      background: #f8f8f8;
      border: 2px solid transparent;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
      user-select: none;
  }

  .search-filter-item:hover {
      background: #f0f0f0;
      border-color: #e0e0e0;
  }

  .search-filter-item.active {
      background: linear-gradient(135deg, #b7a175 0%, #9d8a5f 100%);
      border-color: #b7a175;
      color: #fff;
  }

  .search-filter-item.active .filter-label {
      color: #fff;
  }

  .search-filter-item.active .filter-icon {
      color: #fff;
  }

  .search-filter-item input[type="radio"] {
      margin: 0;
      margin-right: 8px;
  }

  .filter-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 500;
      color: #333;
      transition: color 0.3s ease;
  }

  .filter-icon {
      color: #b7a175;
      transition: color 0.3s ease;
  }

  .filter-count {
      font-size: 12px;
      opacity: 0.7;
      font-weight: 400;
  }

  .search-filter-item.active .filter-count {
      opacity: 0.9;
  }

  .search-results-header {
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 2px solid #e5e5e5;
  }

  .search-results-list {
      margin-top: 20px;
  }

  .search-result-item {
      padding: 25px;
      margin-bottom: 20px;
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 8px;
      transition: all 0.3s ease;
  }

  .search-result-item:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border-color: #b7a175;
  }

  .search-result-image {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 6px;
  }

  .search-result-meta {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 10px;
      font-size: 13px;
  }

  .search-result-type {
      display: inline-block;
      padding: 4px 12px;
      background: #b7a175;
      color: #fff;
      border-radius: 4px;
      font-weight: 500;
      font-size: 11px;
      text-transform: uppercase;
  }

  .search-result-date {
      color: #666;
  }

  .search-result-title {
      margin: 0 0 10px 0;
      font-size: 20px;
      font-weight: 600;
  }

  .search-result-title a {
      color: #333;
      text-decoration: none;
      transition: color 0.3s ease;
  }

  .search-result-title a:hover {
      color: #b7a175;
  }

  .search-result-excerpt {
      color: #666;
      line-height: 1.6;
      margin: 10px 0;
  }

  .search-result-category {
      margin-top: 10px;
      font-size: 13px;
      color: #888;
  }

  .search-result-category span {
      margin-right: 5px;
  }

  .uk-gap-small {
      gap: 10px;
  }

  .search-persons-section {
      margin-bottom: 40px;
  }

  .search-persons-section h3 {
      margin-bottom: 20px;
      color: #333;
  }

  @media (max-width: 768px) {
      .search-input-wrapper {
          flex-direction: column;
          gap: 10px;
      }

      .search-submit-btn {
          width: 100%;
      }

      .search-btn-text {
          display: inline;
      }

      .search-filters-list {
          gap: 8px;
      }

      .search-filter-item {
          padding: 8px 14px;
          font-size: 13px;
      }

      .filter-count {
          display: none;
      }
  }

  @media (max-width: 640px) {
      .search-result-image {
          width: 100%;
          height: 200px;
          margin-bottom: 15px;
      }

      .search-result-item {
          padding: 15px;
      }

      .search-filters-wrapper {
          padding: 15px;
      }

      .search-filter-item {
          padding: 8px 12px;
          font-size: 12px;
      }
  }

/* ========================================
   Birim Detay Sayfası - Modern Card Tasarımları
   ======================================== */

/* News Card (Haberler, Duyurular, İhaleler) */
.birim-detay .news-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.birim-detay .news-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.birim-detay .news-card-link:hover .news-card {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: rgba(183, 159, 116, 0.2);
}

.birim-detay .news-card-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.birim-detay .news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.birim-detay .news-card-link:hover .news-card-image img {
    transform: scale(1.08);
}

.birim-detay .news-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.birim-detay .news-card-date {
    color: #b79f74;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.birim-detay .news-card-title {
    color: #1b2a49;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.birim-detay .news-card-link:hover .news-card-title {
    color: #b79f74;
}

.birim-detay .news-card-excerpt {
    color: #70695e;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Event Card (Etkinlikler) */
.birim-detay .event-card {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.birim-detay .event-card > div {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.birim-detay .event-card:hover > div {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: rgba(183, 159, 116, 0.2);
}

.birim-detay .event-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.birim-detay .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.birim-detay .event-card:hover .event-image img {
    transform: scale(1.08);
}

.birim-detay .event-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.birim-detay .event-date {
    color: #b79f74;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.birim-detay .event-title {
    color: #1b2a49;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.birim-detay .event-card:hover .event-title {
    color: #b79f74;
}

.birim-detay .event-excerpt {
    color: #70695e;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Project Card (Projeler) - Tarihi List Card */
.birim-detay .tarihi-list-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.birim-detay .tarihi-list-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.birim-detay .tarihi-list-card-link:hover .tarihi-list-card {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: rgba(183, 159, 116, 0.2);
}

.birim-detay .tarihi-list-card-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.birim-detay .tarihi-list-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.birim-detay .tarihi-list-card-link:hover .tarihi-list-card-image img {
    transform: scale(1.08);
}

.birim-detay .tarihi-list-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.birim-detay .tarihi-list-card-title {
    color: #1b2a49;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.birim-detay .tarihi-list-card-link:hover .tarihi-list-card-title {
    color: #b79f74;
}

.birim-detay .tarihi-list-card-text {
    color: #70695e;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 960px) {
    .birim-detay .news-card-image,
    .birim-detay .event-image,
    .birim-detay .tarihi-list-card-image {
        height: 180px;
    }
    
    .birim-detay .news-card-body,
    .birim-detay .event-content,
    .birim-detay .tarihi-list-card-body {
        padding: 16px;
    }
    
    .birim-detay .news-card-title,
    .birim-detay .event-title,
    .birim-detay .tarihi-list-card-title {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .birim-detay .news-card-image,
    .birim-detay .event-image,
    .birim-detay .tarihi-list-card-image {
        height: 160px;
    }
    
    .birim-detay .news-card-body,
    .birim-detay .event-content,
    .birim-detay .tarihi-list-card-body {
        padding: 14px;
        gap: 8px;
    }
    
    .birim-detay .news-card-title,
    .birim-detay .event-title,
    .birim-detay .tarihi-list-card-title {
        font-size: 15px;
    }
    
    .birim-detay .news-card-excerpt,
    .birim-detay .event-excerpt,
    .birim-detay .tarihi-list-card-text {
        font-size: 13px;
    }
}

/* İhale Card Özel Stilleri */
.birim-detay .ihale-card-status-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

.birim-detay .ihale-card-status-badge .tender-status {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.birim-detay .ihale-card-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.birim-detay .ihale-card-info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 13px;
}

.birim-detay .ihale-card-info-label {
    color: #70695e;
    font-weight: 500;
    flex-shrink: 0;
}

.birim-detay .ihale-card-info-value {
    color: #1b2a49;
    font-weight: 600;
    text-align: right;
    flex: 1;
}

@media (max-width: 640px) {
    .birim-detay .ihale-card-info {
        gap: 5px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-top: 10px;
    }
    
    .birim-detay .ihale-card-info-item {
        font-size: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    
    .birim-detay .ihale-card-info-value {
        text-align: left;
    }
    
    .birim-detay .ihale-card-status-badge .tender-status {
        font-size: 10px;
        padding: 3px 8px;
    }
}

.grecaptcha-badge {
  display: none !important;
}