.faq-hero {
  background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);
  padding: 120px 0 160px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.faq-hero .hero-content {
  position: relative;
  z-index: 2;
}

.breadcrumb-badge {
  background: #ffb400;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
}

.faq-hero h1 {
  font-family: "Baloo 2", cursive;
  font-size: 3.5rem;
  color: #fff;
  margin: 0;
}

.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}

.hero-decor {
  position: absolute;
  font-size: 2.5rem;
  opacity: 0.6;
  color: #fff;
  z-index: 1;
}

.decor-sun { top: 10%; left: 5%; transform: rotate(-15deg); color: #ffb400; }
.decor-rainbow { top: 40%; left: 10%; font-size: 3rem; color: #a29bfe; }
.decor-balloon { top: 15%; right: 8%; font-size: 3rem; }
.decor-palm { bottom: 20%; right: 5%; font-size: 3.5rem; color: #ffb400; }

/* FAQ Section */
.faq-section {
  background: #fff;
  padding-top: 80px;
}

.badge-title {
  display: inline-block;
  background: #e8f0fe;
  color: #6c5ce7;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.badge-title.purple {
  background: #6c5ce7;
  color: #fff;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.section-title span {
  color: var(--primary-color);
}

.title-line {
  width: 80px;
  height: 3px;
  background: var(--primary-color);
  margin: 10px auto 40px;
  border-radius: 2px;
}

.title-line.left {
  margin-left: 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
  justify-items: center;
}

.faq-col {
  width: 100%;
  max-width: 720px;
}

.faq-image-col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.faq-image-card {
  width: 100%;
  max-width: 580px;
  border-radius: 24px;
  padding: 16px;
  background: #fff7e8;
  box-shadow: 0 18px 40px rgba(19, 14, 44, 0.12);
  position: relative;
}

.faq-image-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: cover;
}

.faq-contact-board .faq-board-content {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 56%;
  color: #2a2a2a;
  font-family: "Baloo 2", cursive;
  transform: rotate(-15deg);
  transform-origin: top left;
}

.faq-contact-board h3 {
  margin: 0 0 6px;
  font-size: 1.4rem;
  color: #1b1b1b;
  text-align: center;
}

.faq-board-lead {
  margin: 0 0 14px;
  font-size: 0.95rem;
  color: #6b5b4b;
  font-family: "Nunito", sans-serif;
}

.faq-contact-board ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-family: "Nunito", sans-serif;
  font-size: 0.95rem;
}

.faq-contact-board li {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
  line-height: 1.35;
}

.faq-contact-board i {
  color: #f15c3f;
  font-size: 0.95rem;
  margin-top: 2px;
}

.faq-item {
  border: 2px dotted #f15c3f;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

.faq-question {
  padding: 18px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  color: #1b1b1b;
  font-family: "Baloo 2", cursive;
  font-size: 1.1rem;
}

.faq-question i {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #f15c3f;
  color: #f15c3f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.faq-item.active .faq-question i {
  background: #f15c3f;
  color: #fff;
}

.faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #666;
}

.faq-item.active .faq-answer {
  padding: 0 25px 20px;
  max-height: 200px;
}

.faq-item.active {
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Contact Section */
.contact-section-faq {
  background: #fff;
}

.section-wave {
  width: 100%;
  line-height: 0;
  background: transparent;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.section-wave .wave-track {
  display: flex;
  width: 200%;
  align-items: flex-end;
  animation: wave-slide 14s linear infinite;
}

.section-wave .wave-svg {
  width: 50%;
  height: 80px;
  flex: 0 0 50%;
  display: block;
}

.section-wave .wave-svg path {
  fill: #fff;
}

.section-wave + .contact-section-faq {
  margin-top: -1px;
}

@keyframes wave-slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.contact-flex {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.contact-form-wrap {
  flex: 1.2;
  background: #0d0d2b;
  padding: 50px;
  border-radius: 20px;
  color: #fff;
}

.contact-form-wrap h3 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.form-group input, .form-group textarea {
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  border: none;
  background: #fff;
  color: #333;
}

.form-group textarea {
  height: 120px;
  resize: none;
}

.contact-form-wrap .btn-primary {
  width: auto;
  padding: 15px 40px;
  background: #f15c3f;
}

.contact-info-wrap {
  flex: 1;
  text-align: left;
}

.info-items {
  margin-top: 40px;
}

.info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.info-icon {
  width: 60px;
  height: 60px;
  background: #6c5ce7;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.info-text span {
  display: block;
  color: #888;
  font-size: 0.9rem;
  text-align: left;
}

.info-text p {
  margin: 0;
  font-weight: 700;
  color: #1b1b1b;
  font-size: 1.1rem;
  text-align: left;
}

@media (max-width: 991px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .contact-flex {
    flex-direction: column;
  }
  .faq-hero h1 {
    font-size: 2.5rem;
  }
  .faq-contact-board .faq-board-content {
    top: 10%;
    left: 8%;
    width: 70%;
  }
}

@media (max-width: 600px) {
  .section-wave .wave-svg {
    height: 50px;
  }
  .info-item {
    align-items: flex-start;
    gap: 16px;
  }
  .info-icon {
    width: 48px;
    height: 48px;
    font-size: 1rem;
  }
  .info-text {
    flex: 1;
    text-align: left;
  }
  .info-text p {
    line-height: 1.4;
    word-break: break-word;
  }
  .faq-contact-board h3 {
    font-size: 1.2rem;
  }
  .faq-board-lead,
  .faq-contact-board ul {
    font-size: 0.85rem;
  }
}
