/* Pain Points Section */
.pains-section {
  padding: 60px 0;
  background: #fffbf0;
}

.pains-section .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a2e;
}

.pains-section .section-title p {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 40px;
}

.pain-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  margin-bottom: 24px;
  border: 1px solid #fed7aa;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
}

.pains-section .row > [class*="col-"] {
  margin-bottom: 24px;
}

.pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(234, 88, 12, 0.12);
  border-color: #fdba74;
}

.pain-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.pain-icon i {
  font-size: 24px;
  color: #ea580c;
}

.pain-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.pain-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .pains-section {
    padding: 40px 0;
  }
  .pain-card {
    padding: 20px 18px;
  }
}
/* Pain Points Section */
.pains-section {
  padding: 60px 0;
  background: #fffbf0;
}

.pains-section .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a2e;
}

.pains-section .section-title p {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 40px;
}

.pain-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  margin-bottom: 24px;
  border: 1px solid #fed7aa;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
}

.pains-section .col-lg-8 > .row > [class*="col-"] {
  margin-bottom: 24px;
}

.pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(234, 88, 12, 0.12);
  border-color: #fdba74;
}

.pain-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.pain-icon i {
  font-size: 24px;
  color: #ea580c;
}

.pain-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.pain-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .pains-section {
    padding: 40px 0;
  }
  .pain-card {
    padding: 20px 18px;
  }
}
