.flaticon-telephone:before {
  content: '☎︎' !important;
}
.flaticon-phone:before,
.fa-envelope:before {
  content: '✉' !important;
}
.fa-map-marker-alt:before {
  content: '𖡌' !important;
}
.fa-angle-up:before {
  content: '❮' !important;
}
.fa-angle-up {
  transform: rotate(90deg);
}
.flaticon-dashboard:before,
.flaticon-coding:before,
.flaticon-customer-support:before,
.flaticon-user:before,
.flaticon-repair:before {
  content: '☼' !important;
}
.fa-quote-left:before {
  content: '⏺︎' !important;
}
.fa-star:before {
  content: '★' !important;
}
.fa-angle-right:before {
  content: '❯' !important;
}
.fa-angle-left:before {
  content: '❮' !important;
}
.image-box .icon-image {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.image-box h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.image-box .img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.image-box .img img {
  width: 160px;
  height: 46px;
}
.iconTitle .iconfont {
  font-size: 1.5rem;
  margin-right: 10px;
}
.title-p strong {
  font-size: 1.4rem;
}
.img-active {
  margin-top: 100px !important;
}
.img-active .icon-image {
  border-radius: 50px;
}
.faq-box .faq-container {
  max-width: 900px;
  margin: auto;
}
.faq-box .faq-title {
  font-size: 46px;
  font-weight: 700;
  padding-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.faq-box .faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.faq-box .faq-question {
  padding: 18px 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-box .faq-question:hover {
  background: #f1f4f8;
}
.faq-box .faq-icon {
  transition: 0.3s;
  font-size: 20px;
}
.faq-box .faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-box .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 20px;
}
.faq-box .faq-answer p {
  padding: 10px 0 0 0;
  line-height: 1.7;
  color: #555;
}
/*# sourceMappingURL=style.css.map */