/* style/expert-insights-thabet-outlook.css */
.page-expert-insights-thabet-outlook {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-expert-insights-thabet-outlook__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-expert-insights-thabet-outlook__hero-section {
  background: linear-gradient(135deg, #0A2463, #FFD700);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.page-expert-insights-thabet-outlook__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ffffff;
}

.page-expert-insights-thabet-outlook__hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-expert-insights-thabet-outlook__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary color */
  color: #0A2463; /* Main color for text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-expert-insights-thabet-outlook__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-2px);
}

.page-expert-insights-thabet-outlook__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-expert-insights-thabet-outlook__content-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
}

@media (max-width: 992px) {
  .page-expert-insights-thabet-outlook__content-grid {
    grid-template-columns: 1fr;
  }
}

.page-expert-insights-thabet-outlook__main-article {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-expert-insights-thabet-outlook__section-title {
  font-size: 2em;
  color: #0A2463; /* Main color */
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700; /* Auxiliary color */
  padding-bottom: 10px;
}

.page-expert-insights-thabet-outlook__sub-title {
  font-size: 1.5em;
  color: #0A2463; /* Main color */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-expert-insights-thabet-outlook__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  display: block;
  object-fit: cover;
}

.page-expert-insights-thabet-outlook__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555;
}

.page-expert-insights-thabet-outlook__list li {
  margin-bottom: 10px;
}

.page-expert-insights-thabet-outlook__cta-button--inline {
  margin-top: 20px;
}

.page-expert-insights-thabet-outlook__action-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-expert-insights-thabet-outlook__button {
  display: inline-block;
  background-color: #0A2463; /* Main color */
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-expert-insights-thabet-outlook__button:hover {
  background-color: #1a3c7e; /* Slightly lighter main color */
}

.page-expert-insights-thabet-outlook__button--register {
  background-color: #FFD700;
  color: #0A2463;
}
.page-expert-insights-thabet-outlook__button--register:hover {
  background-color: #e6c200;
}

.page-expert-insights-thabet-outlook__button--login {
  background-color: #0A2463;
  color: #ffffff;
}
.page-expert-insights-thabet-outlook__button--login:hover {
  background-color: #1a3c7e;
}

.page-expert-insights-thabet-outlook__button--download {
  background-color: #32CD32; /* A green for download */
  color: #ffffff;
}
.page-expert-insights-thabet-outlook__button--download:hover {
  background-color: #28a745;
}

.page-expert-insights-thabet-outlook__call-to-action-box {
  background-color: #f0f8ff;
  border: 1px solid #d0e0f0;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-top: 40px;
}

.page-expert-insights-thabet-outlook__box-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-expert-insights-thabet-outlook__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-expert-insights-thabet-outlook__sidebar {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-expert-insights-thabet-outlook__sidebar-widget {
  margin-bottom: 30px;
}

.page-expert-insights-thabet-outlook__widget-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 8px;
}

.page-expert-insights-thabet-outlook__related-posts {
  list-style: none;
  padding: 0;
}

.page-expert-insights-thabet-outlook__related-posts li {
  margin-bottom: 10px;
}

.page-expert-insights-thabet-outlook__related-posts a {
  color: #0A2463;
  text-decoration: none;
  font-weight: 500;
}

.page-expert-insights-thabet-outlook__related-posts a:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-expert-insights-thabet-outlook__promo-widget {
  background-color: #0A2463;
  color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
}

.page-expert-insights-thabet-outlook__promo-widget .page-expert-insights-thabet-outlook__widget-title {
  color: #FFD700;
  border-bottom-color: #ffffff;
}

.page-expert-insights-thabet-outlook__promo-widget p {
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-expert-insights-thabet-outlook__promo-icon {
  max-width: 80px;
  margin-bottom: 20px;
}

.page-expert-insights-thabet-outlook__cta-button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-expert-insights-thabet-outlook__final-cta-section {
  background-color: #0A2463;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-expert-insights-thabet-outlook__final-cta-section .page-expert-insights-thabet-outlook__section-title {
  color: #ffffff;
  border-bottom-color: #FFD700;
}

.page-expert-insights-thabet-outlook__final-cta-section p {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-expert-insights-thabet-outlook__copyright {
  text-align: center;
  padding: 20px;
  background-color: #222;
  color: #aaa;
  font-size: 0.9em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-expert-insights-thabet-outlook__hero-title {
    font-size: 2em;
  }

  .page-expert-insights-thabet-outlook__hero-subtitle {
    font-size: 1em;
  }

  .page-expert-insights-thabet-outlook__section-title {
    font-size: 1.8em;
  }

  .page-expert-insights-thabet-outlook__sub-title {
    font-size: 1.3em;
  }

  .page-expert-insights-thabet-outlook__main-article, .page-expert-insights-thabet-outlook__sidebar {
    padding: 20px;
  }

  .page-expert-insights-thabet-outlook__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-expert-insights-thabet-outlook__action-list {
    flex-direction: column;
    align-items: center;
  }
  .page-expert-insights-thabet-outlook__button {
    width: 80%;
    text-align: center;
  }
}