header.header-mobile {
  background: #fff !important;
}

@media only screen and (max-width: 992px) {
  header.header-mobile #mainmenu li a {
    color: #000;
  }
}

@media screen and (max-width: 768px) {
  header div#logo img {
    width: 100px !important;
  }
}

#menu-btn {
  color: #000;
}

#whatsapp-icon {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  background-color: #25d366;
  color: white;
  padding: 15px;
  border-radius: 45%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

#instagram-icon {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  background-color: #e4405f;
  color: white;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.text-white {
  color: #ffffff !important;
}

.h-100 {
  height: 100% !important;
}
.modal-header {
  background-color: #28a745;
  color: white;
  text-align: center;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.modal-body {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}

.modal-footer {
  justify-content: center;
}

.btn-customs {
  width: 48%;
  /* Buton genişlikleri sabitleniyor */
  font-size: 1rem;
  font-weight: bold;
}

.info-text {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #555;
}

.button-groups {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.rounded-5 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

@media screen and (max-width: 768px) {
  .detail-image {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 991px) {
  .detail-image {
    max-width: 750px !important;
  }
}

.h-100{
  height: 100% !important;
}