.bt-video-carousel {
  width: 95%;
  padding: 40px 0;
}

.bt-module-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.bt-module-item img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper{
      position: inherit !important;
}

.bt-module-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.bt-module-item.budtender_slider {
    height: 100%;
    padding: 10px;
}
.thumb .elementor-custom-embed-play {
    top: 45%;
}

/* Default (inactive) bullets */
.swiper-pagination-bullet {
  background-color: #ccc  !important; /* light gray */
  opacity: 1; /* make sure they're fully visible */
}

/* Active bullet */
.swiper-pagination-bullet-active {
  background-color: #2B2058 !important; /* your brand color or blue */
}
/* .budtender_slider {
    background: #593B93 !important;
    color: #fff;
} */
.budtender_slider {
    background: #fff !important;
    color: #593B93;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -10px;
    right: auto;
    color: #2B2058 !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -6px;
    left: auto;
    color: #2B2058 !important;
}
svg.swiper-navigation-icon {
    display: none;
}

/* ========== FEEDBACK POPUP STYLES ========== */
.bt-feedback-modal {
    display: none;
}

.bt-feedback-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}

/* Popup Box */
.bt-feedback-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    padding: 25px 30px;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    animation: popupFadeIn 0.3s ease-in-out;
}

/* Close Button */
.bt-feedback-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    transition: color 0.2s ease;
}
.bt-feedback-close:hover {
    color: #000;
}

/* Headings */
.bt-feedback-content h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}
.bt-feedback-content p {
    margin-bottom: 18px;
    color: #555;
}

/* Form Elements */
#btFeedbackForm select,
#btFeedbackForm textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 15px;
    resize: none;
}

#btFeedbackForm select:focus,
#btFeedbackForm textarea:focus {
    border-color: #1e7e34;
    outline: none;
}

/* Submit Button */
button#btFeedbackSubmit {
    background-color: #2B2058;
    font-family: var(--e-global-typography-8b9d7fa-font-family), Sans-serif;
    font-size: var(--e-global-typography-8b9d7fa-font-size);
    font-weight: var(--e-global-typography-8b9d7fa-font-weight);
    line-height: var(--e-global-typography-8b9d7fa-line-height);
    fill: var(--e-global-color-5260d34);
    color: var(--e-global-color-5260d34);
    border-style: none;
    border-radius: 32px 32px 32px 32px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 12px 48px 12px 48px;
}

/* Message */
#btFeedbackMsg {
    margin-top: 10px;
    font-size: 14px;
}

/* Animation */
@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -45%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.training-feedback{
  display:none;
}
div#certification-grid {
    --e-con-grid-template-columns: repeat(2, 1fr);
}
div#bud-btn.ask-u4ea {
    text-align: left;
}

.budtender-video-thumb {
    position: relative;
}

span.watched-badge {
    position: absolute;
    top: 10px;
    left: 0px;
    background: #46317c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    /* border-radius: 20px; */
    z-index: 5;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.bt-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    overflow: hidden;
}
.bt-progress {
    height: 100%;
    background: #f44336;
    width: 0;
    transition: width 0.4s ease-in-out;
}
#bud-btn .elementor-button {
    width: 80%;
    padding: 20px;
}

/* When loader is active */
body.show-loader {
    position: relative;
    overflow: hidden;
}

/* Overlay */
body.show-loader::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 99998;
}

/* Spinner */
body.show-loader::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    border: 4px solid #ddd;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    z-index: 99999;
}

/* Animation */
@keyframes spin {
    to { transform: rotate(360deg); }
}


@media (max-width: 767px) {
  .thumb .elementor-custom-embed-play svg {
    height: 80px; /* you can adjust — smaller for mobile */
  }
  .thumb .elementor-custom-embed-play {
    top: 45%;
  }
  
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
     left: -20px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -20px;
  }
  div#btFeedbackModal h3 {
    font-size: 24px !important;
  }
  div#certification-grid {
      --e-con-grid-template-columns: repeat(1, 1fr) !important;
  }
  div#bud-btn.ask-u4ea {
    text-align: center;
  }
}
