/* style/support-email-support-channels.css */

/* Biến CSS */
:root {
  --primary-color: #003366;
  --secondary-color: #FFCC00;
  --text-dark: #333333;
  --text-light: #FFFFFF;
  --bg-light: #F8F8F8;
  --bg-dark: #002244; /* Slightly darker than primary for contrast */
}

.page-support-email-support-channels {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-support-email-support-channels .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-support-email-support-channels .hero-section {
  background: linear-gradient(135deg, var(--primary-color), #004488);
  color: var(--text-light);
  padding: 100px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-support-email-support-channels .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--text-light);
  font-weight: bold;
  line-height: 1.2;
}

.page-support-email-support-channels .hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
}

.page-support-email-support-channels .btn-primary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: inline-block;
  border: none;
}

.page-support-email-support-channels .btn-primary:hover {
  background-color: #e6b800; /* Slightly darker yellow */
  transform: translateY(-2px);
  cursor: pointer;
}

/* Content Sections */
.page-support-email-support-channels .content-section,
.page-support-email-support-channels .contact-details-section,
.page-support-email-support-channels .response-time-section,
.page-support-email-support-channels .common-issues-section,
.page-support-email-support-channels .security-privacy-section,
.page-support-email-support-channels .faq-section,
.page-support-email-support-channels .cta-section {
  padding: 60px 0;
}

.page-support-email-support-channels .bg-light {
  background-color: var(--bg-light);
}

.page-support-email-support-channels .bg-dark {
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.page-support-email-support-channels .section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-support-email-support-channels .section-title.text-white {
  color: var(--text-light);
}

.page-support-email-support-channels .subsection-title {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-support-email-support-channels .subsection-title.text-yellow {
  color: var(--secondary-color);
}

.page-support-email-support-channels p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-support-email-support-channels p.text-white {
  color: rgba(255, 255, 255, 0.9);
}

.page-support-email-support-channels ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-support-email-support-channels ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-support-email-support-channels ul li.text-white {
  color: rgba(255, 255, 255, 0.9);
}

/* Image and Text Layouts */
.page-support-email-support-channels .content-section .container,
.page-support-email-support-channels .response-time-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-support-email-support-channels .content-section .text-content,
.page-support-email-support-channels .response-time-section .text-content {
  flex: 1;
  min-width: 300px;
}

.page-support-email-support-channels .content-section .image-wrapper,
.page-support-email-support-channels .response-time-section .image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-support-email-support-channels .responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Contact Details Section */
.page-support-email-support-channels .email-info-block {
  background-color: var(--primary-color);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-support-email-support-channels .email-address {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--secondary-color);
  margin-top: 15px;
}

.page-support-email-support-channels .email-address a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-support-email-support-channels .email-address a:hover {
  color: #fff;
}

.page-support-email-support-channels .email-guide ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.page-support-email-support-channels .email-guide ul li {
  background-color: var(--primary-color);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 1.05em;
  color: var(--text-light);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.page-support-email-support-channels .email-guide ul li strong {
  color: var(--secondary-color);
}

/* Common Issues Section */
.page-support-email-support-channels .issue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-support-email-support-channels .issue-card {
  background-color: var(--primary-color);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-support-email-support-channels .issue-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.page-support-email-support-channels .issue-card h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: var(--secondary-color);
}

.page-support-email-support-channels .issue-card p {
  color: rgba(255, 255, 255, 0.8);
}

/* Security & Privacy Section */
.page-support-email-support-channels .security-privacy-section .info-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.page-support-email-support-channels .security-privacy-section .info-block {
  flex: 1;
  min-width: 280px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-support-email-support-channels .security-privacy-section .info-block .icon-image {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.page-support-email-support-channels .security-privacy-section .info-block h3 {
  color: var(--primary-color);
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-support-email-support-channels .security-privacy-section .info-block p {
  color: var(--text-dark);
  font-size: 1em;
}

/* FAQ Section */
.page-support-email-support-channels .faq-items {
  margin-top: 40px;
}

.page-support-email-support-channels .faq-item {
  background-color: var(--primary-color);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-support-email-support-channels .faq-item .faq-question {
  font-size: 1.3em;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.page-support-email-support-channels .faq-item .faq-answer {
  font-size: 1.05em;
  color: rgba(255, 255, 255, 0.85);
}

/* Call to Action Section */
.page-support-email-support-channels .cta-section {
  text-align: center;
  background-color: var(--bg-light);
}

.page-support-email-support-channels .cta-section .section-title {
  color: var(--primary-color);
}

.page-support-email-support-channels .cta-section p {
  max-width: 800px;
  margin: 0 auto 30px auto;
  font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-support-email-support-channels .hero-title {
    font-size: 2.5em;
  }
  .page-support-email-support-channels .section-title {
    font-size: 2em;
  }
  .page-support-email-support-channels .content-section .container,
  .page-support-email-support-channels .response-time-section .container {
    flex-direction: column;
  }
  .page-support-email-support-channels .content-section .text-content,
  .page-support-email-support-channels .response-time-section .text-content,
  .page-support-email-support-channels .content-section .image-wrapper,
  .page-support-email-support-channels .response-time-section .image-wrapper {
    min-width: unset;
    width: 100%;
  }
  .page-support-email-support-channels .security-privacy-section .info-blocks {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-support-email-support-channels .hero-section {
    padding: 80px 0;
  }
  .page-support-email-support-channels .hero-title {
    font-size: 2em;
  }
  .page-support-email-support-channels .hero-subtitle {
    font-size: 1em;
  }
  .page-support-email-support-channels .section-title {
    font-size: 1.8em;
  }
  .page-support-email-support-channels .subsection-title {
    font-size: 1.5em;
  }
  .page-support-email-support-channels p, .page-support-email-support-channels ul li {
    font-size: 1em;
  }
  .page-support-email-support-channels .email-address {
    font-size: 1.5em;
  }
  .page-support-email-support-channels .issue-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-support-email-support-channels .hero-section {
    padding: 60px 0;
  }
  .page-support-email-support-channels .hero-title {
    font-size: 1.8em;
  }
  .page-support-email-support-channels .btn-primary {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-support-email-support-channels .section-title {
    font-size: 1.5em;
  }
  .page-support-email-support-channels .subsection-title {
    font-size: 1.3em;
  }
  .page-support-email-support-channels .email-address {
    font-size: 1.2em;
  }
  .page-support-email-support-channels .faq-item .faq-question {
    font-size: 1.1em;
  }
}