/* style/resources-thabet-app-download-strategy.css */

:root {
  --page-primary-color: #0A2463;
  --page-secondary-color: #FFD700;
  --page-text-color-dark: #333;
  --page-text-color-light: #f8f8f8;
  --page-background-light: #f4f7f6;
  --page-background-dark: #1a1a2e;
  --page-link-color: #0A2463;
  --page-link-hover-color: #FFD700;
}

.page-resources-thabet-app-download-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--page-text-color-dark);
  background-color: var(--page-background-light);
}

.page-resources-thabet-app-download-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-thabet-app-download-strategy__hero {
  background: linear-gradient(135deg, var(--page-primary-color), var(--page-secondary-color));
  color: var(--page-text-color-light);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-thabet-app-download-strategy__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-resources-thabet-app-download-strategy__hero .page-resources-thabet-app-download-strategy__container {
  position: relative;
  z-index: 2;
}

.page-resources-thabet-app-download-strategy__title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: var(--page-text-color-light);
  font-weight: bold;
}

.page-resources-thabet-app-download-strategy__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--page-text-color-light);
}

.page-resources-thabet-app-download-strategy__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-resources-thabet-app-download-strategy__btn--primary {
  background-color: var(--page-secondary-color);
  color: var(--page-primary-color);
}

.page-resources-thabet-app-download-strategy__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-thabet-app-download-strategy__btn--secondary {
  background-color: var(--page-primary-color);
  color: var(--page-secondary-color);
  border: 1px solid var(--page-secondary-color);
}

.page-resources-thabet-app-download-strategy__btn--secondary:hover {
  background-color: var(--page-secondary-color);
  color: var(--page-primary-color);
  transform: translateY(-2px);
}

.page-resources-thabet-app-download-strategy__content-section {
  padding: 50px 0;
  background-color: var(--page-background-light);
}

.page-resources-thabet-app-download-strategy__content-area {
  max-width: 800px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-thabet-app-download-strategy__heading {
  font-size: 2em;
  color: var(--page-primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--page-secondary-color);
  padding-bottom: 10px;
}

.page-resources-thabet-app-download-strategy__sub-heading {
  font-size: 1.5em;
  color: var(--page-primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-thabet-app-download-strategy__mini-heading {
  font-size: 1.2em;
  color: var(--page-primary-color);
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-thabet-app-download-strategy__content-area p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-thabet-app-download-strategy__content-area ul,
.page-resources-thabet-app-download-strategy__content-area ol {
  margin-bottom: 15px;
  padding-left: 25px;
}

.page-resources-thabet-app-download-strategy__content-area li {
  margin-bottom: 8px;
  font-size: 1.1em;
}

.page-resources-thabet-app-download-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-thabet-app-download-strategy__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-thabet-app-download-strategy__return-link {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}

.page-resources-thabet-app-download-strategy__link {
  color: var(--page-primary-color);
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-thabet-app-download-strategy__link:hover {
  color: var(--page-secondary-color);
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-thabet-app-download-strategy__title {
    font-size: 2em;
  }

  .page-resources-thabet-app-download-strategy__subtitle {
    font-size: 1em;
  }

  .page-resources-thabet-app-download-strategy__heading {
    font-size: 1.8em;
  }

  .page-resources-thabet-app-download-strategy__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-thabet-app-download-strategy__content-area {
    padding: 15px;
  }

  .page-resources-thabet-app-download-strategy__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-resources-thabet-app-download-strategy__hero {
    padding: 60px 0;
  }

  .page-resources-thabet-app-download-strategy__title {
    font-size: 1.8em;
  }

  .page-resources-thabet-app-download-strategy__heading {
    font-size: 1.5em;
  }

  .page-resources-thabet-app-download-strategy__sub-heading {
    font-size: 1.1em;
  }

  .page-resources-thabet-app-download-strategy__content-area p,
  .page-resources-thabet-app-download-strategy__content-area li {
    font-size: 1em;
  }
}