.elementor-7011 .elementor-element.elementor-element-baecd76{--display:flex;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-7011 .elementor-element.elementor-element-6cde5bf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7011 .elementor-element.elementor-element-e92426a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'richmond-display';
}
section {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

body {
    font-family: 'richmond-display', sans-serif !important;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.video-recap-gallery {
    margin-top: 75px;
}

/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
    backdrop-filter: blur(3px);
}

.hero-content {
    text-align: center;
    color: #ffffff;
    z-index: 2;
    max-width: 1440px;
    padding: 0 20px;
    position: relative;
}

.hero-content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}

.hero-headline {
    font-size: 41px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 2px;
    animation: fadeInUp 1s ease-out;
    position: relative;
    max-width: 847px;
    margin: 25px auto;
}

.hero-subheadline {
    font-size: 25px;
    line-height: 110%;
    letter-spacing: 0px;
    opacity: 0.95;
    animation: fadeInUp 1s ease-out 0.3s both;
    font-weight: 400;
    max-width: 997px;
    margin: 25px auto;

}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.6s both;
    position: relative;
    z-index: 3;
    margin: 50px auto;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: transparent;
    color: #ffffff;
    border: solid 1px #ffffff;
}
.btn-primary {
    background: transparent;
    color: #ffffff;
    border: solid 1px #ffffff;
}
.btn-primary:hover, .btn:hover, .btn-outline:hover, .btn:hover, .events-cta .full-calendar-text:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.full-calendar-text {
    background: #30917e !important;
    color: #ffffff !important;
}

.trailer-btn {
    border: none;
}

.btn-outline {
    background: transparent;
    color: #b67e1f;
    border-color: #b67e1f;
}

.btn-outline:hover {
    background: #59a799;
    color: #ffffff;
    transform: translateY(-3px);
}

/* Section Styles */
section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 41px;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #1a1a1a;
    line-height: 110%;
    letter-spacing: 2px;
    max-width: 847px;
    color: rgba(48, 145, 127, 1);
    margin: 25px auto;
}

.section-header p {
    font-size: 25px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
    color: rgba(110, 110, 110, 1);
    max-width: 997px;
    margin: 25px auto;
}

/* Event Overview Section */
.event-overview {
    background: #ffffff;
}

.event-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.event-card {
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 500px;
}

.event-card h3 {
    font-size: 35px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 2px;
    color: #ffffff;

}
.event-card p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    color: #ffffff;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Regional Card with Image Background */
.regional-card {
    position: relative;
    background: none;
    overflow: hidden;
    color: #ffffff;
}

.regional-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.3)
        ),
        linear-gradient(
            45deg,
            rgba(255, 0, 0, 0.3),
            rgba(255, 165, 0, 0.3),
            rgba(255, 255, 0, 0.3),
            rgba(0, 255, 0, 0.3),
            rgba(0, 127, 255, 0.3),
            rgba(139, 0, 255, 0.3),
            rgba(255, 0, 255, 0.3)
        ),
        url('https://franchisebce.com/wp-content/uploads/2025/09/e2c4ec89db6ef5e5d87fc07267cd900b0d1b03ea.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 0.3s ease;
}

.regional-card:hover::before {
    transform: scale(1.05);
}

/* Annual Card with Image Background */
.annual-card {
    position: relative;
    background: none;
    overflow: hidden;
    color: #ffffff;
}

.annual-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)
        ),
        url('https://franchisebce.com/wp-content/uploads/2025/09/d436acc4e7fe0ae2fcdafc2948027097b9daa698.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 0.3s ease;
}

.annual-card:hover::before {
    transform: scale(1.05);
}

/* Video Gallery */
.video-gallery {
    background:#ffffff;
}

.video-gallery .section-header h2 {
    color: rgba(48, 145, 127, 1);
}
.video-gallery .section-header p {
    rgba(110, 110, 110, 1);
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
    gap: 0rem;
}

.video-item {
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.video-item:hover {
    transform: translateY(-5px);
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
}

.video-thumbnail img:first-of-type {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.video-thumbnail img.loading {
    opacity: 0.7;
    filter: blur(2px);
}

.video-thumbnail::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #f5d77f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-thumbnail.loading::before {
    opacity: 1;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.video-item:hover .video-thumbnail img:first-of-type {
    transform: scale(1.05);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 118px !important;
    height: 118px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-item h4 {
    margin-top: 1rem;
    font-size: 30px;
    font-weight: 500;
    color: rgba(48, 145, 127, 1);
    text-align: flex-start;
    line-height: 110%;
    letter-spacing: 1px;
    padding: 0 10px;
}

/* Full Screen Video Player */
.video-player-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.video-player-overlay.active {
    display: flex;
    animation: fadeIn 0.3s ease-out;
}

.video-player-container {
    position: relative;
    width: 90%;
    max-width: 1000px;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.close-video {
    position: absolute;
    top: -50px;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 2001;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.close-video:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

#fullscreen-video {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #000;
}

#fullscreen-video iframe {
    border-radius: 12px;
}

/* Why Attend Section */
.why-attend {
    background: rgba(48, 145, 127, 1);
}

.section-header .why-attend-header {
    color: #ffffff;
    font-weight: 500;
    font-size: 41px;
    line-height: 110%;
    letter-spacing: 2px;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 50px;
}

.benefit-item {
    text-align: center;
    place-items: center;
}

.benefit-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.benefit-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.benefit-item h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 1px;
    color: #ffffff;
    max-width: 378px;
}

.benefit-item p {
    color: #ffffff;
    line-height: 150%;
    letter-spacing: 0px;
    font-size: 25px;
    font-weight: 400;
    max-width: 329px;
}

/* Upcoming Events */
.upcoming-events {
    background: #254C45;
    position: relative;
    overflow: hidden;
}

/* Background Slideshow */
.background-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.background-slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 6s ease-in-out;
}

.background-slideshow .slide.active {
    opacity: 1;
}

/* Background Overlay */
.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 1;
}

.events-headings {
    color: #ffffff;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
/* Ensure content is above background */
.upcoming-events .container {
    position: relative;
    z-index: 2;
}

.upcoming-events .section-header h2, .upcoming-events .section-header p {
    color: #ffffff;
}
.upcoming-event .section-header p {
    max-width: 903px;
}

.upcoming-events .event-item {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.events-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.event-item {
    background: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 2rem;
    transition: all 0.3s ease;
}

.event-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.event-date {
    text-align: center;
    min-width: 100px;
}

.event-date .month {
    display: block;
    font-size: 25px;
    font-weight: 500;
    color: #30917F;
    line-height: 110%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.event-date .day {
    display: block;
    font-size: 41px;
    font-weight: 500;
    color: #30917F;
    line-height: 110%;
    letter-spacing: 1px;
}

.event-details {
    flex: 1;
}

.event-details h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 1px;
    color: #30917F;
}

.event-details p {
    color: #6E6E6E;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
}

.event-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 120px;
}

.event-buttons a {
    color: #30917F;
    border-color: #30917F;
}

.events-cta {
    text-align: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 100px;
    width: 100%;
}

.events-cta .btn {
    margin: 0 auto;
    border-color: #ffffff !important;
    background-color: transparent !important;
}

/* Testimonials */
.testimonials .container .section-header {
    margin-bottom: unset;
}

.testimonials {
    background: #ffffff;
}

.testimonials-carousel {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-item {
    display: none;
    text-align: center;
    padding: 2rem;
}

.testimonial-item.active {
    display: block;
    animation: fadeIn 0.5s ease-in;
}

.testimonial-content p {
    font-size: 25px;
    font-style: italic;
    color: #6E6E6E;
    line-height: 150%;
    letter-spacing: 0px;
    font-weight: 400;
}

.testimonial-divider {
    width: 76px;
    height: 1px;
    background-color: #30917F;
    margin: 1.5rem auto 1rem auto;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.testimonial-author h4 {
    color: #30917F;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 2px;
}

.testimonial-author span {
    color: #6E6E6E;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    font-weight: 400;
}

.testimonial-logo {
    width: 263px;
    height: auto;
    margin-top:1rem;
}
.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.carousel-btn {
    background: none;
    border: solid 1px #30917F;
    font-size: 1.5rem;
    color: #30917F;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
}

.carousel-btn:hover {
    background: #f0f0f0;
}

.carousel-dots {
    display: flex;
    gap: 0.5rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #b67e1f;
}

/* Footer CTA */
.footer-cta {
    background: linear-gradient(135deg, #b67e1f, #ffffff, #b67e1f);
    color: #1a1a1a;
    text-align: center;
}

.footer-cta .section-header h2 {
    color: #1a1a1a;
}

.footer-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

/* Footer */
.footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    color: #ccc;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: #ffffff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .hero-overlay {
        background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.7) 50%,
            rgba(0, 0, 0, 0.9) 100%
        );
    }

    .hero-content::before {
        top: -15px;
        left: -15px;
        right: -15px;
        bottom: -15px;
        border-radius: 15px;
    }

    .hero-headline {
        font-size: 2.5rem;
    }

    .hero-subheadline {
        font-size: 1.1rem;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .event-cards {
        grid-template-columns: 1fr;
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .event-item {
        flex-direction: column;
        text-align: center;
    }

    .event-date {
        min-width: auto;
    }

    .event-buttons {
        width: 100%;
        align-items: center;
    }

    .footer-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .events-cta {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    /* Video Player Mobile Improvements */
    .video-player-container {
        width: 95%;
        max-width: none;
    }

    .close-video {
        top: -40px;
        right: 10px;
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }

    /* Background Slideshow Mobile Improvements */
    .background-slideshow .slide {
        background-position: center center;
    }

    .upcoming-events .event-item {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(15px);
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero-headline {
        font-size: 2rem;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .event-card,
    .event-item {
        padding: 1.5rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading animation for videos */
.video-loading {
    position: relative;
}

.video-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #b67e1f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}/* End custom CSS */