.gradient-heading-text {
  display: inline-block;
  background: linear-gradient(90deg, #1165ff 0%, #2768ff 42%, #b64ce6 72%, #ff5aa5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.home-faq-reference {
  padding-top: 72px;
  padding-bottom: 40px;
  background: #f7f7f9;
}

.home-faq-reference .container {
  max-width: 1080px;
}

.home-faq-heading {
  align-items: center;
  text-align: center;
}

.home-faq-reference .section-title {
  color: #40215d;
  font-size: 40px;
  line-height: 1.15;
  opacity: 1 !important;
  transform: none !important;
}

.home-faq-reference .gradient-heading-text {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: inherit;
}

.home-faq-subtitle {
  width: min(100%, 760px);
  margin: 12px auto 0;
  color: #5f6980;
  font-size: 15px;
  line-height: 1.55;
}

.home-faq-wrapper {
  display: flex;
  justify-content: center;
}

.home-faq-accordion {
  width: min(100%, 820px);
  overflow: hidden;
  border: 1px solid #dfe4ec;
  border-radius: 6px;
  background: #fff;
}

.home-faq-item {
  border-bottom: 1px solid #e4e8ef;
}

.home-faq-item:last-child {
  border-bottom: 0;
}

.home-faq-question {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 18px 56px 18px 24px;
  color: #40215d;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.home-faq-question::-webkit-details-marker {
  display: none;
}

.home-faq-question::before,
.home-faq-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: #40215d;
  transform: translateY(-50%);
}

.home-faq-question::after {
  transform: translateY(-50%) rotate(90deg);
}

.home-faq-item[open] .home-faq-question {
  background: #cfe0fb;
}

.home-faq-item[open] .home-faq-question::after {
  transform: translateY(-50%) rotate(0deg);
}

.home-faq-answer-wrap {
  height: 0;
  overflow: hidden;
  transition: height 260ms ease;
}

.home-faq-item[open] .home-faq-answer-wrap {
  height: auto;
}

.home-faq-answer {
  padding: 20px 24px 22px;
  color: #5f6980;
  font-size: 14px;
  line-height: 1.65;
}

.demo-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(13, 18, 24, 0.72);
  opacity: 0;
  transition: opacity 200ms ease;
}

.demo-popup-overlay.is-visible {
  display: flex;
}

.demo-popup-overlay.is-open {
  opacity: 1;
}

.demo-popup-modal {
  position: relative;
  width: min(100%, 820px);
  overflow: visible;
  border: 1px solid rgba(13, 18, 24, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  transform: translateY(18px) scale(0.98);
  transition: transform 200ms ease;
}

.demo-popup-overlay.is-open .demo-popup-modal {
  transform: translateY(0) scale(1);
}

.demo-popup-header {
  padding: 24px 32px 0;
}

.demo-popup-title {
  margin: 0;
  color: #0d1218;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}

.demo-popup-copy {
  margin: 8px 0 0;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.5;
}

.demo-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 18, 24, 0.12);
  border-radius: 50%;
  background: #fff;
  color: #0d1218;
  cursor: pointer;
  font-size: 26px;
  line-height: 1.1;
}

.demo-popup-close:focus {
  outline-width: 0px !important;
  border: 0px !important;
}

.demo-popup-close:focus-visible {
  outline-width: 0px !important;
  border: 0px !important;
}

.demo-popup-close:hover {
  background: linear-gradient(135deg, #0d1812 0%, #2768ff 100%);
  color: #fff;
}

.demo-popup-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  padding: 20px 32px 28px;
}

.demo-popup-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.demo-popup-field.full-width {
  grid-column: auto;
}

.demo-popup-field.phone-full-width {
  grid-column: 1 / -1;
}

.demo-popup-label {
  color: #0d1218;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}

.demo-popup-input,
.demo-popup-select {
  min-height: 44px;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid rgba(13, 18, 24, 0.18);
  border-radius: 8px;
  background-color: #fff;
  color: #0d1218;
  font-size: 16px;
  line-height: 1.4;
}

.demo-popup-input {
  padding: 10px 14px;
}

.demo-popup-select {
  padding: 10px 42px 10px 14px;
  cursor: pointer;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #0d1218 50%), linear-gradient(135deg, #0d1218 50%, transparent 50%);
  background-position: calc(100% - 20px) 19px, calc(100% - 14px) 19px;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}

.demo-multiselect {
  position: relative;
}

.demo-multiselect-toggle {
  display: flex;
  min-height: 44px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(13, 18, 24, 0.18);
  border-radius: 8px;
  background: #fff;
  color: #6f7a87;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 14px;
  text-align: left;
}

.demo-multiselect.has-selection .demo-multiselect-toggle {
  color: #0d1218;
}

.demo-multiselect-toggle span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-multiselect-selected-list {
  display: none;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 8px;
}

.demo-multiselect.has-selection .demo-multiselect-selected-list {
  display: flex;
}

.demo-multiselect-chip {
  max-width: 100%;
  border: 1px solid rgba(39, 104, 255, 0.18);
  border-radius: 999px;
  background: rgba(39, 104, 255, 0.08);
  color: #0d1218;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  padding: 5px 9px;
}

.demo-multiselect-arrow {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0d1218;
  border-bottom: 2px solid #0d1218;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.demo-multiselect.is-open .demo-multiselect-arrow {
  transform: translateY(2px) rotate(225deg);
}

.demo-multiselect-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 5;
  display: none;
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid rgba(13, 18, 24, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(13, 18, 24, 0.14);
  padding: 8px;
}

.demo-multiselect.is-open .demo-multiselect-menu {
  display: grid;
  gap: 4px;
}

.demo-multiselect-option {
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 6px;
  color: #0d1218;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
  padding: 8px;
}

.demo-multiselect-option:hover {
  background: rgba(39, 104, 255, 0.08);
}

.demo-multiselect-option input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #2768ff;
}

.demo-popup-input::placeholder {
  color: #6f7a87;
}

.demo-popup-input:focus,
.demo-popup-select:focus,
.demo-multiselect-toggle:focus {
  border-color: #5b93ff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(91, 147, 255, 0.18);
}

.demo-multiselect.has-error .demo-multiselect-toggle {
  border-color: #df3f3f;
  box-shadow: 0 0 0 3px rgba(223, 63, 63, 0.14);
}

.demo-popup-submit {
  grid-column: 1 / -1;
  min-height: 50px;
  margin-top: 20px;
  border: 0;
  border-radius: 100px;
  background: linear-gradient(135deg,
      #0d1812 0%,
      #2768ff 50%,
      #0d1812 100%);
  background-size: 200% 200%;
  background-position: left center;
  transition: background-position 0.4s ease-in-out;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.demo-popup-submit:hover {
  background-position: right center;
  color: #fff;
}

.demo-popup-success {
  display: none;
  grid-column: 1 / -1;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(39, 104, 255, 0.12);
  color: #0d1218;
  font-size: 15px;
  line-height: 1.45;
}

.demo-popup-form.is-submitted .demo-popup-success {
  display: block;
}

body.demo-popup-lock {
  overflow: hidden;
}

@media screen and (max-width: 767px) {

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero-section-two {
    overflow-x: hidden;
    padding-bottom: 32px;
  }

  .hero-two-banner-block.align-item-center {
    position: relative !important;
    display: block;
    width: 100%;
    max-width: 430px;
    height: clamp(265px, 82vw, 330px);
    margin: 20px auto 0;
    overflow: hidden;
  }

  .hero-two-banner-image-wrap {
    position: absolute !important;
    top: 0px !important;
    bottom: auto !important;
    left: 50%;
    z-index: 3;
    width: min(90vw, 400px);
    max-width: none;
    transform: translate3d(-50%, 0, 0) !important;
  }

  .hero-two-banner-image {
    width: 94%;
    max-width: none;
  }

  .hero-two-banner-card-one-wrap {
    position: absolute !important;
    top: 12px !important;
    left: 3% !important;
    right: auto !important;
    z-index: 2;
    width: min(30vw, 126px);
    max-width: none;
    margin: 0;
    transform: rotate(-17deg) !important;
  }

  .hero-two-banner-card-two-wrap {
    position: absolute !important;
    top: 75px !important;
    right: 2% !important;
    left: auto !important;
    z-index: 4;
    width: min(30vw, 126px);
    max-width: none;
    margin: 0;
    transform: rotate(17deg) !important;
  }

  .hero-two-banner-card-one,
  .hero-two-banner-card-two {
    width: 100%;
  }

  .rounded-vector-shape-image {
    display: none;
  }

  .home-faq-reference {
    padding-top: 72px;
    padding-bottom: 28px;
  }

  .home-faq-reference .section-title {
    font-size: 30px;
  }

  .home-faq-subtitle {
    font-size: 14px;
  }

  .home-faq-question {
    min-height: 54px;
    padding: 15px 48px 15px 18px;
    font-size: 14px;
  }

  .home-faq-question::before,
  .home-faq-question::after {
    right: 18px;
  }

  .home-faq-answer {
    padding: 16px 18px 18px;
    font-size: 13px;
  }

  .demo-popup-overlay {
    align-items: center;
    padding: 10px;
    overflow-y: auto;
  }

  .demo-popup-modal {
    width: min(100%, 520px);
    max-height: calc(100dvh - 20px);
    overflow-y: auto;
    border-radius: 14px;
  }

  .demo-popup-header {
    padding: 14px 18px 0;
  }

  .demo-popup-title {
    padding-right: 36px;
    font-size: 21px;
  }

  .demo-popup-copy {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.35;
  }

  .demo-popup-close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 22px;
  }

  .demo-popup-form {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 12px 18px 16px;
  }

  .demo-popup-field.full-width {
    grid-column: 1 / -1;
  }

  .demo-popup-field {
    gap: 4px;
  }

  .demo-popup-label {
    font-size: 12px;
    line-height: 1.2;
  }

  .demo-popup-input,
  .demo-popup-select,
  .demo-multiselect-toggle {
    min-height: 36px;
    border-radius: 7px;
    font-size: 13px;
    line-height: 1.25;
  }

  .demo-popup-input {
    padding: 7px 10px;
  }

  .demo-popup-select {
    padding: 7px 34px 7px 10px;
    background-position: calc(100% - 17px) 15px, calc(100% - 12px) 15px;
    background-size: 6px 6px, 6px 6px;
  }

  .demo-multiselect-toggle {
    padding: 7px 10px;
  }

  .demo-multiselect-menu {
    max-height: 165px;
    padding: 6px;
  }

  .demo-multiselect-option {
    font-size: 12.5px;
    padding: 7px;
  }

  .demo-multiselect-selected-list {
    gap: 5px;
    padding-top: 6px;
  }

  .demo-multiselect-chip {
    font-size: 11.5px;
    padding: 4px 8px;
  }

  .demo-popup-submit {
    min-height: 40px;
    margin-top: 6px;
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .header-section>.container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .header-nav-block {
    width: 100%;
    padding: 10px 12px !important;
    overflow: visible;
  }

  .header-navbar-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .logo {
    width: clamp(108px, 31vw, 132px);
    min-width: 112px;
    max-width: 132px;
  }

  .nav-menu-button-wrapper {
    flex: none;
    margin-left: auto;
  }

  .button-primary-for-header {
    padding: 12px clamp(16px, 4.8vw, 20px) !important;
    font-size: clamp(13px, 3.4vw, 14px) !important;
    box-shadow: 2.5px 4px 0 0 var(--secondary-color);
  }

  .hero-section-two .hero-two-fluid-container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 0px;
  }

  .hero-section-two {
    padding-top: 54px;
  }

  .hero-section-wrapper-two {
    row-gap: 28px;
  }

  .hero-title-two.max-width-1050px {
    width: 100%;
    max-width: 100%;
    font-size: 26px !important;
    line-height: 1.36;
  }

  .hero-excerpt.max-width-850px {
    width: 100%;
    max-width: 100%;
    margin-top: 22px;
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1.55;
  }

  .hero-newsletter-form {
    width: 100%;
  }

  .hero-newsletter-input-field.max-width-420px,
  .hero-newsletter-submit-button {
    width: 100%;
    max-width: 100%;
  }

  .hero-two-banner-block.align-item-center {
    max-width: 100%;
    height: clamp(255px, 76vw, 318px);
  }

  .hero-two-banner-image-wrap {
    top: clamp(18px, 6vw, 28px) !important;
    width: 100%;
  }

  .hero-two-banner-card-one-wrap {
    top: clamp(44px, 14vw, 62px) !important;
    left: 2% !important;
    width: min(27vw, 108px);
  }

  .hero-two-banner-card-two-wrap {
    top: clamp(102px, 29vw, 130px) !important;
    right: 2% !important;
    width: min(29vw, 116px);
  }
}

@media screen and (max-width: 374px) {
  .demo-popup-overlay {
    padding: 8px;
  }

  .demo-popup-modal {
    max-height: calc(100dvh - 16px);
  }

  .demo-popup-header {
    padding: 10px 16px 0;
  }

  .demo-popup-title {
    font-size: 19px;
  }

  .demo-popup-copy {
    font-size: 12.5px;
    line-height: 1.3;
  }

  .demo-popup-form {
    gap: 6px;
    padding: 10px 16px 14px;
  }

  .demo-popup-input,
  .demo-popup-select,
  .demo-multiselect-toggle {
    min-height: 34px;
    font-size: 12.5px;
  }

  .demo-popup-input {
    padding: 6px 10px;
  }

  .demo-popup-select {
    padding-top: 6px;
    padding-bottom: 6px;
    background-position: calc(100% - 17px) 14px, calc(100% - 12px) 14px;
  }

  .demo-popup-submit {
    min-height: 38px;
    margin-top: 4px;
  }

  .hero-two-banner-block.align-item-center {
    height: 252px;
  }

  .hero-two-banner-image-wrap {
    top: 26px !important;
    width: 100%;
  }

  .hero-two-banner-card-two-wrap {
    top: 104px !important;
    width: 94px;
  }
}

/* Custom Premium Capsule Header Styling */
.header-section {
  padding: 16px 0 8px !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000 !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  background-color: transparent !important;
  border-bottom: 1px solid transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.header-section.is-scrolled {
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid rgba(228, 232, 243, 0.7) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04), 0 1px 8px rgba(0, 0, 0, 0.02) !important;
}

.header-nav-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.header-section.is-scrolled .header-nav-block {
  padding: 0;
}

.header-nav-inner-block.w-nav {
  background-color: rgba(255, 255, 255, 0.50) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(228, 232, 243, 0.7) !important;
  border-radius: 9999px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04), 0 1px 8px rgba(0, 0, 0, 0.02) !important;
  padding: 8px 12px 8px 24px !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  max-width: 100% !important;
  margin: 0 !important;
  outline: none !important;
}

.header-section.is-scrolled .header-nav-inner-block.w-nav {
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-width: 100% !important;
  padding: 16px 24px !important;
}

.header-navbar-wrapper {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100%;
  gap: 40px !important;
}

.navbar-logo {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}

.navbar-logo .logo {
  height: 50px !important;
  width: auto !important;
  display: block;
  object-fit: contain;
}

.nav-menu-wrap.w-nav-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex: 1 !important;
}

.nav-menu-list-wrapper {
  display: flex !important;
  align-items: center !important;
  grid-column-gap: 0 !important;
  grid-row-gap: 0 !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
  margin: 0 auto !important;
  /* Centers within the remaining space */
}

@media (min-width: 992px) {
  .nav-menu-button-wrapper {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
  }
}

.nav-menu.w-list-unstyled {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  grid-column-gap: 8px !important;
  grid-row-gap: 8px !important;
  column-gap: 8px !important;
  row-gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.menu-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.custom-nav-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: #f4f6f9 !important;
  border: 1px solid rgba(228, 232, 243, 0.5) !important;
  border-radius: 9999px !important;
  padding: 4px 16px 4px 4px !important;
  color: #1a1e26 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 550 !important;
  line-height: 1 !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.custom-nav-pill:hover {
  background-color: #ebedf2 !important;
  transform: translateY(-1.5px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.custom-nav-pill.w--current,
.custom-nav-pill.active {
  background-color: #ffffff !important;
  border-color: rgba(26, 30, 38, 0.1) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
}

.nav-icon-circle {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
  color: #4b5563 !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.custom-nav-pill:hover .nav-icon-circle {
  transform: scale(1.05) !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08) !important;
  color: #1a1e26 !important;
}

.custom-nav-pill.w--current .nav-icon-circle,
.custom-nav-pill.active .nav-icon-circle {
  background-color: #1a1e26 !important;
  color: #ffffff !important;
}

.nav-text {
  color: #1a1e26 !important;
  font-size: 14px !important;
  font-weight: 550 !important;
}

.nav-menu-button-wrapper {
  display: flex !important;
  align-items: center !important;
}

.header-cta-group {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.cta-pill-btn {
  background: linear-gradient(115deg, #0d1812 0%, #2768ff 100%) !important;
  color: #fff !important;
  border-radius: 9999px !important;
  padding: 10px 22px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border: none !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.cta-pill-btn:hover {
  background: linear-gradient(315deg, #0d1812 0%, #2768ff 100%) !important;
  transform: translateY(-1.5px) !important;
  box-shadow: 0 6px 16px rgba(212, 240, 92, 0.25) !important;
}

.cta-circle-btn {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background-color: #080a05 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.cta-circle-btn:hover,
.cta-pill-btn:hover+.cta-circle-btn,
.header-cta-group:hover .cta-circle-btn {
  background-color: #1a1e26 !important;
  transform: translateY(-1.5px) rotate(45deg) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15) !important;
}

.header-cta-group:hover .cta-pill-btn {
  background-color: #c9e650 !important;
  transform: translateY(-1.5px) !important;
  box-shadow: 0 6px 16px rgba(212, 240, 92, 0.25) !important;
}

.menu-button.w-nav-button {
  display: none !important;
}

/* Mobile & Tablet Styles */
@media (max-width: 991px) {
  .header-nav-inner-block.w-nav {
    border-radius: 30px !important;
    padding: 8px 16px !important;
  }

  .menu-button.w-nav-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
    background-color: #f4f6f9 !important;
    border-radius: 50% !important;
    width: 38px !important;
    height: 38px !important;
    transition: all 0.2s ease !important;
  }

  .menu-button.w-nav-button:hover {
    background-color: #ebedf2 !important;
  }

  .menu-button.w-nav-button.w--open {
    background-color: #080a05 !important;
    color: #ffffff !important;
  }

  .mobile-menu-icon {
    font-size: 18px !important;
  }

  .nav-menu-wrap.w-nav-menu {
    background-color: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(228, 232, 243, 0.8) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    padding: 20px !important;
    position: absolute !important;
    top: 66px !important;
    left: 0 !important;
    right: 0 !important;
    display: none !important;
    flex-direction: column !important;
    gap: 12px !important;
    z-index: 1000 !important;
  }

  .w-nav-menu.w--open {
    display: flex !important;
    animation: menuFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  @keyframes menuFadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav-menu-list-wrapper {
    width: 100% !important;
  }

  .nav-menu.w-list-unstyled {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .menu-list {
    width: 100% !important;
  }

  .custom-nav-pill {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 6px 16px 6px 6px !important;
  }

  .nav-menu-button-wrapper {
    margin-top: 12px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .header-cta-group {
    width: 100% !important;
    justify-content: center !important;
  }

  .cta-pill-btn {
    flex-grow: 1 !important;
  }

  .mobile-logo-wrap {
    display: none !important;
  }
}

/* Global Unified Button Hover Animations */
.w-button:not(.w-nav-button):not(.cta-pill-btn):not(.cta-circle-btn):not(.subscribe-button),
.learn-more-button,
.outline-button,
.hero-newsletter-submit-button,
.feature-view-more-button,
.pagination-button,
.cta-button,
.submit-button,
.preview-hero-video-button {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease !important;
  will-change: transform, box-shadow;
}

.w-button:not(.w-nav-button):not(.cta-pill-btn):not(.cta-circle-btn):not(.subscribe-button):hover,
.learn-more-button:hover,
.outline-button:hover,
.hero-newsletter-submit-button:hover,
.feature-view-more-button:hover,
.pagination-button:hover,
.cta-button:hover,
.submit-button:hover,
.preview-hero-video-button:hover {
  /* transform: translateY(-4px) scale(1.03) !important; */
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.08) !important;
}

.w-button:not(.w-nav-button):not(.cta-pill-btn):not(.cta-circle-btn):not(.subscribe-button):active,
.learn-more-button:active,
.outline-button:active,
.hero-newsletter-submit-button:active,
.feature-view-more-button:active,
.pagination-button:active,
.cta-button:active,
.submit-button:active,
.preview-hero-video-button:active {
  transform: translateY(-1px) scale(0.98) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Gradient button hover opposite degree */
.button-primary:hover,
.hero-newsletter-submit-button:hover,
.subscribe-button:hover {
  background: linear-gradient(315deg, #0d1812 0%, #2768ff 100%) !important;
}

/* Footer Social Icon Hover Fix */
.socail-link-wrap:hover .social-icon-image {
  filter: invert(1) brightness(10) !important;
}

/* Careers page job card hover contrast fixes */
.job-list-item-block:hover .job-status-wrap,
.job-list-item-block:hover .job-short-details {
  color: rgba(0, 0, 0, 0.8) !important;
}

.job-status-wrap {
  color: #444444 !important;
}

/* =========================================
   CUSTOM HERO SECTION
   ========================================= */
.custom-hero-section {
  padding: 100px 0% 0px 5%;
  background-color: #fafbfc;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.custom-hero-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -200px;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(62, 111, 255, 0.08) 0%, rgba(250, 251, 252, 0) 70%);
  z-index: 0;
}

.custom-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  position: relative;
  z-index: 1;
}

/* Left Content */
.custom-hero-content {
  flex: 1;
  max-width: 850px;
}

.custom-hero-image-wrap {
  flex: 1;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.custom-hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  scale: 1.2;
}

.custom-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(39, 104, 255, 0.08);
  padding: 6px 14px;
  border-radius: 50px;
  margin: 0px auto 20px auto;
}

.custom-hero-badge .badge-icon {
  font-size: 14px;
  color: #2768ff;
}

.custom-hero-badge .badge-text {
  font-size: 12px;
  font-weight: 700;
  color: #2768ff;
  letter-spacing: 1px;
}

.custom-hero-title {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 800;
  color: #1a1e26;
  margin-bottom: 20px;
}

.custom-hero-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 20px;
  max-width: 550px;
}

/* Form */
.custom-hero-form-wrapper {
  margin-bottom: 30px;
}

.custom-hero-form {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  padding: 0 0 0 20px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  height: 54px;
  overflow: hidden;
  box-sizing: border-box;
}

.custom-hero-form .form-input-group {
  display: flex;
  align-items: center;
  flex: 1;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  height: 100%;
}

.custom-hero-form .input-icon {
  color: #a0aec0;
  margin-right: 12px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.custom-hero-input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 16px;
  color: #2d3748;
  height: 100%;
}

.custom-hero-form .button-primary {
  height: 100% !important;
  border-radius: 100px !important;
  padding: 0 32px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.custom-hero-form .button-primary:hover,
.custom-hero-form .button-primary:active {
  transform: none !important;
  box-shadow: none !important;
}



/* Features Bottom Row */
.custom-hero-features {
  display: flex;
  gap: 30px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.02);
}

.feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(39, 104, 255, 0.08);
  color: #2768ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.feature-icon svg {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
}

.feature-text {
  display: flex;
  flex-direction: column;
}

.feature-text strong {
  font-size: 14px;
  color: #1a1e26;
  margin-bottom: 2px;
}

.feature-text span {
  font-size: 12px;
  color: #718096;
}



/* Responsive */
@media (max-width: 1024px) {
  .custom-hero-section {
    background-image: none !important;
    background-color: #fafbfc !important;
    padding: 50px 5% 60px 5% !important;
  }

  .custom-hero-container {
    flex-direction: column !important;
    text-align: center !important;
    gap: 40px !important;
  }

  .custom-hero-content {
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    max-width: 100% !important;
  }

  .custom-hero-image-wrap {
    width: 100% !important;
    max-width: 500px !important;
    margin: 30px auto 0 auto !important;
    display: flex !important;
    justify-content: center !important;
  }

  .custom-hero-form {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  .custom-hero-features {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .custom-hero-title {
    font-size: 36px !important;
    line-height: 1.3 !important;
  }

  .custom-hero-subtitle {
    max-width: 100% !important;
    font-size: 16px !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .custom-hero-title {
    font-size: 32px !important;
    text-align: center;
    margin: 0 auto 20px auto !important;
  }

  .custom-hero-form-wrapper {
    width: 100% !important;
    max-width: 450px !important;
    margin: 0 auto 30px auto !important;
  }

  .custom-hero-form {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  .custom-hero-form .form-input-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    justify-content: flex-start !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 9999px !important;
    padding: 12px 20px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02) !important;
    height: 50px !important;
  }

  .custom-hero-form .button-primary {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 14px 28px !important;
    height: 50px !important;
    border-radius: 9999px !important;
  }

  .custom-hero-features {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    gap: 12px !important;
  }

  .custom-hero-image-wrap {
    display: none !important;
  }

  .feature-item {
    width: 100% !important;
    max-width: 320px !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }
}

/* =========================================
   UPDATED PRODUCT & MISSION CARD HOVER INTERACTION
   ========================================= */

/* Main Card Transition Overrides */
.nexvora-product-card {
  transition: transform 450ms cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 450ms cubic-bezier(0.25, 1, 0.5, 1),
    border-color 450ms cubic-bezier(0.25, 1, 0.5, 1),
    color 450ms cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Stacking Context & Contrast Control to ensure content is visible in front of background gradient */
.nexvora-product-card .product-top,
.nexvora-product-card h3,
.nexvora-product-card p,
.nexvora-product-card .product-stats,
.nexvora-product-card .product-feature-list,
.nexvora-product-card .product-btn,
.nexvora-product-card .nexvora-product-label {
  position: relative !important;
  z-index: 3 !important;
  padding: 10px 20px !important;
}

/* Background Transition - Solid hover color #dde0ff */
.nexvora-product-card::after {
  background: #dde0ff !important;
  transition: opacity 450ms cubic-bezier(0.25, 1, 0.5, 1) !important;
  z-index: 1 !important;
  inset: 0 !important;
  position: absolute !important;
}

/* Ambient Corner Light Glow Transition */
.nexvora-product-card::before {
  background: linear-gradient(135deg, rgba(39, 104, 255, 0.15), rgba(182, 76, 230, 0)) !important;
  transition: transform 450ms cubic-bezier(0.25, 1, 0.5, 1) !important;
  z-index: 2 !important;
}

.nexvora-product-card:hover::before {
  transform: translate(15px, -15px) scale(1.3) !important;
}

/* Hover State - Shift Card & Soft Glow */
.nexvora-product-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(39, 104, 255, 0.4) !important;
  box-shadow: 0 24px 50px rgba(39, 104, 255, 0.12) !important;
}

/* Specific text color overrides to ensure 100% contrast and readability on hover */
.nexvora-product-card:hover p,
.nexvora-product-card.featured-product:hover p {
  color: #374151 !important;
}

/* Title changes content to premium deep indigo on hover for maximum contrast */
.nexvora-product-card:hover h3 {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: initial !important;
  color: #1e1b4b !important;
  display: inline-block !important;
}

/* Inner Labels and Icons on Card Hover */
.nexvora-product-card:hover .nexvora-product-label {
  background: rgba(30, 27, 75, 0.08) !important;
  color: #1e1b4b !important;
}

.nexvora-product-card:hover .product-icon {
  background: rgba(39, 104, 255, 0.15) !important;
  color: #2768ff !important;
  transform: rotate(5deg) scale(1.05);
}

.product-icon {
  transition: background-color 300ms ease, color 300ms ease, transform 300ms ease !important;
}

/* Statistics inside Cards (Products Page) */
.product-stats div {
  transition: background-color 450ms cubic-bezier(0.25, 1, 0.5, 1),
    border-color 450ms cubic-bezier(0.25, 1, 0.5, 1) !important;
  border: 1px solid transparent;
}

.product-stats strong,
.product-stats span {
  transition: color 450ms cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Card hover adjusts statistics styles to fit light background */
.nexvora-product-card:hover .product-stats div {
  background: #ffffff !important;
  border-color: rgba(30, 27, 75, 0.1) !important;
}

.nexvora-product-card:hover .product-stats strong {
  color: #2768ff !important;
}

.nexvora-product-card:hover .product-stats span {
  color: #4a5568 !important;
}

/* Product Feature List Badge Hover Adjustments */
.nexvora-product-card:hover .product-feature-list span {
  background: #ffffff !important;
  color: #1e1b4b !important;
  border: 1px solid rgba(30, 27, 75, 0.1) !important;
}

.product-feature-list span {
  transition: all 450ms cubic-bezier(0.25, 1, 0.5, 1) !important;
  border: 1px solid transparent;
}

/* Product CTA Button (Products Page) */
.product-btn {
  transition: background 300ms ease, color 300ms ease, transform 300ms ease, box-shadow 300ms ease !important;
  position: relative;
  z-index: 4 !important;
}

/* Set button to gradient button color on card hover */
.nexvora-product-card:hover .product-btn {
  background: linear-gradient(135deg, #0d1812 0%, #2768ff 100%) !important;
  color: #ffffff !important;
}

/* Button direct hover - opposite degree of the gradient (direction change) and lift */
.nexvora-product-card:hover .product-btn:hover {
  background: linear-gradient(315deg, #0d1812 0%, #2768ff 100%) !important;
  color: #ffffff !important;
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 10px 24px rgba(39, 104, 255, 0.3) !important;
}

/* =========================================
   UPDATED CAREER OPENINGS SECTION INTERACTION
   ========================================= */

/* Job List Card Hover Animation */
.job-list-item-block {
  transition: transform 450ms cubic-bezier(0.25, 1, 0.5, 1),
    border-color 450ms cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 450ms cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.job-list-item-block:hover {
  transform: translateY(-8px) !important;
  border-color: #2768ff !important;
  box-shadow: 0 20px 40px rgba(39, 104, 255, 0.08) !important;
}

/* Job Title Hover Animation - Turns into brand signature gradient on hover */
.job-list-item-title {
  transition: color 300ms ease, background 300ms ease !important;
  display: inline-block !important;
}

.job-list-item-block:hover .job-list-item-title {
  background: linear-gradient(90deg, #1165ff 0%, #2768ff 42%, #b64ce6 72%, #ff5aa5 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* CTA Button and Arrow Hover Animation */
.career-view-more-button-wrap {
  transition: background 300ms ease, border-color 300ms ease, color 300ms ease, transform 300ms ease !important;
}

.career-view-more-button-wrap svg {
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1) !important;
  display: block !important;
}

.career-view-more-button-wrap svg path {
  stroke: currentColor !important;
}

/* Light up the button border and shift arrow when parent card is hovered */
.job-list-item-block:hover .career-view-more-button-wrap {
  border-color: #2768ff !important;
}

.job-list-item-block:hover .career-view-more-button-wrap svg {
  transform: translate(2px, -2px);
}

/* Button direct hover - Fill with signature gradient and zoom slightly */
.career-view-more-button-wrap:hover {
  border-color: transparent !important;
  background: linear-gradient(135deg, #1165ff, #b64ce6) !important;
  color: #ffffff !important;
  transform: scale(1.1) !important;
}

.career-view-more-button-wrap:hover svg {
  transform: translate(4px, -4px) scale(1.1) !important;
}

/* =========================================
   INDUSTRIES SERVED SECTION
   ========================================= */

.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 40px;
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .industries-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.industry-card {
  position: relative;
  background: #ffffff !important;
  border: 1px solid rgba(39, 104, 255, 0.08) !important;
  border-radius: 24px !important;
  padding: 36px 28px !important;
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 400ms cubic-bezier(0.25, 1, 0.5, 1),
    border-color 400ms cubic-bezier(0.25, 1, 0.5, 1),
    background 400ms ease !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 10px 30px -10px rgba(39, 104, 255, 0.06) !important;
}

.industry-card:hover {
  transform: translateY(-10px) !important;
  border-color: rgba(39, 104, 255, 0.4) !important;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%) !important;
  box-shadow: 0 30px 60px -15px rgba(39, 104, 255, 0.18) !important;
}

.industry-icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(39, 104, 255, 0.08) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  color: #2768ff !important;
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1),
    background 400ms ease,
    color 400ms ease !important;
}

.industry-card:hover .industry-icon-wrapper {
  background: #2768ff !important;
  color: #ffffff !important;
  transform: scale(1.08) rotate(5deg);
}

.industry-svg-icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.industry-card h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin: 0 0 14px 0 !important;
  color: #0f172a !important;
  line-height: 1.3 !important;
  transition: background 300ms ease, color 300ms ease !important;
}

.industry-card:hover h3 {
  background: linear-gradient(90deg, #1165ff 0%, #b64ce6 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.industry-card p {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #475569 !important;
  margin: 0 0 26px 0 !important;
  flex-grow: 1;
}

.industry-card:hover p {
  color: #1e293b !important;
}

.industry-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.industry-tag-list span {
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 12px !important;
  background: rgba(39, 104, 255, 0.05) !important;
  border: 1px solid rgba(39, 104, 255, 0.1) !important;
  border-radius: 100px !important;
  color: #2768ff !important;
  transition: background 300ms ease, color 300ms ease, border-color 300ms ease !important;
}

.industry-card:hover .industry-tag-list span {
  background: #2768ff !important;
  border-color: #2768ff !important;
  color: #ffffff !important;
}