/* style/doi-tac-huong-dan-hop-tac.css */
.page-doi-tac-huong-dan-hop-tac {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #ffffff; /* Explicitly set for content area if needed, but shared.css handles body */
}

.page-doi-tac-huong-dan-hop-tac__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-doi-tac-huong-dan-hop-tac__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #017439;
  text-align: center;
  margin-bottom: 20px;
}

.page-doi-tac-huong-dan-hop-tac__section-description {
  font-size: 18px;
  color: #555555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-doi-tac-huong-dan-hop-tac__hero-section {
  padding-top: 10px; /* Small top padding, relying on body padding-top from shared.css */
  padding-bottom: 60px;
  background-color: #ffffff;
}

.page-doi-tac-huong-han-hop-tac__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-doi-tac-huong-dan-hop-tac__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-doi-tac-huong-dan-hop-tac__main-title {
  font-size: 48px;
  font-weight: bold;
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-doi-tac-huong-dan-hop-tac__hero-description {
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
}

.page-doi-tac-huong-dan-hop-tac__hero-image-wrapper {
  flex: 1 1 45%;
  text-align: center;
}

.page-doi-tac-huong-dan-hop-tac__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  display: block;
  margin: 0 auto;
}

/* CTA Button Styles */
.page-doi-tac-huong-dan-hop-tac__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-doi-tac-huong-dan-hop-tac__btn-primary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-doi-tac-huong-dan-hop-tac__btn-primary:hover {
  background-color: #005a2d;
  transform: translateY(-2px);
}

/* Intro Section */
.page-doi-tac-huong-dan-hop-tac__intro-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.page-doi-tac-huong-dan-hop-tac__feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.page-doi-tac-huong-dan-hop-tac__feature-item {
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-doi-tac-huong-dan-hop-tac__feature-item:hover {
  transform: translateY(-5px);
}

.page-doi-tac-huong-dan-hop-tac__icon-box-media {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 5px rgba(1, 116, 57, 0.1);
}

.page-doi-tac-huong-dan-hop-tac__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-doi-tac-huong-dan-hop-tac__feature-title {
  font-size: 24px;
  font-weight: bold;
  color: #017439;
  margin-bottom: 15px;
}

.page-doi-tac-huong-dan-hop-tac__feature-text {
  font-size: 16px;
  color: #555555;
}

/* Partnership Models Section */
.page-doi-tac-huong-dan-hop-tac__partnership-models-section {
  padding: 80px 0;
  background-color: #017439; /* Dark background */
  color: #ffffff; /* Light text */
}

.page-doi-tac-huong-dan-hop-tac__partnership-models-section .page-doi-tac-huong-dan-hop-tac__section-title,
.page-doi-tac-huong-dan-hop-tac__partnership-models-section .page-doi-tac-huong-dan-hop-tac__section-description {
  color: #ffffff;
}

.page-doi-tac-huong-dan-hop-tac__model-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.page-doi-tac-huong-dan-hop-tac__model-card {
  flex: 1 1 300px;
  max-width: 350px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  color: #333333; /* Dark text for light card background */
}

.page-doi-tac-huong-dan-hop-tac__model-card:hover {
  transform: translateY(-5px);
}

.page-doi-tac-huong-dan-hop-tac__model-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-doi-tac-huong-dan-hop-tac__model-card h3,
.page-doi-tac-huong-dan-hop-tac__model-card p {
  padding: 0 20px;
}

.page-doi-tac-huong-dan-hop-tac__model-title {
  font-size: 22px;
  font-weight: bold;
  color: #017439;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-doi-tac-huong-dan-hop-tac__model-text {
  font-size: 16px;
  color: #555555;
  margin-bottom: 20px;
}

/* How to Join Section */
.page-doi-tac-huong-dan-hop-tac__how-to-join-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.page-doi-tac-huong-dan-hop-tac__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-doi-tac-huong-dan-hop-tac__step-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.page-doi-tac-huong-dan-hop-tac__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #017439;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(1, 116, 57, 0.3);
}

.page-doi-tac-huong-dan-hop-tac__step-title {
  font-size: 22px;
  font-weight: bold;
  color: #017439;
  margin-bottom: 15px;
}

.page-doi-tac-huong-dan-hop-tac__step-text {
  font-size: 16px;
  color: #555555;
}

.page-doi-tac-huong-dan-hop-tac__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

/* Support Section */
.page-doi-tac-huong-dan-hop-tac__support-section {
  padding: 80px 0;
  background-color: #f0f8f0; /* Light green background */
}

.page-doi-tac-huong-dan-hop-tac__support-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.page-doi-tac-huong-dan-hop-tac__support-item {
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-doi-tac-huong-dan-hop-tac__support-icon {
  width: 100%; /* Ensure image fills container for content display */
  max-width: 150px;
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-doi-tac-huong-dan-hop-tac__support-title {
  font-size: 22px;
  font-weight: bold;
  color: #017439;
  margin-bottom: 10px;
}

.page-doi-tac-huong-dan-hop-tac__support-text {
  font-size: 16px;
  color: #555555;
}

/* FAQ Section */
.page-doi-tac-huong-dan-hop-tac__faq-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.page-doi-tac-huong-dan-hop-tac__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-doi-tac-huong-dan-hop-tac__faq-item {
  background-color: #f9f9f9;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-doi-tac-huong-dan-hop-tac__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}

.page-doi-tac-huong-dan-hop-tac__faq-question::-webkit-details-marker {
  display: none;
}

.page-doi-tac-huong-dan-hop-tac__faq-qtext {
  flex-grow: 1;
  color: #017439;
}

.page-doi-tac-huong-dan-hop-tac__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #017439;
  margin-left: 15px;
}

.page-doi-tac-huong-dan-hop-tac__faq-item[open] .page-doi-tac-huong-dan-hop-tac__faq-toggle {
  content: '−';
}

.page-doi-tac-huong-dan-hop-tac__faq-answer {
  padding: 20px 25px;
  font-size: 16px;
  color: #555555;
  background-color: #ffffff;
}

/* Contact CTA Section */
.page-doi-tac-huong-dan-hop-tac__contact-cta-section {
  padding: 80px 0;
  background-color: #017439; /* Dark background */
  color: #ffffff; /* Light text */
  text-align: center;
}

.page-doi-tac-huong-dan-hop-tac__contact-cta-section .page-doi-tac-huong-dan-hop-tac__section-title,
.page-doi-tac-huong-dan-hop-tac__contact-cta-section .page-doi-tac-huong-dan-hop-tac__section-description {
  color: #ffffff;
}

.page-doi-tac-huong-dan-hop-tac__contact-cta-section .page-doi-tac-huong-dan-hop-tac__cta-button {
  margin-top: 30px;
  background-color: #C30808; /* Custom color for registration/login */
  border-color: #C30808;
  color: #FFFF00; /* Custom font color for registration/login */
}

.page-doi-tac-huong-dan-hop-tac__contact-cta-section .page-doi-tac-huong-dan-hop-tac__cta-button:hover {
  background-color: #a00606;
  border-color: #a00606;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-doi-tac-huong-dan-hop-tac__main-title {
    font-size: 42px;
  }
  .page-doi-tac-huong-dan-hop-tac__section-title {
    font-size: 32px;
  }
  .page-doi-tac-huong-dan-hop-tac__hero-container {
    flex-direction: column;
    text-align: center;
  }
  .page-doi-tac-huong-dan-hop-tac__hero-content {
    flex: 1 1 100%;
  }
  .page-doi-tac-huong-dan-hop-tac__hero-image-wrapper {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .page-doi-tac-huong-dan-hop-tac {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-doi-tac-huong-dan-hop-tac__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Hero Section */
  .page-doi-tac-huong-dan-hop-tac__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-doi-tac-huong-dan-hop-tac__hero-container {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 30px;
  }
  .page-doi-tac-huong-dan-hop-tac__main-title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .page-doi-tac-huong-dan-hop-tac__hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page-doi-tac-huong-dan-hop-tac__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* CTA Button */
  .page-doi-tac-huong-dan-hop-tac__cta-button,
  .page-doi-tac-huong-dan-hop-tac__btn-primary,
  .page-doi-tac-huong-dan-hop-tac a[class*="button"],
  .page-doi-tac-huong-dan-hop-tac a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Intro Section - Feature Grid */
  .page-doi-tac-huong-dan-hop-tac__intro-section {
    padding: 60px 0;
  }
  .page-doi-tac-huong-dan-hop-tac__section-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .page-doi-tac-huong-dan-hop-tac__section-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .page-doi-tac-huong-dan-hop-tac__feature-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .page-doi-tac-huong-dan-hop-tac__icon-box-media {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }
  .page-doi-tac-huong-dan-hop-tac__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .page-doi-tac-huong-dan-hop-tac__feature-title {
    font-size: 20px;
  }

  /* Partnership Models Section */
  .page-doi-tac-huong-dan-hop-tac__partnership-models-section {
    padding: 60px 0;
  }
  .page-doi-tac-huong-dan-hop-tac__model-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  /* How to Join Section */
  .page-doi-tac-huong-dan-hop-tac__how-to-join-section {
    padding: 60px 0;
  }
  .page-doi-tac-huong-dan-hop-tac__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-doi-tac-huong-dan-hop-tac__step-item {
    padding-top: 50px;
  }
  .page-doi-tac-huong-dan-hop-tac__step-number {
    top: -15px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .page-doi-tac-huong-dan-hop-tac__step-title {
    font-size: 20px;
  }
  .page-doi-tac-huong-dan-hop-tac__cta-bottom {
    margin-top: 40px;
  }

  /* Support Section */
  .page-doi-tac-huong-dan-hop-tac__support-section {
    padding: 60px 0;
  }
  .page-doi-tac-huong-dan-hop-tac__support-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .page-doi-tac-huong-dan-hop-tac__support-icon {
    max-width: 100px;
  }
  .page-doi-tac-huong-dan-hop-tac__support-title {
    font-size: 20px;
  }

  /* FAQ Section */
  .page-doi-tac-huong-dan-hop-tac__faq-section {
    padding: 60px 0;
  }
  .page-doi-tac-huong-dan-hop-tac__faq-question {
    padding: 15px 20px;
    font-size: 16px;
  }
  .page-doi-tac-huong-dan-hop-tac__faq-toggle {
    font-size: 20px;
  }
  .page-doi-tac-huong-dan-hop-tac__faq-answer {
    padding: 15px 20px;
    font-size: 15px;
  }

  /* Contact CTA Section */
  .page-doi-tac-huong-dan-hop-tac__contact-cta-section {
    padding: 60px 0;
  }

  /* General image responsive styles for content area */
  .page-doi-tac-huong-dan-hop-tac img:not(.page-doi-tac-huong-dan-hop-tac__icon-box-media img) {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}