:root {
    --dark-green: #005470;
    --light-green: #009DA7;
    --white: #ffffff;
    --title-color: #92714d
}

.social-contest {
    background-color: white
}

    .social-contest h1, .social-contest h2 {
        color: var(--dark-green);
        font-weight: bold;
        line-height: 2.25rem;
        font-size: 1.75rem;
        margin-bottom: .75rem;
        text-wrap: balance;
        text-align: center;
        text-transform: uppercase
    }

    .social-contest .desc {
        font-size: 1.25rem !important;
        text-align: center;
        color: var(--light-green)
    }

.how-to-join .col-lg-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-block: 20px
}

.how-to-join .desc-small {
    color: var(--dark-green);
    line-height: .5rem
}

.fa-chevron-left:before {
    content: url(/images/default-source/my-ph/common/arrowleft_blue.png) !important
}

.fa-chevron-right:before {
    content: url(/images/default-source/my-ph/common/arrowright_blue.png) !important
}

.wovember-articles .mh-item .item-content {
    padding: .75rem .75rem 1.5rem
}

.wovember-articles .mh-item .item-btn {
    --btn-color: #e0a047;
    border: 2px solid var(--btn-color);
    background: var(--btn-color);
    color: white;
    font-weight: bold;
    padding: .5rem 1.5rem;
    border-radius: 100px;
    transition: all .3s ease-out;
    width: max-content
}

.wovember-articles .mh-item:hover .item-btn {
    color: var(--btn-color);
    background: white
}

.wovember-articles .slick-dots {
    bottom: -30px
}

.wovember-articles .slick-prev {
    left: -25px;
    background-color: unset
}

.wovember-articles .slick-next {
    right: -25px;
    background-color: unset
}

.landing-promo .swiper-slide .ratio {
    width: 100%;
    height: auto;
    min-height: 180px
}

.pink-aak-btn {
    padding: .5rem 1rem;
    font-weight: 700;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    color: var(--dark-green)
}

    .pink-aak-btn:hover {
        background-color: var(--dark-green);
        color: white;
        border-color: white
    }

.pink-doctor-banner-front2 {
    min-height: 220px
}

@media (max-width:576px) {
    .pink-doctor-banner-front2 {
        min-height: unset
    }
}

.clamp-2-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 1.5rem;
    min-height: calc(1.5rem * 2)
}

.articles-btn {
    font-weight: bold;
    padding: .5rem 1.5rem;
    border-radius: 100px;
    transition: all .3s ease-out;
    width: max-content
}

hr {
    box-sizing: inherit !important
}

.wovember-articles .slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: auto;
    left: 0;
    right: 0
}

.clamp-3-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    min-height: calc(1.5em * 3)
}

.keep-space-hidden {
    visibility: hidden
}

.btn-appt {
    background-color: var(--light-green);
    width: fit-content;
    margin-inline: auto;
    padding: 10px 30px;
    border-radius: 20px
}

    .btn-appt a {
        color: white;
        text-decoration: none;
        font-weight: 700
    }

    .btn-appt:hover {
        background-color: var(--dark-green)
    }

        .btn-appt:hover a {
            color: white
        }

.theme-text {
    color: var(--dark-green)
}

.top-wovember {
    padding: 0 10px 40px 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

    .top-wovember .cards-wrapper {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        padding: 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch
    }

.wovember-card {
    flex: 0 0 auto;
    width: 80px;
    height: 460px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    transition: width .3s ease-in-out,filter .3s ease-in-out,opacity .3s ease-in-out;
    scroll-snap-align: center;
    cursor: pointer;
    overflow: hidden
}

    .wovember-card.active {
        width: 300px;
        opacity: 1;
        filter: brightness(1)
    }

.cards-wrapper .wovember-card:not(.active) {
    width: 120px
}

.wovember-card .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: white;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .1s ease,transform .1s ease
}

.wovember-card.active .content, .wovember-card:hover .content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .1s ease .3s,transform .1s ease .3s
}

.top-logo {
    width: 65px;
    position: relative;
    top: 10px;
    height: auto
}

.top-wovember .content {
    padding: 20px;
    background: #009da7e3;
    border-radius: 15px
}

    .top-wovember .content p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px
    }

    .top-wovember .content h4 {
        margin: 0;
        font-size: 16px;
        font-weight: bold
    }

@media (max-width:768px) {
    .cards-wrapper .wovember-card:not(.active) {
        width: 80px
    }

    .top-wovember .cards-wrapper {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        scroll-snap-type: x mandatory;
        padding: 0 10px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch
    }

    .wovember-card {
        flex: 0 0 auto;
        width: 200px;
        height: 380px;
        scroll-snap-align: start;
        transition: all .3s ease-in-out
    }

        .wovember-card.active {
            width: 280px
        }

        .wovember-card .content {
            opacity: 0;
            transform: translateY(10px);
            transition: opacity .15s ease,transform .15s ease
        }

        .wovember-card.active .content {
            opacity: 1;
            transform: translateY(0);
            transition: opacity .15s ease .2s,transform .15s ease .2s
        }
}

.pcmc-social-contest.social-contest h2 {
    color: var(--title-color);
    font-weight: bold;
    line-height: 2.25rem;
    line-height: clamp(2rem,1.95rem + .5vw,2.5rem);
    font-size: 1.75rem;
    font-size: clamp(1.5rem,1.45rem + .5vw,2rem);
    margin-bottom: .75rem;
    text-wrap: balance;
    text-align: center;
    font-family: Tinos,Arimo,sans-serif;
    text-transform: capitalize
}

.pcmc-social-contest.social-contest .desc {
    font-size: 1.25rem !important;
    text-align: center;
    color: #a7a7a7
}

.pcmc-social-contest.social-contest .how-to-join .desc-small {
    color: #a7a7a7;
    line-height: .5rem
}

.pcmc-social-contest.social-contest .how-to-join strong {
    color: #92714d
}

.pcmc-social-contest.social-contest .how-to-join img {
    margin-bottom: 30px
}

.pcmc-wovember-health .about-mh-slick .mh-item {
    padding-top: .5rem;
    text-decoration: none;
    cursor: pointer
}

.pcmc-wovember-health .about-mh-slick .slick-slide {
    margin: 5px 10px
}

.pcmc-wovember-health .about-mh-slick .content-wrapper {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 2px 2px 12px rgba(0,0,0,.3)
}

.pcmc-wovember-health .about-mh-slick .mh-item .img-wrapper {
    width: 100%
}

    .pcmc-wovember-health .about-mh-slick .mh-item .img-wrapper img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.pcmc-wovember-health .about-mh-slick .mh-item .item-content {
    padding: .75rem .75rem 1.5rem;
    background: white
}

.pcmc-wovember-health .about-mh-slick .mh-item .item-btn {
    left: 50%;
    position: relative;
    transform: translate(-50%,-50%);
    width: max-content;
    --btn-color: #92714d;
    background: linear-gradient(to bottom right,#8f6f4c,#cc9e52);
    color: white;
    font-weight: bold;
    padding: .5rem 1.5rem;
    border-radius: 100px;
    transition: all .3s ease-out
}

.pcmc-wovember-health .about-mh-slick .mh-item:hover .item-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    bottom: 0;
    left: 0;
    background: #18395F;
    z-index: -1;
    transition: all .3s ease;
    z-index: -1
}

.pcmc-wovember-health .about-mh-slick .mh-item .item-btn:hover {
    color: #fff
}

.pcmc-wovember-health .about-mh-slick .mh-item .item-btn::before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: #18395f;
    z-index: -1;
    transition: .3s
}

.wovember-articles.pantai-article .mh-item {
    padding-top: .5rem;
    text-decoration: none;
    cursor: pointer
}

.wovember-articles.pantai-article .content-wrapper {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 2px 2px 12px rgba(0,0,0,.3)
}

.wovember-articles.pantai-article .mh-item .img-wrapper {
    width: 100%
}

    .wovember-articles.pantai-article .mh-item .img-wrapper img {
        width: 100%;
        object-fit: cover
    }

.wovember-articles.pantai-article .mh-item .item-content {
    padding: .75rem .75rem 1.5rem;
    background: white
}

.wovember-articles.pantai-article .articles-btn {
    font-weight: bold;
    padding: .5rem 1.5rem;
    border-radius: 100px;
    transition: all .3s ease-out;
    width: max-content
}

.wovember-package .swiper-button-next, .wovember-package .swiper-button-prev {
    position: absolute;
    top: 42%;
    z-index: 2;
    background-color: #fff;
    padding: var(--space-s);
    border-radius: 50%;
    box-shadow: 0 3px 3px 1px rgba(0,0,0,.2);
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%)
}

    .wovember-package .swiper-button-next:after, .wovember-package .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 25px;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1
    }

.promotion-item-listing.pantai-promotion .promotion-item {
    flex: none !important
}

.mid-wovember {
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.wovember-card-flip {
    position: relative;
    width: 360px;
    height: 540px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform .4s ease,box-shadow .4s ease
}

    .wovember-card-flip:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 24px rgba(0,0,0,.4)
    }

    .wovember-card-flip .top-logo {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 80px;
        height: auto
    }

    .wovember-card-flip .content {
        position: relative;
        background: #009da7e3;
        padding: 20px;
        border-radius: 16px;
        margin: 20px 30px;
        font-size: 15px;
        line-height: 1.6;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 250px
    }

        .wovember-card-flip .content p {
            margin-bottom: 16px;
            font-weight: 400;
            line-height: 1.2;
            font-size: 12.5px
        }

        .wovember-card-flip .content img {
            display: block;
            width: 160px
        }

@media (max-width:992px) {
    .mid-wovember {
        gap: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .wovember-card-flip {
        width: 100%
    }

        .wovember-card-flip .content {
            height: unset;
            margin: 15px
        }
}

@media (max-width:576px) {
    .wovember-card-flip {
        height: 480px
    }

        .wovember-card-flip .content {
            font-size: 14px;
            padding: 16px
        }

        .wovember-card-flip .top-logo {
            width: 64px
        }
}

.wovember-card:nth-child(1) {
    background-position: 30% center
}

.wovember-card:nth-child(2) {
    background-position: 60% center
}

.wovember-card:nth-child(3) {
    background-position: 40% center
}

.wovember-card:nth-child(4) {
    background-position: 50% center
}

.wovember-card:nth-child(5) {
    background-position: 15% center
}

.wovember-card:nth-child(6) {
    background-position: 90% center
}

.pantai .top-wovember .content, .pantai .wovember-card-flip .content {
    background: #307fdebd
}

.pantai .btn-appt {
    background-color: var(--pantai-blue)
}

.pantai .pink-aak-btn {
    background-color: white;
    color: var(--pantai-blue)
}

    .pantai .btn-appt:hover, .pantai .pink-aak-btn:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca
    }

.pcmc .top-wovember .content, .pcmc .wovember-card-flip .content {
    background: rgb(84 111 139 / 87%)
}

.pcmc .btn-appt {
    border-radius: unset;
    font-weight: normal
}

.pcmc .wovember-card-flip .content {
    height: 280px
}

.wovember-quiz-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px
}

.wovember-card-quiz {
    position: relative;
    background-color: #00596a;
    color: #fff;
    text-align: center;
    border-radius: 16px;
    padding: 80px 20px 20px;
    width: 450px;
    margin-top: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    border: 12px solid
}

    .wovember-card-quiz .card-header {
        position: absolute;
        top: -70px;
        left: 50%;
        transform: translateX(-50%)
    }

    .wovember-card-quiz .icon-circle {
        background-color: #009fb7;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 10px rgba(0,0,0,.15)
    }

        .wovember-card-quiz .icon-circle img {
            object-fit: contain
        }

    .wovember-card-quiz .card-content p {
        margin: 0 0 12px;
        font-size: 16px;
        line-height: 1.4
    }

    .wovember-card-quiz .color-name {
        font-weight: 600;
        margin-bottom: 8px
    }

    .wovember-card-quiz .wovember-quiz-btn a {
        display: inline-block;
        background-color: #fff;
        color: #00596a;
        text-decoration: none;
        font-weight: 600;
        border-radius: 999px;
        padding: 10px 24px;
        transition: all .3s ease
    }

        .wovember-card-quiz .wovember-quiz-btn a:hover {
            background-color: #009fb7;
            color: #fff
        }

@media (max-width:576px) {
    .wovember-card-quiz {
        padding: 60px 16px 20px
    }

        .wovember-card-quiz .icon-circle {
            width: 120px;
            height: 120px
        }

        .wovember-card-quiz .card-content p {
            font-size: 15px
        }
}

.pantai .wovember-card-quiz {
    background-color: var(--pantai-blue);
}

    .pantai .wovember-card-quiz .icon-circle {
        background-color: var(--pantai-light-blue);
    }

    .pantai .wovember-card-quiz .wovember-quiz-btn a {
        color: var(--pantai-blue);
    }

.wovember-card-quiz .wovember-quiz-btn a:hover {
    background-color: var(--pantai-light-blue);
}