/* Font Imports */
@font-face {
  font-family: "PlusJakartaSans-Light";
  src: url("./assets/fonts/PlusJakartaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans-Regular";
  src: url("./assets/fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans-Medium";
  src: url("./assets/fonts/PlusJakartaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans-SemiBold";
  src: url("./assets/fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Variables */
:root {
  /* Colors */

  --color-primary: #140871;
  --color-secondary: #5648ff;
  --color-text: #d8d5ff;
  --color-accent: #3b27d0;
  --color-light: #3a5754;
  --color-dark: #140870;
  --color-orange: #f26a38;
  --color-white: #ffffff;

  /* Font Families */
  --font-primary: "PlusJakartaSans-Regular", sans-serif;
  --font-primary-light: "PlusJakartaSans-Light", sans-serif;
  --font-primary-bold: "PlusJakartaSans-Medium", sans-serif;
  --font-secondary: "Palatino", serif;

  /* Custom Font Sizes */
  --fs-xs: clamp(0.75rem, 0.7vw, 0.8vw); /* 12px - 14px */
  --fs-sm: clamp(0.875rem, 0.8vw, 0.9vw); /* 14px - 16px */
  --fs-base: clamp(1rem, 1vw, 0.8vw); /* 16px - 18px */
  --fs-lg: clamp(1.125rem, 22px, 1.15vw); /* 18px - 22px */
  --fs-xl: clamp(1.25rem, 1.5vw, 1.2vw); /* 20px - 24px */
  --fs-2xl: clamp(1.5rem, 2vw, 2rem); /* 24px - 32px */
  --fs-3xl: clamp(1.7rem, 2.6vw, 2.1vw); /* 32px - 40px */
  --fs-4xl: clamp(2.5rem, 4.2vw, 4.2vw); /* 40px - 48px */

  /* Container Widths */
  --container-max-width: 100%;
  --container-padding: clamp(1rem, 5vw, 5rem);
  --container-pt: clamp(3rem, 10vw, 10rem);
  --container-pb: clamp(3rem, 10vw, 10rem);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--font-primary);
  color: #fff;
}
/* Container Classes */
.site-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.container-py {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pb);
}
/* Font Size Utility Classes */
.fs-xs {
  font-size: var(--fs-xs);
}
.fs-sm {
  font-size: var(--fs-sm);
}
.fs-base {
  font-size: var(--fs-base);
}
.fs-lg {
  font-size: var(--fs-lg);
}
.fs-xl {
  font-size: var(--fs-xl);
}
.fs-2xl {
  font-size: var(--fs-2xl);
}
.fs-3xl {
  font-size: var(--fs-3xl);
}
.fs-4xl {
  font-size: var(--fs-4xl);
  line-height: 1.1;
}
.letter-spacing {
  letter-spacing: 8px;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-center {
  background-position: center !important;
}
.text-orange {
  color: var(--color-orange);
}
.text-primary {
  color: var(--color-primary);
}
.text-color {
  color: var(--color-text);
}
/* Font Family Utility Classes */
.font-primary {
  font-family: var(--font-primary);
}
.font-primary-light {
  font-family: var(--font-primary-light);
}
.font-primary-bold {
  font-family: var(--font-primary-bold);
  font-weight: 500;
}
.font-secondary {
  font-family: var(--font-secondary);
}
/*Custom Background*/
.bg-primary {
  background-color: var(--color-primary);
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-accent {
  background-color: var(--color-accent);
}
.bg-dark {
  background-color: var(--color-dark);
}
/* Spacing utilities */
.gap-sm {
  gap: clamp(0.5rem, 1vw, 1rem);
}
.gap-md {
  gap: clamp(1rem, 2vw, 2rem);
}
.gap-lg {
  gap: clamp(2rem, 4vw, 4rem);
}

/* Max-width containers */
.content-sm {
  max-width: clamp(20rem, 85%, 40rem);
}
.content-md {
  max-width: clamp(40rem, 85%, 60rem);
}
.content-lg {
  max-width: clamp(60rem, 85%, 80rem);
}

/* Line heights */
.lh-tight {
  line-height: 1.1;
}
.lh-normal {
  line-height: 1.5;
}
.lh-loose {
  line-height: 1.8;
}
/*Header*/
/*Home*/
.hero-section {
  background-position: right -60% bottom 120%;
  background-repeat: no-repeat;
  margin-top: 0;
  z-index: 9;
}
/* risk hero*/
.risk-hero-section {
  background-position: right -90% bottom 10%;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
  .risk-hero-section {
    background-position: right -650% bottom 10%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1536px) {
  .risk-hero-section {
    background-position: right -90% bottom 10%;
  }
}
.banner {
  display: flex;
  align-items: center;
  background-color: #443b8d; /* Matching button background */
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 25px; /* Rounded corners */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.icon::before {
  content: "⚡"; /* Lightning bolt icon */
}
/*Developer insurance page*/
.horizontal-line {
  width: 2px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.8);
  align-self: center;
  margin: 2rem 0;
}
.active {
  position: relative;
}
.active::after {
  content: "";
  width: 30px;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  background-color: #fff;
}
.step-card a {
  position: relative;
}
.step-card a::after {
  content: "";
  width: 30px;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  background-color: #fff;
}
.step-name {
  text-decoration: uppercase;
  letter-spacing: 5px;
  font-size: 0.8rem;
}
.active-check {
  display: none;
}
.active-card .active-check {
  display: block;
}
.roadmap-item {
  position: relative;
  z-index: 1;
}
.roadmap-item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 90%;
  bottom: -110%;
  width: 2px;
  background-image: radial-gradient(circle, #6366f1 1px, transparent 2px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
  z-index: -1;
}
.roadmap-item:last-child::before {
  display: none;
}
.toggle-active {
  display: flex;
  flex-direction: column;
}
.toggle-inactive {
  display: none;
}

.is-active {
  color: var(--color-white) !important;
}
main {
  z-index: 9;
  position: relative;
}
.header {
  /*   background-color: var(--color-primary); */
  background-color: transparent;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
  height: 150px;
  transition: all 0.3s ease;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.desktop-menu {
  display: none;
}

.nav-link {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s;
}

.nav-link:hover {
  color: white;
}

.login-btn {
  padding: 0.75rem 2.5rem;
  border: 1px solid white;
  border-radius: 9999px;
  transition: all 0.3s;
}

.login-btn:hover {
  background-color: white;
  color: #140871;
}

.menu-btn {
  width: 2rem;
  height: 2rem;
  position: relative;
  padding: 0.5rem;
  display: block;
}

.menu-btn__line {
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0.25rem;
  transition: all 0.3s;
}

.menu-btn__line:nth-child(1) {
  top: 0.5rem;
}

.menu-btn__line:nth-child(2) {
  top: 1rem;
}

.menu-btn__line:nth-child(3) {
  top: 1.5rem;
}

.menu-btn.is-active .menu-btn__line:nth-child(1) {
  transform: rotate(45deg);
  top: 1rem;
}

.menu-btn.is-active .menu-btn__line:nth-child(2) {
  opacity: 0;
}

.menu-btn.is-active .menu-btn__line:nth-child(3) {
  transform: rotate(-45deg);
  top: 1rem;
}

.mobile-nav {
  position: fixed;
  left: 0;
  background-color: var(--color-primary);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}

.mobile-nav.is-active {
  transform: translateX(0);
}

.mobile-nav__content {
  margin-top: 5rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.mobile-nav__link {
  font-size: 1.125rem;
  color: white;
  transition: color 0.3s;
}

.mobile-nav__link:hover {
  color: var(--color-secondary);
}

@media (min-width: 1024px) {
  .menu-btn {
    display: none;
  }

  .desktop-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex: 1.5;
    justify-content: space-between;
    padding: 0 5%;
  }
}
@media (min-width: 1400px) {
  .desktop-menu {
    padding: 0 15%;
  }
}
.text-parent-sect p {
  opacity: 0.9;
  line-height: 1.3;
}
.logo-column {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.insurance-form-field {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  background: #5c64f4 !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 0.5rem !important;
}
.insurance-form-submit {
  padding: 0.8rem 3rem !important;
  font-weight: bold;
  cursor: pointer;
  margin-top: 2rem;
}
/* For screens between 768px and 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .container-py {
    padding-top: 125px;
  }
}

/* For screens between 640px and 768px */
@media (min-width: 640px) and (max-width: 768px) {
  .container-py {
    padding-top: 100px;
  }
}

/* For screens smaller than 640px (mobile) */
@media (max-width: 640px) {
  .container-py {
    padding-top: 60px;
  }
}
.form-label {
  color: #b3c1e0;
}
.hero-background-home {
  mix-blend-mode: lighten;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .quote-text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .quote-text {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media (max-width: 640px) {
  .quote-text {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
  /* Font Families */
  --font-primary: "PlusJakartaSans-Regular", sans-serif;
  --font-primary-light: "PlusJakartaSans-Light", sans-serif;
  --font-primary-bold: "PlusJakartaSans-Medium", sans-serif;
  --font-secondary: "Palatino", serif;

  /* Custom Font Sizes */
  --fs-xs: clamp(0.75rem, 0.7vw, 0.8vw); /* 12px - 14px */
  --fs-sm: clamp(0.875rem, 0.8vw, 0.9vw); /* 14px - 16px */
  --fs-base: clamp(1rem, 1vw, 0.8vw); /* 16px - 18px */
  --fs-lg: clamp(1.125rem, 22px, 1.15vw); /* 18px - 22px */
  --fs-xl: clamp(1.25rem, 1.5vw, 1.2vw); /* 20px - 24px */
  --fs-2xl: clamp(1.5rem, 2vw, 2rem); /* 24px - 32px */
  --fs-3xl: clamp(1.7rem, 2.6vw, 2.1vw); /* 32px - 40px */
  --fs-4xl: clamp(2.5rem, 4.2vw, 4.2vw); /* 40px - 48px */

  /* Container Widths */
  --container-max-width: 100%;
  --container-padding: clamp(1rem, 5vw, 5rem);
  --container-pt: clamp(3rem, 10vw, 10rem);
  --container-pb: clamp(3rem, 10vw, 10rem);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--font-primary);
  color: #fff;
}
/* Container Classes */
.site-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.container-py {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pb);
}
/* Font Size Utility Classes */
.fs-xs {
  font-size: var(--fs-xs);
}
.fs-sm {
  font-size: var(--fs-sm);
}
.fs-base {
  font-size: var(--fs-base);
}
.fs-lg {
  font-size: var(--fs-lg);
}
.fs-xl {
  font-size: var(--fs-xl);
}
.fs-2xl {
  font-size: var(--fs-2xl);
}
.fs-3xl {
  font-size: var(--fs-3xl);
}
.fs-4xl {
  font-size: var(--fs-4xl);
  line-height: 1.1;
}
.letter-spacing {
  letter-spacing: 8px;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-center {
  background-position: center !important;
}
.text-orange {
  color: var(--color-orange);
}
.text-primary {
  color: var(--color-primary);
}
.text-color{
	color: var(--color-text);
}
/* Font Family Utility Classes */
.font-primary {
  font-family: var(--font-primary);
}
.font-primary-light {
  font-family: var(--font-primary-light);
}
.font-primary-bold {
  font-family: var(--font-primary-bold);
	font-weight:500;
}
.font-secondary {
  font-family: var(--font-secondary);
}
/*Custom Background*/
.bg-primary {
  background-color: var(--color-primary);
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-accent {
  background-color: var(--color-accent);
}
.bg-dark {
  background-color: var(--color-dark);
}
/* Spacing utilities */
.gap-sm {
  gap: clamp(0.5rem, 1vw, 1rem);
}
.gap-md {
  gap: clamp(1rem, 2vw, 2rem);
}
.gap-lg {
  gap: clamp(2rem, 4vw, 4rem);
}

/* Max-width containers */
.content-sm {
  max-width: clamp(20rem, 85%, 40rem);
}
.content-md {
  max-width: clamp(40rem, 85%, 60rem);
}
.content-lg {
  max-width: clamp(60rem, 85%, 80rem);
}

/* Line heights */
.lh-tight {
  line-height: 1.1;
}
.lh-normal {
  line-height: 1.5;
}
.lh-loose {
  line-height: 1.8;
}
/*Header*/
/*Home*/
.hero-section {
  background-position: right -60% bottom 120%;
  background-repeat: no-repeat;
  margin-top: 0;
  z-index: 9;
}
/* risk hero*/
.risk-hero-section {
  background-position: right -90% bottom 10%;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
  .risk-hero-section {
    background-position: right -650% bottom 10%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1536px) {
  .risk-hero-section {
    background-position: right -90% bottom 10%;
  }
}
.banner {
  display: flex;
  align-items: center;
  background-color: #443b8d; /* Matching button background */
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 25px; /* Rounded corners */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.icon::before {
  content: "⚡"; /* Lightning bolt icon */
}
/*Developer insurance page*/
.horizontal-line {
  width: 2px;
  height: 150px;
  background-color: rgba(255,255,255,0.8);
  align-self: center;
  margin: 2rem 0;
}
.active {
  position: relative;
}
.active::after {
  content: "";
  width: 30px;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  background-color: #fff;
}
.step-card a {
  position: relative;
}
.step-card a::after {
  content: "";
  width: 30px;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  background-color: #fff;
}
.step-name {
  text-decoration: uppercase;
  letter-spacing: 5px;
  font-size: 0.8rem;
}
.active-check {
  display: none;
}
.active-card .active-check {
  display: block;
}
.roadmap-item {
  position: relative;
  z-index: 1;
}
.roadmap-item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 90%;
  bottom: -110%;
  width: 2px;
  background-image: radial-gradient(circle, #6366f1 1px, transparent 2px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
  z-index: -1;
}
.roadmap-item:last-child::before {
  display: none;
}
.toggle-active {
  display: flex;
  flex-direction: column;
}
.toggle-inactive {
  display: none;
}

.is-active {
  color: var(--color-white) !important;
}
main {
  z-index: 9;
  position: relative;
}
.header {
/*   background-color: var(--color-primary); */
	 background-color: transparent;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
	height:150px;
	transition: all 0.3s ease;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.desktop-menu {
  display: none;
}

.nav-link {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s;
}

.nav-link:hover {
  color: white;
}

.login-btn {
  padding: 0.75rem 2.5rem;
  border: 1px solid white;
  border-radius: 9999px;
  transition: all 0.3s;
}

.login-btn:hover {
  background-color: white;
  color: #140871;
}

.menu-btn {
  width: 2rem;
  height: 2rem;
  position: relative;
  padding: 0.5rem;
  display: block;
}

.menu-btn__line {
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0.25rem;
  transition: all 0.3s;
}

.menu-btn__line:nth-child(1) {
  top: 0.5rem;
}

.menu-btn__line:nth-child(2) {
  top: 1rem;
}

.menu-btn__line:nth-child(3) {
  top: 1.5rem;
}

.menu-btn.is-active .menu-btn__line:nth-child(1) {
  transform: rotate(45deg);
  top: 1rem;
}

.menu-btn.is-active .menu-btn__line:nth-child(2) {
  opacity: 0;
}

.menu-btn.is-active .menu-btn__line:nth-child(3) {
  transform: rotate(-45deg);
  top: 1rem;
}

.mobile-nav {
  position: fixed;
  left: 0;
  background-color: var(--color-primary);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}

.mobile-nav.is-active {
  transform: translateX(0);
}

.mobile-nav__content {
  margin-top: 5rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.mobile-nav__link {
  font-size: 1.125rem;
  color: white;
  transition: color 0.3s;
}

.mobile-nav__link:hover {
  color: var(--color-secondary);
}

@media (min-width: 1024px) {
  .menu-btn {
    display: none;
  }

  .desktop-menu {
        display: flex;
        align-items: center;
        gap: 2rem;
        flex: 1.5;
        justify-content: space-between;
        padding: 0 5%;
  }
}
@media (min-width:1400px) {
	.desktop-menu {
		 padding: 0 15%;
	}
}
.text-parent-sect p {
	opacity:0.9;
	line-height: 1.3;
}
.logo-column {
	grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    flex-direction: column;
	justify-content:space-between;
}
.insurance-form-field {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    background: #5C64F4 !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 0.5rem !important;
}
.insurance-form-submit {
    padding: 0.8rem 3rem !important;
    font-weight: bold;
    cursor: pointer;
    margin-top: 2rem;
}
/* For screens between 768px and 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .container-py {
        padding-top: 125px;
    }
}

/* For screens between 640px and 768px */
@media (min-width: 640px) and (max-width: 768px) {
    .container-py {
        padding-top: 100px;
    }
}

/* For screens smaller than 640px (mobile) */
@media (max-width: 640px) {
    .container-py {
        padding-top: 60px;
    }
}
.form-label {
	color:#B3C1E0;
}


.quote-cc {
	display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
    margin-top: 30px !important;
}

.fs-base.text-white\/80.text-center.text-parent-sect p {
    margin-bottom: 1.5em;
}