/* style/resources-da-nang-train-station-transport.css */
.page-resources-da-nang-train-station-transport {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--black-color); /* Ensure consistency with shared body background */
}

.page-resources-da-nang-train-station-transport__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-da-nang-train-station-transport__hero-section {
  position: relative;
  padding: 120px 0 60px; /* Adjust for header offset */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  min-height: 600px;
}

.page-resources-da-nang-train-station-transport__hero-section .page-resources-da-nang-train-station-transport__container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.page-resources-da-nang-train-station-transport__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.7;
}

.page-resources-da-nang-train-station-transport__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-da-nang-train-station-transport__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-da-nang-train-station-transport__btn-primary,
.page-resources-da-nang-train-station-transport__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-da-nang-train-station-transport__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-da-nang-train-station-transport__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-resources-da-nang-train-station-transport__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-da-nang-train-station-transport__btn-secondary:hover {
  background-color: #e0e0e0;
  color: #1e87c0;
  border-color: #1e87c0;
}

.page-resources-da-nang-train-station-transport__btn-login {
  background-color: #EA7C07;
  border-color: #EA7C07;
}

.page-resources-da-nang-train-station-transport__btn-login:hover {
  background-color: #cc6a00;
  border-color: #cc6a00;
}

.page-resources-da-nang-train-station-transport__btn-icon {
  margin-left: 10px;
}

.page-resources-da-nang-train-station-transport__intro-section,
.page-resources-da-nang-train-station-transport__travel-tips,
.page-resources-da-nang-train-station-transport__faq-section {
  padding: 60px 0;
}

.page-resources-da-nang-train-station-transport__transport-methods,
.page-resources-da-nang-train-station-transport__entertainment-cta {
  padding: 60px 0;
  background-color: #1a1a1a; /* Slightly darker background for contrast */
}

.page-resources-da-nang-train-station-transport__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-resources-da-nang-train-station-transport__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-da-nang-train-station-transport__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-da-nang-train-station-transport__light-bg .page-resources-da-nang-train-station-transport__section-title,
.page-resources-da-nang-train-station-transport__light-bg .page-resources-da-nang-train-station-transport__text-block,
.page-resources-da-nang-train-station-transport__light-bg .page-resources-da-nang-train-station-transport__tip-item,
.page-resources-da-nang-train-station-transport__light-bg .page-resources-da-nang-train-station-transport__faq-question,
.page-resources-da-nang-train-station-transport__light-bg .page-resources-da-nang-train-station-transport__faq-answer {
  color: #333333;
}

.page-resources-da-nang-train-station-transport__dark-bg {
  background-color: var(--black-color);
  color: #ffffff;
}

.page-resources-da-nang-train-station-transport__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-da-nang-train-station-transport__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-da-nang-train-station-transport__card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.page-resources-da-nang-train-station-transport__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.page-resources-da-nang-train-station-transport__card-content {
  padding: 25px;
  flex-grow: 1;
}

.page-resources-da-nang-train-station-transport__card-title {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-da-nang-train-station-transport__card-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-da-nang-train-station-transport__tip-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-da-nang-train-station-transport__tip-item {
  background-color: #f8f8f8;
  border-left: 5px solid #26A9E0;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #333333;
  font-size: 1.1em;
}

.page-resources-da-nang-train-station-transport__image-half-width {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 30px auto 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-da-nang-train-station-transport__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-resources-da-nang-train-station-transport__image-centered {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-da-nang-train-station-transport__faq-list {
  margin-top: 30px;
}

.page-resources-da-nang-train-station-transport__faq-item {
  background-color: #f8f8f8;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-da-nang-train-station-transport__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.page-resources-da-nang-train-station-transport__faq-item[open] > .page-resources-da-nang-train-station-transport__faq-question {
  background-color: #eaf6ff;
  border-bottom-color: #26A9E0;
}

.page-resources-da-nang-train-station-transport__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-resources-da-nang-train-station-transport__faq-answer {
  padding: 20px;
  font-size: 1em;
  color: #555555;
  background-color: #fcfcfc;
}

.page-resources-da-nang-train-station-transport__faq-answer p {
  margin: 0;
}

/* Ensure header offset for main content if shared doesn't provide it */
.page-resources-da-nang-train-station-transport {
  padding-top: var(--header-offset, 120px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-da-nang-train-station-transport__hero-title {
    font-size: 2.8em;
  }

  .page-resources-da-nang-train-station-transport__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-da-nang-train-station-transport {
    padding-top: var(--header-offset, 120px) !important;
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-da-nang-train-station-transport__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    min-height: 400px;
  }

  .page-resources-da-nang-train-station-transport__hero-title {
    font-size: 2.2em;
  }

  .page-resources-da-nang-train-station-transport__hero-description {
    font-size: 1em;
  }

  .page-resources-da-nang-train-station-transport__section-title {
    font-size: 1.8em;
  }

  .page-resources-da-nang-train-station-transport__text-block,
  .page-resources-da-nang-train-station-transport__card-text,
  .page-resources-da-nang-train-station-transport__tip-item,
  .page-resources-da-nang-train-station-transport__faq-answer {
    font-size: 0.95em;
  }

  .page-resources-da-nang-train-station-transport__btn-primary,
  .page-resources-da-nang-train-station-transport__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-da-nang-train-station-transport__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-resources-da-nang-train-station-transport__container {
    padding: 0 15px;
  }

  /* Images responsive */
  .page-resources-da-nang-train-station-transport img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-da-nang-train-station-transport__card-image {
    height: 200px;
  }

  .page-resources-da-nang-train-station-transport__card {
    padding: 0;
  }

  .page-resources-da-nang-train-station-transport__section,
  .page-resources-da-nang-train-station-transport__card,
  .page-resources-da-nang-train-station-transport__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
  }

  .page-resources-da-nang-train-station-transport__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  /* FAQ specific for mobile */
  .page-resources-da-nang-train-station-transport__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-resources-da-nang-train-station-transport__faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-da-nang-train-station-transport__hero-title {
    font-size: 1.8em;
  }

  .page-resources-da-nang-train-station-transport__section-title {
    font-size: 1.5em;
  }

  .page-resources-da-nang-train-station-transport__btn-primary,
  .page-resources-da-nang-train-station-transport__btn-secondary {
    font-size: 0.9em;
    padding: 10px 15px;
  }
}