/* App-specific overrides that are not part of the original HTML template */
.vl-header4-btns .buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}

.vl-header-area6 .vl-header4-btns .buttons .header-icon,
.vl-header-area6 .vl-header-action-item .header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #802920 !important;
    font-size: 18px;
    transition: all 0.3s;
    text-decoration: none;
    margin-right: 6px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.vl-header-area6 .vl-header4-btns .buttons .header-icon:hover,
.vl-header-area6 .vl-header-action-item .header-icon:hover {
    color: #802920 !important;
}

.vl-header-area6 .vl-header4-btns .buttons .cart-icon,
.vl-header-area6 .vl-header-action-item .cart-icon {
    position: relative;
}

.vl-header-area6 .vl-header4-btns .buttons .cart-badge,
.vl-header-area6 .vl-header-action-item .cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    background: #802920;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 0;
    font-family: 'Outfit', sans-serif;
}

.vl-header-area6 .vl-header4-btns .theme-btn11 {
    padding: 10px 24px;
    font-size: 13px;
    min-height: 42px;
}

.vl-header-area6.header-sticky .header-icon {
    color: #802920 !important;
}

.vl-header-action-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vl-header-action-item .header-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: #802920 !important;
    border: 1px solid #802920;
    border-radius: 8px;
    margin-right: 10px;
}

.vl-footer-social6 a {
    display: inline-block;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    background-color: var(--vtc-bg-common-14);
    border-radius: 50%;
    margin: 0px 3px;
    color: var(--vtc-text-title1);
    transition: all 0.4s;
}

.vl-footer-social6 a:hover {
    transition: all 0.4s;
    background-color: #802920;
    transform: translateY(-5px);
    color: var(--vtc-text-white);
}

.theme-toast-wrap {
    position: fixed;
    top: 88px;
    right: 18px;
    z-index: 1080;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

.theme-toast {
    min-width: 280px;
    max-width: 360px;
    padding: 14px 16px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #fff;
    box-shadow: 0 18px 40px rgba(35, 18, 11, 0.22);
    backdrop-filter: blur(8px);
    transform: translateX(120%);
    opacity: 0;
    transition: transform .28s ease, opacity .28s ease;
    pointer-events: auto;
    border: 1px solid rgba(255, 255, 255, .12);
}

.theme-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.theme-toast.success {
    background: linear-gradient(135deg, #8f3325, #b24d34);
}

.theme-toast.warning {
    background: linear-gradient(135deg, #9a5a18, #c57b1e);
}

.theme-toast.danger {
    background: linear-gradient(135deg, #8b1f1f, #b33a3a);
}

.theme-toast__icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.theme-toast__content {
    flex: 1 1 auto;
    min-width: 0;
}

.theme-toast__title {
    display: block;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 4px;
}

.theme-toast__message {
    display: block;
    font-size: 13px;
    line-height: 1.45;
    opacity: .96;
    word-break: break-word;
}

.theme-toast__close {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .92);
    padding: 0;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .theme-toast-wrap {
        left: 12px;
        right: 12px;
        top: 78px;
    }

    .theme-toast {
        min-width: 0;
        max-width: none;
        width: 100%;
    }
}

/* Terms & FAQ pages */
.terms-page,
.faq-page {
    background: #f8f8f8;
}

.terms-hero,
.faq-hero {
    background-image: url('../images/inside-banner-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 112px 0 70px;
}

.terms-hero .hero6-gradient,
.faq-hero .hero6-gradient {
    border-radius: 0;
}

.terms-hero .main-heading6 h1,
.faq-hero h1 {
    color: #fff;
    font-family: 'Gruppo', sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
}

.terms-hero .main-heading6,
.faq-hero .main-heading6 {
    text-align: left;
}

.terms-hero .breadcrumb-nav .breadcrumb,
.faq-hero .breadcrumb-nav .breadcrumb {
    justify-content: flex-start;
    background: transparent;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.terms-hero .breadcrumb-nav .breadcrumb a,
.faq-hero .breadcrumb-nav .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.terms-hero .breadcrumb-item.active,
.faq-hero .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.92);
}

.terms-section,
.faq-section {
    padding: 0 0 90px;
}

.terms-card,
.faq-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    padding: 38px;
}

.terms-card h2,
.faq-card .section-title h2 {
    font-family: 'Gruppo', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #802920;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

.terms-card h3 {
    font-family: 'Gruppo', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #802920;
    margin: 28px 0 14px;
}

.terms-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 14px;
}

.terms-card a {
    color: #8f3325;
    font-weight: 600;
    text-decoration: none;
}

.terms-card a:hover {
    text-decoration: underline;
}

.faq-card .section-title {
    text-align: center;
    margin-bottom: 24px;
}

.faq-card .section-title h2 {
    display: inline-block;
    margin-bottom: 0;
}

.faq-card .accordion {
    display: grid;
    gap: 14px;
}

.faq-card .accordion-item {
    border: 1px solid rgba(143, 51, 37, 0.12);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(143, 51, 37, 0.05);
}

.faq-card .accordion-button {
    padding: 18px 20px;
    background: #fff;
    color: #242424;
    font-weight: 600;
    box-shadow: none !important;
}

.faq-card .accordion-button:not(.collapsed) {
    background: #fff;
    color: #8f3325;
}

.faq-card .accordion-body {
    color: #6a6258;
    line-height: 1.8;
    padding: 0 20px 18px;
}

@media (max-width: 991px) {
    .terms-card,
    .faq-card {
        padding: 28px 22px;
    }
}

/* Policy pages */
.policy-page .hero6 {
    min-height: 320px;
    background-image: url('../images/inside-banner-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.policy-page .hero6-gradient {
    border-radius: 0;
}

.policy-page .hero-content-row,
.terms-hero .hero-content-row,
.faq-hero .hero-content-row {
    position: relative;
    z-index: 2;
}

.policy-page .policy-section {
    padding: 0 0 80px;
}

.terms-page .terms-section {
    padding: 0 0 80px;
}

.policy-page .kng-policy-content,
.terms-page .kng-policy-content {
    margin-top: 0;
    background: #f9f5f4;
    border: 1px solid #e8dcdb;
    border-radius: 12px;
    padding: 40px;
    box-shadow: none;
}

.policy-page .kng-policy-content h2,
.terms-page .kng-policy-content h2 {
    font-family: 'Gruppo', sans-serif;
    color: #8f3325;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e8dcdb;
}

.policy-page .kng-policy-content p,
.terms-page .kng-policy-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 20px;
}

.policy-page .kng-policy-content p:last-child,
.terms-page .kng-policy-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
.policy-page .kng-policy-content,
.terms-page .kng-policy-content {
        padding: 30px 20px;
    }

    .policy-page .kng-policy-content h2,
    .terms-page .kng-policy-content h2 {
        font-size: 26px;
    }
}
