.elementor-46964 .elementor-element.elementor-element-3b9b104{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-ed5f4ae *//* ==========================================
   LearnDash Default Enroll Button FIX
   Works Without Changing HTML
========================================== */

/* Strong override */
form input[type="submit"]#btn-join,
form input[type="submit"].btn-join,
form input[type="submit"].learndash-button-free {

  background-color: #16a34a !important;
  background-image: none !important;
  color: #ffffff !important;

  border: none !important;
  border-radius: 18px !important;

  padding: 18px 22px !important;
  min-height: 58px !important;

  font-family: system-ui, -apple-system, "Noto Sans Bengali",
               "Hind Siliguri", "SolaimanLipi", Arial, sans-serif !important;

  font-size: 18px !important;
  font-weight: 800 !important;
  text-align: center !important;

  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  display: block !important;

  cursor: pointer !important;

  box-shadow:
    0 18px 34px rgba(22,163,74,.30),
    0 0 0 8px rgba(22,163,74,.10) !important;

  transition: all .2s ease !important;

  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* Remove WordPress blue gradient */
form input[type="submit"]#btn-join:hover,
form input[type="submit"].btn-join:hover,
form input[type="submit"].learndash-button-free:hover {

  background-color: #15803d !important;
  background-image: none !important;

  transform: translateY(-2px);

  box-shadow:
    0 22px 42px rgba(22,163,74,.35),
    0 0 0 10px rgba(22,163,74,.15) !important;
}

/* Active */
form input[type="submit"]#btn-join:active {
  transform: translateY(0);
}

/* Remove focus ring completely */
form input[type="submit"]#btn-join:focus,
form input[type="submit"]#btn-join:focus-visible {
  outline: none !important;
  box-shadow:
    0 18px 34px rgba(22,163,74,.30),
    0 0 0 8px rgba(22,163,74,.10) !important;
}

/* Mobile */
@media (max-width: 520px) {
  form input[type="submit"]#btn-join {
    padding: 16px 18px !important;
    min-height: 54px !important;
    font-size: 16px !important;
    border-radius: 16px !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4bf653b *//* ===== LearnDash Resume Button: Red Glow + "ক্লাস শুরু করো" ===== */

.elementor-shortcode .learndash-wrapper a.ld-course-resume.ld-button{
  background: #ef3340 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 18px !important;

  padding: 18px 22px !important;
  min-height: 58px !important;

  font-family: system-ui, -apple-system, "Noto Sans Bengali", "Hind Siliguri", "SolaimanLipi", Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: 0 !important; /* original text hide */
  line-height: 1 !important;
  text-decoration: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;

  box-shadow:
    0 18px 34px rgba(239, 51, 64, .30),
    0 0 0 8px rgba(239, 51, 64, .10) !important;

  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  position: relative !important;

  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

/* Replace text */
.elementor-shortcode .learndash-wrapper a.ld-course-resume.ld-button::after{
  content: "ক্লাস/এক্সাম শুরু করো";
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.2px;
}

/* Hover */
.elementor-shortcode .learndash-wrapper a.ld-course-resume.ld-button:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow:
    0 20px 40px rgba(239, 51, 64, .34),
    0 0 0 10px rgba(239, 51, 64, .12) !important;
}

/* Active */
.elementor-shortcode .learndash-wrapper a.ld-course-resume.ld-button:active{
  transform: translateY(0);
  box-shadow:
    0 14px 26px rgba(239, 51, 64, .26),
    0 0 0 8px rgba(239, 51, 64, .10) !important;
}

/* Remove focus ring */
.elementor-shortcode .learndash-wrapper a.ld-course-resume.ld-button:focus,
.elementor-shortcode .learndash-wrapper a.ld-course-resume.ld-button:focus-visible{
  outline: none !important;
  box-shadow:
    0 18px 34px rgba(239, 51, 64, .30),
    0 0 0 8px rgba(239, 51, 64, .10) !important;
}

/* Mobile */
@media (max-width: 520px){
  .elementor-shortcode .learndash-wrapper a.ld-course-resume.ld-button{
    padding: 16px 18px !important;
    min-height: 54px !important;
    border-radius: 16px !important;
    max-width: 100% !important;
  }
  .elementor-shortcode .learndash-wrapper a.ld-course-resume.ld-button::after{
    font-size: 16px;
  }
}/* End custom CSS */