.head-carousell .carousel-cell {
    background-repeat: no-repeat;
    background-size: cover;
    width: 70%;
    height: 358px;
    margin-right: 10px;
    border-radius: 16px;
}
.description-text p {
    width: 100%;
}
a {
    text-decoration: none;
}
.btn-tokopedia {
    background-color: #5da96a;
}
.btn-shopee {
    background-color: #ee4d2d;
}
.dark-theme img {
    filter: none;
}
.testimony-image {
    border: 4px solid #acacac;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.navigation .nav-link {
    padding: 5px;
}
.navigation i {
    font-size: 20px;
    margin-right: 10px;
}
.navigation .active {
    border-top: #0076d0 1px solid;
    border-bottom: #0076d0 1px solid;
    color: #0076d0;
}
.navigation .active path {
    fill: #0076d0;
}
.dark-theme .navigation .active {
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
    color: #eee;
}
.dark-theme .navigation .active path {
    fill: #eee;
}
.testimony-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.title {
    color: var(--Text-Dark-Blue, var(--Secondary, #233d63));
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.lesson-title {
    color: #0076d0;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.accordion {
    border-radius: 10px !important;
    border: 1px solid rgb(145 145 145 / 0.5019607843);
}
.accordion-item {
    border-radius: 10px !important;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 10px !important;
}
.accordion-title {
    color: var(--Text-Dark-Blue, var(--Secondary, #233d63));
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.accordion-card {
    background: var(--blue-gray-10, rgb(145 158 177 / 0.1));
    border-radius: 8px;
}
.accordion-text {
    color: var(--Text-Dark-Blue, var(--Secondary, #233d63));
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.accordion-icon {
    border-radius: 12px;
    width: 60px;
    height: 60px;
    background-color: #0076d0;
}
.exercise-item {
    background: var(--Navbar-Sidebar, #fff);
    border: 1px solid var(--dark-gray-50, rgb(145 145 145 / 0.5));
    border-radius: 10px;
}
.exercise-item p {
    color: var(--Text-3, #4a5970);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.collapse-icon {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}
a[aria-expanded="true"] .collapse-icon {
    transform: rotate(180deg);
}
.accordion-button:focus {
    box-shadow: none;
}
.show-more {
    color: var(--Text-3, #4a5970);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
.sub-title {
    color: var(--Text-Dark-Blue, var(--Secondary, #233d63));
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.description-text p {
    color: var(--Text-Dark-Blue, var(--Secondary, #233d63));
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.testi-carousel .testi-cell {
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 10px;
    border-radius: 5px;
}
.testi-carousel .testi-cell .testi-card {
    border-radius: 12px;
    border: 0.5px solid var(--dark-gray-50, rgb(145 145 145 / 0.5));
    background: var(--Navbar-Sidebar, #fff);
    box-shadow: 3px 3px 6px 2px rgb(35 61 99 / 0.04);
    width: 500px;
}
.testi-carousel .testi-cell .testi-name {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.testi-carousel .testi-cell .testi-name h5 {
    color: var(--Text-Dark-Blue, var(--Secondary, #233d63));
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.testi-carousel .testi-cell .testi-name p {
    color: var(--Text-2, rgb(35 61 99 / 0.5));
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.testi-carousel .testi-cell .testi-text h5 {
    color: var(--Text-Dark-Blue, var(--Secondary, #233d63));
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.testi-carousel .testi-cell:before {
    display: block;
    text-align: center;
    font-size: 80px;
    color: #fff;
}
.navigation a {
    color: var(--Text-Dark-Blue, var(--Secondary, #233d63));
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.dark-theme .testi-card {
    background-color: #4a4b4c !important;
}
.dark-theme .testi-card h5 {
    color: #eee !important;
}
.dark-theme .testi-card p {
    color: white !important;
}
.dark-theme .description-text p {
    color: #eee;
}
.dark-theme .accordion-flush .accordion-item .accordion-button,
.dark-theme .accordion-flush .accordion-item .accordion-button.collapsed {
    background-color: #4b4c4e;
}
.dark-theme .accordion-button:not(.collapsed)::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 20px;
}
.dark-theme .accordion-button::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 20px;
}
.dark-theme .accordion-button {
    color: #eee;
}
.dark-theme .accordion-header .navigation {
    border-radius: 10px;
}
.dark-theme .accordion-body {
    background-color: #434343;
}
.dark-theme .exercise-item {
    background-color: #4a4b4c;
}
.dark-theme .exercise-item p {
    color: white !important;
}
.dark-theme .exercise-item svg path {
    fill: white !important;
}
.dark-theme .accordion-item {
    background-color: #4a4b4c;
}
.dark-theme .sticky-price h1 {
    color: #fff;
}
.dark-theme .sticky-price ._gray {
    color: #979797;
}
.dark-theme .show-more {
    color: #fff;
}
.dark-theme .accordion-icon {
    background-color: #3a3b3c;
    border: 1px solid #eee;
}
.dark-theme .navigation-card .card-body {
    border-radius: 20px;
}
.dark-theme .navigation-card {
    background-color: #4a4b4c;
}
.dark-theme .navigation-card .navigation a path {
    fill: #fff;
}
.dark-theme .navigation-card .navigation a {
    stroke: white !important;
    color: white !important;
}
.sticky-price {
    position: sticky;
    font-size: 20px;
}
.sticky-price h1 {
    color: var(--Text-Dark-Blue, var(--Secondary, #233d63));
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sticky-price ._gray {
    color: var(--secondary-50, rgb(35 61 99 / 0.5));
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.btn-buy {
    background: #0076d0;
    color: #fff;
}
.btn-buy:hover {
    color: #fff;
    opacity: 0.9;
}
.btn {
    padding: 10px 20px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    gap: 8px;
}
.btn {
    transition: all 0.2s ease;
}
.btn:focus,
.btn:hover,
.btn:active {
    outline: none;
    filter: brightness(50%) !important;
    box-shadow: 0 0 0 3px currentColor;
}
.btn-warning {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #666;
}
.btn-warning:hover {
    background-color: #e2e6ea;
    color: #333;
}
.btn img {
    height: 20px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin-top: -5px;
}
.btn i {
    font-size: 18px;
    line-height: 1;
    margin-top: -5px;
}
.btn p {
    margin-bottom: 0 !important;
    line-height: 1;
}
.navigation-card {
    border-radius: 16px;
    border: 0.5px solid var(--dark-gray-50, rgb(145 145 145 / 0.5));
    background: var(--Navbar-Sidebar, #fff);
    box-shadow: 3px 3px 6px 2px rgb(35 61 99 / 0.04);
    width: 350px;
    position: fixed !important;
    top: 100px;
    font-size: 20px;
    z-index: 10;
}
.navigation-card .card-nav {
    border-radius: 16px 16px 0 0;
    background-color: #0076d0;
    color: #fff;
}
.navigation-card .card-nav h2 {
    color: var(--Text, #fcfcfc);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.embed-responsive {
    position: relative;
}
.embed-responsive .play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.embed-responsive .play-button-overlay::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #0076d0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.3);
    transition: transform 0.2s ease;
}
.embed-responsive .play-button-overlay i {
    color: #fff;
    font-size: 20px;
    margin-left: 5px;
    z-index: 1;
}
.embed-responsive:hover .play-button-overlay::before {
    transform: scale(1.1);
}
.video-placeholder {
    cursor: pointer;
    position: relative;
}
.video-placeholder .play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 0.1);
}
.video-placeholder .play-button-overlay::before {
    content: "";
    width: 60px;
    height: 60px;
    background-color: #0076d0;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-placeholder .play-button-overlay i {
    color: #fff;
    font-size: 20px;
    margin-left: 5px;
    position: absolute;
}
.video-placeholder:hover .play-button-overlay::before {
    transform: scale(1.1);
}
.btn-outline-primary {
    font-family: Poppins;
    font-size: 16px;
    color: var(--Text-Dark-Blue, var(--Secondary, #0076d0));
    border-radius: 8px;
    border: 1px solid var(--Text-Dark-Blue, var(--Secondary, #0076d0));
    background: #fff;
}
@media (max-width: 576px) {
    .sub-title {
        font-size: 25px;
    }
    .description-text p {
        font-size: 16px;
    }
    .accordion-title {
        font-size: 15px;
    }
    .title {
        font-size: 35px;
    }
    .head-carousell .carousel-cell {
        width: 90%;
        height: 200px;
    }
    .testi-carousel .carousel-cell {
        width: 90%;
    }
    .testi-carousel .testi-cell .testi-card {
        width: 100%;
    }
    .sticky-price h1 ._gray {
        font-size: 20px;
    }
    .sticky-price h1 {
        font-size: 20px;
    }
}
.float {
    position: fixed;
    width: 72px;
    height: 72px;
    bottom: 21px;
    right: 20px;
    background-color: #4fce5d;
    color: #ffffff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #ccc;
    z-index: 100;
    opacity: 0.8;
}
.float i {
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    margin-top: 16px;
    transform-origin: 50% 50%;
}
#wa-top-area img {
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring-wrap .hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: #fff0;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.hotline-phone-ring-wrap .hotline-phone-ring-circle,
.hotline-phone-ring-wrap .hotline-phone-ring-circle-wa {
    width: 110px;
    height: 110px;
    position: absolute;
    background-color: #fff0;
    border-radius: 100%;
    border: 2px solid #214095;
    opacity: 0.5;
    transform-origin: 50% 50%;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
}
.hotline-phone-ring-wrap .hotline-phone-ring-circle-wa {
    top: -18px;
    left: -18px;
    border-color: #4fce5d;
}
.hotline-phone-ring-wrap .hotline-phone-ring-circle-fill,
.hotline-phone-ring-wrap .hotline-phone-ring-circle-fill-wa {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff0;
    transform-origin: 50% 50%;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
}
.hotline-phone-ring-wrap .hotline-phone-ring-circle-fill {
    top: 16px;
    left: 16px;
    background-color: rgb(21 100 167 / 0.7);
}
.hotline-phone-ring-wrap .hotline-phone-ring-circle-fill-wa {
    top: -3px;
    left: -5px;
    background-color: #4fce5d;
}
.hotline-phone-ring-wrap .hotline-phone-ring-img-circle {
    background-color: #214095;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: 50% 50%;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}
.hotline-phone-ring-wrap .hotline-phone-ring-img-circle .pps-btn-img {
    display: flex;
}
.hotline-phone-ring-wrap .hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}
.hotline-phone-ring-wrap .hotline-bar {
    position: absolute;
    background: #214095;
    height: 45px;
    width: 195px;
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;
    transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 0 5px 1px rgb(255 255 255 / 0.75);
    border-radius: 50px !important;
    left: 42px;
    bottom: 31px;
}
.hotline-phone-ring-wrap .hotline-bar > a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial;
}
.hotline-phone-ring-wrap .hotline-bar > a:hover,
.hotline-phone-ring-wrap .hotline-bar > a:active {
    color: #fff;
}
@keyframes phonering-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@keyframes phonering-alo-circle-fill-anim {
    0%,
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
}
@keyframes phonering-alo-circle-img-anim {
    0%,
    50%,
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
}
@media (max-width: 768px) {
    .ml2 .letter {
        line-height: 1.5em !important;
        font-size: 1.4em;
    }
}
