.elementor-6406 .elementor-element.elementor-element-24e93c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-6406 .elementor-element.elementor-element-30ca04e{text-align:center;}.elementor-6406 .elementor-element.elementor-element-30ca04e .elementor-heading-title{color:#FFFFFF;}.elementor-6406 .elementor-element.elementor-element-a687c56{color:#FFFFFF;}.elementor-6406 .elementor-element.elementor-element-af8fa1f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-6406 .elementor-element.elementor-element-a8133fe{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-6406 .elementor-element.elementor-element-a8133fe.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:20px;}.elementor-6406 .elementor-element.elementor-element-a8133fe.elementor-wc-products ul.products li.product{border-radius:0px;}.elementor-6406 .elementor-element.elementor-element-a8133fe.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-6406 .elementor-element.elementor-element-5a4d916{color:#FFFFFF;}.elementor-6406 .elementor-element.elementor-element-5a4d916 a{color:#FFFFFF;}.elementor-6406 .elementor-element.elementor-element-8ed3be9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}.elementor-6406 .elementor-element.elementor-element-3a5ec06{padding:20px 0px 0px 0px;text-align:center;}.elementor-6406 .elementor-element.elementor-element-3a5ec06 .elementor-heading-title{color:#FFFFFF;}@media(max-width:1024px){.elementor-6406 .elementor-element.elementor-element-a8133fe.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-6406 .elementor-element.elementor-element-a8133fe.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-a8133fe */.term-description {
    display: none;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5a4d916 */.archievve a{
    color:#eb8a22 !important;
    font-weight: bold !important;
    
}
.archievve ul{
    list-style: auto inside;}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-80a80a3 *//* FAQ Accordion Styles */
.product-category-faqs {
    margin: 50px 0;
    padding: 0;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}


.faq-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.faq-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    border-radius: 2px;
}

.faq-accordion {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #eef2f7;
}

.faq-item {
    border-bottom: 1px solid #eef2f7;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item:hover {
    background-color: #f9fbfd;
}

.faq-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, transparent, #3498db, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq-item:hover:before {
    opacity: 1;
}
.faq-answer {
    padding: 20px;
    color: white;
    background: black !important;
    background-color: black !important;
}
.faq-question {
    width: 100%;
    padding: 24px 30px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question:hover {
    color: #3498db;
    padding-left: 35px;
}

.faq-question:focus {
    outline: none;
    background-color: #f0f7ff;
}

.faq-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    margin-right: 16px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-question:hover .faq-number {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    transform: scale(1.1);
}

.faq-text {
    flex: 1;
    text-align: left;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.faq-icon {
    width: 24px;
    height: 24px;
    background: #f8fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3498db;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border: 2px solid #eef2f7;
}

.faq-question:hover .faq-icon {
    background: #3498db;
    color: white;
    border-color: #3498db;
    transform: rotate(90deg);
}

.faq-answer {

    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(to bottom, #f8fafc, #ffffff);
}

.faq-answer.open {
    max-height: 1000px;
}

.faq-answer-content {
    padding: 0 30px 30px 78px; /* 30px + 48px for number alignment */
    color: #4a5568;
    line-height: 1.7;
    font-size: 16px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease 0.1s;
}

.faq-answer.open .faq-answer-content {
    opacity: 1;
    transform: translateY(0);
}

.faq-answer-content p {
    margin-bottom: 16px;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-answer-content ul,
.faq-answer-content ol {
    margin: 16px 0;
    padding-left: 24px;
}

.faq-answer-content li {
    margin-bottom: 8px;
    position: relative;
}

.faq-answer-content li:before {
    content: "•";
    color: #3498db;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.faq-answer-content a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(52, 152, 219, 0.3);
    transition: all 0.2s ease;
}

.faq-answer-content a:hover {
    color: #2980b9;
    border-bottom-color: #2980b9;
}

.faq-answer-content strong {
    color: #2c3e50;
    font-weight: 600;
}

.faq-answer-content em {
    color: #718096;
    font-style: italic;
}

.faq-answer-content blockquote {
    border-left: 4px solid #3498db;
    padding: 12px 20px;
    margin: 20px 0;
    background: #f8fafc;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #4a5568;
}

.faq-answer-content code {
    background: #edf2f7;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #2d3748;
}

.faq-answer-content pre {
    background: #2d3748;
    color: #e2e8f0;
    padding: 16px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 16px 0;
    font-size: 14px;
    line-height: 1.5;
}

.faq-answer-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 16px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-answer-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-answer-content th {
    background: #3498db;
    color: white;
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

.faq-answer-content td {
    padding: 12px;
    border-bottom: 1px solid #eef2f7;
}

.faq-answer-content tr:hover {
    background-color: #f8fafc;
}

/* Animation for FAQ items */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item {
    animation: fadeInUp 0.4s ease-out;
    animation-fill-mode: both;
}

.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-item:nth-child(4) { animation-delay: 0.4s; }
.faq-item:nth-child(5) { animation-delay: 0.5s; }
.faq-item:nth-child(6) { animation-delay: 0.6s; }
.faq-item:nth-child(7) { animation-delay: 0.7s; }
.faq-item:nth-child(8) { animation-delay: 0.8s; }
.faq-item:nth-child(9) { animation-delay: 0.9s; }
.faq-item:nth-child(10) { animation-delay: 1.0s; }

/* Responsive Design */
@media (max-width: 768px) {
    .product-category-faqs {
        margin: 30px 0;
        padding: 0 15px;
    }
    
    .faq-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
    
    .faq-question {
        padding: 20px 20px;
        font-size: 16px;
    }
    
    .faq-question:hover {
        padding-left: 25px;
    }
    
    .faq-number {
        width: 28px;
        height: 28px;
        font-size: 12px;
        margin-right: 12px;
    }
    
    .faq-icon {
        width: 22px;
        height: 22px;
        font-size: 16px;
        margin-left: 15px;
    }
    
    .faq-answer-content {
        padding: 0 20px 20px 60px; /* 20px + 40px for number alignment */
        font-size: 15px;
    }
    
    .faq-answer-content blockquote {
        padding: 10px 15px;
        margin: 15px 0;
    }
    
    .faq-answer-content pre {
        padding: 12px;
        font-size: 13px;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .faq-accordion {
        background: #2d3748;
        border-color: #4a5568;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    }
    
    .faq-item {
        border-color: #4a5568;
    }
    
    .faq-item:hover {
        background-color: #4a5568;
    }
    
    .faq-question {
        color: #e2e8f0;
    }
    
    .faq-question:hover {
        color: #63b3ed;
    }
    
    .faq-question:focus {
        background-color: #4a5568;
    }
    
    .faq-text {
        color: #e2e8f0;
    }
    
    .faq-icon {
        background: #4a5568;
        border-color: #718096;
        color: #e2e8f0;
    }
    
    .faq-question:hover .faq-icon {
        background: #63b3ed;
        border-color: #63b3ed;
        color: #2d3748;
    }
    
    .faq-answer {
        background: linear-gradient(to bottom, #4a5568, #2d3748);
    }
    
    .faq-answer-content {
        color: #cbd5e0;
    }
    
    .faq-answer-content a {
        color: #63b3ed;
        border-bottom-color: rgba(99, 179, 237, 0.3);
    }
    
    .faq-answer-content a:hover {
        color: #90cdf4;
        border-bottom-color: #90cdf4;
    }
    
    .faq-answer-content strong {
        color: #e2e8f0;
    }
    
    .faq-answer-content em {
        color: #a0aec0;
    }
    
    .faq-answer-content blockquote {
        background: #4a5568;
        border-left-color: #63b3ed;
        color: #cbd5e0;
    }
    
    .faq-answer-content code {
        background: #4a5568;
        color: #e2e8f0;
    }
    
    .faq-answer-content td {
        border-color: #4a5568;
    }
    
    .faq-answer-content tr:hover {
        background-color: #4a5568;
    }
}

/* Print styles */
@media print {
    .product-category-faqs {
        margin: 20px 0;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .faq-title {
        color: #000;
    }
    
    .faq-question {
        color: #000;
        page-break-inside: avoid;
    }
    
    .faq-answer {
        max-height: none !important;
        display: block !important;
    }
    
    .faq-icon {
        display: none;
    }
}/* End custom CSS */