/* RESET ONLY INSIDE THIS SECTION */
.achieveX-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif !important;
}

/* WRAPPER */
.achieveX-wrapper {
  display: flex;
  gap: 60px;
  padding: 60px;
  background: #f9f9f9 !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* LEFT */
.achieveX-card {
  position: relative;
  background: #ffffff !important;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.achieveX-card img {
  width: 320px;
  border-radius: 12px;
  background-color: #ddcdcd;
}

/* BADGE */
.achieveX-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ff2e2e !important;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
}

/* RIGHT */
.achieveX-right {
  max-width: 520px;
}

/* TITLE */
.achieveX-title {
  font-size: 38px;
  color: #222 !important;
  margin-bottom: 10px;
}

.achieveX-title span {
  color: #a66cff !important;
}

/* DESC */
.achieveX-desc {
  color: #666 !important;
  margin-bottom: 25px;
}

/* FEATURES */
.achieveX-item {
  display: flex;
  align-items: center;
  background: #ffffff !important;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.achieveX-item p {
  color: #333 !important;
  font-size: 14px;
}

/* ICON */
.achieveX-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 15px;
  color: white !important;
  font-weight: bold;
}

/* ICON COLORS */
.achieveX-icon.a1 { background: #f4b400 !important; }
.achieveX-icon.a2 { background: #34a853 !important; }
.achieveX-icon.a3 { background: #ff6f00 !important; }
.achieveX-icon.a4 { background: #e91e63 !important; }

/* BUTTON */
.achieveX-btn {
  margin-top: 20px;
  padding: 14px 28px;
  background: linear-gradient(90deg, #ff2e2e, #a66cff) !important;
  color: #fff !important;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
}
