/* Why Choose Us Section Styles - Premium Clean Light Theme */
.why-choose-us {
  background-color: #f8fafc;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.why-choose-us .section-subtitle {
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.why-choose-us .section-title {
  color: #0f172a !important;
}

.wcu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.wcu-left h3 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
  line-height: 1.3;
}

.wcu-left p {
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.wcu-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wcu-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  color: #1e293b;
  background: #ffffff;
  padding: 16px 22px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.wcu-list li:hover {
  transform: translateX(8px);
  border-color: var(--primary-color);
  box-shadow: 0 8px 20px rgba(0, 112, 243, 0.12);
}

.wcu-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wcu-card {
  display: flex;
  gap: 22px;
  background: #ffffff;
  padding: 28px 26px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
}

.wcu-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary-color);
  box-shadow: 0 18px 40px rgba(0, 112, 243, 0.14);
}

.wcu-icon {
  font-size: 1.8rem;
  color: #ffffff;
  background: linear-gradient(135deg, var(--primary-color), #4facfe);
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0, 112, 243, 0.3);
}

.wcu-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.wcu-card p {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.6;
}
