.elementor-14867 .elementor-element.elementor-element-f36c8ba{--spacer-size:100px;}.elementor-14867 .elementor-element.elementor-element-242e0e5 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-14867 .elementor-element.elementor-element-aebe3c2{width:var( --container-widget-width, 111.429% );max-width:111.429%;--container-widget-width:111.429%;--container-widget-flex-grow:0;}.elementor-14867 .elementor-element.elementor-element-43f27ee{--spacer-size:200px;}@media(min-width:768px){.elementor-14867 .elementor-element.elementor-element-242e0e5{width:100%;}}/* Start custom CSS for html, class: .elementor-element-aebe3c2 */.entry-title{
    visibility: hidden;
}

.fade-gallery {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 300px;
  overflow: hidden;
  margin: 0  auto;
  margin-bottom: 20px;
}

.fade-gallery .gallery-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-gallery .gallery-item.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.fade-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fade-gallery .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.4s ease;
  font-size: 20px;
  text-align: center;
  pointer-events: none;
}

.fade-gallery .gallery-item.active:hover .title {
  opacity: 0;
}

/* Container for all galleries */
/* Flex container for galleries */
.galleries-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  /* center galleries horizontally */
  gap: 100px;                /* space between galleries */
}

/* Each gallery + caption wrapper */
.gallery-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Individual gallery */
.fade-gallery {
  position: relative;
  width: 300px;     /* fixed width for each gallery */
  height: 200px;    /* fixed height */
  overflow: hidden;
  margin: 0;        /* spacing handled by flex gap */
}


/* Lightbox overlay */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lightbox-img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 6px;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.lightbox .prev,
.lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  padding: 8px;
  user-select: none;
}

.lightbox .prev { left: 20px; }
.lightbox .next { right: 20px; }

.lightbox .caption {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}
/* Gallery caption */
/* Gallery caption under gallery */
.gallery-caption {
  display: block;           /* make it a block below gallery */
  text-align: center;       /* center text */
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;         /* spacing below gallery */
}

/* Button*/

/* CSS */
.button-1 {
  background-color: #EA4C89;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  margin-top:10px;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #F082AC;
}
.hover-link {
     color:#EA4C89;
     margin-top:10px;
     font-size:32px;
     font-weight:bold;
}

.hover-link:hover {
    text-decoration: underline;
    color:#EA4C89;
     margin-top:10px;
     font-size:32px;
     font-weight:bold;
    
}/* End custom CSS */