/* Custom styles for high-end IVF site */
html {
      /* scroll-behavior: smooth; replaced by JS */
  }

body {
    font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
    color: #333;
}

.bg-hero {
    background-image: linear-gradient(rgba(15, 61, 110, 0.7), rgba(15, 61, 110, 0.7)), url('../assets/images/hero.jpg');
    background-size: cover;
    background-position: center;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
    color: #C8A97E;
}

.service-icon {
    transition: all 0.3s ease;
}

.gold-gradient {
    background: linear-gradient(135deg, #E3C587 0%, #C8A97E 100%);
}

.text-gold-gradient {
    background: linear-gradient(135deg, #E3C587 0%, #C8A97E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hover-gold:hover {
    color: #C8A97E !important;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* For mobile menu */
.mobile-menu-open {
    transform: translateX(0) !important;
}
