

.tac-content{
	position: relative;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    text-decoration: none;
    display: revert;
}

*:focus {
    outline: none;
}

span {
    display: revert;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a:visited {
    color: unset;
}

.vh100 {
    height: 100vh;
}

.vh200 {
    height: 200vh;
}

a {
    text-underline-offset: 4px;
}

p a {
    color: var(--keppel-red);
    text-decoration: underline;
    display: initial;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End Reset */

/* Start global */

:root {
    --keppel-red: #C8102E;
    --keppel-grey: #7F7F7E;
	--keppel-green: #21B542;
}

body {
    font-family: "Fira Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
	display: flex;
	flex-direction: column;
	min-height:100vh;
}

.w50r {
    width: 50%;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.no-pt {
    padding-top: 0px !important;
}

/* .p-55 {

    padding-block: 55px !important;

} */
.p-t18 {
    padding-top: 18px !important;
}

.p-b43 {
    padding-bottom: 43px !important;
}

.p-18-43 {
    padding-top: 18px !important;
    padding-bottom: 5px !important;
}

h1 {
    font-size: 56px;
    font-weight: 700;
}

h2 {
    font-size: 46px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 22px;
    font-weight: 600;
}

p {
    font-size: 17px;
}

.mobile-only {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

.top-drop-shadow,
.bottom-drop-shadow {
    position: relative;
}

.top-drop-shadow>*,
.bottom-drop-shadow>* {
    position: relative;
    z-index: 1;
}

.top-drop-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 0;
    background: linear-gradient(to bottom, rgb(217 217 217 / 50%), transparent);
    /* background: linear-gradient(to bottom, rgba(255, 0, 0, 0.5), transparent); */
}

.bottom-drop-shadow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 0;
    background: linear-gradient(to top, rgb(217 217 217 / 50%), transparent);
    /* background: linear-gradient(to top, rgba(255, 0, 0, 0.5), transparent); */
}

.text-center {
    text-align: center;
}

.enquire-now {
    position: fixed;
    right: 0;
    z-index: 5;
    width: 41px;
    height: 172px;
    bottom: 30%;
    content: '';
    background: url('../images/enquire-now.svg')
}

.kpl-btn {
    padding: 13px 3rem;
    width: fit-content;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
}

.kpl-btn span {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.kpl-red-text {
    color: var(--keppel-red);
}

.kpl-green-text {
    color: var(--keppel-green);
}

.mw1100 {
    max-width: 1100px;
    margin: 0 auto;
}

.mw1240 {
    /* max-width: 1240px;
    margin: 0 auto; */
}



.red-accent-right {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.red-accent-right::after {
    content: '';
    height: 30px;
    width: 41px;
    background: url('../images/red-accent.png') no-repeat;
    display: inline-block;
}

.red-arrow-right {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

.red-arrow-right::after {
    content: '';
    border: solid var(--keppel-red);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: center;
}


.kpl-red-btn {
    background-color: var(--keppel-red);
    color: #fff !important;
}

/* .kpl-red-btn:hover {
    color: var(--keppel-red);
    background-color: #fff;
} */

.kpl-red-btn::after,
.kpl-grey-btn-2::after {
    content: '';
    border-radius: 50%;
    background-color: #AB1833;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 0;
    object-position: center;
    animation: expandCircleShrink 0.3s forwards;
    transition: all 0.5s ease;
}




.kpl-red-btn:hover::after,
.kpl-grey-btn-2:hover::after {

    animation: expandCircle 0.6s forwards;
}

@keyframes expandCircle {
    0% {
        transform: scale(1);
        width: 0;
        height: 0;
    }

    100% {
        transform: scale(4);
        width: 100%;
        height: 100px;
    }
}

@keyframes expandCircleShrink {
    0% {
        transform: scale(3);
        width: 100px;
        height: 100px;
    }

    100% {
        transform: scale(1);
        width: 0;
        height: 0;
    }
}

.kpl-grey-btn-2 {
    background-color: rgba(255, 255, 255, 0.35);
    color: #FFF;
}

.kpl-btn.red-text {
    color: var(--keppel-red);
}

.kpl-grey-btn-2:hover span {
    color: #fff;
}

.kpl-grey-btn-2::after {
    background-color: var(--keppel-red);
}
.error-page {
	margin-top: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.error-page h1 span {
  color: #da2128;
}

#header,
#header.dark,
.content-wrapper .content-section,
footer {
    transition: all 0.3s;
}

/* header */
#header {
    display: flex;
    padding: 12px 40px;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    width: 100%;
    font-weight: 500;
}

.logo {
    max-width: 229px;
}

.logo img {
    width: 100%;
    object-fit: contain;
    max-width: 200px;
}

#navbar {
    display: flex;
    gap: 36px;
}

#header .mobile-menu {
    display: none;
}

#navbar .nav-item-wrapper .nav-item {
    overflow: hidden;
}

#navbar .nav-item-wrapper .sub-nav-item-wrapper {
    display: none;
}

#header {
    position: fixed;
    top: 0;
    z-index: 333;
    transition: all 0.5s;
}

#header .nav-item div.overflow-hidden {
    position: relative;

}

#header .nav-item div.overflow-hidden div:nth-child(2) {
    position: absolute;
}

#header.dark {
    background: #FFF;
}


#header .nav-item-wrapper a {
    color: #FFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#header.dark .nav-item-wrapper a {
    text-shadow: unset;
    color: #000;
}

#header #navbar .search-btn {
    content: '';
    height: 19px;
    width: 19px;
    background: url('../images/search-btn.png') no-repeat;
    cursor: pointer;
    display: inline-block;
}

#header.dark #navbar .search-btn {
    background: url('../images/search-btn-black.png') no-repeat;
}

#header #navbar .full-search-wrapper {
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: -1;
    background: #FFF;
    width: 100%;
    display: none;
    opacity: 0;
}

#header #navbar .full-search-wrapper .close-btn {
    content: '';
    width: 33px;
    height: 29px;
    background: url('../images/search-close.png') no-repeat;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 90px;
    right: 40px;
}

#header #navbar .full-search-wrapper .search-form {
    position: relative;
    padding: 0 10%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#header #navbar .full-search-wrapper .search-form input:focus {
    outline: none;
}

#header #navbar .full-search-wrapper .search-form input:placeholder {
    color: #575576;
    font-weight: 500;
}

#header #navbar .full-search-wrapper .search-form input {
    border: none;
    font-family: inherit;
    font-size: 32px;
    font-weight: 400;
    padding: 10px 5px;
    width: 100%;
}

#header #navbar .full-search-wrapper .search-form .input-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #575576;
    padding: 0 10px;
}

#header #navbar .full-search-wrapper .search-form .input-wrapper::before {
    content: '';
    height: 19px;
    width: 19px;
    background: url('../images/search-btn-grey.png') no-repeat;
    cursor: pointer;
    display: inline-block;
}

#navbar a.nav-item div.overflow-hidden div {
    position: relative;
}


#navbar .nav-item-wrapper {
    position: relative;
}

#header #navbar .nav-item-wrapper:has(.sub-nav-item-wrapper) .nav-item div.overflow-hidden div span.menu-arrow {
    content: '';
    height: 9px;
    width: 16px;
    background: url('../images/white-arrow-down.svg') no-repeat;
    display: inline-block;
    margin-left: 7px;
}

#header.dark #navbar .nav-item-wrapper:has(.sub-nav-item-wrapper) .nav-item div.overflow-hidden div span.menu-arrow {
    background: url('../images/black-arrow-down.svg') no-repeat;
}

#navbar .nav-item-wrapper .sub-nav-item-wrapper.active {
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 30px;
    position: absolute;
    background: #FFF;
    border-top: 3px solid var(--keppel-red);
    padding: 20px;
    width: max-content;
    min-width: 150px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 0.2s ease;
}

#navbar .nav-item-wrapper .sub-nav-item-wrapper.active .sub-nav-item-wrapper.active {
    left: calc(100% + 5px);
    top: -3px;
}

#navbar .nav-item-wrapper>.sub-nav-item-wrapper>div:has(.sub-nav-item-wrapper)>a::after {
    position: absolute;
    content: '';
    border: solid var(--keppel-red);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: center;
    margin-left: 10px;
    top: 4px;
}

#navbar .nav-item-wrapper .sub-nav-item-wrapper a {
    color: var(--keppel-red);
    text-shadow: unset;
}

/* content */

.content-wrapper {
    padding-top: 50px;
    background: #fff;
    overflow: hidden;
	flex: 1;
}

.content-wrapper .content-section {
    padding: 70px 100px;
}

.content-wrapper>.content-section:nth-child(1) {
    padding-top: 0;
}

.content-wrapper>.content-section:nth-last-child(1) {
    padding-bottom: 100px;
}

.content-wrapper h4 {
    padding-bottom: 16px;
}

.content-wrapper .content-section p {
    padding-bottom: 16px;
}

.content-wrapper .content-section ul.solar-pv-list-items {
    list-style: unset;
    padding-left: 35px;
    margin-top: 8px;
    font-size: 17px;
}

.content-wrapper .content-section ul.solar-pv-list-items li {
    margin-bottom: 6px;
}


.content-wrapper .content-section.pb-0 {
    padding-bottom: 0;
}

.content-wrapper .content-section.txt-left-img-flow-right {

    display: flex;

    gap: 40px;

    padding-right: 0;
}



.content-wrapper .content-section.txt-right-img-flow-left {

    display: flex;

    gap: 40px;

    padding-left: 0;

}



.content-section.txt-left-img-flow-right .text-wrapper,

.content-section.txt-right-img-flow-left .text-wrapper {

    width: 50%;

    display: flex;

    flex-direction: column;

    justify-content: center;
    padding: 20px 0;
}

.about-us-swiper .content-section.txt-left-img-flow-right .text-wrapper {
    padding-left: 40px;
}

/* .content-section.txt-left-img-flow-right .text-wrapper.btm-txt-wr h4,
.content-section.txt-right-img-flow-left .text-wrapper.btm-txt-wr h4,
.content-section.txt-left-img-flow-right .text-wrapper.btm-txt-wr p,
.content-section.txt-right-img-flow-left .text-wrapper.btm-txt-wr p {
    max-width: 480px;
} */



.content-section.txt-left-img-flow-right .text-wrapper p,

.content-section.txt-right-img-flow-left .text-wrapper p {

    font-size: 22px;

}



.content-section.txt-left-img-flow-right .text-wrapper .cta-wrapper,

.content-section.txt-right-img-flow-left .text-wrapper .cta-wrapper {

    display: flex;

    gap: 20px;

}


.cta-wrapper.ccs-wrap {
    display: flex;

    gap: 20px;
}

.cta-wrapper.ccs-wrap a {
    margin-top: 20px;
}

.cta-wrapper.ccs-wrap a:hover {
    cursor: pointer;
}


.content-section.txt-left-img-flow-right .text-wrapper .cta-wrapper .kpl-btn,

.content-section.txt-right-img-flow-left .text-wrapper .cta-wrapper .kpl-btn {

    border-radius: 4px;

    border: 1px solid var(--keppel-red);

}

.content-section.txt-left-img-flow-right .text-wrapper .cta-wrapper a.kpl-btn.kpl-grey-btn-2 span,
.content-section.txt-right-img-flow-left .text-wrapper .cta-wrapper a.kpl-btn.kpl-grey-btn-2 span {
    color: #C8102E;
}

.content-section.txt-left-img-flow-right .text-wrapper .cta-wrapper a:hover,
.content-section.txt-right-img-flow-left .text-wrapper .cta-wrapper a:hover {
    cursor: pointer;
}

.content-section.txt-left-img-flow-right .text-wrapper .cta-wrapper a.kpl-btn.kpl-grey-btn-2:hover span,
.content-section.txt-right-img-flow-left .text-wrapper .cta-wrapper a.kpl-btn.kpl-grey-btn-2:hover span {
    color: #fff;

}



.content-section.txt-left-img-flow-right .image-wrapper,

.content-section.txt-right-img-flow-left .image-wrapper {

    width: 50%;

}



.content-section.txt-left-img-flow-right .image-wrapper img,

.content-section.txt-right-img-flow-left .image-wrapper img {

    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 600px;
    display: block;
}



.content-section.txt-left-img-flow-right .benefits-text-wrapper,
.content-section.txt-right-img-flow-left .benefits-text-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.content-section.txt-left-img-flow-right .benefits-wrapper,
.content-section.txt-right-img-flow-left .benefits-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 20px;
}

.benifits-item {

    width: calc((100% - 40px) / 2);

}

.benifits-item img {
    width: 67px;
}

.content-section.mw1240 {
    padding-top: 0;
    padding-bottom: 0;
}

.content-section.p-55 {
    padding: 43px 0 43px 0;
}

.pi-100 {
    padding-inline: 100px !important;
}

.benifits-item h6,

.benifits-item p {

    margin-top: 8px;

}

.benifits-item ul.benifits-list-items {
    list-style: unset;
    padding-left: 35px;
    margin-top: 8px;
    font-size: 17px;
}

.benifits-item ul.benifits-list-items li {
    margin-bottom: 6px;
}



.faq-wrapper {

    position: relative;

    display: flex;

    flex-direction: column;

    gap: 20px;

}



.faq-item {

    display: block;

    position: relative;

    padding: 10px 0 25px;

    border-bottom: 1px solid #E2E2E2;



}

.faq-item:last-child {
    border-bottom: 0px solid #E2E2E2;
}



.faq-head {

    display: flex;

    justify-content: space-between;

}



.faq-head:hover {

    cursor: pointer;

}



.faq-head h6 {

    font-weight: 400;

    width: 88%;

    transition: .35s;

}





.faq-expand {

    position: relative;

    width: 20px;

    height: 20px;

    cursor: pointer;

}



.faq-item:hover h6 {

    color: #606060;

}



.faq-item:hover .faq-expand:before,

.faq-item:hover .faq-expand:after {

    background-color: #606060;

}



.faq-expand:before,

.faq-expand:after {

    content: "";

    display: block;

    background-color: #000;

    position: absolute;

    top: 50%;

    left: 0;

    transition: .35s;

    height: 2px;

    width: 20px;

}



.faq-expand:before {

    transform: translatey(-50%);

}



.faq-expand:after {

    transform: translatey(-50%) rotate(90deg);

}



.faq-expand.active:before {

    transform: translatey(-50%) rotate(-90deg);

    opacity: 0;

}



.faq-expand.active:after {

    transform: translatey(-50%) rotate(0);

}



.faq-body {

    display: none;

    padding-top: 25px;
	line-height: 151%;

}

.faq-body ul {
    list-style: unset;
    padding-left: 35px;
    margin-top: 8px;
}

.faq-body ul li {
    margin-bottom: 6px;
}

.error-label {
    border: 1px solid #C8102E !important;
}


/* footer */
footer .linked-in {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.linked-in::after {
    content: '';
    height: 38px;
    width: 38px;
    background: url('../images/linked-in.png') no-repeat;
    display: inline-block;
}

footer {
    position: relative;
    background-color: #575756;
    padding: 48px 100px;
    color: #FFF;
}

footer .foot-nav-wrapper a,
#navbar .nav-item-wrapper .sub-nav-item-wrapper a,
#what-we-do .interactive-map .map-desc a {
    position: relative;
    width: fit-content;
}
#what-we-do .interactive-map .map-desc a::before,
footer .foot-nav-wrapper .left-wrapper a::before,
#navbar .nav-item-wrapper .sub-nav-item-wrapper a::before,
footer .terms-wrapper .terms-privacy a::before {
    content: '';
    height: 1px;
    left: 0;
    background-color: #FFF;
    position: absolute;
    bottom: -3px;
    width: 0%;
}

footer .foot-nav-wrapper .right-wrapper a::before {
    content: '';
    height: 1px;
    left: 0;
    background-color: #FFF;
    position: absolute;
    bottom: 6px;
    width: 0%;
}

#navbar .nav-item-wrapper .sub-nav-item-wrapper a::before {
    background-color: var(--keppel-red);
    height: 2px;
}
#what-we-do .interactive-map .map-desc a:hover,
footer .foot-nav-wrapper .left-wrapper a:hover,
footer .foot-nav-wrapper .right-wrapper a:hover,
footer .terms-wrapper .terms-privacy a:hover {
    text-decoration: none;
}
#what-we-do .interactive-map .map-desc a:hover::before,
footer .foot-nav-wrapper .left-wrapper a:hover::before,
#navbar .nav-item-wrapper .sub-nav-item-wrapper a:hover::before,
footer .terms-wrapper .terms-privacy a:hover::before {
    animation: underline 0.3s forwards;
}

footer .foot-nav-wrapper .right-wrapper a:hover::before {
    animation: right-wrapper-underline 0.3s forwards;
}

@keyframes underline {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes right-wrapper-underline {
    0% {
        width: 0%;
    }

    100% {
        width: calc(100% - 53px);
    }
}

footer .foot-nav-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

footer .foot-nav-wrapper .left-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px 100px;
    max-height: 170px;
}

footer .foot-nav-wrapper .foot-nav-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .foot-nav-item {
    font-weight: 600;
    margin-bottom: 7px;
    color: #FFF;
}

/* footer a.foot-nav-item:hover {

    text-decoration: underline;
    text-underline-offset: 4px;
} */

footer a.foot-nav-item.sub-item {
    font-weight: 400;
    margin-bottom: 3px;
}

footer .terms-wrapper {
    padding-top: 20px;
    border-top: 1px solid #737373;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

footer .terms-wrapper .terms-privacy {
    display: flex;
}

footer .terms-wrapper .terms-privacy a {
    position: relative;
    margin: 0 20px;
}

#back-to-top {
    position: absolute;
    right: 34px;
    top: -33px;
    z-index: 10;
}

.loader {
    display: none;
    position: absolute;
    border: 4px solid #C8102E;
    border-left: 4px solid #ffcbd4;
    border-right: 4px solid #ffcbd4;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
    right: 125px;
    bottom: -10px;
}

/* Loading spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



@media only screen and (max-width: 1440px) {

    #header,
    #header.dark,
    /*.content-wrapper .content-section,*/
    footer {
        padding-left: 40px;
        padding-right: 40px;
    }

    .content-wrapper {
        padding-top: 30px;
    }

}

@media only screen and (max-width: 1024px) {

    #header,
    #header.dark,
    .content-wrapper .content-section,
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pi-100 {
        padding-inline: 20px !important;
    }
}

@media only screen and (max-width: 910px) {

    .about-us-swiper.swiper .content-section.txt-left-img-flow-right .image-wrapper {
        height: fit-content !important;
    }

    .about-us-swiper.swiper .swiper-button-next,
    .about-us-swiper.swiper .swiper-button-prev {
        top: 25%;
    }

    .content-section.txt-left-img-flow-right .text-wrapper.btm-txt-wr h4,
    .content-section.txt-right-img-flow-left .text-wrapper.btm-txt-wr h4,
    .content-section.txt-left-img-flow-right .text-wrapper.btm-txt-wr p,
    .content-section.txt-right-img-flow-left .text-wrapper.btm-txt-wr p {
        max-width: unset;
    }

    .w50r {
        width: 100%;
    }

    .content-section.txt-left-img-flow-right,
    .content-section.txt-left-img-flow-right .swiper-slide {
        flex-direction: column-reverse;
        padding: 0 !important;
    }

    .content-wrapper .content-section.txt-right-img-flow-left {
        display: flex;
        gap: 40px;
        padding-left: 0;
        flex-direction: column;
        padding: 0;
    }

    .content-section.txt-left-img-flow-right .image-wrapper,
    .content-section.txt-right-img-flow-left .image-wrapper {
        width: 100%;
    }

    .content-section.txt-left-img-flow-right .text-wrapper,
    .content-section.txt-right-img-flow-left .text-wrapper {
        width: 100%;
        padding: 0 20px 80px 20px;
    }

    .content-section.txt-left-img-flow-right .benefits-text-wrapper,
    .content-section.txt-right-img-flow-left .benefits-text-wrapper {
        width: 100%;
    }

    .content-section.txt-left-img-flow-right .benefits-wrapper,
    .content-section.txt-right-img-flow-left .benefits-wrapper {
        padding-inline: 20px;
    }

    .content-section.txt-left-img-flow-right .image-wrapper img,
    .content-section.txt-right-img-flow-left .image-wrapper img {
        max-height: 340px;
    }

    .content-section.txt-left-img-flow-right .text-wrapper p,
    .content-section.txt-right-img-flow-left .text-wrapper p {
        font-size: 17px;
    }

    .faq-head h6 {
        font-size: 17px;
    }

    .faq-item:hover h6 {
        color: unset;
    }

    /* .faq-item:hover .faq-expand:before,
    .faq-item:hover .faq-expand:after {
        background-color: unset;
    } */

    /* .p-55 {
        padding-block: unset !important;
        padding-top: 10px !important;
        padding-bottom: 35px !important;
    } */


}

@media only screen and (max-width: 768px) {
    .loader {
        right: 72%;
    }

    h1 {
        font-size: 32px;
        font-weight: 700;
    }

    #header #navbar .full-search-wrapper {
        display: none !important;
    }

    .content-wrapper h4 {
        font-size: 24px;
        padding-bottom: 8px;
    }

    .red-accent-right::after {
        width: 32.8px;
        height: 24px;
        background-size: contain;
    }

    .content-wrapper .content-section.txt-left-img-flow-right {
        gap: 24px;
    }

    .content-section.txt-left-img-flow-right .text-wrapper .cta-wrapper .kpl-btn,
    .content-section.txt-right-img-flow-left .text-wrapper .cta-wrapper .kpl-btn {
        padding: 11px 10vw;
    }

    .mobile-only {
        display: block;
    }


    #logo img {
        width: 157px;
    }

    #header.dark .mobile-menu {
        display: block;
        cursor: pointer;
    }

    #header .mobile-menu span {
        display: block;
        width: 38px;
        height: 3px;
        margin-bottom: 8px;
        position: relative;
        background: #000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: center;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }

    #header .mobile-menu span:nth-child(2) {
        margin-bottom: 0;
    }

    #header .mobile-menu.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-1px, 8px);
    }

    #header .mobile-menu.active span:nth-child(2) {
        transform: rotate(45deg) translate(1px, -8px);
    }

    #navbar {
        display: none;
    }

    #header #navbar .nav-item-wrapper:has(.sub-nav-item-wrapper) .nav-item div.overflow-hidden div span.menu-arrow {
        width: 22px;
        height: 12px;
        background-size: 100% !important;
        transition: transform 0.2s;
    }

    #header #navbar .nav-item-wrapper.active:has(.sub-nav-item-wrapper) .nav-item div.overflow-hidden div span.menu-arrow {
        transform: rotate(180deg);
    }

    #navbar.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        z-index: 999;
        left: 0;
        background: #FFF;
        height: 100%;
        width: 100%;
        padding: 20px;
        gap: 25px;
        font-size: 17px;
    }

    #navbar .nav-item-wrapper.level-1 a {
        color: var(--keppel-red);
    }

    #navbar .nav-item-wrapper.active .sub-nav-item-wrapper>div>.sub-nav-item-wrapper a::before {
        content: '•';
        display: inline-block;
        color: var(--keppel-red);
        left: -15px;
        font-size: 130%;
        position: absolute;
        background-color: unset;
        height: unset;
    }

    #navbar .nav-item-wrapper>.sub-nav-item-wrapper>div:has(.sub-nav-item-wrapper)>a::after {
        display: none;
    }

    #navbar .nav-item-wrapper {
        gap: 20px;
    }

    #navbar .nav-item-wrapper .sub-nav-item-wrapper {
        display: none;
    }

    #navbar .nav-item-wrapper.active .sub-nav-item-wrapper {
        padding-left: 20px;
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    #navbar .nav-item-wrapper .sub-nav-item-wrapper a {
        color: #000;
    }

    #header.dark #navbar .nav-item-wrapper:has(.sub-nav-item-wrapper) .nav-item div.overflow-hidden div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #navbar .mobile-search-wrapper form {
        width: 100%;
    }

    #navbar .mobile-search-wrapper {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #000;
        gap: 10px;
    }

    #navbar .mobile-search-wrapper input:focus {
        outline: none;
    }

    #navbar .mobile-search-wrapper input:placeholder {
        color: #7B7B7B;
        font-weight: 500;
    }

    #navbar .mobile-search-wrapper input {
        display: flex;
        border: none;
        font-family: inherit;
        font-size: 17px;
        font-weight: 500;
        padding: 10px 5px;
        width: 100%;
    }

    footer .foot-nav-wrapper {
        flex-direction: column;
        gap: 17px;
        padding-bottom: 20px;
    }

    footer .linked-in {
        justify-content: flex-start;
    }

    footer .foot-nav-wrapper .left-wrapper {
        max-height: unset;
        flex-wrap: nowrap;
        gap: 20px;
    }

    footer .foot-nav-wrapper .right-wrapper {
        margin-top: 5px;
    }

    footer .terms-wrapper .terms-privacy a {
        margin: 0;
    }

    footer .terms-wrapper {
        flex-direction: column;
        gap: 17px;
    }

    footer .terms-wrapper .terms-privacy {
        gap: 20px;
    }

    .faq-item:hover .faq-expand:before,
    .faq-item:hover .faq-expand:after {
        background-color: #000;
    }
}

@media only screen and (max-width: 600px) {
	#back-to-top {
		right: 10px;
	}
    .loader {
        right: 56%;
    }

    .content-section.txt-left-img-flow-right .benefits-wrapper,
    .content-section.txt-right-img-flow-left .benefits-wrapper {
        gap: 20px;
    }

    .benifits-item {
        width: 100%;
    }

    .content-section.txt-left-img-flow-right .image-wrapper img,
    .content-section.txt-right-img-flow-left .image-wrapper img {
        max-height: 250px;
    }

    .content-section.txt-left-img-flow-right .text-wrapper .cta-wrapper .kpl-btn,
    .content-section.txt-right-img-flow-left .text-wrapper .cta-wrapper .kpl-btn {
        padding: 11px 5vw;
    }
}