.event-wrapper {
    display: flex;
    padding-bottom: 60px;
    gap:28px;
}
.event{
    padding-bottom: 100px;
}
.leftevent-content-area {
    width: 66%;
}

section.event.event-online {
    margin-top: 40px;
}
.rightevent-content-area{
    width: 32%;
}


/***breadcrumbs****/

.breadcrumbs nav ol {
    display: flex;
    gap: 8px;
}
.breadcrumbs nav ol li {
    list-style-type: none;
}
li.breadcrumb-item {
    font-weight: 500;
    font-size: 14px;
line-height: 20px;
}
li.breadcrumb-item.active {
    font-weight: 400;
}
.breadcrumbs {
    padding-bottom: 28px;
}


.event-title {
    padding-bottom: 28px;
}

.event-title h1{
line-height: 60px;
}
.event-featuredimg img {
    border-radius: 12px;
    width: 100%;
}

.event-featuredimg{
margin-bottom: 48px;
}
.event h3{
    padding-bottom: 24px;
}

.event-wrapper .leftevent-content-area .ev-content p:nth-child(2){
padding-bottom: 48px;

}

.event p{
padding-bottom: 24px;
}

.ev-content h3{
line-height: 40px;
}

.event h4{
line-height: 36px;
}
ul.ev-points li {
    padding-bottom: 8px;
    line-height: 30px;
    color: #6E706C;
font-size: 20px;
    list-style-type: unset;
    margin-left: 20px;
    font-weight: 400;
}
ul.ev-points {
    padding-bottom: 48px;
}
.event p{
    font-size:20px;
    line-height: 30px;
color: #6E706C;
}

.event-wrapper .leftevent-content-area .ev-content p:nth-child(11){
padding-bottom: 28px !important;
}

.event-wrapper .leftevent-content-area .ev-content .event-speaker-info .event-speaker-content .event-sp-header img{
margin-bottom: 0px !important;
}

.event-sp-header h5{
line-height: 26px;
}

.ev-content img{
    width: 100%;
    border-radius: 12px;
    margin-bottom: 48px;
}
ul.ev-points li::marker {
    color: var(--secondary-color);
}



/***Speaker info css****/
.event-speaker-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.event-speaker-info {
    padding: 16px;
    box-shadow: var(--box-shadow-heavy);
    border-radius: 12px;
    padding-right: 36px;
}
.sp-institute h6 {
    font-weight: 500;
    color: var(--secondary-color);
    font-size: 14px;
    line-height: 20px;
}
.event-speaker-info {
    display: flex;
    gap: 20px;
}

.sp-institute img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    border-radius: 0px;
}
.sp-institute {
    display: flex;
    gap: 7px;
align-items: center;
}
.event-sp-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}
.event-sp-content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.event-wrapper .leftevent-content-area .ev-content .event-speaker-info .event-speaker-content .event-sp-content p{
padding-bottom: 0px !important;
}

.event-wrapper .leftevent-content-area .ev-content p:nth-child(15){
margin-bottom: 24px !important;
}
.event-speaker-info {
    margin-bottom: 32px;
}
.event h4{
    padding-bottom:12px;
}
/***ev tags css****/
.ev-tags span {
    background: #f7f7f7;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-radius: 28px;
    color: #6E706C;
    font-size: 12px;
line-height: 16px;
    font-weight: 400;
}
.ev-tags {
    display: flex;
    gap: 6px;
    padding-bottom: 28px;
}
.ev-tags h6 {
    padding-right: 20px;
font-weight: 500;
line-height: 24px;
}

/***Share css****/
.ev-share img {
    width: 52px;
    
}
.ev-share img{
    box-shadow: var(--box-shadow-light);
    border-radius: 100%;
    padding: 12px;
}
.ev-share {
    display: flex;
    gap: 16px;
    align-items: center;
        margin-bottom: 60px;
}
.ev-share h6 {
    padding-right: 4px;
font-weight: 500;
}

.event .ft-card-wrap {
    grid-template-columns: repeat(3, 1fr);
}
.ft-card .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.event .ft-card .excerpt{
    font-size: 14px;
    line-height: 20px;
}
.event .ft-meta-info p {
    font-size: 12px;
}
.ft-left-meta-date img , ft-left-meta-location img{
    width: 16px;
    height: 16px;
}
.event .ft-meta-info p {
    padding-bottom: 0px;
}
.event .ft-featured-img img {
    height: 281px;
    object-fit: cover;
}
/***right side css****/
.event-online-overview{
    padding: 32px;
    background-color: var( --light-gray-color);
    border-radius: 12px;
}
.bg-white{
    background-color: var(--white-color);
}
.event-date.bg-white,.event-format.bg-white, .event-duration.bg-white , .event-fund.bg-white {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    align-items: center;
    border-radius: 12px; 
    padding: 10px 12px;
}
.ev-date, .ev-format, .ev-duration , .ev-fund{
    font-weight: 500;
    color: var(--primary-color);
}
button.Register {
    width: 100%;
    margin-top: 32px;
}
.event-online-overview h2 {
    padding-bottom: 24px;
line-height: 50px;
}
/*
.leftevent-content-area img {
    margin-bottom: 20px;
} 
*/

.ev-share img {
    margin-bottom: 0px;
}
.event-date-text, .event-format-text ,.event-duration-text, .event-fund-text{
    display: flex;
    align-items: center;
    gap:8px;
}
.event-speaker-img img {
    margin-bottom: 0px;
}

@media screen and (max-width: 862px) {
      
    .event-wrapper {
        flex-direction: column-reverse;
    }
    .leftevent-content-area {
        width: 100%;
    }
    .event-featuredimg img {
       
        height: 200px;
        margin-bottom: 20px;
    }
    .event p{
        font-size: 18px;
        line-height: 28px;
    }
    ul.ev-points li {
        font-size: 18px;
        line-height: 28px;
    }
    .event-speaker-info {
      flex-direction: column;
    }
    .rightevent-content-area {
        width: 100%;
    }
    .event .ft-card-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .event-online-overview {
        padding: 24px;}
        
}
.ft-info{
padding-bottom: 40px !important;
}

.ft-info h1{
line-height: 60px;
}


/* FAQ  */


.event-faq-section {
    background: #F7F7F7;
    padding: 32px;
    border-radius: 12px;
}


.event-faq-section h2 {
    font-size: 40px;
    color: #303430;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Mona Sans';
    margin-bottom: 20px;
  }

.event-heading-question {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.event-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.event-faq-image img {
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
}

.event-faq-text p {
    color: #177E38;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Mona Sans';
    padding-bottom: 0px;
}
  
  details {

    background-color: #FFFFFF;
    padding: 16px;
    border-radius: 28px;
    
  }
  
  details + details {
    margin-top: 10px;
  }
  
  details[open] {
    background-color: #ffffff;
  }
  
  details p {
    color: #303430;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Mona Sans';
  }
  
  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .control-icon {
    fill: #303430;
    transition: .3s ease;
    pointer-events: none;
  }

  details p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Mona Sans';
    color: #303430;
    margin-top: 20px;
  }
  
  .control-icon-close {
    display: none;
  }
  
  details[open] .control-icon-close {
    display: initial;
    transition: .3s ease;
  }
  
  details[open] .control-icon-expand {
    display: none;
  }

  @media (min-width: 768px) and (max-width: 991px){
    .event-faq-section{
        padding: 20px;
    }

    .event-faq-section h2{
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 10px;
    }
  }

  @media (max-width: 767px){
    .event-faq-section{
        margin-bottom: 28px;
        padding: 20px;
    }

    .event-faq-section h2{
        font-size: 24px;
        line-height: 35px;
    }
.event-sp-header{
display: block;
    margin-bottom: 15px;
}
.event-sp-header h5 {
    margin-bottom: 15px;
}

.event-title h1 {
    line-height: 30px;
    font-size: 30px;
}
  }

.campaign-card {
    margin-top: 20px;
    box-shadow: 0px 2px 12px 0px #BDBDBD47;
border-radius: 12px;
}

img.campaign-card-thumbnail.wp-post-image {
    width: 100%;
    border-radius: 12px 12px 0px 0px;
}

.campaign-content {
    padding: 20px;
}
.event-wrapper .rightevent-content-area .campaign-card .campaign-content p.campaign-description{
    padding-bottom: 20px;
}
p.campaign-description {
    font-size: 14px;
    line-height: 20px;
    color: #8E908B;
    font-weight: 400;
}
.campaign-progress .progress-bar {
    background-color: var(--secondary-color);
    height: 100%;
    border-radius: 20px;
    transition: width 0.3s ease-in-out;
}

.campaign-progress {
    background-color: var(--border-color);
    height: 12px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 12px;
    position: relative;
    width: 100%;
margin-bottom: 28px;
}

.campaign-progress-heading p strong {
    color: #303430;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.campaign-progress-heading p {
    color: #8E908B;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
padding-bottom: 0px;
}
.campaign-progress-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.event-button a {
    background-color: #177E38;
    color: #fff;
    padding: 16px 20px;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.campaign-card-overlay h3 {
    background-color: #177E38B8;
    padding: 12px;
    border-radius: 12px 12px 0px 0px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
position: absolute;
    bottom: 5px;
width: 100%;
}

.campaign-card-overlay {
    position: relative;
}
