.prd-wrapper {
    background-color: white;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.prd-breadcrumb a {
    text-decoration: none;
    color: inherit;
}

.prd-breadcrumb a:hover {
    text-decoration: underline;
}

.prd-content-flex {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.prd-left-box {
    flex: 1;
    min-width: 250px;
}

.prd-slider-box {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    margin-right: auto;
    margin-top: 15px;
}

.swiper {
    width: 100%;
    height: 250px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prd-usp-icon {
    color: #0A1835; /* Logo rengi */
    font-weight: bold;
}

.prd-button-datasheet,
.prd-button-teklif {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-right: 10px;
}

.prd-button-datasheet {
    background-color: #0A1835; /* Logo rengi */
}

.prd-button-datasheet:hover {
    background-color: #061024;
}

.prd-button-teklif {
    background-color: #1e5696; /* Yeşil renk */
}

.prd-button-teklif:hover {
    background-color: #3f6794;
}
.swiper-button-next,
.swiper-button-prev {
    color: #0A1835; /* Logo rengi */
}
.prd-breadcrumb {
    display: inline-block;
    background-color: #1e5696; /* Teklif al buton rengi */
    padding: 10px 15px;
    border-radius: 6px;
    color: #0A1835; /* Logo rengi */
    font-weight: bold; /* ✅ Kalın yazı */
}

.prd-breadcrumb a {
    color: #0A1835; /* Logo rengi */
    font-weight: bold; /* ✅ Linkler de kalın */
}

.prd-breadcrumb a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 450px;
  max-width: 90%;
  position: relative;
}

.modal-content h2 {
  margin-top: 0;
  color: #0A1835;
  text-align: center;
}

.modal-content input,
.modal-content textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.modal-content button {
  background-color: #1e5696;
  color: white;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.modal-content button:hover {
  background-color: #3f6794;;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}
