.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #2e3033;
    background-color: #ffffff;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid #ffc107;
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.form-control:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
 .btn-glow {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    border: 2px solid #ffc107;
    background-color: #ffc107;
    padding: 10px;
    color: #000;
    font-weight: 600;
    border-radius: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 rgba(255, 193, 7, 0);
}

.btn-glow:hover {
  box-shadow: 0 0 12px #ffc107, 0 0 25px #ffc10788;
  transform: translateY(-2px);
}

.btn-glow:active {
  transform: scale(0.97);
  box-shadow: 0 0 5px #ffc107;
}
    .photo-frame {
  border: 3px solid #ffc107;
  padding: 5px;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(255, 193, 7, 0.2);
  transition: transform 0.4s ease;
}

.photo-frame:hover {
  transform: rotateY(3deg) rotateX(2deg) scale(1.03);
}
 .why-box {
  background-color: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 0 rgba(255, 193, 7, 0);
  transition: all 0.4s ease;
}

.why-box:hover {
  border-color: #ffc107;
  box-shadow: 0 0 25px rgba(255, 193, 7, 0.3);
  transform: translateY(-4px);
}

.icon-glow {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #ffc107;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffc107;
  background: radial-gradient(circle at center, #ffc10722, transparent);
  transition: 0.3s;
}
    /* Общий контейнер для 3D-эффекта */
.col a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
}

/* Изображения с эффектом */
.col a img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform-origin: center center;
  border-radius: 10px;
}

/* Glow при наведении */
.col a:hover img {
  transform: scale(1.04);
  box-shadow: 0 0 20px rgba(255, 193, 7, 0.4);
}

/* Подписи */
.col p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  transition: transform 0.2s;
}
.card {
    background-color: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 rgba(255, 193, 7, 0);
    transition: all 0.4s ease;
}
 .card:hover {
    border-color: #ffc107;
    box-shadow: 0 0 25px rgba(255, 193, 7, 0.3);
    transform: translateY(-4px);
    }
    p {
    font-family: Poppins, sans-serif;
    font-size: 18px;
}
   .col a:hover {
        border: solid 2px #ffc107;
    box-shadow: 0 0 25px rgba(255, 193, 7, 0.3);
    }
	    .animate-text {
  word-break: keep-all;
  hyphens: none;
}

    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 2rem;
    }

    .animate-text span {
      display: inline-block;
      opacity: 0;
      transform: translateY(30px);
      animation: fadeInUp 0.6s forwards;
    }

    .animate-text span:nth-child(n) {
      animation-delay: calc(0.04s * var(--i));
    }

    @keyframes fadeInUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .btn-yellow {
      background-color: #ffc107;
      color: #000;
      font-weight: 600;
      border-radius: 2rem;
      padding: 0.75rem 1.5rem;
      transition: background-color 0.3s;
    }

    .btn-yellow:hover {
      background-color: #e0a800;
    }

    .btn-outline-yellow {
      border: 2px solid #ffc107;
      color: #ffc107;
      font-weight: 600;
      border-radius: 2rem;
      padding: 0.75rem 1.5rem;
      transition: all 0.3s;
    }

    .btn-outline-yellow:hover {
      background-color: #ffc107;
      color: #000;
    }
	.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: #ffc107 var(--bs-btn-close-bg) center / 1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}