.welcom3 h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.welcome h3 {
	text-transform: uppercase;
	color: #b35900;
	font-size: 16px;
	padding-top: 0;
	margin-top: 0;
}

.header-with-lines {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
}

.header-with-lines h2 {
    margin: 0;
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
}

.header-with-lines::before,
.header-with-lines::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #999;
}

.content-group {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.content-group > div {
    flex: 0 1 auto;
    text-align: center;
}
img.welcome-icon {
	max-width: 100px;
	height: auto !important;
}

.content-group h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	min-height: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.content-group h3.welcome-badge {
	text-transform: none;
	line-height: 0px !important;
	min-height: 0px;

}

.content-group .content-item {
	max-width: 120px;
	min-height: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}

/*.split-section {
    background: linear-gradient(to right, #ffffff 50%, #f5f5f5 50%);
    width: 100%;
}*/

/*@media (max-width: 768px) {
    .split-section {
        background: #ffffff;
    }
}*/



.split-form input.form-control,
.split-form select.form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 12px;
    font-size: 14px;
    background: #fff;
}
.split-form .half-row {
    display: flex;
    gap: 10px;
}
.split-form .half-row input {
    flex: 1;
}
.split-form .phone-wrap {
    position: relative;
}
.split-form .phone-wrap .tip {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-70%);
    color: #c8922a;
}
.split-form .phone-note {
    font-size: 11px;
    color: #888;
    margin-top: -8px;
    margin-bottom: 12px;
}
.split-form .btn-join {
    background: #c8922a;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 5px;
}
.split-form .btn-join:hover {
    background: #b07d20;
}
.split-form .privacy-note {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 10px;
}
.split-form .privacy-note i {
    margin-right: 5px;
}
.split-form h3 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 15px 0 10px;
    color: #333;
}

.gold {
	color: #cc9966;
}








/* Badge Groups */
.badges-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.badge-item {
    text-align: center;
    flex: 0 0 auto;
}

.badge-item img {
    width: 80px;
    height: 80px;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.badge-item img:hover {
    opacity: 1 !important;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.7));
}


.badge-item {
    position: relative;
    display: inline-block;
}

.badge-info {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #007bff;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.badge-info:hover {
    opacity: 1;
}
.modal {
    z-index: 9999 !important;
}

.modal-backdrop {
    z-index: 9998 !important;
}

.container {
    position: static !important;
}	

.badge-item {
    text-align: center;
    flex: 0 0 auto;
    position: relative;
}

.badge-progress-container {
    width: 60px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
}

.badge-progress-bg {
    width: 100%;
    height: 3px;
    background: #ffe0b2;
    border-radius: 1px;
    overflow: hidden;
}

.badge-progress-bar {
    height: 100%;
    background: #ff9800;
    transition: width 0.3s;
}

.badge-item.earned .badge-progress-bar {
    background: #2e7d32;
}

@media (max-width: 768px) {
    .badge-item img {
        width: 60px;
        height: 60px;
    }
    
    .badges-group {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .badge-item img {
        width: 60px;
        height: 60px;
    }
    
    .badges-group {
        gap: 10px;
    }
}

.badge-item.locked::after {
    content: "\f023";
    font-family: FontAwesome;
    position: absolute;
    top: -5px;
    right: -5px;
    background: #999;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 10;
}














.order-card {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    font-size: 13px;
}
.order-card:last-child {
    border-bottom: none;
}
.order-card .order-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.order-card .invoice {
    font-weight: bold;
    color: #333;
}
.order-card .order-date {
    color: #888;
    font-size: 11px;
}
.order-card .order-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-card .order-total {
    font-weight: bold;
    color: #c8922a;
}
.order-card .order-status {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 20px;
    background: #f0f0f0;
    color: #555;
}
.order-card .order-tracking a {
    color: #000;
    font-size: 13px;
}
.order-card .order-tracking a:hover {
    color: #c8922a;
}

.order-card .invoice {
    font-weight: bold;
    color: #000;
}
.order-card .order-date {
    color: #000;
    font-size: 11px;
}
.order-card .order-total {
    font-weight: bold;
    color: #000;
}
.order-card .order-status {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 20px;
    color: #000;
    background: #ccc;
}
.order-card .order-status.status-active {
    background: #2e7d32;
    color: #fff;
}
.order-card .order-status.status-completed {
    background: #000;
    color: #fff;
}
.order-card .order-status.status-pending {
    background: #ccc;
    color: #000;
}
.order-card .order-row {
    display: grid;
    grid-template-columns: 120px 80px 1fr auto auto;
    align-items: center;
    gap: 10px;
}
.order-card .order-row .invoice {
    flex: 0 0 auto;
}
.order-card .order-row .order-total {
    flex: 0 0 auto;
}
.order-card .order-row .order-date {
    flex: 1;
    text-align: left;
}
.order-card .order-row .order-status {
    flex: 0 0 auto;
    margin-left: auto;
}