.elementor-kit-6{--e-global-color-primary:#1B5193;--e-global-color-secondary:#3F92CC;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFE700;--e-global-color-d07ee65:#FFFFFF;--e-global-color-863b900:#202020;--e-global-color-4de0e83:#DCDCDC;--e-global-typography-primary-font-family:"Saans-Medium";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Saans-Medium";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Saans-Medium";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Saans-Medium";--e-global-typography-accent-font-weight:500;background-color:#FCFCFC;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS */header .site-title {
    display: none;
}

/* Hide the page title */
.entry-title {
    display: none;
}

/* Hide the site title */
.site-title {
    display: none;
}

html, body {
  overflow-x: hidden;
}

/* 1️⃣ Default: follow Elementor global typography */
.elementor-widget h1,
.elementor-widget h2,
.elementor-widget h3,
.elementor-widget h4,
.elementor-widget h5,
.elementor-widget h6 {
  font-size: var(--e-global-typography-h1-font-size, inherit);
  line-height: var(--e-global-typography-h1-line-height, inherit);
  font-weight: var(--e-global-typography-h1-font-weight, inherit);
}

/* 2️⃣ Allow per-widget editor styles to override global ones */
.elementor-widget h1[style*="font-size"],
.elementor-widget h2[style*="font-size"],
.elementor-widget h3[style*="font-size"],
.elementor-widget h4[style*="font-size"],
.elementor-widget h5[style*="font-size"],
.elementor-widget h6[style*="font-size"],
.elementor-widget h1[style*="line-height"],
.elementor-widget h2[style*="line-height"],
.elementor-widget h3[style*="line-height"],
.elementor-widget h4[style*="line-height"],
.elementor-widget h5[style*="line-height"],
.elementor-widget h6[style*="line-height"],
.elementor-widget h1[style*="font-weight"],
.elementor-widget h2[style*="font-weight"],
.elementor-widget h3[style*="font-weight"],
.elementor-widget h4[style*="font-weight"],
.elementor-widget h5[style*="font-weight"],
.elementor-widget h6[style*="font-weight"] {
  font-size: revert !important;
  line-height: revert !important;
  font-weight: revert !important;
}

html {
  scroll-behavior: auto !important;
  overflow-x: hidden;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  user-select: none;       /* standard */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE10+ */
}



/* ✨ Smooth transition */
.job-details-arrow {
  transition: transform 0.4s ease-in-out !important;
}
 .job-details:hover ~ .job-details-arrow{
    transform: rotate(-30deg);
}

@media(max-width:767px){
    h2 {
        font-size:25px !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Saans-Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://jingxing.staging.myportfolio.my/wp-content/uploads/2026/01/SaansCollectionVF-TRIAL.ttf') format('truetype');
}
@font-face {
	font-family: 'Saans-Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */