.fab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }


.accordion-button {
    cursor: pointer;
}

.accordion-button .accordion-button:hover {
  color: #cb0c9f; 
  transition: transform 0.3s ease, color 0.3s ease;
}


/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #4b7dab;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #d43076;
  position: relative;
}

.resume .resume-item h3 {
  line-height: 22px;
  font-size: 22px;
  font-weight: 600;
  color: #2c4964;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #2c4964;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #e4ebf3;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #d43076;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  /*text-transform: uppercase;*/
  display: block;
  font-weight: 600;
  /*font-family: "Poppins", sans-serif;*/
  color: #2c4964;
}

.skills .progress .skill .val {
  float: right;
}

.skills .progress-bar-wrap {
  background: #e7eef4;/* *anotheroption: d6e2ec; better for red: #fcf2f6; original: #fbeaf1*/
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4b7dab;/*original: #dd5a92*/
}

/*--------------------------------------------------------------
# LInkedin
--------------------------------------------------------------*/

.btn-linkedin {
  background-color: #0A66C2; /* LinkedIn brand blue */
  color: #fff;
}
.btn-linkedin .fa-brands {
  line-height: 1;
}