    body{
        font-family: "Poppins", sans-serif !important;
    }

    .nav-item {
    position: relative;
  }

  .nav-item .notify-badge {
    position: absolute;
    top: 2px;
    right: -6px;
    background: #ff3b3b;
    color: #fff;
    padding: 2px 6px;
    font-size: 9px;
    border-radius: 10px;
  }
    
    /* Custom Theme Colors */
    header{
        background-color: #03a38d;
    }
    .btn-primary {
      background-color: #df0654;
      border-color: #df0654;
    }
    .btn-primary:hover {
      background-color: #df0654;
      border-color: #df0654;
    }
    .btn-outline-primary {
      color: #f71f6e;
      border-color: #df0654;
    }
    .btn-outline-primary:hover {
      background-color: #f71f6e;
      color: #fff;
    }
    .navbar .nav-link.active,
    .navbar .nav-link:hover {
      color: #f71f6e ;
    }
    .navbar-brand {
      color: #f71f6e !important;
    }

     .pro-link {
    background-color: #f71f6e !important; /* royal color */
    font-size: 0.85rem; /* smaller text */
    padding: 4px 10px !important; /* smaller pill */
    transition: background-color 0.3s, transform 0.2s;
  }

  .pro-link:hover {
    background-color: #501f77 !important; /* darker shade on hover */
    color: #fff !important; /* keep text visible */
    transform: scale(0.97); /* slight shrink effect */
  }

     /* Tabs */
    .nav-tabs {
      border: none;
      justify-content: center;
      margin-bottom: 2rem;
    }
    .nav-tabs .nav-link {
      border: none;
      padding: 10px 20px;
      font-weight: 600;
      color: #444;
      border-radius: 25px;
      transition: all 0.3s;
    }
    .nav-tabs .nav-link.active {
      background-color: #f71f6e;
      color: #fff !important;
    }
    .nav-tabs .nav-link:hover {
      background-color: #f1f1f1;
    }

    /* Course Card */
    .course-card {
      border: none;
      border-radius: 15px;
      overflow: hidden;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      position: relative;
    }
    .course-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    }
    .course-img {
      height: 180px;
      object-fit: cover;
      width: 100%;
    }
    .badge-sale {
      position: absolute;
      top: 15px;
      left: 15px;
      background: #ff4757;
      color: #fff;
      font-size: 0.8rem;
      padding: 5px 10px;
      border-radius: 12px;
    }
    .price {
      font-size: 1.1rem;
      font-weight: bold;
      color: #f71f6e;
    }
    .add-btn {
      background-color: #f71f6e;
      border: none;
      color: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s;
    }
    .add-btn:hover {
      background-color: #531f7a;
    }

      .course-card {
      border: none;
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .course-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }
    .course-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
    .course-body {
      padding: 15px;
    }
    .course-title {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 5px;
    }
    .course-instructor {
      font-size: 0.9rem;
      color: #28a745;
      margin-bottom: 6px;
    }
    .course-desc {
      font-size: 0.85rem;
      color: #6c757d;
      margin-bottom: 10px;
      height: 40px;
      overflow: hidden;
    }
    .rating {
      color: #f39c12;
      font-size: 0.9rem;
    }
    .price {
      font-size: 1rem;
      font-weight: bold;
      color: #f71f6e;
    }
    .price del {
      color: #999;
      font-size: 0.85rem;
      margin-left: 5px;
    }
    .badge-custom {
      background-color: #f71f6e;
      font-size: 0.7rem;
      padding: 4px 8px;
      border-radius: 6px;
    }
    .btn-enroll {
          display: block;
          text-align: center;
          background: #f71f6e;
          color: #fff;
          font-weight: 600;
          padding: 8px 10px;
          border-radius: 30px;
          text-decoration: none;
          transition: all 0.3s ease;
}

.btn-enroll:hover {
  background: #541f7a; /* darker royal */
  color: #fff;
  box-shadow: 0 4px 12px rgba(105, 41, 154, 0.4);
}

  #explore-elearno .step-number{
    position:absolute; top:-12px; right:-12px;
    width:44px; height:44px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    color:#fff; font-weight:700;
    background: linear-gradient(135deg,#f71f6e,#b285ea);
    box-shadow:0 6px 16px rgba(105,41,154,.3);
  }
  #explore-elearno .step-icon, #explore-elearno .adv-icon{
    width:42px; height:42px; border-radius:12px;
    display:flex; align-items:center; justify-content:center;
    background: rgba(105,41,154,.08);
    color:#f71f6e; font-size:1.1rem;
  }
  #explore-elearno .btn-brand{
    background:#f71f6e; color:#fff; border:none;
    box-shadow:0 8px 18px rgba(105,41,154,.35);
  }
  #explore-elearno .btn-brand:hover{ background:#5a2486; color:#fff; }
  
  
  .mentor-card {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.3s ease;
}
.mentor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}
.mentor-img {
  width: 65px !important;
  height: 65px !important;
  object-fit: cover;
  border: 2px solid #6f42c1;
}
.mentor-info h6 {
  font-size: 0.9rem;
}
.mentor-info small {
  font-size: 0.75rem;
}
.price {
  color: #6f42c1;
  font-size: 0.8rem;
  font-weight: 600;
}
.badge {
  background: #f5f5f5;
  color: #333;
  font-size: 0.65rem;
  margin: 1px;
  border-radius: 6px;
  padding: 2px 6px;
}
.verified {
  color: #28a745;
  font-size: 0.7rem;
}
.btn-sm {
  font-size: 0.7rem;
  padding: 2px 8px;
}

.mentor-card {
  transition: all 0.3s ease;
}
.mentor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
.mentor-info h6 {
  font-size: 14px;
}
.mentor-info small {
  font-size: 12px;
}
.mentor-info .price {
  font-size: 13px;
  color: #f71f6e;
}
.mentor-info .tags .badge {
  font-size: 11px;
  margin-right: 3px;
}

 .avatar {
    border: 2px solid #fff;   /* White border for separation */
    margin-left: -15px;       /* Negative margin for overlap */
    transition: transform 0.3s ease;
  }
  .avatar:first-child {
    margin-left: 0;           /* Keep first avatar aligned */
  }
  .avatar:hover {
    transform: scale(1.1);    /* Zoom effect on hover */
    z-index: 2;               /* Bring hovered avatar to front */
  }


  .hero-header {
      background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
      color: #fff;
      padding: 50px 20px;
      border-radius: 0 0 30px 30px;
      text-align: center;
      margin-bottom: 40px;
    }
    .hero-header h2 {
      font-weight: 700;
    }
    .info-card {
      border: none;
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      transition: all 0.3s ease-in-out;
    }
    .info-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    }
    .info-icon {
      font-size: 2rem;
      color: #6a11cb;
      margin-bottom: 10px;
    }
    .form-card {
      border: none;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 6px 18px rgba(0,0,0,0.06);
      padding: 30px;
    }
    .form-control, .form-select {
      border-radius: 12px;
      /* padding-left: 40px; */
    }
    .input-group-text {
      border-radius: 12px 0 0 12px;
      background: #f0f0f5;
    }
    .btn-custom {
      background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
      border: none;
      border-radius: 14px;
      padding: 12px 24px;
      font-weight: 600;
      color: #fff;
    }
    .btn-custom:hover {
      opacity: 0.9;
    }

    .hover-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hover-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  }

  /* Right-side modal drawer */
.modal-dialog-aside {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  max-width: 480px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.modal.fade.show .modal-dialog-aside {
  transform: translateX(0);
}
.modal-dialog-aside .modal-content {
  height: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}
.info-item .fw-bold {
  font-size: 15px;
  color: #000;
}
.info-item small {
  font-size: 12px;
}

.series-card {
  border: none;
  border-radius: 20px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.2s ease-in-out;
  height: 100%;
  font-size: 0.8rem; /* smaller base font */
}
.series-card:hover {
  transform: translateY(-5px);
}
.series-card h5 {
  font-size: 0.95rem; /* smaller heading */
  font-weight: 600;
}
.series-card p {
  font-size: 0.75rem; /* smaller description */
  color: #666;
  margin-bottom: 0.75rem;
}
.series-card .rating {
  font-size: 0.75rem;
  color: #f39c12;
  font-weight: 500;
}
.series-card .price {
  font-weight: 700;
  font-size: 0.85rem;
}
.series-card .old-price {
  font-size: 0.7rem;
  text-decoration: line-through;
  color: #999;
  margin-left: 5px;
}
.series-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 10px;
  border: none;
}
.series-card .btn-get {
  background: #ffb400;
  border: none;
  border-radius: 20px;
  padding: 4px 12px; /* smaller button */
  font-size: 0.7rem;
  font-weight: 600;
  transition: 0.3s;
}
.series-card .btn-get:hover {
  background: #e5a000;
}
.offcanvas-body p,
.offcanvas-body li,
.offcanvas-body small {
  font-size: 0.8rem; /* smaller modal text */
}
.offcanvas-title {
  font-size: 0.95rem;
}

 .offcanvas, .offcanvas-backdrop {
      margin-top: 0!important;
    }

    .stepper {
  position: relative;
  width: 100%;
  margin: 30px 0;
  padding: 0 10px;
}

.stepper .circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f71f6e, #9c6cd4);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  box-shadow: 0 4px 12px rgba(105,41,154,0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stepper .circle:hover {
  transform: scale(1.15);
  box-shadow: 0 6px 18px rgba(105,41,154,0.6);
}

.stepper .line {
  position: absolute;
  top: 30px;
  left: 10%;
  right: 10%;
  height: 6px;
  background: #e5d9f3;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}

.stepper .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 0%;
  background: linear-gradient(90deg, #f71f6e, #9c6cd4);
  animation: progressLine 4s infinite alternate;
}

@keyframes progressLine {
  from { width: 0%; }
  to { width: 100%; }
}

.step .label {
  font-size: 0.9rem;
  margin-top: 8px;
}

.step .title {
  font-size: 0.8rem;
  color: #777;
}

.avatar-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f71f6e;;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
  .avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6f42c1, #6610f2);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }
  .card h6 {
    font-size: 0.95rem;
  }


.course-card {
  border: 2px solid #f71f6e20; /* soft theme border */
  background: #fff;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}
.course-card:hover {
  transform: translateY(-4px);
}
.text-primary {
  color: #f71f6e !important;
}
.btn-primary {
     background-color: #d30d55;
    border-color: #d30d55;
}
.btn-primary:hover {
  background-color: #501f73;
  border-color: #501f73;
}
.btn-outline-primary {
  color: #f71f6e;
  border-color: #f71f6e;
}
.btn-outline-primary:hover {
  background-color: #f71f6e;
  color: #fff;
}

.offer-strip {
    background: linear-gradient(90deg, #e90462, #ff2d74);
    padding: 10px 15px;
}

.offer-text {
    font-size: 13px;
    font-weight: 600;
}

.countdown-box {
    background: #ffffff;
    color: #000;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 11px;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .offer-text {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .countdown-box {
        font-size: 13px;
        padding: 4px 8px;
    }
    .offer-strip {
        padding: 8px 10px;
    }
}
