body {
  font-family: Georgia, serif;
}

html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

.nav-link {
  font-size: 20px;
  font-family: "Georgia", serif;
  color: #5e3d2c;
  font-weight: 500;
  margin: 20px 5px;
  transition: color 0.3s;
}

.nav-link:hover {
  color: #a67c52;
  text-decoration: underline;
}

.nav-link:focus {
  outline: none;
  box-shadow: none;
}
/* Dil Seçici Ortak Stil */
.language-switcher {
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.language-switcher a {
  text-decoration: none;
  color: #5e3d2c;
  transition: color 0.3s;
}

.language-switcher a:hover {
  color: #a67c52; /* Hover rengi dil seçicide de aynı */
}

.language-switcher .dash {
  color: #999; /* TR - EN arasındaki çizgi */
}

/* Mobilde dil seçiciye boşluk */
.language-mobile {
  margin-top: 1rem;
}

.language-wrapper {
  margin-left: auto;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* Mobilde zaten d-none d-lg-block olduğu için görünmez */
@media (max-width: 992px) {
  .language-wrapper {
    display: none !important;
  }
}

/* Gerekirse laptop ekranlarında biraz sağ boşluk bırak */
@media (max-width: 1280px) {
  .language-wrapper {
    margin-right: 20px;
  }
}

/* Mobil görünüm (991.98px ve altı) */
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f5eee6;
    width: 100%;
    height: 100vh;
    z-index: 999;
    padding: 10px;
    overflow-y: auto;
  }

  .navbar-nav .nav-link {
    margin: 8px 0;
    font-size: 22px;
    opacity: 0;
    transform: translateX(-30px);
    animation: none;
  }

  /* Menü itemlerine animasyon */
  .navbar-collapse.show .nav-item:nth-child(1) .nav-link {
    animation: slideInLeft 0.4s ease forwards;
    animation-delay: 0.1s;
  }

  .navbar-collapse.show .nav-item:nth-child(2) .nav-link {
    animation: slideInLeft 0.4s ease forwards;
    animation-delay: 0.2s;
  }

  .navbar-collapse.show .nav-item:nth-child(3) .nav-link {
    animation: slideInLeft 0.4s ease forwards;
    animation-delay: 0.3s;
  }

  .navbar-collapse.show .nav-item:nth-child(4) .nav-link {
    animation: slideInLeft 0.4s ease forwards;
    animation-delay: 0.4s;
  }

  .navbar-collapse.show .nav-item:nth-child(5) .nav-link {
    animation: slideInLeft 0.4s ease forwards;
    animation-delay: 0.5s;
  }
  .navbar-collapse.show .nav-item:nth-child(6) .nav-link {
    animation: slideInLeft 0.4s ease forwards;
    animation-delay: 0.6s;
  }
  

  .navbar-collapse.show .nav-item:last-child .language-switcher.language-mobile {
    animation: slideInLeft 0.4s ease forwards;
    animation-delay: 0.6s;
  }

  .language-switcher.language-mobile {
    display: block !important;
    font-size: 20px;
    text-align: center;
    opacity: 0;
    transform: translateX(-30px);
    pointer-events: auto !important;
    color: #5e3d2c;
    font-weight: 500;
  }
  .language-switcher.language-mobile a {
    text-decoration: none;
    color: inherit;
  }

  .language-switcher.language-mobile .dash {
    margin: 0 4px;
    pointer-events: none;
    user-select: none;
  }
}

/* Opsiyonel animasyon */
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.navbar-brand img {
  max-width: 160px;
  height: auto;
}
/* Geçiş efektleri */
.collapsing {
  transition: height 0.2s ease;
}

.collapse {
  transition: height 0.2s ease;
}

@media (max-width: 768px) {
  .top-bar .container {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-info {
    flex-direction: column;
    gap: 5px;
  }

  .contact-info > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .social-media {
    margin-top: 0;
  }
  .social-media a {
    font-size: 1.1rem;
  }

  .top-bar span {
    font-size: 0.95rem;
  }
}


/* Slider */

/* Slider */
.carousel-item {
  height: 80vh;
  min-height: 500px;
}

.carousel-img-small {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.carousel-caption {
  bottom: 30%;
  z-index: 10;
}

.carousel-caption h1 {
  font-size: 3.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
  margin-bottom: 1.5rem;
  animation: fadeInDown 1s ease;
}

.carousel-caption p {
  font-size: 1.5rem;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
  margin-bottom: 2rem;
  animation: fadeInUp 1s ease;
}

.btn-light {
  background-color: rgba(255,255,255,0.9);
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-light:hover {
  background-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/*Kampanyalar*/

#kampanyalar {
  padding: 60px 0;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #fdf9f6;
}

#kampanyalar h2 {
  font-family: "Georgia", serif;
  color: #5e3d2c;
  margin-bottom: 40px;
  font-weight: bold;
}

.card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px; /* Mobilde kartlar arası boşluk */
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(94, 61, 44, 0.2);
}

.card-img-top {
  height: 300px;
  object-fit: cover;
}

.card-title {
  font-family: "Georgia", serif;
  color: #5e3d2c;
  font-size: 20px;
  font-weight: bold;
}

.card-text {
  font-family: Georgia, serif;
  font-size: 15px;
  color: #333;
}

.btn-detail {
  background-color: #ee7651;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.btn-detail:hover {
  background-color: #9f5431;
  transform: translateY(-2px);
  color: #fff;
}



/* Mobil görünüm için spacing */
@media (max-width: 768px) {
  #kampanyalar .card {
    margin-bottom: 24px;
    padding: 10px;
  }

  #kampanyalar .card-img-top {
    height: 220px;
  }
}

/* hakkkımızda */
#aboutSlider {
  height: 450px; /* istediğin yüksekliği ayarla */
  overflow: hidden; 
  border-radius: 10px;
}

#aboutSlider .carousel-inner,
#aboutSlider .carousel-item {
  height: 100%;
}

#aboutSlider .carousel-inner img {
  /* width: 100%; */
  height: 100%;
  object-fit: contain; 
  display: block;
}


@media (max-width: 576px) {
  #aboutSlider {
    margin-bottom: 0.5rem !important;
  }

  .ratio {
    margin-top: 0.5rem !important;
  }
}



/* Blog İndex sayfası */
.blog-card-img-top {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.blog-card-img-top:hover {
 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.blog-overlay-card {
  border: none;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

.overlay-text.top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  color: white;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.overlay-text.top h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  font-family: Georgia, serif;
}

/* Blog sayfası */
.hero-banner {
  position: relative;
  background-size: 120%;
  background-position: center ;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

/* Karartma efekti */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Görsel karartma burada */
  z-index: 1;
}

/* Yazı içeriği */
.banner-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.banner-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
  max-width: 90%;
  margin: 0 auto;
}

/* Mobil uyumlu düzen */
@media (max-width: 768px) {
  .hero-banner {
    min-height: 300px;
    background-position: center;
    background-size: cover;
  }

  .banner-content h1 {
    font-size: 1.4rem;
  }
}


/* kahvenin yolculuğu,kahve demleme teknikleri sayfası ve nesil-kahvecilik*/
.coffee-intro {
  background-color: #fefaf6;
  padding: 60px 0;
}

.intro-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.intro-wrapper h2 {
  font-size: 2rem;
  color: #5c4033;
  margin-bottom: 20px;
  font-weight: bold;
}
.intro-wrapper h5 {
  color: #5c4033;
  margin-bottom: 20px;
  font-weight: bold;
}
.intro-wrapper p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #3b2f2f;
  margin-bottom: 20px;
}
.intro-wrapper ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.intro-wrapper li {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #3b2f2f;
  margin-bottom: 8px;
}


/* soğuk kahve tarifleri sayfası */
.cold-coffee-recipes {
  padding: 40px;
  font-family: Georgia, serif;
  background-color: #f9f9f9;
}

.cold-coffee-recipes h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
}

.recipe-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.recipe-card {
  display: flex;
  flex-direction: row;
  background: white;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  width: 45%;
  min-width: 320px;
  max-width: 700px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.recipe-card:hover {
  transform: scale(1.02);
}

.recipe-card img {
  width: 180px;
  height: 100%;
  object-fit: cover;
}

.recipe-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recipe-text h3 {
  margin: 0 0 12px 0;
  font-size: 1.4rem;
  color: #333;
}

.recipe-text p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555;
}

/* Responsive düzeltme */
@media (max-width: 768px) {
  .recipe-card {
    flex-direction: column;
    width: 90%;
  }

  .recipe-card img {
    width: 100%;
    height: 200px;
  }

  .recipe-text {
    padding: 18px;
  }

  .recipe-text h3 {
    font-size: 1.3rem;
  }

  .recipe-text p {
    font-size: 1rem;
  }
}

/* kahve çekirdeği türleri sayfası */
.coffee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.coffee-box {
  background-color: #fff7f0;
  border: 1px solid #e3d5ca;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.coffee-box:hover {
  transform: scale(1.02);
}

.coffee-box h5 {
  color: #5c4033;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.coffee-box ul {
  margin-left: 20px;
  color: #3b2f2f;
  font-size: 1rem;
  line-height: 1.6;
}

.coffee-box ul ul {
  margin-top: 10px;
}



/* iletişim */
.contact-info p {
  font-size: 1.1rem; /* veya 18px */
  line-height: 1.6;
}
.contact-info-title{
  font-family: 'Georgia', serif;
  color: #80543e;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 5px;
}

.input-wrapper {
  position: relative;
  margin-bottom: 1rem;
}

.input-icon {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  color: #5e3d2c;
  font-size: 1.2rem;
}

.underline-input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #d6ccc2;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  background-color: transparent;
  font-size: 1rem;
  transition: border-color 0.3s, background-color 0.3s;
  color: #3e2a1d;
}

.underline-input:focus {
  outline: none;
  border-color: #5e3d2c;
  background-color: transparent;
}

.underline-input::placeholder {
  color: #a89f96;
}
.icon-text i {
  margin-right: 20px; /* İkon ile yazı arasında boşluk */
}

/* Footer */
.hover-opacity:hover {
  opacity: 0.8;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* kariyer sayfası */
.franchise-form {
  max-width: 1000px;
  margin: 40px auto ;
  padding: 20px;
  background: #fdf9f6;
  font-family: Georgia, serif;
  color:#5e3d2c;
}

.franchise-form h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
  margin-top: 30px;
  
}

.franchise-form p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 50px;
}

.button-group {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 sütun */
  gap: 20px;
  margin-top: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 1rem;
}

.submit-btn {
  margin-top: 20px;
  background-color: #ee7651;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease; 

}

.submit-btn:hover {
  background-color: #9f5431;
  transform: translateY(-2px);
  color: #fff;
}
.radio-group {
  margin-top: 8px;
}

.radio-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.radio-item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.radio-item input[type="radio"]:checked {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.radio-item input[type="radio"]:checked::after {
  content: "✓";
  color: white;
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-item label {
  cursor: pointer;
  font-size: 16px;
}

.phone-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.phone-prefix {
  background: #f5f5f5;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 4px 0 0 4px;
  color: #555;
}

.phone-input {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  width: 100%;
  transition: border-color 0.3s;
}

.phone-input:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
}

.phone-input::placeholder {
  color: #aaa;
  letter-spacing: 1px;
}
/* Mobil uyum */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* rezervasyon sayfası */
.rez-container {
  max-width: 650px;
  margin: 40px auto;
  padding: 20px;
  background: #fdf9f6;
  font-family: Georgia, serif;
  color:#5e3d2c;
}


.rez-input-wrapper {
  position: relative;
  margin-bottom: 28px; /* daha fazla boşluk */
}

.rez-input-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #6b4c3b;
  font-size: 20px;
}

.rez-input {
  width: 100%;
  padding: 14px 14px 14px 45px; /* daha fazla iç boşluk */
  border: none;
  border-bottom: 1px solid #bbb;
  background: transparent;
  outline: none;
  font-size: 17px;
}

.rez-textarea {
  resize: vertical;
  min-height: 100px;
}

.rez-button {
  padding: 10px 20px;
  background: #f07c50;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}

.rez-button:hover {
  background: #e56e40;
}

.rez-container h1 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.rez-container p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
  .carousel-caption h1 {
    font-size: 3rem;
  }
  
  .carousel-caption p {
    font-size: 1.3rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    max-width: 140px;
  }
  
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
  
  .carousel-caption p {
    font-size: 1.1rem;
  }
  
  .btn-light {
    padding: 10px 20px;
  }
  
  #hakkimizda h2, .contact-info-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .carousel-item {
    height: 60vh;
    min-height: 400px;
  }
  
  .carousel-caption {
    bottom: 20%;
  }
  
  .carousel-caption h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .carousel-caption p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  #kampanyalar, #hakkimizda, #iletisim {
    padding: 30px 0;
  }
  
  .card, .blog-overlay-card {
    margin-bottom: 30px;
  }
  
  .footer-custom {
    text-align: center;
  }
  
  .footer-custom h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-custom .social-media {
    justify-content: center;
  }
}

.hero-banner {
        position: relative;
        background-size: cover;
        background-position: center;
        color: white;
        text-shadow: 0 0 8px rgba(0,0,0,0.8);
        height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .banner-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.5);
      }
      .banner-content {
        position: relative;
        z-index: 1;
      }






      