/* style/resources-thabet-platform-review.css */
.page-resources-thabet-platform-review {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-thabet-platform-review__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-thabet-platform-review__hero-section {
  background: linear-gradient(135deg, #0A2463, #3a5c9f);
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.page-resources-thabet-platform-review__back-link {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: color 0.3s ease;
}

.page-resources-thabet-platform-review__back-link:hover {
  color: #e6c200;
}

.page-resources-thabet-platform-review__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-resources-thabet-platform-review__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-thabet-platform-review__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-thabet-platform-review__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.page-resources-thabet-platform-review__btn--primary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-resources-thabet-platform-review__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  color: #0A2463;
}

.page-resources-thabet-platform-review__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-thabet-platform-review__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2463;
}

.page-resources-thabet-platform-review__content-section {
  padding: 40px 0;
  background-color: #ffffff;
}

.page-resources-thabet-platform-review__article-content {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-thabet-platform-review__heading {
  font-size: 2em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-thabet-platform-review__sub-heading {
  font-size: 1.5em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-thabet-platform-review p {
  margin-bottom: 1em;
  font-size: 1.05em;
  color: #444;
}

.page-resources-thabet-platform-review__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  padding-left: 0;
}

.page-resources-thabet-platform-review__list li {
  margin-bottom: 0.5em;
  color: #555;
}

.page-resources-thabet-platform-review__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-thabet-platform-review__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-thabet-platform-review__cta-block {
  background-color: #f0f8ff;
  border-left: 5px solid #0A2463;
  padding: 25px;
  margin: 40px 0;
  border-radius: 5px;
  text-align: center;
}

.page-resources-thabet-platform-review__cta-block p {
  font-size: 1.15em;
  margin-bottom: 20px;
  color: #0A2463;
  font-weight: bold;
}

.page-resources-thabet-platform-review__cta-block--final {
  background-color: #FFD700;
  border-left-color: #0A2463;
}

.page-resources-thabet-platform-review__cta-block--final p {
  color: #0A2463;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-thabet-platform-review__title {
    font-size: 2em;
  }
  .page-resources-thabet-platform-review__heading {
    font-size: 1.6em;
  }
  .page-resources-thabet-platform-review__sub-heading {
    font-size: 1.3em;
  }
  .page-resources-thabet-platform-review__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-thabet-platform-review__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-thabet-platform-review__back-link {
    top: 15px;
    left: 15px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .page-resources-thabet-platform-review__title {
    font-size: 1.8em;
  }
  .page-resources-thabet-platform-review__heading {
    font-size: 1.4em;
  }
  .page-resources-thabet-platform-review__sub-heading {
    font-size: 1.2em;
  }
  .page-resources-thabet-platform-review__btn {
    width: 90%;
  }
}