.breadcrumb-item span.current {
    color: #00053E;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.w-100percent {
    width: 100%;
}
.bg-white-wrap {
    border-radius: 4px;
    box-shadow: 0px 0px 8px 4px rgba(208, 202, 239, 0.2);
    background: white;
    z-index: 999;
    border: 1px solid #fff0e5;
    position: relative;
    padding: 0.75em 1.5em;
}
.bg-orange-400 {
    background-color: var(--lqd-color-orange-400);
}

/*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!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 li {
    cursor: pointer;
    transition: 0.25s;
    list-style: none;
    font-size: 16px;
    line-height: 1.46;
    margin-bottom: .9rem;
  }
  
  .start-here__list-wrap li::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    height: 10px;
    width: 10px;
    background-image: url('../images/orang-triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  
.start-here__list-wrap li:hover {
    color: var(--lqd-color-primary);
  }


.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: 16px;
}

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

.clients .slick-slide {
    margin: 0 3rem;
}
.clients--cstm-1 .row .col:nth-child(n+2),
.sponser-tier-row:last-child  {
    border-bottom: none;
}
.clients--cstm-1 .row .col:nth-child(2) figure img {
    min-height: 110px;
}
.sponser-tier-row {
    border-bottom: 1px solid #eaeaea;
}

.tmplt-sponsors__img-vid-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.tmplt-sponsers__logo-wrap {
    max-height: 100px;
    margin-bottom: 1rem;
}
.tmplt-sponsers__logo-wrap img {
    max-height: 100px;
}
.tmplt-sponsers__vid-wrap iframe {
    width: 100%;
    height: 500px;
}
.tmplt-sponsers__row {
    margin-bottom: 5rem;
}
.tmplt-sponsers__row:last-child {
    margin-bottom: 0rem;
}
.tmplt-sponsers__row--alter2 {
    flex-direction: row-reverse;
}

.tmplt-emp-service__content-row {
    justify-content: space-between;
}
.tmplt-emp-service__certification-wrap {
    margin-bottom: 2rem;
}
.tmplt-emp-service__column-c2a {
    /* display: flex;
    align-items: center; */
}
.tmplt-emp-service__certification-dets-wrap p {
    margin-bottom: 5px;
    font-size: 16px;
}
.tmplt-emp-service__certification-dets-wrap p:last-child {
    margin-bottom: 0;
}
.tmplt-emp-service__c2a-title-txt {
    font-size: 26px;
}

.c-menu__sub-menu-dropdown {
    padding: 0.75em 25px;
    width: 100%;
}
.navbar-brand-ftr img {
    width: unset;
    height: auto;
    max-width: 100%;
    max-height: unset;
}

.c-news__date-wrap {
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
}
.c-news-detail__date-wrap {
    margin-bottom: 1.5rem;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    /* font-style: italic; */
}

/* 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) {
    .navbar-brand-ftr .navbar-brand-inner {
        width: 70%;
    }
    .navbar-brand-inner {
        width: 50%;
    }
    .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) {
    .navbar-brand-ftr .navbar-brand-inner {
        width: 25%;
    }
    .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) {
    .tmplt-sponsers__row--alter1,
    .tmplt-sponsers__row--alter2 {
        flex-direction: column-reverse;
    }
    .navbar-brand-ftr .navbar-brand-inner {
        width: 35%;
    }
    .navbar-brand-inner {
        width: 75%;
    }
    .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) {
    .clients .slick-slide {
        margin: 0 2rem;
    }
    .ld-module-search {
        margin-right: 0px;
    }
    .ld-module-search svg {
        width: 24px !important;
        height: 16px !important;
    }
    .btn.start-here-btn {
        font-size: 12px;
        margin-right: 12px;
        padding: 1em 1em !important;
        height: 35px;
    }
    .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-btn {
        padding: 0.75em 0.75em !important;
    }
    .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%;
    }
}
@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) {
    .navbar-brand-ftr .navbar-brand-inner {
        width: 75%;
    }
    .main-header__tel {
        font-size: 14px;
    }
    .ld-module-search {
        margin-right: 8px;
        margin-left: 5px;
    }
    .main-header .desktop-header {
        padding: 0.65% 2% 0.65% 2%;
    }
    .main-nav>li>a {
        font-size: 13px;
        padding: 10px 8px;
    }
    .ld-module-search svg {
        width: 16px;
    }
    .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;
    }
}
@media (min-width: 1380px) {
    .main-nav>li>a {
        font-size: 14px;
    }
    .main-header__tel {
        font-size: 15px;
    }
}
@media (min-width: 1400px) {
    .tmplt-emp-service__certification-dets-wrap {
        padding-left: 1.4em;
    }
    .container-xxl {
        max-width: 1200px;
    }
}
@media (min-width: 1600px) {
    .container-xxxl {
        max-width: 1400px;
    }
    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .tmplt-emp-service__c2a-title-txt {
        font-size: 30px;
    }
}

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

.contact_newsletter span.wpcf7-form-control-wrap.recaptcha {
    display: block;
    transform: scale(.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;
}
}

.main-nav>li>a.start-here-btn:hover {
    background-color: var(--lqd-color-accent);
    color: #fff;
}

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

/* ========== Sponsor Card Stylings ========== */

.sponsors-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1110px;
  margin: 0 auto;
}

.sponsor-item {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 40px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sponsor-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.sponsor-item img {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.sponsor-item a:hover img {
  transform: scale(1.03);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.sponsor-details h3 {
  font-size: 1.6rem;
  color: #002b45;
  font-weight: 700;
  margin-bottom: 0.6em;
}

.sponsor-details div {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.sponsor-logo {
  flex-shrink: 0;
  width: 400px;
  text-align: center;
}

/* Responsive layout: side-by-side on desktop */
@media (min-width: 900px) {
  .sponsor-item {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }

  .sponsor-item img {
    flex-shrink: 0;
    margin: 0 40px 0 0;
    max-width: 400px;
  }

  .sponsor-details {
    flex: 1;
  }
}

.sponsor-logo a {
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.sponsor-logo a::after {
  content: "Visit website →";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  color: #0073aa;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.sponsor-logo a:hover::after {
  opacity: 1;
}

.sponsor-logo a:hover img {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* ========== Location Card Stylings ========== */

.location-large-card {
    height: auto;
}

.location-large-card .location-featured-image img {
    width: 100%;
}

.location-information {
	gap: 10px;
}

.location-featured-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 75%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.location-featured-image:hover img {
  transform: scale(1.03);
  filter: brightness(1.1);
}

.location-featured-image a::after {
  content: "View on Google Maps";
  position: absolute;
  inset: 0;
  background: rgba(0, 43, 69, 0.6);
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

.location-featured-image:hover a::after {
  opacity: 1;
}

@media (max-width: 767px) {
  .location-featured-image {
    height: 260px;
  }

  .location-featured-image img {
    height: 100%;
    object-fit: cover;
  }

  .location-information {
    flex-direction: column;
  }
}