/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}

.brand-logo,
.default-logo,
.responsive-logo {
  max-width: 128px;
  transition: all 0.4s;
  position: relative;
  margin-right: 35px;
}

@media (min-width: 576px) {
  .site-navbar {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}


@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }

}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    /*position: fixed !important;*/
    transition: .4s;
  }

  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: .4s;
  }

  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: .4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: .4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}

@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover>.sub-menu {
    transform: translateX(0%) translateY(-10px);
    left: 0%;
    margin-left: 20px;
  }
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
}

.site-header--menu-right .menu-block-wrapper {
  position: static;
}

.site-header--menu-right .menu-block {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header>.container-fluid .sub-menu.megamenu {
    left: 50%;
    transform: translateX(-50%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header>.container-fluid .nav-item.has-megamenu:hover>.sub-menu {
    transform: translateX(-50%) translateY(-10px);
    left: 50%;
  }
}

@media (min-width: 768px) {
  .container-fluid .site-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .container-fluid .site-navbar {
    padding-left: 48px;
    padding-right: 48px;

  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
}

.top-contact-menu-wraper .header-btn {
  order: 3;
}

.top-contact-menu-wraper .mobile-menu-trigger {
  order: 4;
}

@media (min-width: 992px) {
  .top-contact-menu-wraper .nav-link-item {
    color: #fff !important;
  }

  .top-contact-menu-wraper .site-menu-main .nav-link-item {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }

  .top-contact-menu-wraper .navbar {
    flex-wrap: wrap;
    padding: 30px 0px 0px 0px;
  }

  .top-contact-menu-wraper .brand-logo {
    min-width: 50%;
    order: 1;
    padding-bottom: 30px;
  }

  .top-contact-menu-wraper .header-btn {
    order: 4;
  }

  .top-contact-menu-wraper .menu-block-wrapper {
    min-width: calc(100% - 256px);
    order: 3;
    background: #1D263A;
    border-radius: 0px 0px 0px 5px;
  }

  .top-contact-menu-wraper .top-contact-block {
    order: 2;
    min-width: 50%;
    display: flex !important;
    justify-content: flex-end;
    padding-bottom: 8px;
  }

  .top-contact-menu-wraper .menu-block {
    margin-left: initial;
  }
}

.top-contact-block ul {
  display: flex;
  align-items: center;
}

.top-contact-block ul li {
  display: inline-flex;
  align-items: center;
}

.top-contact-block span {
  height: 30px;
  width: 1px;
  background: rgba(29, 36, 58, 0.12);
  margin: 0px 35px;
}

.top-contact-block img {
  margin-right: 12px;
}

.top-contact-block a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: var(--heading-color);
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  position: relative;
}

.aximo-header1 .site-menu-main .nav-link-item {
  color: var(--white-smoke);
}

.aximo-header2 .site-menu-main .nav-link-item {
  color: var(--heading-color2);
}

.aximo-header4 .site-menu-main .nav-link-item {
  color: var(--heading-color3);
}

.aximo-header5 .site-menu-main .nav-link-item {
  color: var(--light-color4);
}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.dark-mode-texts .nav-link-item {
  color: #fff;
}

.site-menu-main .sub-menu {
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
  position: absolute;
  left: 0;
  top: 61px;
  margin: 0;
  padding: 12px 0;
  transition: .4s;
  z-index: 4;
  transform: translatey(20px);
  opacity: 0;
  visibility: hidden;
  min-width: 210px;
  border-radius: 6px;
}

.site-menu-main .sub-menu:before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 22px;
  transform: rotate(45deg) translatey(-11px);
  z-index: 8;
}

.sub-menu.megamenu:before {
  content: none;
}

.site-menu-main .sub-menu.shape-none:before {
  content: none;
}

/*@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    min-width: 235px;
    max-width: 235px;
  }
}*/

@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}

.site-menu-main .sub-menu--item {
  font-size: 17px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    color: #000;
  }
}

.site-menu-main .sub-menu--item>a {
  color: inherit;
  padding: 4px 20px;
  font-weight: 700;
  color: #000;
  position: relative;
}

.site-menu-main .sub-menu--item>a .menu-item-text {
  position: relative;
  transition: all 0.3s ease;
}

.site-menu-main .sub-menu--item>a .menu-item-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #202030;
  transition: all 0.3s ease;
}

.site-menu-main .sub-menu--item>a:hover .menu-item-text::after {
  left: 0;
  right: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item>a {
    transition: .4s;
  }
}

/* .site-menu-main .sub-menu--item:hover > a {
  color: var(--accent-color);
} */

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding: 30px;
    min-width: 925px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }

  /* .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translateX(-50%) translateY(-10px);
  } */
  /* .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translateX(0%) translateY(10px);
  } */
  /* .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  } */
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
}

@media (min-width: 1366px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 900px;
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 17px;
  font-weight: 600;
  transition: .4s;
  color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-left: 0px;
    padding-right: 10px;
  }

  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: #FFC947 !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover>.sub-menu {
    margin-top: 5px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 6px;
    transform: translateY(0);
  }
}

.site-menu-main>li .sub-menu>ul>li>a {
  display: inline-block;
  padding: 10px 0;
  font-size: 17px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #13111A;
    width: 24px;
    position: relative;
  }

  .reveal-header .mobile-menu-trigger span {
    background-color: #13111A !important;
  }

  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #13111A;
  }

  .reveal-header .mobile-menu-trigger span:before,
  .reveal-header .mobile-menu-trigger span:after {
    background-color: #13111A !important;
  }

  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #13111A;
  }

  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #13111A;
  }

  .site-header .mobile-menu-trigger span:before {
    top: -8px;
  }

  .site-header .mobile-menu-trigger span:after {
    top: 8px;
  }

  .site-header .item-right {
    align-items: center;
  }

  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .site-header .menu-block.active {
    transform: translate(0%);
  }

  .site-menu-main>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .site-menu-main>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .site-menu-main>li>a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .site-header .menu-block .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 17px;
    display: none;
  }

  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }

  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
    text-transform: capitalize;
  }

  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }

  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-menu-main>li .sub-menu.mega-menu,
  .site-menu-main>li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .site-menu-main>li .sub-menu.active {
    display: block;
  }

  .site-menu-main>li .sub-menu>ul>li>a,
  .site-menu-main>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .site-menu-main>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }

  .site-menu-main a {
    display: flex;
    align-items: center;
  }

  .site-menu-main i {
    margin-left: 15px;
    font-size: 17px;
  }
}

@media (min-width: 1200px) {

  /* .site-header--menu-center .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  } */
  .site-header--menu-center .menu-block-wrapper {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}

.reveal-header {
  background: #0D152E !important;
}

.reveal-header .nav-link-item {
  color: #fff !important;
}

.reveal-header .btn {
  color: #fff !important;
}

.reveal-header .btn:hover {
  color: #fff !important;
}

.reveal-header .dark-version-logo {
  display: block !important;
}

.reveal-header .light-version-logo {
  display: none !important;
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover>.sub-menu {
    top: 100%;
  }

  .reveal-header li.nav-item-has-children:hover>.megamenu {
    top: 112%;
  }
}

.menu-block.active .nav-link-item {
  color: #FFF !important;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

ul.site-menu-main .nav-item i {
  transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i {
  transform: rotate(-180deg);
}

li.sub-menu--item.nav-item-has-children:hover i {
  transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
  transform: rotate(-90deg) !important;
  transition: all 0.4s ease-in-out;
}

.single-dropdown-block h3 {
  opacity: 0.5;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.1px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: none;
}

@media (min-width: 992px) {
  .single-dropdown-block h3 {
    display: block;
  }
}

.landing-2-menu .navbar {
  border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}

.btn {
  position: relative;
  z-index: 5;
  border-radius: 6px;
  border: 0;
  font-size: 17px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  line-height: 28px;
  letter-spacing: -0.53px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease-in-out;
}


.log-in-btn {
  width: 160px;
  height: 50px;
  background: #FD4C5C;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.log-in-btn:after {
  content: "";
  background: #0F1A54;
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.4s;
  transform-origin: top left;
  width: 0;
}

a.log-in-btn:hover:after {
  height: 100%;
  width: 135%;
}

.log-in-btn.red-btn {
  color: #fff;
  background-color: #FD4C5C;
}

.log-in-btn.yellow-btn {
  color: #0F1A54;
  background-color: #FBC21D;
}

.log-in-btn.yellow-btn:hover {
  background-color: #fff;
}

/* ==========================================================================
   TALENT ORBIT GLOBAL - Official Logo Theme Customizations
   Logo Colors:
   - Executive Deep Navy: #050E21 / #0B1B3D
   - Metallic Executive Gold: #D4AF37 / #DAA520
   - Crimson Star Red: #C8102E
   ========================================================================== */

:root {
  --talent-navy: #0B1B3D;
  --talent-navy-dark: #050E21;
  --talent-gold: #D4AF37;
  --talent-gold-hover: #C5A028;
  --talent-red: #C8102E;
}

/* Brand Logo Styling */
.brand-logo img,
.site-header .brand-logo img,
.light-version-logo {
  max-height: 85px;
  width: auto;
  object-fit: contain;
}

/* Dark Background Sections - Executive Deep Navy */
.dark-bg,
.aximo-hero-section.dark-bg,
.aximo-counter-section.dark-bg,
.aximo-breadcrumb-section.dark-bg,
footer.dark-bg {
  background-color: var(--talent-navy-dark) !important;
}

/* Primary Buttons - Executive Gold */
.aximo-default-btn,
.aximo-header-btn,
.aximo-call-btn {
  background-color: var(--talent-gold) !important;
  color: var(--talent-navy-dark) !important;
  font-weight: 700 !important;
  border-color: var(--talent-gold) !important;
}

.aximo-default-btn:hover,
.aximo-header-btn:hover,
.aximo-call-btn:hover {
  background-color: #ffffff !important;
  color: var(--talent-navy-dark) !important;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3) !important;
}

/* Accent Badges & Highlights */
.badge.bg-warning,
.bg-orange {
  background-color: #FAF4E6 !important;
  color: var(--talent-navy) !important;
  border-left: 4px solid var(--talent-gold) !important;
}

/* Text Highlights & Gold Accents */
.text-warning,
.aximo-iconbox-icon i,
.aximo-counter-data h2,
.aximo-counter-data3 h2 {
  color: var(--talent-gold) !important;
}

/* Icon Box & Card Borders */
.border-warning {
  border-color: var(--talent-gold) !important;
}

/* Crimson Red Accent Line & Star Highlights */
.text-danger,
.star-accent {
  color: var(--talent-red) !important;
}

/* Hero Section - Left-Aligned Text & Right-Side Globe Display */
.aximo-hero-section2 {
  position: relative;
  overflow: hidden;
  padding: 60px 0 80px 0;
}

.aximo-hero-content2 {
  text-align: left !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.aximo-hero-content2 h1 {
  text-align: left !important;
}

.aximo-hero-content2 p {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.aximo-hero-btn-wrap,
.aximo-hero-btn-wrap.center {
  justify-content: flex-start !important;
  text-align: left !important;
  margin-left: 0 !important;
}

.hero-right-globe-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}

.hero-right-globe-wrap img {
  width: 100%;
  max-width: 520px;
  height: auto;
  opacity: 0.85;
  filter: drop-shadow(0 15px 30px rgba(11, 27, 61, 0.08));
  animation: floatGlobe 8s ease-in-out infinite;
}

@keyframes floatGlobe {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

/* Executive Talent Intelligence Section (Light Theme - Dotted Globe Horizon) */
.talent-intelligence-section {
  background-color: #F8FAFC;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 0;
  border-top: 1px solid rgba(11, 27, 61, 0.06);
  border-bottom: 1px solid rgba(11, 27, 61, 0.06);
}

.talent-intel-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 4px 15px rgba(11, 27, 61, 0.04);
  padding: 6px 18px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 17px;
  color: var(--talent-navy);
}

.talent-intel-badge .pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #10B981;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.intelligence-intro-text p {
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
}

.intelligence-intro-text p.lead-text {
  font-size: 20px;
  font-weight: 600;
  color: var(--talent-navy);
  margin-bottom: 12px;
}

.intelligence-intro-text p.highlight-text {
  font-size: 17px;
  font-weight: 600;
  color: var(--talent-navy);
  margin-top: 18px;
}

.talent-intel-card {
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 16px;
  padding: 26px 22px;
  box-shadow: 0 10px 30px rgba(11, 27, 61, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.talent-intel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.18);
  border-color: var(--talent-gold);
}

.intel-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.intel-card-header h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--talent-navy);
  margin: 0;
}

.intel-card-header .card-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.12);
  color: var(--talent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.intel-card-label {
  font-size: 17px;
  font-weight: 600;
  color: #64748B;
  margin: 0;
}

.dotted-globe-horizon-container {
  position: relative;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.dotted-globe-horizon-container img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Floating Location Pins */
.location-pin-badge {
  position: absolute;
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 10px 25px rgba(11, 27, 61, 0.12);
  padding: 7px 15px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 700;
  color: var(--talent-navy);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 5;
  transition: all 0.3s ease;
  animation: floatPin 5s ease-in-out infinite;
}

.location-pin-badge:hover {
  transform: scale(1.08) translateY(-3px);
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.25);
  border-color: var(--talent-gold);
}

.pin-singapore {
  top: 25%;
  right: 25%;
  animation-delay: 0s;
}

.pin-london {
  top: 18%;
  left: 35%;
  animation-delay: 1.5s;
}

.pin-dubai {
  top: 35%;
  left: 50%;
  animation-delay: 3s;
}

.pin-newyork {
  top: 28%;
  left: 18%;
  animation-delay: 2.2s;
}

@keyframes floatPin {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

/* Executive Light Hero Theme (Light Background) */
.aximo-hero-section2.light-hero-theme {
  color: var(--talent-navy);
  padding: 100px 0 80px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(11, 27, 61, 0.08);
}

.aximo-hero-section2.light-hero-theme::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: 850px;
  height: 850px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, rgba(248, 250, 252, 0) 70%);
  pointer-events: none;
}

.light-hero-theme h1 {
  color: var(--talent-navy) !important;
  font-size: 54px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  margin-bottom: 20px !important;
}

.light-hero-theme .hero-lead-text {
  color: #475569 !important;
  font-size: 19px !important;
  line-height: 1.6 !important;
  max-width: 580px;
}

.light-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 4px 15px rgba(11, 27, 61, 0.05);
  color: var(--talent-navy);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* 4-Stat Grid at Bottom Left of Hero */
.hero-stats-grid {
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid rgba(11, 27, 61, 0.1);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 580px;
}

.hero-stat-item h3 {
  font-size: 38px;
  font-weight: 800;
  color: var(--talent-navy);
  margin-bottom: 4px;
  letter-spacing: -1px;
  font-family: "Bricolage Grotesque", sans-serif;
}

.hero-stat-item h3 .stat-gold {
  color: var(--talent-gold);
}

.hero-stat-item p {
  font-size: 17px;
  color: #64748B;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}

.hero-light-drag-hint {
  margin-top: 15px;
}

.hero-light-drag-hint .badge {
  background: #ffffff !important;
  border: 1px solid rgba(212, 175, 55, 0.45) !important;
  box-shadow: 0 4px 15px rgba(11, 27, 61, 0.08) !important;
  color: var(--talent-navy) !important;
  font-weight: 700 !important;
}

/* Executive Talent Pulse Insights Section (Matching Reference Screenshot) */
.talent-pulse-insights-section {
  background-color: #050E21;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 90px 0 0 0;
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.intel-dashboard-box {
  background: rgba(11, 27, 61, 0.65);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 5;
}

.intel-terminal-tag {
  font-family: monospace;
  font-size: 17px;
  color: #94A3B8;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pulse-stat-card {
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.pulse-stat-card:hover {
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.4);
  transform: translateY(-3px);
}

.pulse-stat-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.pulse-stat-header .stat-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  color: var(--talent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.pulse-stat-header .stat-title {
  font-size: 17px;
  color: #94A3B8;
  font-weight: 500;
  margin: 0;
}

.pulse-stat-number {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  font-family: "Bricolage Grotesque", sans-serif;
}

.pulse-stat-growth {
  font-size: 12px;
  font-weight: 700;
  color: #10B981;
  margin-left: 6px;
}

.pulse-stat-sublabel {
  font-size: 11px;
  color: #64748B;
  margin-top: 4px;
  margin-bottom: 0;
}

/* Curved Globe Horizon Backdrop & Central Headline CTA */
.pulse-globe-horizon-wrap {
  position: relative;
  margin-top: 40px;
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}

.pulse-globe-horizon-wrap .horizon-bg-img {
  width: 100%;
  max-width: 1350px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pulse-horizon-cta-content {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 650px;
  z-index: 10;
  text-align: center;
  padding: 0 20px;
}

.pulse-horizon-cta-content h2 {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: -1px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

.pulse-horizon-cta-content p {
  font-size: 17px;
  color: #CBD5E1;
  margin-bottom: 24px;
}

.pulse-report-btn {
  background: #ffffff !important;
  color: var(--talent-navy) !important;
  font-weight: 700 !important;
  padding: 12px 30px !important;
  border-radius: 30px !important;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3) !important;
  border: 2px solid var(--talent-gold) !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.pulse-report-btn:hover {
  background: var(--talent-gold) !important;
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.03) !important;
  box-shadow: 0 15px 35px rgba(212, 175, 55, 0.5) !important;
}

/* Executive Light Bottom Globe Hero Theme */
.space-bottom-hero-section {
  background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 50%, #FAFBFD 100%) !important;
  color: var(--talent-navy);
  padding: 160px 0 0 0 !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid rgba(11, 27, 61, 0.08);
}

.space-bottom-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(11, 27, 61, 0.07) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
  opacity: 0.6;
}

.space-bottom-hero-section .container {
  padding-top: 10px;
}

/* Floating Live Mandate Badge */
.hero-live-mandate-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 22px;
  border-radius: 30px;
  background: #ffffff !important;
  border: 1px solid rgba(212, 175, 55, 0.45) !important;
  box-shadow: 0 4px 20px rgba(11, 27, 61, 0.06) !important;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--talent-navy) !important;
  margin-bottom: 22px;
}

.pulse-beacon {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22C55E;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  animation: beaconPulse 1.8s infinite;
}

@keyframes beaconPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

.space-hero-main-title {
  font-size: 62px !important;
  font-weight: 800 !important;
  color: var(--talent-navy) !important;
  letter-spacing: -0.5px !important;
  text-transform: uppercase;
  margin-bottom: 18px !important;
  line-height: 1.12 !important;
  font-family: "Bricolage Grotesque", sans-serif;
}

.gold-gradient-text {
  background: linear-gradient(135deg, #B8860B 0%, #D4AF37 50%, #996515 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.space-hero-accent-bar {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--talent-gold), #0E7490);
  margin: 0 auto 24px auto;
  border-radius: 4px;
}

.space-hero-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #475569 !important;
  max-width: 800px;
  margin: 0 auto 28px auto;
}

/* Capability Chips Quick Selector */
.hero-capability-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 36px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 20px;
  background: #ffffff !important;
  border: 1px solid rgba(11, 27, 61, 0.12) !important;
  color: var(--talent-navy) !important;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(11, 27, 61, 0.04);
}

.hero-chip:hover {
  background: #FAFBFD !important;
  border-color: var(--talent-gold) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(11, 27, 61, 0.08);
}

.space-hero-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 75px;
  position: relative;
  z-index: 10;
}

/* Bottom Canvas Globe Wrapper */
.bottom-globe-canvas-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 0px;
}

.bottom-globe-canvas-wrap canvas {
  display: block;
  margin: 0 auto;
}

/* Centered Scroll Down Arrow Button on Globe Horizon */
.globe-scroll-down-btn {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(5, 14, 33, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.6);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  animation: pulseGlobeArrow 2s infinite;
}

.globe-scroll-down-btn:hover {
  background: var(--talent-gold);
  color: var(--talent-navy);
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.8);
}

@keyframes pulseGlobeArrow {

  0%,
  100% {
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
    transform: translateX(-50%) translateY(0);
  }

  50% {
    box-shadow: 0 0 25px rgba(56, 189, 248, 0.7);
    transform: translateX(-50%) translateY(6px);
  }
}

/* Executive Home About Us Section */
.home-about-section {
  background: #fffefa;
  padding: 100px 0;
  position: relative;
  border-bottom: 1px solid rgba(11, 27, 61, 0.08);
  font-family: "Arimo", sans-serif;
}

.home-about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 4px 15px rgba(11, 27, 61, 0.05);
  color: var(--talent-navy);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Arimo", sans-serif;
}

.home-about-title {
  font-size: 44px;
  font-weight: 800;
  color: var(--talent-navy);
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -1px;
  font-family: "Bricolage Grotesque", sans-serif !important;
}

.home-about-text {
  font-size: 17px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 20px;
  font-family: "Arimo", sans-serif !important;
}

.home-about-text strong {
  color: var(--talent-navy);
  font-weight: 700;
}

.home-about-pillars {
  margin: 28px 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 14px;
}

.about-pillar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 600;
  color: var(--talent-navy);
  font-family: "Arimo", sans-serif !important;
}

.about-pillar-item i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  color: var(--talent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.about-feature-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.about-feat-box {
  background: #ffffff;
  border: 1px solid rgba(11, 27, 61, 0.08);
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 10px 30px rgba(11, 27, 61, 0.04);
  transition: all 0.3s ease;
  border-top: 3px solid var(--talent-gold);
}

.about-feat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(11, 27, 61, 0.1);
  border-top-color: var(--talent-navy);
}

.about-feat-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(11, 27, 61, 0.05);
  color: var(--talent-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}

.about-feat-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--talent-navy);
  margin-bottom: 8px;
  font-family: "Bricolage Grotesque", sans-serif !important;
}

.about-feat-box p {
  font-size: 17px;
  color: #64748B;
  margin: 0;
  line-height: 1.5;
  font-family: "Arimo", sans-serif !important;
}

/* Our Core Expertise Section */
.core-expertise-section {
  background: #ffffff !important;
  padding: 100px 0;
  position: relative;
  border-bottom: 1px solid rgba(11, 27, 61, 0.08);
  font-family: "Arimo", sans-serif;
}

.expertise-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FAFBFD;
  border: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 4px 15px rgba(11, 27, 61, 0.05);
  color: var(--talent-navy);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "Arimo", sans-serif;
}

.expertise-title {
  font-size: 44px;
  font-weight: 800;
  color: var(--talent-navy);
  letter-spacing: -1px;
  margin-bottom: 16px;
  font-family: "Bricolage Grotesque", sans-serif !important;
}

.expertise-subtitle {
  font-size: 20px;
  color: #64748B;
  max-width: 680px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
  font-family: "Arimo", sans-serif !important;
  padding-bottom: 40px;
}

.expertise-card {
  background: #FAFBFD;
  border: 1px solid rgba(11, 27, 61, 0.08);
  border-radius: 16px;
  padding: 30px 24px;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--talent-gold);
}

.expertise-card:hover {
  background: #ffffff;
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(11, 27, 61, 0.09);
  border-top-color: var(--talent-navy);
}

.expertise-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(212, 175, 55, 0.12);
  color: var(--talent-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.expertise-card:hover .expertise-icon-wrap {
  background: var(--talent-navy);
  color: var(--talent-gold);
}

.expertise-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--talent-navy);
  margin-bottom: 10px;
  font-family: "Bricolage Grotesque", sans-serif !important;
}

.expertise-card p {
  font-size: 17px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 16px;
  font-family: "Arimo", sans-serif !important;
}

.expertise-link {
  font-size: 17px;
  font-weight: 700;
  color: var(--talent-navy);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.expertise-link i {
  font-size: 11px;
  transition: transform 0.3s ease;
  color: var(--talent-gold);
}

.expertise-card:hover .expertise-link {
  color: var(--talent-gold);
}

.expertise-card:hover .expertise-link i {
  transform: translateX(4px);
}

/* Global Reach & Why Choose Us Section (Executive Light Theme) */
.global-reach-why-section {
  background: #F8FAFC !important;
  color: var(--talent-navy);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(11, 27, 61, 0.08);
  border-bottom: 1px solid rgba(11, 27, 61, 0.08);
  font-family: "Arimo", sans-serif;
}

.global-reach-why-section::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 750px;
  height: 750px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, rgba(248, 250, 252, 0) 70%);
  pointer-events: none;
}

.reach-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff !important;
  border: 1px solid rgba(212, 175, 55, 0.45) !important;
  color: var(--talent-navy) !important;
  box-shadow: 0 4px 15px rgba(11, 27, 61, 0.04);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "Arimo", sans-serif;
}

.reach-title {
  font-size: 44px;
  font-weight: 800;
  color: var(--talent-navy) !important;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-family: "Bricolage Grotesque", sans-serif !important;
}

.reach-desc {
  font-size: 19px;
  line-height: 1.7;
  color: #475569 !important;
  max-width: 820px;
  margin-bottom: 40px;
  font-family: "Arimo", sans-serif !important;
}

.region-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff !important;
  border: 1px solid rgba(11, 27, 61, 0.12) !important;
  color: var(--talent-navy) !important;
  box-shadow: 0 4px 15px rgba(11, 27, 61, 0.04);
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.region-pill-badge:hover {
  background: #FAFBFD !important;
  border-color: var(--talent-gold) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(11, 27, 61, 0.08);
}

.why-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0), rgba(212, 175, 55, 0.4), rgba(212, 175, 55, 0));
  margin: 70px 0;
}

.why-card {
  background: #ffffff !important;
  border: 1px solid rgba(11, 27, 61, 0.08) !important;
  border-radius: 16px;
  padding: 26px 22px;
  height: 100%;
  transition: all 0.35s ease;
  border-top: 3px solid var(--talent-gold) !important;
  box-shadow: 0 6px 20px rgba(11, 27, 61, 0.04);
}

.why-card:hover {
  background: #ffffff !important;
  border-color: var(--talent-gold) !important;
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(11, 27, 61, 0.09) !important;
  border-top-color: var(--talent-navy) !important;
}

.why-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.15);
  color: var(--talent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.why-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--talent-navy) !important;
  margin-bottom: 8px;
  font-family: "Bricolage Grotesque", sans-serif !important;
}

.why-card p {
  font-size: 14px;
  color: #475569 !important;
  line-height: 1.5;
  margin: 0;
  font-family: "Arimo", sans-serif !important;
}

/* Creative Vision & Mission Section */
.vision-mission-creative-section {
  background: #FAFBFD;
  padding: 100px 0;
  position: relative;
  border-bottom: 1px solid rgba(11, 27, 61, 0.08);
  font-family: "Arimo", sans-serif;
}

.vm-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 4px 15px rgba(11, 27, 61, 0.05);
  color: var(--talent-navy);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "Arimo", sans-serif;
}

.vm-card {
  background: #ffffff;
  border: 1px solid rgba(11, 27, 61, 0.08);
  border-radius: 20px;
  padding: 40px 36px;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 12px 35px rgba(11, 27, 61, 0.05);
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--talent-gold);
}

.vm-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 50px rgba(11, 27, 61, 0.12);
  border-top-color: var(--talent-navy);
}

.vm-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(11, 27, 61, 0.08);
}

.vm-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(212, 175, 55, 0.14);
  color: var(--talent-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
}

.vm-card:hover .vm-icon-box {
  background: var(--talent-navy);
  color: var(--talent-gold);
}

.vm-card h3 {
  font-size: 28px;
  font-weight: 800;
  color: var(--talent-navy);
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif !important;
}

.vm-card-body p {
  font-size: 18px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 28px;
  font-family: "Arimo", sans-serif !important;
}

.vm-pillars-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vm-pillar-tag {
  background: rgba(11, 27, 61, 0.04);
  border: 1px solid rgba(11, 27, 61, 0.08);
  color: var(--talent-navy);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

/* Executive Light Footer Theme */
.talent-footer-section {
  background: #F1F5F9 !important;
  color: var(--talent-navy);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(11, 27, 61, 0.08);
  font-family: "Arimo", sans-serif;
}

.footer-globe-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.15;
}

.footer-globe-bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.talent-footer-content {
  position: relative;
  z-index: 5;
  padding: 80px 0 45px 0;
}

.talent-footer-logo {
  margin-bottom: 20px;
}

.talent-footer-logo img {
  max-height: 100px;
  width: auto;
}

.talent-footer-desc {
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 360px;
}

.footer-badge-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--talent-gold);
  font-size: 16px;
  font-weight: 600;
}

.talent-footer-heading {
  font-size: 22px;
  font-weight: 700;
  color: var(--talent-navy);
  margin-bottom: 24px;
  letter-spacing: -0.3px;
  font-family: "Bricolage Grotesque", sans-serif !important;
  position: relative;
  padding-bottom: 10px;
}

.talent-footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2.5px;
  background: var(--talent-gold);
  border-radius: 2px;
}

.talent-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.talent-footer-links li {
  margin-bottom: 14px;
}

.talent-footer-links a {
  color: #475569;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.talent-footer-links a:hover {
  color: var(--talent-gold);
  transform: translateX(4px);
}

.talent-footer-links a i {
  font-size: 12px;
  color: var(--talent-gold);
}

.footer-office-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.office-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.15);
  color: var(--talent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.office-details h5 {
  font-size: 17px;
  font-weight: 700;
  color: var(--talent-navy);
  margin: 0 0 4px 0;
  font-family: "Bricolage Grotesque", sans-serif !important;
}

.office-details p {
  font-size: 15px;
  color: #475569;
  margin: 0;
  line-height: 1.4;
}

/* Bottom Bar Copyright */
.talent-footer-bottom {
  position: relative;
  z-index: 5;
  border-top: 1px solid rgba(11, 27, 61, 0.08);
  padding: 24px 0;
  background: #E2E8F0;
}

.copyright-text {
  color: #475569;
  font-size: 16px;
  margin: 0;
}

.footer-legal-links {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-legal-links a {
  color: #475569;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal-links a:hover {
  color: var(--talent-gold);
}

/* ==========================================
   CREATIVE EXECUTIVE PRELOADER STYLING
   ========================================== */
.aximo-preloader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%) !important;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.talent-creative-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.loader-globe-ring-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.loader-logo-core {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 25px rgba(11, 27, 61, 0.1);
  z-index: 5;
  animation: logoPulse 2s ease-in-out infinite alternate;
}

.loader-logo-core img {
  width: 38px;
  height: auto;
}

@keyframes logoPulse {
  0% {
    transform: scale(0.94);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
  }

  100% {
    transform: scale(1.06);
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4), 0 0 20px rgba(14, 116, 144, 0.2);
  }
}

.loader-orbit-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.loader-orbit-ring.ring-1 {
  border: 2px solid transparent;
  border-top: 2px solid var(--talent-gold);
  border-right: 2px solid rgba(212, 175, 55, 0.25);
  animation: spinOrbit1 1.5s linear infinite;
}

.loader-orbit-ring.ring-2 {
  border: 2px solid transparent;
  border-bottom: 2px solid #0E7490;
  border-left: 2px solid rgba(14, 116, 144, 0.25);
  transform: rotateX(65deg) rotateY(25deg);
  animation: spinOrbit2 2.2s linear infinite;
}

@keyframes spinOrbit1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinOrbit2 {
  0% {
    transform: rotateX(65deg) rotateY(25deg) rotate(0deg);
  }

  100% {
    transform: rotateX(65deg) rotateY(25deg) rotate(-360deg);
  }
}

.loader-brand-text {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--talent-navy);
  margin-bottom: 6px;
}

.loader-tagline {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--talent-gold);
  margin-bottom: 20px;
}

.loader-progress-bar-wrap {
  width: 220px;
  height: 3px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.loader-progress-bar {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--talent-gold), #38BDF8);
  border-radius: 3px;
  animation: loaderProgress 1.8s ease-in-out infinite;
  transform-origin: left;
}

@keyframes loaderProgress {
  0% {
    transform: scaleX(0);
  }

  50% {
    transform: scaleX(0.7);
  }

  100% {
    transform: scaleX(1);
  }
}


/* ==========================================
   GLOBAL HOMEPAGE HEADING STANDARDIZATION
   Enforcing exact font-family, font-weight,
   and font-size consistency across all sections.
   ========================================== */

/* 1. Universal Font Family for All Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.space-hero-main-title,
.about-section-title,
.expertise-title,
.reach-title,
.talent-footer-heading {
  font-family: "Bricolage Grotesque", sans-serif !important;
}

/* 2. Hero H1 Standard */
.space-hero-main-title {
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-size: 58px !important;
  font-weight: 800 !important;
  color: #0B1B3D !important;
  letter-spacing: 0.5px !important;
  line-height: 1.15 !important;
  text-transform: uppercase;
}

.hero-live-mandate-badge {
  color: #0B1B3D !important;
  background: #ffffff !important;
  border: 1px solid rgba(212, 175, 55, 0.45) !important;
  box-shadow: 0 4px 20px rgba(11, 27, 61, 0.08) !important;
}

.space-hero-desc {
  color: #475569 !important;
}

/* 3. Section Main Titles Standard (All H2 Headers - Exact Same 44px, 800 Weight) */
h2,
.about-section-title,
.expertise-title,
.reach-title,
.section-title-main,
.vm-title,
.home-about-section h2,
.core-expertise-section h2,
.global-reach-why-section h2,
.vision-mission-creative-section h2 {
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px !important;
  line-height: 1.2 !important;
}

/* 4. Sub-Headings & Card Titles Standard (H3/H4 - 800/700 Weight) */
.expertise-card h3,
.vm-card h3 {
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-weight: 800 !important;
}

.expertise-card h3 {
  font-size: 22px !important;
}

.vm-card h3 {
  font-size: 28px !important;
}

.about-feat-box h4,
.why-card h4,
.office-details h5 {
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.talent-footer-heading {
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

/* ==========================================
   COMPREHENSIVE RESPONSIVE MEDIA QUERIES
   ========================================== */

/* 1. Large Laptops & Desktops (max-width: 1199px) */
@media (max-width: 1199px) {
  .space-hero-main-title {
    font-size: 48px !important;
  }

  h2,
  .about-section-title,
  .expertise-title,
  .reach-title,
  .section-title-main,
  .vm-title {
    font-size: 38px !important;
  }
}

/* 2. Tablets & Small Laptops (max-width: 991px) */
@media (max-width: 991px) {
  .space-bottom-hero-section {
    padding: 140px 0 0 0 !important;
  }

  .space-hero-main-title {
    font-size: 38px !important;
    margin-bottom: 14px !important;
  }

  .space-hero-desc {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-live-mandate-badge {
    font-size: 13px;
    padding: 7px 16px;
  }

  h2,
  .about-section-title,
  .expertise-title,
  .reach-title,
  .section-title-main,
  .vm-title {
    font-size: 34px !important;
  }

  .expertise-subtitle {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .home-about-section,
  .core-expertise-section,
  .global-reach-why-section,
  .vision-mission-creative-section {
    padding: 70px 0 !important;
  }

  .talent-footer-content {
    padding: 60px 0 35px 0;
  }
}

/* 3. Mobile Devices & Small Tablets (max-width: 767px) */
@media (max-width: 767px) {
  .space-bottom-hero-section {
    padding: 125px 0 0 0 !important;
  }

  .space-hero-main-title {
    font-size: 30px !important;
    line-height: 1.2 !important;
    letter-spacing: 0px !important;
  }

  .space-hero-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .hero-live-mandate-badge {
    font-size: 12px;
    padding: 6px 14px;
    gap: 6px;
  }

  .hero-capability-chips {
    gap: 8px;
    margin-bottom: 24px;
  }

  .hero-chip {
    font-size: 12px;
    padding: 6px 12px;
  }

  .space-hero-btn-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 50px;
    padding: 0 15px;
  }

  .space-hero-btn-wrap .aximo-default-btn {
    width: 100% !important;
    justify-content: center;
    text-align: center;
  }

  h2,
  .about-section-title,
  .expertise-title,
  .reach-title,
  .section-title-main,
  .vm-title {
    font-size: 28px !important;
    letter-spacing: -0.3px !important;
  }

  .about-feature-card-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .about-feat-box {
    padding: 20px 16px;
  }

  .expertise-card {
    padding: 22px 18px !important;
  }

  .why-card {
    padding: 20px 16px !important;
  }

  .vm-card {
    padding: 24px 18px !important;
  }

  .vm-card h3 {
    font-size: 22px !important;
  }

  .talent-footer-desc {
    max-width: 100%;
    font-size: 15px;
  }

  .talent-footer-heading {
    font-size: 19px !important;
    margin-bottom: 16px;
  }

  .talent-footer-links a {
    font-size: 15px;
  }

  .footer-legal-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
  }

  .copyright-text {
    text-align: center;
    font-size: 14px;
  }
}

/* 4. Small Smartphone Screens (max-width: 480px) */
@media (max-width: 480px) {
  .space-hero-main-title {
    font-size: 26px !important;
  }

  .space-hero-accent-bar {
    width: 50px;
    height: 2.5px;
    margin-bottom: 16px;
  }

  h2,
  .about-section-title,
  .expertise-title,
  .reach-title,
  .section-title-main,
  .vm-title {
    font-size: 24px !important;
  }

  .home-about-section,
  .core-expertise-section,
  .global-reach-why-section,
  .vision-mission-creative-section {
    padding: 50px 0 !important;
  }

  .loader-globe-ring-wrap {
    width: 90px;
    height: 90px;
  }

  .loader-logo-core {
    width: 48px;
    height: 48px;
  }

  .loader-logo-core img {
    width: 28px;
  }

  .loader-brand-text {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .loader-tagline {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

/* ==========================================
   UNIFIED SINGLE CONTINUOUS LIGHT GRADIENT
   Flowing seamlessly from Header to Footer
   ========================================== */
html,
body,
body.light,
.aximo-all-section,
.aximo-all-section.bg-light2 {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 20%, #FAFBFD 45%, #F1F5F9 70%, #F8FAFC 88%, #FFFFFF 100%) !important;
  background-attachment: fixed !important;
}

/* ==========================================
   MASTER EXECUTIVE LIGHT & DARK CONTRAST DESIGN SYSTEM
   Rich visual rhythm, distinct section depth,
   elevated cards, and high contrast legibility.
   ========================================== */

/* 1. Hero Section: Soft Pearl Ice Gradient */
.space-bottom-hero-section {
  background: linear-gradient(180deg, #F0F4F8 0%, #FFFFFF 65%, #F8FAFC 100%) !important;
  border-bottom: 1px solid rgba(11, 27, 61, 0.08) !important;
}

/* 2. About Us Section: Crisp Pure White */
.home-about-section {
  background: #FFFFFF !important;
  border-bottom: 1px solid rgba(11, 27, 61, 0.06);
}

.about-feat-box {
  background: #F8FAFC !important;
  border: 1px solid rgba(11, 27, 61, 0.08) !important;
  border-left: 4px solid var(--talent-gold) !important;
  box-shadow: 0 4px 15px rgba(11, 27, 61, 0.03);
  transition: all 0.35s ease;
}

.about-feat-box:hover {
  background: #FFFFFF !important;
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(11, 27, 61, 0.08) !important;
}

.about-feat-box h4 {
  color: var(--talent-navy) !important;
}

.about-feat-box p {
  color: #475569 !important;
}

/* 3. Core Expertise Section: Soft Ice Slate */
.core-expertise-section {
  background: #F8FAFC !important;
  border-bottom: 1px solid rgba(11, 27, 61, 0.08) !important;
}

.expertise-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(11, 27, 61, 0.08) !important;
  border-top: 3px solid var(--talent-gold) !important;
  box-shadow: 0 6px 20px rgba(11, 27, 61, 0.04);
}

.expertise-card:hover {
  background: #FFFFFF !important;
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(11, 27, 61, 0.10) !important;
  border-top-color: var(--talent-navy) !important;
}

/* 4. Global Reach & Why Choose Us: Executive Light Theme */
.global-reach-why-section {
  background: #F8FAFC !important;
  color: var(--talent-navy) !important;
}

.reach-title {
  color: var(--talent-navy) !important;
}

.reach-desc {
  color: #475569 !important;
}

/* 5. Vision & Mission Section: Light Luxury Tint */
.vision-mission-creative-section {
  background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%) !important;
  border-bottom: 1px solid rgba(11, 27, 61, 0.08);
}

.vm-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(11, 27, 61, 0.08) !important;
  box-shadow: 0 8px 30px rgba(11, 27, 61, 0.05);
}

.vm-card.vision-card {
  border-top: 4px solid var(--talent-gold) !important;
}

.vm-card.mission-card {
  border-top: 4px solid #0E7490 !important;
}

.vm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(11, 27, 61, 0.10) !important;
}

.vm-title {
  color: var(--talent-navy) !important;
}

.vm-card h3 {
  color: var(--talent-navy) !important;
}

.vm-card p {
  color: #475569 !important;
}

/* 6. Footer Section: Executive Dark Navy Anchor Footer */
.talent-footer-section {
  background: #050E21 !important;
  color: #ffffff !important;
}

.talent-footer-heading {
  color: #ffffff !important;
}

.talent-footer-desc,
.talent-footer-links a,
.office-details p,
.copyright-text,
.footer-legal-links a {
  color: #94A3B8 !important;
}

.talent-footer-links a:hover,
.footer-legal-links a:hover {
  color: var(--talent-gold) !important;
}

.office-details h5 {
  color: #ffffff !important;
}

.talent-footer-bottom {
  background: #030814 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Header Navbar Glassmorphism with Executive Blue & Yellow Accents */
#sticky-menu,
.landex-header-section,
.aximo-header-section,
.aximo-header2 {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid var(--talent-gold) !important;
  box-shadow: 0 4px 20px rgba(11, 27, 61, 0.06) !important;
  transition: all 0.3s ease;
}

/* Nav Item Links in Executive Blue with Gold Hover & Active state */
.site-menu-main .nav-link-item,
.aximo-header2 .site-menu-main .nav-link-item {
  color: #0B1B3D !important;
  font-family: "Arimo", sans-serif;
  font-size: 17px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  position: relative;
}

.site-menu-main .nav-link-item:hover,
.site-menu-main .nav-link-item.active,
.aximo-header2 .site-menu-main .nav-link-item:hover,
.aximo-header2 .site-menu-main .nav-link-item.active {
  color: var(--talent-gold) !important;
}

.site-menu-main .nav-link-item.active::after,
.site-menu-main .nav-link-item:hover::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 19px;
  right: 19px;
  height: 2.5px;
  background: var(--talent-gold) !important;
  border-radius: 2px;
}

/* Header Contact Button (Blue & Yellow Metallic Accent) */
.aximo-header-btn.outline-btn,
.header-btn .aximo-default-btn {
  background: #0B1B3D !important;
  color: var(--talent-gold) !important;
  border: 2px solid var(--talent-gold) !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 15px rgba(11, 27, 61, 0.12) !important;
  transition: all 0.3s ease !important;
}

.aximo-header-btn.outline-btn:hover,
.header-btn .aximo-default-btn:hover {
  background: var(--talent-gold) !important;
  color: #0B1B3D !important;
  border-color: #0B1B3D !important;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4) !important;
  transform: translateY(-2px);
}

.aximo-header-btn.outline-btn .aximo-label-up {
  color: inherit !important;
  font-family: "Arimo", sans-serif;
  font-weight: 700;
}

/* ==========================================
   BEST-IN-CLASS EXECUTIVE CONTACT BUTTON
   ========================================== */
.talent-executive-contact-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  position: relative !important;
  padding: 10px 24px !important;
  border-radius: 30px !important;
  background: #0B1B3D !important;
  border: 2px solid #D4AF37 !important;
  color: #FFFFFF !important;
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 18px rgba(11, 27, 61, 0.18) !important;
  transition: all 0.35s ease !important;
  overflow: hidden !important;
  z-index: 10 !important;
}

.talent-executive-contact-btn .btn-glow-pulse {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22C55E;
  box-shadow: 0 0 8px #22C55E;
  animation: btnPulseGlow 2s infinite;
  margin-right: 4px;
}

@keyframes btnPulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

.talent-executive-contact-btn i {
  font-size: 13px;
  color: #D4AF37;
  transition: transform 0.35s ease, color 0.35s ease;
}

.talent-executive-contact-btn:hover {
  background: #D4AF37 !important;
  color: #0B1B3D !important;
  border-color: #0B1B3D !important;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4) !important;
  transform: translateY(-2px) !important;
}

.talent-executive-contact-btn:hover i {
  color: #0B1B3D !important;
  transform: translateX(3px) rotate(-12deg) !important;
}

.talent-executive-contact-btn:hover .btn-glow-pulse {
  background: #0B1B3D;
  box-shadow: 0 0 8px #0B1B3D;
}

/* ==========================================
   ASTRONOMICAL PLANETARY HERO SECTION
   Matching User Reference UI Layout
   ========================================== */
/* ==========================================
   ASTRONOMICAL PLANETARY HERO SECTION
   Expansive Executive Scale & 3D Globe
   ========================================== */
.planet-hero-layout {
  position: relative !important;
  background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 50%, #F1F5F9 100%) !important;
  padding: 160px 0 80px 0 !important;
  overflow: hidden !important;
}

/* Ambient Sun / Lens Flare Glow on Top Left */
.hero-sun-flare {
  position: absolute;
  top: -140px;
  left: -140px;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(255, 220, 130, 0.45) 0%, rgba(212, 175, 55, 0.18) 40%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 1;
}

.min-vh-hero {
  min-height: 640px;
}

/* Pre-subtitle */
.hero-pre-subtitle {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #64748B;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pulse-beacon-gold {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #D4AF37;
  box-shadow: 0 0 10px #D4AF37;
  display: inline-block;
}

/* Massive Hero Title */
.planet-hero-title {
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-size: 76px !important;
  font-weight: 800 !important;
  color: #0B1B3D !important;
  line-height: 1.06 !important;
  letter-spacing: -1.8px !important;
  margin-bottom: 24px !important;
  text-transform: none !important;
}

@media (max-width: 991px) {
  .planet-hero-title {
    font-size: 48px !important;
    line-height: 1.15 !important;
    letter-spacing: -1px !important;
  }
}

@media (max-width: 768px) {
  .planet-hero-title {
    font-size: 34px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important;
  }

  .planet-hero-desc {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 480px) {
  .planet-hero-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
}

/* Description Paragraph */
.planet-hero-desc {
  font-family: "Arimo", sans-serif !important;
  font-size: 19px !important;
  line-height: 1.75 !important;
  color: #475569 !important;
  max-width: 580px !important;
  margin-bottom: 38px !important;
}

/* Action Buttons */
.planet-hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.planet-btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  border-radius: 30px;
  background: #0B1B3D;
  color: #FFFFFF !important;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #0B1B3D;
  text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(11, 27, 61, 0.20);
  transition: all 0.3s ease;
}

.planet-btn-primary:hover {
  background: #D4AF37;
  border-color: #D4AF37;
  color: #0B1B3D !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.45);
}

.planet-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 30px;
  border-radius: 30px;
  background: transparent;
  color: #0B1B3D !important;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #D4AF37;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.planet-btn-secondary:hover {
  background: rgba(212, 175, 55, 0.12);
  transform: translateY(-2px);
}

/* Live Telemetry Stats Overlay (Right Side Globe) */
.globe-telemetry-card {
  position: absolute;
  top: 10px;
  right: -10px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(11, 27, 61, 0.08);
  border-left: 4px solid #D4AF37;
  border-radius: 14px;
  padding: 18px 22px;
  box-shadow: 0 12px 40px rgba(11, 27, 61, 0.09);
  z-index: 10;
  min-width: 240px;
  text-align: left;
}

.telemetry-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(11, 27, 61, 0.05);
}

.telemetry-line:last-child {
  border-bottom: none;
}

.tel-label {
  color: #64748B;
  font-family: "Arimo", sans-serif;
}

.tel-val {
  color: #0B1B3D;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
}

/* 3D WebGL Globe Positioning & Overlay Styles */
.planet-globe-canvas-wrap {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 1 / 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.planet-globe-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: grab;
  user-select: none;
}

.planet-globe-canvas:active {
  cursor: grabbing;
}

.planet-globe-canvas canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  outline: none;
}

/* 3D Globe Label & Tooltip Overlays */
.to-globe-labels-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
}

.to-globe-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  cursor: pointer;
  z-index: 12;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.to-globe-marker:hover {
  transform: translate(-50%, -50%) scale(1.15);
  z-index: 20;
}

.to-marker-dot {
  width: 12px;
  height: 12px;
  background: #D4AF37;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.8);
  position: relative;
}

.to-globe-marker.is-india .to-marker-dot {
  width: 15px;
  height: 15px;
  background: #C8102E;
  border: 2px solid #ffffff;
  box-shadow: 0 0 16px rgba(200, 16, 46, 0.9);
}

.to-marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
  border: 1.5px solid rgba(212, 175, 55, 0.7);
  border-radius: 50%;
  animation: toMarkerPulse 2.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}

.to-globe-marker.is-india .to-marker-pulse {
  border-color: rgba(200, 16, 46, 0.8);
}

@keyframes toMarkerPulse {
  0% {
    width: 12px;
    height: 12px;
    opacity: 1;
  }

  100% {
    width: 44px;
    height: 44px;
    opacity: 0;
  }
}

.to-marker-label {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.96);
  color: #0B1B3D;
  border: 1px solid #D4AF37;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(11, 27, 61, 0.12);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  gap: 4px;
}

.to-globe-marker.is-india .to-marker-label {
  background: #0B1B3D;
  border-color: #D4AF37;
  font-size: 12px;
  padding: 4px 10px;
  color: #FFE066;
  box-shadow: 0 4px 18px rgba(11, 27, 61, 0.25);
}

/* Tooltip Popup on Hover (Light Theme) */
.to-globe-tooltip {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 200px;
  background: #FFFFFF;
  border: 1.5px solid #D4AF37;
  border-radius: 10px;
  padding: 10px 14px;
  box-shadow: 0 12px 30px rgba(11, 27, 61, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

.to-globe-marker:hover .to-globe-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.to-tooltip-title {
  color: #0B1B3D;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.to-tooltip-sub {
  color: #475569;
  font-family: 'Arimo', sans-serif;
  font-size: 11px;
  line-height: 1.3;
}

/* Bottom Stats Metrics Bar */
.planet-hero-metrics-bar {
  margin-top: 60px;
  padding-top: 36px;
  border-top: 1px solid rgba(11, 27, 61, 0.12);
}

.metric-col {
  position: relative;
}

.metric-crosshair {
  font-size: 18px;
  color: #D4AF37;
  font-weight: 700;
  margin-bottom: 6px;
}

.metric-sub {
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  color: #64748B;
  margin-bottom: 4px;
}

.metric-val {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #0B1B3D;
}

/* About Page Specific Styles */
.about-hero-section {
  padding: 40px 0 50px !important;
  background: linear-gradient(180deg, #F8FAFC 0%, #F1F5F9 100%);
  position: relative;
  overflow: hidden;
}

.about-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(11, 27, 61, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 6px 16px;
  border-radius: 20px;
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #0B1B3D;
  margin-bottom: 20px;
}

.about-breadcrumb a {
  color: #D4AF37;
  text-decoration: none;
  font-weight: 600;
}

.about-hero-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #0B1B3D;
  line-height: 1.18;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .about-hero-title {
    font-size: 32px;
  }
}

.about-hero-desc {
  font-family: 'Arimo', sans-serif;
  font-size: 17px;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 28px;
}

/* Pillar Card V2 */
.pillar-card-v2 {
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 16px;
  padding: 32px 24px;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 8px 24px rgba(11, 27, 61, 0.04);
}

.pillar-card-v2:hover {
  transform: translateY(-6px);
  border-color: #D4AF37;
  box-shadow: 0 16px 36px rgba(11, 27, 61, 0.1);
}

.pillar-icon-box {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #0B1B3D 0%, #1E293B 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4AF37;
  font-size: 22px;
  margin-bottom: 20px;
  box-shadow: 0 6px 16px rgba(11, 27, 61, 0.15);
}

.pillar-card-v2 h4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0B1B3D;
  margin-bottom: 10px;
}

.pillar-card-v2 p {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  color: #64748B;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Leadership Team Cards */
.leadership-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 6px 20px rgba(11, 27, 61, 0.04);
}

.leadership-card:hover {
  transform: translateY(-6px);
  border-color: #D4AF37;
  box-shadow: 0 16px 40px rgba(11, 27, 61, 0.12);
}

.leadership-img-wrap {
  position: relative;
  width: 100%;
  height: 260px;
  background: linear-gradient(135deg, #0B1B3D 0%, #1E293B 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.leadership-img-wrap i {
  font-size: 72px;
  color: rgba(212, 175, 55, 0.5);
}

.leadership-body {
  padding: 24px;
}

.leadership-role {
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #D4AF37;
  margin-bottom: 6px;
}

.leadership-name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0B1B3D;
  margin-bottom: 10px;
}

.leadership-bio {
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #64748B;
  line-height: 1.55;
  margin-bottom: 16px;
}

.leadership-socials {
  display: flex;
  gap: 10px;
}

.leadership-socials a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F1F5F9;
  color: #0B1B3D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.leadership-socials a:hover {
  background: #0B1B3D;
  color: #D4AF37;
}

/* About Executive CTA */
.about-cta-card {
  background: linear-gradient(135deg, #0B1B3D 0%, #061224 100%);
  border: 1px solid #D4AF37;
  border-radius: 24px;
  padding: 60px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(11, 27, 61, 0.25);
}

.about-cta-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.about-cta-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #ffffff;
}

.about-cta-desc {
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  color: #94A3B8;
  max-width: 640px;
  margin: 0 auto 32px;
}

/* Fail-Safe Content Visibility: Ensures page content & AOS elements render instantly in all browsers */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.aximo-preloader-wrap {
  display: none !important;
}

/* Executive Inner Page Title Banner & Breadcrumb Styling */
.talent-inner-banner-section {
  position: relative;
  background: linear-gradient(135deg, #0B1B3D 0%, #061224 100%);
  padding: 160px 0 45px 0 !important;
  border-bottom: 3px solid #D4AF37;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(11, 27, 61, 0.2);
}

.talent-inner-banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 30%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.talent-banner-content {
  position: relative;
  z-index: 2;
}

.talent-inner-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #FFE066;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 30px;
  backdrop-filter: blur(4px);
}

.talent-banner-title {
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-size: 46px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -0.5px !important;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .talent-banner-title {
    font-size: 32px !important;
  }
}

@media (max-width: 768px) {
  .talent-inner-banner-section {
    padding: 110px 0 30px 0 !important;
  }

  .talent-banner-title {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 480px) {
  .talent-banner-title {
    font-size: 22px !important;
    line-height: 1.25 !important;
  }
}

.talent-breadcrumb-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  gap: 2px;
}

.talent-breadcrumb-list .breadcrumb-item {
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  color: #94A3B8;
  display: inline-flex;
  align-items: center;
  padding-left: 0 !important;
  margin: 0 !important;
}

.talent-breadcrumb-list .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  color: #D4AF37;
  font-size: 18px;
  line-height: 1;
  padding-left: 8px !important;
  padding-right: 12px !important;
  float: none;
}

.talent-breadcrumb-list .breadcrumb-item a {
  color: #D4AF37;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.25s ease;
}

.talent-breadcrumb-list .breadcrumb-item a:hover {
  color: #FFE066;
}

.talent-breadcrumb-list .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 600;
}

/* Services Page Specific Styles */
.services-jump-nav {
  position: sticky;
  top: 78px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(11, 27, 61, 0.1);
  padding: 14px 0;
  box-shadow: 0 4px 18px rgba(11, 27, 61, 0.05);
}

.services-nav-pills {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.services-nav-pills::-webkit-scrollbar {
  height: 4px;
}

.services-nav-pills::-webkit-scrollbar-thumb {
  background: #D4AF37;
  border-radius: 4px;
}

.service-pill-link {
  white-space: nowrap;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0B1B3D;
  background: #F1F5F9;
  border: 1px solid rgba(11, 27, 61, 0.1);
  padding: 8px 18px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.service-pill-link:hover,
.service-pill-link.active {
  background: #0B1B3D;
  color: #FFE066;
  border-color: #D4AF37;
}

.service-detail-block {
  padding: 70px 0;
  border-bottom: 1px solid rgba(11, 27, 61, 0.08);
  scroll-margin-top: 140px;
}

.service-detail-block:nth-child(even) {
  background: #FFFFFF;
}

.service-detail-block:nth-child(odd) {
  background: #F8FAFC;
}

.service-num-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #D4AF37;
  background: rgba(11, 27, 61, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.35);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.service-main-title {
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  color: #0B1B3D !important;
  margin-bottom: 8px;
}

.service-subtitle {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #D4AF37;
  margin-bottom: 20px;
}

.service-description-text {
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  color: #475569;
  line-height: 1.68;
  margin-bottom: 16px;
}

.service-box-card {
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(11, 27, 61, 0.04);
  height: 100%;
}

.service-box-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0B1B3D;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #D4AF37;
}

.we-hire-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}

.hire-chip {
  background: #F1F5F9;
  border: 1px solid rgba(11, 27, 61, 0.08);
  border-left: 3px solid #0B1B3D;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0B1B3D;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.hire-chip:hover {
  background: #0B1B3D;
  color: #FFE066;
  border-left-color: #D4AF37;
  transform: translateX(3px);
}

.expertise-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.expertise-item-chip {
  background: #F8FAFC;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-left: 3px solid #D4AF37;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0B1B3D;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.expertise-item-chip:hover {
  background: #0B1B3D;
  color: #ffffff;
  border-left-color: #D4AF37;
  transform: translateX(3px);
}

/* ==========================================
   BUTTON FONT OVERLAP & CONTRAST FIX
   ========================================== */
.aximo-default-btn {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 32px !important;
  vertical-align: middle !important;
}

.aximo-default-btn .aximo-label-up {
  display: inline-block !important;
  height: 100% !important;
  line-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  transition: transform 0.35s ease !important;
}

.aximo-default-btn .aximo-label-up+.aximo-label-up {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  text-align: center !important;
}

.aximo-default-btn:hover .aximo-label-up:first-child {
  transform: translateY(-100%) !important;
}

.aximo-default-btn:hover .aximo-label-up:last-child {
  transform: translateY(-100%) !important;
}

/* Executive CTA Dark Card Button Contrast Fix */
.about-cta-card .planet-btn-primary {
  background: #D4AF37 !important;
  border-color: #D4AF37 !important;
  color: #0B1B3D !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4) !important;
}

.about-cta-card .planet-btn-primary:hover {
  background: #FFE066 !important;
  border-color: #FFE066 !important;
  color: #0B1B3D !important;
  transform: translateY(-2px);
}

.about-cta-card .planet-btn-secondary {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 2px solid #D4AF37 !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
}

.about-cta-card .planet-btn-secondary:hover {
  background: #D4AF37 !important;
  color: #0B1B3D !important;
  transform: translateY(-2px);
}

/* Vertical Left Sidebar Services Navigation */
.services-vertical-sidebar {
  position: sticky;
  top: 100px;
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(11, 27, 61, 0.05);
  margin-bottom: 30px;
  z-index: 80;
}

.sidebar-header {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #0B1B3D;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 2px solid #D4AF37;
  display: flex;
  align-items: center;
}

.services-vertical-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vertical-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #F8FAFC;
  border: 1px solid rgba(11, 27, 61, 0.06);
  border-left: 3px solid transparent;
  color: #0B1B3D;
  text-decoration: none !important;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.vertical-nav-item .nav-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #D4AF37;
  background: rgba(11, 27, 61, 0.08);
  padding: 2px 8px;
  border-radius: 6px;
  transition: all 0.25s ease;
}

.vertical-nav-item:hover,
.vertical-nav-item.active {
  background: #0B1B3D !important;
  color: #FFFFFF !important;
  border-left-color: #D4AF37 !important;
  box-shadow: 0 4px 14px rgba(11, 27, 61, 0.15);
  transform: translateX(3px);
}

.vertical-nav-item:hover .nav-num,
.vertical-nav-item.active .nav-num {
  background: #D4AF37 !important;
  color: #0B1B3D !important;
}

.sidebar-cta-box {
  background: linear-gradient(135deg, #0B1B3D 0%, #061224 100%);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 12px;
  padding: 18px 14px;
  color: #ffffff;
}

.sidebar-cta-box h5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFE066;
  margin-bottom: 6px;
}

.sidebar-cta-box p {
  font-size: 14px;
  color: #94A3B8;
  margin-bottom: 12px;
  line-height: 21px;
}

/* Sidebar Category Group Titles */
.sidebar-group-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 16px 0 8px 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sidebar-group-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(212, 175, 55, 0.3);
}

/* Category Divider Card in Right Content Column */
.category-divider-card {
  background: linear-gradient(135deg, #0B1B3D 0%, #061224 100%);
  border: 1px solid #D4AF37;
  border-radius: 18px;
  padding: 32px 30px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(11, 27, 61, 0.15);
}

.category-divider-card::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.divider-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #FFE066;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.divider-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.divider-desc {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  color: #94A3B8;
  margin: 0;
  line-height: 1.6;
}

/* ==========================================
   OUR TEAM PAGE SPECIFIC STYLING
   ========================================== */
.team-member-row {
  align-items: stretch;
}

.team-founder-col {
  position: relative;
}

.team-founder-card {
  background: linear-gradient(135deg, #0B1B3D 0%, #061224 100%);
  border: 2px solid #D4AF37;
  border-radius: 24px;
  padding: 40px 28px;
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(11, 27, 61, 0.2);
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .team-founder-card {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    z-index: 20;
    will-change: transform;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
}

@media (min-width: 992px) and (max-height: 850px) {
  .team-founder-card {
    top: 90px;
    padding: 30px 22px;
  }
  .founder-avatar-wrap {
    width: 120px;
    height: 120px;
    margin-bottom: 14px;
  }
  .founder-name {
    font-size: 26px;
    margin-bottom: 4px;
  }
  .founder-stats-grid {
    margin-top: 16px;
    gap: 8px;
  }
  .founder-stat-box {
    padding: 10px 8px;
  }
  .founder-stat-num {
    font-size: 20px;
  }
}

.team-founder-card::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -30%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.founder-avatar-wrap {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid #D4AF37;
  background: #1E293B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
}

.founder-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.founder-badge {
  display: inline-block;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid #D4AF37;
  color: #FFE066;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.founder-name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.founder-title {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #D4AF37;
  margin-bottom: 12px;
}

.founder-company {
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #94A3B8;
  margin-bottom: 24px;
}

.founder-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.founder-stat-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
}

.founder-stat-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #FFE066;
  line-height: 1;
  margin-bottom: 4px;
}

.founder-stat-label {
  font-family: 'Arimo', sans-serif;
  font-size: 11px;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bio-section-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #0B1B3D;
  margin-bottom: 14px;
}

.bio-text-para {
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 18px;
}

.key-highlights-card {
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-left: 4px solid #D4AF37;
  border-radius: 16px;
  padding: 24px;
  margin-top: 28px;
  box-shadow: 0 8px 24px rgba(11, 27, 61, 0.04);
}

.key-highlights-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0B1B3D;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.highlight-list li {
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  color: #1E293B;

  align-items: flex-start;
  gap: 10px;
}

.highlight-list li i {
  color: #D4AF37;
  font-size: 16px;
  margin-top: 3px;
}

/* ==========================================
   CONTACT US PAGE STYLING
   ========================================== */
.contact-info-card {
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 20px;
  padding: 32px 26px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(11, 27, 61, 0.04);
}

.contact-info-card:hover {
  transform: translateY(-5px);
  border-color: #D4AF37;
  box-shadow: 0 16px 40px rgba(11, 27, 61, 0.1);
}

.contact-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0B1B3D 0%, #061224 100%);
  border: 1px solid #D4AF37;
  color: #D4AF37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.contact-card-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #0B1B3D;
  margin-bottom: 10px;
}

.contact-card-text {
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 12px;
}

.contact-form-wrap {
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 24px;
  padding: 40px 36px;
  box-shadow: 0 12px 36px rgba(11, 27, 61, 0.05);
}

.contact-map-wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 12px 36px rgba(11, 27, 61, 0.08);
}

/* Contact Email Item Styling */
.contact-email-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #F8FAFC;
  border: 1px solid rgba(11, 27, 61, 0.08);
  border-radius: 12px;
  color: #0B1B3D !important;
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.contact-email-link i {
  color: #D4AF37;
  font-size: 18px;
  transition: transform 0.25s ease;
}

.contact-email-link:hover {
  background: #0B1B3D !important;
  color: #FFFFFF !important;
  border-color: #D4AF37;
  box-shadow: 0 6px 18px rgba(11, 27, 61, 0.15);
  transform: translateY(-2px);
}

.contact-email-link:hover i {
  color: #FFE066;
  transform: scale(1.15);
}

/* Executive Contact Form Custom Styling */
.contact-form-wrap {
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-top: 4px solid #D4AF37;
  border-radius: 20px;
  padding: 42px 38px;
  box-shadow: 0 16px 40px rgba(11, 27, 61, 0.06);
}

.contact-form-label {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0B1B3D;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.contact-form-label i {
  color: #D4AF37;
  font-size: 13px;
}

.contact-input-field,
.contact-select-field,
.contact-textarea-field {
  background: #F8FAFC !important;
  border: 1.5px solid rgba(11, 27, 61, 0.12) !important;
  border-radius: 12px !important;
  color: #0B1B3D !important;
  font-family: 'Arimo', sans-serif !important;
  font-size: 15px !important;
  padding: 12px 16px !important;
  transition: all 0.25s ease !important;
}

.contact-select-field {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230B1B3D' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 16px 16px !important;
  padding-right: 48px !important;
  cursor: pointer !important;
}

.contact-input-field:focus,
.contact-select-field:focus,
.contact-textarea-field:focus {
  background-color: #ffffff !important;
  border-color: #D4AF37 !important;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15) !important;
  outline: none !important;
}

.contact-select-field:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* Home Leadership Team Card Styling */
.home-leader-card {
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 20px;
  padding: 36px 28px;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(11, 27, 61, 0.04);
}

.home-leader-card:hover {
  transform: translateY(-6px);
  border-color: #D4AF37;
  box-shadow: 0 16px 40px rgba(11, 27, 61, 0.12);
}

.home-leader-img-wrap {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #D4AF37;
  overflow: hidden;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.25);
}

.home-leader-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.home-leader-name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #0B1B3D;
  margin-bottom: 6px;
}

.home-leader-title {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  color: #64748B;
  margin-bottom: 16px;
}

/* Sleek Light Executive Leadership Section Styling */
.sleek-leadership-section {
  background: #F8FAFC;
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.sleek-leader-card {
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 18px;
  padding: 24px;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0 10px 30px rgba(11, 27, 61, 0.04);
}

.sleek-leader-card:hover {
  transform: translateY(-6px);
  border-color: #D4AF37;
  box-shadow: 0 18px 40px rgba(11, 27, 61, 0.12);
}

.sleek-leader-img-wrap {
  width: 120px;
  height: 130px;
  border-radius: 16px;
  border: 2.5px solid #D4AF37;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(11, 27, 61, 0.08);
}

.sleek-leader-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.4s ease;
}

.sleek-leader-card:hover .sleek-leader-img-wrap img {
  transform: scale(1.06);
}

.sleek-leader-badge {
  display: inline-block;
  color: #D4AF37;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 20px;
}

.sleek-leader-name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #0B1B3D;
  margin-bottom: 4px;
}

.sleek-leader-title {
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #64748B;
  margin-bottom: 14px;
  line-height: 1.4;
}

.sleek-leader-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0B1B3D !important;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.sleek-leader-btn i {
  color: #D4AF37;
  transition: transform 0.25s ease;
}

.sleek-leader-btn:hover {
  color: #D4AF37 !important;
}

.sleek-leader-btn:hover i {
  transform: translateX(4px);
}

.contact-input-field::placeholder,
.contact-textarea-field::placeholder {
  color: #94A3B8 !important;
  font-weight: 400 !important;
}

.contact-submit-btn {
  background: linear-gradient(135deg, #D4AF37 0%, #C29B27 100%) !important;
  border: none !important;
  color: #0B1B3D !important;
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  padding: 16px 32px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.contact-submit-btn:hover {
  background: linear-gradient(135deg, #FFE066 0%, #D4AF37 100%) !important;
  color: #0B1B3D !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.45) !important;
}

/* Extracted Page Component Utilities (Base Rules) */
.contact-map-wrap,
.contact-map-wrap iframe {
  min-height: 380px;
  border: 0;
}

.sleek-leadership-section .container {
  z-index: 2;
}

.services-badge-sm {
  font-size: 13px;
  padding: 10px 16px;
}

.team-social-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* ==========================================
   CONSOLIDATED RESPONSIVE MEDIA QUERIES
   Arranged by Device & Viewport Width Hierarchy
   ========================================== */

/* ------------------------------------------
   1. LARGE DESKTOP & MONITORS (>= 1200px)
   ------------------------------------------ */
@media (min-width: 1200px) {
  /* Extra Large Desktop Layout Adjustments */
}

/* ------------------------------------------
   2. STANDARD DESKTOP & LAPTOPS (>= 992px)
   ------------------------------------------ */
@media (min-width: 992px) {

  body .site-header .mobile-menu-trigger,
  body .site-header .mobile-menu-head,
  body .site-header .mobile-drawer-footer,
  body .site-header .mobile-nav-arrow,
  body .menu-overlay {
    display: none;
  }

  body .site-header .site-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  body .site-header .brand-logo {
    flex: 0 0 auto;
  }

  body .site-header .brand-logo img,
  body .site-header .light-version-logo {
    max-height: 65px;
    height: 65px;
    width: auto;
    object-fit: contain;
  }

  body .site-header .menu-block-wrapper {
    position: static;
    transform: none;
    left: auto;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  body .site-header .header-btn {
    flex: 0 0 auto;
    margin-left: 0;
  }

  body .site-header .menu-block {
    position: static;
    transform: none;
    background: transparent;
    height: auto;
    width: auto;
    box-shadow: none;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    display: flex;
    align-items: center;
  }

  body .site-header .site-menu-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body .site-header .site-menu-main .nav-item {
    width: auto;
    border: none;
  }

  body .site-header .site-menu-main .nav-link-item {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    color: #0B1B3D;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background: transparent;
    border: none;
    white-space: nowrap;
    word-break: keep-all;
  }
}

/* ------------------------------------------
   3. TABLETS & MOBILE DRAWER VIEW (< 991px)
   ------------------------------------------ */
@media (max-width: 991px) {
  body .site-header .mobile-drawer-footer {
    display: block;
  }

  body .site-header .mobile-nav-arrow {
    display: inline-block;
  }

  /* Mobile Top Bar & Logo Dimensions */
  body .site-header.aximo-header-section,
  body #sticky-menu.site-header {
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 80px;
  }

  body .site-header .brand-logo img,
  body .site-header .light-version-logo {
    max-height: 55px;
    height: 55px;
    width: auto;
    object-fit: contain;
  }

  /* Compact Top Header Contact Us Button on Mobile */
  body .site-header .header-btn {
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  body .site-header .mobile-header-contact-btn {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 20px;
    white-space: nowrap;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(11, 27, 61, 0.15);
  }

  body .site-header .mobile-header-contact-btn i {
    font-size: 12px;
  }

  body .site-header--menu-center .menu-block-wrapper {
    position: static;
    transform: none;
    left: auto;
  }

  body .site-header .mobile-menu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #0B1B3D;
    cursor: pointer;
    border: 1.5px solid #D4AF37;
    margin-left: 15px;
    z-index: 100;
  }

  body .site-header .mobile-menu-trigger span {
    display: block;
    width: 22px;
    height: 2.5px;
    background: #D4AF37;
    position: relative;
  }

  body .site-header .mobile-menu-trigger span::before,
  body .site-header .mobile-menu-trigger span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.5px;
    background: #D4AF37;
  }

  body .site-header .mobile-menu-trigger span::before {
    top: -7px;
  }

  body .site-header .mobile-menu-trigger span::after {
    top: 7px;
  }

  body .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(11, 27, 61, 0.65);
    backdrop-filter: blur(4px);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
  }

  body .menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body .site-header .menu-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    background: linear-gradient(180deg, #0B1B3D 0%, #061026 100%);
    z-index: 99999;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
  }

  body .site-header .menu-block.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body .site-header .menu-block .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    min-height: 84px;
    background: #07132B;
    border-bottom: 2px solid rgba(212, 175, 55, 0.4);
  }

  body .site-header .mobile-logo-img {
    max-height: 52px;
    height: 52px;
    width: auto;
    display: block;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
  }

  body .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: #D4AF37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none;
  }

  body .site-header .menu-block .mobile-menu-head .mobile-menu-close:hover {
    background: #D4AF37;
    color: #0B1B3D;
    transform: rotate(90deg);
  }

  body .mobile-menu-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }

  body .site-header .menu-block .site-menu-main {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }

  body .site-header .menu-block .site-menu-main .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  body .site-header .menu-block .site-menu-main .nav-link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 28px;
    color: #ffffff;
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: all 0.25s ease;
    border-left: 0px solid transparent;
  }

  body .site-header .menu-block .site-menu-main .nav-link-item .mobile-nav-arrow {
    font-size: 14px;
    color: rgba(212, 175, 55, 0.5);
    transition: all 0.25s ease;
  }

  body .site-header .menu-block .site-menu-main .nav-link-item.active,
  body .site-header .menu-block .site-menu-main .nav-link-item:hover {
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
    border-left: 4px solid #D4AF37;
    padding-left: 32px;
  }

  body .site-header .menu-block .site-menu-main .nav-link-item.active .mobile-nav-arrow,
  body .site-header .menu-block .site-menu-main .nav-link-item:hover .mobile-nav-arrow {
    color: #D4AF37;
    transform: translateX(4px);
  }

  body .site-header .menu-block .site-menu-main .nav-link-item::after {
    display: none;
  }

  body .mobile-drawer-footer {
    padding: 24px 28px 36px 28px;
    background: rgba(5, 14, 33, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  body .mobile-drawer-cta-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #D4AF37 0%, #AA820A 100%);
    color: #0B1B3D;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: 800;
    padding: 14px 20px;
    border-radius: 30px;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
    text-decoration: none;
    margin-bottom: 18px;
    transition: all 0.25s ease;
  }

  body .mobile-drawer-cta-btn:hover {
    background: linear-gradient(135deg, #FFE066 0%, #D4AF37 100%);
    color: #0B1B3D;
    transform: translateY(-2px);
  }
}

/* ------------------------------------------
   4. MEDIUM MOBILE / PORTRAIT TABLETS (< 768px)
   ------------------------------------------ */
@media (max-width: 768px) {
  .talent-inner-banner-section {
    padding: 110px 0 30px 0 !important;
  }

  .talent-banner-title {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  .planet-hero-title,
  .about-hero-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important;
  }

  .planet-hero-desc {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  /* All Mobile Section Heading Titles */
  h1,
  .h1 {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }

  h2,
  .h2,
  .aximo-section-title h2,
  .section-title-main,
  .about-section-title,
  .expertise-title,
  .creative-title,
  .divider-title {
    font-size: 24px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.3px !important;
    margin-bottom: 14px !important;
  }

  h3,
  .h3,
  .bio-section-title,
  .founder-name {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
}

/* ------------------------------------------
   5. SMALL MOBILE / SMARTPHONES (< 480px)
   ------------------------------------------ */
@media (max-width: 480px) {
  .talent-banner-title {
    font-size: 21px !important;
    line-height: 1.25 !important;
  }

  .planet-hero-title,
  .about-hero-title {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  /* Compact Mobile Section Titles */
  h1,
  .h1 {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  h2,
  .h2,
  .aximo-section-title h2,
  .section-title-main,
  .about-section-title,
  .expertise-title,
  .creative-title,
  .divider-title {
    font-size: 21px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.2px !important;
  }

  h3,
  .h3,
  .bio-section-title,
  .founder-name {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  body .site-header .mobile-header-contact-btn {
    padding: 7px 12px;
    font-size: 12px;
    letter-spacing: 0.2px;
  }
}