/* ebook skin — CSS VERBATIM from business-management-in-australia.html comp, scoped under body.galv-ebook. */

        body.galv-ebook {
            --bg-navy: #13217c;
            --primary-blue: #3b5bff;
            --cta-magenta: #cc00cc;
            --accent-blue: #e6ebff;
            --text-white: #fffdfe;
            --text-dark: #333;
            --text-gray: #808080;
            --success-green: #2d8a4e;
            --font-heading: 'Poppins', sans-serif;
            --font-body: 'Inter', sans-serif;
            --container-width: 1920px;
        }

        body.galv-ebook *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body.galv-ebook {
            font-family: var(--font-body);
            color: var(--text-dark);
            line-height: 1.5;
            background-color: #e6ebff;
        }

        body.galv-ebook h1, body.galv-ebook h2, body.galv-ebook h3, body.galv-ebook h4, body.galv-ebook h5, body.galv-ebook h6{
            font-family: var(--font-heading);
            font-weight: 600;
        }

        body.galv-ebook .container{
            width: 100%;
            max-width: var(--container-width);
            padding: 0 80px;
            margin: 0 auto;
        }

        body.galv-ebook .section-for-desktop{
            display: flex;
            justify-content: center;
            padding: 60px 0;
        }

        body.galv-ebook .btn{
            display: inline-block;
            padding: 12px 32px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
            transition: all .3s ease;
            border: none;
            font-family: var(--font-heading);
        }

        body.galv-ebook .btn-magenta{
            background-color: var(--cta-magenta);
            color: var(--text-white);
            -webkit-tap-highlight-color: transparent;
            /* Removes default tap highlight on mobile */
            user-select: none;
            /* Prevents text selection on quick double-taps */
        }

        body.galv-ebook .btn-magenta:hover{
            background-color: #a600a6;
        }

        body.galv-ebook .mobile-text{
            display: none;
        }

        body.galv-ebook .hero{
            background-color: var(--bg-navy);
            color: var(--text-white);
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }

        body.galv-ebook .hero .container{
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 40px;
            align-items: center;
        }

        body.galv-ebook .hero-content, body.galv-ebook .hero-testimonial{
            min-width: 0;
        }

        body.galv-ebook .hero-content h1{
            font-size: 42px;
            line-height: 1.2;
            margin-bottom: 20px;
            overflow-wrap: break-word;
        }

        body.galv-ebook .hero-content p{
            font-family: var(--font-heading);
            font-weight: 500;
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 20px;
            overflow-wrap: break-word;
        }

        body.galv-ebook .hero-features{
            list-style: none;
            margin-bottom: 30px;
        }

        body.galv-ebook .hero-feature-item{
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 20px;
            font-size: 18px;
            flex-wrap: nowrap;
        }

        body.galv-ebook .hero-feature-item img{
            width: 24px;
            height: 24px;
        }

        body.galv-ebook .hero-testimonial{
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        body.galv-ebook .hero-img{
            width: 100%;
            height: auto;
            border-radius: 20px;
            object-fit: cover;
            display: block;
        }

        body.galv-ebook .btn-hero{
            font-size: 18px;
            line-height: 24px;
        }

        /* Ebook Preview Section */
        body.galv-ebook .ebook-preview-section{
            padding: 60px 0;
            text-align: center;
            background-color: var(--accent-blue);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        body.galv-ebook .ebook-preview-section h2{
            font-size: 36px;
            line-height: 48px;
            color: var(--primary-blue);
            margin-bottom: 15px;
        }

        body.galv-ebook .ebook-preview-section .subtitle{
            font-family: var(--font-heading);
            font-size: 22px;
            line-height: 30px;
            color: var(--text-dark);
            margin-bottom: 50px;
            font-weight: 500;
        }

        body.galv-ebook .book-preview-container{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 40px;
            width: 100%;
            margin: 0 auto;
        }

        body.galv-ebook .book-wrapper{
            width: 900px;
            height: 636px;
            display: flex;
            justify-content: center;
            perspective: 2000px;
            flex-shrink: 0;
            position: relative;
        }

        body.galv-ebook .nav-btn{
            background: #fff;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            z-index: 100;
            transition: all 0.3s ease;
            color: #333;
        }

        body.galv-ebook .nav-btn:hover{
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            background: #f8f9fa;
        }

        body.galv-ebook .nav-btn:disabled{
            opacity: 0.5;
            cursor: not-allowed;
            pointer-events: none;
        }

        body.galv-ebook .nav-btn svg{
            width: 24px;
            height: 24px;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            fill: none;
        }

        body.galv-ebook .book{
            position: relative;
            width: 450px;
            height: 636px;
            /* A4 Ratio */
            transition: transform 0.5s ease-in-out;
        }

        body.galv-ebook .paper{
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            transform-style: preserve-3d;
            transform-origin: left center;
            transition: transform 0.8s ease-in-out, z-index 0.8s;
        }

        body.galv-ebook .front, body.galv-ebook .back{
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            backface-visibility: hidden;
            background-color: #fff;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            border-radius: 0 25px 25px 0;
            overflow: hidden;
        }

        body.galv-ebook .front{
            z-index: 1;
        }

        body.galv-ebook .back{
            transform: rotateY(180deg);
            z-index: 0;
            border-radius: 25px 0 0 25px;
        }

        body.galv-ebook .front img, body.galv-ebook .back img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        body.galv-ebook .page-overlay{
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 80%;
            background: linear-gradient(to top, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0));
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            padding: 30px;
            text-align: center;
        }

        body.galv-ebook .page-overlay-icon{
            width: 50px;
            height: 50px;
            background-color: var(--accent-blue);
            /* Light blue matching theme */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;

        }

        body.galv-ebook .page-overlay-icon svg{
            width: 24px;
            height: 24px;
            fill: #ff3b30;
            /* Heart color */
        }

        body.galv-ebook .page-overlay h3{
            font-size: 18px;
            margin-bottom: 6px;
            color: var(--text-dark);
            font-family: var(--font-heading);
            font-weight: 700;
        }

        body.galv-ebook .page-overlay p{
            font-size: 12px;
            color: var(--text-gray);
            margin-bottom: 12px;
            font-family: var(--font-body);
        }

        body.galv-ebook .btn-download-overlay{
            background-color: var(--primary-blue);
            color: #fff;
            padding: 12px 30px;
            border-radius: 10px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: background-color 0.3s ease;
            -webkit-tap-highlight-color: transparent;
        }

        body.galv-ebook .btn-download-overlay:hover{
            background-color: var(--bg-navy);
        }

        body.galv-ebook .btn-download-overlay svg{
            width: 18px;
            height: 18px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        body.galv-ebook .flipped{
            transform: rotateY(-180deg);
        }

        body.galv-ebook .light-bg{
            background-color: #f4f7ff;
        }

        body.galv-ebook .section-title{
            font-size: 36px;
            line-height: 48px;
            color: var(--primary-blue);
            margin-bottom: 40px;
            text-align: center;
        }

        body.galv-ebook .text-center{
            text-align: center;
        }

        /* Process Section / Timeline */
        body.galv-ebook .process-section{
            background-color: #fff;
            padding: 60px 0;
        }

        body.galv-ebook .timeline{
            position: relative;
            max-width: 900px;
            margin: 50px auto 0;

        }

        body.galv-ebook .timeline-line{
            position: absolute;
            left: 30px;
            /* Center of the marker circle */
            top: 0;
            width: 3px;
            transform: translateX(-50%);
            height: 0;
            /* JS will set the correct height and top */
            background: rgba(59, 91, 255, 0.15);
            z-index: 1;
            border-radius: 10px;
            overflow: hidden;
        }

        body.galv-ebook .timeline-progress{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            background: var(--primary-blue);
            transition: height 0.1s ease-out;
            border-radius: 10px;
        }

        body.galv-ebook .timeline-item{
            display: flex;
            gap: 0;
            margin-bottom: 40px;
            position: relative;
            z-index: 2;
        }

        body.galv-ebook .step-tag{
            width: 80px;
            font-family: var(--font-body);
            font-size: 16px;
            color: var(--text-gray);
            font-weight: 500;
            text-align: right;
            padding-right: 25px;
            transition: color 0.3s ease;
        }

        body.galv-ebook .step-marker{
            width: 60px;
            display: flex;
            justify-content: center;
            position: relative;
        }

        body.galv-ebook .step-icon-circle{
            width: 60px;
            height: 60px;
            background: #fff;
            border: 2.5px solid var(--primary-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            z-index: 2;
        }

        body.galv-ebook .step-icon-circle img{
            width: 36px;
            height: 36px;
            object-fit: contain;
        }

        body.galv-ebook .step-details{
            padding-left: 30px;
            flex: 1;
        }

        body.galv-ebook .step-details h3{
            font-family: var(--font-heading);
            font-size: 22px;
            line-height: 30px;
            font-weight: 600;
            color: var(--primary-blue);
            margin-bottom: 12px;
        }

        body.galv-ebook .step-details p, body.galv-ebook .step-details ul{
            font-family: var(--font-body);
            font-size: 18px;
            font-weight: 400;
            color: var(--text-dark);
            line-height: 29px;
        }

        body.galv-ebook .step-details ul{
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

        body.galv-ebook .step-details ul li{
            position: relative;
            padding-left: 20px;
            margin-bottom: 8px;
        }

        body.galv-ebook .step-details ul li::before{
            content: "•";
            position: absolute;
            left: 0;
            color: var(--primary-blue);
            font-weight: bold;
        }

        body.galv-ebook .timeline-footer{
            display: flex;
            justify-content: flex-start;
            padding-left: 90px;
            /* Align with step-details */
            margin-top: -10px;
        }

        body.galv-ebook .btn-outline-primary{
            border: 2px solid var(--primary-blue);
            background: transparent;
            color: var(--primary-blue);
            padding: 12px 30px;
            border-radius: 10px;
            font-family: var(--font-body);
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            display: inline-block;
            transition: all 0.3s ease;
            text-align: center;
        }

        body.galv-ebook .btn-outline-primary:hover{
            background: var(--primary-blue);
            color: var(--text-white);
        }

        /* Ebooks Section */
        body.galv-ebook .ebook-section{
            background-color: var(--accent-blue);
            padding: 60px 0;
            text-align: center;
        }

        body.galv-ebook .ebook-section h2{
            font-size: 36px;
            line-height: 48px;
            color: var(--primary-blue);
            margin-bottom: 15px;
        }

        body.galv-ebook .ebook-section .subtitle{
            font-family: var(--font-heading);
            font-size: 22px;
            line-height: 30px;
            color: var(--text-dark);
            margin-bottom: 40px;
            font-weight: 500;
        }

        body.galv-ebook .ebook-grid{
            display: flex;
            flex-direction: column;
            gap: 20px;
            max-width: 1000px;
            margin: 0 auto;
        }

        body.galv-ebook .ebook-card{
            display: flex;
            background: #fff;
            border-radius: 20px;
            padding: 20px;
            gap: 24px;
            text-align: left;
            border: 2px solid transparent;
            transition: .3s ease;
        }

        body.galv-ebook .ebook-card:hover{
            border: 2px solid #a0aeff;
        }

        body.galv-ebook .ebook-thumbnail{
            width: 180px;
            height: 240px;
            object-fit: cover;
            flex-shrink: 0;
            border-radius: 10px;
        }

        /* Author Section */
        body.galv-ebook .author-section{
            background-color: var(--accent-blue);
            padding: 60px 0;
            /* Lavender background */
        }

        body.galv-ebook .author-card{
            background: #fff;
            border-radius: 50px;
            padding: 50px;
            display: flex;
            align-items: center;
            gap: 60px;
            box-shadow: 0 10px 40px rgba(59, 91, 255, 0.05);
        }

        body.galv-ebook .author-visual{
            flex-shrink: 0;
            position: relative;
            width: 320px;
            height: 320px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        body.galv-ebook .author-orbital{
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 1px solid rgba(59, 91, 255, 0.1);
        }

        body.galv-ebook .author-orbital::before{
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 75%;
            height: 75%;
            border-radius: 50%;
            background: rgba(59, 91, 255, 0.03);
            border: 1px solid rgba(59, 91, 255, 0.05);
        }

        body.galv-ebook .author-img-wrapper{
            position: relative;
            width: 160px;
            height: 160px;
            border-radius: 50%;
            overflow: hidden;
            z-index: 2;
            background-color: #fff;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

        }

        body.galv-ebook .author-img-wrapper img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        body.galv-ebook .orbital-icon{
            position: absolute;
            width: 44px;
            height: 44px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            z-index: 3;
        }

        body.galv-ebook .orbital-icon img{
            width: 24px;
            height: 24px;
            object-fit: contain;
        }

        body.galv-ebook .icon-user{
            top: 30%;
            left: -5px;
            background: #e1e7ff;
        }

        body.galv-ebook .icon-mortarboard{
            top: 55%;
            right: -5px;
            background: #fff0df;
        }

        body.galv-ebook .icon-pen{
            bottom: 10%;
            left: 20%;
            background: #e7e9ff;
        }

        body.galv-ebook .author-info{
            flex-grow: 1;
        }

        body.galv-ebook .author-info h2{
            font-size: 24px;
            color: #333;
            margin-bottom: 8px;
            font-weight: 600;
        }

        body.galv-ebook .author-info .author-title{
            font-size: 18px;
            color: var(--cta-magenta);
            font-weight: 500;
            margin-bottom: 24px;
            display: block;
        }

        body.galv-ebook .author-info p{
            font-size: 18px;
            line-height: 29px;
            color: var(--text-dark);
            margin-bottom: 20px;
        }

        body.galv-ebook .author-info p:last-child{
            margin-bottom: 0;
        }

        @media (max-width: 991px) {
            body.galv-ebook .author-card{
                flex-direction: column;
                text-align: center;
                padding: 40px;
                gap: 40px;
            }

            body.galv-ebook .author-visual{
                width: 280px;
                height: 280px;
            }
        }

        @media (max-width: 768px) {

            body.galv-ebook .author-section{
                padding: 40px 0;
            }

            body.galv-ebook .author-card{
                padding: 30px 20px;
                border-radius: 20px;
            }

            body.galv-ebook .author-info h2{
                font-size: 20px;
            }

            body.galv-ebook .author-info .author-title{
                font-size: 18px;
            }
        }


        body.galv-ebook .ebook-content{
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        body.galv-ebook .ebook-title{
            font-family: var(--font-heading);
            font-size: 24px;
            line-height: 34px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 10px;
        }

        body.galv-ebook .ebook-cta{
            margin-top: 40px;
            text-align: center;
        }

        body.galv-ebook .btn-view-all{
            display: inline-block;
            background: transparent;
            border: 2px solid var(--primary-blue);
            color: var(--primary-blue);
            padding: 14px 40px;
            border-radius: 12px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            font-family: var(--font-body);
        }

        body.galv-ebook .btn-view-all:hover{
            background: var(--primary-blue);
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(59, 91, 255, 0.2);
        }

        body.galv-ebook .ebook-description{
            font-family: var(--font-body);
            font-size: 16px;
            color: var(--text-dark);
            margin-bottom: 20px;
            line-height: 26px;
        }

        body.galv-ebook .ebook-footer{
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-top: auto;
        }

        body.galv-ebook .ebook-read-btn{
            background: var(--primary-blue);
            color: #fff;
            padding: 12px 24px;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            line-height: 29px;
            transition: background 0.3s;
            font-family: var(--font-body);
            -webkit-tap-highlight-color: transparent;
        }

        body.galv-ebook .ebook-read-btn:hover{
            background: var(--bg-navy);
        }

        body.galv-ebook .ebook-meta{
            display: flex;
            align-items: center;
            gap: 6px;
            color: var(--text-gray);
            font-size: 14px;
            line-height: 22px;
        }

        body.galv-ebook .ebook-meta svg{
            width: 16px;
            height: 16px;
            stroke: var(--text-gray);
        }

        @media (max-width:1024px) {
            body.galv-ebook .container{
                padding: 0 40px;
            }

            body.galv-ebook .hero{
                padding: 40px 0;
            }

            body.galv-ebook .hero .container{
                grid-template-columns: 1.1fr 1fr;
                gap: 30px;
            }

            body.galv-ebook .hero-content h1{
                font-size: 38px;
            }

            body.galv-ebook .hero-content p{
                font-size: 16px;
                margin-bottom: 20px;
            }

            body.galv-ebook .hero-feature-item{
                font-size: 16px;
                gap: 10px;
                margin-bottom: 20px;
            }

            body.galv-ebook .hero-features{
                margin-bottom: 30px;
            }

            body.galv-ebook .hero-img{
                max-width: 380px;
            }

            body.galv-ebook .ebook-section{
                padding: 40px 0;
            }

            body.galv-ebook .timeline-progress{
                height: 100% !important;
                transition: none !important;
                background-color: #e6ebff !important;
            }

            /* Ensure all markers look active */
            body.galv-ebook .timeline-item{
                opacity: 1 !important;
            }

            body.galv-ebook .author-info p{
                text-align: left;
            }
        }

        body.galv-ebook .book-preview-container{
            gap: 20px;
        }

        body.galv-ebook .book-wrapper{
            width: 600px;
            height: 424px;
        }

        body.galv-ebook .book{
            width: 300px;
            height: 424px;
        }

        @media (max-width:768px) {
            body.galv-ebook .container{
                padding: 0 20px;
            }

            body.galv-ebook .section-title{
                font-size: 24px;
                line-height: 38px;
            }

            body.galv-ebook .hero{
                padding: 40px 0;
            }

            body.galv-ebook .hero .container{
                grid-template-columns: 1fr;
                gap: 20px;
                text-align: left;
                padding: 0 20px;
            }

            body.galv-ebook .hero-content h1{
                font-size: 36px;
                line-height: 42px;
                text-align: left;
                width: 100%;
                overflow-wrap: break-word;
                word-break: break-word;
                white-space: normal !important;
            }

            body.galv-ebook .hero-content p{
                font-size: 20px;
                margin-bottom: 20px;
            }

            body.galv-ebook .hero-feature-item{
                font-size: 16px;
                margin-bottom: 20px;
            }

            body.galv-ebook .hero-testimonial{
                width: 100%;
                justify-content: center;
                margin-top: 30px;
            }

            body.galv-ebook .hero-img{
                max-width: 100%;
                border-radius: 12px;
            }

            body.galv-ebook .ebook-preview-section{
                padding: 40px 0;
            }


            body.galv-ebook .ebook-preview-section h2{
                font-size: 24px;
                line-height: 38px;

            }

            body.galv-ebook .ebook-preview-section .subtitle{
                font-size: 18px;
                line-height: 29px;
                margin-bottom: 30px;
            }

            body.galv-ebook .book-preview-container{
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-template-areas:
                    "book book"
                    "prev next";
                gap: 30px 20px;
                margin-bottom: 0px;
            }

            body.galv-ebook .book-wrapper{
                grid-area: book;
                width: 320px;
                height: 226px;
                margin: 0 auto;
            }

            body.galv-ebook .book{
                width: 160px;
                height: 226px;
            }

            body.galv-ebook #prev-btn{
                grid-area: prev;
                justify-self: end;
                margin-right: 10px;
            }

            body.galv-ebook #next-btn{
                grid-area: next;
                justify-self: start;
                margin-left: 10px;
            }

            body.galv-ebook .nav-btn{
                transform: scale(1.1);
            }

            body.galv-ebook .process-section{
                padding: 40px 0;
            }

            body.galv-ebook .step-details{
                padding-left: 15px;
            }

            body.galv-ebook .step-details h3{
                font-size: 18px;
                line-height: 29px;
            }

            body.galv-ebook .step-details ul li{
                font-size: 16px;
                line-height: 26px;
            }

            body.galv-ebook .step-icon-circle{
                width: 50px;
                height: 50px;
            }

            body.galv-ebook .step-icon-circle img{
                width: 32px;
                height: 32px;
            }

            body.galv-ebook .btn-outline-primary{
                font-size: 18px;
                line-height: 29px;
            }

            body.galv-ebook .mobile-text{
                display: inline-block;
            }

            body.galv-ebook .desktop-text{
                display: none;
            }

            body.galv-ebook .ebook-card{
                flex-direction: column;
                padding: 20px;
                gap: 16px;
            }

            body.galv-ebook .ebook-thumbnail{
                width: 100%;
                height: auto;
                object-fit: contain;
            }

            body.galv-ebook .ebook-title{
                font-size: 22px;
                line-height: 30px;
                margin-bottom: 8px;
            }

            body.galv-ebook .ebook-section h2{
                font-size: 24px;
                margin-bottom: 10px;
            }

            body.galv-ebook .ebook-section .subtitle{
                font-size: 18px;
                margin-bottom: 30px;
            }

            body.galv-ebook .ebook-description{
                display: -webkit-box;
                -webkit-line-clamp: 5;
                line-clamp: 5;
                -webkit-box-orient: vertical;
                overflow: hidden;
                font-size: 16px;
                line-height: 26px;
            }

            body.galv-ebook .ebook-footer{
                flex-direction: row-reverse;
                align-items: center;
            }

            body.galv-ebook .page-overlay{
                padding: 12px;
            }

            body.galv-ebook .page-overlay h3{
                font-size: 10px;
                margin-bottom: 2px;
            }

            body.galv-ebook .page-overlay p{
                font-size: 8px;
                margin-bottom: 12px;
            }

            body.galv-ebook .btn-download-overlay{
                padding: 6px 8px;
                font-size: 8px;
                gap: 4px;
                border-radius: 6px;
            }

            body.galv-ebook .btn-download-overlay svg{
                width: 8px;
                height: 8px;
            }

            body.galv-ebook .page-overlay-icon{
                width: 24px;
                height: 24px;
                margin-bottom: 10px;
            }

            body.galv-ebook .page-overlay-icon svg{
                width: 12px;
                height: 16px;
            }

            body.galv-ebook .author-info p{
                font-size: 16px;
                text-align: left;
            }

            body.galv-ebook .icon-user{
                left: -8px;
            }

            body.galv-ebook .icon-pen{
                bottom: 1%;
            }

        }
        
/* ===== CONTACT FORM ===== */
body.galv-ebook .contact-form{
    padding: 60px 0;
    background-color: var(--bg-navy);
}

body.galv-ebook .contact-form-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

body.galv-ebook .contact-form-left{
    display: flex;
    align-items: center;
    justify-content: center;
}

body.galv-ebook .contact-form-left img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}

body.galv-ebook .contact-form-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1024px) {
    body.galv-ebook .contact-form-wrapper{
        grid-template-columns: 1fr;
    }
}

