.info-box {
    background-color: #2c3480;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: solid 1px #4D5CF0;
    height: 100%;
    padding: 20px;
    font-weight: bold;
    font-size: 15px;
    font-weight: bold;
    background: #020024;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

.info-box .text-muted1 {
    color: #ccc;
    font-size: 12px;
}

.form-referral,
.form-referral:focus {
    background-color: transparent;
    color: #fff;
    border-color: #1b2264;
}

.steps-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

.steps-wrapper ul li {
    background-color: #1b2264;
    padding: 15px;
    color: #fff;
    border-radius: 12px;
}

.steps-wrapper ul li b {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.steps-wrapper ul li .steps-box div {
    color: #9e9d9d;
    font-size: 14px;
    margin-left: 40px;
    padding-top: 10px;
}

.why-choose-us ul li .steps-box div {
    color: #9e9d9d;
    font-size: 14px;
    margin-left: 0;
}

.steps-wrapper ul li .steps-box span {
    color: #fff;
    background-color: #4cc887;
    display: inline-block;
    border-radius: 8px;
    padding: 4px;
    width: 30px;
    text-align: center;
    margin-right: 10px;
}

footer {
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 25px 0;
}

.social-icons a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icons a:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.social-icons a:hover .bi-facebook { color: #1877F2; }
.social-icons a:hover .bi-whatsapp { color: #25D366; }
.social-icons a:hover .bi-instagram { color: #E4405F; }
.social-icons a:hover .bi-youtube { color: #FF0000; }

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page-header h5 {
    font-weight: bold;
}

.semi-transaparent {
    background-color: rgba(51, 30, 35, 0.5);
}

.tiles-view {
    background-color: rgba(11, 5, 100, 0.5);
    padding: 15px;
    color: #fff;
    border-radius: 12px;
}

.tiles-view label {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 12px;
}

.tiles-view .textinfo {
    font-size: 16px;
    font-weight: bold;
}

.card-body {
    color: #444;
    background: #833AB4;
    background: linear-gradient(43deg, rgba(131, 58, 180, 1) 0%, rgba(23, 27, 122, 0.49) 75%);
    border-radius: 0.25rem;
}

.btn-xs {
    padding: 2px 8px;
    font-size: 90%
}

.header-box-bg {
    background: #1BFE01;
    background: linear-gradient(90deg, rgba(27, 254, 1, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}