.cBreadcrumbList li:not(:last-child)::after{color: #666;}
.cBreadcrumbList li a {
    color: #ff7300!important;
}
.cBreadcrumb{background-color: #112742!important;}
.hero_product h1{color:#17223a!important;}
  
  /* section.animate-on-scroll {
    opacity: 0;
  }
   */
  section.animate-on-scroll.is-visible {
    animation: sectionFadeUp 0.3s ease forwards;
  }
  .cFooterSec h2{color:#fff!important;}
  .cFooterSec h2 span{color:#ff6700!important;}
  .cFooterSec {
    background: linear-gradient(297deg, #d94a1e 0%, /* slightly muted orange */ #a14f3a 10%, #314155 25%, /* reduced light area */ #0c1e32 40%, #0e2543 55%, #162f52 70%, #0d2442 85%, #020912 100% /* strong dark navy */);
    background-position: bottom center;
  }
  .hero_product p{    color: #565656 !important;    line-height: 2rem !important;}
  .hero_product::after {
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  
    background-image:
      linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  
    background-size: 60px 60px;
   
  }
  .hero_row{z-index: 999999;position: relative;}
  .ListStylex {
    font-size: 1rem!important;
    background: #fcfcff;
    border-radius: 10px;
    padding: 14px 20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width:100%;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.12), inset -1px -1px 3px rgba(255, 255, 255, 0.8), 1px 1px 2px rgba(255, 255, 255, 0.9);
    list-style: none!important;
}
/* .animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.3s ease;
  } */
  
  .animate-on-scroll.animate {
    opacity: 1;
    transform: translateY(0);
  }
  .highlight-badge {
    display: inline-block;
    color: #17223a;
    padding: 4px 14px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    background: #b7e4fc75;
    /* background: linear-gradient(95deg, rgba(183, 228, 252, 1) 0%, rgba(255, 255, 255, 1) 100%); */
    border-radius: 999px;
    /* box-shadow: 2px 1px 10px 0px #ccc; */
    letter-spacing: 2px;
    border: solid 1px #17223a3d;
    width: 30%;
    text-align: center;
}
.form-check-input[type=radio] {
    border-radius: 50%;
    border: solid 1px #9e9c9c;
    top: 1px;
    margin-top: 6px;
    margin-right: 14px;
}
.form-check-input:checked {
    background-color: #ff6700;
    border-color: #ff6700;
}
  @keyframes sectionFadeUp {
    from {
      opacity: 0;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }