.footer-icons {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 10px;
}

.footer-icons a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.footer-icons a img {
  display: block;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  border: 0 !important;
}
details {
  margin-bottom: 1rem;
}
summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.pinata-text p {
  text-align: justify;
}

@media (min-width: 768px) {
  .pinata-text {
    max-width: 40%;
    margin: 0 auto; 
  }
}

.custom-video-container video {
  width: 100%;
  object-fit: contain;
}

a {
  color: blue;
  text-decoration: underline;
}

a:visited {
  color: purple;
}

header a:visited,
.navbar a:visited,
.nav-link:visited {
  color: inherit;
}

.nav-link {
  color: #666;
  text-decoration: none;
}

.nav-link.active {
  color: #000;
  font-weight: 500;
}

input[type="text"],
  input[type="email"],
  textarea {
    max-width: 100%; 
    width: 400px; 
  }
  @media (max-width: 480px) {
    input[type="text"],
    input[type="email"],
    textarea {
      width: 100%; 
    }
  }

form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  padding: 8px;
  font-size: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
  border-color: #0d6efd;
  outline: none;
}

form textarea {
  height: 100px;
  resize: vertical;
}

form label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}

.form-check-inline {
  margin-right: 1rem;
}

.form-check-input {
  margin-top: 0.3rem;
  margin-right: 0.3rem;
}

.btn-primary {
  background-color: #0d6efd;
  border: none;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #084cd5;
}

.btn-secondary {
  background-color: #6c757d;
  border: none;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.btn-secondary:hover {
  background-color: #565e64;
}

.col-12.mx-auto p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.me-md-4.mb-3.mb-md-0 {
  flex-shrink: 0;
}

.winter-section {
  background-image: url('bezs-hatter.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-image-container {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.main-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}

.pinata-image {
  max-width: 50%;
  height: auto;
}

.modal-close-btn {
  z-index: 1055 !important;
}

.pinata-image {
  max-width: 50%;
  height: auto;
  cursor: pointer;
}

.pinata-image:hover {
  transform: scale(1.05);
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.small-text, 
.some-class-for-small-text {
  font-family: sans-serif;
  font-size: 0.85rem;
}