/*
Theme Name: Huge Star International
Theme URI: https://hugestarintl.com/
Author: Huge Star International
Author URI: https://hugestarintl.com/
Description: Premium, ultra-responsive, and high-performance WordPress theme for Huge Star International — manufacturers and exporters of surgical, dental, beauty, veterinary, and ophthalmic instruments. Engineered for precision, international compliance, and mobile-friendly usability.
Version: 1.2.2
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hugestar
Tags: medical, surgical, dental, instruments, catalog, e-commerce, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/


/**
 * Huge Star International - Master Stylesheet
 * Medical & Surgical Instruments Theme
 * High Performance & Responsive CSS
 */

:root {
  /* Color Palette */
  --color-bg-dark: #061325;
  --color-bg-dark-surface: #0a1b33;
  --color-bg-dark-card: #0d2342;
  --color-bg-light: #ffffff;
  --color-bg-light-alt: #f8fafc;
  --color-bg-light-card: #f1f5f9;

  --color-cyan: #00c2cb;
  --color-cyan-hover: #00a5ad;
  --color-cyan-glow: rgba(0, 194, 203, 0.25);
  --color-gold: #d4af37;
  --color-gold-light: #f59e0b;

  --color-text-white: #ffffff;
  --color-text-muted: #94a3b8;
  --color-text-dark: #0f172a;
  --color-text-dark-muted: #64748b;

  --color-border-dark: rgba(255, 255, 255, 0.08);
  --color-border-cyan: rgba(0, 194, 203, 0.3);
  --color-border-light: #e2e8f0;

  /* Typography */
  --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  /* Container */
  --container-width: 1280px;
}

/* Base Reset & Box Sizing */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-main);
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--color-bg-dark);
  color: var(--color-text-white);
  line-height: 1.6;
  overflow-x: hidden;
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

ul {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
}

.site-container {
  width: 100%;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Utility Helpers */
.text-cyan {
  color: var(--color-cyan) !important;
}
.text-gold {
  color: var(--color-gold) !important;
}

/* Common Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.75rem 1.6rem;
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: all var(--transition-normal);
  white-space: nowrap;
}

.btn-cyan {
  background: var(--color-cyan);
  color: #041224;
}
.btn-cyan:hover {
  background: #00e0eb;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--color-cyan-glow);
}

.btn-outline-light {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.btn-lg {
  padding: 0.95rem 2rem;
  font-size: 1rem;
}

.btn-sm {
  padding: 0.55rem 1.2rem;
  font-size: 0.85rem;
}

.btn-block {
  width: 100%;
}

/* ==========================================================================
   1. Site Header & Sticky Navigation
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(6, 19, 37, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--color-border-dark);
  transition: background var(--transition-normal), box-shadow var(--transition-normal);
}

.site-header.scrolled {
  background: rgba(4, 14, 28, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.header-brand .site-logo {
  height: 44px;
  width: auto;
  display: block;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

.site-logo-horizontal {
  height: 52px;
  width: auto;
  max-width: 270px;
  object-fit: contain;
  display: block;
  transition: transform var(--transition-normal);
}

.brand-link:hover .site-logo-horizontal {
  transform: scale(1.03);
}

.footer-logo .site-logo-horizontal {
  height: 62px;
  max-width: 300px;
}

.drawer-logo .site-logo-horizontal {
  height: 48px;
  max-width: 230px;
}

/* Desktop Navigation */
.desktop-navigation .nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-cyan);
  transition: width var(--transition-normal);
}

.nav-link:hover,
.nav-item.current-menu-item .nav-link {
  color: #ffffff;
}

.nav-link:hover::after,
.nav-item.current-menu-item .nav-link::after {
  width: 100%;
}

.nav-chevron {
  font-size: 0.65rem;
  transition: transform var(--transition-fast);
}

/* Mega Dropdown Menu */
.has-dropdown {
  position: static;
}

.site-header .header-container {
  position: relative;
}

.mega-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0.5rem auto 0;
  background: #06162d;
  border: 1px solid rgba(0, 194, 203, 0.25);
  border-radius: 16px;
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 194, 203, 0.15);
  padding: 1.75rem 2rem 1.25rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  backdrop-filter: blur(12px);
}

.has-dropdown:hover .mega-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.has-dropdown:hover .nav-chevron {
  transform: rotate(180deg);
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.85fr;
  gap: 2rem;
}

.mega-col-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid rgba(0, 194, 203, 0.2);
}

.mega-col-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.mega-col-title i {
  color: var(--color-cyan);
}

.mega-col-badge {
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.2rem 0.55rem;
  border-radius: 20px;
  background: rgba(0, 194, 203, 0.15);
  color: var(--color-cyan);
  border: 1px solid rgba(0, 194, 203, 0.3);
}

.mega-sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-sub-list.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem 0.75rem;
}

.mega-sub-list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: #cbd5e1;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.mega-sub-list li a i {
  font-size: 0.7rem;
  color: var(--color-gold);
  width: 12px;
  transition: transform 0.2s ease;
}

.mega-sub-list li a:hover {
  background: rgba(0, 194, 203, 0.12);
  color: var(--color-cyan);
  transform: translateX(3px);
}

.mega-sub-list li a:hover i {
  transform: translateX(2px);
  color: var(--color-cyan);
}

.mega-menu-footer {
  margin-top: 1.25rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mega-footer-tag {
  font-size: 0.8rem;
  color: #94a3b8;
}

.mega-footer-tag strong {
  color: var(--color-gold);
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.btn-quote {
  padding: 0.65rem 1.3rem;
  font-size: 0.88rem;
}

.lang-selector {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #94a3b8;
  cursor: pointer;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
  transition: color var(--transition-fast);
}

.lang-selector:hover {
  color: #ffffff;
}

.lang-chevron {
  font-size: 0.65rem;
}

/* Mobile Hamburger Button */
.mobile-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  cursor: pointer;
}

.hamburger-bar {
  width: 100%;
  height: 2.5px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all var(--transition-fast);
}

/* ==========================================================================
   2. Mobile Navigation Drawer
   ========================================================================== */
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 8, 18, 0.75);
  backdrop-filter: blur(4px);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-normal);
}

.mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 85vw;
  height: 100%;
  background: #07172e;
  border-left: 1px solid var(--color-border-dark);
  z-index: 1002;
  transform: translateX(100%);
  transition: transform var(--transition-normal);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-drawer.active {
  transform: translateX(0);
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid var(--color-border-dark);
}

.drawer-logo img {
  height: 36px;
  width: auto;
}

.drawer-close-btn {
  background: transparent;
  color: #ffffff;
  font-size: 1.4rem;
  cursor: pointer;
}

.mobile-drawer-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mobile-menu-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-link {
  display: block;
  padding: 0.85rem 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #e2e8f0;
}

.mobile-link.active,
.mobile-link:hover {
  color: var(--color-cyan);
}

.mobile-submenu-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  background: transparent;
  color: #e2e8f0;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
}

.mobile-submenu {
  display: none;
  padding-left: 0.75rem;
  padding-bottom: 0.75rem;
  max-height: 480px;
  overflow-y: auto;
}

.mobile-submenu.open {
  display: block;
}

.mobile-cat-group-title {
  padding: 0.75rem 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--color-cyan);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(0, 194, 203, 0.15);
  margin-top: 0.4rem;
  margin-bottom: 0.25rem;
}

.mobile-cat-group-title i {
  color: var(--color-gold);
}

.mobile-submenu li a {
  display: block;
  padding: 0.35rem 0.5rem;
  font-size: 0.85rem;
  color: #cbd5e1;
  transition: all 0.2s ease;
  border-radius: 4px;
}

.mobile-submenu li a:hover {
  background: rgba(0, 194, 203, 0.1);
  color: var(--color-cyan);
}

.mobile-contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border-dark);
  font-size: 0.85rem;
  color: #94a3b8;
}

.mobile-contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.mobile-contact-info i {
  color: var(--color-cyan);
}

/* ==========================================================================
   3. Hero Section & Showcase Carousel
   ========================================================================== */
.hero-section {
  position: relative;
  padding-top: 115px;
  padding-bottom: 45px;
  background: radial-gradient(circle at 75% 30%, rgba(0, 194, 203, 0.09) 0%, transparent 60%),
              radial-gradient(circle at 20% 70%, rgba(13, 35, 66, 0.6) 0%, transparent 70%),
              var(--color-bg-dark);
  overflow: hidden;
}

.hero-carousel-wrapper {
  position: relative;
  width: 100%;
}

.hero-slider {
  position: relative;
  width: 100%;
  min-height: auto;
}

/* Base Slide Styles */
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.99);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s;
  z-index: 1;
}

.hero-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}

/* Slide 1 - Original Interactive Layout */
.hero-container {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 3rem;
}

.hero-badge {
  display: inline-block;
  margin-bottom: 1.2rem;
}

.hero-badge span {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--color-gold);
  text-transform: uppercase;
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 1.3rem;
}

.hero-desc {
  font-size: 1.05rem;
  color: #94a3b8;
  line-height: 1.65;
  max-width: 540px;
  margin-bottom: 2rem;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.8rem;
}

.hero-trust-bar {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-top: 1.8rem;
  border-top: 1px solid var(--color-border-dark);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.trust-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.12);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.trust-meta strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.trust-meta span {
  font-size: 0.75rem;
  color: #94a3b8;
}

.hero-visual {
  position: relative;
}

.hero-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 194, 203, 0.15);
  transition: transform var(--transition-normal);
}

.hero-image-wrapper:hover {
  transform: translateY(-4px);
}

.hero-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-image-wrapper:hover .hero-img {
  transform: scale(1.03);
}

.hero-glow-effect {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% 20%, rgba(0, 194, 203, 0.12) 0%, transparent 65%);
  border-radius: 16px;
}

/* Hero Graphic Banner Showcase */
.hero-graphic-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hero-banner-card {
  width: 100%;
  background: #071933;
  border-radius: 20px;
  border: 1px solid rgba(0, 194, 203, 0.25);
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.75), 0 0 35px rgba(0, 194, 203, 0.12);
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.hero-banner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 194, 203, 0.5);
  box-shadow: 0 32px 75px -15px rgba(0, 0, 0, 0.85), 0 0 45px rgba(0, 194, 203, 0.22);
}

.hero-banner-media-link {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: #030b17;
  cursor: pointer;
}

.hero-banner-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-banner-media-link:hover .hero-banner-img {
  transform: scale(1.02);
}

.hero-banner-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 75%, rgba(4, 15, 30, 0.85) 100%);
  pointer-events: none;
}

.hero-banner-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 2rem;
  background: rgba(4, 15, 30, 0.95);
  border-top: 1px solid rgba(0, 194, 203, 0.18);
  backdrop-filter: blur(10px);
}

.banner-badge-info {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-cyan);
  box-shadow: 0 0 10px var(--color-cyan);
  animation: pulseCyan 2s infinite ease-in-out;
}

@keyframes pulseCyan {
  0% { transform: scale(0.9); opacity: 0.8; box-shadow: 0 0 6px var(--color-cyan); }
  50% { transform: scale(1.2); opacity: 1; box-shadow: 0 0 16px var(--color-cyan); }
  100% { transform: scale(0.9); opacity: 0.8; box-shadow: 0 0 6px var(--color-cyan); }
}

.banner-cat-tag {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--color-cyan);
}

.banner-sub {
  font-size: 0.85rem;
  color: #94a3b8;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 0.85rem;
}

.banner-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

/* Bottom Trust Bar below Slider */
.hero-bottom-trust {
  margin-top: 2.2rem;
  position: relative;
  z-index: 5;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}

.hero-bottom-trust .hero-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 1.25rem 2rem;
  background: rgba(6, 19, 37, 0.7);
  border: 1px solid rgba(0, 194, 203, 0.16);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  border-top: none;
}

/* Carousel Navigation Arrows */
.hero-arrow {
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(6, 19, 37, 0.82);
  border: 1px solid rgba(0, 194, 203, 0.35);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  cursor: pointer;
  z-index: 10;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-arrow:hover {
  background: var(--color-cyan);
  color: #040e1c;
  border-color: var(--color-cyan);
  box-shadow: 0 0 25px rgba(0, 194, 203, 0.6);
  transform: scale(1.1);
}

.hero-arrow-prev {
  left: 1.5rem;
}

.hero-arrow-next {
  right: 1.5rem;
}

/* Carousel Dots / Indicators */
.hero-dots-wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.hero-dots-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1rem;
  background: rgba(5, 16, 33, 0.85);
  border-radius: 30px;
  border: 1px solid rgba(0, 194, 203, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.hero-dot {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-dot .dot-text {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  padding: 0.3rem 0.65rem;
  background: #040e1c;
  border: 1px solid var(--color-cyan);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.hero-dot:hover .dot-text {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.hero-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}

.hero-dot.active {
  background: var(--color-cyan);
  width: 32px;
  border-radius: 12px;
  box-shadow: 0 0 14px rgba(0, 194, 203, 0.7);
}

/* Responsive adjustments for Hero Carousel */
@media (max-width: 1024px) {
  .hero-arrow-prev {
    left: 0.75rem;
  }
  .hero-arrow-next {
    right: 0.75rem;
  }
  .banner-sub {
    display: none;
  }
  .hero-bottom-trust .hero-trust-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    padding: 1.2rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 85px;
    padding-bottom: 25px;
  }
  .hero-graphic-container {
    padding: 0 0.85rem;
  }
  .hero-banner-card {
    border-radius: 14px;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 194, 203, 0.15);
  }
  .hero-slider {
    min-height: auto;
  }
  .hero-arrow {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
    background: rgba(4, 14, 28, 0.75);
  }
  .hero-arrow-prev {
    left: 0.25rem;
  }
  .hero-arrow-next {
    right: 0.25rem;
  }
  .hero-banner-action-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
  }
  .banner-badge-info {
    width: 100%;
    justify-content: flex-start;
    gap: 0.55rem;
  }
  .banner-cat-tag {
    font-size: 0.78rem;
    letter-spacing: 1px;
  }
  .banner-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }
  .banner-actions .btn {
    font-size: 0.78rem;
    padding: 0.55rem 0.5rem;
    justify-content: center;
    min-height: 40px;
  }
  .hero-dots-wrapper {
    margin-top: 1.1rem;
  }
  .hero-bottom-trust {
    margin-top: 1.5rem;
    padding: 0 0.85rem;
  }
  .hero-bottom-trust .hero-trust-bar {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1rem 1.2rem;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding-top: 78px;
    padding-bottom: 20px;
  }
  .hero-graphic-container {
    padding: 0 0.45rem;
  }
  .hero-banner-card {
    border-radius: 12px;
  }
  .hero-banner-action-bar {
    padding: 0.7rem 0.75rem;
    gap: 0.6rem;
  }
  .banner-cat-tag {
    font-size: 0.72rem;
    letter-spacing: 0.5px;
  }
  .banner-actions {
    gap: 0.45rem;
  }
  .banner-actions .btn {
    font-size: 0.74rem;
    padding: 0.45rem 0.35rem;
    min-height: 38px;
  }
  .hero-arrow {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }
  .hero-arrow-prev {
    left: 0.15rem;
  }
  .hero-arrow-next {
    right: 0.15rem;
  }
  .hero-dots-nav {
    padding: 0.35rem 0.7rem;
    gap: 0.4rem;
  }
  .hero-dot {
    height: 8px;
    width: 8px;
  }
  .hero-dot.active {
    width: 24px;
  }
}

/* ==========================================================================
   4. 3-Division Category Showcase & Subcategories Grid
   ========================================================================== */
.categories-section {
  padding: 60px 0 80px;
  background-color: var(--color-bg-dark);
  position: relative;
}

.categories-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 2.5rem;
}

.categories-header .section-tag {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--color-gold);
  margin-bottom: 0.75rem;
}

.categories-header .section-title {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 0.85rem;
  color: #ffffff;
}

.categories-header .section-desc {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* Division Filter / Navigation Tabs */
.categories-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.cat-tab-btn {
  padding: 0.65rem 1.35rem;
  border-radius: 30px;
  border: 1px solid rgba(0, 194, 203, 0.25);
  background: rgba(7, 25, 51, 0.85);
  color: #cbd5e1;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
}

.cat-tab-btn i {
  color: var(--color-cyan);
}

.cat-tab-btn:hover {
  border-color: var(--color-cyan);
  color: #ffffff;
  background: rgba(0, 194, 203, 0.15);
  transform: translateY(-2px);
}

.cat-tab-btn.active {
  background: var(--color-cyan);
  color: #040e1c;
  border-color: var(--color-cyan);
  box-shadow: 0 0 20px rgba(0, 194, 203, 0.45);
}

.cat-tab-btn.active i {
  color: #040e1c;
}

.cat-tab-count {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.15rem 0.5rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
}

.cat-tab-btn.active .cat-tab-count {
  background: rgba(0, 0, 0, 0.2);
  color: #040e1c;
}

/* Division Showcase Block */
.division-showcase-block {
  background: #071933;
  border: 1px solid rgba(0, 194, 203, 0.22);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.7);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.division-showcase-block:hover {
  border-color: rgba(0, 194, 203, 0.45);
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.8), 0 0 35px rgba(0, 194, 203, 0.12);
}

.division-banner-header {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 2.5rem;
  padding: 2.2rem 2.8rem;
  background: linear-gradient(135deg, rgba(8, 26, 52, 0.98) 0%, rgba(4, 15, 30, 0.98) 100%);
  border-bottom: 1px solid rgba(0, 194, 203, 0.16);
}

.division-badge-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}

.division-icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.div-surgical .division-icon-badge { background: rgba(0, 194, 203, 0.18); color: var(--color-cyan); }
.div-dental .division-icon-badge { background: rgba(212, 175, 55, 0.18); color: var(--color-gold); }
.div-beauty .division-icon-badge { background: rgba(244, 63, 94, 0.18); color: #fb7185; }

.division-badge-tag {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--color-gold);
}

.division-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
  letter-spacing: -0.5px;
  color: #ffffff;
}

.division-desc {
  font-size: 0.94rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 1.35rem;
}

.division-actions-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.division-header-media {
  border-radius: 14px;
  overflow: hidden;
  height: 200px;
  border: 1px solid rgba(0, 194, 203, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  position: relative;
}

.division-header-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.division-showcase-block:hover .division-header-media img {
  transform: scale(1.04);
}

/* Subcategories Container & Grid */
.subcategories-container {
  padding: 2.2rem 2.8rem 2.8rem;
}

.subcategories-section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.subcategories-section-label h4 {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--color-cyan);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.subcategories-count-badge {
  font-size: 0.76rem;
  color: #94a3b8;
}

.subcategories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  gap: 1rem;
}

.subcat-card {
  background: rgba(4, 15, 30, 0.85);
  border: 1px solid rgba(0, 194, 203, 0.14);
  border-radius: 12px;
  padding: 1.15rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.subcat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--color-cyan);
  transition: height 0.25s ease;
}

.subcat-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-cyan);
  background: rgba(7, 27, 56, 0.95);
  box-shadow: 0 12px 28px -5px rgba(0, 194, 203, 0.22);
}

.subcat-card:hover::before {
  height: 100%;
}

.subcat-icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(0, 194, 203, 0.1);
  color: var(--color-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  transition: all 0.25s ease;
}

.subcat-card:hover .subcat-icon-wrap {
  background: var(--color-cyan);
  color: #040e1c;
  transform: scale(1.08);
}

.subcat-name {
  font-size: 0.96rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.subcat-inquire-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--color-cyan);
  margin-top: 0.65rem;
  transition: gap 0.2s ease;
}

.subcat-card:hover .subcat-inquire-link {
  gap: 0.6rem;
  color: #ffffff;
}

/* Responsive adjustments for 3-Division Showcase */
@media (max-width: 1024px) {
  .division-banner-header {
    grid-template-columns: 1fr;
    padding: 1.8rem 2rem;
    gap: 1.5rem;
  }
  .division-header-media {
    display: none;
  }
  .subcategories-container {
    padding: 1.8rem 2rem;
  }
  .subcategories-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.85rem;
  }
}

@media (max-width: 680px) {
  .categories-header .section-title {
    font-size: 1.8rem;
  }
  .division-title {
    font-size: 1.6rem;
  }
  .division-banner-header {
    padding: 1.4rem 1.2rem;
  }
  .subcategories-container {
    padding: 1.4rem 1.2rem;
  }
  .subcategories-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
  }
  .subcat-card {
    padding: 0.9rem 0.75rem;
  }
  .subcat-name {
    font-size: 0.86rem;
  }
}

@media (max-width: 400px) {
  .subcategories-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   5. Stats & Track Record Bar
   ========================================================================== */
.stats-section {
  padding: 20px 0 50px;
}

.stats-container {
  background: #071933;
  border: 1px solid rgba(0, 194, 203, 0.25);
  border-radius: 14px;
  padding: 2rem 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stat-icon {
  font-size: 2.2rem;
  color: var(--color-cyan);
  opacity: 0.9;
}

.stat-number {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
}

.stat-slash {
  color: var(--color-cyan);
  margin: 0 2px;
}

.stat-label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #94a3b8;
  text-transform: uppercase;
  margin-top: 2px;
}

.stat-sub {
  font-size: 0.72rem;
  color: #64748b;
  margin-top: 2px;
}

/* ==========================================================================
   6. Why Choose Us Section
   ========================================================================== */
.why-choose-section {
  padding: 80px 0;
  background-color: var(--color-bg-light);
  color: var(--color-text-dark);
}

.why-choose-wrapper {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 3rem;
  align-items: flex-start;
}

.section-tag {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--color-gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.6rem;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #0f172a;
}

.cyan-accent-line {
  width: 50px;
  height: 4px;
  background-color: var(--color-cyan);
  border-radius: 2px;
  margin-top: 1.2rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}

.feature-card {
  background: var(--color-bg-light-alt);
  padding: 1.4rem 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--color-border-light);
  transition: all var(--transition-normal);
}

.feature-card:hover {
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  border-color: var(--color-cyan);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(0, 194, 203, 0.1);
  color: #00a5ad;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.feature-title {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.feature-desc {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.5;
}

/* ==========================================================================
   7. Precision Series Feature Banner
   ========================================================================== */
.precision-series-section {
  padding: 50px 0 70px;
  background-color: var(--color-bg-dark);
}

.precision-series-banner {
  background: linear-gradient(135deg, #071a33 0%, #051327 100%);
  border: 1px solid rgba(0, 194, 203, 0.25);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.precision-content {
  padding: 3.5rem;
}

.series-tag {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--color-gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.75rem;
}

.series-title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.series-points {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 2.2rem;
}

.series-point {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.point-num {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--color-cyan);
  line-height: 1;
}

.point-info strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.point-info span {
  font-size: 0.82rem;
  color: #94a3b8;
}

.precision-media {
  width: 100%;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
}

.precision-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.precision-series-banner:hover .precision-media img {
  transform: scale(1.04);
}

/* ==========================================================================
   8. Delivering Excellence / Client Logos
   ========================================================================== */
.partners-section {
  padding: 60px 0;
  background-color: var(--color-bg-light);
  color: var(--color-text-dark);
  text-align: center;
}

.partners-header {
  margin-bottom: 2.5rem;
}

.partners-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.partner-card {
  padding: 0.8rem 1.6rem;
  background: var(--color-bg-light-alt);
  border: 1px solid var(--color-border-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  transition: all var(--transition-fast);
}

.partner-card:hover {
  transform: translateY(-3px);
  border-color: var(--color-cyan);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.partner-card img {
  height: 38px;
  width: auto;
  opacity: 0.85;
  transition: opacity var(--transition-fast);
}

.partner-card:hover img {
  opacity: 1;
}

/* ==========================================================================
   9. Latest News & Insights
   ========================================================================== */
.news-section {
  padding: 70px 0 80px;
  background-color: var(--color-bg-light-alt);
  color: var(--color-text-dark);
}

.news-header {
  margin-bottom: 2rem;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.news-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid var(--color-border-light);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 194, 203, 0.4);
}

.news-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .news-media img {
  transform: scale(1.05);
}

.news-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.news-title {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.news-excerpt {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #00a5ad;
  transition: gap var(--transition-fast);
}

.news-link:hover {
  gap: 0.7rem;
  color: var(--color-cyan);
}

/* ==========================================================================
   10. Pre-Footer Call to Action Banner
   ========================================================================== */
.prefooter-cta-section {
  padding: 30px 0;
  background-color: var(--color-bg-dark);
}

.prefooter-cta-card {
  background: #081a33;
  border: 1px solid var(--color-border-dark);
  border-radius: 14px;
  padding: 2.2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.cta-icon-box {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0, 194, 203, 0.15);
  color: var(--color-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}

.cta-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.cta-subtitle {
  font-size: 0.92rem;
  color: #94a3b8;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

/* ==========================================================================
   11. Global Site Footer
   ========================================================================== */
.site-footer {
  background: #040e1c;
  border-top: 1px solid var(--color-border-dark);
  padding: 60px 0 30px;
  color: #94a3b8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.4fr 1.5fr 1.3fr;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}

.footer-logo img {
  height: 42px;
  width: auto;
  margin-bottom: 1.2rem;
}

.footer-bio {
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #94a3b8;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--color-border-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  font-size: 0.9rem;
  transition: all var(--transition-fast);
}

.social-icon:hover {
  background: var(--color-cyan);
  color: #041224;
  border-color: var(--color-cyan);
  transform: translateY(-2px);
}

.footer-col-title {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.footer-nav-list li {
  margin-bottom: 0.75rem;
}

.footer-nav-list a {
  font-size: 0.88rem;
  color: #94a3b8;
  transition: color var(--transition-fast);
}

.footer-nav-list a:hover {
  color: var(--color-cyan);
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  font-size: 0.88rem;
}

.footer-contact-list i {
  color: var(--color-cyan);
  margin-top: 4px;
}

.footer-quote-btn-wrap {
  margin-top: 1.2rem;
}

.footer-certs-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cert-badge-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--color-border-dark);
  border-radius: 8px;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-badge-card img {
  height: 32px;
  width: auto;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid var(--color-border-dark);
  font-size: 0.82rem;
  color: #64748b;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-bottom-links a:hover {
  color: #cbd5e1;
}

/* ==========================================================================
   12. Request A Quote (RFQ) Modal
   ========================================================================== */
.quote-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 12, 24, 0.8);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-normal);
}

.quote-modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.quote-modal-box {
  background: #091c36;
  border: 1px solid var(--color-border-cyan);
  border-radius: 18px;
  width: 100%;
  max-width: 620px;
  padding: 2.2rem;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
  transform: scale(0.95);
  transition: transform var(--transition-normal);
  max-height: 90vh;
  overflow-y: auto;
}

.quote-modal-backdrop.active .quote-modal-box {
  transform: scale(1);
}

.quote-modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition-fast);
}

.quote-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.quote-modal-header {
  margin-bottom: 1.5rem;
}

.modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--color-cyan);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.quote-modal-header h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.quote-modal-header p {
  font-size: 0.88rem;
  color: #94a3b8;
}

.quote-modal-form .form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #cbd5e1;
  margin-bottom: 0.35rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: #06152b;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 0.7rem 1rem;
  color: #ffffff;
  font-size: 0.9rem;
  transition: border-color var(--transition-fast);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--color-cyan);
  box-shadow: 0 0 10px rgba(0, 194, 203, 0.2);
}

.form-group textarea {
  resize: vertical;
}

.form-alert {
  padding: 0.8rem 1rem;
  border-radius: 8px;
  font-size: 0.88rem;
  margin-bottom: 1rem;
}

.form-alert.success {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid #10b981;
  color: #34d399;
}

.form-alert.error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid #ef4444;
  color: #f87171;
}

/* ==========================================================================
   13. Inner Page & Single Article Styles
   ========================================================================== */
.inner-page-hero {
  padding: 130px 0 50px;
  background: linear-gradient(180deg, #040e1c 0%, #061325 100%);
  border-bottom: 1px solid var(--color-border-dark);
}

.page-breadcrumbs {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 0.8rem;
}

.page-breadcrumbs a {
  color: var(--color-cyan);
}

.inner-page-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
}

.inner-page-content {
  padding: 60px 0 90px;
}

.page-article-body {
  background: #091a33;
  padding: 2.5rem;
  border-radius: 14px;
  border: 1px solid var(--color-border-dark);
  line-height: 1.8;
}

.single-post-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem;
}

.post-main-content {
  background: #091a33;
  padding: 2rem;
  border-radius: 14px;
  border: 1px solid var(--color-border-dark);
}

.post-featured-media {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.post-meta-bar {
  display: flex;
  gap: 1.5rem;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #94a3b8;
}

.sidebar-widget {
  background: #091a33;
  padding: 1.8rem;
  border-radius: 14px;
  border: 1px solid var(--color-border-dark);
}

.quote-widget h4 {
  font-size: 1.2rem;
  margin: 0.6rem 0 0.8rem;
  color: #ffffff;
}

.quote-widget p {
  font-size: 0.88rem;
  color: #94a3b8;
  margin-bottom: 1.2rem;
}

/* ==========================================================================
   14. Responsive Breakpoints (Desktop, Tablet, Mobile)
   ========================================================================== */

/* Tablet & Smaller Laptops (<= 1100px) */
@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero-title {
    font-size: 2.6rem;
  }
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .stats-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .why-choose-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

/* Tablet & Mobile (<= 860px) */
@media (max-width: 860px) {
  .desktop-navigation,
  .header-actions .btn-quote,
  .header-actions .lang-selector {
    display: none;
  }
  .mobile-nav-toggle {
    display: flex;
  }
  .hero-section {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-trust-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 1.5rem;
    gap: 1.2rem;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .precision-series-banner {
    grid-template-columns: 1fr;
  }
  .precision-content {
    padding: 2rem;
  }
  .precision-media {
    min-height: 250px;
  }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .prefooter-cta-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.8rem;
  }
  .quote-modal-form .form-row-2 {
    grid-template-columns: 1fr;
  }
}

/* Mobile Phones (<= 580px) */
@media (max-width: 580px) {
  .hero-title {
    font-size: 1.85rem;
  }
  .hero-cta-group {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .categories-grid {
    grid-template-columns: 1fr;
  }
  .stats-container {
    grid-template-columns: 1fr;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .cta-actions .btn {
    width: 100%;
  }
  .quote-modal-box {
    padding: 1.5rem;
  }
}
