@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
}

.navbar {
  position: sticky !important;
  z-index: 6030 !important;
}

.hero-split-bg {
  background-color: #fcf9f2e6;
  z-index: 1;
}

.hero-split-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #0d1321;
  background-image:
    linear-gradient(#ffffff0a 1px, transparent 1px),
    linear-gradient(90deg, #ffffff0a 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: -1;
  clip-path: polygon(0 35%, 100% 15%, 100% 100%, 0 100%);
}

.navbar-background {
  background-color: #0d1321;
  padding: 20px;
}

@media (width > 992px) {
  .hero-split-bg::before {
    width: 50%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  }
}

.problem-section-bg {
  background-color: #0d1321;
}

.eyebrow-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #F59E0B;
  margin-right: 15px;
  vertical-align: middle;
}

.eyebrow-text {
  color: #F59E0B;
  letter-spacing: 2px;
}

.stat-huge {
  font-size: 5rem;
}

.card-negative {
  background-color: #1a1216;
  border: 1px solid #2d1e26;
}

.card-negative-title {
  color: #fc5c65;
  letter-spacing: 1.5px;
  font-size: 0.75rem;
}

.card-positive {
  background-color: #0b1a1a;
  border: 1px solid #14332e;
}

.card-positive-title {
  color: #20c997;
  letter-spacing: 1.5px;
  font-size: 0.75rem;
}

.card-body-text {
  color: #d1d5db;
  font-size: 1.05rem;
  line-height: 1.6;
}

.card-footer-text {
  color: #6b7280;
  font-size: 0.75rem;
}

.timeline-section-bg {
  background-color: #fbfaf7;
}

.timeline-eyebrow-container {
  gap: 15px;
  margin-bottom: 1.5rem;
}

.timeline-eyebrow-line {
  height: 1px;
  width: 50px;
  background-color: #f59e0b;
}

.timeline-eyebrow-text {
  color: #f59e0b;
  font-size: 0.75rem;
  letter-spacing: 2px;
}

.timeline-heading {
  color: #0f172a;
}

.timeline-subheading {
  color: #000;
}

.timeline-steps-container {
  z-index: 1;
  position: relative;
}

@media (width < 992px) {
  .timeline-steps-container::before {
    content: '';
    position: absolute;
    top: 70px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background-color: #e5e0d8;
    z-index: -1;
  }
}

.timeline-circle {
  width: 90px;
  height: 90px;
  background-color: #0b1121;
  font-size: 1.5rem;
  margin: 0 auto 1.5rem;
}

.timeline-step-title {
  color: #0f172a;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.timeline-step-desc {
  color: black;
  line-height: 1.6;
}

.ssin-section-bg {
  background-color: #fcfbf8;
}

.ssin-eyebrow-wrap {
  gap: 15px;
  margin-bottom: 1rem;
}

.ssin-eyebrow-line {
  height: 1px;
  width: 40px;
  background-color: #d1d5db;
}

.ssin-eyebrow-text {
  letter-spacing: 2px;
  color: #9ca3af;
}

.ssin-heading {
  color: #0f172a;
}

.ssin-subheading {
  color: black;
}

.cert-outer-box {
  padding: 0.5rem;
  border: 1px solid #f1eacc;
  border-radius: 1.5rem;
  background-color: #0f172a;
}

.cert-inner-box {
  background-color: #fcfbf8;
  border-radius: 1rem;
  padding: 3.5rem 2rem;
  box-shadow: 0 15px 35px #0000000a;
  border: 1px solid #fff;
}

.cert-label {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #9ca3af;
  margin-bottom: 1.5rem;
}

.cert-value {
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.cert-series {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 2.5rem;
}

.cert-badge {
  width: 50px;
  height: 50px;
  background-color: #0b1121;
  margin: 0 auto 2.5rem;
  font-size: 1.2rem;
}

.feature-item {
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.feature-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 0.5rem;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.icon-tint-green {
  background-color: #e6f4ea;
  color: #1e8e3e;
}

.icon-tint-blue {
  background-color: #e8f0fe;
  color: #1a73e8;
}

.feature-title {
  color: #0f172a;
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.feature-desc {
  color: #000;
  margin: 0;
}

.legacy-section-bg {
  background: radial-gradient(circle at top center, #111a2e 0%, #050b14 60%);
  background-color: #050b14;
  color: #fff;
}

.legacy-eyebrow-wrap {
  gap: 15px;
  margin-bottom: 1.5rem;
}

.legacy-eyebrow-line {
  height: 1px;
  width: 30px;
  background-color: #F59E0B;
}

.legacy-eyebrow-text {
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: #d1d5db;
}

.legacy-heading {
  margin-bottom: 1rem;
  color: #fff;
}

.legacy-sub-italic {
  font-style: italic;
  color: #d1d5db;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.legacy-sub-main {
  line-height: 1.6;
  margin: 0 auto 4rem;
}

.legacy-card {
  background-color: #0e1420;
  border: 1px solid #1f2937;
  border-radius: 1rem;
  padding: 2rem;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.legacy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px #0006;
}

.legacy-icon-box {
  width: 60px;
  height: 60px;
  border: 1px solid #374151;
  border-radius: 0.75rem;
  color: #fff;
  margin-bottom: 20px;
}

.legacy-card-cat {
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: #e5e7eb;
  margin-bottom: 0.75rem;
}

.legacy-card-title {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0.75rem;
}

.legacy-card-price {
  font-size: 0.95rem;
  font-weight: 600;
  color: #d1d5db;
  margin-bottom: 1.5rem;
}

.legacy-card-desc {
  font-size: 0.85rem;
  color: #9ca3af;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.legacy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.legacy-list li {
  font-size: 0.75rem;
  color: #d1d5db;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.4;
}

.legacy-list li::before {
  content: '•';
  color: #F59E0B;
  font-size: 1.5rem;
  line-height: 0.6;
}

.calc-section-bg {
  background-color: #f6f5f0;
}

.calc-eyebrow-wrap {
  gap: 15px;
  margin-bottom: 1.5rem;
}

.calc-eyebrow-line {
  height: 2px;
  width: 40px;
  background-color: #111827;
}

.calc-eyebrow-text {
  font-size: 0.75rem;
  letter-spacing: 2.5px;
  color: #4b5563;
}

.calc-heading {
  font-size: 2rem;
  color: #111827;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.calc-subheading {
  line-height: 1.6;
  max-width: 90%;
}

.calc-card {
  background-color: #0c1220;
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 25px 50px -12px #00000040;
  color: #fff;
  width: 100%;
  max-width: 500px;
}

.calc-header {
  border-bottom: 1px solid #1f2937;
  padding-bottom: 1.25rem;
  margin-bottom: 2rem;
}

.calc-header-title {
  font-size: 0.75rem;
  letter-spacing: 2px;
  gap: 0.5rem;
}

.calc-label {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  color: #9ca3af;
  margin-bottom: 0.75rem;
}

.calc-value {
  font-size: 3rem;
  margin-bottom: 2.5rem;
  line-height: 1;
}

.calc-row {
  background-color: #161e30;
  border: 1px solid #1f2a40;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.calc-row:last-of-type {
  margin-bottom: 2.5rem;
}

.calc-row-label {
  color: #9ca3af;
  font-size: 0.9rem;
}

.calc-row-value {
  color: #fff;
  font-size: 1.1rem;
}

.calc-footer {
  font-size: 0.75rem;
  color: #6b7280;
  letter-spacing: 1px;
}

.gov-section-bg {
  background-color: #fff;
  z-index: 1;
}

.gov-section-bg::after {
  content: '';
  position: absolute;
  bottom: -250px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 1000px;
  background: repeating-radial-gradient(circle at center,
      transparent 0,
      transparent 50px,
      #00000008 51px,
      transparent 52px);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}

.gov-eyebrow-wrap {
  gap: 15px;
  margin-bottom: 1.5rem;
}

.gov-eyebrow-line {
  height: 1px;
  width: 40px;
  background-color: #e5e7eb;
}

.gov-eyebrow-text {
  font-size: 0.7rem;
  letter-spacing: 3px;
  color: #d1d5db;
}

.gov-heading {
  color: #0f172a;
  margin-bottom: 1rem;
}

.gov-subheading {
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 4rem;
}

.gov-card {
  background-color: #fff;
  border-radius: 3rem;
  padding: 3.5rem 2rem;
  height: 100%;
  box-shadow: 0 25px 50px #0000000a;
  border: 1px solid #00000005;
  transition: transform 0.3s ease;
}

.gov-card:hover {
  transform: translateY(-5px);
}

.gov-icon-wrap {
  width: 70px;
  height: 70px;
  background-color: #f8fafc;
  margin: 0 auto 2rem;
  color: #111827;
}

.gov-card-title {
  color: #0f172a;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.gov-card-desc {
  line-height: 1.6;
  margin: 0;
}

.tax-section-bg {
  background-color: #fff;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 6rem;
  height: auto;
}



.tax-circle-outer {
  width: 140px;
  height: 140px;
  border: 1px dashed #cbd5e1;
  margin: 0 auto 2.5rem;
  background-color: #fff9;
}

.tax-circle-inner {
  width: 115px;
  height: 115px;
  border: 2px solid #0f172a;
  font-size: 2.25rem;
  color: #0f172a;
  background-color: #fff;
}

.tax-heading {
  color: #0f172a;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.tax-subheading {
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.vsi-section-bg {
  background-color: #050b14;
  color: #fff;
}

.vsi-eyebrow-wrap {
  gap: 15px;
  margin-bottom: 1.5rem;
}

.vsi-eyebrow-line {
  height: 2px;
  width: 40px;
  background-color: #4b5563;
}

.vsi-eyebrow-text {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #d1d5db;
}

.vsi-heading {
  color: #fff;
  margin-bottom: 1.5rem;
}

.vsi-subheading {
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 95%;
}

.vsi-link {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 2px;
  display: inline-flex;
  gap: 8px;
  transition: opacity 0.3s ease;
}

.vsi-link:hover {
  opacity: 0.7;
  color: #fff;
}

.vsi-dash-window {
  background-color: #0e1420;
  border: 1px solid #1f2937;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #0006;
}

.vsi-dash-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #1f2937;
  gap: 8px;
}

.vsi-dash-dot {
  width: 12px;
  height: 12px;
}

.dot-red {
  background-color: #ff5f56;
}

.dot-yellow {
  background-color: #ffbd2e;
}

.dot-green {
  background-color: #27c93f;
}

.vsi-dash-body {
  padding: 1.5rem;
}

.vsi-dash-card {
  background-color: #161e2e;
  border: 1px solid #2d3748;
  border-radius: 0.5rem;
  padding: 1.5rem;
  height: 100%;
}

.vsi-dash-card-large {
  min-height: 180px;
}

.vsi-dash-label {
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  color: #9ca3af;
  margin-bottom: 1rem;
}

.vsi-dash-value {
  font-size: 2rem;
  color: #fff;
}

.invitation-section-bg {
  background: radial-gradient(circle at center, #111a2e 0%, #050b14 60%);
  background-color: #050b14;
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.invitation-eyebrow-wrap {
  gap: 15px;
  margin-bottom: 1.5rem;
}

.invitation-eyebrow-line {
  height: 1px;
  width: 40px;
  background-color: #6b7280;
}

.invitation-eyebrow-text {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #fff;
}

.invitation-heading {
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.invitation-subheading {
  font-size: 1.1rem;
  color: #d1d5db;
  margin-bottom: 3.5rem;
}

.invitation-card {
  background-color: #0a0f18;
  border: 1px solid #1f2937;
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-direction: column;
}

.invitation-card:hover {
  background-color: #111827;
  border-color: #374151;
}

.invitation-card.active {
  border-color: #f59e0b;
}

.invitation-card-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.25rem;
}

.invitation-card-price {
  font-size: 0.8rem;
  color: #9ca3af;
}

.invitation-btn {
  display: inline-flex;
  gap: 10px;
  border: 1px solid #374151;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  letter-spacing: 2px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  margin-bottom: 4rem;
}

.invitation-btn:hover {
  background-color: #1f2937;
  border-color: #4b5563;
  color: #fff;
}

.invitation-quote {
  font-style: italic;
  color: #9ca3af;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.invitation-footer {
  background-color: #000;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
}

.hero-section {
  min-height: 100vh !important;
  background-color: #111;
}

.object-fit-cover {
  object-fit: cover;
}

.rounded-top-5 {
  border-top-left-radius: 3rem !important;
  border-top-right-radius: 3rem !important;
}

.video-circle {
  transition: transform 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(5px);
}

.video-circle:hover {
  transform: scale(1.05);
}

.hero-section {
  min-height: 85vh !important;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #111;
}

.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0004;
  z-index: 1;
}

.hero-section>.container {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.rounded-top-5 {
  border-top-left-radius: 3.5rem !important;
  border-top-right-radius: 3.5rem !important;
}

.btn-one {
  background: white;
  color: black;
  font-weight: 700;
}

.btn-two {
  border-color: white;
  color: white !important;
}

.icon {
  background-color: #F59E0B;
}

.logo-span {
  color: #F59E0B;
}

.border-dark {
  border-color: #0a0f18 !important;
}

video:fullscreen {
  opacity: 1 !important;
}

@media screen and (width > 1919px) {
  .hero-title {
    font-size: 67px;
    margin-bottom: 25px;
  }

  .hero-desc {
    font-size: 17px;
  }

  .hero-title-two {
    font-size: 20px;
  }

  .hero-desc-two {
    font-size: 17px;
  }

  .video-tv {
    width: 550px !important;
    height: 350px !important;
  }
}

.logo-slogan {
  font-size: 7px;
}

.video-tv {
  width: 450px;
  height: 280px;
  background: #0d1321;
  cursor: pointer;
}

.icon-circle {
  width: 70px;
  height: 70px;
}

.tv-stand {
  width: 40px;
  height: 15px;
  background: #222f4d;
}

.tv-base {
  width: 120px;
  height: 8px;
  background: #0d1321;
  border-radius: 4px 4px 0 0;
}

.hero-footer {
  background-color: #0d1321 !important;
}

.hero-icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}

.about-img {
  min-height: 450px;
  filter: brightness(0.9);
}

.image-name {
  backdrop-filter: blur(10px);
}

.ssin-tablet {
  max-width: 700px;
  cursor: pointer;
}

.ssin-frame {
  display: block;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px #0000001a;
}

.ssin-play-button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.play-icon {
  font-size: 1.5rem;
  margin-left: 4px;
}

.job-box {
  max-width: 600px;
}

.feature-card {
  max-width: 900px;
}

.about-card {
  background-color: #F59E0B;
  border-radius: 16px;
}

@media (width < 575.98px) {
  .custom-element {
    font-size: 14px;
    padding: 10px;
  }

  .hero-title {
    font-size: 25px;
    text-align: center;
  }

  .video-tv {
    width: 300px;
    height: 170px;
    margin-bottom: 20px;
  }

  .mobile-btn {
    margin-left: 50px;
  }

  .hero-desc {
    font-size: 15px;
    text-align: center;
  }

  .tv-stand {
    margin-top: -18px !important;
  }

  .cta-title {
    text-align: center;
  }
}

.stats-title {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}

.stats-dec {
  font-size: clamp(0.6rem, 1.5vw, 0.875rem);
}

.border-line {
  width: 30%;
}

.border-height {
  height: 8px;
}

.first-triangle {
  width: 100px;
  height: 80px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.second-triangle {
  width: 200px;
  height: 80px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 100%, 0% 100%);
}

.third-triangle {
  width: 300px;
  height: 80px;
  clip-path: polygon(16% 0%, 84% 0%, 100% 100%, 0% 100%);
}

.exit-text{
  font-size: 10px;
  margin-top: 50px !important;
}

