.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;
}

.section-description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #626363;
  line-height: 28px;
}

.process-card img {
  margin: auto;
  display: block;
}

.section-description-title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: #102A83;
  margin-top: 42px;
  margin-bottom: 24px;
}

.section-description-title2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: #151616;
  margin-top: 42px;
  margin-bottom: 24px;
}

.solution-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  height: 340px;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  color: white;
}

.solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)),
              linear-gradient(180deg, rgba(0, 0, 0, 0) 57.11%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
}

.solution-overlay {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 30px 15px;
  gap: 12px;
  z-index: 2;
}

.solution-number {
  font-family: Manrope;
  font-weight: 600;
  font-size: 22px;
  color: #d4ff00;
}

.solution-title {
  font-family: Manrope;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #22282B;
  }
}

@media (max-width: 576px) {
  .solution-card {
    height: 150px;
  }
  .section-description {
    margin-top: 24px;
  }
}

@media (max-width: 425px) {
  .section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #22282B;
  }
}

/* ===== Hizmet Detay ===== */

/* HtmlEditor'dan gelen inline style'ları sıfırla (başlık) */
.hizmet-detay-title p,
.hizmet-detay-title span,
.hizmet-detay-title strong,
.hizmet-detay-title b {
    font-family: Manrope !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #22282B !important;
    background-color: transparent !important;
    display: inline;
    margin: 0;
}

/* Sağ sütun içerik */
.hizmet-detay-icerik {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #626363;
}

.hizmet-detay-icerik p {
    margin: 0 0 4px 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #626363;
}

.hizmet-detay-icerik p:empty {
    display: none;
}

.hizmet-detay-icerik h1,
.hizmet-detay-icerik h2,
.hizmet-detay-icerik h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    color: #102A83;
    margin-top: 42px;
    margin-bottom: 24px;
}

.hizmet-detay-icerik h4,
.hizmet-detay-icerik h5,
.hizmet-detay-icerik h6 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    color: #151616;
    margin-top: 42px;
    margin-bottom: 24px;
}

.hizmet-detay-icerik ul,
.hizmet-detay-icerik ol {
    padding-left: 20px;
    margin: 8px 0 12px 0;
}

.hizmet-detay-icerik ul li,
.hizmet-detay-icerik ol li {
    margin-bottom: 8px;
    font-family: Poppins;
    font-size: 16px;
    line-height: 26px;
    color: #626363;
}

.hizmet-detay-icerik strong,
.hizmet-detay-icerik b {
    font-weight: 600;
    color: #22282B;
}
