/* ============================================
   核心服务国家地图区域样式 (设计稿: 1920px)
   vw = px / 1920 * 100
   ============================================ */

.service-countries {
  background: #f4ede6;
}

.service-countries .container {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 5.2083vw 4.4271vw;
}

.service-countries h2 {
  text-align: left;
  font-size: 3.125vw;
  line-height: 1;
  margin-bottom: 3.125vw;
  color: #637834;
  margin-top: 0;
  padding-top: 0;
}

.service-countries h2::before {
  display: none !important;
}

.service-countries-divider {
  width: 13.0208vw;
  height: 0.5208vw;
  background: #636f3d;
  margin-bottom: 1.5625vw;
  align-self: flex-start;
}

.service-countries-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-countries .hero-video {
  display: none;
}

.service-countries .hero-bg-image {
  display: none;
}

.service-countries .tech-elements {
  display: none;
}

.service-countries .tech-text,
.service-countries .plus-sign {
  display: none;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
    opacity: 0.15;
  }
  50% {
    transform: translateY(-0.5208vw);
    opacity: 0.25;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.4;
  }
}

@keyframes titleGlow {
  0%,
  100% {
    text-shadow:
      0 0 20px rgba(255, 255, 255, 0.5),
      0 0 40px rgba(255, 255, 255, 0.3),
      0 3px 15px rgba(0, 0, 0, 0.6);
  }
  50% {
    text-shadow:
      0 0 30px rgba(255, 255, 255, 0.7),
      0 0 60px rgba(255, 255, 255, 0.5),
      0 3px 15px rgba(0, 0, 0, 0.6);
  }
}

.service-countries .container .map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  flex: 1;
  min-height: 0;
}

.world-map {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.7813vw;
  border: none !important;
  outline: none !important;
  display: block !important;
  position: relative;
  visibility: visible !important;
  opacity: 1 !important;
  box-sizing: border-box;
  width: 100%;
  max-width: 62.5vw;
  height: 31.25vw;
  min-height: 26.0417vw;
  max-height: 36.4583vw;
}

#chat-main {
  width: 100% !important;
  height: 100% !important;
  min-height: 26.0417vw !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  outline: none !important;
  border: none !important;
}

#chat-main canvas {
  outline: none !important;
  border: none !important;
}

.readonly-map {
  width: 100%;
  height: auto;
  border-radius: 0.625vw;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.map-side-image {
  flex-shrink: 0;
  width: 16.6667vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none;
  transition: all 0.3s ease;
}

.sezhi-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0.625vw;
  border: none !important;
  outline: none !important;
  transition: all 0.3s ease;
}
