    .pricing{
     margin-bottom:3%;
    }
    .head-text {
        margin: auto 0;
        text-align: left;
    }

    .head-text h3 {
        font-size: 24px;
    }


    .head-text h2 {
        font-weight: 700;
        font-size: 26px;
        /*color: #4A3AFF;*/
    }

    .head-text span {
        font-size: 18px;
    }

    .head-price img {
        padding: 10px;
        width: 80px;
    }

    .body-price {
        text-align: left;
    }

    .body-price p {
        font-size: 14px;
        text-align: center;
    }

    .text-bold {
        font-weight: bold;
        font-size: 18px;
    }

    .body-price ul {
        text-align: left;
        margin-bottom: 0;
    }

    .pricing h3 {
        /*place-self: center;*/
        font-size: 18px;
        font-weight: 700;
        color: #4A3AFF;
    }

    .body-price i {
        font-size: 20px;
        margin-right: 10px;
        
    }

    .body-price h4 {
        margin: 20px auto;
        font-size: 30px;
        font-weight: 600;
    }

    .body-price h4 span {
        font-size: 15px;
        color: #6F6C90;
        font-weight: normal;
    }
    .box-card {
        width:25% !important;
    }

    .pricing .box {
        padding: 20px;
        border-radius: 5px;
        /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
        margin: 0;
    }

    .color-white {
        color: #FFFFFF;
    }
    .pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    line-height: 26px;
    font-size: 16px;
    /*margin-bottom: 25px;*/
    }

    .pricing ul li {
        font-size: 15px;
        padding-bottom: 5px;
    }

    /*.pricing .box:hover {*/
    /*    transform: scale(1.05) translateY(-15px);*/
    /*    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    /*    color:#4A3AFF;*/
    /*}*/

    .btn-buy-2 {
        display: inline-block;
        padding: 8px 40px 10px 40px;
        border-radius: 4px;
        color: #4A3AFF;
        font-size: 16px;
        font-weight: 400;
        font-weight: 600;
        transition: 0.3s;
        border: 1px solid #4A3AFF;
        width: 100%;
        background: #fff;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;

    }

    .btn-buy-2:hover {

        color: #4A3AFF;
        background : #fff;

    }

    .hidden-item {
        display: none;
        /* Hide items beyond the first 10 */
        opacity: 0;
        /* Start with opacity 0 for smooth transition */
        transition: opacity 0.5s ease, max-height 0.5s ease;
        /* Smooth transition */
        max-height: 0;
        /* Collapse height initially */
        overflow: hidden;
        /* Hide overflow content */
    }

    .read-more-link,
    .show-less-link {
        justify-self: center;
        font-style: italic;
        text-decoration: none;
        display: block;
        cursor: pointer;
        display: block;
        /* Make the link a block element */
        margin-top: 10px;
        /* Add some spacing */
    }

    .badge {
        position: absolute;
        top: 10px;
        left: -10px;
        background: linear-gradient(45deg, #FFA500, #FFD700);
        color: white;
        padding: 5px 10px;
        font-weight: bold;
        font-style: oblique;
        transform: rotate(-15deg);
        border-radius: 5px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }
    
   .body-price select.form-control{
        border: 0;
            margin-bottom: 15px;
    place-self: center;
    font-size: 19px;
    font-weight: 700;
    color: #4A3AFF;
    padding: 0;
    appearance: none; /* Hilangin default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
 background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'><path fill='%234A3AFF' d='M5.5 7l4.5 4.5L14.5 7z'/></svg>") no-repeat right 0.01em center;    background-size: 18px;
    }
    

    
.body-price option{
    color: #4A3AFF;
    font-size: 16px;
}

.pricing .box:hover select.form-control{
    color : #fff;
}
.pricing .box:hover select.form-control:focus{
    background: #fff;
    color: #4A3AFF;;
}

.pricing .box:hover .body-price select.form-control{
    color: #fff;
     background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'><path fill='%23FFF' d='M5.5 7l4.5 4.5L14.5 7z'/></svg>") no-repeat right 0.01em center;    background-size: 18px;
    width: 240px;
    border: 1px solid #fff;
    padding: 8px;
}

.body-price .form-control:focus{
    border-radius: 4px;
    border:none;
    box-shadow: none;
    /*padding: 4px 8px;*/
    font-size: 19px;
}

@media (max-width: 1024px) { 
    .box-card {
        width:50% !important;
    }
}
@media (max-width: 922px) { 
    .box-card {
        width:50% !important;
    }
}
@media (max-width: 576px) { 
    .box-card {
        width:100% !important;
    }
}

    