:root {
  --primary-color: #2563eb;
  --secondary-color: #0f172a;
}

/* GLOBAL */
body {
  font-family: sans-serif;
  background-color: #030712;
  color: #fff;
  scroll-behavior: smooth;
}

.yellowText {
  color: #facc15;
}

.bgLight {
  background-color: #1e293bcc;
}

.text-gradient {
  background: linear-gradient(
    90deg,
    rgba(129, 140, 248, 1) 0%,
    rgba(192, 132, 252, 1) 50%,
    rgba(244, 114, 182, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #ddc48b;
}

.subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #bfdbfecc;
}

.py-5rem {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* BOOTSTRAP OVERRIDES */
.btn-primary {
  background-color: #ddc48b;
  border-color: #e5b137;
  color: #28364a;
  font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #ddc48b;
  border-color:#e5b137;
  color: #28364a;
}

/* NAVBAR */
.custom-navbar {
  background-color: #F1F1F1;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 1.1rem;
  color:#28364a;
  font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ddc48b;
  font-size: 1.1rem;
}

.logoImg {
  max-height: 3.08rem;
  width: 10rem;
}

/* HERO SECTION */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #030712 0%, #111827 100%);
  padding: 100px 0 80px;
}

/* Mini Badge */
.mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #e5e7eb;
  font-size: 0.95rem;
  padding: 6px 18px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.08);
  font-weight: 500;
  width: fit-content;
}

/* Green dot */
.mini-badge .dot {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
}

.hero-title {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #ffffffb3;
  text-align: start;
}

.certificate-btn {
  background-color: #4f46e5;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificate-btn:hover {
  background-color: #4f46e5;
  color: #fff;
  transform: scale(1.05) translateZ(0);
}

.certificate-img {
  max-width: 38rem;
  width: 100%;
  height: auto;
}

/* small logo above hero */
.three-logo {
  max-height: 3rem;
  height: auto;
}

/* SECTION 2 */
.section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #030712;
  padding-bottom: 6rem;
}

.section2 .reco-img {
  max-width: 47rem;
  width: 100%;
  height: auto;
}

/* SECTION 3 - SERVICES */
.section3 {
  background: linear-gradient(0deg, #030712 0%, #111827 100%);
}



.section3 .subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #bfdbfecc;
}

.section3 .serviceCard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0.75rem;
  border: 1px solid rgba(240, 248, 255, 0.2);
  padding: 1.5rem;
  background: #ffffff0d;
  transition: 0.6s;
}

.section3 .serviceCard:hover {
  background-color: #ffffff1a;
  box-shadow: 0 0 10px rgba(26, 115, 232, 0.3);
}

.section3 .serviceCard .icon {
  max-width: 5rem;
}

.section3 .serviceCard .servicesTitle {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #ddc48b;
}

.section3 .serviceCard .servicesDescription {
  font-size: 1.08rem;
  color: #ffffffb3;
}

/* SECTION 4 - PROCESS */
.section4 {
  background-color: #1e293bcc;
}

.section4 .stepTitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #fff;
}

.section4 .stepDescription {
  color: #ffffffb3;
}

.steps-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 100%;
  width: 100%;
  margin: auto;
  padding: 1rem 0;
}

.step {
  width: 4rem;
  height: 4rem;
  background: #193763;
  border-radius: 50%;
  color: #4da6ff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line {
  flex: 1;
  height: 2px;
  background: #58718f;
  opacity: 0.4;
  max-width: 200px;
}

/* CTA CARD (SECTION 4) */
.cta-card {
  background-color: #ffffff0d;
  border: 1px solid #28364a;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  max-width: 44rem;
  margin: auto;
}

.cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #357dff;
}

.clock-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
  color: #3b82f6;
}

.cta-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.cta-subtitle {
  color: #ffffffb3;
  font-size: 1.02rem;
}

.iconButton {
  border-radius: 10px;
  background-color: #3b82f6;
  padding: 0.75rem 2rem;
  font-size: 1.05rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.iconButton:hover {
  background-color: #2563eb;
  color: #fff;
}

/* SECTION 5 - COMPANIES */
.section5 .company-logo-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.section5 .company-logo-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.15);
}

.section5 .company-logo {
  max-height: 40px;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: 0.3s;
}

.section5 .company-logo-card:hover .company-logo {
  opacity: 1;
  filter: grayscale(0);
}

/* SECTION 6 - AWARDS */
.section6 .cardTitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #fff;
}

.section6 .cardDescription {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff9;
}

/* SECTION 7 - CTA WITH IMAGE */
.section7 {
  background-color: #111827;
}

.section7 .subtitle {
  font-size: 1.08rem;
  color: #ffffffb3;
}

.section7 .cta-card {
  background-color: #ffffff0d;
  border: 1px solid #28364a;
  border-radius: 16px;
  color: #fff;
  padding: 46px 46px;
  display: flex;
  align-items: center;
  gap: 36px;
  position: relative;
  overflow: visible;
  max-width: 55rem;
  margin: 0 auto;
}

.section7 .image-wrap .company-logo {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 6px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 8px 30px rgba(3, 12, 24, 0.6),
    0 0 0 6px rgba(59, 130, 246, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.08));
}

.section7 .cta-content {
  flex: 1 1 auto;
  min-width: 0;
}

.section7 .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  border: 0;
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  background: #357dff;
  transition: background 0.3s ease, transform 0.2s ease;
}

.section7 .cta-btn:hover {
  background: #2568e8;
  transform: translateY(-1px);
}

.section7 .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 20px;
  color: rgba(255, 255, 255, 0.95);
}

/* SECTION 8 - FAQ */
.faq-card {
  background-color: #ffffff0d;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.8);
}

/* Each accordion item */
.faq-card .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.faq-card .accordion-item:last-child {
  border-bottom: none;
}

/* Question button */
.faq-card .accordion-button {
  background: transparent;
  color: #e5e7eb;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 20px 0;
  box-shadow: none;
  border-radius: 0;
}

/* Open state */
.faq-card .accordion-button:not(.collapsed) {
  color: #f9fafb;
  background: transparent;
  box-shadow: none;
}

/* Arrow icon */
.faq-card .accordion-button::after {
  filter: brightness(0) invert(1);
  transform: rotate(0deg);
  transition: transform 0.2s ease;
  width: 14px;
  height: 14px;
  background-size: 14px;
}

.faq-card .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Answer text */
.faq-card .accordion-body {
  padding: 0 0 20px 0;
  color: #d1d5db;
  font-size: 0.98rem;
  max-width: 90%;
}

/* Remove focus outline glow */
.faq-card .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.section8 .supportText {
  color: #ffffffb3;
  font-size: 1rem;
}

.contact-section {
  background: linear-gradient(180deg, #030712 0%, #0b1220 100%);
}

.contact-image-wrap {
  padding-right: 1rem;
}

.contact-img {
  max-width: 100%;
  height: 40rem;
  border-radius: 1.25rem;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.contact-card {
  background-color: #020617;
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.45);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.9);
}

.contact-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #f9fafb;
}

.contact-input {
  background-color: #020617;
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.contact-input::placeholder {
  color: rgba(148, 163, 184, 0.8);
}

.contact-input:focus {
  background-color: #020617;
  border-color: #3b82f6;
  box-shadow: 0 0 0 0.1rem rgba(59, 130, 246, 0.4);
  color: #f9fafb;
}


.footer {
  font-size: 15px;
  line-height: 1.8;
}

.footer-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  transition: 0.3s;
}

.footer-link:hover {
  color: #fff;
  padding-left: 2px;
  text-decoration: underline;
}

.footer hr {
  opacity: .15;
}


/* RESPONSIVE TWEAKS */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.05rem;
  }

  .hero-section {
    padding-top: 90px;
  }

  .navbar-nav .nav-link {
    text-align: center;
    padding: 0.5rem 0;
  }

  .step {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.25rem;
  }

  .line {
    max-width: 140px;
  }

  .section7 .cta-card {
    padding: 32px 28px;
  }
}

@media (max-width: 767.98px) {
  .section7 .cta-card {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .section7 .image-wrap {
    display: flex;
    justify-content: center;
  }

  .faq-card {
    padding: 24px 18px;
  }

  .faq-card .accordion-body {
    max-width: 100%;
  }
  .contact-card {
    padding: 1.5rem;
  }

  .contact-image-wrap {
    padding-right: 0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2.1rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .steps-container {
    gap: 0.5rem;
  }

  .step {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }

  .line {
    max-width: 70px;
  }

  .section7 .cta-card {
    padding: 24px 16px;
  }
}
