/* about content box */
.about__content {
  background-color: #FBFCFC; /* Soft off-white */
  padding: 1.5em;
  border-radius: 1.5em;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); /* Soft shadow */
}

.elementor-heading-title a {
  text-decoration: none !important;
  color: inherit; 
}



/* Card look for each column */
.about__card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Remove default bullets */
.about__card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.elementor-icon-box-description a {
    color: #000000 !important;   /* black color */
    text-decoration: none !important; /* underline remove */
}
