/* here are only css for upcoming workshop and overriding the css from main.css */

html {
    scroll-padding-top: 80px; /* Adjust based on your header height */
}
#main-section{
    overflow: hidden;
}
.heading-of-schedule{
    background-color: var(--wc-red);
    padding: 1rem;
    margin-top: 1rem;
}
.heading-of-schedule h4{
    color: white;
    font-size: var(--fs-h5);
}
.static-box-for-register-button {
    position: fixed;
    right: 0px;
    bottom: 15vh;
    width: 45px;
    z-index: 999;
}
.static-box-for-register-button a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 3px 10px;
    background-color: var(--wc-red);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 26px;
}
.link-small span{
    font-size: var(--fs-super-mini);
}

.static-box-for-register-button a i {
    margin-right: 10px;  /* Adds space between the icon and text */
}

.static-box-for-register-button a:hover {
    background-color: var(--wc-red);
}
.col-md-4.right-content{
    align-items: center;
    /* justify-content: flex-start; */
    min-height: 80vh;
    max-height: 100%;
}
.left-image-with-content {
    background-image: url(../images/Banner-min.png);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 80vh;
    max-height: 100%;
    padding: 0 !important;
}

.buttons-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    gap: 0.7rem;
    margin-top: 2rem;
}
.content-of-quick-links{
    display: flex;
    border-radius: 3px;
    /* align-items: center; */
    justify-content: space-between;
    gap: 0.5rem;
    background-color: white;
    position: relative;
    padding: 0.5rem;
    /* box-shadow: 5px 5px 0px -1px rgb(249 161 161 / 30%); */
    box-shadow: 5px 5px 0px -1px rgb(167 135 67 / 37%);
}
.quick-link{
    display: flex;
    width: 85%;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--wc-heading-text);
    font-size: var(--fs-anchor);
    position: relative;
}
.quick-link::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: black;
    z-index: 1;
}
.content-of-quick-links span{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.para-highlights{
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.para-container{
    height: 100%;
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}
.heading{
    display: flex;
    border-left: 2px solid var(--wc-red);
    padding-left: 1rem;
}
.heading h3{
    font-size: var(--fs-h4);
    color: var(--wc-heading-text);
}
.text-justify{
    text-align: justify;
}
.container-speakers-content{
    display: flex;
    flex-direction: column;
    /* flex-direction: column; */
    gap: 1rem;
    align-items: center;
    /* margin-top: 1rem; */
    padding: 3rem;
}
.container-speakers-content .row{
    gap: 1rem;
}
.content-speakers{
    display: flex;
    max-width: 700px;
    /* max-width: 1400px; */
    align-items: center;
    justify-content: space-around;
    /* flex-direction: column; */
    gap: 1rem;
    /* margin-top: 1rem; */
    padding: 1rem;
    background-color: var(--wc-lightest-shade);
    border-radius: 10px;
}
.content-speakers .img{
    width: 40vh;
    height: auto;
    /* width: 100%; */
    object-fit: cover;
    object-position: top;
}
.img img{
    height: 100%;
    /* border-radius: 50%; */
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.content-speakers .content-casual{
    padding: 0rem 3rem;
    width: 100%;
    display: flex;
    /* align-items: flex-end; */
    flex-direction: column;
    justify-content: flex-start;
    /* gap: 1rem; */
}
.content-casual h4{
    border-left: 2px solid var(--wc-red);
    padding-left: 1rem;
    color: var(--wc-heading-text);
    font-size: var(--fs-h4);
}
/* .content-casual  >:nth-child(2){
    color: var(--wc-red);
} */
.button-toggle{
    cursor: pointer;
    border-radius: 75px;
    padding: 0.5rem 1rem;
    background-color: #e7e5e5a8;
}
.button-toggle h5{
    font-size: var(--fs-body);
}
.button-toggle.active h5{
    color: var(--wc-red);
}

.row.hero-container {
    margin: 0 auto;
    /* margin-top: 2rem; */
    min-height: 55vh;
    height: inherit;
    max-width: 1400px;
    padding: 0 3.4rem;
}
.left-image-with-content {
    background-image: url(../images/Banner-min.png);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 55vh;
    max-height: 100%;
    width: 65%;
    padding: 0 !important;
}
.right-content.col-md-4 {
    display: flex;
    flex-direction: column;
    width: 35%;
    justify-content: center;
    min-height: 55vh;
    max-height: 100%;
    padding: 1rem;
}
.left-image-with-content h1 {
    position: absolute;
    bottom: 20px;
    color: var(--wc-highlight-text);
    font-size: var(--fs-h4);
    font-weight: 700;
    width: 70%;
    left: 60px;
}
section.hero {
    width: 100%;
    min-height: 55vh;
    background-color: var(--wc-light);
}
.toggle-button{
    justify-content: center;
    padding: 0 2rem;
    overflow: auto;
}
.container-speakers{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content-casual h4 {
    font-size: var(--fs-h5);
}
.content-casual p {
    font-size: var(--fs-super-mini);
}
.container-for-speakers {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 1rem;
}
@media (max-width: 1100px) {

    .hero-container .right-content .content-of-right-insider {
        display: inline-block !important;
    
}
@media (max-width:600px){
    .container-for-speakers {
        flex-direction: column;
    }
}
.col-md-4.right-content{
    /* min-height: 30vh; */
    padding: 0rem;
}
.hero-container .right-content .content-of-main {
    padding: 0rem;
}
.hero-container {
    padding: 0 3rem !important;
}
.right-content .content-of-main h4 {
    font-size: var(--fs-h5) !important;
}
}

@media (max-width:900px){
    .content-speakers{
        flex-direction: column !important;
    }
}

@media (max-width:500px){
.content-speakers{
    padding: 1rem 0rem !important;
    gap: 3rem;
}
.container-speakers-content {
    padding: 3rem 1rem;
    padding-top: 1rem;
    gap: 3rem;
}
.speakers-toggle{
    margin: 3rem 0rem;

}
.toggle-button{
    justify-content: flex-start;
    padding: 0 2rem;
    overflow: auto;
}
.para-highlights{
    width: 100%;
    gap: 4rem;
}
.button-toggle{
    min-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content-speakers .content-casual{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}
.content-speakers .img {
    width: 250px;
}
.content-speakers .content-casual {
    padding: 0rem 1rem;
}
.toggle-button{
    width: 100%;
    padding: 0 0.5rem;
    overflow: auto;
    justify-content: flex-start;
    /* gap: 0rem; */
}
.button-toggle {
    min-width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.5rem;
    border-radius: 5px;
}
.button-toggle h5{
    margin: 0px;
}
.button-toggle:first-child {
    min-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content-speakers .img {
    width: 200px !important;
}
}
@media (max-width: 850px) {
    .left-image-with-content {
        min-height: 45vh;
        width: 100%;
    }
    .right-content.col-md-4 {
        width: 100%;
        min-height: 400px;
    }
    .row.hero-container{
        padding: 0px 1rem !important;
    }
    .para-highlights{
        padding: 3rem 2rem;
    }
    .left-image-with-content h1 {
        position: absolute;
        bottom: 20px;
        color: var(--wc-highlight-text);
        font-size: var(--fs-h4);
        font-weight: 700;
        width: 70%;
        left: 20px;
    }
    .content-speakers .img {
        width: 350px;
    }
    .content-speakers {
        gap: 4rem;
    }
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
}

.prev-btn { left: 10px; }
.next-btn { right: 10px; }

.slider-btn:hover {
    background: black;
}
@media (max-width:1400px){
    .content-speakers{
        flex-direction: column;
        max-width: 550px;
    }
    .content-speakers .img {
        width: 250px;
        height: auto;
        /* width: 100%; */
        object-fit: cover;
        object-position: top;
    }
}
@media(max-width:800px){
    /* .container-speakers-content{
        flex-direction: column;
    } */
    .content-speakers{
        flex-direction: column;
        max-width: 450px;
    }
}
@media(max-width:700px){
    .container-speakers-content{
        flex-direction: column;
    }
    .content-speakers{
        flex-direction: column;
        max-width: 500px;
    }
}
@media(max-width:500px){
    .container-speakers-content{
        flex-direction: column;
    }
    .content-speakers{
        flex-direction: column;
        max-width: 80vw;
        margin: 0px;
        min-width: 80vw;
        gap: 2rem;
    }
    .button-toggle h5 {
        font-size: var(--fs-super-mini);
    }
}
@media(max-width:400px){
    .container-speakers-content{
        flex-direction: column;
    }
    .content-speakers{
        flex-direction: column;
        max-width: 350px;
    }
}

.col-md-7 h4.title, .col-md-4.time, .toggle {
    font-size: var(--fs-h6);
    color: var(--wc-heading-text);
}

.container-for-speakers{
    transition: all ease 0.5s;
}
.btn-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px auto;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    color: var(--wc-red);
    background: transparent;
    border: 2px solid var(--wc-red);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
  }

  .btn-toggle:hover {
    background: var(--wc-red);
    color: white;
  }

  .btn-toggle:hover .icon-wrapper svg {
    transform: rotate(180deg);
  }

  .icon-wrapper {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease-in-out;
  }

  .btn-toggle:active {
    transform: scale(0.95);
  }