@charset "utf-8";
/* Events Page Styles */

/* ===== Hero Section ===== */
.events-page .events-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 120px 10px;
    text-align: center;
    overflow: hidden;
}

/*.events-page .events-hero::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0.60) 100%);*/
/*    background-blend-mode: overlay;*/
/*    visibility: visible;*/
/*}*/

.events-page .events-hero svg {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 102%;
    height: auto;
    z-index: 0;
    overflow: visible;
}

.events-page .events-hero .container {
    position: relative;
    z-index: 2;
}

.events-page .events-hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    max-width: 1000px;
    margin: 0 auto;
}

.events-page .events-hero .hero-meta {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin: -10px 0 -11px;
}

.events-page .events-hero .hero-meta span {
    font-family: degular, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

.events-page .events-hero .hero-meta-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
}

.events-page .pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 17px;
    border-radius: 1000px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.events-page .pill svg {
    flex-shrink: 0;
}

.events-page .pill--outline-dark {
    border: 1px solid #034737;
    color: #333;
    background: #fff;
}

.events-page .events-hero h1 {
    color: #fff;
    font-family: degular, sans-serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: -0.52px;
    margin: -14px 0 -10px;
}

.events-page .events-hero .hero-subtitle {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: -5px 0 -7px;
}

.events-page .btn-events-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #DEF2DE;
    color: #00764A;
    font-family: degular, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    padding: 17px 30px;
    border-radius: 7px;
    min-width: 250px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
}

.events-page .btn-events-cta:hover {
    opacity: 0.85;
    color: #00764A;
    text-decoration: none;
}

/* ===== Tabbed Block Section ===== */
.events-page .events-tabbed {
}

.events-page .tabbed-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
    padding-bottom: 40px;
}

.events-page .tabbed-header h2 {
    font-family: degular, sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 64px;
    color: #000;
    margin: -20px 0 -16px;
    letter-spacing: -0.44px;
}

.events-page .tabbed-header .tabbed-date {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #034737;
    margin: -5px 0 -7px;
}

.events-page .tab-buttons {
    display: flex;
    gap: 5px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.events-page .tab-btn {
    height: 36px;
    padding: 0 20px;
    border: 1px solid #034737;
    border-radius: 5px;
    background: transparent;
    color: #034737;
    font-family: degular, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.events-page .tab-btn.active {
    background: #91d291;
    color: #034737;
    border-color: #91d291;
}

.events-page .tab-btn:hover:not(.active) {
    background: rgba(3, 71, 55, 0.05);
}

.events-page .tab-panel {
    display: none;
    align-items: center;
}

.events-page .tab-panel.active {
    display: flex;
}

.events-page .tab-content-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-right: 45px;
    align-items: flex-start;
}

.events-page .tab-content-inner {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #034737;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.events-page .tab-content-inner h1,
.events-page .tab-content-inner h2,
.events-page .tab-content-inner h3,
.events-page .tab-content-inner h4 {
    font-family: degular, sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: normal;
    letter-spacing: -0.42px;
    color: #333;
    margin: -14px 0 -11px;
}

.events-page .tab-content-inner p {
    margin: -9px 0 -10px;
    color: #034737;
    font-size: 18px;
    font-style: normal;
}

.events-page .tab-content-inner strong {
    font-weight: 600;
}

.events-page .tab-image-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.events-page .btn-events-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00764A;
    color: #fff;
    font-family: degular, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    padding: 17px 30px;
    border-radius: 7px;
    min-width: 250px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
}

.events-page .btn-events-green:hover {
    opacity: 0.85;
    color: #fff;
    text-decoration: none;
}

.events-page .tab-image-wrapper {
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
    box-shadow: 5px 5px 30px 0px rgba(89, 104, 101, 0.02);
}

.events-page .tab-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ===== Event Details Card Section ===== */
.events-page .events-details {
}

.events-page .events-details-card {
    background: #fff;
    border-radius: 40px;
    box-shadow: 5px 5px 30px 0px rgba(89, 104, 101, 0.02);
    overflow: hidden;
    padding: 60px;
}

.events-page .events-details-card .row {
    display: flex;
    align-items: stretch;
    gap: 70px;
}

.events-page .details-image-col {
    padding-right: 0;
    flex: 1;
    max-width: none;
}

.events-page .details-image-wrapper {
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.events-page .details-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.events-page .details-content-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    max-width: none;
    align-items: flex-start;
}

.events-page .details-content-col h2 {
    font-family: degular, sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 46px;
    color: #333;
    margin: -9px 0 -8px;
    letter-spacing: -0.42px;
}

.events-page .details-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #034737;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.events-page .details-text p {
    color: #034737;
    margin: -8px 0 -10px;
}

/* ===== Speaker Section ===== */
.events-page .events-speaker {
}

.events-page .events-speaker .row {
    display: flex;
    align-items: flex-start;
    gap: 90px;
}

.events-page .speaker-content-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-right: 0;
    flex: 1;
    max-width: none;
    align-items: flex-start;
}

.events-page .speaker-content-col h2 {
    font-family: degular, sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 46px;
    color: #333;
    margin: -9px 0 -8px;
    letter-spacing: -0.42px;
}

.events-page .speaker-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #034737;
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: flex-start;
}

.events-page .speaker-text p {
    margin: -8px 0 -10px;
    color: #034737;
}

.events-page .speaker-image-col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    max-width: none;
    height: 100%;
}

.events-page .speaker-image-wrapper {
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
    box-shadow: 5px 5px 30px 0px rgba(89, 104, 101, 0.02);
    height: 100%;
}

.events-page .speaker-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    height: 100%;
}

/* ===== Registration Form Section ===== */
.events-page .events-form {
    background: #DEF2DE;
    padding: 100px 0;
}

.events-page .form-card {
    background: #fff;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.events-page .form-card h2 {
    font-family: degular, sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 46px;
    color: #333;
    margin: -8px 0 -8px;
    letter-spacing: -0.42px;
}

.events-page .form-subtitle {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #034737;
    margin: -8px 0 -10px;
}

.events-page .form-embed {
    text-align: left;
}

/* ===== Map Section ===== */
.events-page .events-map {
    padding: 0 0 100px;
}

.events-page .map-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 522px;
    box-shadow: 5px 5px 30px 0px rgba(89, 104, 101, 0.04);
    padding: 100px 60px 0;
}

.events-page .map-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.events-page .map-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.events-page .map-overlay-card {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    max-width: 545px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

.events-page .map-overlay-card h3 {
    font-family: degular, sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 46px;
    color: #333;
    margin: -9px 0 -8px;
    letter-spacing: -0.42px;
}

.events-page .map-address, .events-page .map-address p {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #034737;
}

.events-page .map-address p {margin: -9px 0 -10px;}








.footer-top, .footer-bottom {
    background: #013830
}

.footer-top {
    border: none;
    padding-top: 100px;
    padding-bottom: 100px
}

.footer-bottom {
    border-top: 1px rgba(89, 104, 101, .2)
}

footer .contact-meta a {
    box-shadow: none !important
}

footer ul.social-media li a {
    background: white !important
}

footer ul.social-media li a:before {
    color: #91D291
}

.footer-menu-container .title, .footer-menu-container h6, .footer-menu-container li a, .footer-top strong, footer .contact-meta .meta-inner p, footer .contact-meta a, .footer-bottom p, .footer-bottom a, .footer-bottom p a, .footer-top .footer-meta .title {
    color: #fff
}

footer .contact-meta .meta-inner path, .float-left.footer-logo path {
    fill: #fff
}

.footer-menu-container li a {
    font-size: 16px;
    font-weight: 400
}

footer .contact-meta a:hover, footer a:hover, .footer-menu-container li a:hover, .footer-bottom p a:hover {
    color: #ffffff9e
}

.footer-bottom p span {
    background: #fff
}




/* ===== Responsive ===== */
@media (max-width: 1440px) {
    .events-page .events-hero svg {
        height: 100%;
        width: auto;
    }

    .events-page .events-details-card {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .events-page .events-hero h1 {
        font-size: 38px;
        line-height: 46px;
    }

    .events-page .events-hero {
        padding: 80px 10px;
        min-height: 400px;
    }

    .events-page .events-tabbed {
        padding: 60px 0;
    }

    .events-page .tab-content-col {
        padding-right: 0;
        align-items: center;
    }

    .events-page .tab-panel {
        flex-direction: column;
    }

    .events-page .tab-panel.active {
        display: flex;
    }

    .events-page .tab-image-col {
        margin-top: 30px;
    }

    .events-page .events-details-card {
        padding: 0;
        border-radius: 25px;
    }

    .events-page .events-details-card .row {
        flex-direction: column;
        gap: 30px;
    }

    .events-page .details-image-col {
        padding-right: 0;
        margin-bottom: 0;
    }

    .events-page .events-speaker .row {
        flex-direction: column;
        gap: 30px;
    }

    .events-page .speaker-content-col {
        padding-right: 0;
        margin-bottom: 0;
    }

    .events-page .speaker-content-col h2,
    .events-page .details-content-col h2,
    .events-page .tabbed-header h2,
    .events-page .map-overlay-card h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .events-page .form-card {
        padding: 35px 25px;
    }

    .events-page .form-card h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .events-page .events-form {
        padding: 60px 0;
    }

    .events-page .events-details {
        padding: 0 0 60px;
    }

    .events-page .events-speaker {
        padding: 0 0 60px;
    }

    .events-page .events-map {
        padding: 0 0 60px;
    }

    .events-page .map-overlay-card {
        max-width: 100%;
        margin: 20px;
        gap: 20px;
    }

    .events-page .map-wrapper {
        min-height: 550px;
    }
}

@media (max-width: 575px) {
    .events-page .events-hero h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .events-page .events-hero {
        padding: 60px 10px;
        min-height: 350px;
        margin: 0;
    }

    .events-page .tab-buttons {
        flex-direction: column;
    }

    .events-page .tab-btn {
        text-align: center;
    }

    .events-page .btn-events-cta,
    .events-page .btn-events-green {
        min-width: 200px;
        font-size: 16px;
        padding: 15px 25px;
    }

    .events-page .map-wrapper {
        min-height: auto;
        padding: 0;
    }

    .events-page .map-embed {
        position: relative;
        height: 300px;
    }

    .events-page .map-overlay-card {
        position: relative;
        margin: 30px 0 0;
        border-radius: 0 0 20px 20px;
        padding: 0;
    }
}
