.elementor-7442 .elementor-element.elementor-element-5ab0c1d{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-7442 .elementor-element.elementor-element-5ab0c1d{--min-height:0px;}.elementor-7442 .elementor-element.elementor-element-5ab0c1d.e-con{--align-self:flex-start;}}/* Start custom CSS for html, class: .elementor-element-9ebf6fb */:root {
  --deep: #5B3FA0;
  --deep2: #4A3184;
  --mid: #8367C7;
  --lav: #E8E3F5;
  --lav-soft: #F4F1FB;
  --white: #FFFFFF;
  --ink: #2E2140;
  --ink-soft: #6B5E86;
}

/* Hide only the footer elements */
footer, 
#colophon, 
.site-footer, 
.elementor-location-footer {
    display: none !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: var(--lav-soft);
  font-family: 'Hind Siliguri', sans-serif;
  color: var(--ink);
}

.poster {
  max-width: 1000px;
  width: 100%;
  margin: 80px auto 10px;
  background: var(--white);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  border-radius: 20px;
}

h1, h2, h3, .headfont {
  font-family: 'Baloo Da 2', sans-serif;
}

/* ---------- HEADER ---------- */
.header {
  position: relative;
  background: linear-gradient(160deg, var(--deep) 0%, var(--deep2) 65%, #7455C4 100%);
  padding: 40px 56px 40px 56px;
  color: var(--white);
  z-index: 1;
}

.header::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.header::before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -110px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.tag {
  position: absolute;
  top: 32px;
  right: 56px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 7px 16px;
  border-radius: 30px;
  font-weight: 600;
  z-index: 2;
}

.eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #D8CCF7;
  margin-top: 26px;
  margin-bottom: 10px;
}

.headline {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
  max-width: 680px;
  margin-bottom: 14px;
}

.subhead {
  font-size: 17px;
  font-weight: 500;
  color: #EDE7FA;
  max-width: 640px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.definition {
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid #C9B8F2;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #F4F0FC;
  max-width: 850px;
}

.definition b {
  color: #fff;
}

.intro-line {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.7;
  max-width: 850px;
}

/* ---------- SECTION WRAPPER ---------- */
.section {
  position: relative;
  padding: 44px 56px 40px 56px;
  z-index: 1;
}

.section-bg-lav {
  background: var(--lav);
}

.section-bg-white {
  background: var(--white);
}

.divider {
  border: none;
  border-top: 2.5px dotted #C9B8E8;
  margin: 0 56px;
}

.sec-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.badge {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 14px;
  background: var(--deep);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Baloo Da 2', sans-serif;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(91, 63, 160, 0.35);
}

.sec-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--deep);
}

.sec-sub {
  font-size: 13.5px;
  color: var(--ink-soft);
  font-weight: 500;
  margin-top: 2px;
}

/* ---------- ICON BULLET LIST ---------- */
.icon-row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--white);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 14px;
  box-shadow: 0 3px 12px rgba(91, 63, 160, 0.08);
}

.section-bg-white .icon-row {
  background: var(--lav-soft);
  box-shadow: none;
}

.icon-circle {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: var(--lav);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle svg {
  width: 22px;
  height: 22px;
}

.icon-row .txt-title {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
}

.icon-row .txt-body {
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* ---------- TWO COLUMN ---------- */
.two-col {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.col {
  flex: 1;
  min-width: 280px;
}

.col-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.col-head-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--deep);
}

.col-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--deep);
  letter-spacing: 0.5px;
}

.stack-card {
  background: var(--white);
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 12px;
  box-shadow: 0 3px 12px rgba(91, 63, 160, 0.08);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.stack-card .icon-circle {
  background: var(--lav);
}

.stack-title {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
}

.stack-sub {
  font-size: 12.5px;
  color: var(--ink-soft);
  margin-top: 2px;
  line-height: 1.5;
}

.stack-amount {
  font-size: 15px;
  font-weight: 700;
  color: var(--deep);
  margin-top: 2px;
}

/* ---------- PERSONA AVATARS ---------- */
.persona-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.persona {
  flex: 1;
  min-width: 130px;
  text-align: center;
}

.avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(91, 63, 160, 0.18);
  border: 3px solid #fff;
}

.persona-label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
}

/* ---------- PYRAMID STEPS ---------- */
.pyramid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  width: 100%;
}

.pyr-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}

.pyr-shape {
  min-height: 52px;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--mid), var(--deep));
  display: flex;
  align-items: center;
  padding: 10px 22px;
  color: #fff;
  margin: 0 auto;
}

.step-1 { width: 56%; }
.step-2 { width: 66%; }
.step-3 { width: 76%; }
.step-4 { width: 86%; }
.step-5 { width: 100%; }

.pyr-num {
  font-family: 'Baloo Da 2', sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.22);
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

.pyr-text {
  font-size: 14px;
  font-weight: 600;
}

/* ---------- CHECK / WARNING LISTS ---------- */
.plain-list {
  list-style: none;
}

.plain-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
}

.plain-item svg {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-top: 1px;
}

/* ---------- REVENUE BANNER ---------- */
.revenue-banner {
  margin-top: 18px;
  background: var(--deep);
  border-radius: 16px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
}

.revenue-banner .amt {
  font-family: 'Baloo Da 2', sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.revenue-banner .lbl {
  font-size: 13px;
  color: #E2D6FA;
}

/* ---------- FOOTER ---------- */
.footer {
  background: linear-gradient(135deg, var(--deep2) 0%, var(--deep) 100%);
  color: #fff;
  padding: 46px 56px 40px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  left: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.footer::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -100px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.footer-q {
  font-size: 23px;
  font-weight: 700;
  font-family: 'Baloo Da 2', sans-serif;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.footer-sub {
  font-size: 14.5px;
  color: #E7DEFA;
  max-width: 560px;
  margin: 0 auto 26px auto;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.cta {
  display: inline-block;
  background: #fff;
  color: var(--deep);
  font-family: 'Baloo Da 2', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 34px;
  border-radius: 40px;
  margin-bottom: 22px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.handle {
  font-size: 13px;
  color: #D8CCF7;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}

/* ===================================================
   RESPONSIVE MEDIA QUERIES
=================================================== */

@media (max-width: 768px) {
  .header, .section, .footer {
    padding: 120px 24px 50px;
  }
.poster{
    margin-top:60px;
    border-radius: 10px;
}
  .tag {
    position: static;
    display: inline-block;
    margin-bottom: 12px;
  }

  .eyebrow {
    margin-top: 0;
  }

  .headline {
    font-size: 30px;
  }

  .subhead {
    font-size: 15px;
  }

  .divider {
    margin: 0 24px;
  }

  /* Pyramid Adjustments for Tablet & Small Screens */
  .step-1, .step-2, .step-3, .step-4, .step-5 {
    width: 100%;
  }

  .revenue-banner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .headline {
    font-size: 26px;
  }

  .sec-title {
    font-size: 20px;
  }

  .persona {
    flex: 0 0 45%;
  }

  .pyr-shape {
    padding: 10px 14px;
  }

  .pyr-text {
    font-size: 13px;
  }
}/* End custom CSS */