@import url("./footer.css");

* {
  font-family: "Woodford_bournethin", sans-serif !important;
}
.header-page {
  padding: 1rem;
}

.header-page .social_icon_blue {
  background-color: var(--blue-1) !important;
  color: #fff;
}

.menu a.active::before {
  content: "\e98f";
  font-family: "fontello";
  display: block;
  position: absolute;
  font-size: 90px;
  color: #feda49;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%) scale(0.3);
  transition: all 0.2s ease-in-out;
  z-index: -1;
  opacity: 1;
  transform: translate(-50%, -37%) scale(1);
}

.section-breadcrumb {
  background-image: url("../assets/breadcrambs-copyright.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-container {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-title {
  font-size: 3rem;
  text-align: center;
  margin: 0 !important;
}

.breadcrumb-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0;
}

.breadcrumb-item a {
  font-weight: 100;
  color: #fff !important;
  font-size: 18px;
}

.breadcrumb-separator {
  position: relative;
  margin: 0 0.45em;
  text-align: center;
}

.article-image img {
  border-radius: 20px;
}

.article-author::before {
  content: "\e99e";
  font-family: "fontello";
}

.breadcrumb-separator::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  background-color: #8e89c0;
}

.article-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem !important;
}
.article-quote {
  background-color: #b2eaee;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.article-author-details .flex {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.article-author-details .author {
  font-size: 20px;
  font-weight: 900;
  height: 20px;
}

.author-role {
  font-size: 14px;
}

.article-author-details {
  margin-top: 2rem;
}
.article-author-details .flex-col {
  gap: 0.2rem;
}

.article-author-details span {
  margin: 0;
}

.article-author-details .card-header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.article-author-details .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 3px solid #ddd;
}

.ic-quote::before {
  color: #341c77;
  content: "\e981";
  font-family: "fontello";
  font-size: 2em;
  display: block;
  position: relative;
  padding-bottom: 24px;
}

.card-quote p {
  color: #000;
  font-size: 1.1rem;
}
.quote-author {
  font-size: 1.1rem;
  color: #341c77;
  font-weight: bold;
}

h2 {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .page-title {
    font-size: 2rem;
    line-height: 1.2;
  }
  .breadcrumb-list li {
    margin: 0 !important;
  }

  .breadcrumb-list {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    justify-content: center;
  }
  .breadcrumb-separator {
    display: none;
  }

  .article-content {
    padding: 0 2rem;
  }
}
