.elementor-22 .elementor-element.elementor-element-818e096{--display:flex;}.elementor-22 .elementor-element.elementor-element-7b5d062{--display:flex;}.elementor-22 .elementor-element.elementor-element-8fbae83 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-22 .elementor-element.elementor-element-8fbae83 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-22 .elementor-element.elementor-element-8fbae83{padding:20px 20px 20px 20px;--image-border-radius:15px;--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}/* Start custom CSS for container, class: .elementor-element-818e096 *//* =========================
   GALLERY HERO SECTION
========================= */
.mpw-gallery-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  font-family: 'Nunito', sans-serif;
  background:
    radial-gradient(circle at 10% 18%, rgba(195, 180, 244, 0.18) 0%, rgba(195, 180, 244, 0) 28%),
    radial-gradient(circle at 92% 80%, rgba(243, 219, 166, 0.16) 0%, rgba(243, 219, 166, 0) 28%),
    linear-gradient(90deg, #f4f0fb 0%, #f8f6f1 54%, #f7f1e1 100%);
}

.mpw-gallery-hero * {
  box-sizing: border-box;
}

.mpw-gallery-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}

.mpw-gallery-hero__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
}

.mpw-gallery-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  color: #6b7d99;
  font-weight: 500;
  text-align: center;
}

.mpw-gallery-breadcrumb a {
  color: #6b7d99;
  text-decoration: none;
  transition: color 0.25s ease;
}

.mpw-gallery-breadcrumb a:hover {
  color: #7447f5;
}

.mpw-gallery-breadcrumb span:last-child {
  color: #16213d;
  font-weight: 600;
}

.mpw-gallery-hero__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #efe6ff;
  color: #7448f5;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mpw-gallery-hero__content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.mpw-gallery-hero__content h1 {
  margin: 0 0 22px;
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(52px, 6vw, 84px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #121b3a;
}

.mpw-gallery-hero__content p {
  max-width: 780px;
  margin: 0 auto;
  color: #687997;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}

/* decorative shapes */
.mpw-gallery-hero__shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.18;
  pointer-events: none;
}

.mpw-gallery-hero__shape--1 {
  width: 220px;
  height: 220px;
  left: -60px;
  top: 40px;
  background: #bfa5ff;
}

.mpw-gallery-hero__shape--2 {
  width: 220px;
  height: 220px;
  right: 80px;
  bottom: 20px;
  background: #ffd9b3;
}

.mpw-gallery-hero__spark {
  position: absolute;
  color: rgba(161, 132, 239, 0.55);
  line-height: 1;
  pointer-events: none;
  animation: mpwGalleryTwinkle 2.8s ease-in-out infinite;
}

.mpw-gallery-hero__spark--1 {
  left: 12%;
  top: 28%;
  font-size: 36px;
}

.mpw-gallery-hero__spark--2 {
  right: 12%;
  top: 16%;
  font-size: 24px;
  animation-delay: 1s;
}

@keyframes mpwGalleryTwinkle {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.16) rotate(10deg);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .mpw-gallery-hero {
    padding: 68px 0 72px;
  }

  .mpw-gallery-container {
    padding: 0 16px;
  }

  .mpw-gallery-hero__content h1 {
    font-size: 44px;
  }

  .mpw-gallery-hero__content p {
    font-size: 16px;
  }

  .mpw-gallery-hero__spark--1 {
    left: 8%;
    top: 24%;
    font-size: 28px;
  }

  .mpw-gallery-hero__spark--2 {
    right: 8%;
    top: 12%;
    font-size: 20px;
  }
}/* End custom CSS */