.logo-circle {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #7b3ff2;
    color: #fff;
    font-weight: 700;
}

.coin-badge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7d30ff 0%, #ff73ff 100%);
    font-size: .8rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav .nav-link {
    font-weight: 600;
    padding: .5rem 1rem;
}

.navbar-brand img {
    max-height: 44px;
    width: auto;
}

.navbar .coin-badge{
  animation: flip 3s linear infinite;
  transform-style: preserve-3d;
}
@keyframes flip {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}

.boss-coin-section {
    background: url('../images/Banner04.png') no-repeat center center/cover;
    position: relative;
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* .boss-coin-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    
    z-index: 1;
} */

.boss-coin-section .container {
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
}

.section-description {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.cta-button {
    background-color: #f6981c;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e0871a;
}

.bg-dark-purple {
    background-color: #260f6b;
    /* Use the exact dark purple from your image */
}

.cards-section h2.fw-bold {
    position: relative;
    display: inline-block;
    padding-bottom: 0.3rem;
}

.cards-section h2.fw-bold::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 60%;
    background: linear-gradient(to right, #007bff, #ff4ec7);
    border-radius: 2px;
}


/* Image height control */

.card-img-top {
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}


/* Badge spacing & appearance */

.badge {
    font-size: 0.75rem;
    padding: 0.35em 0.6em;
    border-radius: 0.4rem;
}

.card-title {
    font-weight: 600;
}

.card-text {
    font-size: 0.875rem;
}

.btn-primary {
    font-weight: 600;
}

.card-body {
    padding: 1rem;
}

.card {
    border-radius: 0.5rem;
}

.how-it-works-heading {
    position: relative;
    display: inline-block;
    padding-bottom: 0.3rem;
}

.how-it-works-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 60%;
    background: linear-gradient(to right, #007bff, #ff4ec7);
    border-radius: 2px;
}

.step-circle {
    width: 80px;
    height: 80px;
    background-color: rgba(160, 100, 255, 0.15);
    color: #7a1ff2;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.leaderboard-heading {
    position: relative;
    display: inline-block;
    padding-bottom: 0.3rem;
}

.leaderboard-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 60%;
    background: linear-gradient(to right, #007bff, #ff4ec7);
    border-radius: 2px;
}

.leaderboard-list .list-group-item {
    background-color: white;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: none;
}

.rank-badge {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 50%;
    font-size: 14px;
}

.avatar-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #e5d6ff;
    color: #7a1ff2;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coin-icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(to right, #7a1ff2, #ff4ec7);
    border-radius: 50%;
    color: white;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.highlight-row {
    background-color: #ffe1f6;
    border: 1px solid #ff4ec7;
}

.featured-title {
    position: relative;
    display: inline-block;
    padding-bottom: 0.3rem;
}

.featured-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 60%;
    background: linear-gradient(to right, #007bff, #ff4ec7);
    border-radius: 2px;
}

.reward-card {
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.reward-card img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}

.progress {
    background-color: #e9ecef;
    border-radius: 10px;
}

.progress-bar {
    border-radius: 10px;
}

.bg-purple {
    background-color: #8f44eb;
    /* Adjust to match your brand purple */
}

.questionarie-block img.rounded-circle {
    width: 55px;
    height: 55px;
    object-fit: cover;
    object-position: top;
}

.search-box input {
    border-radius: 10px;
    padding: 0.5rem 1rem;
}

#challenge-filters .btn {
    border-radius: 20px;
    padding: 6px 16px;
    border-color: #c26dff;
    color: #c26dff;
}

#challenge-filters .btn:hover {
    background-color: #c26dff;
    color: #fff;
}

#challenge-filters .btn.active {
    background-color: #c26dff;
    color: #fff;
}

.challenge-card img {
    height: 220px;
    object-fit: cover;
}

#social-coming-soon {
    background-color: #f8fbfd;
    border-radius: 12px;
}

.leaderboard-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    margin-bottom: 12px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
}


/* .entry-rank {
    font-weight: bold;
    font-size: 1.2rem;
    width: 30px;
} */

.entry-avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
    margin: 0 12px;
}

.entry-info {
    flex: 1;
    min-width: 150px;
}

.entry-score {
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.badge-icon {
    background: linear-gradient(45deg, #6f6bf5, #d35ed5);
    color: #fff;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 0.85rem;
    width: 28px;
    height: 28px;
    text-align: center;
}

.leaderboard-block .btn-check:checked+.btn,
.leaderboard-block .btn.active,
.leaderboard-block .btn.show,
.leaderboard-block .btn:first-child:active,
.leaderboard-block :not(.btn-check)+.btn:active,
.leaderboard-block .btn:hover {
    background-color: #8f44eb;
    border-color: #8f44eb;
}

.balance-box {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  .nav-tabs .nav-link.active {
    font-weight: bold;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
  }
  .reward-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  .reward-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .reward-content {
    padding: 15px;
  }
  .reward-price {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #eae6fb;
    color: #7c3aed;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 20px;
  }
  .redeem-btn {
    border-top: 1px solid #eee;
    padding: 15px;
    text-align: center;
  }

  .rewards-box {
    background-color: #f1f5f9;
    color: #334155;
    font-size: 1rem;
  }
  
  .rewards-list {
    padding-left: 0;
  }
  
  .rewards-list li {
    position: relative;
    padding-left: 1.5rem;
  }
  
  .custom-dot {
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #334155;
    border-radius: 50%;
    display: inline-block;
  }

  .profile-avatar {
    width: 60px;
    height: 60px;
    background: #e5d4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .avatar-initial {
    font-weight: 700;
    font-size: 24px;
    color: #4c2e90;
  }
  .icon-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
  }
  .coin-icon {
    display: inline-block;
    background: linear-gradient(45deg, #4d00ff, #ff00d4);
    color: white;
    padding: 2px 6px;
    border-radius: 50%;
    margin-right: 4px;
    font-weight: bold;
  }
  .reward-item {
    background-color: #f8f9fa;
    transition: 0.3s;
  }
  .reward-item:hover {
    background-color: #eef1f4;
  }
/* Leadership Page */
.leaderboard-tab-block .custom-tab-style {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    display: inline-flex;
  }
  
  .leaderboard-tab-block .custom-tab-style .nav-link {
    border-left: 1px solid #cccccc;
    background-color: white;
    color: #6c757d;
    padding: 8px 20px;
    transition: all 0.3s ease;
    border-radius: 0 !important;
    border: none;
  }
  .leaderboard-tab-block .custom-tab-style .nav-link:first-child{
    border-left: 0;
  }
  
  .leaderboard-tab-block  .custom-tab-style .nav-link:not(:last-child) {
    border-right: 1px solid #ccc;
  }
  
  .leaderboard-tab-block  .custom-tab-style .nav-link.active {
    background-color: #8a2be2; /* Vibrant purple */
    color: white;
    font-weight: 600;
  }
  
.leaderboard-tab-block .leaderboard-entry {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 10px;
    background-color: #f8f9fa;
    margin-bottom: 1rem;
    transition: background 0.3s ease;
  }
.leaderboard-tab-block .leaderboard-entry:hover {
    background-color: #eef1f4;
  }
  
.leaderboard-tab-block .rank-badge {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
  }
  
.leaderboard-tab-block .entry-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 15px;
  }
.leaderboard-tab-block .entry-info {
    flex-grow: 1;
  }
  
.leaderboard-tab-block .entry-score {
    font-weight: 600;
    font-size: 1.1rem;
    color: #6f42c1;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
.leaderboard-tab-block  .badge-icon {
    background: linear-gradient(45deg, #4d00ff, #ff00d4);
    color: white;
    padding: 2px 6px;
    border-radius: 50%;
  }
  
  .avatar-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0c8ff; /* light purple */
    color: #6b21a8; /* dark purple */
  }
  
  .stat-card {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    min-width: 130px;
  }
  
  .coin-icon {
    background: linear-gradient(135deg, #3b82f6, #a855f7);
    color: white;
    border-radius: 50%;
    padding: 4px 10px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
  }
  
  .level-progress .progress-bar {
    background: linear-gradient(to right, #3b82f6, #ec4899);
    border-radius: 10px;
  }
  
  .label-small {
    color: #4b5563;
    font-size: 14px;
  }
/* Profile Page */
.profile-block .nav-tabs {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    display: inline-flex;
  }
  
.profile-block  .nav-tabs .nav-link {
    border-left: 1px solid #cccccc;
    background-color: white;
    color: #6c757d;
    padding: 8px 20px;
    transition: all 0.3s ease;
    border-radius: 0 !important;
    border: none;
  }
  
  
  .profile-block  .nav-tabs .nav-link:first-child{
    border-left: 0;
  }
  
  .profile-block  .nav-tabs .nav-link:not(:last-child) {
    border-right: 1px solid #ccc;
  }
  
  .profile-block  .nav-tabs .nav-link.active {
    background-color: #8a2be2; /* Vibrant purple */
    color: white;
    font-weight: 600;
  }
   
  .custom-option-card {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: 280px;
    transition: transform 0.2s ease;
  }
  
  .custom-option-card .card {
    transition: border-color 0.3s, box-shadow 0.3s;
    flex-grow: 1;
  }
  
  .custom-option-card input:checked + .card {
    border-color: #0d6efd;
    /* box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
  }
  
  .option-title {
    font-weight: 600;
  }
  .option-img{
    width: 100%;
  }
  

@media (min-width: 768px) {
    .section-title {
        font-size: 3rem;
    }
    .section-description {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .search-box {
        width: 100%;
    }
    .bg-light{
      overflow: hidden;
    }
}