.xlogiq-hero {
  min-height: 700px;
  background-color: #003b43;
  background-image: linear-gradient(135deg, #002e34 0%, #01434a 55%, #086570 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 60px 24px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.xlogiq-hero-inner {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.xlogiq-hero-badge {
  display: inline-block;
  background-color: #1f6670;
  border-width: 1px;
  border-style: solid;
  border-color: #5b8e94;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 28px;
}

.xlogiq-hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 700;
  color: #f4f6f6;
  margin: 0 0 24px 0;
}

.xlogiq-hero-title-accent {
  color: #2ba3ad;
}

.xlogiq-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #d7e0e1;
  max-width: 850px;
  margin: 0 auto 38px auto;
}

.xlogiq-kernwaardes {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #95aaad;
  margin-bottom: 18px;
}

.xlogiq-benefits {
  display: inline-block;
  margin: 0 auto 28px auto;
  text-align: left;
}

.xlogiq-benefit {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  color: #e1e7e8;
  font-size: 16px;
}

.xlogiq-check {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #2ba3ad;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.xlogiq-contact {
  font-size: 16px;
  line-height: 1.7;
  color: #d7e0e1;
  max-width: 560px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .xlogiq-hero {
    min-height: 600px;
    padding: 70px 20px 50px 20px;
  }

  .xlogiq-hero-title {
    font-size: 40px;
  }

  .xlogiq-intro {
    font-size: 16px;
  }

  .xlogiq-benefit {
    font-size: 14px;
  }
}
.xlogiq-hero-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  gap: 70px;
  text-align: left;
}

.xlogiq-hero-content {
  width: 48%;
}

.xlogiq-hero-cards {
  width: 48%;
}

.xlogiq-badge-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #d7e0e1;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.xlogiq-hero-content .xlogiq-intro {
  margin-left: 0;
  margin-right: 0;
}

.xlogiq-hero-content .xlogiq-contact {
  margin-left: 0;
  margin-right: 0;
}

.xlogiq-hero-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 25px;
}

.xlogiq-button-primary,
.xlogiq-button-outline {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.xlogiq-button-primary {
  background-color: #ffffff;
  color: #006d79;
  border: 2px solid #ffffff;
}

.xlogiq-button-primary:hover {
  background-color: #e8eeee;
  color: #006d79;
}

.xlogiq-button-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #5b8e94;
}

.xlogiq-button-outline:hover {
  background-color: #1f6670;
  color: #ffffff;
}

.xlogiq-service-card {
  display: block;
  padding: 25px;
  background-color: #12636c;
  border-width: 1px;
  border-style: solid;
  border-color: #438088;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  min-height: 168px;
}

.xlogiq-service-card:hover {
  background-color: #1b7079;
  color: #ffffff;
}

.xlogiq-service-card-featured {
  margin-bottom: 14px;
  min-height: 155px;
}

.xlogiq-service-card-row {
  display: flex;
  gap: 14px;
}

.xlogiq-service-card-row .xlogiq-service-card {
  width: 50%;
}

.xlogiq-service-icon {
  color: #e5eeee;
  margin-bottom: 12px;
}

.xlogiq-service-card h3 {
  margin: 0 0 7px 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
}

.xlogiq-service-card p {
  margin: 0;
  color: #c7d9db;
  font-size: 12px;
  line-height: 1.6;
}

.xlogiq-stats {
  background-color: #16909c;
  padding: 30px 20px;
}

.xlogiq-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.xlogiq-stat {
  width: 25%;
  text-align: center;
  border-right: 1px solid #52a9b1;
}

.xlogiq-stat:last-child {
  border-right: none;
}

.xlogiq-stat-number {
  font-family: Georgia, serif;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.2;
  font-weight: bold;
}

.xlogiq-stat-label {
  color: #d5eeee;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

@media only screen and (max-width: 900px) {
  .xlogiq-hero-layout {
    display: block;
  }

  .xlogiq-hero-content,
  .xlogiq-hero-cards {
    width: 100%;
  }

  .xlogiq-hero-cards {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .xlogiq-service-card-row {
    display: block;
  }

  .xlogiq-service-card-row .xlogiq-service-card {
    width: 100%;
    margin-bottom: 14px;
  }

  .xlogiq-hero-buttons {
    display: block;
  }

  .xlogiq-button-primary,
  .xlogiq-button-outline {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }

  .xlogiq-stats-inner {
    flex-wrap: wrap;
  }

  .xlogiq-stat {
    width: 50%;
    margin-bottom: 24px;
  }

  .xlogiq-stat:nth-child(2) {
    border-right: none;
  }
}