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

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

.page-contact .main-title {
  font-size: 3em;
  color: #007bff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-contact .section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-contact .sub-title {
  font-size: 1.8em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-contact .section-description,
.page-contact .hero-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}

.page-contact .hero-banner {
  background: linear-gradient(135deg, #007bff, #3498db);
  padding: 80px 0;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-contact .hero-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.3;
  animation: page-contact rotate 20s linear infinite;
}

@keyframes page-contact rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-contact .hero-banner .container {
  position: relative;
  z-index: 1;
}

.page-contact .hero-image {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-contact .hero-content .main-title {
  color: #fff;
  font-size: 3.5em;
}

.page-contact .hero-content .hero-description {
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-contact .cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-contact .cta-button:hover {
  background-color: #e0a800;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-contact .contact-channels-section {
  padding: 60px 0;
  background-color: #f0f8ff;
}

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

.page-contact .channel-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-contact .channel-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-contact .channel-icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-contact .channel-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-contact .channel-text {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
}

.page-contact .channel-info {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.page-contact .channel-info a {
  color: #007bff;
  text-decoration: none;
}

.page-contact .channel-info a:hover {
  text-decoration: underline;
}

.page-contact .channel-button {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-contact .channel-button:hover {
  background-color: #0056b3;
}

.page-contact .deposit-support-section {
  padding: 60px 0;
}

.page-contact .content-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-contact .content-row.reverse {
  flex-direction: row-reverse;
}

.page-contact .text-content,
.page-contact .image-content {
  flex: 1;
}

.page-contact .content-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-contact .checklist {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-contact .checklist li {
  background: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23007bff" width="20px" height="20px"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/%3e%3c/svg%3e') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #444;
}

.page-contact .highlight {
  color: #007bff;
}

.page-contact .why-sunwin-section {
  background-color: #e6f7ff;
  padding: 60px 0;
}

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

.page-contact .feature-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-contact .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-contact .feature-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
}

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

.page-contact .cta-bottom {
  text-align: center;
  margin-top: 50px;
}

.page-contact .faq-section {
  padding: 60px 0;
}

.page-contact .faq-list {
  margin-top: 40px;
}

.page-contact .faq-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-contact .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #fefefe;
  transition: background-color 0.3s ease;
}

.page-contact .faq-question:hover {
  background-color: #f5f5f5;
}

.page-contact .faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #333;
  font-weight: 600;
}

.page-contact .faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-contact .faq-item.active .faq-answer {
  max-height: 300px; /* Adjust as needed */
  padding: 15px 25px 20px;
}

.page-contact .security-tips-section {
  padding: 60px 0;
  background-color: #fff3e0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-contact .hero-content .main-title {
    font-size: 2.8em;
  }
  .page-contact .section-title {
    font-size: 2em;
  }
  .page-contact .sub-title {
    font-size: 1.5em;
  }
  .page-contact .content-row {
    flex-direction: column;
    gap: 30px;
  }
  .page-contact .content-row.reverse {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-contact .main-title {
    font-size: 2.2em;
  }
  .page-contact .section-title {
    font-size: 1.8em;
  }
  .page-contact .hero-image {
    max-width: 100%;
  }
  .page-contact .hero-content .main-title {
    font-size: 2.5em;
  }
  .page-contact .channels-grid,
  .page-contact .features-grid {
    grid-template-columns: 1fr;
  }
  .page-contact .channel-card,
  .page-contact .feature-card {
    padding: 20px;
  }
  .page-contact .channel-icon {
    width: 80px;
    height: 80px;
  }
  .page-contact .cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-contact .faq-question {
    padding: 15px 20px;
  }
  .page-contact .faq-question h3 {
    font-size: 1em;
  }
  .page-contact .faq-answer {
    padding: 0 20px 15px;
  }
  .page-contact .faq-item.active .faq-answer {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-contact .hero-content .main-title {
    font-size: 1.8em;
  }
  .page-contact .hero-description {
    font-size: 0.95em;
  }
  .page-contact .section-title {
    font-size: 1.5em;
  }
  .page-contact .sub-title {
    font-size: 1.3em;
  }
  .page-contact .checklist li {
    font-size: 0.95em;
    padding-left: 25px;
    background-size: 18px;
  }
}