.elementor-73095 .elementor-element.elementor-element-98cf3d3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-73095 .elementor-element.elementor-element-98cf3d3.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-73095 .elementor-element.elementor-element-47ed4326{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-73095 .elementor-element.elementor-element-47ed4326.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-73095 .elementor-element.elementor-element-57041ea9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-73095 .elementor-element.elementor-element-560c9049{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-73095 .elementor-element.elementor-element-14162508{--display:flex;--border-radius:6px 6px 6px 6px;box-shadow:0px 0px 4px 0px rgba(0,0,0,0.5);}.elementor-73095 .elementor-element.elementor-element-14162508:not(.elementor-motion-effects-element-type-background), .elementor-73095 .elementor-element.elementor-element-14162508 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF5F7;}.elementor-73095 .elementor-element.elementor-element-3fba208f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-73095 .elementor-element.elementor-element-7e46959c{--display:flex;}@media(min-width:768px){.elementor-73095 .elementor-element.elementor-element-47ed4326{--width:59.072%;}.elementor-73095 .elementor-element.elementor-element-560c9049{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-73095 .elementor-element.elementor-element-98cf3d3{--width:964.667px;}.elementor-73095 .elementor-element.elementor-element-47ed4326{--width:513.323px;}}@media(max-width:767px){.elementor-73095 .elementor-element.elementor-element-98cf3d3{--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;}}/* Start custom CSS for html, class: .elementor-element-57041ea9 *//* =========================
   EdGenie Course Base Style
========================= */

.edg-course-wrapper {
  --edg-text: #111;
  --edg-muted: #666;
  --edg-border: #e9e9e9;
  --edg-bg: #ffffff;
  --edg-card: #fafafa;
  --edg-primary: #ef4444;
  --edg-secondary: #16a34a;
  --edg-shadow: 0 14px 28px rgba(0, 0, 0, .07);

  background: var(--edg-bg);
  padding: 28px 16px;
  color: var(--edg-text);
  font-family: inherit;
}

/* Container */
.edg-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/* Title */
.edg-title {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  text-align: center;
  margin: 0 0 18px;
  color: var(--edg-primary);
  letter-spacing: .02em;
}

/* Subtitle */
.edg-subtitle {
  font-size: 20px;
  font-weight: 800;
  margin: 28px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--edg-border);
  color: var(--edg-text);
}

/* Paragraph */
.edg-course-wrapper p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--edg-text);
}

/* List */
.edg-list {
  list-style: none;
  padding: 0;
  margin: 18px 0;
  display: grid;
  gap: 10px;
}

.edg-list-item {
  background: var(--edg-card);
  border: 1px solid var(--edg-border);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: var(--edg-shadow);
  transition: .25s ease;
  position: relative;
}

.edg-list-item:hover {
  transform: translateY(-2px);
  border-color: rgba(239, 68, 68, .4);
}

/* Button */
.edg-button {
  display: inline-block;
  margin: 20px 0;
  padding: 14px 22px;
  background: var(--edg-primary);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  border-radius: 12px;
  transition: .3s;
  box-shadow: 0 10px 20px rgba(239, 68, 68, .25);
}

.edg-button:hover {
  background: #dc2626;
  transform: translateY(-2px);
}

/* Strong text highlight */
.edg-course-wrapper strong {
  color: var(--edg-primary);
}

/* Contact / highlight box */
.edg-contact {
  background: rgba(239, 68, 68, .06);
  border: 1px solid rgba(239, 68, 68, .2);
  padding: 14px;
  border-radius: 12px;
  margin-top: 16px;
}

/* =========================
   Mobile Responsive
========================= */

@media (max-width: 900px) {

  .edg-course-wrapper {
    padding: 20px 12px;
  }

  .edg-title {
    font-size: 26px;
    text-align: left;
  }

  .edg-subtitle {
    font-size: 18px;
  }

  .edg-course-wrapper p {
    font-size: 14px;
    line-height: 1.7;
  }

  .edg-list-item {
    padding: 12px;
    font-size: 13.5px;
  }

  .edg-button {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6b672190 *//* ===== 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 */
/* Start custom CSS for shortcode, class: .elementor-element-242ab34a *//* ===== LearnDash Enroll/Join Button: Green Color, Red Glow + Bangla Text + No Focus Ring ===== */

/* Button base */
.elementor-shortcode .learndash-wrapper a#btn-join,
.elementor-shortcode .learndash-wrapper a.btn-join,
.elementor-shortcode .learndash-wrapper a.ld-enrollment {
  background: #16a34a !important; /* Changed to green */
  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; /* Hide original text */
  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;

  /* Green Glow */
  box-shadow:
    0 18px 34px rgba(22, 163, 74, .30),
    0 0 0 8px rgba(22, 163, 74, .10) !important;

  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  position: relative !important;

  /* Remove tap highlight + outline */
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

/* Replace button text */
.elementor-shortcode .learndash-wrapper a#btn-join::after,
.elementor-shortcode .learndash-wrapper a.btn-join::after,
.elementor-shortcode .learndash-wrapper a.ld-enrollment::after {
  content: "কোর্সে Enroll করুন"; /* Updated text */
  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#btn-join:hover,
.elementor-shortcode .learndash-wrapper a.btn-join:hover,
.elementor-shortcode .learndash-wrapper a.ld-enrollment:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow:
    0 20px 40px rgba(22, 163, 74, .34),
    0 0 0 10px rgba(22, 163, 74, .12) !important;
}

/* Active */
.elementor-shortcode .learndash-wrapper a#btn-join:active,
.elementor-shortcode .learndash-wrapper a.btn-join:active,
.elementor-shortcode .learndash-wrapper a.ld-enrollment:active {
  transform: translateY(0);
  box-shadow:
    0 14px 26px rgba(22, 163, 74, .26),
    0 0 0 8px rgba(22, 163, 74, .10) !important;
}

/* Focus ring remove (blue/black outline fix) */
.elementor-shortcode .learndash-wrapper a#btn-join:focus,
.elementor-shortcode .learndash-wrapper a#btn-join:focus-visible,
.elementor-shortcode .learndash-wrapper a.btn-join:focus,
.elementor-shortcode .learndash-wrapper a.btn-join:focus-visible,
.elementor-shortcode .learndash-wrapper a.ld-enrollment:focus,
.elementor-shortcode .learndash-wrapper a.ld-enrollment: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; /* Keep only green glow */
}

/* Firefox dotted outline fix */
.elementor-shortcode .learndash-wrapper a#btn-join::-moz-focus-inner {
  border: 0 !important;
}
.elementor-shortcode .learndash-wrapper a#btn-join:-moz-focusring {
  outline: none !important;
}

/* Mobile tune */
@media (max-width: 520px) {
  .elementor-shortcode .learndash-wrapper a#btn-join,
  .elementor-shortcode .learndash-wrapper a.btn-join,
  .elementor-shortcode .learndash-wrapper a.ld-enrollment {
    padding: 16px 18px !important;
    min-height: 54px !important;
    border-radius: 16px !important;
    max-width: 100% !important;
  }

  .elementor-shortcode .learndash-wrapper a#btn-join::after,
  .elementor-shortcode .learndash-wrapper a.btn-join::after,
  .elementor-shortcode .learndash-wrapper a.ld-enrollment::after {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-4f3d523a *//* ===== Specific Button by ID ===== */
#routine-download-btn {
  background: #16a34a !important; /* Changed to green */
  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: clamp(16px, 1.7vw, 20px) !important;
  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(0, 0, 0, .30), /* Adjusted for black shadow */
    0 0 0 8px rgba(0, 0, 0, .10) !important; /* Adjusted for black shadow */

  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

/* Hover */
#routine-download-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, .34), /* Adjusted for black shadow */
    0 0 0 10px rgba(0, 0, 0, .12) !important; /* Adjusted for black shadow */
}

/* Active */
#routine-download-btn:active {
  transform: translateY(0);
  box-shadow:
    0 14px 26px rgba(0, 0, 0, .26), /* Adjusted for black shadow */
    0 0 0 8px rgba(0, 0, 0, .10) !important; /* Adjusted for black shadow */
}

/* Mobile */
@media (max-width: 520px) {
  #routine-download-btn {
    padding: 16px 18px !important;
    min-height: 54px !important;
    border-radius: 16px !important;
    max-width: 100% !important;
  }
}/* End custom CSS */