:root {
    --body-bg: rgb(255, 255, 255);
    --body-image: none;
    --body-bg-rgb: 255, 255, 255;
    --body-border: rgb(230, 230, 230);
    --body-primary-color: #1a1a1a;
    --body-secondary-color: #737373;
    --body-reaction-bg: rgb(242, 242, 242);
    --body-reaction-text-color: rgb(64, 64, 64);
    --body-toc-active-border: #737373;
    --body-toc-inactive-border: #f2f2f2;
    --body-toc-inactive-color: #737373;
    --body-toc-active-font-weight: 400;
    --body-table-border: rgb(204, 204, 204);
    --body-color: hsl(0, 0%, 0%);
    --footer-bg: rgb(34, 34, 34);
    --footer-image: none;
    --footer-border: rgb(59, 59, 59);
    --footer-color: hsl(0, 0%, 100%);
    --header-bg: rgb(230, 255, 50);
    --header-image: none;
    --header-color: hsl(0, 0%, 0%);
    --collection-card-bg: rgb(0, 0, 0);
    --collection-card-image: none;
    --collection-card-color: hsl(0, 0%, 100%);
    --card-bg: rgb(255, 255, 255);
    --card-border-color: rgb(230, 230, 230);
    --card-border-inner-radius: 6px;
    --card-border-radius: 8px;
    --card-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --search-bar-border-radius: 10px;
    --search-bar-width: 100%;
    --ticket-blue-bg-color: #dce1f9;
    --ticket-blue-text-color: #334bfa;
    --ticket-green-bg-color: #d7efdc;
    --ticket-green-text-color: #0f7134;
    --ticket-orange-bg-color: #ffebdb;
    --ticket-orange-text-color: #b24d00;
    --ticket-red-bg-color: #ffdbdb;
    --ticket-red-text-color: #df2020;
    --header-height: 405px;
    --header-subheader-background-color: #21CD9C;
    --header-subheader-font-color: #222222;
    --content-block-bg: rgb(255, 255, 255);
    --content-block-image: none;
    --content-block-color: hsl(0, 0%, 10%);
    --content-block-button-bg: rgb(51, 75, 250);
    --content-block-button-image: none;
    --content-block-button-color: hsl(0, 0%, 100%);
    --content-block-button-radius: 6px;
    --content-block-margin: 0;
    --content-block-width: auto;
    --primary-color: hsl(0, 0%, 0%);
    --primary-color-alpha-10: hsla(0, 0%, 0%, 0.1);
    --primary-color-alpha-60: hsla(0, 0%, 0%, 0.6);
    --text-on-primary-color: #ffffff;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
}
body a {
    text-decoration: none;
}
.text-dark {
    color: #555 !important;
}
.main-header {
    background: radial-gradient(333.38% 100% at 50% 0%, rgba(var(--body-bg-rgb), 0) 0%, rgba(var(--body-bg-rgb), .00925356) 11.67%, rgba(var(--body-bg-rgb), .0337355) 21.17%, rgba(var(--body-bg-rgb), .0718242) 28.85%, rgba(var(--body-bg-rgb), .121898) 35.03%, rgba(var(--body-bg-rgb), .182336) 40.05%, rgba(var(--body-bg-rgb), .251516) 44.25%, rgba(var(--body-bg-rgb), .327818) 47.96%, rgba(var(--body-bg-rgb), .409618) 51.51%, rgba(var(--body-bg-rgb), .495297) 55.23%, rgba(var(--body-bg-rgb), .583232) 59.47%, rgba(var(--body-bg-rgb), .671801) 64.55%, rgba(var(--body-bg-rgb), .759385) 70.81%, rgba(var(--body-bg-rgb), .84436) 78.58%, rgba(var(--body-bg-rgb), .9551) 88.2%, rgba(var(--body-bg-rgb), 1) 100%), var(--header-image), #4eaefc94;
    background-size: cover;
    background-position-x: center;
    padding-bottom: 250px;
    margin-bottom: -300px;
    padding-top: 20px;
    min-height: 400px;
}
.main-header .navbar,
.main-header .navbar-brand {
    padding: 0;
}
.navbar-brand img {
    width: 120px;
    height: auto;
    object-fit: contain;
}
.nav-link {
    color: #000 !important;
    font-weight: 500;
    font-size: 0.9rem;
}
.search-container {
    margin-top: 20px;
}
.search-bar h2 {
    font-size: 1.5rem;
}
.search-box {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #00000014;
}
.search-box .form-control {
    height: 62px;
    font-size: 1rem;
    background-color: inherit;
    border: 0;
}
.search-box .input-group-text {
    background: inherit;
    padding-left: 20px;
    padding-right: 0;
}
.search-box .input-group-text img {
    height: 25px;
    width: 25px;
}
.search-box .form-control:focus {
    box-shadow: none;
}
.list-group-item {
    border-color: #f0f0f0;
    transition: background-color 0.2s;
}

.list-group-item:hover {
    background-color: #f9f9f9;
}

.list-group-item h6 {
    font-size: 1rem;
}

.list-group-item p {
    color: #666;
    margin-top: 4px;
}
/* Custom icons if needed, using FA for now */
.get-icon-box {
    background: #000;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get-icon-box img {
    height: 25px;
    width: 25px;
    filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(214deg) brightness(106%) contrast(101%);
}

/* Accordion Customization */
.accordion .btn-link {
    text-decoration: none !important;
    color: inherit;
    transition: background-color 0.2s;
}

.accordion .btn-link:hover {
    background-color: #f9f9f9;
}

.accordion .btn-link:focus {
    box-shadow: none;
}

.accordion .card-header {
    border-bottom-color: #f0f0f0;
}

/* Chevron Rotation */
.accordion .btn-link .fa-chevron-down {
    transition: transform 0.3s ease;
}

.accordion .btn-link[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.accordion h6 {
    font-size: 1rem;
}

.accordion p {
    margin-top: 4px;
}

/* Help Cnter Page Style Start */
.search-bar input {
    font-size: 1.2rem;
}
.categories .card {
    height: 100%;
}
.card-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.50rem;
}
.card-title a {
    color: #212529;
}
.card-text {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 10px;
}
.card-text small {
    font-size: 0.8rem;
    color: #737373;
    font-weight: 500;
}
/* Footer Cards */
.card {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    transition: transform 0.2s;
}
.custom-card .icon-wrapper {
    margin-bottom: 1.5rem;
}
.custom-card .card-text {
    margin-bottom: 1.5rem;
}
.custom-card .btn-outline {
    border-width: 2px;
    border-color: #007bff;
    color: #007bff;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
}
.custom-card .btn-outline:hover {
    color: #fff;
    background-color: #007bff;
    box-shadow: none;
}
.icon-box {
    margin: 0 0 15px;
    background-color: #4eaefc;
    display: inline-flex;
    height: 36px;
    width: 36px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.icon-box img {
    height: 24px;
    width: 24px;
    filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(214deg) brightness(106%) contrast(101%);
}
/* Popular-Articles Style Start */
.popular-articles,
.related-articles {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 25px;
}
.popular-articles ul,
.related-articles ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    gap: 25px 25px;
}
.popular-articles ul li {
    list-style: none;
    flex: 0 0 48%;
    max-width: 48%;
}
.related-articles ul li {
    flex: 0 0 100%;
    max-width: 100%;
}
.popular-articles h3 {
    margin: 0 0 15px;
    font-size: 22px;
}
.popular-articles ul li a,
.related-articles ul li a {
    position: relative;
    display: block;
}
.popular-articles ul li a:after,
.related-articles ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    width: 8px;
    border: 2px solid #212529;
    border-left: 0;
    border-bottom: 0;
}
/* Popular-Articles Style End */

/* FAQs Page Style Start */
/* Breadcrumb */
.breadcrumb {
    background: transparent;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #333;
}

/* Sidebar Styles */
.sidebar-menu .card-header button {
    text-decoration: none;
    font-size: 0.95rem;
    position: relative;
}
.sidebar-menu .card-header button:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    height: 8px;
    width: 8px;
    border: 2px solid;
    border-left: 0;
    border-bottom: 0;
    margin-top: -2px;
    transform: rotate(-45deg);
}
.sidebar-menu .card-header button.collapsed:after {
    transform: rotate(45deg);
    margin-top: -4px;
}
.sidebar-menu .card-header button:focus {
    box-shadow: none;
}

.sidebar-menu .card-header.bg-light-blue {
    background-color: #e8f0fe; /* Light blue background for active category */
    border-left: 3px solid #007bff;
}

.sidebar-menu .card-header.bg-white {
    background-color: #fff;
    border-left: 3px solid transparent;
}

.sidebar-menu .card-header button.font-weight-bold {
    color: #007bff !important;
}

.list-group-item {
    border: none;
    padding-left: 30px;
    font-size: 0.9rem;
    background-color: transparent;
}

.list-group-item a {
    color: #555;
    text-decoration: none;
    display: block;
}

.list-group-item a:hover {
    color: #007bff;
}

.list-group-item.active-item {
    background-color: #e8f0fe;
    font-weight: bold;
}

.list-group-item.active-item a {
    color: #333;
}

/* Main Content Styles */
.helpful-section .btn {
    min-width: 80px;
    box-shadow: none;
    outline: none;
}
.helpful-section .btn:hover,
.helpful-section .btn-outline-secondary:focus {
    background-color: inherit;
    border-color: #007bff;
    color: #007bff;
}
.helpful-section .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: inherit;
    color: #007bff;
    box-shadow: none;
    outline: none;
    border-color: #007bff;
}
.related-articles ul li a {
    color: #007bff;
    text-decoration: none;
}

.related-articles ul li a:hover {
    text-decoration: underline;
}

.article-list li a {
    color: #555;
    text-decoration: none;
}

.article-list li a:hover {
    color: #007bff;
}

/* Submit Request Style Start */
.form-group label {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.form-control {
    height: calc(2.5rem + 2px);
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea.form-control {
    height: auto;
}
/* Custom Skillshare Green Button */
.btn-skillshare {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    font-weight: 700;
    padding: 0.6rem 2rem;
    border-radius: 4px;
    transition: all 0.3s;
}
.btn-skillshare:hover {
    color: #fff;
}
/* File Upload Styling */
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.file-upload-box {
    font-size: 0.9rem;
    color: #333;
    font-weight: 600;
}

.file-upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
/* Footer Style Start */
footer {
    background-color: #f2f2f2;
    font-size: 0.9rem;
}
footer h6 {
    color: #000;
}
footer a {
    color: #333;
}
footer .list-unstyled {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
    margin: 0;
}
.main-footer .row {
    align-items: end;
}
/* Footer Style End */

/* Responsive Style Start */
@media screen and (max-width: 576px) {
    .helpful-section .btn {
        min-width: auto;
    }
}

/* Responsive Style End */