.bg-main-div {
    background: #f0f0f0;
}

.colorlib-product {
    padding: 3rem 0;
    clear: both;
    background-color: var(--bg-transparent-color);
}

.process-wrap {
    width: 100%;
    display: block;
    float: left;
}

.process {
    position: relative;
    float: left;
    width: 33%;
    z-index: 0;
}

.process:after {
    position: absolute;
    top: 35%;
    right: -45%;
    content: '';
    width: 100%;
    height: 3px;
    background: #f0f0f0;
    z-index: -1;
}

.process:last-child:after {
    display: none;
}

.process p {
    position: relative;
    width: 80px;
    height: 80px;
    display: table;
    border: 2px solid #fafafa;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #fff;
    z-index: 1;
    font-weight: 400;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.label-bg-color {
    background-color: var(--transparent-color);
}

.paragraph-fs {
    font-size: 0.9rem;
    color: var(--heading-color);
    text-align: justify;
}

.paragraph-fs span {
    font-size: 1rem;
    color: var(--accent-color);
    font-weight: bold;
}

.select-adjust {
    background-color: var(--transparent-color);
    border: none;
    font-size: 0.9rem;
}

.select-adjust:focus {
    border-color: var(--bg-transparent-color) !important;
    box-shadow: 0 0 0 .25rem var(--bg-transparent-color) !important;
}

.first-span {
    display: table-cell;
    vertical-align: middle;
    color: var(--heading-color);
    font-family: var(--default-font);
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: normal;
}

.second-span {
    display: table-cell;
    vertical-align: middle;
    color: var(--heading-color);
    font-family: var(--default-font);
    font-size: 1.25rem;
    font-weight: bold;
}

.name-div span,
.sc {
    color: var(--heading-color) !important;
}


.prev-step {
    background-color: var(--heading-color) !important;
    color: white;
}

.prev-step:hover {
    color: white;
}

.final-btn {
    background-color: var(--accent-color) !important;
    color: white;
}

.final-btn:hover {
    color: var(--heading-color) !important;
}

.process h3 {
    margin-bottom: 0;
    font-size: 1rem;
    font-family: var(--default-font);
    text-transform: capitalize;
    font-weight: normal;
}

.process.active p {
    border: none;
    background-color: var(--accent-color);
}

.table-bg-color-custom {
    background-color: var(--transparent-color);
    color: var(--heading-color);
    border: 1px solid var(--border-top-colors);
}

.roun-top-left {
    border-radius: .5rem 0 0 0 !important;
}

.roun-top-right {
    border-radius: 0 .5rem 0 0 !important;
}

.roun-bottom-left {
    border-radius: 0 0 .5rem 0 !important;
}

.roun-bottom-right {
    border-radius: 0 0 0 .5rem !important;
}

.table-bg-color-custom p {
    color: var(--heading-color);
}

.process.active .first-span {
    color: white;
    font-family: var(--default-font);
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: normal;
}

.process.active .second-span {
    color: white;
    font-family: var(--default-font);
    font-size: 1.25rem;
    font-weight: bold;
}

.process.completed p {
    border: none;
    background-color: var(--accent-color);
}

.process.completed .first-span,
.process.completed .second-span {
    color: #fff;
}

.process.completed:after {
    background: var(--accent-color);
}

.colorlib-form {
    background: white;
    box-shadow: 0 0 5px #2f345b52;
    border-radius: 1rem;
    padding: 1em .8em;
    margin-bottom: 20px;
}



@media (max-width: 767.98px) {
    .colorlib-form {
        padding: 1em;
    }
}

.colorlib-form h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
    color: var(--accent-color);
}

.colorlib-form label {
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
    /* text-transform: capitalize; */
    color: var(--heading-color);
}

.heading-table {
    font-weight: 400;
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
    /* text-transform: capitalize; */
    color: var(--heading-color) !important;
}

.colorlib-form .form-group {
    margin-bottom: 20px;
}

.colorlib-form .form-control,
.drop {
    height: 35px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.95rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    color: var(--heading-color);
    background: var(--transparent-color);
}

#documentsContainer ul {
    list-style-type: disc;
}

#documentsContainer ul li {
    font-size: .9rem;
    color: var(--heading-color);
}

#documentsContainer ul li::marker {
    color: var(--accent-color);
}

.alert-color-custom {
    background-color: var(--transparent-color);
}

.label-div {
    font-size: 0.9rem;
}

.colorlib-form .form-control:active,
.colorlib-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #616161;
}

.heading-color-change {
    color: var(--accent-color);
}

.colorlib-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
}

.colorlib-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

.colorlib-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.colorlib-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

.colorlib-form .form-group {
    margin-bottom: .3rem;
}

.colorlib-form .form-group .form-field {
    position: relative;
    padding: 0;
    margin: 0;
}

.colorlib-form .form-group .form-field .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: #cccccc;
}

.colorlib-form textarea.form-control {
    height: inherit;
    resize: vertical;
}

.colorlib-form .btn-block {
    margin-top: 28px;
    padding: 12px !important;
    font-size: 14px;
    color: #000;
}

.card-detail {
    margin-top: 1rem;
    background: white;
    box-shadow: 0 0 5px #2f345b52;
    border-radius: 1rem;
    /* padding: 1em 1em; */
    float: left;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.btn-getstarted {
    color: var(--background-color);
    background: var(--accent-color);
}

.btn-getstarted:hover {
    color: var(--heading-color);
    background: var(--secondary-color);
}

.btn-getback {
    color: var(--background-color);
    background: var(--heading-color);
}

.btn-getback:hover {
    color: var(--heading-color);
    background: white;
    border: 2px solid var(--heading-color);
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}
.heading-card-div{
    background-color: var(--transparent-color);
    padding: 1rem;
}
.heading-card-div h2{
    margin-bottom: 0rem !important;
}

.charges-detail{
    padding : 0rem 1rem 0.1rem 1rem;
    font-size: .8rem;
}



@media (max-width: 767.98px) {
    .card-detail {
        padding: 1em .5em ;
    }
}

#termsConditionsList {
    padding-left: 1.25rem;
    /* indent for bullets */
}

#termsConditionsList li {
    list-style-type: disc;
    /* default bullet */
    margin-bottom: 0.5rem;
    line-height: 1.4;
    font-size: 0.85rem;
    color: var(--heading-color);
    float: none;
    /* remove float if inherited */
    display: list-item;
    /* ensure bullet shows */
}


.card-detail h2 {
    font-family: var(--heading-font);
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--accent-color);
}

.card-detail ul {
    width: 100%;
    padding: 0;
    float: left;
    margin: 0;
    font-size: 0.95rem;
}

.card-detail ul li {
    font-weight: 400;
    width: 100%;
    display: block;
    float: left;
    font-size: 0.8rem;

}

.card-detail ul li span {
    margin-bottom: 1rem;
    display: block;
    float: left;
    box-sizing: border-box;
    padding-bottom: .15rem;
    border-bottom: 1px solid #e6e6e6;
    width: 100px;
    font-family: var(--default-font);
    font-size: 0.8rem;
    color: var(--heading-color);

}

.card-detail ul li span:first-child {
    width: calc(100% - 70px);
}

.card-detail ul li span:last-child {
    width: 70px;
}

.roun-top-left {
    border-radius: .5rem 0 0 0 !important;
}

.btn-style {
    background-color: var(--accent-color);
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    font-family: var(--heading-font);
}

.btn-style:hover {
    background-color: var(--secondary-color);
    color: var(--heading-color);
    outline: none;
    border: none;
}

.process {
    cursor: pointer;
}

.payment-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 0 10px #2f345b6e;
    justify-content: center;
    padding: 7px;
    font-family: var(--heading-font);
    font-size: 1rem;
    color: var(--heading-color);
}

.img-div img {
    height: 3rem;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.hidden-step {
    display: none !important;
}


.process.hidden-step,
.process.hidden-step * {
    display: none !important;
    pointer-events: none !important;
}

/* POLICY MODAL STYLING */
#policyModal .modal-content {
    border-radius: 1rem;
    box-shadow: 0 0 15px #2f345b6e;
    border: none;
}

#policyModal .modal-header {
    background: var(--accent-color);
    color: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

#policyModal .modal-title {
    font-family: var(--heading-font);
    font-size: 1.2rem;
}

#policyModal .btn-close {
    filter: brightness(0) invert(1);
}

#policyModal .modal-body {
    color: var(--heading-color);
}

.modal-body h6 {
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: .75rem;
}

.modal-body p,
.modal-body h5,
.modal-body h4 {
    font-size: 0.8rem;
}

.modal-body ul {
    margin-bottom: 1rem;
    list-style: disc;
    font-size: 0.8rem;
    /* indent nested list */
}

.modal-body ul li {
    margin-bottom: 0.3rem;
    line-height: 1.4;
}

/* Footer */
#policyModal .modal-footer {
    border-top: none;
}

/* Validation: show red border only when invalid */
.colorlib-form .form-control.is-invalid {
    border: 2px solid red !important;
    /* override border: none */
    background-color: #ffe6e6;
    /* optional: light red bg */
}















.shake-warning {
    animation: shake 0.4s;
    border: 1px solid #dc3545;
    padding: 5px;
    border-radius: 4px;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}






.custom-multiselect {
    position: relative;
    width: 100%;
}

.select-box {
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.options-box {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 220px;
    overflow-y: auto;
    z-index: 99;
}

.option-item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    cursor: pointer;
}

.option-item:hover {
    background: #f5f5f5;
}

.option-item input {
    margin-right: 8px;
}
