.workshop-container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px 20px 20px;
}
.workshop-header {
    text-align: left;
    margin-bottom: 30px;
}
.workshop-name { 
    font-size: 1.5rem;
    text-align: left;
    font-family: 'sst-roman', sans-serif !important; 
    margin-bottom: 10px;
}
.workshop-level span {
    font-size: 1.125rem;
    text-align: center;
    color: white;
    font-family: 'sst-heavy', sans-serif !important; 
    background-color: black;
    padding: 4px 12px;
    text-transform: uppercase;
}
.workshop-content {
    padding-bottom: 30px;
}
.workshop-content .title {
    padding: 0 20px 0px 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}


.proficiency-badge {
    padding: 5px;
    background-color: black;
    color: white;
    width: 100px;
    text-align: center;
    font-size: 16px;
    margin: 0px 0px 50px 20px;
}

.collapsible {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1px;
    position: relative;
    font-weight: 500;
}

.collapsible .title {
    font-weight: bold;
    width: 35%;
    font-size: 18px;
    text-align: left;
}



/* Horizontal line between title and arrow */
.collapsible .divider {
    width: 95%;
    height: 1px;
    background-color: black;
    position: relative;
}


.workshop-info-desc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

.collapsible .arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    transform-origin: center;
}

.collapsible.active .arrow {
    transform: rotate(45deg);
}

.content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #ffffff;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.content p,
.workshop-content p {
    
    margin: 0;
    color: black;
    line-height: 1.4;
}

.content h2,
.workshop-content h2 {
  
    margin: 0;
    color: black;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
}

.content p:last-child {
    padding-bottom: 20px;
}

.active::before {
    opacity: 1;
}

.btn-container {
    padding: 10px 20px 0 20px;
}

.btn-register {
    background-color: black;
    color: #ffffff;
    font-weight: bold;
    border: none;
    padding: 6px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.content-padding {
    padding: 10px 20px 0 20px;
}
.workshop-btn {
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.2sease;
    font-family: 'sst-roman', sans-serif;
    width: 100%;
}
.workshop-btn:hover { 
    background-color: black;
    color: white;
}
.workshop-btn-black {
    padding: 0.75rem 1.5rem;
    background-color: black;
    color: white;
    border: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.2sease;
    font-family: 'sst-roman', sans-serif;
    width: 100%;
}

.content-inline > *{
    display: inline;
}
.col-md-7.content-inline {
    margin-right: 30px !important;
}
.border-bottomW {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.expired-btn {
    background-color: gray !important;
    cursor: not-allowed;
    border: grey;
}

.right-col .textNormal {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 20px !important;
}

@media screen and (max-width: 768px) {

    .col-md-7.content-inline {
        margin-right: 0px !important;
    }
    .workshop-content .title {
        font-size: 1rem !important;
    }
    .padding-btnW {
        padding: 20px 0 !important;
    }
    .collapsible .divider {
        width: 85%;
        height: 1px;
    }
    .content p, .workshop-content p {
        font-size: 0.875rem;
    }
    .right-col {
        margin-top: 30px ;
    }
    .right-col .border-bottomW {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }


    /* align Column */
    .right-col .textNormal {
        margin-left: 0px !important;
    }
    .content-padding {
        padding: 10px 0px 0 0px;
    }
    .workshop-content .title {
        padding: 0 0px 0px 0px;
    }
    .collapsible {
        padding: 10px 0px 10px 0px;
    }
}



/*contest style*/
.workshop-info-desc table tbody tr td:first-child {
    width: 10%;
}

.countdown-time {
    display: flex;
    gap: 10px;
    margin-left: 20px;
    align-items: flex-start;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    min-width: 50px;
}

.countdown-item span:first-child {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
}

.countdown-item .label {
    font-size: 14px;
    color: black;
    margin-top: 4px;
}

.countdown-with-btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 50%;
}

.countdown-separator {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    align-self: center;
    margin-top: -15px;
    padding: 0 5px;
    line-height: 1;
}
.countdown-btn {
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.2sease;
    font-family: 'sst-roman', sans-serif;
    width: 50%;
}
.countdown-btn:hover{
    background-color: black;
    color: white;
}


.countdown-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

   
.content p, .workshop-content p a {
    color: black;
}






/*Gallery*/
.gallery {
    columns: 3;
    column-gap: 1em;
    padding: 1em;
}
.item {
    break-inside: avoid;
    margin-bottom: 1em;
    border-radius: 8px;
    overflow: hidden;
    transition: opacity 0.3s ease;
    visibility: visible;
    opacity: 1;
    position: relative;
}
.item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
  }
  
  .item:hover img {
    transform: scale(1.02);
  }
.item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.overlay p {
    margin: 5px 0;
    font-size: 14px;
    color: white;
}
.item:hover .overlay {
  opacity: 1;
}


.location-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    font-size: 0.875rem;
    color: black;
    margin-top: 20px;
    font-family: 'sst-roman', sans-serif;
    padding-bottom: 24px;
    border-bottom: 1px solid #e4e7eb;
    margin-bottom: 24px;
}

.location-data p {
    margin: 0;
    font-size: 16px;
    
}

.vote-btn-modal {
    width: 15%;
    min-width: 100px;
}

.vote-btn-modal button {
    width: 100%;
}

.metadata-data {
    font-size: 0.875rem;
    color: black;
    margin-bottom: 10px;
    font-family: 'sst-roman', sans-serif;
    display: flex;
    flex-wrap: wrap;
}

.metadata-item { 
    margin-bottom: 20px;
    width: 30%;
}

.metadata-item h4 {
    font-size: 0.875rem;
    color: black;
    margin-bottom: 10px;
    font-family: 'sst-roman', sans-serif;
}


.load-more-btn {
    display: block;
    margin: 2rem auto;
    margin-bottom: 0 !important;
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.125rem;
    transition: all 0.2s ease;
    font-family: 'sst-roman', sans-serif;
  }
  
  .load-more-btn:hover {
    background-color: black;
    color: white
  }
  .no-dropdown {
    width: 100% !important;
  }
@media (max-width: 1200px) {
    .gallery {
      columns: 2;
    }
  }
  
  @media (max-width: 600px) {
    .gallery {
      columns: 2;
      column-gap: 0.5em;
      padding: 0;
    }
  }

@media screen and (max-width: 768px) {
    .workshop-info-desc table tbody tr td:first-child {
        width: 20%;
    }
    .workshop-info-desc table tbody tr td {
        font-size: 0.875rem;
    }
    .metadata-item {
      margin-bottom: 20px !important;
      width: 50% !important;
  }
  .countdown-with-btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}
.countdown-separator {
    padding: 0 3px;
}
.countdown-item {
    display: flex
;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    min-width: 25px;
}
.countdown-time {
    display: flex
;
    gap: 5px;
    margin-left: 10px;
    align-items: flex-start;
}
.item {
    margin-bottom: 0.5rem;
}
  }

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 2rem auto;
}

.pagination-btn {
    padding: 0.5rem 1rem;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.2s ease;
    font-family: 'sst-roman', sans-serif;
}

.pagination-btn:hover,
.pagination-btn.active {
    background-color: black;
    color: white;
}

.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Submit Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow-y: initial !important;
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    max-width: 600px;
    width: 95%;
    position: relative;
    border-radius: 4px;

}

.modal-header {
    position: relative;
    text-align: left;
    background: black;
    padding: 15px 20px;
}

.modal-header h2 {
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    display: inline-block;
    padding-right: 30px;
    margin: 0px;
}

.close-submit {
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.modal-body {
    padding: 20px;
    overflow-y: auto;
    flex-grow: 1;
   
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: black;
    font-size: 0.875rem;
    font-weight: 500;
}

.form-group select,
.form-group input[type="text"],
.form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-group textarea {
    height: 100px;
    resize: vertical;
}

.file-info {
    margin-top: 5px;
    font-size: 0.9em;
    color: black;
}

.terms {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.terms input[type="checkbox"] {
    margin-top: 4px;
}

.submit-btn {
    background-color: white;
    color: black;
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.submit-btn:hover {
    background-color: black;
    color: white;
}


/*Added by Gayathri Start*/
html[lang="vi-VN"] .workshop-name {
    font-family: 'SSTVN', sans-serif !important;
}
html[lang="vi-VN"] .workshop-level span {
    font-family: 'SSTVN', sans-serif !important;
}
html[lang="vi-VN"] .workshop-btn {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .workshop-btn-black {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .countdown-btn {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .location-data {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .metadata-data {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .metadata-item h4 {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .load-more-btn {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .pagination-btn {
    font-family: 'SSTVN', sans-serif !important;
}
html[lang="vi-VN"] .workshop-level span {
    font-family: 'SST W01 Bold', sans-serif !important;
}

/*Added by Gayathri End*/
 

 
  

