    /* Basic Reset */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        background: #f0f2f5;
    }

    .ebook li {
        margin: 0px;
    }

    .ebook .initial-state img {
        height: 100%;
        width: 100%;
    }

    .ebook-overview .flipbook-container {
        margin: 0 auto 30px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .ebook-overview #flipbook {
        width: 460px;
        height: 650px;
    }

    /* Page styling */
    .ebook-overview .page {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

    .ebook-overview .page img,
    .ebook-overview .turn-page-wrapper, .page-content {
        width: 100%;
        max-height: 740px;
        height: 100%;
    }

    /* Controls styling */
    .ebook-overview .controls {
        background: #fff;
        border-radius: 3px;
        position: absolute;
        bottom: 1%;
        width: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        box-shadow: 0px 0px 5px #a5a5a5;
    }

    .ebook-overview .btn {
        margin: 0 15px;
        border: none;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .ebook-overview .page_no {
        display: flex;
        background: #474747;
        color: #fff;
        border-radius: 4px;
        font-size: 12px !important;
        margin: 0 10px;
    }

    .ebook-overview .page_no>div#total-page {
        background: #000;
        border-radius: 4px;
    }

    .ebook-overview .page_no>div {
        padding: 0px 20px;
    }

    .ebook-overview .turn-page-wrapper {
        transition: transform 0.6s ease, box-shadow 0.6s ease;
        box-shadow: inset -10px 0 20px rgba(0, 0, 0, 0.2);
    }

    .ebook-overview #page-num {
        display: inline-block;
        margin: 0 15px;
        font-size: 14px;
        color: #666;
    }

    /* Turn.js specific styles */
    .ebook-overview #flipbook .turn-page {
        background-color: #fff;
        background-size: 100% 100%;
        min-height: 650px !important;
    }

    .ebook-overview .flipbook-container.active {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: #000000e8;
        z-index: 99999;
    }

    .ebook-overview .initial-state {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 450px;
        margin: 0px auto 30px;
        cursor: pointer;
    }

    div#closeflipbook {
        position: absolute;
        top: 3%;
        right: 8%;
        padding: 10px;
        border-radius: 50%;
        filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(135deg) brightness(113%) contrast(101%);
        cursor: pointer;
    }

    div#meGDPRMessage {
        margin: 0px 0px 10px 5px;
        width: 100%;
    }

    .p20 {
        padding: 0px !important;
    }

    .breadcrumb li a {
        text-decoration: none !important;
        color: #000 !important;
        font-size: 17px;
    }