html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.carousel-container {
    max-width: 1275px;
    margin: auto;
}

.carousel img {
    width: 100%;
    height: auto;
}
.parallax-section {
    position: relative;
    height: 500px; /* Adjust as needed */
}

.content {
    position: inherit;
    height: 500px; /* Adjust as needed */
}

.background-image {
    background-image: url('../images/2025-background-ad.jpg');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed; /* Key for parallax effect */
}

.red-x {
    color: red;
    font-size: 20px;
}

.green-check {
    color: green;
    font-size: 20px;
}

.large-checkbox {
    width: 32px;
    height: 32px;
}
