:root {
  --primary-color: #0332b4;
  --primary-hover: #022485;
  --secondary-color: #0f172a;
  --dark-bg: #061838;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-heading: 'Oxanium', sans-serif;
}

/* Accordion chevron icon */
.accordion-button::after {
  display: none !important;
}

.accordion-button {
  display: flex !important;
  align-items: center !important;
}

.accordion-button .accordion-icon {
  margin-left: auto !important;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
}

body {
  font-family: var(--font-sans);
  color: #0f172a;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  max-width: 100vw;
}

html {
}

/* Bootstrap Primary Overrides */
.text-primary {
  color: var(--primary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important;
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

/* Header Quote Button */
.btn-quote-header {
  --bs-btn-bg: var(--primary-color) !important;
  --bs-btn-color: #fff !important;
  --bs-btn-border-color: var(--primary-color) !important;
  --bs-btn-hover-bg: var(--primary-hover) !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-border-color: var(--primary-hover) !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border-color: var(--primary-color) !important;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  letter-spacing: 0.03em;
  transition: all 0.2s;
}

.btn-quote-header:hover,
.btn-quote-header:focus,
.btn-quote-header:active {
  background-color: var(--primary-hover) !important;
  color: #fff !important;
  border-color: var(--primary-hover) !important;
  transform: translateY(-1px);
}

/* Typography Overrides */
h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
h1 {
  font-family: var(--font-heading) !important;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h2 {
  font-family: var(--font-heading) !important;
  font-weight: 500;
  letter-spacing: -0.01em;
}

h3,
h4,
h5,
h6 {
  font-family: var(--font-sans) !important;
}

/* Header & Navbar */
.navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2e8f0;
}

.navbar-brand svg {
  transition: transform 0.3s;
}

.navbar-brand:hover svg {
  transform: scale(1.05);
}

.nav-link {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #334155;
  transition: color 0.2s;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-color);
}

.nav-link.active {
  font-weight: 600;
  position: relative;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.75rem;
  right: 0.75rem;
  height: 2.5px;
  background-color: var(--primary-color);
}

.dropdown-menu {
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 0.75rem;
}

.dropdown-item {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.6rem 1rem;
}

.dropdown-item:hover {
  background-color: #eff6ff;
  color: #1e3a8a;
}

.btn-primary-custom {
  background-color: #0332b4;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  border: none;
  transition: all 0.2s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-primary-custom:hover {
  background-color: #022485;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.hero-section {
  position: relative;
  background-color: #0332b4;
  background-image: url('../images/banner-3.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(30, 58, 138, 0.5);
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: rgb(9 26 73 / 90%);
  /* Solid color overlay matching #0332b4 brand color */
  pointer-events: none;
}
.navbar-expand-lg .navbar-nav{
  gap: 20px;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  background-image: radial-gradient(#3b82f6 1px, transparent 1px), linear-gradient(to right, #ffffff 1px, transparent 1px), linear-gradient(to bottom, #ffffff 1px, transparent 1px);
  background-size: 30px 30px, 60px 60px, 60px 60px;
}

.hero-title {
    font-size: 48px;
    font-weight: 600 !important;
    line-height: 45px;
    text-transform: uppercase;
}

.hero-title-accent {
  background: linear-gradient(to right, #3b82f6, #60a5fa, #818cf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #3b82f6;
}

.hero-subtitle {
  color: #cbd5e1;
  font-size: 1.125rem;
}

.hero-badge-container {
  border-top: 1px solid rgba(30, 58, 138, 0.6);
  padding-top: 2rem;
  margin-top: 2rem;
}

.hero-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(96, 165, 250, 0.4);
  background-color: rgba(30, 58, 138, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s;
}

.hero-feature:hover .hero-icon-box {
  border-color: #60a5fa;
}

.hero-img-container {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(59, 130, 246, 0.3);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hero-glow {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background-color: rgba(37, 99, 235, 0.2);
  filter: blur(60px);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.4) 0%, transparent 100%);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.hero-banner-img {
  object-fit: cover;
  height: 380px;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 60px 10px 60px 10px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.hero-banner-img:hover {
  transform: scale(1.02);
}

.hero-brand-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(59, 130, 246, 0.4);
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Sections */
.section-padding {
  padding: 2rem 0;
}

.bg-light-gray {
  background-color: #f8fafc;
}

.section-title {
  font-size: 30px !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #000 !important;
}

.section-subtitle {
  color: #64748b;
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Cards */
.product-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.3s;
  background: #fff;
  height: 100%;
}

.product-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-4px);
  border-color: #bfdbfe;
}

.product-img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.product-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(15, 23, 42, 0.85);
  color: #38bdf8;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(56, 189, 248, 0.3);
}

/* Stats */
.stats-banner {
  background-color: #1e3a8a;
  color: #fff;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 900;
  color: #60a5fa;
}

/* Forms */
.form-control,
.form-select {
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  border-color: #cbd5e1;
}

.form-control:focus,
.form-select:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.25);
}

/* Footer */
.footer {
  background-color: #020617;
  color: #94a3b8;
  padding: 4rem 0 2rem;
}

.footer-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.footer-link {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-link:hover {
  color: #fff;
}

.product-card-alt {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.product-card-alt:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
}

.product-card-alt .btn-outline-primary {
  border-color: #1d4ed8;
  color: #1d4ed8;
}

.product-card-alt .btn-outline-primary:hover {
  background-color: #1d4ed8;
  color: white;
}

/* Features Section */
.features-section {
  background-color: #f8fafc;
  padding: 2rem 0;
}

.feature-icon-wrapper {
  width: 64px;
  height: 64px;
  background-color: #eff6ff;
  color: #1d4ed8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.product-card-alt:hover .feature-icon-wrapper {
  background-color: #1d4ed8;
  color: #fff;
  transform: scale(1.1);
}

.feature-text-main {
  font-weight: 600;
  color: #0f172a;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.feature-text-sub {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.5;
}

.feature-title-wrapper {
  max-width: 800px;
}

.feature-kicker {
  letter-spacing: 0.15em;
  font-size: 0.85rem;
}

.feature-title {
  color: #0b2d6b;
  font-size: 34px;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Call to Action Section */
.cta-section {
  position: relative;
  background-image: url('../images/banner-3.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 2rem 0;
  color: #ffffff;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: ctaPulse 8s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4, 46, 158, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
}

/* CTA Button Animations */
.cta-section .btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.cta-section .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.cta-section .btn:hover::before {
  left: 100%;
}

.cta-section .btn-light:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.cta-section .btn-outline-light:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

/* General CTA Button Animations */
.btn-primary {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-primary::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.btn-primary:hover::after {
  width: 300px;
  height: 300px;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(3, 50, 180, 0.35);
}

/* Quote Header Button Animation */
.btn-quote-header {
  position: relative;
  overflow: hidden;
}

.btn-quote-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.4s ease;
}

.btn-quote-header:hover::before {
  left: 100%;
}

/* Floating Icon Animations */
.floating-icon {
  animation: floatBounce 3s ease-in-out infinite;
}

.call-icon {
  animation-delay: 0.5s;
}

@keyframes floatBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.floating-icon:hover {
  animation: none;
  transform: scale(1.15);
}

/* Product Card Button Animation */
.product-card-enhanced .btn-view-details {
  position: relative;
  overflow: hidden;
}

.product-card-enhanced .btn-view-details::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.4s ease;
}

.product-card-enhanced:hover .btn-view-details::before {
  left: 100%;
}

/* Lightbox Image Hover */
.zoom-icon-overlay {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translate(-50%, -50%) scale(0.8) !important;
}

.lightbox-trigger:hover .zoom-icon-overlay {
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(1) !important;
}

/* Mobile Responsiveness */
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 30px;
    line-height: 1.15;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem !important;
  }

  .hero-section,
  .carousel-item,
  .carousel-inner {
    min-height: auto !important;
    height: auto !important;
  }

  .container.position-relative.z-1.h-100 {
    min-height: auto !important;
    height: auto !important;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-banner-img {
    height: 280px;
    margin-top: 1.5rem;
  }

  .feature-title {
    font-size: 26px;
  }

  .cta-section .display-6 {
    font-size: 1.75rem;
  }

  .stats-banner .bi {
    font-size: 2.2rem !important;
  }

  .stats-banner .fw-bold.lh-1 {
    font-size: 1.4rem !important;
  }

  .stats-banner .fw-bold.text-uppercase {
    font-size: 0.6rem !important;
  }

  .section-padding {
    padding: 3rem 0;
  }

  .navbar-custom {
    padding: 0.5rem 0;
  }

  .nav-link-custom {
    margin: 0.5rem 0;
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .container.position-relative.z-1.h-100 {
    padding-top: 22px;
  }

  .section-title {
    font-size: 23px !important;
    line-height: 32px !important;
  }

  h2.fw-bold.mb-4.display-6 {
    font-size: 22px !important;
  }

  .lead {
    font-size: 15px !important;
    font-weight: 300;
  }
}

h2.fw-bold.mb-4.display-6 {
  text-transform: uppercase;
  font-size: 37px;
}

/* ============================================
   DRAG SLIDE - Slider Functionality
   ============================================ */

/* Attachments & Features slider base */
#accessoriesSlider,
#featuresSlider {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  transition: scroll-left 0.05s ease-out;
}

#accessoriesSlider:active,
#featuresSlider:active {
  cursor: grabbing;
}

#accessoriesSlider > .flex-shrink-0,
#featuresSlider > .flex-shrink-0 {
  scroll-snap-align: start;
}

/* Drag Hint */
.drag-hint {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.drag-hint i {
  font-size: 1.1rem;
  animation: dragHintPulse 2s ease-in-out infinite;
}

@keyframes dragHintPulse {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(6px); }
  75% { transform: translateX(-6px); }
}

/* Slider Scrollbar Hidden */
#accessoriesSlider::-webkit-scrollbar,
#featuresSlider::-webkit-scrollbar {
  display: none;
}

#accessoriesSlider .flex-shrink-0,
#featuresSlider .flex-shrink-0 {
  width: calc(100vw - 48px) !important;
}

@media (min-width: 768px) {
  #accessoriesSlider .flex-shrink-0,
  #featuresSlider .flex-shrink-0 {
    width: 250px !important;
  }
}

/* ============================================
   SHARED - Navigation (All Pages)
   ============================================ */

.navbar-custom {
  background-color: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
  padding: 0px 0;
}

.nav-link-custom {
  color: #334155;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  transition: color 0.2s;
  position: relative;
}

.nav-link-custom:hover {
  color: #0332b4;
}

.nav-link-custom.active {
  color: #0332b4;
}

.nav-link-custom.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 3px;
  background: #0332b4;
  border-radius: 3px 3px 0 0;
}

.dropdown-toggle-custom::after {
  display: none;
}

.dropdown-menu-custom {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  min-width: 200px;
}

.dropdown-item-custom {
  padding: 0.6rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  color: #334155;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dropdown-item-custom:hover {
  background: #eff6ff;
  color: #0332b4;
}

.dropdown-item-custom i {
  width: 20px;
  text-align: center;
  color: #0332b4;
}

.btn-outline-primary-custom {
  color: #0332b4;
  border-color: #0332b4;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  transition: all 0.2s;
}

.btn-outline-primary-custom:hover {
  background: #0332b4;
  color: #fff;
}

.footer-border-end {
  border-right: 1px solid #cbd5e1;
}

/* ============================================
   INDEX PAGE - Slider Arrows
   ============================================ */

.custom-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0332b4;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.custom-slider-arrow:hover {
  background: #0332b4;
  color: #ffffff;
  border-color: #0332b4;
  box-shadow: 0 8px 25px rgba(3, 50, 180, 0.35);
  transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev,
.carousel-control-next {
  background: transparent !important;
}

.carousel-control-prev .custom-slider-arrow,
.carousel-control-next .custom-slider-arrow {
  background: #ffffff !important;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0332b4;
}

.carousel-control-prev .custom-slider-arrow {
  left: 20px;
}

.carousel-control-next .custom-slider-arrow {
  right: 20px;
}

.feature-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0332b4;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feature-slider-btn i {
  font-size: 1.1rem;
}

@media (max-width: 767.98px) {
  .feature-slider-btn {
    width: 32px;
    height: 32px;
  }

  .feature-slider-btn i {
    font-size: 1rem !important;
  }
}

@media (min-width: 768px) {
  .feature-slider-btn {
    width: 44px;
    height: 44px;
  }

  .feature-slider-btn i {
    font-size: 1.25rem !important;
  }
}

/* ============================================
   PRODUCTS PAGE
   ============================================ */

.products-hero {
  position: relative;
  background-color: #0332b4;
  background-image: url('../images/rt-351.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  padding: 2rem 0 2rem;
}

.products-hero .hero-gradient {
  position: absolute;
  inset: 0;
  background: rgba(9, 26, 73, 0.82);
  pointer-events: none;
}

.products-hero .hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  background-image: radial-gradient(#3b82f6 1px, transparent 1px), linear-gradient(to right, #ffffff 1px, transparent 1px), linear-gradient(to bottom, #ffffff 1px, transparent 1px);
  background-size: 30px 30px, 60px 60px, 60px 60px;
}

/* Filter Row */
.filter-row {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.btn-filter-dropdown {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.65rem 1.25rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.btn-filter-dropdown:hover {
  border-color: #0332b4;
  color: #0332b4;
  box-shadow: 0 2px 8px rgba(3, 50, 180, 0.1);
}

.btn-filter-dropdown i.bi-funnel {
  color: #0332b4;
  font-size: 1rem;
}

.btn-filter-dropdown i.bi-chevron-down {
  font-size: 0.7rem;
  color: #94a3b8;
  transition: transform 0.2s;
}

.filter-dropdown-menu {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  min-width: 220px;
}

.filter-dropdown-menu .dropdown-item {
  padding: 0.65rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  background: transparent !important;
}

.filter-dropdown-menu .dropdown-item:hover {
  background: #eff6ff !important;
  color: #0332b4;
}

.filter-dropdown-menu .dropdown-item.active,
.filter-dropdown-menu .dropdown-item:active {
  background: #0332b4 !important;
  color: #fff !important;
}

.filter-dropdown-menu .dropdown-item.active:hover,
.filter-dropdown-menu .dropdown-item:active:hover {
  background: #022485 !important;
  color: #fff !important;
}

.filter-dropdown-menu .dropdown-item i {
  width: 20px;
  text-align: center;
  font-size: 0.95rem;
}

/* Product Card Enhanced */
.product-card-enhanced {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

.product-card-enhanced:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #bfdbfe;
}

.product-card-enhanced .card-img-top-container {
  position: relative;
  height: 220px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-card-enhanced .card-img-top-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card-enhanced:hover .card-img-top-container img {
  transform: scale(1.05);
}

.product-card-enhanced .card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0332b4;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  z-index: 10;
}

.product-card-enhanced .card-body {
  padding: 1.25rem;
}

.product-card-enhanced .card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.product-card-enhanced .card-subtitle {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0332b4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
}

.product-card-enhanced .card-text {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.5;
}

.product-card-enhanced .specs-row {
  display: flex;
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  margin: 0.75rem 0;
}

.product-card-enhanced .spec-item {
  flex: 1;
  text-align: center;
}

.product-card-enhanced .spec-label {
  font-size: 0.65rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 2px;
}

.product-card-enhanced .spec-value {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0f172a;
}

.product-card-enhanced .card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0.5rem;
}

.product-card-enhanced .btn-view-details {
  flex: 1;
  background: #0332b4;
  color: #fff;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s;
}

.product-card-enhanced .btn-view-details:hover {
  background: #022485;
}

.product-card-enhanced .btn-request-quote {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 1rem;
  flex-shrink: 0;
}

/* Section Heading Wrapper */
.section-heading-wrapper {
  margin-bottom: 2rem;
}

/* Product Slider */
.product-slider {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-slider::-webkit-scrollbar { display: none; }

/* Drag Hint */
.drag-hint {
  opacity: 0.6;
  font-size: 0.8rem;
}
.drag-hint i {
  animation: dragHintBounce 1.5s infinite;
}
@keyframes dragHintBounce {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

.section-heading-wrapper .kicker {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0332b4;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}

.section-heading-wrapper h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.section-heading-wrapper p {
  font-size: 1rem;
  color: #64748b;
}

.divider-line {
  height: 4px;
  width: 50px;
  background: #0332b4;
  border-radius: 2px;
  margin: 1rem 0;
}

.product-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  color: #0332b4;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
}

.product-count i {
  font-size: 1rem;
}

/* Category Info Bar */
.category-info-bar {
  background: linear-gradient(135deg, #eff6ff, #f0f9ff);
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.category-info-icon {
  width: 48px;
  height: 48px;
  background: #0332b4;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.category-info-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.category-info-desc {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
}

/* Category Section */
.category-section {
  margin-bottom: 3rem;
}

.category-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e2e8f0;
}

.category-icon {
  width: 44px;
  height: 44px;
  background: #0332b4;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.category-info h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.category-info p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
}

/* ============================================
   PRODUCT DETAIL PAGE
   ============================================ */

.detail-hero {
  position: relative;
  background-color: #0332b4;
  background-image: url('../images/rt-351.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  padding: 2rem 0 2rem;
}

.detail-hero .hero-gradient {
  position: absolute;
  inset: 0;
  background: rgba(9, 26, 73, 0.82);
  pointer-events: none;
}

.detail-hero .hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  background-image: radial-gradient(#3b82f6 1px, transparent 1px), linear-gradient(to right, #ffffff 1px, transparent 1px), linear-gradient(to bottom, #ffffff 1px, transparent 1px);
  background-size: 30px 30px, 60px 60px, 60px 60px;
}

.breadcrumb-detail {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-detail .breadcrumb-item {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.breadcrumb-detail .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.breadcrumb-detail .breadcrumb-item a:hover {
  color: #fff;
}

.breadcrumb-detail .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-detail .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/* Product Info Section */
.product-info-section {
  padding: 3rem 0;
  background: #f8fafc;
}

/* Product Gallery */
.product-gallery-main {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}

.product-gallery-main:hover {
  border-color: #0332b4;
}

.product-gallery-main img {
  max-height: 400px;
  max-width: 100%;
  object-fit: contain;
}

.product-gallery-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0332b4;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.product-gallery-zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0332b4;
  cursor: pointer;
  transition: all 0.2s;
}

.product-gallery-zoom:hover {
  background: #0332b4;
  color: #fff;
}

.product-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.product-thumb {
  width: 65px;
  height: 65px;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  padding: 4px;
}

.product-thumb:hover {
  border-color: #0332b4;
}

.product-thumb.active {
  border-color: #0332b4;
  box-shadow: 0 0 0 3px rgba(3, 50, 180, 0.1);
}

.product-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Product Badges */
.product-badge-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.product-badge-item {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
}

.badge-series {
  background: #eff6ff;
  color: #0332b4;
}

.badge-stock {
  background: #f0fdf4;
  color: #16a34a;
}

/* Product Title */
.product-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
}

.product-subtitle {
  color: #64748b;
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* Quick Specs */
.product-price-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.product-price-label {
  font-size: 0.78rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 2px;
}

.product-price-value {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0332b4;
}

/* Description */
.product-short-desc {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Features List */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.9rem;
  color: #334155;
}

.feature-list li i {
  color: #16a34a;
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Spec Table */
.spec-table {
  width: 100%;
}

.spec-table td {
  padding: 12px 16px;
  font-size: 0.88rem;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
}

.spec-table td:first-child {
  font-weight: 600;
  color: #0f172a;
  width: 50%;
}

.spec-table tr:last-child td {
  border-bottom: none;
}

.spec-table tr:hover td {
  background: #f8fafc;
}

/* Sidebar */
.sidebar-sticky {
  position: sticky;
  top: 100px;
}

.sidebar-sticky::-webkit-scrollbar {
  width: 4px;
}

.sidebar-sticky::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* Sidebar Card */
.sidebar-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.sidebar-card-header {
  background: #0332b4;
  color: #fff;
  padding: 16px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sidebar-card-body {
  padding: 20px;
}

/* Sub-links */
.sub-links {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 12px;
}

.sub-links li {
  margin-bottom: 2px;
}

.sub-links a {
  display: block;
  padding: 8px 12px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s;
}

.sub-links a:hover {
  color: #0332b4;
  background: #f1f5f9;
}

.sub-links a.active {
  background: #eff6ff;
  color: #0332b4;
  font-weight: 600;
}

/* Accordion Custom */
.accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: #eff6ff;
  color: #0332b4;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  width: 1.2rem;
  height: 1.2rem;
  background-image: none;
  content: '\F282';
  font-family: 'bootstrap-icons';
  font-size: 0.9rem;
  color: #64748b;
  transition: transform 0.2s;
}

.accordion-button:not(.collapsed)::after {
  content: '\F282';
  color: #0332b4;
  transform: rotate(90deg);
}

.accordion-button.collapsed::after {
  content: '\F282';
  color: #64748b;
}

/* Contact Sidebar */
.contact-sidebar {
  margin-top: 0px;
}

.contact-sidebar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 0.85rem;
  color: #334155;
}

.contact-sidebar-item i {
  color: #0332b4;
  font-size: 1rem;
  width: 20px;
  text-align: center;
}

/* Related Products */
.related-product-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s;
  background: #fff;
}

.related-product-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}

.related-product-img {
  height: 160px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.related-product-img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.related-product-info {
  padding: 14px;
}

.related-product-info h6 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.related-product-info p {
  font-size: 0.78rem;
  color: #64748b;
  margin: 0;
}

/* Related Slider Controls */
.related-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0332b4;
  font-size: 1rem;
  cursor: pointer;
  z-index: 5;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.related-slider-btn:hover {
  background: #0332b4;
  color: #fff;
  border-color: #0332b4;
}

.related-slider-prev {
  left: -5px;
}

.related-slider-next {
  right: -5px;
}

.related-indicators {
  position: relative;
  bottom: 0;
  margin-bottom: 0;
  margin-top: 1rem;
}

.related-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cbd5e1;
  border: none;
  margin: 0 4px;
}

.related-indicators button.active {
  background-color: #0332b4;
}

/* ============================================
   RESPONSIVE - Products Page
   ============================================ */

@media (max-width: 991.98px) {
  .products-hero {
    padding: 4rem 0 2rem;
  }

  .products-hero h1 {
    font-size: 2rem;
  }

  .filter-row {
    flex-direction: column;
    align-items: stretch !important;
    gap: 1rem;
  }

  .filter-row .dropdown {
    width: 100%;
  }

  .btn-filter-dropdown {
    width: 100%;
    justify-content: space-between;
  }

  .filter-dropdown-menu {
    width: 100%;
  }

  .product-count {
    width: 100%;
    justify-content: center;
  }

  .btn-filter-dropdown {
    width: 100%;
    padding: 0.6rem 1rem !important;
    font-size: 0.85rem !important;
  }

  .category-info-bar {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  .category-info-icon {
    margin: 0 auto;
  }

  .category-info-title {
    font-size: 0.95rem;
  }

  .category-info-desc {
    font-size: 0.8rem;
  }

  .product-card-enhanced .card-img-top-container {
    height: 180px;
  }

  .product-card-enhanced .card-body {
    padding: 1rem;
  }

  .product-card-enhanced .card-title {
    font-size: 1.05rem;
  }

  .product-card-enhanced .specs-row {
    gap: 0.5rem;
  }

  .category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  /* ======== HOME PAGE PRODUCT SLIDER TABLET ======== */
  .product-slider .product-card-wrapper {
    width: 280px !important;
  }

  .product-slider .product-card-enhanced .card-img-top-container {
    height: 160px;
  }

  .feature-slider-btn {
    width: 40px !important;
    height: 40px !important;
  }

  #productSlidePrev {
    left: 4px !important;
  }

  #productSlideNext {
    right: 4px !important;
  }

  #accessoriesSlider .flex-shrink-0 {
    min-width: 250px;
  }

  #featuresSlider .flex-shrink-0 {
    min-width: 220px;
  }

  /* ======== HERO CAROUSEL TABLET ======== */
  .carousel-item .container {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .hero-title {
    font-size: 2rem !important;
  }

  .hero-banner-img {
    max-height: auto !important;
  }
}

@media (max-width: 767.98px) {
  .product-card-enhanced .card-img-top-container {
    height: 160px;
  }

  .product-card-enhanced .card-body {
    padding: 0.85rem;
  }

  .product-card-enhanced .card-title {
    font-size: 1rem;
  }

  .product-card-enhanced .specs-row {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.65rem 0;
  }

  .product-card-enhanced .spec-item {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 2px 0;
  }

  .category-header h3 {
    font-size: 1.1rem;
  }
}

/* ============================================
   RESPONSIVE - Product Detail Page
   ============================================ */

@media (max-width: 991.98px) {
  .sidebar-sticky {
    position: static;
    margin-top: 2rem;
  }

  .product-gallery-main {
    min-height: 280px;
    padding: 1.5rem;
  }

  .product-gallery-main img {
    max-height: 260px;
  }

  .related-slider-btn {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }

  .related-slider-prev {
    left: -2px;
  }

  .related-slider-next {
    right: -2px;
  }
}

@media (max-width: 767.98px) {
  .detail-hero {
    padding: 4rem 0 2rem;
  }

  .product-gallery-main {
    min-height: 220px;
    padding: 1rem;
  }

  .product-gallery-main img {
    max-height: 200px;
  }

  .product-thumb {
    width: 55px;
    height: 55px;
  }

  .spec-table td {
    font-size: 0.85rem;
    padding: 10px 0;
  }

  .related-product-img {
    height: 140px;
  }

  .related-slider-btn {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }
}

/* ============================================
   ANIMATIONS - Scroll & Interactive
   ============================================ */

/* Fade In Up Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade In Left Animation */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Fade In Right Animation */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Scale In Animation */
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Apply Animations */
.animate-fade-up {
  animation: fadeInUp 0.6s ease forwards;
}

.animate-fade-left {
  animation: fadeInLeft 0.6s ease forwards;
}

.animate-fade-right {
  animation: fadeInRight 0.6s ease forwards;
}

.animate-scale-in {
  animation: scaleIn 0.5s ease forwards;
}

/* Stagger Animation Delays */
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

/* Hero Title Animation */
.hero-title,
.detail-hero h1 {
  animation: fadeInUp 0.8s ease forwards;
}

.hero-subtitle,
.detail-hero p {
  animation: fadeInUp 0.8s ease 0.2s forwards;
  opacity: 0;
}

/* Stats Counter Animation */
@keyframes countUp {
  from { opacity: 0; transform: scale(0.5); }
  to { opacity: 1; transform: scale(1); }
}

/* Pulse Animation for Icons */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.pulse-animation {
  animation: pulse 2s ease-in-out infinite;
}

/* Shimmer Effect */
/* ============================================
   UTILITY CLASSES - Extracted from inline styles
   ============================================ */

/* Hero & Page Headers */
.gradient-text {
  background: linear-gradient(to right, #60a5fa, #818cf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-kicker {
  letter-spacing: 0.2em;
  font-size: 0.8rem;
}

.hero-description {
  color: #cbd5e1;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Section Headings */
.section-kicker {
  letter-spacing: 0.15em;
  font-size: 0.85rem;
}

.section-heading-small {
  color: #000;
  font-size: 1.75rem;
}

.section-heading-medium {
  color: #0f172a;
  font-size: 2rem;
}

.section-heading-large {
  color: #0f172a;
  font-size: 1.8rem;
}

/* Typography */
.text-body-secondary {
  color: #475569;
  line-height: 1.8;
}

.text-body-muted {
  color: #64748b;
}

.text-dark-heading {
  color: #0f172a;
}

.text-card-title {
  font-size: 1.25rem;
}

.text-card-subtitle {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.text-card-body {
  font-size: 0.85rem;
  line-height: 1.5;
}

.text-small-label {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-accent-blue {
  color: #1d4ed8;
}

.text-industry-label {
  color: #0332b4;
  font-size: 0.9rem;
}

/* Buttons */
.btn-cta-small {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.btn-cta-xsmall {
  font-size: 0.75rem;
}

.btn-primary-rounded {
  background: #0332b4;
  border: none;
  font-weight: 600;
  border-radius: 8px;
}

.btn-primary-rounded:hover {
  background: #022485;
}

.btn-outline-primary-rounded {
  border-color: #0332b4;
  color: #0332b4;
  font-weight: 600;
  border-radius: 8px;
}

.btn-outline-primary-rounded:hover {
  background: #0332b4;
  color: #fff;
}

.btn-enquire {
  background: #0332b4;
  border: none;
  font-weight: 600;
  border-radius: 8px;
  font-size: 0.9rem;
}

.btn-enquire:hover {
  background: #022485;
}

.btn-submit-contact {
  background: #0332b4;
  border: none;
  border-radius: 8px;
}

.btn-submit-contact:hover {
  background: #022485;
}

.btn-sidebar-contact {
  background: #0332b4;
  border: none;
  font-weight: 600;
  border-radius: 8px;
  font-size: 0.85rem;
}

.btn-sidebar-contact:hover {
  background: #022485;
}

/* Cards */
.card-no-border-light {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.card-faq-item {
  border: 1px solid #e2e8f0 !important;
}

/* Badges */
.badge-floating {
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(3,50,180,0.3);
  color: #fff;
}

.badge-floating-blue {
  background: linear-gradient(135deg, #0332b4, #1d4ed8);
}

.badge-subtitle {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.badge-title {
  font-size: 1.1rem;
  font-weight: 800;
}

/* Icons & Containers */
.icon-circle-blue-light {
  width: 50px;
  height: 50px;
  background: #eff6ff;
  color: #0332b4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle-blue-dark {
  width: 50px;
  height: 50px;
  background: #0540a0;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle-small {
  width: 28px;
  height: 28px;
  background: #eff6ff;
  color: #0332b4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle-60 {
  width: 60px;
  height: 60px;
  background: #0540a0;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle-70 {
  width: 70px;
  height: 70px;
  background: #eff6ff;
  color: #0332b4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle-40 {
  width: 40px;
  height: 40px;
  background: #eff6ff;
  color: #0540a0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Images */
.img-border-light {
  border: 4px solid #e2e8f0;
}

.img-display-block {
  display: block;
}

/* Corner Accents */
.corner-accent-br {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  border-bottom: 4px solid #0540a0;
  border-right: 4px solid #0540a0;
  border-radius: 0 0 12px 0;
}

.corner-accent-bl {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  border-bottom: 4px solid #0540a0;
  border-left: 4px solid #0540a0;
  border-radius: 0 0 0 12px;
}

/* Diagonal Separators */
.diagonal-separator-down {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(170deg, #ffffff 49%, #f8fafc 50%);
}

.diagonal-separator-up {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(190deg, #f8fafc 49%, #ffffff 50%);
}

/* Check Items */
.check-text {
  color: #334155;
  font-weight: 500;
}

.check-text-bold {
  color: #334155;
  font-weight: 600;
}

/* CTA Section */
.cta-heading {
  font-size: 1.5rem;
}

.cta-description {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.cta-btn-light {
  border-radius: 8px;
  font-size: 0.9rem;
}


.sidebar-contact-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
}

.sidebar-contact-label {
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 600;
}

.sidebar-contact-value {
  color: #0f172a;
  font-weight: 600;
}

.sidebar-address-text {
  color: #0f172a;
  font-weight: 500;
  font-size: 0.9rem;
}

/* Accordion */
.accordion-btn-faq {
  color: #0f172a;
  font-size: 1rem;
}

.accordion-body-text {
  color: #475569;
  line-height: 1.8;
}

/* Quick Action Card */
.quick-action-card {
  background: linear-gradient(135deg, #0540a0, #0332b4);
  color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
}

/* Social Link */
.social-link-circle {
  width: 40px;
  height: 40px;
  background: #eff6ff;
  color: #0332b4;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-link-circle:hover {
  background: #0332b4;
  color: #fff;
}

/* Map */
.map-container {
  height: 400px;
  background: #e2e8f0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.map-iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

/* Divider */
.divider-bar {
  width: 35px;
  height: 3px;
  background-color: #1d4ed8;
  margin-bottom: 2.5rem;
}

/* Hero Title */
.hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
}

/* Stat Value */
.stat-value-large {
  font-size: 2rem;
  font-weight: 800;
}

.stat-label {
  font-size: 0.85rem;
  font-weight: 600;
}

/* Experience Badge */
.experience-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #0332b4;
  color: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(3, 50, 180, 0.3);
}

/* Content Sections */
.content-body-text {
  color: #475569;
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Feature Card */
.feature-card {
  padding: 1.5rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
}

/* Why Choose Card */
.why-choose-card {
  text-align: center;
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}

.why-choose-card h6 {
  font-weight: 700;
}

.why-choose-card p {
  margin-bottom: 0;
}

/* Benefit Check Item */
.benefit-check-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.benefit-check-item i {
  color: var(--primary-color);
  font-size: 1.25rem;
}

.benefit-check-item span {
  color: #334155;
  font-weight: 600;
}

/* Application Card */
.app-card {
  padding: 1.5rem;
  background: #e8f0fe;
  border-radius: 1rem;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(3, 50, 180, 0.12);
}

.app-card-icon {
  width: 70px;
  height: 70px;
  background: #0332b4;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.app-card-icon i {
  font-size: 1.5rem;
  line-height: 1;
}

.app-card h6 {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.app-card p {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 0;
}

/* Product Detail Section */
.product-detail-section {
  padding: 1.5rem;
}

.product-feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.product-feature-item i {
  color: var(--primary-color);
}

.product-feature-item span {
  color: #334155;
  font-weight: 500;
}

/* FAQ Sidebar */
.faq-sidebar-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.faq-sidebar-card h5 {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

.faq-sidebar-card p {
  color: #475569;
  line-height: 1.7;
  font-size: 0.95rem;
}

/* FAQ Contact Item */
.faq-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.faq-contact-item:last-child {
  margin-bottom: 0;
}

/* Footer Link */
.footer-contact-link {
  text-decoration: none;
  color: #334155;
  transition: color 0.2s;
}

.footer-contact-link:hover {
  color: #0332b4;
}

/* ============================================
   END UTILITY CLASSES
   ============================================ */

/* Floating Icons */
.floating-icons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.floating-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.floating-icon:hover {
  transform: scale(1.1);
  color: #fff;
}

.whatsapp-icon {
  background: #25D366;
}

.whatsapp-icon:hover {
  background: #1da851;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.call-icon {
  background: #0332b4;
}

.call-icon:hover {
  background: #022485;
  box-shadow: 0 6px 20px rgba(3, 50, 180, 0.4);
}

@media (max-width: 767.98px) {
  .floating-icons {
    bottom: 20px;
    right: 20px;
  }

  .floating-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
}

/* Lightbox Close Button */
.lightbox-close {
  background-color: white;
  opacity: 0.8;
  margin: 10px;
  padding: 0.5rem;
  border-radius: 50%;
}

/* Lightbox Image */
.lightbox-image {
  max-height: 85vh;
}

@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.shimmer-effect {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
}

/* Card Hover Lift */
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Icon Spin on Hover */
.icon-spin:hover i {
  animation: spin 0.5s ease;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Border Glow Effect */
.glow-effect {
  position: relative;
}

.glow-effect::after {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(45deg, #0332b4, #60a5fa, #0332b4);
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.glow-effect:hover::after {
  opacity: 1;
  animation: glowPulse 1.5s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/* ============================================
   ABOUT PAGE DECORATIVE SHAPES
   ============================================ */

/* Shape 1 - Blue circle top-right */
.about-shape-1 {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(3, 50, 180, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

/* Shape 2 - Light blue blob bottom-left */
.about-shape-2 {
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

/* Shape 3 - Blue dot pattern top-left */
.about-shape-3 {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, rgba(3, 50, 180, 0.15) 2px, transparent 2px);
  background-size: 15px 15px;
  z-index: 0;
}

/* Shape 4 - Gradient circle bottom-right */
.about-shape-4 {
  position: absolute;
  bottom: -60px;
  right: 50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

/* Shape 5 - Diagonal lines pattern */
.about-shape-5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(3, 50, 180, 0.04) 10px,
    rgba(3, 50, 180, 0.04) 11px
  );
  z-index: 0;
}

/* Shape 6 - Blue ring bottom-left */
.about-shape-6 {
  position: absolute;
  bottom: 50px;
  left: -40px;
  width: 180px;
  height: 180px;
  border: 3px solid rgba(3, 50, 180, 0.08);
  border-radius: 50%;
  z-index: 0;
}

/* Shape 7 - Dots top-right */
.about-shape-7 {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, rgba(3, 50, 180, 0.12) 3px, transparent 3px);
  background-size: 20px 20px;
  z-index: 0;
}

/* CTA Banner */
.cta-banner {
  background: linear-gradient(135deg, #0332b4 0%, #022485 100%);
}

.cta-banner-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
}

/* CTA Background Section with Image */
.cta-bg-section {
  min-height: 250px;
}

.cta-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 50, 180, 0.85);
  z-index: 1;
}

.cta-bg-image {
  position: absolute;
  inset: 0;
  background-image: url('../images/r-100.png');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Mission & Vision Cards */
.mv-card-new {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.mv-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(3, 50, 180, 0.15);
}

.mv-card-purple {
  background: linear-gradient(135deg, #f8f7ff 0%, #fff 100%);
}

.mv-card-bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(circle, rgba(3, 50, 180, 0.06) 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.8;
}

.mv-card-purple .mv-card-bg-pattern {
  background-image: radial-gradient(circle, rgba(124, 58, 237, 0.06) 2px, transparent 2px);
}

.mv-icon-square {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0332b4 0%, #1e40af 100%);
  color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 8px 20px rgba(3, 50, 180, 0.3);
}

.mv-icon-square-purple {
  background: linear-gradient(135deg, #7c3aed 0%, #9333ea 100%);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3);
}

.mv-card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0332b4, #3b82f6);
}

.mv-accent-purple {
  background: linear-gradient(90deg, #7c3aed, #a78bfa);
}

/* ============================================
   MOBILE RESPONSIVENESS
   ============================================ */

@media (max-width: 767.98px) {
  /* Prevent overflow on sections */
  section {
    overflow-x: hidden;
  }

  /* Hide decorative shapes on mobile */
  .about-shape-1,
  .about-shape-2,
  .about-shape-3,
  .about-shape-4,
  .about-shape-5,
  .about-shape-6,
  .about-shape-7 {
    display: none;
  }

  /* Hero Title */
  .hero-title {
    font-size: 1.75rem !important;
  }

  /* Section Headings */
  .section-heading-medium,
  .section-heading-large {
    font-size: 1.5rem !important;
  }

  /* Hero Description */
  .hero-description {
    font-size: 1rem !important;
    max-width: 100% !important;
  }

  /* Buttons */
  .btn-primary-rounded,
  .btn-outline-primary-rounded,
  .btn-enquire,
  .btn-submit-contact,
  .btn-sidebar-contact {
    padding: 0.5rem 1rem !important;
    font-size: 0.85rem !important;
  }

  /* Experience Badge */
  .experience-badge {
    bottom: -10px !important;
    right: 10px !important;
    padding: 0.75rem !important;
  }

  .stat-value-large {
    font-size: 1.5rem !important;
  }

  .stat-label {
    font-size: 0.75rem !important;
  }

  /* Feature Cards */
  .feature-card,
  .app-card,
  .card-no-border-light {
    padding: 1rem !important;
  }

  /* Icon Circles */
  .icon-circle-blue-dark,
  .icon-circle-blue-light,
  .icon-circle-60,
  .icon-circle-70 {
    width: 40px !important;
    height: 40px !important;
  }

  /* CTA Section */
  .cta-heading {
    font-size: 1.25rem !important;
  }

  .cta-description {
    font-size: 0.85rem !important;
  }

  .cta-btn-light {
    padding: 0.5rem 1rem !important;
    font-size: 0.8rem !important;
  }

  /* Productivity Section */
  .benefit-check-item span {
    font-size: 0.9rem !important;
  }

  /* Application Cards */
  .app-card {
    padding: 1rem !important;
  }

  .app-card-icon {
    width: 50px !important;
    height: 50px !important;
  }

  .app-card-icon i {
    font-size: 1.25rem !important;
  }

  .app-card h6 {
    font-size: 0.9rem !important;
  }

  .app-card p {
    font-size: 0.75rem !important;
  }

  /* Check Items */
  .check-text,
  .check-text-bold {
    font-size: 0.85rem !important;
  }

  /* FAQ Sidebar */
  .sidebar-sticky {
    position: relative !important;
    top: 0 !important;
  }

  /* About Page Specific */
  .about-content-section .row {
    flex-direction: column-reverse;
  }

  /* ======== HOME PAGE PRODUCT SLIDER ======== */
  .product-slider {
    gap: 1rem !important;
    padding-left: 10px;
    padding-right: 10px;
    scroll-snap-type: x mandatory;
    justify-content: center;
  }

  .product-slider .product-card-wrapper {
    width: 100% !important;
    max-width: 320px;
    scroll-snap-align: center;
  }

  .product-slider .product-card-enhanced .card-img-top-container {
    height: 140px;
  }

  .product-slider .product-card-enhanced .card-body {
    padding: 0.75rem;
  }

  .product-slider .product-card-enhanced .card-title {
    font-size: 0.95rem;
  }

  .product-slider .product-card-enhanced .card-text {
    font-size: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-slider .product-card-enhanced .card-badge {
    font-size: 0.6rem;
    padding: 0.2rem 0.5rem;
  }

  .product-slider .product-card-enhanced .card-subtitle {
    font-size: 0.6rem;
  }

  .product-slider .product-card-enhanced .btn-view-details {
    font-size: 0.7rem;
    padding: 0.3rem 0.6rem;
  }

  .product-slider .product-card-enhanced .btn-request-quote {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }

  /* Slider buttons mobile */
  .feature-slider-btn {
    width: 36px !important;
    height: 36px !important;
  }

  .feature-slider-btn i {
    font-size: 0.9rem;
  }

  #productSlidePrev {
    left: 2px !important;
  }

  #productSlideNext {
    right: 2px !important;
  }

  /* Drag hint mobile */
  .drag-hint {
    font-size: 0.7rem !important;
  }

  /* Filter dropdown mobile */
  #productFilter {
    min-width: 160px !important;
    font-size: 0.85rem !important;
  }

  /* ======== HERO CAROUSEL MOBILE ======== */
  .carousel-item {
    min-height: auto !important;
  }

  .carousel-item .container {
    min-height: auto !important;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }

  .hero-title {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }

  .hero-banner-img {
    max-height: 200px !important;
    margin-top: 1rem !important;
  }

  .btn-primary.py-3,
  .btn-outline-light.py-3 {
    padding: 0.5rem 1rem !important;
    font-size: 0.75rem !important;
  }

  .col-lg-5.mt-5.mt-lg-0 {
    margin-top: 1.5rem !important;
  }

  /* ======== HERO SECTION MOBILE ======== */
  .detail-hero {
    padding: 4rem 0 2rem;
  }

  /* ======== CTA BANNER MOBILE ======== */
  .cta-banner-section {
    padding: 2rem 0 !important;
  }

  /* ======== WHY CHOOSE / BENEFITS MOBILE ======== */
  .benefits-list .d-flex {
    gap: 0.5rem !important;
  }

  .benefit-icon-circle {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }

  .benefit-icon-circle i {
    font-size: 1rem !important;
  }

  .benefit-check-item span {
    font-size: 0.85rem !important;
  }

  /* ======== MISSION & VISION MOBILE ======== */
  .mission-vision-card {
    padding: 1.25rem !important;
  }

  .mission-vision-card h5 {
    font-size: 1rem !important;
  }

  .mission-vision-card p {
    font-size: 0.85rem !important;
  }

  /* ======== ATTACHMENTS SLIDER MOBILE ======== */
  #accessoriesSlider {
    gap: 1rem !important;
  }

  #accessoriesSlider .flex-shrink-0 {
    min-width: 220px;
  }

  #accessoriesSlider .card {
    padding: 1rem !important;
  }

  #accessoriesSlider .icon-circle-60 {
    width: 45px !important;
    height: 45px !important;
  }

  #accessoriesSlider h5 {
    font-size: 0.95rem !important;
  }

  #accessoriesSlider p {
    font-size: 0.8rem !important;
  }

  /* ======== FEATURES SLIDER MOBILE ======== */
  #featuresSlider {
    gap: 1rem !important;
  }

  #featuresSlider .flex-shrink-0 {
    min-width: 200px;
  }

  #featuresSlider .card {
    padding: 1rem !important;
  }

  #featuresSlider .feature-card-icon {
    width: 50px !important;
    height: 50px !important;
  }

  #featuresSlider h5 {
    font-size: 0.95rem !important;
  }

  #featuresSlider p {
    font-size: 0.8rem !important;
  }

  /* ======== ROI CALCULATOR MOBILE ======== */
  .roi-section .row {
    gap: 1.5rem;
  }

  .roi-input-group input {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }

  .roi-result-value {
    font-size: 1.5rem !important;
  }

  /* ======== ABOUT PAGE MOBILE ======== */
  .about-content-section .row {
    flex-direction: column !important;
  }

  .about-content-section .col-lg-6 {
    margin-bottom: 1.5rem;
  }

  /* ======== CONTACT PAGE MOBILE ======== */
  .contact-form-section .col-lg-7,
  .contact-form-section .col-lg-5 {
    margin-bottom: 1.5rem;
  }

  .contact-info-card {
    padding: 1.25rem !important;
  }

  .contact-info-card h5 {
    font-size: 1rem !important;
  }

  .contact-info-card p {
    font-size: 0.85rem !important;
  }

  /* ======== PRODUCTS PAGE HERO MOBILE ======== */
  .products-hero h1 {
    font-size: 1.5rem !important;
  }

  .products-hero p {
    font-size: 0.9rem !important;
    max-width: 100% !important;
  }

  .products-hero {
    padding: 4rem 0 2rem !important;
  }

  /* ======== PRODUCTS PAGE FILTER MOBILE ======== */
  .filter-row .product-count {
    font-size: 0.85rem;
  }

  .filter-option {
    padding: 0.5rem 0.85rem;
    font-size: 0.85rem;
  }

  /* ======== FAQ PAGE MOBILE ======== */
  .faq-sidebar {
    margin-bottom: 1.5rem;
  }

  .faq-sidebar .list-group-item {
    padding: 0.6rem 0.85rem;
    font-size: 0.85rem;
  }

  .faq-item {
    padding: 1rem !important;
  }

  .faq-item h5 {
    font-size: 1rem !important;
  }

  .faq-item p {
    font-size: 0.85rem !important;
  }

  /* ======== ACCESSORIES PAGE MOBILE ======== */
  .accessory-section .row {
    flex-direction: column !important;
    gap: 1.5rem;
  }

  .accessory-section .col-lg-6 {
    margin-bottom: 1rem;
  }

  .accessory-section .d-flex {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .accessory-section .check-text {
    font-size: 0.85rem !important;
  }

  /* ======== PRODUCT DETAIL MOBILE ======== */
  .product-gallery-main {
    min-height: 200px;
    padding: 0.75rem;
  }

  .product-gallery-main img {
    max-height: 180px;
  }

  .product-thumb {
    width: 50px;
    height: 50px;
  }

  .spec-table td {
    font-size: 0.8rem;
    padding: 8px 0;
  }

  .related-product-img {
    height: 120px;
  }

  .sidebar-sticky {
    position: relative !important;
    top: 0 !important;
    margin-top: 1.5rem;
  }
}

/* ============================================
   RESPONSIVE - Small Phones (max-width: 575.98px)
   ============================================ */
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.3rem !important;
  }

  .hero-banner-img {
    max-height: 160px !important;
    margin-top: 0.5rem !important;
  }

  .carousel-item .container {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }

  .product-slider .product-card-wrapper {
    width: 100% !important;
    max-width: 280px;
    scroll-snap-align: center;
  }

  .product-slider .product-card-enhanced .card-body {
    padding: 0.6rem;
  }

  .product-slider .product-card-enhanced .card-title {
    font-size: 0.85rem;
  }

  .product-slider .product-card-enhanced .card-text {
    font-size: 0.75rem;
  }

  .btn-view-details {
    font-size: 0.7rem !important;
    padding: 0.25rem 0.5rem !important;
  }

  .btn-request-quote {
    width: 28px !important;
    height: 28px !important;
    font-size: 0.7rem !important;
  }

  .section-title {
    font-size: 1.1rem !important;
  }

  .section-heading-medium,
  .section-heading-large {
    font-size: 1.2rem !important;
  }

  .detail-hero {
    padding: 3.5rem 0 1.5rem;
  }

  .detail-hero h1 {
    font-size: 1.3rem !important;
  }

  .product-gallery-main {
    min-height: 180px;
    padding: 0.5rem;
  }

  .product-gallery-main img {
    max-height: 160px;
  }

  .product-thumb {
    width: 42px;
    height: 42px;
  }

  .spec-table td {
    font-size: 0.75rem;
  }

  .floating-icons {
    bottom: 15px;
    right: 15px;
  }

  .floating-icon {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .cta-heading {
    font-size: 1.1rem !important;
  }

  .mission-vision-card h5 {
    font-size: 0.9rem !important;
  }

  .mission-vision-card p {
    font-size: 0.8rem !important;
  }

  .faq-item {
    padding: 0.75rem !important;
  }

  .accessory-section .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-brand img {
    height: 55px !important;
  }
 
}

@media (max-width: 575.98px) {
    .hero-banner-img {
        max-height: 215px !important;
        margin-top: 0.5rem !important;
    }
}

/* Spinner Animation */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.spin {
    animation: spin 1s linear infinite;
    display: inline-block;
}

@media (max-width: 768px) {
     .nav-link-custom {
    padding: 0px 1.5rem !important;
}
.navbar-expand-lg .navbar-nav {
    gap: 0px;
}
div#navbarNav {
    padding-top: 17px;
    padding-bottom: 15px;
}
}

/* ============================================
   HIGHLIGHTED TEXT
   ============================================ */
.animated-highlight .highlight-text {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(29, 78, 216, 0.08), rgba(29, 78, 216, 0.15));
    border-radius: 0 8px 8px 0;
}