.elementor-544 .elementor-element.elementor-element-5feed51{--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;--justify-content:center;}.elementor-544 .elementor-element.elementor-element-5feed51.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-544 .elementor-element.elementor-element-4e1f735{--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;}.elementor-544 .elementor-element.elementor-element-5008ef8{--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;}.elementor-544 .elementor-element.elementor-element-98600de{--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;}.elementor-544 .elementor-element.elementor-element-ee05814{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-544 .elementor-element.elementor-element-7b6f29a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-544 .elementor-element.elementor-element-7b6f29a .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:15px;font-weight:700;text-transform:none;font-style:normal;text-decoration:none;line-height:26px;letter-spacing:0px;word-spacing:0em;color:#7D7D7D;}.elementor-544 .elementor-element.elementor-element-592dcee{--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;}@media(min-width:768px){.elementor-544 .elementor-element.elementor-element-5feed51{--width:99.921%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-544 .elementor-element.elementor-element-7b6f29a{text-align:center;}.elementor-544 .elementor-element.elementor-element-7b6f29a .elementor-heading-title{font-size:17px;letter-spacing:0px;word-spacing:0em;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-544 .elementor-element.elementor-element-7b6f29a .elementor-heading-title{font-size:16px;}}/* Start custom CSS for html, class: .elementor-element-c033cc2 *//* ===== GLOBAL ===== */
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    color: #111;
    background: #ffffff;
}

.section {
    padding: 80px 20px;
}

.container {
    max-width: 1100px;
    margin: auto;
}

/* ===== CENTER CONTENT ===== */
.center {
    text-align: center;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* ===== BUTTON ===== */
.btn-primary {
    background: #f5a000;
    color: #000;
    padding: 18px 40px;
    font-weight: 700;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    transition: 0.3s ease;
}

.btn-primary:hover {
    background: #ffb300;
    transform: translateY(-3px);
}

/* ===== BULLETS ===== */
ul.custom-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

ul.custom-list li {
    font-size: 18px;
    margin-bottom: 18px;
    padding-left: 28px;
    position: relative;
}

ul.custom-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0c5460;
    font-weight: bold;
}

/* ===== IMAGE SECTION ===== */
.image-center {
    text-align: center;
    margin: 50px 0;
}

.image-center img {
    max-width: 100%;
    height: auto;
}

/* ===== CHECKLIST ===== */
.checklist li {
    padding-left: 32px;
}

.checklist li::before {
    content: "✔";
    color: #0c5460;
    position: absolute;
    left: 0;
}

/* ===== BONUS SECTION ===== */
.bonus-grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

.bonus-grid img {
    max-width: 180px;
}

@media (max-width: 768px) {
    .bonus-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
}



.quran-program-section {
  background: #ffffff;
  padding: 0px 0px;
  color: #222;
}

.quran-program-section .container {
  max-width: 900px;
  margin: 0 auto;
}

.quran-program-section h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.quran-program-section h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 20px;
}

.quran-program-section p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 18px;
  font-weight: 400;
}

.quran-program-section ul {
  margin: 20px 0 20px 25px;
  font-size: 18px;
  line-height: 1.8;
}

.quran-program-section ul li {
  margin-bottom: 8px;
}

.program-title {
  margin-top: 60px;
}

.program-image,
.secondary-image {
  text-align: center;
  margin: 40px 0;
}

.program-image img,
.secondary-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b5e6d;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f3135d */.bonus-ebooks-section {
  background: #ffffff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.bonus-container {
  max-width: 1000px;
  margin: 0 auto;
}

.bonus-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #111;
}

.bonus-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 80px;
}

.bonus-image img {
  width: 240px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.bonus-content {
  max-width: 520px;
}

.bonus-title {
  font-size: 20px;
  color: #0b5e6d;
  margin-bottom: 10px;
}

.bonus-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.bonus-content em {
  font-style: italic;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .bonus-row {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .bonus-content {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-273d3d0 */.digital-reset-cta {
  position: relative;
  background-image: url('https://thrivemuslimacademy.com/wp-content/uploads/2026/02/banner1.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 120px 20px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

/* Dark overlay for contrast */
.dr-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 40, 70, 0.75),
    rgba(0, 60, 90, 0.85)
  );
  z-index: 1;
}

.dr-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

/* Heading */
.dr-heading {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}

/* Product Image */
.dr-product img {
  max-width: 650px;
  width: 100%;
  margin-bottom: 25px;
}

/* Stars */
.dr-stars {
  color: #f6b300;
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 15px;
}

/* Pricing */
.dr-old-price {
  display: block;
  font-size: 14px;
  text-decoration: line-through;
  opacity: 0.8;
  margin-bottom: 10px;
}

.dr-new-price {
  font-size: 34px;
  font-weight: 800;
  color: #ffb400;
  margin-bottom: 10px;
}

.dr-delivery {
  font-size: 15px;
  opacity: 0.95;
  margin-bottom: 40px;
}

/* CTA Button */
.dr-button {
  display: inline-block;
  background: #f5a000;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 60px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.dr-button:hover {
  background: #ffb400;
  transform: translateY(-3px);
}

.dr-subtext {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
}

/* Payments */
.dr-payments {
  margin: 35px 0 15px;
}

.dr-payments img {
  max-width: 320px;
  width: 100%;
}

/* Guarantee text */
.dr-guarantee {
  font-size: 14px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
  .dr-heading {
    font-size: 26px;
  }

  .dr-new-price {
    font-size: 26px;
  }

  .dr-button {
    width: 100%;
    padding: 18px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d44760b *//* Badge Image */
.guarantee-badge {
  margin-bottom: 40px;
}

.guarantee-badge img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

/* Text Content */
.guarantee-content {
  text-align: left;
  font-size: 18px;
  line-height: 1.7;
  color: #ffffff;
}

.guarantee-content p {
  margin-bottom: 22px;
}

/* Strong emphasis line */
.guarantee-bold {
  font-weight: 700;
  font-size: 19px;
}

/* Responsive */
@media (max-width: 768px) {
  .guarantee-heading {
    font-size: 26px;
  }

  .guarantee-content {
    font-size: 16px;
  }

  .guarantee-badge img {
    max-width: 200px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83ce4d9 */.digital-reset-section {
  position: relative;
  background: url('https://thrivemuslimacademy.com/wp-content/uploads/2026/02/banner3.jpeg') center/cover no-repeat fixed;
  padding: 120px 20px;
  color: #fff;
}

.digital-reset-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #081c3a, #0e4b63);
  opacity: 0.95;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: auto;
}

/* ================= REVIEWS ================= */

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-bottom: 80px;
}

.review-card {
  background: #f5f5f5;
  color: #000;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.stars {
  color: #f4b400;
  font-size: 18px;
  margin-bottom: 10px;
}

.review-card p {
  font-size: 15px;
  line-height: 1.6;
}

.read-more {
  display: inline-block;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 600;
}

.review-author {
  margin-top: 10px;
  font-weight: 600;
}

/* ================= FAQ ================= */

.faq-wrapper {
  max-width: 850px;
  margin: 0 auto 70px;
}

.faq-item {
  background: #f4f4f4;
  color: #000;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-question {
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 400px;
  padding-bottom: 20px;
}

/* ================= PRICING ================= */

.pricing-block {
  text-align: center;
}

.old-price {
  text-decoration: line-through;
  opacity: 0.7;
}

.price {
  font-size: 38px;
  color: #ffb400;
  font-weight: 800;
}

.cta-btn {
  display: inline-block;
  background: #ffa500;
  color: #000;
  padding: 18px 40px;
  border-radius: 12px;
  font-weight: 700;
  margin: 20px 0;
  text-decoration: none;
}

.cta-btn span {
  display: block;
  font-size: 14px;
}

.payments img {
  max-width: 300px;
  margin-top: 20px;
}

/* ================= GLOBAL TYPOGRAPHY FIX ================= */

.digital-reset-section h2,
.digital-reset-section h3 {
  font-weight: 700; /* Only headings bold */
}

.digital-reset-section p,
.review-card p,
.faq-answer p,
.review-author,
.old-price,
.delivery,
.guarantee {
  font-weight: 400; /* Content normal weight */
}


/* ================= REVIEWS ================= */

.review-card p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}

.review-author {
  margin-top: 10px;
  font-weight: 400; /* Not bold anymore */
}


/* ================= FAQ SECTION FIX ================= */

.faq-wrapper {
  max-width: 850px;
  margin: 0 auto 70px;
}

.faq-item {
  background: #f4f4f4;
  color: #000;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

/* Reduced heading size */
.faq-question h3 {
  font-size: 17px;   /* Reduced from large size */
  font-weight: 600;  /* Medium weight, not heavy bold */
  margin: 0;
}

.faq-question {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Content text normal */
.faq-answer p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 20px;
}


/* ================= PRICING TEXT FIX ================= */

.old-price {
  font-weight: 400;
}

.delivery {
  font-weight: 400;
}

.guarantee {
  font-weight: 400;
  font-size: 14px;
}


/* ================= CTA BUTTON ================= */

.cta-btn {
  font-weight: 700; /* Button heading can remain bold */
}

.cta-btn span {
  font-weight: 400;
}



.hl-faq-child {
  background: #f1f1f1;
  border-radius: 12px;
  margin-bottom: 18px;
  overflow: hidden;
}

.hl-faq-child-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
}

.hl-faq-child-heading h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.faq-icon {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}

.hl-faq-child-panel {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease;
  padding: 0 22px;
}

.hl-faq-child-panel p {
  padding-bottom: 20px;
  margin: 0;
  font-weight: 400; /* content NOT bold */
}

.hl-faq-child.active .hl-faq-child-panel {
  max-height: 500px;
}

.hl-faq-child.active .faq-icon {
  transform: rotate(180deg);
}/* End custom CSS */