.pricing-container {
    text-align: center;
    width: 90%;
    max-width: 400px;
    margin: auto;
}

h2 {
    color: #6a1b9a;
    margin-bottom: 20px;
}

.pricing-card {
    background: #7e57c2;;
    border-radius: 10px;
    padding: 30px;
    margin: 10px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: relative;
    cursor: pointer;
    
}

.pricing-card h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.pricing-card p {
    margin: 5px 0 0;
    color: #fff;
    font-size: 1.2em;
}

#free-plan,.css-fjkf87f-free,.button-free {
    background-color: #1a9a9f;
}
#basic-plan,.css-fjkf87f-basic,.button-basic {
    background-color: #7e57c2;
}

#standard-plan,.css-fjkf87f-standard,.button-standard {
    background-color: #ec407a;
}

#optimization-plan,.css-fjkf87f-premium,.button-optimization {
    background-color: #09954e;
}

.ctc_btn_container{
    position: absolute;
    right: 50px;
}
.details-btn {
    background: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%); */
    color: #000;
    cursor: pointer;
    font-weight: 800;
    /* margin-top: -50px; */
}

.details-btn span{
    position: absolute;
    margin-top: -17px;
    font-size: 36px;
    top: 0;
    margin-left: -5px;
}

.details-btn:focus {
    outline: none;
}

.css-wfklwf8 {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 90%;
    /* max-width: 350px; */
    text-align: center;
    padding: 2px;
    position: relative;
    width: 100%;
}
.css-wfklwf8 .css-fjkf87f {
    /* background-color: #00aaff; */
    color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    height: 120px;
}
.css-wfklwf8 .price {
    font-size: 32px;
    color: #00aaff;
    margin: 0;
    justify-content: center;
    display: flex;
    margin-top: -35px;
}
.css-wfklwf8 .price span {
    font-size: 22px;
    display: block;
    color: #888;
}
.css-wfklwf8 ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.css-wfklwf8 ul li {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    font-family: system-ui;
    margin: 10px 0px;
    border-radius: 25px;
    color: #818181;
    font-weight: 500;
    font-size: 15px;
}
.css-wfklwf8 ul li:first-child {
    border-top: none;
}
.css-wfklwf8 ul li i {
    margin-right: 10px;
}
.css-wfklwf8 .button {
    /* background-color: #00aaff; */
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0px 15px 0px;
}
.css-kfkmffw{
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.css-jfk48f{
    font-size: 15px;
    padding-right: 5px;
}
.css-flwkmf{
    position: absolute;
    right: 2px;
    top: 1px;
    font-size: 14px;
    background: #74e919;
    padding: 2px 5px 2px 10px;
    font-weight: 600;
    color: #034d03;
    border-top-left-radius: 15px;
    border-top-right-radius: 8px;
}

.css-lgekne5{
    display: grid;
    font-size: 11px;
    align-items: center;
    font-weight: 600;
    margin-top: 15px;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.css-efelf{
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: system-ui;
    border: 1px solid white;
    border-radius: 25px;
    padding: 0px 10px 5px 10px;
    justify-content: center;
}

.css-efelf i{
    color: white;
    margin-top: 6px;
    font-size: 14px;
}
.css-elfklfe{
    text-decoration: line-through;
    font-size: 18px;
    color: floralwhite;
    font-family: system-ui;
    padding-left: 2px;
}

.discount-tag{
    position: absolute;
    top: 0;
    left: 8px;
}
.discount-tag .line{
    height: 50px;
    border-left: 2px solid darkmagenta;
    width: 0;
    margin-left: 24px;
    box-shadow: 2px -1px 15px 2px rgba(0, 0, 0, 0.15);
    display: none;
}
.discount-tag .text{
    width: 50px;
    height: 50px;
    background: darkmagenta;
    border-radius: 50%;
    font-size: 11px;
    color: whitesmoke;
    font-family: system-ui;
    padding-top: 6px;
    box-shadow: 2px -1px 15px 2px rgba(0, 0, 0, 0.15);
    transform: rotate(352deg);
    margin-top: 10px;
}
.discount-tag .percent{
    font-size: 14px;
    font-weight: 600;
}
