/* Country Hiring CTA block css */
.country-hiring-CTA.wp-block-group {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  background-color: #081C2F;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}

.country-hiring-CTA::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 695px;
  height: 524px;
  background-color: var(--mint);
  border-radius: 50%;
  filter: blur(145px);
  opacity: 0.12;
  z-index: 1;
  pointer-events: none;
}

.country-hiring-CTA::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 2;
  pointer-events: none;
}

.country-hiring-CTA .cta-inner-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  gap: 40px;
  z-index: 3;
}

/* Left Column: Text & Buttons */
.country-hiring-CTA .cta-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 428px !important;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}

.country-hiring-CTA .hero-content {
  font-family: var(--font-main);
  color: var(--mint);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 0;
}

.country-hiring-CTA .text-wrapper {
  font-family: var(--font-main);
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

.country-hiring-CTA .share-your-hiring {
  font-family: var(--font-main);
  color: var(--text-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.country-hiring-CTA .cta-buttons {
  margin: 8px 0 0 0;
}

.country-hiring-CTA .cta-buttons .wp-block-button__link,
.country-hiring-CTA .button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 24px;
  background-color: var(--mint) !important;
  border-radius: var(--radius-btn);
  color: var(--dark) !important;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.15s ease;
  border: none;
  cursor: pointer;
}

.country-hiring-CTA .cta-buttons .wp-block-button__link:hover,
.country-hiring-CTA .button:hover {
  background-color: var(--mint-hover) !important;
  color: var(--dark) !important;
}

.country-hiring-CTA .cta-buttons .wp-block-button__link::after,
.country-hiring-CTA .button::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83301 15L14.1663 6.66663' stroke='%230A1B2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.0415 6.66663H14.1665V14.7916' stroke='%230A1B2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 2px;
  transition: transform 0.2s ease;
}

.country-hiring-CTA .cta-buttons .wp-block-button__link:hover::after,
.country-hiring-CTA .button:hover::after {
  transform: translate(2px, -2px);
}

/* Right Column: Globe & Floating Badges */
.country-hiring-CTA .cta-globe-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.country-hiring-CTA .globe-container {
  position: relative;
  width: 639px;
  max-width: 639px;
  height: 565px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: auto !important;
  box-sizing: border-box;
}

/* Semi-circular orbit line connecting dots */
.country-hiring-CTA .globe-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  width: 639px;
  height: 565px;
  background-image: url("data:image/svg+xml,%3Csvg width='639' height='565' viewBox='0 0 639 565' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M390 -93.5C605.136 -93.5 779.5 73.2947 779.5 279C779.5 484.705 605.136 651.5 390 651.5C174.864 651.5 0.5 484.705 0.5 279C0.5 73.2947 174.864 -93.5 390 -93.5Z' stroke='url(%23orbit_grad)' stroke-opacity='0.4' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='orbit_grad' x1='374' y1='294' x2='0' y2='294' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.66' stop-color='%2300C7BE' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2300C7BE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 4;
}

.country-hiring-CTA .digital-earth-globe,
.country-hiring-CTA .wp-block-video.digital-earth-globe {
  position: absolute;
  top: 0;
  right: -100px;
  width: 639px;
  height: 565px;
  margin: 0;
  pointer-events: none;
  z-index: 3;
  mix-blend-mode: screen;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.country-hiring-CTA .digital-earth-globe video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Interactive 3D Dot Globe Container in CTA */
.country-hiring-CTA .cobe-globe-container,
.country-hiring-CTA .digital-earth-globe.cobe-globe-container {
  position: absolute;
  top: 0;
  right: -60px;
  width: 565px;
  height: 565px;
  margin: 0;
  pointer-events: auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: normal !important;
}

.country-hiring-CTA .cobe-globe-container canvas.globe-canvas,
.country-hiring-CTA canvas#cta-globe-canvas {
  width: 100% !important;
  height: 100% !important;
  max-width: 565px !important;
  max-height: 565px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  cursor: grab !important;
  touch-action: none !important;
  display: block !important;
  mix-blend-mode: normal !important;
}

.country-hiring-CTA .cobe-globe-container canvas.globe-canvas:active,
.country-hiring-CTA .cobe-globe-container canvas.globe-canvas.is-grabbing {
  cursor: grabbing !important;
}

/* Floating Badges as pure Gutenberg Paragraph Blocks */
.country-hiring-CTA .floating-badge {
  position: absolute;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 12px;
  background-color: rgba(10, 27, 46, 0.7);
  border-radius: var(--radius-btn);
  border: 1px solid var(--stroke-mint-50);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-family: var(--font-main);
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 !important;
  z-index: 10;
  box-sizing: border-box;
  white-space: nowrap;
}

.country-hiring-CTA .floating-badge::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.country-hiring-CTA .badge-setup {
  top: 35px;
  left: 80px;
}

.country-hiring-CTA .badge-setup::before {
  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='%2300c7be' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'/%3E%3C/svg%3E");
}

.country-hiring-CTA .badge-countries {
  top: 245px;
  left: 0px;
}

.country-hiring-CTA .badge-countries::before {
  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='%2300c7be' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
}

.country-hiring-CTA .badge-expert {
  top: 435px;
  left: 80px;
}

.country-hiring-CTA .badge-expert::before {
  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='%2300c7be' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.country-hiring-CTA .floating-badge::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--mint);
  border-radius: 50%;
  box-shadow: 0px 0px 8px #00c7be;
  animation: ctaPulse 2s infinite ease-in-out;
  margin-left: 2px;
  flex-shrink: 0;
}

@keyframes ctaPulse {

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

  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .country-hiring-CTA .cta-inner-container {
    flex-direction: column;
    padding: 80px 30px;
    align-items: flex-start;
    gap: 40px;
  }

  .country-hiring-CTA .text-wrapper {
    font-size: 36px;
  }

  .country-hiring-CTA .globe-container {
    width: 100%;
    max-width: 480px;
    height: 420px;
    margin: 20px auto 0;
  }

  .country-hiring-CTA .digital-earth-globe {
    right: 0;
    width: 100%;
    height: 100%;
  }

  .country-hiring-CTA .digital-earth-globe video {
    object-fit: contain;
  }

  .country-hiring-CTA .badge-countries {
    top: 50%;
    left: 0;
  }

  .country-hiring-CTA .badge-setup {
    top: 10%;
    left: 40%;
  }

  .country-hiring-CTA .badge-expert {
    bottom: 10%;
    left: 20%;
    top: auto;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .country-hiring-CTA.wp-block-group {
    padding: 0 !important;
  }

  .country-hiring-CTA .cta-inner-container {
    padding: 40px 20px 0px !important;
    flex-direction: column !important;
    gap: 32px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .country-hiring-CTA .cta-text-content {
    width: 100% !important;
    max-width: 100% !important;
    gap: 18px !important;
  }

  .country-hiring-CTA .hero-content {
    font-size: 12px !important;
    letter-spacing: 0.24px !important;
    margin: 0 !important;
  }

  .country-hiring-CTA .text-wrapper {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    word-break: break-word;
  }

  .country-hiring-CTA .share-your-hiring {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
  }

  .country-hiring-CTA .cta-buttons {
    width: 100% !important;
    margin-top: 10px !important;
  }

  .country-hiring-CTA .cta-buttons .wp-block-button {
    width: 100% !important;
  }

  .country-hiring-CTA .cta-buttons .wp-block-button__link,
  .country-hiring-CTA .button {
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    justify-content: center !important;
  }

  .country-hiring-CTA .cta-globe-col {
    width: calc(100% + 40px) !important;
    margin: 15px -20px 0 -20px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .country-hiring-CTA .globe-container {
    width: 100% !important;
    max-width: 360px !important;
    height: 270px !important;
    margin: 0 auto !important;
    position: relative !important;
    overflow: visible !important;
  }

  /* Horizontal semi-circular orbit dome over the globe on mobile */
  .country-hiring-CTA .globe-container::before {
    content: "" !important;
    position: absolute !important;
    top: -30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 120% !important;
    max-width: 400px !important;
    height: 200px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='360' height='180' viewBox='0 0 360 180' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 170 C15 70, 85 10, 180 10 C275 10, 345 70, 345 170' stroke='url(%23orbit_grad_mob)' stroke-opacity='0.6' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='orbit_grad_mob' x1='180' y1='10' x2='180' y2='170' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300C7BE'/%3E%3Cstop offset='0.8' stop-color='%2300C7BE' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%2300C7BE' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: contain !important;
    pointer-events: none !important;
    z-index: 4 !important;
  }

  .country-hiring-CTA .digital-earth-globe,
  .country-hiring-CTA .wp-block-video.digital-earth-globe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    background-image: url("/wp-content/uploads/2026/09/globe-mobile.png") !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: contain !important;
    mix-blend-mode: normal !important;
    z-index: 3 !important;
  }

  .country-hiring-CTA .digital-earth-globe video,
  .country-hiring-CTA .wp-block-video.digital-earth-globe video {
    display: none !important;
  }

  /* 3 Points arranged in a semi-circle: left, right, and top center */
  .country-hiring-CTA .floating-badge {
    padding: 6px 12px 6px 10px !important;
    font-size: 12px !important;
    gap: 6px !important;
    z-index: 10 !important;
  }

  .country-hiring-CTA .floating-badge::before {
    width: 14px !important;
    height: 14px !important;
  }

  .country-hiring-CTA .floating-badge::after {
    width: 6px !important;
    height: 6px !important;
  }

  /* Center point: highest */
  .country-hiring-CTA .badge-countries {
    top: -30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    bottom: auto !important;
  }

  /* Left point */
  .country-hiring-CTA .badge-setup {
    top: 60px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
  }

  /* Right point */
  .country-hiring-CTA .badge-expert {
    top: 60px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
  }
}