/* Why Choose Us – content-only section */
.why-choose-section {
  position: relative;
  padding: 76px 0 84px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a192f 0%, #0d4045 52%, #0a2a30 100%);
}

.why-choose-section .why-choose-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  pointer-events: none;
}

.why-choose-section .why-choose-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  pointer-events: none;
}

.why-choose-section .why-choose-glow-1 {
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.08);
}

.why-choose-section .why-choose-glow-2 {
  bottom: -140px;
  left: 10%;
  background: rgba(13, 64, 69, 0.45);
}

.why-choose-section .why-choose-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: clamp(80px, 14vw, 200px);
  line-height: 1;
  text-transform: capitalize;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.why-choose-section .auto-container {
  position: relative;
  z-index: 2;
}

.why-choose-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.why-choose-header {
  text-align: center;
  margin-bottom: 36px;
}

.why-choose-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.why-choose-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ee8df;
}

.why-choose-title {
  margin: 0 auto 18px;
  max-width: 760px;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.22;
  font-weight: 700;
  color: #ffffff;
}

.why-choose-lead,
.why-choose-lead p {
  margin: 0 auto;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82) !important;
}

.why-choose-card {
  padding: 32px 36px 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.why-choose-card-body > p:first-child {
  margin-top: 0;
}

.why-choose-card-body > p:last-child {
  margin-bottom: 0;
}

.why-choose-card-body,
.why-choose-card-body p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88) !important;
}

.why-choose-card-body ul {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.why-choose-card-body ul li {
  position: relative;
  margin: 0;
  padding: 14px 16px 14px 44px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.why-choose-card-body ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  color: #0a192f;
  background: #7ee8df;
}

.why-choose-actions {
  margin-top: 28px;
  text-align: center;
}

.why-choose-actions--solo {
  margin-top: 8px;
}

.why-choose-card .why-choose-actions {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.why-choose-section .button-theme1 .theme-btn {
  background: linear-gradient(135deg, #7ee8df 0%, #5bc4bc 100%);
  color: #0a192f;
  font-weight: 600;
}

.why-choose-section .button-theme1:hover .theme-btn {
  background: #ffffff;
  color: #0a192f;
}

@media (max-width: 991.98px) {
  .why-choose-section {
    padding: 60px 0 68px;
  }

  .why-choose-header {
    margin-bottom: 28px;
  }

  .why-choose-card {
    padding: 26px 24px 22px;
  }
}

@media (max-width: 575.98px) {
  .why-choose-section {
    padding: 52px 0 60px;
  }

  .why-choose-card-body ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .why-choose-card {
    padding: 22px 18px 20px;
    border-radius: 18px;
  }

  .why-choose-watermark {
    display: none;
  }
}
