.breadcrumb-item span.current {
  color: #00053e;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.w-100percent {
  width: 100%;
}

/*dev add 8*/

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.c-cms-content--course {
  font-size: 14px;
}
.c-course__nav-tabs {
  border-bottom: none !important;
  margin-bottom: 4.5rem !important;
  display: flex;
  justify-content: center;
}
.c-course__nav-tabs > li > a {
  margin-right: 0px !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: var(--lqd-color-blue-700);
  color: #fff;
  padding: 0.5em 2em !important;
}
.c-course__nav-tabs li:first-child a {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.c-course__nav-tabs li:last-child a {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.c-course__nav-tabs > li.active > a,
.c-course__nav-tabs > li.active > a:focus,
.c-course__nav-tabs > li.active > a:hover {
  border: none !important;
  background-color: var(--lqd-color-primary) !important;
  color: #fff !important;
}
.c-course__nav-tabs > li > a:focus,
.c-course__nav-tabs > li > a:hover {
  color: #000 !important;
}

.main-nav .dropdown-menu--start-here {
  right: 0;
  left: unset;
  width: 50vw;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  width: 300px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  /* background-color: DodgerBlue; */
  border-color: rgba(0, 0, 0, 0.5) !important;
  border-radius: 6px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 6px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  /* background-color: rgba(0, 0, 0, 0.1); */
}

#startSecond {
  display: none;
}

span.ui-selectmenu-text {
  display: none;
}

.start-here-btn {
  max-height: unset !important;
  padding: 1em 2.5em !important;
}

.start-here__back-svg {
  width: 20px;
  position: absolute;
  top: 10px;
  left: 20px;
  cursor: pointer;
}
.start-here__close-svg {
  width: 20px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.svg-full {
  width: 100%;
}
.start-here__content-wrap {
  position: relative;
  background-color: #fff;
  padding: 3em;
  width: 600px;
  margin-left: auto;
  border-radius: 0px 0 0 10px;
}
.start-here__drpdwn {
  position: absolute;
  width: 100%;
  top: 150px;
  left: 0;
  height: 100vh;
  transition: 0.25s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}
.start-here__drpdwn.show {
  opacity: 1;
  visibility: visible;
  top: 95px;
}
.text-white {
  color: #fff !important;
}
.main-nav > li > a#startHere:hover {
  background-color: var(--lqd-color-accent);
  color: white;
}
html.fix {
  overflow-y: hidden;
}

.start-here__list-wrap {
  padding: 0;
  margin: 0;
}

.start-here__list-wrap li {
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  line-height: 1.46;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.5rem;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.start-here__list-wrap li::before {
  content: "";
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
  background-image: url("../images/orang-triangle.png");
  background-size: contain;
  background-repeat: no-repeat;

  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.start-here__list-wrap li:hover {
  color: var(--lqd-color-primary);
  background: #ff7918eb;
  border-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.start-here__list-wrap li:hover a {
  color: #fff;
}

.start-here__list-wrap li:hover::before {
  transform: translateX(3px);
  filter: brightness(1.05) saturate(1.1);
}

.start-here__list-wrap li:focus,
.start-here__list-wrap li:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--lqd-color-primary), white 30%);
  outline-offset: 2px;
}

.navbar-toggle--w-start-here {
  width: auto !important;
}

.form-media-search__submit {
  line-height: 1;
}

/* inner pages banner */
.titlebar-inner {
  padding-top: 220px;
  padding-bottom: 220px;
}
.titlebar-cms-banner {
  background-position: 50% 14%;
}

/* mobile start here dropdown */
.start-here__drpdwn--mob-wrap {
  position: fixed;
  left: 0;
  top: 100px;
  width: 100% !important;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.start-here__drpdwn--mob-wrap.show {
  opacity: 1;
  visibility: visible;
  top: 68px;
}
.start-here__drpdwn--mob {
  background-color: #fff;
  padding: 4em 1em;
}
.main-header__start-here:focus {
  background-color: var(--lqd-color-accent) !important;
}
.main-header__tel {
  font-size: 24px;
}

.case-studies {
  margin-top: 2rem;
}

.page-content-wrap video {
  width: 100%;
  height: auto;
}
.iframe-job-search {
  height: 700px;
  margin-top: 4rem;
}

/* responsive */
@media (max-width: 1599px) {
  .banner.home-banner {
    align-items: flex-start;
    /* padding-top: 28%; */
  }
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .banner.home-banner {
    padding-top: 6% !important;
  }
}
@media (max-width: 1399px) {
  .main-header__tel {
    font-size: 16px;
  }
  .module-primary-nav .lg\:w-85percent {
    width: 85%;
  }
  .main-nav > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .lqd-module-search-slide-top .ld-module-dropdown.show {
    visibility: visible;
    transition:
      transform 0.85s var(--ease),
      visibility 0.8s step-start;
    transform: translate3d(0, 0, 0);
  }
  .lqd-module-search-slide-top
    .ld-module-dropdown.show
    .ld-search-form-container {
    max-width: 90vw;
    transform: translate3d(0, 0, 0);
  }
  .ld-module-search {
    margin-right: 10px;
  }
  .ld-module-search svg {
    height: 18px;
  }
  .banner.home-banner {
    padding-top: 10% !important;
  }
  .lqd-mobile-sec {
    display: block;
    z-index: 555;
  }
  .main-header__tel {
    font-size: 16px;
  }
  .titlebar-inner {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .start-here-btn {
    margin-right: 16px;
    width: auto !important;
    margin-left: 0;
    padding: 0em 2.5em !important;
    height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ld-module-search {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .iframe-job-search {
    height: 950px;
  }
  .banner.home-banner {
    margin-top: -2rem;
  }
  .start-here__drpdwn {
    width: 100% !important;
    z-index: 5;
  }
  .banner.home-banner .flickity-viewport {
    height: 1000px !important;
  }
}
@media (max-width: 767px) {
  .titlebar-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .c-course__nav-tabs {
    flex-direction: column;
  }
  .c-course__nav-tabs > li > a {
    text-align: center;
    border-radius: 8px !important;
    width: 45%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto !important;
  }
  .banner.home-banner .flickity-viewport {
    height: 900px !important;
  }
}
@media (max-width: 575px) {
  .iframe-job-search {
    height: 1125px;
  }
  .banner.home-banner {
    margin-top: -2rem;
  }
  .banner.home-banner .flickity-viewport {
    height: 750px !important;
  }
  .titlebar-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .c-course__nav-tabs > li > a {
    width: 65%;
  }
  .c-whatwedo__btns-wrap-item {
    margin-bottom: 1em;
  }
  .start-here__drpdwn.show {
    top: 68px;
  }
  .start-here__content-wrap {
    width: 100%;
  }
  .custom-form-group {
    display: block;
  }
  .custom-form-group label,
  .custom-form-group input {
    width: 100%;
  }
  .btn > span.btn-icon {
    margin-inline-start: 12px;
  }
}
@media (max-width: 399px) {
  .iframe-job-search {
    height: 1180px;
  }
  .lqd-mobile-sec .navbar-header {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }
  .start-here-btn {
    margin-right: 10px;
    padding: 0em 1.5em !important;
    height: 40px;
  }
}
@media (min-width: 575px) {
  .c-whatwedo__btns-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-whatwedo__btns-wrap-item {
    margin-right: 1em;
  }
}
@media (min-width: 768px) {
  .c-course__nav-tabs > li > a {
    padding: 0.5em 1em !important;
  }
  /* .text-col-2 {
        column-count: 2;
        column-gap: 3rem;
    } */
}
@media (min-width: 992px) {
  .c-course__nav-tabs > li > a {
    padding: 0.5em 2em !important;
  }
}
@media (min-width: 1200px) {
  .banner.home-banner {
    padding-top: 10em;
    align-items: flex-start;
  }
  .c-cms-content--course {
    font-size: 16px;
  }
  .c-course__nav-tabs > li > a {
    padding: 0.5em 2.5em !important;
  }
  .navbar-collapse {
    display: flex !important;
    height: auto !important;
    overflow: visible !important;
  }
}

/* #send-email{
    display: none;
} */

.contact_newsletter span.wpcf7-form-control-wrap.recaptcha {
  display: block;
  transform: scale(0.7);
  width: 100%;
  left: -31px;
  position: relative;
  margin-top: 3px;
}

@media only screen and (max-width: 767px) {
  .contact_newsletter span.wpcf7-form-control-wrap.recaptcha {
    display: block;
    transform: scale(1);
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 15px;
  }
}

.aligncenter {
  display: flex;

  margin: 0 auto;
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 991px) {
  html :where(img[class*="wp-image-"]) {
    padding: 0;
    width: 100%;
    height: auto !important;
  }
}

/* Bottom Testimonial V2 Styling */
.testimonial-icon-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.testimonial-icon {
  width: 70% !important;
  height: auto !important;
  object-fit: contain !important;
}

.testimonial-top-img {
  width: 80%;
  height: auto;
  border-radius: 10px;
}

.testimonial-top-placeholder .placeholder-box {
  width: 80%;
  height: 250px;
  background: #e0e0e0;
  border-radius: 10px;
  display: block;
}

/* Filter Bar stylings */
.newsFilterForm {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  width: 100%;
}

.news-filter {
  width: 100%;
  background: var(--lqd-color-gray-200);
  padding: 15px 50px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-top: 30px auto;
  justify-content: center;
}

/* Form layout */
.filter-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.filter-actions {
  display: flex;
  gap: 25px;
}

/* Grouping of individual fields */
.filter-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 200px;
}

.filter-group.flex-grow {
  flex: 1 1 auto;
}

/* Hiding labels for accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filter-select,
.filter-input,
.filter-btn {
  height: 48px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 48px;
  box-sizing: border-box;
}

/* Modern select styling */
.filter-select {
  appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  cursor: pointer;
}

/* Styling for all fields */
.filter-select,
.filter-input {
  border: 1px solid var(--lqd-color-gray-500);
  border-radius: 8px;
  background: #fff;
  color: var(--lqd-color-secondary);
  transition: all 0.2s ease;
}

.filter-input::placeholder {
  color: #9ca3af;
}

/* Focus */
.filter-select:focus,
.filter-input:focus {
  border-color: var(--lqd-color-accent);
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.2);
  outline: none;
}

/* Buttons */
.filter-btn {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-btn-primary {
  background-color: var(--lqd-color-accent);
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.filter-btn-primary:hover {
  background-color: #000c26;
}

.filter-btn-secondary {
  background-color: var(--lqd-color-gray-500);
  color: #fff;
}

.filter-btn-secondary:hover {
  background-color: #374151;
}

/* Filter bar spacing improvements */
.filter-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.filter-group.flex-grow {
  flex-grow: 1;
  min-width: 250px;
}

/* Responsive */
@media (max-width: 992px) {
  .newsFilterForm {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }

  .filter-group {
    width: 48%;
    min-width: unset;
  }

  .filter-group.flex-grow {
    width: 100%;
  }

  .filter-actions {
    width: 100%;
    justify-content: flex-start;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .newsFilterForm {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .filter-group,
  .filter-group.flex-grow {
    width: 100%;
  }

  .filter-actions {
    width: 100%;
    gap: 10px;
  }

  .filter-btn {
    width: 100%;
  }
}

/* Container for pill tags */
.news-pill-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

/* Base pill style */
.news-pill {
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 50px;
  color: #fff;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.news-pill {
  background-color: var(--lqd-color-primary);
}

.news-pill:hover {
  opacity: 0.85;
}

.radio-inline {
  display: flex;
  justify-content: center;
  gap: 0;
  font-size: 16px;
}

.radio-inline .wpcf7-list-item + .wpcf7-list-item::before {
  content: "OR";
  margin: 0 40px;
  font-weight: bold;
  color: #000;
}

.radio-inline .wpcf7-list-item input[type="radio"] {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .radio-inline {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .radio-inline .wpcf7-list-item + .wpcf7-list-item::before {
    margin: 5px 0;
    display: block;
    text-align: center;
  }
}

.radio-question-wrap {
  padding: 20px 24px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: #fafafa;
  margin-bottom: 24px;
}

.radio-question {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.image-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  border-radius: 12px;
  height: 250px;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.image-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.3s ease;
}

.image-card h4 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
  text-align: center;
}

.image-card:hover img {
  transform: scale(1.05);
}

.image-card:hover .image-card__overlay {
  background: rgba(0, 0, 0, 0.6);
}

.monday-form-wrapper {
  z-index: 10;
}

.icon-cards-section img {
  max-width: 120px;
}

.location-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--lqd-row-gutter-x));
  margin-left: calc(-0.5 * var(--lqd-row-gutter-x));
  row-gap: 30px;
}
