@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --orange: #ff6600;
  --white: #fff;
  --black: #000;
}
body {
  font-family: "Rubik", sans-serif;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
button {
  border: 0;
  padding: 0;
}
.cta {
  background: var(--orange);
  color: var(--white);
  display: table;
  font-weight: 500;
  padding: 12px 15px;
}
.title {
  font-weight: 500;
  margin-bottom: 30px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}
section {
  margin-bottom: 50px;
}

/* Header */
header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--white);
  border-top: 3px solid var(--orange);
  transition: all 0.3s ease-in-out;
  padding: 5px 0;
}

.logo {
  display: block;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  width: 70px;
}

.contactRow li {
  display: flex;
  align-items: center;
  font-size: 10px;
  justify-content: end;
  gap: 0 5px;
  margin-bottom: 5px;
}

.contactRow li span svg {
  margin: auto;
  width: 12px;
  fill: var(--orange);
}

/* Note */
.note {
  background: var(--orange);
  color: var(--white);
  text-align: center;
}

.note .container {
  animation: fadeEffect 1s ease-in-out infinite;
}

@keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Banner */

.bannerSec img {
  height: 100%;
  object-fit: cover;
}

/* Instruction */
.instructBox {
  color: var(--white);
  position: relative;
  height: 100%;
  padding: 20px;
}
.instructBox ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.instructBox ul li::before {
  content: "";
  position: absolute;
  top: 0.5px;
  left: 0;
  aspect-ratio: 1/1;
  width: 20px;
  background: url(../images/lotus.svg) no-repeat;
  background-size: 100%;
}
.instructBox ul li:last-child {
  margin-bottom: 0;
}
.lang {
  position: absolute;
  bottom: -15%;
  right: 0;
  line-height: 1;
  z-index: -1;
  font-weight: 700;
  color: #ff812d;
  opacity: 0.6;
}
.instructRow .col {
  z-index: 1;
  position: relative;
}

.instructRow .col:nth-child(2) .lang {
  color: #ff6600;
}

/* Form */
.formSec {
  position: relative;
  z-index: 1;
  background: #f1f1f1;
  padding: 50px 0;
}
.formSec form.row {
  --bs-gutter-y: 10px;
}
.formSec form.row .form-control {
  padding: 12px;
  color: #999;
}
.formSec form.row .form-control::placeholder {
  color: #999;
}
/* Get Pass Button */
.getPassBtn {
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background: var(--white);
  color: var(--orange);
  border: 2px solid var(--orange);
}

.getPassBtn.remove {
  transform: translateX(-50%) scale(0.5);
  opacity: 0;
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909c;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td span {
  color: #546e7a;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;

  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
  background-color: #ffede1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: var(--orange);
  color: white;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #eceff1;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
.ui-datepicker-header a > span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
  color: #78909c;
  font-weight: 400;
  font-size: 0.75rem;
}

.timeSlot {
  background-color: #fff;
  width: 100%;

  position: absolute;
  display: none;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.timeSlot ul li button {
  font-size: 12px;
  border: 1px solid rgba(162, 253, 162, 1);
  padding: 5px;
  cursor: pointer;
  width: 100%;
  background: rgba(162, 253, 162, 0.5);
}

.timeSlot ul li.disable button {
  background: #ddd;
  cursor: not-allowed;
  border-color: #aaa;
}

footer {
  background: url(../images/footBg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: var(--white);
  padding: 50px 0;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f75304a6;
  z-index: -1;
}

footer .logo {
  background: none;
}
footer h6 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.footSocial {
  display: flex;
  gap: 0 15px;
  justify-content: center;
}
.footSocial li a {
  border: 1px solid var(--white);
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.footSocial li a svg {
  width: 50%;
  height: 50%;
  fill: var(--white);
}
footer h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
footer .footContact li svg {
  width: 20px;
  aspect-ratio: 1/1;
  fill: var(--white);
}
.quickList li {
  margin-bottom: 10px;
}

.copyRight {
  text-align: center;
  border-top: 1px dashed var(--orange);
  padding-top: 20px;
}

/* Responsive */
@media (min-width: 575.99px) {
  .contactRow {
    gap: 0 10px;
  }
  .contactRow li {
    font-size: 12px;
    margin-bottom: 0;
  }
}
