:root{
    --zpweb-sprite: url(https://www.zohowebstatic.com/sites/zweb/images/webinar/zpweb-sprite-icons.svg);
    --zpweb-base-color: #121212;
    --zpweb-hightlight-color: #0047ff;
}
.zwdp-page-wrapper{
    background-color: #FCFCFC;
}
.zwdp-banner-section{
    padding: 90px 0 100px;
    background: url(https://www.zohowebstatic.com/sites/zweb/images/webinar/zpweb-banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}
.zwdp-banner-section h1{
    text-align: center;
    max-width: 890px;
    letter-spacing: -1.28px;
    font-size: clamp(32px, 7vw, 64px);
    margin: 0 auto 25px;
}
.zwdp-banner-section p{
    max-width: 900px; 
    margin: 0 auto;
    text-align: center;
    font-size: clamp(16px, 2vw, 20px);
}

.zwdp-list-wrap{
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: clamp(15px, 6vw, 20px);
    transform: translateY(-40px);
    display: flex;
    gap: 30px;
}
.zwdp-list-wrap li.selected a {
    color: var(--zpweb-hightlight-color);
}

.zwdp-detailed-wrapper > div{
    padding-bottom: clamp(50px, 7vw, 100px);
}

.zwdp-live-webinar::before{
    content: '';
    background: var(--zpweb-sprite) no-repeat;
    width: 20px;
    height: 16px;
    display: inline-block;
    background-size: 140px auto;
    background-position: -21px 0;
}

.zwdp-list-wrap li a{
  color: #919191;
  display: flex;
  gap: 15px;
  align-items: center;
  font-family: var(--zf-primary-medium);
}
.zwdp-list-wrap li a.selected{
    color: var(--zpweb-hightlight-color);
}

.zwdp-on-demand-webinar::before{
    background: url(https://www.zohowebstatic.com/sites/zweb/images/mail/webinar/zwc-on-demand-icons.png) no-repeat;
    background-size: 37px auto;
    background-position: 1px 0;
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
}
.zwdp-on-demand-webinar.selected::before{
    background-position: -18px 0;
}
.zwdp-detailed-block1{
    text-align: center;
}
.zwdp-detailed-video-block{
    text-align: center;
    margin-top: clamp(30px, 5vw, 64px);
}

.zwdp-detailed-video-block iframe{
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    /* Fluid video embed (markup is fixed 1000x620) */
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 1000 / 620;
    height: auto;
}

.zwdp-free-content-section, .zwdp-detailed-block1{
    max-width: 650px;
    margin: clamp(30px, 5vw, 60px) auto;
}

.zwdp-speaker-wrapper{
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    padding: clamp(15px, 6vw, 20px) clamp(15px, 6vw, 25px);
}
.zwdp-speaker-wrapper-list{
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    padding: 0 clamp(30px, 6vw, 72px);
}

.zwdp-speaker-list-item{
    display: flex;
    gap: clamp(24px, 6vw, 44px);
    padding: clamp(30px, 6vw, 64px) 0;
}
.zwdp-speaker-image img{
    border-radius: 100%;
    width: 80%;
}

.zwdp-speaker-tag{
    display: flex;
    background-color: #000;
    border-radius: 5px;
    max-width: 130px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0 0 0 auto;
    padding: 8px 18px;
}
.zwdp-speaker-tag p{
    color: #fff;
    margin-bottom: 0;
}
.zwdp-speaker-desc{
    position: relative;
}
.zwdp-speaker-desc > h4{
    margin-bottom: 5px;
}

.zwdp-speaker-about::after{
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #B8B8B8;
    bottom: -30px;
}
.zwdp-speaker-about > h5{
    color: #7A7A7A;
}
.zwdp-speaker-list-item:last-child .zwdp-speaker-about::after{
    display: none;
}


/* Speaker Wrapper */
.zwdp-speaker-wrapper {
    position: relative;
    max-width: 960px;
    margin: 60px auto 0;
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    padding: 20px clamp(15px, 6vw, 25px);
}

/* Speaker Tag - overlaps top border */
.zwdp-speaker-tag {
    position: absolute;
    top: -18px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2b2b2b;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    z-index: 1;
}

.zwdp-speaker-tag img {
    filter: brightness(0) invert(1);
}

.zwdp-speaker-tag p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* Speaker List Container */
.zwdp-speaker-wrapper-list {
    width: 100%;
    padding: 0 clamp(30px, 6vw, 72px);
}

.zwdp-speaker-list-wrapper {
    display: flex;
    flex-direction: column;
}

/* Individual Speaker Item */
.zwdp-speaker-list-item {
    display: flex;
    align-items: flex-start;
    gap: clamp(24px, 6vw, 44px);
    padding: clamp(30px, 6vw, 50px) 0;
}

/* Speaker Image */
.zwdp-speaker-image {
    flex-shrink: 0;
}

.zwdp-speaker-image img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}

/* Speaker Description */
.zwdp-speaker-desc {
    flex: 1;
    position: relative;
}

.zwdp-speaker-desc h4 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.zwdp-speaker-desc > p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* About Section */
.zwdp-speaker-about h5 {
    color: #7A7A7A;
    margin: 16px 0 8px;
    font-size: 14px;
}

.zwdp-speaker-about p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

/* Divider between speakers */
.zwdp-speaker-divider {
    border: none;
    border-top: 1px solid #EBEBEB;
    margin: 0;
}

/* Hide divider line on last speaker */
.zwdp-speaker-list-item:last-child .zwdp-speaker-about::after {
    display: none;
}

/* newly added*/
.zpweb-block{
    padding-bottom: 60px;
}
.zpweb-flt-container .zpweb-filter-inner{
    max-width: 1280px;
    background-color: #fff;
    border: 1px solid #EBEBEB;;
    margin: 0 auto;
    border-radius: 8px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 12px 0px #0000000F;
}
.zpweb-tabwrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.zpweb-sticky.zpweb-tablist{
    position: sticky;
    top:0;
    z-index: 6;
}
.zpweb-sticky.zpweb-tablist .zpweb-filter-inner{
    max-width: 100%;
    border-radius: 0;
}
.zpweb-tablist{
    width: 100%;
    display: block;
    background: transparent;
}

.zpweb-flt-container{
    position: relative;
    margin: -28px auto;
    z-index: 2;
}
.zpweb-tablist .zpweb-left ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.zpweb-tablist .zpweb-left ul li{
    font-size: 16px;
    padding:16px 24px;
    color: #919191;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
.zpweb-tablist .zpweb-left ul li a{
    color: #747474;
    font-family: var(--zf-primary-medium);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.zpweb-tablist .zpweb-left ul li a:before{
    content: '';
    background: var(--zpweb-sprite) no-repeat;
    width: 20px;
    height: 16px;
    display: inline-block;
    background-size: 140px auto;
    opacity: 0.6;
}
.zpweb-tablist .zpweb-left ul li:first-child a:before{
    background-position: -21px 0;
}
.zpweb-tablist .zpweb-left ul li:nth-child(2) a:before{
    background-position: -42px 0;
    width: 16px;
}
.zpweb-tablist .zpweb-left ul li.selected a{
   color: var(--zpweb-hightlight-color);
}
.zpweb-tablist .zpweb-left ul li.selected:first-child a:before{
    background-position: -21px -17px;
}
.zpweb-tablist .zpweb-left ul li.selected:nth-child(2) a:before{
    background-position: -42px -18px;
}
.zpweb-tablist .zpweb-left ul li.selected a:before{
    opacity: 1;
}
.zpweb-tablist .zpweb-left ul li:not(:last-child){
    border-right:1px solid #EBEBEB;
}
.zpweb-filter-name{
    font-family: var(--zf-secondary-semibold);
}
.zpweb-filtericon{
    background: var(--zpweb-sprite) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 172px auto;
    display: inline-block;
    background-position: -67px 0;
    cursor: pointer;
    margin-left: 10px;
}
.zpweb-filter-overlay.active {
    z-index: 7;
    opacity: 0.6;
    visibility: visible;
}
.zpweb-filter-overlay{
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
.zpweb-filtertab.active .zpweb-filterdropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.zpweb-filterdropdown{
    position: absolute;
    width: 450px;
    max-width: calc(100vw - 32px);
    box-shadow: 0px 12px 40px 0px #00000014;
    top: 68px;
    right: 0;
    text-align: left;
    border-radius: 8px;
    z-index: 8;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 20px 25px;
    transition:opacity 0.5s ease,visibility 0.5s ease,transform 0.5s ease;
    transform: translateY(20px);
}
.zpwebfilter-bottom{
    justify-content: end;
    grid-template-columns: auto auto;
    gap: 8px;
    margin-top: 25px;
}
.zpweb-btn{
    font-size: 13px;
    padding:8px 10px;
    min-width: 80px;
    border:none;
    border-radius: 4px;
    cursor: pointer;
}
.zpweb-btn.zpweb-cancel{
    background-color: #F5F5F5;
    color:#1a1a1a;
}
.zpweb-btn.zpweb-save{
    background-color: #1a1a1a;
    color:#fff;
}
.zpweb-filterdropdown .zpweb-filterwrap{
    display: flex;
    justify-content: space-between;
}
.zpweb-filterdropdown .zpweb-filterleft{
    width: 50%;
}
.zpweb-filterdropdown span.zpweb-dp-title{
   padding: 12px 16px 10px;
   display: block;
   font-size: 14px;
   font-family: var(--secondaryfont-semibold);
}
.zpweb-filterdropdown ul+span.zpweb-dp-title{
    border-top: 1px solid #f2f2f2;
}
.zpweb-filterdropdown ul{
    padding-bottom:10px;
}
.zpweb-filterdropdown ul li{
    padding:7px 16px 3px;
    font-size: 14px;
}
.zpweb-tags{
    padding: 8px 10px;
    font-size: 14px;
    background-color: #F7F7F7;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.zpweb-tagclose{
    width: 8px;
    height:8px;
    background: url(/sites/zweb/images/webinar/close-tag.svg) no-repeat;
    background-size: 100%;
}
.zpweb-label{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.zpweb-label input[type='checkbox'],.zpweb-label input[type='radio'] {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    top: 0;
    left: 0;
}
.zpweb-label .zpweb-check.zpweb-radio{
    border-radius: 50%;
}
.zpweb-label .zpweb-check{
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border:1px solid #ABABAB;
}
.zpweb-label .zpweb-check::after{
    content: '';
    background: var(--zpweb-sprite) no-repeat;
    width: 12px;
    height: 20px;
    background-size: 172px auto;
    background-position: 1px -3px;
    display: block;
    opacity: 0;
}
.zpweb-label .zpweb-check.zpweb-radio:after{
    width: 100%;
    height: 100%;
    background-color: var(--zpweb-hightlight-color);
    transform: scale(0.7);
    border-radius: 50%;
    background-image: none;
}
.zpweb-label input:checked+.zpweb-check {
    border-color:var(--zpweb-hightlight-color);;
}
.zpweb-label input[type='checkbox']:checked+.zpweb-check {
   background-color: #000;
}
.zpweb-label input:checked+.zpweb-check:after{
    opacity: 1;
}
.zpweb-label input[type='checkbox']:checked+.zpweb-check:after{
    filter:invert(1)
}
.zpweb-filterbox-tag{
    display: inline-flex;
    gap: 10px;
    justify-content: flex-end;
}
.zpweb-right{
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.zpweb-filtertab{
    padding: 22px 4px;
    padding-left: 20px;
    border-left: 1px solid #EBEBEB;
    font-size: 15px;
    background: #fff;
    z-index: 22;
    border-radius: 0 8px 8px 0;
}
.zpweb-tabcontent{
    padding: 110px 0;
}

.zpweb-box.zpweb-theme1 .zpweb-icon{
    border-color: var(--zpweb-theme-bordercolor2);
    background-color: var(--zpweb-icon-color);
}
.zpweb-box .zpweb-tag{
    font-size: 13px;
    background-color: #fff;
    padding: 7px 13px;;
    border-radius: 4px;
    font-family: var(--zf-primary-medium);  
}
.zpweb-icon{
    width: 40px;
    height: 40px;
    border:1px solid var(--zpweb-theme-bordercolor1);
    border-radius: 8px;
    background: #DBDAFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.zpweb-icon:before{
    content: '';
    background: var(--zpweb-sprite) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 172px auto;
    background-position: -110px 0;
    display: block;
}
.zpweb-top-content{
    position: relative;
    height:100%;
    padding:40px 24px 0;
}

.zpweb-box-content {
    display: flex;
    flex-flow: column;
    height: calc(100% - 82px);
    position: relative;
}
.zpweb-middle-content{
    padding:0 24px 30px;
    position: relative;
}

.zpweb-showmore{
    background: transparent;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid;
    padding: 0;
    cursor: pointer;
    color: #333;
}
.zpweb-content-list p{
    font-size: 16px;
    margin-bottom: 25px;
}
.zpweb-dateinfo{
    font-size: 16px;
    position: relative;
    margin-top: 35px;
}
.zpweb-date-selected{
    font-size: 20px;
    width: 80%;
    cursor: pointer;
}
.zpweb-dateinfo.active .zpweb-date-dropdown{
    opacity: 1;
    visibility: visible;
    top: -10px;
}
.zpweb-dateinfo.zpweb-showonlyone{
      font-size: 20px;  
      margin-top: 35px;
      cursor: default;
}
.zpweb-date-dropdown{
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 50px;
    max-height: 150px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition:all 0.4s ease-in-out;
    z-index: 2;
    box-shadow: 0px 12px 40px 0px #00000014;
}

.zpweb-date-dropdown li{
    font-size: 15px;
    padding: 16px 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.zpweb-date-dropdown li:hover{
    background-color: #f7f7f7;
}
.zpweb-date-dropdown li.selected{
    background-color: #f2f2f2;
    color: var(--zwc-link-clr);
}
.zpweb-date-dropdown li.selected::after{
    content: '';
    width: 16px;
    height: 10px;
    background: var(--zpweb-sprite);
    background-size: 172px auto;
    background-position: 0 -28px;
    float: right;
    margin-top: 7px;
}
.zpweb-dateinfo:not(.zpweb-showonlyone) .zpweb-date-selected:after{
    content: "";
    display: inline-block;
    padding: 3.3px;
    position: absolute;
    margin-left: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .3s ease;
    border: solid #777;
    clear: both;
    top: calc(50% - 5px);
    border-width: 0 1px 1px 0;
    right: 16px;
}
.zpweb-dateinfo:not(.zpweb-showonlyone) .zpweb-date-selected:before{
    content: "";
    background-color: #EBEBEB;
    width: 20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 10px);
    right: 10px;
}
.zpweb-date{
    font-family:var(--secondaryfont-semibold);
}
.zpweb-time{
    font-family:var(--zf-primary-medium);
}
.zpweb-spkdetails {
    display: flex;
    gap: 10px;
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}
.zpweb-spkdetails:not(:last-child){
    margin-bottom: 15px;
}
.zpweb-speaker-container{
padding: 25px 24px 0;
}
.zpweb-spkdetails:not(.zpweb-nodescriptions):after{
    content:'';
    width: 17px;
    height: 17px;
    background: var(--zpweb-sprite);
    background-size: 130px auto;
    background-position: -97px 0px;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
}
.zpweb-spkimg{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.zpweb-spkimg img{
    border-radius : 100%;
}
.zpweb-spkinfo{
    font-size: 18px;
}
.zpweb-spkinfo .zweb-desig{
    font-size: 15px;
}
.zweb-name{
    font-family: var(--zf-primary-medium);
    display: block;
    line-height: 1;
}
.zpweb-bottom-content a{
    font-size: 16px;
    padding:13px 0;
    text-align: center;
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.zpweb-totalhrs{
    color: #000;
    background-color: #F7F7F7;
}
.zpweb-registercta{
    background-color: var(--zpweb-base-color);
    background-color: #F0F0F0;
    color: #000;
    transition: all 0.5s ease;
}
.zpweb-registercta:after{
    content: '';
    background: var(--zpweb-sprite) no-repeat;
    width: 11px;
    height: 22px;
    background-size: 172px auto;
    display: inline-block;
    background-position: -15px 0px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
}

.zpweb-speaker-descriptions{
    text-align: center;
    padding: 30px;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: all ease-in .4s;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: all ease-out .4s;
}
.zpweb-speaker-descriptions.active{
    opacity: 1;
    transform: translateY(0);
}
.zpweb-spkclose{
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
}
.zpweb-spkclose:after,.zpweb-spkclose:before{
position: absolute;
left: 11px;
content: ' ';
height: 13px;
width: 1px;
background-color: #8a8a8a;
top: 4px;
}
.zpweb-spkclose:before {
    transform: rotate(45deg);
  }
  .zpweb-spkclose:after {
    transform: rotate(-45deg);
  }
.zpweb-speaker-profile{
    width: 100px;
    height: 100px;
    background-size: auto 100px;
    display: inline-block;
    margin: 40px 0 10px;
    background-color: #dedede;
    border-radius: 50%;
}
.zpweb-speaker-descriptions h3{
    font-size: 20px;
    margin-bottom: 5px;
}
.zpweb-speakerdesign{
    font-size: 16px;
    color: #595959;
    display: block;
}
.zweb-speakerContent{
    font-size: 16px;
    margin-top: 20px;
}

/* Mobile menu trigger hidden on desktop */
.zpweb-left .menu-select{
    display: none;
}

/*end*/

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ---------- Tablet / Mobile menu (<= 991px) ---------- */
@media (max-width: 991px){
    .zpweb-flt-container{
        margin: -28px 16px;            /* side gutter so the card isn't edge-to-edge */
    }
    .zwdp-speaker-wrapper{
        margin-left: 16px;
        margin-right: 16px;
    }
    .zpweb-box-wrap{
        grid-template-columns: auto auto;
        width: 94%;
    }
    .zpweb-spkinfo{
        font-size: 16px;
    }
    .zpweb-spkinfo .zweb-desig{
        font-size: 13px;
    }

    /* Stack left/right; swap horizontal tabs -> native <select> */
    .zpweb-tabwrap{
        flex-flow: column;
    }
    .zpweb-tablist .zpweb-left ul{
        display: none;                 /* hide the horizontal tabs */
    }
    .zpweb-left .menu-select{
        display: block;
        font-size: 15px;
        text-align: center;
        padding: 10px 0;
        position: relative;
    }
    .menu-select select{
        font-size: 16px;
        text-align: center;
        text-align-last: center;
        margin: 0 auto;
        background: transparent;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        padding-right: 30px;
        cursor: pointer;
    }
    .menu-select:after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #000;
        position: absolute;
        right: 14px;
        top: calc(50% - 3px);
    }
    .zpweb-filtertab{
        padding: 16px 4px 16px 20px;
        border-left: 0;
    }
    .zpweb-filterdropdown{
        max-width: 450px;
        width: 90%;
        left: 0;
        margin: auto;
        top: 98px;
    }
}

/* ---------- Mobile (<= 767px) ---------- */
@media (max-width: 767px){
    .zwdp-banner-section{
        padding: 60px 16px 70px;
    }
    .zpweb-box-wrap{
        grid-template-columns: auto;
        width: 94%;
    }
    .zpweb-tablist .zpweb-left ul li:not(:last-child){
        border-right: 0;
    }

    /* --- Speaker section --- */
    .zwdp-speaker-tag{
        right: 16px;
        top: -16px;
    }
    .zwdp-speaker-list-item{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .zwdp-speaker-image img{
        width: 80px;
        height: 80px;
    }
    .zwdp-speaker-image,
    .zwdp-speaker-desc{
        text-align: center;
    }
    .zwdp-speaker-wrapper-list{
        padding: 0 16px;
    }
    .zwdp-speaker-about::after{
        left: 50%;
        transform: translateX(-50%);   /* center the divider dash */
    }
}

/* ---------- Small mobile (<= 480px) ---------- */
@media (max-width: 480px){
    .zpweb-flt-container{
        margin: -20px 12px;
    }
    .zwdp-banner-section h1{
        letter-spacing: -0.5px;
    }
}
