@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

body {
  background: linear-gradient(to bottom, #000000, #000000);
  color: white;
  /* font-family: "Segoe UI", sans-serif; */
  font-family: "SF Pro Display", sans-serif;
  overflow-x: hidden;
}

header {
  height: auto;
  left: 50%;
  position: fixed;
  top: 0;
  transform: translate(-50%);
  width: 100%;
  z-index: 99999;
}

/* Target the entire scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #000000;
  /* border-radius: 4px; */
}

/* Thumb (scroll handle) */
::-webkit-scrollbar-thumb {
  background: #563fe0;
  border-radius: 4px;
}

/* On hover */
::-webkit-scrollbar-thumb:hover {
  background: #563fe0;
}

.navbar {
  padding: 1rem 2rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("/assets/images/hamburger.svg");
}

.navbar-brand {
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
}

.navbar-nav .nav-link {
  color: #ccc;
  margin: 0 0.8rem;
  transition: color 0.3s ease;
}

.custom-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(12px);
  position: relative;
  z-index: 10;
}

.navbar-nav .nav-link {
  font-size: 14px;
  transition: color 0.2s;
}

.navbar-nav .nav-link:hover {
  color: #a38bff;
}

.btn-chat {
  background: #6a4eff;
  color: #fff;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 10px;
  border: none;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-chat:hover {
  background: #563fe0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: white;
}

.btn-chat {
  background-color: rgb(81, 47, 235);
  border-radius: 10em;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px,
    rgba(0, 0, 0, 0.145) 0px 1.80656px 1.80656px -1.25px,
    rgba(0, 0, 0, 0.137) 0px 3.62176px 3.62176px -1.875px,
    rgba(0, 0, 0, 0.125) 0px 6.8656px 6.8656px -2.5px,
    rgba(0, 0, 0, 0.106) 0px 13.6468px 13.6468px -3.125px,
    rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px;
  opacity: 1;
  color: white;
}

.hero-section::before {
  content: "";
  position: absolute;
  bottom: 450px;
  left: -46px;
  width: 1085px;
  height: 184px;
  background: url("/assets/images/image1.svg") no-repeat center;
  background-size: contain;
  filter: blur(60px);
  opacity: 0.55;
  z-index: 0;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -497px;
  width: 1085px;
  height: 184px;
  background: url("/assets/images/image2.svg") no-repeat center;
  background-size: contain;
  filter: blur(60px);
  opacity: 0.55;
  z-index: -999;
}

.hero-section {
  text-align: center;
  padding: 150px 20px 100px;
}

.hero-badge {
  display: inline-block;
  background: #0d0d0d;
  color: #ffffff;
  border: 1px solid #563fe0;
  padding: 6px 18px;
  border-radius: 10em;
  font-size: 14px;
  margin-bottom: 20px;
}

.hero-info {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.hero-title {
  max-width: 1000px;
  width: 50%;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
}

.hero-subtitle {
  font-size: 1.1rem;
  max-width: 650px;
  margin: 20px auto;
  color: #e6e6e6;
}

.btn-book,
.btn-schedule,
.btn-book:hover,
.btn-schedule:hover {
  background-color: rgb(81, 47, 235);
  border-radius: 8px;
  color: white;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px,
    rgba(0, 0, 0, 0.145) 0px 1.80656px 1.80656px -1.25px,
    rgba(0, 0, 0, 0.137) 0px 3.62176px 3.62176px -1.875px,
    rgba(0, 0, 0, 0.125) 0px 6.8656px 6.8656px -2.5px,
    rgba(0, 0, 0, 0.106) 0px 13.6468px 13.6468px -3.125px,
    rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px;
  z-index: 999;
}

/* .btn-book {
  position: relative;
  background-color: transparent;
  color: #e8e8e8;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  width: 168px;
  height: 40px;
  text-decoration: none;
  border: none;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.2);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-book::before {
  content: "View Our Arsenal";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #512feb;
  transform: translate(0%, 100%);
  z-index: 99;
  position: relative;
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-book::after {
  content: "View Our Arsenal";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #512feb;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-origin: top;
  transform: translate(0%, -100%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-book:hover::before {
  transform: translate(0%, 0%);
}

.btn-book:hover::after {
  transform: translate(0%, -200%);
}

.btn-book:focus {
  outline: none;
}

.btn-book:active {
  scale: 0.95;
}
.btn-book {
  background-color: rgb(81, 47, 235);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px,
    rgba(0, 0, 0, 0.145) 0px 1.80656px 1.80656px -1.25px,
    rgba(0, 0, 0, 0.137) 0px 3.62176px 3.62176px -1.875px,
    rgba(0, 0, 0, 0.125) 0px 6.8656px 6.8656px -2.5px,
    rgba(0, 0, 0, 0.106) 0px 13.6468px 13.6468px -3.125px,
    rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px;
  opacity: 1;
  color: white;
}
.btn-book {
  background-color: rgb(81, 47, 235);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px,
    rgba(0, 0, 0, 0.145) 0px 1.80656px 1.80656px -1.25px,
    rgba(0, 0, 0, 0.137) 0px 3.62176px 3.62176px -1.875px,
    rgba(0, 0, 0, 0.125) 0px 6.8656px 6.8656px -2.5px,
    rgba(0, 0, 0, 0.106) 0px 13.6468px 13.6468px -3.125px,
    rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px;
  opacity: 1;
  color: white;
} */

.brands {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.brands img {
  height: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.brands-slider {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgb(0, 0, 0) 25%,
      rgb(0, 0, 0) 75%,
      rgba(0, 0, 0, 0) 100%);
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  place-items: center;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  opacity: 1;
  overflow: hidden;
}

.brands-track {
  display: flex;
  white-space: nowrap;
  gap: 40px;
}

.brands-track img {
  height: 40px;
  flex-shrink: 0;
  /* opacity: 0.7; */
}

.vignette {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.custom-navbar {
  /* background-color: #ff000080; */
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  border-radius: 10em;
  padding: 10px 0px;
}

.image-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.image-track {
  display: flex;
  gap: 2rem;
  will-change: transform;
}

.image-slide {
  flex: 0 0 auto;
  position: relative;
}

.image-slide img {
  height: 420px;
  border-radius: 13px;
  display: block;
}

.hover-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.4);
  color: white;
  border: none;
  padding: 12px 12px;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.image-slide:hover .hover-icon {
  opacity: 1;
}

.footer {
  padding: 40px 40px 0px 40px;
  border-top: 1px solid #ffffff3b;
  position: relative;
  margin-top: 6em;
}

.footer-description {
  max-width: 350px;
  color: #ffffffb3;
}

.footer-description p {
  font-size: 15px;
}

.footer-social-links a {
  background-color: #ffffff1a;
  padding: 5px 8px;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 6px !important;
}

.footer::before {
  content: "";
  position: absolute;
  left: calc(50.00000000000002% - 923px / 2);
  right: 0;
  width: 923px;
  height: 228px;
  background: url(/assets/images/footer-img.svg) no-repeat center;
  background-size: contain;
  filter: blur(60px);
  opacity: 0.7;
  z-index: -999;
  top: 0;
  overflow: hidden;
}

.custom-accordion .accordion-item {
  background: linear-gradient(90deg, #1d1d21, #0f0f11);
  border: none;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(108, 92, 231, 0.2);
}

.custom-accordion .accordion-button {
  background-color: transparent;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  /* background: linear-gradient(to right, #6c5ce7, #a29bfe); */
  color: #fff;
}

.custom-accordion .accordion-body {
  background-color: #151517;
  color: #cfcfcf;
  font-size: 0.95rem;
}

.faq-sec-overlay {
  background-color: #512feb80;
  border-radius: 231px;
  filter: blur(70px);
  flex: none;
  height: 11%;
  overflow: hidden;
  position: absolute;
  width: 60%;
  rotate: 149deg;
  right: 12em;
  top: 10em;
  z-index: 1;
}

.accoodion-w {
  max-width: 900px;
}

.d-flex.justify-content-center {
  max-width: 1000px;
  margin: 0 auto;
}

.feature-card {
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  padding: 20px 30px;
  color: #eee;
  max-width: 500px;
  position: relative;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.5);
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow: hidden;
  background-color: #ffffff0f;
}

.feature-card-overlay {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 100px;
  height: 100px;
  z-index: 1;
  pointer-events: none;
}

.feature-card-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #512feb80;
  border-radius: 50%;
  filter: blur(50px);
}


.icon {
  width: 28px;
  height: 28px;
  background-color: #fff3;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  user-select: none;
}

.feature-card h3 {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
}

.feature-card p {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #bbb;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .d-flex.justify-content-center {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.testi-img {
  background-color: #3f3f3f;
  padding: 3px;
  border-radius: 5px;
}

.testi-img img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.testi-info h3 {
  font-size: 17px;
  margin-bottom: 0px;
}

.testi-info h6 {
  font-size: 12px;
  color: #afafaf;
}

.card-bg-color {
  background-color: rgb(81, 47, 235);
}

.squiggle-line {
  position: absolute;
  right: 7.7em;
  top: 8.3em;
  height: 30px;
  margin-top: -10px;
}

.feature-sec {
  background-color: #141414;
  border: 1px solid #262626;
}

.feature-point {
  border-bottom: 1px solid #28292e;
}

.sticky-top {
  position: sticky !important;
  top: 0;
  z-index: 1020;
}

.custom-navbar {
  transform: scaleX(1);
  transform-origin: center;
  transition: all 0.5s ease-in-out;
}

.custom-navbar.shrink {
  max-width: 580px;
  transform: scaleX(1);
  transition: all 0.5s ease-in-out;
}

.short-logo {
  opacity: 0;
  display: none;
  pointer-events: none;
}

.custom-navbar.shrink .full-logo {
  display: none;
}

.custom-navbar.shrink .short-logo {
  display: inline;
  opacity: 1;
}

.custom-navbar.shrink .chat-text {
  display: none;
}

.hero-content-wrapper {
  opacity: 0;
  transform: perspective(1200px) translateY(40px) scale(0.98);
  transition: all 1s ease-in-out;
}

.hero-section.loaded .hero-content-wrapper {
  opacity: 1;
  transform: perspective(1200px) translateY(0) scale(1);
}

.hero-section::before,
.hero-section::after {
  opacity: 0;
  transition: opacity 1s ease 1.2s;
  /* fades in after content appears */
}

.hero-section.loaded::before,
.hero-section.loaded::after {
  opacity: 0.55;
}

#particles-js {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-section.loaded #particles-js {
  opacity: 1;
}

/* Section fade-in */
#benefits {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

#benefits.loaded {
  opacity: 1;
  transform: translateY(0);
}

.feature-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 2s ease;
}

.feature-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Section fade-in */
#benefits,
#testimonials {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

#benefits.loaded,
#testimonials.loaded {
  opacity: 1;
  transform: translateY(0);
}

/* Feature card animation */
.feature-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.feature-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.pl-6 {
  padding-left: 6px;
}

.comparison-card-border {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.hamburger-icon {
  display: inline-block;
  width: 24px;
  height: 18px;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.hamburger-icon span {
  background: white;
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.hamburger-icon span:nth-child(1) {
  top: 0;
}

.hamburger-icon span:nth-child(2) {
  top: 8px;
}

.hamburger-icon span:nth-child(3) {
  top: 16px;
}

.hamburger-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

.hamburger-icon.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

.check-icon i {
  font-size: 10px;
  padding-left: 7px;
  vertical-align: middle;
  padding-bottom: 2px !important;
}

.cross-icon i {
  font-size: 14px;
  padding-left: 6px;
  vertical-align: middle;
  padding-bottom: 3px !important;
}

.breadcrumb-sec .hero-info {
  text-align: start;
  justify-content: start;
  align-items: start;
}

.service-feature-sec {
  background-color: transparent !important;
}

.breadcrumb-sec .hero-subtitle {
  max-width: 100%;
  margin: 5px 0px 0px 0px;
}

.breadcrumb-sec::before {
  content: "";
  position: absolute;
  bottom: 150px;
  left: -151px;
}

.breadcrumb-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 30em;
}

.branding-services {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "SF Pro Display", Tahoma, Geneva, Verdana, sans-serif;
}

.branding-intro h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
}

.branding-intro p {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
}

.branding-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.card {
  border: 1px solid #00bcd4;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card .icon {
  font-size: 28px;
  color: #00bcd4;
  margin-bottom: 10px;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}

.card p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

hr.gradient {
  height: 2px;
  width: 200px;
  color: #0d6efd;
  border-radius: 6px;
  opacity: 1;
  background: #512feb;
}

.service-cards-wrapper .card-box {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.service-cards-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000010;
  z-index: 9999;
  border-radius: 10px;
}

.service-cards-wrapper .card-title,
.service-cards-wrapper .card-text,
.service-cards-wrapper .card-icon {
  position: relative;
  z-index: 3;
}

.service-cards-wrapper .card-icon {
  font-size: 30px;
  color: #ffffff;
}

.service-cards-wrapper .card-box {
  position: relative;
  background-color: #ffffff0f;
  border: 1px solid #262626;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  color: #f0f0f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.service-cards-wrapper .card-hover-content {
  position: absolute;
  inset: 0;
  /* replaces top: 0, bottom: 0, left: 0, right: 0 */
  background: #563fe0;
  padding: 20px;
  /* equal padding all around */
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  z-index: 3;
  border-radius: 10px;
  color: white;
  box-sizing: border-box;
  overflow-y: auto;
  /* ensures scroll if content grows on smaller screens */
}

.service-cards-wrapper .card-box:hover .card-hover-content {
  transform: translateY(0);
  opacity: 1;
}

.service-cards-wrapper .fancy-hover-box h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.service-cards-wrapper .fancy-hover-box .hover-line {
  border-bottom: 1px solid white;
  padding: 10px 0;
  font-weight: 500;
}

.card-hover-content p {
  margin-bottom: 3px;
}

.service-card-overlay {
  background-color: #512feb80;
  border-radius: 231px;
  filter: blur(50px);
  flex: none;
  height: 100px;
  overflow: hidden;
  position: absolute;
  right: -11px;
  top: -11px;
  width: 100px;
  z-index: 1;
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  text-align: center;
}

.stat-block {
  min-width: 350px;
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: #563fe0;
}

.stat-label {
  font-size: 26px;
  color: #ffffff;
  margin-top: 5px;
}

.cta-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(86, 63, 224, 0.3));
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  margin: 60px 20px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1); */
  box-shadow: inset 0 0 20px 11px #512feb29, 0 0 20px 0px rgba(142, 98, 255, 0.1);
  border: 1px solid rgba(142, 98, 255, 0.2);
}

.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: .15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

.modal-content {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.form-label {
  font-weight: 500;
}

.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(86, 63, 224, 0.25);
  border-color: #563fe0;
}

.btn-chat {
  background-color: #563fe0;
  color: #fff;
  border: none;
}

.btn-chat:hover {
  background-color: #4632c7;
}

.glass-modal {
  background: rgb(0 0 0 / 54%);
  /* semi-transparent white */
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  color: white;
}

.glass-modal .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.glass-modal .form-control:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  box-shadow: none;
}

.glass-modal .form-label,
.glass-modal .modal-title,
.glass-modal .modal-footer {
  color: #fff;
}
.modal-btn{
  background-color: #563fe0;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
}
.modal-btn:hover{
  background-color: #563fe0;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
}
 
.cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.cta-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.cta-button {
  display: inline-block;
  padding: 12px 28px;
  background-color: #ffffff;
  color: #1e1e1e;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #e0e0e0;
}

.form-card {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  border: 1px solid #3b3b3b;
  border-radius: 10px;
}

.form-card label {
  font-size: 12px;
  font-weight: 400;
}

.form-control {
  background-color: #000000;
  color: #fff;
  border: 1px solid #202020;
  border-radius: 10px;
}

.contact-card-overlay {
  background-color: #512feb80;
  border-radius: 231px;
  filter: blur(5em);
  flex: none;
  height: 200px;
  overflow: hidden;
  position: absolute;
  right: -11px;
  top: -11px;
  width: 200px;
  z-index: -9999;
}

.contact-wrapper .contact-info h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}

.contact-wrapper .contact-info p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  color: #fffc;
}

.contact-wrapper .contact-info .social-info {
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: min-content;
  justify-content: flex-start;
  gap: 10px;
}

.contact-wrapper .contact-info .social-info li a {
  color: #fffc;
  text-decoration: none;
  font-size: 16px;
}

.contact-wrapper .contact-info .social-info li i {
  color: #fffc;
  margin-right: 10px;
  font-size: 20px;
}

.home-cta-sec h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}

.home-cta-sec p {
  width: 500px;
  color: #b9b8c0;
}

.home-cta-info {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home-cta-card-overlay {
  background-color: rgba(81, 47, 235, 0.5);
  border-radius: 231px;
  filter: blur(6em);
  height: 200px;
  width: 200px;
  position: absolute;
  right: 34em;
  top: -11px;
  z-index: -1;
  pointer-events: none;
}

.hunt-step {
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  background-color: #ffffff0f;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.5);
}

.hunt-step h4 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  text-align: start;
}

.hunt-step p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffffb3;
  line-height: 1.4em;
  text-align: start;
}

.the-hunt-sec::before {
  content: "";
  position: absolute;
  bottom: 750px;
  left: -46px;
  width: 1085px;
  height: 184px;
  background: url(/assets/images/image1.svg) no-repeat center;
  background-size: contain;
  filter: blur(60px);
  opacity: 0.55;
  z-index: 0;
}

.the-hunt-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -497px;
  width: 1085px;
  height: 184px;
  background: url(/assets/images/image2.svg) no-repeat center;
  background-size: contain;
  filter: blur(60px);
  opacity: 0.55;
  z-index: -999;
}

.the-hunt-sec #particles-js {
  opacity: 1;
}

.about-sec-info h2 {
  font-size: 2em;
  max-width: 31em;
}

.career-info .feature-card {
  max-width: 1000px;
  text-align: center;
}

.career-info .feature-card h3 {
  font-weight: 500;
  font-size: 2.5rem;
  padding: 0px 3em;
}

.career-info .feature-card p {
  font-size: 0.85rem;
  padding: 0px 6.3em;
}

.sec-feature-card {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 0 20px 1px #512feb4d, 0 0 20px 0px rgba(142, 98, 255, 0.1);
  border: 1px solid rgba(142, 98, 255, 0.2);
  transition: all 0.3s ease;
  gap: 16px;
  /* spacing between icon, title, and text */
}

/* Bottom glow */
.sec-feature-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 60px;
  background: radial-gradient(circle, rgb(81 47 235 / 23%), transparent 70%);
  filter: blur(17px);
  z-index: 0;
}

/* Icon - centered */
.sec-feature-card .icon {
  font-size: 32px;
  width: 40px;
  height: 40px;
  z-index: 1;
  background-color: rgb(0, 0, 0) !important;
}