.section-area {
    padding: 82px 0px 82px;
    text-align: center;
    max-width: 100%;
    width: 750px;
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.section-titles {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.section-first-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    color: #22282B;
    text-align: center;
}

.section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #22282B;


}

.section-ust-baslik {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}




.blog-card {
    background: #fff;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0px 0px 98.34px 0px #15203714;

}


.blog-img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2/1.05;
}

.blog-content {
    padding: 25px;
    padding-top: 15px;
}

.blog-date {
    font-family: Poppins;
    font-weight: 500;
    font-size: 13px;
    color: #102A83;

}

.blog-title {
    font-family: Poppins;
font-weight: 500;
font-size: 14px;
color: #152037;
margin-top: 8px;
}

.blog-text {
    font-family: Poppins;
font-weight: 400;
font-size: 13px;
color: #707B93;
margin-top: 8px;
margin-bottom: 30px;
}

.blog-link {
    font-family: Poppins;
font-weight: 400;
font-size: 14px;
color: #152037;

}
.haber-date{
  font-family: Poppins;
font-weight: 500;
font-size: 15px;
color: #102A83;

}
.haber-title{
  font-family: Poppins;
font-weight: 500;
font-size: 22px;
color: #152037;

}
.haber-area{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.haber-title-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.haber-description{
  font-family: Poppins;
font-weight: 400;
font-size: 15px;
color: #626363;
margin-top: 14px;

}
.haber-button{
  padding: 6px 15px;
  border-radius: 68px;
  background: #DEDEDE;
  border: none;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  cursor: pointer;
}

.haber-description ul,
.haber-description ol {
  padding-left: 20px;
  margin: 16px 0;
}

.haber-description li {
  margin-bottom: 8px;
}

.haber-description p {
  margin: 0 0 16px 0;
}

.haber-description p:empty {
  display: none;
}

.blog-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.blog-link:hover {
  opacity: 0.85;
}

  


   .product-detail-sliders {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.product-detail-sliders .slider-for .thumbnail-img {
    width: 100%;
    aspect-ratio: 2 / 1.5;
    object-fit: cover;
    border: 1px solid #ddd;
    background: #fff;
    display: block;
}

.product-detail-sliders .slider-nav .thumbnail-img {
    width: 100%;
    aspect-ratio: 2 / 1.5;
    height: auto;
    object-fit: cover;
    border: 1px solid #ddd;
    background: #fff;
    display: block;
    cursor: pointer;
}

.slider-nav .slick-slide > div {
    line-height: 0;
}

.slider-nav .slick-slide {
    margin: 0 4px;
}

.slider-nav .slick-list {
    margin: 0 -4px;
}

.slider-nav .slick-slide {
    opacity: 0.55;
    transition: opacity 0.2s ease;
}

.slider-nav .slick-current {
    opacity: 1;
}
@media (max-width: 767px) {
    .product-detail-sliders {
        row-gap: 12px;
    }
}

@media (max-width: 991px) {
    .section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #22282B;
}
}
@media (max-width: 425px) {
    .section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #22282B;
}
}

