.premium-card {
    border-radius: 12px;
}

.premium-progress {
    height: 6px;
    border-radius: 10px;
}

.info-box {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.info-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    color: #555;
}

.info-item i {
    width: 18px;
    color: #888;
}

.help-box {
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fafafa;
}

.help-box i {
    font-size: 18px;
    color: #666;
}

/* STEP NUMBER */
.step {
    background: #111;
    color: #fff;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 12px;
    margin-right: 6px;
}

/* AMOUNT BUTTON */
.amount-btn {
    border: 1px solid #ddd;
    padding: 8px 18px;
    border-radius: 10px;
    background: #fff;
    transition: 0.2s;
}

.amount-btn.active {
    background: #111;
    color: #fff;
}

/* INPUT */
.premium-input-group {
    border-radius: 12px;
    overflow: hidden;
}

.premium-input-group .input-group-text {
    background: #f1f1f1;
    border: none;
}

/* TEXTAREA */
.premium-input {
    border-radius: 12px;
    padding: 12px;
}

.premium-input::placeholder {
    font-size: 14px;
    color: #9ca3af;
}

textarea.form-control.premium-input {
    line-height: 1.0;
}

/* PAYMENT BOX */
.payment-box {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 22px 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    background: #fff;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* HOVER */
.payment-box:hover {
    border-color: #111;
    transform: translateY(-2px);
}

/* ICON AREA */
.payment-icon {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* ICON SIZE */
.payment-icon img {
    height: 24px;
    object-fit: contain;
}

/* FPX SPECIAL (bigger center) */
.payment-icon.single img {
    height: 28px;
}

/* TITLE */
.payment-title {
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
}

/* DESCRIPTION */
.payment-desc {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}

/* RADIO DOT */
.radio-dot {
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 14px;
}

/* SELECTED STATE */
.payment-option input:checked + .payment-box {
    border: 2px solid #111;
    background: #f9fafb;
}

.payment-option input:checked + .payment-box .radio-dot {
    border: 5px solid #111;
}

.payment-option {
    display: block;
    width: 100%;
}

/* BUTTON */
.premium-btn {
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
}

.form-check {
    padding-left: 10px !important;
}

.label.required::after {
    content: " *";
    color: red;
}

.modal-close-btn{
    background:rgba(255,255,255,.15);
    border:none;
    width:30px;
    height:30px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:white;
    cursor:pointer;

    transition:.2s;
}

.modal-close-btn:hover{
    background:rgba(255,255,255,.25);
    transform:rotate(90deg);
}

.modal-close-btn i{
    font-size:20px;
    color:white;
}

.modal-header {
    border:none;
    padding:15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.privacy-modal-body {
    font-size: 0.9rem;
}

.privacy-modal-body h6 {
    font-size: 1rem;
    font-weight: 600;
}

.privacy-modal-body p,
.privacy-modal-body li {
    font-size: 0.9rem;
    line-height: 1.5;
}
