* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
  background-color: #f8f9fa;
}

h1,
h2 {
  color: #3a3f58;
}
header {
  background-color: #1d3557;
  color: white;
}
section {
  padding: 50px 0;
}
.navbar {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.navbar-brand img {
  height: 50px;
}
.navbar-nav .nav-link {
  font-size: 0.9rem;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #000;
  text-decoration: underline;
}

.navbar-nav .nav-link.active {
  font-weight: bold;
}

.navbar-toggler {
  border-color: #f8f9fa;
}

.navbar-nav .nav-item .nav-link {
  color: #f8f9fa;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
  }
}

.card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-10px);
}

.card-body {
  text-align: center;
}

.card-body h3 {
  color: #1d3557;
}
#contact .form-check-label {
  font-size: 14px;
}

#contact .social-links a {
  font-size: 18px;
}

#contact h5 {
  font-size: 18px;
  margin-top: 20px;
}

#contact ul {
  padding-left: 0;
  list-style-type: none;
}

#contact .embed-responsive {
  margin-top: 20px;
  height: 300px;
}
#contact ul li a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}

#contact ul li a:hover {
  color: #007bff;
}
#privacy-policy h3 {
  font-size: 22px;
  margin-top: 20px;
  color: #333;
}

#privacy-policy ul {
  padding-left: 20px;
  list-style-type: square;
}

#privacy-policy p {
  font-size: 16px;
  line-height: 1.6;
}

#privacy-policy a {
  color: #007bff;
}

#privacy-policy a:hover {
  text-decoration: underline;
}
#terms-of-service h3 {
  font-size: 22px;
  margin-top: 20px;
  color: #333;
}

#terms-of-service ul {
  padding-left: 20px;
  list-style-type: square;
}

#terms-of-service p {
  font-size: 16px;
  line-height: 1.6;
}

#terms-of-service a {
  color: #007bff;
}

#terms-of-service a:hover {
  text-decoration: underline;
}
#opt-out h3 {
  font-size: 22px;
  margin-top: 20px;
  color: #333;
}

#opt-out ol {
  padding-left: 20px;
  list-style-type: decimal;
}

#opt-out ul {
  padding-left: 20px;
  list-style-type: square;
}

#opt-out p {
  font-size: 16px;
  line-height: 1.6;
}

#opt-out a {
  color: #007bff;
}

#opt-out a:hover {
  text-decoration: underline;
}
#refund-policy h3 {
  font-size: 22px;
  margin-top: 20px;
  color: #333;
}
#refund-policy ul {
  padding-left: 20px;
  list-style-type: square;
}
#refund-policy ol {
  padding-left: 20px;
  list-style-type: decimal;
}
#refund-policy p {
  font-size: 16px;
  line-height: 1.6;
}
#refund-policy a {
  color: #007bff;
}
#refund-policy a:hover {
  text-decoration: underline;
}
footer {
  background-color: #343a40;
  color: white;
}
