.sl-overlay {
    background: #000;
}

.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-counter,
.sl-wrapper .sl-close {
    color: #fff;
}

#whatsapp-form-modal .modal-content {
    border-radius: 8px;
    border: none;
}

#whatsapp-form h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #0CA49D;
}

#whatsapp-form .btn-close-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: end;
}

#whatsapp-form button.close {
    margin-top: -12px;
    background: none;
    border: none;
    font-size: 34px;
    padding: 0;
}

#whatsapp-form label {
    font-weight: 500;
    color: #000 !important;
}

#whatsapp-form label.error {
    font-weight: 400;
    color: #dc3545 !important;
    font-size: 14px;
}

#whatsapp-form .btn-whatsapp {
    background: #5AC560;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 24px;
}

#whatsapp-form .btn-whatsapp:disabled,
#whatsapp-form .btn-whatsapp[disabled] {
    background: #9c9c9c;
}

#whatsapp-form .btn-whatsapp svg {
    margin-right: 6px;
}

#whatsapp-form .select2-container--default .select2-selection--single {
    height: 38px;
    padding: 4px 2px;
}

#whatsapp-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

#whatsapp-form .form-control,
#whatsapp-form .select2-selection {
    border: 1px solid #E5E5E5;
}

#whatsapp-form .form-control::placeholder,
#whatsapp-form .select2-selection__placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B9B9B9;
    opacity: 1; /* Firefox */
}

#whatsapp-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B9B9B9;
}
  
#whatsapp-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #B9B9B9;
}

#whatsapp-form #price_estimation option:first-child {
    color: #B9B9B9;
}

#whatsapp-form .select2-selection__rendered {
    padding: 0 12px;
}

#whatsapp-form .select2-results__option  {
    padding: 6px 12px;
}

#whatsapp-form .form-control:focus,
#whatsapp-form .select2-container--focus .select2-selection,
#whatsapp-form .select2-dropdown,
#whatsapp-form .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #191919;
    box-shadow: none;
}

#whatsapp-form .select2-container--open .select2-dropdown--below {
    border-top: none;
}

.post, .page {
    margin: 0;
}

header .flex-row{
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

@media only screen and  (max-width: 549px) {
    .header .flex-row{
		height: 100%;
	}
}

/* .header-inner{
	max-width: 1169px;
} */

.bank-logo img{
    height: 48px;
    width: auto;
    max-width: none;
}

@media only screen and (max-width: 768px) {
    .bank-logo img{
        height: 40px;
    }
}

header.site-header{
    height: 83px;
    position: sticky;
    top: 0;
    z-index: 999;
	background: #fff;
    border: none;
}

header .flex-col .btn{
    padding: 12px 16px;
    background: #0CA49D;
    border-radius: 8px;
    text-wrap: nowrap;
}

header .flex-col .btn p{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin: 0;
}

header .logo-r123{
	padding-left: 32px;
}

header .logo-r123 img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 0px;
	gap: 4px;
	width: 145.93px;
	height: 42px;
}

footer.site-footer{
    background-color: #fff;
    border-top: 1px solid #E7E8EB;
    padding: 0;
}

footer .site-info {
    background: #0CA49D;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

footer .site-info span{
	width: 456px;
    height: 22px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    text-align: center;
}
.sticky-footer .footer-cta {
    position: fixed;
    max-height: 120px;
    bottom: 0;
    transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.sticky-footer .footer-cta.closed {
    max-height: 0;
    bottom: -300px;
}
.footer-cta{
    box-shadow: 0px -4px 8px rgba(96, 97, 112, 0.16);
    background-color: #fff;
    padding: 22px;
    bottom: 0;
    z-index: 800;
	width: 100%;
}
.footer-cta .relative{
	position: relative;
}

.footer-cta .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-cta .desc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-cta .desc img{
    padding: 0px 0px 0px 12px;
    width: auto;
    height: 24px;
}
.footer-cta span{
    font-weight: 400;
    font-size: 16px;
    color: #41454C;
}
.footer-cta span.m-text{
    font-size: 10px;
}
.footer-cta span.d-text {
    display: block;
}
.footer-cta span.m-text {
    display: none;
}
.footer-cta .desc {
    width: 78%;
}
.footer-cta .btn-cta {
    width: 22%;
}
.footer-cta .btn-cta .button{
    font-weight: 600;
    font-size: 14px;
    color: #254993;
    padding: 12px 15px 12px 40px;
    box-shadow: none;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px;
    background: linear-gradient(90deg, #179D97 0%, #21CDC5 100%);
    white-space: nowrap;
    color: #fff;
}
.footer-cta .btn-cta .fab {
    color: #254993;
    position: absolute;
    right: 160px;
    font-size: 33px;
    font-weight: 400;
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #179D97 0%, #21CDC5 100%);
    box-shadow: 0px 2px 4px 0px rgba(40, 41, 61, 0.04), 0px 8px 16px 0px rgba(96, 97, 112, 0.16);
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.footer-cta .btn-cta .fab svg {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7487%) hue-rotate(293deg) brightness(105%) contrast(106%);
}
@media only screen and (max-width: 1023px) {
    .footer-cta {
        padding: 15px 0;
    }
    .footer-cta span.d-text {
        display: none;
    }
    .footer-cta span.m-text {
        display: block;
    }
    .footer-cta .desc {
        flex-direction: column;
        gap: 8px;
        width: 50%;
        align-items: normal;
    }
    .footer-cta .desc img {
        padding: 0px 12px 0 0;
    }
    .footer-cta .btn-cta {
        width: 50%;
    }
    .footer-cta .btn-cta .fab {
        right: 120px;
        width: 50px;
        height: 50px;
    }
    .footer-cta .btn-cta .button {
        font-size: 10px;
    }
    .footer-cta .btn-cta .fab svg {
        width: 22px;
        height: 22px;
    }
}

footer .logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2vh;
    color: var(--neutral-90);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
footer .logo-wrapper{
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
footer .logo-section .img-ojk img{
    padding: 5px 10px;
}
footer .logo-section span{
    display: block;
    margin-top: 12px;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #3D485D;
}
header .main-navigation ul.sub-menu {
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 10px 20px 20px 20px;
    height: auto;
}
header .main-navigation ul.sub-menu a {
    color: #000 !important;
    font-size: 14px;
    border-bottom: 1px solid #d9d9d9;
    justify-content: left;
    min-height: 0;
    padding: 20px 0;
    width: auto;
    white-space: nowrap;

    @media screen and (max-width: 768px) {
        color: #525A80 !important;
        font-size: 12px !important;
    }
}
header .main-navigation ul.sub-menu li.current-menu-item a {
    color: #0CA49D !important;
    /* border-bottom: 1px solid var(--primary-orange); */
}
header .main-navigation ul.sub-menu li.current_page_item a::after {
    content: none;
}
header .main-navigation li.menu-item-has-children > a::after {
    content: url('../img/menu/arrow-down.svg');
    padding-left: 8px;
}
@media only screen and  (max-width: 1180px) {
    .main-navigation ul.menu > li.current_page_item,
    .main-navigation ul.menu > li.current-menu-parent {
        border-bottom: 1px solid #D8D8D8;
    }
    header .main-navigation ul.sub-menu {
        border: none;
        box-shadow: none;
        padding: 0;
    }
    header .main-navigation ul.sub-menu li.current-menu-item a {
        border-bottom: 1px solid #d9d9d9;
    }
    header .main-navigation li.menu-item-has-children > a::after {
        content: url('../img/menu/arrow-down-black.svg');
        padding-left: 0;
        position: absolute;
        right: 0;
    }
    header .main-navigation li.menu-item-has-children.focus > a::after {
        content: url('../img/menu/arrow-down-gold.svg') !important;
    }
    header .main-navigation li.menu-item-has-children.current-menu-parent > a::after {
        content: url('../img/menu/arrow-down-black.svg');
    }
}
.card-whole-list .project-col {
    gap: 2%;

    &.swiper-wrapper {
        gap: unset;
    }
}
.card-whole-list .project-col .card-project-container {
    margin-bottom: 24px;
}
.page-template-page-articles .relative-footer,
.page-template-page-articles .sticky-footer,
.page-template-page-articles-by-api .relative-footer,
.page-template-page-articles-by-api .sticky-footer,
.page-template-page-article-detail .relative-footer,
.page-template-page-article-detail .sticky-footer,
.page-template-page-faq .relative-footer,
.page-template-page-faq .sticky-footer {
    display: none;
}

.site-footer .logo-wrapper img {
    height: 32px;
    width: auto;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 588px;
    }
    .modal-body {
        padding: 40px;
    }
}

.article-detail {
    .date {
        color: var(--BSI-Neutral-1, #848B99);
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .title {
        color: var(--page-heading);
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
    }

    img {
        border-radius: 16px;
    }

    h1, h2, h3, h4, h5, h6, p, span {
        color: #20282E;
    }
}

.select2-dropdown {
    z-index: 9;
}

.error-message {
    border-radius: 8px;
    background: var(--dangers, #E91E29);
    width: 504px;
    flex-shrink: 0;
    position: absolute;
    top: 1rem;
    color: var(--font-white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    padding: 30px 16px;
    gap: 1rem;
}

section {
    &.listing {
        h2 {
            font-size: 2rem;
            font-weight: 500;
            line-height: 44px;
            color: #0B0E21;

            @media (max-width: 768px) {
                font-size: 24px;
                font-weight: 600;
                line-height: 32px;
            }
        }
    }
}