.elementor-2882 .elementor-element.elementor-element-cc94259{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b826cf1 *//* Section */
.gigbin-faq-section {
    padding: 80px 20px;
    
}

.gigbin-container {
    max-width: 900px;
    margin: auto;
}

/* Title */
.faq-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
}

/* FAQ Item */
.faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Question */
.faq-question {
    width: 100%;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    border: none;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Hover */
.faq-question:hover {
    background: #000;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease;
}

/* Active */
.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 15px 20px 20px;
}

/* Text */
.faq-answer p {
    margin: 0;
    color: #555;
    line-height: 1.6;
}/* End custom CSS */