@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter-v20-latin-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter-v20-latin-500.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter-v20-latin-600.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter-v20-latin-700.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/inter-v20-latin-800.woff2) format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/outfit-v15-latin-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/outfit-v15-latin-500.woff2) format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/outfit-v15-latin-600.woff2) format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/outfit-v15-latin-700.woff2) format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/outfit-v15-latin-800.woff2) format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/outfit-v15-latin-900.woff2) format("woff2");
}
:root {
  --primary: #0293db;
  --primary-glow: #38bdf8;
  --primary-dark: #026ca3;
  --primary-light: #e0f2fe;
  --primary-gradient: linear-gradient(135deg, #0293db 0%, #026ca3 100%);
  --accent-orange-gradient: linear-gradient(135deg, #0293db 0%, #0284c7 100%);
  --cyan-shadow: rgba(2, 147, 219, 0.3);
  --navy-dark: #080e1e;
  --navy: #0f172a;
  --navy-card: #141e33;
  --navy-border: rgba(255, 255, 255, 0.12);
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --bg-alt: #f0f7ff;
  --text-dark: #0f172a;
  --text-body: #0f172a;
  --text-muted: #1e293b;
  --text-light: #1e293b;
  --border-light: #e2e8f0;
  --border-subtle: #cbd5e1;
  --font-heading: "Outfit", "Poppins", -apple-system, sans-serif;
  --font-body: "Inter", -apple-system, sans-serif;
  --font-mono: "Space Grotesk", monospace;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-arch: 260px 260px 24px 24px;
  --radius-pill: 100px;
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 10px 30px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.12);
  --shadow-hover: 0 24px 60px rgba(2, 147, 219, 0.2);
  --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
body {
  font-family: var(--font-body);
  color: var(--text-body);
  background-color: var(--bg-white);
  line-height: 1.65;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: clip;
}
section {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  outline: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.section-header-title,
.product-card-title,
.industry-title,
.ref-item-title,
.quality-item-title,
.cta-title,
.floating-banner-title {
  font-family: var(--font-heading);
  color: var(--text-dark);
  font-weight: 700;
}
h1,
.h1 {
  font-size: calc(1.4rem + 1.5vw);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.75rem;
  }
}
h2,
.h2 {
  font-size: calc(1.25rem + 0.8vw);
  line-height: 1.25;
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
  line-height: 1.3;
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1.35;
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
  line-height: 1.4;
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
}
p,
span,
ul,
li {
  font-family: var(--font-body);
  font-size: 1rem;
}
p {
  text-align: justify;
}
a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}
a:hover {
  color: var(--primary-glow);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.container {
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ref-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  background: #e0f2fe;
  color: #004066;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--radius-pill);
  margin-bottom: 0.85rem;
  border: 1px solid rgb(0 64 102 / 0.25);
}
.ref-pill-tag i,
.ref-pill-tag .text-primary {
  color: #004066 !important;
}
.section-header-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: flex-end;
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .section-header-split {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
}
.section-header-title {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-dark);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-header-title {
    font-size: 1.65rem;
  }
}
.section-header-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 0;
}
.btn-lambotech-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.85rem 1.75rem;
  width: auto !important;
  max-width: max-content;
  background: var(--primary-gradient);
  color: #ffffff !important;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--radius-pill);
  border: none;
  box-shadow: 0 10px 28px var(--cyan-shadow);
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.btn-lambotech-primary:hover {
  box-shadow: 0 14px 36px rgb(2 147 219 / 0.45);
  transform: translateY(-3px);
}
.btn-lambotech-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.85rem 1.75rem;
  width: auto !important;
  max-width: max-content;
  background: rgb(255 255 255 / 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #ffffff !important;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--radius-pill);
  border: 1px solid rgb(255 255 255 / 0.35);
  cursor: pointer;
  transition: var(--transition);
}
.btn-lambotech-glass:hover {
  background: rgb(255 255 255 / 0.3);
  border-color: #fff;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .btn-lambotech-primary,
  .btn-lambotech-glass,
  .btn-submit-brand,
  .Submit-box {
    width: auto !important;
    max-width: 100%;
    padding: 0.65rem 1.4rem !important;
    font-size: 0.85rem !important;
  }
}
.top-bar-notice {
  background: var(--navy-dark);
  color: #94a3b8;
  font-size: 0.8125rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
}
.top-bar-link {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.8125rem;
  transition: var(--transition);
}
.top-bar-link:hover {
  color: #fff;
}
.main-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: rgb(255 255 255 / 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgb(226 232 240 / 0.8);
  box-shadow: 0 4px 20px rgb(15 23 42 / 0.08);
  transition: var(--transition);
}
.main-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
}
.brand-logo-img {
  height: 50px;
  width: auto;
  object-fit: contain;
}
.nav-menu-desktop {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
}
.nav-link-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.15rem;
  color: var(--text-dark);
  font-size: 1rem;
  font-weight: 600;
  border-radius: var(--radius-pill);
  transition: var(--transition);
}
.nav-link-item:hover,
.nav-link-item.active {
  color: var(--primary);
  background: var(--bg-light);
}
.nav-item-dropdown {
  position: relative;
}
.solutions-dropdown-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 360px;
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid rgb(2 147 219 / 0.18);
  box-shadow: 0 20px 45px rgb(15 23 42 / 0.12);
  padding: 1.25rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1050;
}
.nav-item-dropdown:hover .solutions-dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.solutions-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.solutions-menu-list li {
  margin-bottom: 0.25rem;
}
.solutions-menu-list a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-dark);
  padding: 0.55rem 0.75rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.sol-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgb(2 147 219 / 0.08);
  color: #0293db;
  font-size: 0.95rem;
  margin-right: 0.75rem;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.solutions-menu-list a:hover .sol-icon-badge {
  background: #0293db;
  color: #fff;
  transform: scale(1.08);
}
.solutions-menu-list a:hover {
  color: var(--primary);
  background: var(--bg-alt);
  padding-left: 1rem;
}
.products-mega-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: -130px;
  left: auto;
  width: 750px;
  max-width: calc(100vw - 40px);
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid rgb(2 147 219 / 0.18);
  box-shadow: 0 24px 55px rgb(15 23 42 / 0.14);
  padding: 1.75rem 1.75rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1050;
}
.nav-item-dropdown:hover .products-mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-cat-heading {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
  margin-bottom: 0.85rem;
  padding-bottom: 0.45rem;
  border-bottom: 2px solid var(--primary-light);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mega-menu-list-compact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu-list-compact li {
  margin-bottom: 0.2rem;
}
.mega-menu-list-compact a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-dark);
  padding: 0.4rem 0.6rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.mega-menu-list-compact a:hover {
  color: var(--primary);
  background: var(--bg-alt);
  padding-left: 0.85rem;
}
.fs-7 {
  font-size: 1rem !important;
}
.mobile-nav-link {
  display: block;
  padding: 0.65rem 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-dark);
  border-bottom: 1px solid #f1f5f9;
}
.mobile-sub-list {
  list-style: none;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
}
.mobile-sub-list li {
  margin-bottom: 0.4rem;
}
.mobile-sub-list a {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-dark);
  padding: 0.35rem 0;
  line-height: 1.35;
}
.mobile-sub-list a .sol-icon-badge-sm {
  margin-right: 0;
  margin-top: 1px;
}
.text-primary {
  color: #004f7c !important;
}
.sol-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgb(0 79 124 / 0.1);
  color: #004f7c;
  font-size: 0.95rem;
  margin-right: 0.75rem;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.solutions-menu-list a:hover .sol-icon-badge {
  background: #004f7c;
  color: #fff;
  transform: scale(1.08);
}
.sol-icon-badge-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgb(0 79 124 / 0.1);
  color: #004f7c;
  font-size: 0.85rem;
  margin-right: 0.6rem;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.mega-menu-list-compact a:hover .sol-icon-badge-sm,
.mobile-sub-list a:hover .sol-icon-badge-sm {
  background: #004f7c;
  color: #fff;
  transform: scale(1.08);
}
.mobile-sub-list a:hover {
  color: var(--primary);
}
.offcanvas {
  z-index: 10850 !important;
}
.offcanvas-backdrop {
  z-index: 10840 !important;
}
.mobile-accordion-body {
  max-height: 240px;
  overflow-y: auto;
  padding-right: 6px;
  margin-top: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: var(--primary) #f1f5f9;
}
.mobile-accordion-body::-webkit-scrollbar {
  width: 4px;
}
.mobile-accordion-body::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}
.mobile-accordion-body::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 4px;
}
.hero-carousel-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.hero-carousel-item picture {
  display: block;
  width: 100%;
}
.hero-img-slide {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-position: center;
}
.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(11 37 69 / 0.7);
  border-radius: 50%;
  margin: 0 2rem;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: var(--primary, #0081a7);
  opacity: 1;
}
.carousel-indicators-minimal {
  bottom: 25px;
}
.carousel-indicators-minimal [data-bs-target] {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  opacity: 0.6;
  transition: all 0.3s ease;
  margin: 0 4px;
}
.carousel-indicators-minimal .active {
  opacity: 1;
  width: 45px;
  background-color: var(--primary, #0081a7);
}
.intro-section {
  background-color: #f8fafc;
  background-image: linear-gradient(180deg, #ffffff 0%, #f0f7ff 100%);
  position: relative;
  overflow: hidden;
}
.intro-dots-accent {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 140px;
  height: 100px;
  opacity: 0.3;
  background-image: radial-gradient(#0293db 2px, transparent 2px);
  background-size: 14px 14px;
  pointer-events: none;
}
.intro-heading-title {
  font-family: var(--font-heading);
  font-weight: 800;
  color: #071b3a !important;
  line-height: 1.18;
  letter-spacing: -0.025em;
}
h1.intro-heading-title {
  font-size: 2.85rem;
}
h2.intro-heading-title {
  font-size: 2rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1.intro-heading-title {
    font-size: 2.35rem;
  }
  h2.intro-heading-title {
    font-size: 1.85rem;
  }
}
@media (max-width: 768px) {
  h1.intro-heading-title {
    font-size: 2rem;
  }
  h2.intro-heading-title {
    font-size: 1.65rem;
  }
}
.text-highlight-cyan {
  color: #005699;
  font-size: 1.22em;
  font-weight: 800;
  display: inline-block;
}
.intro-accent-line-left {
  display: flex;
  align-items: center;
  gap: 6px;
}
.intro-line-bar {
  width: 45px;
  height: 4px;
  background: #005699;
  border-radius: 2px;
}
.intro-line-dot {
  width: 6px;
  height: 6px;
  background: #005699;
  border-radius: 50%;
}
.intro-subheading-box {
  background: #fff;
  padding: 1rem 1.4rem;
  border-radius: 16px;
  border: 1px solid #cbd5e1;
  box-shadow: 0 4px 20px rgb(0 86 153 / 0.08);
  display: inline-flex;
}
.intro-subheading-icon-box {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #005699 0%, #003666 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  color: #fff;
  flex-shrink: 0;
}
.intro-subheading-main {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: #060b18;
  line-height: 1.3;
}
.intro-subheading-brand {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: #005699;
  line-height: 1.3;
}
.intro-timeline-wrapper {
  position: relative;
  padding-left: 1.75rem;
}
.intro-timeline-wrapper::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  bottom: 25px;
  width: 2px;
  background: #cbd5e1;
}
.intro-timeline-item {
  position: relative;
}
.intro-timeline-node {
  position: absolute;
  left: -1.75rem;
  top: 4px;
  color: #0293db;
  font-size: 0.75rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #e0f2fe;
}
.intro-paragraph-text {
  font-family: var(--font-body);
  font-size: 1rem;
  color: #071b3a;
  font-weight: 500;
  line-height: 1.68;
  text-align: justify;
  margin-bottom: 0;
}
.intro-paragraph-text strong {
  color: #060b18;
  font-weight: 700;
}
.intro-white-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}
.intro-white-card:hover {
  transform: translateY(-4px);
  border-color: #0293db;
  box-shadow: 0 12px 30px rgb(2 147 219 / 0.12) !important;
}
.intro-card-icon-wrapper {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f0f7ff;
  border: 1px solid #bae6fd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #0293db;
}
.intro-card-title {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 800;
  color: #060b18;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin-bottom: 0.25rem;
}
.intro-card-desc {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.35;
}
.intro-right-frame-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.intro-large-curved-card {
  width: 100%;
  height: 510px;
  border-radius: 30px;
  overflow: hidden;
  border: 6px solid #fff;
  outline: 2px solid rgb(2 147 219 / 0.25);
  box-shadow:
    0 20px 50px rgb(15 23 42 / 0.12),
    0 10px 30px rgb(2 147 219 / 0.15);
  position: relative;
}
.intro-large-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}
.intro-large-curved-card:hover .intro-large-img {
  transform: scale(1.03);
}
.intro-right-splash-graphic {
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 200px;
  height: 110px;
  pointer-events: none;
  z-index: 5;
}
@media (min-width: 1200px) {
  .intro-section .col-lg-7 {
    flex: 0 0 57%;
    max-width: 57%;
  }
  .intro-section .col-lg-5 {
    flex: 0 0 43%;
    max-width: 43%;
  }
  .intro-right-frame-container {
    margin-top: 14.5rem;
  }
  .intro-large-curved-card {
    height: 510px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .intro-section .col-lg-7 {
    flex: 0 0 58%;
    max-width: 58%;
  }
  .intro-section .col-lg-5 {
    flex: 0 0 42%;
    max-width: 42%;
  }
  .intro-right-frame-container {
    margin-top: 12.5rem;
  }
  .intro-large-curved-card {
    height: 450px;
    border-radius: 28px;
  }
}
@media (max-width: 991.98px) {
  .intro-right-frame-container {
    margin-top: 0;
  }
  .intro-large-curved-card {
    height: 380px;
    border-radius: 24px;
    margin-top: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .intro-large-curved-card {
    height: 280px;
    border-radius: 20px;
  }
}
.why-section {
  background-color: #f4f8fc;
  position: relative;
  overflow: hidden;
  padding: 0 0 4rem 0;
}
.why-bg-glow-left {
  position: absolute;
  top: 0;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgb(2 147 219 / 0.06) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.why-bg-glow-right {
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgb(2 147 219 / 0.05) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.why-top-bars {
  display: flex;
  align-items: center;
  gap: 8px;
}
.why-bar-orange {
  width: 32px;
  height: 5px;
  background-color: #0293db;
  border-radius: 3px;
}
.why-bar-blue {
  width: 20px;
  height: 5px;
  background-color: #002d5e;
  border-radius: 3px;
}
.why-main-title-block {
  line-height: 1;
}
.why-title-sub {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: #002d5e;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.why-title-brand {
  font-family: var(--font-heading);
  font-size: 4.2rem;
  font-weight: 900;
  color: #0293db;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 0.95;
  margin-bottom: 0.3rem;
}
.why-title-sub-orange {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  font-weight: 900;
  color: #002d5e;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.why-desc-paragraph {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: #475569;
  line-height: 1.65;
  text-align: justify;
}
.why-plant-showcase-frame {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
}
.why-plant-img-box {
  position: relative;
  width: 100%;
  height: 340px;
  border-radius: 20px;
  clip-path: polygon(0 0, 82% 0, 100% 32%, 100% 100%, 0 100%);
  overflow: hidden;
  box-shadow: 0 16px 40px rgb(0 45 94 / 0.12);
  border: 4px solid #fff;
  background: #fff;
}
.why-plant-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.why-plant-img-box:hover img {
  transform: scale(1.04);
}
.why-badge-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(0 45 94 / 0.92);
  backdrop-filter: blur(8px);
  padding: 0.75rem 1.25rem;
  border-top-right-radius: 16px;
  color: #fff;
  border-top: 2px solid rgb(2 147 219 / 0.5);
  border-right: 2px solid rgb(2 147 219 / 0.5);
  z-index: 5;
}
.why-badge-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgb(2 147 219 / 0.25);
  border: 1px solid #0293db;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.why-badge-text {
  font-size: 0.85rem;
  line-height: 1.3;
}
.why-badge-text strong {
  color: #fff;
}
.why-badge-text .text-cyan {
  color: #38bdf8;
  font-weight: 700;
}
.why-showcase-swoosh-orange {
  position: absolute;
  bottom: -22px;
  right: 20px;
  width: 120px;
  height: 45px;
  background: #006fcf;
  transform: rotate(-35deg);
  border-radius: 6px;
  z-index: -1;
}
.why-showcase-swoosh-blue {
  position: absolute;
  bottom: -32px;
  right: -5px;
  width: 140px;
  height: 55px;
  background: #0293db;
  transform: rotate(-35deg);
  border-radius: 6px;
  z-index: -2;
}
.why-right-header {
  position: relative;
}
.why-right-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #002d5e;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}
.why-right-underline {
  width: 60px;
  height: 3px;
  background: #0293db;
  border-radius: 2px;
}
.why-pill-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.why-pill-card {
  background: #fff;
  border-radius: 50px;
  padding: 0.75rem 1.6rem;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgb(0 45 94 / 0.03);
}
.why-pill-card:hover {
  transform: translateX(8px);
  border-color: #0293db;
  box-shadow: 0 8px 22px rgb(2 147 219 / 0.12);
}
.why-pill-icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #e6f4ff;
  color: #0293db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.why-pill-card:hover .why-pill-icon-circle {
  background-color: #0293db;
  color: #fff;
  transform: scale(1.05);
}
.why-pill-divider {
  width: 2px;
  height: 22px;
  background-color: #0293db;
  margin: 0 1.2rem;
  flex-shrink: 0;
  border-radius: 1px;
}
.why-pill-text {
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.35;
}
@media (max-width: 1199.98px) {
  .why-title-brand {
    font-size: 3.5rem;
  }
  .why-title-sub-orange {
    font-size: 1.8rem;
  }
}
@media (max-width: 991.98px) {
  .why-title-sub {
    font-size: 1.8rem;
  }
  .why-title-brand {
    font-size: 3rem;
  }
  .why-title-sub-orange {
    font-size: 1.5rem;
  }
  .why-plant-img-box {
    height: 280px;
    clip-path: none;
    border-radius: 16px;
  }
  .why-showcase-swoosh-orange,
  .why-showcase-swoosh-blue {
    display: none;
  }
  .why-pill-card {
    padding: 0.65rem 1.25rem;
  }
  .why-pill-icon-circle {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }
  .why-pill-divider {
    margin: 0 0.9rem;
    height: 20px;
  }
  .why-pill-text {
    font-size: 0.95rem;
  }
}
@media (max-width: 575.98px) {
  .why-title-sub {
    font-size: 1.4rem;
  }
  .why-title-brand {
    font-size: 2.3rem;
  }
  .why-title-sub-orange {
    font-size: 1.2rem;
  }
  .why-plant-img-box {
    height: 220px;
  }
}
.floating-accent-banner {
  position: relative;
  z-index: 10;
  margin-top: 3.5rem;
  background: linear-gradient(135deg, #0081a7 0%, #005f7b 100%);
  border-radius: var(--radius-lg);
  padding: 2.5rem 3rem;
  color: #fff;
  box-shadow: 0 20px 50px rgb(0 129 167 / 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.floating-banner-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.4rem;
}
.floating-banner-desc {
  font-size: 1.05rem;
  color: #e0f2fe;
  margin-bottom: 0;
  max-width: 650px;
}
.process-section {
  padding: 6.5rem 0;
  background-color: var(--bg-alt);
}
.curved-timeline-path {
  position: relative;
  margin-top: 3.5rem;
}
.curved-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  row-gap: 3.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .curved-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .curved-process-grid {
    grid-template-columns: 1fr;
  }
}
.curved-step-card {
  position: relative;
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  text-align: left;
}
.curved-step-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-hover);
  transform: translateY(-8px);
}
.curved-step-thumb {
  width: 100%;
  height: 140px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-bottom: 1.25rem;
  position: relative;
}
.curved-step-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.curved-step-node-badge {
  position: absolute;
  bottom: -15px;
  left: 15px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--primary-gradient);
  color: #fff;
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px var(--cyan-shadow);
  border: 3px solid #fff;
}
.curved-step-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
  margin-top: 0.5rem;
}
.curved-step-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 0;
}
.products-section {
  background-color: var(--bg-light);
  border-top: none;
  border-bottom: none;
}
.pill-badge-solutions {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.78125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 1rem;
  background-color: #003b7a;
  color: #fff;
  border-radius: var(--radius-pill);
}
.solutions-header-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: #071b3a !important;
  line-height: 1.2;
}
.text-solutions-cyan {
  color: #0293db !important;
  font-size: inherit !important;
  font-weight: 800 !important;
}
.solutions-desc-text {
  font-size: 1rem;
  color: #0f172a;
  line-height: 1.7;
}
.solutions-desc-highlight {
  font-size: 1rem;
  color: #0f172a;
  line-height: 1.6;
}
.solutions-top-img-card {
  height: 280px;
  border: 4px solid #fff;
  border-radius: 24px !important;
}
.cat-pill-label {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 0.45rem 1.25rem;
  background-color: #003b7a;
  color: #fff;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 12px rgb(0 59 122 / 0.2);
}
.solution-product-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  transition: all 0.35s ease;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.04);
}
.solution-product-card:hover {
  border-color: #0293db;
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgb(2 147 219 / 0.18);
}
.sol-card-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f8fafc;
}
.sol-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.solution-product-card:hover .sol-card-img {
  transform: scale(1.08);
}
.sol-card-title {
  font-size: 1rem !important;
  line-height: 1.35;
  color: #0f172a;
  font-family: var(--font-heading);
}
.swiper-custom-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  color: #003b7a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.08);
}
.swiper-custom-btn:hover {
  background-color: #0293db;
  border-color: #0293db;
  color: #fff;
  box-shadow: 0 4px 14px rgb(2 147 219 / 0.35);
  transform: translateY(-2px);
}
@media (min-width: 992px) {
  .col-lg-7th {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
}
.product-nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.product-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.85rem;
  background-color: #fff;
  border: 1px solid var(--border-light);
  color: var(--text-dark);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.product-tab-btn:hover,
.product-tab-btn.active {
  background: var(--primary-gradient);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 8px 24px var(--cyan-shadow);
  transform: translateY(-2px);
}
.product-tab-panel {
  display: none;
}
.product-tab-panel.active {
  display: block;
  animation: fadeIn 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-card {
  position: relative;
  background-color: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  padding: 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.product-card:hover {
  border-color: var(--primary);
  box-shadow: 0 16px 40px rgb(2 147 219 / 0.15);
  transform: translateY(-6px);
}
.product-card-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background-color: #f1f5f9;
}
.product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.product-card:hover .product-card-img {
  transform: scale(1.06);
}
.product-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
  line-height: 1.35;
}
.product-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.55rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0293db;
  background: #f0f7ff;
  border: 1px solid #bae6fd;
  border-radius: var(--radius-pill);
  transition: all 0.3s ease;
  text-decoration: none;
  width: 100%;
}
.product-card-btn:hover {
  background: #0293db;
  border-color: #0293db;
  color: #fff;
  box-shadow: 0 6px 18px rgb(2 147 219 / 0.3);
  gap: 0.75rem;
}
.product-closing-banner {
  background: linear-gradient(135deg, #f0f7ff 0%, #e0f2fe 100%);
  border: 2px solid #bae6fd;
  transition: all 0.3s ease;
}
.product-closing-banner:hover {
  border-color: #0293db;
  box-shadow: 0 16px 40px rgb(2 147 219 / 0.15) !important;
}
.manufacturing-section {
  background:
    linear-gradient(135deg, rgb(5 15 35 / 0.88) 0%, rgb(0 35 75 / 0.92) 100%),
    url(../images/stainless-steel-plant-bg-image.png) center/cover no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
.manufacturing-section .solutions-desc-text {
  color: #ffffff !important;
  opacity: 0.95;
}
.mfg-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.4rem 1.15rem;
  background-color: rgb(56 189 248 / 0.15);
  color: #38bdf8;
  border: 1px solid rgb(56 189 248 / 0.3);
  border-radius: var(--radius-pill);
}
.mfg-title-main {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: #071b3a !important;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.manufacturing-section .mfg-title-main {
  color: #ffffff !important;
}
.mfg-accent-underline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0.85rem;
  margin-bottom: 1.5rem;
}
.mfg-accent-bar {
  width: 50px;
  height: 4px;
  background-color: #0293db;
  border-radius: 4px;
}
.mfg-accent-dot {
  width: 6px;
  height: 6px;
  background-color: #0293db;
  border-radius: 50%;
}
.mfg-image-wrapper {
  position: relative;
  padding: 12px;
}
.mfg-swoosh-cyan {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, #00b4d8 0%, #0293db 100%);
  border-radius: 36px 0 0 0;
  z-index: 1;
}
.mfg-swoosh-orange {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 110px;
  height: 110px;
  border-left: 6px solid #0293db;
  border-bottom: 6px solid #0293db;
  border-radius: 0 0 0 36px;
  z-index: 1;
}
.mfg-bg-arch-right {
  position: absolute;
  top: 15px;
  right: -24px;
  width: 130px;
  height: calc(100% - 30px);
  border: 2px solid rgb(254 215 170 / 0.4);
  border-left: none;
  border-radius: 0 50px 50px 0;
  z-index: 0;
  pointer-events: none;
}
.mfg-img-box {
  position: relative;
  z-index: 2;
  height: 390px;
  border: 4px solid rgb(255 255 255 / 0.2);
  border-radius: 30px !important;
  box-shadow: 0 20px 50px rgb(0 0 0 / 0.5) !important;
  overflow: hidden;
  background-color: #080e1e;
}
.mfg-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.mfg-img-box:hover img {
  transform: scale(1.03);
}
@media (max-width: 991px) {
  .mfg-img-box {
    height: 280px;
  }
  .mfg-bg-arch-right {
    display: none;
  }
}
.mfg-bottom-features-pill {
  background: rgb(15 23 42 / 0.75) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgb(255 255 255 / 0.15);
  border-radius: 50px !important;
  padding: 0.85rem 2rem !important;
  box-shadow: 0 15px 35px rgb(0 0 0 / 0.3) !important;
  position: relative;
  z-index: 4;
}
.mfg-feat-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgb(56 189 248 / 0.15);
  border: 1px solid rgb(56 189 248 / 0.3);
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.2);
  transition: all 0.3s ease;
}
.mfg-feature-item:hover .mfg-feat-icon-circle {
  background: #0293db;
  border-color: #0293db;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgb(2 147 219 / 0.4);
}
.mfg-feat-label {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
.mfg-feature-divider {
  width: 1px;
  height: 32px;
  background-color: rgb(255 255 255 / 0.15);
}
.mfg-feature-box {
  background: var(--navy-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--navy-border);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  height: 100%;
  transition: var(--transition);
}
.mfg-feature-box:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
}
.mfg-feature-icon {
  color: #38bdf8;
  font-size: 1.65rem;
  margin-bottom: 0.75rem;
}
.mfg-feature-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.45rem;
}
.mfg-feature-desc {
  font-size: 0.875rem;
  color: #cbd5e1;
  line-height: 1.55;
}
.quality-section {
  background: url(../images/quality-assured-bg-image.webp) center/cover
    no-repeat;
  position: relative;
  overflow: hidden;
  padding: 5rem 0 6rem 0;
}
.quality-title-main {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: #000000 !important;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.quality-top-right-wave {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: radial-gradient(
    circle at 100% 0%,
    rgb(2 147 219 / 0.14) 0%,
    rgb(2 147 219 / 0.02) 70%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}
.quality-dots-pattern {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 80px;
  height: 220px;
  background-image: radial-gradient(#cbd5e1 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.quality-arch-wrapper {
  position: relative;
  padding: 20px 10px 45px 10px;
  max-width: 560px;
  margin: 0 auto;
}
.quality-outer-arc {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: 60px;
  border: 2px solid #38bdf8;
  border-bottom: none;
  border-radius: 280px 280px 0 0;
  pointer-events: none;
  z-index: 1;
}
.quality-arc-node {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0293db;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgb(2 147 219 / 0.6);
}
.quality-arc-node.top {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.quality-arc-node.left {
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
}
.quality-arc-node.right {
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
}
.quality-arch-frame {
  position: relative;
  z-index: 2;
  height: 480px;
  border-radius: 260px 260px 40px 40px !important;
  border: 6px solid #fff;
  box-shadow: 0 20px 50px rgb(0 45 94 / 0.12) !important;
  overflow: hidden;
  background-color: #f8fafc;
}
.quality-arch-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.quality-arch-frame:hover img {
  transform: scale(1.04);
}
.quality-cards-overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  z-index: 3;
}
.quality-mini-card {
  background: #fff;
  border-radius: 22px;
  padding: 0.85rem 0.4rem;
  text-align: center;
  box-shadow: 0 12px 30px rgb(0 45 94 / 0.12);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}
.quality-mini-card:hover {
  transform: translateY(-5px);
  border-color: #0293db;
  box-shadow: 0 16px 35px rgb(2 147 219 / 0.25);
}
.quality-card-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f0f7ff;
  border: 1px solid #bae6fd;
  color: #0293db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 0 auto 0.45rem auto;
  box-shadow: 0 4px 12px rgb(2 147 219 / 0.15);
  transition: all 0.3s ease;
}
.quality-mini-card:hover .quality-card-icon-circle {
  background: #0293db;
  border-color: #0293db;
  color: #fff;
  transform: translateY(-2px);
}
.quality-card-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
}
@media (max-width: 991px) {
  .quality-arch-frame {
    height: 380px;
    border-radius: 200px 200px 30px 30px !important;
  }
  .quality-cards-overlay {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    transform: none;
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.lambotech-industries {
  background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 50%, #ffffff 100%);
  position: relative;
  overflow: hidden !important;
  width: 100%;
  max-width: 100%;
  padding: 4rem 0 4.5rem 0;
}
.lambotech-industries__bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgb(0 111 207 / 0.12) 0%,
    rgb(0 111 207 / 0.02) 68%,
    transparent 100%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.lambotech-industries__bg-wave-left {
  position: absolute;
  top: -10%;
  left: -5%;
  width: 35%;
  height: 120%;
  background: radial-gradient(
    ellipse at 0% 50%,
    rgb(56 189 248 / 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}
.lambotech-industries__bg-wave-right {
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: 35%;
  height: 120%;
  background: radial-gradient(
    ellipse at 100% 50%,
    rgb(56 189 248 / 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}
.lambotech-industries__bg-dots {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 90px;
  height: 250px;
  background-image: radial-gradient(#b9dbff 2.5px, transparent 2.5px);
  background-size: 18px 18px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}
.lambotech-industries__title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: #071b3a;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.lambotech-industries__subtitle {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: #334155;
  line-height: 1.65;
}
.lambotech-industries__center {
  position: relative;
  width: 380px;
  height: 380px;
  margin: 0 auto;
  z-index: 2;
}
.lambotech-industries__outer-ring {
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  border: 2px solid #006fcf;
  border-radius: 50%;
  opacity: 0.6;
  pointer-events: none;
  box-shadow: 0 0 25px rgb(0 111 207 / 0.2);
}
.lambotech-industries__image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 0 25px 65px rgb(7 27 58 / 0.2);
  overflow: hidden;
  background-color: #fff;
}
.lambotech-industries__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.lambotech-industries__image:hover img {
  transform: scale(1.05);
}
.lambotech-industries__column {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  justify-content: center;
}
.lambotech-industry-card {
  background: #fff;
  border: 1.5px solid #dceeff;
  border-radius: 50px;
  padding: 0.85rem 1.35rem;
  box-shadow: 0 10px 28px rgb(7 27 58 / 0.06);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  gap: 1.1rem;
  position: relative;
  z-index: 3;
  width: 100%;
}
.lambotech-industry-card:hover {
  border-color: #006fcf;
  box-shadow: 0 20px 45px rgb(0 111 207 / 0.22);
}
.lambotech-industry-card--left {
  justify-content: space-between;
  text-align: left;
}
.lambotech-industry-card--right {
  justify-content: flex-start;
  text-align: left;
}
.lambotech-industry-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #006fcf;
  color: #006fcf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgb(0 111 207 / 0.15);
  transition: all 0.3s ease;
}
.lambotech-industry-card:hover .lambotech-industry-card__icon {
  background: #006fcf;
  border-color: #006fcf;
  color: #fff;
  transform: scale(1.06);
}
.lambotech-industry-card__title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: #071b3a;
  line-height: 1.3;
  margin-bottom: 0;
}
.lambotech-industries__connector {
  position: absolute;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, #006fcf, rgb(0 111 207 / 0.35));
  width: 30px;
  pointer-events: none;
  display: flex;
  align-items: center;
  z-index: 1;
}
.lambotech-industries__connector--right {
  right: -30px;
  justify-content: flex-end;
}
.lambotech-industries__connector--left {
  left: -30px;
  justify-content: flex-start;
}
.lambotech-industries__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #006fcf;
  box-shadow: 0 0 8px rgb(0 111 207 / 0.7);
}
.lambotech-industries__note {
  background: #fff;
  border-radius: 30px;
  border: 1.5px solid #b9dbff;
  box-shadow: 0 18px 55px rgb(7 27 58 / 0.09);
  max-width: 900px;
  padding: 1.4rem 2.25rem;
  margin: 3.25rem auto 0 auto;
  position: relative;
  z-index: 5;
}
.lambotech-industries__note-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #071b3a 0%, #006fcf 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  flex-shrink: 0;
  box-shadow: 0 10px 26px rgb(0 111 207 / 0.28);
}
.lambotech-industries__note-text {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: #071b3a;
  line-height: 1.65;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 1399px) {
  .lambotech-industries__center {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 1199.98px) {
  .lambotech-industries__grid {
    display: flex;
    flex-direction: column;
    max-width: 540px;
    margin: 0 auto;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
  }
  .lambotech-industries__grid > .col-12:nth-child(2) {
    order: 1;
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
    width: 100%;
  }
  .lambotech-industries__center {
    width: 270px;
    height: 270px;
    margin: 0 auto;
  }
  .lambotech-industries__center::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 14px;
    width: 2px;
    height: 32px;
    background: linear-gradient(180deg, rgb(0 111 207 / 0.4) 0%, #006fcf 100%);
    z-index: 1;
  }
  .lambotech-industries__column--left {
    order: 2;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
  }
  .lambotech-industries__column--right {
    order: 3;
    width: 100%;
    margin-top: 1.15rem !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
  }
  .lambotech-industries__column--left::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: -1.15rem;
    left: 14px;
    width: 2px;
    background: #006fcf;
    z-index: 1;
  }
  .lambotech-industries__column--right::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 24px;
    left: 14px;
    width: 2px;
    background: #006fcf;
    z-index: 1;
  }
  .lambotech-industry-card {
    position: relative !important;
    width: calc(100% - 38px) !important;
    margin-left: 38px !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    background: #ffffff !important;
    border: 1.5px solid #dceeff !important;
    border-radius: 50px !important;
    padding: 0.75rem 1.25rem !important;
    box-shadow: 0 6px 20px rgb(7 27 58 / 0.05) !important;
    gap: 1.1rem !important;
    transform: none !important;
  }
  .lambotech-industry-card--left,
  .lambotech-industry-card--right {
    justify-content: flex-start !important;
    text-align: left !important;
    flex-direction: row !important;
  }
  .lambotech-industry-card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #006fcf;
    border: 2px solid #fff;
    box-shadow: 0 0 6px rgb(0 111 207 / 0.5);
    z-index: 3;
  }
  .lambotech-industry-card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    width: 24px;
    height: 2px;
    background-color: #006fcf;
    z-index: 2;
  }
  .lambotech-industry-card__icon {
    order: -1 !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border: 1.5px solid #006fcf !important;
    color: #006fcf !important;
    background: #ffffff !important;
    font-size: 1.15rem !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 12px rgb(0 111 207 / 0.12) !important;
  }
  .lambotech-industry-card__title {
    order: 1 !important;
    text-align: left !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #071b3a !important;
    line-height: 1.35 !important;
    margin-bottom: 0 !important;
    flex: 1 !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
  .lambotech-industry-card__title br {
    display: none !important;
  }
  .lambotech-industries__connector {
    display: none !important;
  }
  .lambotech-industries__note {
    max-width: 540px !important;
    margin: 2.75rem auto 0 auto !important;
    padding: 1.25rem 1.5rem !important;
    border-radius: 24px !important;
    border: 1.5px solid #dceeff !important;
    background: #ffffff !important;
    box-shadow: 0 12px 35px rgb(7 27 58 / 0.07) !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1.25rem !important;
    text-align: left !important;
  }
  .lambotech-industries__note-icon {
    width: 56px !important;
    height: 56px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #071b3a 0%, #006fcf 100%) !important;
    color: #ffffff !important;
    font-size: 1.5rem !important;
    flex-shrink: 0 !important;
    box-shadow: 0 8px 20px rgb(0 111 207 / 0.25) !important;
  }
  .lambotech-industries__note-text {
    font-size: 1rem !important;
    color: #071b3a !important;
    line-height: 1.55 !important;
    text-align: left !important;
    flex: 1 !important;
    min-width: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .lambotech-industries__grid {
    padding-left: 20px !important;
    padding-right: 5px !important;
  }
  .lambotech-industries__center {
    width: 220px;
    height: 220px;
  }
  .lambotech-industries__center::after {
    left: 8px !important;
  }
  .lambotech-industries__column--left::before,
  .lambotech-industries__column--right::before {
    left: 8px !important;
  }
  .lambotech-industries__title {
    font-size: 1.65rem;
  }
  .lambotech-industry-card {
    width: calc(100% - 24px) !important;
    margin-left: 24px !important;
    padding: 0.7rem 0.85rem !important;
    gap: 0.75rem !important;
  }
  .lambotech-industry-card::before {
    left: -20px !important;
    width: 8px !important;
    height: 8px !important;
  }
  .lambotech-industry-card::after {
    left: -16px !important;
    width: 16px !important;
  }
  .lambotech-industry-card__icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 1rem !important;
  }
  .lambotech-industry-card__title {
    font-size: 1rem !important;
    line-height: 1.3 !important;
  }
  .lambotech-industries__note {
    padding: 1rem 1.15rem !important;
    gap: 0.85rem !important;
    margin-top: 2rem !important;
  }
  .lambotech-industries__note-icon {
    width: 46px !important;
    height: 46px !important;
    font-size: 1.2rem !important;
    border-radius: 12px !important;
  }
  .lambotech-industries__note-text {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}
.industries-section {
  background-color: var(--bg-light);
}
.industry-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  height: 100%;
  transition: var(--transition);
}
.industry-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-hover);
  transform: translateY(-5px);
}
.industry-icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 12px rgb(0 129 167 / 0.1);
}
.industry-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}
.industry-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.final-cta-section {
  background-color: #f8fafc;
  position: relative;
  overflow: hidden;
}
.cta-bg-glow-top {
  position: absolute;
  top: -150px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgb(2 147 219 / 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.cta-bg-glow-bottom {
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgb(0 45 94 / 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.cta-master-card {
  background: linear-gradient(135deg, #001f42 0%, #003b7a 50%, #005699 100%);
  color: #fff;
  border: 1px solid rgb(2 147 219 / 0.3);
  box-shadow: 0 25px 60px rgb(0 45 94 / 0.25);
  position: relative;
}
.cta-card-swoosh-blue {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgb(2 147 219 / 0.25) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.cta-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.25rem;
  background-color: rgb(255 255 255 / 0.12);
  backdrop-filter: blur(8px);
  color: #38bdf8;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 50px;
  border: 1px solid rgb(56 189 248 / 0.3);
}
.cta-main-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.text-cta-cyan {
  color: #38bdf8 !important;
  font-size: 1.08em !important;
  font-weight: 800 !important;
  display: inline-block;
}
.cta-accent-line {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cta-line-bar {
  width: 45px;
  height: 4px;
  background-color: #0293db;
  border-radius: 2px;
}
.cta-line-dot {
  width: 6px;
  height: 6px;
  background-color: #38bdf8;
  border-radius: 50%;
}
.cta-desc-paragraph {
  font-family: var(--font-body);
  font-size: 1.02rem;
  color: #cbd5e1;
  line-height: 1.68;
}
.text-cyan-light {
  color: #e0f2fe;
}
.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.85rem;
  background: linear-gradient(135deg, #0293db 0%, #0066cc 100%);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.35s ease;
  border: 1px solid rgb(255 255 255 / 0.2);
}
.btn-cta-primary:hover {
  background: linear-gradient(135deg, #0044ab 0%, #0b57d0 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgb(2 147 219 / 0.35) !important;
  color: #ffffff !important;
}
.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.75rem;
  background: rgb(255 255 255 / 0.08);
  backdrop-filter: blur(8px);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px;
  border: 1px solid rgb(255 255 255 / 0.3);
  transition: all 0.35s ease;
}
.btn-cta-outline:hover {
  background: #fff;
  color: #002d5e !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgb(255 255 255 / 0.25);
}
.cta-feature-card {
  background: rgb(255 255 255 / 0.07);
  backdrop-filter: blur(12px);
  border: 1px solid rgb(255 255 255 / 0.15);
  transition: all 0.35s ease;
}
.cta-feature-card:hover {
  background: rgb(255 255 255 / 0.14);
  border-color: #38bdf8;
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgb(0 0 0 / 0.2);
}
.cta-feat-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgb(2 147 219 / 0.2);
  border: 1px solid rgb(56 189 248 / 0.4);
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
.cta-feature-card:hover .cta-feat-icon-box {
  background: #0293db;
  border-color: #0293db;
  color: #fff;
  transform: scale(1.08);
}
.cta-feat-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.25rem;
}
.cta-feat-desc {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: #cbd5e1;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .cta-main-title {
    font-size: 1.95rem;
  }
}
@media (max-width: 575.98px) {
  .cta-main-title {
    font-size: 1.65rem;
  }
  .btn-cta-primary,
  .btn-cta-outline {
    width: 100%;
    justify-content: center;
  }
}
.site-footer {
  background-color: var(--navy-dark);
  color: #94a3b8;
  border-top: 4px solid var(--primary);
  font-size: 0.9rem;
}
.footer-col-title {
  font-family: var(--font-mono);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 1rem;
  display: block;
}
.footer-title-line {
  width: 40px;
  height: 3px;
  background: var(--primary-gradient);
  border-radius: var(--radius-pill);
  margin-bottom: 1.35rem;
}
.footer-about-text {
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 1.75rem;
}
.footer-nav-list {
  list-style: none;
}
.footer-nav-list li {
  margin-bottom: 0.65rem;
}
.footer-nav-list a {
  color: #cbd5e1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: var(--transition);
}
.footer-nav-list a:hover {
  color: #fff;
  padding-left: 0.4rem;
}
.footer-contact-item {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.footer-contact-icon {
  color: #38bdf8;
  font-size: 1.05rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.footer-social-links {
  display: flex;
  gap: 0.85rem;
}
.footer-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy-card);
  border: 1px solid var(--navy-border);
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.footer-social-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 0 14px var(--cyan-shadow);
  transform: translateY(-2px);
}
.footer-bottom-bar {
  margin-top: 4rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--navy-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
  color: #64748b;
}
.footer-bottom-bar a {
  color: #94a3b8;
}
.footer-bottom-bar a:hover {
  color: #fff;
}
.z-index-2 {
  position: relative;
  z-index: 2;
}
.z-index-3 {
  position: relative;
  z-index: 3;
}
.cursor-pointer {
  cursor: pointer;
}
.offcanvas-header-logo {
  height: 38px;
  width: auto;
}
.footer-logo-img {
  height: 44px;
  filter: brightness(0) invert(1);
}
.solutions-header-frame {
  background: linear-gradient(135deg, #f8fafc 0%, #f0f7ff 100%);
}
.solutions-top-right-blue-swoosh {
  width: 480px;
  height: 100%;
  background: #0293db;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
}
.solutions-desc-text {
  max-width: 680px;
}
.solutions-desc-highlight {
  max-width: 680px;
}
.solution-bottom-banner {
  background: linear-gradient(135deg, #002d5e 0%, #004d99 100%);
}
.banner-badge-icon {
  width: 68px;
  height: 68px;
}
.solution-bottom-banner p {
  line-height: 1.6;
}
.mfg-bottom-features-pill {
  max-width: 980px;
}
.lambotech-industries__subtitle {
  max-width: 800px;
}
.cta-master-card {
  max-width: 1040px;
}
.cta-desc-paragraph {
  max-width: 880px;
}
.inner-page-hero,
.page-hero-banner {
  background:
    linear-gradient(
      135deg,
      rgb(2 26 56 / 0.45) 0%,
      rgb(0 45 94 / 0.35) 50%,
      rgb(0 77 153 / 0.45) 100%
    ),
    url(../images/hero-bg.webp) center/cover no-repeat !important;
  position: relative;
  padding: 4.5rem 0 4rem;
  overflow: hidden;
  color: #fff;
}
.inner-page-hero::before,
.page-hero-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgb(2 147 219 / 0.2) 0%, #fff0 70%);
  pointer-events: none;
}
.inner-page-hero::after,
.page-hero-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff7a00 0%, #0293db 50%, #38bdf8 100%);
}
.inner-hero-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: #ffffff !important;
  margin-bottom: 0.75rem;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 12px rgb(0 0 0 / 0.7);
}
.custom-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.35rem;
  background-color: rgb(7 27 58 / 0.65);
  backdrop-filter: blur(10px);
  border: 1px solid rgb(255 255 255 / 0.25);
  border-radius: 50px;
  font-size: 0.9rem;
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.25);
}
.custom-breadcrumb a {
  color: #93c5fd;
  text-decoration: none;
  transition: color 0.2s ease;
}
.custom-breadcrumb a:hover {
  color: #fff;
}
.custom-breadcrumb .sep {
  color: rgb(255 255 255 / 0.4);
  font-size: 0.75rem;
}
.custom-breadcrumb .current {
  color: #fff;
  font-weight: 600;
}
.about-card-frame {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgb(15 23 42 / 0.05);
  transition: all 0.3s ease;
}
.about-card-frame h1,
.about-card-frame h2,
.about-card-frame h3,
.about-vm-card h1,
.about-vm-card h2,
.about-vm-card h3,
.about-card-frame .mfg-title-main,
.about-vm-card .mfg-title-main,
.intro-heading-title,
.solutions-header-title {
  color: #071b3a !important;
}
.about-card-frame:hover {
  box-shadow: 0 15px 35px rgb(2 147 219 / 0.1);
  border-color: rgb(2 147 219 / 0.3);
}
.about-card-frame .mfg-feat-icon-circle {
  background: rgb(2 147 219 / 0.1);
  border: 1.5px solid rgb(2 147 219 / 0.3);
  color: #0293db;
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgb(2 147 219 / 0.15);
}
.about-vm-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  border: 2px solid #e2e8f0;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.about-vm-card--vision {
  border-top: 4px solid #0293db;
}
.about-vm-card--mission {
  border-top: 4px solid #ff7a00;
}
.about-vm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgb(15 23 42 / 0.08);
}
.about-vm-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.about-vm-card--vision .about-vm-icon {
  background: rgb(2 147 219 / 0.1);
  color: #0293db;
}
.about-vm-card--mission .about-vm-icon {
  background: rgb(255 122 0 / 0.1);
  color: #ff7a00;
}
.value-pill-card {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgb(15 23 42 / 0.03);
}
.value-pill-card:hover {
  border-color: #0293db;
  background-color: #f0f9ff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgb(2 147 219 / 0.12);
}
.value-pill-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0293db;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.value-pill-text {
  font-weight: 700;
  color: #0f172a;
  font-size: 1rem;
}
.h-display {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.18;
  color: #071b3a;
}
.h-display span {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.text-cyan {
  color: #0293db !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.text-orange {
  color: #0293db !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.text-navy {
  color: #071b3a !important;
}
.body-p {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  color: #334155;
  line-height: 1.68;
}
.body-p-cta {
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 400;
  color: #cbd5e1;
  line-height: 1.68;
}
.body-p strong {
  color: #071b3a;
  font-weight: 700;
}
.lm-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #0293db;
  background: rgb(2 147 219 / 0.1);
  border: 1px solid rgb(2 147 219 / 0.35);
  padding: 4px 12px;
  border-radius: 50px;
}
.lm-tag .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0293db;
  display: inline-block;
}
.lm-divider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
}
.lm-divider span:first-child {
  width: 48px;
  height: 3px;
  background: #0293db;
  border-radius: 4px;
}
.lm-divider span:last-child {
  width: 16px;
  height: 3px;
  background: #d1d5db;
  border-radius: 4px;
}
.btn-lm-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0293db;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  padding: 14px 30px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}
.btn-lm-primary:hover {
  opacity: 0.88;
  color: #fff;
}
.btn-lm-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgb(255 255 255 / 0.08);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  padding: 14px 30px;
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}
.btn-lm-ghost:hover {
  background: rgb(255 255 255 / 0.16);
  color: #fff;
}
.btn-lm-navy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #071b3a;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  padding: 12px 24px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}
.btn-lm-navy:hover {
  opacity: 0.88;
  color: #fff;
}
.float-stat {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 32px rgb(7 27 58 / 0.13);
  z-index: 10;
}
.float-stat .icon-box {
  width: 44px;
  height: 44px;
  background: #0293db;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}
.float-stat .stat-val {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.75rem;
  color: #071b3a;
  line-height: 1;
}
.float-stat .stat-lbl {
  font-family: var(--font-body);
  font-size: 0.73rem;
  color: #334155;
  font-weight: 500;
  margin-top: 2px;
}
.trust-badge {
  position: absolute;
  top: -16px;
  left: -16px;
  background: #0293db;
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 6px 20px rgb(2 147 219 / 0.35);
  z-index: 10;
}
.trust-badge .val {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.75rem;
  color: #fff;
  line-height: 1;
}
.trust-badge .lbl {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.85);
  margin-top: 2px;
}
#engineering {
  background: #fff;
  position: relative;
  overflow: hidden;
}
#engineering .inner {
  position: relative;
  z-index: 1;
}
#engineering .img-wrap {
  position: relative;
  height: 540px;
}
@media (max-width: 991px) {
  #engineering .img-wrap {
    height: 340px;
    margin-top: 32px;
  }
}
#engineering .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgb(7 27 58 / 0.2);
}
.img-overlay-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgb(7 27 58 / 0.78);
  backdrop-filter: blur(6px);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid rgb(255 255 255 / 0.12);
  z-index: 5;
}
#stats-band {
  background: #071b3a;
  padding: 56px 0;
}
.stat-item .big-val {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 3.5rem;
  color: #0293db;
  line-height: 1;
}
.stat-item .big-lbl {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: #93c5fd;
  margin-top: 6px;
}
#journey {
  background: #f0f4fb;
}
.journey-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 520px;
  box-shadow: 0 10px 30px rgb(7 27 58 / 0.08);
}
.journey-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.7s ease;
}
.journey-card:hover img {
  transform: scale(1.05);
}
.journey-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #061226 0%,
    rgb(6 18 38 / 0.88) 45%,
    rgb(6 18 38 / 0.25) 75%,
    transparent 100%
  );
}
.journey-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 36px;
  z-index: 2;
}
.img-strip-photo {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgb(7 27 58 / 0.06);
  display: block;
}
.what-card {
  background: #fff;
  border-radius: 24px;
  padding: 38px 40px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgb(7 27 58 / 0.04);
  position: relative;
  z-index: 1;
}
.pill-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 6px 16px;
  border-radius: 50px;
  transition: all 0.25s ease;
}
.pill-tag:hover {
  background: #0293db;
  color: #fff;
  border-color: #0293db;
}
#manufacturing {
  position: relative;
  overflow: hidden;
  background: #071b3a;
}
#manufacturing .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}
#manufacturing .bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #071b3a 50%, rgb(7 27 58 / 0.45) 100%);
}
#manufacturing .inner {
  position: relative;
  z-index: 1;
}
.mfg-imgs {
  position: relative;
}
.mfg-imgs .main-img {
  border-radius: 20px;
  overflow: hidden;
  height: 288px;
  box-shadow: 0 20px 48px rgb(0 0 0 / 0.4);
}
.mfg-imgs .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mfg-imgs .inset-img {
  position: absolute;
  bottom: -32px;
  right: -16px;
  width: 224px;
  height: 176px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.35);
  border: 4px solid #071b3a;
}
.mfg-imgs .inset-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mfg-feature-card {
  background: rgb(255 255 255 / 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.3s ease;
  height: 100%;
}
.mfg-feature-card:hover {
  background: rgb(255 255 255 / 0.16);
  border-color: #0293db;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgb(2 147 219 / 0.25);
}
.mfg-feature-card .icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0293db 0%, #0066cc 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgb(2 147 219 / 0.35);
}
.mfg-feature-card span {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
  line-height: 1.35;
}
#vision-mission {
  background: #fff;
}
.vm-tab-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  transition:
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  margin-bottom: 12px;
}
.vm-tab-btn.active {
  background: #071b3a;
  border-color: #071b3a;
  box-shadow: 0 8px 28px rgb(7 27 58 / 0.22);
}
.vm-tab-btn .icon-box {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.2s;
  background: #f0f4fb;
  color: #071b3a;
}
.vm-tab-btn.active .icon-box {
  background: #0293db;
  color: #fff;
}
.vm-tab-btn .tab-sup {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #334155;
}
.vm-tab-btn.active .tab-sup {
  color: #93c5fd;
}
.vm-tab-btn .tab-label {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.25rem;
  color: #071b3a;
  margin-top: 2px;
  text-transform: capitalize;
}
.vm-tab-btn.active .tab-label {
  color: #fff;
}
.vm-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 2px 12px rgb(7 27 58 / 0.06);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vm-panel .panel-tag {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vm-panel .panel-tag span:first-child {
  width: 32px;
  height: 3px;
  background: #0293db;
  border-radius: 4px;
  display: inline-block;
}
.vm-panel .panel-tag span:last-child {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0293db;
}
.vm-mini-stat .v {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.75rem;
  color: #0293db;
  line-height: 1;
}
.vm-mini-stat .l {
  font-family: var(--font-body);
  font-size: 0.73rem;
  color: #334155;
  font-weight: 500;
  margin-top: 4px;
}
.vm-image {
  border-radius: 14px;
  overflow: hidden;
  height: 160px;
  margin-top: 12px;
}
.vm-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vm-panel-content {
  display: none;
}
.vm-panel-content.active {
  display: block;
}
#core-values {
  background: #f8fafc;
  position: relative;
  overflow: hidden;
}
.cv-header-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-right: 6px;
}
.cv-header-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0293db;
  display: inline-block;
}
.cv-title-underline {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}
.cv-title-underline .line {
  width: 36px;
  height: 3px;
  background: #0293db;
  border-radius: 2px;
}
.cv-title-underline .dot {
  width: 6px;
  height: 3px;
  background: #0293db;
  border-radius: 2px;
}
.cv-card-large {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 290px;
  box-shadow: 0 12px 30px rgb(7 27 58 / 0.12);
  border: 1px solid rgb(2 147 219 / 0.2);
}
.cv-card-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.7s ease;
}
.cv-card-large:hover img {
  transform: scale(1.05);
}
.cv-card-large .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgb(6 18 38 / 0.92) 0%,
    rgb(7 27 58 / 0.75) 50%,
    rgb(2 147 219 / 0.4) 100%
  );
}
.cv-card-large .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  z-index: 2;
}
.cv-card-large .icon-box-badge {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0293db;
  font-size: 1.3rem;
  box-shadow: 0 6px 16px rgb(0 0 0 / 0.15);
  margin-bottom: 16px;
}
.cv-card-small {
  position: relative;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 26px 22px;
  height: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgb(7 27 58 / 0.04);
  transition: all 0.3s ease;
  overflow: hidden;
}
.cv-card-small:hover {
  transform: translateY(-4px);
  border-color: #0293db;
  box-shadow: 0 12px 28px rgb(2 147 219 / 0.12);
}
.cv-card-small::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 32px 0;
  border-color: #fff0 #0293db #fff0 #fff0;
  border-top-right-radius: 18px;
}
.cv-icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0293db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 14px;
}
.cv-card-small h3,
.cv-card-small h4,
.cv-card-small h5 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.25rem;
  color: #071b3a;
  line-height: 1.35;
  margin-bottom: 0;
}
.cv-card-accent-bar {
  width: 28px;
  height: 3px;
  background: #0293db;
  border-radius: 2px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.cv-card-small p {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.cv-number-watermark {
  position: absolute;
  bottom: 4px;
  right: 10px;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 3.2rem;
  color: #e2e8f0;
  opacity: 0.6;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.cv-card-orange {
  position: relative;
  background: #fff7ed;
  border: 2px solid #ff7a00;
  border-radius: 20px;
  padding: 26px 22px;
  height: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 24px rgb(255 122 0 / 0.2);
  transition: all 0.3s ease;
  overflow: hidden;
}
.cv-card-orange:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgb(255 122 0 / 0.3);
}
.cv-card-orange::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 36px 36px 0;
  border-color: #fff0 #ff7a00 #fff0 #fff0;
  border-top-right-radius: 18px;
}
.cv-icon-circle-orange {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #ff7a00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 14px;
  box-shadow: 0 4px 12px rgb(255 122 0 / 0.3);
}
.cv-card-orange h3,
.cv-card-orange h4,
.cv-card-orange h5 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.25rem;
  color: #071b3a;
  line-height: 1.35;
  margin-bottom: 0;
}
.cv-card-accent-bar-orange {
  width: 28px;
  height: 3px;
  background: #ff7a00;
  border-radius: 2px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.cv-card-orange p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: #071b3a;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.cv-number-watermark-orange {
  position: absolute;
  bottom: 4px;
  right: 10px;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 3.2rem;
  color: #ffedd5;
  opacity: 0.7;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.bottom-trust-bar {
  border-top: 1px solid #e2e8f0;
  position: relative;
}
.trust-shield-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0293db;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgb(2 147 219 / 0.3);
}
.bento-orange h5 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.3rem;
  color: #071b3a;
  line-height: 1.3;
  margin-top: 12px;
}
.bento-orange p {
  font-family: var(--font-body);
  font-size: 0.86rem;
  color: #071b3a;
  font-weight: 600;
  margin-top: 6px;
  line-height: 1.6;
}
#why-trust {
  background: #fff;
}
.trust-img-wrap {
  position: relative;
}
.trust-main-img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.trust-inset-img {
  position: absolute;
  bottom: -24px;
  right: 24px;
  width: 176px;
  height: 144px;
  object-fit: cover;
  border-radius: 14px;
  border: 4px solid #fff;
  box-shadow: 0 8px 24px rgb(7 27 58 / 0.15);
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 1rem;
  color: #334155;
  line-height: 1.68;
  margin-bottom: 16px;
}
.check-list li i {
  color: #0293db;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
#cta-section {
  position: relative;
  overflow: hidden;
  background: #061124 url(../images/building-the-future-bg-img.webp) center
    center / cover no-repeat !important;
  color: #fff;
}
.cta-arch-wrapper {
  position: relative;
}
.cta-badges-row {
  position: relative;
  z-index: 5;
  margin-top: 0;
}
.cta-badge-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 8px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.3);
  transition: transform 0.3s ease;
}
.cta-badge-circle.blue {
  background: radial-gradient(circle at 30% 30%, #0293db 0%, #064e8a 100%);
  color: #fff;
  border: 2px solid #38bdf8;
  box-shadow: 0 0 20px rgb(2 147 219 / 0.4);
}
.cta-badge-circle.orange {
  background: radial-gradient(circle at 30% 30%, #0293db 0%, #064e8a 100%);
  color: #fff;
  border: 2px solid #38bdf8;
  box-shadow: 0 0 25px rgb(2 147 219 / 0.5);
  transform: scale(1.1);
}
.cta-badge-item:hover .cta-badge-circle {
  transform: translateY(-4px) scale(1.1);
}
.cta-badge-lbl {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #93c5fd;
  line-height: 1.2;
}
.cta-badge-lbl span {
  font-size: 0.68rem;
  opacity: 0.9;
}
.cta-bottom-capsule-bar {
  background: rgb(5 18 41 / 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgb(2 147 219 / 0.38);
  border-radius: 60px;
  box-shadow:
    0 16px 40px rgb(0 0 0 / 0.45),
    inset 0 1px 1px rgb(255 255 255 / 0.12);
  transition: all 0.3s ease;
}
.cta-bottom-capsule-bar:hover {
  border-color: rgb(2 147 219 / 0.65);
  box-shadow:
    0 20px 48px rgb(2 147 219 / 0.25),
    inset 0 1px 1px rgb(255 255 255 / 0.2);
}
.capsule-col-item {
  position: relative;
}
@media (min-width: 992px) {
  .capsule-col-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: rgb(255 255 255 / 0.14);
  }
}
.capsule-icon-box {
  width: 48px;
  height: 48px;
  background: rgb(2 147 219 / 0.14);
  border: 1px solid rgb(2 147 219 / 0.45);
  border-radius: 14px;
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgb(2 147 219 / 0.25);
  transition: all 0.3s ease;
}
.capsule-col-item:hover .capsule-icon-box {
  background: #0293db;
  color: #fff;
  border-color: #38bdf8;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgb(2 147 219 / 0.5);
}
.capsule-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  color: #38bdf8;
  line-height: 1.25;
}
.capsule-sub {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.92rem;
  color: #fff;
  line-height: 1.25;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-16 {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .float-stat {
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    white-space: nowrap;
  }
  .mfg-imgs .inset-img {
    display: none;
  }
  .vm-panel {
    padding: 24px;
  }
  .stat-item .big-val {
    font-size: 2.5rem;
  }
}
.intro-right-frame-container {
  margin-top: 0 !important;
}
.hero-section .intro-right-frame-container {
  margin-top: 14.5rem !important;
}
.sec-industries-grid {
  background-color: #f4f8fc;
  position: relative;
}
.sec-industries-bg-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 420px;
  height: 320px;
  pointer-events: none;
  z-index: 0;
}
.sec-industries-bg-decor svg {
  width: 100%;
  height: 100%;
}
.ind-card-item {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 20px rgb(11 87 208 / 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ind-card-item:hover {
  transform: translateY(-8px);
  border-color: #0b57d0;
  box-shadow: 0 18px 40px rgb(11 87 208 / 0.15);
}
.ind-card-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.ind-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.ind-card-item:hover .ind-card-img-wrap img {
  transform: scale(1.06);
}
.ind-card-wave-wrap {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 2;
  pointer-events: none;
}
.ind-card-wave-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.ind-card-icon-badge {
  position: absolute;
  bottom: 6px;
  left: 18px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b57d0 0%, #0044ab 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 8px 18px rgb(11 87 208 / 0.3);
  border: 2px solid #fff;
  z-index: 4;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}
.ind-card-item:hover .ind-card-icon-badge {
  transform: scale(1.08) translateY(-2px);
  background: linear-gradient(135deg, #0044ab 0%, #0b57d0 100%);
}
.ind-card-body {
  padding: 1.4rem 1.35rem 1.35rem;
  background: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.ind-card-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: #0b57d0;
  margin-bottom: 0.45rem;
  line-height: 1.3;
}
.ind-card-line-accent {
  width: 28px;
  height: 3px;
  background: #0b57d0;
  border-radius: 2px;
  margin-bottom: 0.85rem;
}
.ind-card-desc {
  font-family: var(--font-body);
  line-height: 1.6;
  margin-bottom: 1.2rem;
  flex-grow: 1;
}
.ind-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 700;
  color: #0b57d0;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}
.ind-card-btn i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}
.ind-card-item:hover .ind-card-btn {
  color: #00368a;
}
.ind-card-item:hover .ind-card-btn i {
  transform: translateX(4px);
}
.faq-accordion .accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 2px 10px rgb(15 23 42 / 0.03);
  transition: all 0.3s ease;
}
.faq-accordion .accordion-item:hover {
  border-color: #0293db;
}
.faq-accordion .accordion-button {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: #071b3a;
  background-color: #fff;
  padding: 1.25rem 1.5rem;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #0293db;
  background-color: #f0f7ff;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-body {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: #475569;
  line-height: 1.7;
  padding: 1.25rem 1.5rem;
  background-color: #fff;
}
h1,
.h1,
.inner-hero-title,
h1.intro-heading-title {
  font-size: 2.75rem;
}
h2,
.h2,
h2.intro-heading-title,
.section-header-title,
.solutions-header-title,
.mfg-title-main,
.quality-title-main,
.lambotech-industries__title,
.cta-main-title,
.h-display,
.h-section,
.cta-title {
  font-size: 2rem;
  max-width: 100%;
}
@media (max-width: 991px) {
  h1,
  .h1,
  .inner-hero-title,
  h1.intro-heading-title {
    font-size: 2.25rem;
  }
  h2,
  .h2,
  h2.intro-heading-title,
  .section-header-title,
  .solutions-header-title,
  .mfg-title-main,
  .quality-title-main,
  .lambotech-industries__title,
  .cta-main-title,
  .h-display,
  .h-section,
  .cta-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 576px) {
  h1,
  .h1,
  .inner-hero-title,
  h1.intro-heading-title {
    font-size: 1.85rem;
  }
  h2,
  .h2,
  h2.intro-heading-title,
  .section-header-title,
  .solutions-header-title,
  .mfg-title-main,
  .quality-title-main,
  .lambotech-industries__title,
  .cta-main-title,
  .h-display,
  .h-section,
  .cta-title {
    font-size: 1.5rem;
  }
}
.sec-quality-inspection {
  position: relative;
  background-color: #f7fafe;
  background-image:
    radial-gradient(circle at 0% 0%, rgb(11 87 208 / 0.04) 0%, transparent 50%),
    radial-gradient(
      circle at 100% 100%,
      rgb(11 87 208 / 0.04) 0%,
      transparent 50%
    );
}
.sqi-header-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.sqi-eyebrow-line {
  width: 32px;
  height: 2px;
  background: #0b57d0;
  opacity: 0.6;
}
.sqi-eyebrow-text {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #0b57d0;
  text-transform: uppercase;
}
.sqi-title {
  font-family: var(--font-heading);
  font-size: 2.85rem;
  font-weight: 900;
  color: #071b3a;
  line-height: 1.2;
}
.sqi-title span,
.h-display span,
.intro-heading-title span,
h1 span,
h2 span,
h3 span {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.sqi-badge-divider {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.sqi-divider-line {
  width: 50px;
  height: 2px;
  background: #cbd5e1;
}
.sqi-shield-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #0b57d0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  box-shadow: 0 4px 12px rgb(11 87 208 / 0.25);
}
.sqi-subtitle {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: #071b3a;
  font-weight: 500;
  line-height: 1.65;
  max-width: 860px;
  margin: 0 auto;
}
.sqi-card {
  background: #fff;
  border: 1px solid #dbe6f5;
  border-radius: 20px;
  padding: 2.15rem 1.75rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 6px 24px rgb(11 87 208 / 0.06);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}
.sqi-card:hover {
  transform: translateY(-6px);
  border-color: #0b57d0;
  box-shadow: 0 16px 36px rgb(11 87 208 / 0.15);
}
.sqi-card-icon-wrap {
  flex-shrink: 0;
}
.sqi-icon-circle-outer {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 2px dashed #93c5fd;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f7ff;
  transition: transform 0.4s ease;
}
.sqi-card:hover .sqi-icon-circle-outer {
  transform: rotate(15deg);
  border-color: #0b57d0;
}
.sqi-icon-circle-inner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b57d0 0%, #0042a5 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 6px 16px rgb(11 87 208 / 0.3);
}
.sqi-card-content {
  flex-grow: 1;
}
.sqi-card-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #071b3a;
  margin-bottom: 0.4rem;
  line-height: 1.35;
}
.sqi-card-line {
  width: 28px;
  height: 3px;
  background: #0b57d0;
  border-radius: 2px;
  margin-bottom: 0.75rem;
}
.sqi-card-text {
  font-family: var(--font-body);
  font-size: 1.02rem;
  color: #071b3a;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
.sqi-banner {
  background: linear-gradient(135deg, #0b57d0 0%, #00368a 100%);
  border-radius: 20px;
  padding: 1.75rem 2.25rem;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 36px rgb(11 87 208 / 0.28);
}
.sqi-banner-icon-wrap {
  flex-shrink: 0;
  z-index: 2;
}
.sqi-banner-outer-ring {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid rgb(255 255 255 / 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 0.1);
}
.sqi-banner-inner-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #0b57d0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
}
.sqi-banner-text {
  font-family: var(--font-body);
  font-size: 1.12rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.65;
  flex-grow: 1;
  z-index: 2;
  max-width: 850px;
}
.sqi-banner-decor-graphic {
  position: absolute;
  right: -10px;
  bottom: -20px;
  width: 240px;
  height: 130px;
  opacity: 0.18;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .sqi-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .sqi-banner {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
  .sqi-banner-text {
    text-align: center;
  }
}
.site-footer {
  background: linear-gradient(180deg, #0b132b 0%, #070d1f 100%);
  color: #e2e8f0;
  position: relative;
  border-top: 4px solid;
  border-image: linear-gradient(90deg, #004f7c 0%, #0293db 50%, #004f7c 100%) 1;
  font-family: var(--font-body);
}
.site-footer a {
  text-decoration: none;
  transition: all 0.25s ease;
}
.footer-top-padding {
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
}
.footer-logo-badge {
  background: #fff;
  padding: 8px 16px;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.25);
}
.footer-logo-badge img {
  display: block;
  width: 170px;
  height: auto;
}
.footer-desc-text {
  color: #f8fafc;
  font-size: 1rem;
  line-height: 1.65;
  margin-top: 1.1rem;
  margin-bottom: 1.4rem;
  text-align: left;
}
.footer-social-wrapper {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1rem;
}
.footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.18);
  color: #ffffff !important;
  font-size: 1.25rem;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.35);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(6px);
}
.footer-social-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(255 255 255 / 0.25),
    transparent
  );
  transition: left 0.5s ease;
}
.footer-social-btn:hover::before {
  left: 100%;
}
.footer-social-btn.facebook-btn:hover {
  background: linear-gradient(135deg, #1877f2 0%, #0d5bbd 100%);
  border-color: #1877f2;
  box-shadow: 0 8px 24px rgb(24 119 242 / 0.55);
  transform: translateY(-4px) scale(1.08);
}
.footer-social-btn.instagram-btn:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  border-color: #dc2743;
  box-shadow: 0 8px 24px rgb(220 39 67 / 0.55);
  transform: translateY(-4px) scale(1.08);
}
.footer-heading {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.8rem;
  position: relative;
}
.footer-heading-line {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #0293db, #004f7c);
  border-radius: 2px;
  margin-bottom: 1.25rem;
}
.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-link-list li {
  margin-bottom: 0.6rem;
}
.footer-link-list a {
  color: #cbd5e1;
  font-size: 1rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: all 0.25s ease;
}
.footer-link-list a i {
  font-size: 0.75rem;
  color: #38bdf8;
  transition: transform 0.25s ease;
}
.footer-link-list a:hover {
  color: #38bdf8;
  padding-left: 6px;
}
.footer-link-list a:hover i {
  transform: translateX(3px);
  color: #fff;
}
.footer-contact-block {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}
.footer-contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgb(2 147 219 / 0.12);
  border: 1px solid rgb(2 147 219 / 0.25);
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-contact-info {
  color: #cbd5e1;
  font-size: 0.98rem;
  line-height: 1.5;
}
.footer-contact-info a {
  color: #cbd5e1;
}
.footer-contact-info a:hover {
  color: #38bdf8;
}
.footer-bottom-fullwidth {
  background: #040814;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  padding: 1.25rem 0;
  font-size: 0.95rem;
  color: #94a3b8;
}
.footer-bottom-fullwidth a {
  color: #38bdf8;
  font-weight: 600;
  transition: color 0.2s ease;
}
.footer-bottom-fullwidth a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.footer-bottom-fullwidth .disclaimer-link {
  color: #e2e8f0;
  font-weight: 500;
}
.footer-bottom-fullwidth .disclaimer-link:hover {
  color: #38bdf8;
}
.custom-ref-footer {
  background: #030712 url(../images/footer-bg.webp) no-repeat center center /
    cover;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border-top: 1px solid rgb(255 255 255 / 0.12);
  font-family: var(--font-body, system-ui, -apple-system, sans-serif);
}
.custom-ref-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgb(3 7 18 / 0.35) 0%,
    rgb(3 7 18 / 0.55) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.footer-inner-content {
  position: relative;
  z-index: 2;
  padding: 1.5rem 0 1.5rem 0;
}
@media (max-width: 768px) {
  .footer-inner-content {
    padding: 1.25rem 0 1rem 0;
  }
}
@media (min-width: 992px) {
  .footer-col-divider {
    border-right: 1px solid rgb(255 255 255 / 0.1);
    padding-right: 1rem;
  }
  .footer-col-padding-left {
    padding-left: 1rem;
  }
}
.ref-footer-heading {
  color: #ffffff !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgb(0 0 0 / 0.9);
}
.ref-footer-accent-line {
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #00c6ff);
  border-radius: 2px;
  margin-bottom: 1.4rem;
}
.ref-footer-desc {
  color: #ffffff !important;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 1.1rem;
  margin-bottom: 1.4rem;
  text-align: left;
  text-shadow: 0 1px 3px rgb(0 0 0 / 0.8);
}
.ref-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ref-footer-links li {
  margin-bottom: 0.75rem;
}
.ref-footer-links a {
  color: #ffffff !important;
  font-size: 0.96rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  transition: all 0.2s ease;
  text-shadow: 0 1px 3px rgb(0 0 0 / 0.8);
}
.ref-footer-links a i.fa-angle-right,
.ref-footer-links a i.fa-chevron-right {
  color: #38bdf8 !important;
  font-size: 0.88rem;
  font-weight: 800;
  transition: transform 0.2s ease;
}
.ref-footer-links a:hover {
  color: #38bdf8 !important;
  transform: translateX(4px);
}
.ref-footer-links a:hover i {
  color: #38bdf8 !important;
}
.ref-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.ref-contact-icon-box {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: rgb(0 147 219 / 0.2);
  border: 1px solid rgb(56 189 248 / 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38bdf8 !important;
  font-size: 1.15rem;
  transition: all 0.3s ease;
}
.ref-contact-item:hover .ref-contact-icon-box {
  background: #0293db;
  color: #ffffff !important;
  border-color: #0293db;
  box-shadow: 0 4px 14px rgb(2 147 219 / 0.5);
}
.ref-contact-text {
  color: #ffffff !important;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.55;
  text-shadow: 0 1px 3px rgb(0 0 0 / 0.8);
}
.ref-contact-text a {
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.ref-contact-text a:hover {
  color: #38bdf8 !important;
}
.ref-footer-bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgb(255 255 255 / 0.12);
  padding: 0.85rem 2rem;
  text-align: center;
  font-size: 0.95rem;
  color: #ffffff !important;
  font-weight: 500;
  background: rgb(3 7 18 / 0.85);
  text-shadow: 0 1px 3px rgb(0 0 0 / 0.8);
}
.ref-footer-bottom a {
  color: #38bdf8 !important;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.ref-footer-bottom a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.contact-card-icon-wrapper {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b57d0 0%, #00368a 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 8px 24px rgb(11 87 208 / 0.25);
  transition: all 0.3s ease;
}
.contact-info-card {
  border: 1px solid #e0e9f5 !important;
  border-radius: 20px !important;
  transition: all 0.35s ease;
}
.contact-info-card:hover {
  transform: translateY(-6px);
  border-color: #0b57d0 !important;
  box-shadow: 0 16px 36px rgb(11 87 208 / 0.14) !important;
}
.contact-info-card:hover .contact-card-icon-wrapper {
  transform: scale(1.08) rotate(10deg);
  background: linear-gradient(135deg, #0077ff 0%, #0b57d0 100%);
}
.contact-card-divider {
  width: 40px;
  height: 3px;
  background: #0b57d0;
  border-radius: 2px;
}
.enquiry-section {
  background: #f8fafc !important;
  padding: 4rem 0 !important;
}
.enquiry-section h2 {
  font-family: var(--font-heading) !important;
  font-size: 2.2rem !important;
  font-weight: 800 !important;
  color: #071b3a !important;
}
.enquiry-m .form-group {
  margin-bottom: 1.25rem !important;
  position: relative;
}
.enquiry-m .form-control,
.enquiry-section .form-control {
  background-color: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 12px !important;
  padding: 0.85rem 1.15rem !important;
  font-size: 0.98rem !important;
  color: #0f172a !important;
  font-family: var(--font-body) !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.02) !important;
}
.enquiry-m .form-control:focus,
.enquiry-section .form-control:focus {
  border-color: #0b57d0 !important;
  box-shadow: 0 0 0 4px rgb(11 87 208 / 0.12) !important;
  outline: none !important;
  background-color: #ffffff !important;
}
.btn-submit-brand {
  background: linear-gradient(135deg, #0b57d0 0%, #00368a 100%) !important;
  color: #ffffff !important;
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  padding: 0.85rem 2rem !important;
  border-radius: 12px !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 6px 18px rgb(11 87 208 / 0.25) !important;
}
.btn-submit-brand:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgb(11 87 208 / 0.35) !important;
  background: linear-gradient(135deg, #0066ff 0%, #0b57d0 100%) !important;
}
.btn-reset-brand {
  background: #e2e8f0 !important;
  color: #334155 !important;
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  padding: 0.85rem 2rem !important;
  border-radius: 12px !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.btn-reset-brand:hover {
  background: #cbd5e1 !important;
  color: #0f172a !important;
  transform: translateY(-2px) !important;
}
@media (min-width: 992px) {
  .home-intro-img-col {
    margin-top: 230px;
  }
}
.fa-warehouse::before {
  content: "\f494" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}
.fa-building-columns::before {
  content: "\f19c" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}
.fa-building::before {
  content: "\f1ad" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}
.fa-bottle-droplet::before {
  content: "\f06d" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}
.faq-section {
  background: var(--bg-light);
}
.faq-accent-line {
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    var(--primary) 0%,
    var(--primary-glow) 100%
  );
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-item {
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition:
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.faq-item:hover {
  box-shadow: var(--shadow-md);
  border-color: rgb(2 147 219 / 0.3);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: #fff0;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.25s ease;
}
.faq-question:hover {
  background: var(--bg-alt);
}
.faq-question:not(.collapsed) {
  background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
  border-bottom: 1px solid rgb(2 147 219 / 0.15);
}
.faq-q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgb(2 147 219 / 0.1);
  color: var(--primary);
  font-size: 1rem;
  flex-shrink: 0;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}
.faq-question:not(.collapsed) .faq-q-icon {
  background: var(--primary);
  color: #fff;
}
.faq-q-text {
  flex: 1;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.4;
}
.faq-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-light);
  color: var(--primary);
  font-size: 0.85rem;
  flex-shrink: 0;
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.25s ease;
}
.faq-question:not(.collapsed) .faq-chevron {
  transform: rotate(180deg);
  background: rgb(2 147 219 / 0.12);
}
.faq-answer {
  padding: 1.25rem 1.5rem 1.25rem calc(1.5rem + 38px + 1rem);
  border-top: 1px solid var(--border-light);
}
.faq-answer p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 0;
}
.faq-answer p strong {
  color: var(--text-dark);
  font-weight: 700;
}
@media (max-width: 768px) {
  .faq-question {
    padding: 1rem 1.1rem;
    gap: 0.75rem;
  }
  .faq-q-text {
    font-size: 0.95rem;
  }
  .faq-answer {
    padding: 1rem 1.1rem 1rem 1.1rem;
  }
  .faq-q-icon {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
}
.custom-breadcrumb a i.fa-house,
.custom-breadcrumb a i[class*="fa-house"],
.custom-breadcrumb a .fa-house {
  display: none !important;
}
.product-card-premium {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgb(226 232 240 / 0.8);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card-premium:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 40px -15px rgb(2 147 219 / 0.15),
    0 10px 20px -10px rgb(0 0 0 / 0.04);
  border-color: rgb(2 147 219 / 0.4);
}
.product-card-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 68%;
  overflow: hidden;
  background: #f8fafc;
}
.product-card-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-card-premium:hover .product-card-img-wrap img {
  transform: scale(1.06);
}
.product-card-badge-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgb(255 255 255 / 0.92);
  backdrop-filter: blur(8px);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary);
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.08);
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.product-card-body {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy-dark);
  line-height: 1.35;
  margin-bottom: 0.5rem;
  transition: color 0.2s ease;
}
.product-card-premium:hover .product-card-title {
  color: var(--primary);
}
.product-card-desc {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
.product-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  background: #f1f5f9;
  color: var(--navy-dark);
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.25s ease;
}
.product-card-premium:hover .product-card-btn {
  background: var(--primary);
  color: #fff;
}
.product-card-btn i {
  transition: transform 0.25s ease;
}
.product-card-premium:hover .product-card-btn i {
  transform: translateX(4px);
}
.category-header-banner {
  background: linear-gradient(135deg, #071b3a 0%, #0c2d61 100%);
  border-radius: 20px;
  padding: 2rem 2.5rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgb(7 27 58 / 0.15);
}
.products-filter-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.06);
  border: 1px solid rgb(226 232 240 / 0.8);
  margin-bottom: 2.5rem;
}
.filter-btn-pill {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.6rem 1.25rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-btn-pill:hover,
.filter-btn-pill.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 6px 16px rgb(2 147 219 / 0.25);
}
.product-search-input-group {
  position: relative;
}
.product-search-input-group input {
  padding-left: 2.5rem;
  border-radius: 50px;
  border: 1px solid #cbd5e1;
  font-size: 0.875rem;
  height: 44px;
}
.product-search-input-group input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgb(2 147 219 / 0.15);
}
.product-search-input-group i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
}
.trending-product-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #f1f5f9;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.trending-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px -12px rgb(2 147 219 / 0.2);
  border-color: rgb(2 147 219 / 0.3);
}
.trending-card-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  background: #f8fafc;
}
.trending-card-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.trending-product-card:hover .trending-card-img-wrap img {
  transform: scale(1.08);
}
.trending-cat-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgb(15 23 42 / 0.85);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.trending-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.trending-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
  line-height: 1.35;
  transition: color 0.2s ease;
}
.trending-product-card:hover .trending-card-title {
  color: var(--primary);
}
.spec-badges-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}
.spec-badge-pill {
  background: #f1f5f9;
  color: #475569;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 6px;
}
.trending-card-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: var(--primary-gradient);
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgb(2 147 219 / 0.2);
}
.trending-card-btn:hover {
  background: linear-gradient(135deg, #026ca3 0%, #080e1e 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgb(2 147 219 / 0.35);
}
.btn-get-best-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #0293db 0%, #005699 100%);
  color: #ffffff !important;
  font-family: var(--font-heading), sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  border: none;
  box-shadow: 0 6px 18px rgb(2 147 219 / 0.35);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  text-decoration: none;
  margin-top: 1.25rem;
  width: 100%;
  max-width: 280px;
}
.btn-get-best-price:hover {
  background: linear-gradient(135deg, #0077b8 0%, #003866 100%);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgb(2 147 219 / 0.45);
}
.btn-get-best-price i {
  font-size: 1.05rem;
  transition: transform 0.3s ease;
}
.btn-get-best-price:hover i {
  transform: scale(1.15) rotate(-10deg);
}
.product-title-link {
  transition: color 0.3s ease;
}
.product-title-link:hover {
  color: var(--primary, #0293db) !important;
}

#chatBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  z-index: 9999;
}