/* Genel stil */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Sidebar */
.sidebar {
  width: 100px;
  background-color: black;
  color: white;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  transition: width 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.sidebar:hover {
  width: 300px;
}

.sidebar:hover ~ .content-wrapper {
  margin-left: 300px;
  width: calc(100% - 300px);
}

/* Sidebar Logo */
.logo,
.logo2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.logo {
  height: 300px;
  margin-bottom: 30px;
}

.logo img {
  width: 225px;
  transition: all 0.3s ease;
}

.sidebar:hover .logo img {
  width: 600px;
  margin-top: 30px;
}

.logo2 {
  margin-top: auto;
  margin-bottom: 5px;
}

.logo2 img {
  width: 200px;
  transition: all 0.3s ease;
}

.sidebar:hover .logo2 img {
  width: 500px;
}

/* Sidebar Menü */
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  width: 100%;
}

.sidebar ul li {
  margin: 20px 0;
  text-align: center;
}

.sidebar ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: inline-block;
}

.sidebar:hover ul li a {
  opacity: 1;
}

/* İçerik Alanı */
.content-wrapper {
  margin-left: 100px;
  width: calc(100% - 100px);
  transition: margin-left 0.3s ease, width 0.3s ease;
  padding: 0;
  box-sizing: border-box;
}

.sidebar:hover ~ .content-wrapper {
  margin-left: 300px;
  width: calc(100% - 300px);
}

/* Banner */
#mainBanner {
  position: relative;
  z-index: 1;
  margin-bottom: 40px; /* Banner ile ürünler arası boşluk */
}

.banner-img {
  height: 450px;
  object-fit: cover;
}

.carousel-caption h2 {
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px #000;
}

.carousel-caption p {
  font-size: 1.5rem;
  text-shadow: 2px 2px 4px #000;
}

/* Ürünler Carousel */
#multiItemCarousel {
  padding-bottom: 40px;
}

.carousel-item > div {
  display: flex !important;
  justify-content: center !important; /* Ortala */
  gap: 1rem; /* Kartlar arası boşluk */
  flex-wrap: wrap;
}

/* Ürün Kartları */
.image-card {
  flex: 0 0 auto;
  width: 220px;
  height: 220px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f8f8f8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

/* Hoşgeldiniz içeriği */
.main-content {
  padding: 30px;
  background-color: #f9f9f9;
  text-align: center;
}

.main-content h1,
.main-content p {
  text-align: center;
}

.image-card p{
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.custom-between-img {
  width: 40%;        /* istediğin kadar küçült: 40%, 30%, 20% olabilir */
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;     /* ortaya hizalamak için */
  border: none;            /* ✅ Çerçeveyi kaldırır */
  box-shadow: none;        /* ✅ Gölge varsa onu da kaldırır */
  outline: none;          
}

.usage-cards-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0;
  flex-wrap: wrap;
}

.usage-cards-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 60px 0;
  flex-wrap: wrap;
}

.usage-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  padding: 20px;
  width: 300px;
  text-align: center;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.usage-card:hover {
  transform: translateY(-7px);
}

.usage-card h4 {
  color: #222;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.usage-card p {
  color: #444;
  font-size: 17px;
  line-height: 1.6;
}

.bottom-banner {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 16px;
  box-shadow: 0 -3px 8px rgba(0,0,0,0.3);
}

.usage-cards-container-about {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
  box-sizing: border-box;
}

.usage-card-about {
  background-color: white;
  color: black;
  padding: 20px;
  border-radius: 12px;
  flex: 1 1 100%;
  max-width: 900px;
  box-sizing: border-box;
}

.custom-between-img-hakkimizda {
  width: 60%;        /* istediğin kadar küçült: 40%, 30%, 20% olabilir */
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;     /* ortaya hizalamak için */
  border: none;            /* ✅ Çerçeveyi kaldırır */
  box-shadow: none;        /* ✅ Gölge varsa onu da kaldırır */
  outline: none;          
}

.product-box {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 1000px;
  overflow: hidden;
}

.box-image img {
  width: 250px;
  height: auto;
  object-fit: cover;
}

.box-content {
  padding: 20px;
  flex: 1;
}

.box-content h5 {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.box-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.contact-card {
  background: white;
  padding: 30px 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  max-width: 500px;
  margin: 50px auto; /* Ortaya hizalamak için */
  color: #222;
}

.contact-card h2 {
  text-align: center;
  color: #007BFF;
  margin-bottom: 25px;
  font-weight: 400;
}

.icon {
  width: 100px;   /* küçültüldü */
  height: 00px;  /* küçültüldü */
  margin-right: 12px;
  fill: #007BFF;
  flex-shrink: 0;
}
.contact-row {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
}

.contact-row .icon {
  height: 54px;
  margin-right: 10px;
  flex-shrink: 0;
}

.phone-numbers div {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px;
  }

  .sidebar:hover {
    width: 100%;
  }

  .sidebar ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }

  .sidebar ul li {
    margin: 10px;
  }

  .sidebar ul li a {
    opacity: 1;
    font-size: 16px;
  }

  .content-wrapper {
    margin-left: 0;
    width: 100%;
  }

  .logo,
  .logo2 {
    display: none;
  }

  .image-card {
    width: 45%;
    margin-bottom: 20px;
  }

  .custom-between-img,
  .custom-between-img-hakkimizda {
    width: 90%;
  }

  .usage-card {
    width: 90%;
  }

  .product-box {
    flex-direction: column;
  }

  .box-image img {
    width: 100%;
  }

  .box-content {
    padding: 15px;
  }

  .contact-card {
    width: 90%;
  }
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #1ebe57;
}

.bottom-banner {
  background-color: #222;
  color: #fff;
  font-size: 0.95rem;
}

.bottom-banner a:hover {
  text-decoration: underline;
}

