.custom-modal-content {
    border: none;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.custom-modal-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.custom-input-area {
    margin-bottom: 20px;
}

.custom-input-area input,
.custom-input-area textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.custom-input-area input:focus,
.custom-input-area textarea:focus {
    border-color: #007bff;
    outline: none;
}

.custom-btn {
    background-color: #007bff;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
}

.custom-btn:hover {
    background-color: #0056b3;
    color: #fff;
}

.custom-input-area select {
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}

.custom-input-area select:focus {
    border-color: #007bff;
    outline: none;
}


.pricing-inner-section-area {
    padding: 60px 0;
    /* background-color: #f8f9fa; */
}

.pricing-boxarea {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 30px 25px;
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-boxarea.active {
    border: 2px solid #007bff;
    background-color: #e9f4ff;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.1);
}

.pricing-boxarea h4 {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 10px;
}

.pricing-boxarea p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
}

.pricing-boxarea h1 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin: 20px 0 10px;
}

.pricing-boxarea h1 span {
    font-size: 16px;
    font-weight: 500;
    color: #6c757d;
}

.list-area {
    margin-top: 20px;
}

.list-area h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #007bff;
}

.list-area ul {
    padding: 0;
    list-style: none;
}

.list-area ul li {
    font-size: 14px;
    color: #495057;
    padding-left: 30px;
    margin-bottom: 12px;
    position: relative;
}

.list-area ul li .check2,
.list-area ul li .check3 {
    position: absolute;
    left: 0;
    top: 2px;
    height: 18px;
    width: 18px;
}

.list-area ul li .check3 {
    left: 12px;
}

.space32 {
    height: 32px;
}

.space24 {
    height: 24px;
}

.pera {
    font-size: 13.5px;
    color: #6c757d;
    line-height: 1.6;
    margin-top: auto;
}