.single-product .product-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #EDF8EF;
    border: 1px solid #DCEEDD;
    border-radius: 999px;
    color: #0B6B37;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(11, 107, 55, .08);
    transition: all .3s ease;
    margin-bottom: 14px;
    letter-spacing: .5px;
}

.single-product .product-badge .badge-icon {
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 20px;
    height: 20px; 
    border-radius: 50%;  
    background: #0B6B37;
    color: #fff; 
    font-size: 0.5375rem; 
    font-weight: 700;
}


.single-product .product-title{
    font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1;
}

.single-product .product-technical-name{
    font-weight: 600;
    color:#888;
    margin-bottom: 0;
}

 
 .single-product .aura-spec-card{
    display:flex;
    align-items:flex-start;
    gap:2px;
}

.single-product .aura-spec-card .spec-icon{
    width:48px;
    min-width:48px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    color:#0B6B37;
    font-size:2rem; /* 32px */
    line-height:1;
}

.single-product .products-detail-wrapper{
    border-top:2px solid #dcdfe4 ;
    border-bottom:2px solid #dcdfe4 ;
    padding: 24px 0;
}


.single-product .aura-spec-card .spec-content{
    color:#333;
    line-height:1.6;
}

.single-product .aura-spec-card .spec-content h3{
    margin:0 0 6px;
    color:#0B6B37;
    font-size:1rem; /* 20px */
    font-weight:700;
    line-height:1;
}
.single-product .aura-spec-card .spec-content h4 {
  line-height: 1.5;
  font-weight: 500;
  font-size: 0.956rem;
  margin: 0;
}

.single-product .aura-spec-card .spec-content p,
.single-product .aura-spec-card .spec-content{
    margin:0;
    color:#333;
    font-size:1.375rem; /* 22px */
    font-weight:400;
    line-height:1.7;
}
  

.single-product .aura-product-description h2{
    font-size: 1.235rem;
    font-weight: 600;
    color: #0B6B37;
    line-height: 1;
}


.single-product .description-content p{
    color:#191b22 ;
    line-height: 1.3;
}

.single-product .feature-description{
    font-size: 0.965rem;
    line-height: 1.5;
}




.single-product .aura-feature-card .feature-content h2{
      font-size: 1.235rem;
    font-weight: 600;
    color: #0B6B37;
}



.d-none{
    display: none;
}


.list-product-title h3 a{
    font-size: 1.234rem;
}


.list-short-discription p {
     display: -webkit-box;
    -webkit-line-clamp: 4; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*=========================================
  Achievement Card home page
=========================================*/
/* Full-width homepage */
.home #main > .wf-wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home #content,
.home .content,
.home .wf-container-main {
    width: 100% !important;
    max-width: 100% !important;
}

.home .elementor-section,
.home .elementor-container {
    max-width: 100% !important;
}

.home .achievement-item{
    display:flex;
    align-items:center;
    gap:20px;
}

.home .achievement-icon{
    width:64px;
    min-width:64px;
    display:flex;
    align-items:center;
    justify-content:center;

    color:#0B6B37;
    font-size:3rem;  
    line-height:1;
}

.home .achievement-content{
    display:flex;
    flex-direction:column;
}

.home .achievement-number{
    margin:0 ;
    color:#0B6B37;
    font-size:2rem;  
    font-weight:700;
    line-height:1.1;
}

.home .achievement-title{
    margin:0;
    color:#333333;
    font-size:1rem; 
    font-weight:500;
    line-height:1.4;
}

.home .category-card{
    background:#eef1ec;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .35s ease;
    position: relative;
}

.home .category-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.home .category-image{
    overflow:hidden;
}

.home .category-image img{
    display:block;
    width:100%; 
    object-fit:cover;
    transition:transform .5s ease;
}

.home .category-card:hover .category-image img{
    transform:scale(1.08);
}

.home .category-content{
    padding:14px;
}

.home .category-title{
    margin:0 0 4px;
    color:#19398A;
    font-size:1.135rem; /* 28px */
    font-weight:700;
    line-height:1.2;
}

.home .category-description{
    margin:0 0 20px;
    color:#4B5563;
    font-size:0.965rem; /* 18px */
    line-height:1.5;
}

.home .category-arrow{
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center; 
    margin-left:auto; 
    background:#fff;
    border-radius:50%; 
    color:#0B6B37;
    font-size:0.965rem;  
    text-decoration:none; 
    box-shadow:0 8px 20px rgba(0,0,0,.08); 
    transition:all .3s ease;
}
.home .category-arrow::before {
  content: "";
  position: absolute; 
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.home .category-card:hover .category-arrow{
    background:#0B6B37;
    color:#fff;
}


/*=========================================
  About Section
=========================================*/

 
.home .section-tag{
    display:block;
    margin-bottom:18px;

    color:#0B6B37;
    font-size:1rem; /*16px*/
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.home .section-title{
    margin:0 0 8px; 
    color:#0A1E5E;
    font-size:2rem; /*48px*/
    font-weight:700;
    line-height:1.2;
}

.home .section-description{
    margin:0 0 20px; 
    color:#4B5563;
    font-size:1rem; /*20px*/
    line-height:1.5;
}

.home .about-btn{
    display:inline-flex;
    align-items:center;
    gap:14px; 
    padding:12px 30px; 
    background:#0A1E5E;
    border-radius:12px; 
    color:#fff;
    text-decoration:none; 
    font-size:1rem;  
    font-weight:600; 
    transition:.3s ease;
}

.home .about-btn:hover{
    background:#0B6B37;
}

.home .about-stats{
    flex:1; 
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.home .about-stat-card{
    display:flex;
    align-items:flex-start;
    gap:10px; 
    padding:14px; 
    background:#fff; 
    border:1px solid #ECECEC;
    border-radius:14px; 
    transition:.3s ease;
}

.home .about-stat-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.home .stat-icon{ 
    width:40px;
    height:40px; 
    display:flex;
    align-items:center;
    justify-content:center; 
    border-radius:50%;  
    background:#0B6B37; 
    color:#fff; 
    font-size:1rem;  
}

.home .stat-content{
    flex:1;
}

.home .stat-number{
    color:#0A1E5E; 
    font-size:1.5rem; 
    font-weight:700; 
    line-height:1.1;  
    margin-bottom:0px;
}

.home .stat-content h4{
    margin:0 0 6px;  
    color:#0B6B37; 
    font-size:0.965rem;  
    font-weight:600;
}

.home .stat-content p{
    margin:0; 
    color:#555; 
    font-size:1rem;  
    line-height:1.2;
}

/*=========================================
  Innovation Card
=========================================*/

.home .innovation-card{ 
    background:#031738;
    border-radius:20px;
}

.home .innovation-card .section-tag{
    display:block;
    margin-bottom:10px; 
    color:#5EAF2A; 
    font-size:1rem; /*16px*/
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.home .innovation-card .section-title{
    margin:0 0 14px; 
    color:#FFFFFF;  
    font-size:2rem;  
    font-weight:700;
    line-height:1.2;
}

.home .innovation-card .section-description{
    margin:0 0 20px; 
    color:rgba(255,255,255,.85); 
    font-size:1rem; /*20px*/
    font-weight:400;
    line-height:1.5;
    max-width:600px;
}

.home .innovation-btn{
    display:inline-flex;
    align-items:center;
    gap:14px; 
    padding:12px 30px; 
    background:#FFFFFF;
    border:2px solid #D9D9D9;
    border-radius:14px; 
    color:#031738;
    text-decoration:none; 
    font-size:1rem; /*18px*/
    font-weight:600; 
    transition:all .3s ease;
}

.home .innovation-btn i{
    font-size:1.25rem; /*20px*/
}

.home .innovation-btn:hover{
    background:#0B6B37;
    border-color:#0B6B37;
    color:#FFFFFF;
}

/*=========================================
  Innovation Feature Card
=========================================*/

.home .innovation-feature-card{
    overflow:hidden; 
    border-radius:14px;
    transition:all .35s ease;
}

.home .innovation-feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.18);
}

.home .innovation-feature-card .feature-image{
    overflow:hidden;
}

.home .innovation-feature-card .feature-image img{
    display:block;
    width:100%; 
    object-fit:cover;
    transition:transform .5s ease;
}

.home .innovation-feature-card:hover .feature-image img{
    transform:scale(1.08);
}

.home .innovation-feature-card .feature-content{
    padding:10px 2px
}

.home .innovation-feature-card .feature-title{
    margin:0 0 8px; 
    color:#FFFFFF; 
    font-size:1.236rem;  
    font-weight:700;
    line-height:1.2;
}

.home .innovation-feature-card .feature-description{
    margin:0; 
    color:rgba(255,255,255,.85); 
    font-size:1rem; /* 18px */
    font-weight:400;
    line-height:1.6;
}


/*=========================================
  About Intro
=========================================*/

.about-intro{
    max-width:760px;
}

.about-intro .section-tag{
    display:block;
    margin-bottom:18px;

    color:#0B6B37;

    font-size:1rem; /*16px*/
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.about-intro .section-title{
    margin:0 0 10px; 
    color:#0A1E5E; 
    font-size:2.236rem; /*48px*/
    font-weight:700;
    line-height:1.2;
}

.about-intro .section-description{
    margin-bottom:50px;
}

.about-intro .section-description p{
    margin:0 0 24px; 
    color:#333333; 
    font-size:1rem; /*20px*/
    font-weight:400;
    line-height:1.3;
}

.about-features{
    display:flex;
    gap:20px;
}

.about-feature{
    flex:1;
    text-align: center;
}

.about-feature .feature-icon{
    margin-bottom:18px; 
    color:#0B6B37; 
    font-size:2.5rem; /*40px*/
    line-height:1;
}

.about-feature h4{
    margin:0 0 6px; 
    color:#111111; 
    font-size:1.125rem; /*18px*/
    font-weight:700;
    line-height:1.4;
}

.about-feature p{
    margin:0; 
    color:#555555; 
    font-size:0.953rem; /*16px*/
    font-weight:400;
    line-height:1.2;
}
 
 
 .show-on-hover.preload-me.aspect.lazy.lazy-load.is-loaded.run-img-transitions{
     display: none;
 }
 

.the7-woocommerce-loop-product-image,
.the7-image-wrapper {
    aspect-ratio: 800 / 704 !important;
    overflow: hidden;
}

.the7-image-wrapper img,
.the7-woocommerce-loop-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;   /* or cover */
}

  