.page-blog-how-to-register-thabet38 {
  font-family: Arial, sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-blog-how-to-register-thabet38__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-how-to-register-thabet38__section-title {
  font-size: 36px;
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-how-how-to-register-thabet38__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #11A84E 0%, #22C768 100%);
  border-radius: 2px;
}

.page-blog-how-to-register-thabet38__section-intro,
.page-blog-how-to-register-thabet38__section-description {
  font-size: 18px;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-thabet38__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background: linear-gradient(180deg, #0A4B2C 0%, #08160F 100%); /* Deep Green to Background */
  text-align: center;
}

.page-blog-how-to-register-thabet38__hero-content {
  max-width: 900px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-thabet38__main-title {
  font-size: clamp(28px, 4vw, 48px); /* Responsive font size */
  color: #F2FFF6;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.page-blog-how-to-register-thabet38__hero-description {
  font-size: 20px;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-how-to-register-thabet38__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-register-thabet38__cta-button:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-register-thabet38__hero-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  margin-top: 40px;
}

.page-blog-how-to-register-thabet38__benefits-section {
  padding: 80px 0;
  background-color: #08160F;
}

.page-blog-how-to-register-thabet38__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-how-to-register-thabet38__benefit-item {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-register-thabet38__benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-register-thabet38__benefit-item img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-how-to-register-thabet38__benefit-title {
  font-size: 24px;
  color: #F2FFF6;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-register-thabet38__benefit-description {
  font-size: 16px;
  color: #A7D9B8;
  text-align: left;
}

.page-blog-how-to-register-thabet38__steps-section,
.page-blog-how-to-register-thabet38__process-section,
.page-blog-how-to-register-thabet38__troubleshoot-section,
.page-blog-how-to-register-thabet38__safety-section {
  padding: 80px 0;
  background-color: #0A4B2C; /* Deep Green */
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-how-to-register-thabet38__steps-section:nth-of-type(odd),
.page-blog-how-to-register-thabet38__process-section:nth-of-type(odd),
.page-blog-how-to-register-thabet38__troubleshoot-section:nth-of-type(odd),
.page-blog-how-to-register-thabet38__safety-section:nth-of-type(odd) {
  background-color: #08160F; /* Background */
}

.page-blog-how-to-register-thabet38__step-item,
.page-blog-how-to-register-thabet38__process-item {
  background-color: #11271B; /* Card BG */
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-register-thabet38__step-title,
.page-blog-how-to-register-thabet38__process-title {
  font-size: 28px;
  color: #F2FFF6;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-register-thabet38__step-description,
.page-blog-how-to-register-thabet38__process-description,
.page-blog-how-to-register-thabet38__troubleshoot-list li,
.page-blog-how-to-register-thabet38__safety-list li {
  font-size: 17px;
  color: #A7D9B8;
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-blog-how-to-register-thabet38__step-list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #A7D9B8;
}

.page-blog-how-to-register-thabet38__step-list li {
  margin-bottom: 10px;
  font-size: 17px;
  color: #F2FFF6;
}

.page-blog-how-to-register-thabet38__step-list li strong {
  color: #F2C14E; /* Gold */
}

.page-blog-how-to-register-thabet38__step-image,
.page-blog-how-to-register-thabet38__process-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 30px auto 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
}

.page-blog-how-to-register-thabet38__troubleshoot-list,
.page-blog-how-to-register-thabet38__safety-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto 30px;
}

.page-blog-how-to-register-thabet38__troubleshoot-list li,
.page-blog-how-to-register-thabet38__safety-list li {
  background-color: #11271B; /* Card BG */
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-left: 5px solid #11A84E;
  color: #F2FFF6;
}

.page-blog-how-to-register-thabet38__troubleshoot-list li strong,
.page-blog-how-to-register-thabet38__safety-list li strong {
  color: #F2C14E;
}

.page-blog-how-to-register-thabet38__conclusion-section {
  padding: 80px 0;
  background: linear-gradient(0deg, #0A4B2C 0%, #08160F 100%); /* Deep Green to Background */
  text-align: center;
  border-top: 1px solid #1E3A2A;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-register-thabet38__container {
    padding: 0 15px;
  }
  .page-blog-how-to-register-thabet38__section-title {
    font-size: 32px;
  }
  .page-blog-how-to-register-thabet38__hero-description,
  .page-blog-how-to-register-thabet38__section-intro,
  .page-blog-how-to-register-thabet38__section-description {
    font-size: 17px;
  }
  .page-blog-how-to-register-thabet38__benefit-title {
    font-size: 22px;
  }
  .page-blog-how-to-register-thabet38__step-title,
  .page-blog-how-to-register-thabet38__process-title {
    font-size: 26px;
  }
  .page-blog-how-to-register-thabet38__step-description,
  .page-blog-how-to-register-thabet38__process-description,
  .page-blog-how-to-register-thabet38__step-list li,
  .page-blog-how-to-register-thabet38__troubleshoot-list li,
  .page-blog-how-to-register-thabet38__safety-list li {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-thabet38 {
    font-size: 16px;
  }
  .page-blog-how-to-register-thabet38__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }
  .page-blog-how-to-register-thabet38__main-title {
    font-size: clamp(24px, 6vw, 40px);
  }
  .page-blog-how-to-register-thabet38__hero-description {
    font-size: 16px;
  }
  .page-blog-how-to-register-thabet38__cta-button {
    padding: 12px 25px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-register-thabet38__hero-image,
  .page-blog-how-to-register-thabet38__benefit-item img,
  .page-blog-how-to-register-thabet38__step-image,
  .page-blog-how-to-register-thabet38__process-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-register-thabet38__container,
  .page-blog-how-to-register-thabet38__benefits-section,
  .page-blog-how-to-register-thabet38__steps-section,
  .page-blog-how-to-register-thabet38__process-section,
  .page-blog-how-to-register-thabet38__troubleshoot-section,
  .page-blog-how-to-register-thabet38__safety-section,
  .page-blog-how-to-register-thabet38__conclusion-section {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }
  .page-blog-how-to-register-thabet38__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-blog-how-to-register-thabet38__section-intro,
  .page-blog-how-to-register-thabet38__section-description {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page-blog-how-to-register-thabet38__benefits-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-how-to-register-thabet38__benefit-item,
  .page-blog-how-to-register-thabet38__step-item,
  .page-blog-how-to-register-thabet38__process-item {
    padding: 25px;
    margin-bottom: 20px;
  }
  .page-blog-how-to-register-thabet38__benefit-title {
    font-size: 20px;
  }
  .page-blog-how-to-register-thabet38__step-title,
  .page-blog-how-to-register-thabet38__process-title {
    font-size: 22px;
  }
  .page-blog-how-to-register-thabet38__step-description,
  .page-blog-how-to-register-thabet38__process-description,
  .page-blog-how-to-register-thabet38__step-list li,
  .page-blog-how-to-register-thabet38__troubleshoot-list li,
  .page-blog-how-to-register-thabet38__safety-list li {
    font-size: 15px;
  }
  .page-blog-how-to-register-thabet38__step-list {
    margin-left: 20px;
  }
  .page-blog-how-to-register-thabet38__troubleshoot-list li,
  .page-blog-how-to-register-thabet38__safety-list li {
    padding: 15px;
    font-size: 15px;
  }
}