.elementor-8349 .elementor-element.elementor-element-63740eb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-602a603 */@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Noto+Serif+Bengali:wght@400;600;700&display=swap');

:root {
    --green: #244d40;
    --green-dark: #173a30;
    --gold: #bd8a3e;
    --cream: #f7f3e9;
    --paper: #ffffff;
    --soft: #f4f0e6;
    --ink: #202b27;
    --muted: #68736e;
    --line: #e5dfd3;
    --orange: #d18b48;
    --shadow: 0 22px 65px rgba(36, 44, 38, .13);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #d8d5ce;
    color: var(--ink);
    font-family: "Hind Siliguri", sans-serif;
    line-height: 1.8;
}

.ebook {
    width: 1100px;
    max-width: calc(100% - 30px);
    margin: 40px auto;
}

.page {
    width: 100%;
    min-height: 1414px;
    background: var(--paper);
    margin-bottom: 35px;
    padding: 88px 90px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.page::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(189,138,62,.12);
    border-radius: 50%;
    right: -140px;
    top: -130px;
}

.page-number {
    position: absolute;
    right: 70px;
    top: 48px;
    font-size: 13px;
    color: #a6a099;
}

.eyebrow {
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 13px;
}

h1,
h2,
h3 {
    font-family: "Noto Serif Bengali", serif;
}

h2 {
    font-size: 38px;
    line-height: 1.45;
    margin-bottom: 25px;
}

h3 {
    line-height: 1.45;
}

p {
    color: #515d57;
    font-size: 17px;
    margin-bottom: 18px;
}


/* COVER */

.cover {
    min-height: 1414px;
    background:
        radial-gradient(circle at 85% 15%, rgba(189,138,62,.23), transparent 30%),
        radial-gradient(circle at 10% 85%, rgba(36,77,64,.13), transparent 35%),
        var(--cream);

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cover-badge {
    width: fit-content;
    padding: 7px 18px;
    background: var(--green);
    color: white;
    border-radius: 30px;
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 35px;
}

.cover-layout {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    gap: 30px;
}

.cover h1 {
    font-size: 62px;
    line-height: 1.18;
    max-width: 680px;
}

.cover h1 span {
    color: var(--gold);
    display: block;
}

.cover-lead {
    font-size: 20px;
    max-width: 620px;
    margin-top: 25px;
}

.gold-line {
    width: 90px;
    height: 4px;
    background: var(--gold);
    margin: 28px 0;
}

.edition {
    color: var(--green);
    font-size: 14px;
    letter-spacing: 1px;
}


/* BOTTLE VISUAL */

.bottle-visual {
    height: 500px;
    position: relative;
}

.bottle-shadow {
    position: absolute;
    width: 260px;
    height: 45px;
    background: rgba(0,0,0,.12);
    filter: blur(18px);
    border-radius: 50%;
    left: 70px;
    bottom: 45px;
}

.bottle {
    position: absolute;
    width: 190px;
    height: 380px;
    left: 100px;
    top: 45px;
    transform: rotate(5deg);
}

.cap {
    width: 82px;
    height: 58px;
    background: #a97b38;
    border-radius: 13px 13px 7px 7px;
    margin: auto;
    box-shadow: inset 0 -7px 10px rgba(0,0,0,.15);
}

.neck {
    width: 90px;
    height: 45px;
    margin: -3px auto 0;
    background: #d7b66f;
}

.bottle-body {
    height: 290px;
    margin-top: -4px;
    border-radius: 28px 28px 45px 45px;
    background:
        linear-gradient(90deg,
            rgba(255,255,255,.22),
            transparent 25%,
            rgba(0,0,0,.08)
        ),
        linear-gradient(145deg,#e7d5a2,#c39a52);

    box-shadow:
        inset 8px 0 15px rgba(255,255,255,.25),
        inset -10px 0 20px rgba(0,0,0,.12),
        0 25px 40px rgba(0,0,0,.18);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--green);
}

.bottle-body small {
    letter-spacing: 3px;
    font-size: 9px;
}

.bottle-body strong {
    font-family: "Noto Serif Bengali", serif;
    font-size: 34px;
    letter-spacing: 3px;
    margin: 18px 0 4px;
}

.bottle-body span {
    font-size: 10px;
    letter-spacing: 2px;
}

.leaf {
    position: absolute;
    color: var(--gold);
    font-size: 28px;
}

.leaf-one {
    top: 80px;
    right: 30px;
    transform: rotate(25deg);
}

.leaf-two {
    bottom: 90px;
    left: 20px;
    transform: rotate(-25deg);
}

.cover-footer {
    margin-top: auto;
    border-top: 1px solid var(--line);
    padding-top: 23px;
    display: flex;
    justify-content: space-between;
}

.cover-footer strong {
    color: var(--green);
    font-size: 22px;
}

.cover-footer span {
    color: var(--muted);
}


/* COMMON */

.highlight-box {
    background: var(--green);
    color: white;
    border-radius: 22px;
    padding: 35px;
    margin: 35px 0;
}

.highlight-box span {
    display: block;
    color: #ddba73;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.highlight-box strong {
    color: white;
    display: block;
    font-family: "Noto Serif Bengali", serif;
    font-size: 25px;
    line-height: 1.6;
}

.three-points {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.three-points div {
    background: var(--soft);
    border-radius: 17px;
    padding: 23px;
    text-align: center;
}

.three-points b,
.three-points span {
    display: block;
}

.three-points b {
    font-size: 23px;
    color: var(--gold);
}

.three-points span {
    color: var(--muted);
    font-size: 14px;
}


/* CARDS */

.card-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.card {
    padding: 30px;
    background: #fcfaf6;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.card > span {
    color: var(--gold);
    font-weight: 700;
}

.card h3 {
    font-size: 20px;
    margin: 7px 0;
}

.card p {
    font-size: 15px;
    margin: 0;
}

.quote {
    padding: 30px;
    background: var(--green);
    border-radius: 20px;
    color: white;
    font-family: "Noto Serif Bengali", serif;
    font-size: 21px;
    line-height: 1.7;
    margin-top: 35px;
}


/* PERSONA */

.persona-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.persona {
    padding: 27px;
    background: #fbf8f1;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.persona-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.persona p {
    font-size: 15px;
    margin: 5px 0 0;
}


/* PRODUCT */

.product-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}

.product-card {
    padding: 27px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fcfaf6;
}

.product-card strong {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--gold);
    color: white;
    margin-bottom: 14px;
}

.product-card h3 {
    font-size: 20px;
}

.product-card p {
    font-size: 15px;
    margin: 5px 0 0;
}


/* FEATURES */

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}

.feature-grid div {
    padding: 25px;
    background: var(--soft);
    border-radius: 17px;
}

.feature-grid b {
    color: var(--gold);
    font-size: 24px;
}

.feature-grid h3 {
    margin: 5px 0;
    color: var(--green);
}

.feature-grid p {
    font-size: 14px;
    margin: 0;
}


/* QUALITY */

.quality-list {
    display: grid;
    gap: 16px;
    margin-top: 30px;
}

.quality-list div {
    display: grid;
    grid-template-columns: 40px 1fr;
    padding: 20px;
    background: var(--soft);
    border-radius: 15px;
}

.quality-list span {
    color: var(--gold);
    font-size: 22px;
}

.quality-list strong {
    color: var(--green);
    font-size: 18px;
}

.quality-list p {
    grid-column: 2;
    font-size: 14px;
    margin: 0;
}

.warning {
    background: #fff6e6;
    border-left: 5px solid var(--gold);
    padding: 20px 24px;
    border-radius: 0 14px 14px 0;
    margin-top: 25px;
    color: #6d6253;
}


/* USP */

.usp-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 30px;
}

.usp-grid > div {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.usp-number {
    color: var(--gold);
    font-size: 25px;
    font-weight: 700;
}

.usp-grid h3 {
    color: var(--green);
    margin: 5px 0;
}

.usp-grid p {
    font-size: 15px;
    margin: 0;
}


/* BRAND */

.brand-pillars {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 30px;
}

.brand-pillars div {
    background: var(--soft);
    padding: 28px;
    border-radius: 18px;
}

.brand-pillars span {
    color: var(--gold);
    font-weight: 700;
}

.brand-pillars h3 {
    color: var(--green);
    margin: 5px 0;
}

.brand-pillars p {
    font-size: 15px;
    margin: 0;
}

.brand-example {
    margin-top: 35px;
    padding: 40px;
    text-align: center;
    background: var(--green);
    border-radius: 22px;
}

.brand-example small {
    color: #daba79;
    letter-spacing: 2px;
}

.brand-example strong {
    display: block;
    color: white;
    font-family: "Noto Serif Bengali", serif;
    font-size: 30px;
    line-height: 1.6;
    margin-top: 10px;
}


/* PERSONALIZATION */

.personal-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.personal-grid div {
    padding: 25px;
    background: var(--soft);
    border-radius: 17px;
}

.personal-grid span {
    color: var(--gold);
    font-size: 25px;
}

.personal-grid h3 {
    color: var(--green);
    margin: 5px 0;
}

.personal-grid p {
    font-size: 14px;
    margin: 0;
}


/* TABLE */

table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

th {
    padding: 16px;
    background: var(--green);
    color: white;
    text-align: left;
}

td {
    padding: 16px;
    border-bottom: 1px solid var(--line);
}

tr:nth-child(even) td {
    background: #faf8f4;
}

.note {
    background: var(--soft);
    padding: 19px 23px;
    border-radius: 14px;
    color: var(--muted);
    font-size: 14px;
}


/* ECONOMICS */

.economics {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    margin-top: 30px;
}

.economics > div {
    display: flex;
    justify-content: space-between;
    padding: 16px 23px;
    border-bottom: 1px solid var(--line);
}

.economics strong {
    color: var(--green);
}

.economics .profit-row {
    background: var(--green);
    color: white;
}

.economics .profit-row strong,
.economics .profit-row span {
    color: white;
}

.small-note {
    font-size: 13px;
    color: var(--muted);
    margin-top: 20px;
}


/* BUDGET */

.budget-chart {
    margin: 35px 0;
}

.budget-row {
    display: grid;
    grid-template-columns: 160px 1fr 110px;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.budget-row span {
    font-weight: 600;
}

.bar {
    height: 15px;
    background: #e9e4da;
    border-radius: 20px;
    overflow: hidden;
}

.bar i {
    height: 100%;
    display: block;
    background: linear-gradient(90deg,var(--green),var(--gold));
    border-radius: 20px;
}

.budget-row b {
    color: var(--muted);
    font-size: 13px;
}


/* SUPPLY */

.supply-flow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 55px 0;
}

.supply-flow > div:not(.arrow) {
    flex: 1;
    padding: 22px 10px;
    text-align: center;
    background: var(--soft);
    border-radius: 15px;
}

.supply-flow b {
    display: block;
    color: var(--gold);
    font-size: 25px;
}

.supply-flow strong,
.supply-flow span {
    display: block;
}

.supply-flow strong {
    color: var(--green);
}

.supply-flow span {
    color: var(--muted);
    font-size: 12px;
}

.supply-flow .arrow {
    color: var(--gold);
    font-size: 24px;
}

.supplier-check {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.supplier-check h3 {
    color: var(--green);
    margin-bottom: 15px;
}

.supplier-check ul {
    list-style: none;
}

.supplier-check li {
    padding: 5px 0;
    color: #56615b;
}

.supplier-check li::before {
    content: "✓ ";
    color: var(--gold);
    font-weight: 700;
}


/* PACKAGING */

.packaging-stack {
    margin: 40px 0;
}

.pack-layer {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--soft);
    border-radius: 15px;
    padding: 18px 22px;
    margin-bottom: 12px;
}

.pack-layer span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: white;
    border-radius: 50%;
}

.pack-layer strong,
.pack-layer small {
    display: block;
}

.pack-layer strong {
    color: var(--green);
}

.pack-layer small {
    color: var(--muted);
    font-size: 12px;
}


/* CONTENT */

.content-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}

.content-grid div {
    padding: 27px;
    border: 1px solid var(--line);
    background: #fcfaf6;
    border-radius: 17px;
}

.content-grid h3 {
    color: var(--green);
    margin-bottom: 7px;
}

.content-grid p {
    font-size: 15px;
    margin: 0;
}


/* HOOKS */

.hooks {
    display: grid;
    gap: 15px;
}

.hooks div {
    padding: 25px;
    background: var(--soft);
    border-left: 5px solid var(--gold);
    border-radius: 0 15px 15px 0;
}

.hooks span {
    display: block;
    color: var(--gold);
    font-size: 11px;
    letter-spacing: 1px;
}

.hooks strong {
    display: block;
    font-family: "Noto Serif Bengali", serif;
    font-size: 20px;
    margin-top: 6px;
}


/* CHANNEL */

.channel-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.channel-grid div {
    padding: 26px;
    background: var(--soft);
    border-radius: 17px;
}

.channel-grid span {
    color: var(--gold);
    font-size: 22px;
    font-weight: 700;
}

.channel-grid h3 {
    color: var(--green);
    margin: 5px 0;
}

.channel-grid p {
    font-size: 14px;
    margin: 0;
}


/* CORPORATE */

.corporate-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 30px;
}

.corporate-grid div {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.corp-icon {
    font-size: 31px;
}

.corporate-grid h3 {
    color: var(--green);
    margin: 7px 0;
}

.corporate-grid p {
    font-size: 15px;
    margin: 0;
}


/* JOURNEY */

.journey {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin: 45px 0;
}

.journey div {
    padding: 25px;
    text-align: center;
    background: var(--soft);
    border-radius: 17px;
}

.journey b {
    display: block;
    color: var(--gold);
    font-size: 25px;
}

.journey span {
    font-size: 14px;
    color: var(--muted);
}


/* UPSELL */

.upsell-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 17px;
    margin-top: 30px;
}

.upsell-grid div {
    padding: 23px;
    border: 1px solid var(--line);
    border-radius: 15px;
}

.upsell-grid strong,
.upsell-grid span {
    display: block;
}

.upsell-grid strong {
    color: var(--green);
}

.upsell-grid span {
    color: var(--muted);
    font-size: 13px;
}


/* RISKS */

.risk-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}

.risk-grid div {
    padding: 25px;
    background: #fcfaf6;
    border: 1px solid var(--line);
    border-radius: 16px;
}

.risk-grid h3 {
    color: var(--gold);
    font-size: 18px;
    margin-bottom: 6px;
}

.risk-grid p {
    font-size: 14px;
    margin: 0;
}


/* ROADMAP */

.roadmap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.roadmap > div {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
}

.roadmap strong {
    display: block;
    padding: 15px 22px;
    background: var(--green);
    color: white;
}

.roadmap ul {
    list-style: none;
    padding: 20px 25px;
}

.roadmap li {
    padding: 4px 0;
    color: #526059;
    font-size: 14px;
}

.roadmap li::before {
    content: "→ ";
    color: var(--gold);
}


/* KPI */

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    margin: 35px 0;
}

.kpi-grid div {
    padding: 25px;
    background: var(--soft);
    border-radius: 16px;
}

.kpi-grid strong,
.kpi-grid span {
    display: block;
}

.kpi-grid strong {
    color: var(--green);
    font-size: 18px;
}

.kpi-grid span {
    color: var(--muted);
    font-size: 14px;
}


/* FINAL */

.final {
    min-height: 1414px;
    text-align: center;

    background:
        radial-gradient(circle at 85% 12%, rgba(189,138,62,.22), transparent 30%),
        radial-gradient(circle at 10% 88%, rgba(36,77,64,.14), transparent 32%),
        var(--cream);

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.final h2 {
    max-width: 850px;
    margin: 0 auto 25px;
    font-size: 45px;
}

.final > p {
    max-width: 720px;
    margin: 0 auto 35px;
    font-size: 18px;
}

.final-cta {
    max-width: 780px;
    margin: 0 auto;
    padding: 40px;
    background: var(--green);
    border-radius: 23px;
    box-shadow: var(--shadow);
}

.final-cta p {
    color: white;
    font-family: "Noto Serif Bengali", serif;
    font-size: 21px;
}

.final-cta a {
    display: inline-block;
    padding: 13px 40px;
    border-radius: 50px;
    background: var(--gold);
    color: white;
    text-decoration: none;
    font-weight: 700;
    transition: .25s ease;
}

.final-cta a:hover {
    transform: translateY(-3px);
}

.final-brand {
    margin-top: 55px;
}

.final-brand strong {
    display: block;
    color: var(--green);
    font-size: 25px;
}

.final-brand span {
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 2px;
}


/* PRINT */

@media print {

    body {
        background: white;
    }

    .ebook {
        width: auto;
        max-width: none;
        margin: 0;
    }

    .page {
        width: 210mm;
        min-height: 297mm;
        margin: 0;
        box-shadow: none;
        page-break-after: always;
    }

    .page:last-child {
        page-break-after: auto;
    }

    @page {
        size: A4;
        margin: 0;
    }
}


/* TABLET */

@media (max-width: 900px) {

    .ebook {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .page {
        padding: 65px 50px;
        min-height: auto;
        margin-bottom: 15px;
    }

    .cover-layout {
        grid-template-columns: 1fr;
    }

    .cover h1 {
        font-size: 50px;
    }

    .bottle-visual {
        height: 400px;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    .page {
        padding: 55px 25px;
    }

    .page-number {
        top: 28px;
        right: 25px;
    }

    h2 {
        font-size: 29px;
    }

    .cover h1 {
        font-size: 39px;
    }

    .cover-lead {
        font-size: 17px;
    }

    .card-grid,
    .persona-grid,
    .product-grid,
    .feature-grid,
    .usp-grid,
    .brand-pillars,
    .content-grid,
    .corporate-grid,
    .risk-grid,
    .roadmap,
    .upsell-grid {
        grid-template-columns: 1fr;
    }

    .personal-grid,
    .channel-grid,
    .kpi-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .three-points {
        grid-template-columns: 1fr;
    }

    .cover-layout {
        gap: 0;
    }

    .bottle-visual {
        transform: scale(.85);
        margin-top: -20px;
    }

    .supply-flow {
        flex-direction: column;
    }

    .supply-flow .arrow {
        transform: rotate(90deg);
    }

    .supply-flow > div:not(.arrow) {
        width: 100%;
    }

    .journey {
        grid-template-columns: 1fr;
    }

    .budget-row {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .bar {
        width: 100%;
    }

    .cover-footer {
        flex-direction: column;
        gap: 5px;
    }

    .final h2 {
        font-size: 33px;
    }

    .final-cta {
        padding: 28px 20px;
    }

    .final-cta p {
        font-size: 18px;
    }
}/* End custom CSS */