  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Segoe UI', sans-serif;
      line-height: 1.6;
      background-color: #f7f9fc;
      color: #333;
		
    }



    ul, table {
      margin-bottom: 20px;
    }

    .belge-section {
      position: relative;
      height: 300px;
      background: url('assets/icons/iso-9001-belgesi.jpeg') center center/cover no-repeat;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 120px;
		
    }

    .belge-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: rgba(0, 40, 85, 0.7);
    }

 .belge-section h1 {
  position: relative;
  color: white;
  font-size: 36px;
  white-space: nowrap;
  overflow: hidden;
  border-right: .15em solid white;
  width: 0;
  animation: typing 3s steps(40, end) forwards, blink-caret 0.75s step-end infinite;
  z-index: 2;
  margin-top: -30px; /* Başlığı yukarı çeker */
}

    @keyframes typing {
      from { width: 0 }
      to { width: 100% }
    }

    @keyframes blink-caret {
      from, to { border-color: transparent }
      50% { border-color: white; }
    }

    .typed-done {
  width: auto !important;
  border-right: none !important;
  animation: none !important;
}

  .belge-tags {
  position: relative;
  margin-top: 100px; /* Butonları aşağı çeker */
  display: flex;
  gap: 20px;
  z-index: 2;
}
    .belge-tags a {
      padding: 8px 14px;
      background-color: rgba(255,255,255,0.2);
      border: 1px solid #fff;
      border-radius: 6px;
      color: #fff;
      font-size: 14px;
      transition: 0.3s ease;
		
    }

    .belge-tags a:hover {
      background-color: rgba(255,255,255,0.4);
    }

    .hizmetler {
      display: flex;
      flex-wrap: wrap;
      padding: 40px 120px;
      gap: 40px;
      background-color: #fff;
		text-align: justify;
    }

    .hizmet-yazi {
      flex: 1 1 70%;
    }
.hizmet-yazi h1 {
font-size: 2.8rem;
  font-weight: 700;
  color: #003366; /* Lacivert */
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 3px solid #ff6600; /* Turuncu alt çizgi */
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.hizmet-yazi h2 {
   font-size: 2rem;
  font-weight: 600;
  color: #004080; /* Daha açık lacivert */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #ff6600;
  padding-left: 12px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.hizmet-yazi h3 {
 
  font-size: 1.4rem;
  font-weight: 600;
  color: #0059b3;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
}
    .hizmet-resim {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      margin-bottom: 20px;
    }

    .hizmet-sag {
      flex: 1 1 25%;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .hizmet-sag div {
      background-color: #002855;
      color: white;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .hizmet-sag div:hover {
      background-color: #004080;
      transform: scale(1.05);
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    table th, table td {
      padding: 12px;
      border: 1px solid #ccc;
    }

    table th {
      background-color: #002855;
      color: white;
    }

    details {
      background: #eef3f8;
      margin-bottom: 10px;
      padding: 10px 15px;
      border-radius: 5px;
      transition: all 0.3s ease;
    }

    details[open] {
      background: #dce8f5;
      box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    }

    summary {
      font-weight: bold;
      cursor: pointer;
    }
 .teklif-button {
      display: inline-block;
      margin-top: 20px;
      padding: 12px 24px;
      background-color: #002855;
      color: #fff;
      font-size: 16px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
      text-align: center;
    }

    .teklif-button:hover {
      background-color: #004080;
    }

    @media (max-width: 768px) {
      .belge-section {
        padding-left: 20px;
        text-align: left;
      }

      .belge-section h1 {
        font-size: 24px;
      }

      .hizmetler {
        flex-direction: column;
        padding: 20px;
      }
		   .ff-footer {
        flex-direction: column;
        align-items: center;
      }
    }

@media (max-width: 768px) {
  h2 {
    font-size: 1.6rem !important;
  }
  h3 {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 400px) {
  h2 {
    font-size: 1.4rem !important;
  }
  h3 {
    font-size: 1rem !important;
  }
}
  </style>