.elementor-7034 .elementor-element.elementor-element-f756913{z-index:0;}/* Start custom CSS for html, class: .elementor-element-f756913 */.imp-lib-digital {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 20px 80px;
  font-family: inherit;
}

.imp-lib-header {
  text-align: center;
  margin-bottom: 48px;
}

.imp-lib-header h1 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 14px;
  color: #2b2b2b;
}

.imp-lib-header p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 18px;
  color: #666;
}

.imp-lib-section {
  margin-bottom: 60px;
}

.imp-lib-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  gap: 20px;
}

.imp-lib-section-head h2 {
  font-size: 30px;
  margin: 0;
  color: #2b2b2b;
}

.imp-lib-controls {
  display: flex;
  gap: 10px;
}

.imp-scroll-btn {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #9cc34a;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.imp-scroll-btn:hover {
  background: #87b035;
  transform: scale(1.06);
}

.imp-shorts-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  scrollbar-width: none;
}

.imp-shorts-track::-webkit-scrollbar {
  display: none;
}

.imp-short-card,
.imp-webinar-card {
  cursor: pointer;
}

.imp-short-card {
  flex: 0 0 230px;
}

.imp-thumb-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #f2f2f2;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.imp-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.imp-short-card:hover .imp-thumb-wrap,
.imp-webinar-card:hover .imp-thumb-wrap {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.14);
}

.imp-thumb-wrap.vertical {
  aspect-ratio: 9 / 16;
}

.imp-thumb-wrap.horizontal {
  aspect-ratio: 16 / 9;
  border-radius: 18px 18px 0 0;
}

.imp-play {
  position: absolute;
  inset: auto auto 16px 16px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: #9cc34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.imp-short-card h3 {
  font-size: 17px;
  margin: 14px 8px 0;
  line-height: 1.35;
  color: #2b2b2b;
}

.imp-webinar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.imp-webinar-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.imp-webinar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.14);
}

.imp-card-body {
  padding: 18px 18px 22px;
}

.imp-card-body h3 {
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1.3;
  color: #2b2b2b;
}

.imp-card-body p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.imp-video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.imp-video-modal.active {
  display: block;
}

.imp-video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.82);
}

.imp-video-dialog {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100vw - 40px));
  margin: 50px auto;
  background: #000;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}

.imp-video-frame-wrap {
  width: 100%;
  background: #000;
}

.imp-video-frame-wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.imp-video-dialog.vertical-mode {
  width: min(460px, calc(100vw - 30px));
}

.imp-video-dialog.vertical-mode .imp-video-frame-wrap iframe {
  aspect-ratio: 9 / 16;
}

.imp-video-close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .imp-webinar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .imp-lib-header h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .imp-lib-header h1 {
    font-size: 32px;
  }

  .imp-lib-header p {
    font-size: 16px;
  }

  .imp-lib-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .imp-lib-section-head h2 {
    font-size: 24px;
  }

  .imp-short-card {
    flex: 0 0 180px;
  }

  .imp-webinar-grid {
    grid-template-columns: 1fr;
  }

  .imp-video-dialog {
    width: calc(100vw - 20px);
    margin: 60px auto;
  }
}/* End custom CSS */