.page-resources-ev88-industry-trends {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-ev88-industry-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-ev88-industry-trends__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-ev88-industry-trends__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("[GALLERY:bg:abstract,geometric,blue_gradient]") no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-ev88-industry-trends__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #ffc107;
}

.page-resources-ev88-industry-trends__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-ev88-industry-trends__hero-button {
  display: inline-block;
  background-color: #ffc107;
  color: #0056b3;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-ev88-industry-trends__hero-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-resources-ev88-industry-trends__content-section {
  padding: 60px 0;
}

.page-resources-ev88-industry-trends__article {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-resources-ev88-industry-trends__heading {
  font-size: 2.5em;
  color: #007bff;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 3px solid #ffc107;
  padding-bottom: 10px;
  font-weight: 600;
}

.page-resources-ev88-industry-trends__sub-heading {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-resources-ev88-industry-trends__article p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #444444;
}

.page-resources-ev88-industry-trends__article strong {
  color: #0056b3;
}

.page-resources-ev88-industry-trends__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444444;
}

.page-resources-ev88-industry-trends__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-ev88-industry-trends__list li strong {
  color: #007bff;
}

.page-resources-ev88-industry-trends__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-ev88-industry-trends__image--left {
  float: left;
  margin-right: 30px;
  width: 40%;
}

.page-resources-ev88-industry-trends__image--right {
  float: right;
  margin-left: 30px;
  width: 40%;
}

.page-resources-ev88-industry-trends__cta-section {
  clear: both;
  text-align: center;
  background-color: #e9f5ff;
  padding: 50px;
  border-radius: 10px;
  margin-top: 60px;
  border: 1px solid #007bff;
}

.page-resources-ev88-industry-trends__cta-text {
  font-size: 1.8em;
  color: #0056b3;
  margin-bottom: 30px;
  font-weight: 600;
}

.page-resources-ev88-industry-trends__cta-button {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-ev88-industry-trends__cta-button:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
}

.page-resources-ev88-industry-trends__cta-button--secondary {
  background-color: #ffc107;
  color: #0056b3;
}

.page-resources-ev88-industry-trends__cta-button--secondary:hover {
  background-color: #e0a800;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-ev88-industry-trends__hero-title {
    font-size: 2.8em;
  }
  .page-resources-ev88-industry-trends__hero-subtitle {
    font-size: 1.3em;
  }
  .page-resources-ev88-industry-trends__heading {
    font-size: 2em;
  }
  .page-resources-ev88-industry-trends__sub-heading {
    font-size: 1.5em;
  }
  .page-resources-ev88-industry-trends__image--left,
  .page-resources-ev88-industry-trends__image--right {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  .page-resources-ev88-industry-trends__article {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .page-resources-ev88-industry-trends__hero-title {
    font-size: 2.2em;
  }
  .page-resources-ev88-industry-trends__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-ev88-industry-trends__hero-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-resources-ev88-industry-trends__heading {
    font-size: 1.8em;
  }
  .page-resources-ev88-industry-trends__sub-heading {
    font-size: 1.3em;
  }
  .page-resources-ev88-industry-trends__article p,
  .page-resources-ev88-industry-trends__list li {
    font-size: 1em;
  }
  .page-resources-ev88-industry-trends__cta-text {
    font-size: 1.5em;
  }
  .page-resources-ev88-industry-trends__cta-button {
    font-size: 1.1em;
    padding: 12px 25px;
    margin: 10px 0;
    display: block;
  }
  .page-resources-ev88-industry-trends__cta-section {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .page-resources-ev88-industry-trends__hero-title {
    font-size: 1.8em;
  }
  .page-resources-ev88-industry-trends__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-ev88-industry-trends__hero-section {
    padding: 60px 0;
  }
  .page-resources-ev88-industry-trends__article {
    padding: 20px;
  }
  .page-resources-ev88-industry-trends__heading {
    font-size: 1.5em;
  }
  .page-resources-ev88-industry-trends__sub-heading {
    font-size: 1.2em;
  }
  .page-resources-ev88-industry-trends__cta-text {
    font-size: 1.2em;
  }
  .page-resources-ev88-industry-trends__cta-button {
    font-size: 1em;
    padding: 10px 20px;
  }
}