/* banner  */
.cwa-banner {
    height: 93.06vh;
    margin-bottom: 0;
}

.banner-area {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
    background-size: cover !important;
    position: relative;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    border-radius: 0px 0px 150px 150px;
    box-shadow: 0px 0px 30px 0px var(--post-primary-color);
    overflow: hidden;
    /* padding: 20px; */
}

.banner-area>* {
    position: relative;
    z-index: 2;
}

.banner-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(5, 9, 14, 0.60) 17.86%, rgba(67, 102, 143, 0.00) 52.2%, rgba(5, 9, 14, 0.60) 85.07%);
    z-index: 1;
    pointer-events: none;
}

.cwa-banner-stmt {
    width: 71.3%;
    margin: 0 9.5% 10.7% !important;
    text-align: center;
    line-height: normal;
}

.svg-icon {
cursor:pointer;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.4%;
    margin-top: auto;
}
.svg-play{
height: 19.5vh;
width: 100%;
}

.banner-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 8.49%;
    margin-bottom: 1.7%;
}

.cwa-banner-button {
    padding: 5px 24px 6px 23px;
    min-width: 248px;
    height: 40px;
    border-radius: 50px;
    color: var(--adro-deep-blue);
        background-color: var(--post-primary-color);
border-color: var(--post-primary-color);  
    border: none;
}

.cwa-banner-button:hover {
    background-color: var(--post-hover-color);
        color: #fff;
        border: 2px solid var(--post-hover-color);
}

/* Tablets Landscape */
@media screen and (min-width: 768px) and (max-width: 1024.9px) and (orientation: landscape) {
    .cwa-banner-stmt {
        margin: 0 2.5rem;
    }

    .banner-area {
        border-radius: 0px 0px 0px 125px;
    }
}

/* Tablets Portrait */
@media screen and (min-width: 768px) and (max-width: 1024.9px) and (orientation: portrait) {
    .cwa-banner{
     height: 84.3vh;
     }
    .cwa-banner-stmt {
        margin: 0 9.5% 11.8% !important;
        width: 61.2%;

    }

    .banner-area {
        border-radius: 0px 0px 0px 125px;
        height:100%;
		background-position: 87% center !important;
    }

    .svg-icon {
        margin-top: auto;
        margin-bottom: 17%;
    }
    .svg-play {
    height: 10.9vh;
    width: 100%;
    }
    .banner-buttons {
        margin-bottom: 3.9%;
    }

    .cwa-banner-button {
        text-align: center;
        
        min-width: 176px;
        height: 48px;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {
    .banner-buttons {
        flex-direction: row;
        width: 0;
    }

    .cwa-banner {
        height: auto;
    }

    .banner-area {
        border-radius: 0px 0px 0px 100px !important;
        height: 84vh !important;
        background-position: 87% center !important;
    }

    .cwa-banner-stmt {
        margin: 0 6.4%;
        width: 72%; 
        margin-bottom: 19% !important;
    }

    .cwa-banner-button {
        text-align: center;
        margin-bottom: 16px;
        min-width: 176px;
        height: 48px;
    }

    .svg-icon {
        margin-top: 272px;
        margin-bottom: 14.5%;
    }
      .svg-play {
    height: 14.3vh;
    width: 100%;
}
}
/* 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;
        margin: 0;
        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: 9.3%;
            align-items: center;
            width: 13.05%;

            .share-icons {
                /* position: relative; */
                transition: position 0.3s, top 0.3s;
                position: sticky;
                top: 20px;
                width: 100%;
                ;
                align-self: center;
                display: flex;
                flex-direction: column;
                height: fit-content;

                .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;

                    }

                    .ic_share {
                        cursor: pointer;
                        /* margin-bottom: 18%; */
                        margin-bottom: 9.3%;
                        width: 100%;
                        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) {

                    .main-content {
                        padding-bottom: 0;
                    }
                    .share-toggle {
                        display: block;
                        padding-top: 0;
                    }

                    .share-list {
                        text-align: center;

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

        .outer {
            width: 77%;
            display: flex;
            flex-direction: row;
            margin-left: 0 !important;
            margin-right: auto;
            position: relative;
            /* border-bottom: 4px solid var(--adro-electric-blue);
            border-right: 4px solid var(--adro-electric-blue); */





            .main-content {
                height: max-content;
                z-index: 1;
                flex: 1;
                padding-bottom: 22%;

                .inner {
                    width: 71.68%;
                    padding: 8.55% 0 9.17%;
.desc-text p,.desc-text ul{
						margin-bottom: 0.75em;
					}
					ul,ol{
						margin-left:3%;
					}
					.desc-text a{
						font-weight:600;
					}
                    .toggle-btn {
                        display: none;
                    }

                    .inner-download-block {
                        padding: 5.43% 0;
                        width: 92.74%;

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

                        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;
                        }
                    }
                }
            }

        }

        .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: 100%;
            margin-left: 0 !important;
            z-index: 10;
            pointer-events: none;

            .edge-card {
                position: absolute;
                right: 0;
/*                 top: 43.5%; */
				top: 50%;
            transform: translateY(-50%);
                width: 29.02%;
                aspect-ratio: 557/680;
                background: var(--post-primary-color);
                border-radius: 20px 0 0 20px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                pointer-events: auto;
                flex-direction: column;
                display: flex;
                align-items: flex-start;
                padding: 2.24% 2.09%;
                padding-right: 16px;
                justify-content: end;

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

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

                .profile-box {
                    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 {

                    font-style: italic;
                    margin-top: 2.1em;
                    margin-right: 0.75em;
                }

                .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);
                }
            }

            .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%;
                    margin-top: 35.8%; */
                width: 14.36%;
                margin-top: 33.6%;
                align-items: flex-start;


                .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%;
                border-bottom: 0;
                border-right: 0;



                .main-content {

                    .inner {
                        width: 100%;
                        padding: 17.43% 0 10.33%;

                        @media screen and (max-width:767.5px) {
                            #textContent.collapsed {
                                display: -webkit-box;
                                -webkit-line-clamp: 9;
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                            }

                            #textContent.expanded {
                                display: -webkit-box;
                                -webkit-line-clamp: 1000;
                                -webkit-box-orient: vertical;
                                overflow: visible;
                            }

                            .toggle-btn {
                                display: inline-block;

                                border: none;
                                display: flex;
                                align-items: center;
                                gap: 5px;
                                padding: 5.17% 0;
                            }

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

                            .toggle-btn:hover {
                                background-color: unset;
                            }

                            .toggle-btn.expanded .arrow-svg {
                                transform: rotate(180deg);
                                order: -1;
                            }
                        }

                        h2 {
                            margin-bottom: 1em;
                        }

                        .inner-download-block {
                            padding: 13.2% 0 0;
                            width: 100%;

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

                    .bottom {
                        padding: 0;
                    }
                }
            }

            .outer::before {
                background: none;
            }

            .overlay-wrapper,
            .edge-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: 6.16%; */
                    padding: 7.19%;
                    padding-right: 16px;

                    .profile img {
                        margin-right: 2.82%;
                        /* width: 40.85%; */
                        width: 48.85%;
                    }

                    h2 {
                        margin-bottom: 0.89em;
                    }

                    .section h3 {
                        margin-bottom: 0;
                        margin-top: 2em;
                    }
                }
            }
        }

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

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



                .main-content {
                  padding-bottom:0;
                    .inner {
                        padding-bottom: 0;
                        padding: 7.76% 0 6.65%;

                        h2 {
                            margin-bottom: 0.6em;
                        }

                        .toggle-btn {
                            display: none;
                        }

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

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

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

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

                    .profile img {
                        width: 40.63%;
                        margin-right: 4.55%;
                    }

                    h2 {
                        margin-bottom: 1em;
                    }
                }
            }
        }

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

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

            .outer {
                .main-content {
                    .inner {
                        width: 74%;
                    }
                }
            }

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

                    .profile img {
                        width: 30%;
                    }

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

       
    }
 #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;
        }
/* all spacers */
.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-content-frame{
margin-bottom:0;
height: 3.8vw;
}
.main-frame{
margin-bottom:0;
}

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

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