/* 国家特定样式文件 - Country Styles CSS */

/* US页面专用白色背景样式 */
.country-us {
  background-color: #ffffff;
  color: #333333;
}

.country-us section {
  background-color: transparent;
}

/* US页面Header区域特殊处理 */
.country-us .country-header02 {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
  color: #333333;
}

.country-us .country-header02 .mbr-overlay {
  background: linear-gradient(135deg, rgba(87, 70, 139, 0.1) 0%, rgba(87, 70, 139, 0.05) 100%);
  opacity: 1;
}

.country-us .country-header02 .mbr-white {
  color: #333333 !important;
}

.country-us .country-header02 .mbr-section-title {
  color: rgb(87, 70, 139) !important;
  text-shadow: none;
}

.country-us .country-header02 .mbr-text {
  color: #555555 !important;
}

/* US页面内容区域样式 */
.country-us .content1,
.country-us .features1,
.country-us .header4 {
  background-color: #ffffff;
  padding: 60px 0;
}

/* US页面卡片样式 */
.country-us .card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 1px solid rgba(87, 70, 139, 0.1);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(87, 70, 139, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.country-us .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(87, 70, 139, 0.15);
  border-color: rgba(87, 70, 139, 0.2);
}

.country-us .card-title {
  color: rgb(87, 70, 139);
  font-weight: 600;
  margin-bottom: 15px;
}

.country-us .card-text,
.country-us .mbr-text {
  color: #555555;
  line-height: 1.7;
  font-size: 16px;
}

/* US页面标题样式 */
.country-us h1,
.country-us h2,
.country-us h3,
.country-us h4,
.country-us h5,
.country-us h6 {
  color: rgb(87, 70, 139);
  font-weight: 600;
  margin-bottom: 20px;
}

.country-us .mbr-section-title {
  color: rgb(87, 70, 139);
  font-weight: 700;
  text-shadow: none;
}

/* US页面按钮样式 */
.country-us .btn-primary {
  background: linear-gradient(135deg, rgb(87, 70, 139) 0%, rgb(107, 90, 159) 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(87, 70, 139, 0.3);
}

.country-us .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(87, 70, 139, 0.4);
  background: linear-gradient(135deg, rgb(107, 90, 159) 0%, rgb(87, 70, 139) 100%);
}

.country-us .btn-secondary {
  background: transparent;
  border: 2px solid rgb(87, 70, 139);
  color: rgb(87, 70, 139);
  border-radius: 25px;
  padding: 10px 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.country-us .btn-secondary:hover {
  background: rgb(87, 70, 139);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(87, 70, 139, 0.3);
}

/* US页面图标样式 */
.country-us .mbr-iconfont {
  color: rgb(87, 70, 139);
  font-size: 3rem;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.country-us .card:hover .mbr-iconfont {
  transform: scale(1.1);
  color: rgb(107, 90, 159);
}

/* US页面内容分隔样式 */
.country-us .content1 {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
  border-radius: 20px;
  margin: 30px 0;
  padding: 50px 30px;
  box-shadow: 0 5px 20px rgba(87, 70, 139, 0.05);
}

.country-us .content1 h2 {
  color: rgb(87, 70, 139);
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(87, 70, 139, 0.2);
  display: inline-block;
}

.country-us .content1 p {
  color: #444444;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}

.country-us .content1 strong {
  color: rgb(87, 70, 139);
  font-weight: 600;
}

/* US页面图片展示优化 */
.country-us .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(87, 70, 139, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.country-us .image-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(87, 70, 139, 0.2);
}

.country-us .image-wrapper img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  border-radius: 15px;
}

.country-us .image-wrapper:hover img {
  transform: scale(1.05);
}

/* US页面导航栏优化 */
.country-us .country-menu04 .navbar {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 15px rgba(87, 70, 139, 0.1);
}

.country-us .country-menu04 .nav-link {
  color: rgb(87, 70, 139) !important;
}

.country-us .country-menu04 .navbar-caption {
  color: rgb(87, 70, 139) !important;
}

/* US页面分隔线和装饰 */
.country-us .section-divider {
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, rgb(87, 70, 139) 50%, transparent 100%);
  margin: 40px auto;
  width: 100px;
  border-radius: 2px;
}

/* US页面列表样式 */
.country-us ul {
  list-style: none;
  padding-left: 0;
}

.country-us ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #555555;
}



/* US页面引用样式 */
.country-us blockquote {
  border-left: 4px solid rgb(87, 70, 139);
  padding-left: 20px;
  margin: 30px 0;
  background: rgba(87, 70, 139, 0.05);
  padding: 20px;
  border-radius: 0 10px 10px 0;
  font-style: italic;
}

/* US页面表格样式 */
.country-us table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(87, 70, 139, 0.1);
}

.country-us table th {
  background: rgb(87, 70, 139);
  color: white;
  padding: 15px;
  text-align: left;
  font-weight: 600;
}

.country-us table td {
  padding: 12px 15px;
  border-bottom: 1px solid rgba(87, 70, 139, 0.1);
}

.country-us table tr:hover {
  background: rgba(87, 70, 139, 0.05);
}

/* US页面响应式设计 */
@media (max-width: 768px) {
  .country-us .card {
    margin-bottom: 20px;
  }
  
  .country-us .content1 {
    padding: 30px 20px;
    margin: 20px 0;
  }
  
  .country-us .mbr-iconfont {
    font-size: 2.5rem;
  }
  
  .country-us .card-title {
    font-size: 1.3rem;
  }
  
  .country-us .content1 p {
    font-size: 15px;
  }
  
  .country-us .image-wrapper {
    margin-bottom: 20px;
  }
  
  .country-us table {
    font-size: 14px;
  }
  
  .country-us table th,
  .country-us table td {
    padding: 10px 8px;
  }
}

/* 国家页面导航栏样式 - country-menu04 (新版本) */
.country-menu04 {
  z-index: 1000;
}

.country-menu04 .navbar {
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(87, 70, 139, 0.1);
  transition: all 0.3s ease;
}

.country-menu04 .navbar-brand {
  padding: 0;
}

.country-menu04 .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}

.country-menu04 .hamburger {
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 15px;
  justify-content: space-between;
}

.country-menu04 .hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: rgb(87, 70, 139);
  transition: all 0.3s ease;
}

.country-menu04 .navbar-nav {
  align-items: center;
}

.country-menu04 .nav-link {
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.country-menu04 .nav-link:hover {
  color: rgb(87, 70, 139) !important;
  transform: translateY(-1px);
}

.country-menu04 .dropdown-menu {
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  background: white;
  max-height: 400px;
  overflow-y: auto;
}

.country-menu04 .dropdown-item {
  padding: 0.6rem 1.5rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(87, 70, 139, 0.05);
}

.country-menu04 .dropdown-item:hover {
  background-color: rgba(87, 70, 139, 0.1);
  color: rgb(87, 70, 139);
  transform: translateX(5px);
}

.country-menu04 .dropdown-item:last-child {
  border-bottom: none;
}

.country-menu04 .dropdown-header {
  background-color: rgba(87, 70, 139, 0.1);
  font-weight: 600;
  color: rgb(87, 70, 139);
  padding: 0.5rem 1.5rem;
  margin: 0;
  border-bottom: 1px solid rgba(87, 70, 139, 0.1);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.country-menu04 .dropdown-divider {
  margin: 0.5rem 0;
  border-color: rgba(87, 70, 139, 0.1);
}

.country-menu04 .language-selector {
  margin-left: auto;
}

.country-menu04 .language-selector .btn {
  border-color: rgb(87, 70, 139);
  color: rgb(87, 70, 139);
  font-size: 0.9rem;
  padding: 0.4rem 0.8rem;
}

.country-menu04 .language-selector .btn:hover {
  background-color: rgb(87, 70, 139);
  color: white;
}

.country-menu04 .icons-menu {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.country-menu04 .icons-menu a {
  margin: 0 0.3rem;
  color: rgb(87, 70, 139);
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.country-menu04 .icons-menu a:hover {
  color: rgb(87, 70, 139);
  transform: scale(1.1);
}

/* 移动端样式 */
@media (max-width: 991px) {
  .country-menu04 .navbar-collapse {
    background: white;
    border-radius: 8px;
    margin-top: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  
  .country-menu04 .navbar-nav {
    width: 100%;
  }
  
  .country-menu04 .nav-item {
    margin: 0.2rem 0;
  }
  
  .country-menu04 .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 0.5rem;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid rgba(87, 70, 139, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 4px;
  }
  
  .country-menu04 .language-selector {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
  
  .country-menu04 .language-selector .btn {
    width: 100%;
  }
  
  .country-menu04 .icons-menu {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  
  .country-menu04 .icons-menu a {
    margin: 0 0.5rem;
  }
}

/* 图片展示样式优化 - 易读且吸引眼球 */
.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(87, 70, 139, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.image-wrapper:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(87, 70, 139, 0.25);
  border-color: rgba(87, 70, 139, 0.3);
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.4s ease;
  border-radius: 15px;
  filter: brightness(1.05) contrast(1.1) saturate(1.1);
}

.image-wrapper:hover img {
  transform: scale(1.05);
  filter: brightness(1.1) contrast(1.15) saturate(1.2);
}

.image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(87, 70, 139, 0.1), rgba(255, 138, 115, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 15px;
  z-index: 1;
}

.image-wrapper:hover::before {
  opacity: 1;
}

.image-wrapper::after {
  content: '🔍';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 2rem;
  color: white;
  background: rgba(87, 70, 139, 0.8);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
  backdrop-filter: blur(10px);
}

.image-wrapper:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

/* 响应式图片网格 */
.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .image-gallery {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .image-wrapper {
    margin-bottom: 1.5rem;
  }
}

/* 图片标题和描述样式 */
.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 2rem 1.5rem 1.5rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  border-radius: 0 0 15px 15px;
}

.image-wrapper:hover .image-caption {
  transform: translateY(0);
}

.image-caption h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: white;
}

.image-caption p {
  font-size: 0.9rem;
  opacity: 0.9;
  margin: 0;
  line-height: 1.4;
}

/* 特殊效果：发光边框 */
.image-wrapper.featured {
  position: relative;
  background: linear-gradient(45deg, #ff8a73, #57468b);
  padding: 3px;
}

.image-wrapper.featured img {
  border-radius: 12px;
}

.image-wrapper.featured::before {
  background: linear-gradient(45deg, #ff8a73, #57468b);
  filter: blur(10px);
  opacity: 0.7;
}

/* 加载动画 */
.image-wrapper.loading {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* 针对指定国家页面的下拉菜单和移动端导航修复 */
.country-vn .country-menu04 .navbar-toggler,
.country-th .country-menu04 .navbar-toggler,
.country-tw .country-menu04 .navbar-toggler,
.country-kr .country-menu04 .navbar-toggler,
.country-za .country-menu04 .navbar-toggler,
.country-sg .country-menu04 .navbar-toggler,
.country-my .country-menu04 .navbar-toggler,
.country-in .country-menu04 .navbar-toggler,
.country-ph .country-menu04 .navbar-toggler,
.country-ng .country-menu04 .navbar-toggler,
.country-hk .country-menu04 .navbar-toggler,
.country-ke .country-menu04 .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
  background: transparent;
}

.country-vn .country-menu04 .navbar-toggler:focus,
.country-th .country-menu04 .navbar-toggler:focus,
.country-tw .country-menu04 .navbar-toggler:focus,
.country-kr .country-menu04 .navbar-toggler:focus,
.country-za .country-menu04 .navbar-toggler:focus,
.country-sg .country-menu04 .navbar-toggler:focus,
.country-my .country-menu04 .navbar-toggler:focus,
.country-in .country-menu04 .navbar-toggler:focus,
.country-ph .country-menu04 .navbar-toggler:focus,
.country-ng .country-menu04 .navbar-toggler:focus,
.country-hk .country-menu04 .navbar-toggler:focus,
.country-ke .country-menu04 .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

/* 下拉菜单显示控制 */
.country-vn .country-menu04 .dropdown-menu,
.country-th .country-menu04 .dropdown-menu,
.country-tw .country-menu04 .dropdown-menu,
.country-kr .country-menu04 .dropdown-menu,
.country-za .country-menu04 .dropdown-menu,
.country-sg .country-menu04 .dropdown-menu,
.country-my .country-menu04 .dropdown-menu,
.country-in .country-menu04 .dropdown-menu,
.country-ph .country-menu04 .dropdown-menu,
.country-ng .country-menu04 .dropdown-menu,
.country-hk .country-menu04 .dropdown-menu,
.country-ke .country-menu04 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 250px;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.country-vn .country-menu04 .dropdown-menu.show,
.country-th .country-menu04 .dropdown-menu.show,
.country-tw .country-menu04 .dropdown-menu.show,
.country-kr .country-menu04 .dropdown-menu.show,
.country-za .country-menu04 .dropdown-menu.show,
.country-sg .country-menu04 .dropdown-menu.show,
.country-my .country-menu04 .dropdown-menu.show,
.country-in .country-menu04 .dropdown-menu.show,
.country-ph .country-menu04 .dropdown-menu.show,
.country-ng .country-menu04 .dropdown-menu.show,
.country-hk .country-menu04 .dropdown-menu.show,
.country-ke .country-menu04 .dropdown-menu.show {
  display: block;
}

.country-vn .country-menu04 .dropdown-toggle::after,
.country-th .country-menu04 .dropdown-toggle::after,
.country-tw .country-menu04 .dropdown-toggle::after,
.country-kr .country-menu04 .dropdown-toggle::after,
.country-za .country-menu04 .dropdown-toggle::after,
.country-sg .country-menu04 .dropdown-toggle::after,
.country-my .country-menu04 .dropdown-toggle::after,
.country-in .country-menu04 .dropdown-toggle::after,
.country-ph .country-menu04 .dropdown-toggle::after,
.country-ng .country-menu04 .dropdown-toggle::after,
.country-hk .country-menu04 .dropdown-toggle::after,
.country-ke .country-menu04 .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* 移动端特定样式 */
@media (max-width: 991px) {
    .country-vn .country-menu04 .navbar-collapse,
    .country-th .country-menu04 .navbar-collapse,
    .country-tw .country-menu04 .navbar-collapse,
    .country-kr .country-menu04 .navbar-collapse,
    .country-za .country-menu04 .navbar-collapse,
    .country-sg .country-menu04 .navbar-collapse,
    .country-my .country-menu04 .navbar-collapse,
    .country-in .country-menu04 .navbar-collapse,
    .country-ph .country-menu04 .navbar-collapse,
    .country-ng .country-menu04 .navbar-collapse,
    .country-hk .country-menu04 .navbar-collapse,
    .country-ke .country-menu04 .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 8px;
    margin-top: 10px;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
  
  .country-vn .country-menu04 .navbar-nav,
    .country-th .country-menu04 .navbar-nav,
    .country-tw .country-menu04 .navbar-nav,
    .country-kr .country-menu04 .navbar-nav,
    .country-za .country-menu04 .navbar-nav,
    .country-sg .country-menu04 .navbar-nav,
    .country-my .country-menu04 .navbar-nav,
    .country-in .country-menu04 .navbar-nav,
    .country-ph .country-menu04 .navbar-nav,
    .country-ng .country-menu04 .navbar-nav,
    .country-hk .country-menu04 .navbar-nav,
    .country-ke .country-menu04 .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  
  .country-vn .country-menu04 .nav-link,
    .country-th .country-menu04 .nav-link,
    .country-tw .country-menu04 .nav-link,
    .country-kr .country-menu04 .nav-link,
    .country-za .country-menu04 .nav-link,
    .country-sg .country-menu04 .nav-link,
    .country-my .country-menu04 .nav-link,
    .country-in .country-menu04 .nav-link,
    .country-ph .country-menu04 .nav-link,
    .country-ng .country-menu04 .nav-link,
    .country-hk .country-menu04 .nav-link,
    .country-ke .country-menu04 .nav-link {
    padding: 0.75rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(87, 70, 139, 0.1);
  }
  
  .country-vn .country-menu04 .language-selector,
.country-th .country-menu04 .language-selector,
.country-tw .country-menu04 .language-selector,
.country-kr .country-menu04 .language-selector,
.country-za .country-menu04 .language-selector,
.country-sg .country-menu04 .language-selector,
.country-my .country-menu04 .language-selector,
.country-in .country-menu04 .language-selector,
.country-ph .country-menu04 .language-selector,
.country-ng .country-menu04 .language-selector,
.country-hk .country-menu04 .language-selector,
  .country-ke .country-menu04 .language-selector {
    margin: 1rem 0;
    width: 100%;
  }
  
  .country-vn .country-menu04 .dropdown-toggle,
.country-th .country-menu04 .dropdown-toggle,
.country-tw .country-menu04 .dropdown-toggle,
.country-kr .country-menu04 .dropdown-toggle,
.country-za .country-menu04 .dropdown-toggle,
.country-sg .country-menu04 .dropdown-toggle,
.country-my .country-menu04 .dropdown-toggle,
.country-in .country-menu04 .dropdown-toggle,
.country-ph .country-menu04 .dropdown-toggle,
.country-ng .country-menu04 .dropdown-toggle,
.country-hk .country-menu04 .dropdown-toggle,
.country-ke .country-menu04 .dropdown-toggle {
    width: 100%;
    text-align: left;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  
  .country-vn .country-menu04 .dropdown-menu,
.country-th .country-menu04 .dropdown-menu,
.country-tw .country-menu04 .dropdown-menu,
.country-kr .country-menu04 .dropdown-menu,
.country-za .country-menu04 .dropdown-menu,
.country-sg .country-menu04 .dropdown-menu,
.country-my .country-menu04 .dropdown-menu,
.country-in .country-menu04 .dropdown-menu,
.country-ph .country-menu04 .dropdown-menu,
.country-ng .country-menu04 .dropdown-menu,
.country-hk .country-menu04 .dropdown-menu,
  .country-ke .country-menu04 .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 0.5rem;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid rgba(87, 70, 139, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 4px;
  }
}

/* 国家页面导航栏样式 - menu04-0 (旧版本) */
.country-menu04 {
  z-index: 1000;
}

.country-menu04 .navbar {
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(87, 70, 139, 0.1);
  transition: all 0.3s ease;
}

.country-menu04 .navbar-brand {
  padding: 0;
}

.country-menu04 .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}

.country-menu04 .hamburger {
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 15px;
  justify-content: space-between;
}

.country-menu04 .hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: rgb(87, 70, 139);
  transition: all 0.3s ease;
}

.country-menu04 .navbar-nav {
  align-items: center;
}

.country-menu04 .nav-link {
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.country-menu04 .nav-link:hover {
  color: rgb(87, 70, 139) !important;
  transform: translateY(-1px);
}

.country-menu04 .language-selector {
  margin: 0 1rem;
}

.country-menu04 .dropdown-toggle {
  border: 1px solid rgba(87, 70, 139, 0.3);
  transition: all 0.3s ease;
}

.country-menu04 .dropdown-toggle:hover {
  border-color: rgb(87, 70, 139);
  background-color: rgba(87, 70, 139, 0.1);
}

.country-menu04 .dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  max-height: 400px;
  overflow-y: auto;
  min-width: 250px;
}

.country-menu04 .dropdown-header {
  font-weight: 600;
  color: rgb(87, 70, 139);
  font-size: 0.85rem;
  padding: 0.5rem 1rem 0.25rem;
}

.country-menu04 .dropdown-item {
  padding: 0.5rem 1rem;
  transition: all 0.2s ease;
  font-size: 0.9rem;
}

.country-menu04 .dropdown-item:hover {
  background-color: rgba(87, 70, 139, 0.1);
  color: rgb(87, 70, 139);
}

.country-menu04 .icons-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.country-menu04 .icons-menu a:hover {
  transform: scale(1.1);
}

/* 移动端导航栏和下拉菜单修复 */
.country-menu04 .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
  background: transparent;
}

.country-menu04 .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.country-menu04 .navbar-collapse {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 8px;
  margin-top: 10px;
  padding: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.country-menu04 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 250px;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.country-menu04 .dropdown-menu.show {
  display: block;
}

.country-menu04 .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* 响应式样式 - 移动端导航栏 */
@media (max-width: 991px) {
  .country-menu04 .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 8px;
    margin-top: 10px;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
  
  .country-menu04 .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  
  .country-menu04 .nav-link {
    padding: 0.75rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(87, 70, 139, 0.1);
  }
  
  .country-menu04 .language-selector {
    margin: 1rem 0;
    width: 100%;
  }
  
  .country-menu04 .dropdown-toggle {
    width: 100%;
    text-align: left;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  
  .country-menu04 .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 0.5rem;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid rgba(87, 70, 139, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 4px;
  }
  
  .country-menu04 .icons-menu {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  
  .country-menu04 .icons-menu a {
    margin: 0 0.5rem;
  }
  
  /* 移动端下拉菜单项样式优化 */
  .country-menu04 .dropdown-item {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(87, 70, 139, 0.05);
  }
  
  .country-menu04 .dropdown-item:last-child {
    border-bottom: none;
  }
  
  .country-menu04 .dropdown-header {
    background-color: rgba(87, 70, 139, 0.1);
    font-weight: 600;
    color: rgb(87, 70, 139);
    padding: 0.5rem 1rem;
    margin: 0;
    border-bottom: 1px solid rgba(87, 70, 139, 0.1);
  }
  
  .country-menu04 .dropdown-divider {
    margin: 0;
    border-color: rgba(87, 70, 139, 0.1);
  }
}

/* 国家页面头部样式 - header1-1 (新版本) */
.header1 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 80px; /* 为导航栏留出空间 */
}

.header1 .mbr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-color: rgb(87, 70, 139);
  z-index: 1;
}

.header1 .container {
  position: relative;
  z-index: 2;
  padding: 2rem 1rem;
}

.header1 .mbr-section-title {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.header1 .mbr-text {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.header1 .btn {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 25px;
  margin: 0.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  border: 2px solid transparent;
}

.header1 .btn-primary {
  background-color: rgb(87, 70, 139);
  border-color: rgb(87, 70, 139);
  color: white;
}

.header1 .btn-primary:hover {
  background-color: transparent;
  border-color: white;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(87, 70, 139, 0.3);
}

.header1 .btn-secondary {
  background-color: transparent;
  border-color: white;
  color: white;
}

.header1 .btn-secondary:hover {
  background-color: white;
  border-color: white;
  color: rgb(87, 70, 139);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

/* 视频背景样式 */
.header1[data-bg-video] {
  background: linear-gradient(45deg, rgb(87, 70, 139), rgb(191, 206, 255));
}

.header1[data-bg-video]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
  z-index: 0;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .header1 {
    min-height: 80vh;
    padding-top: 60px;
  }
  
  .header1 .mbr-section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  
  .header1 .mbr-text {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  
  .header1 .btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
    margin: 0.3rem;
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .header1 .mbr-section-title {
    font-size: 2rem;
  }
  
  .header1 .mbr-text {
    font-size: 1rem;
  }
}

/* 国家页面头部样式 - header02-5q (旧版本) */
.country-header02 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 80px; /* 为导航栏留出空间 */
}

.country-header02 .mbr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-color: rgb(87, 70, 139);
  z-index: 1;
}

.country-header02 .container {
  position: relative;
  z-index: 2;
  padding: 2rem 1rem;
}

.country-header02 .mbr-section-title {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.country-header02 .mbr-text {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.country-header02 .btn {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 25px;
  margin: 0.5rem 0.5rem 0.5rem 0;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.country-header02 .btn-primary {
  background: linear-gradient(135deg, rgb(87, 70, 139), rgb(120, 100, 180));
  border: none;
  color: white;
}

.country-header02 .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(87, 70, 139, 0.3);
}

.country-header02 .btn-secondary {
  background: transparent;
  border: 2px solid white;
  color: white;
}

.country-header02 .btn-secondary:hover {
  background: white;
  color: rgb(87, 70, 139);
  transform: translateY(-2px);
}

/* 响应式样式 - 平板端 */
@media (max-width: 991px) {
  .country-header02 {
    padding-top: 100px;
    min-height: 80vh;
  }
  
  .country-header02 .mbr-section-title {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
  }
  
  .country-header02 .mbr-text {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  
  .country-header02 .btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.95rem;
    margin: 0.4rem 0.4rem 0.4rem 0;
  }
}

/* 响应式样式 - 移动端 */
@media (max-width: 768px) {
  .country-header02 {
    padding-top: 120px;
    min-height: 70vh;
    background-attachment: scroll; /* 移动端禁用视差效果 */
  }
  
  .country-header02 .container {
    padding: 1.5rem 1rem;
  }
  
  .country-header02 .mbr-section-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }
  
  .country-header02 .mbr-text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
  
  .country-header02 .btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    margin: 0.3rem 0.3rem 0.3rem 0;
    width: auto;
    min-width: 140px;
  }
  
  .country-header02 .mbr-section-btn {
    text-align: center;
  }
}

/* 响应式样式 - 小屏移动端 */
@media (max-width: 576px) {
  .country-header02 {
    padding-top: 140px;
    min-height: 60vh;
  }
  
  .country-header02 .container {
    padding: 1rem 0.75rem;
  }
  
  .country-header02 .mbr-section-title {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }
  
  .country-header02 .mbr-text {
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
  }
  
  .country-header02 .btn {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    margin: 0.25rem 0.25rem 0.25rem 0;
    display: block;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .country-header02 .mbr-section-btn {
    text-align: center;
  }
  
  .country-header02 .mbr-section-btn .btn {
    margin-bottom: 0.5rem;
  }
}

/* 日本页面特殊样式修复 - 修复title被遮住的问题 */
.country-jp .mbr-parallax-background {
  background-image: url('../images/country29.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  min-height: 100vh;
}

.country-jp #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-jp #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 日本页面平板端响应式 */
@media (max-width: 768px) {
  .country-jp .mbr-parallax-background {
    background-attachment: scroll;
    min-height: 70vh;
  }
  
  .country-jp #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
  
  .country-jp #header1-1 .mbr-section-title {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
  }
  
  .country-jp #header1-1 .mbr-text {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.5rem !important;
  }
}

/* 日本页面手机端响应式 */
@media (max-width: 480px) {
  .country-jp .mbr-parallax-background {
    min-height: 100vh;
  }
  
  .country-jp #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .country-jp #header1-1 .mbr-white {
    padding: 15px !important;
    margin: 0 5px !important;
    background: rgba(0, 0, 0, 0.2) !important;
  }
  
  .country-jp #header1-1 .mbr-section-title {
    font-size: 1.8rem !important;
    line-height: 1.3 !important;
    margin-bottom: 1rem !important;
    word-wrap: break-word !important;
  }
  
  .country-jp #header1-1 .mbr-text {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
    word-wrap: break-word !important;
  }
  
  .country-jp #header1-1 .btn {
    font-size: 0.85rem !important;
    padding: 12px 20px !important;
    margin: 5px 2px !important;
    display: block !important;
    width: 100% !important;
    max-width: 280px !important;
    text-align: center !important;
  }
  
  .country-jp #header1-1 .mbr-section-btn {
    text-align: center !important;
  }
}

/* 日本页面超小屏幕 */
@media (max-width: 360px) {
  .country-jp #header1-1 .container {
    padding-top: 180px !important;
  }
  
  .country-jp #header1-1 .mbr-section-title {
    font-size: 1.6rem !important;
  }
  
  .country-jp #header1-1 .mbr-text {
    font-size: 0.9rem !important;
  }
}

/* 法国页面样式 */
.country-fr #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-fr #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 法国页面平板端响应式 */
@media (max-width: 768px) {
  .country-fr #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 法国页面手机端响应式 */
@media (max-width: 480px) {
  .country-fr #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 德国页面样式 */
.country-de #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-de #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 德国页面平板端响应式 */
@media (max-width: 768px) {
  .country-de #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 德国页面手机端响应式 */
@media (max-width: 480px) {
  .country-de #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 意大利页面样式 */
.country-it #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-it #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 意大利页面平板端响应式 */
@media (max-width: 768px) {
  .country-it #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 意大利页面手机端响应式 */
@media (max-width: 480px) {
  .country-it #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 西班牙页面样式 */
.country-es #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-es #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 西班牙页面平板端响应式 */
@media (max-width: 768px) {
  .country-es #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 西班牙页面手机端响应式 */
@media (max-width: 480px) {
  .country-es #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 美国页面样式 */
.country-us #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-us #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 美国页面平板端响应式 */
@media (max-width: 768px) {
  .country-us #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 美国页面手机端响应式 */
@media (max-width: 480px) {
  .country-us #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 加拿大页面样式 */
.country-ca #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-ca #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 加拿大页面平板端响应式 */
@media (max-width: 768px) {
  .country-ca #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 加拿大页面手机端响应式 */
@media (max-width: 480px) {
  .country-ca #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 葡萄牙页面样式 */
.country-pt #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-pt #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 葡萄牙页面平板端响应式 */
@media (max-width: 768px) {
  .country-pt #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 葡萄牙页面手机端响应式 */
@media (max-width: 480px) {
  .country-pt #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 比利时页面样式 */
.country-be #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-be #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 比利时页面平板端响应式 */
@media (max-width: 768px) {
  .country-be #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 比利时页面手机端响应式 */
@media (max-width: 480px) {
  .country-be #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 奥地利页面样式 */
.country-at #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-at #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 奥地利页面平板端响应式 */
@media (max-width: 768px) {
  .country-at #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 奥地利页面手机端响应式 */
@media (max-width: 480px) {
  .country-at #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 波兰页面样式 */
.country-pl #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-pl #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 波兰页面平板端响应式 */
@media (max-width: 768px) {
  .country-pl #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 波兰页面手机端响应式 */
@media (max-width: 480px) {
  .country-pl #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 捷克页面样式 */
.country-cz #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-cz #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 捷克页面平板端响应式 */
@media (max-width: 768px) {
  .country-cz #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 捷克页面手机端响应式 */
@media (max-width: 480px) {
  .country-cz #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 匈牙利页面样式 */
.country-hu #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-hu #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 匈牙利页面平板端响应式 */
@media (max-width: 768px) {
  .country-hu #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 匈牙利页面手机端响应式 */
@media (max-width: 480px) {
  .country-hu #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 希腊页面样式 */
.country-gr #header1-1 .container {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.country-gr #header1-1 .mbr-white {
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

/* 希腊页面平板端响应式 */
@media (max-width: 768px) {
  .country-gr #header1-1 .container {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}

/* 希腊页面手机端响应式 */
@media (max-width: 480px) {
  .country-gr #header1-1 .container {
    padding-top: 160px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 基础视差背景样式 */
.mbr-parallax-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* 国家特定背景图片 */
/* 英语国家 */
.country-us .mbr-parallax-background {
  background-image: url('../images/usa-696x401.jpg');
}

.country-uk .mbr-parallax-background {
  background-image: url('../images/uk-696x387.jpg');
}

.country-ca .mbr-parallax-background {
  background-image: url('../images/canada036-696x412.jpg');
}

.country-au .mbr-parallax-background {
  background-image: url('../images/australia-1-696x412.jpg');
}

.country-za .mbr-parallax-background {
  background-image: url('../images/country1.jpg');
}

.country-ie .mbr-parallax-background {
  background-image: url('../images/country3.jpg');
}

.country-sg .mbr-parallax-background {
  background-image: url('../images/singaplre44308-696x444.jpg');
}

.country-hk .mbr-parallax-background {
  background-image: url('../images/country4.jpg');
}

.country-my .mbr-parallax-background {
  background-image: url('../images/country5.jpg');
}

.country-ph .mbr-parallax-background {
  background-image: url('../images/country6.jpg');
}

.country-in .mbr-parallax-background {
  background-image: url('../images/dlhiindia-696x277.jpg');
}

.country-ng .mbr-parallax-background {
  background-image: url('../images/country7.jpg');
}

.country-ke .mbr-parallax-background {
  background-image: url('../images/country9.jpg');
}

.country-gh .mbr-parallax-background {
  background-image: url('../images/country10.jpg');
}

/* 欧洲语言国家 */
.country-de .mbr-parallax-background {
  background-image: url('../images/country11.jpg');
}

.country-fr .mbr-parallax-background {
  background-image: url('../images/country13.jpg');
}

.country-es .mbr-parallax-background {
  background-image: url('../images/country14.jpg');
}

.country-it .mbr-parallax-background {
  background-image: url('../images/country15.jpg');
}

.country-pt .mbr-parallax-background {
  background-image: url('../images/country26.jpg');
}

.country-nl .mbr-parallax-background {
  background-image: url('../images/country16.jpg');
}

.country-be .mbr-parallax-background {
  background-image: url('../images/country24.jpg');
}

.country-ch .mbr-parallax-background {
  background-image: url('../images/country17.jpg');
}

.country-at .mbr-parallax-background {
  background-image: url('../images/country18.jpg');
}

.country-se .mbr-parallax-background {
  background-image: url('../images/country19.jpg');
}

.country-no .mbr-parallax-background {
  background-image: url('../images/country20.jpg');
}

.country-dk .mbr-parallax-background {
  background-image: url('../images/country21.jpg');
}

.country-fi .mbr-parallax-background {
  background-image: url('../images/country22.jpg');
}

.country-pl .mbr-parallax-background {
  background-image: url('../images/country25.jpg');
}

.country-cz .mbr-parallax-background {
  background-image: url('../images/country28.jpg');
}

.country-hu .mbr-parallax-background {
  background-image: url('../images/country30.jpg');
}

.country-gr .mbr-parallax-background {
  background-image: url('../images/country3.jpg');
}

/* 拉丁美洲国家 */
.country-mx .mbr-parallax-background {
  background-image: url('../images/country1.jpg');
}

.country-br .mbr-parallax-background {
  background-image: url('../images/country2.jpg');
}

.country-ar .mbr-parallax-background {
  background-image: url('../images/country3.jpg');
}

.country-cl .mbr-parallax-background {
  background-image: url('../images/country6.jpg');
}

.country-co .mbr-parallax-background {
  background-image: url('../images/country7.jpg');
}

.country-pe .mbr-parallax-background {
  background-image: url('../images/country4.jpg');
}

.country-ve .mbr-parallax-background {
  background-image: url('../images/country5.jpg');
}

/* 亚太地区国家 */
.country-jp .mbr-parallax-background {
  background-image: url('../images/country29.jpg');
}

.country-kr .mbr-parallax-background {
  background-image: url('../images/country6.jpg');
}

.country-tw .mbr-parallax-background {
  background-image: url('../images/country7.jpg');
}

.country-th .mbr-parallax-background {
  background-image: url('../images/country9.jpg');
}

.country-vn .mbr-parallax-background {
  background-image: url('../images/country10.jpg');
}

/* 为header1添加背景图片支持 */
.country-vn .header1 {
  background-image: url('../images/country1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.country-th .header1 {
  background-image: url('../images/country1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.country-tw .header1 {
  background-image: url('../images/country1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.country-kr .header1 {
  background-image: url('../images/country1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.country-za .header1 {
  background-image: url('../images/country1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.country-sg .header1 {
  background-image: url('../images/country1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.country-my .header1 {
  background-image: url('../images/country1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.country-in .header1 {
  background-image: url('../images/country1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.country-ph .header1 {
  background-image: url('../images/country1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.country-ng .header1 {
  background-image: url('../images/country1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.country-hk .header1 {
  background-image: url('../images/country1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.country-ke .header1 {
  background-image: url('../images/country1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* 中东和非洲国家 - UAE */
.country-ae .hero-section {
  background: linear-gradient(135deg, #C41E3A 0%, #009639 50%, #000000 100%);
  color: white;
  padding: 120px 0 80px 0;
  position: relative;
  overflow: hidden;
}

.country-ae .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.country-ae .hero-section .container {
  position: relative;
  z-index: 2;
}

.country-ae .header-area {
  padding-top: 100px;
}

.country-ae .content-area {
  background: #f8f9fa;
  padding: 60px 0;
}

.country-ae .card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(196, 30, 58, 0.1);
  transition: all 0.3s ease;
  background: white;
}

.country-ae .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(196, 30, 58, 0.2);
}

.country-ae .btn-primary {
  background: linear-gradient(45deg, #C41E3A, #009639);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.country-ae .btn-primary:hover {
  background: linear-gradient(45deg, #009639, #C41E3A);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(196, 30, 58, 0.3);
}

.country-ae .feature-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.country-ae .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(196, 30, 58, 0.15);
}

.country-ae .stats-section {
  background: linear-gradient(135deg, #C41E3A, #009639);
  color: white;
  padding: 60px 0;
}

.country-ae .stat-item {
  text-align: center;
  padding: 20px;
}

.country-ae .stat-number {
  font-size: 3rem;
  font-weight: bold;
  color: #FFD700;
  display: block;
}

.country-ae .city-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.country-ae .city-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(196, 30, 58, 0.2);
}

.country-ae .success-story {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-left: 5px solid #C41E3A;
  padding: 25px;
  margin: 20px 0;
  border-radius: 10px;
}

.country-ae .cta-section {
  background: linear-gradient(135deg, #000000, #C41E3A);
  color: white;
  padding: 80px 0;
  text-align: center;
}

.country-ae .mbr-parallax-background {
  background-image: url('../images/country11.jpg');
}

.country-sa .mbr-parallax-background {
  background-image: url('../images/country13.jpg');
}

.country-eg .mbr-parallax-background {
  background-image: url('../images/country14.jpg');
}

.country-ma .mbr-parallax-background {
  background-image: url('../images/country39.jpg');
}

/* 统一的覆盖层样式 */
.mbr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(87, 70, 139, 0.4);
  z-index: 1;
}

/* 内容容器样式 */
.mbr-parallax-background .container {
  position: relative;
  z-index: 2;
}

/* 标题样式 */
#header1-1 .mbr-section-title {
  color: white;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

/* 文本样式 */
#header1-1 .mbr-text {
  color: white;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* 按钮样式 */
#header1-1 .btn {
  margin: 0.25rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

#header1-1 .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

/* 平板设备响应式样式 */
@media (max-width: 768px) {
  .mbr-parallax-background {
    background-attachment: scroll;
    min-height: 70vh;
  }
  
  #header1-1 .mbr-section-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  
  #header1-1 .mbr-text {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
  
  #header1-1 .btn {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
    text-align: center;
    padding: 12px 20px;
  }
}

/* 手机设备响应式样式 */
@media (max-width: 480px) {
  .mbr-parallax-background {
    min-height: 60vh;
  }
  
  #header1-1 .container {
    padding: 2rem 1rem;
  }
  
  #header1-1 .mbr-section-title {
    font-size: 2rem;
  }
  
  #header1-1 .mbr-text {
    font-size: 1rem;
  }
}

/* 大屏幕优化 */
@media (min-width: 1200px) {
  .mbr-parallax-background {
    min-height: 100vh;
  }
  
  #header1-1 .mbr-section-title {
    font-size: 4rem;
  }
  
  #header1-1 .mbr-text {
    font-size: 1.25rem;
  }
}

/* 动画效果 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#header1-1 .mbr-section-title,
#header1-1 .mbr-text,
#header1-1 .btn {
  animation: fadeInUp 0.8s ease-out;
}

/* Brazil specific styles */
.country-br .hero-section {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 100px 0;
}

.country-br .feature-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.country-br .feature-card:hover {
    transform: translateY(-10px);
}

.country-br .stats-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.country-br .stat-item {
    text-align: center;
    margin: 20px 0;
}

.country-br .stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: #28a745;
}

.country-br .city-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin: 15px 0;
    border-left: 4px solid #28a745;
}

/* Mexico页面样式 */
.country-mx {
  background-color: #ffffff;
  color: #333333;
}

.country-mx .header-area {
  background: linear-gradient(135deg, #c41e3a 0%, #228b22 100%);
  color: white;
}

.country-mx .header-area h1,
.country-mx .header-area h2,
.country-mx .header-area h3,
.country-mx .header-area h4,
.country-mx .header-area h5,
.country-mx .header-area h6 {
  color: white;
}

.country-mx .header-area p {
  color: rgba(255, 255, 255, 0.9);
}

.country-mx .content-area {
  background: #ffffff;
  padding: 40px 0;
}

.country-mx .card {
  background: white;
  border: none;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(196, 30, 58, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  overflow: hidden;
}

.country-mx .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(196, 30, 58, 0.2);
}

.country-mx .card-title {
  color: #c41e3a;
  font-weight: 700;
  margin-bottom: 15px;
}

.country-mx .card-text {
  color: #666666;
  line-height: 1.6;
}

.country-mx .btn-primary {
  background: linear-gradient(135deg, #c41e3a 0%, #228b22 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
}

.country-mx .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(196, 30, 58, 0.4);
  background: linear-gradient(135deg, #a01729 0%, #1e7a1e 100%);
}

.country-mx .hero-section {
  background: linear-gradient(135deg, #c41e3a 0%, #228b22 100%);
  color: white;
  padding: 120px 0 80px 0;
  position: relative;
  overflow: hidden;
}

.country-mx .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/country1.jpg') center/cover;
  opacity: 0.1;
  z-index: 1;
}

.country-mx .hero-section .container {
  position: relative;
  z-index: 2;
}

.country-mx .hero-section h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.country-mx .hero-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.95;
}

.country-mx .feature-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  border-left: 4px solid #c41e3a;
}

.country-mx .feature-card:hover {
  transform: translateY(-10px);
}

.country-mx .stats-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.country-mx .stat-item {
  text-align: center;
  margin: 20px 0;
}

.country-mx .stat-number {
  font-size: 3rem;
  font-weight: bold;
  color: #c41e3a;
}

.country-mx .city-card {
  background: white;
  border-radius: 10px;
  padding: 25px;
  margin: 15px 0;
  border-left: 4px solid #c41e3a;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.country-mx .success-story {
  background: white;
  border-radius: 15px;
  padding: 25px;
  margin: 20px 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-top: 3px solid #c41e3a;
}

.country-mx .cta-section {
  background: linear-gradient(135deg, #c41e3a 0%, #228b22 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}

.country-mx .cta-section .btn-light {
  background: white;
  color: #c41e3a;
  border: none;
  font-weight: 600;
}

.country-mx .cta-section .btn-outline-light {
  border: 2px solid white;
  color: white;
  background: transparent;
}

.country-mx .cta-section .btn-outline-light:hover {
  background: white;
  color: #c41e3a;
}

.country-br .success-story {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin: 15px 0;
    border: 1px solid #eee;
}

.country-br .cta-section {
    background: linear-gradient(135deg, #fd7e14 0%, #e83e8c 100%);
    color: white;
    padding: 80px 0;
}

.country-br .brazil-flag {
    background: linear-gradient(to right, #009739, #fedd00, #012169);
    height: 5px;
    width: 100%;
    margin: 20px 0;
}

/* Argentina specific styles */
.country-ar .hero-section {
    background: linear-gradient(135deg, #007bff 0%, #6f42c1 100%);
    color: white;
    padding: 100px 0;
}

.country-ar .feature-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.country-ar .feature-card:hover {
    transform: translateY(-10px);
}

.country-ar .stats-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.country-ar .stat-item {
    text-align: center;
    margin: 20px 0;
}

.country-ar .stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: #007bff;
}

.country-ar .city-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin: 15px 0;
    border-left: 4px solid #007bff;
}

.country-ar .success-story {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin: 15px 0;
    border: 1px solid #eee;
}

.country-ar .cta-section {
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
    color: white;
    padding: 80px 0;
}

.country-ar .argentina-flag {
    background: linear-gradient(to bottom, #74ACDF 33%, white 33%, white 66%, #74ACDF 66%);
    height: 5px;
    width: 100%;
    margin: 20px 0;
}

#header1-1 .mbr-text {
  animation-delay: 0.2s;
}

#header1-1 .btn {
  animation-delay: 0.4s;
}

/* 优化ma.html的样式和图片 */
.country-ma {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Hero section优化 */
.country-ma .header1 {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
}

.country-ma .header1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(87, 70, 139, 0.4);
  z-index: 1;
}

.country-ma .header1 .container {
  position: relative;
  z-index: 2;
}

/* 图片优化 */
.country-ma img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  object-fit: cover;
}

.country-ma .card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.country-ma .item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.country-ma img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* 卡片样式优化 */
.country-ma .card-wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  margin-bottom: 30px;
}

.country-ma .card-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.country-ma .card-box {
  padding: 20px;
}

.country-ma .item-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

.country-ma .item-wrapper:hover {
  transform: translateY(-3px);
}

/* 响应式优化 */
@media (max-width: 768px) {
  .country-ma .header1 {
    min-height: 50vh;
    background-attachment: scroll;
  }
  
  .country-ma .card-img img,
  .country-ma .item-img img {
    height: 180px;
  }
  
  .country-ma .mbr-section-title {
    font-size: 1.8rem !important;
  }
}

@media (max-width: 576px) {
  .country-ma .card-img img,
  .country-ma .item-img img {
    height: 160px;
  }
  
  .country-ma .mbr-section-title {
    font-size: 1.5rem !important;
  }
  
  .country-ma .card-wrapper,
  .country-ma .item-wrapper {
    margin-bottom: 20px;
  }
}

/* 性能优化 */
.country-ma .lazy-load {
  opacity: 0;
  transition: opacity 0.3s;
}

.country-ma .lazy-load.loaded {
  opacity: 1;
}

/* 文字样式优化 */
.country-ma .mbr-section-title {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.country-ma .card-title {
  color: #34495e;
  font-weight: 600;
  margin-bottom: 1rem;
}

.country-ma .mbr-text {
  color: #5a6c7d;
  line-height: 1.6;
}

/* 按钮样式优化 */
.country-ma .btn-primary {
  background: linear-gradient(135deg, #57468b 0%, #7b68a6 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(87, 70, 139, 0.3);
}

.country-ma .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(87, 70, 139, 0.4);
  background: linear-gradient(135deg, #4a3d7a 0%, #6b5a94 100%);
}