/*
Theme Name: Astra Child - Symtek Scientific
Theme URI: https://symtekscientific.com
Template: astra
Author: Symtek Scientific
Author URI: https://symtekscientific.com
Description: Professional child theme for Symtek Scientific — Laboratory Gas Pipeline & Analytical Instrument Company
Version: 3.0.0
License: GNU General Public License v2
Text Domain: astra-child-symtek
*/

/* ============================
   DESIGN SYSTEM — CSS TOKENS
   ============================ */
:root {
  /* Colors */
  --st-primary: #0F2B5B;
  --st-primary-dark: #0A1F42;
  --st-teal: #0891B2;
  --st-teal-light: #CFFAFE;
  --st-navy-dark: #0A1628;
  --st-white: #FFFFFF;
  --st-bg-light: #F8FAFB;
  --st-bg-alt: #F1F5F9;
  --st-text-dark: #1E293B;
  --st-text-body: #475569;
  --st-text-muted: #64748B;
  --st-success: #059669;
  --st-border: #E2E8F0;
  --st-border-light: #F1F5F9;
  --st-shadow-sm: 0 1px 3px rgba(15,43,91,0.08);
  --st-shadow-md: 0 4px 16px rgba(15,43,91,0.1);
  --st-shadow-lg: 0 12px 40px rgba(15,43,91,0.15);
  --st-radius: 8px;
  --st-radius-lg: 12px;
  --st-radius-xl: 16px;
  
  /* Gas Colors */
  --st-gas-h2: #DC2626;
  --st-gas-he: #D97706;
  --st-gas-air: #2563EB;
  --st-gas-n2: #059669;
  
  /* Typography */
  --st-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --st-h1-size: 44px;
  --st-h2-size: 34px;
  --st-h3-size: 24px;
  --st-h4-size: 20px;
  --st-body-size: 16px;
  --st-small-size: 14px;
  
  /* Spacing */
  --st-section-py: 80px;
  --st-container-max: 1200px;
  --st-gap: 24px;
}

/* ============================
   GLOBAL RESETS & BASE
   ============================ */
body {
  font-family: var(--st-font) !important;
  color: var(--st-text-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.entry-content h1, .entry-content h2, .entry-content h3 {
  font-family: var(--st-font) !important;
  color: var(--st-text-dark);
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1, .elementor-widget-heading h1.elementor-heading-title { font-size: var(--st-h1-size); line-height: 1.2; }
h2, .elementor-widget-heading h2.elementor-heading-title { font-size: var(--st-h2-size); line-height: 1.25; }
h3, .elementor-widget-heading h3.elementor-heading-title { font-size: var(--st-h3-size); line-height: 1.35; }
h4, .elementor-widget-heading h4.elementor-heading-title { font-size: var(--st-h4-size); line-height: 1.4; }

a {
  color: var(--st-teal);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover { color: var(--st-primary); }

/* ============================
   ICON RENDERING FIXES & STYLING
   ============================ */
.elementor-icon,
.elementor-icon-box-icon .elementor-icon,
.elementor-icon-list-icon .elementor-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
  font-weight: 900 !important;
  color: var(--st-teal) !important;
  font-style: normal !important;
}

.elementor-icon i,
.elementor-icon-box-icon i,
.elementor-icon-list-icon i,
i.fas, i.fa-solid, i.far, i.fa-regular, i.fab {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  display: inline-block !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: 16px !important;
}

/* ============================
   PREMIUM CORPORATE HEADER
   ============================ */
#masthead,
.site-header {
  background: #FFFFFF !important;
  border-bottom: 1px solid var(--st-border) !important;
  box-shadow: 0 2px 12px rgba(15, 43, 91, 0.05) !important;
  position: relative !important;
  z-index: 999 !important;
}

.ast-above-header-wrap,
.ast-primary-header-wrap {
  background: #FFFFFF !important;
  border: none !important;
}

.ast-above-header-bar,
.ast-primary-header-bar {
  background: #FFFFFF !important;
  min-height: 76px !important;
  display: flex !important;
  align-items: center !important;
  border: none !important;
}

.site-above-header-wrap.ast-container,
.site-primary-header-wrap.ast-container {
  max-width: 1240px !important;
  padding: 0 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}

.ast-builder-grid-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}

/* Site Branding & Logo */
.site-branding,
.ast-site-identity {
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 0 !important;
  margin: 0 !important;
}

.custom-logo-link {
  display: inline-flex !important;
  align-items: center !important;
}

.custom-logo-link img,
.site-logo-img img {
  max-height: 48px !important;
  max-width: 240px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.ast-site-title-wrap {
  display: none !important; /* Hide empty title wrapper when logo is present */
}

/* Desktop Navigation Menu */
.main-header-bar-navigation {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.main-header-menu {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.main-header-menu > .menu-item > a {
  font-family: var(--st-font) !important;
  font-weight: 600 !important;
  font-size: 14.5px !important;
  color: var(--st-text-dark) !important;
  padding: 10px 16px !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.3 !important;
}

.main-header-menu > .menu-item:hover > a,
.main-header-menu > .menu-item.current-menu-item > a {
  color: var(--st-teal) !important;
  background: var(--st-bg-light) !important;
}

/* Dropdown Arrows */
.main-header-menu .dropdown-menu-toggle {
  display: inline-flex !important;
  align-items: center !important;
  margin-left: 4px !important;
}

.main-header-menu .ast-arrow-svg {
  width: 9px !important;
  height: 9px !important;
  fill: var(--st-text-muted) !important;
  transition: transform 0.2s ease, fill 0.2s ease !important;
}

.main-header-menu .menu-item:hover > a .ast-arrow-svg {
  fill: var(--st-teal) !important;
  transform: rotate(180deg) !important;
}

.main-header-menu button.ast-menu-toggle {
  display: none !important; /* Hide redundant desktop button */
}

/* Dropdown Sub-menu */
.main-header-menu .sub-menu {
  background: #FFFFFF !important;
  border: 1px solid var(--st-border) !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 36px rgba(15, 43, 91, 0.14) !important;
  padding: 8px !important;
  min-width: 260px !important;
  top: calc(100% + 6px) !important;
  display: none;
}

.main-header-menu .menu-item:hover > .sub-menu {
  display: block !important;
  animation: fadeInDown 0.2s ease forwards !important;
}

.main-header-menu .sub-menu .menu-item > a {
  font-size: 13.5px !important;
  font-weight: 500 !important;
  padding: 9px 16px !important;
  color: var(--st-text-body) !important;
  border-radius: 6px !important;
  display: block !important;
  transition: all 0.2s ease !important;
}

.main-header-menu .sub-menu .menu-item > a .ast-icon {
  display: none !important; /* Hide duplicate arrows in submenu items */
}

.main-header-menu .sub-menu .menu-item:hover > a {
  color: var(--st-teal) !important;
  background: var(--st-bg-light) !important;
  padding-left: 20px !important;
}

/* Header Button / CTA */
.ast-builder-button-wrap {
  display: inline-flex !important;
  align-items: center !important;
}

.ast-builder-button-wrap > a.menu-link {
  display: none !important; /* Hide duplicate link text */
}

.ast-header-button-1 .ast-custom-button-link,
.ast-builder-button-wrap .ast-custom-button-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--st-primary) !important;
  color: #FFFFFF !important;
  font-family: var(--st-font) !important;
  font-weight: 600 !important;
  font-size: 13.5px !important;
  padding: 10px 22px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: 0 2px 8px rgba(15, 43, 91, 0.15) !important;
  transition: all 0.2s ease !important;
  letter-spacing: 0.02em !important;
}

.ast-header-button-1 .ast-custom-button-link .ast-custom-button,
.ast-builder-button-wrap .ast-custom-button-link .ast-custom-button {
  color: #FFFFFF !important;
}

.ast-header-button-1 .ast-custom-button-link:hover,
.ast-builder-button-wrap .ast-custom-button-link:hover {
  background: var(--st-teal) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 14px rgba(8, 145, 178, 0.3) !important;
}

/* ============================
   HERO SECTION
   ============================ */
.st-hero-section {
  position: relative;
  overflow: hidden;
}

.st-hero-section .elementor-heading-title {
  color: var(--st-white) !important;
}

.st-hero-overlay {
  background: linear-gradient(135deg, rgba(15,43,91,0.92) 0%, rgba(10,22,40,0.88) 100%) !important;
}

.st-kicker {
  display: inline-block;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--st-teal) !important;
  margin-bottom: 12px;
}

/* ============================
   BUTTONS (ELEMENTOR)
   ============================ */
.elementor-button-wrapper .elementor-button,
.elementor-widget-button .elementor-button {
  font-family: var(--st-font) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  border-radius: 6px !important;
  padding: 14px 32px !important;
  transition: all 0.25s ease !important;
  letter-spacing: 0.01em;
}

.st-btn-primary .elementor-button {
  background: var(--st-primary) !important;
  color: var(--st-white) !important;
  border: none !important;
}
.st-btn-primary .elementor-button:hover {
  background: var(--st-teal) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(8,145,178,0.35) !important;
}

.st-btn-outline .elementor-button {
  background: transparent !important;
  color: var(--st-white) !important;
  border: 2px solid rgba(255,255,255,0.4) !important;
}
.st-btn-outline .elementor-button:hover {
  background: var(--st-white) !important;
  color: var(--st-primary) !important;
  border-color: var(--st-white) !important;
}

.st-btn-teal .elementor-button {
  background: var(--st-teal) !important;
  color: var(--st-white) !important;
}
.st-btn-teal .elementor-button:hover {
  background: var(--st-primary) !important;
}

/* ============================
   STATS / COUNTER STRIP
   ============================ */
.st-stats-strip {
  background: var(--st-primary) !important;
}

.st-stats-strip .elementor-heading-title {
  color: var(--st-white) !important;
}

.st-stat-number {
  font-size: 36px !important;
  font-weight: 800 !important;
  color: var(--st-white) !important;
  line-height: 1.1 !important;
}

.st-stat-label {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.75) !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ============================
   SERVICE / SOLUTION CARDS
   ============================ */
.st-card {
  background: var(--st-white) !important;
  border: 1px solid var(--st-border) !important;
  border-radius: var(--st-radius-lg) !important;
  padding: 36px 28px !important;
  transition: all 0.3s ease !important;
  position: relative;
  overflow: hidden;
}

.st-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--st-primary), var(--st-teal));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.st-card:hover {
  border-color: transparent !important;
  box-shadow: var(--st-shadow-lg) !important;
  transform: translateY(-4px);
}

.st-card:hover::before {
  opacity: 1;
}

.st-card .elementor-icon-box-icon {
  width: 60px !important;
  height: 60px !important;
  background: var(--st-teal-light) !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
  transition: all 0.3s ease !important;
}

.st-card .elementor-icon-box-icon .elementor-icon {
  color: var(--st-teal) !important;
  font-size: 26px !important;
  transition: color 0.3s ease !important;
}

.st-card:hover .elementor-icon-box-icon {
  background: var(--st-primary) !important;
}

.st-card:hover .elementor-icon-box-icon .elementor-icon {
  color: #FFFFFF !important;
}

.st-card .elementor-icon-box-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--st-text-dark) !important;
  margin-bottom: 12px !important;
}

.st-card .elementor-icon-box-description {
  font-size: 15px !important;
  color: var(--st-text-muted) !important;
  line-height: 1.6 !important;
}

/* ============================
   ICON BOXES (FEATURES)
   ============================ */
.st-feature-icon .elementor-icon-box-icon {
  background: var(--st-teal-light) !important;
  border-radius: var(--st-radius) !important;
  width: 56px !important;
  height: 56px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.st-feature-icon .elementor-icon {
  color: var(--st-teal) !important;
  font-size: 24px !important;
}

/* ============================
   SECTION BACKGROUNDS
   ============================ */
.st-bg-light {
  background: var(--st-bg-light) !important;
}

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

.st-bg-dark {
  background: var(--st-navy-dark) !important;
}

.st-bg-navy .elementor-heading-title,
.st-bg-dark .elementor-heading-title {
  color: var(--st-white) !important;
}

.st-bg-navy .elementor-widget-text-editor,
.st-bg-dark .elementor-widget-text-editor {
  color: rgba(255,255,255,0.8) !important;
}

/* ============================
   SECTION HEADINGS
   ============================ */
.st-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.st-section-kicker {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: var(--st-teal) !important;
  margin-bottom: 8px !important;
}

.st-section-title {
  font-size: var(--st-h2-size) !important;
  font-weight: 700 !important;
  color: var(--st-text-dark) !important;
  margin-bottom: 16px !important;
}

.st-section-desc {
  font-size: 17px !important;
  color: var(--st-text-muted) !important;
  max-width: 680px;
  margin: 0 auto;
}

/* ============================
   WHY CHOOSE US / BENEFITS
   ============================ */
.st-benefit-item {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.st-benefit-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--st-teal-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--st-teal);
}

/* ============================
   INDUSTRIES GRID
   ============================ */
.st-industry-pill {
  background: var(--st-white) !important;
  border: 1px solid var(--st-border) !important;
  border-radius: 50px !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: var(--st-text-dark) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.st-industry-pill:hover {
  border-color: var(--st-teal) !important;
  color: var(--st-teal) !important;
  background: var(--st-teal-light) !important;
}

/* ============================
   CTA SECTION
   ============================ */
.st-cta-section {
  background: linear-gradient(135deg, var(--st-bg-light) 0%, #EFF6FF 100%) !important;
  border-radius: var(--st-radius-xl) !important;
  padding: 64px 48px !important;
  text-align: center;
}

/* ============================
   ACCORDION (FAQ)
   ============================ */
.elementor-widget-accordion .elementor-accordion {
  border: none !important;
}

.elementor-widget-accordion .elementor-accordion-item {
  background: var(--st-white) !important;
  border: 1px solid var(--st-border) !important;
  border-radius: var(--st-radius) !important;
  margin-bottom: 12px !important;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.elementor-widget-accordion .elementor-accordion-item:hover {
  border-color: var(--st-teal) !important;
}

.elementor-widget-accordion .elementor-tab-title {
  padding: 20px 24px !important;
  font-family: var(--st-font) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: var(--st-text-dark) !important;
  background: transparent !important;
  border: none !important;
}

.elementor-widget-accordion .elementor-tab-title.elementor-active {
  color: var(--st-primary) !important;
}

.elementor-widget-accordion .elementor-tab-content {
  padding: 0 24px 20px !important;
  font-size: 15px !important;
  color: var(--st-text-body) !important;
  line-height: 1.7 !important;
  border-top: none !important;
}

.elementor-widget-accordion .elementor-accordion-icon {
  color: var(--st-teal) !important;
}

/* ============================
   SYMTEK CORPORATE WEBFORM
   ============================ */
.st-contact-form-wrapper {
  background: #FFFFFF !important;
  border: 1px solid var(--st-border) !important;
  border-radius: var(--st-radius-lg) !important;
  padding: 36px !important;
  box-shadow: var(--st-shadow-md) !important;
}

.st-form-grid-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  margin-bottom: 20px !important;
}

.st-form-group {
  margin-bottom: 20px !important;
}

.st-field-label {
  display: block !important;
  font-family: var(--st-font) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: var(--st-text-dark) !important;
  margin-bottom: 8px !important;
}

.st-required {
  color: #EF4444 !important;
}

.st-input,
.st-select,
.st-textarea {
  width: 100% !important;
  font-family: var(--st-font) !important;
  font-size: 15px !important;
  color: var(--st-text-dark) !important;
  background: #F8FAFB !important;
  border: 1px solid var(--st-border) !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
}

.st-input:focus,
.st-select:focus,
.st-textarea:focus {
  background: #FFFFFF !important;
  border-color: var(--st-teal) !important;
  box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.12) !important;
  outline: none !important;
}

.st-textarea {
  resize: vertical !important;
  min-height: 110px !important;
}

.st-form-consent {
  margin-bottom: 24px !important;
}

.st-checkbox-label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 13.5px !important;
  color: var(--st-text-body) !important;
  cursor: pointer !important;
  line-height: 1.5 !important;
}

.st-checkbox-label input[type="checkbox"] {
  margin-top: 3px !important;
  accent-color: var(--st-teal) !important;
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
}

.st-submit-btn {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: var(--st-primary) !important;
  color: #FFFFFF !important;
  font-family: var(--st-font) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 16px 32px !important;
  border-radius: 8px !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(15, 43, 91, 0.25) !important;
  transition: all 0.25s ease !important;
}

.st-submit-btn:hover {
  background: var(--st-teal) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(8, 145, 178, 0.35) !important;
}

/* Alert Notification Boxes */
.st-form-alert {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  padding: 16px 20px !important;
  border-radius: 8px !important;
  margin-bottom: 24px !important;
  font-size: 14.5px !important;
}

.st-form-alert i {
  font-size: 20px !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

.st-form-alert p {
  margin: 4px 0 0 0 !important;
  font-size: 13.5px !important;
}

.st-alert-success {
  background: #ECFDF5 !important;
  border: 1px solid #6EE7B7 !important;
  color: #065F46 !important;
}
.st-alert-success i { color: #059669 !important; }

.st-alert-error {
  background: #FEF2F2 !important;
  border: 1px solid #FCA5A5 !important;
  color: #991B1B !important;
}
.st-alert-error i { color: #DC2626 !important; }

.st-alert-warning {
  background: #FFFBEB !important;
  border: 1px solid #FCD34D !important;
  color: #92400E !important;
}
.st-alert-warning i { color: #D97706 !important; }

@media (max-width: 767px) {
  .st-contact-form-wrapper {
    padding: 24px 16px !important;
  }
  .st-form-grid-2 {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
}

/* ============================
   GOOGLE MAPS
   ============================ */
.elementor-widget-google_maps iframe {
  border-radius: var(--st-radius-lg) !important;
  border: 1px solid var(--st-border) !important;
}

/* ============================
   IMAGE STYLING
   ============================ */
.st-hero-image .elementor-image img {
  border-radius: var(--st-radius-lg) !important;
  box-shadow: var(--st-shadow-lg) !important;
}

.st-rounded-image .elementor-image img {
  border-radius: var(--st-radius-lg) !important;
}

/* ============================
   CUSTOM 4-COLUMN FOOTER
   ============================ */
#colophon {
  display: none !important; /* Hide default Astra empty 1-line footer */
}

.st-custom-footer {
  background: #0A1628 !important;
  color: #94A3B8 !important;
  font-family: var(--st-font) !important;
  padding: 70px 0 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  position: relative !important;
  z-index: 10 !important;
}

.st-footer-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.st-footer-grid {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr !important;
  gap: 40px !important;
  padding-bottom: 50px !important;
}

.st-footer-logo {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
}

.st-footer-logo-img {
  height: 44px !important;
  width: 44px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  background: #FFFFFF !important;
  padding: 2px !important;
}

.st-footer-brand-title {
  color: #FFFFFF !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  letter-spacing: -0.02em !important;
}

.st-footer-desc {
  color: #94A3B8 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  margin-bottom: 20px !important;
}

.st-footer-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(8, 145, 178, 0.15) !important;
  color: #38BDF8 !important;
  border: 1px solid rgba(8, 145, 178, 0.3) !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.st-footer-heading {
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  margin-bottom: 20px !important;
  position: relative !important;
  padding-bottom: 10px !important;
}

.st-footer-heading::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 32px !important;
  height: 2px !important;
  background: var(--st-teal) !important;
  border-radius: 2px !important;
}

.st-footer-menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.st-footer-menu li {
  margin-bottom: 12px !important;
}

.st-footer-menu li a {
  color: #CBD5E1 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.st-footer-menu li a i {
  font-size: 10px !important;
  color: var(--st-teal) !important;
  transition: transform 0.2s ease !important;
}

.st-footer-menu li a:hover {
  color: #FFFFFF !important;
  padding-left: 4px !important;
}

.st-footer-menu li a:hover i {
  color: #38BDF8 !important;
  transform: translateX(3px) !important;
}

.st-footer-contact-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.st-footer-contact-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
  font-size: 13.5px !important;
  color: #CBD5E1 !important;
  line-height: 1.55 !important;
}

.st-footer-contact-list li i {
  color: var(--st-teal) !important;
  font-size: 14px !important;
  margin-top: 3px !important;
  flex-shrink: 0 !important;
}

.st-footer-contact-list li a {
  color: #CBD5E1 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.st-footer-contact-list li a:hover {
  color: #38BDF8 !important;
}

/* Footer Bottom Bar */
.st-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 24px 0 !important;
}

.st-footer-bottom-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.st-copyright {
  color: #64748B !important;
  font-size: 13px !important;
  margin: 0 !important;
}

.st-copyright strong {
  color: #94A3B8 !important;
}

.st-footer-tagline {
  color: #64748B !important;
  font-size: 13px !important;
  margin: 0 !important;
}

/* ============================
   RESPONSIVE — TABLET
   ============================ */
@media (max-width: 1024px) {
  :root {
    --st-h1-size: 36px;
    --st-h2-size: 28px;
    --st-h3-size: 22px;
    --st-section-py: 60px;
  }
  
  .st-card {
    padding: 28px 24px !important;
  }
}

/* ============================
   RESPONSIVE — MOBILE
   ============================ */
@media (max-width: 767px) {
  :root {
    --st-h1-size: 30px;
    --st-h2-size: 24px;
    --st-h3-size: 20px;
    --st-section-py: 48px;
  }
  
  .st-card {
    padding: 24px 20px !important;
  }
  
  .st-cta-section {
    padding: 40px 24px !important;
  }
  
  .st-stat-number {
    font-size: 28px !important;
  }
  
  .elementor-widget-button .elementor-button {
    padding: 12px 24px !important;
    font-size: 14px !important;
    width: 100%;
    text-align: center;
  }
}

/* ============================
   MOBILE HEADER
   ============================ */
@media (max-width: 921px) {
  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-mobile-header-wrap .ast-mobile-header-bar {
    padding: 12px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: var(--st-white) !important;
    border-bottom: 1px solid var(--st-border) !important;
  }
  
  .ast-mobile-popup-drawer .ast-mobile-popup-inner {
    background: var(--st-white) !important;
  }
  
  .ast-mobile-popup-drawer .menu-item a {
    font-family: var(--st-font) !important;
    font-weight: 500 !important;
    color: var(--st-text-dark) !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
    border-bottom: 1px solid var(--st-border) !important;
  }
  
  .ast-mobile-popup-drawer .menu-item a:hover {
    color: var(--st-teal) !important;
  }
}

/* ============================
   UTILITY CLASSES
   ============================ */
.st-text-white { color: var(--st-white) !important; }
.st-text-teal { color: var(--st-teal) !important; }
.st-text-primary { color: var(--st-primary) !important; }
.st-text-muted { color: var(--st-text-muted) !important; }

.st-mb-0 { margin-bottom: 0 !important; }
.st-mb-8 { margin-bottom: 8px !important; }
.st-mb-16 { margin-bottom: 16px !important; }
.st-mb-24 { margin-bottom: 24px !important; }

.st-pt-0 { padding-top: 0 !important; }
.st-pb-0 { padding-bottom: 0 !important; }

/* Remove Elementor default widget spacing for tighter layouts */
.st-tight-widgets .elementor-widget:not(:last-child) {
  margin-bottom: 8px !important;
}

/* Smooth page transitions */
.elementor-section,
.e-con {
  animation: fadeInUp 0.4s ease both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ============================
   HIDE DEFAULT ASTRA FOOTERS
   ============================ */
#colophon, .site-footer, .ast-builder-footer-wrap, footer.symtek-site-footer {
    display: none !important;
}
/* Ensure our custom footer remains visible */
section.st-custom-footer {
    display: block !important;
}
