body {
    font-family: "Inter", serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

header {
    background: #122912;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.mainSectionClass {
    padding: 20px;
    max-width: 800px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

h1 {
    color: #ffffff;
    font-size: 1.5em;
    margin-top: 10px;
}

h2,
h3 {
    color: #550001;
    text-align: left;
}

p {
    margin: 10px 0;
    text-align: left;
    font-size: 16px;
}

b {
    font-size: 18px;
    color: #002400;
}

ul {
    padding-left: 20px;
    text-align: left;
}

ul li {
    margin-bottom: 8px;
}

.cover-image {
    width: 95%;
    margin-bottom: 20px;
    border-radius: 10px;

    box-shadow: 1px 1px 3px 0.5px rgba(73, 64, 54, 0.637);
}

.price {
    font-size: 1.5rem;
    color: #FF7E7D;
    font-weight: bold;
    margin: 20px 0;
}

.sample-link {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 15px;
    background: #FF7E7D;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.sample-link:hover {
    background: #E66D6B;
}

.sticky-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #122912;
    padding: 5px 0px;
    /* box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3); */
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 500;
}





.info-section {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 1rem;
    max-width: 600px;
    background-color: #ffffff;
}

.info-section p:not(.info-text) {
    margin: 0;
}

.info-box {
    /* text-align: center; */
}

.info-number {
    font-size: 1em;
    font-weight: bold;
}

.info-title {
    font-size: 1em;
    font-weight: bold;
    text-wrap: nowrap;
}

.info-text {
    font-size: 0.7em;
    color: #555;
    margin: 0;
    margin-top: 3px;
    /* text-wrap: nowrap; */
}


.star {
    color: #f5c518;
}

.lightbulb {
    width: 1rem;
    /* font-size: 24px; */
}

.purchase-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    background: #f5f5f5;
    margin-top: 15px;
}

.purchaseOptions {
    margin-top: 15px;
}

.purchaseOptions span {
    color: #550001;
    margin-bottom: 10px;
    text-align: left;
    align-items: left;
    font-weight: 700;
    font-size: 18px;
}

.option {
    text-align: center;
    align-items: center;


    padding: 10px;
    /* flex: 1; */
}

.option h3 {
    font-size: 18px;
    color: #550001;
    margin-bottom: 10px;
}

.option .price {
    font-size: 20px;
    color: #FF7E7D;
    font-weight: bold;
    margin-bottom: 15px;
}

.purchase-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #FF7E7D;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.purchase-btn:hover {
    background: #E66D6B;
}


.features,
.faqs {
    margin-top: 20px;
}

.features h3,
.faqs h3,
.tags h3 {
    color: #550001;
    margin-bottom: 10px;
}

.faq-container {
    padding: 0 10px;
}

.faq {
    padding: 5px 0;
    /* border: 1px solid; */
}



.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 5px 6px;
    border-bottom: 1px solid #a3a3a3;
    background-color: #f5f5f6;

}

.faq-question h3 {
    margin: 0;
    font-size: 1.0em;
    font-weight: 500;
}

.toggle-button {
    font-size: 1.5em;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .9s ease, opacity .9s ease;
    opacity: 0;
    padding: 5px 15px;
    font-size: 16px;
    text-align: left;
    align-items: left;
}

.faq-answer p {
    margin: 0;
    padding-top: 5px;
    font-size: 0.9rem;
    text-align: left;
    align-items: left;
}

.faq-answer.show {
    max-height: 300px;
    /* Adjust as needed for content */
    opacity: 1;
}



.features,
.faqs {
    margin-top: 20px;
}

.features h3,
.faqs h3,
.tags h3 {
    color: #550001;
    margin-bottom: 10px;
}





.view-site-btn {
    display: inline-block;
    padding: 10px 25px;
    text-wrap: nowrap;
    letter-spacing: 1px;
    font-weight: 500;
    /* font-size: 16px; */
    color: #fff;
    text-decoration: none;
    background: #33374E;
    border-radius: 8px;
    border: none;
    transition: background 0.3s ease;
}

.proBtns {
    display: flex;
    justify-content: space-between;
}


.policy-links {
    margin-top: 20px;
    display: flex;
    /* Use flexbox for alignment */
    justify-content: space-between;
    /* Distributes space between buttons */
    margin-bottom: 20px;
    /* Adds space below the section */
    font-size: 12px;
}

.policies {
    text-decoration: none;
    /* Removes underline */
    color: #550001;
    /* Link color */
    padding: 7px 8px;
    /* Adds padding for better appearance */
    border: 1px solid #550001;
    /* Button border */
    border-radius: 5px;
    /* Rounded corners */
    transition: background-color 0.3s, color 0.3s;
    /* Transition effects */
}

.policies:hover {
    background-color: #550001;
    /* Background color on hover */
    color: #ffffff;
    /* Text color on hover */
}

#viewSample {
    background-color: #550001;
    display: inline-block;
    color: white;
    padding: 8px 25px;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
}


.popup-section {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-container {
    width: 300px;
    font-family: inherit;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.popup-header {
    background-color: #33374E;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-header p {
    margin: 0;
    font-size: 18px;
}

.close-btn {
    font-size: 2.5rem;
    color: rgb(240, 7, 46);
    cursor: pointer;
    position: relative;
    right: -4px;
    top: -5px;
    margin-right: 20px;
}

.popup-content {
    padding: 0 20px;
    padding-bottom: 30px;
    text-align: center;
}


.offer-text {
    color: #333;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.package {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.package-btn {
    background-color: #ff9800;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.20rem;
    letter-spacing: 0.1px;
    text-wrap: nowrap;
    cursor: pointer;
    text-align: center;
    font-family: Inter, Kalpurush;
    line-height: 25px;
    font-weight: 500;
    padding-top: 15px;
    text-wrap: auto;
}



.package-btn:hover {
    background-color: #e68900;
}

.package-btn s {
    text-decoration: line-through;
    /* margin-right: 5px; */
    font-size: 1rem;
}

.contact-info {
    text-align: left;
    line-height: 27px;
}

.popupText {
    text-wrap: auto;
    font-size: 12px;
    color: #864100;
    line-height: 15px;
    margin-top: 8px;

}

.aboutTheEbook{
    text-align: left;
}

h3{
    margin-top: 35px;
    margin-bottom: -8px;
}