/* style/resources-nhatvip-latest-trends.css */
.page-resources-nhatvip-latest-trends {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light text for dark backgrounds */
  line-height: 1.6;
}

.page-resources-nhatvip-latest-trends .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-nhatvip-latest-trends .hero-section {
  background: linear-gradient(135deg, #1A2E44 0%, #3A4F6A 100%); /* Darker gradient for hero */
  color: #FFD700; /* Gold text for contrast */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-resources-nhatvip-latest-trends .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-nhatvip-latest-trends .hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #F0F0F0;
}

.page-resources-nhatvip-latest-trends .section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-nhatvip-latest-trends .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-nhatvip-latest-trends .section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
  color: #D0D0D0;
}

.page-resources-nhatvip-latest-trends .trends-overview {
  background-color: #1A2E44;
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-resources-nhatvip-latest-trends .trend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-nhatvip-latest-trends .trend-item {
  background-color: #2A3F5A;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-nhatvip-latest-trends .trend-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-nhatvip-latest-trends .trend-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-resources-nhatvip-latest-trends .trend-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-nhatvip-latest-trends .trend-text {
  font-size: 1em;
  color: #D0D0D0;
}

.page-resources-nhatvip-latest-trends .content-section {
  padding: 80px 0;
  background-color: #1A2E44;
}

.page-resources-nhatvip-latest-trends .content-section.bg-dark {
  background-color: #112033;
}

.page-resources-nhatvip-latest-trends .content-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-resources-nhatvip-latest-trends .content-row.reverse {
  flex-direction: row-reverse;
}

.page-resources-nhatvip-latest-trends .content-text {
  flex: 1;
  min-width: 300px;
}

.page-resources-nhatvip-latest-trends .content-text p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-resources-nhatvip-latest-trends .content-text strong {
  color: #FFD700;
}

.page-resources-nhatvip-latest-trends .content-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-resources-nhatvip-latest-trends .content-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-nhatvip-latest-trends .future-vision {
  padding: 80px 0;
  text-align: center;
  background-color: #2A3F5A;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.page-resources-nhatvip-latest-trends .future-vision .section-description {
  margin-bottom: 40px;
  color: #D0D0D0;
}

.page-resources-nhatvip-latest-trends .cta-section {
  background: linear-gradient(135deg, #1A2E44 0%, #0D1C2E 100%);
  padding: 80px 0;
  text-align: center;
  color: #FFD700;
  border-top: 5px solid #FFD700;
}

.page-resources-nhatvip-latest-trends .cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
}

.page-resources-nhatvip-latest-trends .cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #F0F0F0;
}

.page-resources-nhatvip-latest-trends .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-nhatvip-latest-trends .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-resources-nhatvip-latest-trends .btn-primary {
  background-color: #FFD700;
  color: #1A2E44;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-nhatvip-latest-trends .btn-primary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-nhatvip-latest-trends .btn-secondary {
  background-color: #1A2E44;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-nhatvip-latest-trends .btn-secondary:hover {
  background-color: #2A3F5A;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-nhatvip-latest-trends .hero-title {
    font-size: 2.8em;
  }

  .page-resources-nhatvip-latest-trends .hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-nhatvip-latest-trends .section-title {
    font-size: 2em;
  }

  .page-resources-nhatvip-latest-trends .content-row {
    flex-direction: column;
  }

  .page-resources-nhatvip-latest-trends .content-row.reverse {
    flex-direction: column;
  }

  .page-resources-nhatvip-latest-trends .cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-nhatvip-latest-trends .hero-section,
  .page-resources-nhatvip-latest-trends .trends-overview,
  .page-resources-nhatvip-latest-trends .content-section,
  .page-resources-nhatvip-latest-trends .future-vision,
  .page-resources-nhatvip-latest-trends .cta-section {
    padding: 60px 0;
  }

  .page-resources-nhatvip-latest-trends .hero-title {
    font-size: 2.2em;
  }

  .page-resources-nhatvip-latest-trends .hero-subtitle {
    font-size: 1em;
  }

  .page-resources-nhatvip-latest-trends .section-title {
    font-size: 1.8em;
  }

  .page-resources-nhatvip-latest-trends .trend-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-nhatvip-latest-trends .cta-title {
    font-size: 1.8em;
  }

  .page-resources-nhatvip-latest-trends .cta-buttons .btn {
    width: 100%;
    margin-bottom: 15px;
  }

  .page-resources-nhatvip-latest-trends .content-text,
  .page-resources-nhatvip-latest-trends .content-image {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-resources-nhatvip-latest-trends .hero-title {
    font-size: 1.8em;
  }

  .page-resources-nhatvip-latest-trends .section-title {
    font-size: 1.5em;
  }

  .page-resources-nhatvip-latest-trends .btn {
    padding: 12px 20px;
    font-size: 1em;
  }
}