/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 30 2025 | 11:21:08 */
/* ===== GLOBAL WRAPPER – DARK NEON VIBE ===== */

.rei-page-wrapper {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #020617 0, #020617 35%, #020617 100%);
  color: #e5e7eb;
  line-height: 1.6;
}

/* Container */

.rei-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Generic flex row (no grid) */

.rei-card-group,
.rei-hero-group,
.rei-process-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* ===== HEADER ===== */

.rei-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(2, 6, 23, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.rei-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}

.rei-logo {
  display: flex;
  flex-direction: column;
}

.rei-logo-main {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f9fafb;
}

.rei-logo-tagline {
  font-size: 12px;
  color: #9ca3af;
}

.rei-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.rei-nav-link {
  font-size: 13px;
  text-decoration: none;
  color: #e5e7eb;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.rei-nav-link:hover {
  background: rgba(15, 118, 110, 0.18);
  color: #a5f3fc;
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.35);
  transform: translateY(-1px);
}

.rei-nav-cta {
  border-color: rgba(34, 211, 238, 0.6);
  background: rgba(15, 23, 42, 0.9);
}

/* ===== SECTIONS & CARD CHA ===== */

.rei-section {
  padding: 72px 0;
}

.rei-hero {
  padding-top: 96px;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.25), transparent 55%),
    radial-gradient(circle at bottom right, rgba(34, 211, 238, 0.25), transparent 55%);
}

/* Card section = CARD CHA */

.rei-card-section {
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.98));
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  box-shadow:
    0 0 40px rgba(15, 23, 42, 0.9),
    0 0 40px rgba(8, 47, 73, 0.8);
  padding: 22px 18px 22px;
  position: relative;
  overflow: hidden;
}

/* Neon border glow */

.rei-card-section::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(
    from 180deg,
    rgba(34, 211, 238, 0.1),
    rgba(129, 140, 248, 0.22),
    rgba(236, 72, 153, 0.24),
    rgba(34, 211, 238, 0.18)
  );
  opacity: 0.8;
  z-index: -2;
}

.rei-card-section::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(circle at top, #020617, #020617 60%, #020617 100%);
  z-index: -1;
}

/* Header trong card cha */

.rei-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 18px;
}

.rei-section-title,
.rei-hero-title {
  margin: 0;
}

.rei-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a5f3fc;
  margin-bottom: 8px;
}

.rei-hero-title {
  font-size: 28px;
  line-height: 1.2;
  color: #f9fafb;
}

.rei-hero-title span {
  color: #67e8f9;
}

.rei-section-title {
  font-size: 22px;
  color: #f9fafb;
}

.rei-card-header-meta {
  display: flex;
  align-items: center;
}

.rei-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.8);
  color: #e0f2fe;
  background: linear-gradient(90deg, rgba(8, 47, 73, 0.9), rgba(17, 24, 39, 0.95));
}

/* ===== CARD CON ===== */

.rei-card {
  flex: 1 1 260px;
  border-radius: 18px;
  padding: 16px 14px;
  border: 1px solid rgba(51, 65, 85, 0.9);
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.96));
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.9);
  position: relative;
  overflow: hidden;
}

.rei-card-main {
  flex: 2 1 360px;
}

.rei-card-side {
  flex: 1.2 1 260px;
}

.rei-card-sub {
  flex: 1 1 260px;
}

.rei-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #e5e7eb;
}

.rei-card p {
  font-size: 14px;
  color: #cbd5f5;
}

/* subtle inner neon edge */

.rei-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.15), rgba(129, 140, 248, 0.12), rgba(236, 72, 153, 0.16));
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  transition: opacity 0.25s ease;
}

.rei-card:hover::before {
  opacity: 1;
}

/* ===== TEXT & LISTS ===== */

.rei-hero-text {
  font-size: 14px;
  color: #cbd5f5;
  margin-bottom: 16px;
}

.rei-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.rei-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}

.rei-stat-item {
  flex: 0 1 120px;
}

.rei-stat-number {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #e5e7eb;
}

.rei-stat-label {
  font-size: 12px;
  color: #9ca3af;
}

.rei-disclaimer {
  font-size: 11px;
  color: #6b7280;
}

.rei-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  color: #cbd5f5;
}

.rei-list li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 4px;
}

.rei-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #22d3ee;
}

/* Contact mini */

.rei-contact-mini {
  margin-top: 12px;
  border-top: 1px dashed rgba(148, 163, 184, 0.4);
  padding-top: 8px;
  font-size: 13px;
}

.rei-contact-line span {
  color: #a5f3fc;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-right: 4px;
}

/* Buttons */

.rei-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.08s ease;
}

.rei-btn-primary {
  background: linear-gradient(90deg, #06b6d4, #6366f1);
  color: #0b1120;
  box-shadow: 0 12px 30px rgba(56, 189, 248, 0.55);
}

.rei-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(56, 189, 248, 0.8);
}

.rei-btn-ghost {
  background: transparent;
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.7);
}

.rei-btn-ghost:hover {
  background: rgba(15, 23, 42, 0.9);
}

.rei-btn-full {
  width: 100%;
}

/* Section note */

.rei-section-note {
  margin-top: 10px;
  font-size: 12px;
  color: #9ca3af;
}

/* ===== PROCESS TIMELINE (TRONG CARD) ===== */

.rei-process-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rei-process-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.rei-process-step {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: radial-gradient(circle, #22d3ee, #0f172a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #0b1120;
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.8);
}

.rei-process-content h3 {
  font-size: 14px;
  margin-bottom: 4px;
}

.rei-process-content p {
  font-size: 13px;
  color: #cbd5f5;
}

/* ===== FAQ ===== */

.rei-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rei-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(75, 85, 99, 0.9);
  background: #020617;
  overflow: hidden;
}

.rei-faq-question {
  width: 100%;
  padding: 10px 12px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  color: #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rei-faq-toggle {
  font-size: 18px;
  line-height: 1;
  color: #22d3ee;
  transition: transform 0.2s ease;
}

.rei-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 12px;
  font-size: 13px;
  color: #cbd5f5;
  transition: max-height 0.25s ease, padding-bottom 0.25s ease;
}

.rei-faq-item.active .rei-faq-answer {
  max-height: 220px;
  padding-bottom: 10px;
}

.rei-faq-item.active .rei-faq-toggle {
  transform: rotate(45deg);
}

/* ===== CONTACT FORM ===== */

.rei-contact-form {
  margin-top: 6px;
}

.rei-form-row {
  margin-bottom: 10px;
}

.rei-contact-form input,
.rei-contact-form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(55, 65, 81, 0.9);
  padding: 9px 10px;
  font-size: 13px;
  background: #020617;
  color: #e5e7eb;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rei-contact-form input:focus,
.rei-contact-form textarea:focus {
  border-color: #22d3ee;
  box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.6);
  background: #020617;
}

.rei-contact-note {
  margin-top: 6px;
  font-size: 11px;
  color: #9ca3af;
}

/* Map embed */

.rei-map-embed {
  margin-top: 16px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(55, 65, 81, 0.9);
}

.rei-map-embed iframe {
  width: 100%;
  height: 260px;
  border: 0;
}

/* ===== FOOTER ===== */

.rei-footer {
  border-top: 1px solid rgba(51, 65, 85, 0.9);
  background: #020617;
  padding: 18px 0;
}

.rei-footer-inner {
  text-align: center;
  font-size: 12px;
  color: #9ca3af;
}

.rei-back-to-top {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  color: #22d3ee;
  text-decoration: none;
}

/* ===== ANIMATION ===== */

.rei-animate {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.rei-animate.rei-in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
  .rei-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .rei-nav {
    justify-content: flex-start;
  }

  .rei-hero-title {
    font-size: 22px;
  }

  .rei-section {
    padding: 56px 0;
  }

  .rei-card-main,
  .rei-card-side,
  .rei-card-sub {
    flex: 1 1 100%;
  }

  .rei-card-section {
    padding: 18px 14px;
  }
}
