
    .navbar {
    background-color: #f7f8fa;
  padding: 15px 0px 15px 0px;
  .navbar-toggler {
    line-height: inherit;
    .mdi-menu {
      font-size: 30px;
    }
    .mdi-close {
      font-size: 20px;
    }
  }
  .navbar-menu-wrapper {
    .navbar-nav {
      .btn-contact-us {
        margin-left: 148px;
        white-space: nowrap;
        @media (max-width: 992px) {
          margin-left: 0px;
        }
      }
      .nav-link {
        font-size: 0.9375rem;
        padding: 0px 17px;
        font-weight: 500;
        color: #fff;
        &:hover {
          color: #ff0000;
          transition: all 0.3s ease;
        }
        &.active {
          color: #ff0000;
        }
      }
    }
  }
  .navbar-collapse-logo {
    display: none;
  }
}


@media (max-width: 992px) {
  .navbar {
    .navbar-menu-wrapper {
      .navbar-nav {
      .nav-link {
        font-size: 16px;
      }
      }
      &.navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        background: #272c52;
        z-index: 20;
        height: 100vh;
        padding: 50px 0px;
        width: 250px;
        transform: translateX(100%);
        transition: transform 0.25s ease-in-out;
        &.show {
          transform: translateX(0);
        }
        ul {
          li {
            padding: 10px 10px;
          }
        }
      }
    }
    .navbar-collapse-logo {
      display: block;
    }
  }
}
/* .webinar-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
}

.webinar-card:hover {
    transform: translateY(-5px);
}

.webinar-image {
    width: 100%;
    height: auto;
}

.badge-container {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.badge {
    background-color: #27ae60;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: bold;
}

.best-seller {
    background-color: #27ae60;
}

.webinar-details {
    padding: 15px;
}

h3 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.instructor-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.instructor-image {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.instructor-name {
    font-weight: bold;
    margin-right: 5px;
}

.instructor-title {
    color: #999;
}

.webinar-rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rating-stars {
    color: #f39c12;
    margin-right: 5px;
}

.rating-score {
    font-weight: bold;
}

.webinar-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.price-discounted {
    font-size: 1.5rem;
    font-weight: bold;
    color: #e74c3c;
}

.price-original {
    text-decoration: line-through;
    color: #999;
    margin-left: 10px;
}

.discount {
    background-color: #e74c3c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
}

.webinar-type-badge {
    background-color: #27ae60;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    text-align: center;
} */
