@charset "UTF-8";
/*----------------------------------------------------------------------------------- 

Template Name: Agricko - Agriculture Farming HTML Template
URI: pixelfit.agency
Description: Agricko is a clean, modern, and fully responsive HTML template specially designed for agriculture, organic farming, eco-friendly products, and related rural business websites. Whether you’re running a dairy farm, vegetable farm, poultry, or a community-supported agriculture project – Agricko provides a perfect foundation for your online presence.
Author: Pixelfit
Author URI: https://themeforest.net/user/pixelfit
Version: 1.0 

------------------------------------------------------
   CSS INDEX
------------------------------------------------------

    01# Page Banner CSS
    02# About Page CSS
    03# Service Page CSS
    04# Service Details Page CSS
    05# Project Grid page css
    06# Project Details Page CSS
    07# Shop Page CSS
    08# Shop Details Page CSS
    09# Cart Page CSS
    10# Checkout Page CSS
    11# Blog Grid Page CSS
    12# Blog Details Page CSS
    13# Contact Page CSS
----------------------------------------------------*/
/* 01# Page Banner */
.page-banner {
  position: relative;
  padding: 130px 0 150px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .page-banner {
    padding: 80px 0 100px;
  }
}
.page-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.25%, rgba(0, 0, 0, 0.56)), color-stop(50.03%, rgba(0, 0, 0, 0.42)), color-stop(99.8%, rgba(0, 0, 0, 0.56)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.56) 0.25%, rgba(0, 0, 0, 0.42) 50.03%, rgba(0, 0, 0, 0.56) 99.8%);
  z-index: -1;
}
.page-banner .page-content h1 {
  color: var(--white-color);
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .page-banner .page-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.page-banner .page-content ul {
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 30px;
}
.page-banner .page-content ul li {
  color: var(--white-color);
}
.page-banner .page-content ul li:not(:last-child):after {
  content: "|";
  margin-left: 15px;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.2);
}

/* 02# About Page CSS */
.agricko-about-sec .agricko-image-box {
  position: relative;
  z-index: 1;
  margin-right: 50px;
}
@media (max-width: 1650px) {
  .agricko-about-sec .agricko-image-box {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .agricko-about-sec .agricko-image-box {
    margin-right: 0;
  }
}
.agricko-about-sec .agricko-image-box .agricko-image img {
  border-radius: 5px;
}
.agricko-about-sec .agricko-image-box .image-two {
  position: absolute;
  bottom: 0;
  right: 0;
}
.agricko-about-sec .agricko-image-box .image-two img {
  border: 4px solid var(--white-color);
}
@media (max-width: 767.98px) {
  .agricko-about-sec .agricko-image-box .image-two {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 30px;
  }
}
.agricko-about-sec .agricko-image-box .circle-image {
  position: absolute;
  top: 0;
  right: 30px;
}

.agricko-team-item:hover .member-image .social-box {
  right: 30px;
}
.agricko-team-item .member-image {
  position: relative;
  overflow: hidden;
}
.agricko-team-item .member-image img {
  width: 100%;
  border-radius: 5px;
}
.agricko-team-item .member-image .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px;
}
.agricko-team-item .member-image .member-info .position {
  background-color: var(--secondary-color);
  color: var(--heading-color);
  font-weight: 500;
  padding: 7px 30px;
}
.agricko-team-item .member-image .member-info h4 {
  background-color: var(--primary-black-color);
  color: var(--white-color);
  padding: 7px 30px;
}
.agricko-team-item .member-image .social-box {
  position: absolute;
  right: -50%;
  top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-team-item .member-image .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
  color: var(--heading-color);
}
.agricko-team-item .member-image .social-box a:not(:last-child) {
  margin-bottom: 10px;
}

.testimonial-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .testimonial-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.testimonial-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .testimonial-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.author-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-info-box .author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  margin-right: 15px;
}
.author-info-box .author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.agricko-testimonial-item {
  background-color: var(--white-color);
  padding: 35px 40px 40px;
  border-radius: 5px;
}
.agricko-testimonial-item .testimonial-content .ratings {
  margin-bottom: 26px;
}
.agricko-testimonial-item .testimonial-content .ratings i {
  color: var(--secondary-color);
}
.agricko-testimonial-item .testimonial-content p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 25px;
}

/* 03# Service Page CSS */
.agricko-service-item:hover .thumbnail .hover-overlay {
  opacity: 1;
  visibility: visible;
}
.agricko-service-item:hover .thumbnail .hover-content-wrap .icon-btn i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.agricko-service-item .thumbnail {
  position: relative;
  z-index: 1;
}
.agricko-service-item .thumbnail img {
  width: 100%;
}
.agricko-service-item .thumbnail .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-service-item .thumbnail .hover-content-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 90%;
  background-color: var(--black-dark-color);
  border-radius: 0 60px 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 10px 10px 30px;
}
.agricko-service-item .thumbnail .hover-content-wrap .content h4 {
  color: var(--white-color);
}
.agricko-service-item .thumbnail .hover-content-wrap .content a {
  color: rgba(255, 255, 255, 0.8);
}
.agricko-service-item .thumbnail .hover-content-wrap .icon-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--iconBg-color);
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
}
.agricko-service-item .thumbnail .hover-content-wrap .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Modern Service Card Styles */
.modern-service-card {
  height: 100%;
  margin-bottom: 30px;
}

.modern-service-card .service-card-inner {
  position: relative;
  height: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 30px 28px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.modern-service-card .service-card-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.01) 100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}

.modern-service-card:hover .service-card-inner {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.15);
}

.modern-service-card:hover .service-card-inner::before {
  opacity: 1;
}

.modern-service-card .service-icon {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, #212121 0%, #424242 100%);
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modern-service-card .service-icon i {
  font-size: 36px;
  color: var(--white-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modern-service-card:hover .service-icon {
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.modern-service-card:hover .service-icon i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.modern-service-card .service-content {
  position: relative;
  z-index: 2;
}

.modern-service-card .service-content h4 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modern-service-card .service-content h4 a {
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modern-service-card:hover .service-content h4 a {
  color: #212121;
}

.modern-service-card .service-content p {
  color: var(--text-color);
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 18px;
  opacity: 0.85;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modern-service-card:hover .service-content p {
  opacity: 1;
}

.modern-service-card .service-content .service-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #212121;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.modern-service-card .service-content .service-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #212121 0%, #424242 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modern-service-card .service-content .service-link:hover {
  color: #000000;
  gap: 12px;
}

.modern-service-card .service-content .service-link:hover::after {
  width: 100%;
}

.modern-service-card .service-content .service-link i {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modern-service-card .service-content .service-link:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.modern-service-card .service-bg-pattern {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.03) 0%, transparent 70%);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}

.modern-service-card:hover .service-bg-pattern {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 1199.98px) {
  .modern-service-card .service-card-inner {
    padding: 28px 25px;
  }
  .modern-service-card .service-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
  }
  .modern-service-card .service-icon i {
    font-size: 32px;
  }
  .modern-service-card .service-content h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .modern-service-card .service-content p {
    margin-bottom: 16px;
  }
}

@media (max-width: 991.98px) {
  .modern-service-card {
    margin-bottom: 25px;
  }
  .modern-service-card .service-card-inner {
    padding: 25px 22px;
  }
  .modern-service-card .service-content p {
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .modern-service-card .service-card-inner {
    padding: 22px 18px;
    border-radius: 15px;
  }
  .modern-service-card .service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 15px;
  }
  .modern-service-card .service-icon i {
    font-size: 28px;
  }
  .modern-service-card .service-content h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .modern-service-card .service-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

.agricko-cta-sec {
  position: relative;
  z-index: 1;
}
.agricko-cta-sec:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(5, 27, 13, 0.7);
  z-index: -1;
}

.agricko-item-wrapper {
  gap: 0 30px;
}

.agricko-process-item {
  padding: 30px;
  border-radius: 10px;
}
.agricko-process-item .icon {
  margin-bottom: 10px;
}
.agricko-process-item.bg_one {
  background-color: #FFF8EE;
}
.agricko-process-item.bg_two {
  background-color: #E3F8EE;
}
.agricko-process-item.bg_three {
  background-color: #FBEFEF;
}
.agricko-process-item.bg_four {
  background-color: #F9F5FF;
}
.agricko-process-item.bg_five {
  background-color: #F2FBED;
}

/* 04# Service Details Page CSS */
.agricko-iconic-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  padding: 30px;
}
.agricko-iconic-left-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  color: var(--heading-color);
  background-color: var(--secondary-color);
  margin-right: 20px;
}
.agricko-iconic-left-box .content h5 {
  margin-bottom: 5px;
}

.service-details-wrapper .service-item .thumbnail {
  margin-bottom: 30px;
}
.service-details-wrapper .service-item .thumbnail img {
  border-radius: 10px;
}
.service-details-wrapper .service-item .service-content .title {
  margin-bottom: 25px;
}
.service-details-wrapper .service-item .service-content > p {
  margin-bottom: 35px;
}
.service-details-wrapper .service-item .service-content .agricko-image img {
  border-radius: 10px;
}
.service-details-wrapper .service-item .service-content .agricko-content h3 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
}
.service-details-wrapper .service-item .service-content .agricko-content p {
  margin-bottom: 20px;
}
.service-details-wrapper .faq-area h2 {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .service-details-wrapper .faq-area h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
.service-details-wrapper .faq-area > p {
  margin-bottom: 25px;
}

.accordion-card {
  border-radius: 5px;
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card .accordion-header .accordion-title {
  padding: 15px 30px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 5px;
}
.accordion-card .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 22px;
  color: var(--primary-color);
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card .accordion-header .accordion-title[aria-expanded=true] {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.accordion-card .accordion-header .accordion-title[aria-expanded=true]:after {
  content: "\f107";
  color: var(--secondary-color);
}
.accordion-card .accordion-content {
  padding: 20px 30px 25px;
}

.accordion-card-two {
  background-color: var(--gray-color);
  border-radius: 5px;
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card-two .accordion-header .accordion-title {
  padding: 15px 30px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 5px;
}
.accordion-card-two .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 22px;
  color: var(--primary-color);
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card-two .accordion-header .accordion-title[aria-expanded=true] {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.accordion-card-two .accordion-header .accordion-title[aria-expanded=true]:after {
  content: "\f107";
  color: var(--secondary-color);
}
.accordion-card-two .accordion-content {
  padding: 20px 30px 25px;
}

/* 05# Project Grid Page */
.agricko-project-full-sec .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1199.98px) {
  .agricko-project-full-sec .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.agricko-project-item:hover .thumbnail .hover-overlay {
  visibility: visible;
  opacity: 1;
}
.agricko-project-item:hover .thumbnail .hover-content-wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.agricko-project-item .thumbnail {
  position: relative;
  overflow: hidden;
}
.agricko-project-item .thumbnail img {
  width:100%;
  height: 279.95px;
}
.agricko-project-item .thumbnail .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-project-item .thumbnail .hover-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
}
.agricko-project-item .thumbnail .hover-content-wrap .icon-button .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  font-size: 18px;
}
.agricko-project-item .thumbnail .hover-content-wrap .icon-button .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.agricko-project-item .thumbnail .hover-content-wrap .icon-button .icon-btn:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.agricko-project-item .thumbnail .hover-content-wrap .icon-button .icon-btn:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.agricko-project-item .thumbnail .content h4 {
  color: var(--white-color);
}
.agricko-project-item .thumbnail .content P {
  color: rgba(255, 255, 255, 0.8);
}

/* Project Showcase Styles - 纯展示样式，无跳转 */
.project-showcase-item {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: var(--white-color);
}

.project-showcase-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.project-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 4 / 3;
}

.project-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.project-showcase-item:hover .project-image-wrapper img {
  transform: scale(1.1);
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px;
  transition: all 0.4s ease;
}

/*.project-showcase-item:hover .project-overlay {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/

.project-info {
  color: var(--white-color);
  transform: translateY(20px);
  transition: transform 0.4s ease 0.1s;
}

.project-showcase-item:hover .project-info {
  transform: translateY(0);
}

.project-overlay .icon-button .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 18px;
}
.project-overlay .icon-button .icon-btn i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.project-overlay .icon-button .icon-btn:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.project-overlay .icon-button .icon-btn:hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}


.project-info h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--white-color);
  line-height: 1.3;
}

.project-info p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}



@media (max-width: 991.98px) {
  .project-info h4 {
    font-size: 20px;
  }
  
  .project-info p {
    font-size: 14px;
  }
  
  .project-overlay {
    padding: 25px;
  }
}

@media (max-width: 767.98px) {
  .project-showcase-item {
    margin-bottom: 30px;
  }
  
  .project-info h4 {
    font-size: 18px;
  }
  
  .project-overlay {
    padding: 20px;
  }
}


/* 06# Project Details Page CSS */
.project-details-sec .project-details-wrapper .project-item .thumbnail {
  margin-bottom: 30px;
}
.project-details-sec .project-details-wrapper .project-item .thumbnail img {
  border-radius: 20px;
  width: 100%;
}
.project-details-sec .project-details-wrapper .project-item .content h4.title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 20px;
}
.project-details-sec .project-details-wrapper .project-item .content p {
  margin-bottom: 40px;
}
.project-details-sec .project-details-wrapper .project-item .content h4 {
  margin-bottom: 20px;
}
.project-details-sec .project-details-wrapper .project-item .content .check-list li {
  font-size: 18px;
  font-weight: 500;
}
.project-details-sec .project-details-wrapper .project-item .content .check-list li:not(:last-child) {
  margin-bottom: 30px;
}
.project-details-sec .project-details-wrapper .project-item .content .project-info-box {
  background-color: var(--gray-color);
  padding: 30px;
  border-radius: 10px;
}
.project-details-sec .project-details-wrapper .project-item .content .project-info-box ul li:not(:last-child) {
  margin-bottom: 27px;
}

/* ============================================
   产品/服务详情页布局样式
   Product/Service Details Layout Styles
   ============================================ */

/* 
  产品头部区域 - 包含标题、简介和标签
  Product Header - Contains title, introduction and badges
*/
.product-header {
  padding: 35px 30px;
  margin-bottom: 50px;
  border-bottom: 2px solid rgba(221, 221, 221, 0.3);
  position: relative;
  background: linear-gradient(135deg, rgba(248, 247, 240, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
.product-header::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 30px;
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.5) 100%);
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  .product-header {
    padding: 25px 20px;
    margin-bottom: 40px;
  }
  .product-header::after {
    left: 20px;
    width: 80px;
  }
}

/* 
  产品标题样式
  Product Title Styles
*/
.product-title {
  font-size: 48px;
  line-height: 1.2;
  color: var(--heading-color);
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991.98px) {
  .product-title {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .product-title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

/* 
  产品简介文字样式
  Product Introduction Text Styles
*/
.product-intro {
  font-size: 18px;
  line-height: 32px;
  color: var(--text-color);
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .product-intro {
    font-size: 16px;
    line-height: 28px;
  }
}

/* 
  产品标签容器
  Product Badge Container
*/
.product-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991.98px) {
  .product-badge {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

/* 
  单个标签项样式
  Individual Badge Item Styles
*/
.badge-item {
  display: inline-block;
  padding: 10px 22px;
  background: linear-gradient(135deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.9) 100%);
  color: var(--white-color);
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.badge-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.badge-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--black-dark-color) 100%);
}
.badge-item:hover::before {
  left: 100%;
}

/* 
  产品展示区域样式
  Product Showcase Area Styles
*/
.product-showcase {
  margin-bottom: 60px;
}

/* 
  主产品展示区域
  Main Product Display
*/
.main-product-display {
  text-align: center;
}

.product-image-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, var(--gray-color) 0%, #ffffff 100%);
  padding: 20px;
  transition: all 0.4s ease;
}

.product-image-container:hover {
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
}

.product-image-container img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

/* 
  产品亮点卡片区域
  Product Highlights Cards
*/
.product-highlights {
  margin-top: 40px;
}

.highlight-card {
  background: linear-gradient(135deg, var(--white-color) 0%, var(--gray-color) 100%);
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.highlight-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.5) 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.highlight-card:hover {
  transform: translateY(-10px);
  border-color: var(--black-dark-color);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, var(--white-color) 0%, rgba(248, 247, 240, 0.9) 100%);
}

.highlight-card:hover::before {
  transform: scaleX(1);
}

.highlight-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--black-dark-color) 0%, rgba(27, 27, 27, 0.9) 100%);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.highlight-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.highlight-card:hover .highlight-icon {
  transform: rotateY(360deg) scale(1.15);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--black-dark-color) 100%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.highlight-card:hover .highlight-icon::before {
  width: 120px;
  height: 120px;
}

.highlight-icon i {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.highlight-card:hover .highlight-icon i {
  transform: scale(1.1);
}

.highlight-card h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 12px;
  transition: color 0.3s ease;
  line-height: 1.3;
}

.highlight-card:hover h5 {
  color: var(--black-dark-color);
}

.highlight-card p {
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 0;
  font-weight: 400;
  transition: color 0.3s ease;
}

.highlight-card:hover p {
  color: var(--heading-color);
}

/* 响应式设计 */
@media (max-width: 991.98px) {
  .product-image-container {
    padding: 15px;
    border-radius: 15px;
  }
  
  .product-image-container img {
    border-radius: 12px;
  }
  
  .highlight-card {
    padding: 25px 20px;
  }
  
  .highlight-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
    margin-bottom: 18px;
  }
  
  .highlight-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .highlight-card p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .product-image-container {
    padding: 12px;
    border-radius: 12px;
  }
  
  .product-image-container img {
    border-radius: 10px;
  }
  
  .product-highlights {
    margin-top: 30px;
  }
  
  .highlight-card {
    padding: 22px 18px;
    border-radius: 12px;
  }
  
  .highlight-icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
    margin-bottom: 15px;
    border-radius: 15px;
  }
  
  .highlight-card h5 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  
  .highlight-card p {
    font-size: 13px;
    line-height: 20px;
  }
}

/* 
  主产品图片容器
  Main Product Image Container
*/
.product-showcase .main-product-image {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: var(--gray-color);
  padding: 10px;
}
.product-showcase .main-product-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(12, 119, 53, 0.05) 0%, rgba(255, 178, 0, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.product-showcase .main-product-image:hover::before {
  opacity: 1;
}

/* 
  主产品图片样式
  Main Product Image Styles
*/
.product-showcase .main-product-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
  transition: transform 0.5s ease;
  position: relative;
  z-index: 2;
}
.product-showcase .main-product-image:hover img {
  transform: scale(1.02);
}

/* 
  缩略图容器
*/
.product-thumbnails {
  margin-top: 20px;
}

/* 
  单个缩略图项
*/
.product-thumbnails .thumbnail-item {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  background-color: var(--white-color);
  border: 2px solid transparent;
}
.product-thumbnails .thumbnail-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(12, 119, 53, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}
.product-thumbnails .thumbnail-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.product-thumbnails .thumbnail-item:hover::after {
  opacity: 1;
}

/* 
  缩略图图片样式
  Thumbnail Image Styles
*/
.product-thumbnails .thumbnail-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
  display: block;
  position: relative;
  z-index: 1;
}
.product-thumbnails .thumbnail-item:hover img {
  transform: scale(1.05);
}

/* 
  服务信息框
*/
.service-info-box {
  background: linear-gradient(135deg, var(--gray-color) 0%, #ffffff 100%);
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(12, 119, 53, 0.1);
  transition: all 0.3s ease;
}
.service-info-box:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
@media (max-width: 767.98px) {
  .service-info-box {
    padding: 25px 20px;
  }
}

/* 
  服务信息框标题
*/
.service-info-box h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}
.service-info-box h4::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--black-dark-color);
}

/* 
  产品应用场景区域
*/
.product-scenarios {
  background: linear-gradient(135deg, var(--gray-color) 0%, rgba(248, 247, 240, 0.5) 100%);
  padding: 50px 40px;
  border-radius: 15px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  position: relative;
  overflow: hidden;
}
.product-scenarios::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
@media (max-width: 991.98px) {
  .product-scenarios {
    padding: 40px 30px;
  }
}
@media (max-width: 767.98px) {
  .product-scenarios {
    padding: 30px 20px;
  }
}

/* 
  单个场景项
*/
.scenario-item {
  text-align: center;
  padding: 35px 25px;
  background-color: var(--white-color);
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.scenario-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  transition: height 0.3s ease;
  z-index: 0;
}
.scenario-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color);
}
.scenario-item:hover::before {
  height: 4px;
}
.scenario-item > * {
  position: relative;
  z-index: 1;
}

/* 
  场景图标样式
*/
.scenario-icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(18, 18, 18, 0.2);
  position: relative;
  z-index: 2;
}
.scenario-item:hover .scenario-icon {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 8px 25px rgba(19, 19, 19, 0.4);
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

/* 
  场景标题
*/
.scenario-item h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 15px;
  transition: color 0.3s ease;
  line-height: 1.4;
}
.scenario-item:hover h5 {
  color: var(--primary-color);
}

/* 
  场景描述文字
*/
.scenario-item p {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .scenario-item {
    padding: 25px 20px;
  }
  .scenario-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    font-size: 28px;
    margin-bottom: 15px;
  }
  .scenario-item h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .scenario-item p {
    font-size: 15px;
    line-height: 24px;
  }
}

/* 
  产品规格参数区域样式
  Product Specifications Styles
*/
.product-specifications {
  margin-bottom: 60px;
}

.product-specifications .section-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.product-specifications .section-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.5) 100%);
}

.spec-table {
  background-color: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(221, 221, 221, 0.5);
  transition: all 0.3s ease;
}

.spec-table:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.spec-table table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.spec-table table td {
  padding: 18px 20px;
  border: none;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  vertical-align: middle;
  transition: all 0.3s ease;
}

.spec-table table tbody tr:last-child td {
  border-bottom: none;
}

.spec-table table tbody tr:hover {
  background-color: rgba(12, 119, 53, 0.03);
}

.spec-table table tbody tr:hover td {
  color: var(--heading-color);
}

.spec-label {
  font-weight: 600;
  color: var(--heading-color);
  width: 35%;
  font-size: 15px;
  background-color: rgba(248, 247, 240, 0.5);
  position: relative;
}

.spec-label::after {
  content: ":";
  margin-left: 5px;
  color: var(--text-color);
}

.spec-value {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
  width: 65%;
}

@media (max-width: 767.98px) {
  .product-specifications .section-subtitle {
    font-size: 26px;
    margin-bottom: 30px;
  }
  
  .spec-table table td {
    padding: 15px 15px;
    font-size: 14px;
  }
  
  .spec-label {
    width: 40%;
  }
  
  .spec-value {
    width: 60%;
  }
}

/* 
  产品优势区域样式
  Product Advantages Styles
*/
.product-advantages {
  padding: 50px 40px;
  background: linear-gradient(135deg, rgba(248, 247, 240, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
  border-radius: 15px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  position: relative;
  overflow: hidden;
}

.product-advantages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.product-advantages .section-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.product-advantages .section-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.5) 100%);
}

.advantage-item {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  background-color: var(--white-color);
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.advantage-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.5) 100%);
  transform: scaleY(0);
  transition: transform 0.3s ease;
  transform-origin: bottom;
}

.advantage-item:hover {
  background-color: var(--white-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  border-color: rgba(12, 119, 53, 0.2);
}

.advantage-item:hover::before {
  transform: scaleY(1);
}

.advantage-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--black-dark-color) 0%, rgba(27, 27, 27, 0.8) 100%);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(25, 25, 25, 0.2);
}

.advantage-item:hover .advantage-icon {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 8px 20px rgba(18, 18, 18, 0.3);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--black-dark-color) 100%);
}

.advantage-content {
  flex: 1;
}

.advantage-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.advantage-item:hover .advantage-content h5 {
  color: var(--black-dark-color);
}

.advantage-content p {
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .product-advantages {
    padding: 40px 30px;
  }
  
  .product-advantages .section-subtitle {
    font-size: 28px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .product-advantages {
    padding: 30px 20px;
  }
  
  .product-advantages .section-subtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  .advantage-item {
    padding: 20px;
  }
  
  .advantage-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 18px;
    margin-right: 15px;
  }
  
  .advantage-content h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .advantage-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

/* 
  优化section-subtitle通用样式
  Optimize Section Subtitle Styles
*/
.section-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.section-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.5) 100%);
}

@media (max-width: 767.98px) {
  .section-subtitle {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

/* 07# Shop Page */
.agricko-shop-sec .sidebar-widget-area {
  padding-right: 30px;
}
@media screen and (max-width: 1199.98px) {
  .agricko-shop-sec .sidebar-widget-area {
    padding-right: 0;
  }
}

.shop-filter {
  background-color: var(--primary-color);
  padding: 5px 15px;
  border-radius: 10px;
}
.shop-filter .show-text p {
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .shop-filter .show-text p {
    font-size: 14px;
  }
}
.shop-filter .product-sorting {
  float: right;
}
.shop-filter .nice-select {
  color: var(--white-color);
  border: none;
  padding: 0 20px 0 0;
}
.shop-filter .nice-select .list {
  color: var(--heading-color);
}
.shop-filter .nice-select:after {
  position: absolute;
  top: 0;
  right: 0;
}

.agricko-product-item {
  background-color: #FBFBF7;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.agricko-product-item:hover .product-thumbnail .action-button {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.agricko-product-item .product-thumbnail {
  position: relative;
  z-index: 1;
}
.agricko-product-item .product-thumbnail img {
  width: 100%;
}
.agricko-product-item .product-thumbnail .new {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 6px 15px;
  line-height: 1;
}
.agricko-product-item .product-thumbnail .action-button {
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}
.agricko-product-item .product-thumbnail .action-button .icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 6px;
  margin-right: 6px;
}
.agricko-product-item .product-info {
  padding-top: 20px;
}
.agricko-product-item .product-info .price {
  font-weight: 500;
  color: var(--primary-color);
}
.agricko-product-item .product-info .price .prev-price {
  color: var(--heading-color);
  text-decoration: line-through;
  margin-right: 5px;
}

/* 08# Shop Details Page css */
.quantity-input {
  background-color: var(--gray-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity-input button {
  background-color: transparent;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quantity-input input {
  background-color: transparent;
  border: none;
  text-align: center;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  width: 50px;
  height: 50px;
}

.shop-details-wrapper {
  overflow: hidden;
}
.shop-details-wrapper .product-gallery-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop-details-wrapper .product-gallery-slider .product-img {
  cursor: pointer;
}
.shop-details-wrapper .product-gallery-slider .product-img img {
  width: 100%;
  border-radius: 7px;
}
.shop-details-wrapper .product-gallery-slider .product-big-slider {
  width: 80%;
  padding-left: 30px;
}
.shop-details-wrapper .product-gallery-slider .product-big-slider .product-img a {
  display: block;
}
.shop-details-wrapper .product-gallery-slider .product-big-slider .product-img img {
  width: 100%;
  border-radius: 12px;
}
.shop-details-wrapper .product-gallery-slider .product-thumb-slider {
  width: 20%;
}
.shop-details-wrapper .product-gallery-slider .product-thumb-slider .slick-slide {
  margin-bottom: 25px;
}
.shop-details-wrapper .product-info {
  padding-left: 30px;
}
@media screen and (max-width: 1199.98px) {
  .shop-details-wrapper .product-info {
    padding-left: 0;
  }
}
.shop-details-wrapper .product-info .sm-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.shop-details-wrapper .product-info .sm-title .review {
  color: var(--heading-color);
  font-weight: 600;
}
.shop-details-wrapper .product-info .sm-title .review i {
  color: var(--secondary-color);
  margin-right: 10px;
}
.shop-details-wrapper .product-info h4.title {
  font-size: 27px;
  line-height: 1;
  margin-bottom: 7px;
}
.shop-details-wrapper .product-info .price {
  font: 600 22px var(--body-font);
  line-height: 35px;
  margin-bottom: 30px;
  color: var(--primary-color);
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.shop-details-wrapper .product-info .price .prev-price {
  text-decoration: line-through;
  color: var(--text-color);
  font-weight: 400;
  font-size: 18px;
}
.shop-details-wrapper .product-info p {
  margin-bottom: 30px;
}
.shop-details-wrapper .product-info .product-cart-variation {
  margin-bottom: 40px;
}
.shop-details-wrapper .product-info .product-cart-variation ul li {
  display: inline-block;
}
.shop-details-wrapper .product-info .product-cart-variation ul li .cart-btn {
  margin-left: 20px;
  padding: 10px 35px;
  font-weight: 600;
  font-size: 18px;
  background-color: var(--primary-black-color);
  color: var(--white-color);
  border-radius: 5px;
  text-transform: capitalize;
}
.shop-details-wrapper .product-info .product-cart-variation ul li .cart-btn:hover {
  background-color: var(--primary-color);
}
.shop-details-wrapper .product-info .product-meta ul li {
  font-size: 16px;
  font-family: var(--body-font);
  margin-bottom: 15px;
}
.shop-details-wrapper .product-info .product-meta ul li span {
  font-weight: 600;
  color: var(--heading-color);
  margin-right: 20px;
}
.shop-details-wrapper .product-info .product-delivery {
  background-color: var(--gray-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-left: 2px solid var(--primary-color);
  border-radius: 7px;
}
.shop-details-wrapper .product-info .product-delivery .delivery {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--heading-color);
  margin-right: 15px;
  font-weight: 600;
}
.shop-details-wrapper .product-info .product-delivery .delivery i {
  margin-right: 10px;
  line-height: 1;
}

.shop-additional-info .nav-tabs .nav-link {
  position: relative;
  border: none;
  background-color: transparent;
  letter-spacing: -0.44px;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--body-font);
  padding: 25px 30px;
  color: var(--text-color);
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .shop-additional-info .nav-tabs .nav-link {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.shop-additional-info .nav-tabs .nav-link:first-child {
  padding-left: 0;
}
.shop-additional-info .nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-additional-info .nav-tabs .nav-link.active {
  color: var(--heading-color);
}
.shop-additional-info .nav-tabs .nav-link.active:after {
  width: 100%;
}
.shop-additional-info p {
  margin-bottom: 40px;
}
.shop-additional-info h5 {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: -0.44px;
  margin-bottom: 30px;
}
.shop-additional-info .check-list.style-one li {
  line-height: 30px;
}
.shop-additional-info .check-list.style-one li:not(:last-child) {
  margin-bottom: 20px;
}
.shop-additional-info .check-list.style-one li i {
  font-size: 20px;
}

.related-product-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .related-product-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.related-product-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .related-product-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* 09# Cart Page CSS */
@media (max-width: 767.98px) {
  .agricko-cart-page .cart-table table {
    width: 1000px;
  }
}
.agricko-cart-page .cart-table table tr th {
  padding: 10px 20px;
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.agricko-cart-page .cart-table table tr td {
  vertical-align: middle;
}
.agricko-cart-page .cart-table table tr td .product-thumb-item {
  padding: 20px;
}
.agricko-cart-page .cart-table table tr td .cart-total-action {
  font-weight: 500;
  color: var(--heading-color);
  font-size: 18px;
}
.agricko-cart-page .cart-table .cart-total-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.agricko-cart-page .cart-table .product-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agricko-cart-page .cart-table .product-thumb-item .product-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  height: 100px;
  margin-right: 25px;
}
.agricko-cart-page .cart-table .product-thumb-item .product-thumbnail img {
  width: 100%;
}
.agricko-cart-page .cart-table .product-thumb-item .product-info h4.title {
  font-size: 16px;
  line-height: 30px;
}
.agricko-cart-page .cart-bottom .cart-coupon h4 {
  margin-bottom: 10px;
}
.agricko-cart-page .cart-bottom .cart-coupon .form_control {
  background-color: var(--gray-color);
  border-radius: 5px;
  border: none;
  line-height: 1;
  color: var(--heading-color);
  font-weight: 500;
  padding: 15px 20px;
}
.agricko-cart-page .cart-bottom .cart-coupon .form_control::-webkit-input-placeholder {
  color: var(--heading-color);
}
.agricko-cart-page .cart-bottom .cart-coupon .form_control::-moz-placeholder {
  color: var(--heading-color);
}
.agricko-cart-page .cart-bottom .cart-coupon .form_control:-ms-input-placeholder {
  color: var(--heading-color);
}
.agricko-cart-page .cart-bottom .cart-coupon .form_control::-ms-input-placeholder {
  color: var(--heading-color);
}
.agricko-cart-page .cart-bottom .cart-coupon .form_control::placeholder {
  color: var(--heading-color);
}
.agricko-cart-page .cart-bottom .cart-coupon .coupon-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px 30px;
  background-color: var(--primary-black-color);
  color: var(--white-color);
  font-weight: 600;
  border-radius: 0 5px 5px 0;
}
.agricko-cart-page .cart-bottom .cart-coupon a {
  text-decoration: underline;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}
.agricko-cart-page .cart-sidebar-area {
  margin-left: 30px;
}
@media screen and (max-width: 1199.98px) {
  .agricko-cart-page .cart-sidebar-area {
    padding-left: 0;
  }
}
.agricko-cart-page .cart-sidebar-area .cart-widget {
  background-color: var(--gray-color);
  border-radius: 7px;
  padding: 30px;
}
.agricko-cart-page .cart-sidebar-area .cart-widget h4 {
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 35px; /* 159.091% */
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
  margin-bottom: 15px;
}
.agricko-cart-page .cart-sidebar-area .cart-widget ul.cart-list {
  margin-bottom: 20px;
}
.agricko-cart-page .cart-sidebar-area .cart-widget ul.cart-list li:not(:last-child) {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
}
.agricko-cart-page .cart-sidebar-area .cart-widget .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.agricko-cart-page .cart-sidebar-area .cart-widget .list-item.total, .agricko-cart-page .cart-sidebar-area .cart-widget .list-item.total-price {
  color: var(--primary-color);
  font-weight: 700;
}
.agricko-cart-page .cart-sidebar-area .cart-widget .checkout-button .checkout-btn {
  padding: 13px 40px;
  width: 100%;
  background-color: var(--heading-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-cart-page .cart-sidebar-area .cart-widget .checkout-button .checkout-btn:hover {
  background-color: var(--primary-color);
}

/* 10# Checkout Page CSS */
.agricko-checkout-page .checkout-wrapper {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px 40px;
}
@media (max-width: 767.98px) {
  .agricko-checkout-page .checkout-wrapper {
    padding: 30px 20px;
  }
}
.agricko-checkout-page .checkout-wrapper h4 {
  margin-bottom: 10px;
}
.agricko-checkout-page .checkout-wrapper P {
  margin-bottom: 25px;
}
.agricko-checkout-page .checkout-wrapper label {
  color: var(--heading-color);
  margin-bottom: 5px;
}
.agricko-checkout-page .checkout-wrapper .form_control {
  padding: 10px 25px;
  border-radius: 7px;
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.agricko-checkout-page .checkout-wrapper .nice-select {
  padding: 10px 25px;
  border-radius: 7px;
  margin-bottom: 30px;
}
.agricko-checkout-page .checkout-wrapper .nice-select:after {
  position: absolute;
  right: 25px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}
.agricko-checkout-page .checkout-wrapper .form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.agricko-checkout-page .checkout-wrapper .form-check .form-check-input {
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
}
.agricko-checkout-page .checkout-wrapper .form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.agricko-checkout-page .billing-sidebar {
  margin-left: 50px;
}
@media screen and (max-width: 1199.98px) {
  .agricko-checkout-page .billing-sidebar {
    margin-left: 0;
  }
}
.agricko-checkout-page .billing-sidebar .order-summary-wrapper {
  background-color: var(--gray-color);
  padding: 30px 40px;
  border-radius: 7px;
}
@media (max-width: 767.98px) {
  .agricko-checkout-page .billing-sidebar .order-summary-wrapper {
    padding: 30px 20px;
  }
}
.agricko-checkout-page .billing-sidebar .order-summary-wrapper h3 {
  margin-bottom: 15px;
}
.agricko-checkout-page .billing-sidebar .order-summary-wrapper .order-list ul li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
.agricko-checkout-page .billing-sidebar .order-summary-wrapper .order-list .product-item, .agricko-checkout-page .billing-sidebar .order-summary-wrapper .order-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.agricko-checkout-page .billing-sidebar .order-summary-wrapper .order-list .product-item .product-name img {
  width: 100px;
  height: 100px;
  margin-right: 35px;
}
@media (max-width: 575.98px) {
  .agricko-checkout-page .billing-sidebar .order-summary-wrapper .order-list .product-item .product-name img {
    margin-right: 10px;
    width: 60px;
    height: 60px;
  }
}
.agricko-checkout-page .billing-sidebar .order-summary-wrapper .order-list .product-item .product-name a:hover {
  color: var(--primary-color);
}
.agricko-checkout-page .billing-sidebar .order-summary-wrapper .order-list .total, .agricko-checkout-page .billing-sidebar .order-summary-wrapper .order-list .total-price {
  font: 700 16px var(--body-font);
  color: var(--primary-color);
}
.agricko-checkout-page .billing-sidebar .payment-method-wrapper {
  background-color: var(--gray-color);
  padding: 30px 40px;
  border-radius: 7px;
}
@media (max-width: 767.98px) {
  .agricko-checkout-page .billing-sidebar .payment-method-wrapper {
    padding: 30px 20px;
  }
}
.agricko-checkout-page .billing-sidebar .payment-method-wrapper .form-check {
  padding-left: 0;
  margin-bottom: 20px;
}
.agricko-checkout-page .billing-sidebar .payment-method-wrapper .form-check-label {
  border: 1px solid var(--border-color);
  width: 100%;
  padding: 10px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}
.agricko-checkout-page .billing-sidebar .payment-method-wrapper .form-check-label .form-check-input {
  margin-left: 0;
  margin-top: 0;
  margin-right: 10px;
}
.agricko-checkout-page .billing-sidebar .payment-method-wrapper .form-check-label[aria-expanded=true] {
  border-color: var(--heading-color);
}
.agricko-checkout-page .billing-sidebar .order-button .place-btn {
  padding: 13px 40px;
  width: 100%;
  background-color: var(--heading-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-checkout-page .billing-sidebar .order-button .place-btn:hover {
  background-color: var(--primary-color);
}

/* 11# Blog Grid Page CSS */
.agricko-post-item {
  border-radius: 10px;
}
.agricko-post-item .post-thumbnail {
  position: relative;
}
.agricko-post-item .post-thumbnail img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.agricko-post-item .post-thumbnail .category-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 9px 20px;
  line-height: 1;
  background-color: var(--secondary-color);
  color: var(--heading-color);
  font-weight: 500;
  border-radius: 30px;
}
.agricko-post-item .post-content {
  padding: 30px;
  border: 1px solid var(--border-color);
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.agricko-post-item .post-content .post-meta span {
  margin-bottom: 10px;
}
.agricko-post-item .post-content .post-meta span:not(:last-child) {
  margin-right: 25px;
}
.agricko-post-item .post-content .post-meta span i {
  margin-right: 10px;
}
.agricko-post-item .post-content h4 {
  margin-bottom: 20px;
}
.agricko-post-item .post-content h4:hover {
  color: var(--secondary-color);
}
.agricko-post-item .post-content .agricko-button {
  margin-top: 30px;
}

.blog-standard-wrapper .agricko-post-item .post-content h4 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 767.98px) {
  .blog-standard-wrapper .agricko-post-item .post-content h4 {
    font-size: 27px;
    line-height: 40px;
  }
}

/* 12# Blog Details Page CSS */
.blog-details-wrapper .blog-post-item .post-thumbnail {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-thumbnail img {
  border-radius: 10px;
}
.blog-details-wrapper .blog-post-item .post-content .post-meta {
  margin-bottom: 20px;
}
.blog-details-wrapper .blog-post-item .post-content .post-meta span {
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post-item .post-content .post-meta span:not(:last-child) {
  margin-right: 20px;
}
.blog-details-wrapper .blog-post-item .post-content .post-meta span i {
  margin-right: 10px;
}
.blog-details-wrapper .blog-post-item .post-content .post-meta span img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.blog-details-wrapper .blog-post-item .post-content h3.title {
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 65px;
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .blog-post-item .post-content h3.title {
    font-size: 32px;
    line-height: 45px;
  }
}
.blog-details-wrapper .blog-post-item .post-content h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .blog-post-item .post-content h3 {
    font-size: 24px;
    line-height: 35px;
  }
}
.blog-details-wrapper .blog-post-item .post-content p {
  margin-bottom: 25px;
}
.blog-details-wrapper .blog-post-item .post-content .medolia-image img {
  width: 100%;
  border-radius: 10px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote {
  position: relative;
  border-radius: 10px;
  padding: 20px 30px;
  background-color: var(--gray-color);
  border-left: 2px solid var(--primary-color);
}
.blog-details-wrapper .blog-post-item .post-content blockquote .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 35px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote .content p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
}
.blog-details-wrapper .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 991.98px) {
  .blog-details-wrapper .entry-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-details-wrapper .entry-footer span {
  color: var(--heading-color);
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .blog-details-wrapper .entry-footer .tag-links {
    margin-bottom: 30px;
  }
}
.blog-details-wrapper .entry-footer .tag-links a {
  padding: 6px 20px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  margin-right: 5px;
  line-height: 21px;
  font-size: 16px;
  color: var(--heading-color);
}
.blog-details-wrapper .entry-footer .tag-links a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-details-wrapper .entry-footer .social-share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 13px;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-details-wrapper .entry-footer .social-share a:not(:last-child) {
  margin-right: 5px;
}
.blog-details-wrapper .entry-footer .social-share a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-details-wrapper .comments-area h3.comments-title {
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-area .comments-list .comment {
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white-color);
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-area .comments-list .comment:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment {
    padding: 30px 15px;
  }
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 85px;
  height: 85px;
  margin-right: 30px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar img {
  border-radius: 50%;
  width: 100%;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-content span.author-name {
  text-transform: capitalize;
  color: var(--heading-color);
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--heading-color);
  font-weight: 700;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-content span.author-name span {
  font-size: 16px;
  color: var(--text-color);
  margin-left: 20px;
  font-weight: 400;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-content p {
  margin-bottom: 10px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-content .reply {
  color: var(--primary-color);
  font-weight: 600;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-content .reply:hover {
  color: var(--primary-color);
}
.blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
  margin-left: 50px;
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
    margin-left: 0;
  }
}
.blog-details-wrapper .comments-form h3 {
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-form .comment-form label {
  color: var(--heading-color);
  margin-bottom: 10px;
}
.blog-details-wrapper .comments-form .comment-form .form_control {
  line-height: 20px;
  padding: 17px 20px;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-form .comment-form .form_control::-webkit-input-placeholder {
  color: var(--text-color);
}
.blog-details-wrapper .comments-form .comment-form .form_control::-moz-placeholder {
  color: var(--text-color);
}
.blog-details-wrapper .comments-form .comment-form .form_control:-ms-input-placeholder {
  color: var(--text-color);
}
.blog-details-wrapper .comments-form .comment-form .form_control::-ms-input-placeholder {
  color: var(--text-color);
}
.blog-details-wrapper .comments-form .comment-form .form_control::placeholder {
  color: var(--text-color);
}
.blog-details-wrapper .comments-form .comment-form .theme-btn {
  width: auto;
}
.blog-details-wrapper .comments-form .comment-form .theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-details-wrapper .comments-form .comment-form .theme-btn.style-one:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}

.sidebar-widget {
  border-radius: 10px;
  padding: 30px;
  background-color: var(--gray-color);
}
.sidebar-widget .widget-title {
  margin-bottom: 10px;
}
.sidebar-widget.sidebar-search-widget {
  padding: 0;
  background-color: transparent;
}
.sidebar-widget.sidebar-search-widget .widget-content .form_control {
  border: none;
  background-color: var(--gray-color);
  border-radius: 5px;
  padding: 12px 20px;
  line-height: 31px;
  font-weight: 500;
  font-size: 18px;
  color: var(--heading-color);
}
.sidebar-widget.sidebar-search-widget .widget-content .form_control::-webkit-input-placeholder {
  color: var(--heading-color);
}
.sidebar-widget.sidebar-search-widget .widget-content .form_control::-moz-placeholder {
  color: var(--heading-color);
}
.sidebar-widget.sidebar-search-widget .widget-content .form_control:-ms-input-placeholder {
  color: var(--heading-color);
}
.sidebar-widget.sidebar-search-widget .widget-content .form_control::-ms-input-placeholder {
  color: var(--heading-color);
}
.sidebar-widget.sidebar-search-widget .widget-content .form_control::placeholder {
  color: var(--heading-color);
}
.sidebar-widget.sidebar-search-widget .widget-content .search-btn {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: var(--secondary-color);
}
.sidebar-widget.sidebar-categories-widget .widget-title {
  margin-bottom: 20px;
}
.sidebar-widget.sidebar-categories-widget .widget-content ul li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.sidebar-widget.sidebar-categories-widget .widget-content ul li a {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-widget.sidebar-categories-widget .widget-content ul li a i {
  font-size: 18px;
}
.sidebar-widget.sidebar-categories-widget .widget-content ul li a:hover {
  color: var(--primary-color);
}
.sidebar-widget.sidebar-post-widget .post-thumbnail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-widget.sidebar-post-widget .post-thumbnail-content:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.sidebar-widget.sidebar-post-widget .post-thumbnail-content img {
  border-radius: 10px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date h6 {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1650px) {
  .sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date h6 {
    font-size: 16px;
  }
}
.sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date span {
  color: var(--primary-color);
  line-height: 1;
}
.sidebar-widget.sidebar-tag-widget .widget-content a {
  background-color: var(--white-color);
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #000;
}
.sidebar-widget.sidebar-tag-widget .widget-content a:not(:last-child) {
  margin-right: 5px;
}
.sidebar-widget.sidebar-social-widget .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
}
.sidebar-widget.sidebar-social-widget .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}
.sidebar-widget.sidebar-social-widget .social-box a:not(:last-child) {
  margin-right: 5px;
}
.sidebar-widget.sidebar-banner-widget {
  background-color: transparent;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.sidebar-widget.sidebar-banner-widget:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(24, 39, 30, 0.8);
  border-radius: 10px;
  z-index: -1;
}
.sidebar-widget.sidebar-banner-widget .widget-content {
  text-align: center;
}
.sidebar-widget.sidebar-banner-widget .widget-content h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.sidebar-widget.sidebar-banner-widget .widget-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.sidebar-widget.sidebar-banner-widget .widget-content span {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.sidebar-widget.sidebar-banner-widget .widget-content span a {
  text-decoration: underline;
}
.sidebar-widget.product-price-filter-widget .widget-content .range-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-widget.product-price-filter-widget .widget-content .ui-widget.ui-widget-content {
  border: none;
  background-color: rgba(241, 79, 68, 0.1);
  height: 3px;
  border-radius: 2.5px;
}
.sidebar-widget.product-price-filter-widget .widget-content .ui-widget-header {
  background-color: var(--primary-color);
}
.sidebar-widget.product-price-filter-widget .widget-content .ui-slider .ui-slider-handle {
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: none;
}
.sidebar-widget.product-price-filter-widget .widget-content .ui-slider .ui-slider-handle:focus {
  background-color: var(--primary-color);
  border: transparent;
}

/* 13# Contact Page CSS */
.contact-info-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.contact-info-wrapper .column-border:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
@media screen and (max-width: 991.98px) {
  .contact-info-wrapper .column-border:not(:last-child) {
    border-right: none;
  }
}
.contact-wrapper {
  background: linear-gradient(135deg, #7e807e 0%, #6a6c6a 100%);
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.98px) {
  .contact-wrapper {
    padding: 40px 30px;
  }
}

.contact-form label {
  color: var(--white-color);
  margin-bottom: 15px;
}
.contact-form .form_control {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  line-height: 20px;
  padding: 17px 20px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .form_control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .theme-btn {
  width: 100%;
}

.map-box iframe {
  height: 550px;
}

@media (max-width: 767.98px) {
  .agricko-error-sec .agricko-content-box h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
.agricko-error-sec .agricko-content-box p {
  max-width: 475px;
  margin: 0 auto 30px;
}

/* 
  关于我们页面样式
  About Us Page Styles
*/

/* 
  公司简介区域
  Company About Section
*/
.company-about-sec {
  background-color: var(--white-color);
}

.company-intro-content {
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .company-intro-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.intro-text {
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color);
  margin-bottom: 20px;
}

/* 
  公司价值观
  Company Values
*/
.company-values {
  margin-top: 30px;
}

.value-item {
  text-align: center;
  padding: 20px 15px;
  background: linear-gradient(135deg, var(--gray-color) 0%, rgba(255, 255, 255, 0.8) 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
}

.value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: var(--black-dark-color);
  background: linear-gradient(135deg, var(--white-color) 0%, var(--gray-color) 100%);
}

.value-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.9) 100%);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.value-item:hover .value-icon {
  transform: rotate(360deg) scale(1.1);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--black-dark-color) 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.value-item h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0;
}

/* 
  公司图片包装
  Company Image Wrapper
*/
.company-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.main-about-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.main-about-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.company-image-wrapper:hover .main-about-image img {
  transform: scale(1.05);
}

.floating-stats {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}

.stat-card {
  background: linear-gradient(135deg, rgba(14, 23, 18, 0.95) 0%, rgba(14, 23, 18, 0.85) 100%);
  color: var(--white-color);
  padding: 20px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  text-align: center;
  min-width: 150px;
}

.stat-card h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 5px;
}

.stat-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

/* 
  核心业务区域
  Core Business Section
*/
.core-business-sec {
  margin-top: 60px;
}

.business-card {
  background: linear-gradient(135deg, var(--white-color) 0%, var(--gray-color) 100%);
  border-radius: 20px;
  padding: 40px 35px;
  height: 100%;
  border: 2px solid rgba(221, 221, 221, 0.3);
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.business-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.5) 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.business-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--black-dark-color);
}

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

.business-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--black-dark-color) 0%, rgba(27, 27, 27, 0.9) 100%);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.business-card:hover .business-icon {
  transform: rotateY(360deg) scale(1.15);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--black-dark-color) 100%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.business-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
}

.business-content p {
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
  margin-bottom: 20px;
}

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

.business-features li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-size: 15px;
  color: var(--text-color);
  transition: color 0.3s ease;
}

.business-features li i {
  color: var(--black-dark-color);
  margin-right: 10px;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.business-card:hover .business-features li {
  color: var(--heading-color);
}

.business-card:hover .business-features li i {
  transform: scale(1.2);
  color: var(--primary-color);
}

/* 
  数据统计区域
  Company Stats Section
*/
.company-stats-sec {
  background: linear-gradient(135deg, rgba(248, 247, 240, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
  padding: 60px 40px;
  border-radius: 20px;
  border: 1px solid rgba(221, 221, 221, 0.5);
}

.stats-container {
  max-width: 100%;
}

.stat-item {
  text-align: center;
  padding: 30px 20px;
  background: var(--white-color);
  border-radius: 15px;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  height: 100%;
}

.stat-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: var(--black-dark-color);
}

.stat-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.9) 100%);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all 0.4s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.stat-item:hover .stat-icon {
  transform: rotate(360deg) scale(1.15);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--black-dark-color) 100%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.stat-item h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 10px;
  line-height: 1.2;
}

.stat-item p {
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 0;
  font-weight: 500;
}

/* 
  企业使命与愿景
  Mission & Vision Section
*/
.mission-vision-sec {
  background: linear-gradient(135deg, rgba(248, 247, 240, 0.3) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.mission-card,
.vision-card {
  background: var(--white-color);
  border-radius: 20px;
  padding: 40px 35px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(221, 221, 221, 0.3);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.mission-card::before,
.vision-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.5) 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.mission-card:hover,
.vision-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--black-dark-color);
}

.mission-card:hover::before,
.vision-card:hover::before {
  transform: scaleX(1);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(221, 221, 221, 0.3);
}

.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.9) 100%);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all 0.4s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.mission-card:hover .card-icon,
.vision-card:hover .card-icon {
  transform: rotate(360deg) scale(1.1);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--black-dark-color) 100%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.card-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0;
}

.card-content p {
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color);
  margin-bottom: 0;
}

/* 
  公司优势区域
  Company Advantages Section
*/
.company-advantages-sec {
  background-color: var(--white-color);
}

.advantage-card {
  background: linear-gradient(135deg, var(--white-color) 0%, var(--gray-color) 100%);
  border-radius: 15px;
  padding: 35px 30px;
  text-align: center;
  height: 100%;
  border: 2px solid transparent;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.advantage-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.5) 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.advantage-card:hover {
  transform: translateY(-10px);
  border-color: var(--black-dark-color);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, var(--white-color) 0%, rgba(248, 247, 240, 0.9) 100%);
}

.advantage-card:hover::before {
  transform: scaleX(1);
}

.advantage-card .advantage-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--black-dark-color) 0%, rgba(27, 27, 27, 0.9) 100%);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.advantage-card .advantage-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.advantage-card:hover .advantage-icon {
  transform: rotateY(360deg) scale(1.15);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--black-dark-color) 100%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.advantage-card:hover .advantage-icon::before {
  width: 140px;
  height: 140px;
}

.advantage-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.advantage-card:hover h4 {
  color: var(--black-dark-color);
}

.advantage-card p {
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.advantage-card:hover p {
  color: var(--heading-color);
}

/*
  CTA区域
*/
.company-cta-sec {
  background: linear-gradient(135deg, var(--black-dark-color) 0%, rgba(14, 23, 18, 0.95) 100%);
}


.cta-content-wrapper {
  position: relative;
  z-index: 1;
  background: rgba(14, 23, 18, 0.7);
  padding: 50px 40px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-text-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 20px;
  line-height: 1.3;
}

.cta-text-content p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.cta-button-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cta-button-group .theme-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 150px;
}

.cta-button-group .theme-btn.style-one {
  background: var(--white-color);
  color: var(--black-dark-color);
  border: 2px solid var(--white-color);
}

.cta-button-group .theme-btn.style-one:hover {
  background: transparent;
  color: var(--black-dark-color);
  border-color: var(--white-color);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

.cta-button-group .theme-btn.style-two {
  background: transparent;
  color: var(--white-color);
  border: 2px solid var(--white-color);
}

.cta-button-group .theme-btn.style-two:hover {
  background: var(--white-color);
  color: var(--black-dark-color);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

/* 响应式设计 */
@media (max-width: 991.98px) {
  .company-intro-content {
    padding-right: 0;
  }
  
  .business-card {
    padding: 35px 30px;
    margin-bottom: 30px;
  }
  
  .business-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .business-content h4 {
    font-size: 22px;
  }
  
  .stat-item {
    margin-bottom: 20px;
  }
  
  .mission-card,
  .vision-card {
    padding: 35px 30px;
    margin-bottom: 30px;
  }
  
  .card-header h3 {
    font-size: 24px;
  }
  
  .cta-content-wrapper {
    padding: 40px 30px;
  }
  
  .cta-text-content h3 {
    font-size: 28px;
  }
  
  .cta-button-group {
    margin-top: 25px;
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .company-about-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .company-stats-sec {
    padding: 40px 25px;
  }
  
  .business-card {
    padding: 30px 25px;
  }
  
  .business-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  
  .business-content h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .business-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  
  .stat-item {
    padding: 25px 15px;
  }
  
  .stat-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .stat-item h3 {
    font-size: 30px;
  }
  
  .mission-card,
  .vision-card {
    padding: 30px 25px;
  }
  
  .card-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .card-header h3 {
    font-size: 22px;
  }
  
  .card-content p {
    font-size: 15px;
    line-height: 26px;
  }
  
  .advantage-card {
    padding: 30px 25px;
    margin-bottom: 25px;
  }
  
  .advantage-card .advantage-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .advantage-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .advantage-card p {
    font-size: 14px;
    line-height: 24px;
  }
  
  .cta-content-wrapper {
    padding: 35px 25px;
    text-align: center;
  }
  
  .cta-text-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .cta-text-content p {
    font-size: 15px;
    line-height: 26px;
  }
  
  .cta-button-group {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }
  
  .cta-button-group .theme-btn {
    width: 100%;
    max-width: 200px;
  }
  
  .value-item {
    padding: 15px 10px;
    margin-bottom: 15px;
  }
  
  .value-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .value-item h5 {
    font-size: 14px;
  }
  
  .floating-stats {
    bottom: 20px;
    right: 20px;
  }
  
  .stat-card {
    padding: 15px 20px;
    min-width: 120px;
  }
  
  .stat-card h3 {
    font-size: 26px;
  }
  
  .stat-card p {
    font-size: 12px;
  }
}

/* 分页 */
.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  padding: 20px 0;
}

.pagination-btn {
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  color: #333;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  font-family: inherit;
}

.pagination-btn:hover:not(:disabled) {
  background-color: #000;
  color: #ffffff;
  border-color: #000;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f5f5f5;
}

.pagination-numbers {
  display: flex;
  gap: 8px;
}

.pagination-number {
  min-width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  color: #333;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
}

.pagination-number:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.pagination-number.active {
  background-color: #000;
  color: #ffffff;
  border-color: #000;
  font-weight: 500;
}

@media (max-width: 576px) {
  .custom-pagination {
    gap: 5px;
  }

  .pagination-btn {
    padding: 8px 15px;
    font-size: 13px;
  }

  .pagination-number {
    min-width: 35px;
    height: 35px;
    font-size: 13px;
  }
}