/* style/resources-thabet-login-tutorial.css */
.page-resources-thabet-login-tutorial {
  font-family: 'Arial', sans-serif;
  line-height: 1.7;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-thabet-login-tutorial__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-thabet-login-tutorial__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #1A3E8A 100%); /* Darker blue gradient */
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-thabet-login-tutorial__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,patterns]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-thabet-login-tutorial__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
  position: relative;
  z-index: 1;
}

.page-resources-thabet-login-tutorial__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-thabet-login-tutorial__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1em;
  position: relative;
  z-index: 1;
}

.page-resources-thabet-login-tutorial__button--primary {
  background-color: #FFD700; /* Gold */
  color: #0A2463; /* Dark Blue */
}

.page-resources-thabet-login-tutorial__button--primary:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-2px);
}

.page-resources-thabet-login-tutorial__button--secondary {
  background-color: #0A2463; /* Dark Blue */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-resources-thabet-login-tutorial__button--secondary:hover {
  background-color: #1a3e8a; /* Slightly lighter blue */
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-thabet-login-tutorial__button--tertiary {
  background-color: transparent;
  color: #0A2463;
  border: 2px solid #0A2463;
}

.page-resources-thabet-login-tutorial__button--tertiary:hover {
  background-color: #0A2463;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-thabet-login-tutorial__button--large {
  font-size: 1.2em;
  padding: 15px 30px;
}

.page-resources-thabet-login-tutorial__button--small {
  font-size: 0.9em;
  padding: 8px 15px;
  border-radius: 5px;
}

.page-resources-thabet-login-tutorial__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-thabet-login-tutorial__article-layout {
  display: flex;
  justify-content: center;
}

.page-resources-thabet-login-tutorial__article-content {
  max-width: 800px; /* Controlled width for readability */
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-thabet-login-tutorial__heading {
  font-size: 2.2em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-thabet-login-tutorial__sub-heading {
  font-size: 1.6em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-thabet-login-tutorial__article-content p {
  margin-bottom: 1em;
  font-size: 1.1em; /* Adjusted for better readability */
  line-height: 1.7;
  color: #333;
}

.page-resources-thabet-login-tutorial__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1.5em;
  font-size: 1.1em;
  color: #444;
}

.page-resources-thabet-login-tutorial__list li {
  margin-bottom: 0.5em;
}

.page-resources-thabet-login-tutorial__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

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

.page-resources-thabet-login-tutorial__image-caption {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
}

.page-resources-thabet-login-tutorial__cta-text {
  font-style: italic;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-thabet-login-tutorial__faq-item {
  background-color: #f0f4f7;
  border-left: 5px solid #0A2463;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.page-resources-thabet-login-tutorial__faq-item .page-resources-thabet-login-tutorial__sub-heading {
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #0A2463;
}

.page-resources-thabet-login-tutorial__faq-item p {
  margin-bottom: 0;
  font-size: 1em;
}

.page-resources-thabet-login-tutorial__back-link-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-resources-thabet-login-tutorial__back-link {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-thabet-login-tutorial__back-link:hover {
  color: #FFD700;
  text-decoration: underline;
}

/* Floating Ads / Sidebar */
.page-resources-thabet-login-tutorial__floating-ads {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 220px;
  background-color: #0A2463;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  padding: 15px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-resources-thabet-login-tutorial__ad-item {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.page-resources-thabet-login-tutorial__ad-item:last-child {
  border-bottom: none;
}

.page-resources-thabet-login-tutorial__ad-title {
  font-size: 1.1em;
  color: #FFD700;
  margin-bottom: 8px;
  font-weight: bold;
}

.page-resources-thabet-login-tutorial__ad-item p {
  font-size: 0.9em;
  color: #ccc;
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-resources-thabet-login-tutorial__ad-item .page-resources-thabet-login-tutorial__button {
  width: 80%;
  margin: 0 auto;
  display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-thabet-login-tutorial__floating-ads {
    right: 10px;
    width: 180px;
  }

  .page-resources-thabet-login-tutorial__hero-title {
    font-size: 2.8em;
  }

  .page-resources-thabet-login-tutorial__heading {
    font-size: 1.8em;
  }

  .page-resources-thabet-login-tutorial__sub-heading {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-thabet-login-tutorial__hero-section {
    padding: 60px 0;
  }

  .page-resources-thabet-login-tutorial__hero-title {
    font-size: 2.2em;
  }

  .page-resources-thabet-login-tutorial__hero-description {
    font-size: 1em;
  }

  .page-resources-thabet-login-tutorial__content-section {
    padding: 40px 0;
  }

  .page-resources-thabet-login-tutorial__article-content {
    padding: 0 10px;
  }

  .page-resources-thabet-login-tutorial__floating-ads {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 40px;
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .page-resources-thabet-login-tutorial__ad-item {
    width: 45%;
    border-bottom: none;
    border-right: 1px dashed rgba(255, 255, 255, 0.2);
  }

  .page-resources-thabet-login-tutorial__ad-item:nth-child(2n) {
    border-right: none;
  }

  .page-resources-thabet-login-tutorial__ad-item:last-child {
    border-right: none;
  }

  .page-resources-thabet-login-tutorial__ad-item .page-resources-thabet-login-tutorial__button {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .page-resources-thabet-login-tutorial__hero-title {
    font-size: 1.8em;
  }

  .page-resources-thabet-login-tutorial__heading {
    font-size: 1.6em;
  }

  .page-resources-thabet-login-tutorial__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-thabet-login-tutorial__ad-item {
    width: 90%;
    border-right: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .page-resources-thabet-login-tutorial__ad-item:last-child {
    border-bottom: none;
  }
}