/* CMS sayfa şablonları — header offset (#smooth-content) yeterli; ekstra section-space yok */

/* Genel breadcrumb (blog + CMS) */
.wb-breadcrumb {
  background: transparent;
  border-bottom: 1px solid rgba(25, 41, 41, 0.08);
  margin-bottom: 40px;
}

.wb-breadcrumb .container {
  padding-top: 28px;
  padding-bottom: 28px;
}

@media (max-width: 767px) {
  .wb-breadcrumb {
    margin-bottom: 28px;
  }

  .wb-breadcrumb .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.wb-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  justify-content: flex-start;
}

.wb-breadcrumb__list > li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(25, 41, 41, 0.55);
}

.wb-breadcrumb__list > li a {
  color: var(--rr-heading-primary, #192929);
  text-decoration: none;
  transition: color 0.2s ease;
}

.wb-breadcrumb__list > li a:hover {
  color: var(--rr-theme-primary, #f4d39a);
}

.wb-breadcrumb__list > li.is-current > span:not(.wb-breadcrumb__sep) {
  color: var(--rr-heading-primary, #192929);
}

.wb-breadcrumb__sep {
  color: rgba(25, 41, 41, 0.35);
}

/* Mobilde breadcrumb gizle */
@media (max-width: 767px) {
  .wb-breadcrumb--hide-mobile {
    display: none;
  }

  /* Gizlenince sayfa üst boşluğunu geri ver */
  .wb-cms-page--has-breadcrumb:has(> .wb-breadcrumb--hide-mobile) {
    padding-top: 28px;
  }
}

.wb-page-full {
  padding: 0;
  margin: 0;
}

.wb-page-full > .wb-page-content {
  padding: 0;
  margin: 0;
}

.wb-cms-page {
  padding-top: 40px;
  padding-bottom: 80px;
}

.wb-cms-page--has-breadcrumb {
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  .wb-cms-page {
    padding-top: 28px;
    padding-bottom: 60px;
  }

  .wb-cms-page--has-breadcrumb {
    padding-top: 0;
  }
}

.wb-cms-page__title {
  margin: 0 0 16px;
}

.wb-cms-page__desc {
  margin: 0 0 24px;
}

.wb-cms-page__image {
  margin: 0 0 24px;
}

.wb-page-content > *:first-child {
  margin-top: 0;
}

/* Shortcode / UI blok ilk çocuksa kendi üst padding’ini sıkılaştır */
.wb-page-content > .ws-tm-section:first-child,
.wb-page-content > .ws-faq-page:first-child,
.wb-page-content > .ws-sc-contact:first-child .ws-sc-contact__inner {
  padding-top: 24px;
}

.wb-page-full .wb-page-content > .ws-tm-section:first-child,
.wb-page-full .wb-page-content > .ws-faq-page:first-child {
  padding-top: 40px;
}

.wb-page-full .wb-page-content > .ws-sc-contact:first-child .ws-sc-contact__inner {
  padding-top: 40px;
}

/* CMS sayfa yan çubuğu */
.wb-page-sidebar {
  margin-bottom: 32px;
}

@media only screen and (min-width: 992px) {
  .wb-page-sidebar {
    margin-bottom: 0;
  }
}

.wb-page-sidebar__nav {
  padding: 24px;
  border: 1px solid rgba(2, 13, 10, 0.1);
  border-radius: 12px;
  background: var(--rr-common-white, #fff);
}

.wb-page-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wb-page-sidebar__list--nested {
  margin-top: 8px;
  padding-inline-start: 14px;
}

.wb-page-sidebar__item + .wb-page-sidebar__item {
  margin-top: 6px;
}

.wb-page-sidebar__link {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--rr-heading-primary, #192929);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
  transition: background 0.2s ease, color 0.2s ease;
}

.wb-page-sidebar__link:hover,
.wb-page-sidebar__item.is-active > .wb-page-sidebar__link {
  background: rgba(2, 13, 10, 0.05);
  color: var(--rr-heading-primary, #192929);
}

.wb-page-sidebar__item.is-nested > .wb-page-sidebar__link {
  font-size: 14px;
  color: rgba(25, 41, 41, 0.75);
}

/* Footer copyright: Webslit kredisi */
.copyright-2__wrap--with-credit {
  gap: 16px;
}

.copyright-2__credit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
}

.copyright-2__wrap .ws-webslit-credit__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  color: rgba(25, 41, 41, 0.7);
  opacity: 0.9;
}

.copyright-2__wrap .ws-webslit-credit__link:hover {
  color: var(--rr-heading-primary, #192929);
  opacity: 1;
  text-decoration: none;
}

.copyright-2__wrap .ws-webslit-credit__logo {
  display: inline-block;
  height: 18px;
  width: auto;
  max-width: 88px;
  object-fit: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .copyright-2__wrap--with-credit {
    flex-direction: column;
    text-align: center;
  }

  .copyright-2__credit {
    order: 0;
    width: 100%;
  }
}

/* Footer: logo şeridi kaldırıldı; sosyal iletişim bilgilerinin altında */
.footer-section-2__social--about {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 8px;
}

.footer-section-2__social--about::before {
  display: none;
}

.footer-section-2__social--about span {
  margin-right: 0;
}

@media (max-width: 575px) {
  .footer-section-2__social--about {
    margin-top: 16px;
    justify-content: flex-start;
  }
}

/* Copyright: şirket adı (Design & Terms kaldırıldı) */
.copyright-2__company {
  flex: 0 1 auto;
  min-width: 0;
}

.copyright-2__company span {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(25, 41, 41, 0.75);
  font-weight: 500;
}

/* Footer sol sütun: açık logo (koyu arka plan) */
.footer-section-2__brand-logo a {
  display: inline-block;
  max-width: 180px;
}

.footer-section-2__brand-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

/* Footer: Follow Us iletişim bilgilerinin altında */
.footer-section-2__social--about {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.footer-section-2__social--about::before {
  display: none;
}

.footer-section-2__social--about span {
  margin-right: 0;
}

@media (max-width: 575px) {
  .footer-section-2__social--about {
    margin-top: 24px;
    justify-content: flex-start;
  }
}

/* Footer Dark mod — seçilebilir arka plan */
.footer-section-2--dark {
  background-color: var(--wb-footer-dark-bg, var(--rr-heading-primary, #192929));
}

/* Footer Light mod — açık arka plan, koyu metin */
.footer-section-2--light {
  background-color: #f4f6f5;
}

.footer-section-2--light .footer-section-2__title {
  color: var(--rr-heading-primary, #192929);
}

.footer-section-2--light .footer-section-2__widget p,
.footer-section-2--light .text_white_7,
.footer-section-2--light .text-white {
  color: rgba(25, 41, 41, 0.7) !important;
}

.footer-section-2--light .footer-section-2__info__icon {
  background: rgba(25, 41, 41, 0.08);
}

.footer-section-2--light .footer-section-2__info__icon img {
  filter: brightness(0) saturate(100%);
  opacity: 0.75;
}

.footer-section-2--light .footer-section-2__info__text p {
  color: var(--rr-heading-primary, #192929);
}

.footer-section-2--light .footer-section-2__info__text a,
.footer-section-2--light .footer-section-2__info__text span {
  color: rgba(25, 41, 41, 0.7);
}

.footer-section-2--light .footer-section-2__info__text a:hover {
  color: var(--rr-heading-primary, #192929);
}

.footer-section-2--light .footer-section-2__social span {
  color: rgba(25, 41, 41, 0.7);
}

.footer-section-2--light .footer-section-2__social a {
  color: var(--rr-heading-primary, #192929);
}

.footer-section-2--light .footer-section-2__social a:hover {
  color: var(--rr-theme-primary, #4f8a5b);
}

.footer-section-2--light .footer-section-2__wrapper {
  border-left-color: rgba(25, 41, 41, 0.1);
}

.footer-section-2--light .footer-section-2__wrapper .footer-section__notification .notification__icon span {
  background: rgba(25, 41, 41, 0.08);
}

.footer-section-2--light .footer-section-2__wrapper .footer-section__notification .notification__icon span i {
  color: var(--rr-heading-primary, #192929);
}

.footer-section-2--light .footer-section-2__wrapper .footer-section__input input {
  color: var(--rr-heading-primary, #192929);
  background: rgba(25, 41, 41, 0.06);
  border-color: transparent;
}

.footer-section-2--light .footer-section-2__wrapper .footer-section__input input::placeholder {
  color: rgba(25, 41, 41, 0.4);
}

.footer-section-2--light .footer-section-2__wrapper .footer-section__input .rr-btn {
  border-color: rgba(25, 41, 41, 0.15);
  color: var(--rr-heading-primary, #192929);
}

.footer-section-2--light .footer-section-2__wrapper .footer-section__contact .border_bottom {
  border-color: rgba(25, 41, 41, 0.1);
}

.footer-section-2--light .footer-section-2__menu ul li {
  color: rgba(25, 41, 41, 0.7);
}

.footer-section-2--light .footer-section-2__menu ul li a:hover {
  color: var(--rr-heading-primary, #192929);
}

.footer-section-2--light .copyright-2__area {
  background-color: #e8ecea;
}

.footer-section-2--light .copyright-2__company span,
.footer-section-2--light .copyright-2__text p {
  color: rgba(25, 41, 41, 0.75);
}

.footer-section-2--light .copyright-2__wrap .ws-webslit-credit__link {
  color: rgba(25, 41, 41, 0.7);
}

.footer-section-2--light .copyright-2__wrap .ws-webslit-credit__link:hover {
  color: var(--rr-heading-primary, #192929);
}

/* Dark footer: kredi linki açık ton */
.footer-section-2--dark .copyright-2__wrap .ws-webslit-credit__link {
  color: rgba(25, 41, 41, 0.75);
}

.footer-section-2--dark .copyright-2__wrap .ws-webslit-credit__link:hover {
  color: var(--rr-heading-primary, #192929);
}
