.asian-cta {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  margin: 2rem 0;
  width: 100%;     
  box-sizing: border-box;
}


.asian-cta:hover {
  transform: translateY(-4px);
}

.asian-cta .cta-title {
  color: #222;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.asian-cta .cta-description {
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.asian-cta .cta-button {
  background-color: #fb6542;
  color: #fff;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 16px rgba(241, 89, 42, 0.3);
  display: inline-block;
}

.asian-cta .cta-button:hover {
  background-color: #d84e24;
  box-shadow: 0 6px 24px rgba(241, 89, 42, 0.4);
}
