
    .pricing-container {
        text-align: center;
        max-width: 100%;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    
    .main-title {
        font-size: 44px;
        margin-bottom: 10px;
        color:rgb(228, 68, 19);
        font-family: sans-serif;
        font-weight: 600;
    }
    
    .main-description {
        font-size: 16px;
        color: #666;
        margin-bottom: 30px;
    }
    
    .card-container {
        display: flex;
        justify-content: space-between;
    }
    
    .pricing-card {
        background-color: #e753ae;
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
        width: 240px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .pricingg-card {
        background-color: #c43c3cb9;
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
        width: 240px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .pricinggg-card {
        background-color: #ba4ecf6b;
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
        width: 240px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .pricingggg-card {
        background-color: #6364a8;
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
        width: 240px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .circle {
        width: 80px;
        height: 80px;
        /* border: 5px solid #28A745; */
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 15px;
        background-color: #fff;
        
    }
    
    .amount1 {
        font-size: 15px;
        font-weight: bold;
        color:purple;
    }

    .amount2 {
        font-size: 15px;
        font-weight: bold;
        color:red;
    }
    
    .amount3 {
        font-size: 15px;
        font-weight: bold;
        color:rgb(184, 136, 6);
    }
    
    .amount4 {
        font-size: 15px;
        font-weight: bold;
        color:blue;
    }
    
    
    .card-title {
        font-size: 20px;
        margin: 20px 0;
        text-align: left;
        color:#fff;
    }
    
    .card-description {
        font-size: 14px;
        color: white;
        text-align: left;
        margin-top: 5px;
    }
    
    .additional-info {
        font-size: 14px;
        color:white;
        text-align: left;
    }
    
    .select-button {
        padding: 10px 20px;
        background-color: #007BFF;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 20px;
        font-size: 16px;
    }
    
    .select-button:hover {
        background-color: #0056b3;
    }

    .title-line{
        display: flex;
        color: red;
        margin-left: 310px;
        
    }
    .tl-1{
        width: 80px;
    }
    .tl-2{
        width: 30px;
    }
    .tl-3{
        width: 80px;
    }
