/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */

.white {
  color: #fff;
}

.intro7-content .title span {
  color: #88F082;
  font-style: italic;
  font-weight: 400;
}

.section-title .title.playfair-font span {
  color: #88F082;
}

.intro4-section {
  padding: 100px 0 450px;
}

.link.link-color mark {
  color: #88F082;
}

.intro9-content {
  padding: 100px 0;
}

.intro7-content > * {
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-name: none;
  animation-name: none;
}

.header-login a {
  color: #88F082;
  padding: 10px 20px;
}

.newsletter-content-wrap .newsletter-title {
  max-width: none;
}

.partner-logo
{
  margin-right: 10px!important;
  margin-top: 10px!important;
}

.content span
{
  color: #88F082;
}

.znlist{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.znlogo{
  background: url('https://zenconnekt.com/front/assets/images/zenconnect-fav.png') no-repeat left top;
  padding-top: 0px;
  padding-left: 40px;
  background-size: 25px;
}

.znlogo_learn{
  background: url('https://zenconnekt.com/front/assets/images/zenconnect-fav.png') no-repeat left top;
  padding-top: 0px;
  padding-left: 40px;
  background-size: 25px;
}

.zn_about_logo{
  background: url('https://zenconnekt.com/front/assets/images/zenconnect-fav.png') no-repeat left top;
  padding-top: 0px;
  padding-left: 50px;
  background-size: 25px;
}

.about-content {
  max-width: none;
}

.about-content.max-width-470
{
  max-width: 570px!important;
}

.site-main-menu .sub-menu, .site-main-menu .mega-menu{
  width:335px;
}
.btn{
  border-radius: 25px;
}
/* .btn-secondary{
  border-radius: 25px;
} */
.membership-price-table thead tr th .title{
  font-weight:bold;
}
.text-primary{
  color: #88F082;
}
.btn-sm {
  border-radius:25px;
}

.nav-link{
  color: black !important;
}

.nav-link.active {
  background-color: #88F082 !important; /* Optional: Background color for the active link */
}

/* Course Viewing Page Styles */
.course-page-wrapper {
  padding-top: 80px; /* Space for sticky header */
}

.course-header {
  background: #6A34EC;
  color: white;
  padding: 2rem 0;
  margin-top: 0;
}

.course-header h1,
.course-header h2,
.course-header h3,
.course-header h4,
.course-header h5,
.course-header h6,
.course-header p,
.course-header span,
.course-header .text-muted {
  color: white !important;
}

.course-content-wrapper {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}

.course-sidebar {
  width: 350px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: sticky;
  top: 20px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.course-main {
  flex: 1;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 2rem;
}

.video-player {
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.section-item {
  border-bottom: 1px solid #e5e7eb;
}

.section-header {
  padding: 1rem 1.5rem;
  background: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  transition: background 0.2s;
}

.section-header:hover {
  background: #f3f4f6;
}

.section-content {
  display: none;
  padding: 0.5rem 0;
}

.section-content.active {
  display: block;
}

.resource-item {
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: background 0.2s;
  border-left: 3px solid transparent;
}

.resource-item:hover {
  background: #f9fafb;
}

.resource-item.active {
  background: #eff6ff;
  border-left-color: #3b82f6;
}

.resource-item.completed {
  opacity: 0.7;
}

.resource-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}

.resource-info {
  flex: 1;
}

.resource-title {
  font-size: 0.875rem;
  color: #1f2937;
}

.resource-meta {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 0.25rem;
}

.resource-status {
  width: 20px;
  height: 20px;
}

.tab-nav {
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: 1.5rem;
}

.tab-nav button {
  padding: 0.75rem 1.5rem;
  border: none;
  background: none;
  color: #6b7280;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s;
}

.tab-nav button.active {
  color: #3b82f6;
  border-bottom-color: #3b82f6;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.progress-bar {
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
  margin: 1rem 1.5rem;
}

.progress-fill {
  height: 100%;
  background: #10b981;
  transition: width 0.3s;
}

.completion-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #88F082;
  color: #065f46;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
}

/* Responsive adjustments for course page */
@media (max-width: 991px) {
  .course-content-wrapper {
    flex-direction: column-reverse;
  }
  
  .course-sidebar {
    width: 100%;
    position: relative;
    top: 0;
    max-height: none;
  }
}
