.active {
  font-weight: bold;
  color: #ffc107  !important;
}
html {
  scroll-behavior: smooth;
}
section {
  scroll-margin-top: 80px; 
}
.user-icon{
       width: 50px;
}

h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #222;
}

p {
  font-size: 1.1rem;
  color: #555;
}


.navbar {
  transition: all 0.3s ease-in-out;

  .nav-link {
    color: #ccc !important;
    margin-left: 1rem;
    transition: 0.2s;

    &:hover {
      color: #fff !important;
    }
  }

  .navbar-brand {
    font-size: 1.5rem;
    color: #ffc107 !important;
  }
}


#hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;

  h1 {
    font-size: 3rem;
    font-weight: bold;
  }

  p {
    font-size: 1.25rem;
    margin-top: 1rem;
  }

  .btn {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}


img[src*="section-wave"] {
  margin-top: -5px;
  display: block;
  pointer-events: none;
}


#how-it-works {
  h5 {
    font-weight: 600;
  }

  p {
    color: #666;
  }
}


#features {
  .bi {
    font-size: 3rem;
    margin-bottom: 0.75rem;
  }

  h5 {
    font-weight: 600;
  }
}


#faq {
  .accordion-button {
    font-weight: 600;
    font-size: 1rem;
    background-color: #f8f9fa;

    &:not(.collapsed) {
      color: #0d6efd;
    }
  }

  .accordion-body {
    color: #444;
  }
}


footer {
  font-size: 0.95rem;

  a {
    transition: 0.2s;
    &:hover {
      color: #ffc107 !important;
    }
  }

  i {
    font-size: 1.2rem;
  }
}


@media (max-width: 768px) {
  #hero {
    h1 {
      font-size: 2.2rem;
    }

    p {
      font-size: 1.1rem;
    }
  }
}
