.workshop-container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px 20px 20px;
}
.workshop-header {
    text-align: left;
    margin-bottom: 1px;
}
.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;
    }
}

/* Modal styles */
.pb-md {
    padding-bottom: 10px;
    margin-top: 15px !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.modal.show {
    opacity: 1;
}

.modal-content {
    background-color: #fff;
    margin: -100vh auto 0;
    width: 90%;
    max-width: 600px;
    position: relative;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-height: calc(100vh - 1px);
    overflow-y: auto;
    transition: margin 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal.show .modal-content {
    margin-top: 15vh;
}

@keyframes slideDown {
    from {
        margin-top: -100vh;
    }
    to {
        margin-top: 15vh;
    }
}

@keyframes slideUp {
    from {
        margin-top: 15vh;
    }
    to {
        margin-top: -100vh;
    }
}

.slide-down {
    animation: slideDown 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.slide-up {
    animation: slideUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

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

.close {
    float: right;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
    color: #999;
    margin-top: -5px;
}

.modal-header h2 {
    margin: 0;
    color: white;
    font-size: 1.125rem;
    font-weight: 500;
    display: inline-block;
}

.modal-body {
    padding: 30px 20px;
}

.modal-body p {
    color: black;
    font-size: 1rem;
    line-height: 1.4;
    font-family: 'sst-medium', sans-serif;
}

.sony-login-btn {
    background-color: #0066CC;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    width: 40%;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.modal-body a {
    color: black;
    text-decoration: underline;
    font-family: 'sst-roman', sans-serif;
}
.forgot-password {
    display: block;
    color: black;
    text-decoration: none;
    font-size: 0.85rem !important;
    margin: 10px 0;
    font-family: 'sst-roman', sans-serif !important;
    margin-bottom: 5px !important;
}
.sign-up {
    text-decoration: none !important;
    font-size: 0.85rem;
    margin: 10px 0;
    font-family: 'sst-roman', sans-serif !important;
    font-weight: 600;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
    .sony-login-btn {
        width: 60%;
    }
}
@media (max-width: 480px) {
    .sony-login-btn {
        width: 100%;
    }
    .modal-content {
        margin: 30% auto;
    }
    
    .modal-header, 
    .modal-body, 
    .modal-footer {
        padding: 15px;
    }
}

/* Camera Modal styles */
.camera-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.camera-modal.show {
    opacity: 1;
}

.camera-modal-content {
    background-color: #fff;
    margin: -100vh auto 0;
    width: 95%;
    max-width: 500px;
    position: relative;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    transition: margin 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.camera-modal.show .camera-modal-content {
    margin-top: 15vh;
}

@media (min-width: 768px) {
    .camera-modal-content {
        width: 90%;
    }
    .camera-modal.show .camera-modal-content {
        margin-top: 15vh;
    }
}

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

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

@media (min-width: 768px) {
    .camera-modal-header h2 {
        font-size: 1.125rem;
    }
}

.camera-close {
    float: right;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
    color: #999;
    margin-top: -5px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.camera-modal-body {
    padding: 20px 15px;
    text-align: left;
}

@media (min-width: 768px) {
    .camera-modal-body {
        padding: 30px 20px;
    }
}

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

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

.camera-modal-body .form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.875rem;
    color: black;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="%23333333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

.camera-modal-footer {
    background: black;
    padding: 15px;
    position: relative;
    text-align: left;
    color: white;
}

@media (min-width: 768px) {
    .camera-modal-footer {
        padding: 15px 20px;
    }
}

.camera-modal-body .button-group {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 768px) {
    .camera-modal-body .button-group {
        flex-direction: row;
        gap: 15px;
    }
}

.camera-modal-body .btn-checkout,
.camera-modal-body .btn-cart {
    width: 100%;
    padding: 12px;
    margin: 0;
    border: 1px solid black;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s ease;
    background-color: white;
    color: black;
}

.camera-modal-body .btn-checkout:hover,
.camera-modal-body .btn-cart:hover {
    background-color: black;
    color: white;
}

.time-info {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .time-info {
        font-size: 1rem;
    }
}

.sub-info {
    font-size: 0.75rem;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .sub-info {
        font-size: 0.875rem;
    }
}

/* Animation classes for camera modal */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.camera-slide-down {
    animation: slideDown 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.camera-slide-up {
    animation: slideUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
/*Adding Shubham Start */

html[lang="vi-VN"] .modal-body p {
    font-family: 'SST W01 Medium', sans-serif !important;
}

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