* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif;
  color: #212529;
  background-color: #fff;
  line-height: 1.6;
  scroll-behavior: smooth;
}
.navbar-nav .nav-link {
  font-weight: 500;
  margin-left: 1rem;
  color: #212529 !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #3f87f5 !important;
}
.section {
  padding: 80px 0;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-primary {
  color: #3f87f5 !important;
}

.bg-primary {
  background-color: #3f87f5 !important;
}

.text-gold {
  color: #facc15 !important;
}

.btn-primary {
  background-color: #3f87f5;
  color: #fff;
  border: none;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #336fce;
  color: #fff;
}

.btn-outline-primary {
  border: 2px solid #3f87f5;
  color: #3f87f5;
  background-color: transparent;
}

.btn-outline-primary:hover {
  background-color: #3f87f5;
  color: #fff;
}

.btn-gold {
  background-color: #facc15;
  color: #212529;
  font-weight: 600;
  border: none;
}

.btn-gold:hover {
  background-color: #e6b912;
  color: #000;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.border {
  border-color: #dee2e6 !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.bg-soft {
  background-color: #f4f6f9;
}

.list-group-item {
  font-size: 0.95rem;
}

.form-control,
.form-check-input {
  border-radius: 0.375rem;
}

.form-check-label a {
  color: #3f87f5;
}

.form-check-label a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

footer {
  background-color: #101114;
  color: #d1d1d1;
  padding: 40px 0;
}

footer a {
  color: #d1d1d1;
  text-decoration: none;
}

footer a:hover {
  color: #3f87f5;
  text-decoration: underline;
}

.footer-link {
  display: inline-block;
  margin-bottom: 0.4rem;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.text-muted {
  color: #6c757d !important;
}

.fs-5 {
  font-size: 1.1rem;
}

.fs-6 {
  font-size: 1rem;
}


.footer-link {
  color: #d1d1d1;
  text-decoration: none;
  display: block;
  margin-bottom: 0.4rem;
}

.footer-link:hover {
  color: #3f87f5;
  text-decoration: underline;
}

footer {
  font-size: 0.9rem;
}
