/* Start custom CSS for text-editor, class: .elementor-element-27456bd8 */.immigration-service {
  background-color: #f8fafc; /* 柔和灰藍背景 */
  color: #2e2e2e;
  padding: 60px 25px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.8;
}

.immigration-service .container {
  max-width: 880px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 50px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.immigration-service h2 {
  color: #234a7e;
  font-size: 1.9em;
  margin-bottom: 0.8em;
  border-left: 6px solid #234a7e;
  padding-left: 15px;
  font-weight: 700;
}

.immigration-service h3 {
  color: #345a8c;
  font-size: 1.4em;
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  border-bottom: 2px solid #e2e8f3;
  padding-bottom: 6px;
  font-weight: 600;
}

.immigration-service p {
  margin-bottom: 1em;
  color: #444;
  font-size: 1.05em;
}

.immigration-service table.ranking {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #dee3ea;
}

.immigration-service table.ranking th {
  background: linear-gradient(90deg, #234a7e 0%, #345a8c 100%);
  color: #fff;
  padding: 12px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.immigration-service table.ranking td {
  border-bottom: 1px solid #e6eaf0;
  padding: 10px 12px;
}

.immigration-service table.ranking tr:nth-child(even) {
  background-color: #f3f6fb;
}

.immigration-service .cta {
  text-align: center;
  margin: 40px 0;
}

.immigration-service .cta .cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #234a7e 0%, #345a8c 100%);
  color: #ffffff;
  padding: 14px 30px;
  text-decoration: none;
  font-size: 1.15em;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(35,74,126,0.2);
}

.immigration-service .cta .cta-btn:hover {
  background: linear-gradient(135deg, #1a3561 0%, #234a7e 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(35,74,126,0.3);
}

.immigration-service .link-cta {
  color: #234a7e;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s;
}

.immigration-service .link-cta:hover {
  color: #1a3561;
}

.immigration-service .faq-section {
  margin-top: 60px;
  border-top: 3px solid #e2e8f3;
  padding-top: 25px;
  background: #f9fbfe;
  border-radius: 8px;
  padding: 30px;
}

.immigration-service .faq-section h3 {
  font-size: 1.5em;
  color: #234a7e;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

.immigration-service .faq-item {
  margin: 20px 0;
  padding: 15px 20px;
  background: #ffffff;
  border-left: 4px solid #345a8c;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.immigration-service .faq-item h4 {
  font-size: 1.15em;
  color: #345a8c;
  margin-bottom: 8px;
}

.immigration-service .faq-item p {
  font-size: 1.05em;
  color: #555;
}

@media (max-width: 768px) {
  .immigration-service .container {
    padding: 30px 20px;
  }
  .immigration-service h2 {
    font-size: 1.6em;
  }
  .immigration-service h3 {
    font-size: 1.3em;
  }
  .immigration-service .cta .cta-btn {
    font-size: 1em;
    padding: 12px 25px;
  }
}/* End custom CSS */