/* Scaffolding */
:root {
  --siteColor_01 : #1D305F;
  --siteColor_02 : #FBAE17;
  --siteColor_03 : #FFFFFF;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0; padding: 0;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1vw;
  line-height: 1.5;
  color: var(--siteColor_01);
  letter-spacing: 0.1em;
}

* {
  position: relative;
  z-index: 2;
}

.image-container {
  z-index: 1;
}



.bg-holder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.bg-holder .content {
  width: 100%;

}



.siteSection {
  scroll-snap-align: start;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 3rem;
  z-index: 5;
}

.siteSection > .container-fluid {
  z-index: 3;
  pointer-events: none;
}

.siteSection > .particle_bg {
  position: absolute;
  top: -100vh;
  width: 100%;
  height: 300%;
  overflow: hidden;
}

.siteSection > .particle_bg canvas {
  position: relative !important;
}

.siteHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.siteHeader > .container-fluid {
  max-width: 1920px;
  padding-inline: 3rem;
}

.siteHeader img {
  width: 16rem;
}

.siteHeader ul {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.siteHeader ul li {
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.siteHeader a {
  text-decoration: none;
  color: var(--siteColor_01);
  display: inline-block;
  padding-block: 0.5em;
}

.siteHeader a.active {
  color: var(--siteColor_02);
}

.siteFooter {
  background: white;
  padding-top: 10rem;
  padding-bottom: 8rem;
  min-height: auto;
}


.siteSection > .container-fluid {
  max-width: 1920px;
  padding-inline: 12rem;
}

.sectionHead {
  color: var(--siteColor_02);
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  display: inline-block;
}

.text-alt {
  color: var(--siteColor_02);
}

.siteSection h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}

.siteSection .row * {
  transform-origin: left center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale

}

.siteSection img {
  transform-origin: center center;
}

.section_01_ele_01 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 33rem;
  transform: translate( 20%, -40% );
}

.section_01_ele_02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 6rem;
  transform: translate( -100%, 275% );
}

.section_01_ele_03 {
  position: absolute;
  top: -70%;
  left: 20%;
  z-index: 2;
  width: 4rem;
  transform: translate( 25%, 0% );
}

.section_01_ele_04 {
  position: absolute;
  top: -80%;
  left: 40%;
  z-index: 2;
  width: 2rem;
}

.section_01_ele_05 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 25rem;
  transform: translate( -30%, -35% );
}

.section_01_ele_06 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 10rem;
  transform: translate( -290%, -25% );
}

.section_01_ele_07 {
  position: absolute;
  top: 0;
  left: 15%;
  z-index: 2;
  width: 8rem;
  transform: translate( 0%, -180% );
}

.section_01_ele_08 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 3rem;
  transform: translate( 0%, -200% );
  z-index: -1;
}

.section_01_ele_09 {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 6;
  width: 20rem;
  transform: translate( 30%, 0% );
}

.section_01_ele_10 {
  position: absolute;
  bottom: 50%;
  left: 10%;
  z-index: 6;
  width: 7rem;
  transform: translate( 0%, -50% );
}

.section_01_ele_11 {
  position: absolute;
  top: -40%;
  left: 20%;
  z-index: 2;
  width: 6rem;
  transform: translate( 0%, -200% );
}

.section_01_ele_12 {
  position: absolute;
  bottom: 40%;
  right: 7%;
  z-index: 2;
  width: 7rem;
  transform: translate( 0%, 10% );
}

.fe_wrap_anim_f img {
  animation: wobble 5s infinite alternate ease-in-out;
}

.fe_wrap_anim_f {
  animation: float 3s infinite ease-in-out;
}

.section_01_ele_01 img,
.section_01_ele_05 img,
.section_01_ele_09 img {
  animation-duration: 6s;
}

.section_01_ele_02 img,
.section_01_ele_06 img,
.section_01_ele_10 img {
  animation-duration: 5s;
}

.section_01_ele_03 img,
.section_01_ele_07 img,
.section_01_ele_11 img {
  animation-duration: 6s;
}

.section_01_ele_04 img,
.section_01_ele_08 img,
.section_01_ele_12 img {
  animation-duration: 3.5s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); } /* Adjust -10px as needed */
}

@keyframes wobble {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(5deg); }
  50% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}


.pageWrap {
  background: var(--siteColor_01);
}

.siteSectionBG {
  z-index: 1;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.siteSectionBG::after {
  position: absolute;
  content: "";
  z-index: 1;
  background: var(--siteColor_02);
  left: 0;
  right: 0;
  height: 100vh;
  top: 100vh;
}

.siteSectionBG > div {
  height: 400vh;
  z-index: 2;
}

.contactForm {
  padding-bottom: 5rem;
  max-width: 800px;
  margin: 0 auto;
}

.contactForm .sectionHead {
  color: var(--siteColor_01);
}

.siteFooter  * {
  pointer-events: all !important;
}

.iconbox {
  padding-bottom: 1.5rem;
}

a {
  color: var(--siteColor_01);
  text-decoration: none;
}

.form-control {
  border: 1px solid var(--siteColor_01);
  height: 4.5rem;
  font-size: 1.2rem;
  padding-inline: 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  border-color: var(--siteColor_02);
  box-shadow: none;
  outline: none;
}

.btn-submit {
  border: none;
  background: var(--siteColor_01);
  height: 4rem;
  font-size: 1.5rem;
  padding-inline: 1.5rem;
  color: white;
  min-width: 150px;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus {
  background: var(--siteColor_02);
  box-shadow: none;
  outline: none;
}

.aboutPage,
.strategyPage {
  background: var(--siteColor_02);
}

.productsPage,
.contactPage {
  background: var(--siteColor_01);
}

.innerPage {
  padding-block: 12rem 8rem;
}

.profile_wrap_alt {
  transform: translateY(-75%);
}

.aboutPage .sectionHead,
.strategyPage .sectionHead {
  color: var(--siteColor_01);
}

.innerPage .sectionHead {
  font-size: 3rem;
}

.spacer {
  padding-block: 2.5rem;
}

.profile_wrap img {
  width: 16rem;
}

.profile_wrap h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 1.5rem;
}

.profile_wrap h4 {
  font-weight: 400;
  text-transform: none;
  font-size: 1.2rem;
  margin-block: 1.2rem;
}

.profile_wrap p {
  padding-right: 10%;
}

.footer_logo {
  width: 12rem;
}

.product_cat {
  border: 1px solid var(--siteColor_02);
  background: var(--siteColor_01);
  z-index: 2;
}

.product_cat h4,
.form_wrap h4 {
  font-size: 1.85rem;
}

.form_wrap {
  width: 30rem;
}

.form_wrap img {
  width: 5rem;
  border: 1px solid var(--siteColor_02);
  border-radius: 50%;
}

.contactPage > p {
  color: var(--siteColor_02) !important;
}

.contactPage .form-control {
  background: transparent;
  border: 1px solid var(--siteColor_02);
  color: white;
  transition: all 0.3s ease-in-out;
}

.contactPage .form-control::placeholder {
  color: var(--siteColor_02);
  opacity: 1;
}

.contactPage .form-control::-ms-input-placeholder { 
  color: var(--siteColor_02);
}

.contactPage .form-control:hover,
.contactPage .form-control:active,
.contactPage .form-control:focus {
  border-color: white !important;
}

.contactPage .btn-submit {
  background: var(--siteColor_02);
  color: #1D305F;
  font-weight: 700;
  font-size: 1.1rem;
  height: 2.75rem;
  transition: all 0.3s ease-in-out;
}

.contactPage .btn-submit:hover,
.contactPage .btn-submit:focus,
.contactPage .btn-submit:active {
  background: white;
}

.contactPage * {
  pointer-events: all !important;
}

/*---------------- MOBILE MENU ---------------*/
.menu-open {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

.menu-open span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--siteColor_01);
  height: 0.5rem;
  display: block;
}

.menu-open span::after,
.menu-open span::before {
  position: absolute;
  content: "";
  inset: 0;
  background: var(--siteColor_01);
  transform: translateY(-150%);
}

.menu-open span::before {
  transform: translateY(150%);
}

.mobileMenu {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.35) -5px 0px 15px;
  background: var(--siteColor_01);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  transform: translateX(120%);
  transition: all 0.5s ease-in-out;
}

.mobileMenu.show {
  transform: translateX(0);
}

.mobileMenu li {
  padding-block: 1.25rem;
}

.mobileMenu a {
  color: white;
  font-size: 3rem;
  text-transform: uppercase;
}

.mobileMenu a.active {
  color: var(--siteColor_02);
}

.mobileMenu .closeMenu {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
}

.mobileMenu .closeMenu::after,
.mobileMenu .closeMenu::before {
  position: absolute;
  content: "";
  left: 20%;
  right: 20%;
  height: 2px;
  background: white;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.mobileMenu .closeMenu::after {
  transform: translateY(-50%) rotate(-45deg);
}

label.error {
  color: red;
  font-size: 0.75rem;
  position: absolute;
  bottom: 0.25rem;
  right: 1.5rem;
  text-transform: capitalize;
}

.contactPage label.error {
  color: white;
}

.formResponse {
  display: none;
}

.aboutPage_1 {
  background: var(--siteColor_01);
  z-index: 5;
}

.aboutPage_1 .sectionHead {
  color: var(--siteColor_02);
}

.aboutPage_ele_01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20rem;
  transform: translate( 30%, -20% );
}

.aboutPage_ele_01 img {
  transform-origin: center center !important;
  animation: rotate_ab 25s infinite linear;
}

.aboutPage_ele_02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30rem;
  transform: translate( 0%, 0% );
  z-index: 5;
}

.aboutPage_ele_02 img {
  transform-origin: center center !important;
  animation: rotate_ab 45s infinite linear;
}

.aboutPage_ele_02_f {
  transform-origin: center center !important;
  animation: float_ab 3.5s infinite ease-in-out;
}

@keyframes rotate_ab {
  0% {
    transform: rotate( 360deg );
  }
  100% {
    transform: rotate( 0 );
  }
}

@keyframes rotate_st {
  0%, 100% {
    transform: rotate( 10deg );
  }
  50% {
    transform: rotate( -10deg );
  }
}

@keyframes rotate_pd {
  0%, 100% {
    transform: rotate( 10deg );
  }
  50% {
    transform: rotate( -10deg );
  }
}

@keyframes float_ab {
  0%, 100% {
    transform: translateY(-25px);
  }
  50% {
    transform: translateY(25px);
  }
}

.strategyPage_s1,
.pd_sec_02 {
  background: var(--siteColor_02);
}

.strategyPage_s2 {
  background: var(--siteColor_01);
}

.strategyPage_s1 p,
.pd_sec_02 .sectionHead {
  color: var(--siteColor_01);
}

.strategyPage_s2 p,
.pd_sec_01 p {
  color: var(--siteColor_02);
}

.sp_img_f  {
  transform-origin: center center !important;
  animation: float_ab 3.5s infinite ease-in-out;
}

.pd_img_f  {
  transform-origin: center center !important;
  animation: float_ab 6.5s infinite ease-in-out;
}

.con_img_f {
  transform-origin: center center !important;
  animation: float_ab 6.5s infinite ease-in-out;
}

.sp_img_r {
  transform-origin: center center !important;
  animation: rotate_ab 50s infinite linear;
}

.pd_img_r {
  transform-origin: center center !important;
  animation: rotate_pd 8s infinite linear;
}

.con_img_r {
  transform-origin: center center !important;
  animation: rotate_pd 5s infinite linear;
}

.strategyPage_s1 .sp_img_r {
  animation: rotate_st 15s infinite linear;
}

.pd_sec_01 .pd_ele {
  position: absolute;
  right: 0;
  top: 0;
  width: 23rem;
  transform: translate(20%, -10%);
}

.pd_sec_02 .pd_ele {
  position: absolute;
  right: 0;
  top: 50%;
  width: 15rem;
  transform: translate(0%, -35%);
}

.con_ele_01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.5rem;
  transform: translate( -150%, -30% );
}

.con_ele_01 .con_img_f {
  transform: translateY(-25px);
}

.con_ele_02 {
  position: absolute;
  right: 0;
  top: 10%;
  width: 15rem;
}

.con_ele_01 .con_img_f {
  animation-delay: 0.5s !important; 
}

.con_ele_02 .con_img_f {
  animation-duration: 10s !important; 
}

.con_ele_02 img {
  transform-origin: center center;
  transform: translateX(40%) rotate(-90deg);
}