.yoobic-agenda-block .faq-item-content p:last-child {
    margin: 0;
}
.yoobic-agenda-block .faq-item-content .session-speakers-grid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.yoobic-agenda-block .faq-item-content .session-speakers-grid .item {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}
.yoobic-agenda-block .faq-item-content .session-speakers-grid .item:last-child {
    margin-bottom: 0;
}
.yoobic-agenda-block .faq-item-head {
    display: flex;
    gap: 48px;
}
.yoobic-agenda-block .faq-item-content .session-speakers-grid .item .speaker-avatar {
    flex: 0 0 80px;
}

.yoobic-agenda-block .faq-item-content .session-speakers-grid .item .speaker-avatar img {
    border-radius: 50%;
    min-height: 80px;
    object-fit: cover;
}
.yoobic-agenda-block .faq-item-content .session-speakers-grid .item .speaker-detail p {
    margin: 0;
}
.yoobic-agenda-block .faq-item-head .time {
    flex: 0 0 190px;
    font-weight: 700;
    color: #214ECF;
}
.yoobic-agenda-block .faq-item-head .time b {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 125%;
    letter-spacing: 0.2px;
}
.yoobic-agenda-block {
    width: 100% !important;
    max-width: 100% !important;
}
.yoobic-agenda-block .yoobic-main-title-wrapper {
    display: flex;
    gap: 16px;
    flex-direction: column;
    max-width: 644px;
    margin-left: auto;
    margin-right: auto;
margin-bottom : 48px
}
.yoobic-agenda-block .faq-section .faq-section-wrapper {
    margin: 0;
    max-width: 100%;
}
.yoobic-agenda-block .days {
    max-width: 1114px;
    margin: 0 auto 48px auto;
}
.yoobic-agenda-block .days .days-head p {
    margin: 0;
}

.yoobic-agenda-block .days .days-head {
    margin-bottom: 24px;
}
.yoobic-agenda-block .days .days-head p {
    margin-top: 16px;
}
.yoobic-agenda-block .faq-item-head p {
    margin: 0;
    padding-right: 20px;
}
.yoobic-agenda-block .faq-section .faq-item-head{
    padding: 32px 0;
    opacity: 1;
}
.yoobic-agenda-block .faq-section .faq-item.no-content {
    pointer-events: none;
}
.yoobic-agenda-block .faq-section .faq-item.no-content .faq-item-head:after {
    display: none;
}
.yoobic-agenda-block .faq-section .faq-item.no-content  .faq-item-content {
    display: none !important;
}
.yoobic-agenda-block .faq-section .faq-item-head:after {
    width: 16px;
}
.yoobic-agenda-block .faq-item-content {
    padding-left: 238px;
    padding-bottom: 32px;
}
.yoobic-agenda-block .custom-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*---- for toggle faq answer ----*/
.faq-section {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
}

.faq-section .faq-title {
    font-size: 2rem;
    margin-bottom: 20px;
}

.faq-section .faq-item {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.faq-section .faq-question {
    background: none;
    border: none;
    font-weight: bold;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    cursor: pointer;
    font-size: 1.1rem;
}

.faq-section .faq-answer {
    padding: 10px 0;
    color: #333;
}
.faq-section .faq-item-content{
    display: block;
}
.faq-section h2.yb-heading.h2_heading {
    text-align: center;
    padding-bottom: 48px;
    margin: 0;
}

.faq-section .faq-item-content p.yb-heading.p_default_light {
    margin-bottom: 32px;
    margin-right: 40px;
}

.faq-section .faq-section-wrapper{
    margin: 0 auto;
    max-width: 656px;
}

.faq-section h4.yb-heading.h4_heading {
    padding: 32px 0px ;
    cursor: pointer;
    margin: 0;
}

.faq-section .faq-item-head {
  position: relative;
  padding-right: 40px; 
  min-height: 24px;   
  box-sizing: border-box;
  opacity: .8;
}
.faq-section .faq-item-head.active {
    opacity: 1;
}
.faq-section .faq-item-head:after {
  content: "";
  background-image: url(/wp-content/uploads/2025/09/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 24px;
  display: block;
  position: absolute;
  top: 38%;
  right: 0px;
  transition: transform 0.5s;
  pointer-events: none; 
  
}

.faq-section .faq-item-head.active:after {
    transform: rotate(180deg);
}

.faq-note{
    margin-top: 48px;
    text-align: left;
}
@media only screen and (min-width: 992px) {
    .footer-nav-widgets-wrapper .faq-section .faq-items {
        margin: 0;
        max-width: 447px;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .faq-note {
    margin-top: 24px;
}   
.faq-section h2.yb-heading.h2_heading {
    padding-bottom: 24px;
}
}
@media screen and (max-width: 767px) {
    .faq-section .faq-items {
        margin: 24px 31px;
    }
   
    
    .faq-section .faq-note {
        font-size: 18px;
        margin: 24px 31px;
    }
    .faq-section h2.yb-heading.h2_heading {
    font-size: 29px;
    padding-bottom: 0;
    }
    .faq-section h4.yb-heading.h4_heading{
    font-size: 18px;
     padding: 24px 0px;
     }
     .faq-section .faq-item-head:after {
        top: 30%;
                background-size: 17px;
        background-position: center;
    }
}

@media screen and (max-width: 425px) {
        .faq-section .faq-items {
        margin: 0 10px;
    }
    
    .faq-section h2.yb-heading.h2_heading {
        font-size: 24px;
        padding-bottom: 0;
    }
        .faq-section .faq-note {
        font-size: 10px;
                margin: 24px 10px;
    }
    
.faq-section .faq-item-head.active:after {
 
    background-size: 17px;
    background-position: center;
}
}
/*---- end here ------*/
@media screen and (max-width: 768px) {
.yoobic-agenda-block .faq-section .faq-items {
    margin: 0;
}
.yoobic-agenda-block .faq-section .faq-item-head {
    padding: 20px 0;
    gap: 10px;
    flex-direction: column;
}
.yoobic-agenda-block .faq-item-head .time {
    flex: 0 0 auto;
}
.yoobic-agenda-block .faq-item-head .time ,
.yoobic-agenda-block .faq-item-head .time b {
    font-size: 16px;
    line-height: 24px;
}
.yoobic-agenda-block .faq-item-content {
    padding-left: 0;
    padding-bottom: 24px;
}
.yoobic-agenda-block .faq-item-content .session-speakers-grid .item .speaker-avatar {
    flex: 0 0 60px;
}
.yoobic-agenda-block .faq-item-content .session-speakers-grid .item .speaker-avatar img {
    min-height: 60px;
}
.yoobic-agenda-block .faq-item-content .session-speakers-grid .item {
    gap: 12px;
}
.yoobic-agenda-block .faq-item-content .session-speakers-grid {
    flex-direction: column-reverse;
    gap: 16px;
}
.yoobic-agenda-block .faq-section .faq-item-content p.yb-heading.p_default_light {
    margin-bottom: 0;
    margin-right: 40px;
}
}