.flexa-faq-wrapper {
width: 100%;
} .flexa-faq-section {
margin-bottom: 20px;
}
.flexa-faq-section:last-child {
margin-bottom: 0;
} .flexa-faq-section-details {
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
} .flexa-faq-section-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
cursor: pointer;
user-select: none;
transition: background-color 0.3s ease;
}
.flexa-faq-section-header:hover {
background-color: #f5f5f5;
}
.flexa-faq-section-header-content {
display: flex;
align-items: center;
flex: 1;
}
.flexa-faq-section-icon {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 20px;
margin-right: 12px;
flex-shrink: 0;
}
.flexa-faq-section-icon i,
.flexa-faq-section-icon svg {
width: 1em;
height: 1em;
}
.flexa-faq-section-title {
font-weight: 600;
font-size: 18px;
flex: 1;
}
.flexa-faq-section-chevron {
display: inline-flex;
align-items: center;
justify-content: center;
width: 16px;
height: 16px;
flex-shrink: 0;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.flexa-faq-section-chevron svg {
width: 100%;
height: 100%;
display: block;
} .flexa-faq-section.active .flexa-faq-section-chevron {
transform: rotate(180deg);
} .flexa-faq-section-content {
border-top: 1px solid #e0e0e0;
background-color: #ffffff;
height: 0;
overflow: hidden;
opacity: 0;
transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
opacity 0.3s ease;
} .flexa-faq-section.active .flexa-faq-section-content {
opacity: 1;
} .flexa-faq-item {
border-bottom: 1px solid #e0e0e0;
transition: border-color 0.3s ease;
}
.flexa-faq-item:last-child {
border-bottom: none;
} .flexa-faq-section-content .flexa-faq-item:first-child {
border-top: none;
}
.flexa-faq-section-content .flexa-faq-item:last-child {
border-bottom: none;
}
.flexa-faq-question-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
cursor: pointer;
user-select: none;
transition: background-color 0.3s ease;
}
.flexa-faq-question-wrapper:hover {
background-color: #f5f5f5;
}
.flexa-faq-question {
font-weight: 600;
font-size: 16px;
color: #333333;
flex: 1;
padding-right: 15px;
}
.flexa-faq-chevron-small {
display: inline-flex;
align-items: center;
justify-content: center;
width: 14px;
height: 14px;
flex-shrink: 0;
color: #666666;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.flexa-faq-chevron-small svg {
width: 100%;
height: 100%;
display: block;
} .flexa-faq-item.active .flexa-faq-chevron-small {
transform: rotate(180deg);
} .flexa-faq-answer-wrapper {
height: 0;
overflow: hidden;
opacity: 0;
transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
opacity 0.3s ease;
} .flexa-faq-item.active .flexa-faq-answer-wrapper {
opacity: 1;
} .flexa-faq-answer {
padding: 15px 20px;
color: #666666;
font-size: 15px;
line-height: 1.6;
background-color: #ffffff;
}
.flexa-faq-answer p {
margin: 0 0 10px 0;
}
.flexa-faq-answer p:last-child {
margin-bottom: 0;
}
.flexa-faq-answer a {
color: #0066cc;
text-decoration: underline;
transition: color 0.3s ease;
}
.flexa-faq-answer a:hover {
color: #0052a3;
} @media (max-width: 768px) {
.flexa-faq-section-header {
padding: 12px 15px;
}
.flexa-faq-section-title {
font-size: 16px;
}
.flexa-faq-section-icon {
font-size: 18px;
margin-right: 10px;
}
.flexa-faq-question-wrapper {
padding: 12px 15px;
}
.flexa-faq-question {
font-size: 15px;
}
.flexa-faq-answer {
padding: 12px 15px;
font-size: 14px;
}
} .flexa-faq-contact-outer-wrapper {
display: flex;
width: 100%;
}
.flexa-faq-contact-wrapper {
width: 100%;
background-color: #f5f5f0;
border-radius: 8px;
padding: 30px;
text-align: center;
}
.flexa-faq-contact-title {
margin: 0 0 15px 0;
font-weight: 600;
font-size: 24px;
color: #333333;
}
.flexa-faq-contact-separator {
width: 100%;
height: 1px;
background-color: #d4a574;
margin: 15px 0;
}
.flexa-faq-contact-content {
margin: 15px 0;
font-size: 15px;
line-height: 1.6;
color: #333333;
}
.flexa-faq-contact-button-wrapper {
margin-top: 20px;
text-align: center;
}
.flexa-faq-contact-button {
display: inline-block;
padding: 12px 24px;
background-color: #556b2f;
color: #ffffff;
text-decoration: none;
border-radius: 4px;
font-weight: 600;
font-size: 16px;
transition: background-color 0.3s ease, color 0.3s ease;
cursor: pointer;
}
.flexa-faq-contact-button:hover {
background-color: #475a26;
color: #ffffff;
text-decoration: none;
} @media (max-width: 768px) {
.flexa-faq-contact-wrapper {
padding: 20px;
}
.flexa-faq-contact-title {
font-size: 20px;
}
.flexa-faq-contact-content {
font-size: 14px;
}
.flexa-faq-contact-button {
font-size: 14px;
padding: 10px 20px;
}
}