.container-fluid {
    max-width: 95%;
}
.register-banner {
    background-image: url("../images/cp_form/register-payment-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-bg {
    background: linear-gradient(180.16deg, hsl(283, 100%, 30%) -42.96%, rgb(11, 38, 174) 80.52%);
}

.fs-18 {
    font-size: clamp(1rem, 0.9vw + 0.5rem, 1.0rem);
    /* 16px → 18px */
    line-height: 1.4;
}
.fs-15 {
    font-size: clamp(0.8125rem, 0.8vw + 0.4rem, 0.875rem);
    /* 13px → 15px */
    line-height: 1.4;
    font-weight: 500;
}
h4 {
    font-size: 1.15rem;
}

h5 {
    font-size: 1.05rem;
}

.register-section {
    padding: 70px 0;
}

.custom-input {
    height: 56px;
    border-radius: 12px;
    border: 1px solid #d8d8d8;
    font-size: 16px;
}

.custom-input:focus {
    box-shadow: none;
    border-color: #3c28d9;
}

.payment-card {
    background: #f2f2f2;
    border-radius: 18px;
    padding: 20px;
}

.payment-icon {
    width: 64px;
    height: 64px;
    background: #2c2ccf;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.price {
    color: #2d2bcf;
    font-weight: bold;
    font-size: 30px;
}

.payment-btn {
    background: linear-gradient(90deg, #1738d8, #6114d8);
    color: #fff;
    height: 62px;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 600;
    border: 0;
}

.payment-btn:hover {
    color: #fff;
}

.gst-check {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}
@media(min-width:992px) {
    .border-start-lg {
            border-left: 1px solid #c9c6d7;
    }
}

@media(max-width:768px) {
    .payment-card {
        padding: 20px;
    }
    .payment-btn {
        font-size: 18px;
    }
    .display-5 {
        font-size: 2.2rem;
    }
}

.order-summary {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border: 1px solid #ececec;
}

.summary-header {
    background: linear-gradient(1deg, #1738d8, #6114d8);
    color: #fff;
    padding: 22px 30px;
    border-radius: 24px 24px 0 0;
}

.summary-header h4 {
    font-size: 28px;
    font-weight: 600;
}
.summary-body {
    padding: 30px;
}

.summary-body hr {
     margin: 28px 0;
}

.total-price {
    color: #2d2bcf;
    font-weight: 700;
}

.benefit-title {
    color: #2d2bcf;
    font-weight: 700;
    margin-bottom: 35px;
}

.benefit-item {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
}

.benefit-item h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.benefit-item p {
    color: #6c757d;
    margin: 0;
}

.benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex-shrink: 0;
}
.invoice {
    background: #e8ebff;
}
.login-form {
    background: #ffe8ea;
}
.guide {
    background: #edfbdc;
}
.support-form {
    background: #fff3dc;
}
.summary-footer {
    /* display: flex; */
    text-align: center;
    border-top: 1px solid #eee;
}
.feature {
    flex: 1;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.feature i {
    font-size: 28px;
}
.feature strong {
    display: block;
    color: #2d2bcf;
    font-size: 15px;
}
.feature span {
    display: block;
    color: #777;
    font-size: 13px;
}

@media(max-width:320px) {
    .row-mt {
        margin-top: 50px;
    }
}

@media(min-width:321px) {
    .row-mt {
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .summary-header h4 {
        font-size: 22px;
    }
    .summary-body {
        padding: 20px;
    }
    .summary-body span,
    .summary-body strong {
        font-size: 18px;
    }
    .total-price {
        font-size: 32px;
    }

    .benefit-item {
        gap: 15px;
    }
    .benefit-icon {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }
    .feature {
        flex-direction: column;
        gap: 5px;
    }

}

.sub-title {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(89deg, #1738d8, #6114d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.input-group .form-select {
    flex: 0 0 110px;
    border-right: 0;
}

.input-group .form-control {
    border-left: 0;
}

.input-group .form-select:focus,
.input-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #dee2e6 !important;
}

.border-top-1 {
    border-top: 1px solid #9b9aff !important;
}
    .gst{
background: #f2f2f2;
}