
.pets-gallery {
  position: relative;
  background: linear-gradient(to bottom, #6C5E53, #D2B48C); 
  overflow: hidden;
}

.pets-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/paw2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1; 
  z-index: 0;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

.align-center-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.img-match {
  max-width: 300px;
  height: auto;
}

.img-col {
  margin-left: 90px;
}

.stemper-wrapper {
  background-color: #2a2a2a; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}


.stemper-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.stemper-stats-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.stemper-stat-item {
  flex: 1 1 200px;
  margin: 10px;
  text-align: center;
}

.stemper-stat-number {
  font-size: 2rem;
  font-weight: bold;
}

.stemper-stat-text {
  font-size: 0.9rem;
}

.stemper-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.stemper-card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.stemper-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.stemper-card-img {
  width: 100%;
  height: auto;
  display: block;
}

.stemper-card-name {
  font-weight: bold;
  margin-bottom: 5px;
  color: black;
}

.stemper-card-role {
  font-size: 0.9rem;
  color: gray;
}

.custom-cloud-content-wrapper {
  background: url('../img/cloud-bg.png') no-repeat center/cover; 
}

.profile-card {
  border-radius: 20px;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.profile-card img {
  border: 3px solid #fff;
}


/* RESCUE FORM */
.leaflet-container img { max-width: none !important; }

/* ---- DETAILS (single item) ---- */
.merch-detail-wrap{ margin-top: 1.25rem; }

/* ---- Responsive tweaks ---- */
@media (max-width: 575.98px){
  .merch-title{ font-size: 1.7rem; }
  .merch-img{ height: 150px; }
  .merch-detail-img{ height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  .fade-in-up, .reveal-up, .reveal-pop {
    transition: none;
    transform: none;
    opacity: 1;
  }
}