/* font family for separate pages */
@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");

@font-face {
    font-family: DelaGothicOne;
    src: url(https://bolehdicoba.com/wp-content/uploads/2024/06/DelaGothicOne-Regular.ttf) format("TrueType");
}

/* @font-face {
    font-family: Outfit;
    src: url(https://bolehdicoba.com/wp-content/uploads/2024/06/Outfit-VariableFont_wght.ttf) format("TrueType");
} */

/* For Navbar */
.site-navigation ul.menu li ul {
    justify-content: center !important;
    background-color: transparent !important;
}

.site-navigation ul.menu li ul.sub-menu {
    border: none !important;
}

/* END for nvabar */

.delagothicone-font {
    font-family: "DelaGothicOne";
}

.outfit-font {
    font-family: "Outfit";
}

.doppelganger-font-regular {
    font-family: "Doppelganger";
}

.playfair-font-italic {
    font-family: "PlayfairDisplay-Italic";
}

.gelion-font-regular p,
.gelion-font-regular .elementor-image-box-description {
    font-family: "Gelion" !important;
}

.gelion-font-medium p,
.gelion-font-medium .elementor-image-box-title {
    font-family: "Gelion 600" !important;
}

.gelion-font-bold p {
    font-family: "Gelion Bold" !important;
}

.single-post .page-content .wp-block-image figure img {
    display: none !important;
}

.single-post #content .page-content a {
    color: #513b6a;
    text-decoration: none;
}

/* end font family for separate pages */

@keyframes transformanimate {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@keyframes moveanimate {
    0% {
        transform: translateX(0px);
    }

    20% {
        transform: translateX(20px) scale(1.1);
    }

    30% {
        transform: translateX(30px) scale(1.15);
    }

    40% {
        transform: translateX(40px) scale(1.2);
    }

    50% {
        transform: translateX(50px) scale(1.25);
    }

    60% {
        transform: translate(60px, 20px) scale(1.2);
    }

    70% {
        transform: translate(40px, 40px) scale(1.15);
    }

    80% {
        transform: translate(20px, 40px) scale(1.1);
    }

    90% {
        transform: translate(0px, 20px) scale(1);
    }

    100% {
        transform: translate(0px);
    }
}

@keyframes rotatebag {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-30px) rotate(-20deg);
    }

    100% {
        transform: translateY(0px);
    }
}

.container-v1 {
    max-width: 1140px;
    margin: auto;
    padding: 0 30px;
}

.container-v2,
.container-v2-v1 {
    max-width: 1400px;
    margin: auto;
    padding: 0 50px;
}

.container-content-main {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.container-v3 {
    max-width: none;
    margin: auto;
    padding: 0 50px;
}

.blog--category {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
    max-width: 1140px;
    margin: auto;
    margin-bottom: 70px;
}

.blog--category.case-study--category {
    margin-bottom: 50px;
}

.blog--category-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.category--list-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog--category-title {
    color: #222;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.category--item {
    color: #999;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding: 12px 10px;
    border-bottom: 2px solid transparent;
    transition: 0.3s ease-in-out;
    order: 2;
}

.category--item.order-1 {
    order: 1;
}

.category--item.active,
.category--item:hover {
    color: #4d7bc8;
    font-weight: 500;
    border-bottom: 2px solid #4d7bc8;
    background: rgba(247, 244, 242, 0);
}

.blog--divider {
    width: 1px;
    height: 40px;
    background-color: #999;
}

.blog--change-language {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.blog--change-language .trp-language-switcher {
    height: auto;
}

.blog--change-language .trp-language-switcher>div {
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    width: 120px !important;
}

.blog--change-language .trp-language-switcher>div>a {
    padding-left: 0;
    padding-right: 0;
}

.blog--change-language .trp-language-switcher:focus .trp-ls-shortcode-language,
.blog--change-language .trp-language-switcher:hover .trp-ls-shortcode-language {
    padding-left: 0;
    padding-right: 0;
}

.highlight--article {
    border-radius: 24px;
    border: 2px solid #222;
    background: #fff;
    padding: 70px 50px;
    max-width: 1400px;
    margin: auto;
}

.highlight--article-inner {
    max-width: 1140px;
    margin: auto;
}

.highlight--article-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.highlight--article-image,
.highlight--article-detail {
    width: calc(50% - 15px);
}

.highlight--article-image img {
    border-radius: 16px !important;
    border: 2px solid #222 !important;
    width: 100%;
}

.highlight--article-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.highlight--category-name {
    padding: 8px 14px;
    border-radius: 100px;
    border: 2px solid #000;
    background: #fff;
    color: #222;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.highlight--article-logo {
    width: 120px;
}

.highlight--article-date {
    color: #222;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.highlight--title {
    color: #222;
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.highlight--article-title {
    color: #222;
    font-family: Outfit;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 15px 0;
}

.highlight--article-excerpt {
    color: #222;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.highlight--article-link {
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
}

.highlight--article-link:hover {
    color: inherit;
}

.highlight--article-link span {
    color: #222;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.highlight--article-link svg {
    vertical-align: 0;
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
    transition: 0.3s ease-in-out;
}

.highlight--article-link:hover svg {
    transform: rotate(0deg);
}

.article--list {
    margin-bottom: 100px;
}

.article--list-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1140px;
    margin: auto;
}

.article--list-title {
    max-width: 1140px;
    margin: 0 auto 30px;
}

.article--list-title .title {
    color: #222;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.article--item {
    width: calc(33.33% - 20px);
    border-radius: 8px;
    border: 2px solid #222;
    background: #f4f0ea;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.article--item.case-study--item {
    background: #fff;
}

.article--item:hover {
    box-shadow: 6px 6px 0px 0px #222;
}

.article--item-image {
    position: relative;
    border-bottom: 2px solid #222;
}

.article--item-image img,
.elementor .article--item-image img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: auto;
}

.article--item-link__hover {
    position: absolute;
    background-color: white;
    top: 20px;
    right: 20px;
    padding: 15px;
    border-radius: 50%;
    border: 2px solid #222;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.article--item-link__hover svg {
    width: 24px;
    height: 24px;
    transform: rotate(-45deg);
}

.article--item:hover .article--item-link__hover {
    background-color: #ffb14c;
    filter: drop-shadow(6px 6px 0px #222);
    color: inherit;
}

.article--item-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.article--item-category {
    margin-bottom: 15px;
}

.article--category-name {
    padding: 6px 14px;
    display: block;
    width: fit-content;
    border-radius: 100px;
    border: 2px solid #000;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    text-transform: uppercase;
}

.article--item-category.case-study--item-category {
    margin-bottom: 0;
}

.case-study--item-category .article--category-name {
    width: 100%;
    border-width: 0 0 2px;
    border-radius: 0;
    text-align: center;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 500;
    background-color: #f4f0ea;
}

.article--item-logo {
    height: 36px;
}

.article--item-logo img {
    height: 100% !important;
    width: auto;
}

.article--item-publish {
    color: #222;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.article--item-title {
    margin: 10px 0;
    color: #222;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.3s ease-in-out;
}

.article--item-title:hover {
    text-decoration: underline;
}

.article--item-excerpt {
    color: #222;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.article--item-link {
    display: flex;
    width: fit-content;
    gap: 10px;
    align-items: center;
    transition: 0.3s ease-in-out;
    margin-top: auto;
}

.article--item-link:hover {
    color: inherit;
}

.article--item-link span {
    color: #222;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.article--item-link svg {
    width: 16px;
    height: 16px;
    padding: 4px;
    transform: rotate(-45deg);
    transition: 0.3s ease-in-out;
}

.article--item-link:hover svg {
    transform: rotate(0deg);
}

.subscribe--form {
    max-width: 1400px;
    margin: 60px auto;
    padding: 10px 70px;
    border-radius: 24px;
    border: 2px solid #222;
    background: #a1ded6;
}

.subscribe--form-content {
    display: flex;
    align-items: center;
    gap: 100px;
    /* justify-content: space-between; */
}

.subscribe--form-image {
    width: 33.33%;
}

.subscribe--form-image img {
    width: 100%;
}

.subscribe--form-title {
    color: #222;
    font-family: Outfit;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 15px;
}

.subscribe--form-description {
    color: #222;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 50px;
}

.subscribe--form-submit {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.subscribe--form-submit input {
    max-width: 360px;
    border-radius: 8px !important;
    border: 2px solid #222 !important;
    background: #fff;
    padding: 15px !important;
    color: #222;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.subscribe--form-submit button.subscribe--form-button {
    display: flex;
    padding: 13px 16px 13px 24px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 8px;
    border: 2px solid #222;
    background: #ffb14c;
    color: #222;
    transition: 0.3s ease-in-out;
}

.subscribe--form-submit button.subscribe--form-button:hover {
    background-color: #222;
    color: white;
}

.subscribe--form-submit button.subscribe--form-button span {
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.subscribe--form-submit .result-message {
    flex: 0 0 auto;
    width: 100%;
}

.pagination--article {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pagination--article a,
.pagination--article span {
    border-radius: 4px;
    border: 1px solid #dfe3e8;
    background: #fff;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 5px 4px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #222;
    text-align: center;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: 0.3s ease-in-out;
}

.pagination--article a.active,
.pagination--article span.current,
.pagination--article a:hover {
    border: 1px solid #513b6a;
    background: #513b6a;
    color: white;
}

.pagination--article .disable-prev-next {
    background-color: #d0d5dd;
    opacity: 0.5;
}

.home-info .elementor-widget-image-carousel .swiper-slide {
    padding: 0 7px;
}

@media (max-width: 750px) {
    .pagination--article {
        margin-bottom: 50px;
    }
}

/* single post */
body.single-post {
    background-color: #f7f4f2;
}

.single-post #content.site-main.post {
    max-width: 100%;
}

.single-case-study #content.site-main.case-study {
    max-width: 100%;
}

.single-article--tag {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.single-article--tag.single-case-study--tag {
    justify-content: flex-start;
}

.single-tag--item {
    text-transform: uppercase;
    padding: 8px 14px;
    background-color: white;
    border: 2px solid #222;
    border-radius: 100px;
    font-family: "Outfit";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
}

.single-post .entry-title {
    font-weight: 500;
    font-size: 46px;
    line-height: 58px;
    text-align: center;
    color: #222222;
    margin: 0;
}

.single-case-study .entry-title {
    font-weight: 500;
    font-size: 46px;
    line-height: normal;
    color: #222222;
    margin: 0;
    max-width: none !important;
}

.single-post .page-header {
    margin-bottom: 20px;
}

.single-case-study .page-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    gap: 15px;
}

.single-case-study .page-header .page-header-logo {
    width: 120px;
    padding: 10px 0;
}

.single-article--navigation {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    padding: 25px 0;
    margin-bottom: 30px;
}

.single-article--publish {
    text-align: center;
}

.single-article--publish,
.single-article--social span,
#content .page-content {
    font-size: 18px;
    line-height: 26px;
    color: #222;
}

.single-article--social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 13px;
}

.article-social--sharing {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 11px;
}

.article-back--link {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s ease-in-out;
}

.article-back--link .article-back--text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
}

.article-back--link:hover {
    color: inherit;
    opacity: 0.8;
}

.article-back--link svg {
    width: 15px;
    height: 15px;
}

.article-social--sharing li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #222;
    border-radius: 50%;
    color: white;
}

.article-social--sharing li a svg {
    width: 18px;
    height: fit-content;
    max-height: 18px;
}

.single-article--image {
    background: #c8d6ee;
    border-radius: 16px;
    padding: 50px 0;
    margin-bottom: 50px;
}

.single-article--image.single-case-study--image {
    background: #c8d6ee;
    border-radius: 16px;
    padding: 0;
    margin-bottom: 50px;
}

.single-article--image.single-case-study--image {
    padding: 0;
}

.single-article--image img {
    width: 100%;
    border: 2px solid #222222;
    border-radius: 16px;
}

body.case-study-template-my-case-study-post {
    background-color: #f7f4f2;
}

#content .page-content p,
#content .page-content h2,
#content .page-content .wp-block-image {
    margin-top: 0px;
    margin-bottom: 30px;
}

#content .page-content a:hover {
    color: inherit;
}

#content .page-content {
    margin-bottom: 100px;
}

#content .page-content.case-study-content {
    margin-bottom: 70px;
}

#content .page-content .page-content-body {
    display: flex;
    flex-direction: column;
}

.page-content-sub {
    flex: 0 0 auto;
    width: 240px;
}

.page-content .page-content-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.page-content .page-content-list .page-content-item {
    flex: 0 0 auto;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d4cb;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-content .page-content-list .page-content-item.page-content-item-text {
    flex: 1 0 0;
    width: auto;
}

.page-content .page-content-list .page-content-item-image {
    flex: 0 0 auto;
    width: 23.403vw;
    border-radius: 16px;
    border: 2px solid #222;
}

.page-content .page-content-list .page-content-item-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.page-content .page-content-list .page-content-item .page-content-item-header {
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
    gap: 13px;
    margin-bottom: 15px;
}

.page-content .page-content-list .page-content-item .page-content-item-circle {
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background-color: #746288;
    border-radius: 50%;
    margin-bottom: 15px;
}

.page-content .page-content-list .page-content-item:nth-child(2) .page-content-item-circle {
    background-color: #ffc170;
}

.page-content .page-content-list .page-content-item:nth-child(4) .page-content-item-circle {
    background-color: #7195d3;
}

.page-content .page-content-list .page-content-item:nth-child(6) .page-content-item-circle {
    background-color: #5cc6b7;
}

.page-content .page-content-list .page-content-item .page-content-item-header .page-content-item-title .title {
    color: #222;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: center;
}

.page-content .page-content-list .page-content-item .page-content-item-body p {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0 !important;
    text-align: left;
}

.page-content .page-content-list .page-content-item .page-content-item-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /*justify-content: center;*/
}

.page-content .page-content-list .page-content-item .page-content-item-body ul {
    padding-left: 28px;
}

.page-content .page-content-list .page-content-item .page-content-item-body ul li {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 8px;
    width: fit-content;
}

.page-content-detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.page-content-detail .page-content-detailitem {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d4cb;
}

.page-content-detail .page-content-detailitem .page-content-detailitem-title {
    margin-bottom: 5px;
}

.page-content-detail .page-content-detailitem .page-content-detailitem-title .title {
    color: #222;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
}

.page-content-detail .page-content-detailitem .page-content-detailitem-description .description {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 !important;
}

.page-content-detail .page-content-detailitem .page-content-detailitem-description .description a {
    text-decoration: none;
}

.single-article--recommendations {
    margin-bottom: 100px;
}

.single-article--recommendations .article--list-content {
    max-width: 1400px;
}

.title-h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #222222;
    margin-top: 0;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
    .subscribe--form {
        padding: 40px 50px;
    }
}

@media only screen and (max-width: 900px) {
    .subscribe--form-content {
        gap: 50px;
    }

    .subscribe--form-image {
        width: 40%;
    }

    .subscribe--form-newsletter {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {

    .blog--change-language,
    .blog--divider {
        display: none;
    }

    .article--item {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 640px) {
    .article--list {
        margin-bottom: 0px;
    }

    .highlight--article {
        padding: 50px 20px;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .highlight--article-item {
        display: block;
    }

    .highlight--article-image,
    .highlight--article-detail {
        width: 100%;
    }

    .highlight--article-image {
        margin-bottom: 30px;
    }

    .highlight--category-name {
        padding: 6px 12px;
        font-size: 12px;
        line-height: 13px;
    }

    .highlight--article-date {
        font-size: 14px;
        line-height: 26px;
    }

    .highlight--article-title {
        font-size: 24px;
        margin: 10px 0;
    }

    .highlight--article-excerpt {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 30px;
    }

    .highlight--article-link span {
        font-size: 14px;
        line-height: 16.252px;
    }

    .article--list-content {
        gap: 10px;
    }

    .article--item {
        width: calc(50% - 5px);
    }

    .subscribe--form {
        padding: 50px 20px 70px;
        border-width: 2px 0 2px;
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    .subscribe--form-content {
        flex-direction: column;
        gap: 30px;
    }

    .subscribe--form-image {
        width: 100%;
    }

    .subscribe--form-newsletter {
        width: 100%;
        text-align: center;
    }

    .subscribe--form-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .subscribe--form-description {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 30px;
    }

    .subscribe--form-submit {
        justify-content: center;
    }

    .article--item-link__hover {
        width: 24px;
        height: 24px;
        top: 10px;
        right: 10px;
    }

    .article--item-link__hover svg {
        width: 12px;
        height: 12px;
    }

    .article--item-content {
        padding: 10px;
    }

    .article--list-title {
        max-width: none;
        margin: 0 auto 15px;
    }

    .article--list-title .title {
        font-size: 24px;
        line-height: 32px;
    }

    .article--item-logo {
        width: 60px;
    }

    .case-study--item-category .article--category-name {
        padding: 6px 0;
        font-size: 12px;
    }

    .article--item-category {
        margin-bottom: 10px;
    }

    .article--category-name {
        padding: 3px 8px;
        font-size: 10px;
        line-height: 14px;
    }

    .article--item-publish {
        font-size: 12px;
        line-height: normal;
    }

    .article--item-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin: 5px 0;
    }

    .article--item-excerpt {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .article--item-link {
        gap: 5px;
    }

    .article--item-link span {
        font-size: 14px;
        line-height: 20px;
    }

    .article--item-link svg {
        width: 14px;
        height: 14px;
        padding: 2px;
    }

    .blog--category {
        margin-bottom: 30px;
    }

    .blog--category-list {
        overflow: hidden;
        padding-left: 20px;
    }

    .category--list-flex {
        overflow: auto;
        gap: 0;
        margin-right: 20px;
    }

    .blog--category-title {
        font-size: 16px;
    }

    .category--item {
        font-size: 16px;
        text-wrap: nowrap;
    }
}

@media (max-width: 750px) {

    .container-v1,
    .container-v2-v1 {
        max-width: none;
        margin: auto;
        padding: 0 15px;
    }

    .container-v2 {
        max-width: none;
        margin: auto;
        padding: 0;
    }

    .container-v3 {
        padding: 0;
    }

    .container-v2-case-study {
        padding: 0 15px;
    }

    .container-content-main {
        gap: 0;
    }

    .single-post #content.site-main.post {
        padding-inline-start: 0;
        padding-inline-end: 0;
    }

    .single-article--tag {
        gap: 10px;
        margin-bottom: 15px;
    }

    .single-article--tag.single-case-study--tag {
        justify-content: center;
    }

    .single-tag--item {
        padding: 4.5px 12px;
        font-weight: 400;
        font-size: 12px;
        line-height: normal;
    }

    .container-v1 .page-header .page-header-logo {
        width: 87px;
    }

    .single-post .entry-title {
        font-size: 24px;
        line-height: 38px;
        color: #101820;
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important;
    }

    .single-case-study .entry-title {
        font-size: 24px;
        line-height: 38px;
        color: #101820;
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important;
        text-align: center;
    }

    .single-post .page-header {
        margin-bottom: 15px;
    }

    .single-case-study .page-header {
        flex-direction: column;
        margin-bottom: 15px;
        align-items: center;
    }

    .single-article--navigation {
        padding: 0 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .single-article--navigation .single-article--publish {
        display: none;
    }

    .article-back--link {
        gap: 3px;
    }

    .article-back--link .article-back--text {
        font-size: 14px;
        line-height: normal;
    }

    .single-article--social {
        gap: 5px;
    }

    .article-social--sharing {
        gap: 4px;
    }

    .single-article--publish {
        font-size: 12px;
        font-weight: 400;
    }

    .single-article--publish b {
        font-weight: 500;
    }

    .single-article--social span {
        font-size: 14px;
        font-weight: 300;
        line-height: normal;
    }

    .article-social--sharing li a {
        width: 20px;
        height: 20px;
    }

    .article-social--sharing li a svg {
        width: 10px;
    }

    .single-article--image {
        margin-bottom: 23px;
    }

    .single-article--image.single-case-study--image {
        margin-bottom: 30px;
    }

    .single-case-study #content.site-main.case-study {
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important;
    }

    #content .page-content {
        font-size: 14px;
        line-height: normal;
        color: #131313;
        margin-bottom: 50px;
    }

    #content .page-content h2 {
        font-size: 20px;
        font-weight: 500;
    }

    #content .page-content .page-content-body {
        flex-direction: column;
    }

    #content .page-content.case-study-content {
        margin-bottom: 50px;
    }

    .container-v2-case-study {
        flex-direction: column;
    }

    .page-content-sub {
        width: 100%;
    }

    .page-content .page-content-list {
        order: 2;
        gap: 20px;
    }

    .page-content-detail {
        order: 1;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 32px;
        column-gap: 0;
        row-gap: 2px;
        padding: 0;
        background-color: transparent;
        border-width: 0;
        justify-content: space-between;
    }

    .page-content-detail .page-content-detailitem {
        flex: 0 0 auto;
        width: 50%;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 30px;
        border-bottom: 2px solid #d9d4cb;
    }

    .page-content-detail .page-content-detailitem-separator {
        display: none;
    }

    .page-content .page-content-list .page-content-item {
        width: 100%;
        background-color: transparent;
    }

    .page-content .page-content-list .page-content-item .page-content-item-header .page-content-item-circle {
        width: 24px;
        height: 24px;
    }

    .page-content .page-content-list .page-content-item .page-content-item-header {
        gap: 10px;
    }

    .page-content .page-content-list .page-content-item .page-content-item-header .page-content-item-title .title {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

    .page-content-detail .page-content-detailitem .page-content-detailitem-title .title {
        font-size: 16px;
        font-weight: 300;
        line-height: normal;
    }

    .page-content-detail .page-content-detailitem .page-content-detailitem-description .description {
        font-size: 16px;
        line-height: normal;
    }

    .single-article--recommendations {
        padding: 0;
        margin-bottom: 50px;
    }
}

/* know more */
.section-know-more {
    background-color: #fff;
    border: 2px solid #222;
    border-radius: 24px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.knowmore-inner {
    max-width: 1140px;
    margin: 70px auto 60px;
    display: flex;
    gap: 30px;
}

.knowmore-image {
    flex: 1 0 0;
    margin-top: 30px;
}

.knowmore-text {
    flex: 1 0 0;
}

.knowmore-title {
    margin-bottom: 15px;
}

.knowmore-title .title {
    color: #222;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.knowmore-description {
    margin-bottom: 30px;
}

.knowmore-description .description {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}

.knowmore-form .form-group {
    margin-bottom: 15px;
}

.knowmore-form .form-group:last-child {
    margin-bottom: 0;
}

.knowmore-form label {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

.knowmore-form .form-control,
.knowmore-form .form-select {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    padding: 15px;
    border-radius: 8px;
    border-color: #bababa;
}

.knowmore-form-btn {
    margin: 25px 20px 0 0;
    text-align: right;
}

.knowmore-form-btn .btn {
    box-shadow: 6px 6px 0px 0px #222;
    -webkit-box-shadow: 6px 6px 0px 0px #222;
    font-size: 18px;
}

.knowmore-form-btn .btn svg {
    margin-left: 15px;
}

@media (min-width: 768px) and (max-width: 1367px) {
    .knowmore-inner {
        margin-right: 30px;
        margin-left: 30px;
    }
}

@media (max-width: 750px) {
    .section-know-more {
        border-width: 2px 0 0;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 15px;
    }

    .knowmore-inner {
        max-width: none;
        margin: 50px auto 0;
        padding-bottom: 50px;
        gap: 0;
    }

    .knowmore-image {
        display: none;
        margin-top: 0;
    }

    .knowmore-title {
        margin-bottom: 10px;
    }

    .knowmore-title .title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .knowmore-description .description p {
        font-size: 14px;
        text-align: center;
    }

    .knowmore-form-btn {
        margin: 30px 0 0 0;
        text-align: center;
    }
}

/* page archive */
.archive .block-header {
    width: 100%;
    height: 80px;
}

.archive #content.site-main.archive {
    padding: 280px 0 90px;
}

.archive #content.site-main.archive .page-content {
    margin-bottom: 50px;
}

/* end page archive */

/* ===========================Start Page Buletin============================= */
/* Mega sale */
.page-id-17476 .e-con-inner {
    max-width: 100vw !important;
}

.page-id-17476 .elementor-element-ca02e82 {
    padding-left: 0 !important;
}

.elementor-element-84a9d17 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* .form-download-inline .input:focus{
    border: none !important;
} */
/* ===========================End Page Buletin============================= */

/* ===========================Start News Blog============================= */
.blog--change-language .trp-language-switcher>div {
    background-position: calc(100% - 0px) calc(1em + 2px),
        calc(100% - 3px) calc(1em + 0px) !important;
}

/* ============================End News Blog============================== */

/* ===============================2022 End Year Buletin============================== */
.mobile-general-insight .e-con-inner .elementor-element .elementor-image-box-wrapper {
    display: flex;
    text-align: left;
    gap: 15px;
    margin-bottom: 20px;
}

/* =============================End 2022 End Year Buletin============================ */

/* bulletin ramadhan 2024 */
.ramadhan-24-form .download-inline-section {
    margin-top: 0px;
    padding-top: 13vw;
}

.one-row .elementor-container {
    flex-wrap: wrap;
}

.one-row .elementor-container .elementor-column {
    width: 100%;
}

#introduction {
    background-color: white;
    border-left: 1.5px solid #76cfc3;
    border-right: 1.5px solid #76cfc3;
}

.ramadhan-24-form .progressbar-download {
    display: none;
}

.report-sidebar {
    position: fixed;
    z-index: 2;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
    right: 7vw;
}

.pos-fixed {
    position: fixed !important;
}

.report-sidebar .elementor-widget-wrap {
    display: block !important;
}

.right-cloud {
    animation: moveanimate 20s infinite linear;
}

.left-cloud {
    animation: moveanimate 10s infinite linear;
}

.moon-star {
    animation: rotatebag 12s linear infinite;
}

.ramadhan-24-form .download-inline-section .row>div form button {
    box-shadow: none;
    border: 0px;
    background-image: url(https://bolehdicoba.com/wp-content/uploads/2024/02/Group-40485.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 12px 40px;
}

.ramadhan-24-form .download-inline-section .row>div form button .button-text {
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
}

.page-id-15454 .modal-backdrop {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .report-sidebar {
        right: 2vw;
    }
}

@media only screen and (max-width: 900px) {
    .report-sidebar {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .page-id-15454 .trp_language_switcher_shortcode {
        right: auto;
        left: 90px;
        z-index: 99;
    }

    .page-id-15454 .tooltip-language {
        right: auto;
        left: 33px;
        z-index: 9;
    }

    /* #introduction .elementor-widget-container p{
        margin-bottom: 5px;
    } */
    #introduction .elementor-widget-heading {
        margin-bottom: 1.5vw;
    }

    #introduction .elementor-widget-text-editor {
        margin-top: -1vw;
        margin-bottom: 1.5vw;
    }
}

@media only screen and (max-width: 767px) {
    .ramadhan-24-form .download-inline-section {
        padding-top: 25vw;
    }

    #introduction {
        min-height: calc(78vw * 2);
        padding: 0 15px;
    }

    /* #introduction .elementor-widget-container p{
        margin-bottom: 0px;
    } */
    #introduction .elementor-widget-container p:last-child {
        margin-bottom: 20px;
    }
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

/* feedback */
.archive.tag main#content {
    margin-top: 9em;
}

.error404 main#content {
    margin-top: 12em;
    text-align: center;
}

#result-message-footer {
    color: #dddddd;
    margin-top: 1em;
}

#form_send_email #result div {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    #form_send_email #result div {
        text-align: center;
    }
}

/* end */
.peralatan-text .elementor-heading-title {
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.peralatan-text .elementor-heading-title:hover {
    font-weight: 500 !important;
}

.home-info .elementor-widget-image-carousel .swiper-slide {
    padding: 0 7px;
}


/* Page Tiktok Marketing */
.description-growth-partner-tiktok b {
    font-weight: 700 !important;
}

.page-id-26994 .statistik-body {
    max-width: 490px !important;
}

.page-id-26994 .statistik-header {
    max-width: 510px !important;
}

.page-id-26994 .section-statistik .subtitle {
    color: #33B8A5 !important;
}

.page-id-26994 .section-statistik .title {
    color: #fff !important;
}

.page-id-26994 .section-statistik .description {
    color: #fff !important;
}

.page-id-26994 .section-statistik .statistik-card {
    background-color: #3F3F3F !important;
}

.page-id-26994 #site-footer {
    background-color: #131313 !important;
}

.page-id-26994 .accordion-item button img {
    display: none !important;
}

.page-id-26994 .section-choose-us .subtitle,
.page-id-26994 .section-service-creative .subtitle {
    color: #33B8A5 !important;
}

.page-id-26994 .section-choose-us .title,
.page-id-26994 .section-choose-us .accordion-body,
.page-id-26994 .section-choose-us .accordion-button {
    color: #fff !important;
}

/* .page-id-26994 .section-service-creative{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-id-26994 .section-service-creative .service-header{
    margin-right: 0;
} */
.page-id-26994 .section-service-creative .service-card-link {
    display: none !important;
}

.page-id-26994 .section-service-creative .service-subtitle .subtitle,
.page-id-26994 .section-service-creative .service-title {
    text-align: center;

}

.page-id-26994 .section-service-creative .service-title {
    display: flex;
    justify-content: center;
}

.page-id-26994 .section-service-creative .service-header {
    max-width: 100% !important;
}

.page-id-26994 .section-service-creative .service-header h4.title {
    max-width: 640px;
}

.page-id-26994 .section-service-creative .service-card-image img {
    box-shadow: none !important;
    border: none !important
}

.page-id-26994 .accordion-button {
    white-space: normal !important;
}

@media only screen and (max-width: 767px) {
    .page-id-26994 .accordion-body {
        padding-left: 10px !important
    }

    .ame-marquee-text_item {
        padding: 0 0 !important;
        width: 26vw !important;
    }

    .ame-marquee-text_content>div:last-child {
        margin-right: 20px !important;
    }

    .section-growth-partner-tiktok>.e-con-inner>div {
        width: 48%;
    }

    .section-growth-partner-tiktok {
        padding-right: 10px !important;
    }

    .section-growth-partner-tiktok>.e-con-inner {
        justify-content: space-between !important;
    }
}

/* bdd sea */
.choose-accordion img,
.elementor .choose-accordion img {
    max-width: 44px;
}
.choose-accordion .accordion-item .accordion-body {
    padding: 0 80px;
}

/* image caraousel home career */
.page-id-28909 .elementor-widget-image-carousel .swiper-slide {
    width: auto !important;
}

.page-id-28909 .elementor-widget-image-carousel .swiper-slide img {
    width: auto;
    max-height: 275px;
}

/* image caraousel lifeat career */
.page-id-28517 .elementor-widget-image-carousel .swiper-slide {
    width: auto !important;
}

.page-id-28517 .elementor-widget-image-carousel .swiper-slide img {
    width: auto;
    max-height: 275px;
}
