:root {
  --bs-body-bg: #FEFEFE;
  --bs-body-color: #000000;
}

html[data-theme=dark] {
  --bs-body-bg: #000000;
  --color-dark: #FFFFFF;
}

body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

.font-prata {
  font-family: "Prata", serif;
}

.font-lora {
  font-family: "Lora", serif;
}

.main-eck-ortaklasa img {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .main-eck-ortaklasa img {
    height: auto;
    object-fit: cover !important;
  }
}

.percent.scroll-circle {
  position: fixed;
  right: 5%;
  top: 17%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  z-index: 50;
}

.progress-ring {
  width: 72px;
  height: 72px;
  transform: rotate(-90deg);
  background: #FFFFFF;
  border-radius: 100%;
}

.ring-bg {
  fill: none;
  stroke: #E5E5E5;
  stroke-width: 3;
}

.ring-prog {
  fill: none;
  stroke: #D2232A;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.article--ortaklasa .node-body p {
  background-color: transparent !important;
  font-size: 1.25rem;
}
.article--ortaklasa .m-right {
  margin-right: inherit;
}
.article--ortaklasa .ortaklasa-right {
  flex: 1;
}
.article--ortaklasa .ortaklasa-right .eck-ortaklasa-wrapper .item:last-child {
  border-bottom: none !important;
}
.article--ortaklasa .ortaklasa-right .header-div img {
  width: 100%;
  height: auto;
  border-top: 5px solid #D2232A;
}
.article--ortaklasa .ortaklasa-left .img-box img {
  width: 100%;
  height: auto;
}

.ortaklasa-custom {
  display: block !important;
  column-gap: 24px;
  column-fill: balance;
}
.ortaklasa-custom .item::after {
  position: absolute;
  content: "";
  background: #E5E5E5;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 15px;
}
@media (min-width: 992px) {
  .ortaklasa-custom .item.nth-5 {
    content: none;
  }
}
.ortaklasa-custom .item.nth-9::after {
  content: none;
}
@media (min-width: 1200px) {
  .ortaklasa-custom {
    column-count: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ortaklasa-custom {
    column-count: 1;
  }
}

.ortaklasa-wrapper .item-before::before {
  left: 5px;
  top: 46px;
}

.ortaklasa-eck-detail .ortaklasa-cover {
  flex: 0 0 280px;
}
@media (max-width: 991.98px) {
  .ortaklasa-eck-detail .ortaklasa-cover {
    flex: 0 0 220px;
  }
}
@media (max-width: 767.98px) {
  .ortaklasa-eck-detail .ortaklasa-cover {
    flex: none;
    width: 100%;
  }
}
.ortaklasa-eck-detail .ortaklasa-cover img {
  max-width: 100%;
  height: auto;
  display: block;
  border-top: 4px solid #D2232A;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.ortaklasa-eck-detail .ortaklasa-meta {
  flex: 1;
}
.ortaklasa-eck-detail .ortaklasa-sayi-badge {
  display: inline-block;
  background: #D2232A;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 2px;
  margin-bottom: 16px;
}
.ortaklasa-eck-detail .ortaklasa-title {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 767.98px) {
  .ortaklasa-eck-detail .ortaklasa-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.ortaklasa-eck-detail .ortaklasa-konu p {
  margin: 0;
}
.ortaklasa-eck-detail .ortaklasa-ozet p {
  margin: 0;
}
.ortaklasa-eck-detail .ortaklasa-date time {
  font-size: 0.875rem;
}
.ortaklasa-eck-detail .ortaklasa-articles-title {
  position: relative;
  padding-bottom: 12px;
}
.ortaklasa-eck-detail .ortaklasa-articles-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 3px;
  background: #D2232A;
  border-radius: 2px;
}
.ortaklasa-eck-detail .ortaklasa-articles-list .ortaklasa-article-item {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
.ortaklasa-eck-detail .ortaklasa-articles-list .ortaklasa-article-item:first-child {
  border-top: 1px solid #E5E5E5;
}
.ortaklasa-eck-detail .ortaklasa-articles-list .ortaklasa-article-item::before {
  top: 42%;
  transform: translateY(-50%);
  left: 0;
}
.ortaklasa-eck-detail .ortaklasa-articles-list .ortaklasa-article-item a {
  display: block;
  padding: 24px 40px;
  font-size: 1rem;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 1.5rem;
  transition: color 0.2s ease;
}
.ortaklasa-eck-detail .ortaklasa-articles-list .ortaklasa-article-item a:hover {
  color: #D2232A;
}

/*# sourceMappingURL=ortaklasa.css.map */
