<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 992px) {
  .d-lg-block {
    display: contents !important;
  }
}
.text-hover-mirbey:hover {
  color: #fec028 !important;
}
.text-xs {
  font-size: 17px !important;
}
.text-mirbey {
  color: #fec028 !important;
}
.text-resha {
  color: #cdb750 !important;
}
.text-resha-bold {
  color: #1b4f84 !important;
}
.background-gray {
  background-color: #fafafa !important;
}
.background-resha {
  background-color: #373737 !important;
}
.background-application {
  background-color: #4d8ed3 !important;
}
.background-resha2 {
  background-color: #eef5fb !important;
}
.bg-soft-gray {
  background-color: #fafafa !important;
}
.bg-soft-blue {
  background-color: #dceff0 !important;
}

/** category page */
.ulTheme ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ulTheme li {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  padding-left: 45px;
  margin-bottom: 12px;
  position: relative;
}
.ulTheme li:before {
  content: '';
  position: absolute;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #cdb750;
  left: 0;
  top: 3px;
}
.ulTheme li:after {
  content: '\f633';
  position: absolute;
  font-family: 'bootstrap-icons';
  font-size: 18px;
  top: 3px;
  left: 5px;
  color: #fff;
}
/** category page */

/** contact form */
.hero {
  display: none !important;
}
/** contact form */

#remember a {
  color: #cdb750;
}
#remember a:hover {
  color: rgb(208, 97, 0);
}

.menu-icon-size {
  vertical-align: text-top;
  font-size: 15px;
  color: #cdb750;
}

/* Header */
.topNav a {
  color: #000;
  font-size: medium;
}
.topNav a:hover {
  color: #cdb750;
}

.logo {
  max-width: fit-content !important;
}
/* Header */


/* homepage news */

.image-frame {
  width: 100%;
  height: 350px;
  overflow: hidden; /* Taşan kısımları gizler */
  position: relative;
}

.responsive-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Görüntüyü çerçeveye sığdırır ve taşan kısımları keser */
  object-position: center; /* Görüntünün merkezde olmasını sağlar */
}

.img-meta-container {
  position: relative;
  width: 100%;
  height: auto;
}

.darkened-image {
  filter: brightness(0.7); /* 1.0 normal parlaklık, 0.7 daha karanlık */
  /* Alternatif olarak şunu da kullanabilirsiniz */
  /* opacity: 0.8; */
}

.news-container {
  position: relative;
  text-align: center;
  color: white;
}

.news-bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.news-bottom-left h4 {
  color: #fff;
  text-align: left;
  font-size: 20px;
  text-decoration: none;
}

.news-top-right {
  position: absolute;
  top: 19px;
  right: 16px;
}

/* Dropdown Items */
.dropdown-item {
  display: flex !important;
  align-items: center;
  padding: 8px 15px;
  gap: 8px;
}

.dropdown-item img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  object-fit: contain;
  flex-shrink: 0;
}

.dropdown-item i {
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.dropdown-item span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* Dropdown menü genişliği */
.dropdown-menu {
  min-width: 220px;
  padding: 8px 0;
}

/* Alt dropdown menü pozisyonu */
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-left: 0;
}

/* İkon boyut ve renk ayarları */
.nav-link i, .dropdown-item i {
  font-size: 18px;
}

/* Hover efekti */
.dropdown-item:hover {
  background-color: #f8f9fa;
}

.dropdown-item:hover i {
  color: #cdb750;
}

.pager img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: inline-block;
}
</pre></body></html>