/* banner  */
.e-book-banner {
        /* background: linear-gradient(180deg, #1C638D 12.08%, #1A2C47 107.69%); */
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;

        .e-book-hero-banner {
            /* background: linear-gradient(180deg, #1C638D 14.98%, #1A2C47 31.54%),#fff; */
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            padding: 6.25% 3.37% 8.76%;
            flex: 1;

            .left-text-box {
                width: 50%;
                display: flex;
                /* gap: 2em; */
                padding-left: 0%;
                padding-right: 2em;
                flex-direction: column;
                /* justify-content: center; */
                align-items: flex-start;
                text-align: left;
            }

            .e-book-text-above-title {
                margin-top: 9.27% !important;
                margin-bottom: 0% !important;
                width: 41.71%;
            }

            .e-book-title {
                margin-top: 2.79% !important;
                width: 93.02%;
            }

            .e-book-minute-read {
                color: var(--adro-yellow);
                margin-top: 2.79% !important;
                margin-bottom: 0% !important;
                width: 31.51%;
            }

            .e-book-download-artical {
                margin-top: 7.42% !important;
                margin-bottom: 0% !important;
                font-weight: 500;
                width: 67.65%;
            }

            .custom-button {
                background-color: var(--post-primary-color);
                border-color: var(--post-primary-color);
                color: var(--adro-deep-blue);
                margin-top: 2.79% !important;
            }
            .custom-button:hover {
                background-color: var(--post-hover-color);
                        border-color: var(--post-hover-color);
                        color: white;
            }

            .right-img {
                /* width: 42%; */
                width: 48.54%;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                aspect-ratio: 869/792;
            }

            @media screen and (max-width: 1680px) {
                .left-text-box {
                    width: 62%;
                }

                .right-img {
                    width: 38%;
                }
            }
        }
    }

    @media screen and (max-width: 1024px) and (orientation: portrait) {
        .e-book-banner {
            .e-book-hero-banner {
                align-items: start;
                align-content: space-between;
                flex-direction: column-reverse;
                justify-content: start;

                .left-text-box,
                .right-img {
                    width: 100%;
                    padding-left: 0;
                    padding-right: 0;
                }
            }
        }
    }

    @media screen and (max-width: 1024px) {
        .e-book-banner {
            height: 94.03%;
            height: 94.03vh;
            min-height: fit-content;

            .e-book-hero-banner {
                padding: 11.52% 4.8% 5%;
                /* gap: 2.5em; */
                z-index: 1;
                /* background: linear-gradient(0deg,
                        #0cf 2.81%,
                        #06a8d6 32.15%,
                        #135677 82.85%,
                        #1a2c47 108.58%),
                    #fff;
                     */
                    justify-content: start;

                .left-text-box {
                    /* gap: 1.5em; */

                    .custom-button {
                        min-width: 176px;
                        min-height: 48px;
                    }

                    .e-book-text-above-title{
                        margin-top: 4.25% !important;
                        width: 47.75%;
                    }
                    .e-book-title {
                        width: 100%;
                        margin-top: 2.23% !important
                    }
                    .e-book-minute-read {
                        margin-top: 3.19% !important;
                        width: 66.59%;
                    }
                    .e-book-download-artical {
                        margin-top: 7.43% !important;;
                        width: 48.55%;
                    }
                    .custom-button {
                        margin-top: 3.19% !important;
                    }
                }

                .right-img {
                    background-position: right;
                    width: 70.97%;
                    position: relative;
                    margin-left: auto;
                    margin-right: auto;
                    aspect-ratio: 535/488;
                }
            }

            @media screen and (orientation: landscape) {
                height: 79.68%;
                height: 79.68vh;
                min-height: fit-content;

                @supports (-moz-appearance: none) {
                    height: -moz-max-content;
                }

                .e-book-hero-banner {
                    padding: 11.54% 3.4% 3.4%;
                    flex-wrap: nowrap;
                    gap: 0;
                    align-items: start;

                    .left-text-box {
                        width: 52.64%;
                        padding-left: 0;
                        gap: 1.5em;
                    }

                    .right-img {
                        width: 52.4%;
                        background-position: bottom;
                        margin-top: 10%;
                        position: relative;
                        margin-left: auto;

                        @supports (-moz-appearance: none) {
                            height: 43.09vh;
                            margin-top: 11.6%;
                        }
                    }

                    @media (min-aspect-ratio: 3/2) {
                        .right-img {
                            margin: auto;
                            width: 30%;
                            @supports (-moz-appearance: none) {
                                height: 43.09vh;
                            }
                        }
                    }
                }
            }
        }
    }

    @media screen and (max-width: 767.5px) and (orientation: portrait) {
        .e-book-banner {
            height: 97%;
            height: 97vh;
            min-height: fit-content;

            .e-book-hero-banner {
                padding: 22.57% 6.17% 12.82%;
                /* gap: 2.5em; */
                 flex-direction: column-reverse;
                 justify-content: unset;
                .left-text-box {
                    /* gap: 1em; */

                    .e-book-text-above-title {
                        margin-top: 7.03% !important;
                        width: 100%;
            
                }
                .e-book-title {
                    margin-top: 4.7% !important;
                    width: 100%;
                }

                .e-book-minute-read {
                    margin-top: 4.7% !important;
                    width: 95.36%;
                }

                .e-book-download-artical {
                    margin-top:11.71% !important;
                    width: 69.7%;
                
                }
                .custom-button {
                    margin-top:4.69% !important;
                }
                }

                

                .right-img {
                    margin: 0;
                    width: 100%;
                    aspect-ratio: 342 / 312;
                }
            }
        }
    }
/* content frame */
body {
        overflow: visible !important;
    }
.svg-path-fill {
        fill: var(--post-primary-color);
    }

    .svg-path-stroke {
        stroke: var(--post-primary-color);
    }
    .main-frame {
        position: relative;
        display: flex;

        .left-frame {
            flex: 1;
        }

        h2 {
            color: var(--post-primary-color);
            margin: 0;
            margin-bottom: 0.5em;
        }

        .share-frame,
        .share-icons,
        .main-content,
        .share-list {
            display: flex;
            flex-direction: column;
        }

        .share-frame {
            margin-top: 7.9%;
            align-items: center;
            width: 14.15%;
            display: flex;
            min-height: 2vh;
            position: relative;
            .share-icons {
                transition: position 0.3s, top 0.3s;
position: sticky;
                top: 20px;
                align-self: center;
                display: flex;
                flex-direction: column;
                height: fit-content;
width:100%;
                .share-toggle {
                    border: none;
                    align-self: flex-start;
                    display: none;
                }

                .share-toggle:hover {
                    background: none;
                }

                .share-toggle:focus {
                    background-color: unset;
                }

                .share-list {
                    align-items: center;

                    .share-title {
                        color: var(--post-primary-color);
                        margin-bottom: 0.5em;
                       /* background-color: var(--adro-deep-blue); */
                    }

                    .ic_share {
                        cursor: pointer;
                        width: 100%;
                        margin-bottom: 18%;
                        display: flex;
                        justify-content: center;

                        svg {
                            background-color: var(--adro-deep-blue);
                        }
                    }
                }

                .share-list.active {
                    max-height: 500px;
                    opacity: 1;
                }

                @media screen and (max-width: 767.5px),
                screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
                    .share-toggle {
                        display: block;
                        padding-top: 0;
                    }

                    .share-list {
                        text-align: center;

                        .share-title {
                            display: none;
                        }
                    }
                }
            }
        }

        .outer {
            width: 79.17%;
            display: flex;
            flex-direction: row;
            margin-left: 0 !important;
            margin-right: auto;
            position: relative;





            .main-content {
                height: max-content;
                z-index: 1;
                flex: 1;

                .inner {
                    width: 78.17%;
                    padding: 3.68% 0 0;

                    .desc-text,p,ul {
                        margin-bottom: 1.25em;
                    }
.desc-text a{
						font-weight:600;
					}
					ul,ol{
							
							margin-left:3%;
						}
                    .inner-download-block {
                        padding: 5.49% 0;

                        .download-text {
                            margin-bottom: 0.5em;
                            margin-top: 0;
                        }

                        button {
                            background-color: var(--post-primary-color);
                            border-color: var(--post-primary-color);
                            color: var(--adro-deep-blue);
                        }

                        button:hover {
                            background-color: var(--post-hover-color);
                            border-color: var(--post-hover-color);
                            color: white;
                        }
                    }
                }

                .bottom {
                    padding: 24.41%;
                }
            }

        }

        .outer::before {
            content: '';
            position: absolute;
            inset: 0;
            background: var(--svg-bg);
            background-size: cover;
            background-position: right;
            background-repeat: no-repeat;
            z-index: 0;

            svg {
                 stroke: var(--post-primary-color);
            }
        }

        .overlay-wrapper {
            position: absolute;
            inset: 0;
            width: 79.17%;
            margin-left: 0 !important;
            z-index: 10;
            pointer-events: none;

            .edge-card {
                position: absolute;
                right: 0;
                top: 33%;
                transform: translateX(60%);
                width: 36.65%;
                aspect-ratio: 557/680;
                background: var(--post-primary-color);
                border-radius: 20px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                pointer-events: auto;
                flex-direction: column;
                display: flex;
justify-content:center;
                align-items: flex-start;
                padding: 2.64%;
                padding-right: 16px;

                h2 {
                    margin: 0;
                    margin-bottom: 1.5em;
                }

                .profile {
                    display: flex;
                    align-items: center;
                }

                .profile-box {
                 /*   flex: 1; */
                    width: 100%;
                }

                .profile img {
                    width: 42.32%;
                    aspect-ratio: 1;
                    object-fit: cover;
                    border-radius: 50%;
                    margin-right: 3.2%;
                }

                .info {
                    display: flex;
                    flex-direction: column;
                    flex: 1;

                    .name {
                        margin-bottom: 0.5em;
                    }
                }

                .info * {
                    text-align: start;
                }

                .section {
                    text-align: start;
                }

                .section h3 {

                    text-align: start;
                    margin-bottom: 0.67em;
                    margin-top: 1.67em;
                }

                .section button {
                    background-color: var(--adro-deep-blue);
                    border-color: var(--adro-deep-blue);
                }

                .section button:hover {
                    background-color: rgb(0, 0, 0, 0);
                    border-color: var(--adro-deep-blue);
                    color: var(--adro-deep-blue);
                }
            }

            .bottom-card {
                position: absolute;
                bottom: 0;
                left: 10.8%;
                margin: 3.75%;
				margin-bottom:0;
                width: 33%;
                aspect-ratio: 505/557;
                background: var(--post-primary-color);
                border-radius: 12px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                pointer-events: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 4.28%;

                p {
                    line-height: 1.6em;
                    text-transform: capitalize;
                }
            }

            .bottom-card *:not(button),
            .edge-card *:not(button) {
                color: var(--adro-deep-blue) !important;
                text-align: center;
            }
        }

        @media screen and (max-width:767.5px),
        screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
            .share-frame {
                width: 14.36%;
                align-items: flex-start;
                padding: 3.01% 0;
                margin-top: 0;

                .ic_share svg {
                    width: 65%;
                    height: 65%;
                }

                .share-icons {

                    .share-list {
                        max-height: 0;
                        overflow: hidden;
                        opacity: 0;
                        transition: max-height 0.5s ease, opacity 0.5s ease;
                    }
                }
            }

            .outer {
                width: 100%;
                padding-right: 7.19%;



                .main-content {

                    .inner {
                        width: 100%;

                        .desc-text,p,ul {
                            margin-bottom: 1.78em;
                        }

                        h2 {
                            margin-bottom: 0.67em;
                        }

                        p {
                            margin-bottom: 1.78em;
                        }

                        .inner-download-block {
                            padding: 10.33% 0 0;

                            .download-text {
                                margin-bottom: 0.89em;
                            }
                        }
                    }

                    .bottom {
                        padding: 0;
                    }
                }
            }

            .outer::before {
                background: none;
            }

            .overlay-wrapper,
            .edge-card,
            .bottom-card {
                position: unset !important;
            }

            .overlay-wrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;

                .edge-card {
                    transform: translate(0);
                    margin-left: auto;
                    width: 97.01%;
                    padding: 5.99% 7.19%;
                    border-radius: 20px 0 0 20px;
                    padding-right: 16px;

                    .profile img {
                        width: 40.85%;
                        margin-right: 2.83%;
                    }

                    h2 {
                        margin-bottom: 0.89em;
                    }

                    .section h3 {
                        margin-bottom: 0.5em;
                        margin-top: 1em;
                    }
                }

                .bottom-card {
                    width: 68.27%;
                    padding: 6.29%;
                    margin: 21.56% 0;
                }
            }
        }

        @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
            .share-frame {
                width: 8.64%;
                padding: 3.19% 0;
            }

            .outer {
                padding-right: 5.25%;


                .main-content {
                    .inner {
                        padding-bottom: 0;

                        h2 {
                            margin-bottom: 0.6em;
                        }

                        .desc-text,p,ul {
                            margin-bottom: 1.67em;
                        }

                        .inner-download-block {
                            padding: 4.53% 0 0;

                            .download-text {
                                margin-bottom: 0.67em;
                            }
                        }
                    }
                }
            }

            .overlay-wrapper {
                flex-direction: row;
                align-items: end;

                .bottom-card {
                    margin: 0;
                    width: 42.66%;
                    padding: 4.2%;
                }

                .edge-card {
                    width: 51.45%;
                    padding: 3.15%;
                    padding-right: 16px;

                    .profile img {
                        width: 38.07%;
                        margin-right: 5.69%;
                    }

                    h2 {
                        margin-bottom: 1em;
                    }

                    .section h3 {
                        margin-bottom: 0.45em;
                        margin-top: 1.34em;
                    }
                }
            }
        }

        @media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
            .share-frame {
                width: 14%;

                .ic_share svg {
                    width: 75%;
                    height: 75%;
                }
            }

            .overlay-wrapper {
                .edge-card {
                    width: 41%;

                    h2 {
                        margin-bottom: 1em;
                    }

                    .section h3 {
                        margin-bottom: 0.5em;
                        margin-top: 1em;
                    }

                    .profile img {
                        width: 30%;
                    }
                }

                .bottom-card {
                    width: 37%;
					padding:3%;
                }
            }
        }

        
    }
#copy-notification {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background: #333;
            color: #fff;
            padding: 10px 16px;
            border-radius: 8px;
            font-size: clamp(0.75rem, 0.6rem + 0.75vw, 1.5rem);
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
            z-index: 9999;
        }

/* others */
.entry-content{background: linear-gradient(180deg, #1C638D 14.98%, #1A2C47 31.54%);}
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    background-color: var(--post-primary-color);
}
.space-below-banner
{margin: 0;
}
.main-frame{
margin-bottom:0;
}
.spacer-below-content-frame{
margin-bottom:0;
height: 4.33vw;
}
@media screen and (max-width:767.5px){
.space-below-banner
{height: 9vw;
}
.spacer-below-content-frame{

height: 18.47vw;
}
}
@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait){
.space-below-banner
{height: 8.04vw;
}
.spacer-below-content-frame{

height:  9vw;
}
}