@charset "UTF-8";
html,
body,
ul,
li,
a,
p {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

body {
  font-family: "Open Sans", sans-serif;
}

hr {
  background-color: #979797;
}

#btn-back-to-top {
  position: fixed;
  bottom: 35px;
  right: 20px;
  display: none;
  z-index: 99;
}

.whatsappButton {
  position: fixed;
  bottom: 115px;
  right: 27px;
  display: none;
  z-index: 2;
}

.whatsappButton a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.whatsappButton a:hover {
  transform: scale(1.1);
}

.noScroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.bttm-brd {
  border-bottom: thin solid #eee;
}

.overline {
  text-decoration: line-through;
}

.chkWrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.chkWrap input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.chkWrap .box {
  top: 2px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #706f6f;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.chkWrap .box::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}
.chkWrap input:checked + .box {
  background: #333;
  border-color: #333;
}
.chkWrap input:checked + .box::after {
  opacity: 1;
  transform: scale(1);
}
.chkWrap input:focus-visible + .box {
  box-shadow: 0 0 0 3px rgba(0, 127, 255, 0.35);
}
.chkWrap input:disabled + .box {
  opacity: 0.5;
  cursor: not-allowed;
}
.chkWrap input:disabled ~ span,
.chkWrap input:disabled ~ label {
  cursor: not-allowed;
}

.boxShadow {
  margin-right: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.pagination {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.pagination a {
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.pagination a:hover {
  background: #eee;
}
.pagination a.active {
  background: #333;
  color: #fff;
  border-color: #333;
}

.headerBar {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.headerBar .breadcrumb {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.headerBar .breadcrumb a {
  text-decoration: none;
  color: #333;
}
.headerBar .breadcrumb .active {
  color: #999;
}

.etiket1 {
  background: #e20714;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0 5px 5px 0;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.etiket2 {
  background: #1b3888;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0 5px 5px 0;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0px;
}

.etiket3 {
  background: #e0e40a;
  color: #333;
  padding: 5px 10px;
  border-radius: 5px 0 0 5px;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 0px;
}

.etiket4 {
  background: #7c5dad;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px 0 0 5px;
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 0px;
}

.topArea {
  background-color: #e20714;
  height: 40px;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.topArea .topArea-right ul > li {
  float: left;
  margin-right: 35px;
}
.topArea .topArea-right ul > li a {
  color: #fff;
}
.topArea .topArea-right ul > li li {
  margin-left: 15px;
  margin-right: auto;
}
.topArea .topArea-right ul > li:last-child {
  margin-right: 0;
}

.mobileTopArea {
  display: none;
}

.navbar .navbar-brand img {
  width: 200px;
}
.navbar .navbar-collapse {
  margin-top: 5px;
}
.navbar .navbar-collapse .nav-link {
  /*font-weight: 600;
  font-size: 14px;*/
  font-weight: 500;
  font-size: 15px;
}
.navbar .navbar-collapse .dropdown-menu {
  /*padding: 0;*/
}
.navbar .navbar-collapse .dropdown-menu .dropdown-item {
  /*font-size: 13px;*/
}

.carousel-caption {
  color: #000;
}

.turlar {
  margin: 30px;
}
.turlar img {
  width: 100%;
}

.sloganBlok {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sloganBlok .row {
  display: flex;
  align-items: center;
}
.sloganBlok h2 {
  font-size: 18px;
}

.topButtons {
  padding: 15px 0 12px 0;
  min-height: 55px;
  display: inline-block;
  width: 100%;
}
.topButtons .topButtons-buttons {
  width: 20%;
  float: left;
  display: block;
  height: 40px;
  padding: 0 15px;
}
.topButtons .topButtons-buttons a {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 5px;
  height: 100%;
  color: #111;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topButtons .topButtons-buttons a i {
  margin-right: 10px;
}
.topButtons .topButtons-buttons a:hover {
  background: #706f6f;
  color: #fff;
}

.anasayfaTur {
  margin-bottom: 35px;
}
.anasayfaTur .turBaslik {
  text-align: center;
  margin: 10px 0 30px;
}
.anasayfaTur .turBaslik a {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 5px;
  height: 100%;
  color: #111;
  margin-top: 15px;
  padding: 10px 0;
  display: inline-block;
  width: 200px;
}
.anasayfaTur .turBaslik a:hover {
  background: #706f6f;
  color: #fff;
}
.anasayfaTur .turBlok {
  border: thin solid #d9d9d9;
  position: relative;
}
.anasayfaTur .turBlok .gorsel {
  overflow: hidden;
  position: relative;
}
.anasayfaTur .turBlok .gorsel img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.anasayfaTur .turBlok .gorsel:hover img {
  transform: scale(1.1);
}
.anasayfaTur .turBlok .turBilgi {
  padding: 10px 0 20px 10px;
}
.anasayfaTur .turBlok .turBilgi .turLokasyon {
  display: flex;
  align-items: baseline;
  justify-content: left;
  margin: 10px 0;
}
.anasayfaTur .turBlok .turBilgi .turLokasyon i {
  margin-right: 10px;
  color: #706f6f;
}
.anasayfaTur .turBlok .turBilgi .turLokasyon p {
  color: #706f6f;
  font-size: 14px;
  margin-bottom: 10px;
}
.anasayfaTur .turBlok .turBilgi .turAdi a {
  color: #706f6f;
  display: block;
  margin-bottom: 15px;
}
.anasayfaTur .turBlok .turBilgi .yildizlarBlok {
  color: #e0e40a;
}
.anasayfaTur .turBlok .turBilgi .yildizlarBlok label {
  color: #706f6f;
  font-size: 13px;
}
.anasayfaTur .turBlok .turBilgi .turFiyat {
  margin-top: 10px;
}
.anasayfaTur .turBlok .turBilgi .turFiyat i {
  margin-right: 5px;
}
.anasayfaTur .turBlok .turBilgi .turFiyat label,
.anasayfaTur .turBlok .turBilgi .turFiyat i {
  color: #e20714;
  font-weight: 500;
  font-size: 20px;
}
.anasayfaTur .turBlok .turBilgi .turFiyat label span,
.anasayfaTur .turBlok .turBilgi .turFiyat i span {
  color: #706f6f;
  font-size: 13px;
  margin-left: 3px;
}

.kulturTurlari {
  text-align: center;
}
.kulturTurlari .turBaslik {
  text-align: center;
  margin: 10px 0 30px;
}
.kulturTurlari img {
  width: 100%;
}
.kulturTurlari a {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 5px;
  height: 100%;
  color: #111;
  margin-top: 15px;
  padding: 10px 0;
  display: inline-block;
  width: 200px;
}
.kulturTurlari a:hover {
  background: #706f6f;
  color: #fff;
}

.umreHacFiyat .turBaslik {
  text-align: center;
  margin: 10px 0 30px;
}
.umreHacFiyat .turBaslik h2 {
  margin-bottom: 20px;
}

footer {
  border-top: 100px solid #d9d9d9;
  padding-top: 20px;
}
footer .footerBlok1 a.map {
  color: #706f6f;
}
footer .footerBlok1 li {
  border-left: 3px solid #706f6f;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 10px;
}
footer .footerBlok1 li span {
  display: block;
  color: #666;
}
footer .footerBlok1 li a {
  color: #e20714;
}
footer .footerBlok1 li ul {
  margin-top: 15px;
}
footer .footerBlok1 li ul li {
  float: left;
  border: none;
  margin-right: 5px;
}
footer .footerBlok1 li ul li a {
  color: #706f6f;
}
footer .footerBlok1 li ul li a i {
  font-size: 26px;
}
footer .footerBlok1 li ul li a i:hover {
  color: #e20714;
}
footer .footerBlok2 p {
  font-weight: 500;
}
footer .footerBlok2 li {
  margin-bottom: 10px;
}
footer .footerBlok2 li a {
  color: #706f6f;
  font-size: 14px;
}
footer .footerBlok2 li a:hover {
  color: #e20714;
}

.listelemeTurlar {
  margin-bottom: 35px;
}
.listelemeTurlar .listelemeTurlar-filtre input {
  display: none;
}
.listelemeTurlar .listelemeTurlar-filtre .yildizlarBlok {
  color: #ffdc00;
}
.listelemeTurlar .listelemeTurlar-filtre .yildizlarBlok i {
  margin: 0 3px;
}
.listelemeTurlar .listelemeTurlar-list .turSecimleri select {
  padding: 10px;
}
.listelemeTurlar .listelemeTurlar-list .turBaslik {
  text-align: left;
  margin: 10px 0 30px;
}
.listelemeTurlar .listelemeTurlar-list .turBaslik .turSecimleri a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3px 0;
  height: 35px;
  border-radius: 3px;
}
.listelemeTurlar .listelemeTurlar-list .turBaslik .turSecimleri a:hover {
  background: #e20714;
  border: none;
}
.listelemeTurlar .listelemeTurlar-list .turBaslik .turSecimleri .günSecim {
  display: flex;
  align-items: center;
  justify-items: center;
  margin-left: 10px;
}
.listelemeTurlar .listelemeTurlar-list .turBaslik .turSecimleri .günSecim li {
  margin-right: 15px;
}
.listelemeTurlar .listelemeTurlar-list .turBaslik .turSecimleri .günSecim li a {
  padding: 15px;
}
.listelemeTurlar .listelemeTurlar-list .turBaslik a {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 5px;
  height: 100%;
  color: #111;
  margin-top: 15px;
  padding: 10px 0;
  display: inline-block;
  width: 200px;
}
.listelemeTurlar .listelemeTurlar-list .turBaslik a:hover {
  background: #706f6f;
  color: #fff;
}
.listelemeTurlar .listelemeTurlar-list .turSonuc {
  color: #e20714;
  font-weight: 500;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok {
  margin-bottom: 20px;
  min-height: 400px;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok {
  border: thin solid #d9d9d9;
  position: relative;
  border-radius: 3px;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .gorsel {
  overflow: hidden;
  position: relative;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .gorsel img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .gorsel:hover img {
  transform: scale(1.1);
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .turBilgi {
  padding: 10px 0 20px 10px;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .turBilgi .turBilgi1 {
  font-size: 16px;
  font-weight: 500;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .turBilgi .turBilgi2 {
  font-size: 15px;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .turBilgi .turBilgi3 {
  font-size: 12px;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .turBilgi .turBilgi4 {
  font-size: 12px;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .turBilgi .turOzellik {
  margin: 10px 14px 10px 0px;
  padding: 3px;
  background: #d8dac7;
  border-radius: 5px;
  border-left: 3px solid #e20714;
  font-size: 14px;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .turBilgi .turOzellik p {
  padding-left: 5px;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .turBilgi .turFiyat {
  margin-top: 10px;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .turBilgi .turFiyat .turFiyat-fiyat {
  font-size: 14px;
  display: flex;
  text-align: center;
  justify-items: center;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .turBilgi .turFiyat .turFiyat-fiyat .fiyat1 {
  margin: 0 10px 0 5px;
}
.listelemeTurlar .listelemeTurlar-list .turListBlok .turBlok .turBilgi .turFiyat .turFiyat-fiyat .fiyat2 {
  color: #e4480a;
  font-weight: 500;
}

/* Slider + Thumbs (Stabil) — SCSS */
:root {
  --w: 1000px;
  --h: 560px;
  --thumb-h: 84px;
  --gap: 10px;
  --radius: 5px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.turDetay {
  margin-top: 25px;
}
.turDetay img {
  width: 100%;
}
.turDetay .detayFiltreler {
  order: 1;
}
.turDetay .detayFiltreler .odaUcret ul {
  padding: 0 10px;
}
.turDetay .detayFiltreler .odaUcret ul li {
  display: flex;
  border: thin solid #d9d9d9;
  padding: 5px 10px 0px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.turDetay .detayFiltreler .odaUcret ul li > div:first-of-type {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 60px;
}
.turDetay .detayFiltreler .odaUcret ul li i {
  font-size: 48px;
}
.turDetay .detayFiltreler .odaUcret ul li p {
  font-size: 14px;
}
.turDetay .detayFiltreler .odaUcret ul li span {
  font-size: 23px;
  font-weight: 500;
  float: right;
}
.turDetay .detayFiltreler .rezervasyonYap a {
  width: 100%;
}
.turDetay .detayIcerikler {
  order: 2;
  /* Responsive */
}
.turDetay .detayIcerikler * {
  box-sizing: border-box;
}
.turDetay .detayIcerikler .slider {
  width: min(100%, var(--w));
}
.turDetay .detayIcerikler .slider .stage {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #16181d;
  height: clamp(240px, 52vw, var(--h));
  touch-action: pan-y;
}
.turDetay .detayIcerikler .slider .stage .track {
  display: flex;
  height: 100%;
  transition: transform 0.5s var(--ease);
  will-change: transform;
}
.turDetay .detayIcerikler .slider .stage .track .slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  background: #0b0c10;
}
.turDetay .detayIcerikler .slider .stage .track .slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.turDetay .detayIcerikler .slider .stage .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 28px;
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  align-content: space-between;
}
.turDetay .detayIcerikler .slider .stage .nav-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
.turDetay .detayIcerikler .slider .stage .nav-btn.prev {
  left: 12px;
}
.turDetay .detayIcerikler .slider .stage .nav-btn.next {
  right: 12px;
}
.turDetay .detayIcerikler .slider .stage .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  gap: 8px;
  justify-content: center;
  pointer-events: none;
  display: none;
}
.turDetay .detayIcerikler .slider .stage .dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  opacity: 0.6;
  pointer-events: auto;
  cursor: pointer;
}
.turDetay .detayIcerikler .slider .stage .dots .dot.active {
  background: #fff;
  opacity: 1;
  transform: scale(1.2);
}
.turDetay .detayIcerikler .slider .thumbs {
  margin-top: var(--gap);
  overflow: hidden;
}
.turDetay .detayIcerikler .slider .thumbs .thumb-track {
  display: flex;
  gap: var(--gap);
  transition: transform 0.45s var(--ease);
  will-change: transform;
}
.turDetay .detayIcerikler .slider .thumbs .thumb {
  position: relative;
  flex: 0 0 auto;
  height: var(--thumb-h);
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.65;
  outline: 2px solid transparent;
  transition: opacity 0.2s, outline-color 0.2s;
  border: none;
}
.turDetay .detayIcerikler .slider .thumbs .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.turDetay .detayIcerikler .slider .thumbs .thumb.active {
  opacity: 1;
  outline-color: #fff;
}
.turDetay .detayIcerikler .slider .thumbs .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
}
.turDetay .detayIcerikler .detayTabs {
  margin-top: 25px;
  margin-bottom: 50px;
}
.turDetay .detayIcerikler .detayTabs .nav-item button {
  border-color: #e9ecef #e9ecef #dee2e6;
  padding: 11px 14px;
  margin-right: 3px;
  font-size: 14px;
  border-radius: 0;
  border-top: thin solid #706f6f;
}
.turDetay .detayIcerikler .detayTabs .nav-item button.active {
  background: #e20714;
  color: #fff;
}
.turDetay .detayIcerikler .detayTabs .tab-content {
  padding: 10px;
}
@media (max-width: 520px) {
  .turDetay .detayIcerikler :root {
    --thumb-h: 64px;
  }
  .turDetay .detayIcerikler .stage .nav-btn {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
}

#exampleModalToggle .telRez,
#exampleModalToggle .whatRez {
  color: #fff;
  text-align: center;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#exampleModalToggle .telRez a,
#exampleModalToggle .whatRez a {
  color: #fff;
}
#exampleModalToggle .telRez a i,
#exampleModalToggle .whatRez a i {
  font-size: 67px;
  margin-bottom: 15px;
}
#exampleModalToggle .telRez {
  background: #3f66d1;
}
#exampleModalToggle .whatRez {
  background: #25d366;
}

.haberList {
  margin-top: 50px;
  margin-bottom: 50px;
}
.haberList .col-lg-4 {
  margin-bottom: 30px;
}
.haberList .col-lg-4 a {
  color: #111;
  overflow: hidden;
}
.haberList .col-lg-4 a .haberResim {
  overflow: hidden;
}
.haberList .col-lg-4 a .haberResim img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.haberList .col-lg-4 a .haberResim img:hover {
  transform: scale(1.1);
}
.haberList .col-lg-4 a span {
  color: #706f6f;
  font-size: 13px;
}
.haberList .col-lg-4 a .haberListBaslik {
  font-weight: 600;
  padding: 5px 0 10px;
}
.haberList .col-lg-4 a .haberListKisaYazi {
  color: #706f6f;
  font-size: 14px;
}

.haberDetay .detayTarih {
  color: #706f6f;
  font-size: 13px;
  margin-bottom: 20px;
  display: block;
}
.haberDetay .detayIcerik {
  min-height: 500px;
}
.haberDetay .detayIcerik .detayResim {
  float: left;
  padding: 5px 20px 20px 10px;
}
.haberDetay .detayIcerik .detayResim img {
  cursor: pointer;
  max-width: 300px;
}

@media (max-width: 992px) {
  .topArea {
    height: 5px;
  }
  .topArea .container {
    display: none !important;
  }
  .mobileTopArea {
    display: block;
  }
  .mobileTopArea li {
    margin-bottom: 5px;
  }
  .mobileTopArea .social li {
    float: left;
    margin-right: 15px;
    font-size: 26px;
  }
  .navbar .navbar-nav .nav-link {
    color: #fff !important;
  }
  .navbar .navbar-collapse {
    height: 120vh !important;
    background: #e20714;
    color: #fff;
    position: absolute;
    width: 107%;
    top: 107px;
    right: -110%;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
    padding: 25px;
    overflow-y: scroll;
    position: fixed;
  }
  .navbar .navbar-collapse a {
    color: #fff;
  }
  .navbar .show {
    right: -12px !important;
  }
  .navbar .dropdown-menu {
    background: transparent !important;
  }
  .topButtons .topButtons-buttons {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .topButtons .topButtons-buttons a {
    width: 100%;
  }
  .topButtons .topButtons-buttons:first-child, .topButtons .topButtons-buttons:last-child {
    display: none;
  }
  .turlar {
    margin: 30px 5px;
  }
  .turlar div {
    margin-bottom: 15px;
  }
  .anasayfaTur .turBlok {
    margin-bottom: 20px;
  }
  footer .footerBlok1,
  footer .footerBlok2 {
    margin-bottom: 35px;
  }
  footer .footerBlok1 > ul > li {
    width: 100%;
  }
  .turDetay .detayFiltreler {
    order: 2;
  }
  .turDetay .detayIcerikler {
    order: 1;
  }
  .turDetay .detayIcerikler .detayTabs .nav-item {
    width: 100%;
  }
  .turDetay .detayIcerikler .detayTabs .nav-item button {
    width: 100%;
  }
  .haberDetay .detayIcerik {
    min-height: 500px;
  }
  .haberDetay .detayIcerik .detayResim {
    width: 100%;
    float: none;
  }
  .haberDetay .detayIcerik .detayResim img {
    width: 100%;
    max-width: 100%;
  }
}

/*ykd custom*/
/* Blog Sidebar ve Genel */
.blog-sidebar { padding: 15px; background: #f8f9fa; border-radius: 5px; margin-bottom: 20px; }
.blog-sidebar h3 { font-size: 18px; margin-bottom: 15px; border-bottom: 2px solid #ddd; padding-bottom: 10px; }
.blog-sidebar ul { list-style: none; padding: 0; margin: 0; }
.blog-sidebar ul li { border-bottom: 1px solid #eee; }
.blog-sidebar ul li a { display: block; padding: 10px 0; color: #333; text-decoration: none; transition: 0.3s; }
.blog-sidebar ul li a:hover { color: #007bff; padding-left: 5px; }
.sidebar-toggle-btn { display: none; width: 100%; margin-bottom: 15px; }

@media (max-width: 991px) {
    .blog-sidebar { display: none; }
    .blog-sidebar.active { display: block; }
    .sidebar-toggle-btn { display: block; }
}

.detay-ana-foto { width: 100%; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.blog-meta { color: #888; margin-bottom: 15px; font-size: 0.9rem; }
.blog-meta a { color: #007bff; }
.blog-icerik { font-size: 1.1rem; line-height: 1.8; color: #333; }
.blog-icerik img { max-width: 100%; height: auto; }


/* Blog List Card CSS */
.blog-card { box-shadow: 0 2px 15px rgba(0,0,0,0.1); border-radius: 8px; overflow: hidden; margin-bottom: 30px; background: #fff; transition: 0.3s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.15); }
.blog-card-img { height: 200px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.blog-card:hover .blog-card-img img { transform: scale(1.1); }
.blog-card-body { padding: 20px; }
.blog-card-date { font-size: 0.85rem; color: #888; margin-bottom: 10px; display: block; }
.blog-card-title { font-size: 1.2rem; font-weight: 600; margin-bottom: 10px; color: #333; }
.blog-card-desc { font-size: 0.95rem; color: #555; line-height: 1.6; margin-bottom: 15px; }
.blog-card-link { color: #007bff; font-weight: 500; text-decoration: none; }
.blog-card-link:hover { text-decoration: underline; }



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