.speakerContainer{
    padding-top: 75px;
}
.containerTitle{
    text-align: center;
    color: #000;
    font: 400 60px / 60px "Bayon", sans-serif;
    text-transform: uppercase;
    margin-bottom: 75px;
}
.speakerContainer .imageContainer{
    display: flex;
    gap: 50px 25px;
    justify-content: center;
    flex-wrap: wrap;
    
}
.speakerContainer .imageContainer .speakerInfo{
    text-align: center;
    max-width: 270px;
}
.speakerContainer .imageContainer .speakerInfo .imageWrapper{
    background-image: url('https://images.moneycontrol.com/images/ms/Summit2k25/blue-circle.png?impolicy=mchigh');
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    width: 230px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.speakerContainer .imageContainer .speakerInfo .imageWrapper .speakerImage{
    width: 200px;
    height: 200px;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
}
.speakerContainer .imageContainer .speakerInfo:nth-child(even) .imageWrapper{
    background-image: url('https://images.moneycontrol.com/images/ms/Summit2k25/green-circle.png?impolicy=mchigh');
   

}
.speakerContainer .imageContainer .speakerInfo .imageWrapper img{
    height: auto;
    width: 184px;
    height: 190px;
    margin-top: 11px;
}
.speakerContainer .imageContainer .speakerInfo .name{
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin: 26px 0 14px;
    color: #000000;  
}
.speakerContainer .imageContainer .speakerInfo .desc{
    font-family: 'Source Sans 3',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
   color: #000000;
    
}
.btnContainer{
    margin-top:50px ;
}
.loadMore{
    font-family: 'Source Sans 3',sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #539C33;
    padding: 14px 28px;
    border: 1px solid #539C33;
    border-radius: 4px;
    background: transparent;
    display: block;
    margin: auto;
}
.speakerInfo {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.speakerInfo.visible {
    display: block;
    opacity: 1;
}

.storeContent{
    padding: 26px 0;
}
.storeContent:not(:last-child){
    border-bottom: 6px solid #fff;
}
.blueBg{
    background-color: #002D8B;
}
.greenBg{
    background-color: #539C33;

}
.storeContainer{
    padding-top:55px;
}
.storeContainer .topHead{
    display: flex;
    gap: 22px;
    align-items: center;
    margin-bottom: 40px;
}
.storeContainer .topHead .time{
    border: 1px solid #FFFFFF;
    padding: 10px;
    font-family: 'Source Sans 3',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.8px;
    color: #ffffff;
    display: none;
    white-space: nowrap;
    height: fit-content;
}
.storeContainer .topHead .storeTitle{
    font-family: 'Source Sans 3',sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.72px;
    color: #ffffff;
    margin: 0;
    max-width: 810px;
}
.storeContainer .storeDetails{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 73px;
}
.storeContainer .storeDetails .content{
    border-right: 1px solid #FFFFFF80;
    padding-right: 73px;
    padding-top: 41px;
}
.storeContainer .storeDetails .content:only-child{
    border-right: none;
    white-space: nowrap;
}
.storeContainer .storeDetails .content:nth-child(3n){
    border-right: none;
}
.storeContainer .storeDetails .content:nth-child(-n+3){
    padding-top: 0;
}
.storeContainer  .content .speakerName{
    font-family: 'Source Sans 3',sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
     color: #ffffff;
     margin: 0 0 12px;
    
}
.storeContainer  .content .designation{
    font-family: 'Source Sans 3',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    
}
.rightIcon{
    background: linear-gradient(180deg, #002D8B 0%, #007CF1 100%);
    height: 70px;
    width: 70px;
    border-radius: 4px;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}

@media all and (max-width: 980px) {
    .speakerContainer {
        padding: 29px 0 52px;
    }
    .containerTitle{
        font: 400 30px / 30px "Bayon", sans-serif;
        margin-bottom: 43px;
        
    }
    .speakerContainer .imageContainer {
        gap: 25px 16px;
    }
    .speakerContainer .imageContainer .speakerInfo {
        max-width: 140px;
    }
    .speakerContainer .imageContainer .speakerInfo .imageWrapper {
        height: 140px;
        width: 140px;
    }
    .speakerContainer .imageContainer .speakerInfo .imageWrapper .speakerImage {
        width: 121px;
        height: 121px;
    }
    .speakerContainer .imageContainer .speakerInfo .imageWrapper img {
        width: 115px;
        height:116px;
    }
    .speakerContainer .imageContainer .speakerInfo .name {
        font-size: 16px;
        line-height: 18px;
        margin: 25px 0 8px;
    }
    .speakerContainer .imageContainer .speakerInfo .desc {
        font-size: 12px;
        line-height: 14px;
    }
    .btnContainer {
        margin-top: 43px;
    }
    .loadMore{
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        color: #539C33;
        padding: 10px 20px;
    }
    .storeContent{
        padding: 32px 0;
    }
    
    .storeContainer .topHead {
        flex-direction: column;
        gap: 16px;
        align-items: start;
        margin-bottom: 35px;
    }
    .storeContainer .topHead .time{
        padding: 8px;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1.6px;
        display: none;
    }
    .storeContainer .topHead .storeTitle {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.3px;
        
    }
    .storeContainer .storeDetails {
    display: unset;
    }
    .storeContainer .storeDetails .content:nth-child(-n+3) {
        padding-top: 20px;
        
    }
    .storeContainer .storeDetails .content {
        border-right: unset;
        border-bottom: 1px solid #FFFFFF80;
        padding: 20px 0;
    }
    .storeContainer .storeDetails .content:first-child{
        padding-top: 0;
    }
    .storeContainer .storeDetails .content:last-child{
        border-bottom: none;
    }
    .storeContainer .content .speakerName {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 15px;
    }
    .storeContainer .storeDetails .content:only-child {
        white-space: unset;
    }
    .rightIcon {
        top: 54%;
        display: none;
    }

}