.elementor-15 .elementor-element.elementor-element-494a633{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-daf3ac1 */body {
    background:
      radial-gradient(circle at 30% 70%, rgba(139, 115, 85, 0.05) 1px, transparent 1px),
      radial-gradient(circle at 70% 30%, rgba(212, 196, 168, 0.03) 1px, transparent 1px),
      linear-gradient(135deg, #2c1810 0%, #1a1a1a 50%, #0f0f0f 100%);
    background-size: 80px 80px, 120px 120px, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
.film-grain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://analognights.events/wp-content/uploads/2025/07/download.svg');
    pointer-events: none;
     z-index: 1000; 
}

.vintage-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background:
        radial-gradient(circle at 30% 70%, rgba(139, 115, 85, 0.05) 1px, transparent 1px),
        radial-gradient(circle at 70% 30%, rgba(212, 196, 168, 0.03) 1px, transparent 1px);
    background-size: 80px 80px, 120px 120px;
    pointer-events: none;
    z-index: 2;
}
.sepia-tint {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(112, 66, 20, 0.05); /* Soft sepia overlay */
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 3;
}
.floating-elements {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.3;
}
.floating-icon {
    position: absolute;
    color: rgba(139, 115, 85, 0.15);
    font-size: 2rem;
    animation: float 6s ease-in-out infinite;
}
.floating-icon:nth-child(1)
 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}
.floating-icon:nth-child(2) {
    top: 60%;
    left: 80%;
    animation-delay: 2s;
}
.floating-icon:nth-child(3) {
    top: 80%;
    left: 20%;
    animation-delay: 4s;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}/* End custom CSS */