/*Webinar Pop Up Css- Start*/
.sogo-webinarpopup-mainframe {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
}

.sogo-webinarpopup-mainframe.webinarpopHide {
    display: none;
}

#ebookFrame2022 {
    font-family: var(--font-Epilogue-Regular);
}

.sogo-webinarPopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68.5714rem;
    height:90%;
    max-height: 85.7143rem;
    z-index: 1000000;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2025/08/BeyondTheNumberBg.jpg");
    box-shadow: 0 2.8571rem 14.2857rem 0 rgba(0, 0, 0, 0.4);
}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sogo-webinar-desc-main {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    text-align: center;
}

.sogo-email-field-cta-form {
    width: 100%;
}

.inline-btn .green-button {
    padding: 2.8571rem 5.7143rem !important;
    font-size: 2.5714rem;
    line-height: 0.7;
}


.sogo-popup-email-wrapper {
    width: 90%;
}

.sogo-webinar-desc-main .inline-btn {
    margin: 2.8571rem 0 0;
}

.PopUp-closeBtn {
    width: 4.2857rem;
    height: 4.2857rem;
    position: absolute;
    background-color: #f1f2f4;
    border-radius: 50%;
    box-shadow: -0.2857rem 0.8571rem 2.2857rem 0 rgba(13, 38, 36, 0.2);
    transition: all .25s ease !important;
    right: -1.4286rem;
    color: #333;
    text-align: center;
    line-height: 5.1429rem;
    font-size: 2.8571rem;
    top: -1.4286rem;
    cursor: pointer;
}

.PopUp-closeBtn .fal.fa-times {
    position: relative;
    top: -0.1429rem;
}

.PopUp-closeBtn:hover {
    transform: scale(1.05);
}

.countdown-box {
    display: flex;
    justify-content: center;
    gap: 2.8571rem;
    width: 50%;
    margin: auto;
}

.countdown-box-inner {
    width: 30%;
    color: #fff;
}

.webinar-badge {
    display: inline-block;
    background: #00c6c6;
    color: #000;
    font-size: 2rem;
    font-family: Epilogue-Bold;
    padding: 1.45rem 2.8rem;
    box-sizing: border-box;
    border-radius:10rem;
    line-height: normal;
    margin-bottom:5rem;
    letter-spacing: 0.642rem;
}

.webinar-badge::before {
    content: "";
    width: 1.1429rem;
    height: 1.1429rem;
    background: red;
    border-radius: 50%;
    display: inline-block;
    margin-right: 1.4286rem;
}

/* Heading */
.webinar-title {
    font-size: 4.5rem;
    font-family: Epilogue-Bold;
    color: #fff;
    margin: 0 0 1.5rem 0;
    line-height: normal;
}

/* Subtitle */
.webinar-subtitle {
    font-size: 2.5rem;
    margin: 0 auto 3rem;
    max-width: 85%;
    font-family: 'Epilogue-Regular';
    opacity: 0.9;
    line-height: 1.33;
    color: #fff;
}


.countdown-digit {
    font-size: 2.8571rem;
    border: 0.1429rem solid #02becc;
    padding: 2.5714rem 2.8571rem;
    width: 100%;
    border-radius: 1.4286rem;
    box-sizing: border-box;
    font-family: 'Epilogue-Bold';
    margin-bottom: 1.4286rem;
    line-height: 1;
}

.countdown-label {
    line-height: normal;
    font-size: 2rem;
    text-align: center;
    opacity: 0.7;
}

@media screen and (max-width:767px) {
    .sogo-webinarPopup {
        width: 47.8571rem;
        background-image: url(/wp-content/uploads/2025/08/BeyondTheNumberBg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        height: 68.5714rem;
    }

    .sogo-webinar-desc-main {
        padding: 0rem 3.5714rem 0;
        width: 100%;
        transform: translate(-50%, -30%);
    }

    .inline-btn .green-button {
        padding: 2.1429rem 5.7143rem !important;
        font-size: 2.2857rem;
    }

    .countdown-box {
        width: 100%;
    }

    .countdown-box-inner {
        width: 20%;
    }

    .countdown-digit {
        font-size: 2.1429rem;
        padding: 2.1429rem;
    }

    .countdown-label {
        font-size: 1.7143rem;
    }

    .webinar-badge {
        margin-bottom: 4.2857rem;
    }

    .webinar-title {
        font-size: 3.4286rem;
    }

    .webinar-subtitle {
        font-size: 1.7143rem;
        max-width: 90%;
    }
    .sogo-webinar-desc-main .slide-btn-wrapper.slide-button span{
        font-size: 1.85rem;
    }
}

/* @media screen and (min-width:1920px) {
    .sogo-webinarPopup {
        width: 85.7143rem;
        height: 107.1429rem;
    }

    .PopUp-closeBtn {
        width: 5rem;
        height: 5rem;
        font-size: 4rem;
        right: -2rem;
        top: -2rem;
        line-height: normal;
    }
    .PopUp-closeBtn .fal.fa-times{
         top:0.5rem;
    }
    .sogo-ebook-main-heading {
        font-size: 9.2857rem;
    }

    .sogo-ebook-main-text {
        font-size: 3.5714rem;
        width: 80%;
    }

    .countdown-box {
        width: 60%;
    }

    .countdown-digit {
        padding: 4.2857rem;
        font-size: 4.2857rem;
    }

    .countdown-label {
        font-size: 2.8571rem;
    }

    .inline-btn .green-button {
        font-size: 3.5714rem;
        padding: 4rem 11.4286rem !important;
    }
} */
/*Webinar Pop Up Css-   End*/