.insta-link {
  color: white;      
  text-decoration: none;
}

.insta-link:hover {
  color: #C13584;       
}




@media (max-width: 900px) {
    .desktop-write {
        margin-top: 15%;
    }
}



@media (max-width: 900px) {
    .desktop-only {
        display: none !important;
    }
}

.desktop-only {
  position: relative; /* overlay için gerekli */
  display: inline-block; /* veya block, ihtiyaca göre */
}

.desktop-only img {
  display: block;
  width: 100%; /* isteğe göre boyutlandırabilirsiniz */
  height: auto;
}

.desktop-only-text {
  position: absolute;
  top: 50%;   /* dikey ortalama */
  left: 50%;  /* yatay ortalama */
  transform: translate(-50%, -50%); /* tam ortalamak için */
  color: white;      /* yazı rengi */
  font-size: 36px;   /* yazı boyutu */
  font-weight: bold;
  text-shadow: 1px 1px 5px black; /* okunabilirlik için gölge */
}









.navbar-header .navbar-toggle {
    position: absolute;   /* veya fixed isterseniz sayfada sabit kalır */
    top: 10px;            /* üstten boşluk */
    right: 15px;          /* sağdan boşluk */
    z-index: 9999;
}

/* Mobilde navbar container sağa taşmasın */
.navbar .container {
    padding-right: 15px;  /* container sağ boşluğu */
    padding-left: 15px;
    max-width: 100%;      /* taşmayı engelle */
    overflow-x: hidden;
}

/* Body üzerinde yatay kaydırmayı engelle */
body, html {
    overflow-x: hidden;
}







.side-by-side {
    display: flex;
    gap: 20px;
  }

  .side-by-side p {
    flex: 1;
    margin: 0;
  }

  @media (max-width: 768px) {
    .side-by-side {
      flex-direction: column;
    }
  }



/*  description basla */ 

.custom-tabs {
    font-family: inherit;
    max-width: 1000px;
    margin: 20px auto;
  }
  .custom-tabs .tab-buttons {
    display: flex;
    border-bottom: 2px solid #d4dbe3;
  }
  .custom-tabs .tab-buttons button {
    padding: 12px 20px;
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 500;
    color: #1d4f91;
    cursor: pointer;
    transition: 0.3s;
	  transition: width 1.5s ease;
  }
  .custom-tabs .tab-buttons button.active {
    color: #1d4f91;
    border-bottom: 3px solid #1d4f91;
  }
  .custom-tabs .tab-content {
    padding: 25px 0;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
  }
  .custom-tabs .tab-content h3 {
    color: #1d4f91;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .custom-tabs .tab-content h4 {
    margin-top: 20px;
    font-size: 18px;
    color: #1d4f91;
  }
  .custom-tabs .tab-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .custom-tabs ul {
    padding-left: 20px;
  }
  .custom-tabs ul li {
    margin-bottom: 6px;
  }

/* description bitir */



#whatsapp-icon {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 60px;
      height: 60px;
      z-index: 1000;
      cursor: pointer;
      display: block;
      transition: transform 0.3s ease;
    }
    #whatsapp-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    }
    #whatsapp-icon:hover {
      transform: scale(1.1);
    }
		
		

		
		/* Merlin blok dış boşluk */
.merlin-block {
  margin-top: 110px;
  margin-bottom: 100px;
}

/* Başlık ve buton */
.merlin-text h1 {
  color: #003f6f;
  font-size: 2.5em;
  line-height: 1.3;
  margin-bottom: 30px;
}

.merlin-download-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #003f6f;
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.merlin-download-button:hover {
  background-color: #002c4d;
}

/* Görsel */
.merlin-catalog-image {
  position: relative;
  top: 0;
  transition: top 0.3s ease;
}

.merlin-catalog-image img {
  max-width: 70%;
  height: auto;
}

/* Mobilde alt alta gelsin, görsel yukarı kaymasın */
@media (max-width: 768px) {
  .merlin-text {
    text-align: center;
    margin-bottom: 30px;
  }

  .merlin-text h1 {
    font-size: 2em;
  }

  .merlin-catalog-image {
    top: 0 !important; /* Mobilde yukarı kaydırmayı iptal et */
  }

  .merlin-catalog-image img {
    max-width: 90%; /* Mobilde görsel daha geniş */
  }
}

/* Masaüstünde görseli 50px yukarı taşı */
@media (min-width: 768px) {
  .merlin-catalog-image {
    top: -50px;
  }
}



/* ----------------------------------------------- */


.farm-slider-container {
      font-family: sans-serif;
      background: #f4f8fa;
      padding: 40px 20px;
      max-width: 1200px;
      margin: auto;
    }

    .farm-slider-wrapper {
      position: relative;
      overflow: hidden;
    }

    .farm-slider {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      padding-bottom: 12px;
    }

    .farm-slider::-webkit-scrollbar {
      display: none;
    }

    .farm-card {
      flex: 0 0 220px;
      background-color: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      scroll-snap-align: start;
      transition: transform 0.2s ease;
    }

    .farm-card:hover {
      transform: translateY(-4px);
    }

    .farm-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
    }

    .farm-info {
      padding: 16px;
      text-align: center;
    }

    .farm-name {
      font-size: 1.1em;
      font-weight: bold;
      color: #003f6f;
    }

    .farm-city {
      font-size: 0.95em;
      color: #777;
      margin-top: 6px;
    }

    .farm-slider-buttons {
      display: flex;
      justify-content: flex-end;
      margin-top: 10px;
      gap: 10px;
    }

    .farm-slider-buttons button {
      background-color: #003f6f;
      color: white;
      border: none;
      border-radius: 50%;
      width: 42px;
      height: 42px;
      font-size: 20px;
      cursor: pointer;
      transition: background-color 0.2s;
    }

    .farm-slider-buttons button:hover {
      background-color: #005a99;
    }