@charset "UTF-8";
@import url(font.min.css);
@import url(sidebar.min.css);
@import url(faq.min.css);
@import url(event-calendar.min.css);
@import url(sitemap.min.css);
html,
body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mainContent {
  flex: 1;
  display: flex;
  flex-direction: column;
}

footer {
  flex: 0;
}

body {
  font-family: "Geograph";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geograph";
  font-weight: 500;
  font-style: normal;
  color: #000000;
}

.rounded-10 {
  border-radius: 10px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.fs-14 {
  font-size: 14px;
}

.title-1 {
  font-size: 24px;
  margin-bottom: 1rem;
}

.p-50 {
  padding: 20px;
}

/* =======================
   Cookie Consent Popup
======================= */
.cookieConsentPopup {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.8784313725);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
}
.cookieConsentPopup button {
  text-transform: capitalize;
  transition: all 0.5s ease;
}

#cookieContentPopup {
  transition: none;
}
#cookieContentPopup::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.bannerSection {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  padding: 30px 0;
}
.bannerSection .bannerContent {
  position: relative;
  text-align: left;
  z-index: 2;
}
.bannerSection .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.bannerSection h3,
.bannerSection p {
  color: #fff;
  line-height: normal;
}
.bannerSection h3 {
  font-size: 24px;
  margin-bottom: 1rem;
}
.bannerSection p {
  font-size: 16px;
  line-height: normal;
}

.loginPart {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px 20px;
}
.loginPart img {
  width: 250px;
}
@media (max-width: 400px) {
  .loginPart img {
    width: 100%;
  }
}
.loginPart .formPart {
  margin-top: 30px;
}
.loginPart .formPart form {
  margin-top: 20px;
}
.loginPart .formPart form input {
  width: 100%;
  border-radius: 100px;
  color: #000000;
  font-size: 15px;
  padding: 13px 15px;
  border: 1px solid #000000;
  transition: all 0.5s ease;
}
.loginPart .formPart form input:focus {
  outline: none;
  box-shadow: none;
  border-color: rgb(255, 235.5, 127.5);
}
.loginPart .formPart form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4392156863);
}
.loginPart .formPart form input::placeholder {
  color: rgba(0, 0, 0, 0.4392156863);
}

.logo-header img {
  width: 250px;
}

.btn-primary,
.btn-secondary {
  background-color: #FFD800;
  border: 1px solid #FFD800;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  color: #000000;
  transition: all 0.5s ease;
  padding: 13px 30px;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}
.btn-primary:hover,
.btn-secondary:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-secondary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #FFD800;
  border-color: rgb(255, 235.5, 127.5);
  color: #000000;
}

.list-style-custom {
  list-style-type: disc;
  padding-left: 15px;
  margin: 0;
  list-style-position: outside;
  font-size: 16px;
}
.list-style-custom li {
  line-height: 1.5;
  margin-bottom: 1rem;
}

footer p {
  color: #fff;
  font-size: 10px;
}

.w-100-r992 {
  width: 100%;
}

.content-wrapper {
  overflow-y: auto;
  height: calc(100vh - var(--header-height));
}

.resource-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.resource-card .resource-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.resource-card .resource-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
}
.resource-card .resource-content h5 {
  font-size: 22px;
  display: flex;
  align-items: center;
}
.resource-card .resource-content h5::after {
  content: "";
  background: url(../img/ic_arrow-right.svg) no-repeat top 8px right 0;
  width: 25px;
  height: 15px;
  display: block;
  transform: translateX(0);
  transition: all 0.5s ease-in-out;
}
.resource-card .resource-content p,
.resource-card .resource-content h5 {
  color: #fff;
}
.resource-card:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.resource-card:hover .resource-content h5::after {
  transform: translateX(5px);
  transition: all 0.5s ease-in-out;
}

.brochure-card {
  border: 1px solid #f2f2f2;
  padding: 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.brochure-card img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}
.brochure-card .brochure-text h5 {
  margin-bottom: 0;
  font-size: 16px;
}
.brochure-card .brochure-text .brochure-link {
  padding: 5px;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: block;
  transition: all 0.5s ease;
  text-align: center;
}
.brochure-card .brochure-text .brochure-link img {
  width: 16px;
  height: 16px;
  margin-bottom: 0;
}
.brochure-card .brochure-text .brochure-link:hover {
  background-color: #FFD800;
}
.brochure-card .brochure-bg-grey {
  background-color: #f2f2f2;
}

.incentive-card {
  border: 1px solid #f2f2f2;
  padding: 18px;
  height: 100%;
}
.incentive-card h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.incentive-card .incentive-thumb img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-item {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.news-item h4 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: normal;
}
.news-item .news-date {
  margin-bottom: 10px;
  display: block;
}

.socail-link-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.socail-link-item ul li {
  padding-right: 25px;
}
.socail-link-item ul li a {
  padding: 5px;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  line-height: 30px;
  display: block;
  text-align: center;
  transition: all 0.5s ease;
}
.socail-link-item ul li a:hover {
  background-color: #FFD800;
}

.sale-team-profile {
  position: relative;
  overflow: hidden;
}
.sale-team-profile .sale-team-photo {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.sale-team-profile .sale-team-photo img {
  transition: all 0.5s ease;
}
.sale-team-profile .sale-team-text h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.sale-team-profile .sale-team-text p {
  margin-bottom: 10px;
}
.sale-team-profile .sale-team-text p a {
  text-decoration: none;
  color: #000000;
  transition: all 0.5s ease;
}
.sale-team-profile .sale-team-text p a:hover {
  color: #FFD800;
}
.sale-team-profile:hover img {
  transform: scale(1.1);
}

.register-form-section .pwd-rquirement-detail span {
  font-size: 14px;
}
.register-form-section .pwd-rquirement-detail span.pwd-rquirement-title {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}
.register-form-section .passStrength #status {
  font-weight: 500;
}
.register-form-section .passStrength #status.weak {
  color: #ff4d4d;
}
.register-form-section .passStrength #status.medium {
  color: #ffa500;
}
.register-form-section .passStrength #status.excellent {
  color: #28a745;
}
.register-form-section .togglePassword {
  position: absolute;
  right: 12px;
  top: 24px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.register-form-section .togglePassword img.icon {
  width: 20px;
  height: 20px;
  display: block;
  pointer-events: none;
}
.register-form-section input,
.register-form-section select,
.register-form-section textarea {
  border: 1px solid #fff;
  box-shadow: none;
  outline: none;
  padding: 12px 15px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #000;
  height: 50px;
}
.register-form-section input::-moz-placeholder, .register-form-section select::-moz-placeholder, .register-form-section textarea::-moz-placeholder {
  color: #000000;
  text-overflow: ellipsis;
}
.register-form-section input::placeholder,
.register-form-section select::placeholder,
.register-form-section textarea::placeholder {
  color: #000000;
  text-overflow: ellipsis;
}
.register-form-section input:focus,
.register-form-section select:focus,
.register-form-section textarea:focus {
  border-color: rgb(255, 235.5, 127.5);
  box-shadow: 0 0 0 3px rgba(255, 216, 0, 0.1);
}
.register-form-section select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
}
.register-form-section textarea {
  min-height: 250px;
  overflow-y: auto;
  resize: none;
}
.register-form-section .checkbox-section a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.register-form-section .checkbox-section a:hover {
  text-decoration: underline;
  color: #FFD800;
}
.register-form-section .checkbox-section {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.register-form-section .checkbox-section input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 2px solid #FFD700;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.register-form-section .checkbox-section input[type=checkbox]:checked {
  background-color: #FFD700;
  border-color: #FFD700;
}
.register-form-section .checkbox-section input[type=checkbox]:checked::after {
  content: "✓";
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: -1px;
  left: 5px;
}
.register-form-section .checkbox-section label {
  padding-left: 10px;
}
.register-form-section .form-group {
  position: relative;
  transition: all 0.3s ease;
}
.register-form-section .form-group.success input, .register-form-section .form-group.success select {
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}
.register-form-section .form-group.error input, .register-form-section .form-group.error select {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}
.register-form-section .form-group small {
  color: #dc3545;
  font-size: 0.875rem;
  display: block;
  margin-top: 5px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.register-form-section .form-group small.show {
  opacity: 1;
  height: auto;
}
.register-form-section input:hover,
.register-form-section select:hover {
  border-color: rgb(255, 235.5, 127.5);
}
.register-form-section span.already-sign-in {
  padding-left: 50px;
}
.register-form-section span.already-sign-in a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-left: 20px;
}
.register-form-section span.already-sign-in a:hover {
  text-decoration: underline;
}

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9999;
}
#page-loader .spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #FFD800;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

#page-loader.active {
  opacity: 1;
  visibility: visible;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navtab-link {
  margin-top: 25px;
}
.navtab-link ul {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navtab-link li a {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #000000;
  border-radius: 40px;
  background-color: #000000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.25s ease;
}
.navtab-link li a:hover {
  border-color: rgb(255, 235.5, 127.5);
  background-color: #FFD800;
  color: #000;
}
.navtab-link li a.active {
  background-color: #FFD800;
  border-color: rgb(255, 235.5, 127.5);
  color: #000000;
}
.navtab-link {
  /* ----------------------- Responsive ----------------------- */
}
@media (max-width: 767px) {
  .navtab-link ul {
    flex-direction: column;
    gap: 15px;
  }
  .navtab-link li {
    width: 100%;
  }
  .navtab-link li a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@keyframes pulse-yellow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #FFD800;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 217, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 217, 0, 0);
  }
}
.notification {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #FFD800;
  text-align: center;
  animation: pulse-yellow 2s infinite;
}

@media screen and (min-width: 992px) {
  .p-50 {
    padding: 30px 20px;
  }
  .bannerSection {
    padding: 40px 0;
  }
  .bannerSection h3 {
    font-size: 32px;
  }
  .bannerSection p {
    font-size: 24px;
  }
  .w-100-r992 {
    width: auto;
  }
  .news-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .incentive-card .incentive-thumb img {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .title-1 {
    font-size: 32px;
    margin-bottom: 1rem;
  }
  .container-custom {
    max-width: 1080px;
  }
  .bannerSection {
    padding: 70px 0;
  }
  .bannerSection h3 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 1.5rem;
  }
  .bannerSection p {
    font-size: 32px;
    line-height: 36px;
  }
  .loginPart {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1400px) {
  .container-custom-1440 {
    max-width: 1440px;
  }
  .resource-content {
    padding: 30px;
  }
  .p-50 {
    padding: 50px 40px;
  }
}
.grid-column-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .grid-column-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .grid-column-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}