.hero-title-col {
  padding-right: 200px;
}

.hero-heading {
  position: relative;
  display: inline-block;
}

.print-with {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.confidence {
  position: absolute;
  left: 170px; /* replaces margin-left:-90px */
  bottom: -60px; /* ✅ controls vertical placement */

  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  z-index: 2;
}

@media (max-width: 576px) {
  .hero-title-col {
    padding-right: 0;
  }

  .hero-heading {
    display: flex;
    flex-direction: column;
  }

  .confidence {
    position: relative;
    left: unset;
    bottom: unset;
  }
}
.hero .pt-4.text-start.fs-5 {
  margin-top: 50px;
}

.initial-gallery .inner {
  background-color: rgba(0, 0, 0, 0.555);
  margin-top: auto;
  min-height: 0px;
  transition: min-height 600ms ease;
}
.initial-gallery .inner h3 {
  margin: 0;
}
.initial-gallery .inner p {
  max-height: 0px;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  transform: translateY(8px);
  transition:
    max-height 600ms ease,
    opacity 300ms ease,
    transform 300ms ease;
}
.initial-gallery:hover .inner p {
  max-height: 260px;
  opacity: 1;
  transform: translateY(0);
}

.initial-gallery:hover .inner {
  min-height: 100%;
}

.gallery-page-btn {
  border: 0;
  background: transparent;
  color: inherit;
  line-height: 1;
}

.gallery-page-btn:disabled {
  opacity: 0.4;
}

#work-gallery-grid {
  align-content: flex-start;
  align-items: flex-start;
}

.gallery-clickable {
  position: relative;
  transition: opacity 200ms ease;
}

.gallery-clickable.active .w-100 {
  border: 3px solid #ab29bc;
}

.secondary-gallery p {
  background-color: rgba(0, 0, 0, 0.555);
}

.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: white;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 200ms ease;
}

.gallery-nav-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.gallery-nav-prev {
  left: 15px;
}

.gallery-nav-next {
  right: 15px;
}

#work-testimonial-prev-btn,
#work-testimonial-next-btn {
  outline: 0;
  box-shadow: none;
  border: none;
}

#work-testimonial-prev-btn:focus,
#work-testimonial-next-btn:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}

#work-testimonial-prev-btn:active,
#work-testimonial-next-btn:active {
  outline: 0;
  box-shadow: none;
  border: none;
}
