
.mobildegoster{display:none;}
@keyframes slider-cursor-blink {
  50% {
    opacity: 0;
  }
}
@media only screen and (max-width: 620px) {
    .mobildegoster{display:block;}
    .mobildegizle{display:none;}
}



.bold {
  font-family: "Archivo-Bold";
  font-weight: 700;
  font-style: bold;
}

.normal {
  font-family: "Archivo";
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #011E2E;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.container {
  max-width: 1670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.h2 {
  color: #F4F4F4;
  text-align: center;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.h3 {
  color: #011E2E;
  text-align: center;
  font-family: Archivo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.15px;
}

.h4 {
  font-family: Archivo;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.15px;
}

.h4-sml {
  font-family: Archivo;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.15px;
}

.passive {
  opacity: 0.3;
}

.h5 {
  font-family: Archivo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p, .s1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.15px;
}

.s2 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1px;
}

.s3 {
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
}

.o3 {
  opacity: 0.3;
}

body {
  background: #F6F8FA !important;
}

.index_title {
  font-family: Archivo;
  font-size: 49px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.pagination .pag_buttons .active {
  color: #186089 !important;
  border: 1px solid #186089 !important;
}
.pagination .pag_buttons .pag_button {
  color: rgba(1, 30, 46, 0.3);
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 10px;
  border: 1px solid var(--White-3, #D9D9D9);
  background: var(--White, #FFF);
  transition: 0.5s all;
}
.pagination .pag_buttons .pag_button:hover {
  color: #186089;
  border: 1px solid #186089;
}
.pagination .txt_info {
  color: rgba(1, 30, 46, 0.3);
}
.pagination .txt_info span {
  color: #186089;
}

header {
  padding-top: 30px;
  padding-bottom: 30px;
}
header .menu_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Açık gri / beyaz header: zemin + çerçeve logoya sıkı oturur (iç boşluk yok) */
header .menu_header .logo > a {
  display: inline-block;
  line-height: 0;
  padding: 0;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(1, 30, 46, 0.12);
  box-shadow: 0 1px 3px rgba(1, 30, 46, 0.08);
  overflow: hidden;
}
header .menu_header .logo img {
  display: block;
  height: 86px;
  width: auto;
  max-width: 440px;
  object-fit: contain;
  object-position: center;
}
header .menu_header .menu_open_button {
  display: none;
}
header .menu_header .menu_ul {
  padding: 12px 24px;
  border-radius: 60px;
  background-color: #ffffff;
  display: flex;
  margin-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}
header .menu_header .menu_ul .img_area {
  display: none;
}
header .menu_header .menu_ul .menu_li {
  list-style-type: none;
  margin-left: 12px;
  margin-right: 12px;
  opacity: 0.6;
}
header .menu_header .menu_ul .menu_li a span {
  display: none;
}
header .menu_header .menu_ul .active {
  opacity: 1;
}
header .menu_header .menu_buttons {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding-left: 0;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 1;
  min-width: 0;
}
header .menu_header .menu_buttons .btn_menu_open {
  display: none;
}
header .menu_header .menu_buttons .active_li .hover_open {
  position: absolute;
  margin-left: -10px;
  margin-top: 0px;
  padding-top: 20px;
  display: none;
  padding: 15px !important;
  background-color: #ffffff;
  border-radius: 15px;
  z-index: 50;
}
header .menu_header .menu_buttons .active_li .hover_open li {
  margin-left: 0;
  text-align: center;
}
header .menu_header .menu_buttons .active_li .hover_open li a {
  display: block;
  padding: 4px 10px;
  color: #829499;
}
header .menu_header .menu_buttons .active_li:hover .hover_open {
  display: block !important;
}
header .menu_header .menu_buttons li {
  list-style-type: none;
  margin-left: 12px;
}
header .menu_header .menu_buttons li a {
  border-radius: 15px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  min-height: 40px;
}
header .menu_header .menu_buttons li .active_kayit {
  border: 1px solid #186089;
  background-color: #186089;
  color: white;
  position: relative;
}

/* Ana sayfa — koyu header (ilan listesi sayfalarıyla aynı görünüm) */
header.header--home {
  background-color: #011E2E;
  padding-top: 15px;
  padding-bottom: 15px;
}
header.header--home .menu_header .logo > a {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0;
}
header.header--home .menu_header .menu_ul {
  background-color: transparent;
  border-radius: 0;
  padding: 12px 8px;
}
header.header--home .menu_header .menu_ul .menu_li {
  opacity: 1;
}
header.header--home .menu_header .menu_ul .menu_li a {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
}
header.header--home .menu_header .menu_ul .menu_li.active a,
header.header--home .menu_header .menu_ul .menu_li a:hover,
header.header--home .menu_header .menu_ul .menu_li a:focus-visible {
  color: #fff;
  font-weight: 700;
}
header.header--home .menu_header .menu_buttons li a {
  color: #fff;
}
header.header--home .menu_header .menu_buttons li .active_kayit {
  border: 1px solid #fff;
  background-color: #fff;
  color: #011E2E;
  font-weight: 600;
}
header.header--home .menu_header .menu_buttons li a.header-favorilerim {
  background-color: #fff !important;
  color: #011E2E !important;
  box-shadow: none;
  border: 1px solid #fff;
}
header.header--home .menu_header .menu_open_button img {
  filter: brightness(0) invert(1);
}

header .menu_header .menu_buttons li a.header-favorilerim {
  border: 0;
  box-shadow: 0 0 0 1px rgba(24, 96, 137, 0.45);
  background-color: #fff !important;
  color: #186089 !important;
  font-weight: 600;
}
header .menu_header .menu_buttons li a.header-favorilerim:hover,
header .menu_header .menu_buttons li a.header-favorilerim:focus-visible {
  background-color: #dceaf0 !important;
  color: #0d4d6e !important;
  box-shadow: 0 0 0 1px #186089 !important;
  text-decoration: none !important;
}
header .menu_header .menu_buttons .menu_uye_avatar {
  margin-left: 4px;
  display: flex;
  align-items: center;
}
header .menu_header .menu_buttons .uye-avatar-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: #e00000;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1;
  text-decoration: none !important;
  letter-spacing: 0.02em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
header .menu_header .menu_buttons .uye-avatar-link:hover {
  filter: brightness(1.05);
  color: #fff !important;
}
header .menu_header .menu_buttons .uye-avatar-initials {
  pointer-events: none;
}

.zortMenu .menu_siralama {
  right: 0;
}

.menu_siralama {
  position: fixed;
  z-index: 50;
  height: 100%;
  width: 300px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  right: -300px;
  top: 0;
  transition: 0.5s all;
  align-items: start;
  justify-content: center;
}
.menu_siralama .img_area {
  position: absolute;
  top: 15px;
  left: 15px;
}
.menu_siralama .img_area img {
  max-width: 20px;
  width: 100 .menu_siralama .img_area img;
  height: auto;
}
.menu_siralama ul {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.menu_siralama ul li {
  width: 100%;
  border-bottom: 1px solid #011E2E;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: start;
  list-style-type: none;
}
.menu_siralama ul li a {
  display: flex;
  justify-content: space-between;
  color: #011E2E;
  font-size: 16px !important;
}

/* Sabit WhatsApp */
.site-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 88px;
  z-index: 1040;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.15s, box-shadow 0.2s;
}
.site-whatsapp-float:hover {
  color: #fff;
  transform: scale(1.06);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
}
.ilan-card-view-count {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  color: #186089;
  background: rgba(24, 96, 137, 0.1);
  padding: 3px 8px;
  border-radius: 20px;
  white-space: nowrap;
}

.slider {
  margin-top: 30px;
  max-width: 1640px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.slider .main_slider .swiper-slide img {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 60px;
}
/* Ana sayfa slider — görsel tam genişlik; arama çubuğu görselden dar */
.slider.normal .main_slider .swiper-slide img {
  width: 100%;
  min-height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* sf-bar genişliği: yalnızca masaüstü (mobilde aşağıdaki @media 768px kuralları) */
@media only screen and (min-width: 769px) {
  .slider.normal .sf-bar {
    width: calc(100% - 120px);
    max-width: 1100px;
  }
}
.slider .main_slider .swiper-slide .text_area {
  position: absolute;
  color: white;
  top: 0;
  right: 0;
  left: 0;
  max-width: 725px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}
.slider .main_slider .swiper-slide .text_area h2 {
  margin-bottom: 24px;
}
.slider .main_slider .slide_buttons {
  position: relative;
  z-index: 10;
  max-width: 188px;
  margin-left: auto;
  margin-right: auto;
  bottom: 55px;
}
.slider .main_slider .slide_buttons .swiper-button-next, .slider .main_slider .slide_buttons .swiper-button-prev {
  position: absolute;
  z-index: 20;
}
.slider .main_slider .slide_buttons .swiper-button-next::after, .slider .main_slider .slide_buttons .swiper-button-prev::after {
  display: none;
}
.slider .main_slider .slide_buttons .swiper-button-prev {
  left: 15px;
}
.slider .main_slider .slide_buttons .swiper-button-next {
  right: 15px;
}
.slider .main_slider .slide_buttons .swiper-pagination {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  padding: 16px 66px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin-bottom: -24px;
}
.slider .main_slider .slide_buttons .swiper-pagination .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #F4F4F4;
  width: 16px;
  height: 16px;
}
.slider .tum_sehirler {
  max-width: 805px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}
.slider .tum_sehirler nav #nav-tab {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.slider .tum_sehirler nav #nav-tab .active {
  color: #011E2E !important;
  background-color: #F4F4F4 !important;
  border-radius: 5px 5px 0px 0px;
}
.slider .tum_sehirler nav #nav-tab .nav-link {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 0;
  margin: 0 2.5px;
  color: #F4F4F4;
  background-color: #186089;
  border-radius: 5px 5px 0px 0px;
}
.slider .tum_sehirler nav #nav-tab #nav-satilik-tab {
  color: #F4F4F4;
  background-color: #011E2E;
  border-radius: 5px 5px 0px 0px;
}
.slider .tum_sehirler nav #nav-tab #nav-kiralik-tab {
  color: #F4F4F4;
  background-color: #186089;
  border-radius: 5px 5px 0px 0px;
}
.slider .tum_sehirler .tab-content {
  padding: 14px 22px;
  border-radius: 5px;
  background-color: #F4F4F4;
  border: 1px solid #E9E9E9;
}
.slider .tum_sehirler .tab-content #all_city, .slider .tum_sehirler .tab-content .input_area {
  background-color: #F4F4F4;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.15px;
  color: #829499;
  border-radius: 15px;
  border: 1px solid #E9E9E9;
  padding: 10px 20px;
  height: 100%;
}
.slider .tum_sehirler .tab-content .arama_button {
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #186089;
  border-radius: 15px;
  background-color: #186089;
  color: white;
  transition: 0.5s all;
  display: block;
  text-align: center;
}
.slider .tum_sehirler .tab-content .arama_button:hover {
  background-color: transparent;
  color: #186089;
}
/* ─── Slider Filtre Barı ─────────────────────────────────────────── */
.sf-bar {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  max-width: 1260px;
  z-index: 10;
  background: rgba(1,30,46,0.86);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,.30), 0 2px 8px rgba(0,0,0,.15),
              inset 0 1px 0 rgba(255,255,255,.10);
  padding: 20px 28px 18px;
}
.sf-bar__form { margin: 0; }
.sf-bar__keyword-row { margin-bottom: 14px; }
.sf-bar__keyword-wrap {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.10);
  border-radius: 12px;
  border: 1.5px solid rgba(255,255,255,0.12);
  padding: 0 16px;
  transition: border-color .2s, box-shadow .2s;
}
.sf-bar__keyword-wrap:focus-within {
  border-color: rgba(24,96,137,.8);
  box-shadow: 0 0 0 3px rgba(24,96,137,.20);
}
.sf-bar__keyword-icon { flex-shrink: 0; color: rgba(255,255,255,.50); margin-right: 10px; }
.sf-bar__keyword-input {
  flex: 1; border: 0; background: transparent;
  font-size: 15px; font-weight: 400; color: #fff;
  padding: 11px 0; min-width: 0;
}
.sf-bar__keyword-input::placeholder { color: rgba(255,255,255,.50); }
.sf-bar__keyword-input:focus { outline: none; }
.sf-bar__keyword-input::-webkit-search-cancel-button { -webkit-appearance: none; }
.sf-bar__filters-row {
  display: flex; align-items: stretch; gap: 0; flex-wrap: nowrap;
  background: rgba(255,255,255,0.10);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 14px; overflow: hidden;
}
.sf-bar__sep {
  width: 1px; background: rgba(255,255,255,0.12);
  flex-shrink: 0; align-self: stretch; margin: 8px 0;
}
.sf-bar__field {
  flex: 1; min-width: 0; padding: 10px 16px;
  display: flex; flex-direction: column; gap: 3px;
  transition: background .2s;
}
.sf-bar__field:hover { background: rgba(255,255,255,.06); }
.sf-bar__field--range { flex: 1.4; }
.sf-bar__label {
  font-size: 10px; font-weight: 700; letter-spacing: .8px;
  text-transform: uppercase; color: rgba(255,255,255,.50); white-space: nowrap;
}
.sf-bar__select-wrap { position: relative; display: flex; align-items: center; }
.sf-bar__select {
  -webkit-appearance: none; appearance: none; border: 0; background: transparent;
  font-size: 13px; font-weight: 500; color: #fff;
  padding: 2px 20px 2px 0; cursor: pointer; width: 100%; min-width: 0;
}
.sf-bar__select:focus { outline: none; }
.sf-bar__select:disabled { opacity: .35; cursor: default; }
.sf-bar__select option { color: #011E2E; background: #fff; }
.sf-bar__select-arrow { position: absolute; right: 0; pointer-events: none; color: rgba(255,255,255,.50); flex-shrink: 0; }
.sf-bar__range-inputs { display: flex; align-items: center; gap: 4px; }
.sf-bar__range-input {
  flex: 1; min-width: 0; border: 0; background: transparent;
  font-size: 13px; font-weight: 500; color: #fff; padding: 2px 0;
}
.sf-bar__range-input::placeholder { color: rgba(255,255,255,.50); font-weight: 400; }
.sf-bar__range-input:focus { outline: none; }
.sf-bar__range-input::-webkit-inner-spin-button,
.sf-bar__range-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.sf-bar__range-dash { color: rgba(255,255,255,.50); font-size: 11px; flex-shrink: 0; }
.sf-bar__submit {
  flex-shrink: 0; display: inline-flex; align-items: center; gap: 7px;
  background: linear-gradient(135deg, #1a7fb5 0%, #186089 100%);
  color: #fff; border: 0; border-radius: 14px; padding: 10px 22px;
  font-size: 13px; font-weight: 700; letter-spacing: .3px; cursor: pointer;
  white-space: nowrap; margin-left: 12px;
  box-shadow: 0 4px 18px rgba(24,96,137,.40);
  transition: opacity .2s, transform .15s, box-shadow .2s;
}
.sf-bar__submit:hover {
  opacity: .88;
  box-shadow: 0 6px 24px rgba(24,96,137,.55);
  transform: translateY(-1px);
}
.sf-bar__submit:active { transform: translateY(0); box-shadow: none; }
@media only screen and (max-width: 1100px) {
  .sf-bar { width: calc(100% - 40px); bottom: 20px; padding: 16px 18px 14px; }
  .sf-bar__filters-row { flex-wrap: wrap; border-radius: 12px; }
  .sf-bar__sep { display: none; }
  .sf-bar__field { flex: 1 1 130px; }
  .sf-bar__field--range { flex: 1 1 180px; }
  .sf-bar__submit { margin-left: auto; margin-top: 4px; }
}
@media only screen and (max-width: 768px) {
  .slider {
    padding-bottom: 0;
    max-width: 100%;
  }
  .slider.normal {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .slider.normal .main_slider {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .sf-bar {
    position: relative; bottom: auto; left: auto; right: auto; transform: none;
    width: 100%; max-width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 18px 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,.20);
    padding: 14px 16px 16px;
  }
  .sf-bar__keyword-input { font-size: 14px; }
  .sf-bar__filters-row { flex-wrap: wrap; }
  .sf-bar__sep { display: none; }
  .sf-bar__field { flex: 1 1 44%; min-width: 0; }
  .sf-bar__field--range { flex: 1 1 100%; }
  .sf-bar__submit { width: 100%; justify-content: center; margin-left: 0; margin-top: 8px; padding: 13px; }
  .slider.normal .main_slider {
    height: 220px;
    overflow: hidden;
    border-radius: 18px;
  }
  .slider.normal .main_slider .swiper-slide {
    height: 100%;
  }
  .slider.normal .main_slider .swiper-slide img {
    min-height: 0 !important;
    height: 100%;
    max-height: 220px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 18px;
  }
  .slider.normal .sf-bar {
    width: 100%;
    max-width: 100%;
    margin-top: -14px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 15;
  }
  .sf-bar__form,
  .sf-bar__filters-row {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.values {
  margin-top: 30px;
}
.values .item {
  position: relative;
}
.values .item .bg_images {
  width: 100%;
  height: auto;
  color: #F4F4F4;
}
.values .item .text_item {
  max-width: 256px;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  color: #F4F4F4;
  position: absolute;
  margin: auto;
  top: 15px;
  left: 65px;
  right: 0;
  bottom: 0;
}
.values .item .text_item p {
  opacity: 0.6;
}
/* ── Bilgi alanı kartları (background-image yaklaşımı) ─────────── */
.bilgi-item {
  width: 100%;
  /* 207/524 = %39.5 oranı korur */
  padding-bottom: 39.5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
}
.bilgi-item__text {
  position: absolute;
  left: clamp(100px, 8.5vw, 150px);
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #F4F4F4;
  max-width: 300px;
}
.bilgi-item__title {
  font-size: 1.14rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #F4F4F4;
}
.bilgi-item__desc {
  font-size: 0.84rem;
  opacity: 0.75;
  line-height: 1.4;
  margin-bottom: 0;
  color: #F4F4F4;
}

.popular_sales {
  margin-top: 48px;
  padding-bottom: 12px;
}
.popular_sales + .musteri_yorumlari {
  margin-top: 8px;
}
.popular_sales .popular-home-head .index_title {
  margin-left: 0;
  margin-right: 0;
}
.popular_sales .home-tum-ilanlar-link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #186089;
  text-decoration: none;
  padding: 0.45rem 1.1rem;
  border: 1px solid #186089;
  border-radius: 999px;
  line-height: 1.2;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.popular_sales .home-tum-ilanlar-link:hover {
  color: #fff;
  background-color: #186089;
}
/* Öne Çıkan slider (varsayılan panel) — favori/karşılaştır ikonu gizli */
#pills-tumu .ilan-fav-cmp-pill {
  display: none !important;
}

/* ──── Öne Çıkan İlanlar — üst filtre barı ──── */
.popular_sales .home-pills-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.popular_sales .home-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1px;
  color: #011E2E;
  background: #fff;
  border: 1.5px solid #186089;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
}
.popular_sales .home-pill-btn:hover,
.popular_sales .home-pill-btn.active {
  background: #186089;
  color: #fff;
}
.popular_sales .home-tum-ilanlar-navlink {
  font-weight: 600;
}
/* Ok butonları */
.one-cikan-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #186089;
  background: #186089;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
  flex-shrink: 0;
}
.one-cikan-nav-btn:hover {
  background: #011E2E;
  border-color: #011E2E;
  color: #fff;
  transform: scale(1.08);
}
.one-cikan-nav-btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.popular_sales .renk_item_2 .nav-item .active {
  background-color: #A11105 !important;
}
/* eski .home-pills-nav kuralı — artık kullanılmıyor, geride kalmasın */
.popular_sales #pills-tab.home-pills-nav {
  display: none;
}
.popular_sales .home-one-cikan-grid {
  width: 100%;
  padding-bottom: 24px;
}
.popular_sales .home-one-cikan-grid .ilanlar-grid {
  margin-top: 0;
}
.popular_sales .home-one-cikan-grid .ilan-card-item {
  height: 100%;
}
/* Grid kartı — badge/ikon padding, arka plan ve konum düzeltmesi */
.popular_sales .home-one-cikan-grid .ilan-card-item .img_uruns .cat {
  border-radius: 30px;
  background: rgba(29, 29, 31, 0.5);
  box-shadow: 0px 5px 35px -8px rgba(0, 0, 0, 0.3);
  color: #F4F4F4;
  padding: 6px 12px;
  height: fit-content;
}
.popular_sales .home-one-cikan-grid .ilan-card-item .img_uruns .item_type {
  background-color: #F4F4F4 !important;
  color: #011E2E !important;
}
.popular_sales .home-one-cikan-grid .ilan-card-item .img_uruns {
  padding: 14px 18px 0;
  pointer-events: none;
}
.popular_sales .home-one-cikan-grid .ilan-card-item .img_uruns .list_btns {
  padding: 0;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
.popular_sales .home-one-cikan-grid .ilan-card-item .img_uruns .list_btns.locate {
  position: static;
  margin-top: 8px;
}
.popular_sales .home-one-cikan-grid .ilan-card-item .img_uruns .btns_cat {
  padding: 0;
  margin-left: auto;
}
.popular_sales .home-one-cikan-grid .ilan-card-item .ilan-card-hit {
  z-index: 1;
}
.popular_sales .home-one-cikan-grid .ilan-card-item .ilan-fav-cmp-pill {
  position: relative;
  z-index: 4;
  pointer-events: auto;
}
.popular_sales #pills-tabContent > .tab-pane .home-one-cikan-grid + .one_cikanlar,
.popular_sales .home-tab-content > .tab-pane .home-one-cikan-grid {
  margin-top: 0;
}
.popular_sales #pills-tab .nav-item .nav-link, .popular_sales ul.home-pills-nav .nav-item .nav-link {
  padding: 12px;
  border-radius: 15px;
  opacity: 1;
  color: #011E2E;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.15px;
  margin: 0 11px;
  background-color: #ffffff;
  border: 1px solid #186089;
  transition: background-color 0.2s, color 0.2s;
}
.popular_sales #pills-tab .nav-item .nav-link:hover,
.popular_sales ul.home-pills-nav .nav-item .nav-link:hover {
  background-color: #186089;
  color: #ffffff;
}
.popular_sales #pills-tab .nav-item .active, .popular_sales ul.home-pills-nav .nav-item .active {
  opacity: 1;
  color: #011E2E;
  background-color: #ffffff;
  font-weight: 700;
  border: 1px solid #186089;
}
.popular_sales #pills-tab .nav-item .active:hover,
.popular_sales ul.home-pills-nav .nav-item .active:hover {
  background-color: #186089;
  color: #ffffff;
}
.popular_sales .renk_item_2 .one_cikanlar .swiper-pagination-progressbar-fill {
  background-color: #A11105 !important;
}
.popular_sales #pills-tabContent > .tab-pane {
  display: none;
}
.popular_sales #pills-tabContent > .tab-pane.active {
  display: block;
}
.popular_sales #pills-tabContent .one_cikanlar,
.popular_sales .home-tab-content .one_cikanlar {
  position: relative;
  width: 100%;
  margin-top: 46px;
  padding-bottom: 28px;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-wrapper,
.popular_sales .home-tab-content .one_cikanlar .swiper-wrapper {
  align-items: stretch;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide {
  max-width: 386px;
  width: 100%;
  border-radius: 60px;
  background-color: #ffffff;
  border: 1px solid rgba(130, 148, 153, 0.3);
  box-shadow: 0px 5px 34px -8px rgba(130, 148, 153, 0.3);
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide .adres_area span,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide .adres_area span {
  color: #829499;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide .list_btns,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide .list_btns {
  padding: 29px 23px 0 23px;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide .locate,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide .locate {
  position: absolute;
  bottom: 30px;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide .one_cikan,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide .one_cikan {
  background-color: #011E2E !important;
  margin-right: 7px;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide .item_type,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide .item_type {
  background-color: #F4F4F4 !important;
  color: #011E2E !important;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide .cat,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide .cat {
  border-radius: 30px;
  background: rgba(29, 29, 31, 0.5);
  box-shadow: 0px 5px 35px -8px rgba(0, 0, 0, 0.3);
  color: #F4F4F4;
  padding: 6px 12px;
  height: -moz-fit-content;
  height: fit-content;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide .btns_cat,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide .btns_cat {
  padding: 4px 12px;
  margin-left: auto;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide .img_uruns,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide .img_uruns {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 240px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  position: relative;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide.ilan-card-slide,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide.ilan-card-slide {
  position: relative;
  height: auto;
  display: flex;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide.ilan-card-slide .ilan-card-item,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide.ilan-card-slide .ilan-card-item {
  height: 100%;
  width: 100%;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide.ilan-card-slide .ilan-card-hit,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide.ilan-card-slide .ilan-card-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide.ilan-card-slide .img_uruns,
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide.ilan-card-slide .text_area,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide.ilan-card-slide .img_uruns,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide.ilan-card-slide .text_area {
  position: relative;
  z-index: 2;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide.ilan-card-slide .img_uruns,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide.ilan-card-slide .img_uruns {
  pointer-events: none;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide.ilan-card-slide .text_area,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide.ilan-card-slide .text_area {
  pointer-events: none;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide.ilan-card-slide .ilan-card-title-link,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide.ilan-card-slide .ilan-card-title-link {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide.ilan-card-slide .img_uruns .list_btns,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide.ilan-card-slide .img_uruns .list_btns {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
/* ───────────────────────────────────────────────
   Favori & Karşılaştır ikonları — bağımsız yuvarlak düğmeler
   SVG stroke rengi zaten #F4F4F4 (beyaz), filter kullanılmaz.
─────────────────────────────────────────────── */
.ilan-fav-cmp-pill {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.ilan-fav-cmp-pill__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  text-decoration: none;
  line-height: 0;
  transition: background 0.18s, border-color 0.18s, transform 0.12s;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.ilan-fav-cmp-pill__btn:hover {
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.55);
  transform: scale(1.08);
}
.ilan-fav-cmp-pill__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.ilan-fav-cmp-pill__btn img {
  display: block;
  pointer-events: none;
  /* filter yok — SVG içindeki stroke zaten beyaz (#F4F4F4) */
}
/* Aktif: favori = kırmızı arka plan, karşılaştır = mavi arka plan */
.ilan-fav-cmp-pill__btn.favori-aktif {
  background: #e00000 !important;
  border-color: #e00000 !important;
}
.ilan-fav-cmp-pill__btn.karsilastir-aktif {
  background: #186089 !important;
  border-color: #186089 !important;
}
/* Konum: ana sayfa slider */
.popular_sales .one_cikanlar .ilan-card-slide .btns_cat .ilan-fav-cmp-pill {
  margin-left: auto;
}
/* ─── İlan kartı (ortak: ana sayfa + ilan listesi) ─────────────────── */
.ilan-card-item {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ilan-card-item .ilan-card-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ilan-card-item .img_uruns {
  width: 100%;
  height: 200px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  position: relative;
  flex-shrink: 0;
  pointer-events: none;
}
.category_list .ilan-card-item .img_uruns {
  /* satilik_ilanlar.css içindeki `.category_list .img_uruns` flex/space-between
     kuralı yeni ilan kartında etiketleri gereksiz açıyor. */
  display: block;
  padding: 14px 18px 0;
}
.category_list .ilan-card-item .img_uruns .list_btns {
  padding: 0;
}
.category_list .ilan-card-item .img_uruns .list_btns.locate {
  position: static;
  margin-top: 10px;
}
.ilan-card-item .img_uruns .list_btns {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
.ilan-card-item .text_area {
  padding: 10px 14px 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
  pointer-events: none;
}
.ilan-card-item .text_area .title_area {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #011E2E;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ilan-card-item .text_area .ilan-card-title-link {
  pointer-events: auto;
  position: relative;
  z-index: 3;
  color: inherit;
  text-decoration: none;
}
.ilan-card-item .text_area .ilan-card-title-link:hover {
  color: #186089;
}
.ilan-card-item .text_area .adres_area {
  gap: 6px;
  font-size: 13px;
  color: #829499;
  margin-bottom: 6px;
}
.ilan-card-item .text_area .adres_area span {
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ilan-card-item .text_area .button_area {
  gap: 4px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #829499;
  margin-bottom: 8px;
}
.ilan-card-item .text_area .button_area .d-flex {
  align-items: center;
  gap: 4px;
}
.ilan-card-item .text_area .price {
  margin-top: auto;
  border: 1px solid #C8D6DF;
  border-radius: 15px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #011E2E;
  width: fit-content;
  align-self: center;
}
/* İlan listesi grid (ilanlar.php) */
.ilanlar-grid .ilan-card-item .img_uruns {
  height: 185px;
}
/* Eski Bootstrap kart kalıpları (geriye dönük uyumluluk) */
.category_list .ilan-list-card {
  position: relative;
  overflow: hidden;
}
.category_list .ilan-list-card .ilan-card-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.category_list .ilan-list-card .ilan-card-title-link {
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
.ilan-detay-fav-row .ilan-fav-cmp-pill {
  flex-shrink: 0;
}
/* İlan detay panel düğmeleri biraz daha büyük */
.ilan-detay-fav-row .ilan-fav-cmp-pill__btn {
  width: 38px;
  height: 38px;
}
.benzer-ilan-tools {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  pointer-events: auto;
}
/* Benzer ilan düğmeleri biraz daha küçük */
.benzer-ilan-tools .ilan-fav-cmp-pill__btn {
  width: 30px;
  height: 30px;
}

.popular_sales #pills-tabContent .one_cikanlar .swiper-slide .text_area,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide .text_area {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide .text_area .adres_area,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide .text_area .adres_area {
  margin-top: 12px;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide .text_area .button_area,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide .text_area .button_area {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
  margin-top: 12px;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-slide .text_area .price,
.popular_sales .home-tab-content .one_cikanlar .swiper-slide .text_area .price {
  border-radius: 15px;
  border: 1px solid #C8D6DF;
  padding: 12px 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #011E2E;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-pagination,
.popular_sales .home-tab-content .one_cikanlar .swiper-pagination {
  max-width: 386px;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-pagination,
.popular_sales .home-tab-content .one_cikanlar .swiper-pagination {
  display: none;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-pagination-progressbar-fill,
.popular_sales .home-tab-content .one_cikanlar .swiper-pagination-progressbar-fill {
  background: #186089;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 5px;
  transform-origin: left top;
  height: 5px;
  border-radius: 120px;
}
.popular_sales #pills-tabContent .one_cikanlar .swiper-pagination-progressbar,
.popular_sales .home-tab-content .one_cikanlar .swiper-pagination-progressbar {
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  transform-origin: left top;
  height: 2.5px;
  border-radius: 120px;
}

.popular_category {
  margin-top: 80px;
  padding-top: 74px;
}
.popular_category .width_area {
  width: 100%;
  background-size: cover;
  height: 500px;
  margin-bottom: -426px;
}
.popular_category .kategori {
  margin-top: 77px;
}
.popular_category .index_title {
  color: #F4F4F4;
}
.popular_category .content {
  width: 100%;
  height: 500px;
  border-radius: 60px;
  position: relative;
  background-size: cover !important;
}
.popular_category .content .text_area {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: linear-gradient(0deg, #186089 0%, rgba(29, 29, 31, 0.7019607843) 100%);
  padding: 45px 62px;
  border-radius: 0px 0px 60px 60px;
  position: absolute;
  bottom: 0;
}
.popular_category .content h2, .popular_category .content span {
  opacity: 1 !important;
  color: #F4F4F4;
}

/* ─── Müşteri Yorumları (ana sayfa, ilan kartı iskeleti) ─── */
.musteri_yorumlari {
  margin-top: 16px;
  margin-bottom: 56px;
  padding-top: 0;
}
.musteri-yorumlari-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  margin-bottom: 24px;
}
.musteri_yorumlari .index_title {
  margin-bottom: 0;
}
.talep-cta-cards {
  margin-top: 36px;
  margin-bottom: 0;
}
.talep-cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 168px;
  padding: 28px 20px;
  border-radius: 20px;
  border: 1px solid rgba(160, 140, 70, 0.4);
  background: #edd078;
  box-shadow: 0 8px 28px -12px rgba(120, 100, 50, 0.2);
  text-decoration: none;
  color: #1a2b3c;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.talep-cta-card:hover,
.talep-cta-card:focus-visible {
  color: #1a2b3c;
  background: #e3c45c;
  transform: translateY(-3px);
  border-color: rgba(140, 120, 60, 0.45);
  box-shadow: 0 14px 36px -10px rgba(120, 100, 50, 0.28);
}
.talep-cta-card__line {
  display: block;
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
}
.talep-cta-card__brand {
  display: block;
  font-size: 1.08rem;
  font-weight: 500;
  color: #186089;
  line-height: 1.25;
  margin-bottom: 6px;
}
.talep-cta-card__action {
  display: block;
  font-size: 1.32rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #186089;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .talep-cta-cards {
    margin-top: 28px;
  }
  .talep-cta-card {
    min-height: 148px;
    padding: 22px 16px;
  }
}
.musteri-yorumlari-yap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 15px;
  border: 1px solid #186089;
  background: linear-gradient(135deg, #1a7fb5 0%, #186089 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 18px rgba(24, 96, 137, 0.35);
  transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
}
.musteri-yorumlari-yap-btn:hover,
.musteri-yorumlari-yap-btn:focus-visible {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(24, 96, 137, 0.45);
}
.musteri_yorumlari_slider {
  position: relative;
  padding-bottom: 44px;
  overflow: hidden;
}
.musteri_yorumlari_slider .musteri-yorum-prev,
.musteri_yorumlari_slider .musteri-yorum-next {
  color: #186089;
  top: 42%;
}
.musteri_yorumlari_slider .musteri-yorum-prev::after,
.musteri_yorumlari_slider .musteri-yorum-next::after {
  font-size: 1.35rem;
  font-weight: 700;
}
.musteri_yorumlari_slider .musteri-yorum-pagination {
  bottom: 4px;
}
.musteri_yorumlari_slider .musteri-yorum-pagination .swiper-pagination-bullet {
  background: #186089;
  opacity: 0.35;
}
.musteri_yorumlari_slider .musteri-yorum-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.musteri_yorumlari_slider .swiper-wrapper {
  align-items: stretch;
}
.musteri_yorumlari_slider .swiper-slide.yorum-card-slide {
  max-width: 386px;
  width: 100%;
  height: auto;
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid rgba(24, 96, 137, 0.28);
  box-shadow: 0 8px 32px -10px rgba(24, 96, 137, 0.2);
}
.musteri_yorumlari_slider .yorum-card-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.musteri_yorumlari_slider .yorum-card-hit {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: 24px;
}
.musteri_yorumlari_slider .yorum-card__top,
.musteri_yorumlari_slider .yorum-card__body {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.musteri_yorumlari_slider .yorum-card-item:hover .yorum-card__avatar {
  box-shadow: 0 4px 16px rgba(24, 96, 137, 0.35);
}
.musteri_yorumlari_slider .yorum-card__top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px 18px;
  min-height: 132px;
  background: linear-gradient(180deg, rgba(24, 96, 137, 0.07) 0%, #fff 72%);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.musteri_yorumlari_slider .yorum-card__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #186089;
  color: #fff;
  font-weight: 700;
  font-size: 1.65rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.musteri_yorumlari_slider .yorum-card__body {
  text-align: center;
  padding: 4px 22px 26px !important;
  flex: 1;
}
.musteri_yorumlari_slider .yorum-card__name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #011E2E;
  margin-bottom: 4px;
}
.musteri_yorumlari_slider .yorum-card__meta {
  font-size: 0.8rem;
  color: #829499;
  margin: 0 0 10px;
}
.musteri_yorumlari_slider .yorum-card__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
}
.musteri_yorumlari_slider .yorum-card__stars img {
  width: 22px;
  height: 20px;
  object-fit: contain;
}
.musteri_yorumlari_slider .yorum-card__date {
  font-size: 0.78rem;
  color: #829499;
  margin: 0 0 12px;
}
.musteri_yorumlari_slider .yorum-card__text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #3d4f56;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .popular_sales + .musteri_yorumlari {
    margin-top: 4px;
  }
  .musteri_yorumlari {
    margin-top: 12px;
    margin-bottom: 40px;
  }
  .musteri_yorumlari_slider .swiper-slide.yorum-card-slide {
    max-width: 100%;
  }
}

.customer_comments {
  margin-top: 77px;
  background-color: #ffffff;
  padding-top: 81px;
  padding-bottom: 81px;
}
.customer_comments .index_title {
  margin-bottom: 62px;
}
.customer_comments .slider_customer {
  height: 288px;
  padding-left: 15px;
  padding-right: 15px;
}
.customer_comments .slider_customer .swiper-button-prev {
  position: absolute;
  right: 0;
  left: auto;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
}
.customer_comments .slider_customer .swiper-button-next {
  position: absolute;
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
}
.customer_comments .slider_customer .swiper-button-next, .customer_comments .slider_customer .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer_comments .slider_customer .swiper-button-next img, .customer_comments .slider_customer .swiper-button-prev img {
  position: absolute;
  margin: auto;
}
.customer_comments .slider_customer .swiper-button-next:after, .customer_comments .slider_customer .swiper-button-prev:after {
  opacity: 0;
}
.customer_comments .slider_customer .swiper-wrapper .swiper-slide {
  border-radius: 32px;
  width: 100%;
  background-color: #A11105;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.customer_comments .slider_customer .swiper-wrapper .swiper-slide .stars {
  margin-bottom: 12px;
}
.customer_comments .slider_customer .swiper-wrapper .swiper-slide .stars img {
  max-width: 18px;
  width: 100%;
  height: auto;
  margin-left: 3px;
  margin-right: 3px;
}
.customer_comments .slider_customer .swiper-wrapper .swiper-slide .profile_photo {
  margin-top: 15px;
}
.customer_comments .slider_customer .swiper-wrapper .swiper-slide .profile_photo h4 {
  font-size: 11px;
}
.customer_comments .slider_customer .swiper-wrapper .swiper-slide .profile_photo .passive {
  font-size: 9px;
}
.customer_comments .slider_customer .swiper-wrapper .swiper-slide .profile_photo img {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer_comments .slider_customer .swiper-wrapper .swiper-slide .text {
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.customer_comments .slider_customer .swiper-wrapper .swiper-slide .text p.h5 {
  font-size: 12px !important;
}
.customer_comments .customer_comments_slider {
  position: relative;
  max-width: 1404px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 527px;
  padding-right: 30px;
}
.customer_comments .customer_comments_slider .swiper-wrapper {
  position: relative;
  max-width: 1362px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide {
  margin-left: 15px !important;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FAFAFA;
  transition: 0.5s all;
  border-radius: 60px;
  width: 388px !important;
  height: 386px !important;
  box-shadow: 0px 10.987px 24.903px -5.86px rgba(130, 148, 153, 0.3);
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide .stars {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide .stars img {
  transition: 0.5s all;
  margin-left: 6px;
  margin-right: 6px;
  width: 24.645px !important;
  height: 23.438px !important;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide .text {
  transition: 0.5s all;
  margin-top: 17px;
  padding-left: 17px;
  padding-right: 17px;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide .text .h5 {
  font-size: 17.579px !important;
  transition: 0.5s all;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide .profile_photo {
  transition: 0.5s all;
  margin-top: 17px;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide .profile_photo h4 {
  font-size: 14.649px !important;
  transition: 0.5s all;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide .profile_photo img {
  transition: 0.5s all;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 120px;
  width: 87px !important;
  height: 87px !important;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #A11105;
  border: 1px solid #EBEBEB;
  color: #F4F4F4;
  width: 527px !important;
  height: 527px !important;
  box-shadow: 0px 15px 34px -8px rgba(130, 148, 153, 0.3);
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active .stars img {
  width: 35px !important;
  height: 32px !important;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active .profile_photo {
  margin-top: 24px;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active .profile_photo h4 {
  font-size: 20px !important;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active .profile_photo img {
  width: 120px !important;
  height: 120px !important;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active .text {
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
.customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active .text .h5 {
  font-size: 24px !important;
}
.customer_comments .customer_comments_slider .swiper-button-prev {
  position: absolute;
  right: 0;
  left: auto;
  background-color: #A11105;
  border: 1px solid #A11105;
}
.customer_comments .customer_comments_slider .swiper-button-next {
  position: absolute;
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
}
.customer_comments .customer_comments_slider .swiper-button-next, .customer_comments .customer_comments_slider .swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer_comments .customer_comments_slider .swiper-button-next img, .customer_comments .customer_comments_slider .swiper-button-prev img {
  position: absolute;
  margin: auto;
}
.customer_comments .customer_comments_slider .swiper-button-next:after, .customer_comments .customer_comments_slider .swiper-button-prev:after {
  opacity: 0;
}

.branches {
  background-color: #C8D6DF;
  padding-top: 32px;
  padding-bottom: 28px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.branches .index_title {
  margin-bottom: 0;
}
.branches .swiper-wrapper {
  display: flex;
  justify-content: center;
  width: 321px;
}
.branches .branch_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.branches .branch_list .branch_slider {
  padding-bottom: 50px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.branches .branch_list .branch_slider .swiper-slide {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  background-color: #c8d6df !important;
}
.branches .branch_list .branch_slider .swiper-slide h6, .branches .branch_list .branch_slider .swiper-slide span {
  color: #011E2E !important;
  background-color: #c8d6df !important;
}
.branches .branch_list .swiper-pagination {
  max-width: 212px;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
}
.branches .branch_list .swiper-pagination-progressbar-fill {
  background: #186089;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 5px;
  transform-origin: left top;
  height: 5px;
  border-radius: 120px;
}
.branches .branch_list .swiper-pagination-progressbar {
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  transform-origin: left top;
  height: 5px;
  border-radius: 120px;
  margin-bottom: 0px;
}
.branches .branch_list .branch {
  margin: 0;
  flex: 0 1 303px;
  max-width: 303px;
  width: 100%;
  border: 1px solid #186089;
  padding: 20px 18px 18px;
  text-align: center;
  color: #011E2E;
  border-radius: 32px;
  position: relative;
  background-color: #c8d6df;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.branches .branch_list .branch p {
  margin-bottom: 6px;
}
.branches .branch_list .branch p:last-child {
  margin-bottom: 0;
}
.branches .branch_list .branch img {
  width: 49px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
  transition: 0.5s all;
}
.branches .branch_list .branch .branch_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.branches .branch_list .branch:hover {
  background-color: #011E2E;
  color: #F4F4F4;
  border-color: #011E2E;
  box-shadow: 0 12px 28px rgba(1, 30, 46, 0.18);
}
.branches .branch_list .branch:hover > img {
  filter: invert(1);
}
.branches .branch_list .branch:hover h6,
.branches .branch_list .branch:hover span,
.branches .branch_list .branch:hover a {
  color: #F4F4F4;
}
.branches .branch_list .branch:hover .branch-konum-link img {
  filter: brightness(0) invert(1);
}
.branches .branch_list .branch .branch-konum {
  margin-top: 2px;
  margin-bottom: 0;
}
.branches .branch_list .branch .branch-konum-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: color 0.35s ease;
}
.branches .branch_list .branch .branch-konum-link:hover {
  text-decoration: underline;
}
.branches .branch_list .branch .branch-konum-icon {
  flex-shrink: 0;
  display: block;
}
.branches .branch_list .branch h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
}
.branches .branch_list .branch span {
  margin-bottom: 6px;
}
.branches .branch_list .branch span:last-child {
  margin-bottom: 0;
}

footer {
  padding-bottom: 6px;
  padding-top: 56px;
  margin-top: 0;
  position: relative;
  z-index: 2;
  background-color: #011E2E;
  color: white;
}
footer .footer_logo {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 20px;
  display: block;
}
footer .footer-main-row {
  margin-bottom: 8px;
}
footer .footer-brand-col .footer-intro {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.6;
  opacity: 0.88;
}
footer .footer-col-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #F4F4F4;
  letter-spacing: 0.02em;
}
footer .footer-nav-menu .f_menu_item:last-child,
footer .footer-contact-menu .f_menu_item:last-child {
  margin-bottom: 0;
}
footer .footer-contact-menu .f_menu_item a {
  max-width: 100%;
  line-height: 1.5;
}
footer .footer-contact-col .social {
  margin-top: 16px;
}
footer .footer-bottom {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
footer .footer-bottom .copirate {
  text-align: center;
  opacity: 0.75;
  font-size: 14px;
}
footer:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #186089 0%, #011E2E 50%, #A11105 100%);
}
footer a {
  color: white;
}
footer .underline a {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
footer .f_menu {
  padding-left: 0;
  margin-bottom: 0;
}
footer .f_menu .f_menu_item {
  margin-bottom: 10px;
  list-style-type: none;
}
footer .f_menu .f_menu_item .ek_img {
  margin-right: 12px;
}
footer .f_menu .f_menu_item a {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s all;
  line-height: 20px;
  letter-spacing: 0.15px;
}
footer .f_menu .f_menu_item a:hover {
  color: #A11105;
}
footer .social {
  margin-top: 16px;
}
footer .social .f_menu_item {
  margin-right: 24px;
}
footer .social .f_menu_item a {
  transition: 0.5s all;
}
footer .social .f_menu_item a:hover {
  opacity: 0.6;
}
footer .w-full_bg {
  max-width: 1920px;
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
footer .w-full_bg .special_image_for_footer {
  position: relative;
  right: 0;
  left: 0;
  bottom: 45px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin-top: 70px;
}


.breadcumb-area {
  padding-top: 17px;
  padding-bottom: 17px;
  margin-top: 150px;
  background: #186089;
}
.breadcumb-area .breadcumb-item {
  margin-bottom: 0;
  display: flex;
}
.breadcumb-area .breadcumb-item .breadcumb-item-li {
  list-style-type: none;
}
.breadcumb-area .breadcumb-item .breadcumb-item-li:after {
  content: ">";
  position: relative;
  color: white;
}
.breadcumb-area .breadcumb-item .breadcumb-item-li:last-child:after {
  display: none;
}
.breadcumb-area .breadcumb-item .breadcumb-item-li a {
  font-size: 16px;
  color: #fff;
}

.subelerimiz .subelerimiz_area {
  background-image: url("../image/subeler/arsa_shadow_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding-top: 40px;
  padding-bottom: 100px;
  margin-top: 150px;
  min-height: 1165px;
}
.subelerimiz .subelerimiz_area .img_box {
  background-color: #011E2E;
  padding: 34px 113px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 36px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -130px;
}
.subelerimiz .subelerimiz_area .box-2 {
  height: 438px;
}
.subelerimiz .subelerimiz_area .box-4 {
  height: 524px;
}
.subelerimiz .subelerimiz_area .box-3 {
  height: 246px;
}
.subelerimiz .subelerimiz_area .box-1 {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(249, 249, 249, 0.5019607843);
  background: rgb(1, 30, 46);
  background: linear-gradient(90deg, rgba(1, 30, 46, 0.7567401961) 23%, rgba(3, 97, 148, 0.168504902) 78%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#011e2e",endColorstr="#036194",GradientType=1);
}
.subelerimiz .subelerimiz_area .box-1 h3 {
  font-size: 24px !important;
}
.subelerimiz .subelerimiz_area .box-1 .text {
  font-size: 18px;
  line-height: 27px;
}
.subelerimiz .subelerimiz_area .btn_incele {
  padding: 10px 20px;
  background: rgb(244, 244, 244);
  background: linear-gradient(90deg, rgba(244, 244, 244, 0.5662640056) 32%, rgb(244, 244, 244) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#f4f4f4",GradientType=1);
  color: #000000 !important;
  border-radius: 15px;
  border: 1px solid white;
}
.subelerimiz .subelerimiz_area .btn_incele .incele_span {
  margin-right: 10px;
}
.subelerimiz .subelerimiz_area .box-2, .subelerimiz .subelerimiz_area .box-4, .subelerimiz .subelerimiz_area .box-3 {
  border: 1px solid rgba(249, 249, 249, 0.5019607843);
  padding: 15px;
  border-radius: 30px;
  min-height: 330px;
  position: relative;
}
.subelerimiz .subelerimiz_area .box-2:before, .subelerimiz .subelerimiz_area .box-4:before, .subelerimiz .subelerimiz_area .box-3:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}
.subelerimiz .subelerimiz_area .box-2 h2, .subelerimiz .subelerimiz_area .box-4 h2, .subelerimiz .subelerimiz_area .box-3 h2 {
  position: relative;
  z-index: 10;
  font-size: 35px;
  font-weight: 400;
}
.subelerimiz .subelerimiz_area .box-2 a, .subelerimiz .subelerimiz_area .box-4 a, .subelerimiz .subelerimiz_area .box-3 a {
  position: relative;
  z-index: 10;
  color: white;
  transition: 0.5s all;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.subelerimiz .subelerimiz_area .box-2 a:hover, .subelerimiz .subelerimiz_area .box-4 a:hover, .subelerimiz .subelerimiz_area .box-3 a:hover {
  opacity: 0.6;
}
.subelerimiz .subelerimiz_area .box-4 {
  min-height: 399px !important;
}
.subelerimiz .subelerimiz_area .box-3 {
  min-height: 190px !important;
}
.subelerimiz footer {
  margin-top: 20px;
}
.subelerimiz header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.subelerimiz .values {
  display: none !important;
}
.subelerimiz .slider {
  margin-top: -120px;
  max-width: 100%;
  width: 100%;
}
.subelerimiz .slider .tum_sehirler {
  top: auto;
  margin-bottom: -40px;
}
.subelerimiz .slider .main_slider .swiper-slide img {
  height: 650px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.subelerimiz .slider .slide_buttons {
  display: none;
}
.subelerimiz .slider .main_slider .swiper-slide .text_area {
  top: 200px;
}
.subelerimiz .slider .main_slider .swiper-slide img {
  border-radius: 0;
}

@media only screen and (max-width: 1530px) {
  .h4-sml {
    font-size: 30px;
  }
  .values p, .values .s1 {
    font-size: 16px;
  }
  .values .s2 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1530px) and (min-width: 769px) {
  .slider .main_slider .swiper-slide img {
    min-height: 630px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider.normal .main_slider .swiper-slide img {
    min-height: 580px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider.normal .sf-bar {
    max-width: min(1100px, calc(100% - 48px));
  }
}
@media only screen and (max-width: 1400px) {
  .values .item .text_item {
    max-width: 205px;
    height: 80px;
    overflow: hidden;
    top: 0px;
    left: 65px;
    right: 0;
    bottom: 0;
  }
  a {
    font-size: 16px;
  }
  .popular_category .content .text_area {
    width: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 1225px) {
  header .menu_header .menu_ul {
    z-index: 100;
  }
  header .menu_header .menu_ul .menu_li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    opacity: 1;
  }
  .header_banner {
    margin-top: 10px;
  }
  .popular_category .content .text_area {
    padding: 30px 20px;
  }
  .index_title {
    font-size: 35px;
    text-align: center;
  }
  .openMenu header .menu_header .menu_ul {
    right: 0;
  }
  header .menu_header .menu_ul .menu_li a {
    display: flex;
    justify-content: space-between;
    color: #fff;
  }
  header .menu_header .menu_ul .menu_li a:hover,
  header .menu_header .menu_ul .menu_li a:focus-visible {
    color: #fff;
    opacity: 0.92;
  }
  header .menu_header .menu_ul .menu_li a span {
    display: block;
    color: rgba(255, 255, 255, 0.75);
  }
  header .menu_header .menu_ul .menu_li.active a {
    color: #fff;
    font-weight: 600;
  }
  header .menu_header .menu_ul {
    padding: 12px 24px;
    background-color: #186089;
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    position: fixed;
    right: 0;
    z-index: 20;
    border-radius: 0;
    height: 100%;
    bottom: 0;
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -270px;
    transition: 0.5s all;
    z-index: 100;
  }
  header.header--home .menu_header .menu_ul {
    background-color: #011E2E;
  }
  header.header--home .menu_header .menu_ul .menu_li a {
    color: #fff;
    font-weight: 400;
  }
  header.header--home .menu_header .menu_ul .menu_li.active a {
    font-weight: 700;
  }
  header .menu_header .menu_ul .img_area {
    display: block;
    position: absolute;
    max-width: 20px;
    width: 100%;
    height: auto;
    left: 20px;
    top: 20px;
  }
  header .menu_header .menu_ul .img_area img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
  }
  header .menu_header .menu_buttons {
    position: relative;
    right: 56px;
  }
  header .menu_header .menu_open_button {
    position: absolute;
    padding: 0;
    right: 15px;
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .popular_category .item_kat {
    margin-bottom: 20px;
  }
  .popular_category .content .text_area {
    padding: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding-top: 28px;
    text-align: center;
  }
  footer .footer_logo {
    margin-right: auto;
    margin-left: auto;
    max-width: 200px;
  }
  footer .footer-brand-col .footer-intro {
    text-align: center;
  }
  footer .footer-col-title {
    margin-bottom: 16px;
  }
  footer .footer-nav-menu .f_menu_item a,
  footer .footer-contact-menu .f_menu_item a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-contact-menu .f_menu_item {
    justify-content: center;
  }
  footer .social {
    align-items: center;
    justify-content: center;
  }
  footer .container {
    max-width: 90%;
  }
  .customer_comments {
    padding-top: 41px;
    padding-bottom: 51px;
  }
  .customer_comments .index_title {
    margin-bottom: 30px;
  }
  .branches {
    background-color: #C8D6DF;
    padding-top: 28px;
    padding-bottom: 24px;
  }
  .branches .branch_list {
    margin-top: 16px;
  }
  .h2 {
    font-size: 30px;
  }
  .popular_sales {
    margin-top: 24px;
    padding-bottom: 28px;
  }
  .popular_sales .home-pills-bar {
    gap: 6px;
    margin-bottom: 14px;
  }
  .popular_sales .home-pill-btn {
    padding: 7px 13px;
    font-size: 13px;
    border-radius: 16px;
  }
  .popular_sales .popular-home-head {
    margin-bottom: 8px;
  }
  .slider .main_slider {
    height: 220px;
    overflow: hidden;
    border-radius: 15px;
  }
  .index_title {
    font-size: 22px;
  }
  footer .footer-contact-col {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider .tum_sehirler nav #nav-tab .nav-link {
    font-size: 15px;
  }
  .slider .tum_sehirler .tab-content #all_city, .slider .tum_sehirler .tab-content .input_area {
    font-size: 15px;
  }
  .customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active .text .h5 {
    font-size: 18px !important;
  }
  .customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active .stars img {
    width: 25px !important;
    height: 24px !important;
  }
  .popular_sales #pills-tabContent .one_cikanlar .swiper-slide .btns_cat a img,
  .popular_sales .home-tab-content .one_cikanlar .swiper-slide .btns_cat a img {
    margin: 0 4px;
  }
  .popular_category {
    padding-top: 15px;
  }
  .popular_category .kategori {
    margin-top: 25px;
  }
  .customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active .profile_photo img {
    width: 65px !important;
    height: 65px !important;
  }
  .customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active .text .h5 {
    font-size: 12px !important;
  }
  .customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active {
    width: 100% !important;
    height: 288px !important;
  }
  .popular_category .content .text_area {
    height: 130px;
  }
  .popular_category .content {
    height: 344px;
  }
  .popular_category .width_area {
    margin-bottom: -263px;
    height: 290px;
  }
  .popular_sales #pills-tabContent .one_cikanlar .swiper-slide .text_area .price,
  .popular_sales .home-tab-content .one_cikanlar .swiper-slide .text_area .price {
    padding: 6px 15px;
    font-size: 15px;
  }
  .h3 {
    font-size: 15px;
  }
  .popular_sales #pills-tabContent .one_cikanlar .swiper-slide .text_area,
  .popular_sales .home-tab-content .one_cikanlar .swiper-slide .text_area {
    font-size: 12px;
    max-width: 202px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .popular_sales #pills-tabContent .one_cikanlar .swiper-pagination,
  .popular_sales .home-tab-content .one_cikanlar .swiper-pagination {
    max-width: 212px;
    height: 5px;
  }
  .popular_sales #pills-tabContent .one_cikanlar .swiper-slide,
  .popular_sales .home-tab-content .one_cikanlar .swiper-slide {
    font-size: 12px;
  }
  .slider .main_slider .swiper-slide .text_area {
    margin-top: 25px;
  }
  .popular_sales #pills-tabContent .one_cikanlar, .popular_sales .home-tab-content .one_cikanlar {
    margin-top: 25px;
  }
  header {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .slider .main_slider .swiper-slide .text_area h2 {
    margin-bottom: 15px;
  }
  .h2 {
    font-size: 17px;
    letter-spacing: 1px;
  }
  p, .s1 {
    font-size: 15px;
    line-height: 1.3;
  }
  .slider .main_slider .slide_buttons {
    bottom: 40px;
  }
  .slider .main_slider .slide_buttons .swiper-button-prev {
    left: 22px;
  }
  .slider .main_slider .slide_buttons .swiper-button-next {
    right: 24px;
  }
  .slider .main_slider .slide_buttons .swiper-pagination {
    padding: 16px 55px;
  }
  header .menu_header .menu_open_button img {
    max-width: 24px;
    width: 100%;
    height: auto;
  }
  .slider {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider.normal {
    padding-left: 0;
    padding-right: 0;
  }
  .slider.normal .sf-bar {
    width: 100%;
    max-width: 100%;
    left: auto;
    right: auto;
    transform: none;
  }
  .slider .main_slider .swiper-slide img {
    border-radius: 22px;
    min-height: 0 !important;
    height: 220px;
    max-height: 220px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider .main_slider .swiper-slide .text_area {
    max-width: 505px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 12px;
  }
  .slider #all_city {
    margin-bottom: 10px;
  }
  .slider .tum_sehirler {
    top: 125px;
  }
  .slider .tum_sehirler .tab-content {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  header .menu_header .logo img {
    max-width: 240px;
    height: 80px;
    width: auto;
    object-fit: contain;
  }
  header .menu_header .menu_buttons {
    right: 52px;
  }
  header .menu_header .menu_buttons li {
    margin-left: 6px;
  }
  header .menu_header .menu_buttons li a {
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 12px;
    min-height: 36px;
  }
  .values .item .text_item {
    max-width: 315px;
    height: -moz-fit-content;
    height: fit-content;
    top: 15px;
    left: 65px;
  }
  .values p, .values .s1 {
    font-size: 24px;
  }
  .values .s2 {
    font-size: 18px;
  }
  header .menu_header .menu_buttons .active_li .hover_open {
    width: 190px;
    right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .values p, .values .s1 {
    font-size: 20px;
  }
  .values .s2 {
    font-size: 14px;
  }
  .values .item .text_item {
    max-width: 245px;
  }
  .values .item .text_item {
    height: -moz-fit-content;
    height: 90px;
    top: 0px;
    left: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .branches .branch_list .branch {
    max-width: 280px;
  }
  .branches .branch_list .branch_slider {
    margin-top: 25px;
  }
  .branches .swiper-wrapper {
    width: 282px;
  }
  .customer_comments .slider_customer .text {
    max-width: 220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .customer_comments .customer_comments_slider .swiper-wrapper .swiper-slide-active {
    width: 100% !important;
    height: 527px !important;
  }
}
@media only screen and (max-width: 465px) {
  .values .item .text_item {
    max-width: 215px;
  }
}
@media only screen and (max-width: 405px) {
  .values p, .values .s1 {
    font-size: 16px;
  }
  .values .item .text_item {
    max-width: 175px;
    height: 55px;
    top: 0px;
    left: 35px;
  }
}

/* Danışmanlar (Kolaybak kullanicilar — ana sayfa + /danismanlar) */
.danismanlar-section {
  padding-top: 48px;
  padding-bottom: 48px;
  background: linear-gradient(180deg, #f0f4f7 0%, #f6f8fa 100%);
}
.danismanlar-section--home {
  margin-top: 0;
}
.danismanlar-grid-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* Ölçü: .popular_sales … .swiper-slide ile aynı (max 386px, üst görsel 240px) */
.danismanlar-grid {
  display: grid;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 386px));
  gap: 1.5rem 1.25rem;
  justify-content: center;
  justify-items: center;
}
.danisman-card {
  position: relative;
  width: 100%;
  max-width: 386px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 60px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(130, 148, 153, 0.3);
  box-shadow: 0px 5px 34px -8px rgba(130, 148, 153, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.danisman-card__hit {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 60px;
}
.danisman-card__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  pointer-events: none;
}
.danisman-card__body {
  width: 100%;
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 12px 16px;
  box-sizing: border-box;
}
.danisman-card__cta {
  margin: 0 auto 0.65rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #186089 0%, #0d4a66 100%);
  box-shadow: 0 2px 8px rgba(24, 96, 137, 0.35);
  pointer-events: none;
  user-select: none;
  width: fit-content;
}
.danisman-card__contact {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.danisman-card__contact-link,
.danisman-card__contact-text {
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #186089;
  word-break: break-word;
}
.danisman-card__contact-text {
  color: #5a7580;
}
.danisman-card__contact-link {
  text-decoration: none;
  font-weight: 600;
}
.danisman-card__contact-link:hover {
  text-decoration: underline;
}
.danisman-card__photo {
  width: 100%;
  height: 240px;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
  margin-bottom: 0;
  background: #e8eef2;
  flex-shrink: 0;
  position: relative;
}
.danisman-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.danisman-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 3.5rem;
  font-weight: 700;
  color: #186089;
  letter-spacing: 0.02em;
}
.danisman-card__name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #011e2e;
}
.danisman-card__unvan {
  font-size: 0.875rem;
  color: #5a7580;
  margin: 0 0 0.5rem;
}
.danisman-card__bio {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #6b8490;
  margin: 0 0 0.85rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Yukarı çık */
.site-back-to-top {
  position: fixed;
  right: 14px;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  z-index: 1050;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: linear-gradient(135deg, #1a7fb5 0%, #186089 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.site-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-back-to-top:hover {
  filter: brightness(1.06);
}
.site-back-to-top:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .site-back-to-top {
    transition: none;
  }
}

/* Talep formları (sat-kiraya-ver, satinal-kirala) */
.talep-form-section {
  background: #f4f6f8;
}
.talep-form-title {
  font-weight: 700;
  color: #1a2b3c;
}
.talep-form .form-label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.talep-form .form-control,
.talep-form .form-select {
  border-radius: 6px;
  border-color: #ced4da;
  min-height: 44px;
}
.talep-form-submit {
  background: #2e9b4a;
  border: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.85rem 1rem;
  border-radius: 6px;
  font-size: 1rem;
}
.talep-form-submit:hover {
  background: #26803d;
  color: #fff;
}
.talep-form-kvkk .form-check-label a {
  color: #1a7fb5;
}
/*# sourceMappingURL=style.css.map */