
.packages .card {
    border-radius: 10px !important;
    transition: all 0.2s !important;
    overflow: hidden !important;
    border: none !important;
}
.packages .card img {
    height: 200px; 
    object-fit: cover; 

}

.packages .card-body {
    padding: 20px;
    background-color: #f9f9f9; 
}

.packages .card-title {
    font-size: 1.25rem; 
    font-weight: bold;
}

.packages .card-text {
    font-size: 1rem; 
    margin: 10px 0; 
}



.close {
    border: none;
    background-color: #d40000;
    color: white;
    border-radius: 3px;
}
#buyPackageForm .form-group label {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}
#buyPackageForm .form-group input, #buyPackageForm .form-group textarea, #buyPackageForm .form-group select {
    border-radius: 8px;
}
#buyPackageModal .modal-body {
    padding: 1rem 1.5rem 1.5rem 1.5rem !important;
}
#buyPackageModal .modal-header{
   padding: 1.5rem !important;
}
.payment-table tr td {
    /*display: -webkit-box;*/
    /*overflow: hidden;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
#LCP_pay_submit{
    width: 300px;
    height: 50px;
}
.container-packages .card {
    border-radius: 10px !important;
}
.container-packages .card img {
    border-radius: 10px 10px 0 0;
    height: 230px;
    object-fit: cover;
}
.container-packages .card .card-text {
    margin-bottom: 5px;
    color: #5e5e5e;
    font-weight: 500;
    font-size: 15px;
}
.container-packages .card .card-title {
    margin-bottom: 10px;
}
@media (max-width: 1400px) {
    .container-packages .card .card-title {
        font-size: 16px;
    }
    .container-packages .card .card-text {
        font-size: 14px;
    }
    .container-packages .card img {
        height: 200px;
    }
}
@media (max-width: 991px) {
    .container-packages .card img {
        height: 180px;
    }
}
@media (max-width: 575px) {
    .container-packages .card img {
        height: 270px;
    }
}
@media (max-width: 380px) {
    #LCP_pay_submit{
        width: 95%;
    }
    .container-packages .card img {
        height: 240px;
    }
}
