.elementor-25 .elementor-element.elementor-element-b270a04{--display:flex;}.elementor-25 .elementor-element.elementor-element-e58f10d{--display:flex;}.elementor-25 .elementor-element.elementor-element-ccf2dbf{--display:flex;}.elementor-25 .elementor-element.elementor-element-470951e{--display:flex;}.elementor-25 .elementor-element.elementor-element-0d0571b{--display:flex;}.elementor-25 .elementor-element.elementor-element-61630b0{--display:flex;}.elementor-25 .elementor-element.elementor-element-1184513{--display:flex;}@media(min-width:768px){.elementor-25 .elementor-element.elementor-element-61630b0{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-fb1c0bb */.hero-section {
  background: linear-gradient(135deg, #e8ecfb 0%, #ffffff 45%, #f5f0e6 75%, #eef4ec 100%);
  padding: 80px 40px;
  width: 100%;
  box-sizing: border-box;
}

.hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 15px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-link {
  color: #6b7280;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  color: #9ca3af;
}

.breadcrumb-current {
  color: #2b3a99;
  font-weight: 600;
}

/* Badge */
.hero-badge {
  display: inline-block;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #2b3a99;
  background: #ffffff;
  margin-bottom: 28px;
}

/* Title */
.hero-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.15;
  color: #1a1a2e;
  margin: 0 0 28px 0;
  letter-spacing: -1px;
}

/* Subtitle */
.hero-subtitle {
  font-size: 19px;
  line-height: 1.6;
  color: #6b7280;
  max-width: 650px;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    padding: 50px 20px;
  }
  .hero-title {
    font-size: 34px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef7d6fa */.service-detail-section {
  background: #f4f5f7;
  padding: 80px 40px;
  width: 100%;
  box-sizing: border-box;
}

.service-detail-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Left column */
.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f5a623, #e8622c);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.service-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}

.service-subtitle {
  font-size: 18px;
  color: #6b7280;
  margin: 0 0 32px 0;
  line-height: 1.5;
}

.benefits-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #2b3a99;
  margin-bottom: 16px;
}

.benefits-list {
  list-style: none;
  margin: 0 0 36px 0;
  padding: 0;
}

.benefits-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #374151;
  margin-bottom: 16px;
}

.check-icon {
  display: flex;
  flex-shrink: 0;
}

.service-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(135deg, #f5a623, #e8622c);
  color: #fff;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  transition: opacity 0.2s ease;
}

.btn-primary:hover {
  opacity: 0.9;
}

.arrow {
  font-size: 16px;
}

.btn-secondary {
  background: #fff;
  color: #2b3a99;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  border: 1px solid #e5e7eb;
  transition: background 0.2s ease;
}

.btn-secondary:hover {
  background: #f9fafb;
}

/* Right column */
.service-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 20px 0;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.dot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dot-list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 18px;
}

.dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e8622c;
}

.step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.step-tag {
  background: #f4f5f7;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.step-tag b {
  color: #e8622c;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 900px) {
  .service-detail-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .service-title {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98a3272 */.cta-banner-section {
  padding: 60px 40px;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
}

.cta-banner-box {
  max-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(120deg, #1e3a8a 0%, #2563eb 55%, #3b82f6 80%, #64748b 100%);
  border-radius: 20px;
  padding: 70px 40px;
  text-align: center;
}

.cta-title {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}

.cta-subtitle {
  font-size: 18px;
  color: #cbd5e1;
  max-width: 650px;
  margin: 0 auto 36px auto;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(135deg, #f5a623, #e8622c);
  color: #fff;
  font-weight: 700;
  padding: 15px 26px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  transition: opacity 0.2s ease;
}

.btn-primary:hover {
  opacity: 0.9;
}

.arrow {
  font-size: 16px;
}

.btn-outline {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  padding: 15px 26px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  transition: background 0.2s ease;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.16);
}

/* Responsive */
@media (max-width: 768px) {
  .cta-banner-box {
    padding: 45px 24px;
  }
  .cta-title {
    font-size: 28px;
  }
  .cta-subtitle {
    font-size: 16px;
  }
  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  .btn-primary, .btn-outline {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */