.elementor-1040 .elementor-element.elementor-element-9c5c9f0{--display:flex;}@media(min-width:768px){.elementor-1040 .elementor-element.elementor-element-9c5c9f0{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-da09a98 */.eg-faq-system {
    max-width: 900px;
    margin: 50px auto;
    font-family: 'Inter', sans-serif;
    color: #333;
    padding: 0 15px;
}

.eg-faq-top {
    text-align: center;
    margin-bottom: 40px;
}

.eg-faq-top h2 {
    font-weight: 300;
    font-size: 32px;
    letter-spacing: -1px;
}

.eg-faq-top p {
    font-weight: 300;
    color: #888;
}

.eg-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.eg-tab-link {
    background: #f8f8f8;
    border: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    cursor: pointer;
    border-radius: 50px;
    transition: 0.3s ease;
    white-space: nowrap;
}

/* ALL HOVER COLORS SET TO ff6501 */
.eg-tab-link:hover {
    color: #ff6501;
    background: #fff;
    box-shadow: 0 4px 12px rgba(255, 101, 1, 0.15);
}

.eg-tab-link.active {
    background: #ff6501;
    color: #fff;
}

.eg-item {
    border-bottom: 1px solid #eee;
}

/* QUESTION HOVER */
.eg-item:hover summary {
    color: #ff6501;
}

summary {
    list-style: none;
    padding: 22px 10px;
    font-weight: 400;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.2s;
}

summary::-webkit-details-marker { display: none; }

.eg-icon::after {
    content: '+';
    font-size: 20px;
    color: #ccc;
    transition: 0.3s;
}

/* ICON HOVER */
.eg-item:hover .eg-icon::after {
    color: #ff6501;
}

details[open] .eg-icon::after {
    content: '−';
    color: #ff6501;
}

.eg-answer {
    padding: 0 10px 25px;
    font-weight: 300;
    line-height: 1.8;
    color: #666;
    font-size: 15px;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
    .eg-tabs { justify-content: flex-start; }
    summary { font-size: 15px; }
}/* End custom CSS */


