.elementor-widget-pricing_tables .pricing-tables-container {
    display: flex;
    max-width: 1512px;
    width: 100%;
    padding: 80px 30px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    background: #FBFBFB;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-widget-pricing_tables .main-title {
    align-self: stretch;
    color: #280071;
    text-align: center;
    font-family: Rubik;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.elementor-widget-pricing_tables .subtitle {
    align-self: stretch;
    color: #280071;
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 15px 0 0 0;
}

.elementor-widget-pricing_tables .pricing-tables-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    width: 100%;
}

.elementor-widget-pricing_tables .pricing-table {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    position: relative;
    overflow: hidden;
}

.elementor-widget-pricing_tables .pricing-table.is-recommended {
    border: 1px solid #280071;
}

.elementor-widget-pricing_tables .pricing-header {
    display: flex;
    padding: 25px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    border-radius: 20px 20px 0px 0px;
    background: #280071;
}

.elementor-widget-pricing_tables .plan-name {
    align-self: stretch;
    color: #FFF;
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.elementor-widget-pricing_tables .subscription-info {
    align-self: stretch;
    color: #FFF;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.elementor-widget-pricing_tables .price-section {
    padding: 15px 30px 10px;
}

.elementor-widget-pricing_tables .price-container {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.elementor-widget-pricing_tables .price-main {
    position: relative;
    display: flex;
}

.elementor-widget-pricing_tables .price-amount {
    color: #280071;
    font-family: Rubik;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

.elementor-widget-pricing_tables .currency-symbol {
    color: #280071;
    font-family: Rubik;
    font-size: 39px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    position: relative;
    top: 0;        /* Aligns with top of amount */
}

.elementor-widget-pricing_tables .price-period {
    color: #280071;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 0;     /* Aligns with bottom of amount */
    right: -45px;  /* Adjust this value as needed for proper spacing */
}

.elementor-widget-pricing_tables .price-divider {
    height: 1px;
    background: #E0E0E0;
    width: 100%;
}

.elementor-widget-pricing_tables .recommended-ribbon {
    display: flex;
    width: 160px;
    height: 30px;
    transform: rotate(45deg);
    padding: 4px 30px;
    justify-content: center;
    align-items: center;
    background: #DA1884;
    position: absolute;
    right: -40px;         /* Moves Banner left and right */
    top: 25px;
}

.elementor-widget-pricing_tables .recommended-ribbon span {
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    padding: 0 2px;
}

.elementor-widget-pricing_tables .features-list {
    list-style: none;
    margin: 0;
    padding: 15px 30px 1px;
}

.elementor-widget-pricing_tables .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
}

.elementor-widget-pricing_tables .feature-icon {
    margin-right: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.elementor-widget-pricing_tables .feature-icon svg {
    width: 18px;
    height: 18px;
}

.elementor-widget-pricing_tables .feature-text {
    flex: 1 0 0;
    color: #280071;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.elementor-widget-pricing_tables .feature-text strong {
    color: #280071;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.elementor-widget-pricing_tables .feature-text.not-included {
    color: #999;
    text-decoration: line-through;
}

.elementor-widget-pricing_tables .feature-text.not-included strong {
    color: #999;
}

.elementor-widget-pricing_tables .pricing-footer {
    padding: 20px;
    text-align: center;
}

.elementor-widget-pricing_tables .learn-more-btn {
    display: flex;
    height: 49px;
    padding: 14px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    background: #DA1884;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s;
    width: calc(100% - 40px);
    margin: 0 20px;
    /* Adding the new text styling */
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.elementor-widget-pricing_tables .learn-more-btn:hover {
    background: #FFF;  /* Keep white background on hover */
    opacity: 1;  /* Override default hover opacity */
}

@media (max-width: 768px) {
    .elementor-widget-pricing_tables .pricing-tables-container {
        display: flex;
        width: 320px;
        padding: 40px 16px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin: 0 auto;
        left: auto;
        transform: none;
    }

    .elementor-widget-pricing_tables .pricing-tables-grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .elementor-widget-pricing_tables .pricing-table {
        width: 100%;
        max-width: 288px;
        margin: 0 auto;
    }

    .elementor-widget-pricing_tables .main-title {
        align-self: stretch;
        color: #280071;
        text-align: center;
        font-family: Rubik;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
    }

    .elementor-widget-pricing_tables .subtitle {
        align-self: stretch;
        color: #280071;
        text-align: center;
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 15px 0 0 0;
    }

    .elementor-widget-pricing_tables .price-amount {
        font-size: 36px;
    }

    .elementor-widget-pricing_tables .currency-symbol {
        color: #280071;
        text-align: center;
        font-family: Rubik;
        font-size: 39px;
        font-style: normal;
        font-weight: 400;
        line-height: 39px;
        align-self: center;
        display: inline-flex;
        align-items: center;
    }

    .elementor-widget-pricing_tables .feature-item {
        font-size: 14px;
    }

    .elementor-widget-pricing_tables .pricing-footer .learn-more-btn {
        background: #FFF !important;
        border: 1px solid #E0E0E0;
        color: #280071;
        text-align: center;
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .elementor-widget-pricing_tables .pricing-footer .learn-more-btn:hover {
        background: #FFF !important;
        opacity: 1;
    }
}