.enter-arrow {
  padding-top: 20px;
  /* position: absolute;
  bottom: 21px;
  right: 10px; */
}

.msg-content {
  margin-top: 50px;
}

.portfolio-thumbnail {
  width: 360px;
  height: 290px;
  object-fit: cover;
}

.masthead-frame {
  display: inline-block;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.about-content {
  font-size: 1.2rem;
}

.typewriter {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  letter-spacing: .1em;
}

.btn-quote {
  background-color: #ffcb31;
  border-color: #ffcb31;
  color: #333;
  font-weight: 600;
  border-radius: 5px;
  padding: 8px 20px;
  text-transform: none;
  margin-top: 10px;
}


/* Footer styles */
footer {
  color: #ffcb31;
  background-color: #212529;
}

footer a {
  transition: color var(--transition-speed);
  color: #ffcb31 !important;
}

footer a:hover {
  color: #fff !important;
  text-decoration: none;
}

.social-icon {
  font-size: 1.5rem;
  margin: 0 0.5rem;
}

/* Sekcja indywidualnych rozwiązań */
.bg-light-accent {
  background-color: #f8f9fa;
}

.custom-info {
  border-radius: 10px;
}

.custom-list {
  padding-left: 20px;
}

.custom-list li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 5px;
}

.custom-list li:before {
  content: "•";
  position: absolute;
  left: -15px;
  color: #ffcb31;
  font-weight: bold;
  font-size: 28px;
}

#custom-development .alert-success {
  background-color: #ffffff;
  border-color: #ffcb31;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: justify;
}

#custom-development p {
  text-align: justify;
}

#custom-development .custom-list li {
  text-align: left;
}

#custom-development img.custom-image {
  border: 5px solid #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  height: auto;
}

#custom-development .btn-primary {
  background-color: #ffcb31;
  border-color: #ffcb31;
  color: #333 !important;
  font-weight: 600;
  padding: 12px 30px;
}

#custom-development .btn-primary:hover {
  background-color: #e6b829;
  border-color: #e6b829;
}

#custom-development .section-subheading {
  margin-bottom: 25px;
  font-size: 1.25rem;
}

#custom-development .alert-heading {
  font-weight: 600;
}

/* Ciemniejszy kolor dla linków w sekcji "O mnie" */
.text-primary-dark {
  color: #d1ab28 !important;
}

.masthead-heading {
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.masthead-subheading {
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

/* Style dla checkboxa newslettera */
.form-check-input {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 2px solid #ffcb31;
  background-color: #2125294d;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-check-input:checked {
  background-color: #ffcb31;
  border-color: #ffcb31;
}

.form-check-input:checked::after {
  content: '✓';
  position: absolute;
  top: -4px;
  left: 2px;
  color: #212529;
  font-size: 18px;
  font-weight: bold;
}

.form-check-label {
  max-width: 600px;
  text-align: left;
  padding-left: 5px;
  color: #fff;
  text-shadow: 1px 1px #000000a1;
}

@media (max-width: 1200px) {
  .form-check-label {
    max-width: 550px;
  }
}

@media (max-width: 992px) {
  .form-check-label {
    max-width: 400px;
  }
}

@media (max-width: 750px) {
  .form-check-label {
    max-width: 400px;
  }
}

.form-check {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.jonasz-highlight {
  color: #ffcb31;
  font-weight: bold;
}

.footer-logo {
  max-height: 60px;
  margin: 0 auto;
  display: block;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item a {
  position: relative;
  display: block;
}

.position-relative {
  position: relative;
}

.portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(33, 37, 41, 0.9);
  top: 0;
  left: 0;
  z-index: 1;
}

.img-container:hover .portfolio-hover {
  opacity: 1;
}

.portfolio-hover-content {
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.portfolio-hover-content p {
  font-size: 14px;
  line-height: 1.4;
  color: white;
  margin: 0;
}

.opacity-50 {
  opacity: 0.5;
}

#success {
  margin-top: 25px;
}

#success .alert {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 15px 20px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

#success .alert::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}

#success .alert-success {
  background-color: #d4edda;
  color: #155724;
}

#success .alert-success::before {
  background-color: #28a745;
}

#success .alert-danger {
  background-color: #d0505c;
  color: #441115;
}

#success .alert-danger::before {
  background-color: #8c0814;
}

#success .alert a {
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s ease;
  color: #ffcb31;
}

#success .alert a:hover {
  text-decoration: none;
}

#success .close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#success .close:hover {
  opacity: 1;
}
