/* ===== ILABEL REDESIGN GLOBALS ===== */

/* Top announcement bar */
.ilabel-topbar {
  background: #e8131d;
  padding: 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ilabel-topbar span {
  color: #fff;
  font-size: 11px;
}

/* Section headings style */
.ilabel-section-tag {
  font-size: 10px;
  color: #e8131d;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.ilabel-section-title {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
}

/* Trust strip */
.ilabel-trust-strip {
  background: #fff;
  border-top: 3px solid #e8131d;
  border-bottom: 1px solid #eee;
  padding: 18px 0;
}
.ilabel-trust-strip .trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: left;
}
.ilabel-trust-strip .trust-item i {
  font-size: 28px;
  color: #e8131d;
}
.ilabel-trust-strip .trust-item strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.ilabel-trust-strip .trust-item span {
  font-size: 11px;
  color: #888;
}

/* Industry cards */
.ilabel-industry-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px 12px;
  text-align: center;
  transition: all 0.25s ease;
  cursor: pointer;
  height: 100%;
}
.ilabel-industry-card:hover {
  border-color: #e8131d;
  box-shadow: 0 4px 20px rgba(232,19,29,0.12);
  transform: translateY(-3px);
}
.ilabel-industry-card i {
  font-size: 30px;
  color: #e8131d;
  display: block;
  margin-bottom: 10px;
}
.ilabel-industry-card p {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/* Label type cards */
.ilabel-type-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 16px;
  transition: all 0.25s ease;
  cursor: pointer;
  height: 100%;
}
.ilabel-type-card:hover {
  border-color: #e8131d;
  box-shadow: 0 4px 20px rgba(232,19,29,0.1);
}
.ilabel-type-card .type-icon {
  font-size: 24px;
  color: #e8131d;
  margin-bottom: 8px;
}
.ilabel-type-card h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}
.ilabel-type-card p {
  font-size: 11px;
  color: #888;
  margin: 0;
}

/* Why choose us dark section */
.ilabel-why-section {
  background: linear-gradient(135deg, #1a0505 0%, #2d0808 100%);
  padding: 50px 0;
}
.ilabel-why-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}
.ilabel-why-card i {
  font-size: 28px;
  color: #ff8888;
  margin-bottom: 14px;
  display: block;
}
.ilabel-why-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.ilabel-why-card p {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin: 0;
}

/* Product cards — fix 0.000KWD */
.ilabel-price-zero {
  display: none !important; /* hide zero prices */
}
.ilabel-quote-btn {
  display: inline-block;
  border: 1.5px solid #e8131d;
  color: #e8131d;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.ilabel-quote-btn:hover {
  background: #e8131d;
  color: #fff;
}

/* Testimonial cards */
.ilabel-testimonial-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  position: relative;
}
.ilabel-testimonial-card::before {
  content: '"';
  font-size: 60px;
  color: #fde8e8;
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 1;
  font-family: Georgia, serif;
}
.ilabel-testimonial-card p {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 16px;
  margin-top: 30px;
}
.ilabel-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fde8e8;
  color: #a32d2d;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer redesign */
.ilabel-footer {
  background: #111 !important;
}
.ilabel-footer h5 {
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}
.ilabel-footer a,
.ilabel-footer p {
  color: rgba(255,255,255,0.45) !important;
  font-size: 12px;
  line-height: 2;
}
.ilabel-footer a:hover {
  color: #e8131d !important;
  text-decoration: none;
}
.ilabel-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 16px;
  margin-top: 16px;
  font-size: 11px;
  color: rgba(255,255,255,0.3) !important;
}

/* Hero inline search */
.ilabel-hero-search {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ilabel-hero-search input {
  width: 80px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 5px;
  padding: 6px 10px;
  color: #fff;
  font-size: 13px;
}
.ilabel-hero-search input::placeholder { color: rgba(255,255,255,0.5); }
.ilabel-hero-search label {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  margin: 0;
}