.oxy-header-right {
  flex: 1;
  flex-grow: 1;
}
.oxy-header-container {
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .oxy-header-container {
    padding-inline-start: var(--p-innercontent-x-mobile) !important;
  }
}
.oxy-nav-menu .menu-item {
  white-space: nowrap;
}
#menu-lang-menu > .pll-parent-menu-item .sub-menu {
  padding-block: 1.5rem;
}
.oxy-header .oxy-mega-dropdown.mega-dropdown.menu__center {
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}
.oxy-header .oxy-mega-dropdown.mega-dropdown.menu__center > .oxy-mega-dropdown_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
/* Language selection styles */
.menu__lang-selection .oxy-mega-dropdown_link-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* Language mega dropdown flag styles - more specific */
li.menu__lang-selection.lang-active-en-US .oxy-mega-dropdown_link-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url("/wp-content/uploads/flags/en_US.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
li.menu__lang-selection.lang-active-zh-CN .oxy-mega-dropdown_link-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url("/wp-content/uploads/flags/zh_CN.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
li.menu__lang-selection.lang-active-id-ID .oxy-mega-dropdown_link-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url("/wp-content/uploads/flags/id_ID.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
/* Ensure the text element has proper display */
.menu__lang-selection .oxy-mega-dropdown_link-text {
  display: inline-flex;
  align-items: center;
}
/* center link content (text + icon) */
.menu__center .oxy-mega-dropdown_link {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.4rem;
  /* space between text and icon */
  text-align: center;
  /* fallback */
}
@media (max-width: 992px) {
  .menu__center .oxy-mega-dropdown_link {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}
.oxy-slide-menu_inner .oxy-slide-menu_list .menu-item a {
  color: var(--color-white) !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: block !important;
  position: relative !important;
}
.oxy-slide-menu_inner .oxy-slide-menu_list .menu-item a:hover {
  color: var(--color-primary-hover) !important;
  transform: translateX(4px) !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.oxy-slide-menu_inner .oxy-slide-menu_list .menu-item a:focus {
  color: var(--color-primary-hover) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.oxy-slide-menu_inner .oxy-slide-menu_list .menu-item a::after {
  content: "";
  position: absolute;
  background-color: var(--color-primary-hover);
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.oxy-slide-menu_inner .oxy-slide-menu_list .menu-item a:hover::after {
  transform: scaleX(1);
}
.oxy-slide-menu_inner .oxy-slide-menu_list .menu-item.current-menu-item a, .oxy-slide-menu_inner .oxy-slide-menu_list .menu-item.current-page-item a {
  color: var(--color-primary-hover) !important;
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .footer__headline {
    font-size: var(--text-xl);
  }
  .oxy-slide-menu_inner .oxy-slide-menu_list .menu-item a {
    padding: 0 0 !important;
    font-size: var(--text-base) !important;
  }
  .oxy-slide-menu_inner .oxy-slide-menu_list .menu-item a:hover {
    transform: translateX(8px) !important;
  }
}
/* Submenu language items */
.list__lang {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.submenu__link-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.menu__lang-selection {
  width: 22rem;
}
@media (max-width: 1440px) {
  .menu__lang-selection {
    width: 15rem;
  }
}
@media (max-width: 1280px) {
  .menu__lang-selection {
    width: 100%;
  }
}
.menu__contact-us {
  width: 30rem;
  /* Simple hover rotation */
}
.menu__contact-us .oxy-mega-dropdown_link {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}
.menu__contact-us .oxy-mega-dropdown_icon {
  margin-left: 8px;
  transition: transform 200ms ease;
}
.menu__contact-us .oxy-mega-dropdown_icon svg {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  /* optional smooth animation */
}
.menu__contact-us .oxy-mega-dropdown_link:hover .oxy-mega-dropdown_icon {
  transform: rotate(180deg);
}
@media (max-width: 1440px) {
  .menu__contact-us {
    width: 20rem;
  }
}
@media (max-width: 1280px) {
  .menu__contact-us {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .menu__contact-us .oxy-mega-dropdown_link:hover .oxy-mega-dropdown_icon {
    transform: none;
  }
}
@media (max-width: 1230px) {
  .megamenu .oxy-mega-dropdown_link {
    font-size: var(--text-xs) !important;
  }
}
@media (max-width: 1440px) {
  li.menu__lang-selection .oxy-mega-dropdown_link, li.menu__contact-us .oxy-mega-dropdown_link {
    width: auto !important;
  }
}
/* Menu */
.ct-new-columns > .ct-div-block.mega__column:last-of-type ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.75rem 3rem;
  /* vertical and horizontal gap */
}
.ct-new-columns > .ct-div-block.mega__column:last-of-type ul li {
  width: calc(50% - 1.5rem);
  /* 2 equal columns */
  margin-bottom: 0.5rem;
}
.ct-new-columns > .ct-div-block.mega__column:last-of-type ul li a {
  display: block;
  padding: 0.25rem 0;
}
@media (max-width: 768px) {
  .ct-new-columns > .ct-div-block.mega__column:last-of-type ul li {
    width: 100%;
  }
}
.footer__section {
  /* ---------- Row 1 ---------- */
  /* ---------- Row 2 ---------- */
  /* ---------- Row 3: Footer Bottom ---------- */
}
.footer__section a {
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__section a:hover {
  color: var(--color-primary-hover);
}
.footer__section .footer__container {
  width: 100%;
}
.footer__section .footer__span-title {
  margin-right: 5px;
}
.footer__section .footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding-block: var(--p-base-block);
  width: 100%;
  /* Headline Section */
  /* Contact Section */
  /* Tablet and below */
}
.footer__section .footer__top .footer__row-headline {
  flex: 0 0 60%;
}
.footer__section .footer__top .footer__row-headline .footer__headline {
  /* add a space between spans */
}
.footer__section .footer__top .footer__row-headline .footer__headline .footer__span-title, .footer__section .footer__top .footer__row-headline .footer__headline .footer__span-text {
  display: inline;
  text-transform: capitalize;
}
.footer__section .footer__top .footer__row-headline .footer__headline .footer__span-title + .footer__span-text::before {
  content: " ";
}
.footer__section .footer__top .footer__row-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  margin-top: 10px;
}
.footer__section .footer__top .footer__row-contact .ct-text-block {
  color: var(--color-white);
}
.footer__section .footer__top .footer__row-contact .ct-text-block .footer__span-title {
  font-weight: 600;
}
.footer__section .footer__top .footer__row-contact .ct-text-block .footer__span-text {
  color: var(--color-white);
  font-weight: 500;
  text-decoration: none;
}
.footer__section .footer__top .footer__row-contact .ct-text-block .footer__span-text:hover {
  color: var(--color-primary-hover);
}
@media (max-width: 992px) {
  .footer__section .footer__top {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 3rem;
  }
  .footer__section .footer__top .footer__row-headline, .footer__section .footer__top .footer__row-contact {
    align-items: flex-start;
    width: 100%;
  }
}
.footer__section .footer__middle {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
  width: 100%;
  /* Tablet breakpoint */
  /* Mobile breakpoint */
  /* Small mobile */
}
.footer__section .footer__middle .footer__link-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__section .footer__middle .footer__link-column .footer__link-title {
  color: var(--color-accent);
  font-size: var(--text-base);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.footer__section .footer__middle .footer__link-column .footer__link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__section .footer__middle .footer__link-column .footer__link-list li a {
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__section .footer__middle .footer__link-column .footer__link-list li a:hover {
  color: var(--color-primary-hover);
}
@media (max-width: 992px) {
  .footer__section .footer__middle {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .footer__section .footer__middle {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
  }
}
.footer__section .footer__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 2rem 0 3rem;
}
@media (max-width: 992px) {
  .footer__section .footer__divider {
    margin: 1.5rem 0 2.5rem;
  }
}
.footer__section .footer__divider-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-white);
  opacity: 0.6;
  margin: 0 1rem;
  vertical-align: middle;
}
.footer__section .footer__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  padding-block: var(--space-5);
  color: var(--color-white);
  width: 100%;
  /* Left side: logo */
  /* Right side: grouped content */
  /* ---------- Responsive: Tablet & Below ---------- */
}
.footer__section .footer__bottom .footer__bottom-logo {
  flex: 0 0 auto;
}
.footer__section .footer__bottom .footer__bottom-logo .footer__logo {
  max-height: 48px;
  width: auto;
  display: block;
}
.footer__section .footer__bottom .footer__bottom-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 4rem;
  flex: 1;
  text-align: right;
  font-size: calc(var(--text-base)*0.85);
  /* Hide dots on tablets & below */
}
@media (max-width: 992px) {
  .footer__section .footer__bottom .footer__bottom-group {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.5rem;
  }
  .footer__section .footer__bottom .footer__bottom-group > *::after {
    content: none !important;
    display: none !important;
  }
}
.footer__section .footer__bottom .footer__bottom-group .footer__bottom-text {
  color: var(--color-white);
  flex: 0 0 auto;
}
.footer__section .footer__bottom .footer__bottom-group .footer__bottom-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  flex: 0 0 auto;
  /* Hide dots on tablets & below */
}
.footer__section .footer__bottom .footer__bottom-group .footer__bottom-links a {
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__section .footer__bottom .footer__bottom-group .footer__bottom-links a:hover {
  color: var(--color-primary-hover);
}
@media (max-width: 992px) {
  .footer__section .footer__bottom .footer__bottom-group .footer__bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__section .footer__bottom .footer__bottom-group .footer__bottom-links a:last-child::after {
    content: none;
    display: none;
  }
}
.footer__section .footer__bottom .footer__bottom-group .footer__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  flex: 0 0 auto;
}
.footer__section .footer__bottom .footer__bottom-group .footer__socials a {
  color: var(--color-white);
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.footer__section .footer__bottom .footer__bottom-group .footer__socials a:hover {
  color: var(--color-primary-hover);
}
.footer__section .footer__bottom #_social_icons-383-35.oxy-social-icons a {
  margin-inline: 20px;
  font-size: 25px;
}
@media (max-width: 992px) {
  .footer__section .footer__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
  }
  .footer__section .footer__bottom #_social_icons-383-35.oxy-social-icons {
    margin-top: 2.5rem;
  }
  .footer__section .footer__bottom #_social_icons-383-35.oxy-social-icons a {
    margin-inline: 10px;
    font-size: 35px;
  }
  .footer__section .footer__bottom .footer__bottom-logo {
    order: -1;
  }
  .footer__section .footer__bottom .footer__bottom-group {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.5rem;
    width: 100%;
  }
  .footer__section .footer__bottom .footer__bottom-group .footer__bottom-text {
    order: 0;
  }
  .footer__section .footer__bottom .footer__bottom-group .footer__bottom-links {
    order: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__section .footer__bottom .footer__bottom-group .footer__socials {
    order: 2;
    justify-content: center;
  }
}
.footer__section .footer__slide-menu ul > li {
  padding-block: 0.85rem;
}
.footer__section .footer__slide-menu .oxy-slide-menu_list > li > a {
  font-size: calc(var(--text-base)*0.85);
}
/* Headline that has Span inside, will consider as a single continuous paragraph */
.ct-headline {
  display: inline;
}
.ct-headline .ct-span {
  display: inline;
}
.project-section .project_headline-title {
  color: var(--color-primary-hover);
  font-size: var(--text-base);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: var(--space-5);
}
.project-section .project_headline-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 768px) {
  .project-section .project_headline-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.project-section .project_headline-wrapper .project_headline-col-a {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .project-section .project_headline-wrapper .project_headline-col-a {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.project-section .project_headline-wrapper .project_headline-col-b {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 768px) {
  .project-section .project_headline-wrapper .project_headline-col-b {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.project-section .project_headline-wrapper .project_headline-heading {
  color: var(--color-base);
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 0;
  max-width: 85%;
}
.project-section .project_headline-wrapper .project_headline-summary {
  color: var(--color-base-dark);
  line-height: 1.7;
  margin-bottom: 4rem;
  max-width: 90%;
}
@media (max-width: 768px) {
  .project-section .project_headline-wrapper .project_headline-summary {
    margin-bottom: 30px;
  }
}
.section-wrapper {
  padding-inline: var(--p-container-inline);
  padding-block: var(--p-2xl);
  width: 100%;
}
.section-wrapper-base {
  padding-inline: var(--p-base-inline);
  padding-block-start: var(--p-md);
  padding-block-end: var(--p-5xl);
  width: 100%;
}
@media (max-width: 1024px) {
  .section-wrapper-base {
    padding-inline: var(--p-container-inline);
  }
}
.section-wrapper-inline {
  padding-inline: var(--p-base-inline);
  width: 100%;
}
@media (max-width: 1024px) {
  .section-wrapper-inline {
    padding-inline: var(--p-container-inline);
  }
}
.section-wrapper-base.no-p-end {
  padding-block-end: 0;
}
.ct-div-block.section-info-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-5);
  position: relative;
}
@media (max-width: 820px) {
  .ct-div-block.section-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-1);
  }
}
.ct-div-block.two-column_container {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 6rem;
  margin: 0 auto;
  padding: 4rem 2rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .ct-div-block.two-column_container {
    flex-direction: column;
    padding: 0;
  }
}
.ct-div-block.list-wrapper {
  flex: 1;
  /* 60% */
  width: 100%;
}
.ct-div-block.list_content-wrapper {
  flex: 1;
  /* 40% */
  position: sticky;
  top: 130px;
  padding-inline: var(--p-md);
  align-self: flex-start;
}
@media (max-width: 820px) {
  .ct-div-block.list_content-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .ct-div-block.list-wrapper {
    order: 2;
    position: relative;
    margin-top: 100px;
  }
  .ct-div-block.list_content-wrapper {
    order: 1;
    position: relative;
  }
}
.ct-div-block.circles-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 120px;
  /* Adjust based on your needs */
  margin: 2rem 0;
  /* Remove left margin from first circle */
  /* Individual circle colors */
}
.ct-div-block.circles-container .circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: solid 1px #fff;
  position: relative;
  margin-left: -15px;
  /* This creates the 30% overlap */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ct-div-block.circles-container .circle:first-child {
  margin-left: 0;
}
.ct-div-block.circles-container .circle-1 {
  background-color: #ff4444;
  /* Red */
  z-index: 1;
}
.ct-div-block.circles-container .circle-2 {
  background-color: #44ff44;
  /* Green */
  z-index: 2;
}
.ct-div-block.circles-container .circle-3 {
  background-color: #4444ff;
  /* Blue */
  z-index: 3;
}
.ct-div-block.circles-container .circle-4 {
  background-color: #ffd700;
  /* Gold */
  z-index: 4;
}
.ct-div-block.circles-container .circle-5 {
  background-color: #555555;
  /* Dark Grey */
  z-index: 5;
}
.page-detail-section .ct-section-inner-wrap {
  max-width: 100%;
}
.overlay_blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(7, 91, 151, 0.32) 0%, rgba(7, 91, 151, 0.45) 50%, rgba(7, 91, 151, 0.38) 100%);
  transition: background 0.6s ease, opacity 0.6s ease;
  z-index: 1;
}
.tayang-breadcrumb {
  font-size: var(--text-sm);
}
.tayang-breadcrumb a {
  color: var(--color-accent);
  text-decoration: none;
}
.tayang-breadcrumb a:hover {
  text-decoration: underline;
}
.tayang-breadcrumb .current {
  color: var(--color-accent);
  font-weight: 600;
}
.empty-state-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  width: 100%;
}
.empty-state-wrapper .empty-state-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.empty-state-wrapper .empty-state-card .empty-state-icon {
  font-size: 52px;
  margin-bottom: 20px;
}
.empty-state-wrapper .empty-state-card h3 {
  font-size: var(--text-xl);
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--color-primary);
}
.empty-state-wrapper .empty-state-card p {
  font-size: var(--text-base);
  color: var(--color-black);
  margin-bottom: 24px;
}
.empty-state-wrapper .empty-state-card .empty-state-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}
.empty-state-wrapper .empty-state-card .empty-state-btn:hover {
  background-color: var(--color-primary);
}
