.contact-bar {
  background: #2c3e50;
  color: #fff;
  padding: 8px 0;
  font-size: 13px;
}
.contact-bar a {
  color: #f39c12;
  text-decoration: none;
  margin-right: 20px;
}
.contact-bar a:hover {
  color: #e74c3c;
}
.contact-bar i {
  margin-right: 5px;
}
.logo-text {
  font-size: 14px;
  font-weight: bold;
  color: #2c3e50;
  text-decoration: none;
  display: inline-block;
  line-height: 1.4;
  max-width: 280px;
}
.logo-text:hover {
  color: #e74c3c;
  text-decoration: none;
}
.service-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  margin-bottom: 30px;
}
.service-card:hover {
  transform: translateY(-5px);
}
.service-card .icon {
  font-size: 48px;
  color: #e74c3c;
  margin-bottom: 15px;
}
.service-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #2c3e50;
}
.service-card p {
  color: #666;
  font-size: 14px;
}
.history-item {
  border-left: 3px solid #e74c3c;
  padding-left: 20px;
  margin-bottom: 25px;
}
.history-item h4 {
  color: #e74c3c;
  font-weight: bold;
}
.qualify-item {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 5px;
  margin-bottom: 10px;
}
.qualify-item i {
  color: #27ae60;
  margin-right: 10px;
}
.product-feature {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 25px;
}
.product-feature h4 {
  color: #e74c3c;
  font-weight: bold;
  margin-bottom: 15px;
}
.product-feature img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
}
.team-info {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.team-info h3 {
  color: #fff;
  margin-bottom: 20px;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.spec-table th, .spec-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}
.spec-table th {
  background: #f8f9fa;
  font-weight: bold;
}
.spec-table tr:nth-child(even) {
  background: #f8f9fa;
}
.plush-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.plush-item {
  flex: 0 0 calc(33.333% - 20px);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.plush-item:hover {
  transform: translateY(-5px);
}
.plush-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.plush-item .caption {
  padding: 15px;
}
.plush-item h4 {
  color: #e74c3c;
  margin-bottom: 10px;
}
.team-banner {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.team-banner h3 {
  color: #fff;
  margin-bottom: 20px;
}
.feature-list {
  list-style: none;
  padding: 0;
}
.feature-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.feature-list li:before {
  content: "\f004";
  font-family: FontAwesome;
  color: #e74c3c;
  margin-right: 10px;
}
.product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 25px;
  transition: transform 0.3s;
}
.product-card:hover {
  transform: translateY(-5px);
}
.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.product-card .info {
  padding: 20px;
}
.product-card h4 {
  color: #e74c3c;
  font-weight: bold;
  margin-bottom: 10px;
}
.team-header {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.team-header h3 {
  color: #fff;
  margin-bottom: 20px;
}
.spec-list {
  list-style: none;
  padding: 0;
}
.spec-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
}
.spec-list li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #27ae60;
  margin-right: 10px;
}
.factory-stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px 0;
}
.stat-item {
  text-align: center;
  padding: 20px;
  flex: 0 0 200px;
}
.stat-item .number {
  font-size: 36px;
  font-weight: bold;
  color: #e74c3c;
}
.stat-item .label {
  color: #666;
  margin-top: 5px;
}
.rc-product {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 25px;
  transition: transform 0.3s;
}
.rc-product:hover {
  transform: translateY(-5px);
}
.rc-product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.rc-product .details {
  padding: 20px;
}
.rc-product h4 {
  color: #e74c3c;
  font-weight: bold;
  margin-bottom: 10px;
}
.rc-product .specs {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.rc-product .spec {
  text-align: center;
}
.rc-product .spec .val {
  font-size: 18px;
  font-weight: bold;
  color: #2c3e50;
}
.rc-product .spec .lbl {
  font-size: 12px;
  color: #999;
}
.team-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.team-hero h3 {
  color: #fff;
  margin-bottom: 20px;
}
.tech-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
}
.tech-feature {
  background: rgba(255,255,255,0.2);
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
}
.trendy-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 25px;
  transition: transform 0.3s;
}
.trendy-item:hover {
  transform: translateY(-5px);
}
.trendy-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.trendy-item .content {
  padding: 20px;
}
.trendy-item h4 {
  color: #e74c3c;
  font-weight: bold;
  margin-bottom: 10px;
}
.trendy-item .tags {
  margin-top: 10px;
}
.trendy-item .tag {
  display: inline-block;
  background: #f0f0f0;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.creative-hero {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.creative-hero h3 {
  color: #fff;
  margin-bottom: 20px;
}
.culture-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.culture-tag {
  background: rgba(255,255,255,0.2);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
}
.award-badge {
  display: inline-block;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: #fff;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 12px;
  margin-top: 10px;
}
.footer-bar {
  background: #2c3e50;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}
.footer-links a {
  color: #f39c12;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 15px;
  border: 1px solid rgba(243, 156, 18, 0.3);
  border-radius: 20px;
  transition: all 0.3s;
}
.footer-links a:hover {
  background: #f39c12;
  color: #2c3e50;
  border-color: #f39c12;
}
.copyright {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
