.page-support-technical-support {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-support-technical-support-hero {
  position: relative;
  background: linear-gradient(135deg, #003366, #1a4a80);
  color: #fff;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  overflow: hidden;
}

.page-support-technical-support-hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 800px;
  padding: 20px;
}

.page-support-technical-support-hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-support-technical-support-hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-support-technical-support-hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-support-technical-support-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-support-technical-support-section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.page-support-technical-support-section:nth-of-type(even) {
  background-color: #f0f4f8;
}

.page-support-technical-support-section-title {
  font-size: 2.8em;
  color: #003366;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-support-technical-support-section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #555;
}

.page-support-technical-support-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
}

.page-support-technical-support-btn-primary {
  background-color: #FFD700;
  color: #003366;
  border: 2px solid #FFD700;
  font-size: 1.1em;
}

.page-support-technical-support-btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-support-technical-support-btn-secondary {
  background-color: #003366;
  color: #FFD700;
  border: 2px solid #003366;
  padding: 10px 20px;
}

.page-support-technical-support-btn-secondary:hover {
  background-color: #002244;
  border-color: #002244;
  transform: translateY(-2px);
}

.page-support-technical-support-btn-lg {
  padding: 15px 30px;
  font-size: 1.2em;
}

.page-support-technical-support-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-support-technical-support-feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #003366;
}

.page-support-technical-support-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-support-technical-support-feature-title {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
}

.page-support-technical-support-feature-text {
  color: #666;
  font-size: 1em;
}

.page-support-technical-support-section-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 50px auto 0;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-support-technical-support-issue-category {
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-support-technical-support-category-title {
  font-size: 2em;
  color: #003366;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-support-technical-support-issue-list {
  list-style: disc inside;
  padding-left: 0;
  margin-top: 15px;
}

.page-support-technical-support-issue-list li {
  margin-bottom: 10px;
  color: #444;
  font-size: 1.05em;
}

.page-support-technical-support-issue-list li strong {
  color: #003366;
}

.page-support-technical-support-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-support-technical-support-contact-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-bottom: 5px solid #FFD700;
}

.page-support-technical-support-contact-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-support-technical-support-contact-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 15px;
}

.page-support-technical-support-contact-text {
  color: #666;
  margin-bottom: 25px;
}

.page-support-technical-support-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-support-technical-support-team-member {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  border: 1px solid #e0e0e0;
}

.page-support-technical-support-member-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #FFD700;
}

.page-support-technical-support-member-name {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 5px;
}

.page-support-technical-support-member-role {
  font-size: 1.1em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-support-technical-support-member-desc {
  color: #666;
  font-size: 0.95em;
}

.page-support-technical-support-content-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-support-technical-support-column {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #003366;
}

.page-support-technical-support-column-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 15px;
}

.page-support-technical-support-column p {
  color: #555;
}

.page-support-technical-support-faq-items {
  margin-top: 40px;
}

.page-support-technical-support-faq-item {
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-support-technical-support-faq-question {
  display: block;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #003366;
  cursor: pointer;
  position: relative;
  background-color: #eaf1f8;
  border-bottom: 1px solid #d0dbe8;
  transition: background-color 0.3s ease;
}

.page-support-technical-support-faq-question:hover {
  background-color: #e0e8f0;
}

.page-support-technical-support-faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-support-technical-support-faq-item[open] .page-support-technical-support-faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-support-technical-support-faq-answer {
  padding: 20px 25px;
  font-size: 1.05em;
  color: #555;
  background-color: #fff;
  border-top: 1px solid #eee;
}

.page-support-technical-support-cta-section {
  position: relative;
  background-color: #003366;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}

.page-support-technical-support-cta-content {
  position: relative;
  z-index: 10;
  max-width: 800px;
}

.page-support-technical-support-cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-support-technical-support-cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  opacity: 0.9;
}

.page-support-technical-support-cta-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-support-technical-support-hero-title {
    font-size: 2.8em;
  }
  .page-support-technical-support-section-title {
    font-size: 2.2em;
  }
  .page-support-technical-support-cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-support-technical-support-hero {
    padding: 60px 0;
  }
  .page-support-technical-support-hero-title {
    font-size: 2.2em;
  }
  .page-support-technical-support-hero-description {
    font-size: 1.1em;
  }
  .page-support-technical-support-section {
    padding: 40px 0;
  }
  .page-support-technical-support-section-title {
    font-size: 1.8em;
  }
  .page-support-technical-support-section-intro {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-support-technical-support-features-grid,
  .page-support-technical-support-contact-grid,
  .page-support-technical-support-team-grid,
  .page-support-technical-support-content-columns {
    grid-template-columns: 1fr;
  }
  .page-support-technical-support-cta-title {
    font-size: 2em;
  }
  .page-support-technical-support-cta-description {
    font-size: 1em;
  }
  .page-support-technical-support-faq-question {
    font-size: 1.1em;
  }
  .page-support-technical-support-faq-answer {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-support-technical-support-hero-title {
    font-size: 1.8em;
  }
  .page-support-technical-support-hero-description {
    font-size: 0.9em;
  }
  .page-support-technical-support-btn {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-support-technical-support-section-title {
    font-size: 1.5em;
  }
  .page-support-technical-support-category-title {
    font-size: 1.6em;
  }
  .page-support-technical-support-contact-title {
    font-size: 1.5em;
  }
  .page-support-technical-support-cta-title {
    font-size: 1.8em;
  }
  .page-support-technical-support-btn-lg {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}