.elementor-1264 .elementor-element.elementor-element-b74f42f{--display:flex;--padding-top:12%;--padding-bottom:5%;--padding-left:0%;--padding-right:0%;}.elementor-1264 .elementor-element.elementor-element-b74f42f:not(.elementor-motion-effects-element-type-background), .elementor-1264 .elementor-element.elementor-element-b74f42f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #02AFC1B2 0%, #02AFC11F 20%);}.elementor-1264 .elementor-element.elementor-element-82a454c > .elementor-widget-container{margin:0% 0% 0% 0%;}.elementor-1264 .elementor-element.elementor-element-703f648.elementor-element{--align-self:flex-end;--order:-99999 /* order start hack */;}.elementor-1264 .elementor-element.elementor-element-aaff565{--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;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:3%;--padding-left:0%;--padding-right:0%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1264 .elementor-element.elementor-element-f8cb36c > .elementor-widget-container{margin:4% 0% 0% 0%;}.elementor-1264 .elementor-element.elementor-element-f8cb36c{text-align:left;}.elementor-1264 .elementor-element.elementor-element-f8cb36c .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:40px;font-weight:600;color:#222122;}.elementor-1264 .elementor-element.elementor-element-9045778{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1264 .elementor-element.elementor-element-16e428f{--grid-columns:3;}.elementor-1264 .elementor-element.elementor-element-16e428f .elementor-loop-container{grid-auto-rows:1fr;}.elementor-1264 .elementor-element.elementor-element-16e428f .e-loop-item > .elementor-section, .elementor-1264 .elementor-element.elementor-element-16e428f .e-loop-item > .elementor-section > .elementor-container, .elementor-1264 .elementor-element.elementor-element-16e428f .e-loop-item > .e-con, .elementor-1264 .elementor-element.elementor-element-16e428f .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}@media(max-width:1024px){.elementor-1264 .elementor-element.elementor-element-16e428f{--grid-columns:2;}}@media(max-width:767px){.elementor-1264 .elementor-element.elementor-element-f8cb36c{text-align:center;}.elementor-1264 .elementor-element.elementor-element-f8cb36c .elementor-heading-title{font-size:28px;}.elementor-1264 .elementor-element.elementor-element-16e428f{--grid-columns:1;}}/* Start custom CSS for shortcode, class: .elementor-element-82a454c *//* General Page Styling */
.webinar-page  {
    font-family: 'Heebo', sans-serif;
}

.webinar-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

/* ✅ Left Side: Webinar Info */
.webinar-info {
    flex: 1;
    max-width: 30%;
}

.webinar-title {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
}

.webinar-date {
    font-size: 28px;
    color: #00BED2;
    font-weight: 700;
    margin-bottom: 15px;
}

.elementor-1264 .elementor-element.elementor-element-82a454c .webinar-button {
    display: flex;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    max-width: 100%;
    background: #fff;
    color: #000000;
    border: 3px solid #00BED2;
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}

.elementor-1264 .elementor-element.elementor-element-82a454c .webinar-button:hover {
    background-color: #00BED2;
    color: white;
    cursor: pointer;
}

/* ✅ Right Side: Webinar Agenda */
.webinar-agenda {
    flex: 1;
    border-left: 2px solid #00BED2;
    padding-left: 5%;
    max-width: 70%;
}

.webinar-agenda h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.webinar-agenda-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8px;
}

.webinar-agenda-time {
    font-size: 24px;
    font-weight: bold;
    color: #0088cc;
    max-width: 70%;
    min-width: fit-content;
    text-align: left;
    padding-right: 15px;
    display: flex;
}

.webinar-agenda-description {
    font-size: 20px;
    margin-left: 15px;
    width: 100%;
}

/* ✅ Second Container: Speakers Section */
.speakers-section {
    margin-top: 40px;
}

.speakers-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.speakers-container {
    display: flex;
    gap: 40px;
}

/* ✅ Individual Speaker Box */
.speaker {
    max-width: 40%;
}

.speaker-image {
    border-radius: 50%;
    border: 3px solid #0088cc;
    width: 40%;
    height: 40%;
}

.speaker-description {
    font-size: 20px;
    color: #333;
    margin-top: 5px;
}

/* Visibility classes for mobile and desktop */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}
.elementor-1264 .elementor-element.elementor-element-82a454c .elementor-button-icon {
    vertical-align: center;
    font-size: 20px;
    margin-left: 2%;
}
.elementor-1264 .elementor-element.elementor-element-82a454c .webinar-button:hover svg{
    fill:white;
}
.elementor-1264 .elementor-element.elementor-element-82a454c .webinar-button {
    display: flex;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    max-width: 80%;
    padding: 5px;
    background: #fff;
    color: #000000;
    border: 3px solid #00BED2;
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}
/* Responsive Design */
/* For mobile (767px and under) */
@media (max-width: 767px) {
    .webinar-agenda {
        padding-left: 0;
        text-align: left;
    }
    .webinar-title {
        text-align: left;
        font-size: 28px;
        padding-top:0;
    }
    .webinar-date {
        font-size: 16px;
        text-align: left;
        border-bottom:1px solid #00BED2;
        padding-bottom:7%;
    }
    .webinar-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .webinar-info, .webinar-agenda {
        max-width: 100%;
    }
    .speakers-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .webinar-agenda-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .webinar-agenda-description {
        margin-left: 0;
        text-align: left;
        font-size: 20px;
    }
    .webinar-agenda-time {
        font-size: 20px;
    }
    .speakers-title {
        font-size: 24px;
    }
    .elementor-1264 .elementor-element.elementor-element-82a454c .webinar-button{
        font-size:16px;
        margin-top:0!important;
    }
    .speakers-container {
        flex-direction: column;
    }
    .speaker {
        width: 100%;
        max-width: 100%;
    }
    /* Mobile-only adjustments */
    .desktop-only {
        display: none!important;
    }
    .mobile-only {
        display: block;
    }
    /* Enable Read More toggle on mobile */
    .speaker-description-container .truncated {
        display: block;
    }
    .speaker-description-container .full {
        display: none;
    }
}

/* For desktop (768px and above) */
@media (min-width: 768px) {
    .speaker-description-container .truncated {
        display: none !important;
    }
    .speaker-description-container .full {
        display: block !important;
    }
    .read-more, .read-less {
        display: none !important;
    }
  
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-703f648 */.custom-breadcrumbs {
    font-size: 16px;
    color: #333;
    font-family: inter;
}
.custom-breadcrumbs a {
    text-decoration: none;
    color: #000;
}
.custom-breadcrumbs a:hover {
    text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-aaff565 */.elementor-1264 .elementor-element.elementor-element-aaff565{
        background: linear-gradient(135deg, #CCE0F4 0%, #D7F6DA 30%, #BFB5CD 100%);

}/* End custom CSS */