.elementor-31572 .elementor-element.elementor-element-69b6453{--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;overflow:visible;}.elementor-31572 .elementor-element.elementor-element-b679282 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-31572 .elementor-element.elementor-element-857dd62{--display:flex;--position:fixed;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);bottom:0px;--z-index:5;overflow:visible;}.elementor-31572 .elementor-element.elementor-element-857dd62:not(.elementor-motion-effects-element-type-background), .elementor-31572 .elementor-element.elementor-element-857dd62 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body:not(.rtl) .elementor-31572 .elementor-element.elementor-element-857dd62{left:0px;}body.rtl .elementor-31572 .elementor-element.elementor-element-857dd62{right:0px;}@media(max-width:767px){.elementor-31572 .elementor-element.elementor-element-857dd62{--gap:5px 5px;--row-gap:5px;--column-gap:5px;--border-radius:8px 8px 8px 8px;--z-index:999;}.elementor-31572 .elementor-element.elementor-element-719972c8 > .elementor-widget-container{margin:15px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-719972c8 *//* =====================================================
   LearnDash Enroll Button – Blue Glow – Clean Version
   Works with: input#btn-join
   ===================================================== */

/* Base Style */
.elementor-shortcode .learndash-wrapper input#btn-join{
  background: #0E4492 !important; /* Blue */
  color: #ffffff !important;
  border: none !important;
  border-radius: 20px !important;

  padding: 18px 22px !important;
  min-height: 60px !important;

  font-family: system-ui, -apple-system, "Noto Sans Bengali",
               "Hind Siliguri", "SolaimanLipi", Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(16px, 1.7vw, 20px) !important;
  line-height: 1 !important;
  text-align: center !important;

  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;

  display: block !important;

  /* Blue Glow Effect */
  box-shadow:
    0 18px 34px rgba(14,68,146,.30),
    0 0 0 8px rgba(14,68,146,.10) !important;

  transition: all .2s ease !important;

  cursor: pointer !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

/* Hover */
.elementor-shortcode .learndash-wrapper input#btn-join:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 22px 44px rgba(14,68,146,.35),
    0 0 0 10px rgba(14,68,146,.15) !important;
}

/* Active */
.elementor-shortcode .learndash-wrapper input#btn-join:active{
  transform: translateY(0);
  box-shadow:
    0 14px 26px rgba(14,68,146,.25),
    0 0 0 8px rgba(14,68,146,.10) !important;
}

/* Focus Remove */
.elementor-shortcode .learndash-wrapper input#btn-join:focus,
.elementor-shortcode .learndash-wrapper input#btn-join:focus-visible{
  outline: none !important;
}

/* Firefox outline fix */
.elementor-shortcode .learndash-wrapper input#btn-join::-moz-focus-inner{
  border: 0 !important;
}

/* Mobile */
@media (max-width: 520px){
  .elementor-shortcode .learndash-wrapper input#btn-join{
    padding: 16px 18px !important;
    min-height: 56px !important;
    border-radius: 16px !important;
    max-width: 100% !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-91ce1f6 *//* ===== 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 */