.yellowgreen {
    color: #bcff00 !important;
}

.greenyellow {
    color: #bcff00 !important;
}

.dotted-green-border {
    border: 2px solid #bcff00 !important;
}

/* Modal backdrop darker override */
.modal-backdrop {
    --bs-backdrop-opacity: 0.8;
}

.form-control:focus {
    border-color: #bcff00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
}

/* Pulse modal should have lighter backdrop like video modal */
body:has(#pulseModal.show) .modal-backdrop {
    --bs-backdrop-opacity: 0.5 !important;
}

/* Alternative approach if :has() not supported */
.pulse-modal-active .modal-backdrop {
    --bs-backdrop-opacity: 0.5 !important;
}

.short-description {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.objectives-content {
    color: #fff;
    line-height: 1.6;
}

/* Headings */
.objectives-content h1,
.objectives-content h2,
.objectives-content h3,
.objectives-content h4,
.objectives-content h5,
.objectives-content h6 {
    color: #fff;
    margin: 1.5em 0 0.8em;
    font-weight: bold;
    line-height: 1.2;
}

.objectives-content h1 {
    font-size: 2em;
}

.objectives-content h2 {
    font-size: 1.75em;
}

.objectives-content h3 {
    font-size: 1.5em;
}

.objectives-content h4 {
    font-size: 1.25em;
}

.objectives-content h5 {
    font-size: 1.1em;
}

.objectives-content h6 {
    font-size: 1em;
}

/* Lists */
.objectives-content ul,
.objectives-content>ul {
    list-style-type: disc !important;
    padding-left: 2em !important;
    margin: 1em 0 !important;
    color: #fff !important;
}

.objectives-content ul li,
.objectives-content>ul>li {
    margin-bottom: 10px;
    display: list-item !important;
    list-style-type: disc !important;
}

/* Tables */
.objectives-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
    background-color: rgba(255, 255, 255, 0.05);
}

.objectives-content th,
.objectives-content td {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.75em;
    text-align: left;
}

.objectives-content th {
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
}

/* Text formatting */
.objectives-content b,
.objectives-content strong {
    font-weight: bold;
    color: #fff;
}

.objectives-content i,
.objectives-content em {
    font-style: italic;
}

.objectives-content strike,
.objectives-content del {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.6);
}

.objectives-content u {
    text-decoration: underline;
}

.objectives-content code {
    font-family: monospace;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.2em 0.4em;
    border-radius: 3px;
    font-size: 0.9em;
}

.objectives-content pre {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0;
}

.objectives-content pre code {
    background-color: transparent;
    padding: 0;
}

/* Blockquotes */
.objectives-content blockquote {
    border-left: 4px solid #bcff00;
    margin: 1em 0;
    padding: 0.5em 1em;
    background-color: rgba(255, 255, 255, 0.05);
    font-style: italic;
}

.objectives-content p {
    margin: 1em 0;
}

.objectives-content a {
    color: #bcff00;
    text-decoration: none;
}

.objectives-content a:hover {
    text-decoration: underline;
}

/* Horizontal rule */
.objectives-content hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 2em 0;
}

.objectives-content img {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
    border-radius: 4px;
}

/* Definition lists */
.objectives-content dl {
    margin: 1em 0;
}

.objectives-content dt {
    font-weight: bold;
    color: #fff;
    margin-top: 1em;
}

.objectives-content dd {
    margin-left: 2em;
    margin-bottom: 1em;
}

.objectives-content ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
}

.objectives-content ol li {
    counter-increment: item;
    margin-bottom: 10px;
    padding-left: 2em;
    position: relative;
}

.objectives-content ol li:before {
    content: counter(item) ".";
    color: white;
    position: absolute;
    left: 0;
    width: 1.5em;
}

.highlight-box {
    border: 1px dotted #555;
    padding: 20px;
    margin: 20px 0;
    position: relative;
}

.green-accent {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 12.5%;
    height: 3px;
    background-color: #bcff00;
}

.highlight-box p {
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
}

.masterclass-wrapper.empty {
    visibility: hidden;
}

.mc-img {
    width: 100%;
    height: auto;
    max-width: 550px;
    max-height: 450px;
    object-fit: cover;
}

.sidebar-video {
    width: 100%;
    max-width: 472px;
    height: auto;
    overflow: hidden;
}

.sidebar-video iframe,
.sidebar-video img {
    width: 100%;
    height: auto;
    max-width: 472px;
    max-height: 270px;
    object-fit: cover;
}


.sidebar-video video {
    width: 100%;
    height: auto;
    max-width: 472px;
    max-height: 270px;
    object-fit: cover;
}

.about-us-section {
    padding: 60px 0;
}

.about-us-section .row {
    min-height: 400px;
}

.about-right-content {
    height: 100%;
}

.about-right-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagination {
    display: flex;
    gap: 4px;
    margin: 30px 0;
}

.pagination nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pagination .page-item {
    list-style: none;
}

.pagination .page-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 0 !important;
}

.pagination .page-item.active .page-link {
    background-color: #98FF01;
    color: #000;
    border-color: #98FF01;
}

.pagination .page-item:not(.active):hover .page-link {
    background-color: #f8f8f8;
    color: #000;
    border-color: #000;
}

.pagination .page-item.disabled .page-link {
    background-color: #fff;
    border-color: #cccccc;
    color: #666;
    opacity: 0.5;
    pointer-events: none;
}

/* Style the previous/next arrows */
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-size: 20px;
    line-height: 1;
    border-radius: 0 !important;
}

/* Change the arrows to custom ones */
.pagination .page-item:first-child .page-link::before {
    content: "";
}

.pagination .page-item:last-child .page-link::before {
    content: "";
}

.pagination-dark {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0;
}

.pagination {
    margin: 0;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.href-text-color {
    color: #98FF01;
    text-decoration: underline;
}

.btn-green {
    background: #bcff00;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    padding: 12px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.btn-white {
    background: #ffffff;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    padding: 12px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.slick-slide {
    margin: 0px 20px;
    padding: 10px;
    border: 1px solid #bcff00;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.video-div {
    border: 2px solid #bcff00;
    position: relative;
    cursor: pointer;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    transition: background 0.3s ease;
}

.video-div:hover .video-overlay {
    background: transparent;
}

.video-overlay-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.15); */
    transition: all 0.3s ease;
}

.video-icon {
    background-color: #bcff00;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-div:hover .video-overlay {
    /* background: rgba(0, 0, 0, 0); */
}

.video-div:hover .video-overlay-light {
    /* background: rgba(0, 0, 0, 0); */
}

.modal-content {
    background-color: #161618;
    border: 1px solid #bcff00;
    padding: 15px;
}

.modal-header {
    border: none;
    padding: 0.5rem;
    margin: -15px -15px 0 -15px;
}

.modal-header .btn-close {
    background-color: #161618;
    ;
    opacity: 1;
    padding: 0.5rem;
    margin: 0.5rem;
}

.modal-body {
    background: #000;
    padding: 15px;
}

/* Specific styling for video modals */
[id^="videoModal"] .modal-content,
#videoModal .modal-content {
    background-color: #161618;
    border: 1px solid #bcff00;
    padding: 15px;
}

[id^="videoModal"] .modal-header,
#videoModal .modal-header {
    border: none;
    padding: 0.5rem;
    margin: -15px -15px 0 -15px;
}

[id^="videoModal"] .btn-close,
#videoModal .btn-close {
    background-color: #161618;
    opacity: 1;
    padding: 0.5rem;
    margin: 0.5rem;
}

[id^="videoModal"] .modal-body,
#videoModal .modal-body {
    background: #000;
    padding: 15px;
}

/* Ensure the video container has proper spacing */
[id^="videoModal"] .ratio,
#videoModal .ratio {
    margin: 0;
    padding: 0;
}



.sec-title-left {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 0;
}

.sec-title-left h2 {
    font-size: 25px;
    font-weight: 700;
    color: #bcff00 !important;
    margin: 0;
    line-height: 1.2;
}

.title h2 {
    font-size: 25px;
    font-weight: 700;
    color: #bcff00 !important;
    margin: 0;
    line-height: 1.2;
}

.video-div-wrapper {
    margin-top: 0;
}

.video-heading {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
}


.two-col-sec .row.align-items-center {
    align-items: flex-start !important;
}

.two-col-sec-other {
    padding: 70px 0;
    background-image: url("../images/dark-bg-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.two-col-sec-other p {
    line-height: 30px;
}

.mt-30 {
    margin-top: 25px;
}

.cta-btn-white {
    padding: 15px 40px !important;
    color: #000;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-top: 20px !important;
    text-transform: uppercase;
}

.cta-btn-text-white {
    display: flex;
    justify-content: center;
}

.cta-btn-text-white a {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.cta-btn-text-white img {
    padding: 15px 12px;
    background-color: #ffffff;
    cursor: pointer;
    margin-left: 20px;
}

.cta-btn-text-white.mt-30 {
    margin-top: 15px;
}

.cta-btn-text-white a {
    font-size: 14px;
}

.cta-btn-text-white img {
    padding: 10px 7px;
    width: 30px;
    margin-left: 10px;
}

.cta-btn-white {
    font-size: 14px;
    margin-top: 10px !important;
    padding: 10px 15px !important;
}

.cta-btn-text img {
    padding: 15px 12px;
    background-color: #bcff00;
    cursor: pointer;
    margin-left: 20px;
}

.no-left-margin {
    margin-left: 0 !important;
}

.f-box-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.f-box-text .box {
    width: 60px;
    height: 60px;
    overflow: hidden;
    flex-shrink: 0;
}

.f-box-text .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-box-text .box-text {
    flex-grow: 1;
}


.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #bcff00;
    color: #000;
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.cta-btn:hover {
    background-color: #a6e600;
    color: #000;
}

.cta-btn img {
    transition: transform 0.3s ease;
}

.cta-btn:hover img {
    transform: translateX(5px);
}

.cta-btn {
    color: #000000 !important;
}


.cta-btn:hover {
    color: #000000 !important;
}

.support-section {
    margin-bottom: 30px;
    text-align: left;
}

.support-section .cta-btn-text {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.left-aligned-btn {
    display: flex;
    justify-content: flex-start !important;
    text-align: left !important;
}

.contact-form {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact-form .form-label {
    font-weight: 500;
    margin-bottom: 8px;
}

.contact-form .form-control {
    border: 1px solid #ddd;
    padding: 10px;
}

.contact-form .btn-primary {
    background: #007bff;
    border: none;
    padding: 12px 30px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

.contact-form .btn-primary:hover {
    background: #0056b3;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #ffffff;
    background-color: #ea3323;
    border-color: #ea3323;
}

.alert-success {
    color: #000000;
    background-color: #bcff00;
    border-color: #bcff00;
}

.alert ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.alert ul li {
    margin-bottom: 5px;
}

.alert ul li:last-child {
    margin-bottom: 0;
}

/* Logo styling */
.logo-wrapper {
    display: inline-block;
    height: 80px;
    position: relative;
    top: -25px;
}

.logo {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
}

/* Responsive logo for mobile */
@media (max-width: 768px) {
    .logo-wrapper {
        width: 200px;
        /* Increase logo size on mobile */
        height: auto;
        /* Maintain aspect ratio */
        top: -10px;
    }
}

.footer .footer-one .logo {
    height: 50px;
}



.main-img-box {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 0;
}

.main-img {
    flex: 1;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: top;
}

.boxes-wraper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin: 0;
    padding: 0;
}

.info-cta.calendar-link {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.info-cta.calendar-link:hover {
    color: #000;
    text-decoration: none;
}

.masterclass-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}

.masterclass-wrapper-small {
    margin: 0 0;
}

.mc-img-container {
    height: 200px;
    overflow: hidden;
}

.mc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 12px;
}

.mc-content h3 {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 1.2;
}

.mc-content p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
}

.mc-btn {
    padding: 15px;
    margin-top: auto;
}

.facilitator-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.facilitator-img-wrapper {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.facilitator-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facilitator-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 200px;
}

.facilitator-content .name {
    font-weight: bold;
    margin-bottom: 5px;
}

.facilitator-content .designation {
    color: #666;
    margin-bottom: 10px;
}

.facilitator-content .info {
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin: 0;
}

.faq-category {
    background-color: #161618;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-category .category-title {
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e7f1ff;
}

/* Accordion styling */
.accordion-item {
    border: 1px solid rgba(255, 255, 255, .125);
    border-radius: 0.25rem;
    /* background-color: transparent; */
}

.accordion-button {
    color: #b3b3b3;
    font-weight: 500;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.accordion-header {
    color: #b3b3b3;
}

.accordion-body {
    padding: 1rem;
    background-color: #373739;
    font-size: 0.9rem;
    color: #b3b3b3;
}

.grey {
    color: #b3b3b3 !important;
}

@media (max-width: 768px) {
    .col-md-6 {
        margin-bottom: 1.5rem;
    }
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.bottom-spacing {
    margin-bottom: 200;
    /* OR */
    padding-bottom: 200px;
}

.alert-info {
    background-color: #161618;
    border-color: #bcff00;
    color: #fff;
}

.text-muted {
    color: #b3b3b3 !important;
}


.faculty-profile {
    color: #666;
    line-height: 1.6;
}

.contact-links p {
    color: #666;
    margin-bottom: 0.5rem;
}

.btn-linkedin {
    background-color: #0077B5;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.btn-linkedin:hover {
    background-color: #006396;
    color: white;
}

/* Make the faculty cards clickable */
.facilitator-wrapper {
    transition: transform 0.2s;
}

.facilitator-wrapper:hover {
    transform: translateY(-5px);
}

.modal-content .green-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #bcff00;
}

.modal-content .green-rectangle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background-color: #bcff00;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    /*opacity: 0.15; */
}

.modal-header .btn-close {
    background: none;
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 1;
}

.modal-header .btn-close::before,
.modal-header .btn-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #bcff00;
    transform-origin: center;
}

.modal-header .btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-header .btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-header .btn-close:hover::before,
.modal-header .btn-close:hover::after {
    background-color: #a3d800;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.user-initials {
    width: 32px;
    height: 32px;
    background-color: #bcff00;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

.regular-fee-strike {
    font-size: 22px;
    text-decoration: line-through;
    text-align: right;
}

.reserve-seat {
    background-color: #bcff00;
    color: #000;
    padding: 10px 20px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
    display: inline-block;
    width: auto;
    min-width: 200px;
    margin-left: 0;
}

.reserve-seat:hover {
    background-color: #a6e600;
}

.c-product-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.c-product-box img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.c-product-box h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.c-product-box p {
    margin: 5px 0 0;
    font-size: 14px;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.cart-items-container {
    width: 100%;
}

.cart-header {
    display: flex;
    background-color: #f7f7f7;
    padding: 15px;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
}

.cart-item {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
    align-items: center;
}

.cart-col {
    padding: 0 10px;
}

.remove-col {
    width: 40px;
}

.product-col {
    width: 40%;
}

.date-col,
.delivery-col {
    width: 20%;
}

.price-col {
    width: 20%;
    text-align: right;
}

.remove-item {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 16px;
}

.remove-item:hover {
    color: #f00;
}

.label {
    display: none;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .cart-header {
        display: none;
    }

    .cart-item {
        flex-direction: column;
        padding: 20px 15px;
    }

    .cart-col {
        width: 100% !important;
        padding: 10px 0;
        text-align: left;
    }

    .label {
        display: inline-block;
        margin-right: 10px;
    }

    .remove-col {
        text-align: right;
    }

    .c-product-box {
        flex-direction: column;
    }

    .c-product-box img {
        margin-bottom: 10px;
    }
}

.price-value {
    font-weight: 600;
    color: #000;
}

.header-search-icon {
    font-size: 18px;
    color: #fbfbfb;
    transition: color 0.3s ease;
}

.header-search-icon:hover {
    color: #bcff00;
}

.header-search {
    display: none;
    position: relative;
    z-index: 5;
    background-color: #161618;
}

.header-search.show {
    display: block;
}

.header-search.always-visible {
    display: block !important;
}

.contact-form-text-area {
    background-color: #373739 !important;
    color: white !important;
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {
    .header .navlist ul {
        width: 100%;
        justify-content: flex-end;
        gap: 15px;
    }

    .cal-form-field,
    .full-form-row select {
        width: 100%;
    }

}

.calendar-page .ws-content .ws-info p:first-child::after {
    content: none;
}

.calendar-page .ws-content .ws-info p:first-child:not(:empty):has(~ p)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background: #b3b3b3;
    right: -17px;
    top: 4px;
}

.calendar-page .ws-multiple-dates {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.ws-plus-sign i {
    color: #bcff00;
    font-size: 40px;
}

.ws-details-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.session-notification {
    color: #f70000;
    font-size: 18px;
    text-align: left;
}

.fee-wrapper .regular-fee-title,
.fee-wrapper .discounted-fee-title {
    font-size: 20px;
    text-align: right;
    padding-right: 10px;
}

.fee-wrapper .regular-fee,
.fee-wrapper .discounted-fee {
    padding: 5px;
    font-size: 20px;
}


@media (max-width: 767px) {
    .calendar-page .ws-content .ws-info p:first-child::after {
        display: none;
    }
}

.ws-info p:first-child:has(~ p) {
    position: relative;
}

.ws-info p:first-child:not(:empty):has(~ p)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background: #b3b3b3;
    right: -17px;
    top: 4px;
}

@media (max-width: 767px) {
    .ws-info p:first-child::after {
        display: none;
    }
}

.form-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
}

.form-row label {
    width: auto;
    padding: 15px;
    margin: 0;
    background: transparent;
    line-height: 27px;
    white-space: nowrap;
}

.cal-form-field {
    padding: 15px;
    width: 100%;
    color: #777;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.full-form-row {
    width: 100%;
}

.full-form-row .cal-form-field {
    width: 100%;
}

.calendar-search .btn-primary {
    padding: 18px;
    margin-left: 10px;
}

.form-body {
    padding: 1rem;
    background-color: #373739;
    font-size: 0.9rem;
    color: #fff;
}

/* step 5 starts */

.step-5 {}

.step-5 .steps-info-table {
    width: 100%;
    margin-top: 20px;
}

.step-5 .steps-info-table tr {}

.step-5 .steps-info-table td {
    padding: 7px 0;
}

.step-5 .steps-info-table td:nth-child(odd) {
    color: #fff;
}

.step-5 .steps-info-table td:nth-child(even) {
    color: #bcff00;
}

.step-5 .imp-needs p,
.step-5 .additional-program {
    color: #bcff00;
    font-weight: bold;
    margin-top: 20px;
}

.step-5 .imp-needs ul {}

.step-5 .imp-needs ul li {
    color: #fff;
    list-style: disc;
    margin-left: 20px;
    line-height: 30px;
}

.step-5 .other-needs {
    display: flex;
    justify-content: space-between;

}

.step-5 .other-needs form {
    width: 85%;
}

.step-5 .other-needs form textarea {
    width: 100%;
    border-radius: 10px;
    padding: 0 20px;
}

.step-5 .additional-program li {
    padding: 5px 0;
    margin-left: 30px;
    position: relative;
}

.step-5 .additional-program li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f059";
    position: absolute;
    left: -30px;
    top: 12px;
    right: 0;
    display: table;
}

.step-5 .form-additional-program {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-5 .form-additional-program .form-check-label {
    color: #fff;
}

.step-5 .form-additional-program select {
    width: 18%;
}

/* step 5 ends */

.reserve-seat.already-reserved {
    background-color: #ebe9ea !important;
    cursor: not-allowed !important;
    opacity: 0.7;
    pointer-events: none;
}

.reserve-seat.already-reserved:hover {
    background-color: #ebe9ea !important;
}

@media (max-width: 767px) {

    .mc-search form,
    .header-search form {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 5px;
    }

    .mc-form-field {
        min-width: 0;
        flex: 1;
    }

    .btn-search {
        flex-shrink: 0;
        min-width: fit-content;
    }
}

@media (max-width: 767px) {
    .navlist ul {
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        background: #161618;
        padding: 5px !important;
        text-align: left;
        align-items: flex-start;
        display: none;
        width: 250px;
        z-index: 1000;
        border: 1px solid #bcff00;
    }

    .navlist li:last-child,
    .navlist li {
        display: block !important;
    }

    .navlist ul li {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .navlist ul li a {
        color: #fff;
        display: block;
        width: 100%;
        padding: 6px 8px;
        font-size: 13px;
        line-height: 1.2;
        white-space: normal;
    }

    .navlist ul li a.long-text {
        font-size: 12px;
    }

    .navlist ul li.dropdown .dropdown-menu {
        position: static;
        background: transparent;
        border: none;
        padding-left: 8px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin: 0;
        display: none;
    }

    .navlist ul li.dropdown.show .dropdown-menu {
        display: block;
    }

    .navlist ul li.dropdown .dropdown-menu li {
        padding: 0;
    }

    .navlist ul li.dropdown .dropdown-menu li a {
        padding: 4px 8px;
    }

    .menubar {
        display: block;
        cursor: pointer;
        padding: 10px;
        z-index: 1001;
    }

    .menubar img {
        width: 24px;
        height: auto;
    }

    .nav-wrapper {
        position: relative;
    }

    .navlist ul li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 230px;
        /* Adjust based on your menu width */
    }
}

.cursor-pointer {
    cursor: pointer;
}

/* Notify popup form styling - simplified to match video modal approach */
.form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.form-group label {
    flex: 0 0 120px;
    text-align: left;
    color: #fff;
}

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

.checkbox-item {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 120px 24px 1fr;
    align-items: start;
    gap: 8px;
}

.checkbox-item label {
    color: #fff;
    padding-top: 3px;
}

.checkbox-item span {
    color: #ccc;
    font-size: 0.9em;
    padding-top: 3px;
}

.masterclass-wrapper .mc-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 12px;
}

.masterclass-wrapper .mc-content h3 {
    font-size: 16px;
    margin: 0 0 4px 0 !important;
    line-height: 1.2;
}

.masterclass-wrapper .mc-content p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 !important;
    padding: 0;
}


.min-height-page {
    min-height: 60vh;
}

.user-menu {
    position: relative;
    z-index: 1000;
}

.user-menu-loggedin .uicon a {
    color: #bcff00;
    background-color: #000000;
}

.user-menu-loggedin {
    position: relative;
}

.user-menu-loggedin .dropdown-menu {
    background-color: #000000;
    border: 1px solid #bcff00;
    padding: 8px 0;
    min-width: 160px;
    position: absolute;
    right: 0;
    left: auto;
    top: 100%;
    margin-top: 5px;
}

.user-menu-loggedin .dropdown-menu li {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.user-menu-loggedin .dropdown-menu a {
    color: #ffffff;
    padding: 8px 16px;
    display: block;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: inherit;
    letter-spacing: 0.5px;
}

.user-menu-loggedin .dropdown-menu a:hover {
    background-color: #161618;
    color: #bcff00;
}

.user-menu .regbtns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-menu .regbtns a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: inherit;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.user-menu .regbtns a:hover {
    color: #bcff00;
}

.user-menu .regbtns span {
    display: none;
}

.user-menu .regbtns a.active {
    color: #bcff00;
}

.popular-mc-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
}

.popular-mc-wrapper .box {
    width: 100px;
    height: 100px;
}

.popular-mc-wrapper .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-mc-wrapper p {
    word-wrap: break-word;
    white-space: normal;
    max-width: 150px;
    text-align: left;
    margin: 0;
}

.popular-mc-wrapper a {
    color: #fff;
    text-decoration: none;
}

.text-wrap {
    white-space: normal;
}

.allmasterclass-btn {
    max-width: 100%;
}

.regcourse-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1d1d1d;
}

.side-overview-wrapper {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .row>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }
}

.custom-border {
    background: #d0d0d0;
    width: 80% !important;
    height: 2px;
}

.suggested-masterclass-image {
    max-width: 100px;
    width: 100px;
    object-fit: cover;
}

.allmasterclass-btn a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.allmasterclass-btn a:hover {
    color: #a6e600;
}

.confirmation-details {
    padding: 60px 0;
}

.confirmation-icon {
    color: #28a745;
}

.confirmation-regular-fee-strike {
    text-decoration: line-through;
    text-align: right;
}

.action-buttons {
    margin-top: 30px;
}

.selected-masterclass-details {
    margin-top: 30px;
}

.masterclass-details p {
    color: #666;
}

.masterclass-details i {
    width: 20px;
    margin-right: 8px;
    color: #333;
}

.no-items {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    text-align: center;
    color: #fff;
}

.text-decoration-line-through {
    text-decoration: line-through;
    color: #999;
}

.alert .btn-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    opacity: 0.5;
    cursor: pointer;
}

.alert .btn-close:hover {
    opacity: 0.75;
}

.alert {
    position: relative;
    padding-right: 35px;
}

.alert-danger {
    color: #ffffff;
    background-color: #ea3323;
    border-color: #ea3323;
}

.btn-success {
    background-color: white !important;
    border-color: white !important;
    color: black !important;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.btn-primary {
    background-color: white !important;
    border-color: white !important;
    color: black !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.mc-tabs-ul .nav-link.active {
    border: 1px solid #9f9f9f !important;
    border-radius: 10px 10px 0px 0px !important;
    font-size: 15px !important;
    color: #ffffff !important;
    background-color: #2e2e2e !important;
    padding: 15px !important;
    transition: all 0.3s ease !important;
    width: 250px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.mc-tabs-ul .nav-link {
    border: 1px solid #9f9f9f;
    border-radius: 10px 10px 0px 0px;
    border-collapse: collapse;
    font-size: 15px;
    color: #ffffff !important;
    background-color: #000000;
    padding: 15px;
    transition: all 0.3s ease;
    width: 250px;
    text-align: center;
    text-transform: uppercase;
}

.regular-fee {
    font-size: 22px;
}

.regular-fee-strike {
    font-size: 22px;
    text-decoration: line-through;
    text-align: right;
}

.trusted-partners {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.trusted-partners .slide {
    margin: 0 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100px;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 15px;
}

.trusted-partners .slide img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.trusted-partners .slick-track {
    display: flex;
    align-items: center;
}

.trusted-partners .slick-slide {
    margin: 0 10px;
    border: none;
}

.trusted-partners .slick-prev,
.trusted-partners .slick-next {
    width: 40px;
    height: 40px;
    background: #bcff00;
    border-radius: 50%;
    z-index: 1;
}

.trusted-partners .slick-prev {
    left: -50px;
}

.trusted-partners .slick-next {
    right: -50px;
}

.trusted-partners .slick-prev:before,
.trusted-partners .slick-next:before {
    color: #000;
    font-size: 20px;
}

.black-link {
    color: #000;
}

@media (max-width: 767px) {

    .trusted-partners .slick-prev,
    .trusted-partners .slick-next {
        display: none !important;
    }

    .trusted-partners .slide {
        height: 80px;
    }

    .trusted-partners .slide img {
        max-height: 50px;
    }

    .nav-wrapper .dropdown-toggle::after {
        border-top-color: #000;
    }

    .nav-wrapper .dropdown-toggle.active::after {
        border-top-color: #bcff00;
    }
}

.checkout-details.cart-product-details {
    background-color: #000000;
    color: #ffffff;
}

.checkout-details.cart-product-details h2,
.checkout-details.cart-product-details label,
.checkout-details.cart-product-details .form-check-label {
    color: #ffffff;
}

.checkout-details.cart-product-details .form-control,
.checkout-details.cart-product-details .form-select {
    background-color: #ffffff;
    color: #000000;
}

.checkout-details.cart-product-details a {
    color: #ffffff;
    text-decoration: underline;
}

.checkout-details.cart-product-details a:hover {
    color: #cccccc;
}

.text-left {
    text-align: left !important;
}

.mc-tab-content {
    padding: 20px 0 30px;
}

.mc-tab-content .form-group:first-child,
.mc-tab-content .row:first-child {}

.mc-tabs-ul {
    gap: 0px;
    margin-bottom: 20px;
}

.user-caret {
    font-size: 24px !important;
    color: #bcff00 !important;
    transition: transform 0.2s ease;
    margin-left: 5px;
}

.dropdown.show .user-caret {
    transform: rotate(180deg);
}

.nav-wrapper .dropdown-toggle::after {
    display: inline-block !important;
}

.user-menu-loggedin .dropdown-toggle::after {
    display: none !important;
}

.user-caret {
    font-size: 24px !important;
    color: #bcff00 !important;
    transition: transform 0.2s ease;
    margin-left: 5px;
}

.nav-wrapper .dropdown.show .user-caret {
    transform: rotate(180deg);
}

.nav-wrapper .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.form-switch .form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}

.form-switch .form-check-input:checked {
    background-color: #bcff00;
    border-color: #bcff00;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

.form-check .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #bcff00;
    border-color: #bcff00;
}

.reserve-seat.full-registration {
    background-color: #ebe9ea !important;
    /* Gray color */
    border-color: #ebe9ea !important;
    cursor: not-allowed;
}

.btns-wrapper .reserve-seat,
.btns-wrapper .reg-full,
.btns-wrapper .full-length {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: center;
}

.btns-wrapper form {
    width: 100%;
}



.text-same {
    font-size: 25px;
    font-weight: 700;
    color: #bcff00 !important;
    margin: 0;
    line-height: 1.2;
}

.banner-desc {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    padding: 80px 0px 30px;
}

.container .banner-desc {
    padding-left: 5px;
    padding-right: 15px;
}

.btn-search {
    background-color: #bcff00;
    border-color: #bcff00;
    color: #000;
    font-weight: 800;
    border-radius: 0;
    padding: 15px;
    border: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.btn-search:hover {
    background-color: #a6e600;
    border-color: #a6e600;
    color: #000;
}

.btn-popup {
    background-color: #bcff00;
    border-color: #bcff00;
    color: #000;
    font-weight: 800;
    border-radius: 0;
    padding: 15px;
    border: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-popup:hover {
    background-color: #a6e600;
    border-color: #a6e600;
    color: #000;
}

.dashboard-panel {
    background-image: url("../images/home-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 170px 0 100px;
    margin-top: -150px;
    display: flex;
}

.header-home {
    background-color: #000 !important;
    position: relative;
    z-index: 10;
}

.dashboard-panel {
    background-image: url("../images/home-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0 100px;
    margin-top: -150px;
    position: relative;
    z-index: 1;
}

/* Ensure the banner description is visible */
.dashboard-panel .banner-desc {
    position: relative;
    z-index: 2;
    color: #fff;
}

.header-home .top-bar .user-menu .regbtns {
    position: relative;
    /* Change from absolute to relative */
    background-color: #bcff00;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px 8px;
    border-radius: 3px;
}

.steps-table {
    margin: 20px 0;
}

.step-row {
    display: flex;
    margin-bottom: 20px;
}

.step-label {
    flex: 0 0 350px;
    /* Fixed width for labels */
    padding-right: 15px;
}

.step-content {
    flex: 1;
}

.custom-bullets {
    list-style: none;
    padding-left: 1.2em;
}

.custom-bullets li::before {
    content: "•";
    color: #9FE870;
    /* or your specific green color code */
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.background-cubes {
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    opacity: 0.2;
    /* Reduced opacity for better blending */
}

/* step 4 design your program ends */

/* step 2 starts */

.step-2 .project-steps p {
    width: 80%;
}

.step-2 .questions-list ul li {
    list-style: disc;
    margin-left: 20px;
    color: #fff;
    line-height: 20px;
}

.step-2 .form-switch {
    padding-left: 0;
}

.step-2 .form-check-label {
    color: #fff;
}

.step-2 .form-switch .form-check-input {
    float: inline-end;
    width: 40px;
    height: 20px;
}

.step-2 .other-needs {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.step-2 .other-needs p {
    color: #fff;
}

.step-2 .other-needs form {
    width: 85%;
}

.step-2 .other-needs textarea {
    width: 80%;
    border-radius: 10px;
    padding: 0 20px;
}

/* step 2 end */

/* step 5 starts */

.step-5 {}

.step-5 .steps-info-table {
    width: 100%;
    margin-top: 20px;
}

.step-5 .steps-info-table tr {}

.step-5 .steps-info-table td {
    padding: 7px 0;
}

.step-5 .steps-info-table td:nth-child(odd) {
    color: #fff;
}

.step-5 .steps-info-table td:nth-child(even) {
    color: #bcff00;
}

.step-5 .imp-needs p,
.step-5 .additional-program {
    color: #bcff00;
    font-weight: bold;
    margin-top: 20px;
}

.step-5 .imp-needs ul {}

.step-5 .imp-needs ul li {
    color: #fff;
    list-style: disc;
    margin-left: 20px;
    line-height: 30px;
}

.step-5 .other-needs {
    display: flex;
    justify-content: space-between;

}

.step-5 .other-needs form {
    width: 85%;
}

.step-5 .other-needs form textarea {
    width: 100%;
    border-radius: 10px;
    padding: 0 20px;
}

.step-5 .additional-program li {
    padding: 5px 0;
    margin-left: 30px;
    position: relative;
}

.step-5 .additional-program li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f059";
    position: absolute;
    left: -30px;
    top: 12px;
    right: 0;
    display: table;
}

.step-5 .form-additional-program {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-5 .form-additional-program .form-check-label {
    color: #fff;
}

.step-5 .form-additional-program select {
    width: 18%;
}

/* step 5 ends */

/* Ensure the container has proper positioning */
.container {
    position: relative;
}

/* Ensure text content stays readable */
.sec-title-left,
.mt-30,
.steps-table,
.dotted-box {
    position: relative;
}

/* Remove the gradient overlay */
.self-study {
    position: relative;
}

/* Remove the after pseudo-element that was creating the black bar */
.self-study::after {
    display: none;
}

.program-form-grid {
    max-width: 1200px;
    margin: 0 auto;
}

.program-form-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 2rem;
    margin-bottom: 1.5rem;
    align-items: start;
}

.program-form-label {
    text-align: left;
    padding-right: 1rem;
    position: relative;
}

.program-form-field {
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* Make all inputs the same width and white background */
.program-form-field input,
.program-form-field textarea {
    width: 450px !important;
    max-width: 450px !important;
    flex: 0 0 450px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    /* Adding black text for better contrast */
    border: 1px solid #ced4da;
    /* Optional: adds a subtle border */
}

/* Ensure the input within d-flex has the same styling */
.program-form-field .d-flex input {
    width: 450px !important;
    max-width: 450px !important;
    flex: 0 0 450px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ced4da;
}

/* Style for the helper text */
.program-form-field .yellowgreen {
    flex: 1;
    white-space: nowrap;
}

.needs-analysis-questions .form-check-input {
    width: 40px;
    height: 20px;
    margin-top: 3px;
    background-color: #ccc;
    border-radius: 10px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.needs-analysis-questions .form-check-input:checked {
    background-color: #98ca3f;
}

.needs-analysis-questions .form-check-input:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
}

.needs-analysis-questions .form-check-input:checked:before {
    transform: translateX(20px);
}

.needs-analysis-questions .form-group {
    margin-bottom: 1.5rem;
}



.needs-analysis-questions .form-check-label {
    flex: 1;
    margin-right: 2rem;
    /* Space between text and switch */
    padding-top: 4px;
    /* Align with switch */
}

.needs-analysis-questions .form-check.form-switch {
    flex: 0 0 auto;
    /* Don't grow or shrink */
    min-width: 60px;
    /* Fixed width for switch */
    margin-left: auto;
    /* Push to the right */
}

.needs-analysis-questions .form-check-input {
    margin: 0;
}

.needs-analysis-questions .form-check.form-switch {
    width: 60px;
    margin-left: auto;
}


@media screen and (max-width: 991px) {
    .fee-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .fee-wrapper tr {
        width: 100%;
    }
}

.mobile-text {
    display: none;
}

.desktop-text {
    display: inline;
}

@media (max-width: 767px) {
    .mobile-text {
        display: inline;
    }

    .desktop-text {
        display: none;
    }
}

@media (max-width: 767px) {
    .masterclass-container {
        flex-direction: column;
        gap: 20px;
        padding: 10px 0;
    }

    .masterclass-item {
        width: 100%;
        max-width: 100%;
    }

    .masterclass-wrapper {
        margin: 0;
    }

    .mc-content h3 {
        min-height: auto;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .mc-content p {
        font-size: 14px;
        line-height: 1.4;
    }

    .mc-btn {
        padding: 10px;
    }

    .mc-img {
        height: 200px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .masterclassess-page .col-lg-4 {
        margin-bottom: 40px;
        /* More space on mobile */
    }

    .masterclassess-page .row.mt-30 {
        margin-top: 20px !important;
        /* Adjust row spacing for mobile */
    }

    /* Ensure last item doesn't have extra margin */
    .masterclassess-page .col-lg-4:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .video-icon {
        width: 25px;
        height: 25px;
        border-width: 1px;
    }

    .video-icon img {
        width: 12px !important;
        height: auto;
    }
}