.path-local-static #cke_description {
    width: 100%;
}

.path-local-static #back-to-activity {
    border: 2px solid #6e5aef;
    border-radius: 50%;
    padding: 10px 15px;
    color: #6e5aef;
}

.path-local-static #back-to-activity:hover {
    background-color: #6e5aef;
    color: #fff;
}

.path-local-static .c-header-content {
    display: none;
}

.path-local-static .generic-input-container {
    height: 50px;
}

.path-local-static .generic-input-field {
    height: 43px;
}

.path-local-static .help-element {
    padding: 0.8rem 1.5rem;
    font-size: 0.85rem;
    cursor: pointer;
}

[dir="rtl"] .path-local-static .urdu-button-label {
    font-size: 18px;
}

[dir="rtl"] .path-local-static .urdu-text-area {
    font-size: 22px;
}

#page-local-static-contact-us .contact-us-page h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #25282b;
    margin-top: 65px;
}

#page-local-static-contact-us header {
    display: none;
}

#page-local-static-contact-us .contact-us-form-wrapper {
    background: #0c8e46;
    border-radius: 20px;
    margin: 80px 160px;
    height: 525px;
}

#page-local-static-contact-us .contact-us-form {
    height: 525px;
    margin: 0px 23px;
    background: #ffffff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%);
}

#page-local-static-contact-us .contact-us-form h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #0c8e46;
    padding-top: 38px;
}

#page-local-static-contact-us .contact-us-form form {
    padding: 24px 260px;
}

#page-local-static-contact-us .contact-us-form label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #757575;
}

#page-local-static-contact-us .contact-us-form input {
    border: 1px solid #a0a4a8 !important;
    box-sizing: border-box;
    border-radius: 8px !important;
    box-shadow: none !important;
}

#page-local-static-contact-us .contact-us-form textarea {
    border: 1px solid #a0a4a8;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: none;
}

#page-local-static-contact-us .contact-us-form input::placeholder,
#page-local-static-contact-us .contact-us-form textarea::placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.1px;
    color: #cacccf !important;
}

.path-local-static .report-bug input[type="file"],
.path-local-static .report-bug #fileSelect {
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    -webkit-outline: none !important;
    -moz-outline: none !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    background-color: #f9f9f9 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.path-local-static .report-bug input[type="file"]:hover,
.path-local-static .report-bug #fileSelect:hover {
    border-color: #6e5aef !important;
    background-color: #f0f0ff !important;
    box-shadow: 0 2px 4px rgba(110, 90, 239, 0.1) !important;
    outline: none !important;
}

.path-local-static .report-bug input[type="file"]:focus,
.path-local-static .report-bug input[type="file"]:active,
.path-local-static .report-bug #fileSelect:focus,
.path-local-static .report-bug #fileSelect:active {
    outline: 1px solid #6e5aef !important;
    outline-offset: 0;
    border-color: #6e5aef !important;
    background-color: #f0f0ff !important;
    box-shadow: none !important;
}

#page-local-static-need-help .need-help-search-container {
    display: flex;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    border: 1px solid #d7d8df;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#page-local-static-need-help .need-help-search-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    min-width: 0;
}

#page-local-static-need-help .need-help-search-icon {
    color: #8f93a4;
    margin-left: 14px;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
}

[dir="rtl"] #page-local-static-need-help .need-help-search-icon {
    margin-left: 10px;
    margin-right: 14px;
}

#page-local-static-need-help .need-help-search-input {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    color: #303650;
    padding: 10px 10px 10px 0;
    background: #ffffff;
}

#page-local-static-need-help .need-help-search-input::placeholder {
    color: #8f93a4;
}

@media (max-width: 767px) {
    #page-local-static-need-help .need-help-search-container {
        flex-direction: column;
    }

    #page-local-static-need-help .need-help-search-input {
        font-size: 15px;
    }
}

#page-local-static-need-help .need-help-search-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

#page-local-static-need-help .help-element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

#page-local-static-need-help .need-help-row-title {
    flex: 1;
    min-width: 0;
}

[dir="rtl"] #page-local-static-need-help .need-help-row-title {
    text-align: right;
}

/* Chevron: down when collapsed, up when expanded */
#page-local-static-need-help .need-help-row-chevron {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Need Help page overall background */
#page-local-static-need-help {
    background: #F9FAFB;
    min-height: 100vh;
}

#page-local-static-need-help .need-help-row-chevron::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #9ca3af;
    border-bottom: 2px solid #9ca3af;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    display: block;
}

#page-local-static-need-help .help-element[aria-expanded="true"] .need-help-row-chevron::before,
#page-local-static-need-help .help-element:not(.collapsed) .need-help-row-chevron::before {
    transform: rotate(-135deg);
}

/* Need Help page layout revamp */
#page-local-static-need-help .help-search-section {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

#page-local-static-need-help .help-search-section.card-header {
    border: none;
    background: transparent;
    padding: 0;
}

#page-local-static-need-help .help-search-section.my-courses {
    /* theme .my-courses has strong card-like styles (padding/shadow). Remove them on this page */
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

#page-local-static-need-help .help-search-section h2 {
    margin-top: 45px !important;
    margin-left: 5px !important;
}

#page-local-static-need-help .help-search-item.card {
    border: 1px solid #e5e7eb;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

#page-local-static-need-help .help-search-item .card-header {
    border: none;
    background: transparent;
    padding: 0;
}

#page-local-static-need-help .help-element {
    background-color: white;
    border: none;
    border-radius: 0;
    padding: 14px 16px;
    font-size: 16px;
}

#page-local-static-need-help .help-element:hover {
    background: rgba(110, 90, 239, 0.04);
}

#page-local-static-need-help .help-element[aria-expanded="true"] {
    background: #EEF2FF66 !important;
}

#page-local-static-need-help .help-element[aria-expanded="true"] .need-help-row-title {
    color: #312E81 !important;
}

#page-local-static-need-help .help-search-item .collapse .card-body {
    margin: 0 !important;
    padding: 18px !important;
    border: none;
    border-top: 1px solid #e5e7eb;
    border-radius: 0;
    background: #ffffff;
}

/* Video play icon overlay styles were removed. */

/* When expanded, keep the video container background consistent */
#page-local-static-need-help .help-search-item.card .collapse.show .card-body {
    background: #EEF2FF66;
}

/* Avoid gaps between stacked items */
#page-local-static-need-help .help-search-section .help-search-item.card + .help-search-item.card {
    margin-top: -1px;
}

/* (parent wrapper owns border radius now) */

/* Visible-first/last rounding is applied by JS after search filtering */
#page-local-static-need-help .help-search-item.card.need-help-first-visible {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#page-local-static-need-help .help-search-item.card.need-help-last-visible {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

