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

        .white-paper-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% 0%;
            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;
            }

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

            .white-paper-title {
                margin-top: 2.79% !important;
                width: 79.88%;
                width: 93.02%;
            }

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

            .white-paper-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-container {
                position: relative;
                width: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 48.54%;
                aspect-ratio: 869 / 792;

                .right-img {
                 width: 78.01%;
                aspect-ratio: 678 / 644;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                z-index: 2;
                filter: drop-shadow(0px 0px 30px var(--post-primary-color));
            }

            .white-paper-border {
                position: absolute;
                top: 22.1%;
                left: 6.91%;
                width: 69.5%;
                aspect-ratio: 600 / 576;
                border: 2px solid var(--post-primary-color);
                z-index: 1;
            }
            }



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

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

    @media screen and (max-width: 1024px) and (orientation: portrait) {
        .white-paper-banner {
            .white-paper-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) {
            .white-paper-banner {
            height: 94.03dvh; /* Dynamic viewport height */
            min-height: fit-content;

            @supports not (height: 1dvh) {
            height: 94.03vh;
        }
        
        /* Firefox-specific override */
        @supports (-moz-appearance: none) {
            height: auto;
            min-height: 94.03vh;
        }
            
            min-height: fit-content;

            .white-paper-hero-banner {
                padding: 11.52% 4.8% 0%;
                /* 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;
                    }

                    .white-paper-text-above-title {
                        margin-top: 4.25% !important;
                        width: 47.75%;
                    }

                    .white-paper-title {
                        width: 100%;
                        margin-top: 2.23% !important
                    }

                    .white-paper-minute-read {
                        margin-top: 3.19% !important;
                        width: 66.59%;
                    }

                    .white-paper-download-artical {
                        margin-top: 7.43% !important;;
                        width: 48.55%;
                    }

                    .custom-button {
                        margin-top: 3.19% !important;
                    }
                }
                .right-container {
                    margin: auto;
                position: relative;
                width:  71.11%;
                display: flex;
                justify-content: center;
                align-items: center;
                aspect-ratio: 535 / 488;
                .right-img {
                    background-position: right;
                    width: 77.94%;
                    height: 81.35%;
                    position: relative;
                    margin-left: auto;
                    margin-right: auto;
                    aspect-ratio: 1.05;
                }

                
            .white-paper-border {
                position: absolute;
                top: 21.93%;
                left: 6.92%;
                width: 69.72%;
                height: 73.57%;
            }
            }
            }

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

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

                .white-paper-hero-banner {
                    padding: 11.54% 3.4% 0%;
                    margin-bottom: 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) {
        .white-paper-banner {
            height: 97dvh; /* Dynamic viewport height */
            min-height: fit-content;

            @supports not (height: 1dvh) {
            height: 97vh;
        }
        
        /* Firefox-specific override */
        @supports (-moz-appearance: none) {
            height: auto;
            min-height: 97vh;
        }

            .white-paper-hero-banner {
                padding: 4.12% 6.17% 0%;
                /* gap: 2.5em; */
                flex-direction: column-reverse;
                justify-content: unset;

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

                    .white-paper-text-above-title {
                        margin-top: 7.03% !important;
                        width: 100%;
                    }

                    .white-paper-title {
                        margin-top: 4.69% !important;
                        width: 100%;
                    }

                    .white-paper-minute-read {
                        margin-top:4.69% !important;
                        width: 95.36%;
                    }

                    .white-paper-download-artical {
                        margin-top:11.71% !important;
                        width: 64.94%;
                    }

                    .custom-button {
                        margin-top:4.69% !important;
                }
                }

                .right-container {
                position: relative;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 21.07%;
                aspect-ratio: 342 / 312;

                .right-img {
                width: 78.1%;
                height: 81.45%;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                z-index: 2;
                filter: drop-shadow(0px 0px 30px rgba(120, 160, 246, 0.80));
            }

            .white-paper-border {
                position: absolute;
                top: 22.13%;
                    left: 7.15%;
                    width: 70.21%;
                    height: 74.1%;
                border: 2px solid var(--post-primary-color);
                z-index: 1;
            }
            }

            }
        }
    }
/* content frame section */
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 {
                /* position: relative; */
                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;
                        /* margin-bottom: 18%; */
                        margin-bottom: 9.3%;
                        display: flex;
                        width: 100%;
                        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;
ul,ol{
						margin-left:3%;
					}
                    .desc-text,p,ul {
                        margin-bottom: 1.25em;
						
                    }
.desc-text a{
						font-weight:600;
					}
                    .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%; */
                    padding: 26.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%;
                /* width: 33%; */
                width: 33.24%;
                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%;
				margin-bottom:0;

                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: 15.31%; */
                width: 14.36%;
                align-items: flex-start;
                margin-top: 0;
                /* padding: 6.56% 0; */
                padding: 3.01% 0;

                .ic_share svg {
                    /* width: 65%;
                        height: 65%; */
                    width: 57.2%;
                    height: auto;
                }

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

                        .ic_share {
                            margin-bottom: 18%;
                        }
                    }
                }
            }

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


                .main-content {
                    .inner {
                        width: 100%;
                        /* padding: 7.75% 0 3.68% 0; */

                        .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: 83.08%; */
                    width: 97.01%;
                    border-radius: 20px 0 0 20px;
                    /* padding: 5.15% 6.16%; */
                    padding: 5.99% 7.19%;
                    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: 58.47%;
                    padding: 5.38%;
                    margin: 18.47% 0; */
                    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: 9.07%;
                    padding: 4.04% 0; */
                width: 8.64%;
                padding: 3.19% 0;

            }

            .outer {
                /*padding-right: 4.8%;*/
                padding-right: 5.25%;



                .main-content {
                    .inner {
                        padding-bottom: 0;
                        /* padding: 4.44% 0 3.68% 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;
                    /* margin-left: 8.64%;
                    width: 38.97%;
                    padding: 3.84%; */
                    width: 42.66%;
                    padding: 4.2%;
                }

                .edge-card {
                    /* width: 47.01%;
                    padding: 2.89%; */
                    width: 51.45%;
                    padding: 3.15%;
                    padding-right: 16px;

                    .profile img {
                        /* width: 40.63%;
                        margin-right: 4.55%; */
                        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) {
            .outer {
                .share-frame {
                    width: 14%;

                    .ic_share svg {
                        width: 40%;
                        height: auto;
                    }
                }
            }

            .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);
}
 .spacer-below-banner-section{
    margin-bottom:0;
    height: 8.75vw;
    }
.spacer-below-content-frame{
margin-bottom:0;
height: 4.3vw;
}
.main-frame{
margin-bottom:0;
}

@media screen and (min-width:768px) and (max-width:1024px)
{
 .spacer-below-banner-section {
        height: 12.95vw;
    }
.spacer-below-content-frame {
    height: 8.9vw;
}
}

@media screen and (max-width:767.5px)
{
 .spacer-below-banner-section {
        height: 21.8vw;
    }
.spacer-below-content-frame {
    height: 18.5vw;
}
}