/*!
Theme Name: Sanat
Theme URI: http://www.energeticthemes.com/themes/jagga
Author: EnergeticThemes
Author URI: https://amjadalii.com
Description: A Template for Architectural Interior Design company website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: @@pkg.textdomain
Tags: one-column, custom-colors, editor-style, custom-logo, custom-menu, featured-images, theme-options, translation-ready, blog, photography
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Layout
	## Main
	## Header
	## Page main title
	## Footer
	## Posts
	## Properties
	## Shop
	## Components
	## Search
# Elements
	## Accordion
	## Quote
	## Countdown
# Blocks
	## Member content - Team member
	## Pricing table
	## Quote
	## Testimonials
# Modules
	## Slider
# Comments
# 404
# Widgets
# Utilities
*/

@font-face {
	font-family: "Roboto";
	src: url("../../webfonts/Roboto-Regular.ttf") format('opentype');
	font-display: swap;
	-webkit-text-size-adjust: 100%;
}

body {
	scroll-behavior: smooth;
	font-size: 16px;
	font-family: Roboto, "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.4;
	color: #333;
	/* cursor: none; */
}


img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .large-gutters {
    margin-right: -25px;
    margin-left: -25px;
  }
  .large-gutters > .col,
  .large-gutters > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 576px) {
  .xl-gutters {
    margin-right: -60px;
    margin-left: -60px;
  }
  .xl-gutters > .col,
  .xl-gutters > [class*="col-"] {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.wp-caption-text {
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    background-color: #f4f4f4;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.site-header .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 991.98px) {
  .site-header .navbar .navbar-nav {
    background-color: #f4f4f4;
  }
}

.site-header .navbar .menu-item {
  font-weight: 800px;

  color: #000000;
  font-size: 1rem;
  margin-right: 9px;
  margin-left: 9px;
}

@media (max-width: 991.98px) {
  .site-header .navbar .nav-item {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.site-header .navbar .menu-item > a {
  color: #1c1d1e;
  font-weight: 900;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 02px;
  margin-right: 20px;
}

.site-header .navbar .menu-item > a.active {
  color: #e8a838;
}

@media (min-width: 992px) {
  .site-header .navbar .nav-item .nav-link {
    position: relative;
  }
  .site-header .navbar .nav-item .nav-link.active::before,
  .site-header .navbar .nav-item .nav-link:hover::before {
    content: "";
    border-bottom: solid 2px #000000;
    width: calc(100% - 0px);
    display: block;
    position: absolute;
    bottom: 1px;
    z-index: 1;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar .nav-item .dropdown-menu {
    border: solid 1px #ffffff;
    border-radius: 0px;
    background-color: white;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar .nav-item .dropdown-menu .dropdown-item {
    color: #1c1d1e;
    border: solid;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1;
    border-color: #1c1d1e;
    border-width: 1px;
    padding: 20px 40px;
  }
}

.site-header .nav-modules li {
  margin-left: 0px;
}

.site-header .navbar-toggler {
  background-color: #f4f4f4;
}

.btn-outline-black-header {
  border: solid;
  border-width: 2px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-pills .nav-link {
  padding: 0.75rem 2rem;
  border-radius: 2rem;
}

.nav-pills .nav-link.active {
  color: #ffffff;
}

.navbar .nav-modules {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.navbar .nav-modules .nav-item-search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar .nav-modules .nav-item-search .navbar-search-bar input {
  border-width: 1px;
  border-radius: 0;
  padding: 30px 0 30px 30px;
  border-right: none;
  background: #ffffff;
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

@media (min-width: 992px) {
  .navbar .nav-modules .nav-item-search .navbar-search-bar input {
    width: 320px;
    border-top: none;
    border-bottom: none;
  }
}

.navbar .nav-modules .nav-item-search .navbar-search-bar .btn {
  border-left: none;
  background: #ffffff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 15px 30px 15px 0;
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  .navbar .nav-modules .nav-item-search .navbar-search-bar {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
}

.navbar .nav-modules .navbar-nav .nav-item-search:not(:last-child) {
  margin-right: 1.5rem;
}

.navbar .nav-modules .btn-link {
  font-size: 1.125rem;
  font-weight: bold;
  color: #6246f9;
}

.navbar .nav-modules .nav-item-social-nav:not(:last-child) {
  margin-right: 1.2rem;
  padding-right: 1.2rem;
  border-right: solid 1px #dee2e6;
}

.navbar .nav-modules .nav-item-social-nav a:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 767.98px) {
  .navbar .nav-modules .nav-item-social-nav {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
  .navbar .nav-modules .nav-item-social-nav a:not(:last-child) {
    margin-right: 1.3rem;
  }
}

.navbar .nav-item-account i {
  font-size: 1.191rem;
  padding-right: 5px;
}

.navbar .nav-modules .btn {
  white-space: nowrap;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

@media (max-width: 991.98px) {
  .navbar .nav-modules {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
  }
  
  .navbar .nav-modules li {
    flex: 1;
  }
  
  .navbar .nav-modules .btn {
    width: 100%;
    justify-content: center;
    font-size: 0.8125rem;
    padding: 0.625rem 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .site-header .navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  
  .navbar .nav-modules {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .navbar .nav-modules .btn {
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
  }
}

@media (min-width: 992px) {
  .navbar .nav-modules {
    margin-left: auto;
  }
  
  .navbar .nav-modules .btn {
    font-size: 0.8125rem;
    padding: 0.375rem 0.75rem;
  }
}

@media (min-width: 1200px) {
  .navbar .nav-modules .btn {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
}

/*--------------------------------------------------------------
# Page main title
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #1c1d1e;
}

@media (min-width: 992px) {
  .site-footer ol,
  .site-footer ul {
    -webkit-padding-start: 1rem;
    -moz-padding-start: 1rem;
    padding-inline-start: 1rem;
  }
}

.site-footer .footer-widgets {
  padding-top: 80px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .site-footer .footer-widgets {
    padding-top: 100px;
  }
}

.site-footer .footer-widgets .footer-widget {
  font-weight: 500;
  margin-bottom: 30px;
}

.site-footer .footer-widgets .footer-widget .widget-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.site-footer .footer-widgets .footer-widget ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .site-footer .footer-widgets .footer-widget ul {
    margin-bottom: 0px;
  }
}

.site-footer .footer-widgets .footer-widget ul ul {
  -webkit-padding-start: 0rem;
  -moz-padding-start: 0rem;
  padding-inline-start: 0rem;
}

@media (min-width: 992px) {
  .site-footer .footer-widgets .footer-widget ul ul {
    -webkit-padding-start: 1rem;
    -moz-padding-start: 1rem;
    padding-inline-start: 1rem;
  }
}

.site-footer .footer-widgets .footer-widget ul li {
  padding: 0.6666666667rem 0;
  font-weight: 500;
}

.site-footer .footer-widgets .footer-widget a {
  color: #ffffff;
}

.site-footer .footer-widgets .footer-widget a:hover {
  color: #ffffff;
}

.site-footer .footer-bottom-area {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #747474;
  padding-top: 0px;
}

.site-footer .footer-bottom-area a {
  color: #ffffff;
}

.site-footer .footer-bottom-area a .icon {
  font-size: 18px;
  width: 1.25em;
}

.site-footer .footer-bottom-area a:hover {
  color: #ffffff;
}

.site-footer .footer-bottom-area .border-padding {
  padding-right: 15px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .site-footer .footer-bottom-area {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

.site-footer .footer-bottom-area .footer-nav.list-inline li {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
}

.site-footer .footer-bottom-area .footer-nav.list-inline li:not(:last-child) {
  margin-right: 1.2rem;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.blog-post .entry-media {
  margin-bottom: 0;
}

.blog-post .sticky::after {
  content: "\F08D";
  font-family: "Font Awesome\ 5 Free";
  font-size: 25px;
  font-weight: 900;
  color: #999999;
  position: absolute;
  top: -32px;
  left: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.blog-post .entry-content-wrapper {
  background-color: white;
  padding: 38px 30px;
}

.blog-post .entry-content-wrapper .entry-title {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .blog-post .entry-content-wrapper .entry-title {
    font-size: 1.5rem;
  }
}

.blog-post .entry-content-wrapper .entry-title a {
  color: #000000;
}

.blog-post .entry-content-wrapper .entry-content > p {
  margin-bottom: 0;
}

.blog-post .entry-content1-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 18px;
  background-color: #f4f4f4;
}

.blog-post .entry-content1-wrapper .entry-title {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.blog-post .entry-content1-wrapper .entry-title a {
  color: #000000;
}

.blog-post .entry-content1-wrapper .entry-content > p {
  margin-bottom: 0;
}

.entry-meta-top {
  font-size: 0.875rem;
  font-weight: 800;
  color: #a7a7a7;
  margin-bottom: 05;
}

.entry-meta-top a {
  color: #a7a7a7;
}

.entry-meta-top span {
  display: inline-block;
  margin-bottom: 13px;
}

.entry-meta-top span:not(:last-child) {
  margin-right: 1.6rem;
}

.entry-meta-top span i {
  margin-right: 0.5rem;
}

.entry-meta-top .entry-meta-category a:not(:last-child):after {
  content: "/";
  padding-left: 3px;
  padding-right: 3px;
}

.entry-footer .entry-meta-bottom {
  margin-top: 4rem;
}

.entry-footer .entry-author-container {
  border-top: solid 1px #ffffff;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.entry-footer .entry-author-container .caps {
  color: #999999;
}

.navigation.post-navigation {
  border-top: solid 1px #f4f4f4;
  border-bottom: solid 1px #f4f4f4;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.navigation.post-navigation .nav-subtitle {
  font-size: 0.75rem;
  color: #555865;
  text-transform: uppercase;
}

.navigation.post-navigation .nav-title {
  font-weight: 800;
  font-size: 1rem;
}

.entry-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-tags li {
  display: inline-block;
}

.entry-tags li.tags-icon {
  color: #999999;
  margin-right: 0.5rem;
}

.entry-tags li a {
  background-color: #dee2e6;
  border: 1px solid #dee2e6;
  padding: 12px 20px;
  margin: 5px 0.5rem 5px 0;
  font-size: 0.875em;
  line-height: 1.1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.entry-read-more {
  margin-top: 15px;
  display: block;
  color: #999999;
  font-size: 0.875rem;
}

.blog-post.card-post-style article {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-post.card-post-style article .entry-content-wrapper {
  border-top-width: 0;
}

.single-post article {
  padding-bottom: 1.9rem;
}

@media (max-width: 767.98px) {
  .single-post article .entry-content-wrapper {
    padding-top: 2.5rem;
  }
}

.single-post article .entry-content-wrapper .entry-media {
  position: relative;
}

.single-post article .entry-content-wrapper .entry-media img {
  z-index: 1;
  position: relative;
}

.single-post article .entry-content-wrapper .entry-media .entry-media-gallery .flickity-page-dots {
  bottom: 40px;
}

.single-post .comments {
  background: #ffffff;
  padding-top: 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.single-post .entry-footer,
.container-small {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .single-post .entry-footer,
  .container-small {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.text-center.align-items-center .btn.btn-light {
  color: #666666;
  background: #f4f4f4;
}

p.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 1rem;
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: calc(1.5rem + 3vw);
  font-weight: 800;
  line-height: 0.9;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

@media (min-width: 1200px) {
  p.has-drop-cap:not(:focus):first-letter {
    font-size: 3.75rem;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.property-block {
  margin-bottom: 57px;
}

.property-block .property-item .content-image {
  margin-bottom: 25px;
}

.property-block .property-item .content-title {
  margin-bottom: 15px;
  color: #1c1d1e;
}

.property-block .property-item .content-price {
  color: #6246f9;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.property-block .property-item .content-meta {
  color: #a7a7a7;
  margin-left: 0px;
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
/* Products */
/**
 * Products
 */
.products .product {
  list-style: none;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .products .product {
    margin-bottom: 45px;
  }
}

.products .product .product-content-wrapper {
  padding-top: 30px;
}

.products .product .product-content-wrapper .product-title {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.products .product .product-content-wrapper .price {
  font-size: 1rem;
  font-weight: bold;
  color: #6246f9;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Jetpack
--------------------------------------------------------------*/
/* =Infinity Styles
-------------------------------------------------------------- */
.infinite-loader {
  color: #000;
  display: block;
  height: 28px;
  text-indent: -9999px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#infinite-handle {
  text-align: center;
  margin: 0 auto;
}

#infinite-handle span {
  background: initial;
  border-radius: initial;
  color: initial;
  cursor: pointer;
  font-size: initial;
  padding: initial;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion .card .card-header {
  border-bottom: 0px;
}

.accordion .card .card-header a {
  display: block;
  position: relative;
}

.accordion .card .card-header a::before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #1c1d1e;
}

.accordion .card .card-header a.collapsed::before {
  content: "\f105";
}

.accordion .card .card-body {
  margin-top: 20px;
  background-color: #f4f4f4;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.position {
  position: absolute;
  fill: #ffffff;
  color: #ffffff;
}

@media (min-width: 992px) {
  .position {
    margin-left: -350px;
    margin-top: 165px;
  }
}

@media (max-width: 991.98px) {
  .position {
    margin-left: -375px;
    margin-top: 200px;
  }
}

@media (max-width: 767.98px) {
  .position {
    margin-left: -200px;
    margin-top: 100px;
  }
}

.position:hover {
  fill: #ffffff;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Countdown
--------------------------------------------------------------*/
.countdown .countdown_value {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 800;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 1200px) {
  .countdown .countdown_value {
    font-size: 2.5rem;
  }
}

.countdown .countdown_value:not(:last-child) {
  padding-right: 2rem;
}

.countdown .countdown_value .countdown_lable {
  font-size: 1rem;
  display: block;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.round-icon-list {
  padding-left: 0;
  list-style: none;
}

.round-icon-list li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  font-size: 1.125rem;
  border-radius: 50px;
  text-align: center;
}

.round-icon-list li a i {
  color: #000000;
}

.round-icon-list li:not(:last-child) {
  margin-right: 20px;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.member-content {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.member-content .member-text .member-name {
  margin-bottom: 15px;
}

.member-content .member-text .member-tag {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600px;
  color: #a7a7a7;
}

.member-content .member-text .member-link {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.small-gutters > .col,
.small-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gallery-gutters {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-gutters > .col,
.gallery-gutters > [class*="col-"] {
  padding: 15px;
}

.small-gallery-gutters {
  margin: -5px;
}

.small-gallery-gutters > .col,
.small-gallery-gutters > [class*="col-"] {
  padding: 5px;
}

.xs-gallery-gutters {
  margin: -2.5px;
}

.xs-gallery-gutters > .col,
.xs-gallery-gutters > [class*="col-"] {
  padding: 2.5px;
}

/*--------------------------------------------------------------
# Pricing table
--------------------------------------------------------------*/
.pricing-table-item {
  margin-bottom: 2rem;
  padding: 3rem 3rem;
}

.pricing-table-item .pricing-table__title {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.pricing-table-item .pricing-table__price {
  margin-bottom: 1rem;
  font-weight: 800;
}

.pricing-table-item .pricing-table__price .pricing-table__amount {
  font-size: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
  .pricing-table-item .pricing-table__price .pricing-table__amount {
    font-size: 3.75rem;
  }
}

.pricing-table-item .pricing-table__price * {
  display: inline;
  font-size: 1.25rem;
}

.pricing-table-item .pricing-table__features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

/*--------------------------------------------------------------
# iframe
--------------------------------------------------------------*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*--------------------------------------------------------------
# text-image-box
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.heme-carousel .carousel-item {
  min-height: 666px;
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, color-stop(66.66%, #000000), color-stop(66.6666666%, #232323));
  background: -webkit-linear-gradient(left, #000000 66.66%, #232323 66.6666666%);
  background: linear-gradient(90deg, #000000 66.66%, #232323 66.6666666%);
}

.heme-carousel .carousel-item .heme-carousel-caption {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #fff;
}

@media (min-width: 992px) {
  .heme-carousel .carousel-item .heme-carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-meta {
  position: relative;
}

.comment-awaiting-moderation {
  font-size: 0.9375rem;
  color: red;
  margin-left: 60px;
  margin-top: 13px;
}

.cnns-comment-subscription {
  margin-top: 22px;
}

.cnns-comment-subscription label {
  font-size: 1.0625rem;
  display: inline;
  margin-left: 3px;
  position: relative;
  top: 1px;
  color: #a7a7a7;
}

#disqus_thread {
  display: block;
  padding-top: 1em;
}

@media only screen and (min-width: 600px) {
  #disqus_thread {
    padding-top: 4em;
  }
}

.comments-title {
  margin-bottom: 2rem;
  color: #999999;
  font-weight: 400;
}

@media (min-width: 992px) {
  .comments {
    padding-bottom: 120px;
  }
}

@media (max-width: 991.98px) {
  .comments {
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .comments {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 599px) {
  body.has-no-comments .comments {
    padding-top: 0;
  }
}

.comment,
.comment_container {
  margin: 0 0 60px;
  list-style-type: none;
}

.comment .avatar,
.comment_container .avatar {
  border-radius: 100px;
  float: left;
  width: 44px;
  height: 44px;
  margin-top: 2px;
  margin-right: 2rem;
}

.comment-author,
.comment_container-author {
  font-size: 1.0625rem;
  display: block;
  margin: 0 0 10px;
}

@media only screen and (min-width: 600px) {
  .comment-author,
  .comment_container-author {
    font-size: 1.125rem;
  }
}

.comment-author .says,
.comment_container-author .says {
  display: none;
}

.comment-author span,
.comment-author cite,
.comment-author a,
.comment_container-author span,
.comment_container-author cite,
.comment_container-author a {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}

.comment-author .fn a,
.comment_container-author .fn a {
  font-weight: 800;
}

.comment-notes,
.comment_container-notes {
  display: none;
}

.comment .reply,
.comment-content,
.comment .comment-text,
.comment_container .reply,
.comment_container-content,
.comment_container .comment-text {
  margin-left: 77px;
}

.comment .reply,
.comment_container .reply {
  display: block;
  margin-top: 15px;
}

.comment .reply a,
.comment_container .reply a {
  font-size: 0.875rem;
  background: #dee2e6;
  border-radius: 2px;
  color: #6c757d;
  display: inline-block;
  font-weight: 500;
  padding: 0.2em 0.65em;
  margin-left: -1px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media (min-width: 600px) {
  .comment .reply a,
  .comment_container .reply a {
    border-radius: 2px;
  }
}

.comment .reply a:hover,
.comment_container .reply a:hover {
  color: #000000;
}

.comment-content a,
.comment_container-content a {
  word-wrap: break-word;
  text-decoration: underline;
}

.comment-content a:hover,
.comment_container-content a:hover {
  text-decoration: none;
}

.comment-body,
.comment_container-body {
  clear: both;
}

.comment .comment-respond,
.comment_container .comment-respond {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 600px) {
  .comment .comment-respond,
  .comment_container .comment-respond {
    margin-left: 60px;
  }
}

.comment-metadata {
  font-size: 0.875rem;
  display: block;
  margin-top: -10px;
  margin-bottom: 0.5rem;
}

.comment-metadata a {
  color: #999999;
}

.comment-metadata a:hover {
  color: #000000;
}

.comments__inner .children {
  padding: 0;
}

.comments .comments__inner .children {
  margin-top: 30px;
}

@media only screen and (max-width: 700px) {
  .comments .comments__inner .children .comments__inner .children {
    margin-left: 0;
  }
}

@media only screen and (min-width: 400px) {
  .comments .comments__inner .children {
    margin-top: 30px;
    margin-left: 60px;
  }
  .comments .comments__inner .children .comment {
    margin: 0 0 25px 0;
  }
}

.pingback {
  margin-bottom: 25px;
}

.pingback .comment-edit-link {
  color: gray;
}

.pingback .comment-edit-link:hover {
  color: #000000;
}

article.comment-body {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  -webkit-box-shadow: 0 0 0 2px #000000;
  box-shadow: 0 0 0 2px #000000;
  padding: 5px;
  top: 2px;
  position: relative;
}

.comment.depth-3 p,
.comment.depth-4 p,
.comment.depth-5 p,
.comment.depth-6 p,
.comment.depth-7 p {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.comment-reply-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: h2;
}

body.has-no-comments .comment-reply-title {
  margin-top: 0;
}

.comment-reply-title small {
  font-size: 0.875rem;
  font-weight: normal;
  color: #999999;
  float: right;
  position: relative;
  top: 8px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media only screen and (min-width: 600px) {
  .comment-reply-title small {
    font-size: 0.9375rem;
  }
}

.comment-reply-title small:hover {
  color: #000000;
}

.logged-in-as {
  margin-top: -15px;
  font-size: 0.875rem;
}

.logged-in-as:hover {
  text-decoration: underline;
}

.no-comments {
  text-align: center;
}

.comment-form-comment label {
  color: #a7a7a7;
}

.required {
  color: #dc3545;
}

body.has-no-comments .comment-respond {
  margin-left: 0;
}

.comment-respond p {
  position: relative;
  margin-bottom: 20px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
  margin-top: 30px;
  display: block;
}

@media (max-width: 599px) {
  .comment-respond .form-submit input {
    width: 100%;
  }
}

.comment-form-cookies-consent {
  display: block;
  margin-bottom: 30px !important;
}

.comment-form-cookies-consent label {
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 8px;
  color: #a7a7a7;
  display: inline-block;
  -webkit-font-smoothing: auto !important;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 4rem;
}

.widget .widget-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #999999;
  display: block;
  text-transform: uppercase;
}

.widget ol,
.widget ul {
  -webkit-padding-start: 1.25rem;
  -moz-padding-start: 1.25rem;
  padding-inline-start: 1.25rem;
}

.widget_pages ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
  width: 100%;
}

.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a {
  display: inline-block;
  padding: 0.5rem 0;
}

.widget_pages > ul,
.widget_recent_comments > ul,
.widget_meta > ul,
.widget_recent_entries > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_product_categories > ul {
  list-style: none;
}

.widget_pages > ul > li::before,
.widget_recent_comments > ul > li::before,
.widget_meta > ul > li::before,
.widget_recent_entries > ul > li::before,
.widget_archive > ul > li::before,
.widget_categories > ul > li::before,
.widget_product_categories > ul > li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: solid 1px #999999;
  border-radius: 50px;
  margin-left: -1.25rem;
  margin-right: 10px;
}

.widget_recent_comments li {
  margin-bottom: 1rem;
}

.widget_nav_menu ul {
  padding-left: 0;
}

.widget_nav_menu ul li {
  width: 100%;
  list-style: none;
  padding: 0.6rem 0;
}

.widget_nav_menu ul li a {
  display: inline-block;
}

.widget_nav_menu ul .current-menu-item a {
  padding: 0.4rem 2rem;
  margin-left: -2rem;
  border-radius: 50px;
  min-width: 130px;
}

.widget_rss ul {
  list-style: none;
  padding: 0;
}

.widget_rss ul li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.widget_rss ul li:not(:last-child) {
  border-bottom: solid 1px #dee2e6;
}

.widget_rss ul li a.rsswidget {
  font-size: 1.2rem;
 
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
}

.widget_rss ul li .rss-date {
  color: #999999;
  font-size: 0.875em;
  margin-bottom: 0.5rem;
  display: block;
}

.search-form .form-control,
.search-form .btn {
  border-color: #f4f4f4;
}

.search-form .input-group .form-control {
  border-color: #f4f4f4;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Night Mode
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .height-px-420 {
    height: 420px;
  }
}

@media (min-width: 992px) {
  .height-px-542 {
    height: 542.99px;
  }
}

@media (min-width: 768px) {
  .height-px-600 {
    height: 603px;
  }
}

@media (max-width: 767.98px) {
  .height-px-600 {
    height: 320px;
  }
}

@media (min-width: 992px) {
  .home-bg {
    background-image: url("../images/home/h1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  .home-bg-1 {
    background-image: url("../images/home/bgi2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  .about-bg-1 {
    background-image: url("../images/home/bgi4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991.98px) {
  .home-bg-11 {
    background-image: url("../images/home/h16.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 40vh;
  }

  .home-bg-12 {
    background-image: url("../images/home/h17.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 40vh;
  }
}

@media (min-width: 992px) {
  .home-bgi3 {
    background-image: url("../images/home/bgi3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50vh;
  }
}

@media (min-width: 992px) {
  .service-1 {
    background-image: url("../images/services/service1.jpg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center left;
  }
}

@media (min-width: 992px) {
  .team-1 {
    background-image: url("../images/team/teambg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media (min-width: 992px) {
  .featured-image {
    background-image: url("../images/single-project/featured-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 90vh;
  }
}

@media (max-width: 991.98px) {
  .featured-image {
    background-image: url("../images/single-project/featured-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50vh;
  }
}

@media (max-width: 767.98px) {
  .featured-image {
    background-image: url("../images/single-project/featured-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 30vh;
  }
}

@media (min-width: 992px) {
  .featured-image-blog {
    background-image: url("../images/blog/b1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 65vh;
  }
}

@media (max-width: 991.98px) {
  .featured-image-blog {
    min-height: 50vh;
  }
}

@media (max-width: 767.98px) {
  .featured-image-blog {
    background-position: center center;
    min-height: 30vh;
  }
}

.seventy-percent-bg-black-pearl {
  background-color: transparent;
  background-color: #1c1d1e;
}

@media (min-width: 992px) {
  .seventy-percent-bg-black-pearl {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #1c1d1e), color-stop(45%, #f4f4f4));
    background: -webkit-linear-gradient(top, #1c1d1e 45%, #f4f4f4 45%);
    background: linear-gradient(180deg, #1c1d1e 45%, #f4f4f4 45%);
  }
}

.custom-icon {
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  position: relative;
}

@media (min-width: 992px) {
  .custom-icon {
    font-size: 50px;
    line-height: 50px;
    position: relative;
  }
}

.icon-style {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  padding-right: 10px;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.8em;
  font-weight: 500;
}

.lead-1 {
  font-size: 1.25rem;
  line-height: 1.7em;
  font-weight: 400;
}

.paragraph-extend {
  font-size: calc(1.3rem + 0.6vw);
  color: #1c1d1e;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 52px;
}

@media (min-width: 1200px) {
  .paragraph-extend {
    font-size: 1.75rem;
  }
}

.title-404 {
  color: #000000;
  font-size: 175px;
  font-weight: 600;
  line-height: 210px;
  width: 100%;
}

@media (min-width: 992px) {
  .title-404 {
    color: #000000;
    font-size: 280px;
    font-weight: 600;
    line-height: 310px;
  }
}

.heading-size {
  font-size: 1.25rem;
  line-height: 25px;
  font-weight: 700;
}

.font-fifty {
  color: ##e8a838;
  font-size: calc(1.46875rem + 2.625vw);
  line-height: 50px;
}

@media (min-width: 1200px) {
  .font-fifty {
    font-size: 3.4375rem;
  }
}

.input-border {
  border-color: #1c1d1e;
}

.input-border:focus {
  border-color: #1c1d1e;
}

.hover:hover {
  color: #a8a8a8;
}

.custom-line-height {
  line-height: 38px;
  margin-bottom: 19px;
}

.read-more-style {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #818a91;
}

.number-border {
  border: solid;
  border-width: 1px;
  border-bottom: 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #747474;
  text-align: center;
}

.input-border {
  border: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1;
  border-color: #1c1d1e;
}

.input-border .padding-1 {
  padding-top: 20px;
  padding-bottom: 21px;
}

.padding {
  padding: 5px 25px;
}

.image-height {
  height: 40px;
}

.font-size {
  font-size: 14px;
  color: #747474;
  font-weight: normal;
}

@media (min-width: 992px) {
  .ml-n28 {
    margin-left: -17px;
  }
}

@media (max-width: 991.98px) {
  .ml-n28 {
    margin-left: -45px;
  }
}

@media (max-width: 767.98px) {
  .ml-n28 {
    margin-left: 0px;
  }
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

/*--------------------------------------------------------------
# Button System - 统一按钮系统
--------------------------------------------------------------*/
/* 基础按钮样式 */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.75rem 1.75rem;
  font-size: 0.9375rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.btn i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.btn:hover {
  text-decoration: none;
}

/* ===== 浅色背景场景 ===== */
/* 主要按钮 - 金色填充 */
.btn-primary,
.btn-gold {
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  color: #1c1d1e;
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(232, 168, 56, 0.3);
}

.btn-primary:hover,
.btn-gold:hover {
  background: linear-gradient(135deg, #d4972e 0%, #e8a838 100%);
  color: #1c1d1e;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(232, 168, 56, 0.4);
}

.btn-primary:active,
.btn-gold:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(232, 168, 56, 0.3);
}

.btn-primary:hover i,
.btn-gold:hover i {
  transform: translateX(3px);
}

/* 次要按钮 - 深色填充 */
.btn-secondary,
.btn-dark {
  background-color: #1c1d1e;
  color: #ffffff;
  border-color: #1c1d1e;
  box-shadow: 0 4px 15px rgba(28, 29, 30, 0.2);
}

.btn-secondary:hover,
.btn-dark:hover {
  background-color: #2a2b2c;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(28, 29, 30, 0.3);
}

.btn-secondary:active,
.btn-dark:active {
  transform: translateY(0);
}

/* 轮廓按钮 - 金色边框 */
.btn-outline-primary,
.btn-outline-gold {
  background-color: transparent;
  color: #e8a838;
  border-color: #e8a838;
}

.btn-outline-primary:hover,
.btn-outline-gold:hover {
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  color: #1c1d1e;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(232, 168, 56, 0.3);
}

/* 轮廓按钮 - 深色边框 */
.btn-outline-secondary,
.btn-outline-dark {
  background-color: transparent;
  color: #1c1d1e;
  border-color: #1c1d1e;
}

.btn-outline-secondary:hover,
.btn-outline-dark:hover {
  background-color: #1c1d1e;
  color: #ffffff;
  transform: translateY(-2px);
}

/* 白色按钮 - 浅色背景用 */
.btn-white {
  background-color: #ffffff;
  color: #1c1d1e;
  border-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-white:hover {
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  color: #1c1d1e;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(232, 168, 56, 0.4);
}

/* ===== 深色背景场景 ===== */
/* 深色背景上的主要按钮 - 金色 */
.btn-on-dark.btn-primary,
.btn-on-dark.btn-gold {
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  color: #1c1d1e;
  border-color: transparent;
  box-shadow: 0 4px 20px rgba(232, 168, 56, 0.4);
}

.btn-on-dark.btn-primary:hover,
.btn-on-dark.btn-gold:hover {
  background: #ffffff;
  color: #1c1d1e;
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
}

/* 深色背景上的轮廓按钮 - 白色边框 */
.btn-on-dark.btn-outline-white {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-on-dark.btn-outline-white:hover {
  background-color: #ffffff;
  color: #1c1d1e;
  border-color: #ffffff;
}

/* 深色背景上的轮廓按钮 - 金色边框 */
.btn-on-dark.btn-outline-gold {
  background-color: transparent;
  color: #e8a838;
  border-color: #e8a838;
}

.btn-on-dark.btn-outline-gold:hover {
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  color: #1c1d1e;
  box-shadow: 0 4px 20px rgba(232, 168, 56, 0.4);
}

/* 深色背景上的白色按钮 */
.btn-on-dark.btn-white {
  background-color: #ffffff;
  color: #1c1d1e;
  border-color: #ffffff;
}

.btn-on-dark.btn-white:hover {
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  color: #1c1d1e;
  border-color: transparent;
}

/* ===== 金色/强调色背景场景 ===== */
.btn-on-gold {
  background-color: #1c1d1e;
  color: #ffffff;
  border-color: #1c1d1e;
}

.btn-on-gold:hover {
  background-color: #ffffff;
  color: #1c1d1e;
}

/* ===== 按钮尺寸 ===== */
.btn-lg {
  padding: 1rem 2.25rem;
  font-size: 1.0625rem;
}

.btn-lg i {
  font-size: 1.125rem;
}

.btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
}

.btn-sm i {
  font-size: 0.875rem;
}

.btn-xs {
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
}

.btn-xs i {
  font-size: 0.75rem;
}

/* ===== 特殊按钮样式 ===== */
/* 带箭头的按钮 */
.btn-arrow {
  padding-right: 1.5rem;
}

.btn-arrow::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.btn-arrow:hover::after {
  transform: translateX(5px);
}

/* 图标圆形按钮 */
.btn-icon {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
}

.btn-icon.btn-lg {
  width: 52px;
  height: 52px;
}

.btn-icon.btn-sm {
  width: 36px;
  height: 36px;
}

/* 加载状态按钮 */
.btn-loading {
  pointer-events: none;
  opacity: 0.8;
}

.btn-loading::before {
  content: "";
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: btn-spin 0.75s linear infinite;
  margin-right: 0.5rem;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ===== 旧版兼容按钮 ===== */
.btn-school-yellow {
  background-color: #1c1d1e;
  border-color: #1c1d1e;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.625rem 1.5rem;
  transition: all 0.3s ease;
}

.btn-school-yellow:hover {
  background-color: #e8a838;
  border-color: #e8a838;
  color: #1c1d1e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(232, 168, 56, 0.4);
}

.btn-school-yellow:active {
  transform: translateY(0);
}

.btn-black-pearl:hover {
  background-color: #e8a838;
  border-color: #e8a838;
  color: #1c1d1e;
}

.btn-link {
  border: solid;
  border-width: 4px;
  border-bottom: 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 6px;
  font-weight: bold;
}

.btn-link:hover {
  color: #1c1d1e;
}

.nav-tabs .nav-link {
  border: 3px solid transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.font-italic {
  font-style: italic;
}

/* ===== 按钮组 ===== */
.btn-group-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.btn-group-custom.btn-group-center {
  justify-content: center;
}

.btn-group-custom.btn-group-start {
  justify-content: flex-start;
}

.btn-group-custom.btn-group-end {
  justify-content: flex-end;
}

/* ===== 响应式适配 ===== */
@media (max-width: 767.98px) {
  .btn {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
  }

  .btn-lg {
    padding: 0.75rem 1.75rem;
    font-size: 0.9375rem;
  }

  .btn-group-custom {
    gap: 0.75rem;
  }

  .btn-group-custom.btn-group-stack-mobile {
    flex-direction: column;
    width: 100%;
  }

  .btn-group-custom.btn-group-stack-mobile .btn {
    width: 100%;
  }
}

.hover-color:hover {
  color: #747474;
}

.nav-pills.border-right .nav-link.active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*--------------------------------------------------------------
# Feature Cards (About Page)
--------------------------------------------------------------*/
.feature-card {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

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

.feature-card-left {
  margin-right: 0;
}

.feature-card-right {
  margin-left: 0;
}

@media (min-width: 992px) {
  .feature-card-left {
    margin-right: 2rem;
  }

  .feature-card-right {
    margin-left: 2rem;
  }
}

.feature-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #1c1d1e;
  border-radius: 50%;
  margin-right: 1.5rem;
  transition: all 0.3s ease;
  background-color: transparent;
  position: relative;
}

.feature-icon::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px dashed #e8a838;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon::before {
  opacity: 1;
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.feature-icon i {
  font-size: 2rem;
  color: #1c1d1e;
  transition: all 0.3s ease;
  z-index: 1;
}

.feature-card:hover .feature-icon {
  background-color: #e8a838;
  border-color: #e8a838;
  transform: scale(1.05);
}

.feature-card:hover .feature-icon i {
  color: #ffffff;
}

.feature-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c1d1e;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.feature-card:hover .feature-content h3 {
  color: #e8a838;
}

.feature-content p {
  font-size: 0.9375rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .feature-card {
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
  }

  .feature-icon {
    width: 65px;
    height: 65px;
    margin-right: 1rem;
  }

  .feature-icon::before {
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
  }

  .feature-icon i {
    font-size: 1.5rem;
  }

  .feature-content h3 {
    font-size: 1.125rem;
  }

  .feature-content p {
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
# Ability Cards (About Page - Design Ability)
--------------------------------------------------------------*/
.ability-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.ability-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(232, 168, 56, 0.25);
}

.ability-card-img {
  position: relative;
  overflow: hidden;
}

.ability-card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(28, 29, 30, 0.7));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ability-card:hover .ability-card-img::after {
  opacity: 1;
}

.ability-card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ability-card:hover .ability-card-img img {
  transform: scale(1.08);
}

.ability-card-body {
  padding: 1.75rem;
}

.ability-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.ability-card-title a {
  color: #1c1d1e;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.ability-card-title a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e8a838;
  transition: width 0.3s ease;
}

.ability-card:hover .ability-card-title a {
  color: #e8a838;
}

.ability-card:hover .ability-card-title a::after {
  width: 100%;
}

.ability-card-desc {
  font-size: 0.9375rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .ability-card-img img {
    height: 180px;
  }

  .ability-card-body {
    padding: 1.5rem;
  }

  .ability-card-title {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .ability-card-img img {
    height: 160px;
  }

  .ability-card-body {
    padding: 1.25rem;
  }

  .ability-card-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .ability-card-desc {
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
# Ability Items (About Page - Design Ability with Icons)
--------------------------------------------------------------*/
.ability-item {
  padding: 2rem 1.5rem;
  background-color: #ffffff;
  border-radius: 1rem;
  transition: all 0.4s ease;
  height: 100%;
  border: 1px solid transparent;
}

.ability-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: #e8a838;
}

.ability-icon-wrap {
  margin-bottom: 1.5rem;
}

.ability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  transition: all 0.4s ease;
  position: relative;
}

.ability-icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px dashed #e8a838;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
}

.ability-item:hover .ability-icon::before {
  opacity: 1;
  animation: rotate 15s linear infinite;
}

.ability-icon i {
  font-size: 2.25rem;
  color: #ffffff;
  transition: all 0.4s ease;
}

.ability-item:hover .ability-icon {
  transform: scale(1.1) rotate(5deg);
}

.ability-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c1d1e;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.ability-item:hover .ability-title {
  color: #e8a838;
}

.ability-desc {
  font-size: 0.9375rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .ability-item {
    padding: 1.75rem 1.25rem;
  }

  .ability-icon {
    width: 80px;
    height: 80px;
  }

  .ability-icon i {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .ability-item {
    padding: 1.5rem 1rem;
  }

  .ability-icon {
    width: 70px;
    height: 70px;
  }

  .ability-icon::before {
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
  }

  .ability-icon i {
    font-size: 1.75rem;
  }

  .ability-title {
    font-size: 1.125rem;
  }

  .ability-desc {
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
# Contact Page Styles
--------------------------------------------------------------*/
.contact-info-card {
  background: linear-gradient(135deg, #1c1d1e 0%, #2d2e30 100%);
  border-radius: 1rem;
  padding: 2.5rem;
  height: 100%;
}

.contact-info-card h2 {
  font-weight: 700;
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-info-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8a838;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.contact-info-item:hover .contact-info-icon {
  transform: scale(1.1);
  background-color: #f5c563;
}

.contact-info-icon i {
  font-size: 1.25rem;
  color: #ffffff;
}

.contact-info-content h6 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #e8a838;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-info-content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.contact-form-card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.contact-form-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c1d1e;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1rem 0.75rem;
  height: auto;
  transition: all 0.3s ease;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  border-color: #e8a838;
  box-shadow: 0 0 0 0.2rem rgba(232, 168, 56, 0.15);
}

.contact-form-card .form-floating > label {
  padding: 1rem 0.75rem;
}

.contact-form-card textarea.form-control {
  min-height: 140px;
}

.service-section-wrapper {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #fff8e6 100%);
  position: relative;
}

.service-section-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e8a838 0%, #f5c563 50%, #e8a838 100%);
}

.service-section-wrapper .service-card {
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
  border: 1px solid #e9ecef;
}

.service-section-wrapper .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: #e8a838;
}

.service-section-wrapper .service-card-header {
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.service-section-wrapper .service-card-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.service-section-wrapper .service-card:hover .service-card-icon {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.service-section-wrapper .service-card-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

.service-section-wrapper .service-card-header h4 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.service-section-wrapper .service-card-body {
  padding: 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.service-section-wrapper .service-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.service-section-wrapper .service-item:hover {
  background-color: #f8f9fa;
}

.service-section-wrapper .service-item.highlight {
  background: linear-gradient(135deg, #fff8e6 0%, #fffdf5 100%);
  border-left: 3px solid #e8a838;
}

.service-section-wrapper .service-item.highlight:hover {
  background: linear-gradient(135deg, #fff3d6 0%, #fff9e8 100%);
}

.service-section-wrapper .service-item-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.service-section-wrapper .service-item:hover .service-item-icon {
  background-color: #e8a838;
}

.service-section-wrapper .service-item-icon i {
  font-size: 1rem;
  color: #6c757d;
  transition: all 0.3s ease;
}

.service-section-wrapper .service-item:hover .service-item-icon i {
  color: #ffffff;
}

.service-section-wrapper .service-item.highlight .service-item-icon {
  background-color: #e8a838;
}

.service-section-wrapper .service-item.highlight .service-item-icon i {
  color: #ffffff;
}

.service-section-wrapper .service-item-content h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #1c1d1e;
  margin-bottom: 0.25rem;
}

.service-section-wrapper .service-item-content p {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .service-section-wrapper .service-card-header {
    padding: 1.5rem 1.75rem;
  }

  .service-section-wrapper .service-card-icon {
    width: 50px;
    height: 50px;
  }

  .service-section-wrapper .service-card-icon i {
    font-size: 1.25rem;
  }

  .service-section-wrapper .service-card-header h4 {
    font-size: 1.25rem;
  }

  .service-section-wrapper .service-card-body {
    padding: 1.5rem 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .service-section-wrapper .service-card-header {
    padding: 1.25rem 1.5rem;
  }

  .service-section-wrapper .service-card-icon {
    width: 45px;
    height: 45px;
  }

  .service-section-wrapper .service-card-icon i {
    font-size: 1.125rem;
  }

  .service-section-wrapper .service-card-header h4 {
    font-size: 1.125rem;
  }

  .service-section-wrapper .service-card-body {
    padding: 1.25rem 1.5rem;
    gap: 1rem;
  }

  .service-section-wrapper .service-item {
    padding: 0.5rem;
    gap: 0.75rem;
  }

  .service-section-wrapper .service-item-icon {
    width: 38px;
    height: 38px;
  }

  .service-section-wrapper .service-item-icon i {
    font-size: 0.875rem;
  }

  .service-section-wrapper .service-item-content h6 {
    font-size: 0.9375rem;
  }

  .service-section-wrapper .service-item-content p {
    font-size: 0.8125rem;
  }
}

@media (max-width: 991.98px) {
  .contact-info-card {
    padding: 2rem;
  }

  .contact-form-card {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .contact-info-card {
    padding: 1.5rem;
  }

  .contact-form-card {
    padding: 1.5rem;
  }

  .contact-info-icon {
    width: 45px;
    height: 45px;
  }

  .contact-info-icon i {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Service Cards (Contact Page)
--------------------------------------------------------------*/
.service-card {
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.service-card-header {
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.service-card-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.service-card:hover .service-card-icon {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.service-card-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

.service-card-header h4 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.service-card-body {
  padding: 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.service-item:hover {
  background-color: #f8f9fa;
}

.service-item.highlight {
  background: linear-gradient(135deg, #fff8e6 0%, #fffdf5 100%);
  border-left: 3px solid #e8a838;
}

.service-item.highlight:hover {
  background: linear-gradient(135deg, #fff3d6 0%, #fff9e8 100%);
}

.service-item-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.service-item:hover .service-item-icon {
  background-color: #e8a838;
}

.service-item-icon i {
  font-size: 1rem;
  color: #6c757d;
  transition: all 0.3s ease;
}

.service-item:hover .service-item-icon i {
  color: #ffffff;
}

.service-item.highlight .service-item-icon {
  background-color: #e8a838;
}

.service-item.highlight .service-item-icon i {
  color: #ffffff;
}

.service-item-content h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #1c1d1e;
  margin-bottom: 0.25rem;
}

.service-item-content p {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .service-card-header {
    padding: 1.5rem 1.75rem;
  }

  .service-card-icon {
    width: 50px;
    height: 50px;
  }

  .service-card-icon i {
    font-size: 1.25rem;
  }

  .service-card-header h4 {
    font-size: 1.25rem;
  }

  .service-card-body {
    padding: 1.5rem 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .service-card-header {
    padding: 1.25rem 1.5rem;
  }

  .service-card-icon {
    width: 45px;
    height: 45px;
  }

  .service-card-icon i {
    font-size: 1.125rem;
  }

  .service-card-header h4 {
    font-size: 1.125rem;
  }

  .service-card-body {
    padding: 1.25rem 1.5rem;
    gap: 1rem;
  }

  .service-item {
    padding: 0.5rem;
    gap: 0.75rem;
  }

  .service-item-icon {
    width: 38px;
    height: 38px;
  }

  .service-item-icon i {
    font-size: 0.875rem;
  }

  .service-item-content h6 {
    font-size: 0.9375rem;
  }

  .service-item-content p {
    font-size: 0.8125rem;
  }
}

/*--------------------------------------------------------------
# Scrollable Nav Tabs
--------------------------------------------------------------*/
.nav-tabs-wrapper {
  position: relative;
  overflow: hidden;
}

.nav-tabs-wrapper .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #e8a838 #f4f4f4;
  padding-bottom: 0.5rem;
  margin-bottom: -0.5rem;
}

.nav-tabs-wrapper .nav-tabs::-webkit-scrollbar {
  height: 6px;
}

.nav-tabs-wrapper .nav-tabs::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 3px;
}

.nav-tabs-wrapper .nav-tabs::-webkit-scrollbar-thumb {
  background: #e8a838;
  border-radius: 3px;
}

.nav-tabs-wrapper .nav-tabs::-webkit-scrollbar-thumb:hover {
  background: #d4972e;
}

.nav-tabs-wrapper .nav-tabs .nav-link {
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-tabs-scroll-hint {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, transparent, #ffffff);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-tabs-wrapper.has-overflow .nav-tabs-scroll-hint {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .nav-tabs-wrapper .nav-tabs {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .nav-tabs-wrapper .nav-tabs::-webkit-scrollbar {
    display: none;
  }
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}

.pagination li {
  list-style: none;
  margin: 0;
}

.pagination li a,
.pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1c1d1e;
  background-color: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pagination li a:hover {
  color: #ffffff;
  background-color: #e8a838;
  border-color: #e8a838;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(232, 168, 56, 0.3);
}

.pagination li a.current {
  color: #ffffff;
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  border-color: #e8a838;
  box-shadow: 0 4px 15px rgba(232, 168, 56, 0.35);
}

.pagination li span {
  color: #6c757d;
  background-color: #f8f9fa;
  border-color: #dee2e6;
  cursor: default;
}

@media (max-width: 767.98px) {
  .pagination {
    gap: 0.375rem;
  }

  .pagination li a,
  .pagination li span {
    min-width: 38px;
    height: 38px;
    font-size: 0.875rem;
    padding: 0 0.5rem;
  }
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #061e34;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.markdown-body code,
.markdown-body li > code,
.markdown-body p > code,
.markdown-body pre,
.markdown-body pre[rel]:not([rel=""]):before {
}
.markdown-body p {
  line-height: 2em;
  margin: 1em 0;
}
.markdown-body blockquote > p {
  text-indent: 0;
}
.markdown-body h1 {
  font-size: 2.2em;
}
.markdown-body h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}
.markdown-body h3 {
  font-size: 1.25em;
  line-height: 2em;
  margin-bottom: 0.625em;
  margin-top: 1.25em;
}
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-size: 1.125em;
  margin: 1em 0;
}
.markdown-body a {
  border-bottom: 1.5px dashed #ffd600;
  color: #061e34;
  text-decoration: none;
}
.markdown-body a:hover {
  border-bottom: 1.5px solid #ffd600;
  color: #925328;
  cursor: pointer;
}
.markdown-body li {
  line-height: 2em;
}
.markdown-body li > p {
  line-height: 2em;
  margin: 0;
  text-indent: 0;
}
.markdown-body blockquote {
  background: linear-gradient(90deg, #fffaf4, #fff);
  border-left: 6px solid #ffd600;
  color: #707070;
  font-style: normal;
  margin: 0 0 35px;
  padding: 1px 0 1px 20px;
}
.markdown-body code {
  font-size: inherit;
}
.markdown-body li > code,
.markdown-body p > code {
  background-color: #fff7e3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #061e34;
  font-size: 0.8em;
}
.markdown-body pre {
  background: #1b1b1b;
  border-radius: 8px;
  clear: both;
  color: #f5d67b;
  -webkit-hyphens: none;
  hyphens: none;
  line-height: 28px;
  margin: 0 0 1.5rem;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
  -ms-word-break: normal;
  word-break: normal;
}
.markdown-body pre[rel]:not([rel=""]):before {
  color: #fff;
  color: #ff7a18 !important;
  content: attr(rel);
  font-size: 0.8em;
  font-style: normal;
  font-weight: 900;
  padding: 0;
  position: absolute;
  right: 0.4rem;
  top: -0.2rem;
}
.markdown-body pre code {
  -webkit-overflow-scrolling: touch;
  background: 0 0;
  display: block;
  font-size: 0.8em;
  line-height: 1.75;
  max-width: 100%;
  min-width: 100px;
  overflow-x: scroll;
  padding: 15px 20px 12px 22px;
  scrollbar-color: #666 #201c29;
  white-space: pre;
}
.markdown-body pre code::-webkit-scrollbar {
  height: 0.5em;
  width: 0.5em;
}
.markdown-body pre code::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 0.5em;
  box-shadow:
    inset 2px 2px 2px #ffffff40,
    inset -2px -2px 2px #00000040;
}
.markdown-body pre code::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #434343, #434343 1px, none 0, none);
}
@media (max-width: 800px) {
  .markdown-body pre code {
    padding: 15px 20px 10px 14px;
  }
}
.markdown-body img {
  border-radius: 8px;
  border-style: none;
  box-sizing: content-box;
  display: block;
  margin: auto;
  max-width: 100%;
  text-align: center;
  height: auto;
}
.markdown-body figcaption,
.markdown-body figure {
  margin: 0.5em 0;
  text-align: center;
}
.markdown-body figcaption {
  color: #707070;
}
.markdown-body video {
  margin: 0.5em 0;
  max-width: 100%;
  text-align: center;
}
.markdown-body hr {
  border: none;
  border-top: #333;
  color: #333;
  overflow: visible;
  padding: 1em;
  text-align: center;
}
.markdown-body hr:after {
  background: #fff;
  color: gray;
  content: "✣ ✣ ✣";
  display: inline-block;
  font-size: 1.2em;
  padding: 0 0.25em;
  position: relative;
  top: -0.7em;
}

.markdown-body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.5rem 0;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
}

.markdown-body table th,
.markdown-body table td {
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  text-align: left;
  vertical-align: middle;
}

.markdown-body table th {
  background-color: #f9fafb;
  font-weight: 600;
  color: #111827;
}

.markdown-body table tr:hover {
  background-color: #f3f4f6;
}

.markdown-body table tr:nth-child(even) {
  background-color: #f9fafb;
}

.markdown-body table thead tr {
  border-bottom: 2px solid #e5e7eb;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .markdown-body table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* ========================================
   业务模式页面 - 精美设计样式
   ======================================== */

/* 英雄区域 */
.business-hero-section {
  position: relative;
  padding: 120px 0 100px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
  overflow: hidden;
}

.business-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(255, 218, 0, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(255, 218, 0, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

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

.business-badge {
  display: inline-block;
  padding: 8px 24px;
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(255, 218, 0, 0.3);
  animation: fadeInDown 0.6s ease-out;
}

.business-badge-text {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #1c1d1e;
  text-transform: uppercase;
}

.business-hero-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #1c1d1e;
  line-height: 1.2;
  animation: fadeInUp 0.6s ease-out 0.1s both;
}

.business-hero-desc {
  font-size: 1.125rem;
  color: #6c757d;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
  animation: fadeInUp 0.6s ease-out 0.2s both;
}

/* 业务模式区域 */
.business-models-section {
  padding: 80px 0;
  background: #1c1d1e;
  position: relative;
}

.business-model-card-wrapper {
  position: relative;
  padding: 40px;
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.business-model-card-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e8a838 0%, #ffc700 100%);
}

.business-model-card-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.business-model-number {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 6rem;
  font-weight: 900;
  color: rgba(255, 218, 0, 0.1);
  line-height: 1;
  pointer-events: none;
}

.business-model-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.business-model-icon-large {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-shadow: 0 8px 20px rgba(255, 218, 0, 0.3);
  transition: all 0.3s ease;
}

.business-model-icon-large i {
  font-size: 32px;
  color: #1c1d1e;
}

.business-model-card-wrapper:hover .business-model-icon-large {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 30px rgba(255, 218, 0, 0.4);
}

.business-model-label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #e8a838;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.business-model-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1c1d1e;
  margin: 0;
  line-height: 1.3;
}

.business-model-intro {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

/* 特性卡片 */
.business-feature-card {
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.business-feature-card:hover {
  border-color: #e8a838;
  box-shadow: 0 5px 20px rgba(255, 218, 0, 0.1);
}

.business-feature-card-highlight {
  background: linear-gradient(135deg, #fff9e6 0%, #fff5cc 100%);
  border-color: #e8a838;
}

.business-feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.business-feature-icon i {
  font-size: 20px;
  color: #1c1d1e;
}

.business-feature-card:hover .business-feature-icon {
  transform: scale(1.1);
}

.business-feature-content {
  flex: 1;
}

.business-feature-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1c1d1e;
  margin-bottom: 12px;
}

.business-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.business-feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 0.9375rem;
  color: #6c757d;
  line-height: 1.6;
}

.business-feature-list li:last-child {
  margin-bottom: 0;
}

.business-feature-check,
.business-feature-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e8a838;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}

.business-feature-check i,
.business-feature-star i {
  font-size: 10px;
  color: #1c1d1e;
}

.business-feature-star {
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  box-shadow: 0 2px 8px rgba(255, 218, 0, 0.3);
}

/* 优势区域 */
.business-advantages-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.business-section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #e8a838;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.business-section-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #1c1d1e;
  line-height: 1.3;
  margin-bottom: 20px;
}

.business-section-desc {
  font-size: 1.125rem;
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 30px;
}

.business-cta-button {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: #1c1d1e;
  color: #ffffff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(28, 29, 30, 0.2);
}

.business-cta-button:hover {
  background: #e8a838;
  color: #1c1d1e;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 218, 0, 0.4);
  text-decoration: none;
}

.business-cta-button i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.business-cta-button:hover i {
  transform: translateX(5px);
}

/* 优势网格 */
.business-advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.business-advantage-card {
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.business-advantage-card:hover {
  border-color: #e8a838;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.business-advantage-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.business-advantage-icon i {
  font-size: 26px;
  color: #1c1d1e;
}

.business-advantage-card:hover .business-advantage-icon {
  transform: scale(1.1) rotate(-5deg);
}

.business-advantage-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1c1d1e;
  margin-bottom: 10px;
}

.business-advantage-desc {
  font-size: 0.9375rem;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

/* CTA 区域 */
.business-cta-section {
  position: relative;
  padding: 100px 0;
  background: #1c1d1e;
  overflow: hidden;
}

.business-cta-decoration {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 218, 0, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.business-cta-decoration-1 {
  top: -200px;
  left: -200px;
}

.business-cta-decoration-2 {
  bottom: -200px;
  right: -200px;
}

.business-cta-content {
  position: relative;
  z-index: 1;
}

.business-cta-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.business-cta-desc {
  font-size: 1.125rem;
  color: #adb5bd;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.business-cta-button-primary {
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  color: #1c1d1e;
  box-shadow: 0 8px 30px rgba(255, 218, 0, 0.3);
}

.business-cta-button-primary:hover {
  background: #ffffff;
  color: #1c1d1e;
  box-shadow: 0 10px 40px rgba(255, 255, 255, 0.2);
}

/* 动画 */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/* 响应式设计 */
@media (max-width: 991.98px) {
  .business-hero-title {
    font-size: 2.5rem;
  }

  .business-model-card-wrapper {
    padding: 30px;
  }

  .business-model-number {
    font-size: 4rem;
    top: 15px;
    right: 20px;
  }

  .business-section-title {
    font-size: 2rem;
  }

  .business-cta-title {
    font-size: 2rem;
  }

  .business-advantages-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .business-hero-section {
    padding: 80px 0 60px;
  }

  .business-hero-title {
    font-size: 2rem;
  }

  .business-model-card-wrapper {
    padding: 25px;
  }

  .business-model-icon-large {
    width: 60px;
    height: 60px;
  }

  .business-model-icon-large i {
    font-size: 26px;
  }

  .business-model-title {
    font-size: 1.5rem;
  }

  .business-feature-card {
    flex-direction: column;
  }

  .business-feature-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .business-advantages-section {
    padding: 60px 0;
  }

  .business-cta-section {
    padding: 60px 0;
  }
}

/* ========================================
   业务模式页面 - 定制优势模块
   ======================================== */

.business-features-section {
  position: relative;
  padding: 100px 0 80px;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
  overflow: hidden;
}

.business-features-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(232, 168, 56, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(232, 168, 56, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.business-features-header {
  position: relative;
  z-index: 1;
}

.business-features-title {
  font-size: 3rem;
  font-weight: 900;
  color: #1c1d1e;
  line-height: 1.2;
}

.business-features-desc {
  font-size: 1.125rem;
  color: #6c757d;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

.business-features-summary {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* 特性卡片 */
.business-feature-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  border: 1px solid #e9ecef;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.business-feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e8a838 0%, #f5c563 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.business-feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border-color: #e8a838;
}

.business-feature-item:hover::before {
  transform: scaleX(1);
}

.business-feature-item-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  position: relative;
}

.business-feature-item-icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px dashed #e8a838;
  border-radius: 24px;
  opacity: 0;
  transition: all 0.4s ease;
}

.business-feature-item:hover .business-feature-item-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 30px rgba(232, 168, 56, 0.4);
}

.business-feature-item:hover .business-feature-item-icon::before {
  opacity: 1;
  animation: rotate 15s linear infinite;
}

.business-feature-item-icon i {
  font-size: 2rem;
  color: #1c1d1e;
  transition: all 0.3s ease;
}

.business-feature-item:hover .business-feature-item-icon i {
  color: #ffffff;
}

.business-feature-item-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1c1d1e;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.business-feature-item:hover .business-feature-item-title {
  color: #e8a838;
}

.business-feature-item-desc {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 0;
}

/* 参数规格区域 */
.business-specs-section {
  background: linear-gradient(145deg, #1c1d1e 0%, #2a2b2c 100%);
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.business-specs-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(232, 168, 56, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.business-specs-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.business-specs-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(232, 168, 56, 0.3);
  transition: all 0.3s ease;
}

.business-specs-section:hover .business-specs-icon {
  transform: scale(1.1) rotate(5deg);
}

.business-specs-icon i {
  font-size: 1.5rem;
  color: #1c1d1e;
}

.business-specs-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #e8a838;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.business-specs-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

/* 参数卡片 */
.business-spec-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.business-spec-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #e8a838;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.business-spec-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.business-spec-card:hover .business-spec-icon {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(232, 168, 56, 0.4);
}

.business-spec-icon i {
  font-size: 1.25rem;
  color: #1c1d1e;
}

.business-spec-content {
  flex: 1;
}

.business-spec-content .business-spec-label {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
  display: block;
}

.business-spec-value {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.business-spec-value-small {
  margin-bottom: 0.75rem;
}

.business-spec-value-small > div {
  display: flex;
  align-items: baseline;
  gap: 0.125rem;
}

.business-spec-number {
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  transition: all 0.3s ease;
}

.business-spec-card:hover .business-spec-number {
  color: #e8a838;
}

.business-spec-unit {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.business-spec-separator {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.5rem;
}

.business-spec-or {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.25rem 0;
}

/* 响应式设计 */
@media (max-width: 991.98px) {
  .business-features-section {
    padding: 80px 0 60px;
  }

  .business-features-title {
    font-size: 2.25rem;
  }

  .business-feature-item {
    padding: 2rem;
  }

  .business-specs-section {
    padding: 2rem;
  }

  .business-specs-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .business-specs-icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  .business-features-section {
    padding: 60px 0 40px;
  }

  .business-features-title {
    font-size: 1.75rem;
  }

  .business-features-desc {
    font-size: 1rem;
  }

  .business-feature-item {
    padding: 1.5rem;
  }

  .business-feature-item-icon {
    width: 60px;
    height: 60px;
  }

  .business-feature-item-icon i {
    font-size: 1.5rem;
  }

  .business-feature-item-title {
    font-size: 1.25rem;
  }

  .business-specs-section {
    padding: 1.5rem;
    border-radius: 16px;
  }

  .business-spec-card {
    padding: 1.25rem;
  }

  .business-spec-icon {
    width: 45px;
    height: 45px;
  }

  .business-spec-number {
    font-size: 1.25rem;
  }
}

.solution-section {
  --accent: #e8a838;
  --accent-light: #f5c563;
  --surface: #1c1d1e;
  --surface-light: #2a2b2c;
  --border-accent: rgba(232, 168, 56, 0.3);
}
.solution-section h3 {
  font-weight: 800;
  color: #1c1d1e;
}
.solution-section h5 {
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.tech-card {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.tech-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e8a838 0%, #ffc700 100%);
}
.tech-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.spec-group {
  margin-bottom: 0.5rem;
}
.spec-group-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(232, 168, 56, 0.2);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.spec-group-title i {
  font-size: 1rem;
  color: var(--accent);
}
.spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.875rem 0;
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
.spec-item:last-child {
  border-bottom: none;
}
.spec-item:hover {
  padding-left: 0.5rem;
  background: rgba(232, 168, 56, 0.05);
  border-radius: 8px;
}
.spec-label {
  color: #6c757d;
  font-size: 0.9375rem;
}
.spec-value {
  color: #1c1d1e;
  font-weight: 700;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}
.spec-value.highlight {
  color: var(--accent);
}
.spec-footer {
  border-color: rgba(232, 168, 56, 0.15) !important;
}
.spec-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.spec-item-footer .spec-label {
  font-size: 0.875rem;
}
.spec-item-footer .spec-value {
  font-size: 0.9375rem;
}
.certification-badge {
  background: linear-gradient(135deg, #fff9e6 0%, #fff5cc 100%);
  border: 2px solid var(--accent);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
}
.certification-badge:hover {
  box-shadow: 0 5px 20px rgba(232, 168, 56, 0.3);
  transform: translateY(-2px);
}
.certification-badge svg {
  color: var(--accent);
  flex-shrink: 0;
}
.certification-badge span {
  color: #1c1d1e;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}
.chart-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  overflow: hidden;
  transition: all 0.3s ease;
}
.chart-card:hover {
  border-color: var(--accent);
  box-shadow: 0 8px 30px rgba(232, 168, 56, 0.15);
}
.chart-card-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.chart-card-header h6 {
  margin: 0;
  font-weight: 700;
  color: #1c1d1e;
  font-size: 0.9375rem;
}
.chart-card-body {
  padding: 1.5rem;
}
.condition-tag {
  background: linear-gradient(135deg, #fff9e6 0%, #fff5cc 100%);
  border: 1px solid rgba(232, 168, 56, 0.3);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  transition: all 0.3s ease;
}
.condition-tag:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 15px rgba(232, 168, 56, 0.2);
}
.condition-tag .label {
  font-size: 0.75rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.condition-tag .value {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1c1d1e;
}
.motor-image-wrapper {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
.motor-image-wrapper:hover {
  border-color: var(--accent);
  box-shadow: 0 5px 20px rgba(232, 168, 56, 0.1);
}

@media (max-width: 991.98px) {
  .spec-group-title {
    font-size: 0.8125rem;
  }
  .spec-item {
    padding: 0.75rem 0;
  }
  .spec-label {
    font-size: 0.875rem;
  }
  .spec-value {
    font-size: 0.9375rem;
  }
}

@media (max-width: 767.98px) {
  .spec-group-title {
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
  }
  .spec-item {
    padding: 0.625rem 0;
  }
  .spec-label {
    font-size: 0.8125rem;
  }
  .spec-value {
    font-size: 0.875rem;
  }
  .chart-card-body {
    padding: 1rem;
  }
  .condition-tag {
    padding: 0.75rem;
  }
  .condition-tag .label {
    font-size: 0.6875rem;
  }
  .condition-tag .value {
    font-size: 0.8125rem;
  }
}

/*--------------------------------------------------------------
# Custom Tab Component
--------------------------------------------------------------*/
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.nav-tabs .nav-link {
  cursor: pointer;
  border: 3px solid transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  transition: all 0.2s ease;
}

.nav-tabs .nav-link:hover {
  border-bottom-color: #e8a838;
}

.nav-tabs .nav-link.active {
  border-bottom-color: #e8a838;
  color: #1c1d1e;
}

/*--------------------------------------------------------------
# Cookie Consent Banner (GDPR Compliant)
--------------------------------------------------------------*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1c1d1e 0%, #2a2b2c 100%);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 3px solid #e8a838;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0 1rem;
}

.cookie-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(232, 168, 56, 0.3);
}

.cookie-icon i {
  font-size: 1.5rem;
  color: #1c1d1e;
}

.cookie-text {
  flex: 1;
}

.cookie-text p {
  margin: 0 0 0.5rem 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.cookie-policy-link {
  color: #e8a838;
  font-size: 0.8125rem;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.cookie-policy-link:hover {
  color: #f5c563;
}

.cookie-actions {
  flex-shrink: 0;
  display: flex;
  gap: 0.75rem;
}

.cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cookie-btn-accept {
  background: linear-gradient(135deg, #e8a838 0%, #f5c563 100%);
  color: #1c1d1e;
  box-shadow: 0 4px 15px rgba(232, 168, 56, 0.3);
}

.cookie-btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232, 168, 56, 0.4);
}

.cookie-btn-accept:active {
  transform: translateY(0);
}

.cookie-btn-reject {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
}

.cookie-btn-reject:hover {
  border-color: #e8a838;
  color: #e8a838;
  background: rgba(232, 168, 56, 0.1);
}

.cookie-btn-reject:active {
  background: rgba(232, 168, 56, 0.15);
}

@media (max-width: 767.98px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .cookie-icon {
    width: 40px;
    height: 40px;
  }

  .cookie-icon i {
    font-size: 1.25rem;
  }

  .cookie-text p {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }

  .cookie-policy-link {
    font-size: 0.75rem;
  }

  .cookie-actions {
    flex-direction: column;
    width: 100%;
  }

  .cookie-btn {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}
