@import url("https://fonts.googleapis.com/css?family=Lato");

body {
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #d4af37;
}
a:hover {
  color: #808080;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

.section-header {
  background: #000;
  padding: 20px 0;
}

.header-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-holder {
  margin: auto;
  width: 44vh;
  max-width: 100%;
}

.section-service-banner {
  padding: 20px 0;
}

.service-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-holder {
  margin: auto;
  width: 6vh;
  max-width: 100%;
  margin-right: 10px;
}

.service-list .title {
  /* max-width: 119px; */
  max-width: 130px;
  font-size: 13px;
  font-weight: 700;
}

.content-column1 div {
  position: relative;
}

.section-hero {
  font-family: "Lato", sans-serif;
}

.content-column1 .img-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.form-select {
  background-image: unset;
  font-weight: 600;
}

.submit-button {
  color: #000;
  background-color: #fff;
  /* font-weight: 500 !important; */
}

.submit-button:hover {
  background-color: #d4af37 !important;
  color: #fff !important;
}

.submit-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
  border-color: #d4af37;
}

.navbar {
  font-family: "Lato", sans-serif;
}

.nav-link {
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  font-weight: 600;
  width: 33.3vw;
}

.active {
  border: none;
  border-bottom: 5px solid #d4af37;
  text-decoration: none;
  color: #d4af37 !important;
  background-color: #f3f3f3;
}

.form-check-input {
  cursor: pointer;
}

input[type="checkbox"]:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
  border-color: #d4af37;
}

input[type="checkbox"]:enabled:checked {
  background-color: #d4af37;
  color: white;
  border-color: #d4af37;
  outline: none;
  box-shadow: #d4af37;
}

select:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25) !important;
  border-color: #d4af37 !important;
}

/* Singapore Store */

.content_holder {
  color: #fff;
}

.content-desc {
  max-width: 228px;
}

.visit-link {
  background-color: #ffffff;
  color: #000000;
  padding: 10px 20px;
  border-radius: 5px;
  /* font-weight: 600; */
}

.content-column-singapore div {
  position: relative;
}

.content-column-singapore .img-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .content-column-singapore {
    flex-direction: column;
    height: calc(100vh - -459.82px) !important;
  }
  /* .bg-image {
        flex-basis: 100%;
        height: auto;
    } */
}

@media (max-width: 767.5px) {
  .section-service-banner {
    padding: 15px 0;
  }

  .hero {
    padding: 50px 0 100px 0;
  }

  .service-list-item {
    padding: 5px 0;
  }

  .icon-holder {
    width: 4vh;
  }
  /* Start / Kayla - Jan 28, 2024 */
  .section-hero .bg-image {
    /* display: none; */
  }
  /* .bg-image {
        display: none !important;
    } */
  .content-column-singapore .img-content {
    height: 76vh;
  }
  /* End / Kayla - Jan 28, 2024 */
}

@media (max-width: 575.98px) {
  .hero {
    padding: 50px 0 130px 0;
  }

  .icon-holder {
    width: 5vh;
  }

  .service-list .title {
    font-size: 11px;
  }

  .service-list-item {
    padding: 5px 0;
  }

  .section-service-banner {
    padding: 15px 0;
  }

  .content-title {
    font-size: 25px;
  }

  .content-desc {
    font-size: 15px;
  }

  .form-select {
    font-size: 14px;
    padding: 10px;
  }

  .form-check-label {
    font-size: 12px;
  }

  .submit-button {
    font-size: 13px;
  }
  .nav-link {
    font-size: 14px;
    line-height: 20px;
  }

  .content-column1 .img-content {
    display: none;
  }
}

@media (max-width: 400px) {
  .content-title {
    font-size: 20px !important;
  }

  .content-desc {
    font-size: 13px !important;
  }

  .form-select,
  .form-control,
  .google-button {
    font-size: 12px !important;
    padding: 8px !important;
    margin-top: 0.8rem !important;
  }

  .form-check-label,
  .forgot-link {
    font-size: 10px !important;
  }

  .submit-button,
  .login-button {
    font-size: 11px !important;
  }

  .nav-link {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .section-header .image-holder {
    width: 300px;
  }
}

/* Partner/Trade Login */

.forgot-link {
  color: #fff !important;
}

.forgot-link:hover {
  color: #d4af37 !important;
}

.login-button {
  width: 100% !important;
}

.form-control {
  padding: 10px 15px !important;
}

.google-button {
  border: #fff solid 1px;
  color: #fff;
  width: 100%;
  padding: 10px 15px;
}

.google-button img {
  width: 23px;
}
.google-button:hover {
  color: #d4af37;
  border: #d4af37 solid 1px;
}

input:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25) !important;
  border-color: #d4af37 !important;
}

.login-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
  border-color: #d4af37;
}

@media (max-width: 400px) {
  .forgot-link {
    margin-top: -7px;
  }

  .google-button {
    margin-top: -5px !important;
  }
}
.section-hero-sg h2 {
  padding-left: 0 !important;
}
