/* ============================================================
   Sarayönü OSB — Housa tema uyarlaması (SarmanKurumsal CMS)
   Marka: altın/amber vurgu + koyu antrasit
   ============================================================ */

:root {
  /* Housa orijinal paleti korunur (#ED8438 turuncu) */
  --sosb-gold: #ED8438;
  --sosb-gold-dark: #C96A1F;
  --sosb-dark: #1B1B1B;
  --sosb-gray: #5C5D62;
  --sosb-light: #F1F2F3;
  --sosb-border: #E5E7EB;
}

/* ---------- Header: Housa demo1 birebir (vl-transparent-header hap görünümü main.css'ten gelir) ---------- */
/* 7 menü öğesi tek satıra sığsın diye yalnızca yatay boşluk daraltıldı (tipografi aynı) */
.sosb-header .vl-main-menu ul > li > a { padding: 0 10px; }
@media (min-width: 1400px) { .sosb-header .vl-main-menu ul > li > a { padding: 0 13px; } }

/* ---------- Hero (Housa demo1 birebir: margin 160px 40px 0, yuvarlak köşe) ---------- */
.sosb-hero-slider { position: relative; z-index: 1; overflow: hidden; margin: 160px 40px 0; border-radius: 30px; }
.sosb-hero {
  min-height: 600px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--sosb-dark);
  position: relative;
  padding: 110px 0;
}
@media (max-width: 767px) { .sosb-hero-slider { margin: 130px 0 0; border-radius: 0; } }
.sosb-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(15,14,10,.82) 0%, rgba(15,14,10,.55) 45%, rgba(15,14,10,.15) 100%);
}
.sosb-hero .container { position: relative; z-index: 2; }
.sosb-hero h1 { color: #fff; font-size: 56px; line-height: 1.15; }
.sosb-hero-kicker {
  color: var(--sosb-gold) !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
}
.sosb-hero-desc { color: rgba(255,255,255,.88); font-size: 18px; max-width: 560px; }
.sosb-hero-pagination { bottom: 28px !important; }
.sosb-hero-pagination .swiper-pagination-bullet { background: #fff; opacity: .5; width: 11px; height: 11px; }
.sosb-hero-pagination .swiper-pagination-bullet-active { background: var(--sosb-gold); opacity: 1; }
@media (max-width: 991px) {
  .sosb-hero { min-height: 480px; padding: 90px 0; }
  .sosb-hero h1 { font-size: 36px; }
}

/* ---------- Sayaç bandı ---------- */
.sosb-counter-band {
  background: var(--sosb-dark);
  padding: 44px 0 20px;
}
.sosb-counter-band .counterh2-boxarea {
  text-align: center;
  margin-bottom: 24px;
  padding: 8px 0;
  border-right: 1px solid rgba(255,255,255,.08);
}
.sosb-counter-band .col-lg-3:last-child .counterh2-boxarea { border-right: 0; }
.sosb-counter-band h3 { color: var(--sosb-gold); font-size: 42px; }
.sosb-counter-band p { color: rgba(255,255,255,.8); font-size: 15px; }
@media (max-width: 767px) {
  .sosb-counter-band .counterh2-boxarea { border-right: 0; }
}

/* ---------- Duyuru / İhale listeleri ---------- */
.sosb-announce { background: var(--sosb-light); }
.sosb-announce-box {
  background: #fff;
  border: 1px solid var(--sosb-border);
  border-radius: 16px;
  padding: 28px;
  height: 100%;
}
.sosb-announce-head { border-bottom: 2px solid var(--sosb-gold); padding-bottom: 14px; margin-bottom: 8px; }
.sosb-announce-head h3 { font-size: 22px; color: var(--sosb-dark); margin: 0; }
.sosb-announce-head h3 i { color: var(--sosb-gold); }
.sosb-viewall { color: var(--sosb-gold); font-weight: 600; font-size: 14px; text-decoration: none; }
.sosb-viewall:hover { color: var(--sosb-gold-dark); }
.sosb-announce-list { list-style: none; margin: 0; padding: 0; }
.sosb-announce-list li {
  display: flex; align-items: center; gap: 16px;
  padding: 13px 0;
  border-bottom: 1px dashed var(--sosb-border);
}
.sosb-announce-list li:last-child { border-bottom: 0; }
.sosb-announce-date {
  flex: 0 0 52px;
  text-align: center;
  background: var(--sosb-light);
  border: 1px solid var(--sosb-border);
  border-radius: 10px;
  padding: 6px 4px;
}
.sosb-announce-date strong { display: block; font-size: 19px; color: var(--sosb-gold-dark); line-height: 1.1; }
.sosb-announce-date span { font-size: 11px; text-transform: uppercase; color: var(--sosb-gray); }
.sosb-announce-list a { color: var(--sosb-dark); font-weight: 500; font-size: 15px; text-decoration: none; line-height: 1.45; }
.sosb-announce-list a:hover { color: var(--sosb-gold-dark); }
.sosb-empty { color: var(--sosb-gray); padding: 18px 0; }

/* ---------- Firma kartları ---------- */
.sosb-firm-logo { display: flex; align-items: center; justify-content: center; background: #fff; height: 150px; overflow: hidden; }
.sosb-firm-logo img { max-height: 120px; width: auto !important; object-fit: contain; }
.sosb-firm-placeholder { font-size: 52px; color: var(--sosb-border); display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; }
.sosb-firms .card1 { background: #fff; }
.sosb-firms .card-content .name { font-weight: 700; color: var(--sosb-dark); font-size: 17px; }
.sosb-firms .card-content .description { color: var(--sosb-gray); }

.sosb-firm-card {
  background: #fff; border: 1px solid var(--sosb-border); border-radius: 16px;
  padding: 22px; text-align: center; height: 100%;
  transition: box-shadow .25s, transform .25s;
}
.sosb-firm-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,.08); transform: translateY(-4px); }
.sosb-firm-card .sosb-firm-logo { height: 110px; margin-bottom: 14px; }
.sosb-firm-card h5 { font-size: 16px; color: var(--sosb-dark); margin-bottom: 8px; }
.sosb-firm-card p { font-size: 13px; color: var(--sosb-gray); margin: 4px 0; }
.sosb-firm-card p i, .sosb-firm-card a i { color: var(--sosb-gold); margin-right: 5px; }
.sosb-firm-web { font-size: 13px; font-weight: 600; color: var(--sosb-gold-dark); text-decoration: none; }

/* ---------- İç sayfa başlığı (Housa orijinali: absolute header için 150px üst boşluk) ---------- */
.sosb-pagehead {
  background: var(--sosb-light);
  padding: 165px 0 48px;
  position: relative;
}
@media (max-width: 991px) { .sosb-pagehead { padding: 130px 0 40px; } }
.sosb-pagehead .inner-header { background: transparent; padding: 0; }
.sosb-pagehead h2, .sosb-pagehead .inner-header h2 { color: var(--sosb-dark) !important; font-size: 40px; margin: 0; }
.sosb-pagehead p, .sosb-pagehead a { color: var(--sosb-gray); font-size: 15px; text-decoration: none; }
.sosb-pagehead a:hover { color: var(--sosb-gold-dark); }
.sosb-pagehead svg path { stroke: var(--sosb-gold); }
.sosb-pagehead span { color: var(--sosb-gold-dark); font-weight: 600; }
@media (max-width: 767px) { .sosb-pagehead h2 { font-size: 28px; } .sosb-pagehead { padding: 120px 0 34px; } }

/* ---------- Kurumsal sayfa kartları ---------- */
.sosb-page-grid { background: var(--sosb-light); }
.sosb-page-card {
  display: block; background: #fff; border: 1px solid var(--sosb-border);
  border-radius: 16px; padding: 30px; height: 100%;
  text-decoration: none; transition: box-shadow .25s, transform .25s;
}
.sosb-page-card:hover { box-shadow: 0 12px 32px rgba(0,0,0,.09); transform: translateY(-4px); }
.sosb-page-card-icon {
  width: 58px; height: 58px; border-radius: 14px;
  background: rgba(201,150,46,.12); color: var(--sosb-gold-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 18px;
}
.sosb-page-card h4 { color: var(--sosb-dark); font-size: 19px; margin-bottom: 10px; }
.sosb-page-card p { color: var(--sosb-gray); font-size: 14px; margin-bottom: 14px; }
.sosb-page-card-more { color: var(--sosb-gold-dark); font-weight: 600; font-size: 14px; }
.sosb-page-card-more i { margin-left: 6px; transition: margin .2s; }
.sosb-page-card:hover .sosb-page-card-more i { margin-left: 12px; }

/* ---------- Makale / detay ---------- */
.sosb-article-img img { width: 100%; border-radius: 16px; }
.sosb-article-title { font-size: 32px; color: var(--sosb-dark); line-height: 1.25; }
.sosb-article-subtitle { color: var(--sosb-gray); font-size: 17px; }
.sosb-article-meta span { color: var(--sosb-gray); font-size: 14px; margin-right: 20px; }
.sosb-article-meta i { color: var(--sosb-gold); margin-right: 6px; }
.sosb-prose { color: #3d3d3f; font-size: 16px; line-height: 1.85; }
.sosb-prose p { margin-bottom: 16px; }
.sosb-prose h2, .sosb-prose h3, .sosb-prose h4 { color: var(--sosb-dark); margin: 26px 0 12px; }
.sosb-prose ul, .sosb-prose ol { padding-left: 22px; margin-bottom: 16px; }
.sosb-prose li { margin-bottom: 8px; }
.sosb-prose img { max-width: 100%; border-radius: 12px; }
.sosb-prose table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 14px; }
.sosb-prose table th, .sosb-prose table td { border: 1px solid var(--sosb-border); padding: 10px 12px; text-align: left; }
.sosb-prose table th { background: var(--sosb-light); }
.sosb-prose blockquote {
  border-left: 4px solid var(--sosb-gold); background: var(--sosb-light);
  padding: 16px 20px; border-radius: 0 12px 12px 0; margin: 18px 0;
}

.sosb-article-files {
  background: var(--sosb-light); border: 1px solid var(--sosb-border);
  border-radius: 14px; padding: 22px;
}
.sosb-article-files h5 { color: var(--sosb-dark); font-size: 17px; margin-bottom: 12px; }
.sosb-article-files h5 i { color: var(--sosb-gold); }
.sosb-article-files ul { list-style: none; margin: 0; padding: 0; }
.sosb-article-files li { padding: 7px 0; }
.sosb-article-files a { color: var(--sosb-gold-dark); font-weight: 600; text-decoration: none; }
.sosb-article-files a:hover { text-decoration: underline; }
.sosb-article-files a i { margin-right: 8px; }

/* ---------- Sidebar ---------- */
.sosb-sidebar-box {
  background: #fff; border: 1px solid var(--sosb-border);
  border-radius: 16px; padding: 26px;
}
.sosb-sidebar-box h4 { font-size: 19px; color: var(--sosb-dark); border-bottom: 2px solid var(--sosb-gold); padding-bottom: 12px; margin-bottom: 14px; }
.sosb-sidebar-box h4 i { color: var(--sosb-gold); margin-right: 6px; }
.sosb-sidebar-list { list-style: none; margin: 0; padding: 0; }
.sosb-sidebar-list li { border-bottom: 1px dashed var(--sosb-border); }
.sosb-sidebar-list li:last-child { border-bottom: 0; }
.sosb-sidebar-list a {
  display: block; padding: 11px 2px; color: var(--sosb-dark);
  font-size: 14.5px; font-weight: 500; text-decoration: none; transition: color .2s, padding-left .2s;
}
.sosb-sidebar-list a:hover, .sosb-sidebar-list li.active a { color: var(--sosb-gold-dark); padding-left: 8px; }
.sosb-sidebar-list a i { color: var(--sosb-gold); margin-right: 7px; font-size: 12px; }
.sosb-sidebar-contact p { font-size: 14.5px; color: var(--sosb-gray); margin-bottom: 10px; }
.sosb-sidebar-contact a { color: var(--sosb-dark); text-decoration: none; font-weight: 500; }
.sosb-sidebar-contact a:hover { color: var(--sosb-gold-dark); }
.sosb-sidebar-contact i { color: var(--sosb-gold); width: 18px; margin-right: 7px; }

/* ---------- Mevzuat / doküman listesi ---------- */
.sosb-doc-row {
  display: flex; align-items: center; gap: 20px;
  background: #fff; border: 1px solid var(--sosb-border);
  border-radius: 14px; padding: 20px 24px; margin-bottom: 16px;
  transition: box-shadow .25s;
}
.sosb-doc-row:hover { box-shadow: 0 8px 24px rgba(0,0,0,.07); }
.sosb-doc-icon {
  flex: 0 0 54px; height: 54px; border-radius: 12px;
  background: rgba(201,150,46,.12); color: var(--sosb-gold-dark);
  display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.sosb-doc-body { flex: 1; }
.sosb-doc-body h5 { margin: 0 0 4px; font-size: 17px; color: var(--sosb-dark); }
.sosb-doc-kind { font-size: 13px; color: var(--sosb-gray); }
.sosb-btn-sm { padding: 10px 18px !important; font-size: 13px !important; }
@media (max-width: 575px) {
  .sosb-doc-row { flex-direction: column; text-align: center; }
}

/* ---------- İletişim ---------- */
.sosb-contact-box {
  background: #fff; border: 1px solid var(--sosb-border); border-radius: 16px;
  padding: 30px; text-align: center; height: 100%;
}
.sosb-contact-icon {
  width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 50%;
  background: rgba(201,150,46,.12); color: var(--sosb-gold-dark);
  display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.sosb-contact-box h4 { font-size: 19px; color: var(--sosb-dark); margin-bottom: 10px; }
.sosb-contact-box p { margin-bottom: 6px; }
.sosb-contact-box a { color: var(--sosb-gray); text-decoration: none; font-size: 15px; }
.sosb-contact-box a:hover { color: var(--sosb-gold-dark); }
.sosb-kep { font-size: 13px; color: var(--sosb-gray); }
.sosb-map-box { height: 100%; min-height: 420px; border-radius: 16px; overflow: hidden; border: 1px solid var(--sosb-border); }
.sosb-map-box iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

/* ---------- Formlar ---------- */
.sosb-form-box {
  background: #fff; border: 1px solid var(--sosb-border); border-radius: 16px; padding: 30px;
}
.sosb-form-box h3 { color: var(--sosb-dark); font-size: 24px; }
.sosb-form-box p { color: var(--sosb-gray); font-size: 15px; }
.sosb-form-box input, .sosb-form-box textarea, .sosb-form-box select {
  width: 100%; border: 1px solid var(--sosb-border); border-radius: 10px;
  padding: 13px 16px; margin-bottom: 16px; font-size: 15px;
  background: var(--sosb-light); outline: none; transition: border-color .2s;
}
.sosb-form-box input:focus, .sosb-form-box textarea:focus, .sosb-form-box select:focus { border-color: var(--sosb-gold); background: #fff; }
.sosb-form-box .alert { border-radius: 10px; padding: 12px 16px; margin-bottom: 16px; font-size: 14px; }
.sosb-form-box .alert-success { background: #ECF9F0; color: #157347; border: 1px solid #BFE8CD; }
.sosb-form-box .alert-danger { background: #FDF0EF; color: #B02A37; border: 1px solid #F3C6C6; }

/* ---------- Boş durum ---------- */
.sosb-empty-state {
  text-align: center; padding: 70px 20px;
  background: #fff; border: 2px dashed var(--sosb-border); border-radius: 16px;
}
.sosb-empty-state i { font-size: 44px; color: var(--sosb-border); margin-bottom: 14px; }
.sosb-empty-state h4 { color: var(--sosb-dark); }
.sosb-empty-state p { color: var(--sosb-gray); font-size: 14px; margin: 6px 0 0; }

/* ---------- Kart / liste küçük dokunuşlar ---------- */
.sosb-card-desc { color: var(--sosb-gray); font-size: 14px; }
.sosb-thumb-placeholder {
  display: flex; align-items: center; justify-content: center;
  height: 240px; background: var(--sosb-light); color: var(--sosb-border); font-size: 46px;
  border-radius: 12px;
}
.sosb-news { background: var(--sosb-light); }
.vl-blog1-inner { background: var(--sosb-light); }
.vl-blog-1-item { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid var(--sosb-border); }
.vl-blog-1-item .vl-blog-1-content { padding: 22px; position: relative; }
.vl-blog-1-item .vl-blog-1-thumb img { width: 100%; height: 240px; object-fit: cover; }
.vl-blog-1-item .date {
  position: absolute; top: -34px; right: 20px;
  background: var(--sosb-gold); color: #fff; border-radius: 12px;
  text-align: center; padding: 8px 14px; line-height: 1.1;
}
.vl-blog-1-item .date p { margin: 0; font-weight: 800; font-size: 20px; color: #fff; }
.vl-blog-1-item .date span { font-size: 11px; text-transform: uppercase; }
.vl-blog-1-title a { color: var(--sosb-dark); text-decoration: none; font-size: 19px; line-height: 1.4; }
.vl-blog-1-title a:hover { color: var(--sosb-gold-dark); }
.vl-blog-1-icon .readmore { color: var(--sosb-gold-dark); font-weight: 600; text-decoration: none; font-size: 14px; }
.vl-blog-1-icon .readmore i { margin-left: 6px; }

/* ---------- Sayfalama ---------- */
.pagination { gap: 6px; }
.pagination .page-link {
  border-radius: 10px !important; border: 1px solid var(--sosb-border);
  color: var(--sosb-dark); padding: 10px 16px;
}
.pagination .page-item.active .page-link, .pagination .page-link.active {
  background: var(--sosb-gold); border-color: var(--sosb-gold); color: #fff;
}

/* ---------- Footer (Housa orijinali: açık gri + yüzen turuncu CTA kartı) ---------- */
.sosb-footer .cta2-section-area .heading1 h2,
.sosb-footer .cta2-section-area .heading1 p { color: #fff; }
.sosb-footer .cta2-section-area .vl-btn1 { background: var(--sosb-dark); }
.sosb-footer .footer-widget-area ul li a i { color: var(--sosb-gold); }
.sosb-footer .footer-time-area ul { list-style: none; display: flex; gap: 10px; padding: 0; }
.sosb-footer .footer-time-area ul li a {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(27,27,27,.07); color: var(--sosb-dark); transition: all .2s;
}
.sosb-footer .footer-time-area ul li a:hover { background: var(--sosb-gold); color: #fff; }
.sosb-footer .copyright-area { border-top: 1px solid rgba(27,27,27,.1); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.sosb-footer .copyright-area p, .sosb-footer .copyright-area a { color: var(--sosb-gray); text-decoration: none; font-size: 14px; }
.sosb-footer .copyright-area a:hover { color: var(--sosb-gold-dark); }
.sosb-footer .copyright-area ul { list-style: none; display: flex; gap: 8px; margin: 0; padding: 0; }

/* Bölüm ortak arka planları */
.sosb-detail, .sosb-docs, .sosb-contact, .sosb-ontalep, .sosb-firms-page { background: var(--sosb-light); }

/* ============================================================
   ANASAYFA GÖRSEL DENGELEME  (eklenme: 2026-07-17)
   Amaç: slider + kart görsellerini eşit boyuta, metinleri eşit
   satır uzunluğuna sabitlemek. Geri almak için bu blok silinir.
   ============================================================ */

/* ---- Hero slider: tüm slaytlar aynı yükseklik ---- */
.sosb-hero { height: 640px; min-height: 640px; padding: 0; }
.sosb-hero .container { width: 100%; }
.sosb-hero h1 {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; margin: 0;
}
.sosb-hero-desc {
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sosb-hero { height: 480px; min-height: 480px; }
}
@media (max-width: 767px) {
  .sosb-hero { height: 420px; min-height: 420px; }
  .sosb-hero h1 { font-size: 30px; }
}

/* ---- Hizmet kartları: eşit yükseklik + sabit görsel oranı ---- */
.service2 .service-h2-boxarea {
  display: flex; flex-direction: column; height: 100%;
}
.service2 .service-h2-boxarea .img1 {
  height: 210px; width: 100%;
}
.service2 .service-h2-boxarea .img1 img {
  height: 100% !important; width: 100% !important; object-fit: cover;
}
.service2 .service-h2-boxarea .title {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; min-height: 2.6em;
}
.service2 .service-h2-boxarea .pera-arrow {
  margin-top: auto;
}
.service2 .service-h2-boxarea .pera-arrow p {
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden; min-height: 78px; margin: 0;
}
/* Hizmet satırındaki kolonları eşit yükseklik yapmak için */
.service2 .row > [class*="col-"] { margin-bottom: 24px; }

/* ---- Haber kartları: başlık eşit satır ---- */
.vl-blog-1-item { height: 100%; display: flex; flex-direction: column; }
.vl-blog-1-item .vl-blog-1-content { flex: 1; display: flex; flex-direction: column; }
.vl-blog-1-title { min-height: 3em; }
.vl-blog-1-title a {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.vl-blog-1-icon { margin-top: auto; }
.sosb-news .row > [class*="col-"] { margin-bottom: 30px; }

/* ---- Firma kartları: isim/açıklama tek satır, kart eşit yükseklik ---- */
.sosb-firms .card1 { height: 100%; display: flex; flex-direction: column; }
.sosb-firms .card-content .name {
  display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sosb-firms .card-content .description {
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px;
}

/* ---- Slider altı kayan yazı (marquee) ---- */
.sosb-marquee {
  background: var(--sosb-dark);
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  border-top: 3px solid var(--sosb-gold);
}
.sosb-marquee-track {
  display: inline-flex;
  align-items: center;
  animation: sosb-marquee-scroll 38s linear infinite;
  will-change: transform;
}
.sosb-marquee:hover .sosb-marquee-track { animation-play-state: paused; }
.sosb-marquee-item {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .3px;
  padding: 14px 34px;
  text-transform: uppercase;
}
.sosb-marquee-item i {
  color: var(--sosb-gold);
  margin-right: 12px;
  font-size: 13px;
}
@keyframes sosb-marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (max-width: 767px) {
  .sosb-marquee-item { font-size: 13px; padding: 11px 22px; }
}

/* ---- Sağ yan sabit hızlı erişim menüsü ---- */
.sosb-sidebtns {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9990;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .35s ease;
}
.sosb-sidebtns.is-collapsed { transform: translateY(-50%) translateX(calc(100% - 0px)); }
.sosb-sidebtns.is-collapsed .sosb-sidebtns-list { pointer-events: none; }
.sosb-sidebtns-toggle {
  position: absolute;
  left: -42px;
  top: 0;
  width: 42px;
  height: 46px;
  border: 0;
  background: var(--sosb-dark);
  color: #fff;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  box-shadow: -3px 3px 12px rgba(0,0,0,.18);
}
.sosb-sidebtns-toggle i { transition: transform .35s ease; }
.sosb-sidebtns.is-collapsed .sosb-sidebtns-toggle i { transform: rotate(180deg); }
.sosb-sidebtns-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sosb-sidebtn {
  display: flex;
  align-items: center;
  background: var(--sosb-dark);
  color: #fff !important;
  text-decoration: none;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  width: 58px;
  transition: width .3s ease, background .2s ease;
  box-shadow: -4px 4px 16px rgba(0,0,0,.15);
}
.sosb-sidebtn:hover { width: 210px; background: var(--sosb-gold); }
.sosb-sidebtn-ic {
  flex: 0 0 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.sosb-sidebtn-tx {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  padding-right: 18px;
}
@media (max-width: 767px) {
  .sosb-sidebtn { width: 50px; }
  .sosb-sidebtn-ic { flex: 0 0 50px; height: 50px; font-size: 18px; }
  .sosb-sidebtn:hover { width: 185px; }
}

/* ---- Hızlı erişim menüsü: kos.org.tr birebir (quick-access-menu) ---- */
.quick-access-menu {
  position: fixed; right: 0; top: 150px; z-index: 1000;
  display: flex; flex-direction: column; gap: 3px; align-items: flex-end;
}
.quick-access-btn {
  position: relative; display: flex; align-items: center; justify-content: flex-end;
  flex-direction: row-reverse;
  background: #212529; color: #fff; text-decoration: none;
  padding: 12px 15px; border-radius: 8px 0 0 8px;
  transition: .3s; box-shadow: -3px 3px 10px rgba(0,0,0,.15);
  overflow: hidden; width: 150px; margin-left: auto;
}
.quick-access-btn:hover { background: #495057; color: #fff; }
.quick-access-btn i { font-size: 20px; min-width: 24px; text-align: center; flex-shrink: 0; }
.quick-access-btn span { opacity: 1; white-space: nowrap; margin-left: 10px; font-size: 13px; font-weight: 500; }
.quick-access-toggle {
  position: relative; display: flex; align-items: center; justify-content: center;
  background: #212529; color: #fff; border: none;
  padding: 12px 15px; border-radius: 8px 0 0 8px; cursor: pointer;
  transition: .3s; box-shadow: -3px 3px 10px rgba(0,0,0,.15);
  margin-left: auto; width: auto; gap: 8px;
}
.quick-access-toggle:hover { background: #495057; }
.quick-access-toggle i { font-size: 18px; transition: transform .3s; }
.quick-access-toggle.collapsed i.chevron-icon { transform: rotate(180deg); }
.quick-access-toggle .menu-icon { display: inline; font-size: 18px; }
.quick-access-buttons { display: flex; flex-direction: column; gap: 3px; align-items: flex-end; transition: opacity .3s; }
.quick-access-buttons.hidden { opacity: 0; pointer-events: none; visibility: hidden; height: 0; overflow: hidden; }
@media (max-width: 768px) {
  .quick-access-menu { top: 120px; bottom: auto; right: 0; gap: 3px; }
  .quick-access-btn { padding: 10px 12px; }
  .quick-access-btn span { font-size: 12px; }
  .quick-access-btn i { font-size: 18px; min-width: 20px; }
  .quick-access-buttons { gap: 3px; }
}
/* Eski sosb-sidebtns tasarımı devre dışı */
.sosb-sidebtns { display: none !important; }

/* ---- SLIDER-SAYAC-BOSLUK: slider ile istatistik bandı arası ---- */
.sosb-counter-band { margin-top: 50px; }
@media (max-width: 767px) { .sosb-counter-band { margin-top: 30px; } }
