:root {
    --primary-black: #0f191a;
    --primary-green: #132323;
    --primary-dark-green: #1D3738;
    --primary-gold: #a78b59;
    --primary-silk: #f8eeec;
    --primary-white: #fff;
    --font-jost: "Jost", sans-serif;
    --font-alfresco: "Al Fresco";
    --fw-extra-light: 200;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semi: 600;
    --fw-bold: 700;
    --fw-extra: 800;
    --fw-black: 900;
}
@font-face {
    src: url('/wp-content/themes/teck-huat/css/fonts/AcuminVariableConcept.otf') format('opentype');
    font-family: "Acumin", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    src: url('/wp-content/themes/teck-huat/css/fonts/KozGoPr6N-Regular.otf') format('opentype');
    font-family: "KozGoPr6N", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    src: url('/wp-content/themes/teck-huat/css/fonts/RedHatDisplay.ttf') format('truetype');
    font-family: "RedHatDisplay", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    src: url('/wp-content/themes/teck-huat/css/fonts/ZhiMangXing-Regular.ttf') format('truetype');
    font-family: "ZhiMangXing-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('/wp-content/themes/teck-huat/css/fonts/JosefinSans-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('/wp-content/themes/teck-huat/css/fonts/JosefinSans-ThinItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('/wp-content/themes/teck-huat/css/fonts/JosefinSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('/wp-content/themes/teck-huat/css/fonts/JosefinSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('/wp-content/themes/teck-huat/css/fonts/JosefinSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('/wp-content/themes/teck-huat/css/fonts/JosefinSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('/wp-content/themes/teck-huat/css/fonts/JosefinSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('/wp-content/themes/teck-huat/css/fonts/JosefinSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('/wp-content/themes/teck-huat/css/fonts/JosefinSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('/wp-content/themes/teck-huat/css/fonts/JosefinSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('/wp-content/themes/teck-huat/css/fonts/JosefinSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('/wp-content/themes/teck-huat/css/fonts/JosefinSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Al Fresco";
    src: url('/wp-content/themes/teck-huat/css/fonts/AlFresco-Bold.woff2') format('woff2'),
        url('/wp-content/themes/teck-huat/css/fonts/AlFresco-Bold.woff') format('woff'),
        url('/wp-content/themes/teck-huat/css/fonts/AlFresco-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Al Fresco";
    src: url('/wp-content/themes/teck-huat/css/fonts/AlFresco.woff2') format('woff2'),
        url('/wp-content/themes/teck-huat/css/fonts/AlFresco.woff') format('woff'),
        url('/wp-content/themes/teck-huat/css/fonts/AlFresco.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box;
    position: relative;
}
html, body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: var(--font-jost);
    color: var(--primary-black);
    font-size: 16px;
    line-height: 24px;
}
.font-alfresco {
    font-family: "Al Fresco";
}
.font-jost {
    font-family: var(--font-jost);
}
.font-josefin-sans {
  font-family: "Josefin Sans", sans-serif;
}
.font-RedHatDisplay {
    font-family: "RedHatDisplay", sans-serif;
}
.font-Acumin {
    font-family: "Acumin", sans-serif;
}
.font-KozGoPr6N {
    font-family: "KozGoPr6N", sans-serif;
}
.font-ZhiMangXing {
    font-family: "ZhiMangXing-Regular", sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, li, input, textarea, select, textarea, label {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    display: inline-block;
}
p, a, li, input, textarea, select, textarea, label {

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
}
.loading {
    display: none;
    position: absolute!important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
    z-index: 1;
}
.lds-ripple, .lds-ripple div {
    box-sizing: border-box;
}
.lds-ripple {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    z-index: 2;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
sub, sup {
    font-size: 0.7em;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.form-group {
    display: block;
    width: 100%;
}
.input-control, input.input-control, textarea.input-control, select.input-control, .input-control:focus, input.input-control:focus, textarea.input-control:focus, select.input-control:focus, .input-control:active, input.input-control:active, textarea.input-control:active, select.input-control:active {
    outline: none;
    box-shadow: none;
}
.input-control, input.input-control, textarea.input-control, select.input-control {
    display: block;
    width: 100%;
    padding: 25px;
    color: #333;
    border: none;
    border-bottom: 1px solid #A78C59;
    font-family: "RedHatDisplay", sans-serif;
    font-weight: var(--fw-medium);
    font-size: 20px;
    line-height: 24px;
    resize: none;
}
textarea.input-control {
    border: 1px solid #A78C59;
}
input[type="submit"] {
    background: transparent;
    border: none;
    padding: 0;
}
.btn-wrapper {
    display: flex;
    justify-content: flex-start;
}
.btn-wrapper.btn-reverse .btn {
    flex-direction: row-reverse;
}
.btn-cta.btn-align-center .btn-wrapper {
    justify-content: center;
}
.btn-cta.btn-align-right .btn-wrapper {
    justify-content: flex-end;
}
a, button {
    padding: 0;
}
a, a:hover, a:focus, a:active, button, button:hover, button:focus, button:active {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
a.btn, button.btn, .sub-menu > .menu-item > a {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 0;
    font-size: 19px;
    line-height: 23px;
    font-family: var(--font-jost);
    font-weight: 400;
}
a.btn span, button.btn span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    order: 3;
}
a.btn, a.btn::before, a.btn::after, button.btn, button.btn::before, button.btn::after, a.btn span, button.btn span, .sub-menu > .menu-item > a::before, .sub-menu > .menu-item > a::after {
    transition: all 0.3s ease;
}
a.btn::before, a.btn::after, button.btn::before, button.btn::after, .sub-menu > .menu-item > a::before, .sub-menu > .menu-item > a::after {
    content: '';
    display: inline-block;
    position: relative;
}
a.btn::before, button.btn::before, #masthead .sub-menu > .menu-item > a::before  {
    width: 50px;
    height: 18px;
    background-image: url(/wp-content/uploads/2025/03/icon-long-arrow-right.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    order: 1;
}
a.btn::after, button.btn::after, .sub-menu > .menu-item > a::after {
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 60px;
    transform: translateX(-24px);
    margin-right: -12px;
    order: 2;
}
a.btn.btn-white, button.btn.btn-white {
    color: var(--primary-white);
}
a.btn.btn-white::after, button.btn.btn-white::after, .sub-menu > .menu-item > a::after {
    border-color: var(--primary-white);
}
a.btn:hover::before, button.btn:hover::before {
    transform: translateX(16px);
}
.btn-wrapper.btn-reverse a.btn span, .btn-wrapper.btn-reverse button.btn span {
    transform: translateX(0);
}
.btn-wrapper.btn-reverse a.btn::before, .btn-wrapper.btn-reverse button.btn::before {
    transform: translateX(-30px);
}
.btn-wrapper.btn-reverse a.btn:hover::before, .btn-wrapper.btn-reverse button.btn:hover::before {
    transform: translateX(-15px);
}
.btn-wrapper.btn-reverse a.btn::after, .btn-wrapper.btn-reverse button.btn::after {
    transform: translateX(55px);
}
.wpcf7 .btn-wrapper {
    justify-content: flex-end;
}
.wpcf7-spinner {
    position: absolute;
    right: 100%;
    margin-right: 12px;
    top: 6px;
}
#masthead .sub-menu {
    overflow: hidden;
}
#masthead .sub-menu > .menu-item:not(:last-child) {
    margin-bottom: 12px;
}
#masthead .sub-menu > .menu-item > a {
    display: flex;
    flex-direction: row-reverse;
    transform: translateX(-75px);
}
#masthead .sub-menu > .menu-item > a, #masthead .sub-menu > .menu-item > a::before, #masthead .sub-menu > .menu-item > a::after {
    transition: all 0.75s ease;
}
#masthead .sub-menu > .menu-item:hover > a, #masthead .sub-menu > .menu-item > a::before, #masthead .sub-menu > .menu-item > a::after {
    transform: translateX(0);
}
#masthead .sub-menu > .menu-item > a::before, #masthead .sub-menu > .menu-item > a::after {
    opacity: 0;
    visibility: hidden;
}
#masthead .sub-menu > .menu-item:hover > a::before, #masthead .sub-menu > .menu-item:hover > a::after {
    opacity: 1;
    visibility: visible;
}
#masthead .sub-menu > .menu-item > a::before {
    width: 32px;
    order: 3;
}
#masthead .sub-menu > .menu-item > a::after {
    width: 40px;
    height: 40px;
    margin-left: -18px;
    margin-right: 20px;
    order: 2;
}
.text-gold {
    color: var(--primary-gold);
}
.bg-gold {
    background-color: var(--primary-gold);
}
.text-dark-green {
    color: var(--primary-dark-green);
}
.bg-dark-green {
    background-color: var(--primary-dark-green);
}
.section {
    padding: 150px 0;
}
.mark, mark {
    padding: 0;
}
figure {
    margin-bottom: 0;
}
.page-intro .page-intro-row {
    height: 720px;
}
.section-title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.section-title h2, .section-title h3, .section-title h4 {
    color: var(--primary-gold);
    font-family: var(--font-jost);
    font-weight: var(--fw-regular);
}
.section-title h2 {
    font-size: 90px;
    line-height: 110px;
}
.section-title h3 {
    font-size: 60px;
    line-height: 72px;
}
#colophon {
    background-color: var(--primary-green);
    color: var(--primary-white);
    padding: 80px 0 60px;
}
.footer-column.footer-column-1 .footer-col .wp-block-group {
    gap: 0;
}
.footer-upper .footer-column.footer-column-1 .footer-col:first-child .wp-block-image {
    width: 185px;
}
.simpleParallax+.container, .simpleParallax+.container-fluid {
	z-index: 1;
}
.simpleParallax, .parallax-image, .section .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.message-dialog {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #9b9b9b;
    background: #ddd;
}
.message-dialog p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.tab-pane-inner, .wp-block-group {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.wp-block-columns {
    gap: 30px;
    margin-bottom: 0;
}
.wp-block-group > * {
    flex: 1;
    width: 100%;
}
.wp-block-columns {
    margin-bottom: 0;
}
.wp-block-heading, .wp-block-image, .wp-block-image img {
    display: block;
    width: 100%;
}
.tab-pane-inner, .tab-pane-inner * {
    font-family: var(--font-jost);
}
.tab-pane-inner h2, .tab-pane-inner h3, .tab-pane-inner h4, .tab-pane-inner h5, .tab-pane-inner h6, .tab-pane-inner p {
    margin-bottom: 20px;
}
.tab-pane-inner h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 50px;
}
.fancybox-container .fancybox-infobar, .fancybox-container .fancybox-navigation {
    position: absolute;
}
.fancybox-container .fancybox-navigation {
    top: 50%;
    left: 0;
    right: 0;
}
.fancybox-container .fancybox-infobar {
    left: 50%;
    transform: translate(-50%, 0);
}