@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap");

html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Sora", sans-serif;
  color: #222;
  line-height: 1.6;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem;
}

.logo img {
  height: 40px;
  width: auto;
}

nav ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem;
  flex-wrap: wrap;
}

.logo img {
  height: 40px;
  width: auto;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #747688;
  transition: color 0.3s ease;
}

nav a.active {
  color: #5300fa;
}

nav a:hover {
  color: #5300fa;
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem;
  }

  nav ul {
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
  }

  nav a {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .navbar {
    justify-content: center;
  }

  .logo img {
    height: 50px;
  }
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  nav ul {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    gap: 1.2rem;
    padding: 0;
  }

  nav a {
    font-size: 18px;
  }
}

.hero {
  text-align: center;
  padding: 6rem 1rem 8rem;
  background-color: #ffffff;
}

.hero h1 {
  font-size: 48px;
  font-weight: 700;
  color: #343335;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  line-height: 1.3;
}

.hero p {
  font-size: 32px;
  color: #343335;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.hero-subtext {
  font-size: 36px;
  font-weight: 700;
  color: #343335;
  margin-bottom: 2rem;
  margin-top: 1rem;
  line-height: 1.3;
}

.btn-primary {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  color: #ffffff;
  background-color: #6b00ff;
  border: none;
  padding: 1rem 3rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #5300fa;
  transform: scale(1.03);
}

.hero-subtext {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.2rem;
  margin-top: 1rem;
}

.hero {
  text-align: center;
  padding: 8rem 1rem;
  background-color: #ffffff;
}

.hero-button {
  font-size: 20px;
  padding: 0.8rem 2rem;
  border-radius: 10px;
  font-weight: 600;
  background-color: #6b00ff;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-button:hover {
  background-color: #5300fa;
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .hero-button {
    font-size: 18px;
    padding: 0.7rem 1.8rem;
  }
}

@media (max-width: 480px) {
  .hero-button {
    font-size: 16px;
    padding: 0.6rem 1.6rem;
  }
}

.how-it-works {
  background-color: #e4c9ff;
  padding: 4rem 1rem;
  text-align: center;
}

.patent-pill {
  display: inline-block;
  background-color: #e9dcff;
  color: #4a3b8f;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 999px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-top: 1.5rem;
  font-family: "Inter", sans-serif;
  border: 1px solid #d7c8ff;
}

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  padding-bottom: 5rem;
}

.slides {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e4c9ff;
  padding: 3rem 3.5rem;
  border-radius: 20px;
  gap: 2rem;
  height: auto;
  min-height: 400px;
}

.slide.intro {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.how-it-works .slide.intro h2 {
  font-size: 48px;
  font-weight: 700;
  color: #5300fa;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
}

.how-it-works .slide.intro p {
  font-size: 20px;
  color: #444;
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
}

.slide .text {
  flex: 1;
  text-align: left;
}

.how-it-works .slide .text h3 {
  font-size: 48px;
  font-weight: 700;
  color: #5300fa;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.how-it-works .slide .text p {
  font-size: 20px;
  color: #343335;
  line-height: 1.7;
  font-weight: 400;
}

.slide .image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide .image img {
  width: 100%;
  max-width: 260px;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  background-color: transparent;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.image.multiple {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
}

.exp-card {
  position: absolute;
  width: 170px;
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.exp-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exp-card .label {
  position: absolute;
  left: 8px;
  top: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 10px;
  font-weight: 600;
}

.card1 {
  transform: translateX(-90px) rotate(-3deg);
  z-index: 1;
}
.card2 {
  transform: translateX(0) rotate(0deg);
  z-index: 2;
}
.card3 {
  transform: translateX(90px) rotate(3deg);
  z-index: 1;
}

.exp-card:hover {
  transform: scale(1.05);
  z-index: 3;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.controls {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}

.controls button {
  width: 55px;
  height: 55px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #ffffff;
  color: #6b00ff;
  font-size: 1.4rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.controls button:hover {
  background-color: #6b00ff;
  color: #fff;
  transform: scale(1.05);
}

.controls {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  z-index: 10;
}

@media (max-width: 768px) {
  .controls button {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    touch-action: manipulation;
  }

  .controls button:active {
    background-color: #6b00ff;
    color: #fff;
    transform: scale(1.05);
  }

  .controls button.tapped {
    background-color: #6b00ff;
    color: #fff;
    transform: scale(1.05);
    transition: all 0.3s ease;
  }
}

.dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbb2ff;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #6b00ff;
}

.why-orbt {
  padding: 5rem 2rem;
  max-width: 1200px;
  margin: auto;
}

.why-orbt h2 {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  color: #5300fa;
  margin-bottom: 4rem;
  line-height: 1.1;
}

.why-orbt .feature {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 6rem;
  margin-bottom: 6rem;
}

.why-orbt .feature.reverse {
  flex-direction: row-reverse;
}

.why-orbt .feature .text,
.why-orbt .feature .image {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-orbt .feature .text h3 {
  font-size: 36px;
  font-weight: 700;
  color: #5300fa;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}

.why-orbt .feature .text p {
  font-size: 1rem;
  color: #343335;
  line-height: 1.7;
  margin-bottom: 0.6rem;
}

.why-orbt .feature .image img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
}

.why-orbt .feature .image img {
  width: 100%;
  height: auto;
  max-width: 500px;
  object-fit: contain;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .why-orbt {
    padding: 3rem 1.5rem;
  }

  .why-orbt h2 {
    font-size: 42px;
    margin-bottom: 3rem;
  }

  .why-orbt .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.2rem;
    margin-bottom: 4rem;
  }

  .why-orbt .feature.reverse {
    flex-direction: column;
  }

  .why-orbt .feature .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .why-orbt .feature .text h3 {
    color: #5300fa;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
  }

  .why-orbt .feature .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    order: 2;
  }

  .why-orbt .feature .image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  }

  .why-orbt .feature .text p {
    font-size: 15px;
    line-height: 1.6;
    color: #343335;
    max-width: 90%;
    margin-top: 0.8rem;
    text-align: center;
  }

  .why-orbt .feature .text p strong {
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: #222;
    margin-bottom: 0.3rem;
  }
}

@media (max-width: 768px) {
  .why-orbt .feature {
    gap: 0.2rem !important;
    margin-bottom: 1.4rem !important;
  }

  .why-orbt .feature .text h3 {
    font-size: 20px !important;
    margin-bottom: 0.1rem !important;
  }

  .why-orbt .feature .text p {
    font-size: 16px !important;
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
  }

  .why-orbt .feature .image img {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }
}

@media (max-width: 768px) {
  .why-orbt .feature .text p {
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    max-width: 90%;
    margin: 0.8rem auto 0.8rem;
    word-break: keep-all;
  }

  .why-orbt .feature .text p strong {
    display: inline;
    font-weight: 600;
    color: #222;
  }
}

.slide.choose-experience {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.5rem 4rem;
  border-radius: 16px;
  gap: 4rem;
}

.slide.choose-experience .text {
  flex: 1;
  text-align: left;
  margin-left: 1rem;
}

.slide.choose-experience .text h3 {
  font-size: 2.2rem;
  color: #4b00e0;
  font-weight: 700;
  margin-bottom: 1.4rem;
}

.slide.choose-experience .text p {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.7;
  max-width: 95%;
}

@media (max-width: 1024px) {
  .slide.choose-experience {
    padding: 3rem 2.5rem;
    gap: 3.5rem;
  }

  .slide.choose-experience .text {
    margin-left: 0.5rem;
  }

  .slide.choose-experience .text h3 {
    margin-bottom: 1.2rem;
  }

  .slide.choose-experience .text p {
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  .slide.choose-experience {
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem 1.2rem;
  }

  .slide.choose-experience .text {
    text-align: center;
    margin: 0;
  }

  .slide.choose-experience .text h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .slide.choose-experience .text p {
    font-size: 1rem;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .slide.choose-experience {
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .slide.choose-experience .text h3 {
    font-size: 1.6rem;
  }

  .slide.choose-experience .text p {
    font-size: 0.95rem;
  }
}

.slide.choose-experience .image.multiple {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.slide.choose-experience .exp-card {
  position: absolute;
  width: 350px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.4s ease;
}

.slide.choose-experience .exp-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.slide.choose-experience .exp-card .label {
  position: absolute;
  top: 20px;
  left: 250px;
  background: #2c2c34;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  width: 35px;
  height: 131px;
  border-radius: 8px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.slide.choose-experience .card1 {
  transform: translateX(-100px) translateY(60px);
  z-index: 3;
}

.slide.choose-experience .card2 {
  transform: translateX(0px) translateY(30px);
  z-index: 2;
}

.slide.choose-experience .card3 {
  transform: translateX(100px) translateY(0px);
  z-index: 1;
}

.slide.choose-experience .exp-card:hover {
  transform: scale(1.05);
  z-index: 4;
}

@media (max-width: 900px) {
  .slide.choose-experience .image.multiple {
    height: 280px;
  }

  .slide.choose-experience .exp-card {
    width: 180px;
    height: 220px;
  }

  .slide.choose-experience .card1 {
    transform: translateX(-70px) translateY(40px);
  }

  .slide.choose-experience .card2 {
    transform: translateX(0px) translateY(20px);
  }

  .slide.choose-experience .card3 {
    transform: translateX(70px) translateY(0px);
  }
}

@media (max-width: 900px) {
  .slide.choose-experience .exp-card .label {
    top: 8px;
    left: 140px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    width: 25px;
    height: 90px;
    border-radius: 8px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    z-index: 10;
  }

  .slide.choose-experience .exp-card {
    width: 180px;
    height: 220px;
  }

  .slide.choose-experience .card1 {
    transform: translateX(-70px) translateY(40px);
  }

  .slide.choose-experience .card2 {
    transform: translateX(0px) translateY(20px);
  }

  .slide.choose-experience .card3 {
    transform: translateX(70px) translateY(0px);
  }
}

.slide:nth-child(6) .image img,
.slide:nth-child(7) .image img {
  max-width: 350px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  background-color: transparent;
}

@media (max-width: 900px) {
  .feature {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    align-items: center;
  }

  .feature.reverse {
    flex-direction: column;
    align-items: center;
  }

  .feature .text {
    text-align: center;
    align-items: center;
  }

  .feature .image img {
    max-width: 260px;
  }
}

.app-download {
  text-align: center;
  padding: 3rem 1rem 1rem;
  background: #fafafa;
}

.store-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.store-buttons img {
  height: 55px;
  width: auto;
  transition: transform 0.3s ease;
}

.store-buttons img:hover {
  transform: scale(1.05);
}

.store-text {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .store-buttons {
    flex-direction: column;
    gap: 0.8rem;
  }

  .store-buttons img {
    height: 50px;
  }

  .store-text {
    font-size: 0.75rem;
  }
}

.footer {
  background: #fafafa;
  padding: 2rem 2.5rem;
  border-top: 1px solid #ddd;
}

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

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-links a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #5300fa;
}

.footer-social a {
  color: #333;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #5300fa;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.2rem;
  }

  .footer-links {
    justify-content: center;
    gap: 1rem;
  }

  .footer-social a {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .navbar {
    padding: 1rem 1.5rem;
  }

  nav ul {
    gap: 1rem;
  }

  nav a {
    font-size: 18px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    font-size: 26px;
  }

  .hero-subtext {
    font-size: 30px;
  }

  .btn-primary {
    font-size: 28px;
    padding: 0.8rem 2.2rem;
  }

  .how-it-works .slide .text h3 {
    font-size: 38px;
  }

  .how-it-works .slide .text p {
    font-size: 18px;
  }

  .why-orbt h2 {
    font-size: 54px;
  }

  .why-orbt .feature .text h3 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    gap: 1rem;
  }

  nav ul {
    flex-direction: column;
    gap: 0.8rem;
  }

  nav a {
    font-size: 18px;
  }

  .hero {
    padding: 4rem 1rem 5rem;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.4;
  }

  .hero p {
    font-size: 22px;
  }

  .hero-subtext {
    font-size: 26px;
  }

  .btn-primary {
    font-size: 24px;
    padding: 0.8rem 1.8rem;
  }

  .slide {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
  }

  .slide .text,
  .slide .image {
    flex: unset;
    text-align: center;
  }

  .how-it-works .slide .text h3 {
    font-size: 32px;
  }

  .how-it-works .slide .text p {
    font-size: 18px;
  }

  .slide .image img {
    max-width: 220px;
  }

  .why-orbt h2 {
    font-size: 42px;
  }

  .why-orbt .feature {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .why-orbt .feature .text h3 {
    font-size: 28px;
  }

  .why-orbt .feature .text p {
    font-size: 16px;
  }

  .feature .image img {
    max-width: 240px;
  }

  .footer-links {
    flex-direction: column;
    gap: 0.8rem;
  }

  .store-buttons img {
    height: 45px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 26px;
  }

  .hero p {
    font-size: 18px;
  }

  .hero-subtext {
    font-size: 22px;
  }

  .btn-primary {
    font-size: 20px;
    padding: 0.6rem 1.4rem;
  }

  .how-it-works .slide .text h3 {
    font-size: 26px;
  }

  .how-it-works .slide .text p {
    font-size: 16px;
  }

  .why-orbt h2 {
    font-size: 36px;
  }

  .why-orbt .feature .text h3 {
    font-size: 24px;
  }

  .why-orbt .feature .text p {
    font-size: 14px;
  }

  .feature .image img {
    max-width: 200px;
  }
}

@media (max-width: 1024px) {
  .controls {
    padding: 0 1.5rem;
  }

  .controls button {
    font-size: 1rem;
    padding: 0.7rem;
  }
}

@media (max-width: 768px) {
  .controls {
    padding: 0 1rem;
  }

  .controls button {
    font-size: 0.9rem;
    padding: 0.6rem;
  }
}

@media (max-width: 480px) {
  .controls {
    padding: 0 0.8rem;
  }

  .controls button {
    font-size: 0.8rem;
    padding: 0.5rem;
  }
}

@media (max-width: 768px) {
  .carousel {
    width: 100%;
    overflow: hidden;
  }

  .slides {
    display: flex;
    transition: transform 0.6s ease;
  }

  .slide {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.5rem;
    min-height: 500px;
  }

  .slide .image {
    order: -1;
    margin-bottom: 1.5rem;
  }

  .slide .image img {
    width: 80%;
    max-width: 280px;
    height: auto;
  }

  .slide .text h3 {
    font-size: 1.6rem;
    color: #5300fa;
    margin-bottom: 1rem;
  }

  .slide .text p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
  }

  .controls {
    bottom: 0.5rem;
  }

  .controls button {
    padding: 0.6rem;
    font-size: 1rem;
  }

  .dots {
    bottom: 1rem;
  }
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  color: #5300fa;
  cursor: pointer;
  transition: color 0.3s ease;
}

.menu-toggle:hover {
  color: #6b00ff;
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: transparent;
  }

  .menu-toggle {
    display: block;
    color: #5300fa;
  }

  .nav-menu {
    display: none;
    width: 100%;
    text-align: center;
  }

  .nav-menu.active {
    display: block;
    animation: fadeIn 0.3s ease;
  }

  .nav-menu ul {
    flex-direction: column;
    padding: 1rem 0;
    margin: 0;
    list-style: none;
  }

  .nav-menu ul li {
    margin: 0.8rem 0;
  }

  .nav-menu ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #747688;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .nav-menu ul li a:hover,
  .nav-menu ul li a:active {
    color: #5300fa;
  }

  .nav-menu ul li a.active {
    color: #5300fa;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-5px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

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

  .nav-menu {
    display: block !important;
  }

  .nav-menu ul {
    display: flex;
    gap: 1.5rem;
    list-style: none;
  }

  .nav-menu ul li a {
    color: #747688;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .nav-menu ul li a.active {
    color: #5300fa;
  }

  .nav-menu ul li a:hover {
    color: #5300fa;
  }
}
