.elementor-8404 .elementor-element.elementor-element-d3c01c9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a6fb034 *//* =========================================
   BUSINESS DRIFT — PREMIUM BANGLA EBOOK
   Ready Spice Mix Business Idea
========================================= */

:root {
  --ink: #25211d;
  --muted: #746d65;
  --cream: #fbf7ef;
  --paper: #fffdf8;
  --accent: #a44b25;
  --accent-dark: #74331d;
  --gold: #c9973e;
  --green: #526c4a;
  --line: #e9dfd1;
  --soft: #f3eadf;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(67, 45, 27, .09);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #e9e2d9;
  color: var(--ink);
  font-family: "Hind Siliguri", sans-serif;
  line-height: 1.85;
  font-size: 17px;
}

.ebook {
  width: 100%;
  max-width: 980px;
  margin: auto;
  background: var(--paper);
}

.page {
  position: relative;
  min-height: 1120px;
  padding: 90px 85px;
  background: var(--paper);
  overflow: hidden;
  page-break-after: always;
}

.page:nth-child(even) {
  background: var(--cream);
}

h1,
h2,
h3 {
  line-height: 1.35;
  font-weight: 700;
}

h2 {
  font-size: 42px;
  margin: 14px 0 30px;
  letter-spacing: -1px;
}

h2 span {
  color: var(--accent);
}

h3 {
  font-size: 23px;
  margin-bottom: 10px;
}

p {
  color: #514a43;
  margin-bottom: 20px;
}

.lead {
  font-size: 22px;
  line-height: 1.9;
  color: #403a34;
}

.eyebrow {
  display: inline-block;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-number {
  position: absolute;
  top: 45px;
  right: 65px;
  font-size: 13px;
  font-weight: 700;
  color: #a89c8e;
  letter-spacing: 2px;
}


/* =========================================
   COVER
========================================= */

.cover {
  min-height: 1120px;
  background:
    radial-gradient(circle at 85% 20%, rgba(201,151,62,.16), transparent 25%),
    radial-gradient(circle at 10% 85%, rgba(164,75,37,.10), transparent 28%),
    var(--cream) !important;
  display: flex;
  align-items: center;
  padding: 100px 75px;
}

.cover-content {
  width: 68%;
  position: relative;
  z-index: 3;
}

.cover h1 {
  font-size: 59px;
  line-height: 1.2;
  margin: 25px 0;
  letter-spacing: -2px;
}

.cover h1 strong {
  display: block;
  color: var(--accent);
}

.cover-subtitle {
  font-size: 21px;
  line-height: 1.8;
  max-width: 650px;
}

.cover-badge {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #d7c6ae;
  border-radius: 40px;
  color: var(--accent-dark);
  background: rgba(255,255,255,.55);
}

.author {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 600;
}

.author small {
  color: #8d8379;
  font-weight: 400;
}

.spice-visual {
  position: absolute;
  width: 320px;
  height: 420px;
  right: 25px;
  top: 310px;
}

.spice-bowl {
  width: 150px;
  height: 150px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 65px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.bowl-one {
  top: 0;
  right: 20px;
}

.bowl-two {
  top: 140px;
  left: 10px;
}

.bowl-three {
  bottom: 0;
  right: 45px;
}


/* =========================================
   COMMON COMPONENTS
========================================= */

.highlight-box {
  display: flex;
  gap: 20px;
  margin-top: 35px;
  padding: 30px;
  background: var(--soft);
  border-left: 5px solid var(--accent);
  border-radius: 0 15px 15px 0;
}

.highlight-icon {
  font-size: 32px;
}

.highlight-box h3 {
  color: var(--accent-dark);
}

.small-note {
  font-size: 13px;
  color: #92887d;
  font-style: italic;
  margin-top: 18px;
}

.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 45px;
}

.info-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 10px 25px rgba(0,0,0,.035);
}

.card-icon {
  font-size: 35px;
  margin-bottom: 15px;
}


/* =========================================
   PROBLEM
========================================= */

.problem-list {
  margin-top: 40px;
}

.problem {
  display: flex;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.problem > span {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: white;
  border-radius: 50%;
  font-weight: 700;
}

.problem p {
  margin-bottom: 0;
}


/* =========================================
   CHART
========================================= */

.opportunity-chart {
  margin-top: 45px;
  padding: 35px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.chart-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.bar-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.bar {
  height: 13px;
  background: #eee6dc;
  border-radius: 30px;
  overflow: hidden;
}

.bar i {
  display: block;
  height: 100%;
  background: var(--accent);
  border-radius: inherit;
}


/* =========================================
   PERSONA
========================================= */

.persona-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.persona {
  padding: 35px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.persona-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--soft);
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 18px;
}

.persona strong {
  display: inline-block;
  color: var(--green);
  margin-top: 10px;
}


/* =========================================
   PRODUCTS
========================================= */

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.product-card {
  padding: 27px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 16px;
  min-height: 190px;
}

.product-card > span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.product-card h3 {
  margin-top: 10px;
}

.product-card p {
  font-size: 15px;
}


/* =========================================
   STRATEGY
========================================= */

.strategy-box {
  margin: 45px 0;
  display: grid;
  grid-template-columns: 1fr 70px 1.3fr;
  align-items: center;
  gap: 20px;
}

.strategy-old,
.strategy-new {
  padding: 35px;
  border-radius: 20px;
}

.strategy-old {
  background: #f1ece6;
}

.strategy-new {
  background: var(--soft);
  border: 2px solid #d8b989;
}

.strategy-old small,
.strategy-new small {
  color: #8d8175;
  font-weight: 700;
}

.strategy-old h3,
.strategy-new h3 {
  margin-top: 12px;
}

.arrow {
  font-size: 35px;
  color: var(--accent);
  text-align: center;
}


/* =========================================
   FLOW
========================================= */

.step-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 45px;
}

.flow-step {
  position: relative;
  padding: 25px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}

.flow-step b {
  display: block;
  color: var(--accent);
  font-size: 28px;
  margin-bottom: 15px;
}

.flow-step p {
  font-size: 14px;
}


/* =========================================
   CHECK / WARNING
========================================= */

.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 35px 0;
}

.check-grid div {
  padding: 18px;
  background: white;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.warning-box {
  padding: 25px;
  background: #f8eee4;
  border: 1px solid #e4c9aa;
  border-radius: 15px;
  color: #684c36;
}


/* =========================================
   PACKAGING
========================================= */

.packaging-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 45px;
}

.packaging-grid > div {
  padding: 30px;
  border-radius: 20px;
  background: white;
  border: 1px solid var(--line);
}

.packaging-grid ul,
.large-list {
  padding-left: 22px;
}

.packaging-grid li {
  margin: 7px 0;
}


/* =========================================
   BRAND
========================================= */

.brand-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 45px;
}

.pillar {
  padding: 28px 20px;
  text-align: center;
  border-radius: 18px;
  background: white;
  border: 1px solid var(--line);
}

.pillar > div {
  font-size: 35px;
  margin-bottom: 15px;
}

.pillar p {
  font-size: 14px;
}


/* =========================================
   COST
========================================= */

.cost-table {
  margin-top: 40px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: white;
}

.cost-table > div {
  display: flex;
  justify-content: space-between;
  padding: 18px 25px;
  border-bottom: 1px solid var(--line);
}

.cost-table .total {
  background: var(--soft);
  font-weight: 700;
}

.cost-table .selling {
  background: #edf0e9;
  font-weight: 700;
}

.profit-card {
  margin-top: 30px;
  padding: 35px;
  background: var(--accent);
  color: white;
  border-radius: 20px;
}

.profit-card small {
  display: block;
  opacity: .8;
}

.profit-card strong {
  display: block;
  font-size: 48px;
  margin: 5px 0;
}

.profit-card p {
  color: white;
  opacity: .9;
}


/* =========================================
   SCALE
========================================= */

.scale-chart {
  margin-top: 45px;
}

.scale-item {
  margin: 30px 0;
}

.scale-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.scale-head strong {
  color: var(--accent);
}

.scale-bar {
  height: 16px;
  border-radius: 20px;
  background: #e9e0d5;
  overflow: hidden;
}

.scale-bar i {
  display: block;
  height: 100%;
  background: var(--green);
  border-radius: inherit;
}


/* =========================================
   BUNDLE
========================================= */

.bundle-card {
  margin: 45px auto;
  max-width: 550px;
  padding: 40px;
  text-align: center;
  background: var(--soft);
  border: 2px solid #d8c19d;
  border-radius: 25px;
}

.bundle-card > span {
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--accent);
  font-weight: 700;
}

.bundle-card h3 {
  font-size: 30px;
  margin: 12px 0 25px;
}

.bundle-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.bundle-items div {
  padding: 10px;
  background: white;
  border-radius: 8px;
}

.bundle-price {
  display: block;
  margin-top: 25px;
  font-size: 24px;
  color: var(--accent-dark);
}


/* =========================================
   MARKETING
========================================= */

.marketing-card {
  display: grid;
  grid-template-columns: 1fr 60px 1.3fr;
  align-items: center;
  gap: 15px;
  margin: 40px 0;
}

.bad-ad,
.good-ad {
  padding: 30px;
  border-radius: 18px;
}

.bad-ad {
  background: #eee9e3;
}

.good-ad {
  background: var(--soft);
  border: 1px solid #ddc49e;
}

.bad-ad small,
.good-ad small {
  color: #887c70;
}

.marketing-arrow {
  font-size: 30px;
  text-align: center;
  color: var(--accent);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.content-grid div {
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
}


/* =========================================
   FUNNEL
========================================= */

.funnel {
  margin-top: 45px;
}

.funnel-row {
  margin: 12px auto;
  padding: 20px 25px;
  border-radius: 14px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.funnel-row strong {
  width: 110px;
  flex-shrink: 0;
  color: var(--accent-dark);
}

.funnel-row.one {
  width: 100%;
  background: #f3ece3;
}

.funnel-row.two {
  width: 90%;
  background: #eee5d9;
}

.funnel-row.three {
  width: 80%;
  background: #e9ddce;
}

.funnel-row.four {
  width: 70%;
  background: #e1d2c0;
}

.funnel-row.five {
  width: 60%;
  background: #d7c3a9;
}


/* =========================================
   CTA
========================================= */

.cta {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(201,151,62,.18), transparent 40%),
    var(--cream) !important;
}

.cta-icon {
  font-size: 60px;
  margin-bottom: 20px;
}

.cta h2 {
  max-width: 700px;
}

.cta p {
  max-width: 600px;
}

.cta-button {
  display: inline-block;
  padding: 14px 38px;
  border-radius: 50px;
  background: var(--accent);
  color: white;
  text-decoration: none;
  font-weight: 700;
  margin-top: 15px;
  transition: .3s ease;
}

.cta-button:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

.cta-button.large {
  padding: 18px 55px;
  font-size: 20px;
}

.cta.compact {
  min-height: 620px;
}


/* =========================================
   CHANNELS
========================================= */

.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 45px;
}

.channel-grid > div {
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.channel-grid span {
  color: var(--gold);
  font-weight: 700;
}


/* =========================================
   SUBSCRIPTION
========================================= */

.subscription {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 45px 0;
}

.subscription > div {
  padding: 35px 20px;
  text-align: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.subscription strong,
.subscription span {
  display: block;
}

.subscription strong {
  color: var(--accent);
  font-size: 22px;
}

.subscription span {
  margin-top: 10px;
}


/* =========================================
   TRUST
========================================= */

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.trust-grid > div {
  padding: 30px;
  background: white;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.trust-grid b {
  font-size: 28px;
  color: var(--accent);
}


/* =========================================
   OPERATIONS
========================================= */

.operation-flow {
  margin: 45px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.operation-flow div {
  padding: 12px 15px;
  border-radius: 10px;
  background: var(--soft);
  font-size: 14px;
  font-weight: 600;
}

.operation-flow i {
  color: var(--accent);
  font-style: normal;
}


/* =========================================
   EQUIPMENT
========================================= */

.equipment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 40px 0;
}

.equipment-grid div {
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.tip-box {
  padding: 25px;
  border-radius: 16px;
  background: #edf0e9;
}


/* =========================================
   ROADMAP
========================================= */

.roadmap {
  margin-top: 45px;
  border-left: 3px solid var(--accent);
  padding-left: 35px;
}

.road {
  position: relative;
  padding: 10px 0 30px;
}

.road::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--accent);
  left: -43px;
  top: 17px;
}

.road span {
  display: inline-block;
  padding: 4px 12px;
  background: var(--soft);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  border-radius: 30px;
}

.road h3 {
  margin-top: 10px;
}


/* =========================================
   VALIDATION
========================================= */

.validation-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 45px 0;
}

.validation-box > div {
  padding: 25px 15px;
  text-align: center;
  border-radius: 17px;
  background: white;
  border: 1px solid var(--line);
}

.validation-box strong {
  display: block;
  font-size: 35px;
  color: var(--accent);
}

.validation-box span {
  font-size: 14px;
}


/* =========================================
   FEEDBACK
========================================= */

.feedback-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 45px 0;
}

.feedback-grid > div {
  padding: 30px 15px;
  text-align: center;
  background: var(--soft);
  border-radius: 15px;
}

.feedback-grid span,
.feedback-grid strong {
  display: block;
}

.feedback-grid strong {
  color: var(--accent);
  font-size: 30px;
}


/* =========================================
   RISK
========================================= */

.risk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.risk {
  padding: 30px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.risk > span {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 30px;
  background: #f2e4d8;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}


/* =========================================
   MISTAKES
========================================= */

.mistake-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.mistake-list > div {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: white;
}

.mistake-list b {
  color: var(--accent);
  font-size: 24px;
}


/* =========================================
   KPI
========================================= */

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 45px 0;
}

.kpi-grid > div {
  padding: 30px 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  text-align: center;
}

.kpi-grid strong,
.kpi-grid span {
  display: block;
}

.kpi-grid strong {
  color: var(--accent);
  font-size: 25px;
}


/* =========================================
   SCALE RULES
========================================= */

.scale-rules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 45px;
}

.scale-rules > div {
  padding: 30px;
  border-radius: 18px;
  background: white;
  border: 1px solid var(--line);
}

.scale-rules b {
  display: block;
  color: var(--accent);
  font-size: 30px;
}


/* =========================================
   EXPANSION
========================================= */

.expansion {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 45px;
}

.expansion > div {
  padding: 28px 18px;
  text-align: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.expansion span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}


/* =========================================
   TIMELINE
========================================= */

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 45px;
}

.timeline-item {
  padding: 30px;
  border-radius: 18px;
  background: white;
  border-top: 5px solid var(--accent);
}

.timeline-item > span {
  color: var(--accent);
  font-weight: 700;
}

.timeline-item ul {
  padding-left: 20px;
  margin-top: 15px;
}

.timeline-item li {
  margin: 6px 0;
}


/* =========================================
   PROS CONS
========================================= */

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 45px;
}

.pros,
.cons {
  padding: 35px;
  border-radius: 20px;
}

.pros {
  background: #edf0e9;
}

.cons {
  background: #f5e9df;
}

.pros h3,
.cons h3 {
  margin-bottom: 20px;
}

.pros ul,
.cons ul {
  padding-left: 22px;
}

.pros li,
.cons li {
  margin: 8px 0;
}


/* =========================================
   CHECKLIST
========================================= */

.checklist {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checklist label {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 17px 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.checklist input {
  width: 18px;
  height: 18px;
}


/* =========================================
   FINAL INSIGHT
========================================= */

.final-insight {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.final-insight h2 {
  max-width: 780px;
  font-size: 48px;
}

.final-quote {
  margin-top: 35px;
  padding: 30px;
  border-left: 5px solid var(--accent);
  font-size: 28px;
  line-height: 1.5;
  color: var(--accent-dark);
  background: var(--soft);
}


/* =========================================
   FINAL CTA
========================================= */

.final-cta {
  min-height: 1120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(201,151,62,.16), transparent 25%),
    radial-gradient(circle at 80% 75%, rgba(164,75,37,.12), transparent 30%),
    var(--cream) !important;
}

.final-cta h2 {
  max-width: 760px;
  font-size: 46px;
  margin: 30px 0;
}

.cta-footer {
  margin-top: 45px;
  color: #95897c;
  font-size: 14px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 800px) {

  body {
    font-size: 16px;
  }

  .page,
  .cover,
  .final-cta {
    padding: 65px 30px;
    min-height: auto;
  }

  h2 {
    font-size: 34px;
  }

  .cover {
    display: block;
  }

  .cover-content {
    width: 100%;
  }

  .cover h1 {
    font-size: 43px;
  }

  .cover-subtitle {
    font-size: 18px;
  }

  .cover .author {
    margin-top: 55px;
  }

  .spice-visual {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 250px;
    margin-top: 40px;
  }

  .spice-bowl {
    width: 100px;
    height: 100px;
    font-size: 45px;
  }

  .bowl-one {
    right: 10%;
  }

  .bowl-two {
    left: 15%;
    top: 70px;
  }

  .bowl-three {
    right: 30%;
    bottom: 0;
  }

  .three-grid,
  .product-grid,
  .packaging-grid,
  .brand-pillars,
  .channel-grid,
  .expansion,
  .timeline {
    grid-template-columns: 1fr;
  }

  .persona-grid,
  .risk-grid,
  .mistake-list,
  .pros-cons,
  .scale-rules,
  .trust-grid,
  .equipment-grid {
    grid-template-columns: 1fr;
  }

  .step-flow {
    grid-template-columns: 1fr 1fr;
  }

  .validation-box,
  .feedback-grid {
    grid-template-columns: 1fr 1fr;
  }

  .strategy-box,
  .marketing-card {
    grid-template-columns: 1fr;
  }

  .arrow,
  .marketing-arrow {
    transform: rotate(90deg);
  }

  .funnel-row,
  .funnel-row.one,
  .funnel-row.two,
  .funnel-row.three,
  .funnel-row.four,
  .funnel-row.five {
    width: 100%;
  }

  .operation-flow {
    justify-content: center;
  }

  .section-number {
    right: 30px;
  }

  .final-insight h2,
  .final-cta h2 {
    font-size: 36px;
  }
}


/* =========================================
   PRINT
========================================= */

@media print {

  body {
    background: white;
  }

  .ebook {
    max-width: none;
  }

  .page {
    min-height: 100vh;
    page-break-after: always;
  }

  .cta-button {
    color: white !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}/* End custom CSS */