#lemon_ellipse a {
    background: url("/wp-content/uploads/2026/05/Ellipse-1.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#transparent_ellipse a {
    background: url("/wp-content/uploads/2026/05/transparent_ellipse.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#event_list li svg {
    margin-right: 0px;
}

#moment_number p {
    opacity: 0.2;
}

/* Remove border from only the first accordion item inside #faq */
#faq .e-n-accordion-item:first-child>summary {
    border: none !important;
}

#contact_us br {
    display: none;
}

#contact_us p {
    margin-bottom: 0px !important;
}

.cf7-contact-form {
    max-width: 900px;
    margin: 0 auto;
    font-family: Georgia, serif;
}

.cf7-row {
    display: flex;
    gap: 52px;
    margin-bottom: 35px;
}

.cf7-col {
    flex: 1;
}

.cf7-col label {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #3D3D3D;
    margin-bottom: 20px;
    font-family: "Louize Display", Sans-serif;
}

#contact_us input.wpcf7-form-control,
.cf7-contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #3D3D3D !important;
    background: transparent;
    padding-top: 10px !important;
    padding-bottom: 3px !important;
    padding-inline: 0px !important;
    font-size: 15px;
    color: #3D3D3D;
    outline: none;
    box-shadow: none;
}

.cf7-contact-form textarea {
    height: 45px;
    resize: none;
}

.cf7-contact-form input::placeholder,
.cf7-contact-form textarea::placeholder {
    color: #3D3D3D;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#contact_us .cf7-submit {
    margin-top: 40px;
}

#contact_us input[type="submit"] {
    color: #fff;
    padding-inline: 41px !important;
    padding-top: 16px !important;
    padding-bottom: 13px !important;
    font-size: 23px;
    font-weight: 500;
    font-family: "Louize Display", Sans-serif;
    cursor: pointer;
    background: url("/wp-content/uploads/2026/05/Ellipse-1-1.svg");
    width: auto;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border: none !important;
}

.full-width {
    display: block;
}

/* Scroll only when content exceeds height */
#venue_scroll {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
    margin-right: 20px; /* To prevent extra space on the right */

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #f4f8e5 transparent;
}

/* Webkit Scrollbar */
#venue_scroll::-webkit-scrollbar {
    width: 3px;
}

#venue_scroll::-webkit-scrollbar-track {
    background: transparent;
}

#venue_scroll::-webkit-scrollbar-thumb {
    background: #f4f8e5;
    border-radius: 20px;
}

#venue_scroll::-webkit-scrollbar-thumb:hover {
    background: #f4f8e5;
}

@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
        gap: 20px;
    }
}