.bengal-nomori-welcome {
  background: linear-gradient(135deg, rgba(243, 228, 237, 0.6), rgba(255, 255, 255, 0.8));
  border-radius: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-family: 'Georgia', serif;
  line-height: 1.8;
  color: #4a3d36;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
}

.bengal-nomori-welcome::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 250px;
  height: 250px;
  background: url('/images/patte-chat.svg') no-repeat center;
  background-size: contain;
  opacity: 0.05;
  transform: rotate(25deg);
}

.bengal-nomori-welcome h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #6a4e42;
  text-shadow: 1px 1px 0 #f8f1ed;
}

.bengal-nomori-welcome h2 {
  font-size: 1.3rem;
  font-style: italic;
  color: #9c7b6e;
  margin-bottom: 2rem;
}

/* CAROUSEL */

.bengal-carousel {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  margin-top: 3rem;
}

.bengal-carousel .carousel-inner {
  background: linear-gradient(to bottom, #fff, #f3e4ed);
}

.bengal-carousel img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 600px;
  transition: transform 0.8s ease-in-out;
}

.bengal-carousel .carousel-item:hover img {
  transform: scale(1.02);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(106, 78, 66, 0.7);
  border-radius: 50%;
  padding: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
  width: 6%;
}

/* RWD */

@media (max-width: 991px) {
  .intro-text p {
    font-size: 1rem;
  }

  #more-text p {
    font-size: 0.95rem;
  }

  .bengal-nomori-welcome h1 {
    font-size: 2rem;
  }

  .bengal-carousel img {
    max-height: 300px;
  }
}
