body h1.title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #17181A;
}
body h2.title {
    font-size: 28px;
    line-height: 34px;
    color: #17181A;
    font-weight: 600;
}
.read-our-book-page {
    padding: 40px 0 0;
}
body section {
    padding: 0;
    margin: 80px 0;
}
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.action-buttons .btn {
    margin: 0;
}
.hero-sec .btn:hover {
    background: #D7F2CE;
    color: #2AA466;
    border-color: #D7F2CE;
}
.btn.btn-light {
    background-color: #F2F7EE;
    border-color: #F2F7EE;
    color: #2AA466;
    border: 1px solid #2AA466;
}
.btn.btn-light:hover {
    background-color: #2AA466;
    border-color: #2AA466;
    color: #fff;
}
body .container {
    max-width: 1570px;
}
.about-book ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 12px;
}
.about-book ul li {
    padding: 2px 0;
}

/**/
.heading-block h2.title {
    margin: 18px 0 12px;
}
.heading-block {
    max-width: 900px;
}
.heading-block h4.subtitle {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f3f3f3;
    border-radius: 8px;
    font-size: 15px;
    color: #17181A;
    border: 1px solid #d4d4d4;
}
/**/
.testimonials-block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.testimonial-section .testimonials-inner {
    margin-top: 32px;
}
.testimonials-block-item {
    border: 6px solid #f2f7ee;
    border-radius: 24px;
    padding: 24px;
}
.testimonials-block-item-content p:last-child {
    margin: 0;
}
p.name {
    font-weight: 700;
}
.quote-icon {
    display: inline-flex;
    position: relative;
    margin-top: -6px;
}
.quote-icon svg {
    width: 36px;
    height: 36px;
}
/**/
.hero-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row-reverse;
}
.hero-sec .image-block img {
    border-radius: 32px;
}
.hero-sec .image-block {
    width: 50%;
}
.hero-sec .content-block {
    width: calc(50% - 20px);
    border: 1px solid #F3F3F3;
    border-radius: 32px;
    padding: 24px;
}
body section.hero-sec {
    margin: 0;
}
.hero-sec h1.title {
    margin-bottom: 12px;
}
.hero-sec .inner-text {
    margin-bottom: 2px;
}
.hero-sec .inner-text .bold {
    font-weight: 700;
}
/**/
.price-options-wrapper {
    background-color: #F3F3F3;
    border-radius: 20px;
    padding: 24px;
    margin: 24px 0 0;
}
.price-options {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.price-card {
    background: #fff;
    padding: 14px 22px;
    border-radius: 12px;
    min-width: 160px;
    text-align: center;
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    width: calc(33.33% - 11px);
    color: #454B54;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 4px;
    line-height: 24px;
    font-weight: 700;
    font-size: 20px;
}
.price-card strong {
    display: block;
    font-size: 1.2rem;
}
.price-card.highlight {
    border: 2px solid #2AA466;
}
.price-options span.badge {
    background: #eafdc6;
    color: #6E9033;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 999px;
    display: inline-block;
    font-weight: 500;
    width: fit-content;
    position: absolute;
    right: 10px;
    top: 10px;
}
.price-card span.text {
    font-size: 16px;
    font-weight: 500;
}
/**/
section.book-feature-sec {
    padding: 48px 0;
    background-color: #F2F7EE;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 32px;
}
.feature-card {
    /* background: #fff; */
    border-radius: 14px;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 20px; */
    text-align: center;
}
.feature-card img {
    border-radius: 18px;
}
/**/
.authors {
    padding: 48px 0;
    background-color: #F2F7EE;
}
.author-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
}
.author-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    border-left: 3px solid #2aa467;
}
.author-card strong {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}
.author-card p:last-child {
    margin-bottom: 0;
}
/**/
.about-img {
    float: right;
    max-width: 500px;
    margin-left: 24px;
}
.about-book h2.title {
    margin-bottom: 24px;
}
/**/
.book-toc-inner {
  padding: 48px;
    background-color: #F2F7EE;
    border-radius: 24px;
}
/* .book-toc .container {
    max-width: 1800px;
} */
.book-toc h2 {
  text-align: center;
}
.book-toc table {
  width: 100%;
  border-collapse: collapse;
}
.book-toc td {
  padding: 0.6rem 0;
  vertical-align: top;
}
.book-toc .title span {
  font-style: italic;
  font-weight: normal;
}
.book-toc .page {
  text-align: right;
  white-space: nowrap;
  font-size: 1.05rem;
}
.book-toc .roman {
  font-style: italic;
}
.book-toc tr {
  border-bottom: 1px dotted rgba(0,0,0,0.15);
}
.book-toc tr:last-child {
  border-bottom: none;
}
.book-toc-main {
    margin-top: 32px;
    max-width: 820px;
    margin-inline: auto;
}
/**/
.book-info-inner {
    background-color: #F3F3F3;
    border-radius: 24px;
    padding: 24px;
}

@media (max-width: 1280px) {
   .price-options {
        flex-direction: column;
        gap: 10px;
    }
    .price-card {
        width: 100%;
    } 
}
@media (max-width: 1023px) {
    .about-img {
        max-width: 340px;
        margin-left: 16px;
    }
    body section {
        margin: 60px 0;
    }
    body h1.title, body h2.title {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (max-width: 767px) {
    .read-our-book-page {
        padding: 24px 0 0;
    }
    .about-book ul li {
        padding: 2px 0;
    }
    .hero-inner {
        flex-direction: column-reverse;
    }
    .hero-sec .content-block {
        width: 100%;
        border-radius: 16px;
        padding: 0;
        border: 0;
    }
    .hero-sec .image-block img {
        border-radius: 16px;
    }
    .hero-sec .image-block {
        width: 100%;
    }
    body h1.title, body h2.title {
        font-size: 24px;
        line-height: 32px;
    }
    .price-options-wrapper {
        padding: 16px;
    }
    .hero-sec .btn {
        width: calc(50% - 6px);
        height: 50px;
        justify-content: center;
    }
    .feature-grid {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }
    body section {
        margin: 40px 0;
    }
    section.book-feature-sec {
        padding: 32px 0 40px;
    }
    .feature-card img {
        border-radius: 12px;
    }
    .about-img {
        max-width: 100%;
        width: 100%;
        float: initial;
        margin: 0;
        margin-bottom: 24px;
    }
    .authors {
        padding: 32px 0 40px;
    }
    .author-grid {
        margin-top: 24px;
    }
    .testimonial-section .testimonials-inner {
        margin-top: 24px;
    }
    .testimonials-block {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    li.testimonials-block-item {
        border-width: 3px;
        padding: 16px;
    }
    .book-toc-inner {
        padding: 24px;
    }
    .book-toc-main {
        margin-top: 24px;
    }
    .author-card {
        padding: 20px;
    }
}
@media (max-width: 479px)  {
    .hero-sec .btn {
        width: 100%;
    }
    body h1.title, body h2.title {
        font-size: 22px;
        line-height: 30px;
    }
    .book-toc-inner {
        padding: 24px 16px;
    }
}