/* style/resources-ev88-customer-service-tips.css */
.page-resources-ev88-customer-service-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-ev88-customer-service-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-ev88-customer-service-tips__hero {
  background: linear-gradient(135deg, #007bff, #0056b3); /* Darker blue for better contrast */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-resources-ev88-customer-service-tips__hero .page-resources-ev88-customer-service-tips__container {
  position: relative;
  z-index: 1;
}

.page-resources-ev88-customer-service-tips__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-ev88-customer-service-tips__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-resources-ev88-customer-service-tips__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-resources-ev88-customer-service-tips__btn--primary {
  background-color: #ffc107; /* Auxiliary color */
  color: #000000; /* Ensure high contrast */
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.page-resources-ev88-customer-service-tips__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 193, 7, 0.6);
}

.page-resources-ev88-customer-service-tips__section {
  padding: 60px 0;
}

.page-resources-ev88-customer-service-tips__section--alt-bg {
  background-color: #e9ecef;
}

.page-resources-ev88-customer-service-tips__section-title {
  font-size: 2.5em;
  color: #007bff; /* Primary color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
}

.page-resources-ev88-customer-service-tips__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-ev88-customer-service-tips__description {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.page-resources-ev88-customer-service-tips__content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 768px) {
  .page-resources-ev88-customer-service-tips__content-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-resources-ev88-customer-service-tips__content-grid--reverse {
    grid-template-columns: 1fr 1fr;
    direction: rtl; /* For content order reversal, text direction remains ltr */
  }
  .page-resources-ev88-customer-service-tips__content-grid--reverse .page-resources-ev88-customer-service-tips__text-content {
    direction: ltr;
  }
  .page-resources-ev88-customer-service-tips__content-grid--reverse .page-resources-ev88-customer-service-tips__image-wrapper {
    direction: ltr;
  }
}

.page-resources-ev88-customer-service-tips__text-content p {
  margin-bottom: 15px;
  color: #444;
}

.page-resources-ev88-customer-service-tips__sub-section-title {
  font-size: 1.8em;
  color: #0056b3; /* Darker primary for headings */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-ev88-customer-service-tips__image-wrapper {
  text-align: center;
}

.page-resources-ev88-customer-service-tips__img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-ev88-customer-service-tips__grid-3-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-ev88-customer-service-tips__card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-ev88-customer-service-tips__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-ev88-customer-service-tips__card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 123, 255, 0.3));
}

.page-resources-ev88-customer-service-tips__card-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-ev88-customer-service-tips__card p {
  font-size: 1em;
  color: #666;
}

.page-resources-ev88-customer-service-tips__list-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .page-resources-ev88-customer-service-tips__list-items {
    grid-template-columns: 1fr 1fr;
  }
}

.page-resources-ev88-customer-service-tips__list-item {
  background-color: #ffffff;
  border-left: 5px solid #ffc107;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-ev88-customer-service-tips__list-item-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-ev88-customer-service-tips__list-item p {
  color: #555;
}

.page-resources-ev88-customer-service-tips__faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

@media (min-width: 768px) {
  .page-resources-ev88-customer-service-tips__faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.page-resources-ev88-customer-service-tips__faq-item {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 25px;
  transition: box-shadow 0.3s ease;
}

.page-resources-ev88-customer-service-tips__faq-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-resources-ev88-customer-service-tips__faq-question {
  font-size: 1.4em;
  color: #0056b3;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-ev88-customer-service-tips__faq-answer {
  color: #444;
}

.page-resources-ev88-customer-service-tips__section--cta-bg {
  background: linear-gradient(90deg, #007bff, #0056b3);
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-resources-ev88-customer-service-tips__section--final-cta {
  background: linear-gradient(270deg, #007bff, #0056b3);
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
  margin-top: 60px;
}

.page-resources-ev88-customer-service-tips__section-title--light {
  color: #ffffff;
}

.page-resources-ev88-customer-service-tips__section-title--light::after {
  background-color: #ffc107;
}

.page-resources-ev88-customer-service-tips__description--light {
  color: #e0e0e0;
}

.page-resources-ev88-customer-service-tips__cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-ev88-customer-service-tips__btn--secondary {
  background-color: #ffc107;
  color: #000000;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.page-resources-ev88-customer-service-tips__btn--secondary:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 193, 7, 0.6);
}

.page-resources-ev88-customer-service-tips__btn--outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-ev88-customer-service-tips__btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.page-resources-ev88-customer-service-tips__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-ev88-customer-service-tips__tip-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-resources-ev88-customer-service-tips__tip-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(255, 193, 7, 0.3));
}

.page-resources-ev88-customer-service-tips__tip-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-ev88-customer-service-tips__tip-item p {
  color: #666;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-ev88-customer-service-tips__title {
    font-size: 2.8em;
  }
  .page-resources-ev88-customer-service-tips__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-ev88-customer-service-tips__hero {
    padding: 80px 0;
  }
  .page-resources-ev88-customer-service-tips__title {
    font-size: 2.2em;
  }
  .page-resources-ev88-customer-service-tips__subtitle {
    font-size: 1.2em;
  }
  .page-resources-ev88-customer-service-tips__section {
    padding: 40px 0;
  }
  .page-resources-ev88-customer-service-tips__section-title {
    font-size: 1.8em;
  }
  .page-resources-ev88-customer-service-tips__sub-section-title {
    font-size: 1.5em;
  }
  .page-resources-ev88-customer-service-tips__card, 
  .page-resources-ev88-customer-service-tips__list-item, 
  .page-resources-ev88-customer-service-tips__faq-item, 
  .page-resources-ev88-customer-service-tips__tip-item {
    padding: 20px;
  }
  .page-resources-ev88-customer-service-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-ev88-customer-service-tips__btn {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .page-resources-ev88-customer-service-tips__title {
    font-size: 1.8em;
  }
  .page-resources-ev88-customer-service-tips__subtitle {
    font-size: 1em;
  }
  .page-resources-ev88-customer-service-tips__section-title {
    font-size: 1.5em;
  }
  .page-resources-ev88-customer-service-tips__btn {
    padding: 12px 25px;
    font-size: 1em;
    width: 90%;
  }
}