/* CONTENT CARD */
.page-sidebar {
    border: 1px solid #ebebeb;
    padding: 2rem;
    background: #fff;
}

@media (min-width: 992px) {
    .page-sidebar {
        position: sticky !important;
        top: 90px;
        left: auto !important;
        height: auto !important;
        width: auto !important;
    }
}

.page-sidebar .widget {
    margin-bottom: 2rem;
}

.page-sidebar .widget:last-child {
    margin-bottom: 0;
}

.page-sidebar .widget-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #ebebeb;
}

.page-sidebar .cat-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.page-sidebar .cat-list li {
    margin-bottom: .6rem;
}

.page-sidebar .cat-list li a {
    display: block;
    color: #666;
    font-size: 1.4rem;
    padding: .6rem;
}

.page-sidebar .cat-list li a:hover,
.page-sidebar .cat-list li.active a {
    color: #D52D2C ;
}

.page-sidebar li.active a{
    background: #ffebe7;
    color: #D52D2C !important;
    font-weight: 600;
}

.content-card {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 6px;
}

/* TEXT */
.content-card p {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

/* DESKTOP IMPROVE */
@media (min-width: 992px) {
    .content-card {
        padding: 30px;
    }
    .content-card p {
        font-size: 15px;
    }
}

/*  FAQ */
.faq-content {
    max-width: 850px;
}

.faq-item {
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

.faq-item:first-child {
    padding-top: 0;
}

.faq-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

.faq-item p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0;
}

/************* support */

.support-box {
    max-width: 750px;
}

.support-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #2874f0;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.support-box h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.support-desc {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 30px;
}

.support-contact {
    background: #f8f9fb;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
}

.support-item {
    margin-bottom: 18px;
}

.support-item:last-child {
    margin-bottom: 0;
}

.support-item strong {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #222;
}

.support-item p {
    margin: 0;
    color: #555;
    font-size: 15px;
}

.support-help h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.support-help ul {
    padding-left: 18px;
}

.support-help li {
    margin-bottom: 10px;
    color: #555;
}

/* return policy */ 

.policy-content {
    max-width: 850px;
}

.policy-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #2874f0;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.policy-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.policy-intro {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 30px;
}

.policy-box {
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.policy-box.success {
    background: #f4fbf6;
    border: 1px solid #d8f1df;
}

.policy-box.danger {
    background: #fff6f6;
    border: 1px solid #f4d7d7;
}

.policy-box h3,
.policy-section h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.policy-box ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.policy-box li {
    margin-bottom: 10px;
    color: #555;
}

.policy-section {
    margin-top: 30px;
}

.policy-section p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
}

/* shipping policy */

.shipping-policy {
    max-width: 850px;
}

.policy-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #2874f0;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.shipping-policy h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.policy-intro {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 35px;
}

.shipping-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 35px;
}

.shipping-card {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 30px;
}

.shipping-icon {
    font-size: 34px;
    margin-bottom: 15px;
}

.shipping-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.shipping-card p {
    margin: 0;
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

.policy-note {
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin-top: 25px;
}

.policy-note h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.policy-note p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
}

/** Term and conditions */

.terms-policy {
    max-width: 850px;
}

.policy-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #2874f0;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.terms-policy h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.policy-intro {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 35px;
}

.terms-box {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 25px;
}

.terms-box h3,
.terms-note h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.terms-box ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.terms-box li {
    margin-bottom: 12px;
    line-height: 1.8;
    color: #555;
    font-size: 15px;
}

.terms-note {
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin-top: 25px;
}

.terms-note p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
}

/* privacy policy */ 

.privacy-policy {
    max-width: 850px;
}

.policy-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #2874f0;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.privacy-policy h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.policy-intro {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 35px;
}

.privacy-box {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 25px;
}

.privacy-box h3,
.privacy-note h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.privacy-box ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.privacy-box li {
    margin-bottom: 12px;
    line-height: 1.8;
    color: #555;
    font-size: 15px;
}

.privacy-note {
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin-top: 25px;
}

.privacy-note p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 15px;
}

/** how it works */
.platform-policy {
    max-width: 850px;
}

.policy-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #2874f0;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.platform-policy h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.policy-intro {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 35px;
}

.platform-box {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 30px;
}

.platform-item {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
}

.platform-item:last-child {
    margin-bottom: 0;
}

.platform-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.platform-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.platform-item p {
    margin: 0;
    color: #555;
    line-height: 1.9;
    font-size: 15px;
}

@media (max-width: 575px) {
    .platform-item {
        flex-direction: column;
    }
}

/* MOBILE SIDEBAR */
@media (max-width: 991px) {

    .page-sidebar {
        position: fixed;
        top: 0;
        left: -280px;
        width: 260px;
        height: 100vh;
        z-index: 9999;
        overflow-y: auto;
        transition: all .3s ease;
        padding: 2rem;
        background: #fff;
    }

     .page-sidebar.active {
        left: 0 !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .sidebar-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.45);
        z-index: 9998;
    }

    .sidebar-overlay.active {
        display: block;
    }
}