.top-section {
  background-image: url("/assets/images/zanzibar-island-stone-town.png");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  color: var(--default-bg);
  padding: 20px 0;
}

.top-section .top-container {
  background-color: #ffffff;
  border-radius: 8px;
  opacity: 0.74;
  padding: 20px 30px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: 0 auto;
}

.top-section .logo-top {
  height: 50px;
}

.top-section .header-text {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.top-section .services-text {
  color: #174a84;
  font-weight: 700;
}

.top-section .sub-text {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .top-section {
    padding: 15px;
  }

  .top-section .header-text {
    font-size: 24px;
    white-space: normal;
  }

  .top-section .sub-text {
    font-size: 16px;
  }

  .top-section .logo-top {
    height: 40px;
  }

  .top-section .top-container {
    padding: 15px 20px;
    max-width: 100%;
  }
}
