@font-face {
    font-family: Folio;
    src: url(../webfonts/Folio_BdCn_BT_Bold.ttf);
      font-style: normal;
    font-display: swap;
}
.product-hero-banner {
    background: url('../images/b10.jpg')no-repeat center;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.product-hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.product-hero-content .product-titles {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.product-hero-content .spec-box {
    border: 2px solid #009944;
    border-radius: 8px;
    padding: 15px 25px;
    background: rgba(40, 167, 69, 0.15);
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.product-hero-content .spec-box .spec-label {
    color: #009944;
    font-size: 1rem;
}

.product-hero-content .spec-box .spec-value {
    color: #009944;
    font-size: 1.4rem;
    font-weight: 700;
}
.contact-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.contact-icon.email-icon { background: #6c757d; }
.contact-icon.whatsapp-icon { background: #25d366; }

.contact-label {
    color: var(--text-muted);
    font-size: 14px;
    margin-bottom: 2px;
}

.contact-value {
    color: var(--primary-red);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}
        
.product-hero-content .btn-chat {
    background: #009944;
    color: #fff;
    border: none;
    padding: 10px;
    width: 48%;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.product-hero-content .btn-chat:hover {
    background: #218838;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
}

.product-hero-content .btn-message {
    background: #134a9b;
    color: #fff;
    border: none;
    padding: 10px;
    width: 48%;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.product-hero-content .btn-message:hover {
    background: #134a9bde;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(26, 58, 92, 0.4);
}
.product-hero-content .btn-top{display: flex;justify-content: space-around;text-align: center;width: 160px;padding-left:0;}
.product-hero-content .btn-top li{width: 50%;color: #fff;padding: 5px;border-radius: 5px;font-size: 14px;}
.product-hero-content .btn-top li:first-child{background:#45b035;margin-right: 10px;}
.product-hero-content .btn-top li:last-child{background: #134a9b;}
.product-hero-content .btn-top li img{width:100%;}

.product-hero-content .chat-click{ border-radius: 10px; background:#c6d6e5;display: flex;justify-content:space-around;padding: 10px;margin: 20px 0;font-size: 22px;font-weight: bold;color: #009944;}
.product-hero-content .chat-click div{ width: 45%;display: flex;align-items: center;}
.product-hero-content .chat-click img{ margin-right: 10px;}
.product-hero-content .product-image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-hero-content .product-image {
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
    max-width: 600px;
    /*animation: float 6s ease-in-out infinite;*/
}
/*@keyframes float {*/
/*    0%, 100% { transform: translateY(0); }*/
/*    50% { transform: translateY(-20px); }*/
/*}*/
.icon-circle-teal {
    width: 32px;
    height: 32px;
    background-color: #2e8b57;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.custom-list-spacing {
    margin-bottom: 1.5rem;
}
.pro-custom-list p {
    position: relative;
    padding-left:2.2rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.pro-custom-list p::before {
    content: "\F280"; 
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 28px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: #2e8b57;
}

.pro-custom-list p:last-child {
    margin-bottom: 0;
}
.pro-work-image{
    box-shadow: 0 0 44px #aaa;
    border: 1px dashed #000;
    border-radius: 15px;
    background: #fff;
}
.pro-work-image img{
    border-radius: 15px;
}
.pro-section-header {
    color: #2e8b57;
    font-size: 2rem;
    font-family: "Folio";
}
.heading-line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #199050;
    vertical-align: middle;
}
.heading-circle {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid #199050;
    border-radius: 50%;
    vertical-align: middle;
    background: transparent;
}
.pro-section-description {
    color: #333;
    line-height: 1.8;
    font-size: 1.1rem;
}
/*.pro-section-image {*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
/*}*/
.service-banner {
  background-color: #009944;
}
.service-text {
  color: #fff;
}
.bullet {
  color: #fff;
  margin-right: 3px;
}
.divider {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 20px;
}
.service-item {
  padding: 4px 0;
}
.btn-get-price {
  background-color: #fff;
  color: #009944;
  border: none;
  padding: 5px 28px;
  font-weight: 600;
  white-space: nowrap;
}
.btn-get-price:hover {
  background-color: #f0f0f0;
  color: #009944;
}
.btn-get-price i {
  margin-right: 6px;
}

/* Mobile: 2 columns grid */
@media (max-width: 767.98px) {
  .service-banner {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .service-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    width: 100%;
  }
  .service-item {
    padding: 0;
  }
  .divider {
    display: none !important;
  }
  .service-cta {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    margin-top: 12px;
  }
  .btn-get-price {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

.heading-line,.heading-circle {
    display: none;
 }
}

/* Small mobile */
@media (max-width: 400px) {
  .service-text {
    font-size: 12px;
  }
  .btn-get-price {
    font-size: 13px;
    padding: 8px 16px;
  }
}
    
.step-two{width: 16.66%;}
/*pro-feature-section*/
.pro-feature-section {
    display: flex;
    align-items: stretch;
}

.pro-feature-image {
    position: relative;
    overflow: hidden;
    padding: 3rem 1.5rem 3rem 3rem;
    background: #009944;
}

.pro-feature-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pro-feature-content {
    background-color: #009944;
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pro-feature-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

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

.pro-feature-list p {
    position: relative;
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 1.6;
}

.pro-feature-list p:last-child {
    margin-bottom: 0;
}
/*nav-tabs-custom*/
.nav-tabs-custom {
    border-bottom: 2px solid #009944;
    margin-bottom: 0;
}
.nav-tabs-custom .nav-item {width: 25%;}
.nav-tabs-custom .nav-link {
    border: none;
    border-radius: 0;
    color: #6c757d;
    padding: 1rem 2rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.nav-tabs-custom .nav-link:hover {
    color: #009944;
}

.nav-tabs-custom .nav-link.active {
    background-color: #009944;
    color:#ffffff!important;
    position: relative;
}

.nav-tabs-custom .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #009944;
}

.nav-tabs-custom .nav-link i {
    font-size: 1.5rem;
}

.tab-content {
    padding-top: 2rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    aspect-ratio: 4/3;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}
/*table*/
.table-specs {
    border-collapse: collapse;
    width: 100%;
    min-width: 800px;
    table-layout:fixed;
}
.table-specs th,
.table-specs td {
    border: 1px solid #dee2e6;
    padding: 12px 15px;
    text-align: center;
    vertical-align: middle;
}
.table-specs thead th {
    background-color: #2c313e;
    color: white;
    font-weight: 600;
    border-color: #d5d6d9;
}
.table-specs thead td {
    background-color: #2c313e;
    color: white;
    font-weight: 600;
    border-color: #d5d6d9;
}
/* Mobile responsive styles */
@media (max-width: 768px) {
    .table-specs {
        min-width: 600px;
    }
    .table-specs th,
    .table-specs td {
        padding: 8px 6px;
        font-size: 11px;
    }
    .card-header h4 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .table-specs {
        min-width: 500px;
    }
    .table-specs th,
    .table-specs td {
        padding: 6px 4px;
        font-size: 10px;
    }
    .card-header h4 {
        font-size: 14px;
    }
}

.bg-light-gray {
    background-color: #f2f2f2;
}
.bg-white-custom {
    background-color: #ffffff;
}
.model-cell {
    font-weight: 600;
}
.cavity-cell {
    font-weight: 500;
}
.specs-group {
    background-color: inherit;
}
.empty-cell {
    background-color: #f8f9fa;
}

/* 固定标题行在移动端 */
@media (max-width: 768px) {
    .table-responsive {
        max-height: 70vh;
        overflow-y: auto;
    }
    .table-specs thead{
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

@media (max-width: 1200px) {
    .product-hero-content .chat-click {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .product-hero-content .product-titles {
        font-size: 1.5rem;
        text-align: center;
    }
    .product-hero-banner{background: #333;}
    .product-hero-content .spec-box {
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    .step-two{width: 100%;}
    .product-hero-content .btn-chat,.product-hero-content .btn-message {
        width: 100%;
        margin-bottom: 10px;
    }
    .pro-feature-image {
        min-height: 300px;
    }

    .pro-feature-content {
        padding: 2.5rem 1.5rem;
    }
}
@media (max-width: 992px) and (min-width: 769px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .product-hero-content .chat-click{display: none;}
    .pro-feature-title {
        font-size: 1.25rem;
    }

    .pro-feature-list p {
        font-size: 0.85rem;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .nav-tabs-custom .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
}
 /* Main Content Layout - Two Columns */
.pro-main-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: url('../images/b18.webp')no-repeat center;
    background-size: cover;
}

@media (min-width: 992px) {
    .pro-main-content {
        flex-direction: row;
        gap: 50px;
    }
}

/* Left Column - Features */
.pro-features-column {
    flex: 1;
}

/* Right Column - Gallery */
.pro-gallery-column {
    flex: 1;
}

/* Features Grid */
.pro-features-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media (min-width: 768px) {
    .pro-features-section {
        gap: 25px;
    }
}

/* Feature Card */
.pro-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 19px;
    border: 2px solid #2e8b57b5;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.pro-feature-contents {
    flex: 1;
}

.pro-feature-titles {
    font-weight: 600;
    margin-bottom: 8px;
    color:  #fff;
}

.pro-feature-descs {
    font-size: 0.95rem;
    color: #b8c5d6;
    line-height: 1.7;
    margin-bottom: 0;
}
.pro-feature-icon{width:50px;}
.pro-feature-icon img{width:100%;}
/* Image Gallery */

.pro-gallery-title {
    color:  #fff;
    font-family: "Folio";
}

.pro-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.pro-gallery-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff87;
}

.pro-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pro-gallery-item:hover img {
    transform: scale(1.05);
}


/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-in {
    animation: fadeInUp 0.6s ease forwards;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }

/* Mobile Optimization */
@media (max-width: 1200px) {
    .pro-main-content{background:#444;}
}
@media (max-width: 576px) {
    .main-container {
        padding: 30px 15px 50px;
    }

    .pro-feature-card {
        padding: 20px;
    }

    .pro-feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .pro-feature-titles {
        font-size: 1.1rem;
    }

    .pro-feature-descs {
        font-size: 0.85rem;
    }
}


/**/
.inquiry_popOutBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 99998;
    display: none;
}

.inquiry_popOut {
    position: fixed;
    width: 60%;
    max-width: 900px;
    height: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    z-index: 99999;
    display: none;
}

.inquiry_popOut * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.webinqu_box {
    width: 100%;
    font-family: 'Opensans-Regular';
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
    position: relative;
}

.webinqu_box .inquiry_close {
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
}

.webinqu_box .inquiry_close i {
    font-size: 22px;
}

.webinqu_box h1 {
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    line-height: 1.5;
    padding: 10px 20px;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.webinqu_box .inquiry_box {
    display: flex;
    flex-direction: column;
}

.webinqu_box .inquiry_box .inquiry_box_top {
    display: block;
    padding: 0px 20px;
}

.webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_pic {
    float: left;
    margin: 0 15px 0 0;
    width: 80px;
    height: 67px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
}

.webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_pic img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_info span {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_info p {
    line-height: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.webinqu_box .inquiry_box .inquiry_box_con {
    flex: 1;
    padding: 20px;
}

.webinqu_box .inquiry_box .inquiry_box_con form {
    width: 100%;
    padding: 10px 0 0;
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows {
    padding: 10px 0
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows.input_rows {
    float: left;
    width: 48.334%;
    margin-bottom: 15px;
    font-size: 0px
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows.input_rows:nth-child(even) {
    margin-left: 3.3%
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows label {
    font-size: 16px;
    display: block;
    padding-bottom: 6px
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows label span {
    color: red;
    font-size: 14px
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows .input {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    text-indent: 5px;
    border: 1px #cbcecd solid;
    outline: none;
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows textarea {
    box-sizing: border-box;
    width: 100%;
    height: 160px;
    max-width: 100%;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
    border: 1px #cbcecd solid;
    outline: none;
    resize: none;
}

/* .webinqu_box .inquiry_box .inquiry_box_con form .rows.vcode_rows {margin-top: 11px;} */
.webinqu_box .inquiry_box .inquiry_box_con form .rows .vcode {
    position: relative;
    display: inline-block;
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows .vcode .input {
    width: 300px;
    max-width: 100%
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows .vcode img {
    position: absolute;
    top: 1px;
    right: 1px;
    width: auto;
    height: 40px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows.submit_rows {
    margin-top: 14px
}

.webinqu_box .inquiry_box .inquiry_box_con form .form_button {
    font-family: 'OpenSans-Bold';
    width: 200px;
    height: 46px;
    cursor: pointer;
    background: #222;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: 0
}

@media only screen and (max-width: 768px) {
    .inquiry_popOut {
        width: 100%;
    }

    .webinqu_box .inquiry_box {
        flex-direction: column;
    }

    .webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_info span {
        white-space: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_info p {
        display: none;
    }
}