@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
body {font-family: "Nunito", sans-serif; font-weight: 400; font-style: normal; padding-top:70px;}
a { text-decoration: none !important; color: #383e42; transition-duration: 0.4s; }
a:link{text-decoration:none;}
.br{border:1px solid red;}
.kirmizi { color: #ff0000;}
.koyukirmizi { color: #d50000;}
.yesil { color: #22a022;}
.koyumavi { color: #14649e;}
.koyumavibg{ color: #0c3b5d; border: 2px solid #34a2f2; padding: 3px; border-radius: 12px;}
.ustaimg { position: relative; text-align: center;}
.ustaimg a { display:block;}
.ustaimg img {display: inline-block; max-height:280px; max-width:100%;}

/*yandan cıkan icon*/
.right-social-fixed {
    position: fixed;
    bottom: 11px;
    right: -8px;
    z-index: 100;
}
.right-social-fixed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.right-social-fixed ul li {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    transition: 0.3s;
    transform: translateX(calc(100% - 57px)); /* Kenar dışından gelir */
}
.right-social-fixed ul li a {
    padding: 5px 10px;
    background-color: #111e72;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: inherit;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
}

/* WhatsApp */
.right-social-fixed ul li.wp a {
    background-color: #069d16;
}
.wp img {
    margin-left: -4px;
    width: 34px;
    height: 34px;
    animation: flash 1s infinite; /* Yanıp sönme animasyonu */
}

/* Telefon */
.right-social-fixed ul li.tel a {
    background-color: #f95732;
}
.tel img {
    margin-left: -4px;
    width: 34px;
    height: 34px;
    animation: flash 1s infinite; /* Yanıp sönme animasyonu */
}

/* Flash (yanıp sönme) animasyonu */
@keyframes flash {
    0%, 100% { opacity: 1; } /* Görünür */
    50% { opacity: 0; } /* Tamamen görünmez */
}

/* Hover ile sabitlenme */
.right-social-fixed ul li:hover {
    transform: translateX(0%); /* Hover'da kenardan içeri gelir */
}
/*eart*/
.eart img {
width: 36px;
height: 36px;
object-fit: cover; /* veya contain, ihtiyaca göre değişebilir */
border-radius: 10px; /* istersen kenarları yumuşatabilirsin */
margin-top: -1px;
}

/* iletisim css */
.harita-wrap {
	margin-top:-19px;
    width: 100%;
    overflow: hidden;
}

.harita-icerik {
    width: 104%;
    margin-left: -2%;
}
/* iletisim css */
.iletisim-header {
    position: relative;
    width: 100%;
    height: 350px;       /* masaüstü yüksekliği */
    overflow: hidden;
    margin-top: -70px;   /* resmi yukarı bastırır */
}

.iletisim-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;        /* header yüksekliğini tamamen doldurur */
    object-fit: cover;
    object-position: center;
}

/* Mobil (max 768px) için yüksekliği yarıya düşür */
@media (max-width: 768px) {
    .iletisim-header {
        height: 175px;   /* 350px'in yarısı */
    }
}


/* Başlık resmin üzerine gelsin */
.nav-title {
    position: absolute;
    top: 91%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    text-align: center;
    z-index: 10;
    white-space: nowrap;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .nav-title {
        font-size: 32px;
    }
}

/* Bootstrap padding sıfırlama */
.container-fluid,
.row,
.col-lg-12,
.col-md-12,
.col-sm-2,
.col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*resimbilgi*/

.service-box {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    border: 1px solid #e0f3fa;
    transition: all 0.35s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* İkon stili – Turkuaz */
.service-box .icon i {
    font-size: 2rem;
    color: #00A8E8;
    transition: color 0.35s ease;
    line-height: 1;
}

/* Başlık ve paragraf */
.service-box h3 {
    font-size: 20px;
    color: #0a2a43;
    margin-bottom: .75rem;
    transition: color 0.3s ease;
}

.service-box p {
    color: #4d6575;
    transition: color 0.3s ease;
}

/* --- Hover Efekti (Profesyonel turkuaz) --- */
.service-box:hover {
    background: #00A8E8;        /* Turkuaz */
    border-color: #00A8E8;
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 168, 232, 0.30);
    color: #fff;
}

/* Hover’da yazı ve ikonlar beyaz olur */
.service-box:hover h3,
.service-box:hover p,
.service-box:hover .icon i {
    color: #fff !important;
}

/*kategoriindex*/
.rest-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: .3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.07);
}
.rest-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}
.rest-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
/* Yıldızlar */
.rating i {
    color: #ff6b00;
    font-size: 14px;
}
/* Açıklama */
.desc {
    color: #666;
    font-size: 14px;
}
/* Footer satırı */
.rest-card span {
    font-size: 14px;
}
.kategori-image {
    width: 100%;
    aspect-ratio: 450 / 250; /* Oranı sabitle */
    object-fit: contain;     /* Kırpma yok, tamamı görünür */
    background: #f5f5f5;     /* Boş alanda hafif gri arka plan */
    border-radius: 8px;
}

/* HERO ALANI */
.hero-wrap {
  height: 100vh;
  background: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* butonlar solda */
  padding-left: 20px;
}

/* ARKA PLAN KATMANI */
.background-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none; /* arka plan tıklanamaz */
}

/* OVERLAY CONTENT */
.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none; /* ebeveyn tıklanamaz */
}

/* ANIMATED TEXTS */
.animated-texts {
  color: white;
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  margin-left: 100px;
  z-index: 11;
  pointer-events: auto; /* yazı tıklanabilir */
}
/* BROWSE BUTONLARI */
.browse {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.3); /* yarı saydam siyah */
  padding: 15px 20px;                   /* daha büyük katman */
  border-radius: 12px;                  /* köşeleri yuvarlat */
  margin-left: auto;
  margin-right: auto;                   /* ortalamak için */
  justify-content: center;              /* masaüstünde ortalı */
}

.browse span a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
  text-decoration: none;
  justify-content: flex-start; /* ikon ve yazı solda */
  pointer-events: auto; /* hover ve tıklama çalışsın */
  z-index: 11;
}

/* HOVER: KIRMIZI ARKA PLAN */
.browse span a:hover {
  background-color: #f00 !important;
  color: #fff !important;
}

.browse span a:hover i {
  color: #fff !important;
}

/* MOBİLDE: alt alta ve sola hizalı */
@media (max-width: 767px) {
  .browse {
    flex-direction: column;
    align-items: flex-start;           /* sola hizalı */
    justify-content: flex-start;       /* solda */
    margin-left: 2px;                 /* sol boşluk */
    margin-right: 0;
  }

  .browse span a {
    width: auto;
  }
}

/*footer*/

  /* Mobil sağ-sol boşluk */
  @media(max-width: 768px){
    footer .footer-container {
      padding-left: 8px !important;
      padding-right: 8px !important;
    }
  }

  footer{
    background:#23272f;
    color:#dcdcdc;
    padding:70px 0 30px;
    font-family:Arial;
  }

  .footer-boxes{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap:40px;
    padding:0 15px;
  }

  footer h4{
    color:white;
    margin-bottom:15px;
    font-size:20px;
  }

  .footer-box{
    background:#2b3038;
    padding:25px;
    border-radius:12px;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
  }

  footer a{
    color:#bfbfbf;
    text-decoration:none;
    display:block;
    margin-bottom:10px;
  }

  footer a:hover{
    color:#fff;
  }

  .footer-bottom{
    text-align:center;
    margin-top:40px;
    color:#8c8c8c;
  }

  @media(max-width:768px){
    .footer-boxes{
      padding:0 6px;
    }
  }
  
p.tel {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 5px 0;   /* her satır arası 8px */
}

p.tel:last-child {
  margin-bottom: 0;   /* son satır boşluk olmasın */
}

p.tel .icon {
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  top: -7px;
}
