.elementor-4425 .elementor-element.elementor-element-e9a88c5{--display:flex;}.elementor-4425 .elementor-element.elementor-element-1a15493{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-1a15493 */body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #f0f4f8;
    margin: 0;
    padding: 0;
}

.dfw-membership-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}



.dfw-header {
    text-align: center;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #002E5D, #005dbb);
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dfw-header h1 {
    font-size: 2.5rem;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.dfw-header p {
    font-size: 1.2rem;
    color: #f0f4f8;
    margin: 0;
}

.dfw-tags {
    margin-bottom: 40px;
}

.dfw-membership-options h2 {
    margin-bottom: 20px;
    color: #D41F2D;
}

.dfw-tags ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dfw-tag {
    background-color: #D41F2D;
    color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dfw-tag:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dfw-tag-icon {
    width: 20px;
    height: 20px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.dfw-membership-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.dfw-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #002E5D;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.dfw-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.dfw-card h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #002E5D;
}

.dfw-card .dfw-price {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #D41F2D;
}

.dfw-card .dfw-price span {
    font-size: 1rem;
    font-weight: normal;
    color: #333333;
}

.dfw-card ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
    flex-grow: 1;
}

.dfw-card li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.dfw-card li::before {
    content: '✓';
    color: #4CAF50;
    margin-right: 10px;
    font-weight: bold;
    flex-shrink: 0;
}

.dfw-button {
    display: inline-block;
    width: 100%;
    padding: 12px;
    background-color: #002E5D;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.dfw-button:hover {
    background-color: #D41F2D;
    transform: translateY(-2px);
}

.dfw-add-ons, .dfw-fine-print, .dfw-faq-section {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dfw-add-ons h2, .dfw-fine-print h2, .dfw-faq-section h2 {
    font-size: 1.8rem;
    color: #002E5D;
    margin-bottom: 20px;
}

.dfw-fine-print ul, .dfw-add-ons ul {
    list-style-type: none;
    padding: 0;
}

.dfw-fine-print li, .dfw-add-ons li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.dfw-fine-print li::before {
    content: '!';
    color: #D41F2D;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.dfw-registration-info {
    text-align: center;
    margin-top: 40px;
    font-size: 1.1rem;
    color: #002E5D;
}

.dfw-registration-info a {
    color: #D41F2D;
    text-decoration: none;
    font-weight: bold;
}

.dfw-registration-info a:hover {
    text-decoration: underline;
}

.dfw-faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.dfw-faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.dfw-faq-item h3 {
    font-size: 1.2rem;
    color: #D41F2D;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dfw-faq-item h3::after {
    content: '+';
    font-size: 1.5rem;
    color: #002E5D;
}

.dfw-faq-item.active h3::after {
    content: '-';
}

.dfw-faq-item > div {
    display: none;
    padding-top: 10px;
}

.dfw-faq-item.active > div {
    display: block;
}

.dfw-faq-item p {
    margin-bottom: 10px;
}

.dfw-faq-item ul {
    list-style-type: none;
    padding-left: 20px;
}

.dfw-faq-item li {
    margin-bottom: 5px;
    position: relative;
}

.dfw-faq-item li::before {
    content: '•';
    color: #002E5D;
    position: absolute;
    left: -15px;
}

@media (max-width: 768px) {
    .dfw-membership-container {
        padding: 10px;
    }

    .dfw-header {
        padding: 30px 15px;
    }

    .dfw-header h1 {
        font-size: 2rem;
    }

    .dfw-header p {
        font-size: 1rem;
    }

    .dfw-tags ul {
        gap: 10px;
    }

    .dfw-tag {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .dfw-tag-icon {
        width: 16px;
        height: 16px;
    }

    .dfw-membership-cards {
        grid-template-columns: 1fr;
    }

    .dfw-card, .dfw-add-ons, .dfw-fine-print, .dfw-faq-section {
        padding: 20px;
    }

    .dfw-card h3, .dfw-add-ons h2, .dfw-fine-print h2, .dfw-faq-section h2 {
        font-size: 1.3rem;
    }

    .dfw-card .dfw-price {
        font-size: 1.8rem;
    }

    .dfw-add-ons li {
        flex-direction: column;
        align-items: flex-start;
    }

    .dfw-faq-item h3 {
        font-size: 1.1rem;
    }
}/* End custom CSS */