.elementor-4438 .elementor-element.elementor-element-98312a1{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--justify-items:center;--align-items:center;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-4438 .elementor-element.elementor-element-98312a1{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-4438 .elementor-element.elementor-element-98312a1{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-ea79021 *//* ===== Form Container Card ===== */
.swpm-registration-widget-form {
    max-width: 700px;
    margin: 40px auto;
    padding: 35px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    border-top: 4px solid #8B0000;
}

/* ===== Title ===== */
.member-title {
    text-align: center;
    color: #8B0000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* ===== Description ===== */
.member-desc {
    text-align: center;
    color: #555;
    font-size: 16px;
    margin-bottom: 25px;
}

/* ===== Labels ===== */
#swpm-registration-form label {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

/* ===== Input Fields ===== */
#swpm-registration-form input[type="text"],
#swpm-registration-form input[type="email"],
#swpm-registration-form input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* ===== Input Focus ===== */
#swpm-registration-form input:focus {
    border-color: #8B0000;
    box-shadow: 0 0 6px rgba(139,0,0,0.2);
    outline: none;
}

/* ===== Register Button ===== */
#swpm-registration-form input[type="submit"] {
    width: 100%;
    background: #8B0000;
    color: #ffffff;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

/* ===== Button Hover ===== */
#swpm-registration-form input[type="submit"]:hover {
    background: #a80000;
}

/* ===== Membership Level Text ===== */
.swpm-level {
    font-weight: 600;
    color: #8B0000;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .swpm-registration-widget-form {
        margin: 20px;
        padding: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-91d3cd9 *//* ===== Membership Plans Layout ===== */
.membership-plans {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

/* ===== Plan Card ===== */
.plan-card {
    width: 320px;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    border-top: 4px solid #28a745;
    transition: 0.3s;
}

/* Hover Effect */
.plan-card:hover {
    transform: translateY(-6px);
}

/* ===== Title ===== */
.plan-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* ===== Price ===== */
.plan-price {
    font-size: 32px;
    font-weight: bold;
    color: #28a745;
    margin-bottom: 20px;
}

/* ===== Features List ===== */
.plan-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.plan-features li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

/* ===== Button ===== */
.plan-btn {
    display: inline-block;
    background: #28a745;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.plan-btn:hover {
    background: #218838;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 768px) {
    .membership-plans {
        flex-direction: column;
        align-items: center;
    }

    .plan-card {
        width: 90%;
        margin-bottom: 20px;
    }
}/* End custom CSS */