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

    .banner-area {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        text-align: center;
        background-size: cover !important;
        background-position: 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;
    }
  .banner-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(5, 9, 14, 0.67) 14.88%, rgba(67, 102, 143, 0.00) 66.9%, rgba(58, 88, 123, 0.09) 70.37%, rgba(5, 9, 14, 0.60) 93.85%);
    z-index: 1;
    pointer-events: none;
}
.banner-area>* {
    position: relative;
    z-index: 2;
}
    .about-us-banner-stmt {
        max-width: 1552px;
        margin: 0 9.5% 2rem !important;
        text-align: center;
        line-height: normal;
    }

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

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

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

    .webinar-banner-button:hover,.webinar-banner-button:focus {
        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) {
        .about-us-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) {
.webinar-banner {
            height: 84.33vh;
        }
        .about-us-banner-stmt {
            margin: 0 2.5rem;
            width: 90.39%;
            
        }
        .banner-area{
            border-radius: 0px 0px 0px 125px;
            background-position: 10% center;
        }
        .svg-icon{
            margin-top: auto;
            margin-bottom: 17%;
        }
     .svg-play{
        width: 100%;
        height: 10.9vh;
         }
         .webinar-banner-button {
            text-align: center;
            margin-bottom: 16px;
            min-width: 176px;
            height: 48px;
        }
    }

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

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

        .about-us-banner-stmt {
            margin: 0 6.4%;
        }

        .webinar-banner-button {
            text-align: center;
            margin-bottom: 16px;
            min-width: 176px;
            height: 48px;
        }
        .svg-icon{
            margin-top: auto;
            margin-bottom: 8%; 
        }
      .svg-play{
         width: 100%;
        height: 14.3vh;
       }
    }
/* 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;
        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) {
                    .share-toggle {
                        display: block;
                        padding-top: 0;
                    }

                    .share-list {
                        text-align: center;

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

        .outer {
            width: 86.46%;
            display: flex;
            flex-direction: row;
            margin-left: 0 !important;
            margin-right: auto;
            position: relative;
            border-bottom: 4px solid var(--post-primary-color);
            border-right: 4px solid var(--post-primary-color);





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

                .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: 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: 12;
                                -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;
								.arrow-svg path{
									stroke: var(--post-primary-color);
								}
                            }

                            .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: 9.07%;
                    margin-top: 19.15%; */
                width: 8.64%;
                margin-top: 18.23%;
            }

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



                .main-content {
                    .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: 41.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;
        }
/* other  */

.entry-content{
background: linear-gradient(180deg, #1C638D 8.07%, #1A2C47 53.74%);
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    background-color: var(--post-primary-color);
}
.space-below-content-frame{
    height: 4.64vw;
    margin-bottom: 0;
}
@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait)
{.space-below-content-frame {
    height: 5.3vw;
}
}
@media screen and (max-width:767.5px)
{
.space-below-content-frame {
    height: 12.4vw;
}
}