@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/* SASS Variables */
.accordion__card {
    background: #ffffff;
    box-shadow: 3px 10px 30px rgba(138, 138, 138, 0.25);
    border-radius: 10px !important;
}

.accordion__card .card-header {
    background: #ffffff;
    box-shadow: 0px 3px 10px rgba(170, 170, 170, 0.25);
}

.accordion__card .card-header button {
    text-decoration: none;
    font-weight: bold;
    color: #0a7bcd;
    transition: color 0.3s ease-in;
}

.accordion__card .card-header button.collapsed {
    color: #434a4e;
}

.accordion__card .card-body {
    color: #434a4e;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Quicksand", sans-serif;
    position: relative;
}

.modal .modal-content {
    border: none;
    border-radius: 10px;
}

#featureModal h6 {
    font-size: 1.5em;
    font-weight: bold;
    color: #434a4e;
}

#packageModal h5 {
    font-size: 1.5em;
    font-weight: bold;
    color: #434a4e;
}

#packageModal h6 {
    font-size: 1em;
    font-weight: bold;
    color: #434a4e;
}

.pagination .page-item {
    margin-right: 1em;
    width: 3em;
    height: 3em;
}
.pagination .page-item.active .page-link {
    background-color: #0a7bcd;
}
.pagination .page-item .page-link {
    border-radius: 100% !important;
    padding: 14px 6px;
    box-shadow: 0px 6px 20px rgba(129, 129, 129, 0.25);
    border: none;
    font-size: 1em;
    font-weight: bold;
}

.text-medisy {
    color: #0a7bcd !important;
}

.btn-medisy {
    background-color: #0a7bcd;
    border-radius: 30px;
    font-size: 1em;
    color: #ffffff;
    font-weight: bold;
    line-height: inherit;
    box-shadow: 0px 10px 30px rgba(10, 123, 205, 0.45);
}
.btn-medisy:hover {
    background-color: #0670bc;
    color: #ffffff;
}

.btn-medisy-outline {
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #0a7bcd;
    font-size: 1em;
    color: #0a7bcd;
    font-weight: bold;
    line-height: inherit;
}
.btn-medisy-outline:hover {
    background-color: #ffffff;
    color: #0a7bcd;
}

a.btn-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    background-color: #0a7bcd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-decoration: none;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    display: none;
}

a.btn-to-top.show {
    display: block;
    -webkit-animation: fadeIn ease 2s;
    animation: fadeIn ease 2s;
}

a.btn-to-top.hide {
    display: none;
    -webkit-animation: fadeOut ease 2s;
    animation: fadeOut ease 2s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
a.btn-to-top:hover {
    background-color: #0670bc;
    transition: all 0.5s ease;
}

a.btn-to-top i {
    padding: 15px;
    font-size: 1.3em;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    background-color: #16af4e;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-decoration: none;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

a.btn-whatsapp:hover {
    background-color: #24cc63;
    transition: all 0.5s ease;
}

a.btn-whatsapp i {
    padding: 15px 15px 15px 15px;
    font-size: 2.5em;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s;
    height: 100px; /* tinggi normal */
}
.navbar-brand img {
    width: 140px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar.navbar-scroll {
    background: #fff;
    box-shadow: 0px 20px 50px 3px rgba(147, 147, 147, 0.25);
    height: 100px; /* tinggi lebih kecil saat scroll */
}
#navbar-spacer {
    height: 90px;
    transition: height 0.3s;
}
.navbar-toggler {
    border: none;
    margin-bottom: 0.5em;
}
.navbar-toggler span {
    width: 1.75em;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    right: 5%;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
    background-color: #747e84;
    transition: all 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
    transform: translateY(-10px);
}
.navbar-toggler span:nth-child(3) {
    transform: translateY(10px);
}
.navbar-toggler.open span:nth-child(1) {
    transform: rotate(45deg);
}
.navbar-toggler.open span:nth-child(2) {
    background: transparent;
}
.navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navbar-nav .nav-link {
    font-size: 1em;
    color: #434a4e !important;
    font-weight: 600;
    line-height: inherit;
    transition: color 0.3s;
}
.navbar-nav .nav-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    border-radius: 5px;
    background-color: #0a7bcd;
    transition: width 0.3s;
}
.navbar-nav .nav-link:hover::after {
    width: 100%;
}
.navbar-nav .nav-link:hover {
    color: #0a7bcd !important;
}

.square img {
    position: absolute;
    top: 0;
    left: 0;
}

.bg-medisy {
    background-color: #0a7bcd;
}

.medisy-gradient {
    background: linear-gradient(
        180deg,
        rgba(10, 123, 205, 0.05) 0%,
        rgba(10, 123, 205, 0.017) 50.79%,
        rgba(10, 123, 205, 0) 100%
    );
}

a {
    text-decoration: none !important;
}

#embed {
    border-radius: 1.5em;
}

section {
    position: relative;
    background-color: transparent !important;
}
section .section__title h5 {
    font-size: 34px;
    color: #434a4e;
    font-weight: bold;
    line-height: inherit;
}
section .section__description p {
    font-size: 16px;
    color: #aaaaaa;
    font-weight: 500;
    line-height: 24px;
}

#hero .hero__information img,
#hero .hero__information span {
    vertical-align: middle;
}
#hero .hero__information span {
    font-size: 1em;
    color: #434a4e;
    font-weight: bold;
    line-height: inherit;
}
#hero .hero__title h5 {
    font-size: 2.75em;
    color: #434a4e;
    font-weight: bold;
    line-height: 1.25em;
    letter-spacing: -0.01em;
}
#hero .hero__text p {
    font-size: 1em;
    color: #434a4e;
    font-weight: 500;
    line-height: 26px;
}
#hero .hero__button-start {
    padding-left: 2.5em;
    padding-right: 2.5em;
}
#hero .hero__button-show {
    padding-left: 3.5em;
    padding-right: 3.5em;
}

#about .about__title h5 {
    font-size: 34px;
    color: #434a4e;
    font-weight: bold;
    line-height: inherit;
}
#about .about__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: -0.5em;
}
#about .about__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 48px;
}
#about .about__description p {
    font-size: 1em;
    color: #aaaaaa;
    font-weight: 600;
    line-height: 32px;
}
#about .about__socmed h3 {
    font-size: 1.5em;
    color: #434a4e;
    font-weight: 800;
    line-height: inherit;
}
#about .about__socmed ul {
    list-style: none;
}
#about .about__socmed li {
    display: inline-block;
    width: 4em;
    height: 4em;
    text-align: center;
    background-color: #0a7bcd;
    border-radius: 100%;
    cursor: pointer;
    padding-left: 7px;
    margin-right: 1em;
}
#about .about__socmed li a {
    font-size: 1em;
    color: #ffffff;
    font-weight: bold;
    line-height: 4.4em;
}
#about .about__socmed li i {
    font-size: 1.5em;
}
#about .about__socmed li:hover {
    background-color: #0670bc;
}
#about .about__information h3 {
    font-size: 1.5em;
    color: #434a4e;
    font-weight: 800;
    line-height: inherit;
}
#about .about__information ul {
    list-style: none;
}
#about .about__information li {
    font-size: 1em;
    color: #434a4e;
    font-weight: 700;
    line-height: inherit;
}
#about .about__information li i {
    font-size: 1em;
    color: #0a7bcd;
    font-weight: 600;
    line-height: inherit;
}
#about .circle img {
    position: absolute;
    right: 0;
    top: 35%;
    z-index: -1;
}

#excellent .excellent__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: 0;
}
#excellent .excellent__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 25px;
}
#excellent .excellent__card {
    box-shadow: 0px 20px 50px 3px rgba(147, 147, 147, 0.25);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.5s ease-out;
    border: 2px solid transparent;
}
#excellent .excellent__card-body {
    padding: 2.5em 4em 1.5em 2.5em;
}
#excellent .excellent__card-image {
    margin-right: 2em;
}
#excellent .excellent__card h6 {
    font-size: 1.2em;
    color: #434a4e;
    font-weight: bold;
    line-height: inherit;
}
#excellent .excellent__card p {
    font-size: 1em;
    color: #434a4e;
    font-weight: 500;
    line-height: 30px;
}
#excellent .excellent__card.active {
    background-color: #0a7bcd;
}
#excellent .excellent__card.active h6,
#excellent .excellent__card.active p {
    color: #ffffff;
}
#excellent .excellent__card.active img {
    border: 2px solid #ffffff;
    border-radius: 100%;
    margin: -2px;
}
#excellent .excellent__card:hover {
    background-color: #0a7bcd;
}
#excellent .excellent__card:hover h6,
#excellent .excellent__card:hover p {
    color: #ffffff;
}
#excellent .excellent__card:hover img {
    border: 2px solid #ffffff;
    border-radius: 100%;
    margin: -2px;
}

#watch {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#watch .watch__row {
    padding-top: 5em;
    padding-bottom: 3.5em;
}
#watch .watch__button {
    border: none;
    background-color: #ffffff;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    opacity: 1;
}
#watch .watch__button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    opacity: 1;
    z-index: 2;
    transform: scale(1);
    transition: all ease 0.5s;
    -webkit-animation: watch 2s infinite;
    animation: watch 2s infinite;
    border-radius: 100%;
}
@-webkit-keyframes watch {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes watch {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
#watch .watch__title h3 {
    font-size: 2em;
    color: #ffffff;
    font-weight: bold;
    line-height: inherit;
}

#feature {
    margin-top: 3.5em;
}
#feature .feature__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: 1em;
}
#feature .feature__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 25px;
}
#feature .feature__card {
    box-shadow: 0px 20px 50px 3px rgba(147, 147, 147, 0.25);
    border-radius: 20px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.25s ease-out;
    position: relative;
}
#feature .feature__card-body {
    max-height: 8rem;
    overflow: hidden;
    transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1);
}
#feature .feature__card-body:hover {
    max-height: 500px;
}
#feature .feature__card-body h6 {
    font-size: 22px;
    color: #434a4e;
    font-weight: bold;
    line-height: 30px;
}
#feature .feature__card-body a {
    font-size: 14px;
    color: #434a4e;
    font-weight: 500;
    line-height: inherit;
    text-decoration: none;
}
#feature .feature__card.active {
    background-color: #0a7bcd;
}
#feature .feature__card.active h6,
#feature .feature__card.active p,
#feature .feature__card.active a {
    color: #ffffff !important;
}
#feature .feature__card.active img {
    border: 2px solid #d5d5d5;
    border-radius: 100%;
    margin: -2px;
}
#feature .feature__card:hover {
    background-color: #0a7bcd;
    margin-bottom: 0;
    padding-bottom: 0;
}
#feature .feature__card:hover h6,
#feature .feature__card:hover p,
#feature .feature__card:hover a,
#feature .feature__card:hover .text-medisy {
    color: #ffffff !important;
}
#feature .feature__card:hover img {
    border: 2px solid #d5d5d5;
    border-radius: 100%;
    margin: -1px;
}
#feature .circle img {
    position: absolute;
    top: 50%;
    z-index: -1;
}

.feature__body {
    max-height: 25em;
    overflow: auto;
    list-style-position: inside;
}
.feature__body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    display: none;
}
.feature__body:hover::-webkit-scrollbar {
    display: block;
}
.feature__body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10em;
}
.feature__body::-webkit-scrollbar-track-piece:start {
    background: transparent;
}
.feature__body::-webkit-scrollbar-track-piece:end {
    background: transparent;
}

#showcase .showcase__title h3 {
    font-size: 2em;
    color: #434a4e;
    font-weight: bold;
    line-height: 42px;
}
#showcase .showcase__description p {
    font-size: 1em;
    color: #aaaaaa;
    font-weight: 600;
    line-height: 32px;
}
#showcase .circle img {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
}

#package .package__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: 1.5em;
}
#package .package__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 35px;
}
#package .package__card {
    background: #ffffff;
    box-shadow: 0px 20px 50px 3px rgba(147, 147, 147, 0.25);
    border-radius: 20px;
}
#package .package__card-title h5 {
    font-size: 26px;
    color: #434a4e;
    font-weight: bold;
    line-height: inherit;
}
#package .package__card-line {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
}
#package .package__card-list {
    list-style: none;
}
#package .package__card-list li {
    font-size: 16px;
    color: #282a2b;
    font-weight: 600;
    line-height: inherit;
    margin-bottom: 8px;
}
#package .package__card-list li > * {
    vertical-align: middle;
}
#package .package__card .btn-package-select {
    background-color: #0a7bcd;
    border-radius: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: inherit;
}
#package .package__card .btn-package-select:hover {
    background-color: #0670bc;
}
#package .package__card .btn-package-show {
    background-color: transparent;
    font-size: 18px;
    color: #0a7bcd;
    font-weight: bold;
    line-height: inherit;
    border-radius: 30px;
}
#package .package__card.active {
    background-color: #0a7bcd;
}
#package .package__card.active h5 {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    line-height: inherit;
}
#package .package__card.active .package__card-line {
    background-color: #3ca8f6;
}
#package .package__card.active .package__card-list li {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: inherit;
}
#package .package__card.active .btn-package-select {
    background-color: #ffffff;
    font-size: 18px;
    color: #0a7bcd;
    font-weight: bold;
    line-height: inherit;
}
#package .package__card.active .btn-package-select:hover {
    background-color: #dddddd;
}
#package .package__card.active .btn-package-show {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: inherit;
}
#package .circle img {
    position: absolute;
    top: 100px;
    z-index: -1;
    left: -25px;
}

#testimonial .testimonial__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: 1em;
}
#testimonial .testimonial__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 45px;
}
#testimonial .testimonial__box {
    background-color: #ffffff;
    box-shadow: 2px 12px 20px rgba(196, 196, 196, 0.25);
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 300px;
    overflow: hidden;
}
#testimonial .testimonial__box:hover {
    max-height: 500px;
}
#testimonial .testimonial__box:hover .testimonial__box-icon i {
    color: rgba(10, 123, 205, 0.3);
}
#testimonial .testimonial__box-avatar img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
#testimonial .testimonial__box-name h4 {
    font-size: 18px;
    color: #434a4e;
    font-weight: bold;
    line-height: 1.25em;
    margin-bottom: 0.25em;
}
#testimonial .testimonial__box-name h6 {
    font-size: 14px;
    color: #434a4e;
    font-weight: 600;
    line-height: inherit;
}
#testimonial .testimonial__box-description p {
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Batasi 4 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer; /* opsional, biar kelihatan bisa di-hover */
}
#testimonial .testimonial__box-description:hover p {
    -webkit-line-clamp: unset; /* Hilangkan clamp */
    overflow: visible;
    text-overflow: unset;
    white-space: normal; /* Pastikan wrap multi-line */
}
#testimonial .testimonial__box-icon {
    position: absolute;
    top: 2em;
    right: 3em;
}
#testimonial .testimonial__box-icon i {
    transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    color: rgba(0, 0, 0, 0.1); /* Hitam, 10% opacity */
}

#support .support__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: 25px;
}
#support .support__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 45px;
}
#support .support__box {
    background-color: #ffffff;
    box-shadow: 2px 12px 20px rgba(196, 196, 196, 0.25);
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#support .support__box-avatar img {
    width: 5em;
    height: 5em;
    object-fit: contain;
}
#support .support__box-name h4 {
    font-size: 18px;
    color: #434a4e;
    font-weight: bold;
    line-height: 1em;
}
#support .support__box-name h6 {
    font-size: 14px;
    color: #434a4e;
    font-weight: 600;
    line-height: inherit;
}
#support .support__box-description p {
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 500;
    line-height: 24px;
}
#support .support__box-icon {
    position: absolute;
    top: 2em;
    right: 3em;
}
#support .support__box:hover .support__box-icon i {
    transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    color: rgba(10, 123, 205, 0.3);
}
#support .support__box-icon i {
    color: rgba(0, 0, 0, 0.1); /* Hitam, 10% opacity */
}

#faq .faq__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: 35px;
}
#faq .faq__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 55px;
}
#faq .circle img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

#faq .card .card-body ul,
#faq .card .card-body ol {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

#satu_sehat .satu_sehat__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: -0.25em;
}
#satu_sehat .satu_sehat__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 55px;
}
#satu_sehat .circle img {
    position: absolute;
    top: 3em;
    left: 0;
    z-index: -1;
}

#information {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#information .information__row {
    padding-top: 4.5em;
}
#information .information__circle {
    max-width: 150px;
    height: 150px;
    background-color: #0b88e2;
    border-radius: 100%;
    box-shadow: 2px 6px 20px rgba(72, 72, 72, 0.25);
}
#information .information__circle i {
    font-size: 3.5em;
    color: #ffffff;
}
#information .information__total h3 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    line-height: 32px;
}
#information .information__total p {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    line-height: inherit;
}

#support .support__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: 4.75em;
}
#support .support__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 150px;
}
#support .support__images {
    gap: 3em;
}
#support .support__image img {
    filter: grayscale(100%);
    cursor: pointer;
    transition: filter 0.5s ease-out;
}
#support .support__image img:hover {
    filter: grayscale(0);
}

#article h2 {
    font-size: 1.5em;
    color: #434a4e;
    font-weight: bold;
    line-height: inherit;
}
#article .article__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: 3.25em;
}
#article .article__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 125px;
}
#article .article__header {
    position: relative;
}
#article .article__pinned {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #0a7bcd;
    padding-block: 0.5em;
    padding-inline: 0.75em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
}
#article .article__pinned span {
    color: white;
    overflow: hidden;
    font-size: 1em;
    font-weight: bold;
}
#article .article__thumbnail {
    height: 20em;
    overflow: hidden;
    border-radius: 1.2em;
}
#article .article__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
#article .article__thumbnail img:hover {
    transform: scale(1.1);
}
#article .article__information ul {
    list-style: none;
}
#article .article__information ul li {
    display: inline-block;
    font-size: 14px;
    color: #434a4e;
    font-weight: bold;
    line-height: inherit;
}
#article .article__information ul li i {
    font-size: 1em;
    color: #0a7bcd;
    font-weight: bold;
    line-height: inherit;
}
#article .article__detail {
    height: 30em;
    overflow: hidden;
    border-radius: 1.2em;
}
#article .article__detail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
#article .article__detail img:hover {
    transform: scale(1.1);
}
#article .article__categories h3 {
    font-size: 24px;
    color: #434a4e;
    font-weight: bold;
    line-height: inherit;
}
#article .article__categories .article__category {
    background-color: #0a7bcd;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: inherit;
    border-radius: 2em;
}
#article .article__categories .article__category p {
    margin-bottom: 0;
}
#article .article__categories .article__category:hover {
    background-color: #0670bc;
    text-decoration: none;
}
#article .article__short-title a,
#article .article__short-title p {
    font-size: 24px;
    color: #434a4e;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
    margin-bottom: 0;
}
#article .article__description > * {
    font-size: 1em;
    color: #868686;
    font-weight: 500;
    line-height: 26px;
}
#article .article__popular h3 {
    font-size: 24px;
    color: #434a4e;
    font-weight: bold;
    line-height: inherit;
}
#article .article__popular-img {
    border-radius: 1em;
    width: 30%;
    padding-right: 1em;
    padding-bottom: 1em;
}
#article .article__popular-img img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}
#article .article__popular-category-span {
    border-radius: 1em;
}
#article .article__popular-title a {
    font-size: 1em;
    color: #434a4e;
    font-weight: bold;
    line-height: 1.3em;
}
#article .article__separator {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
}
#article .article__socmed ul {
    list-style: none;
}
#article .article__socmed li {
    display: inline-block;
    width: 4em;
    height: 4em;
    text-align: center;
    background-color: #0a7bcd;
    border-radius: 100%;
    cursor: pointer;
}
#article .article__socmed li a {
    font-size: 1em;
    color: #ffffff;
    font-weight: bold;
    line-height: 4.5em;
}
#article .article__socmed li i {
    font-size: 1.5em;
}
#article .article__socmed li:hover {
    background-color: #0670bc;
}

#download {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
#download .download__title h3 {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    line-height: inherit;
}
#download .download__description p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 32px;
}
#download .download__image div {
    cursor: pointer;
}
#download .download__image div:nth-child(2) {
    margin-top: 2px;
}

#subscribe {
    z-index: 10;
}
#subscribe .subscribe__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: 1em;
}
#subscribe .subscribe__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 35px;
}
#subscribe .subscribe__form .input-group {
    box-shadow: 0px 20px 50px 3px rgba(147, 147, 147, 0.15);
    z-index: 99;
    background-color: #ffffff;
}
#subscribe .subscribe__form input,
#subscribe .subscribe__form button,
#subscribe .subscribe__form .input-group {
    border-radius: 20px;
}
#subscribe .subscribe__form input {
    border: 0;
    padding: 2em;
    font-size: 18px;
    color: #434a4e;
    font-weight: 500;
    line-height: inherit;
}
#subscribe .subscribe__form input::-moz-placeholder {
    font-size: 18px;
    color: #dddddd;
    font-weight: 500;
    line-height: inherit;
}
#subscribe .subscribe__form input:-ms-input-placeholder {
    font-size: 18px;
    color: #dddddd;
    font-weight: 500;
    line-height: inherit;
}
#subscribe .subscribe__form input::placeholder {
    font-size: 18px;
    color: #dddddd;
    font-weight: 500;
    line-height: inherit;
}
#subscribe .subscribe__form button {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: inherit;
}
#subscribe .circle img {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: -1;
}

#pricing .pricing__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: -10px;
}
#pricing .pricing__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 5.5em;
}

#pricing .pricing__checklist ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin-top: 2em;
}

#pricing .pricing__checklist ul > li {
    font-size: 16px;
    color: #282a2b;
    font-weight: 600;
    line-height: inherit;
}

#pricing .pricing__images .pricing__image {
    width: 100%;
}

#pricing .pricing__images .pricing__image img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 1em;
}

#pricing .pricing__form a {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: inherit;
    border-radius: 20px;
}

#register {
    z-index: 10;
}

#register h2 {
    font-size: 1.5em;
    color: #434a4e;
    font-weight: bold;
    line-height: inherit;
}
#register .register__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: 2em;
}
#register .register__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 2.5em;
}
#register .register__description p {
    font-size: 1em;
    color: #aaaaaa;
    font-weight: 500;
    line-height: 26px;
}
#register .register__form .input-group {
    box-shadow: 0px 20px 50px 3px rgba(147, 147, 147, 0.15);
    z-index: 99;
    background-color: #ffffff;
}

#register .register__form .input-group input {
    border: 1px solid #efefef;
}

#register .register__form input,
#register .register__form button,
#register .register__form .input-group {
    border-radius: 20px;
}
#register .register__form input {
    border: 0;
    padding: 2em;
    font-size: 18px;
    color: #434a4e;
    font-weight: 500;
    line-height: inherit;
}
#register .register__form input::-moz-placeholder {
    font-size: 18px;
    color: #dddddd;
    font-weight: 500;
    line-height: inherit;
}
#register .register__form input:-ms-input-placeholder {
    font-size: 18px;
    color: #dddddd;
    font-weight: 500;
    line-height: inherit;
}
#register .register__form input::placeholder {
    font-size: 18px;
    color: #dddddd;
    font-weight: 500;
    line-height: inherit;
}
#register .register__form button {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: inherit;
}
#search {
    z-index: 10;
}
#search .search__title h5 span.text-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 25px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    top: 0.75em;
    left: 25px;
}
#search .search__title h5 span.text-content-secondary::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0a7bcd;
    opacity: 0.5;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    right: 35px;
}
#search .search__form .input-group {
    box-shadow: 0px 20px 50px 3px rgba(147, 147, 147, 0.15);
    z-index: 99;
    background-color: #ffffff;
}
#search .search__form input,
#search .search__form button,
#search .search__form .input-group {
    border-radius: 20px;
}
#search .search__form input {
    border: 0;
    padding: 2em;
    font-size: 18px;
    color: #434a4e;
    font-weight: 500;
    line-height: inherit;
}
#search .search__form input::-moz-placeholder {
    font-size: 18px;
    color: #dddddd;
    font-weight: 500;
    line-height: inherit;
}
#search .search__form input:-ms-input-placeholder {
    font-size: 18px;
    color: #dddddd;
    font-weight: 500;
    line-height: inherit;
}
#search .search__form input::placeholder {
    font-size: 18px;
    color: #dddddd;
    font-weight: 500;
    line-height: inherit;
}
#search .search__form button {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: inherit;
}
#search .circle img {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: -1;
}

footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        92.78deg,
        #0a7bcd 0%,
        rgba(10, 123, 205, 0.536458) 178.34%,
        rgba(10, 123, 205, 0.307292) 178.36%,
        rgba(10, 123, 205, 0) 257.49%
    );
}
footer .footer__description p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    line-height: 28px;
}
footer .footer__menu h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: inherit;
}
footer .footer__menu ul {
    list-style: none;
}
footer .footer__menu li {
    margin-bottom: 4px;
}
footer .footer__menu li > a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}
footer .footer__separator {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}
footer .footer__copyright p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    line-height: inherit;
}
footer .footer__social-media li {
    display: inline-block;
}
footer .footer__social-media li a {
    color: #ffffff;
}
footer .footer__social-media li:not(:last-child) {
    padding-right: 1rem;
}
footer .circle img {
    position: absolute;
    top: 20%;
    right: -10%;
}

@-webkit-keyframes skeleton-gradient {
    from {
        left: -100%;
    }
    to {
        left: 100%;
    }
}

@keyframes skeleton-gradient {
    from {
        left: -100%;
    }
    to {
        left: 100%;
    }
}
/* End */
.owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: 2em -15px -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

.owl-stage {
    overflow: visible;
    padding-bottom: 2.5em;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    background-color: #0a7bcd !important;
    color: #ffffff !important;
    font-size: 1em;
    border-radius: 100%;
    margin: 0.5em;
    box-shadow: 0px 6px 20px rgba(129, 129, 129, 0.25);
    margin-top: 1em;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #0670bc !important;
}

@media only screen and (max-width: 424px) {
    .hero__title h5 {
        font-size: 2.1em !important;
        line-height: 1.3em !important;
    }
}
@media only screen and (max-width: 768px) {
    #navbar {
        z-index: 9999;
    }

    .navbar.navbar-scroll {
        height: unset;
    }

    .navbar-brand img {
        width: 120px;
    }

    .navbar-nav .nav-item {
        margin-right: 0 !important;
    }

    .btn-download {
        margin-top: 1em;
        margin-left: 0 !important;
    }

    .hero__button-start {
        width: 100%;
        margin-bottom: 1em;
    }

    .section__title {
        line-height: 3em;
    }

    #about {
        margin-bottom: 2em;
    }

    .text-content::before,
    .text-content-secondary::before {
        opacity: 0 !important;
    }

    #excellent .excellent__card-body {
        padding: 2.5em 2.5em 1.5em 2.5em;
    }

    #excellent .excellent__display {
        display: block !important;
    }

    #excellent .excellent__display-column {
        margin-top: 2em;
    }

    #excellent .excellent__display-column h6 {
        font-size: 1.3em;
        margin-bottom: 1em;
    }

    .feature__card-display {
        display: block !important;
    }

    .feature__card-image {
        margin-bottom: 1.5em;
    }

    #showcase .circle img {
        top: 40%;
    }

    #showcase .showcase__column {
        margin-bottom: 3em;
    }

    #testimonial .testimonial__box {
        padding-left: 1.8em !important;
        padding-right: 1.8em !important;
    }

    #testimonial .testimonial__box-icon {
        right: 2em;
    }

    #testimonial .testimonial__box-icon i {
        opacity: 0.2;
    }

    #support .support__title h5 span.text-content::before {
        left: 60px;
    }

    #article .article__title h5 span.text-content::before {
        left: 30px;
    }

    #subscribe .subscribe__title h5 span.text-content::before {
        left: 5px;
    }

    footer .circle img {
        top: 45%;
        right: -50%;
    }
}
