.elementor-kit-6{--e-global-color-primary:#A65858;--e-global-color-secondary:#8EBFB1;--e-global-color-text:#261717;--e-global-color-accent:#D9D8D2;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* SOHO Events Section */
.events-section {
    background-color: #000000;
    position: relative;
    padding: 6rem 1rem;
    overflow: hidden;
}

.bg-soho-black {
    background-color: #000000;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.gap-12 {
    gap: 3rem;
}

.text-white {
    color: #ffffff;
}

.font-oswald {
    font-family: 'Oswald', sans-serif;
}

.text-6xl {
    font-size: 3.75rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.text-lg {
    font-size: 1.125rem;
}

.max-w-md {
    max-width: 28rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.leading-relaxed {
    line-height: 1.625;
}

/* Button */
.soho-button {
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 0.25rem;
    display: inline-block;
}

.soho-button-primary {
    background-color: #c31d18;
    color: #ffffff;
    border: 2px solid #c31d18;
}

.soho-button-primary:hover {
    background-color: transparent;
    color: #c31d18;
    transform: translateY(-2px);
}

/* Image */
.events-section img {
    border-radius: 0.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    width: 100%;
}

.aspect-\[4\/3\] {
    aspect-ratio: 4 / 3;
}

/* Responsive */
@media (min-width: 1024px) {
    .lg\:flex-row {
        flex-direction: row;
    }
    
    .lg\:w-1\/2 {
        width: 50%;
    }
    
    .lg\:text-left {
        text-align: left;
    }
    
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    
    .md\:text-8xl {
        font-size: 6rem;
    }
}

.text-center {
    text-align: center;
}

.relative {
    position: relative;
}

.z-10 {
    z-index: 10;
}

/* Background decorations */
.absolute {
    position: absolute;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.opacity-5 {
    opacity: 0.05;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

/* Animations */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}/* End custom CSS */