/* Fonts loaded once via app layout — avoids duplicate blocking @import requests. */

@font-face{
  font-family: "Inter";
  src: url("/website/assets/fonts/Inter/Inter-VariableFont_opsz\,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face{
  font-family: "Inter";
  src: url("/website/assets/fonts/Inter/Inter-Italic-VariableFont_opsz\,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face{
  font-family: "Poppins";
  src: url("/website/assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face{
  font-family: "Figtree";
  src: url("/website/assets/fonts/Figtree/Figtree-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face{
  font-family: "Figtree";
  src: url("/website/assets/fonts/Figtree/Figtree-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face{
  font-family: "Hanken Grotesk";
  src: url("/website/assets/fonts/Hanken_Grotesk/HankenGrotesk-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face{
  font-family: "Hanken Grotesk";
  src: url("/website/assets/fonts/Hanken_Grotesk/HankenGrotesk-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face{
  font-family: "Roboto";
  src: url("/website/assets/fonts/Roboto/Roboto-VariableFont_wdth\,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face{
  font-family: "Roboto";
  src: url("/website/assets/fonts/Roboto/Roboto-Italic-VariableFont_wdth\,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face{
  font-family: "Manrope";
  src: url("/website/assets/fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face{
  font-family: "DM Sans";
  src: url("/website/assets/fonts/DM_Sans/DMSans-VariableFont_opsz\,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face{
  font-family: "DM Sans";
  src: url("/website/assets/fonts/DM_Sans/DMSans-Italic-VariableFont_opsz\,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face{
  font-family: "Geist";
  src: url("/website/assets/fonts/Geist/Geist-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face{
  font-family: "Geist";
  src: url("/website/assets/fonts/Geist/Geist-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

.inter-font {
  font-family: "Inter", sans-serif;
}

.poppins-font {
  font-family: "Poppins", sans-serif;
}

.figtree-font {
  font-family: "Figtree", sans-serif;
}

.hanken-grotesk {
  font-family: "Hanken Grotesk", sans-serif;
}

.roboto-font {
  font-family: "Roboto", sans-serif ;
}

.manrope-font{
    font-family: "Manrope", sans-serif;

}

.cards-row {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cards-row::-webkit-scrollbar {
  display: none;
}

/* Package sliders: mobile arrows in tab toolbar; desktop beside cards */
@media (max-width: 1023px) {
  .packages-slider-wrap > .packages-slider-track {
    width: 100%;
    flex: 1 1 100%;
  }
}

.packages-slider-arrows-toolbar,
.plans-slider-arrows-toolbar {
  flex-shrink: 0;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
}
.geist-font {
  font-family: "Geist", sans-serif;
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
  .cards-row .card-wrapper {
    flex: 0 0 calc((100% - 2 * 1rem) / 3);
    width: calc((100% - 2 * 1rem) / 3);
    max-width: calc((100% - 2 * 1rem) / 3);
  }
}
@media (min-width: 1200px) {
  .cards-row .card-wrapper {
    flex: 0 0 calc((100% - 3 * 1rem) / 4);
    width: calc((100% - 3 * 1rem) / 4);
    max-width: calc((100% - 3 * 1rem) / 4);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-logo {
  display: flex;
  width: max-content;
  animation: marquee-right 20s linear infinite;
}

@keyframes marquee-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}

.marquee-logo-two {
  display: flex;
  width: max-content;
  animation: marquee-left 20s linear infinite;
}

@keyframes marquee-left {
  from {
    transform: translateX(-33.333%);
  }
  to {
    transform: translateX(0);
  }
}

/* modal-animation */
/* Spinner animation - slow, deliberate rotation */
@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner-ring {
  animation: spin-slow 1.8s linear infinite;
}

/* Modal fade/scale in */
@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(8px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.modal-animate {
  animation: modalIn 0.35s ease-out forwards;
}

@keyframes overlayIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.overlay-animate {
  animation: overlayIn 0.25s ease-out forwards;
}

/* Step check pop-in */
@keyframes checkPop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  60% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.check-pop {
  animation: checkPop 0.35s ease-out forwards;
}

/* Pulse dot for "in progress" step */
@keyframes pulseDot {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 107, 255, 0.4);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 107, 255, 0.08);
  }
}
.pulse-dot {
  animation: pulseDot 1.4s ease-in-out infinite;
}

/* subtle text fade for the bottom helper line */
@keyframes textFade {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}
.text-fade {
  animation: textFade 1.8s ease-in-out infinite;
}

/* shake animation for error state */
@keyframes shake {
  10%,
  90% {
    transform: translateX(-1px);
  }
  20%,
  80% {
    transform: translateX(2px);
  }
  30%,
  50%,
  70% {
    transform: translateX(-4px);
  }
  40%,
  60% {
    transform: translateX(4px);
  }
}
.shake-anim {
  animation: shake 0.5s ease-in-out;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}


/* mission cards hover effect */
.feature-card{
    transition: background-color .5s ease, border-color .5s ease, color .5s ease;
}

.feature-card.active{
    background:#111827;
    border-color:#111827;
}

.feature-card.active h3,
.feature-card.active p{
    color:white;
}

@keyframes flow-move {
    0% { transform: translateX(-110%); }
    100% { transform: translateX(220%); }
}
.animate-flow-streak {
    animation: flow-move 1.6s linear infinite;
}

input[type="checkbox"] {
  accent-color: #0F172A; /* Gray-800 */
}