/* style/blog-how-to-register-for-pet88.css */

/* Base styles for the page content, considering dark body background */
.page-blog-how-to-register-for-pet88 {
  color: #ffffff; /* Default text color for the page */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* Add some padding at the bottom for footer */
}

.page-blog-how-to-register-for-pet88__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  box-sizing: border-box;
  overflow: hidden;
  background: #000000; /* Ensure background for hero section */
  color: #ffffff;
}

.page-blog-how-to-register-for-pet88__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px; /* Space between image and text */
}

.page-blog-how-to-register-for-pet88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-how-to-register-for-pet88__hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-how-to-register-for-pet88__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  font-size: clamp(2em, 4vw, 3em); /* Responsive font size for H1 */
}

.page-blog-how-to-register-for-pet88__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-how-to-register-for-pet88__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-how-to-register-for-pet88__btn-primary,
.page-blog-how-to-register-for-pet88__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-how-to-register-for-pet88__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-how-to-register-for-pet88__btn-primary:hover {
  background: #EA7C07;
  transform: translateY(-2px);
}

.page-blog-how-to-register-for-pet88__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-register-for-pet88__btn-secondary:hover {
  background: #f0f0f0;
  color: #EA7C07;
  border-color: #EA7C07;
  transform: translateY(-2px);
}

.page-blog-how-to-register-for-pet88__text-link {
  color: #26A9E0;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-how-to-register-for-pet88__text-link:hover {
  color: #EA7C07;
}

.page-blog-how-to-register-for-pet88__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #ffffff; /* Light background for content area */
  color: #333333; /* Dark text for light background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin-top: -40px; /* Overlap with hero section for visual flow */
  position: relative;
  z-index: 1;
}

.page-blog-how-to-register-for-pet88__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-register-for-pet88__sub-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-register-for-pet88__text-block p {
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-how-to-register-for-pet88__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-how-to-register-for-pet88__list li {
  margin-bottom: 10px;
}

.page-blog-how-to-register-for-pet88__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-register-for-pet88__faq-section {
  margin-top: 40px;
}

.page-blog-how-to-register-for-pet88__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-how-to-register-for-pet88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #e0f2f7; /* Light blue background for FAQ question */
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #26A9E0;
  border-bottom: 1px solid #d0eaf0;
}

.page-blog-how-to-register-for-pet88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-for-pet88__faq-question::marker {
  display: none;
}

.page-blog-how-to-register-for-pet88__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-register-for-pet88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-how-to-register-for-pet88__faq-item[open] .page-blog-how-to-register-for-pet88__faq-question {
  border-bottom: 1px solid #d0eaf0;
}

.page-blog-how-to-register-for-pet88__faq-answer {
  padding: 15px 25px;
  background-color: #ffffff;
  color: #333333;
  font-size: 0.95em;
}

.page-blog-how-to-register-for-pet88__conclusion-section {
  text-align: center;
  padding: 60px 20px;
  background: #26A9E0; /* Brand color background for conclusion */
  color: #ffffff;
  border-radius: 8px;
  margin: 40px auto 0;
  max-width: 1000px;
  box-sizing: border-box;
}

.page-blog-how-to-register-for-pet88__conclusion-section .page-blog-how-to-register-for-pet88__section-title {
  color: #ffffff;
}

.page-blog-how-to-register-for-pet88__conclusion-section .page-blog-how-to-register-for-pet88__intro-text {
  color: #f0f0f0;
}

.page-blog-how-to-register-for-pet88__conclusion-section .page-blog-how-to-register-for-pet88__text-link {
  color: #ffffff;
}

.page-blog-how-to-register-for-pet88__conclusion-section .page-blog-how-to-register-for-pet88__text-link:hover {
  color: #EA7C07;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-how-to-register-for-pet88 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-register-for-pet88__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-how-to-register-for-pet88__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-how-to-register-for-pet88__intro-text {
    font-size: 1em;
  }

  .page-blog-how-to-register-for-pet88__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-register-for-pet88__btn-primary,
  .page-blog-how-to-register-for-pet88__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-register-for-pet88__content-area {
    padding: 30px 15px;
    margin-top: -30px; /* Adjust overlap for mobile */
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-register-for-pet88__section-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-register-for-pet88__sub-title {
    font-size: 1.4em;
  }

  .page-blog-how-to-register-for-pet88__list,
  .page-blog-how-to-register-for-pet88__text-block p {
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-blog-how-to-register-for-pet88__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-register-for-pet88__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-register-for-pet88__faq-answer {
    padding: 10px 20px;
  }

  .page-blog-how-to-register-for-pet88__conclusion-section {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}