/* Global 8 全球企业家俱乐部网站样式 */
:root {
  --primary-color: #e6c992;  /* 金色 - 代表高端、奢华 */
  --secondary-color: #0f0f0f; /* 深灰近黑 - 代表稳重、专业 */
  --accent-color: #7a5e3a;   /* 暗金色 - 作为辅助色调 */
  --light-color: #fff8eb;    /* 浅色 - 用于背景和文本 */
  --dark-color: #212529;     /* 深色 - 用于文本和背景 */
  --text-color: #333333;     /* 文本颜色 */
  --border-color: #dee2e6;   /* 边框颜色 */
  --hover-color: #c4a22f;    /* 悬停颜色 */
  --section-padding: 80px 0; /* 区块内边距 */
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans SC', 'Helvetica Neue', Arial, sans-serif;
  color: var(--text-color);
  line-height: 1.8;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--hover-color);
  text-decoration: none;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  font-weight: 300;
  padding: 10px 25px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: var(--hover-color);
  border-color: var(--hover-color);
  color: #fff;
}

.btn-outline-primary {
  border-color: var(--primary-color);
  color: var(--primary-color);
  font-weight: 300;
  padding: 10px 25px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.step-number {
  font-weight: 700;
  font-size: 1.4em;
  color:var(--primary-color);
}

.color-primary {
  color: var(--primary-color);
}

.bg-light-custom {
  background-color: var(--light-color);
  --bs-bg-opacity: 1;
}

/* 按钮悬停效果 */
.btn-primary {
  background-color: #1a1a1a;
  border: 2px solid #d4af37;
  color: #d4af37;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #d4af37;
  transition: all 0.3s ease;
  z-index: -1;
}

.btn-primary:hover {
  color: #1a1a1a;
}

.btn-primary:hover::before {
  left: 0;
}

/* 图片悬停缩放效果 */
.image-container {
  overflow: hidden;
}

.image-container img {
  transition: transform 0.5s ease;
}

.image-container:hover img {
  transform: scale(1.05);
}

/* 导航栏样式 */
.navbar {
  padding: 0 0;
  background-color: var(--secondary-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.navbar-brand img {
  height: 60px;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary-color);
}

.navbar-nav .nav-item.special .nav-link {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 4px;
  padding: 8px 20px;
}

.navbar-nav .nav-item.special .nav-link:hover {
  background-color: var(--hover-color);
}

.no-caret::after {
    display: none !important;
}

/* Main Banner */
.main-banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0; 
    z-index:10;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.main-banner-text {
    bottom: 30%;
    z-index:20
}
/* 
.main-banner-text h1 {
    color:#fff; font-size:4.4em
}
.main-banner-text p {
    color:#fff; font-size:1.6em
} */

.main-banner-indicators {
    z-index:30
}

.main-banner-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.main-banner-indicators button.active {
    background-color: #FFC107;
}

.main-banner-video {
    width:100%; 
    height:100%;
    width: 100%; 
    height: 100%; 
    position: absolute; 
    z-index: 8;
    top: 0;
    left: 0;
}

.main-banner-overlay {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.7) 0%, rgba(26, 26, 26, 0.5) 100%);
    top: 0;
    left: 0;
}

.main-banner-no-overlay {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 6em;
    background-color: #000;
    opacity: .5;
    top: 0;
    left: 0;
}

/* 页头区域 */
.hero-section {
  background-color: var(--secondary-color);
  background-size: cover;
  color: #fff;
  /* padding: 168px 0; */
  position: relative;
  overflow: hidden;
}

/* .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.7) 0%, rgba(26, 26, 26, 0.5) 100%);
  z-index: 1;
} */

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

.hero-title {
  font-size: 3.5rem;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: var(--primary-color);
  font-weight: 300;
}

.page-title-section {
  background-color: #333333;
  color:#fff;
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-title-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.4) 0%, rgba(26, 26, 26, 0.3) 100%);
  z-index: 1;
}

.page-title-section h1 {
  padding: 2.8em 0;
  position: relative;
  z-index: 2;
}

.page-title-section nav {
  position: relative;
  z-index: 3;
}

.page-title-section .breadcrumb-item.active,
.page-title-section .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

/* 导航菜单项悬停动画 */
.navbar-nav .nav-link {
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #d4af37; /* 金色下划线 */
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.breadcrumb-club .breadcrumb-item::before{
  color: #fff;
}


/* 关于我们区域 */
.about-section {
  padding: var(--section-padding);
  background-color: #fff;
}

.section-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--dark-color);
  margin-bottom: 15px;
}

.section-title p {
  font-size: 1.1rem;
  color: var(--accent-color);
}

.section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: var(--primary-color);
  margin: 15px auto 0;
}


.section-title-start::after {
  margin: 0;
}


.feature-box {
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  background-color: #fff;
  height: 100%;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

/* 业务聚焦 */
.focus-section {
  padding: var(--section-padding);
  background-color: #fff8eb;
}

/* 会员服务区域 */
.services-section {
  padding: var(--section-padding);
}

.service-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.service-img {
  height: 200px;
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.service-card:hover .service-img img {
  transform: scale(1.1);
}

.service-content-home {
  padding: 25px;
}

.service-content {
  padding: 10px 25px 0 0;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

/* 活动预告区域 */
.events-section {
  padding: var(--section-padding);
  background-color: #fff8eb;
}

.event-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.event-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.event-date {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: 600;
}

.event-content {
  padding: 25px;
}

.event-desc {
  min-height: 7em;
}

.event-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.event-location {
  color: var(--accent-color);
  margin-bottom: 15px;
  font-size: 0.9rem;
}

/* 品牌资源区域 */
.resources-section {
  padding: var(--section-padding);
}

.resource-card {
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  background-color: #fff;
  height: 100%;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.resource-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.resource-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

ul.resource-list {
  padding: 0;
  margin: 0;
}

ul.resource-list li {
  list-style: none;
  padding-bottom: 1.5em;
  font-size: 1.2em;
}

.stat-number {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--primary-color);
}

.stat-label {
  color: var(--accent-color)
}

/* 商业合作区域 */
.cooperation-section {
  padding: var(--section-padding);
}

.partner-logo {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 30px;
  /* filter: grayscale(100%); */
  /* opacity: 0.7; */
  transition: all 0.3s ease;
}

/* .partner-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
} */

.partner-logo img {
  max-height: 120px;
  max-width: 100%;
}
ul.model-features {
  padding-left: 1.5em;
}
ul.model-features li {
  list-style: none;
  margin-left: 0;
}

/* 俱乐部 */
 .club-hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                    url('/images/club-hero.jpeg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 150px 0 100px;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.club-service-image {
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin: 40px 0;
}

.club-card {
    background: #000;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.club-card:hover {
    transform: translateY(-5px);
}

.club-card img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.section-divider {
    height: 2px;
    background: linear-gradient(to right, transparent, var(--primary-color), transparent);
    margin: 60px 0;
}

 .feature-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.feature-list li:before {
    content: "•";
    color: var(--primary-color);
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

/* 专属服务通道浮动按钮 */
.service-channel {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.service-channel-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-channel-btn:hover {
  background-color: var(--hover-color);
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* 页脚区域 */
.footer {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 80px 0 30px;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  height: 80px;
}

.footer-text {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 25px;
  color: #fff;
}

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

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

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.social-links li {
  margin-right: 15px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

/* 响应式调整 */
@media (max-width: 991.98px) {
  .navbar-collapse {
    /* background-color: #fff; */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  /* .hero-section {
    padding: 100px 0;
  } */
  
  .hero-title {
    font-size: 1.4rem;
  }
  .btn-banner {
    font-size: 3em;
    padding: .5em 1em;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .feature-box,
  .service-card,
  .event-card,
  .resource-card {
    margin-bottom: 20px;
  }

  #navbarNav {
    transition: opacity 0.3s ease-in-out;
  }

  .club-hero-section {
    padding: 40px 0;
    min-height: 40vh;
  }
}

/* 动画效果 */
.fade-in {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 自定义滚动条 */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--accent-color);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}
