* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "TeX Gyre Pagella";
  src: url("../fonts/texgyrepagella-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TeX Gyre Pagella";
  src: url("../fonts/texgyrepagella-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TeX Gyre Pagella", serif;
}

h1 {
  font-size: 55px;
  font-weight: 400;
}

h2 {
  font-size: 55px;
  font-weight: 400;
}

h3 {
  font-size: 30px;
  font-weight: 400;
}

p,
li,
span,
a,
button,
input,
textarea,
label {
  font-family: "Manrope", sans-serif;
}

h2 span {
  font-family: "TeX Gyre Pagella", serif !important;
  font-weight: 400;
}

h3 span {
  font-family: "TeX Gyre Pagella", serif !important;
}

p {
  font-size: 18px;
  line-height: 1.6;
}

/* span {

    font-family: "Manrope", sans-serif;

} */

:root {
  --primary-color: #B3F7FF;
  --secondary-color: #0B1F3B;
  --accent-color: #688EFB;
  --bg-color: #0B1F3B;
  --text-white: #ffffff;
  --text-light: #d1d5db;

  --primary: #688EFB;
  --secondary: #B89CE8;
  --accent: #0DB68D;
  --background-light: #B3F7FF;
  --background-soft: #FED8DA;
  --text-dark: #0B1F3B;

  --surface: rgba(255, 255, 255, 0.05);
  --surface-hov: rgba(255, 255, 255, 0.09);
  --border: rgba(255, 255, 255, 0.1);

  --light-bg: #f4f7ff;
  --light-mid: #eef1fb;
  --dark-text: #0B1F3B;
  --mid-text: #4a5580;

  --teal: #06b6d4;
  --violet: #8b5cf6;
  --pink: #ec4899;
  --green: #10b981;
  --muted: #8892b0;

  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;

  --color-aqua: #B3F7FF;
  --color-dark-aqua: #4dc8d6;
  --color-periwinkle: #688EFB;
  --color-lavender: #B89CE8;
  --color-dark-lavender: #9e74e7;
  --color-pink: #F0C0FA;
  --color-darkPink: #eb66e2;
  --color-peach: #FED8DA;
  --color-navy: #0B1F3B;
  --color-green: #0DB68D;


  --overlay-color: rgba(0, 0, 0, 0.5);

  --border-color: rgba(255, 255, 255, 0.2);
}

.tag {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  /* color: #0DB68D; */
  color: var(--color-green);
}

/* ==========================================
   COMMON CARD SYSTEM
   Used by Home + Platform Pages
========================================== */

.card {
  position: relative;
  min-height: 280px;
  background: #ffffff;
  border-radius: 28px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow:
    0 4px 20px rgba(6, 29, 70, 0.07),
    0 1px 4px rgba(6, 29, 70, 0.04);
  transition:
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow:
    0 20px 40px rgba(6, 29, 70, 0.12),
    0 4px 12px rgba(6, 29, 70, 0.05);
}

.card-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
  transition: 0.35s;
}

.card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Manrope", sans-serif !important;

}

.card p {
  font-size: 14px;
  line-height: 1.5;
  color: #1f2228;
  font-family: "Manrope", sans-serif;
}

.card-bold {
  font-weight: 700;
  /* font-family: "TeX Gyre Pagella", serif !important; */
}

/* ==========================================
   COLOR VARIANTS
========================================== */

.greenCard {
  border: 1px solid var(--color-green);
  border-top-width: 6px;
}

.greenCard h3 {
  color: #57c49a;
}

.blueCard {
  border: 1px solid var(--color-periwinkle);
  border-top-width: 6px;
}

.blueCard h3 {
  color: #6686ff;
}

.purpleCard {
  border: 1px solid var(--color-lavender);
  border-top-width: 6px;
}

.purpleCard h3 {
  color: #a47bc8;
}

.cyanCard {
  border: 1px solid var(--color-dark-aqua);
  border-top-width: 6px;
}

.cyanCard h3 {
  color: #56cfff;
}

.pinkCard {
  border: 1px solid var(--color-darkPink);
  border-top-width: 6px;
}

.pinkCard h3 {
  color: var(--color-darkPink);
}

/* ==========================================
   HOVER GLOWS
========================================== */

.greenCard:hover {
  box-shadow:
    0 0 15px rgba(131, 237, 197, 0.4),
    0 0 35px rgba(132, 208, 179, 0.25),
    0 0 60px rgba(145, 221, 192, 0.214);
}

.blueCard:hover {
  box-shadow:
    0 0 15px rgba(102, 134, 255, 0.45),
    0 0 35px rgba(102, 134, 255, 0.25),
    0 0 60px rgba(102, 134, 255, 0.15);
}

.purpleCard:hover {
  box-shadow:
    0 0 15px rgba(174, 113, 228, 0.4),
    0 0 35px rgba(204, 166, 238, 0.25),
    0 0 60px rgba(188, 141, 230, 0.15);
}

.cyanCard:hover {
  box-shadow:
    0 0 15px rgba(86, 207, 255, 0.45),
    0 0 35px rgba(86, 207, 255, 0.25),
    0 0 60px rgba(86, 207, 255, 0.15);
}

.pinkCard:hover {
  box-shadow:
    0 0 15px rgba(236, 115, 238, 0.4),
    0 0 35px rgba(232, 149, 243, 0.25),
    0 0 60px rgba(234, 133, 234, 0.15);
}


/* hero buttons */
.comman-page-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 40px;
  align-items: center;
}

.comman-page-button-secondary {
  position: relative;
  overflow: hidden;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 999px;
  margin-top: 25px;

  /* border: 1px solid rgb(70, 215, 181); */
  border: 1px solid #35d6ff;
  background: transparent;

  color: white;
  text-decoration: none;
}

.comman-page-button-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60px;
  height: 100%;

  background: linear-gradient(90deg,
      transparent,
      rgb(70, 215, 181),
      rgba(70, 215, 181, 0.583),
      rgba(53, 214, 255, 0.25),
      transparent);

  transform: skewX(-25deg);
  transition: left 0.6s ease;
}

.comman-page-button-secondary:hover {
  box-shadow:
    0 0 12px rgba(53, 214, 255, 0.25),
    inset 0 0 12px rgba(53, 214, 255, 0.08);
}

.comman-page-button-secondary:hover::before {
  left: 130%;
}

.comman-page-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 35px;
  padding: 10px 18px;
  border-radius: 50px;
  border: 1px solid rgba(78, 217, 199, 0.25);
  background: rgba(78, 217, 199, 0.08);
  color: #b8f6ff;
  font-size: 12px;
  letter-spacing: 1px;
}

.comman-page-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 12px #4ed9c7;
  background: var(--color-green);
}

@media screen and (min-width: 500px) and (max-width: 1200px) {

  h1,
  h2 {
    font-size: 45px !important;
  }


  h3 {
    font-size: 35px;
  }

  p {
    font-size: 15px !important;
  }
}


.home-page-access-btn {
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #35d6ff;
  background: rgba(53, 214, 255, 0.1);
  color: white;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
  min-width: max-content;
  text-decoration: none;
  text-align: center;
}

.home-page-access-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60px;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(53, 214, 255, 0.25),
      rgba(53, 214, 255, 0.45),
      rgba(53, 214, 255, 0.25),
      transparent);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
}

.home-page-access-btn:hover {
  background: transparent;
  box-shadow:
    0 0 12px rgba(53, 214, 255, 0.25),
    inset 0 0 12px rgba(53, 214, 255, 0.08);
}

.home-page-access-btn:hover::before {
  left: 130%;
}


.home-page-hero-tag {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 10px;
  border: 1px solid rgba(83, 208, 165, 0.8);
  border-radius: 999px;
  background: linear-gradient(90deg,
      rgba(4, 24, 67, 0.95) 0%,
      rgba(8, 38, 90, 0.75) 50%,
      rgba(4, 24, 67, 0.95) 100%);
  background: linear-gradient(90deg,
      rgba(4, 24, 67, 0) 0%,
      rgba(8, 38, 90, 0.75) 50%,
      rgba(4, 24, 67, 0) 100%);

  box-shadow:
    0 0 25px rgba(83, 208, 165, 0.08),
    inset 0 0 20px rgba(83, 208, 165, 0.03);

  color: #b8f6ff;
  font-size: 12px;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
  backdrop-filter: blur(8px);
}

.home-page-hero-tag h1 span {
  font-family: 'Tex gyre pagella', 'serif' !important;
}



.green-heading {
  color: var(--color-green) !important;
}

.blue1-heading {
  color: var(--color-dark-aqua) !important;
}

.blue2-heading {
  color: var(--color-periwinkle) !important;
}

.purple-heading {
  color: #6770ff !important;
}

.pink-heading {
  color: var(--color-lavender) !important;
}



.home-page-homeSection3Btn {
  position: relative;
  margin-top: 30px;
  padding: 15px 35px;
  border-radius: 50px;
  border: 1px solid #42ff9e;
  background: transparent;
  color: white;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: 0.35s ease;
  overflow: visible;
}


/* hover  */
.home-page-homeSection3Btn:hover {
  color: #42ff9e;

  background: rgba(66, 255, 158, 0.08);

  box-shadow:
    0 0 15px rgba(66, 255, 158, 0.4),
    0 0 40px rgba(66, 255, 158, 0.2);
}

.home-page-homeSection3Btn:hover .home-page-star1 {
  opacity: 1;
  top: -10px;
  left: -1px;
}

.home-page-homeSection3Btn:hover .home-page-star2 {
  opacity: 1;
  top: -5px;
  left: 30%;
}

.home-page-homeSection3Btn:hover .home-page-star3 {
  opacity: 1;
  top: 80%;
  left: -1px;
}

.home-page-homeSection3Btn:hover .home-page-star4 {
  opacity: 1;
  top: 15%;
  left: 105%;
}

.home-page-homeSection3Btn:hover .home-page-star5 {
  opacity: 1;
  top: 100%;
  left: 85%;
}

.home-page-homeSection3Btn:hover .home-page-star6 {
  opacity: 1;
  top: -0px;
  left: 80%;
}

/* 
.home-page-homeSection3Btn {
    width: 80%;
    padding: 10px;
  } */

@media screen and (max-width: 500px) {

  h1,
  h2 {
    font-size: 32px !important;
  }

  h3 {
    font-size: 26px;
  }

  .home-page-access-btn {
    width: 100%;
    padding: 11px;
  }

  .home-page-hero-tag {
    font-size: 11px;
    padding: 8px 14px;

  }
}