    .product-hero .btn-watch-video {
      font-size: 16px;
      transition: 0.5s;
      margin-left: 25px;
      color: #3DB552;
      font-weight: 600;
    }

    .product-hero .btn-watch-video i {
      color: #3DB552;
      font-size: 32px;
      transition: 0.3s;
      line-height: 0;
      margin-right: 8px;
    }

    .product-hero .btn-watch-video:hover {
      color: #3DB552;
    }

    .product-hero .btn-watch-video:hover i {
      color: color-mix(in srgb, #3DB552, transparent 15%);
    }
    
    #product-hero .ready-badge {
      background: color-mix(in srgb, #3DB552, transparent 90%);
      border: 1px solid #3DB552;
    }

    .product-hero h1 span,
    .ready-badge{
      color: #3DB552 !important;
    }

    .scroll-top{
      color: #3DB552 !important;
      background-color: #3DB552 !important;
    }

    .applications .compliance-img-wrapper {
      position: relative;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      overflow: hidden;
      border: 3px solid transparent;
      background: linear-gradient(135deg, rgba(#3DB552, 0.2), rgba(61, 181, 82, 0.2));
      transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
      cursor: pointer;
    }

    .applications .compliance-img-wrapper:hover {
      border-color: #3DB552;
      box-shadow: 0 8px 30px rgba(#3DB552, 0.35),
        0 0 0 4px rgba(#3DB552, 0.15);
      transform: translateY(-6px) scale(1.05);
    }

    .advantage button {
      background-color: #3DB552;
      border: none;
      transition: background-color 0.3s ease-in-out;
    }

    .advantage button:hover {
      background-color: rgba(#3DB552, 0.7);
    }

    .advantage-nav-btn {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 2px solid #3DB552;
      background: transparent;
      color: #3DB552;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.25s, color 0.25s;
      flex-shrink: 0;
    }

    .advantage-nav-btn:hover {
      background: #3DB552;
      color: #fff;
    }

    .technical-features .feature-item .feature-icon {
      width: 52px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-md);
      background-color: color-mix(in srgb, #3DB552, transparent 92%);
      transition: all 0.3s ease;
    }

    .technical-features .feature-item .feature-icon i {
      font-size: 22px;
      color: #3DB552;
    }

    .technical-features .feature-item:hover .feature-icon {
      background-color: color-mix(in srgb, #3DB552, transparent 85%);
      transform: scale(1.05);
    }

    .technical-features .nav-tabs .nav-link.active {
      background: #3DB552;
      color: #ffffff;
      box-shadow: 0 4px 12px rgba(#3DB552, 0.3);
    }

    .technical-features .nav-tabs .nav-link.active h4 {
      color: #ffffff;
    }

    .technical-features .nav-tabs .nav-link:hover:not(.active) {
      color: #3DB552;
      background: rgba(#3DB552, 0.08);
    }

    .technical-features .nav-tabs .nav-link:hover:not(.active) h4 {
      color: #3DB552;
    }

    .custom-size-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: color-mix(in srgb, #3DB552, transparent 92%);
      border: 1px solid color-mix(in srgb, #3DB552, transparent 75%);
      color: #3DB552;
      font-size: var(--text-sm);
      font-weight: 600;
      padding: 6px 16px;
      border-radius: var(--radius-md) !important;
      cursor: default;
      transition: background 0.3s ease, color 0.3s ease;
    }

    .custom-size-badge:hover {
      background: #3DB552;
      color: ghostwhite;
    }

    /* Base Table Styling */
    .table {
      border: 1px solid rgba(#3DB552 0.5);
    }

    .technical-features .accordion-item:hover {
      border-color: rgba(#3DB552, 0.3);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    }

    .technical-features .feature-item .feature-icon {
      width: 52px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-md);
      background-color: color-mix(in srgb, #3DB552, transparent 92%);
      transition: all 0.3s ease;
    }

    .technical-features .feature-item .feature-icon i {
      font-size: 22px;
      color: #3DB552;
    }

    .technical-features .feature-item:hover .feature-icon {
      background-color: color-mix(in srgb, #3DB552, transparent 85%);
      transform: scale(1.05);
    }

    .technical-features .table thead {
      background: rgba(#3DB552 0.06);
    }

    .technical-features .table thead th {
      font-weight: 600;
      color: var(--clr-text-strong);
      padding: 14px 12px;
      font-size: var(--text-sm);
      border-bottom: 2px solid rgba(#3DB552, 0.15);
    }


    .technical-features .table tbody tr:hover {
      background: rgba(#3DB552, 0.03);
    }

    #additional-features-tab .feature-card-icon {
      width: 44px;
      height: 44px;
      min-width: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: color-mix(in srgb, #3DB552, transparent 92%);
      border-radius: 10px;
      color: #3DB552;
      font-size: 20px;
      flex-shrink: 0;
      transition: all 0.3s ease;
    }

    #additional-features-tab .feature-card:hover .feature-card-icon {
      background-color: color-mix(in srgb, #3DB552, transparent 85%);
    }

    #additional-features-tab .feature-card {
      background-color: var(--surface-color);
      border-radius: 15px;
      padding: 24px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
      display: flex;
      flex-direction: column;
      color: var(--heading-color);
      position: relative;
      overflow: hidden;
      border: 1px solid color-mix(in srgb, #3DB552, transparent 85%);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      min-height: auto;
    }

    #additional-features-tab .feature-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(90deg, #3DB552, color-mix(in srgb, #3DB552, transparent 50%));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #additional-features-tab .feature-card:hover {
      border-color: #3db552;
      transform: translateY(-8px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 0 0 1px color-mix(in srgb, #3DB552, transparent 80%);
    }

    #additional-features-tab .category-header {
      display: flex;
      align-items: center;
      gap: var(--sp-3);
      margin-bottom: var(--sp-6);
      padding-bottom: var(--sp-4);
      border-bottom: 1px solid color-mix(in srgb, #3DB552, transparent 90%);
    }

    #additional-features-tab .category-icon {
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: color-mix(in srgb, #3DB552, transparent 92%);
      border-radius: 8px;
      color: #3DB552;
      font-size: 18px;
      flex-shrink: 0;
    }

    .portfolio .portfolio-content .portfolio-info h4 {
      font-size: 14px;
      padding: 5px 10px;
      font-weight: 400;
      color: #ffffff;
      display: inline-block;
      background-color: #3DB552;
      border-radius: var(--radius-sm) !important;
    }

    .portfolio .swiper-pagination .swiper-pagination-bullet {
      border-radius: 0;
      width: 20px;
      height: 4px;
      background-color: color-mix(in srgb, #3DB552 transparent 80%) !important;
      opacity: 1;
    }

    .portfolio .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #3DB552 !important;
    }

    .product-specs-cta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      margin-top: 24px;
      flex-wrap: wrap;
      padding: 28px 32px;
      border-radius: 24px;
      background: linear-gradient(135deg, color-mix(in srgb, #3DB552, white 92%) 0%, #ffffff 100%);
      border: 1px solid color-mix(in srgb, #3DB552, transparent 78%);
      box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
    }