#fw-section-custom-html-24db8866-872a-417b-8b62-e0bc58b707f0 {

/* Gallery Grid */
.gallery-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 2rem 0;
}

.img-box {
  width: 350px;
  height: 250px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.transparent-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 15px;
  color: white;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.img-box:hover .caption {
  opacity: 1;
  transform: translateY(-10px);
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

/* Modal Styling */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0,0,0,0.7);
}

.gallery-modal-content {
  background: #1e1a24;
  color: #fcebd3;
  margin: 5% auto;
  padding: 2rem;
  border: 1px solid #444;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 0 20px rgba(255, 222, 173, 0.15);
  position: relative;
}

.gallery-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 1.8rem;
  cursor: pointer;
  color: #ffddbb;
}

.gallery-modal h2 {
  font-family: 'Bellefair', serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffeedd;
}

.gallery-modal-content img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.gallery-modal-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.gallery-modal .tags {
  font-size: 0.85rem;
  color: #d8dfe8;
  opacity: 0.85;
  margin-top: 1rem;
}

.tags::before {
  content: "💾 ";
  font-size: 1rem;
}

.modal-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

.modal-links a {
  background: #2d2336;
  color: #ffeedd;
  padding: 0.6rem 1rem;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}

.modal-links a:hover {
  background: #40304e;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .img-box {
    width: 90vw;
    height: auto;
  }

  .img-box img {
    height: auto;
    max-height: 60vh;
  }

  .transparent-box,
  .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .caption {
    font-size: 0.95rem;
    transform: none !important;
    opacity: 1 !important;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0.4rem;
    border-radius: 4px;
  }
}

}





















#fw-section-custom-html-fa18ae94-4286-4214-89f9-f9c02d2fc4a0 {

/* Gallery Grid */
.gallery-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 2rem 0;
}

.img-box {
  width: 350px;
  height: 250px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.transparent-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 15px;
  color: white;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.img-box:hover .caption {
  opacity: 1;
  transform: translateY(-10px);
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

/* Modal Styling */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0,0,0,0.7);
}

.gallery-modal-content {
  background: #1e1a24;
  color: #fcebd3;
  margin: 5% auto;
  padding: 2rem;
  border: 1px solid #444;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 0 20px rgba(255, 222, 173, 0.15);
  position: relative;
}

.gallery-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 1.8rem;
  cursor: pointer;
  color: #ffddbb;
}

.gallery-modal h2 {
  font-family: 'Bellefair', serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffeedd;
}

.gallery-modal-content img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.gallery-modal-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.gallery-modal .tags {
  font-size: 0.85rem;
  color: #d8dfe8;
  opacity: 0.85;
  margin-top: 1rem;
}

.tags::before {
  content: "🎨 ";
  font-size: 1rem;
}

.modal-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

.modal-links a {
  background: #2d2336;
  color: #ffeedd;
  padding: 0.6rem 1rem;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}

.modal-links a:hover {
  background: #40304e;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .img-box {
    width: 90vw;
    height: auto;
  }

  .img-box img {
    height: auto;
    max-height: 60vh;
  }

  .transparent-box,
  .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .caption {
    font-size: 0.95rem;
    transform: none !important;
    opacity: 1 !important;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0.4rem;
    border-radius: 4px;
  }
}

}



























#fw-section-rich-text-174762066281271 {

.no-right-click {
    pointer-events: none;
}
}