a, a:hover, a:focus, a:active { text-decoration: none !important; }
button, button:hover, button:focus, button:active { text-decoration: none !important; }

html, body { max-width: 100%; overflow-x: hidden; }
.swiper, .industries-swiper { width: 100%; overflow: hidden; }
.swiper-wrapper, .swiper-slide { box-sizing: border-box; }

img[data-nimg="fill"] { object-fit: cover; }

/* Make the top navbar sticky across all pages (consistent behavior). */
body > nav {
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Product page requirement */
body[data-page="product"] .swiper-wrapper {
  width: 20% !important;
}

/* Contact */
.alf-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.alf-hero-title {
  font-weight: 900;
  font-size: clamp(2.2rem, 3.5vw + 1rem, 3.5rem);
  line-height: 1.1;
  color: #111827;
}

.alf-section-subtitle {
  color: #6b7280;
  max-width: 42rem;
  margin-bottom: 2.25rem;
}

.alf-contact-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #111827;
}

.alf-contact-subtitle {
  color: #374151;
  margin-bottom: 1.25rem;
}

.alf-contact-row {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.alf-contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.bg-alf-primary {
  background-color: #0379be !important;
}

.bg-alf-accent {
  background-color: #dc4e1a;
}

.alf-contact-row-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
  color: #101827;
}

.alf-contact-row-text {
  color: #374151;
}

.alf-form {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
  padding: 2rem;
}

.alf-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #101827;
  margin-bottom: 0.25rem;
}

.alf-input {
  width: 100%;
  border: 1px solid #101827;
  border-radius: 0.5rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
  background-color: #ffffff;
}

.alf-input:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(3, 121, 190, 0.18);
  border-color: #0379be;
}

.alf-error {
  color: #dc2626;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  min-height: 1em;
}

.alf-checkbox-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #101827;
}

.submit-btn {
    background-color: #1C3E3E;
    color: white;
    border-radius: 10px;
}
.submit-btn:hover {
  background-color: #73acac;
  color: black;
}

/* Captcha Layout */
.captcha-box {
    background: #f0f0f0;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 5px;
    font-family: 'Courier New', Courier, monospace;
    user-select: none;
    text-decoration: line-through;
    display: inline-block;
    padding: 8px 5px; /* Updated padding */
    border-radius: 4px;
    color: #333;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    line-height: 1;
}
