/* Basic styles for Element Core Widgets */

.ecw-team-member {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
}

.ecw-team-member img {
    border-radius: 50%;
    max-width: 150px;
    margin-bottom: 15px;
}

.ecw-team-member h3 {
    margin: 0 0 5px;
    font-size: 1.5em;
}

.ecw-team-member h4 {
    margin: 0 0 10px;
    color: #666;
    font-weight: normal;
}

.ecw-team-member p {
    font-size: 0.9em;
    color: #444;
}

.ecw-pricing-table {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.ecw-pricing-table h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.ecw-price {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

.ecw-price span {
    font-size: 1em;
    font-weight: normal;
    color: #888;
}

.ecw-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
}

.ecw-features li {
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
}

.ecw-features li:before {
    content: '✔';
    color: green;
    position: absolute;
    left: 0;
}

.ecw-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #0073e6;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
}

.ecw-btn:hover {
    background-color: #005bb5;
}

.ecw-faq-accordion {
    max-width: 600px;
    margin: 0 auto;
}

.ecw-faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.ecw-faq-question {
    width: 100%;
    text-align: left;
    padding: 15px;
    font-weight: bold;
    font-size: 1.1em;
    border: none;
    background: #f9f9f9;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
}

.ecw-faq-question[aria-expanded="true"] {
    background-color: #e2e8f0;
}

.ecw-faq-answer {
    padding: 15px;
    font-size: 0.95em;
    color: #444;
}

.ecw-cta-widget {
    text-align: center;
    padding: 30px 20px;
    background-color: #f0f4f8;
    border-radius: 10px;
}

.ecw-cta-widget h2 {
    margin-bottom: 15px;
    font-size: 2em;
}

.ecw-cta-widget p {
    margin-bottom: 25px;
    font-size: 1.1em;
    color: #555;
}

.ecw-cta-button {
    padding: 12px 30px;
    background-color: #ff5a5f;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1em;
}

.ecw-cta-button:hover {
    background-color: #e04848;
}
