

.clients-logo {
			  width: 100%;
			  height: 142px; /* control logo height */
			  display: flex;
			  align-items: center;
			  justify-content: center;
			  background: #fff; /* optional, helps logos stand out */
			  border-radius: 8px; /* optional, makes corners soft */
			  padding: 10px;
			  box-shadow: 4px 4px 4px 4px #0000001f;
			}

			.clients-logo img {
			  max-width: 100%;
			  max-height: 100%;
			  object-fit: contain;
			  display: block;
			  transition: transform 0.3s ease;
			}

			/* optional hover effect */
			.clients-logo img:hover {
			  transform: scale(1.05);
			}
			
.container.alignment-setting {
    display: flex;
    justify-content: center;
}

@media(max-width: 967px){
    .container.alignment-setting {
        display: block;
    }
}

a.nav-url {
    height: 48px !important;
    padding: 20px !important;
    line-height: 6px !important;
    box-shadow: 4px 4px 4px #00000033;
    border-radius: 0px;
    background: #b8252b;
}
a.nav-url:hover {
    height: 40px !important;
    line-height: 2px !important;
    padding: 24px !important;
}

.contact-widget {
    box-shadow: 4px 4px 4px 4px #00000017;
    padding: 38px;
    border-radius: 6px;
}


.progress-wrap{
    position:fixed;
    left:0; right:0; top:0;
    height:4px;
    z-index:9999;
    pointer-events:none;
    background:transparent;
  }
  .progress-bar{
    height:100%;
    width:0%;
    transform-origin:left center;
    transition: width 120ms linear;
    background: linear-gradient(90deg, #b8252b, #fa1d24);
    box-shadow: 0 2px 8px rgba(6,11,20,0.6);
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
  }

  /* ---------- Circular meter (SVG) ---------- */
  .circular-meter {
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 68px;
    height: 68px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 999px;
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 20px rgba(2, 6, 23, 0.6);
    cursor: default;
}
  .circular-meter svg{display:block}
  .meter-text{
    position:absolute;
    font-weight:700;
    font-size:14px;
    color:var(--text);
    user-select:none;
  }
  /* small-screen adjustments */
  @media (max-width:480px){
    .circular-meter{width:56px;height:56px; bottom: 100px; right:10px}
    .meter-text{font-size:12px}
  }

  /* ---------- Demo filler text ---------- */
  .filler p{margin-bottom:18px}
  
  ul.sub-menu-dropdown {
    margin-right: 60px;
}


.product-list {
    box-shadow: 4px 4px 4px 4px #00000014;
    padding: 25px;
}

.breadcrumbs-inner.text-center {
    background: #1b251ead;
}

.footer-logo.mb-30 {
    background: #fff;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    border-radius: 15px;
}