/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2026 | 18:19:09 */

/* Page Header */

#page-header {
    padding: 6rem 4rem 8rem !important;
	overflow: hidden;
}
#page-header::before {
    content: "";
    position: absolute;
    background: #EBF4FF;
    background: linear-gradient(90deg, rgba(235, 244, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
	height: -webkit-fill-available;
    left: 0;
    top: 0;
    z-index: 9;
}
#page-header::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/12/join-swirl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 600px;
    left: -70px;
    top: -160px;
    filter: brightness(0) invert(1);
    z-index: 9;
    opacity: .8;
}
.row-bg.viewport-desktop.using-image.loaded {
    background-size: cover;
    background-position: center;
    background-color: #a6c7e7;
    background-blend-mode: luminosity;
    filter: brightness(1.05) contrast(0.9);
}
#page-header .row-bg {
    background-size: 60%;
    background-position: right top !important;
}
#page-header .ph-crumbs {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    display: flex;
    gap: 8px;
}
#page-header h1 {
    font-size: 80px;
    font-weight: 700;
    color: var(--color-accent-navy);
}
#page-header p {
    max-width: 500px;
    margin-top: 10px;
}


/* Page Header 2 */

#page-header-2 {
    background: #C9E1FF;
    background: linear-gradient(270deg, rgba(201, 225, 255, 1) 0%, rgba(235, 244, 255, 1) 100%);
    padding: 4rem 4rem 9rem !important;
    text-align: center;
}
#page-header-2::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/12/join-swirl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 800px;
    height: 800px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    filter: brightness(0) invert(1);
    opacity: .3;
}
#page-header-2 .ph-crumbs {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    display: flex;
    gap: 8px;
    justify-content: center;
}
#page-header-2 h1 {
    font-size: 80px;
    font-weight: 700;
    color: var(--color-accent-navy);
}
#page-header-2 .details {
    background-color: #EBF4FF;
    max-width: 400px;
    margin: 1rem auto 4rem;
    padding: 1.5rem;
    border-radius: 20px;
}
#page-header-2 .details .details-info {
    display: block;
}
#page-header-2 .details .details-info .thick {
    font-weight: 600;
}
#page-header-2 .event-pic {
    width: 100%;
    height: 540px;
    background-size: cover;
    background-image: url();
    background-position: center;
    border-radius: 32px;
    position: absolute;
}
