/* bathroom designs */
@keyframes kb {
  0%   { transform: scale(1) translateY(0); }
  100% { transform: scale(1.06) translateY(-1%); }
}
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .kb-active { animation: none !important; }
}

.carousel-item img {
        /* Adjust height as needed */
        object-fit: contain;
        /* ✅ Ensures full image fits without cropping */
        /* Ensures the image is responsive */
        border-radius: 10px;
        /* Optional: Adds rounded corners */
        max-height: 500px;
        background-color: #000;
        /* Optional: Adds background color for gaps */
    }

.carousel-inner>.item>img {
        margin: 0 auto;
    }

.mcboston {
        font-size: 0.7em;
        color: #1C1917;
    }
