/* ==========================================
   Custom Styles - HangZhouZhuYun
   ========================================== */

/* Top Contact Bar */
.tm-top-bar {
  background-color: #1a1a1a;
  color: #c79c60;
  padding: 8px 0;
  font-size: 14px;
}
.tm-top-bar .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-top-bar-phone a {
  color: #c79c60;
  text-decoration: none;
  font-weight: 600;
}
.tm-top-bar-phone a:hover {
  color: #e0b87a;
}
.tm-top-bar-phone i {
  margin-right: 6px;
}
.tm-top-bar-info {
  color: #999;
  font-size: 13px;
}

/* Logo Text Style */
.tm-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-site-logo {
  width: 40px;
  height: 40px;
}
.tm-site-name {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 420px;
}
.tm-site-name a {
  color: #c79c60;
  text-decoration: none;
}
.tm-site-name a:hover {
  color: #e0b87a;
}

/* Hero Section Backgrounds - Different per page */
.tm-hero-daima { background: linear-gradient(rgba(40,39,38,0.92), rgba(40,39,38,0.95)), url('../img/special-1.jpg'); background-size: cover; background-position: center; }
.tm-hero-daihuai { background: linear-gradient(rgba(40,39,38,0.92), rgba(40,39,38,0.95)), url('../img/special-2.jpg'); background-size: cover; background-position: center; }
.tm-hero-daisheng { background: linear-gradient(rgba(40,39,38,0.92), rgba(40,39,38,0.95)), url('../img/special-3.jpg'); background-size: cover; background-position: center; }
.tm-hero-daimu { background: linear-gradient(rgba(40,39,38,0.92), rgba(40,39,38,0.95)), url('../img/popular-1.jpg'); background-size: cover; background-position: center; }
.tm-hero-zhuyun { background: linear-gradient(rgba(40,39,38,0.92), rgba(40,39,38,0.95)), url('../img/popular-2.jpg'); background-size: cover; background-position: center; }
.tm-hero-index { background: #282726; }

/* Service Cards */
.tm-service-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-service-card {
  background: #fff;
  padding: 25px 20px;
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  border-left: 4px solid #c79c60;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-service-card:hover {
  -webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.12);
          box-shadow: 0 4px 15px rgba(0,0,0,0.12);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.tm-service-card h3 {
  color: #c79c60;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
}
.tm-service-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Business Overview Cards (for index) */
.tm-biz-card {
  background: #fff;
  padding: 30px 25px;
  margin-bottom: 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}
.tm-biz-card:hover {
  border-bottom-color: #c79c60;
  -webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.1);
          box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.tm-biz-card h3 {
  color: #c79c60;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 8px;
}
.tm-biz-card .tm-biz-sub {
  color: #888;
  font-size: 13px;
  margin-bottom: 12px;
}
.tm-biz-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
.tm-biz-card a {
  color: #c79c60;
  font-weight: 600;
  font-size: 14px;
}
.tm-biz-card a:hover {
  color: #a07840;
}

/* Stats Section */
.tm-stats-section {
  background: #282726;
  color: white;
  padding: 50px 0;
}
.tm-stat-item {
  text-align: center;
  padding: 20px 10px;
}
.tm-stat-number {
  font-size: 42px;
  font-weight: 700;
  color: #c79c60;
  display: block;
}
.tm-stat-label {
  font-size: 14px;
  color: #ccc;
  margin-top: 5px;
}

/* FAQ Section */
.tm-faq-item {
  background: #fff;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-left: 3px solid #c79c60;
}
.tm-faq-item h4 {
  color: #333;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
}
.tm-faq-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Sub-service list */
.tm-sub-service {
  background: #fff;
  padding: 20px 25px;
  margin-bottom: 15px;
}
.tm-sub-service h4 {
  color: #c79c60;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
}
.tm-sub-service p {
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Advantages / Features */
.tm-advantage-item {
  text-align: center;
  padding: 25px 15px;
}
.tm-advantage-item i {
  font-size: 40px;
  color: #c79c60;
  margin-bottom: 15px;
}
.tm-advantage-item h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.tm-advantage-item p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* Page intro text */
.tm-page-intro {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  border-left: 4px solid #c79c60;
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

/* Section title */
.tm-section-title {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c79c60;
  display: inline-block;
}

/* Contact Info in Footer */
.tm-footer-contact p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.8;
}
.tm-footer-contact i {
  color: #c79c60;
  margin-right: 8px;
  width: 16px;
}

/* News / Info Cards */
.tm-news-card {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.tm-news-card h4 {
  color: #c79c60;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
}
.tm-news-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

/* Guarantee Section */
.tm-guarantee-item {
  background: #fff;
  padding: 20px 25px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tm-guarantee-item i {
  color: #c79c60;
  font-size: 24px;
  margin-right: 15px;
  margin-top: 3px;
}
.tm-guarantee-item h4 {
  font-size: 16px;
  color: #333;
  margin-top: 0;
  margin-bottom: 5px;
}
.tm-guarantee-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .tm-service-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .tm-site-name {
    max-width: 280px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tm-top-bar .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .tm-top-bar-info {
    display: none;
  }
  .tm-site-name {
    max-width: 180px;
    font-size: 12px;
  }
  .tm-stat-item {
    padding: 10px 5px;
  }
  .tm-stat-number {
    font-size: 30px;
  }
}
