.elementor-792 .elementor-element.elementor-element-9842bd4 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-792 .elementor-element.elementor-element-f04af1a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-792 .elementor-element.elementor-element-a6dc42d{padding:0px 0px 0px 0px;}.elementor-792 .elementor-element.elementor-element-8280a4c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-792 .elementor-element.elementor-element-91e7bc3 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-792 .elementor-element.elementor-element-a10a1ba > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-857e253 *//* ==========================================================================
   Digital With Ankur — "Master Flipkart Selling" Hero + Pricing Card
   Font: Poppins (loaded via Google Fonts in the HTML file)
   Namespace: all classes prefixed with "dwa2-" to avoid clashing with any
   other section/theme/Elementor styles on the page
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.dwa2-hero * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.dwa2-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #2f5fdb 0%, #3d6de8 55%, #4a7bf0 100%);
  padding: 70px 24px 190px;
}

/* subtle grid pattern overlay */
.dwa2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.dwa2-hero::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 8%;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.10) 0%, transparent 70%);
  pointer-events: none;
}

/* bottom curved wave */
.dwa2-hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
}

.dwa2-hero__wave svg {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.dwa2-hero__container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
}

/* -------------------- LEFT COLUMN -------------------- */

.dwa2-hero__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dwa2-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.dwa2-badge svg {
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0;
}

.dwa2-hero__title {
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.18;
  letter-spacing: -0.5px;
}

.dwa2-hero__highlight {
  position: relative;
  color: #ffc531;
  display: inline-block;
}

.dwa2-hero__highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 3px;
  background: #ffc531;
  border-radius: 2px;
}

.dwa2-hero__desc {
  margin: 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
}

/* feature pills */
.dwa2-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 2px;
}

.dwa2-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.09);
  padding: 9px 16px;
  border-radius: 999px;
  width: fit-content;
  max-width: 100%;
  transition: background 0.25s ease, transform 0.25s ease;
}

.dwa2-feature:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(4px);
}

.dwa2-feature svg {
  width: 15px !important;
  height: 15px !important;
  flex-shrink: 0;
  color: #2ecc71;
}

/* seats-left + rating row */
.dwa2-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.dwa2-seats {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ffc531;
  color: #16305f;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 999px;
}

.dwa2-seats svg {
  width: 14px !important;
  height: 14px !important;
}

.dwa2-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 500;
}

.dwa2-rating__stars {
  display: inline-flex;
  gap: 2px;
  color: #ffc531;
}

.dwa2-rating__stars svg {
  width: 14px !important;
  height: 14px !important;
}

/* CTA buttons */
.dwa2-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 6px;
}

.dwa2-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 26px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}

.dwa2-btn svg {
  width: 17px !important;
  height: 17px !important;
  transition: transform 0.25s ease;
}

.dwa2-btn--primary {
  background: #ffc531;
  color: #16305f;
}

.dwa2-btn--primary:hover {
  background: #ffd15c;
  color: #16305f;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 197, 49, 0.35);
}

.dwa2-btn--primary:hover svg {
  transform: translateX(4px);
}

.dwa2-btn--secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.dwa2-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* trust badges row */
.dwa2-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 10px;
}

.dwa2-trust__item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12.5px;
  font-weight: 500;
}

.dwa2-trust__item svg {
  width: 14px !important;
  height: 14px !important;
  color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}

/* -------------------- RIGHT COLUMN (pricing card) -------------------- */

.dwa2-hero__right {
  position: relative;
  display: flex;
  justify-content: center;
}

.dwa2-price-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 26px 24px;
  box-shadow: 0 30px 60px rgba(10, 20, 50, 0.35);
  width: 100%;
  max-width: 460px;
  animation: dwa2-float 5s ease-in-out infinite;
}

@keyframes dwa2-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.dwa2-price-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.dwa2-tag-best {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #e9f0ff;
  color: #3d6de8;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 999px;
  letter-spacing: 0.3px;
}

.dwa2-tag-best svg {
  width: 12px !important;
  height: 12px !important;
}

.dwa2-tag-refund {
  background: #e6f9ee;
  color: #1c9a4a;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 999px;
}

.dwa2-price-card__title {
  margin: 0 0 3px;
  font-size: 21px;
  font-weight: 700;
  color: #16223f;
}

.dwa2-price-card__subtitle {
  margin: 0 0 18px;
  font-size: 13px;
  color: #8087a0;
  font-weight: 500;
}

/* floating save badge */
.dwa2-save-badge {
  position: absolute;
  top: 92px;
  left: -12px;
  background: #ffc531;
  color: #16305f;
  padding: 8px 14px;
  border-radius: 9px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  transform: rotate(-4deg);
  animation: dwa2-bob 3s ease-in-out infinite;
  z-index: 2;
}

.dwa2-save-badge span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  opacity: 0.8;
}

@keyframes dwa2-bob {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-4deg) translateY(-6px); }
}

/* plan options */
.dwa2-plans {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}

.dwa2-plan {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid #e6e9f2;
  border-radius: 12px;
  padding: 13px 14px;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.dwa2-plan:hover {
  transform: translateY(-2px);
  border-color: #c9d4f5;
}

.dwa2-plan--highlight {
  border-color: #ffc531;
  background: #fffaeb;
}

.dwa2-plan--highlight:hover {
  border-color: #ffb700;
}

.dwa2-plan__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.dwa2-plan__icon--blue { background: #3d6de8; }
.dwa2-plan__icon--yellow { background: #ffc531; color: #16305f; }

.dwa2-plan__icon svg {
  width: 17px !important;
  height: 17px !important;
}

.dwa2-plan__info {
  flex: 1;
  min-width: 0;
}

.dwa2-plan__name {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #16223f;
}

.dwa2-plan__sub {
  margin: 2px 0 0;
  font-size: 12px;
  color: #8b93ab;
  font-weight: 500;
}

.dwa2-plan__price {
  flex-shrink: 0;
  text-align: right;
}

.dwa2-plan__now {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #16223f;
}

.dwa2-plan__old {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #b3b9cc;
  text-decoration: line-through;
}

/* checklist grid */
.dwa2-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 14px;
  margin-bottom: 18px;
}

.dwa2-check {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 500;
  color: #3a4256;
}

.dwa2-check svg {
  width: 14px !important;
  height: 14px !important;
  color: #23b463;
  flex-shrink: 0;
}

/* enroll button */
.dwa2-enroll-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #ffc531;
  color: #16305f;
  border: none;
  border-radius: 11px;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.dwa2-enroll-btn svg {
  width: 17px !important;
  height: 17px !important;
  transition: transform 0.25s ease;
}

.dwa2-enroll-btn:hover {
  background: #ffd15c;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(255, 197, 49, 0.4);
}

.dwa2-enroll-btn:hover svg {
  transform: translateX(4px);
}

/* stats footer inside card */
.dwa2-price-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eef0f7;
  text-align: center;
}

.dwa2-stat__icon {
  width: 26px;
  height: 26px;
  margin: 0 auto 6px;
  color: #3d6de8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dwa2-stat__icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
  flex-shrink: 0;
}

.dwa2-stat__num {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #16223f;
}

.dwa2-stat__label {
  margin: 2px 0 0;
  font-size: 11px;
  color: #939bb0;
  font-weight: 500;
}

/* ===================== RESPONSIVE ===================== */

/* Tablet */
@media (max-width: 991px) {
  .dwa2-hero {
    padding: 56px 20px 150px;
  }

  .dwa2-hero__container {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .dwa2-hero__left {
    align-items: center;
    text-align: center;
  }

  .dwa2-badge,
  .dwa2-feature,
  .dwa2-meta-row,
  .dwa2-trust {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .dwa2-hero__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .dwa2-hero__ctas {
    justify-content: center;
  }

  .dwa2-price-card {
    max-width: 520px;
  }

  .dwa2-save-badge {
    left: 14px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .dwa2-hero {
    padding: 44px 14px 120px;
  }

  .dwa2-hero__title {
    font-size: 27px;
  }

  .dwa2-hero__desc {
    font-size: 14px;
  }

  .dwa2-hero__ctas {
    flex-direction: column;
    width: 100%;
  }

  .dwa2-btn {
    width: 100%;
    justify-content: center;
  }

  .dwa2-meta-row {
    flex-direction: column;
    align-items: center;
  }

  .dwa2-trust {
    gap: 10px 16px;
  }

  .dwa2-price-card {
    padding: 22px 18px 20px;
  }

  .dwa2-plan {
    flex-wrap: wrap;
  }

  .dwa2-plan__price {
    margin-left: auto;
  }

  .dwa2-checklist {
    grid-template-columns: 1fr;
  }

  .dwa2-save-badge {
    top: 84px;
    left: 8px;
    font-size: 11px;
    padding: 6px 10px;
  }
}

@media (max-width: 380px) {
  .dwa2-hero__title {
    font-size: 23px;
  }

  .dwa2-price-card__stats {
    gap: 6px;
  }

  .dwa2-stat__num {
    font-size: 14px;
  }
}

/* respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .dwa2-price-card,
  .dwa2-save-badge {
    animation: none !important;
  }

  .dwa2-btn,
  .dwa2-feature,
  .dwa2-plan,
  .dwa2-enroll-btn {
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb29d40 *//* ==========================================================================
   Digital With Ankur — Trust Stats Bars
   1) Light "Trusted by..." bar
   2) Dark "By The Numbers" bar
   Font: Poppins (loaded via Google Fonts in the HTML file)
   Namespace: all classes prefixed with "dwa3-"
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.dwa3-trustbar * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.dwa3-trustbar {
  width: 100%;
  padding: 44px 24px;
}

.dwa3-trustbar__label {
  text-align: center;
  margin: 0 0 32px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.dwa3-trustbar__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.dwa3-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--dwa3-delay, 0s);
}

.dwa3-trustbar__grid.is-visible .dwa3-stat-item {
  opacity: 1;
  transform: translateY(0);
}

.dwa3-stat-item__icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.dwa3-stat-item:hover .dwa3-stat-item__icon {
  transform: translateY(-4px) scale(1.06);
}

.dwa3-stat-item__icon svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}

.dwa3-stat-item__num {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}

.dwa3-stat-item__label {
  margin: 0;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.3;
}

/* -------------------- LIGHT VARIANT -------------------- */

.dwa3-trustbar--light {
  background: #ffffff;
}

.dwa3-trustbar--light .dwa3-trustbar__label {
  color: #97a0b8;
}

.dwa3-trustbar--light .dwa3-stat-item__icon {
  background: #eaf0ff;
  color: #3d6de8;
}

.dwa3-trustbar--light .dwa3-stat-item__num {
  color: #16223f;
}

.dwa3-trustbar--light .dwa3-stat-item__label {
  color: #8b93ab;
}

/* -------------------- DARK VARIANT -------------------- */

.dwa3-trustbar--dark {
  background: linear-gradient(135deg, #1d3fa8 0%, #2c56c9 100%);
}

.dwa3-trustbar--dark .dwa3-trustbar__label {
  color: #ffc531;
}

.dwa3-trustbar--dark .dwa3-stat-item__icon {
  background: rgba(255, 255, 255, 0.12);
  color: #ffc531;
}

.dwa3-trustbar--dark .dwa3-stat-item__num {
  color: #ffffff;
  font-size: 22px;
}

.dwa3-trustbar--dark .dwa3-stat-item__label {
  color: rgba(255, 255, 255, 0.75);
}

/* stagger animation delays per column (both bars share this) */
.dwa3-trustbar__grid .dwa3-stat-item:nth-child(1) { --dwa3-delay: 0s; }
.dwa3-trustbar__grid .dwa3-stat-item:nth-child(2) { --dwa3-delay: 0.08s; }
.dwa3-trustbar__grid .dwa3-stat-item:nth-child(3) { --dwa3-delay: 0.16s; }
.dwa3-trustbar__grid .dwa3-stat-item:nth-child(4) { --dwa3-delay: 0.24s; }
.dwa3-trustbar__grid .dwa3-stat-item:nth-child(5) { --dwa3-delay: 0.32s; }
.dwa3-trustbar__grid .dwa3-stat-item:nth-child(6) { --dwa3-delay: 0.4s; }

/* ===================== RESPONSIVE ===================== */

@media (max-width: 900px) {
  .dwa3-trustbar__grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
}

@media (max-width: 560px) {
  .dwa3-trustbar {
    padding: 34px 16px;
  }

  .dwa3-trustbar__label {
    font-size: 11px;
    letter-spacing: 1.8px;
    margin-bottom: 24px;
  }

  .dwa3-trustbar__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }

  .dwa3-stat-item__icon {
    width: 38px;
    height: 38px;
  }

  .dwa3-stat-item__num {
    font-size: 16.5px;
  }

  .dwa3-trustbar--dark .dwa3-stat-item__num {
    font-size: 19px;
  }

  .dwa3-stat-item__label {
    font-size: 11.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dwa3-stat-item {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .dwa3-stat-item:hover .dwa3-stat-item__icon {
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52fb258 *//* ==========================================================================
   Digital With Ankur — Course Curriculum Accordion (6 Modules)
   Font: Poppins (loaded via Google Fonts in the HTML file)
   Namespace: all classes prefixed with "dwa4-"
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.dwa4-curriculum * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.dwa4-curriculum {
  width: 100%;
  background: #ffffff;
  padding: 56px 20px 60px;
}

.dwa4-curriculum__inner {
  max-width: 780px;
  margin: 0 auto;
}

/* -------------------- HEADER -------------------- */

.dwa4-curriculum__head {
  text-align: center;
  margin-bottom: 34px;
}

.dwa4-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  color: #3d6de8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.dwa4-curriculum__title {
  margin: 0 0 14px;
  font-size: clamp(22px, 3.4vw, 30px);
  font-weight: 800;
  line-height: 1.3;
  color: #16223f;
}

.dwa4-curriculum__title span {
  display: block;
  color: #3d6de8;
}

.dwa4-curriculum__desc {
  margin: 0 auto;
  max-width: 540px;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7284;
}

/* -------------------- MODULE LIST -------------------- */

.dwa4-modules {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dwa4-module {
  border: 1.5px solid #eceef4;
  border-radius: 14px;
  background: #ffffff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.dwa4-module.is-open {
  border-color: #bcd4ff;
  box-shadow: 0 10px 26px rgba(61, 109, 232, 0.1);
}

.dwa4-module__header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  cursor: pointer;
  user-select: none;
}

.dwa4-module__num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #eef2fb;
  color: #4b5b82;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease;
}

.dwa4-module.is-open .dwa4-module__num {
  background: #3d6de8;
  color: #ffffff;
}

.dwa4-module__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #3d6de8;
}

.dwa4-module__icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.dwa4-module__text {
  flex: 1;
  min-width: 0;
}

.dwa4-module__title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dwa4-module__title {
  margin: 0;
  font-size: 14.5px;
  font-weight: 700;
  color: #16223f;
}

.dwa4-module__sub {
  margin: 3px 0 0;
  font-size: 12.5px;
  color: #8b93ab;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dwa4-module__meta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dwa4-pill {
  background: #f2f4f9;
  color: #626b83;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.dwa4-module__chevron {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #8b93ab;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, color 0.3s ease;
}

.dwa4-module__chevron svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.dwa4-module.is-open .dwa4-module__chevron {
  transform: rotate(180deg);
  color: #3d6de8;
}

/* smooth open/close using the grid-rows trick (no JS height math needed) */
.dwa4-module__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.dwa4-module.is-open .dwa4-module__body {
  grid-template-rows: 1fr;
}

.dwa4-module__body-inner {
  overflow: hidden;
}

.dwa4-lessons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 16px 16px;
}

.dwa4-lesson {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f7f9fd;
  border: 1px solid #edf1fa;
  border-radius: 9px;
  padding: 9px 11px;
}

.dwa4-lesson__icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: #3d6de8;
}

.dwa4-lesson__icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.dwa4-lesson__name {
  flex: 1;
  font-size: 12px;
  font-weight: 500;
  color: #3a4256;
  line-height: 1.4;
}

.dwa4-lesson__dot {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c7cee0;
}

/* footnote */
.dwa4-footnote {
  text-align: center;
  margin: 22px 0 0;
  font-size: 11.5px;
  color: #a5abbd;
  font-weight: 500;
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 640px) {
  .dwa4-curriculum {
    padding: 44px 14px 44px;
  }

  .dwa4-module__header {
    flex-wrap: wrap;
    padding: 13px 14px;
  }

  .dwa4-module__text {
    flex-basis: calc(100% - 34px - 14px);
  }

  .dwa4-module__sub {
    white-space: normal;
  }

  .dwa4-module__meta {
    flex-basis: 100%;
    justify-content: flex-start;
    padding-left: 48px;
    margin-top: 6px;
  }

  .dwa4-module__chevron {
    position: absolute;
    right: 14px;
    top: 14px;
  }

  .dwa4-module__header {
    position: relative;
  }

  .dwa4-lessons {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dwa4-module,
  .dwa4-module__body,
  .dwa4-module__chevron,
  .dwa4-module__num {
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2731294 *//* ==========================================================================
   Digital With Ankur — "Everything You Need to Win on Flipkart" (6 cards)
   Recontented for the LIVE training class model.
   Font: Poppins (loaded via Google Fonts in the HTML file)
   Namespace: all classes prefixed with "dwa5-"
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.dwa5-features * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.dwa5-features {
  width: 100%;
  background: #f8f9fc;
  padding: 60px 20px 64px;
}

.dwa5-features__inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* -------------------- HEADER -------------------- */

.dwa5-features__head {
  text-align: center;
  margin-bottom: 38px;
}

.dwa5-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  color: #3d6de8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.dwa5-features__title {
  margin: 0 0 14px;
  font-size: clamp(22px, 3.4vw, 30px);
  font-weight: 800;
  line-height: 1.35;
  color: #16223f;
}

.dwa5-features__title span {
  color: #3d6de8;
}

.dwa5-features__desc {
  margin: 0 auto;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7284;
}

/* -------------------- GRID -------------------- */

.dwa5-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dwa5-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #edeff5;
  border-radius: 14px;
  padding: 22px 20px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  opacity: 0;
  transform: translateY(16px);
  animation: dwa5-rise 0.6s ease forwards;
  animation-delay: var(--dwa5-delay, 0s);
}

@keyframes dwa5-rise {
  to { opacity: 1; transform: translateY(0); }
}

.dwa5-grid .dwa5-card:nth-child(1) { --dwa5-delay: 0s; }
.dwa5-grid .dwa5-card:nth-child(2) { --dwa5-delay: 0.08s; }
.dwa5-grid .dwa5-card:nth-child(3) { --dwa5-delay: 0.16s; }
.dwa5-grid .dwa5-card:nth-child(4) { --dwa5-delay: 0.24s; }
.dwa5-grid .dwa5-card:nth-child(5) { --dwa5-delay: 0.32s; }
.dwa5-grid .dwa5-card:nth-child(6) { --dwa5-delay: 0.4s; }

.dwa5-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(22, 34, 63, 0.08);
  border-color: #dbe4fb;
}

.dwa5-card--highlight {
  border-color: #bcd4ff;
  box-shadow: 0 10px 26px rgba(61, 109, 232, 0.14);
}

.dwa5-card--highlight:hover {
  box-shadow: 0 18px 34px rgba(61, 109, 232, 0.2);
}

.dwa5-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #3d6de8;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: transform 0.3s ease;
}

.dwa5-card:hover .dwa5-card__icon {
  transform: scale(1.08);
}

.dwa5-card__icon svg {
  width: 19px !important;
  height: 19px !important;
  display: block !important;
}

.dwa5-card__title {
  margin: 0 0 6px;
  font-size: 14.5px;
  font-weight: 700;
  color: #16223f;
}

.dwa5-card__desc {
  margin: 0 0 16px;
  font-size: 12.5px;
  line-height: 1.65;
  color: #7a8095;
}

.dwa5-card__bar {
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: #ffc531;
  transition: width 0.3s ease;
}

.dwa5-card:hover .dwa5-card__bar {
  width: 42px;
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 860px) {
  .dwa5-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .dwa5-features {
    padding: 44px 16px 44px;
  }

  .dwa5-features__desc {
    font-size: 13px;
  }

  .dwa5-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dwa5-card {
    padding: 18px 16px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dwa5-card {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .dwa5-card:hover {
    transform: none !important;
  }

  .dwa5-card:hover .dwa5-card__icon {
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b717b8c *//* ==========================================================================
   Digital With Ankur — "Meet Your Instructor" Section
   Font: Poppins (loaded via Google Fonts in the HTML file)
   Namespace: all classes prefixed with "dwa6-"
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.dwa6-mentor * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.dwa6-mentor {
  width: 100%;
  background: #ffffff;
  padding: 64px 24px;
}

.dwa6-mentor__container {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}

/* -------------------- LEFT: PHOTO -------------------- */

.dwa6-mentor__photo-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.dwa6-mentor__photo-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, rgba(61, 109, 232, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.dwa6-mentor__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 3 / 3.7;
  border-radius: 26px;
  overflow: hidden;
  border: 3px solid #3d6de8;
  box-shadow: 0 20px 44px rgba(61, 109, 232, 0.22);
}

.dwa6-mentor__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dwa6-mentor__badge {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 12px;
  padding: 9px 16px;
  box-shadow: 0 12px 26px rgba(22, 34, 63, 0.16);
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.dwa6-mentor__badge-icon {
  flex-shrink: 0;
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  border-radius: 50%;
  background: #3d6de8;
  color: #ffffff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
}

.dwa6-mentor__badge-icon svg {
  width: 13px !important;
  height: 13px !important;
  max-width: 13px !important;
  max-height: 13px !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.dwa6-mentor__badge-title {
  margin: 0;
  font-size: 12.5px;
  font-weight: 700;
  color: #16223f;
  line-height: 1.2;
}

.dwa6-mentor__badge-sub {
  margin: 1px 0 0;
  font-size: 10.5px;
  font-weight: 500;
  color: #8b93ab;
  line-height: 1.2;
}

/* -------------------- RIGHT: CONTENT -------------------- */

.dwa6-mentor__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dwa6-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  color: #3d6de8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.dwa6-mentor__title {
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  line-height: 1.3;
  color: #16223f;
}

.dwa6-mentor__title span {
  color: #3d6de8;
}

.dwa6-mentor__name {
  margin: 4px 0 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: #3d6de8;
}

.dwa6-mentor__para {
  margin: 0 0 12px;
  font-size: 13.5px;
  line-height: 1.75;
  color: #626b83;
}

.dwa6-mentor__para b {
  color: #16223f;
  font-weight: 700;
}

/* stat cards */
.dwa6-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 14px 0 26px;
}

.dwa6-stat {
  background: #f7f9fd;
  border: 1px solid #edf1fa;
  border-radius: 12px;
  padding: 16px 10px;
  text-align: center;
  min-height: 0;
}

.dwa6-stat__icon {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  margin: 0 auto 8px !important;
  color: #3d6de8;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
  flex-shrink: 0;
}

.dwa6-stat__icon svg {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.dwa6-stat__num {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #16223f;
}

.dwa6-stat__label {
  margin: 3px 0 0;
  font-size: 11px;
  font-weight: 500;
  color: #8b93ab;
  line-height: 1.3;
}

/* follow row */
.dwa6-follow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dwa6-follow__label {
  font-size: 13px;
  font-weight: 600;
  color: #16223f;
}

.dwa6-follow__icons {
  display: flex;
  gap: 8px;
}

.dwa6-follow__link {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  border-radius: 8px;
  border: 1.5px solid #dbe4fb;
  background: #ffffff;
  color: #3d6de8;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden !important;
  flex-shrink: 0;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.dwa6-follow__link svg {
  width: 15px !important;
  height: 15px !important;
  max-width: 15px !important;
  max-height: 15px !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.dwa6-follow__link:hover {
  background: #3d6de8;
  color: #ffffff;
  border-color: #3d6de8;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(61, 109, 232, 0.3);
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 860px) {
  .dwa6-mentor__container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .dwa6-mentor__content {
    align-items: center;
  }

  .dwa6-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .dwa6-follow {
    justify-content: center;
  }

  .dwa6-mentor__photo {
    max-width: 260px;
  }
}

@media (max-width: 560px) {
  .dwa6-mentor {
    padding: 48px 16px 56px;
  }

  .dwa6-stats {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }

  .dwa6-stat {
    padding: 12px 6px;
  }

  .dwa6-stat__num {
    font-size: 13.5px;
  }

  .dwa6-stat__label {
    font-size: 10px;
  }

  .dwa6-mentor__photo {
    max-width: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dwa6-follow__link {
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1338707 *//* CSS Code Separate */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --primary-navy: #111827;
  --amazon-blue: #2563eb;
  --bright-blue: #1d4ed8;
  --card-bg-blue: #1d61f2;
  --amazon-yellow: #ffbf00;
  --yellow-hover: #f5b300;
  --text-dark: #1f2937;
  --text-muted: #4b5563;
  --border-color: #e5e7eb;
  --card-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.batch-pricing-section {
  font-family: 'Inter', sans-serif;
  background-color: #f9fafb;
  padding: 60px 20px;
  color: var(--text-dark);
  box-sizing: border-box;
}

.batch-pricing-section *, 
.batch-pricing-section *::before, 
.batch-pricing-section *::after {
  box-sizing: border-box;
}

.container-section {
  max-width: 1100px;
  margin: 0 auto;
}

/* Section Header Styles */
.section-header-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.1);
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 800;
  color: var(--primary-navy);
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.highlight-text {
  color: #2563eb;
}

.section-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* Pricing Grid Setup */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: stretch;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Base Card Styles */
.pricing-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  box-shadow: var(--card-shadow);
  padding: 40px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: var(--transition-smooth);
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 35px -10px rgba(0, 0, 0, 0.12);
}

/* Group Batch Specific Theme (Blue Gradient Card) */
.group-batch-card {
  background: linear-gradient(145deg, #1e5bf0 0%, #1545cc 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0 20px 30px -10px rgba(29, 97, 242, 0.35);
}

.group-batch-card .batch-desc,
.group-batch-card .original-price,
.group-batch-card .save-tag {
  color: rgba(255, 255, 255, 0.85);
}

.group-batch-card .features-list li {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* Badges */
.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffbc00;
  color: #111827;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.growth-badge {
  background: #2563eb;
  color: #ffffff;
}

/* Icon & Title headers inside cards */
.card-icon-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.batch-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.navy-icon {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.white-icon {
  background: #eff6ff;
  color: #2563eb;
}

.batch-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: #ffffff;
}

.dark-text {
  color: var(--primary-navy) !important;
}

.batch-desc {
  font-size: 13px;
  margin: 0;
  line-height: 1.4;
  color: var(--text-muted);
}

/* Pricing Numbers */
.pricing-block {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.2);
}

.group-batch-card .pricing-block {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 4px;
}

.currency {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.amount {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.original-price {
  font-size: 16px;
  font-weight: 600;
  text-decoration: line-through;
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.6);
}

.save-tag {
  font-size: 12px;
  font-weight: 600;
  color: #ffbc00;
  margin: 0;
}

.green-save {
  color: #16a34a !important;
}

/* Features List */
.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.features-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  padding: 9px 0;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-dark);
}

.features-list li:last-child {
  border-bottom: none;
}

.check-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.navy-check {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.green-check {
  background: #dcfce7;
  color: #16a34a;
}

/* CTA Buttons with Hover & Advanced Interactive Polish */
.card-cta-wrap {
  margin-top: auto;
}

.btn-cta {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition-smooth);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.btn-yellow {
  background-color: var(--amazon-yellow);
  color: #111827;
}

.btn-yellow:hover {
  background-color: var(--yellow-hover);
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(255, 191, 0, 0.4);
  color: #000;
}

.btn-blue {
  background-color: var(--amazon-blue);
  color: #ffffff;
}

.btn-blue:hover {
  background-color: var(--bright-blue);
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
  color: #fff;
}

.btn-cta .cta-arrow {
  transition: transform 0.25s ease;
}

.btn-cta:hover .cta-arrow {
  transform: translateX(5px);
}

/* Guarantee Banner Styles */
.guarantee-banner {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  margin-bottom: 20px;
}

@media (max-width: 650px) {
  .guarantee-banner {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
}

.shield-icon-wrap {
  width: 44px;
  height: 44px;
  background: #dcfce7;
  color: #16a34a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.guarantee-text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
}

.guarantee-text strong {
  color: var(--text-dark);
}

/* Trust Subtext Footer */
.trust-subtext {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}

.secure-icon {
  color: #eab308;
}

/* Entrance Animation Definition */
@keyframes fadeUpIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-up {
  animation: fadeUpIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-954e267 *//* CSS Code Separate */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --primary-navy: #111827;
  --amazon-blue: #2563eb;
  --bright-blue: #1d4ed8;
  --text-dark: #1f2937;
  --text-muted: #4b5563;
  --border-color: #e2e8f0;
  --bg-canvas: #f8fafc;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-section {
  font-family: 'Inter', sans-serif;
  background-color: #f9fafb;
  padding: 70px 20px;
  color: var(--text-dark);
  box-sizing: border-box;
}

.faq-section *, 
.faq-section *::before, 
.faq-section *::after {
  box-sizing: border-box;
}

.container-section {
  max-width: 820px;
  margin: 0 auto;
}

/* Section Header Styles */
.section-header-wrap {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px auto;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.tag-icon {
  color: #2563eb;
}

.section-title {
  font-size: clamp(30px, 4.5vw, 40px);
  font-weight: 800;
  color: var(--primary-navy);
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.highlight-text {
  color: #2563eb;
}

/* Accordion Main Wrapper */
.faq-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Individual Accordion Item */
.faq-item {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.faq-item:hover {
  border-color: #cbd5e1;
}

.faq-item.active {
  border-color: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08);
}

/* Question Button Header */
.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-navy);
  cursor: pointer;
  gap: 16px;
  transition: color 0.2s ease;
}

@media (max-width: 600px) {
  .faq-question {
    font-size: 15px;
    padding: 18px 16px;
  }
}

.faq-item.active .faq-question {
  color: #2563eb;
}

/* Chevron Icon Styling & Smooth Rotation */
.faq-icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.chevron-icon {
  color: #64748b;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease;
}

.faq-item.active .faq-icon-wrap {
  background: rgba(37, 99, 235, 0.1);
}

.faq-item.active .chevron-icon {
  color: #2563eb;
  transform: rotate(180deg);
}

/* Smooth Height Transition for Accordion Answer using CSS Grid */
.faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer-wrap {
  grid-template-rows: 1fr;
}

.faq-answer-content {
  overflow: hidden;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-muted);
  padding: 0 24px;
  opacity: 0;
  transition: opacity 0.25s ease 0.05s, padding-bottom 0.3s ease;
}

@media (max-width: 600px) {
  .faq-answer-content {
    padding: 0 16px;
    font-size: 14px;
  }
}

.faq-item.active .faq-answer-content {
  padding-bottom: 22px;
  opacity: 1;
}/* End custom CSS */