.product-hero-v3 {
    position: relative;
    background-color: var(--green-100);
    padding-block: 24px 48px;
}
@media (min-width: 991.8px) {
    .product-hero-v3 {
        padding-block: 48px 100px;
    }
}
@media (min-width: 1280px) {
    height: 833px;
}
.product-hero-v3 .container-new {
    position: relative;
}
.product-hero-v3 .row-new {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 1280px) {
    .product-hero-v3 .row-new {
        gap: 80px;
    }
}
.product-hero-v3 .text-wrapper {
    padding-inline: 24px;
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    z-index: 9;
}
@media (min-width: 991.8px) {
    .product-hero-v3 .text-wrapper {
        width: 585px;
        flex-basis: 585px;
        row-gap: 24px;
    }
}
.product-hero-v3 .text-wrapper > * {
    width: 100%;
    flex-basis: 100%;
}
.product-hero-v3 .text-wrapper .product-subtitle {
    /*background-color: var(--green-10);*/
    /*border-radius: 40px;*/
    /*padding: 6px 12px;*/
    margin-block: 0;
    display: block;
    width: 100%;
    flex-basis: 100%;
    text-align: left;
}
@media (min-width: 575.8px) {
    .product-hero-v3 .text-wrapper .product-subtitle {
        display: inline-flex;
        width: auto;
        flex-basis: auto;
    }
}
.product-hero-v3 .text-wrapper .product-short-text p {
    margin-bottom: 12px;
}
.product-hero-v3 .text-wrapper .product-short-text ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.product-hero-v3 .text-wrapper .product-short-text ul li {
    padding-left: 34px;
    position: relative;
    margin-bottom: 5px;
}
.product-hero-v3 .text-wrapper .product-short-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    mask: url('./images/check.svg') no-repeat center;
    -webkit-mask: url('./images/check.svg') no-repeat center;
    background-color: #00b290;
    background: contain;
}
.product-hero-v3 .text-wrapper .product-btn-wrapper a {
    display: block;
    text-align: center;
    width: 100%;
}
@media (min-width: 575.8px) {
    .product-hero-v3 .text-wrapper .product-btn-wrapper a {
        display: inline-block;
        width: auto;
    }
}
.product-hero-v3 .video-wrapper {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    padding-inline: 24px;
}
@media (min-width: 991.8px) {
    .product-hero-v3 .video-wrapper {
        margin-top: 0;
        width: calc(100% - 665px);
        flex-basis: calc(100% - 665px);
    }
}
.product-hero-v3 .video-wrapper .video-inner {
    position: relative;
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*margin: auto;*/
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    aspect-ratio: 656 / 365; /* or 1.797 */

    /* Ensure the video container is responsive */
    width: 100%;
    max-width: 656px; /* Optional: Set a max-width to match the original size */

    /* Additional styling */
    overflow: hidden; /* Hide overflow if necessary */
    margin: 0 auto; /* Center the container */
}
.product-hero-v3 .video-wrapper video {
    object-fit: cover;
    /*--aspect-ratio: 1;*/
    position: relative;
    z-index: 2;
    max-height: 365px;
    aspect-ratio: 656 / 365; /* or 1.797 */
}
.product-hero-v3 .video-wrapper .play-video-button {
    border: 2px solid #fff;
    background-color: #fff;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f37038;
    font-size: 20px;
    line-height: 50px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    border-radius: 50%;
    transition: 0.5s;
    cursor: pointer;
}
.product-hero-v3 .video-wrapper .play-video-button i {
    font-size: 32px;
    margin-left: 8px;
}
.product-hero-v3 .video-wrapper .play-video-button.hidden {
    opacity: 0;
    z-index: -1;
}
.product-hero-v3 .video-wrapper .play-video-button:hover {
    border-color: var(--orange-10);
    background-color: var(--orange-10);
    color: var(--white);
}
.product-hero-v3 .video-wrapper .founder-inner {
    margin-top: -50px;
}
.product-hero-v3 .video-wrapper .teacher-info {
    max-width: 270px;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    border-radius: 16px;
    display: inline-flex;
    margin-inline: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: -40px;
    z-index: 9;
    position: relative;
    transition: 0.8s all;
}
@media (min-width: 767.8px) {
    .product-hero-v3 .video-wrapper .teacher-info {
        max-width: 350px;
    }
}
.product-hero-v3 .video-wrapper .teacher-info > * {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
    text-align: center;
}
.product-hero-v3 .video-wrapper .teacher-info h4 {
    font-size: 20px;
}
.product-hero-v3 .video-wrapper .teacher-info .teacher-experience {
    font-size: 16px;
    line-height: 20px;
}
.product-hero-v3 .video-wrapper .teacher-info .teacher-position {
    font-size: 16px;
    line-height: 20px;
}
.product-hero-v3 .video-wrapper .teacher-info.hidden {
    opacity: 0;
    z-index: -9;
}
.product-hero-v3 .small-dot {
    position: absolute;
    z-index: 2;
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: red;
    /* Add color to make it visible */
}
@media (min-width: 991.8px) {
    .product-hero-v3 .small-dot {
        display: block;
    }
}
.product-hero-v3 .md-cir-animation {
    animation-name: md-circle-rotate;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.product-hero-v3 .md-cir-animation-2 {
    animation-name: md-circle-rotate-2;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.product-hero-v3 .orange-dot {
    background-color: #f37038;
}
.product-hero-v3 .purple-dot {
    background-color: #273269;
}
.product-hero-v3 .green-dot {
    background-color: #c9e265;
}
.product-hero-v3 .blue-dot {
    background-color: #6adcff;
}
.product-hero-v3 .dot-1 {
    top: -115px;
    left: 36px;
}
.product-hero-v3 .dot-2 {
    top: -89px;
    left: 293px;
}
.product-hero-v3 .dot-4 {
    top: 0;
    left: 796px;
}
.product-hero-v3 .dot-5 {
    top: -115px;
    right: 100px;
}
.product-hero-v3 .dot-6 {
    top: 0;
    right: 80px;
}
.product-hero-v3 .dot-7 {
    bottom: 60px;
    left: 15px;
}
.product-hero-v3 .dot-8 {
    bottom: 90px;
    left: 560px;
}
.product-hero-v3 .dot-9 {
    bottom: 70px;
    right: 15px;
}
.product-hero-v3:before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 20%;
    mask: url('./images/orange-arrow.svg') no-repeat center;
    -webkit-mask: url('./images/orange-arrow.svg') no-repeat center;
    background-color: #f27038;
    mask-size: contain;
    z-index: 9;
    display: none;
}
@media (min-width: 767.8px) {
    .product-hero-v3:before {
        bottom: -40px;
        left: 50px;
        width: 120px;
        height: 130px;
        display: block;
    }
}
@media (min-width: 991.8px) {
    .product-hero-v3:before {
        bottom: -80px;
        left: 20%;
        width: 154px;
        height: 163px;
    }
}
.product-hero-v3 .trust-holder {
    margin-top: 40px;
}
@media (min-width: 767.8px) {
    .product-hero-v3 .trust-holder {
        margin-top: 80px;
    }
}
@keyframes md-circle-rotate {
    0% {
        transform: translate(0px, 25px);
    }
    12.5% {
        transform: translate(-20px, 15px);
    }
    25% {
        transform: translate(-25px, 0px);
    }
    37.5% {
        transform: translate(-20px, -15px);
    }
    50% {
        transform: translate(0px, -25px);
    }
    62.5% {
        transform: translate(20px, -15px);
    }
    75% {
        transform: translate(25px, 0px);
    }
    87.5% {
        transform: translate(20px, 15px);
    }
    100% {
        transform: translate(0px, 25px);
    }
}
@keyframes md-circle-rotate-2 {
    0% {
        transform: translate(0px, -25px);
        /* Opposite of 0% in original */
    }
    12.5% {
        transform: translate(20px, -15px);
        /* Opposite of -20px, 15px */
    }
    25% {
        transform: translate(25px, 0px);
        /* Opposite of -25px, 0px */
    }
    37.5% {
        transform: translate(20px, 15px);
        /* Opposite of -20px, -15px */
    }
    50% {
        transform: translate(0px, 25px);
        /* Opposite of 0px, -25px */
    }
    62.5% {
        transform: translate(-20px, 15px);
        /* Opposite of 20px, -15px */
    }
    75% {
        transform: translate(-25px, 0px);
        /* Opposite of 25px, 0px */
    }
    87.5% {
        transform: translate(-20px, -15px);
        /* Opposite of 20px, 15px */
    }
    100% {
        transform: translate(0px, -25px);
        /* Opposite of 0px, 25px */
    }
}
#editor .product-hero-v3 .row-new {
    gap: 0;
}
.trust-holder {
    position: relative;
}

.iframe-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0);
    padding: 0;
    border-radius: 8px;
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--orange-10);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.product-hero-v3 .trustpilot-widget {
    display: none; /* Hide the widget initially */
}
 