/**
 * Home hero — full partner desks in a light 3D frame.
 * Sized so the whole screenshot stays in view.
 */

.banner-style-12 .image-column,
.banner-style-12 .image-box.ccd-3d-ready {
  overflow: visible !important;
}

.banner-style-12 .image-box.ccd-3d-ready {
  margin-right: 0 !important;
  padding: 6px 0 8px !important;
  min-height: 0;
}

.banner-style-12 .image-box.ccd-3d-ready > .image,
.banner-style-12 .image-box.ccd-3d-ready > .pattern-layer,
.banner-style-12 .image-box.ccd-3d-ready > figure.image,
.banner-style-12 .image-box.ccd-3d-ready > figure.image img {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  animation: none !important;
  transform: none !important;
}

.ccd-3d-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 700px;
  margin: 0;
}

.ccd-3d-scene {
  perspective: 1600px;
}

.ccd-3d-card {
  position: relative;
  transform: rotateX(3deg) rotateY(-8deg);
  transform-origin: 50% 40%;
  transform-style: preserve-3d;
  transition: transform 0.22s ease;
}

.ccd-3d-card__lip {
  position: absolute;
  inset: 10px -12px -12px 14px;
  border-radius: 16px;
  background: linear-gradient(145deg, #3DD5C5 0%, #1A9E8F 46%, #083530 100%);
  transform: translateZ(-16px);
  box-shadow: 14px 20px 28px rgba(8, 53, 48, 0.16);
}

.ccd-3d-screen {
  position: relative;
  z-index: 1;
  height: 430px;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #f4f7f8;
  border: 1px solid rgba(37, 183, 167, 0.28);
  box-shadow: 0 16px 32px rgba(8, 53, 48, 0.12);
}

.ccd-3d-chrome {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  background: #EEFAF8;
  border-bottom: 1px solid #E8F2F1;
}

.ccd-3d-chrome i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25B7A7;
}

.ccd-3d-chrome i:nth-child(2) { opacity: 0.55; }
.ccd-3d-chrome i:nth-child(3) { opacity: 0.28; }

.ccd-3d-path {
  margin-left: 4px;
  color: #616365;
  font-size: 11px;
  font-weight: 600;
}

.ccd-3d-shot {
  position: absolute;
  left: 0;
  top: 30px;
  display: block;
  width: 152% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: unset !important;
  animation: none !important;
  transform: none !important;
  filter: none !important;
}

.ccd-3d-shot[data-view="billing"] { left: 0; top: 28px; width: 148% !important; }
.ccd-3d-shot[data-view="hrms"] { left: 0; top: 26px; width: 142% !important; }
.ccd-3d-shot[data-view="docs"] { left: 0; top: 24px; width: 142% !important; }

.ccd-3d-shot[hidden] { display: none !important; }

.ccd-3d-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 4px 0 16px;
}

.ccd-3d-features button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(37, 183, 167, 0.35);
  background: #fff;
  color: #1A9E8F;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(26, 158, 143, 0.1);
}

.ccd-3d-features button i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25B7A7;
}

.ccd-3d-features button.is-on,
.ccd-3d-features button[aria-selected="true"] {
  background: #25B7A7;
  border-color: #25B7A7;
  color: #fff;
}

.ccd-3d-features button.is-on i { background: #fff; }

@media (max-width: 1199px) {
  .ccd-3d-stage { max-width: 100%; margin: 0; }
  .ccd-3d-screen { height: 380px; }
  .ccd-3d-shot,
  .ccd-3d-shot[data-view="billing"],
  .ccd-3d-shot[data-view="hrms"],
  .ccd-3d-shot[data-view="docs"] { width: 140% !important; left: 0; }
}

@media (max-width: 991px) {
  .ccd-3d-stage { max-width: 100%; margin: 18px auto 0; }
  .ccd-3d-card { transform: none; }
}

/* Homepage document column — one 3D Self Create / Vault diagram */
#image_block_17 .image-box {
  padding: 8px 0 !important;
}

#image_block_17 .image-box > .image,
#image_block_17 .image-box > figure.image,
#image_block_17 .image-box.ccd-doc-desk-ready > .image,
#image_block_17 .image-box.ccd-doc-desk-ready > figure.image {
  display: none !important;
}

.ccd-doc-desk {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.ccd-doc-desk__eyebrow {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1A9E8F;
  text-align: center;
}

.ccd-doc-desk__note {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: #3D5250;
  text-align: center;
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

.ccd-doc-desk__stage {
  position: relative;
  height: 440px;
  margin: 0 auto;
  perspective: 1400px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 48%, rgba(37, 183, 167, 0.16), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(232, 248, 246, 0.72));
  border: 1px solid rgba(37, 183, 167, 0.18);
  box-shadow: 0 18px 40px rgba(8, 53, 48, 0.1);
  overflow: hidden;
}

.ccd-doc-desk__rings,
.ccd-doc-desk__floor,
.ccd-doc-desk__papers,
.ccd-doc-desk__hub,
.ccd-doc-desk__svg,
.ccd-doc-desk__node {
  position: absolute;
}

.ccd-doc-desk__rings {
  left: 50%;
  top: 46%;
  width: min(86%, 360px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotateX(22deg);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(37, 183, 167, 0.18) 0 24%, transparent 25%),
    repeating-radial-gradient(circle, transparent 0 34px, rgba(37, 183, 167, 0.26) 35px 37px);
  box-shadow:
    inset 0 0 60px rgba(37, 183, 167, 0.14),
    0 0 0 14px rgba(37, 183, 167, 0.05);
  pointer-events: none;
}

.ccd-doc-desk__floor {
  left: 12%;
  right: 12%;
  bottom: 18px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(8, 53, 48, 0.14), transparent 70%);
  transform: rotateX(60deg);
  pointer-events: none;
}

.ccd-doc-desk__papers {
  left: 50%;
  top: 22%;
  width: 96px;
  height: 80px;
  margin: -40px 0 0 -48px;
  transform-style: preserve-3d;
  pointer-events: none;
  z-index: 4;
}

.ccd-doc-desk__sheet {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 68px;
  border-radius: 6px;
  background: linear-gradient(160deg, #fff 0%, #E8F8F6 100%);
  border: 1px solid rgba(37, 183, 167, 0.28);
  box-shadow: 0 10px 18px rgba(8, 53, 48, 0.12);
}

.ccd-doc-desk__sheet::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 14px;
  height: 3px;
  border-radius: 2px;
  background: rgba(37, 183, 167, 0.35);
  box-shadow: 0 8px 0 rgba(37, 183, 167, 0.22), 0 16px 0 rgba(37, 183, 167, 0.14);
}

.ccd-doc-desk__sheet--a {
  transform: translate(-50%, -50%) rotateX(18deg) rotateZ(-14deg) translateZ(-8px);
  opacity: 0.7;
}

.ccd-doc-desk__sheet--b {
  transform: translate(-50%, -50%) rotateX(18deg) rotateZ(8deg) translateZ(0);
  opacity: 0.9;
}

.ccd-doc-desk__sheet--c {
  transform: translate(-50%, -50%) rotateX(18deg) rotateZ(-2deg) translateZ(10px);
  animation: ccd-doc-sheet-float 4.2s ease-in-out infinite;
}

@keyframes ccd-doc-sheet-float {
  0%, 100% { transform: translate(-50%, -52%) rotateX(18deg) rotateZ(-2deg) translateZ(10px); }
  50% { transform: translate(-50%, -48%) rotateX(18deg) rotateZ(-2deg) translateZ(14px); }
}

.ccd-doc-desk__svg {
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}

.ccd-doc-desk__line {
  stroke: #25B7A7;
  stroke-width: 2;
  stroke-dasharray: 5 6;
  stroke-linecap: round;
}

.ccd-doc-desk__hub {
  left: 50%;
  top: 46%;
  z-index: 3;
  width: 118px;
  height: 118px;
  margin: -59px 0 0 -59px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: radial-gradient(circle at 35% 30%, #3dd5c5 0%, #25B7A7 42%, #0d8f82 100%);
  box-shadow:
    0 16px 36px rgba(26, 158, 143, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ccd-doc-desk__hub strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}

.ccd-doc-desk__hub span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.92;
}

.ccd-doc-desk__node {
  z-index: 4;
  width: 108px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
  color: #083530;
  font-family: inherit;
  animation: ccd-doc-desk-float 4.8s ease-in-out infinite;
}

.ccd-doc-desk__node:nth-child(odd) { animation-delay: -1.2s; }
.ccd-doc-desk__node:nth-child(3n) { animation-delay: -2.4s; }

.ccd-doc-desk__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 6px;
  border-radius: 14px;
  color: #1A9E8F;
  background: #fff;
  border: 1px solid rgba(37, 183, 167, 0.22);
  box-shadow: 0 10px 20px rgba(8, 53, 48, 0.1);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ccd-doc-desk__icon svg {
  width: 22px;
  height: 22px;
}

.ccd-doc-desk__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.ccd-doc-desk__tip {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.3;
  color: #3D5250;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease, max-height 0.2s ease;
}

.ccd-doc-desk__node.is-on .ccd-doc-desk__tip,
.ccd-doc-desk__node:hover .ccd-doc-desk__tip,
.ccd-doc-desk__node:focus .ccd-doc-desk__tip {
  opacity: 1;
  max-height: 40px;
}

.ccd-doc-desk__node.is-on .ccd-doc-desk__icon,
.ccd-doc-desk__node:hover .ccd-doc-desk__icon {
  color: #fff;
  background: #25B7A7;
  border-color: #25B7A7;
  box-shadow: 0 12px 24px rgba(26, 158, 143, 0.28);
  transform: translateY(-2px) scale(1.04);
}

.ccd-doc-desk__node.is-on {
  z-index: 5;
}

@keyframes ccd-doc-desk-float {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, calc(-50% - 5px)); }
}

@media (max-width: 991px) {
  .ccd-doc-desk { max-width: 100%; }
  .ccd-doc-desk__stage { height: 400px; }
}

@media (max-width: 575px) {
  .ccd-doc-desk__stage { height: 360px; }
  .ccd-doc-desk__hub { width: 100px; height: 100px; margin: -50px 0 0 -50px; }
  .ccd-doc-desk__hub strong { font-size: 13px; }
  .ccd-doc-desk__icon { width: 40px; height: 40px; border-radius: 12px; }
  .ccd-doc-desk__node { width: 96px; }
  .ccd-doc-desk__papers { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ccd-doc-desk__node,
  .ccd-doc-desk__node.is-on,
  .ccd-doc-desk__sheet--c { animation: none; }
}

.ccd-hrms-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 4px 0 8px;
}

.ccd-hrms-scene { perspective: 1400px; }

body.home #image_block_17,
body.page-id-3277 #image_block_17,
body.home .elementor-element-1d189db,
body.page-id-3277 .elementor-element-1d189db {
  overflow: visible !important;
}

.ccd-hrms-card {
  position: relative;
  transform: rotateX(2deg) rotateY(-4deg);
  transform-origin: 50% 46%;
  transform-style: preserve-3d;
  transition: transform 0.22s ease;
}

.ccd-hrms-lip {
  position: absolute;
  inset: 12px -14px -14px 16px;
  border-radius: 18px;
  background: linear-gradient(145deg, #3DD5C5 0%, #1A9E8F 46%, #083530 100%);
  transform: translateZ(-18px);
  box-shadow: 16px 22px 32px rgba(8, 53, 48, 0.16);
}

.ccd-hrms-screen {
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #f4f7f8;
  border: 1px solid rgba(37, 183, 167, 0.28);
  box-shadow: 0 18px 36px rgba(8, 53, 48, 0.14);
}

.ccd-hrms-chrome {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  background: #EEFAF8;
  border-bottom: 1px solid #E8F2F1;
  color: #616365;
  font-size: 11px;
  font-weight: 600;
}

.ccd-hrms-chrome i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25B7A7;
}

.ccd-hrms-chrome i:nth-child(2) { opacity: 0.55; }
.ccd-hrms-chrome i:nth-child(3) { opacity: 0.28; }

.ccd-hrms-shot {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .ccd-hrms-card { transform: none; }
  .ccd-hrms-stage { max-width: 100%; }
}

/* Training Hub — phone mockup replaced by an orbit diagram */
.elementor-element-d4d6b5d img,
.elementor-element-d4d6b5d .ccd-train-hide {
  display: none !important;
}

.elementor-element-502404d {
  overflow: hidden;
}

.elementor-element-d4d6b5d,
.elementor-element-01fea53,
.elementor-element-d4d6b5d .elementor-widget-container {
  overflow: visible !important;
}

.ccd-train-orbit {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 8px 0 4px;
  background:
    radial-gradient(circle at 50% 48%, rgba(37, 183, 167, 0.16), transparent 46%),
    linear-gradient(180deg, rgba(247, 255, 254, 0.2), rgba(232, 248, 246, 0.35));
  border-radius: 28px;
}

.ccd-train-stage {
  position: relative;
  height: 500px;
  perspective: 1400px;
}

.ccd-train-rings,
.ccd-train-hub,
.ccd-train-svg,
.ccd-train-node {
  position: absolute;
}

.ccd-train-rings {
  left: 50%;
  top: 50%;
  width: min(88%, 430px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotateX(18deg);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(37, 183, 167, 0.16) 0 22%, transparent 23%),
    repeating-radial-gradient(circle, transparent 0 42px, rgba(37, 183, 167, 0.28) 43px 45px);
  box-shadow:
    inset 0 0 80px rgba(37, 183, 167, 0.16),
    0 0 0 18px rgba(37, 183, 167, 0.05),
    0 0 0 36px rgba(37, 183, 167, 0.04);
  pointer-events: none;
}

.ccd-train-svg {
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

.ccd-train-line {
  stroke: #25B7A7;
  stroke-width: 2;
  stroke-dasharray: 5 6;
  stroke-linecap: round;
}

.ccd-train-hub {
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 148px;
  height: 148px;
  margin: -74px 0 0 -74px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: radial-gradient(circle at 35% 30%, #3dd5c5 0%, #25B7A7 42%, #0d8f82 100%);
  box-shadow:
    0 16px 36px rgba(26, 158, 143, 0.34),
    0 0 0 12px rgba(37, 183, 167, 0.1),
    0 0 56px rgba(37, 183, 167, 0.26);
  transform: translateZ(28px);
}

.ccd-train-hub strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.ccd-train-hub span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.92;
}

.ccd-train-node {
  z-index: 3;
  width: 96px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color: inherit;
  font: inherit;
  line-height: 1.2;
  animation: ccd-train-float 4.8s ease-in-out infinite;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.ccd-train-node:nth-child(odd) { animation-delay: -1.4s; }
.ccd-train-node:nth-child(3n) { animation-delay: -2.6s; }

.ccd-train-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 6px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A9E8F;
  background: #fff;
  border: 1px solid rgba(37, 183, 167, 0.22);
  box-shadow: 0 10px 22px rgba(26, 158, 143, 0.12);
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

.ccd-train-icon svg { width: 22px; height: 22px; display: block; }

.ccd-train-label {
  display: inline-block;
  max-width: 108px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #083530;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.25;
  box-shadow: 0 4px 12px rgba(8, 53, 48, 0.06);
}

.ccd-train-node:hover,
.ccd-train-node:focus-visible,
.ccd-train-node.is-on {
  z-index: 6;
  animation: none;
  transform: translate(-50%, -62%) scale(1.06);
  filter: drop-shadow(0 14px 10px rgba(26, 158, 143, 0.22));
}

.ccd-train-node:hover .ccd-train-icon,
.ccd-train-node:focus-visible .ccd-train-icon,
.ccd-train-node.is-on .ccd-train-icon {
  color: #fff;
  background: linear-gradient(145deg, #3dd5c5, #25B7A7 46%, #1A9E8F);
  transform: translateY(-6px) scale(1.08);
  box-shadow:
    0 16px 28px rgba(26, 158, 143, 0.34),
    0 2px 0 rgba(255, 255, 255, 0.28) inset;
}

.ccd-train-node:hover .ccd-train-label,
.ccd-train-node:focus-visible .ccd-train-label,
.ccd-train-node.is-on .ccd-train-label {
  color: #fff;
  background: #25B7A7;
  box-shadow: 0 8px 18px rgba(26, 158, 143, 0.28);
}

.ccd-train-node:focus-visible {
  outline: 2px solid #25B7A7;
  outline-offset: 3px;
}

@keyframes ccd-train-float {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-6px); }
}

@media (max-width: 767px) {
  .ccd-train-stage { height: 420px; }
  .ccd-train-rings { width: min(92%, 320px); }
  .ccd-train-hub { width: 118px; height: 118px; margin: -59px 0 0 -59px; }
  .ccd-train-hub strong { font-size: 13px; }
  .ccd-train-icon { width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  .ccd-train-node,
  .ccd-train-node:hover,
  .ccd-train-node.is-on { animation: none; transition: none; }
}

/* ---------- Hero practice map (right image column) ---------- */
.banner-style-12 .image-box.ccd-hero-map-ready > .image,
.banner-style-12 .image-box.ccd-hero-map-ready > figure.image,
.banner-style-12 .image-box.ccd-hero-map-ready > .pattern-layer,
.banner-style-12 .content-column .anim-icons {
  display: none !important;
}

.banner-style-12 .content-box .btn-box .btn-two,
.banner-style-12 .content-box .btn-box a[href*="partner.caclouddesk.com"] {
  display: none !important;
}

.banner-style-12 .image-column,
.banner-style-12 .image-box.ccd-hero-map-ready {
  overflow: visible !important;
}

.ccd-hero-map {
  width: 100%;
  max-width: 520px;
  margin: 0 28px 8px -36px;
  position: relative;
  left: -8px;
}

.ccd-hero-map__eyebrow {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1A9E8F;
}

.ccd-hero-map__note {
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: #3D5250;
  max-width: 34em;
}

.ccd-hero-map__stage {
  position: relative;
  height: 420px;
  margin: 0 auto;
  perspective: 1400px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 48%, rgba(37, 183, 167, 0.14), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(232, 248, 246, 0.65));
  border: 1px solid rgba(37, 183, 167, 0.16);
  box-shadow: 0 18px 40px rgba(8, 53, 48, 0.1);
  overflow: visible;
}

.ccd-hero-map__rings,
.ccd-hero-map__floor,
.ccd-hero-map__hub,
.ccd-hero-map__svg,
.ccd-hero-map__node {
  position: absolute;
}

.ccd-hero-map__rings {
  left: 48%;
  top: 46%;
  width: min(86%, 360px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotateX(22deg);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(37, 183, 167, 0.18) 0 24%, transparent 25%),
    repeating-radial-gradient(circle, transparent 0 34px, rgba(37, 183, 167, 0.26) 35px 37px);
  box-shadow:
    inset 0 0 60px rgba(37, 183, 167, 0.14),
    0 0 0 14px rgba(37, 183, 167, 0.05);
  pointer-events: none;
}

.ccd-hero-map__floor {
  left: 12%;
  right: 12%;
  bottom: 18px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(8, 53, 48, 0.14), transparent 70%);
  transform: rotateX(60deg);
  pointer-events: none;
}

.ccd-hero-map__svg {
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

.ccd-hero-map__line {
  stroke: #25B7A7;
  stroke-width: 2;
  stroke-dasharray: 5 6;
  stroke-linecap: round;
}

.ccd-hero-map__hub {
  left: 48%;
  top: 46%;
  z-index: 2;
  width: 132px;
  height: 132px;
  margin: -66px 0 0 -66px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: radial-gradient(circle at 35% 30%, #3dd5c5 0%, #25B7A7 42%, #0d8f82 100%);
  box-shadow:
    0 16px 36px rgba(26, 158, 143, 0.34),
    0 0 0 10px rgba(37, 183, 167, 0.1),
    0 0 48px rgba(37, 183, 167, 0.24);
  transform: translateZ(28px);
}

.ccd-hero-map__hub strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  padding: 0 8px;
}

.ccd-hero-map__hub span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.92;
}

.ccd-hero-map__node {
  z-index: 3;
  width: 108px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  appearance: none;
  color: inherit;
  font: inherit;
  line-height: 1.2;
  animation: ccd-hero-map-float 4.8s ease-in-out infinite;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.ccd-hero-map__node:nth-child(odd) { animation-delay: -1.2s; }
.ccd-hero-map__node:nth-child(3n) { animation-delay: -2.4s; }

.ccd-hero-map__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 6px;
  border-radius: 14px;
  color: #083530;
  background: #fff;
  border: 1px solid rgba(37, 183, 167, 0.22);
  box-shadow: 0 10px 22px rgba(8, 53, 48, 0.12);
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

.ccd-hero-map__icon svg {
  width: 22px;
  height: 22px;
}

.ccd-hero-map__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #083530;
}

.ccd-hero-map__tip {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.3;
  color: #616365;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, max-height 0.25s ease;
}

.ccd-hero-map__node.is-on .ccd-hero-map__tip,
.ccd-hero-map__node:hover .ccd-hero-map__tip,
.ccd-hero-map__node:focus .ccd-hero-map__tip {
  opacity: 1;
  max-height: 40px;
}

.ccd-hero-map__node.is-on .ccd-hero-map__icon,
.ccd-hero-map__node:hover .ccd-hero-map__icon {
  color: #fff;
  background: #25B7A7;
  border-color: #25B7A7;
  box-shadow: 0 12px 26px rgba(37, 183, 167, 0.34);
  transform: translateY(-4px) scale(1.06);
}

.ccd-hero-map__node.is-on {
  transform: translate(-50%, -56%) scale(1.04);
  filter: drop-shadow(0 10px 16px rgba(37, 183, 167, 0.25));
  z-index: 4;
}

@keyframes ccd-hero-map-float {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-5px); }
}

@media (max-width: 991px) {
  .ccd-hero-map { max-width: 100%; margin: 0 auto 12px; left: 0; }
  .ccd-hero-map__stage { height: 380px; }
}

@media (max-width: 767px) {
  .ccd-hero-map__stage { height: 340px; }
  .ccd-hero-map__hub { width: 112px; height: 112px; margin: -56px 0 0 -56px; }
  .ccd-hero-map__hub strong { font-size: 12px; }
  .ccd-hero-map__icon { width: 42px; height: 42px; border-radius: 12px; }
  .ccd-hero-map__node { width: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  .ccd-hero-map__node,
  .ccd-hero-map__node.is-on { animation: none; }
}

/* ---------- Always-on map (24×7 / Automation / Support) ---------- */
#image_block_11 .image-box.ccd-always-map-ready > figure,
#image_block_11 .image-box.ccd-always-map-ready > .image,
#image_block_11 .image-box.ccd-always-map-ready > .layer-bg,
#image_block_11 .image-box.ccd-always-map-ready figure.image {
  display: none !important;
}

body.home #image_block_11,
body.page-id-3277 #image_block_11,
body.home .elementor-element-e6cfda2,
body.page-id-3277 .elementor-element-e6cfda2,
body.home .elementor-element-b0338e0,
body.page-id-3277 .elementor-element-b0338e0 {
  overflow: visible !important;
}

.ccd-always-map {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.ccd-always-map__eyebrow {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1A9E8F;
  text-align: center;
}

.ccd-always-map__note {
  margin: 8px auto 0;
  font-size: 15px;
  line-height: 1.5;
  color: #3D5250;
  text-align: center;
  max-width: 34em;
}

.ccd-always-map__stage {
  position: relative;
  height: 420px;
  margin: 0 auto;
  perspective: 1400px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 48%, rgba(37, 183, 167, 0.16), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(232, 248, 246, 0.72));
  border: 1px solid rgba(37, 183, 167, 0.18);
  box-shadow: 0 18px 40px rgba(8, 53, 48, 0.1);
  overflow: visible;
}

.ccd-always-map__rings,
.ccd-always-map__floor,
.ccd-always-map__hub,
.ccd-always-map__svg,
.ccd-always-map__node {
  position: absolute;
}

.ccd-always-map__rings {
  left: 50%;
  top: 46%;
  width: min(86%, 360px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotateX(22deg);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(37, 183, 167, 0.18) 0 24%, transparent 25%),
    repeating-radial-gradient(circle, transparent 0 34px, rgba(37, 183, 167, 0.26) 35px 37px);
  box-shadow:
    inset 0 0 60px rgba(37, 183, 167, 0.14),
    0 0 0 14px rgba(37, 183, 167, 0.05);
  pointer-events: none;
}

.ccd-always-map__floor {
  left: 12%;
  right: 12%;
  bottom: 18px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(8, 53, 48, 0.14), transparent 70%);
  transform: rotateX(60deg);
  pointer-events: none;
}

.ccd-always-map__svg {
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}

.ccd-always-map__line {
  stroke: #25B7A7;
  stroke-width: 2;
  stroke-dasharray: 5 6;
  stroke-linecap: round;
}

.ccd-always-map__hub {
  left: 50%;
  top: 46%;
  z-index: 3;
  width: 124px;
  height: 124px;
  margin: -62px 0 0 -62px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: radial-gradient(circle at 35% 30%, #3dd5c5 0%, #25B7A7 42%, #0d8f82 100%);
  box-shadow:
    0 16px 36px rgba(26, 158, 143, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ccd-always-map__hub strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

.ccd-always-map__hub span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.92;
}

.ccd-always-map__node {
  z-index: 4;
  width: 112px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
  color: #083530;
  font-family: inherit;
  animation: ccd-always-float 4.8s ease-in-out infinite;
}

.ccd-always-map__node:nth-child(odd) { animation-delay: -1.2s; }
.ccd-always-map__node:nth-child(3n) { animation-delay: -2.4s; }

.ccd-always-map__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 6px;
  border-radius: 14px;
  color: #1A9E8F;
  background: #fff;
  border: 1px solid rgba(37, 183, 167, 0.22);
  box-shadow: 0 10px 20px rgba(8, 53, 48, 0.1);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ccd-always-map__icon svg {
  width: 22px;
  height: 22px;
}

.ccd-always-map__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.ccd-always-map__tip {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.3;
  color: #3D5250;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease, max-height 0.2s ease;
}

.ccd-always-map__node.is-on .ccd-always-map__tip,
.ccd-always-map__node:hover .ccd-always-map__tip,
.ccd-always-map__node:focus .ccd-always-map__tip {
  opacity: 1;
  max-height: 40px;
}

.ccd-always-map__node.is-on .ccd-always-map__icon,
.ccd-always-map__node:hover .ccd-always-map__icon {
  color: #fff;
  background: #25B7A7;
  border-color: #25B7A7;
  box-shadow: 0 12px 24px rgba(26, 158, 143, 0.28);
  transform: translateY(-2px) scale(1.04);
}

.ccd-always-map__node.is-on { z-index: 5; }

@keyframes ccd-always-float {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, calc(-50% - 5px)); }
}

@media (max-width: 991px) {
  .ccd-always-map { max-width: 100%; }
  .ccd-always-map__stage { height: 380px; }
}

@media (max-width: 575px) {
  .ccd-always-map__stage { height: 340px; }
  .ccd-always-map__hub { width: 104px; height: 104px; margin: -52px 0 0 -52px; }
  .ccd-always-map__hub strong { font-size: 14px; }
  .ccd-always-map__icon { width: 40px; height: 40px; border-radius: 12px; }
  .ccd-always-map__node { width: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  .ccd-always-map__node,
  .ccd-always-map__node.is-on { animation: none; }
}
