.elementor-7740 .elementor-element.elementor-element-52651e0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c89c18e */@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@400;500;600;700;800&amp;family=Noto+Sans+Bengali:wght@400;500;600;700;800&amp;display=swap');

:root {
  --ink: #2b211c;
  --muted: #75665e;
  --cream: #fbf6ef;
  --paper: #fffdf9;
  --accent: #b56b3d;
  --accent2: #e4b07a;
  --line: #eadbca;
  --dark: #35251e;
  --green: #5e7255
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  background: #efe7de;
  color: var(--ink);
  font-family: "Noto Sans Bengali", sans-serif!important;
  line-height: 1.8
}

.book {
  max-width: 980px;
  margin: 0 auto;
  background: var(--paper);
  box-shadow: 0 10px 50px #0001
}

.page {
  padding: 70px 78px;
  min-height: 1120px;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden
}

.cover {
  min-height: 1120px;
  background: radial-gradient(circle at 80% 20%, #f1d2ad 0, transparent 28%), linear-gradient(135deg, #fff8ef, #ead5bd);
  display: flex;
  align-items: center
}

.kicker {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
  font-size: 13px
}

.cover h1 {
  font-family: "Noto Serif Bengali"!important;
  font-size: 58px;
  line-height: 1.2;
  margin: 18px 0
}

.cover p {
  font-size: 20px;
  color: var(--muted);
  max-width: 640px
}

.candle {
  width: 220px;
  height: 360px;
  margin: 50px auto 20px;
  position: relative;
  filter: drop-shadow(0 22px 25px #70401d33)
}

.candle .flame {
  position: absolute;
  left: 92px;
  top: 0;
  width: 38px;
  height: 58px;
  background: #f4a340;
  border-radius: 60% 40% 60% 40%;
  transform: rotate(12deg);
  box-shadow: 0 0 35px #ef9c45
}

.candle .wick {
  position: absolute;
  left: 108px;
  top: 48px;
  width: 4px;
  height: 32px;
  background: #38241c
}

.candle .wax {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 160px;
  height: 290px;
  border-radius: 18px 18px 28px 28px;
  background: linear-gradient(90deg, #f7e1c0, #fff2dc 50%, #e7c092);
  box-shadow: inset -12px 0 25px #b77c4233
}

.candle .label {
  position: absolute;
  left: 52px;
  top: 135px;
  width: 116px;
  padding: 15px 5px;
  background: #fffaf1;
  text-align: center;
  border: 1px solid #dfc5a8;
  font-family: "Noto Serif Bengali";
  font-weight: 700
}

h2 {
  font-family: "Noto Serif Bengali";
  font-size: 35px;
  line-height: 1.35;
  margin: 0 0 20px;
  color: var(--dark)
}

h3 {
  font-family: "Noto Serif Bengali";
  font-size: 23px;
  color: var(--dark)
}

.lead {
  font-size: 21px
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.card {
  background: #fffaf4;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px
}

.card strong {
  color: var(--accent)
}

.stat {
  font-size: 38px;
  font-weight: 800;
  color: var(--accent);
  display: block
}

.small {
  font-size: 14px;
  color: var(--muted)
}

.quote {
  border-left: 5px solid var(--accent2);
  background: #fff7ed;
  padding: 18px 22px;
  border-radius: 0 14px 14px 0;
  font-family: "Noto Serif Bengali";
  font-size: 20px;
  margin: 25px 0
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: white
}

th,
td {
  padding: 13px;
  border-bottom: 1px solid var(--line);
  text-align: left
}

th {
  background: #f5e9da
}

.bar {
  height: 18px;
  background: #eee2d6;
  border-radius: 99px;
  overflow: hidden;
  margin: 7px 0 18px
}

.bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  border-radius: 99px
}

.timeline {
  border-left: 3px solid var(--accent2);
  padding-left: 25px
}

.step {
  margin: 0 0 25px;
  position: relative
}

.step:before {
  content: "";
  position: absolute;
  left: -34px;
  top: 9px;
  width: 14px;
  height: 14px;
  background: var(--accent);
  border-radius: 50%;
  border: 4px solid #fff4e8
}

.cta {
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(145deg, #35251e, #5a3a2b);
  color: #fff
}

.cta h2 {
  color: #fff;
  font-size: 45px
}

.cta p {
  font-size: 21px;
  color: #f2dfcd;
  max-width: 650px;
  margin: 15px auto 30px
}

.button {
  display: inline-block;
  background: #e9b16f;
  color: #2b211c;
  padding: 16px 42px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  box-shadow: 0 8px 20px #0003
}

.footer {
  position: absolute;
  bottom: 28px;
  left: 78px;
  right: 78px;
  color: #a28e7e;
  font-size: 12px;
  display: flex;
  justify-content: space-between
}

.note {
  font-size: 13px;
  color: var(--muted);
  background: #f7f0e8;
  padding: 12px 16px;
  border-radius: 12px
}

@media(max-width:700px) {
  .page {
    padding: 42px 24px;
    min-height: auto
  }

  .cover {
    min-height: 850px
  }

  .cover h1 {
    font-size: 40px
  }

  .grid,
  .grid3 {
    grid-template-columns: 1fr
  }

  .footer {
    position: static;
    margin-top: 35px
  }

  .candle {
    transform: scale(.8);
    margin: 15px auto
  }

  h2 {
    font-size: 29px
  }
}

@media print {
  body {
    background: white
  }

  .book {
    box-shadow: none;
    max-width: none
  }

  .page {
    page-break-after: always;
    min-height: 100vh
  }

  .cta {
    min-height: 100vh
  }

  .button {
    color: #2b211c
  }
}/* End custom CSS */