/**
 * ShotBlast.in - Premium Industrial Website CSS
 * Shot Blasting & Sand Blasting Machine Manufacturers
 * Version: 2.0.0 - Premium Redesign
 */

/* ============================================================ #1 - CSS DESIGN SYSTEM VARIABLES ============================================================ */
:root {
  --color-primary: #1E5AA8;
  --color-primary-dark: #0F2D54;
  --color-primary-mid: #1A4E96;
  --color-primary-light: #2E75C9;
  --color-primary-pale: #EEF4FB;
  --color-accent: #f97316;
  --color-accent-dark: #ea580c;
  --color-accent-light: #fb923c;
  --color-accent-pale: #fff7ed;
  --color-dark: #0F2D54;
  --color-dark-2: #1e293b;
  --color-medium: #475569;
  --color-gray: #64748b;
  --color-light-gray: #94a3b8;
  --color-border: #e2e8f0;
  --color-bg: #f8fafc;
  --color-bg-alt: #eef3fb;
  --color-white: #ffffff;
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --gradient-primary: linear-gradient(135deg, #0F2D54 0%, #1E5AA8 60%, #9CA3AF 100%);
  --gradient-accent: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
  --gradient-hero: linear-gradient(135deg, rgba(15, 45, 84, 0.95) 0%, rgba(30, 90, 168, 0.88) 60%, rgba(108, 128, 148, 0.78) 100%);
  --gradient-card: linear-gradient(145deg, #ffffff 0%, #f0f6ff 100%);
  --gradient-dark-blue: linear-gradient(135deg, #0F2D54 0%, #1E5AA8 100%);
  --gradient-light: linear-gradient(135deg, #f8fafc 0%, #eef3fb 100%);
  --font-primary: 'Inter', system-ui, sans-serif;
  --font-secondary: 'Poppins', sans-serif;
  --font-body: 'Open Sans', system-ui, sans-serif;
  --section-py: 90px;
  --shadow-sm: 0 2px 8px rgba(30, 90, 168, 0.08);
  --shadow-md: 0 4px 20px rgba(30, 90, 168, 0.12);
  --shadow-lg: 0 8px 40px rgba(30, 90, 168, 0.16);
  --shadow-xl: 0 16px 60px rgba(30, 90, 168, 0.2);
  --shadow-accent: 0 8px 30px rgba(249, 115, 22, 0.35);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 28px;
  --radius-full: 9999px;
  --transition: all 0.3s ease;
  --transition-slow: all 0.5s ease;
  --transition-bounce: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* BASE */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
  font-size: 16px
}

body {
  font-family: var(--font-body);
  color: var(--color-dark-2);
  background: var(--color-white);
  line-height: 1.7;
  overflow-x: hidden
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: var(--transition)
}

a:hover {
  color: var(--color-accent)
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

:root {
  --premium-image-filter: saturate(1.08) contrast(1.06) brightness(1.01);
  --premium-image-filter-hover: saturate(1.14) contrast(1.08) brightness(1.03);
  --premium-image-shadow: 0 18px 42px rgba(15, 23, 42, .14);
  --premium-image-shadow-hover: 0 26px 56px rgba(15, 23, 42, .2);
  --premium-image-box-bg: linear-gradient(145deg, #fdfefe 0%, #eef4fb 52%, #dde8f6 100%);
  --premium-image-box-border: rgba(148, 163, 184, .2);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-dark)
}

p {
  margin-bottom: 1rem
}

section {
  overflow: hidden
}

/* GLOBAL PREMIUM IMAGE SYSTEM */
main img:not(.premium-image-exempt):not([src*="/images/icon/"]):not([src*="/images/setting/logo/"]):not([src*="/images/setting/footer_logo/"]):not([src*="/images/setting/favicon/"]) {
  transition: transform .55s ease, filter .55s ease, box-shadow .55s ease;
  filter: var(--premium-image-filter);
  backface-visibility: hidden;
  transform: translateZ(0);
}

main a:hover img:not(.premium-image-exempt):not([src*="/images/icon/"]):not([src*="/images/setting/logo/"]):not([src*="/images/setting/footer_logo/"]):not([src*="/images/setting/favicon/"]),
main a:focus-visible img:not(.premium-image-exempt):not([src*="/images/icon/"]):not([src*="/images/setting/logo/"]):not([src*="/images/setting/footer_logo/"]):not([src*="/images/setting/favicon/"]),
.product-image-box:hover img:not(.premium-image-exempt),
.product-image-box:focus-within img:not(.premium-image-exempt),
.premium-image-frame:hover img:not(.premium-image-exempt),
.premium-image-frame:focus-within img:not(.premium-image-exempt) {
  filter: var(--premium-image-filter-hover);
  transform: scale(1.035) translateY(-2px);
}

.product-image-box,
.premium-image-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: clamp(18px, 2vw, 26px);
  background: var(--premium-image-box-bg);
  border: 1px solid var(--premium-image-box-border);
  box-shadow: var(--premium-image-shadow), inset 0 1px 0 rgba(255, 255, 255, .45);
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}

.product-image-box::before,
.premium-image-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .38) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, .04) 100%);
  z-index: 2;
  pointer-events: none;
}

.product-image-box::after,
.premium-image-frame::after {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .2);
  opacity: .9;
  z-index: 3;
  pointer-events: none;
}

.product-image-box:hover,
.product-image-box:focus-within,
.premium-image-frame:hover,
.premium-image-frame:focus-within {
  transform: translateY(-6px);
  border-color: rgba(191, 219, 254, .42);
  box-shadow: var(--premium-image-shadow-hover), inset 0 1px 0 rgba(255, 255, 255, .5);
}

.product-image-box>img,
.product-image-box>a>img,
.premium-image-frame>img,
.premium-image-frame>a>img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.product-image-box--contain>img,
.product-image-box--contain>a>img {
  object-fit: contain;
}

.hero-img-main,
.about-img-main,
.pro-card-img,
.blog-card-img,
.fbc-image-wrapper,
.blc-image-wrapper,
.alc-image-wrapper,
.plc-image-wrapper,
.product-main-image,
.application-hero-image,
.blog-featured-image,
.sidebar-blog-img,
.rpi-image,
.post-thumb {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: clamp(18px, 2vw, 26px);
  background: var(--premium-image-box-bg);
  border: 1px solid var(--premium-image-box-border);
  box-shadow: var(--premium-image-shadow), inset 0 1px 0 rgba(255, 255, 255, .45);
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}

.hero-img-main::before,
.about-img-main::before,
.pro-card-img::before,
.blog-card-img::before,
.fbc-image-wrapper::before,
.blc-image-wrapper::before,
.alc-image-wrapper::before,
.plc-image-wrapper::before,
.product-main-image::before,
.application-hero-image::before,
.blog-featured-image::before,
.sidebar-blog-img::before,
.rpi-image::before,
.post-thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .38) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, .04) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-img-main::after,
.about-img-main::after,
.pro-card-img::after,
.blog-card-img::after,
.fbc-image-wrapper::after,
.blc-image-wrapper::after,
.alc-image-wrapper::after,
.plc-image-wrapper::after,
.product-main-image::after,
.application-hero-image::after,
.blog-featured-image::after,
.sidebar-blog-img::after,
.rpi-image::after,
.post-thumb::after {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .2);
  opacity: .9;
  z-index: 3;
  pointer-events: none;
}

.hero-img-main:hover,
.about-img-main:hover,
.pro-card-img:hover,
.blog-card-img:hover,
.fbc-image-wrapper:hover,
.blc-image-wrapper:hover,
.alc-image-wrapper:hover,
.plc-image-wrapper:hover,
.product-main-image:hover,
.application-hero-image:hover,
.blog-featured-image:hover,
.sidebar-blog-img:hover,
.rpi-image:hover,
.post-thumb:hover {
  transform: translateY(-6px);
  border-color: rgba(191, 219, 254, .42);
  box-shadow: var(--premium-image-shadow-hover), inset 0 1px 0 rgba(255, 255, 255, .5);
}

.hero-img-main img,
.about-img-main img,
.pro-card-img img,
.blog-card-img img,
.fbc-image-wrapper img,
.blc-image-wrapper img,
.alc-image-wrapper img,
.plc-image-wrapper img,
.product-main-image img,
.application-hero-image img,
.blog-featured-image img,
.sidebar-blog-img img,
.rpi-image img,
.post-thumb img {
  position: relative;
  z-index: 1;
}

.transport-item img,
.trust-icon-wrap img,
.product-trust-item img,
.logo img,
footer img {
  filter: none;
  transform: none;
  box-shadow: none;
}

.pro-card-img-overlay,
.blc-overlay,
.plc-overlay,
.alc-overlay {
  z-index: 4;
}

.pro-card-badge,
.fbc-badge,
.plc-badge,
.alc-num {
  z-index: 5;
}

/* TYPOGRAPHY */
.section-label {
  display: inline-block;
  font-family: var(--font-secondary);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-accent);
  background: var(--color-accent-pale);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 14px
}

.section-title {
  font-family: var(--font-secondary);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.25;
  margin-bottom: 16px
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--color-gray);
  max-width: 620px;
  line-height: 1.7
}

.section-header {
  margin-bottom: 54px
}

.section-header-center {
  text-align: center
}

.section-header-center .section-subtitle {
  margin-left: auto;
  margin-right: auto
}

.title-underline {
  width: 60px;
  height: 4px;
  background: var(--gradient-accent);
  border-radius: var(--radius-full);
  margin-top: 16px
}

.title-underline-center {
  margin-left: auto;
  margin-right: auto
}

/* BUTTONS */
.btn {
  font-family: var(--font-secondary);
  font-weight: 600;
  font-size: .875rem;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .3px;
  text-decoration: none
}

.btn-primary {
  background: var(--gradient-accent);
  color: var(--color-white);
  box-shadow: var(--shadow-accent)
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(249, 115, 22, .45);
  color: var(--color-white)
}

.btn-secondary {
  background: var(--gradient-primary);
  color: var(--color-white);
  box-shadow: var(--shadow-md)
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  color: var(--color-white)
}

.btn-outline {
  background: transparent;
  color: var(--color-white);
  border: 2px solid rgba(255, 255, 255, .6)
}

.btn-outline:hover {
  background: rgba(255, 255, 255, .15);
  border-color: var(--color-white);
  color: var(--color-white)
}

.btn-outline-primary {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary)
}

.btn-outline-primary:hover {
  background: var(--color-primary);
  color: var(--color-white)
}

.btn-lg {
  padding: 16px 40px;
  font-size: 1rem;
  border-radius: var(--radius-md)
}

.btn-sm {
  padding: 8px 20px;
  font-size: .75rem
}

/* FORMS */
.form-control,
.form-select {
  border: 2px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: .875rem;
  font-family: var(--font-body);
  color: var(--color-dark-2);
  background: var(--color-white);
  transition: var(--transition);
  width: 100%
}

.form-control:focus,
.form-select:focus {
  border-color: var(--color-primary-light);
  box-shadow: 0 0 0 3px rgba(37, 99, 171, .15);
  outline: none
}

.form-control::placeholder {
  color: var(--color-light-gray)
}

.form-label {
  font-size: .875rem;
  font-weight: 600;
  color: var(--color-dark-2);
  margin-bottom: 6px;
  display: block
}

.form-group {
  margin-bottom: 20px
}

textarea.form-control {
  min-height: 120px;
  resize: vertical
}

/* TOP BAR */
.top-bar {
  background: var(--gradient-primary);
  color: rgba(255, 255, 255, .9);
  font-size: .75rem;
  padding: 8px 0
}

.top-bar a {
  color: rgba(255, 255, 255, .9);
  transition: var(--transition)
}

.top-bar a:hover {
  color: var(--color-accent-light)
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.top-bar-left .top-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .75rem
}

.top-bar-left .top-item i {
  color: var(--color-accent-light);
  font-size: 12px
}

.top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px
}

.top-bar-right .social-link {
  width: 26px;
  height: 26px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .85);
  font-size: 11px;
  transition: var(--transition)
}

.top-bar-right .social-link:hover {
  background: var(--color-accent);
  color: var(--color-white)
}

.top-bar-badge {
  background: var(--color-accent);
  color: var(--color-white);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: var(--radius-full);
  letter-spacing: .5px;
  text-transform: uppercase
}

/* HEADER */
#header {
  position: fixed;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent;
  transition: var(--transition-slow);
  padding: 14px 0;
  overflow: visible
}

#header.header-scrolled {
  top: 0;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 20px rgba(30, 90, 168, .1);
  border-bottom: 1px solid rgba(30, 90, 168, .07);
  padding: 8px 0
}

#header.header-scrolled .navbar>ul>li>a {
  color: var(--color-dark-2)
}

#header.header-scrolled .navbar>ul>li>a:hover {
  color: var(--color-primary)
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  overflow: visible
}

.logo img {
  height: 50px;
  width: auto;
  transition: var(--transition)
}

.navbar {
  display: flex;
  align-items: center;
  overflow: visible
}

.navbar ul {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible
}

.navbar>ul>li {
  position: relative
}

.navbar>ul>li.dropdown-mega {
  position: static
}

.navbar li a,
.navbar li button {
  font-family: var(--font-secondary);
  font-size: .8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .92);
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer
}

.navbar li a:hover,
.navbar li a.active {
  color: var(--color-accent-light);
  background: rgba(255, 255, 255, .08)
}

#header.header-scrolled .navbar li a.active {
  color: var(--color-primary);
  background: var(--color-primary-pale)
}

.navbar .dropdown {
  position: relative
}

.navbar .dropdown:not(.dropdown-mega)>ul {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 230px;
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--color-border);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 8px;
  z-index: 100
}

.navbar .dropdown:not(.dropdown-mega):hover>ul {
  display: flex
}

.navbar .dropdown>ul li a {
  color: var(--color-dark-2) !important;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-size: .875rem;
  border-left: 3px solid transparent;
  background: none
}

.navbar .dropdown>ul li a:hover {
  color: var(--color-primary) !important;
  background: var(--color-primary-pale);
  border-left-color: var(--color-accent)
}

.header-cta {
  background: var(--gradient-accent) !important;
  color: var(--color-white) !important;
  padding: 10px 22px !important;
  border-radius: var(--radius-md) !important;
  font-weight: 700 !important;
  box-shadow: var(--shadow-accent) !important;
  border: none !important
}

.header-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 35px rgba(249, 115, 22, .45) !important;
  color: var(--color-white) !important
}

.mobile-nav-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
  color: var(--color-white);
  transition: var(--transition);
  background: none;
  border: none;
  line-height: 1
}

.mobile-nav-close {
  display: none
}

#header.header-scrolled .mobile-nav-toggle {
  color: var(--color-dark)
}

/* FLOATING BUTTONS */
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 74px;
  z-index: 998;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Base Button */

.float-btn {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-white);
  text-decoration: none;
  cursor: pointer;

  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, .25);

  box-shadow:
    0 12px 30px rgba(0, 0, 0, .25),
    inset 0 1px 0 rgba(255, 255, 255, .15);

  transition: all .35s cubic-bezier(.34, 1.56, .64, 1);
}

/* Hover */

.float-btn:hover {
  transform: translateY(-6px) scale(1.08);
  color: var(--color-white);

  box-shadow:
    0 18px 45px rgba(0, 0, 0, .35),
    0 0 15px rgba(255, 255, 255, .15);
}

/* WhatsApp */

.float-btn-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

/* Phone */

.float-btn-phone {
  background: linear-gradient(135deg, #2563eb, #1e40af);
}

/* Youtube */
.float-btn-youtube {
  background: linear-gradient(135deg, #FF0000, #C4302B);
}

/* Enquiry Button */

.float-btn-enquiry {
  background: linear-gradient(135deg, #6366f1, #7c3aed);

  width: auto;
  height: auto;

  border-radius: var(--radius-xl);
  padding: 10px 18px;

  font-size: .75rem;
  font-weight: 700;
  font-family: var(--font-secondary);
  letter-spacing: .6px;

  border: 1px solid rgba(255, 255, 255, .2);

  white-space: nowrap;
}

/* Scroll Top */

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;

  width: 44px;
  height: 44px;

  background: var(--gradient-primary);
  color: var(--color-white);

  border-radius: var(--radius-full);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;

  box-shadow:
    0 12px 25px rgba(0, 0, 0, .25);

  opacity: 0;
  visibility: hidden;

  transition: all .35s ease;

  z-index: 997;
}

.scroll-top.active {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  transform: translateY(-5px) scale(1.05);
  color: var(--color-white);

  box-shadow:
    0 18px 35px rgba(0, 0, 0, .35);
}

/* HERO */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--gradient-dark-blue);
  overflow: hidden;
  padding-top: 120px
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--gradient-hero)
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 80%, rgba(249, 115, 22, .12) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(37, 99, 171, .2) 0%, transparent 50%)
}

.hero-content {
  position: relative;
  z-index: 2
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249, 115, 22, .15);
  border: 1px solid rgba(249, 115, 22, .4);
  color: var(--color-accent-light);
  font-size: .875rem;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: var(--radius-full);
  margin-bottom: 24px;
  backdrop-filter: blur(8px)
}

.hero-title {
  font-family: var(--font-secondary);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--color-white);
  line-height: 1.18;
  margin-bottom: 24px
}

.hero-title .accent {
  color: var(--color-accent-light)
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255, 255, 255, .82);
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 36px
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 44px
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap
}

.hero-stat-number {
  font-family: var(--font-secondary);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--color-white);
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 2px
}

.hero-stat-number .suffix {
  color: var(--color-accent-light)
}

.hero-stat-label {
  font-size: .7rem;
  color: rgba(255, 255, 255, .65);
  font-weight: 500;
  letter-spacing: .5px;
  margin-top: 4px;
  text-transform: uppercase
}

.hero-divider {
  width: 1px;
  height: 46px;
  background: rgba(255, 255, 255, .2)
}

.hero-search {
  display: flex;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: var(--radius-lg);
  overflow: hidden;
  backdrop-filter: blur(10px);
  max-width: 520px;
  margin-bottom: 36px
}

.hero-search input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--color-white);
  padding: 14px 20px;
  font-size: .875rem;
  outline: none
}

.hero-search input::placeholder {
  color: rgba(255, 255, 255, .55)
}

.hero-search button {
  background: var(--gradient-accent);
  color: var(--color-white);
  border: none;
  padding: 14px 28px;
  font-weight: 700;
  font-family: var(--font-secondary);
  cursor: pointer;
  transition: var(--transition);
  font-size: .875rem
}

.hero-search button:hover {
  filter: brightness(1.1)
}

/* HERO CATEGORIES */
.hero-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px
}

.hero-cat-label {
  font-size: .7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .55);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  align-self: center;
  margin-right: 4px;
  white-space: nowrap
}

.hero-cat-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .88);
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  backdrop-filter: blur(6px);
  white-space: nowrap
}

.hero-cat-btn i {
  font-size: 11px;
  color: var(--color-accent-light)
}

.hero-cat-btn:hover {
  background: rgba(255, 255, 255, .22);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  transform: translateY(-2px)
}

.hero-image-panel {
  position: relative;
  z-index: 2
}

.hero-img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 4px solid rgba(255, 255, 255, .1)
}

.hero-img-main img {
  width: 100%;
  height: 430px;
  object-fit: cover
}

.hero-img-badge {
  position: absolute;
  bottom: -18px;
  left: -18px;
  background: var(--color-white);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 12px
}

.hero-img-badge .badge-icon {
  width: 42px;
  height: 42px;
  background: var(--gradient-accent);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 18px;
  flex-shrink: 0
}

.hero-img-badge .badge-text strong {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-dark);
  display: block;
  line-height: 1
}

.hero-img-badge .badge-text span {
  font-size: .7rem;
  color: var(--color-gray)
}

.scroll-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .5);
  font-size: .7rem;
  letter-spacing: 1px;
  text-transform: uppercase
}

.scroll-dot {
  width: 22px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: var(--radius-full);
  position: relative;
  display: flex;
  justify-content: center
}

.scroll-dot::after {
  content: '';
  width: 4px;
  height: 8px;
  background: var(--color-accent);
  border-radius: var(--radius-full);
  position: absolute;
  top: 5px;
  animation: scrollBounce 2s infinite
}

@keyframes scrollBounce {

  0%,
  100% {
    transform: translateY(0);
    opacity: 1
  }

  50% {
    transform: translateY(12px);
    opacity: .3
  }
}

/* STATS BAR */
.stats-bar {
  background: var(--gradient-primary);
  padding: 34px 0;
  box-shadow: var(--shadow-lg)
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, .15)
}

.stat-item:last-child {
  border-right: none
}

.stat-icon {
  width: 52px;
  height: 52px;
  background: rgba(249, 115, 22, .2);
  border: 2px solid rgba(249, 115, 22, .4);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent-light);
  font-size: 22px;
  flex-shrink: 0
}

.stat-number {
  font-family: var(--font-secondary);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--color-white);
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 2px
}

.stat-plus {
  color: var(--color-accent-light);
  font-size: 1.4rem
}

.stat-label {
  font-size: .7rem;
  color: rgba(255, 255, 255, .7);
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 2px
}

/* SERVICE CARDS */
.services-section {
  padding: var(--section-py) 0;
  background: var(--gradient-light)
}

.service-card {
  background: linear-gradient(145deg, #fff 0%, #f3f7fd 100%);
  border-radius: var(--radius-lg);
  padding: 36px 26px;
  height: 100%;
  border: 1px solid var(--color-border);
  transition: var(--transition-slow);
  position: relative;
  overflow: hidden
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition-slow)
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(30, 90, 168, .12)
}

.service-card:hover::before {
  transform: scaleX(1)
}

.service-card-icon {
  width: 72px;
  height: 72px;
  background: var(--color-primary-pale);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 32px;
  margin-bottom: 22px;
  transition: var(--transition);
  box-shadow: 0 4px 14px rgba(30, 90, 168, .12)
}

.service-card:hover .service-card-icon {
  background: var(--gradient-primary);
  color: var(--color-white);
  box-shadow: 0 6px 20px rgba(30, 90, 168, .3)
}

.service-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 12px
}

.service-card-desc {
  font-size: .875rem;
  color: var(--color-gray);
  line-height: 1.7;
  margin-bottom: 0
}

/* ABOUT SECTION */
.about-section {
  padding: var(--section-py) 0;
  background: var(--color-white)
}

.about-img-wrapper {
  position: relative
}

.about-img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl)
}

.about-img-main img {
  width: 100%;
  height: 470px;
  object-fit: cover
}

.about-exp-badge {
  position: absolute;
  bottom: 28px;
  right: -22px;
  background: var(--gradient-accent);
  color: var(--color-white);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  text-align: center;
  box-shadow: var(--shadow-accent);
  border: 4px solid var(--color-white)
}

.about-exp-badge .exp-number {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  font-family: var(--font-secondary)
}

.about-exp-badge .exp-text {
  font-size: .7rem;
  font-weight: 600;
  opacity: .9;
  text-transform: uppercase;
  letter-spacing: 1px
}

.about-cert-badge {
  position: absolute;
  top: 28px;
  left: -22px;
  background: var(--color-white);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--color-border)
}

.about-cert-badge .cert-icon {
  color: var(--color-success);
  font-size: 24px
}

.about-cert-badge .cert-text {
  font-size: .75rem
}

.about-cert-badge .cert-text strong {
  display: block;
  color: var(--color-dark);
  font-weight: 700
}

.about-content {
  padding-left: 20px
}

.about-feature-list {
  margin-top: 28px
}

.about-feature-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border)
}

.about-feature-item:last-child {
  border-bottom: none
}

.about-feature-icon {
  width: 46px;
  height: 46px;
  background: var(--color-primary-pale);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 20px;
  flex-shrink: 0;
  transition: var(--transition)
}

.about-feature-item:hover .about-feature-icon {
  background: var(--gradient-accent);
  color: var(--color-white)
}

.about-feature-body h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 4px
}

.about-feature-body p {
  font-size: .875rem;
  color: var(--color-gray);
  margin-bottom: 0
}

/* ABOUT TRUST BADGES */
.about-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--color-border)
}

.about-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  background: var(--color-primary-pale);
  border: 1.5px solid rgba(30, 90, 168, .18);
  font-size: .78rem;
  font-weight: 700;
  color: var(--color-primary);
  transition: var(--transition)
}

.about-trust-badge i {
  font-size: 13px;
  color: var(--color-accent)
}

.about-trust-badge:hover {
  background: var(--gradient-primary);
  color: var(--color-white);
  border-color: transparent
}

.about-trust-badge:hover i {
  color: var(--color-accent-light)
}

/* WHY CHOOSE US */
.whychoose-section {
  padding: var(--section-py) 0;
  background: var(--gradient-primary);
  position: relative;
  overflow: hidden
}

.whychoose-section::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -8%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .04)
}

.whychoose-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(249, 115, 22, .08)
}

.whychoose-section .section-title {
  color: var(--color-white)
}

.whychoose-section .section-label {
  background: rgba(249, 115, 22, .2);
  border: 1px solid rgba(249, 115, 22, .4)
}

.whychoose-section .section-subtitle {
  color: rgba(255, 255, 255, .75)
}

.whychoose-section .title-underline {
  background: var(--gradient-accent)
}

.why-card {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  height: 100%;
  transition: var(--transition);
  position: relative;
  z-index: 1
}

.why-card:hover {
  background: rgba(255, 255, 255, .12);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .25)
}

.why-card-icon {
  width: 54px;
  height: 54px;
  background: var(--gradient-accent);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 22px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-accent)
}

.why-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 10px
}

.why-card-desc {
  font-size: .875rem;
  color: rgba(255, 255, 255, .7);
  line-height: 1.7;
  margin-bottom: 0
}

/* PRODUCTS */
.products-section {
  padding: var(--section-py) 0;
  background: var(--color-bg)
}

.product-feature-item {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  margin-bottom: 32px;
  transition: var(--transition-slow)
}

.product-feature-item:hover {
  box-shadow: var(--shadow-xl);
  border-color: transparent
}

.product-feature-img {
  position: relative;
  overflow: hidden
}

.product-feature-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: var(--transition-slow)
}

.product-feature-item:hover .product-feature-img img {
  transform: scale(1.05)
}

.product-feature-body {
  padding: 26px 26px 22px
}

.product-feature-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 14px
}

.product-feature-title a {
  color: inherit
}

.product-feature-title a:hover {
  color: var(--color-primary)
}

.product-specs-table {
  width: 100%;
  margin-bottom: 18px;
  border-collapse: collapse
}

.product-specs-table tr {
  border-bottom: 1px solid var(--color-border)
}

.product-specs-table tr:last-child {
  border-bottom: none
}

.product-specs-table td {
  padding: 8px 0;
  font-size: .875rem;
  vertical-align: top
}

.product-specs-table .spec-label {
  color: var(--color-gray);
  font-weight: 600;
  width: 44%;
  padding-right: 8px
}

.product-specs-table .spec-value {
  color: var(--color-dark-2);
  font-weight: 500
}

.product-feature-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.product-grid-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  transition: var(--transition-slow);
  height: 100%;
  display: flex;
  flex-direction: column
}

.product-grid-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: transparent
}

.product-grid-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0
}

.product-grid-img img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  transition: var(--transition-slow)
}

.product-grid-card:hover .product-grid-img img {
  transform: scale(1.08)
}

.product-grid-img .product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gradient-accent);
  color: var(--color-white);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  letter-spacing: .5px;
  text-transform: uppercase
}

.product-grid-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column
}

.product-grid-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 10px;
  line-height: 1.35
}

.product-grid-title a {
  color: inherit
}

.product-grid-title a:hover {
  color: var(--color-primary)
}

.product-grid-desc {
  font-size: .875rem;
  color: var(--color-gray);
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.product-grid-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap
}

/* PREMIUM HOMEPAGE PRODUCT CARDS */
.pro-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--transition-slow);
  box-shadow: var(--shadow-sm);
  position: relative
}

.pro-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition-slow);
  z-index: 2
}

.pro-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(30, 90, 168, .15)
}

.pro-card:hover::after {
  transform: scaleX(1)
}

.pro-card-img {
  position: relative;
  overflow: hidden;
  height: 210px;
  flex-shrink: 0
}

.pro-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow)
}

.pro-card:hover .pro-card-img img {
  transform: scale(1.06)
}

.pro-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 45, 84, .55) 0%, transparent 60%)
}

.pro-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gradient-accent);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  letter-spacing: .5px;
  text-transform: uppercase;
  z-index: 1
}

.pro-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column
}

.pro-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 12px;
  line-height: 1.35
}

.pro-card-title a {
  color: inherit;
  transition: var(--transition)
}

.pro-card-title a:hover {
  color: var(--color-primary)
}

.pro-spec-table {
  width: 100%;
  border-collapse: collapse;
  flex: 1;
  margin-bottom: 14px
}

.pro-spec-table tr {
  border-bottom: 1px dashed var(--color-border)
}

.pro-spec-table tr:last-child {
  border-bottom: none
}

.pro-spec-table td {
  padding: 6px 0;
  font-size: .75rem;
  vertical-align: middle
}

.pro-spec-table .spec-key {
  color: var(--color-gray);
  font-weight: 600;
  width: 46%;
  padding-right: 6px
}

.pro-spec-table .spec-val {
  color: var(--color-dark-2);
  font-weight: 600
}

.pro-card-actions {
  display: flex;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--color-border);
  margin-top: auto
}

.pro-card-actions .btn {
  flex: 1;
  justify-content: center;
  font-size: .75rem;
  padding: 8px 10px
}

/* APPLICATIONS */
.applications-section {
  padding: var(--section-py) 0;
  background: var(--color-white)
}

.application-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 270px;
  cursor: pointer;
  display: block
}

.application-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow)
}

.application-card:hover img {
  transform: scale(1.1)
}

.application-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 30, 53, .92) 0%, rgba(12, 30, 53, .3) 60%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 22px;
  transition: var(--transition)
}

.application-card:hover .application-overlay {
  background: linear-gradient(to top, rgba(27, 77, 142, .95) 0%, rgba(12, 30, 53, .6) 70%, transparent 100%)
}

.application-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 4px
}

.application-desc {
  font-size: .875rem;
  color: rgba(255, 255, 255, .75);
  max-height: 0;
  overflow: hidden;
  transition: var(--transition-slow);
  margin-bottom: 0
}

.application-card:hover .application-desc {
  max-height: 60px
}

.application-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .75rem;
  font-weight: 600;
  color: var(--color-accent-light);
  margin-top: 8px;
  transform: translateX(-10px);
  opacity: 0;
  transition: var(--transition);
  text-decoration: none
}

.application-card:hover .application-link {
  transform: translateX(0);
  opacity: 1
}

/* CTA */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #0F2D54 0%, #1E5AA8 60%, #9CA3AF 100%);
  position: relative;
  overflow: hidden
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -5%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06)
}

.cta-section::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: -5%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .08)
}

.cta-section .cta-deco {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .06);
  pointer-events: none
}

.cta-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--color-white);
  margin-bottom: 16px
}

.cta-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, .88);
  margin-bottom: 34px
}

.cta-btn-white {
  background: var(--gradient-accent);
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-weight: 700;
  padding: 14px 36px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  display: inline-block;
  box-shadow: 0 8px 24px rgba(249, 115, 22, .4);
  text-decoration: none
}

.cta-btn-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(249, 115, 22, .55);
  filter: brightness(1.08);
  color: var(--color-white)
}

.cta-btn-outline {
  background: transparent;
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-weight: 700;
  padding: 14px 36px;
  border-radius: var(--radius-md);
  border: 2px solid rgba(255, 255, 255, .6);
  cursor: pointer;
  transition: var(--transition);
  display: inline-block;
  text-decoration: none
}

.cta-btn-outline:hover {
  background: rgba(255, 255, 255, .15);
  border-color: var(--color-white);
  color: var(--color-white)
}

/* TRUST */
.trust-section {
  padding: 50px 0;
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border)
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px
}

.trust-icon-wrap {
  width: 70px;
  height: 70px;
  background: var(--color-primary-pale);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: var(--transition)
}

.trust-item:hover .trust-icon-wrap {
  background: var(--gradient-primary)
}

.trust-icon-wrap img {
  width: 40px;
  height: 40px;
  object-fit: contain
}

.trust-item:hover .trust-icon-wrap img {
  filter: brightness(0) invert(1)
}

.trust-label {
  font-size: .875rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 0
}

/* BLOG */
.blog-section {
  padding: var(--section-py) 0;
  background: var(--gradient-light)
}

.blog-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  transition: var(--transition-slow);
  height: 100%;
  display: flex;
  flex-direction: column
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: transparent
}

.blog-card-img {
  position: relative;
  overflow: hidden
}

.blog-card-img img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  transition: var(--transition-slow)
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.07)
}

.blog-card-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--gradient-primary);
  color: var(--color-white);
  font-size: 10px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  letter-spacing: .5px;
  text-transform: uppercase
}

.blog-card-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column
}

.blog-card-date {
  font-size: .75rem;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px
}

.blog-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.4;
  margin-bottom: 10px;
  flex: 1
}

.blog-card-title a {
  color: inherit
}

.blog-card-title a:hover {
  color: var(--color-primary)
}

.blog-card-excerpt {
  font-size: .875rem;
  color: var(--color-gray);
  line-height: 1.6;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .875rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-top: auto;
  transition: var(--transition)
}

.blog-card-link:hover {
  color: var(--color-accent);
  gap: 10px
}

/* TESTIMONIALS */
.testimonials-section {
  padding: var(--section-py) 0;
  background: var(--color-white)
}

.testimonial-card {
  background: var(--gradient-card);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  border: 1px solid var(--color-border);
  height: 100%;
  position: relative;
  transition: var(--transition)
}

.testimonial-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: transparent
}

.testimonial-quote {
  font-size: 56px;
  line-height: 1;
  color: var(--color-accent);
  opacity: .2;
  font-family: Georgia, serif;
  margin-bottom: -8px
}

.testimonial-text {
  font-size: .875rem;
  color: var(--color-medium);
  line-height: 1.8;
  margin-bottom: 22px;
  font-style: italic
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-full);
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-secondary);
  flex-shrink: 0
}

.testimonial-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 2px
}

.testimonial-position {
  font-size: .75rem;
  color: var(--color-gray)
}

.testimonial-stars {
  color: #f59e0b;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px
}

/* FAQ */
.faq-section {
  padding: var(--section-py) 0;
  background: var(--gradient-light)
}

.accordion-item {
  background: var(--color-white);
  border-radius: var(--radius-md) !important;
  border: 1px solid var(--color-border) !important;
  margin-bottom: 10px;
  overflow: hidden;
  transition: var(--transition)
}

.accordion-item:hover {
  box-shadow: var(--shadow-md)
}

.accordion-button {
  font-family: var(--font-secondary);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-dark);
  background: var(--color-white) !important;
  padding: 18px 22px;
  border: none;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: none !important
}

.accordion-button:not(.collapsed) {
  color: var(--color-primary);
  background: var(--color-primary-pale) !important
}

.accordion-button .question-icon {
  width: 28px;
  height: 28px;
  background: var(--color-primary-pale);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 13px;
  flex-shrink: 0
}

.accordion-button:not(.collapsed) .question-icon {
  background: var(--gradient-accent);
  color: var(--color-white)
}

.accordion-body {
  padding: 14px 22px 22px;
  font-size: .875rem;
  color: var(--color-gray);
  line-height: 1.8;
  border-top: 1px solid var(--color-border)
}

/* BREADCRUMBS */
.breadcrumbs {
  margin-top: 0
}

.page-header {
  min-height: 250px;
  background: var(--gradient-primary);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 10% 50%, rgba(249, 115, 22, .15) 0%, transparent 50%), radial-gradient(ellipse at 90% 50%, rgba(37, 99, 171, .2) 0%, transparent 50%)
}

.page-header-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 100px 0 40px
}

.page-header-title {
  font-size: clamp(1.75rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--color-white);
  margin-bottom: 12px
}

.page-header-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, .75);
  max-width: 580px;
  margin: 0 auto
}

.breadcrumb-nav {
  background: var(--color-white);
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm)
}

.breadcrumb-nav ol {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap
}

.breadcrumb-nav ol li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .875rem;
  color: var(--color-gray)
}

.breadcrumb-nav ol li::after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--color-light-gray);
  font-size: 10px
}

.breadcrumb-nav ol li:last-child::after {
  display: none
}

.breadcrumb-nav ol li a {
  color: var(--color-primary);
  font-weight: 600
}

.breadcrumb-nav ol li:last-child {
  color: var(--color-dark);
  font-weight: 600
}

.breadcrumbs nav {
  background: var(--color-white);
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border)
}

.breadcrumbs nav ol {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap
}

.breadcrumbs nav ol li {
  font-size: .875rem;
  color: var(--color-gray)
}

.breadcrumbs nav ol li a {
  color: var(--color-primary);
  font-weight: 600
}

.breadcrumbs nav ol li+li::before {
  content: '/';
  margin-right: 6px;
  color: var(--color-light-gray)
}

/* SINGLE PRODUCT */
.product-detail-section {
  padding: 60px 0;
  background: var(--color-white)
}

.product-main-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  margin-bottom: 14px
}

.product-main-image img {
  width: 100%;
  height: 410px;
  object-fit: cover
}

.product-title-main {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--color-dark);
  margin-bottom: 14px;
  line-height: 1.25
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px
}

.product-stars {
  color: #f59e0b;
  font-size: 14px
}

.product-rating-text {
  font-size: .875rem;
  color: var(--color-gray)
}

.product-specs-panel {
  background: var(--color-bg);
  border-radius: var(--radius-md);
  padding: 22px;
  margin-bottom: 22px;
  border: 1px solid var(--color-border)
}

.product-specs-panel h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary-pale);
  display: flex;
  align-items: center;
  gap: 8px
}

.product-specs-panel h5 i {
  color: var(--color-primary)
}

.spec-table {
  width: 100%;
  border-collapse: collapse
}

.spec-table tr {
  border-bottom: 1px dashed var(--color-border)
}

.spec-table tr:last-child {
  border-bottom: none
}

.spec-table td {
  padding: 9px 6px;
  font-size: .875rem;
  vertical-align: top
}

.spec-table .spec-label {
  color: var(--color-medium);
  font-weight: 600;
  width: 45%
}

.spec-table .spec-value {
  color: var(--color-dark-2);
  font-weight: 500
}

.product-meta-section {
  margin-bottom: 22px
}

.product-meta-title {
  font-size: .8rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .5px
}

.payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.payment-badge {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 5px 12px;
  font-size: .75rem;
  font-weight: 700;
  color: var(--color-dark-2)
}

.transport-items {
  display: flex;
  gap: 18px;
  flex-wrap: wrap
}

.transport-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px
}

.transport-item img {
  width: 34px;
  height: 34px;
  object-fit: contain
}

.transport-item span {
  font-size: 9px;
  font-weight: 700;
  color: var(--color-dark);
  text-align: center;
  text-transform: uppercase
}

.product-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 28px 0;
  padding: 22px;
  background: var(--gradient-light);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border)
}

.product-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 7px
}

.product-trust-item img {
  width: 40px;
  height: 40px;
  object-fit: contain
}

.product-trust-item span {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-dark);
  text-transform: uppercase;
  letter-spacing: .3px
}

.product-description-section {
  padding: 60px 0;
  background: var(--color-bg)
}

.product-description-content {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 38px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border)
}

.product-description-content h2,
.product-description-content h3 {
  color: var(--color-dark);
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 12px
}

.product-description-content p {
  color: var(--color-medium);
  line-height: 1.8;
  font-size: .9rem
}

.product-description-content ul {
  list-style: none;
  padding: 0
}

.product-description-content ul li {
  padding: 5px 0 5px 22px;
  position: relative;
  color: var(--color-medium);
  font-size: .9rem
}

.product-description-content ul li::before {
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--color-accent);
  position: absolute;
  left: 0
}

.product-description-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0
}

.product-description-content table th,
.product-description-content table td {
  padding: 10px 14px;
  border: 1px solid var(--color-border);
  font-size: .875rem;
  text-align: left
}

.product-description-content table th {
  background: var(--color-primary-pale);
  color: var(--color-primary);
  font-weight: 700
}

.product-description-content table tr:nth-child(even) td {
  background: var(--color-bg)
}

/* MODALS */
#id01.modal,
#myModal.modal,
#myModals.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(12, 30, 53, .75);
  z-index: 9999;
  backdrop-filter: blur(4px)
}

.modal-content-1 {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  max-width: 560px;
  width: calc(100% - 32px);
  box-shadow: var(--shadow-xl);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0
}

.modal-content {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  max-width: 560px;
  width: calc(100% - 32px);
  box-shadow: var(--shadow-xl);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 28px
}

.pro-modal .modal-content {
  max-width: 720px;
  padding: 0;
  width: calc(100% - 32px)
}

.modal-header {
  background: var(--gradient-primary);
  color: var(--color-white);
  padding: 20px 26px;
  font-size: 1.15rem;
  font-weight: 700;
  font-family: var(--font-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center
}

.modal-content-1 form,
.modal-content-1>div {
  padding: 24px 26px 26px
}

.w3-button {
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  transition: var(--transition)
}

.w3-button:hover {
  opacity: .7
}

/* BLOG DETAIL */
.blog-detail-section {
  padding: 60px 0;
  background: var(--color-white)
}

.blog-article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px
}

.blog-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .875rem;
  color: var(--color-gray)
}

.blog-meta-item i {
  color: var(--color-primary)
}

.blog-article-title {
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: var(--color-dark);
  line-height: 1.3;
  margin-bottom: 22px
}

.blog-featured-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  margin-bottom: 34px
}

.blog-featured-image img {
  width: 100%;
  max-height: 460px;
  object-fit: cover
}

.blog-content {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--color-medium)
}

.blog-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-dark);
  margin: 32px 0 14px
}

.blog-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-dark);
  margin: 24px 0 12px
}

.blog-content p {
  margin-bottom: 18px
}

.blog-content ul,
.blog-content ol {
  padding-left: 22px;
  margin-bottom: 18px
}

.blog-content ul li,
.blog-content ol li {
  margin-bottom: 7px
}

.blog-content blockquote {
  border-left: 4px solid var(--color-accent);
  padding: 18px 22px;
  background: var(--color-accent-pale);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin: 24px 0;
  font-style: italic;
  color: var(--color-dark-2)
}

.blog-content img {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  margin: 22px 0
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0
}

.blog-content table th,
.blog-content table td {
  padding: 10px 14px;
  border: 1px solid var(--color-border);
  font-size: .875rem
}

.blog-content table th {
  background: var(--color-primary-pale);
  color: var(--color-primary);
  font-weight: 700
}

.blog-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  margin: 32px 0
}

.blog-share-label {
  font-size: .875rem;
  font-weight: 700;
  color: var(--color-dark)
}

.blog-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: var(--radius-full);
  font-size: .8rem;
  font-weight: 600;
  transition: var(--transition);
  border: 1.5px solid transparent;
  text-decoration: none
}

.blog-share-btn.facebook {
  background: #1877f2;
  color: white
}

.blog-share-btn.twitter {
  background: #1da1f2;
  color: white
}

.blog-share-btn.linkedin {
  background: #0a66c2;
  color: white
}

.blog-share-btn.whatsapp {
  background: #25d366;
  color: white
}

.blog-share-btn:hover {
  transform: translateY(-2px);
  color: white;
  opacity: .9
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px
}

.blog-tag {
  background: var(--color-primary-pale);
  color: var(--color-primary);
  border: 1px solid rgba(27, 77, 142, .2);
  padding: 5px 12px;
  border-radius: var(--radius-full);
  font-size: .75rem;
  font-weight: 600;
  transition: var(--transition)
}

.blog-tag:hover {
  background: var(--color-primary);
  color: var(--color-white)
}

/* SIDEBAR */
.blog-sidebar {
  position: sticky;
  top: 90px
}

.sidebar-widget {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 26px;
  border: 1px solid var(--color-border);
  margin-bottom: 26px;
  box-shadow: var(--shadow-sm)
}

.sidebar-widget-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 18px;
  padding-bottom: 11px;
  border-bottom: 2px solid var(--color-primary-pale);
  display: flex;
  align-items: center;
  gap: 8px
}

.sidebar-widget-title i {
  color: var(--color-accent)
}

.sidebar-blog-item {
  display: flex;
  gap: 11px;
  padding: 11px 0;
  border-bottom: 1px dashed var(--color-border);
  transition: var(--transition)
}

.sidebar-blog-item:last-child {
  border-bottom: none
}

.sidebar-blog-img {
  width: 62px;
  height: 62px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  flex-shrink: 0
}

.sidebar-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sidebar-blog-title {
  font-size: .875rem;
  font-weight: 600;
  color: var(--color-dark);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: var(--transition)
}

.sidebar-blog-title:hover {
  color: var(--color-primary)
}

.sidebar-blog-date {
  font-size: .7rem;
  color: var(--color-gray);
  margin-top: 3px
}

.sidebar-cta {
  background: var(--gradient-primary);
  border-radius: var(--radius-lg);
  padding: 30px 22px;
  text-align: center;
  margin-bottom: 26px
}

.sidebar-cta h4 {
  color: var(--color-white);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px
}

.sidebar-cta p {
  color: rgba(255, 255, 255, .75);
  font-size: .875rem;
  margin-bottom: 18px
}

.sidebar-cta .btn-primary {
  width: 100%;
  justify-content: center
}

/* APPLICATION DETAIL */
.application-detail-section {
  padding: 60px 0;
  background: var(--color-white)
}

.application-hero-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  margin-bottom: 28px
}

.application-hero-image img {
  width: 100%;
  max-height: 420px;
  object-fit: cover
}

.application-content {
  font-size: 1rem;
  color: var(--color-medium);
  line-height: 1.85
}

.application-content h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: var(--color-dark);
  margin-bottom: 22px
}

.application-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-dark);
  margin: 30px 0 13px
}

.application-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-dark);
  margin: 22px 0 11px
}

/* CONTACT */
.contact-section {
  padding: 70px 0;
  background: var(--gradient-light)
}

.contact-info-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 34px 26px;
  height: 100%;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm)
}

.contact-info-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 26px
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--color-border)
}

.contact-info-item:last-child {
  border-bottom: none
}

.contact-info-icon {
  width: 46px;
  height: 46px;
  background: var(--color-primary-pale);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 19px;
  flex-shrink: 0;
  transition: var(--transition)
}

.contact-info-item:hover .contact-info-icon {
  background: var(--gradient-accent);
  color: var(--color-white)
}

.contact-info-label {
  font-size: .8rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: .5px
}

.contact-info-value {
  font-size: .875rem;
  color: var(--color-gray);
  line-height: 1.5
}

.contact-info-value a {
  color: var(--color-primary)
}

.contact-info-value a:hover {
  color: var(--color-accent)
}

.contact-form-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md)
}

.contact-form-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 7px
}

.contact-form-card>p {
  color: var(--color-gray);
  font-size: .875rem;
  margin-bottom: 26px
}

.contact-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: 30px
}

.contact-map iframe {
  width: 100%;
  height: 340px;
  border: 0;
  display: block
}

/* LISTING */
.listing-section {
  padding: 60px 0;
  background: var(--color-bg)
}

.search-filter-bar {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 22px 26px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  margin-bottom: 36px
}

.search-input-group {
  display: flex;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 2px solid var(--color-border);
  transition: var(--transition)
}

.search-input-group:focus-within {
  border-color: var(--color-primary-light)
}

.search-input-group input {
  flex: 1;
  padding: 11px 16px;
  border: none;
  outline: none;
  font-size: .875rem;
  color: var(--color-dark-2);
  background: transparent
}

.search-input-group button {
  background: var(--gradient-primary);
  color: var(--color-white);
  border: none;
  padding: 11px 22px;
  font-weight: 600;
  cursor: pointer;
  font-size: .875rem;
  transition: var(--transition)
}

.search-input-group button:hover {
  filter: brightness(1.1)
}

/* FOOTER */
#footer {
  background: var(--color-dark);
  padding-top: 86px
}

.footer-top {
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.footer-brand img {
  height: 48px;
  width: auto;
  margin-bottom: 18px;
  filter: brightness(0) invert(1)
}

.footer-desc {
  font-size: .875rem;
  color: rgba(255, 255, 255, .6);
  line-height: 1.8;
  margin-bottom: 22px;
  max-width: 300px
}

.footer-social {
  display: flex;
  gap: 9px
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  transition: var(--transition)
}

.footer-social a:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-white);
  transform: translateY(-2px)
}

.footer-heading {
  font-size: .8rem;
  font-weight: 700;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--gradient-accent);
  border-radius: var(--radius-full)
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 9px
}

.footer-links a {
  font-size: .875rem;
  color: rgba(255, 255, 255, .6);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 7px
}

.footer-links a::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--color-accent);
  font-size: 10px;
  flex-shrink: 0
}

.footer-links a:hover {
  color: var(--color-accent-light);
  padding-left: 4px
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.footer-contact-item:last-child {
  border-bottom: none
}

.footer-contact-item i {
  color: var(--color-accent);
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0
}


.footer-contact-item span {
  font-size: .875rem;
  color: rgba(255, 255, 255, .65);
  line-height: 1.5
}

.footer-contact-item a {
  color: rgba(255, 255, 255, .75);
  transition: var(--transition)
}

.footer-contact-item a:hover {
  color: var(--color-accent-light)
}

/* Contact support block: stacked layout */
.footer-support-item {
  padding: 4px 0 14px;
  align-items: flex-start;
}

.footer-support-item i {
  font-size: 17px;
  margin-top: 4px;
}

.footer-support-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-support-lines span {
  display: block;
}

.footer-support-lines span:first-of-type {
  font-size: .98rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .92);
  line-height: 1.35;
}

.footer-support-lines span:nth-of-type(2) {
  font-size: .86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .84);
  line-height: 1.55;
}

.footer-support-lines span:nth-of-type(3) {
  font-size: .82rem;
  color: rgba(255, 255, 255, .68);
  line-height: 1.65;
}

.footer-support-lines br {
  display: none;
}

.footer-cert-badges {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap
}

.footer-cert-badge {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, .7);
  letter-spacing: .5px;
  text-transform: uppercase
}

.footer-bottom {
  background: rgba(0, 0, 0, .3);
  padding: 16px 0
}

.footer-copyright {
  font-size: .75rem;
  color: rgba(255, 255, 255, .45);
  text-align: center
}

.footer-copyright strong {
  color: rgba(255, 255, 255, .7)
}

.footer-bottom-links {
  display: flex;
  gap: 18px;
  justify-content: flex-end
}

.footer-bottom-links a {
  font-size: .75rem;
  color: rgba(255, 255, 255, .45);
  transition: var(--transition)
}

.footer-bottom-links a:hover {
  color: var(--color-accent-light)
}

/* PRELOADER */
#preloader {
  position: fixed;
  inset: 0;
  background: var(--color-dark);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .2s ease, visibility .2s ease
}

#preloader.loaded {
  opacity: 0;
  visibility: hidden
}

.preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px
}

.preloader-spinner {
  width: 46px;
  height: 46px;
  border: 4px solid rgba(255, 255, 255, .1);
  border-top-color: var(--color-accent);
  border-radius: 50%;
  animation: spin .8s linear infinite
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.preloader-text {
  font-size: .75rem;
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  text-transform: uppercase
}

/* ABOUT PAGE VALUES */
.value-card {
  text-align: center;
  padding: 30px 18px;
  border-radius: var(--radius-lg);
  background: var(--gradient-card);
  border: 1px solid var(--color-border);
  transition: var(--transition);
  height: 100%
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg)
}

.value-icon {
  width: 62px;
  height: 62px;
  background: var(--gradient-primary);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 24px;
  margin: 0 auto 16px
}

.value-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 9px
}

.value-desc {
  font-size: .875rem;
  color: var(--color-gray);
  line-height: 1.7
}

.about-page-content {
  font-size: 1rem;
  color: var(--color-medium);
  line-height: 1.85
}

.about-page-content p {
  margin-bottom: 18px
}

/* UTILITIES */
.pst img {
  max-width: 100%;
  border-radius: var(--radius-md)
}

.pst table {
  width: 100%;
  border-collapse: collapse
}

.pst table th,
.pst table td {
  padding: 10px 14px;
  border: 1px solid var(--color-border);
  font-size: .875rem
}

.pst table th {
  background: var(--color-primary-pale);
  color: var(--color-primary);
  font-weight: 700
}

.pst h2,
.pst h3 {
  color: var(--color-dark);
  font-weight: 700;
  margin: 24px 0 12px
}

.pst p {
  color: var(--color-medium);
  line-height: 1.8
}

.pst a,
.sp-desc-body a,
.sa-content-body a,
.sb-content-body a {
  color: var(--color-primary);
  font-weight: 800;
  text-decoration: none;
  word-break: break-word;
}

.pst a:hover,
.sp-desc-body a:hover,
.sa-content-body a:hover,
.sb-content-body a:hover {
  color: var(--color-accent-dark);
}

.pst ul,
.pst ol,
.product-description-content ul,
.product-description-content ol {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.pst ul li,
.product-description-content ul li {
  position: relative;
  margin-bottom: 12px;
  padding: 14px 16px 14px 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(30, 90, 168, .05), rgba(30, 90, 168, .09));
  border: 1px solid rgba(30, 90, 168, .1);
  color: var(--color-medium);
  font-size: .94rem;
  line-height: 1.8;
  box-shadow: 0 8px 24px rgba(15, 45, 84, .04);
}

.pst ul li::before,
.product-description-content ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 16px;
  top: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  color: #fff;
  font-size: .72rem;
  box-shadow: 0 8px 18px rgba(30, 90, 168, .18);
}

.pst ol,
.product-description-content ol {
  counter-reset: premium-list;
}

.pst ol li,
.product-description-content ol li {
  position: relative;
  margin-bottom: 12px;
  padding: 14px 16px 14px 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(249, 115, 22, .05), rgba(249, 115, 22, .11));
  border: 1px solid rgba(249, 115, 22, .14);
  color: var(--color-medium);
  font-size: .94rem;
  line-height: 1.8;
  box-shadow: 0 8px 24px rgba(15, 45, 84, .04);
  counter-increment: premium-list;
}

.pst ol li::before,
.product-description-content ol li::before {
  content: counter(premium-list);
  position: absolute;
  left: 16px;
  top: 13px;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-accent);
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(249, 115, 22, .2);
}

.pst ul li > *:last-child,
.pst ol li > *:last-child,
.product-description-content ul li > *:last-child,
.product-description-content ol li > *:last-child {
  margin-bottom: 0;
}

.cap-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap
}

.g-recaptcha {
  flex-shrink: 0
}

.alert {
  border-radius: var(--radius-md);
  border: none;
  padding: 12px 18px;
  font-size: .875rem;
  font-weight: 500
}

.alert-success {
  background: #d1fae5;
  color: #065f46
}

.alert-danger {
  background: #fee2e2;
  color: #991b1b
}

.submit-con {
  flex-shrink: 0
}

/* LEGACY COMPAT */
.topheader {
  display: none !important
}

.sticky-social {
  display: none !important
}

.h1-st {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--color-dark)
}

.breadcrumbs .h1-st {
  color: var(--color-white)
}

.text-white.h1-st,
.text-white.h2 {
  color: var(--color-white) !important
}

.styc {
  font-size: .875rem;
  font-weight: 700;
  color: var(--color-dark-2)
}

.four-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.content-sty {
  padding: 26px;
  background: var(--gradient-light);
  border-radius: var(--radius-lg);
  margin: 22px 0;
  border: 1px solid var(--color-border)
}

.pro-sep-st {
  padding: 8px 0
}

.pro-but-st {
  padding: 14px;
  gap: 10px;
  display: flex
}

.pro-img-he {
  height: 240px;
  overflow: hidden
}

.pt-stpro {
  padding: 22px 26px
}

.services-img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  width: 100%;
  object-fit: cover
}

.services-list-1 {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 26px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm)
}

.services-list-1 .h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 18px;
  padding-bottom: 11px;
  border-bottom: 2px solid var(--color-primary-pale)
}

.services-list-1 a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  font-size: .875rem;
  font-weight: 600;
  color: var(--color-dark);
  border-bottom: 1px dashed var(--color-border);
  transition: var(--transition)
}

.services-list-1 a::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--color-accent);
  font-size: 11px
}

.services-list-1 a:last-child {
  border-bottom: none
}

.services-list-1 a:hover {
  color: var(--color-primary);
  padding-left: 4px
}

.but-row-h {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap
}

.mar-left {
  margin-left: 0
}

.mob-pt {
  padding-top: 10px
}

.sty-img {
  background: var(--gradient-light)
}

.product-specs,
.product-specs-h {
  width: 100%;
  border-collapse: collapse
}

.product-specs tr,
.product-specs-h tr {
  border-bottom: 1px solid var(--color-border)
}

.product-specs tr:last-child,
.product-specs-h tr:last-child {
  border-bottom: none
}

.product-specs td,
.product-specs-h td {
  padding: 8px 0;
  font-size: .875rem;
  vertical-align: top
}

.product-specs .spec-label,
.product-specs-h .spec-label {
  color: var(--color-gray);
  font-weight: 600;
  width: 44%;
  padding-right: 8px
}

.product-specs .spec-value,
.product-specs-h .spec-value {
  color: var(--color-dark-2);
  font-weight: 500
}

/* SERVICE DETAILS (used in single pages) */
#service-details,
.service-details {
  padding: 60px 0;
  background: var(--color-white)
}

/* Card legacy */
.card.blog-ho-st {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-slow);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--color-white)
}

.card.blog-ho-st:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: transparent
}

.card.blog-ho-st .card-img {
  overflow: hidden;
  height: 215px
}

.card.blog-ho-st .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow)
}

.card.blog-ho-st:hover .card-img img {
  transform: scale(1.08)
}

.card.blog-ho-st .hstytext {
  padding: 16px 18px 6px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-dark);
  margin: 0;
  line-height: 1.35
}

.card.blog-ho-st .hstytext a {
  color: inherit
}

.card.blog-ho-st .hstytext a:hover {
  color: var(--color-primary)
}

.card.blog-ho-st .stytext-1 {
  padding: 0 18px 18px;
  font-size: .875rem;
  color: var(--color-gray);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.section-header span {
  display: inline-block;
  font-family: var(--font-secondary);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-accent);
  background: var(--color-accent-pale);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 14px
}

.section-header .h2 {
  font-family: var(--font-secondary);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 0
}

.features-item {
  margin-bottom: 48px;
  padding: 28px;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-slow)
}

.features-item:hover {
  box-shadow: var(--shadow-xl)
}

.features-item img {
  border-radius: var(--radius-md);
  width: 100%;
  object-fit: cover
}

/* RESPONSIVE */
@media(max-width:1199px) {
  .about-exp-badge {
    right: 0
  }

  .about-cert-badge {
    left: 0
  }
}

@media(max-width:991px) {
  :root {
    --section-py: 62px
  }

  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(88vw, 320px);
    height: 100vh;
    background: #0f2d54;
    flex-direction: column;
    align-items: flex-start;
    padding: 78px 18px 20px;
    transition: var(--transition-slow);
    box-shadow: 0 20px 60px rgba(8, 24, 46, .3);
    z-index: 998;
    overflow-y: auto
  }

  .navbar.navbar-mobile {
    right: 0
  }

  .mobile-nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 18px;
    z-index: 2
  }

  .navbar ul {
    flex-direction: column;
    width: 100%;
    gap: 6px;
    align-items: stretch
  }

  .navbar li a,
  .navbar li button {
    color: rgba(255, 255, 255, .92);
    padding: 12px 14px;
    width: 100%;
    border-radius: 10px;
    justify-content: flex-start;
    text-align: left;
    font-size: .9rem;
    gap: 8px
  }

  .navbar li a:hover,
  .navbar li a.active {
    color: #fff;
    background: rgba(255, 255, 255, .08)
  }

  .navbar li button.header-cta {
    margin-top: 10px;
    justify-content: center;
    border-radius: 10px !important;
    padding: 14px 18px !important
  }

  .navbar .dropdown>a {
    justify-content: flex-start
  }

  .navbar .dropdown .dropdown-indicator,
  .navbar .dropdown>ul {
    display: none !important
  }

  .mobile-nav-toggle {
    display: block
  }

  #header:not(.header-scrolled) {
    background: rgba(15, 45, 84, .85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
  }

  #header:not(.header-scrolled) .logo img {
    filter: brightness(0) invert(1)
  }

  .hero-section {
    min-height: auto;
    padding-top: 105px;
    padding-bottom: 56px
  }

  .hero-image-panel {
    margin-top: 36px
  }

  .hero-img-main img {
    height: 280px
  }

  .hero-img-badge {
    bottom: -12px;
    left: 12px
  }

  .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 10px 14px
  }

  .stat-item:last-child {
    border-bottom: none
  }

  .about-exp-badge {
    right: 8px;
    bottom: -18px
  }

  .about-cert-badge {
    display: none
  }

  .about-content {
    padding-left: 0;
    margin-top: 20px
  }

  .about-img-main img {
    height: 340px
  }

  .product-trust-strip {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-bottom-links {
    justify-content: center
  }

  .blog-sidebar {
    position: static;
    margin-top: 36px
  }
}

@media(max-width:767px) {
  :root {
    --section-py: 50px
  }

  .section-title {
    font-size: 1.6rem
  }

  .hero-title {
    font-size: 1.9rem
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center
  }

  .hero-stats {
    justify-content: center
  }

  .top-bar-right {
    display: none
  }

  .about-img-main img {
    height: 260px
  }

  .about-exp-badge {
    right: 0;
    padding: 12px 14px
  }

  .about-exp-badge .exp-number {
    font-size: 2rem
  }

  .product-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .product-feature-img img {
    height: 210px
  }

  .contact-form-card {
    padding: 22px
  }

  .modal-content-1,
  .modal-content {
    width: calc(100% - 24px)
  }

  .modal-body-premium {
    padding: 18px
  }

  .floating-actions {
    right: 14px;
    bottom: 66px
  }

  .float-btn {
    width: 44px;
    height: 44px;
    font-size: 17px
  }

  .footer-bottom-links {
    display: none
  }

  .cta-section {
    padding: 56px 0
  }

  .cta-title {
    font-size: 1.7rem
  }

  .page-header {
    min-height: 190px
  }

  .page-header-content {
    padding: 80px 0 26px
  }

  .page-header-title {
    font-size: 1.55rem
  }

  .blog-featured-image img {
    max-height: 270px
  }

  .product-main-image img {
    height: 280px
  }
}

@media(max-width:575px) {
  .hero-stat-number {
    font-size: 1.5rem
  }

  .hero-divider {
    display: none
  }

  .service-card {
    padding: 22px 18px
  }

  .footer-cert-badges {
    justify-content: center
  }

  .contact-map iframe {
    height: 240px
  }
}

@media print {

  .header,
  #footer,
  .floating-actions,
  .scroll-top {
    display: none !important
  }

  body {
    color: #000
  }

  a {
    color: #000
  }
}

/* ============================================================
   HEADER LOGO SCROLL — v2.1
   ============================================================ */
#header:not(.header-scrolled) .logo img {
  filter: brightness(0) invert(1);
  transition: filter .3s ease
}

#header.header-scrolled .logo img {
  filter: none
}

/* ============================================================
   SIMPLE DROPDOWN MENU - v1.0
   ============================================================ */
.navbar .dropdown {
  position: relative
}

.navbar .dropdown>ul {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 320px;
  max-height: 70vh;
  overflow-y: auto;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(30, 90, 168, .12);
  border-top: 3px solid var(--color-primary);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(15, 45, 84, .16);
  display: none;
  flex-direction: column;
  padding: 10px;
  z-index: 220;
}

.navbar .dropdown:hover>ul,
.navbar .dropdown:focus-within>ul {
  display: flex
}

/* keep desktop dropdown open when JS hover-intent class is applied */
.navbar .dropdown.dropdown-intent-open>ul {
  display: flex
}

/* bridge hover gap between parent item and dropdown panel */
.navbar .dropdown>ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 16px;
}

.navbar .dropdown>ul li a {
  color: var(--color-dark-2) !important;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.45;
  border-left: none;
  background: none;
}

.navbar .dropdown>ul li a:hover {
  color: var(--color-primary) !important;
  background: linear-gradient(135deg, rgba(30, 90, 168, .08) 0%, rgba(156, 163, 175, .10) 100%);
}

@media(max-width:991px) {
  .navbar .dropdown.dropdown-intent-open>ul {
    display: none
  }

  .navbar .dropdown>ul::before {
    display: none
  }

  .navbar .dropdown>ul {
    position: static;
    min-width: 100%;
    max-height: none;
    overflow: visible;
    box-shadow: none;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .10);
    border-top: none;
    border-radius: var(--radius-md);
    padding: 4px;
    display: none;
  }

  .navbar .dropdown.dropdown-active>ul {
    display: flex
  }

  .navbar .dropdown>ul li a {
    color: rgba(255, 255, 255, .75) !important;
    padding: 10px 14px;
    border-radius: var(--radius-sm);
  }

  .navbar .dropdown>ul li a:hover {
    color: var(--color-accent-light) !important;
    background: rgba(255, 255, 255, .08) !important;
  }
}

/* ============================================================
   MEGA MENU (Desktop) — v2.1
   ============================================================ */
/* Override: mega-dropdown needs position:static so mega-menu anchors to #header */
.navbar>ul>li.dropdown-mega {
  position: static !important
}

/* Hide mobile list on desktop */
.mega-mobile-list {
  display: none !important
}

/* Prevent simple-dropdown hover from showing mobile list on desktop */
.dropdown-mega:hover>ul.mega-mobile-list {
  display: none !important
}

/* Mega menu panel */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 3px solid var(--color-accent);
  box-shadow: 0 22px 54px rgba(15, 45, 84, .16);
  display: none;
  z-index: 220;
  animation: megaFadeIn .2s ease
}

@keyframes megaFadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.dropdown-mega:hover .mega-menu,
.dropdown-mega:focus-within .mega-menu {
  display: block
}

.mega-menu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 28px 24px
}

/* Mega header row */
.mega-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-border)
}

.mega-menu-header-left {
  display: flex;
  align-items: center;
  gap: 14px
}

.mega-menu-header-icon {
  width: 46px;
  height: 46px;
  background: var(--gradient-primary);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 20px;
  flex-shrink: 0
}

.mega-menu-header h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark);
  margin: 0 0 2px
}

.mega-menu-header p {
  font-size: .75rem;
  color: var(--color-gray);
  margin: 0
}

.mega-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  font-weight: 700;
  color: var(--color-primary);
  white-space: nowrap;
  padding: 8px 16px;
  border: 1.5px solid rgba(30, 90, 168, .25);
  border-radius: var(--radius-full);
  transition: var(--transition)
}

.mega-view-all:hover {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary)
}

/* 3-column grid */
.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px
}

.mega-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  text-decoration: none;
  transition: var(--transition);
  cursor: pointer
}

.mega-item:hover {
  background: var(--color-primary-pale);
  border-color: rgba(30, 90, 168, .15)
}

.mega-item-icon {
  width: 34px;
  height: 34px;
  background: var(--color-primary-pale);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 14px;
  flex-shrink: 0;
  transition: var(--transition)
}

.mega-item:hover .mega-item-icon {
  background: var(--gradient-accent);
  color: var(--color-white)
}

.mega-item-label {
  font-size: .82rem;
  font-weight: 600;
  color: var(--color-dark-2);
  line-height: 1.35;
  transition: var(--transition)
}

.mega-item:hover .mega-item-label {
  color: var(--color-primary)
}

/* Mobile: hide mega-menu, show mobile list */
@media(max-width:991px) {
  .mega-menu {
    display: none !important
  }

  .mega-mobile-list {
    display: none !important
  }

  .dropdown-mega.dropdown-active .mega-mobile-list {
    display: flex !important;
    flex-direction: column;
    position: static !important;
    box-shadow: none;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 4px;
    margin-top: 4px;
    border-radius: var(--radius-md)
  }

  .mega-mobile-list li a {
    color: rgba(255, 255, 255, .7) !important;
    padding: 10px 14px;
    font-size: .875rem;
    border-radius: var(--radius-sm);
    border-left: 3px solid transparent;
    background: none;
    display: flex;
    align-items: center
  }

  .mega-mobile-list li a:hover {
    color: var(--color-accent-light) !important;
    background: rgba(255, 255, 255, .08) !important;
    border-left-color: var(--color-accent) !important
  }
}

/* ============================================================
   SHOT BLASTING PROCESS SECTION - v2.1
   ============================================================ */
.process-section {
  padding: var(--section-py) 0;
  background: var(--color-white);
  border-top: 1px solid var(--color-border)
}

.process-steps-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 10px;
  flex-wrap: wrap
}

/* Each step card */
.process-step {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 22px 32px;
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  transition: var(--transition-slow)
}

.process-step:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(30, 90, 168, .2);
  transform: translateY(-5px)
}

.process-step-number {
  font-family: var(--font-secondary);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-border);
  margin-bottom: 18px;
  transition: var(--transition)
}

.process-step:hover .process-step-number {
  color: var(--color-primary-pale)
}

.process-step-icon {
  width: 76px;
  height: 76px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 30px;
  margin: 0 auto 20px;
  box-shadow: var(--shadow-md);
  transition: var(--transition-bounce)
}

.process-step:hover .process-step-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: var(--shadow-lg)
}

.process-step-body {}

.process-step-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 10px
}

.process-step-desc {
  font-size: .875rem;
  color: var(--color-gray);
  line-height: 1.75;
  max-width: 210px;
  margin: 0 auto
}

/* Arrow connector */
.process-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  color: var(--color-accent);
  font-size: 20px;
  align-self: center;
  margin: 0 -12px;
  z-index: 1;
  background: var(--color-white);
  padding: 10px 0
}

/* Bottom CTA strip */
.process-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px 28px;
  background: var(--color-primary-pale);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(30, 90, 168, .15)
}

.process-cta-text {
  font-size: .95rem;
  font-weight: 600;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  gap: 6px
}

.process-cta-text i {
  color: var(--color-primary);
  font-size: 18px
}

/* Responsive */
@media(max-width:991px) {
  .process-steps-wrapper {
    gap: 12px
  }

  .process-connector {
    width: 100%;
    transform: rotate(90deg);
    margin: 0;
    padding: 0;
    height: 32px
  }

  .process-step {
    min-width: calc(50% - 12px);
    flex: none
  }
}

@media(max-width:575px) {
  .process-step {
    min-width: 100%;
    flex: none
  }

  .process-connector {
    display: none
  }

  .process-cta-row {
    flex-direction: column;
    text-align: center
  }

  .process-cta-text {
    justify-content: center
  }
}






/* ============================================================
   HOMEPAGE POLISH - v3.2
   ============================================================ */
#header.header-scrolled .logo img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(1110%) hue-rotate(190deg) brightness(96%) contrast(92%)
}

.navbar .dropdown>ul li a {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start
}

.navbar .dropdown>ul li {
  text-align: left
}

.header-cta,
.hero-actions .btn,
.pro-card-actions .btn,
.cta-btn-white,
.cta-btn-outline {
  min-height: 52px;
  border-radius: 14px;
  font-weight: 700;
}

.header-cta,
.hero-actions .btn,
.cta-btn-white,
.cta-btn-outline {
  min-width: 210px;
  justify-content: center
}

.float-btn-enquiry {
  min-width: 148px;
  min-height: 52px;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(249, 115, 22, .28);
  font-size: .78rem;
  letter-spacing: .6px;
}

.hero-title {
  max-width: 720px
}

.hero-subtitle {
  max-width: 640px;
  font-size: 1.05rem
}

.hero-img-main {
  background: linear-gradient(180deg, #fff 0%, #eef4fb 100%);
  padding: 18px
}

.hero-img-main img {
  height: 440px;
  object-fit: contain
}

.hero-actions .btn-global-inquiry {
  border-width: 1.5px;
  background: rgba(255, 255, 255, .12)
}

.stats-bar {
  background: linear-gradient(135deg, #174785 0%, #1E5AA8 58%, #7f95b2 100%)
}

.service-card-premium {
  min-height: 100%;
  box-shadow: 0 14px 34px rgba(15, 45, 84, .08);
}

.service-card-premium .service-card-title {
  font-size: 1.08rem;
  line-height: 1.4
}

.service-card-premium .service-card-desc {
  font-size: .84rem
}

.pro-card-actions .btn {
  min-width: 0
}

.pro-card-actions .btn i {
  font-size: .85rem
}

.application-card {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, #fdfefe 0%, #eef4fb 100%);
  border: 1px solid rgba(148, 163, 184, .22);
  box-shadow: 0 20px 46px rgba(15, 23, 42, .12), inset 0 1px 0 rgba(255, 255, 255, .28);
  height: 100%;
  min-height: 340px;
  transform: translateY(0);
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}

.application-card::before {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .22);
  opacity: .8;
  z-index: 1;
  pointer-events: none;
}

.application-card::after {
  content: '';
  position: absolute;
  top: -18%;
  left: -8%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 198, 118, .28) 0%, rgba(244, 198, 118, 0) 68%);
  opacity: .65;
  z-index: 0;
  transition: transform .55s ease, opacity .55s ease;
}

.application-card:hover,
.application-card:focus-visible {
  transform: translateY(-8px);
  border-color: rgba(191, 219, 254, .5);
  box-shadow: 0 28px 58px rgba(15, 23, 42, .18), inset 0 1px 0 rgba(255, 255, 255, .32);
}

.application-card img {
  height: 100%;
  filter: saturate(.82) contrast(1.02) brightness(.82);
  transform: scale(1.01);
  transition: transform .7s ease, filter .7s ease
}

.application-card:hover img,
.application-card:focus-visible img {
  transform: scale(1.08);
  filter: saturate(.98) contrast(1.04) brightness(.9)
}

.application-overlay {
  position: absolute;
  inset: 0;
  align-items: flex-end;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(7, 16, 32, .04) 0%, rgba(7, 16, 32, .22) 34%, rgba(7, 16, 32, .84) 100%),
    linear-gradient(135deg, rgba(148, 163, 184, .08) 0%, rgba(255, 255, 255, 0) 52%);
  z-index: 1;
  transition: background .45s ease, padding .45s ease;
}

.application-card:hover .application-overlay,
.application-card:focus-visible .application-overlay {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(7, 16, 32, .02) 0%, rgba(8, 27, 51, .3) 32%, rgba(8, 27, 51, .9) 100%),
    linear-gradient(135deg, rgba(244, 198, 118, .1) 0%, rgba(255, 255, 255, 0) 55%);
}

.application-content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 20px 20px 18px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, .08) 52%, rgba(255, 255, 255, .04) 100%);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(14px);
}

.application-content::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 0) 38%);
  pointer-events: none;
}

.application-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .01em;
  margin-bottom: 10px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .38)
}

.application-card .application-content .application-name {
  color: #fff !important;
}

.application-desc {
  max-height: 54px;
  color: rgba(241, 245, 249, .88);
  line-height: 1.7;
  margin-bottom: 12px
}

.application-link {
  opacity: 1;
  transform: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f4c676;
  font-weight: 700
}

.application-link i {
  transition: transform .35s ease
}

.application-card:hover .application-link i,
.application-card:focus-visible .application-link i {
  transform: translateX(4px)
}

.blog-card {
  border: 1px solid rgba(30, 90, 168, .10);
  box-shadow: 0 16px 42px rgba(15, 45, 84, .08);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.blog-card-img {
  padding: 14px 14px 0
}

.blog-card-img img {
  height: 230px;
  border-radius: 16px
}

.blog-card-cat {
  top: 24px;
  left: 24px;
  box-shadow: 0 10px 26px rgba(15, 45, 84, .18)
}

.blog-card-body {
  padding: 20px 24px 24px
}

.blog-card-title {
  font-size: 1.15rem;
  line-height: 1.45
}

.blog-card-link {
  font-weight: 700
}

.section-header .section-subtitle {
  max-width: 760px
}

@media(max-width:1199px) {
  .hero-img-main img {
    height: 380px
  }

  .header-cta,
  .hero-actions .btn,
  .cta-btn-white,
  .cta-btn-outline {
    min-width: 190px
  }
}

@media(max-width:991px) {
  .navbar .dropdown>ul li a {
    text-align: left;
    justify-content: flex-start
  }

  .hero-section {
    padding-top: 132px
  }

  .hero-title {
    font-size: clamp(2rem, 7vw, 3rem)
  }

  .hero-img-main img {
    height: 320px
  }

  .hero-actions {
    gap: 12px
  }

  .hero-actions .btn,
  .cta-btn-white,
  .cta-btn-outline {
    width: 100%;
    min-width: 100%
  }

  .stats-bar .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 16px 18px
  }

  .stats-bar .col-sm-6:nth-last-child(-n+2) .stat-item {
    border-bottom: none
  }

  .service-card-premium {
    min-height: auto
  }

  .application-card {
    min-height: 300px
  }

  .blog-card-img img {
    height: 210px
  }
}

@media(max-width:767px) {

  .top-bar-left,
  .top-bar-right {
    justify-content: flex-start
  }

  .hero-categories {
    gap: 8px
  }

  .hero-cat-btn {
    font-size: .72rem;
    padding: 8px 14px
  }

  .hero-stats {
    gap: 18px
  }

  .hero-divider {
    display: none
  }

  .hero-stat {
    min-width: 120px
  }

  .hero-img-badge {
    left: 12px;
    bottom: 12px
  }

  .stat-item {
    padding: 16px 14px
  }

  .application-card {
    min-height: 270px
  }

  .application-content {
    padding: 16px
  }

  .blog-card-body {
    padding: 18px
  }

  .float-btn-enquiry {
    min-width: 132px;
    font-size: .74rem
  }
}

@media(max-width:575px) {
  .navbar {
    width: 100vw;
    right: -100vw;
    padding: 74px 14px 16px
  }

  .header-cta {
    min-width: 100%
  }

  .hero-title {
    font-size: 1.95rem
  }

  .hero-subtitle {
    font-size: .97rem
  }

  .hero-img-main {
    padding: 12px
  }

  .hero-img-main img {
    height: 260px
  }

  .hero-img-badge {
    position: static;
    margin-top: 14px;
    width: 100%;
    justify-content: center
  }

  .pro-card-actions {
    flex-direction: column
  }

  .pro-card-actions .btn {
    width: 100%
  }
}
