.page-resources-thabet88-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-thabet88-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-thabet88-promotions-analysis__hero-section {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%); /* Adjusted for better contrast */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-thabet88-promotions-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFC107; /* Highlight with auxiliary color */
}

.page-resources-thabet88-promotions-analysis__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-resources-thabet88-promotions-analysis__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-thabet88-promotions-analysis__article {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-thabet88-promotions-analysis__section-title {
  font-size: 2.5em;
  color: #007BFF;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-resources-thabet88-promotions-analysis__sub-section-title {
  font-size: 1.8em;
  color: #0056b3; /* Darker primary for headings */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFC107; /* Accent with auxiliary color */
  padding-left: 15px;
}

.page-resources-thabet88-promotions-analysis p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333; /* Ensuring good contrast */
}

.page-resources-thabet88-promotions-analysis ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-thabet88-promotions-analysis ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #444444;
}

.page-resources-thabet88-promotions-analysis__checklist {
  list-style: none;
  padding-left: 0;
}

.page-resources-thabet88-promotions-analysis__checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #444444;
}

.page-resources-thabet88-promotions-analysis__checklist li::before {
  content: '✔';
  color: #28a745; /* Green checkmark */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-thabet88-promotions-analysis__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 1.1em;
  margin-top: 20px;
}

.page-resources-thabet88-promotions-analysis__btn--primary {
  background-color: #007BFF;
  color: #ffffff;
  border: 2px solid #007BFF;
}

.page-resources-thabet88-promotions-analysis__btn--primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-thabet88-promotions-analysis__btn--secondary {
  background-color: #FFC107;
  color: #333333; /* Dark text for contrast on bright background */
  border: 2px solid #FFC107;
}

.page-resources-thabet88-promotions-analysis__btn--secondary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-thabet88-promotions-analysis__btn--tertiary {
  background-color: #6c757d;
  color: #ffffff;
  border: 2px solid #6c757d;
}

.page-resources-thabet88-promotions-analysis__btn--tertiary:hover {
  background-color: #5a6268;
  border-color: #5a6268;
  transform: translateY(-2px);
}

.page-resources-thabet88-promotions-analysis__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-resources-thabet88-promotions-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-thabet88-promotions-analysis__image--full-width {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-thabet88-promotions-analysis__image--left {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
  width: 45%; /* Adjust as needed */
}

.page-resources-thabet88-promotions-analysis__image--right {
  float: right;
  margin-left: 25px;
  margin-bottom: 15px;
  width: 45%; /* Adjust as needed */
}

/* Floating Ad Menu */
.page-resources-thabet88-promotions-analysis__floating-ad-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-resources-thabet88-promotions-analysis__floating-ad-item {
  background-color: #FFC107; /* Auxiliary color for highlight */
  color: #333333; /* Dark text for contrast */
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-thabet88-promotions-analysis__floating-ad-item:hover {
  transform: translateY(-3px);
  background-color: #e0a800;
}

.page-resources-thabet88-promotions-analysis__ad-icon {
  font-size: 1.5em;
  margin-right: 10px;
}

.page-resources-thabet88-promotions-analysis__ad-text {
  white-space: nowrap;
}

/* Clearfix for floated images */
.page-resources-thabet88-promotions-analysis__article::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-thabet88-promotions-analysis__hero-title {
    font-size: 2.5em;
  }

  .page-resources-thabet88-promotions-analysis__section-title {
    font-size: 2em;
  }

  .page-resources-thabet88-promotions-analysis__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-thabet88-promotions-analysis__image--left,
  .page-resources-thabet88-promotions-analysis__image--right {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .page-resources-thabet88-promotions-analysis__hero-title {
    font-size: 2em;
  }

  .page-resources-thabet88-promotions-analysis__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-thabet88-promotions-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-thabet88-promotions-analysis__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-thabet88-promotions-analysis__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-thabet88-promotions-analysis__floating-ad-menu {
    right: 10px;
    bottom: 10px;
  }

  .page-resources-thabet88-promotions-analysis__floating-ad-item {
    padding: 10px 15px;
    font-size: 0.9em;
  }

  .page-resources-thabet88-promotions-analysis__ad-icon {
    font-size: 1.2em;
    margin-right: 8px;
  }
}

@media (max-width: 480px) {
  .page-resources-thabet88-promotions-analysis__hero-title {
    font-size: 1.8em;
  }

  .page-resources-thabet88-promotions-analysis__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-thabet88-promotions-analysis__section-title {
    font-size: 1.5em;
  }

  .page-resources-thabet88-promotions-analysis__sub-section-title {
    font-size: 1.1em;
  }

  .page-resources-thabet88-promotions-analysis__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-resources-thabet88-promotions-analysis__floating-ad-menu {
    flex-direction: row; /* Change to row for smaller screens */
    width: calc(100% - 20px);
    justify-content: center;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background-color: rgba(0, 0, 0, 0.7); /* Add background for readability */
    padding: 8px;
    border-radius: 10px;
  }

  .page-resources-thabet88-promotions-analysis__floating-ad-item {
    padding: 8px 10px;
    font-size: 0.8em;
    flex-grow: 1;
    justify-content: center;
    margin: 0 3px; /* Add margin between items */
  }

  .page-resources-thabet88-promotions-analysis__ad-icon {
    margin-right: 0;
  }

  .page-resources-thabet88-promotions-analysis__ad-text {
    display: none; /* Hide text, show only icon for very small screens */
  }
}