.elementor-27 .elementor-element.elementor-element-e7e04a1:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-e7e04a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-27 .elementor-element.elementor-element-e7e04a1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-220px;margin-bottom:0px;}.elementor-27 .elementor-element.elementor-element-e7e04a1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-27 .elementor-element.elementor-element-825e03b{margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-825e03b *//* =========================
   HERO SECTION
   ========================= */

.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("https://kittimetal.com/wp-content/uploads/2026/01/High-Security-Seals.webp");
  background-size: cover;
  background-position: center;
  animation: bgZoom 14s ease-in-out infinite;
}

/* Background animation */
@keyframes bgZoom {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}

/* Dark overlay for text focus */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(11, 42, 74, 0.75),
    rgba(11, 42, 74, 0.85)
  );
  z-index: 1;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  color: #fff;
}

.hero-content h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}

.hero-content p {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 32px;
  opacity: 0.95;
}

/* Buttons */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #f5b301;
  color: #000;
  padding: 14px 34px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.btn-primary:hover {
  background: #e0a900;
}

.btn-secondary {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.btn-secondary:hover {
  background: #fff;
  color: #000;
}

/* =========================
   MOBILE OPTIMIZATION
   ========================= */
@media (max-width: 767px) {

  .hero-section {
    min-height: 85vh;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content p {
    font-size: 16px;
  }
}
/* =========================
   HERO SECTION (MOBILE FIRST)
   ========================= */

.hero-section {
  position: relative;
  width: 100%;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background-image: url("https://kittimetal.com/wp-content/uploads/2026/01/High-Security-Seals.webp");
  background-size: cover;
  background-position: center;
  animation: bgZoom 18s ease-in-out infinite;
}

/* Smooth zoom animation (mobile friendly) */
@keyframes bgZoom {
  0%   { background-size: 100%; }
  50%  { background-size: 108%; }
  100% { background-size: 100%; }
}

/* Overlay for readability */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 42, 74, 0.85);
  z-index: 1;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 100%;
  color: #fff;
  padding: 10px;
}

/* MOBILE TEXT */
.hero-content h1 {
  font-size: 30px;          /* 🔥 phone friendly */
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 14px;
}

.hero-content p {
  font-size: 15.5px;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 26px;
}

/* Buttons */
.hero-buttons {
  display: flex;
  flex-direction: column;   /* 🔥 stacked for phone */
  gap: 14px;
  align-items: center;
}

.btn-primary,
.btn-secondary {
  width: 100%;              /* 🔥 big tap area */
  max-width: 320px;
  text-align: center;
  padding: 14px 0;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.btn-primary {
  background: #f5b301;
  color: #000;
}

.btn-primary:hover {
  background: #e0a900;
}

.btn-secondary {
  border: 2px solid #fff;
  color: #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #000;
}

/* =========================
   DESKTOP ENHANCEMENT
   ========================= */
@media (min-width: 768px) {

  .hero-section {
    min-height: 100vh;
  }

  .hero-content {
    max-width: 900px;
  }

  .hero-content h1 {
    font-size: 52px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .hero-buttons {
    flex-direction: row;   /* side by side on desktop */
    justify-content: center;
  }

  .btn-primary,
  .btn-secondary {
    width: auto;
    padding: 14px 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-481ee91 */.about-short {
  padding: 50px 20px;
  background: #f8f9fb;
  text-align: center;
}

.about-inner {
  max-width: 900px;
  margin: auto;
}

.about-short h2 {
  font-size: 28px;
  margin-bottom: 16px;
  color: #0b2a4a;
}

.about-short p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* Mobile tweak */
@media (max-width: 767px) {
  .about-short h2 {
    font-size: 24px;
  }

  .about-short p {
    font-size: 15.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f23c331 *//* =========================
   PRODUCT SECTION
   ========================= */
.our-product-highlight {
  padding: 80px 18px;
  background: linear-gradient(180deg, #ffffff, #f8f9fb);
}

/* =========================
   HEADING
   ========================= */
.product-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 42px;
}

.product-head h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0b2a4a;
  margin-bottom: 14px;
}

.product-head p {
  font-size: 16.5px;
  line-height: 1.7;
  color: #444;
}

/* =========================
   SLIDER WRAP
   ========================= */
.product-slider-wrap {
  overflow: hidden;
  touch-action: pan-y;
}

.product-slider-track {
  display: flex;
  transition: transform 0.7s ease;
}

/* =========================
   PRODUCT ITEM
   ========================= */
/* Mobile: 1 item */
.product-item {
  flex: 0 0 100%;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  color: #111;
  transition: transform 0.4s ease;
}

.product-item img {
  width: 100%;
  max-width: 320px;
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* ACTIVE PRODUCT */
.product-item.active img {
  transform: scale(1.08);
  box-shadow: 0 18px 40px rgba(245,179,1,0.35);
}

.product-item span {
  display: block;
  margin-top: 14px;
  font-size: 15.5px;
  font-weight: 600;
  color: #0b2a4a;
}

/* =========================
   DESKTOP – 2 ITEMS ONLY
   ========================= */
@media (min-width: 768px) {

  .product-slider-wrap {
    max-width: 900px;
    margin: auto;
  }

  .product-item {
    flex: 0 0 50%;       /* 🔥 2 items */
  }

  .product-item img {
    max-width: 280px;
  }
}

/* =========================
   DOTS
   ========================= */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.slider-dots span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s ease;
}

.slider-dots span.active {
  background: #f5b301;
  transform: scale(1.4);
}
/* =========================
   DESKTOP IMAGE ANIMATION
   ========================= */
@media (min-width: 1024px) {

  /* Smooth hover base */
  .product-item img {
    transition: 
      transform 0.5s ease,
      box-shadow 0.5s ease,
      filter 0.5s ease;
  }

  /* Hover animation */
  .product-item:hover img {
    transform: scale(1.12) rotate(-1deg);
    box-shadow: 0 28px 60px rgba(11,42,74,0.25);
    filter: brightness(1.05) contrast(1.05);
  }

  /* Text lift on hover */
  .product-item:hover span {
    transform: translateY(6px);
    transition: transform 0.4s ease;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a23b2ad */.why-choose {
  padding: 60px 20px;
  background: #f8f9fb;
  text-align: center;
}

.why-inner {
  max-width: 1100px;
  margin: auto;
}

.why-choose h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #0b2a4a;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.why-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 14px;
}

.why-icon {
  font-size: 36px;
  margin-bottom: 14px;
}

.why-box h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111;
}

.why-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Tablet */
@media (max-width: 991px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .why-choose {
    padding: 50px 18px;
  }

  .why-choose h2 {
    font-size: 24px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-box {
    padding: 26px 18px;
  }

  .why-icon {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e873bbb */.industries {
  padding: 60px 20px;
  background: #ffffff;
  text-align: center;
}

.industries-inner {
  max-width: 1000px;
  margin: auto;
}

.industries h2 {
  font-size: 28px;
  margin-bottom: 36px;
  color: #0b2a4a;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.industry-box {
  background: #f8f9fb;
  padding: 26px 18px;
  border-radius: 14px;
}

.industry-box .icon {
  font-size: 34px;
  display: block;
  margin-bottom: 10px;
}

.industry-box p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/* Tablet */
@media (max-width: 991px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .industries {
    padding: 50px 18px;
  }

  .industries h2 {
    font-size: 24px;
  }

  .industries-grid {
    grid-template-columns: 1fr;
  }

  .industry-box {
    padding: 22px 16px;
  }
}/* End custom CSS */