/* ==========================================================================
   GLOBAL LAB INDIA — MASTER CUSTOM CSS
   File: wp-content/themes/archub-child/assets/global-custom.css
   Loaded via: functions.php (gl-global-custom handle, priority 99)

   SOURCES MERGED HERE:
     A. Customizer Additional CSS  ✓ merged
     B. Elementor widget #fe7773e  — paste zone below (then delete that widget's <style>)
     C. §7 Defensive responsive safety rules  ✓ merged
     D. §9 Footer responsiveness fix  ✓ merged

   AFTER GOING LIVE ON STAGING:
     1. Empty Appearance → Customize → Additional CSS
     2. Delete <style> block from Elementor widget #fe7773e on homepage
     3. Verify: View Source → search "glh2-h1" → should appear exactly ONCE (this file)
   ========================================================================== */


/* ==========================================================================
   SECTION A — CUSTOMIZER ADDITIONAL CSS (merged from Appearance → Customize)
   ========================================================================== */

/* ================================================================
   GLOBAL LAB INDIA — MASTER CSS OVERRIDE
   §0  CSS Variables & Reset
   §1  LQD Theme Global Overrides
   §2  Navigation — #navWrapper (Header, Mega Menu, Login)
   §3  Mobile Drawer — #mobDrawer
   §4  Homepage — .glh2 (all sections)
   §5  Service Page Template — .gl-svc (all sections)
   §6  Footer — .gl-footer
   §7  Utilities & Shared Components
   §8  Responsive Overrides
   ================================================================ */

/* ================================================================
   §0  CSS VARIABLES & BASE RESET
   ================================================================ */
:root {
  --gl-navy:      #09054d;
  --gl-navy2:     #0a2453;
  --gl-gold:      #FFAA00;
  --gl-gold2:     #efaa3d;
  --gl-gold3:     #f5bc5e;
  --gl-white:     #ffffff;
  --gl-dark-text: #1d2d44;
  --gl-mid-text:  #374151;
  --gl-muted:     #5a6880;
  --gl-border:    #eaecef;
  --gl-light-bg:  #f7f8fa;
  --gl-tr:        0.2s ease;
}

.glh2 *, .gl-svc *, .gl-footer *,
#navWrapper *, #mobDrawer * {
  box-sizing: border-box;
}

/* ================================================================
   §1  LQD THEME GLOBAL OVERRIDES
   ================================================================ */

.elementor-widget-html > .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
}

#navWrapper *:focus,
#navWrapper *:focus-visible,
#mobDrawer *:focus,
#mobDrawer *:focus-visible,
.glh2 *:focus,
.glh2 *:focus-visible,
.gl-svc *:focus,
.gl-svc *:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.glh2 a,
.gl-svc a,
.gl-footer a {
  text-decoration: none !important;
}

.glh2 p,
.gl-svc p {
  margin-bottom: 0;
}

.glh2 h1, .glh2 h2, .glh2 h3, .glh2 h4,
.gl-svc h1, .gl-svc h2, .gl-svc h3, .gl-svc h4 {
  font-family: 'Roboto', sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
}

.glh2 button,
.gl-svc button,
#navWrapper button,
#mobDrawer button {
  font-family: 'Roboto', sans-serif !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.main-header-bar-wrap,
.main-header-bar,
.ast-primary-header-bar,
.site-header .ast-container,
.site-header .main-header-bar,
.lqd-head-sec-wrap,
.lqd-head-sec,
header#masthead {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

/* ================================================================
   §2  NAVIGATION — #navWrapper
   ================================================================ */

#navWrapper .topbar {
  background: var(--gl-navy) !important;
  height: 40px !important;
}
#navWrapper .tb-link {
  color: rgba(255,255,255,0.75) !important;
  font-family: 'Roboto', sans-serif !important;
}
#navWrapper .tb-link:hover {
  color: var(--gl-gold) !important;
  background: rgba(255,255,255,0.06) !important;
}
#navWrapper .tbsep {
  background: rgba(255,255,255,0.2) !important;
}
#navWrapper .tb-login-btn {
  color: var(--gl-gold) !important;
  background: transparent !important;
  font-family: 'Roboto', sans-serif !important;
}
#navWrapper .tb-login-btn:hover {
  background: rgba(255,170,0,0.1) !important;
}

#navWrapper .login-panel {
  background: #ffffff !important;
  border-top: 3px solid var(--gl-gold) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18) !important;
}
#navWrapper .lp-section-title {
  color: var(--gl-navy) !important;
  border-bottom: 2px solid var(--gl-gold) !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  display: block !important;
  background: transparent !important;
}
#navWrapper .lp-link {
  color: #1e2252 !important;
  background: transparent !important;
  text-decoration: none !important;
  display: flex !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  font-family: 'Roboto', sans-serif !important;
  border-left: 3px solid transparent !important;
}
#navWrapper .lp-link::before {
  content: '' !important;
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: var(--gl-gold) !important;
  opacity: 0.6 !important;
  flex-shrink: 0 !important;
}
#navWrapper .lp-link:hover {
  color: var(--gl-navy) !important;
  background: rgba(9,5,77,0.06) !important;
  border-left-color: var(--gl-gold) !important;
}
#navWrapper .lp-link:hover::before {
  opacity: 1 !important;
}

#navWrapper .navbar {
  background: #ffffff !important;
  border-bottom: 0px solid var(--gl-gold) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important;
  overflow: visible !important;
}
#navWrapper .nav-logo img {
  height: 54px !important;
  width: auto !important;
}
#navWrapper .nav-links {
  overflow: visible !important;
}
#navWrapper .nav-links > li > a,
#navWrapper .nav-btn {
  color: var(--gl-navy) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  font-family: 'Roboto', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  background: none !important;
  border-bottom: 3px solid transparent !important;
  text-decoration: none !important;
}
#navWrapper .nav-links > li > a:hover,
#navWrapper .nav-btn:hover,
#navWrapper .nav-links > li.svc-hovered > .nav-btn {
  color: var(--gl-gold) !important;
  background: rgba(9,5,77,0.04) !important;
  border-bottom-color: var(--gl-gold) !important;
}
#navWrapper .arr {
  fill: none !important;
  stroke: currentColor !important;
}
#navWrapper .hamburger span {
  background: var(--gl-navy) !important;
}

#navWrapper .mega-panel {
  background: var(--gl-navy) !important;
  border-top: 2px solid var(--gl-gold) !important;
  border-bottom: 2px solid var(--gl-gold) !important;
}

#navWrapper .m-sidebar {
  background: rgba(0,0,0,0.22) !important;
}
#navWrapper .m-sidebar .si {
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif !important;
  background: transparent !important;
  border-left: 3px solid transparent !important;
}
#navWrapper .m-sidebar .si:hover {
  color: var(--gl-gold) !important;
  background: rgba(255,255,255,0.07) !important;
}
#navWrapper .m-sidebar .si.active {
  color: var(--gl-gold) !important;
  background: rgba(255,170,0,0.11) !important;
  border-left-color: var(--gl-gold) !important;
  font-weight: 600 !important;
}

#navWrapper .m-center {
  background: rgba(0,0,0,0.12) !important;
}
#navWrapper .ng-title {
  color: var(--gl-gold) !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  background: transparent !important;
}
#navWrapper .m-center .ni {
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif !important;
  background: transparent !important;
  border-left: 3px solid transparent !important;
  display: block !important;
  text-decoration: none !important;
}
#navWrapper .m-center .ni:hover {
  color: var(--gl-gold) !important;
  background: rgba(255,255,255,0.07) !important;
}
#navWrapper .m-center .ni.active {
  color: var(--gl-gold) !important;
  background: rgba(255,170,0,0.11) !important;
  border-left-color: var(--gl-gold) !important;
  font-weight: 600 !important;
}

#navWrapper .cp-title {
  color: #ffffff !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
}
#navWrapper .cp-title span {
  color: var(--gl-gold) !important;
}
#navWrapper .m-content .sl {
  color: #dde8f8 !important;
  text-decoration: none !important;
  font-family: 'Roboto', sans-serif !important;
  background: transparent !important;
  border-left: 2px solid transparent !important;
  display: flex !important;
}
#navWrapper .m-content .sl::before {
  content: '' !important;
  display: inline-block !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: var(--gl-gold) !important;
  flex-shrink: 0 !important;
  opacity: 0.55 !important;
}
#navWrapper .m-content .sl:hover {
  color: #ffffff !important;
  background: rgba(255,255,255,0.08) !important;
  border-left-color: var(--gl-gold) !important;
}
#navWrapper .m-content .sl:hover::before {
  opacity: 1 !important;
}

/* ================================================================
   §3  MOBILE DRAWER — #mobDrawer
   ================================================================ */

#mobDrawer {
  background: var(--gl-navy) !important;
}
#mobDrawer .mob-head {
  background: var(--gl-navy) !important;
  border-bottom: 2px solid var(--gl-gold) !important;
}
#mobDrawer .mob-close {
  color: rgba(255,255,255,0.7) !important;
  background: transparent !important;
  border: none !important;
}
#mobDrawer .mob-close:hover {
  color: var(--gl-gold) !important;
}

#mobDrawer .mob-link {
  color: #ffffff !important;
  background: transparent !important;
  font-family: 'Roboto', sans-serif !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.07) !important;
}
#mobDrawer .mob-link:hover,
#mobDrawer .mob-link.svc-open {
  color: var(--gl-gold) !important;
  background: rgba(255,255,255,0.05) !important;
}
#mobDrawer .mob-link-arr {
  fill: none !important;
  stroke: currentColor !important;
}

#mobDrawer .mob-svc-panel {
  background: rgba(0,0,0,0.25) !important;
}

#mobDrawer .mob-cat-btn {
  color: rgba(255,255,255,0.9) !important;
  background: transparent !important;
  font-family: 'Roboto', sans-serif !important;
  border: none !important;
  text-align: left !important;
}
#mobDrawer .mob-cat-btn:hover,
#mobDrawer .mob-cat-btn.open {
  color: var(--gl-gold) !important;
  background: rgba(255,170,0,0.08) !important;
}
#mobDrawer .mob-cat-arr {
  fill: none !important;
  stroke: currentColor !important;
}

#mobDrawer .mob-sub {
  background: rgba(0,0,0,0.2) !important;
}
#mobDrawer .mob-sub-link {
  color: rgba(255,255,255,0.85) !important;
  text-decoration: none !important;
  font-family: 'Roboto', sans-serif !important;
  display: flex !important;
  background: transparent !important;
}
#mobDrawer .mob-sub-link::before {
  content: '' !important;
  display: inline-block !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: var(--gl-gold) !important;
  opacity: 0.5 !important;
  flex-shrink: 0 !important;
}
#mobDrawer .mob-sub-link:hover {
  color: var(--gl-gold) !important;
  background: rgba(255,170,0,0.06) !important;
}
#mobDrawer .mob-sub-link:hover::before {
  opacity: 1 !important;
}

#mobDrawer .mob-footer {
  background: rgba(0,0,0,0.2) !important;
  border-top: 1px solid rgba(255,255,255,0.1) !important;
}
#mobDrawer .mob-footer-link {
  color: rgba(255,255,255,0.7) !important;
  text-decoration: none !important;
}
#mobDrawer .mob-footer-link:hover {
  color: var(--gl-gold) !important;
}

#mobOverlay {
  background: rgba(0,0,0,0.5) !important;
}

/* ================================================================
   §4  HOMEPAGE — .glh2
   ================================================================ */

.glh2 {
  font-family: 'Roboto', sans-serif !important;
  color: var(--gl-dark-text) !important;
}

.glh2 .bg-white a,
.glh2 .bg-gray a {
  color: var(--gl-mid-text) !important;
  text-decoration: none !important;
}
.glh2 .bg-white a:hover,
.glh2 .bg-gray a:hover {
  color: var(--gl-navy) !important;
}

.glh2 .bg-dark a,
.glh2 .bg-navy a {
  color: rgba(255,255,255,0.85) !important;
  text-decoration: none !important;
}
.glh2 .bg-dark a:hover,
.glh2 .bg-navy a:hover {
  color: var(--gl-gold) !important;
}

.glh2 .glh2-svc-link-item {
  color: var(--gl-mid-text) !important;
  text-decoration: none !important;
  background: #ffffff !important;
  border: 1px solid var(--gl-border) !important;
  border-left: 3px solid transparent !important;
  display: flex !important;
  align-items: center !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.glh2 .glh2-svc-link-item:hover {
  color: var(--gl-navy) !important;
  border-left-color: var(--gl-gold) !important;
  background: #fffbf4 !important;
}

.glh2 .glh2-svc-link {
  color: var(--gl-gold2) !important;
  text-decoration: none !important;
  opacity: 1 !important;
  display: inline-flex !important;
  font-weight: 700 !important;
}
.glh2 .glh2-svc-link:hover {
  color: var(--gl-gold3) !important;
}

.glh2 .glh2-btn-g {
  color: var(--gl-dark-text) !important;
  background: var(--gl-gold2) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
}
.glh2 .glh2-btn-g:hover {
  background: var(--gl-gold3) !important;
  color: var(--gl-dark-text) !important;
}
.glh2 .glh2-btn-w {
  color: #ffffff !important;
  background: transparent !important;
  text-decoration: none !important;
  display: inline-flex !important;
  font-family: 'Roboto', sans-serif !important;
}
.glh2 .glh2-btn-w:hover {
  color: #ffffff !important;
  background: rgba(255,255,255,0.08) !important;
}
.glh2 .glh2-btn-d {
  color: var(--gl-dark-text) !important;
  background: transparent !important;
  text-decoration: none !important;
  display: inline-flex !important;
  font-family: 'Roboto', sans-serif !important;
}
.glh2 .glh2-btn-d:hover {
  color: #ffffff !important;
  background: var(--gl-dark-text) !important;
}

.glh2 .glh2-blog-read {
  color: var(--gl-gold2) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  font-weight: 700 !important;
}
.glh2 .glh2-blog-read:hover {
  color: var(--gl-gold3) !important;
}

.glh2 .glh2-chip {
  color: var(--gl-dark-text) !important;
  text-decoration: none !important;
  font-family: 'Roboto', sans-serif !important;
}
.glh2 .glh2-chip:hover {
  color: #b07b1a !important;
  border-color: var(--gl-gold2) !important;
}

.glh2 .glh2-tab {
  color: var(--gl-dark-text) !important;
  background: #ffffff !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border: none !important;
  cursor: pointer !important;
}
.glh2 .glh2-tab.active,
.glh2 .glh2-tab:hover {
  background: var(--gl-navy) !important;
  color: var(--gl-gold2) !important;
}

.glh2 .glh2-h1 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}
.glh2 .glh2-h1 em {
  color: var(--gl-gold2) !important;
  font-style: normal !important;
}
.glh2 .glh2-h2 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 900 !important;
  color: var(--gl-dark-text) !important;
  text-transform: uppercase !important;
}
.glh2 .glh2-h2.wh {
  color: #ffffff !important;
}
.glh2 .glh2-h2 span {
  color: var(--gl-gold2) !important;
}

.glh2 .glh2-cert:hover {
  border-color: var(--gl-gold2) !important;
}

/* ================================================================
   §5  SERVICE PAGE TEMPLATE — .gl-svc
   ================================================================ */

.gl-svc {
  font-family: 'Roboto', sans-serif !important;
  color: var(--gl-dark-text) !important;
}

.gl-svc .breadcrumb a {
  color: rgba(255,255,255,0.55) !important;
  text-decoration: none !important;
}
.gl-svc .breadcrumb a:hover {
  color: var(--gl-gold) !important;
}
.gl-svc .breadcrumb .current {
  color: var(--gl-gold) !important;
}

.gl-svc .btn-primary {
  color: var(--gl-navy) !important;
  background: var(--gl-gold) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
}
.gl-svc .btn-primary:hover {
  background: #e09400 !important;
  color: var(--gl-navy) !important;
}
.gl-svc .btn-outline {
  color: #ffffff !important;
  background: transparent !important;
  text-decoration: none !important;
  display: inline-flex !important;
  font-family: 'Roboto', sans-serif !important;
}
.gl-svc .btn-outline:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.gl-svc .content-area a {
  color: var(--gl-navy) !important;
  text-decoration: none !important;
}
.gl-svc .content-area a:hover {
  color: var(--gl-gold) !important;
}

.gl-svc .sl {
  color: #dde8f8 !important;
  text-decoration: none !important;
  display: flex !important;
  font-family: 'Roboto', sans-serif !important;
  background: transparent !important;
}
.gl-svc .sl:hover {
  color: #ffffff !important;
}

.gl-svc .related-item a {
  color: var(--gl-mid-text) !important;
  text-decoration: none !important;
  font-family: 'Roboto', sans-serif !important;
  display: flex !important;
}
.gl-svc .related-item a:hover {
  color: var(--gl-navy) !important;
}

.gl-svc .cta-banner .btn-primary {
  color: var(--gl-navy) !important;
  background: var(--gl-gold) !important;
}
.gl-svc .cta-banner .btn-outline {
  color: #ffffff !important;
}

.gl-svc .sidebar-card .lp-link,
.gl-svc .contact-val a {
  color: var(--gl-navy) !important;
  text-decoration: none !important;
  font-family: 'Roboto', sans-serif !important;
}
.gl-svc .contact-val a:hover {
  color: var(--gl-gold) !important;
}

.gl-svc .wa-link {
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-flex !important;
}
.gl-svc .wa-link:hover {
  color: var(--gl-gold) !important;
}

.gl-svc .app-item {
  border-left: 3px solid var(--gl-gold) !important;
}

.gl-svc table thead th {
  color: #ffffff !important;
  background: var(--gl-navy) !important;
}
.gl-svc table tbody td {
  color: var(--gl-mid-text) !important;
}
.gl-svc .tag {
  color: var(--gl-navy) !important;
  background: rgba(9,5,77,0.07) !important;
}
.gl-svc .tag.gold {
  color: #8a5c00 !important;
  background: rgba(255,170,0,0.15) !important;
}

.gl-svc .section-title {
  color: var(--gl-navy) !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
}
.gl-svc .section-label {
  color: var(--gl-gold) !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
}

.gl-svc .form-input,
.gl-svc .form-select,
.gl-svc .form-textarea {
  color: var(--gl-mid-text) !important;
  background: #ffffff !important;
  border: 1px solid var(--gl-border) !important;
  font-family: 'Roboto', sans-serif !important;
}
.gl-svc .btn-submit {
  color: var(--gl-navy) !important;
  background: var(--gl-gold) !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
  border: none !important;
  cursor: pointer !important;
}
.gl-svc .btn-submit:hover {
  background: #e09400 !important;
}

/* ================================================================
   §6  FOOTER — .gl-footer
   ================================================================ */

.gl-footer {
  background: #040B38 !important;
  font-family: 'Roboto', sans-serif !important;
}
.gl-footer a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.gl-footer a:hover {
  color: var(--gl-gold) !important;
}

.gl-footer .footer-links-list a {
  color: #ffffff !important;
  text-decoration: none !important;
  display: flex !important;
}
.gl-footer .footer-links-list a:hover {
  color: var(--gl-gold) !important;
}

.gl-footer .contact-value a {
  color: #c8d8e8 !important;
}
.gl-footer .contact-value a:hover {
  color: var(--gl-gold) !important;
}

.gl-footer .wa-link {
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-flex !important;
}
.gl-footer .wa-link:hover {
  color: var(--gl-gold) !important;
}

.gl-footer .footer-bottom-links a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.gl-footer .footer-bottom-links a:hover {
  color: var(--gl-gold) !important;
}

.gl-footer .social-icon svg {
  fill: #7a9bb5 !important;
}
.gl-footer .social-icon:hover svg {
  fill: var(--gl-gold) !important;
}

.gl-footer .newsletter-btn {
  color: #0d1b2a !important;
  background: var(--gl-gold) !important;
  border: none !important;
  cursor: pointer !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
}
.gl-footer .newsletter-btn:hover {
  background: var(--gl-gold3) !important;
}

.gl-footer .lab-chip {
  color: #a0b8cc !important;
}
.gl-footer .lab-chip:hover {
  color: #ffffff !important;
}

/* ================================================================
   §7  UTILITIES & SHARED COMPONENTS
   ================================================================ */

.wa-float {
  background: #25d366 !important;
  text-decoration: none !important;
  display: flex !important;
}
.wa-float svg {
  fill: #ffffff !important;
}

.nabl-card .nabl-pill {
  color: var(--gl-gold) !important;
}

.accred-badge {
  color: var(--gl-muted) !important;
}
.accred-badge strong {
  color: var(--gl-navy) !important;
}
.accred-badge svg {
  fill: var(--gl-gold) !important;
}

/* ================================================================
   §8  RESPONSIVE OVERRIDES (from Customizer source)
   ================================================================ */

@media (max-width: 900px) {
  #navWrapper .navbar {
    height: 64px !important;
    padding: 0 16px !important;
  }
  #navWrapper .nav-logo img {
    height: 40px !important;
  }
  #navWrapper .mega-panel {
    display: none !important;
  }
  #navWrapper .topbar {
    height: 36px !important;
    padding: 0 14px !important;
  }
  #navWrapper .login-panel {
    width: 92vw !important;
    right: -14px !important;
  }
}

@media (max-width: 480px) {
  #navWrapper .topbar {
    height: 32px !important;
  }
  #navWrapper .navbar {
    height: 56px !important;
    padding: 0 12px !important;
  }
  #navWrapper .nav-logo img {
    height: 34px !important;
  }
  .gl-svc .page-grid {
    grid-template-columns: 1fr !important;
  }
  .gl-svc .features-grid {
    grid-template-columns: 1fr !important;
  }
  .gl-svc .app-grid {
    grid-template-columns: 1fr !important;
  }
}

/* CF7 form overrides — .gl-cf7-wrap */
.gl-cf7-wrap .wpcf7{margin:0!important;padding:0!important;}
.gl-cf7-wrap .wpcf7-form p{margin:0 0 12px 0!important;padding:0!important;}
.gl-cf7-wrap .wpcf7-form label{display:block!important;font-size:11.5px!important;font-weight:600!important;color:#09054d!important;margin-bottom:5px!important;font-family:'Roboto',sans-serif!important;}
.gl-cf7-wrap .wpcf7-form input[type=text],
.gl-cf7-wrap .wpcf7-form input[type=tel],
.gl-cf7-wrap .wpcf7-form input[type=email],
.gl-cf7-wrap .wpcf7-form select,
.gl-cf7-wrap .wpcf7-form textarea{width:100%!important;padding:10px 12px!important;font-size:13px!important;color:#2c2c54!important;background:#fff!important;border:1px solid #e2e6f0!important;border-radius:5px!important;outline:none!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important;font-family:'Roboto',sans-serif!important;}
.gl-cf7-wrap .wpcf7-form input[type=text]:focus,
.gl-cf7-wrap .wpcf7-form input[type=tel]:focus,
.gl-cf7-wrap .wpcf7-form input[type=email]:focus,
.gl-cf7-wrap .wpcf7-form select:focus,
.gl-cf7-wrap .wpcf7-form textarea:focus{border-color:#09054d!important;}
.gl-cf7-wrap .wpcf7-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;}
.gl-cf7-wrap .wpcf7-form textarea{min-height:80px!important;resize:vertical!important;}
.gl-cf7-wrap .wpcf7-form input[type=submit]{width:100%!important;background:#FFAA00!important;color:#09054d!important;border:none!important;border-radius:5px!important;padding:13px!important;font-size:13px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;cursor:pointer!important;font-family:'Roboto',sans-serif!important;margin-top:6px!important;display:block!important;}
.gl-cf7-wrap .wpcf7-form input[type=submit]:hover{background:#e09400!important;}
.gl-cf7-wrap .wpcf7-not-valid-tip{color:#dc2626!important;font-size:11px!important;margin-top:3px!important;display:block!important;}
.gl-cf7-wrap .wpcf7-not-valid{border-color:#dc2626!important;}
.gl-cf7-wrap .wpcf7-response-output{margin:10px 0 0!important;padding:10px 14px!important;border-radius:5px!important;font-size:13px!important;border:none!important;font-family:'Roboto',sans-serif!important;}
.gl-cf7-wrap .wpcf7-form.sent .wpcf7-response-output{background:rgba(34,197,94,.1)!important;border-left:3px solid #22c55e!important;color:#15803d!important;}
.gl-cf7-wrap .wpcf7-form.failed .wpcf7-response-output{background:rgba(220,38,38,.08)!important;border-left:3px solid #dc2626!important;color:#dc2626!important;}
.gl-cf7-wrap .wpcf7-form.invalid .wpcf7-response-output{background:rgba(245,158,11,.08)!important;border-left:3px solid #FFAA00!important;color:#92400e!important;}
.gl-cf7-wrap .wpcf7-spinner{display:none!important;}

/* CF7 form overrides — #gl-enq-form */
#gl-enq-form .wpcf7{margin:0;padding:0;}
#gl-enq-form .wpcf7-form p{margin:0 0 13px 0!important;padding:0!important;}
#gl-enq-form .wpcf7-form p:last-child{margin-bottom:0!important;}
#gl-enq-form .wpcf7-form br{display:none!important;}
#gl-enq-form .wpcf7-form label{display:block!important;width:100%!important;font-size:11.5px!important;font-weight:600!important;color:#09054d!important;margin-bottom:5px!important;font-family:'Roboto',sans-serif!important;}
#gl-enq-form .wpcf7-form input[type=text],
#gl-enq-form .wpcf7-form input[type=tel],
#gl-enq-form .wpcf7-form input[type=email],
#gl-enq-form .wpcf7-form select,
#gl-enq-form .wpcf7-form textarea{display:block!important;width:100%!important;padding:10px 12px!important;font-size:13px!important;font-family:'Roboto',sans-serif!important;color:#2c2c54!important;background:#fff!important;border:1px solid #e2e6f0!important;border-radius:5px!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none!important;appearance:none!important;margin:0!important;}
#gl-enq-form .wpcf7-form input[type=text]:focus,
#gl-enq-form .wpcf7-form input[type=tel]:focus,
#gl-enq-form .wpcf7-form input[type=email]:focus,
#gl-enq-form .wpcf7-form select:focus,
#gl-enq-form .wpcf7-form textarea:focus{border-color:#09054d!important;box-shadow:none!important;}
#gl-enq-form .wpcf7-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;padding-right:36px!important;}
#gl-enq-form .wpcf7-form textarea{min-height:82px!important;resize:vertical!important;}
#gl-enq-form .wpcf7-form input[type=submit]{display:block!important;width:100%!important;background:#FFAA00!important;color:#09054d!important;border:none!important;border-radius:5px!important;padding:13px!important;font-size:13px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;cursor:pointer!important;font-family:'Roboto',sans-serif!important;margin-top:4px!important;-webkit-appearance:none!important;appearance:none!important;}
#gl-enq-form .wpcf7-form input[type=submit]:hover{background:#e09400!important;}
#gl-enq-form .wpcf7-form-control-wrap{display:block!important;width:100%!important;}
#gl-enq-form .wpcf7-not-valid{border-color:#dc2626!important;}
#gl-enq-form .wpcf7-not-valid-tip{display:block!important;color:#dc2626!important;font-size:11px!important;margin-top:4px!important;}
#gl-enq-form .wpcf7-response-output{margin:12px 0 0!important;padding:11px 15px!important;border-radius:5px!important;font-size:13px!important;border:none!important;border-left:3px solid transparent!important;}
#gl-enq-form .wpcf7-form.sent .wpcf7-response-output{background:rgba(34,197,94,.1)!important;border-left-color:#22c55e!important;color:#15803d!important;}
#gl-enq-form .wpcf7-form.failed .wpcf7-response-output{background:rgba(220,38,38,.08)!important;border-left-color:#dc2626!important;color:#dc2626!important;}
#gl-enq-form .wpcf7-form.invalid .wpcf7-response-output{background:rgba(245,158,11,.08)!important;border-left-color:#FFAA00!important;color:#92400e!important;}
#gl-enq-form .wpcf7-spinner{display:none!important;}


/* ==========================================================================
   SECTION B — ELEMENTOR WIDGET #fe7773e CSS
   (Edit homepage in Elementor → HTML widget fe7773e → copy <style>…</style>
   contents → paste below, then delete that <style> block from the widget)
   ========================================================================== */

/* ══════════════════════════════════════════════
   GLOBAL LAB — HOMEPAGE - COMPLETE WITH ALL VISIBILITY FIXES
   ALL SECTIONS INCLUDED
   Source: Elementor widget #fe7773e (parent be77c6d, template 75658)
   After verifying this file is live, DELETE the <style> block from that widget.
══════════════════════════════════════════════ */
.glh2 * { box-sizing: border-box; margin: 0; padding: 0; }
.glh2 { font-family: 'Roboto', sans-serif; color: #1d2d44; width: 100%; }
.glh2 a { text-decoration: none !important; }

/* BREAKOUT + CONTAINERS */
.glh2-fw {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw; position: relative;
}
.glh2-wrap    { max-width: 1280px; margin: 0 auto; padding: 72px 40px; }
.glh2-wrap-sm { max-width: 1280px; margin: 0 auto; padding: 48px 40px; }
.glh2-wrap-lg { max-width: 1280px; margin: 0 auto; padding: 88px 40px; }

/* BG */
.bg-navy  { background: #0a2453; }
.bg-dark  { background: #09054D; }
.bg-white { background: #ffffff; }
.bg-gray  { background: #f7f8fa; border-top: 1px solid #eaecef; border-bottom: 1px solid #eaecef; }
.bg-gold  { background: #efaa3d; }

/* LABEL */
.glh2-lbl {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 700;
  color: #efaa3d; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 12px;
}
.glh2-lbl::before { content: ''; width: 20px; height: 2px; background: #efaa3d; display: block; flex-shrink: 0; }
.glh2-lbl-c { justify-content: center; }
.glh2-lbl-w { color: #efaa3d; }

/* HEADINGS */
.glh2-h1 {
  font-family: 'Roboto', sans-serif !important;
  font-size: clamp(36px, 5vw, 66px) !important;
  font-weight: 900 !important; line-height: 1.0 !important;
  color: #fff !important; text-transform: uppercase !important;
  letter-spacing: -1px !important; margin: 0 0 22px !important; padding: 0 !important;
}
.glh2-h1 em { color: #efaa3d; font-style: normal; }

.glh2-h2 {
  font-family: 'Roboto', sans-serif !important;
  font-size: clamp(24px, 3vw, 40px) !important;
  font-weight: 900 !important; text-transform: uppercase !important;
  color: #1d2d44 !important; line-height: 1.08 !important;
  letter-spacing: -0.3px !important; margin: 0 0 14px !important; padding: 0 !important;
}
.glh2-h2 span { color: #efaa3d; }
.glh2-h2.wh { color: #fff !important; }
.glh2-h2.tc { text-align: center; }

.glh2-lead { font-size: 18px; color: #5a6880; line-height: 1.8; max-width: 680px; margin-bottom: 44px; }
.glh2-lead.wh { color: rgba(255,255,255,0.65); }
.glh2-lead.tc { text-align: center; max-width: 600px; margin-left: auto; margin-right: auto; }
.glh2-divider { width: 48px; height: 3px; background: #efaa3d; margin-bottom: 20px; }

/* BUTTONS */
.glh2-btn-g {
  display: inline-flex; align-items: center; gap: 7px;
  background: #efaa3d; color: #1d2d44 !important;
  padding: 13px 28px; border-radius: 4px;
  font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; transition: all 0.2s;
}
.glh2-btn-g:hover { background: #f5bc5e; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(239,170,61,0.4); }
.glh2-btn-w {
  display: inline-flex; align-items: center; gap: 7px;
  background: transparent; color: #fff !important;
  padding: 12px 26px; border-radius: 4px;
  border: 1.5px solid rgba(255,255,255,0.35);
  font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 500;
  letter-spacing: 1.5px; text-transform: uppercase; transition: all 0.2s;
}
.glh2-btn-w:hover { border-color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.08); }
.glh2-btn-d {
  display: inline-flex; align-items: center; gap: 7px;
  background: transparent; color: #1d2d44 !important;
  padding: 12px 26px; border-radius: 4px;
  border: 1.5px solid #1d2d44;
  font-family: 'Roboto', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; transition: all 0.2s;
}
.glh2-btn-d:hover { background: #1d2d44; color: #fff !important; }

/* §1 HERO */
.glh2-hero { overflow: hidden; min-height: 60vh; display: flex; align-items: center; }
.glh2-hero-grid { position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px); background-size: 60px 60px; }
.glh2-hero-glow { position: absolute; right: -80px; top: -120px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(239,170,61,0.1) 0%, transparent 65%); z-index: 0; }
.glh2-hero-inner { max-width: 1280px; margin: 0 auto; padding: 80px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; width: 100%; }
.glh2-hero-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(239,170,61,0.4); background: rgba(239,170,61,0.1); border-radius: 3px; padding: 5px 14px; font-size: 12px; font-weight: 700; color: #efaa3d; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 22px; }
.glh2-hero-pill::before { content: ''; width: 18px; height: 2px; background: #efaa3d; display: block; flex-shrink: 0; }
.glh2-hero-desc { font-size: 16px; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.80); max-width: 500px; margin-bottom: 36px; }
.glh2-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.glh2-hero-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.glh2-hbadge { display: flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 5px; padding: 7px 13px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.85); }
.glh2-hbadge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #efaa3d; flex-shrink: 0; }
.glh2-hero-imgs { position: relative; height: 460px; }
.glh2-img-main { position: absolute; top: 0; right: 0; width: 78%; height: 330px; border-radius: 12px; overflow: hidden; border: 2px solid rgba(239,170,61,0.2); }
.glh2-img-main img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); }
.glh2-img-sub { position: absolute; bottom: 0; left: 0; width: 52%; height: 210px; border-radius: 12px; overflow: hidden; border: 2px solid rgba(239,170,61,0.3); box-shadow: 0 16px 48px rgba(0,0,0,0.45); }
.glh2-img-sub img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); }
.glh2-nabl-badge { position: absolute; top: 18px; left: -8px; background: #efaa3d; color: #1d2d44; border-radius: 10px; padding: 12px 16px; text-align: center; box-shadow: 0 8px 24px rgba(239,170,61,0.45); z-index: 2; }
.glh2-nabl-t { font-family: 'Roboto', sans-serif; font-size: 25px; font-weight: 900; line-height: 1; }
.glh2-nabl-s { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-top: 2px; }
.glh2-float-card { position: absolute; bottom: 55px; right: -8px; background: #fff; border-radius: 10px; padding: 14px 18px; box-shadow: 0 12px 32px rgba(0,0,0,0.3); z-index: 2; }
.glh2-fc-n { font-family: 'Roboto', sans-serif; font-size: 26px; font-weight: 900; color: #efaa3d; line-height: 1; }
.glh2-fc-l { font-size: 11px; font-weight: 600; color: #5a6880; letter-spacing: 0.5px; margin-top: 3px; }

/* §2 STATS BAR */
.glh2-stats-row { display: grid; grid-template-columns: repeat(6,1fr); }
.glh2-stat { padding: 28px 16px; text-align: center; border-right: 1px solid rgba(255,255,255,0.07); transition: background 0.25s; cursor: default; }
.glh2-stat:last-child { border-right: none; }
.glh2-stat:hover { background: rgba(239,170,61,0.06); }
.glh2-stat-n { font-family: 'Roboto', sans-serif; font-size: 30px; font-weight: 900; color: #efaa3d; line-height: 1; }
.glh2-stat-l { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.75); letter-spacing: 1.3px; text-transform: uppercase; margin-top: 5px; }

/* §3 OUR SERVICES */
.glh2-svc-scroll { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.glh2-svc-card { position: relative; border-radius: 10px; overflow: hidden; height: 255px; cursor: pointer; transition: transform 0.3s; }
.glh2-svc-card:hover { transform: translateY(-6px); }
.glh2-svc-img { position: absolute; inset: 0; }
.glh2-svc-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); transition: transform 0.5s, filter 0.5s; }
.glh2-svc-card:hover .glh2-svc-img img { transform: scale(1.08); filter: brightness(0.35); }
.glh2-svc-img-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 64px; }
.glh2-svc-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,20,35,0.98) 0%, rgba(17,28,45,0.85) 40%, rgba(17,28,45,0.3) 70%, transparent 100%);
}
.glh2-svc-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 18px; z-index: 1; }
.glh2-svc-ico { width: 38px; height: 38px; border-radius: 7px; background: rgba(239,170,61,0.2); border: 1px solid rgba(239,170,61,0.4); display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.glh2-svc-ico svg { width: 18px; height: 18px; }
.glh2-svc-t { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 6px; line-height: 1.2; text-shadow: 0 1px 3px rgba(0,0,0,0.3); }
.glh2-svc-p { font-size: 12.5px; color: rgba(255,255,255,0); line-height: 1.6; max-height: 0; overflow: hidden; transition: max-height 0.4s, color 0.3s; text-shadow: 0 1px 2px rgba(0,0,0,0.2); }
.glh2-svc-card:hover .glh2-svc-p { max-height: 80px; color: rgba(255,255,255,0.90); }
.glh2-svc-link { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: #efaa3d !important; letter-spacing: 1px; text-transform: uppercase; margin-top: 10px; opacity: 1 !important; transition: all 0.3s; text-shadow: 0 1px 3px rgba(0,0,0,0.5); position: relative; z-index: 10; }
.glh2-svc-link:hover { color: #ffc870 !important; gap: 8px; }
@media (max-width: 768px) {
  .glh2-svc-link { opacity: 1 !important; color: #efaa3d !important; }
}

/* §4 SERVICES TAB LIST */
.glh2-svc-tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: #eaecef; border-radius: 8px; overflow: hidden; margin-bottom: 32px; }
.glh2-tab { background: #fff; padding: 14px 16px; font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 700; color: #1d2d44; text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer; border: none; transition: all 0.2s; text-align: left; }
.glh2-tab.active, .glh2-tab:hover { background: #000047; color: #efaa3d; }
.glh2-tab-panels { display: none; }
.glh2-tab-panel { display: none; }
.glh2-tab-panel.active { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.glh2-svc-link-item { display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: #fff; border: 1px solid #eaecef; border-radius: 6px; font-size: 14px; color: #374151; font-weight: 500; transition: all 0.2s; }
.glh2-svc-link-item:hover { border-color: #efaa3d; color: #1d2d44; background: #fffbf4; padding-left: 16px; }
.glh2-svc-link-item::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #efaa3d; flex-shrink: 0; }

/* §5 CHALLENGES */
.glh2-challenges-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.glh2-challenges-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.glh2-challenge { background: #fff; border: 1px solid #eaecef; border-radius: 10px; padding: 28px 22px; transition: all 0.3s; box-shadow: 0 2px 8px rgba(0,0,0,0.04); position: relative; overflow: hidden; }
.glh2-challenge:hover { border-color: #000047; background: #000047; transform: translateY(-4px); box-shadow: 0 12px 32px rgba(29,45,68,0.12); }
.glh2-challenge::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #efaa3d; transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.glh2-challenge:hover::before { transform: scaleX(1); }
.glh2-challenge-ico { width: 48px; height: 48px; border-radius: 10px; background: rgba(239,170,61,0.1); border: 1.5px solid rgba(239,170,61,0.2); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: all 0.3s; }
.glh2-challenge:hover .glh2-challenge-ico { background: rgba(239,170,61,0.2); border-color: rgba(239,170,61,0.5); }
.glh2-challenge-ico svg { width: 22px; height: 22px; }
.glh2-ch-t { display: block; font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #1d2d44; margin-bottom: 8px; transition: color 0.3s; }
.glh2-challenge:hover .glh2-ch-t { color: #fff; }
.glh2-ch-p { font-size: 15px; color: #5a6880; line-height: 1.65; transition: color 0.3s; }
.glh2-challenge:hover .glh2-ch-p { color: rgba(255,255,255,0.85); }
.glh2-challenges-img { position: relative; border-radius: 12px; overflow: hidden; height: 420px; }
.glh2-challenges-img img { width: 100%; height: 100%; object-fit: cover; }
.glh2-challenges-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(29,45,68,0.25), transparent); }
.glh2-img-label { position: absolute; bottom: 24px; left: 24px; z-index: 2; background: #efaa3d; color: #1d2d44; border-radius: 8px; padding: 12px 18px; }
.glh2-img-label-n { font-family: 'Roboto', sans-serif; font-size: 25px; font-weight: 900; line-height: 1; }
.glh2-img-label-l { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-top: 3px; }

/* §6 ETHOS PILLARS */
.glh2-pillars { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; overflow: hidden; }
.glh2-pillar { padding: 40px 28px; text-align: center; border-right: 1px solid rgba(255,255,255,0.08); position: relative; overflow: hidden; transition: background 0.3s; }
.glh2-pillar:last-child { border-right: none; }
.glh2-pillar:hover { background: rgba(239,170,61,0.1); }
.glh2-pillar::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #efaa3d; transform: scaleX(0); transform-origin: left; transition: transform 0.35s; }
.glh2-pillar:hover::after { transform: scaleX(1); }
.glh2-pico { width: 58px; height: 58px; border-radius: 50%; background: rgba(239,170,61,0.1); border: 1.5px solid rgba(239,170,61,0.3); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.glh2-pico svg { width: 26px; height: 26px; }
.glh2-pt { display: block; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-bottom: 10px; }
.glh2-pp { font-size: 15px; color: rgba(255,255,255,0.80); line-height: 1.65; }

/* §7 KEY FIGURES */
.glh2-figures { display: grid; grid-template-columns: repeat(6,1fr); gap: 0; }
.glh2-figure { padding: 44px 20px; text-align: center; border-right: 1px solid rgba(255,255,255,0.08); position: relative; transition: background 0.3s; }
.glh2-figure:last-child { border-right: none; }
.glh2-figure:hover { background: rgba(239,170,61,0.1); }
.glh2-figure::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 3px; background: #efaa3d; transition: width 0.4s; }
.glh2-figure:hover::after { width: 60%; }
.glh2-fig-ico { width: 44px; height: 44px; border-radius: 50%; background: rgba(239,170,61,0.1); border: 1.5px solid rgba(239,170,61,0.25); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.glh2-fig-ico svg { width: 20px; height: 20px; }
.glh2-fig-n { font-family: 'Roboto', sans-serif; font-size: 38px; font-weight: 900; color: #efaa3d; line-height: 1; }
.glh2-fig-l { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.85); letter-spacing: 1px; text-transform: uppercase; margin-top: 6px; line-height: 1.4; }

/* §8 PRESTIGIOUS PROJECTS */
.glh2-projects-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.glh2-project { background: #fff; border: 1px solid #eaecef; border-radius: 10px; padding: 28px 22px; transition: all 0.3s; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.glh2-project:hover { border-color: #efaa3d; transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
.glh2-proj-ico { width: 48px; height: 48px; border-radius: 10px; background: rgba(239,170,61,0.1); border: 1.5px solid rgba(239,170,61,0.2); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.glh2-proj-ico svg { width: 24px; height: 24px; }
.glh2-proj-t { font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 700; color: #1d2d44; text-transform: uppercase; letter-spacing: 0.3px; margin-bottom: 6px; }
.glh2-proj-p { font-size: 15px; color: #5a6880; line-height: 1.6; }
.glh2-proj-tag { display: inline-flex; font-size: 10px; font-weight: 700; background: rgba(239,170,61,0.1); color: #b07b1a; border: 1px solid rgba(239,170,61,0.25); border-radius: 3px; padding: 2px 7px; letter-spacing: 0.5px; text-transform: uppercase; margin-top: 12px; }

/* §9 DIGITAL REPORTING */
.glh2-digital-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.glh2-dash { background: #0f1c30; border-radius: 16px; padding: 24px; border: 1px solid rgba(239,170,61,0.2); box-shadow: 0 24px 64px rgba(0,0,0,0.45); }
.glh2-dash-hdr { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.glh2-dash-title { font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 700; color: #efaa3d; letter-spacing: 1px; text-transform: uppercase; }
.glh2-dash-live { display: flex; align-items: center; gap: 5px; font-size: 14px; font-weight: 700; color: #22c55e; letter-spacing: 1px; text-transform: uppercase; }
.glh2-dash-live::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #22c55e; animation: glh2-pulse 2s infinite; }
@keyframes glh2-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.5)} }
.glh2-dash-sub { font-size: 12px; color: rgba(255,255,255,0.3); margin-bottom: 16px; }
.glh2-dash-rows { display: flex; flex-direction: column; gap: 8px; }
.glh2-drow { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.04); border-radius: 7px; padding: 11px 12px; border: 1px solid rgba(255,255,255,0.05); }
.glh2-drow-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.glh2-drow-lbl { flex: 1; font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 500; }
.glh2-drow-st { font-size: 11px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; padding: 3px 8px; border-radius: 3px; white-space: nowrap; }
.st-done { background: rgba(34,197,94,0.15); color: #22c55e; }
.st-prog { background: rgba(239,170,61,0.15); color: #efaa3d; }
.st-pend { background: rgba(148,163,184,0.12); color: #94a3b8; }
.glh2-dash-footer { margin-top: 14px; display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.06); }
.glh2-dash-note { font-size: 11px; color: rgba(255,255,255,0.3); }
.glh2-dash-badge { display: flex; align-items: center; gap: 6px; background: rgba(239,170,61,0.1); border: 1px solid rgba(239,170,61,0.25); border-radius: 4px; padding: 4px 10px; font-size: 12px; font-weight: 700; color: #efaa3d; letter-spacing: 0.8px; text-transform: uppercase; }
.glh2-feat-list { list-style: none; padding: 0; margin: 0; }
.glh2-feat { display: flex; align-items: flex-start; gap: 14px; padding: 15px 0; border-bottom: 1px solid #eaecef; transition: padding-left 0.2s; }
.glh2-feat:last-child { border-bottom: none; }
.glh2-feat:hover { padding-left: 6px; }
.glh2-feat-dot { width: 8px; height: 8px; border-radius: 50%; background: #efaa3d; margin-top: 5px; flex-shrink: 0; }
.glh2-feat h4 { font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 700; color: #1d2d44; margin-bottom: 3px; }
.glh2-feat p { font-size: 15px; color: #5a6880; line-height: 1.6; margin: 0; }

/* §10 ACCREDITATION */
.glh2-accred-wrap { display: grid; grid-template-columns: 240px 1fr; gap: 64px; align-items: center; }
.glh2-nabl-ring { width: 190px; height: 190px; border-radius: 50%; margin: 0 auto; border: 4px solid #efaa3d; background: rgba(239,170,61,0.07); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.glh2-nabl-rt { font-family: 'Roboto', sans-serif; font-size: 34px; font-weight: 900; color: #efaa3d; line-height: 1; letter-spacing: 3px; }
.glh2-nabl-rs { font-size: 14px; color: #7a8799; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; margin-top: 4px; }
.glh2-certs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.glh2-cert { background: #fff; border: 1px solid #eaecef; border-radius: 10px; padding: 22px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: all 0.25s; }
.glh2-cert:hover { border-color: #efaa3d; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.09); }
.glh2-cert-code { font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 700; color: #efaa3d; margin-bottom: 5px; letter-spacing: 0.5px; }
.glh2-cert-name { font-size: 15px; font-weight: 700; color: #1d2d44; margin-bottom: 6px; }
.glh2-cert-desc { font-size: 14px; color: #5a6880; line-height: 1.5; }

/* §11 CLIENTELE */
.glh2-ticker-outer { overflow: hidden; padding: 32px 0; position: relative; }
.glh2-ticker-outer::before, .glh2-ticker-outer::after { content: ''; position: absolute; top: 0; bottom: 0; width: 100px; z-index: 2; }
.glh2-ticker-outer::before { left: 0; background: linear-gradient(90deg, #f7f8fa, transparent); }
.glh2-ticker-outer::after { right: 0; background: linear-gradient(-90deg, #f7f8fa, transparent); }
.glh2-ticker-track { display: flex; gap: 16px; animation: glh2-scroll 35s linear infinite; width: max-content; }
.glh2-ticker-track:hover { animation-play-state: paused; }
@keyframes glh2-scroll { from{transform:translateX(0)} to{transform:translateX(-70%)} }
.glh2-chip { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid #eaecef; border-radius: 6px; padding: 10px 18px; font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 500; color: #1d2d44; white-space: nowrap; box-shadow: 0 1px 4px rgba(0,0,0,0.05); transition: all 0.2s; }
.glh2-chip:hover { border-color: #efaa3d; color: #b07b1a; }
.glh2-chip::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #efaa3d; flex-shrink: 0; }

/* §12 LOCATIONS */
.glh2-locs { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.glh2-loc { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: 10px; padding: 24px 20px; text-align: center; transition: all 0.3s; }
.glh2-loc:hover { background: rgba(239,170,61,0.1); border-color: rgba(239,170,61,0.4); transform: translateY(-4px); }
.glh2-loc-ico { width: 44px; height: 44px; border-radius: 50%; background: rgba(239,170,61,0.1); border: 1.5px solid rgba(239,170,61,0.3); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.glh2-loc-ico svg { width: 20px; height: 20px; }
.glh2-loc-n { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.glh2-loc-s { font-size: 14px; color: rgba(255,255,255,0.75); letter-spacing: 0.5px; }

/* §13 LATEST BLOG */
.glh2-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.glh2-blog-card { background: #fff; border: 1px solid #eaecef; border-radius: 10px; overflow: hidden; transition: all 0.3s; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.glh2-blog-card:hover { border-color: #efaa3d; transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,0.1); }
.glh2-blog-img { height: 180px; background: linear-gradient(135deg, #1d2d44, #2a4a6b); position: relative; overflow: hidden; }
.glh2-blog-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); }
.glh2-blog-cat { position: absolute; top: 14px; left: 14px; background: #efaa3d; color: #1d2d44; border-radius: 3px; padding: 3px 10px; font-family: 'Roboto', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.glh2-blog-body { padding: 22px 20px; }
.glh2-blog-meta { display: flex; align-items: center; gap: 12px; font-size: 11px; color: #7a8799; margin-bottom: 10px; }
.glh2-blog-meta span { display: flex; align-items: center; gap: 4px; }
.glh2-blog-title { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 700; color: #1d2d44; line-height: 1.4; margin-bottom: 10px; }
.glh2-blog-card:hover .glh2-blog-title { color: #efaa3d; }
.glh2-blog-excerpt { font-size: 13px; color: #5a6880; line-height: 1.65; }
.glh2-blog-read { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: #efaa3d; letter-spacing: 0.5px; text-transform: uppercase; margin-top: 14px; }
.glh2-blog-read:hover { gap: 8px; }

/* §14 CTA */
.glh2-cta-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 50% 110%, rgba(239,170,61,0.13), transparent 60%); pointer-events: none; }
.glh2-cta-inner { text-align: center; position: relative; z-index: 1; }
.glh2-cta-inner h2 { font-family: 'Roboto', sans-serif !important; font-size: clamp(24px, 3vw, 44px) !important; font-weight: 900 !important; text-transform: uppercase !important; color: #fff !important; line-height: 1.08 !important; margin: 0 0 16px !important; padding: 0 !important; }
.glh2-cta-inner h2 span { color: #efaa3d; }
.glh2-cta-inner p { font-size: 16px; color: rgba(255,255,255,0.75); font-weight: 400; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
.glh2-cta-btns { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .glh2-hero-inner { grid-template-columns: 1fr; }
  .glh2-hero-imgs { display: none; }
  .glh2-svc-scroll { grid-template-columns: repeat(2,1fr); }
  .glh2-challenges-wrap, .glh2-digital-wrap { grid-template-columns: 1fr; gap: 40px; }
  .glh2-accred-wrap { grid-template-columns: 1fr; text-align: center; }
  .glh2-nabl-ring { margin-bottom: 32px; }
  .glh2-figures, .glh2-stats-row { grid-template-columns: repeat(3,1fr); }
  .glh2-figure, .glh2-stat { border-bottom: 1px solid rgba(255,255,255,0.07); }
  .glh2-pillars { grid-template-columns: repeat(2,1fr); }
  .glh2-pillar { border-bottom: 1px solid rgba(255,255,255,0.08); }
  .glh2-locs { grid-template-columns: repeat(2,1fr); }
  .glh2-svc-tabs { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .glh2-blog-grid { grid-template-columns: 1fr; }
  .glh2-projects-grid { grid-template-columns: repeat(2,1fr); }
  .glh2-certs { grid-template-columns: 1fr; }
  .glh2-tab-panel.active { grid-template-columns: repeat(2,1fr); }
  .glh2-challenges-grid { grid-template-columns: 1fr; }
  .glh2-wrap, .glh2-wrap-sm, .glh2-wrap-lg { padding-left: 20px; padding-right: 20px; }
  .glh2-svc-link { opacity: 1 !important; font-size: 13px !important; color: #efaa3d !important; }
}
@media (max-width: 540px) {
  .glh2-svc-scroll, .glh2-pillars, .glh2-locs, .glh2-figures, .glh2-stats-row, .glh2-projects-grid { grid-template-columns: 1fr; }
  .glh2-svc-tabs { grid-template-columns: 1fr; }
  .glh2-tab-panel.active { grid-template-columns: 1fr; }
}


/* ==========================================================================
   SECTION C — DEFENSIVE RESPONSIVE SAFETY (§7 from audit)
   ========================================================================== */

html, body { overflow-x: hidden; max-width: 100%; }
img, video, iframe, table { max-width: 100%; }

.gl-svc table,
.entry-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

@media (max-width: 480px) {
  [class*="grid-template-columns"] { grid-template-columns: 1fr !important; }
}


/* ==========================================================================
   SECTION D — FOOTER STRUCTURAL CSS + RESPONSIVENESS FIX
   Source: Elementor HTML widget #a4a4255 (footer template 295)
   Merged here so the widget's <style> block can be safely deleted later.
   ========================================================================== */

.gl-footer { background: #0d0760; color: #ffffff; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.6; }
.gl-footer * { box-sizing: border-box; margin: 0; padding: 0; }
.gl-footer a { color: #ffffff; text-decoration: none; transition: color 0.2s; }
.gl-footer a:hover { color: #f0a500; }

.footer-top { border-bottom: 1px solid rgba(255,255,255,0.08); padding: 48px 40px 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; }

.footer-logo-block { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-logo-icon { width: 180px; height: 60px; background: #f0a500; border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.footer-logo-icon svg { width: 26px; height: 26px; }
.footer-logo-text { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: 0.04em; color: #ffffff; text-transform: uppercase; line-height: 1.15; }
.footer-logo-text span { display: block; font-size: 10px; font-weight: 500; letter-spacing: 0.12em; color: #f0a500; text-transform: uppercase; font-family: 'Roboto', sans-serif; margin-top: 2px; }

.footer-tagline { font-size: 13px; color: #a0b8cc; margin-bottom: 20px; line-height: 1.65; max-width: 260px; font-weight: 300; }

.footer-accred-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.badge { background: rgba(240,165,0,0.12); border: 1px solid rgba(240,165,0,0.3); color: #f0c060; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; padding: 4px 10px; border-radius: 3px; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; }

.footer-social { display: flex; gap: 8px; }
.social-icon { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,0.15); border-radius: 4px; display: flex; align-items: center; justify-content: center; transition: border-color 0.2s, background 0.2s; cursor: pointer; }
.social-icon:hover { border-color: #f0a500; background: rgba(240,165,0,0.12); }
.social-icon svg { width: 14px; height: 14px; fill: #a0b8cc; transition: fill 0.2s; }
.social-icon:hover svg { fill: #f0a500; }

.footer-col-title { font-family: 'Roboto Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #ffffff; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid rgba(240,165,0,0.3); position: relative; }
.footer-col-title::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 28px; height: 2px; background: #f0a500; }

.footer-links-list { list-style: none; }
.footer-links-list li { margin-bottom: 8px; }
.footer-links-list a { font-size: 13px; color: #ffffff; display: flex; align-items: center; gap: 6px; transition: color 0.2s, gap 0.2s; font-weight: 400; }
.footer-links-list a::before { content: ''; width: 4px; height: 4px; background: rgba(240,165,0,0.5); border-radius: 50%; flex-shrink: 0; transition: background 0.2s; }
.footer-links-list a:hover { color: #f0a500; gap: 8px; }
.footer-links-list a:hover::before { background: #f0a500; }

.contact-row { display: flex; gap: 12px; margin-bottom: 16px; align-items: flex-start; }
.contact-icon { width: 32px; height: 32px; background: rgba(240,165,0,0.1); border-radius: 4px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.contact-icon svg { width: 14px; height: 14px; fill: #f0a500; }
.contact-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #4a6a82; margin-bottom: 3px; font-family: 'Roboto Condensed', sans-serif; }
.contact-value { font-size: 12.5px; color: #ffffff; line-height: 1.5; font-weight: 400; }
.contact-value a { color: #ffffff; }
.contact-value a:hover { color: #f0a500; }

.wa-link { display: inline-flex; align-items: center; gap: 7px; color: #ffffff; text-decoration: none; transition: color 0.2s; }
.wa-link:hover { color: #f0a500; }
.wa-icon-wrap { width: 22px; height: 22px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wa-icon-wrap svg { width: 13px; height: 13px; fill: #ffffff; }

.newsletter-section { background: rgba(240,165,0,0.06); border: 1px solid rgba(240,165,0,0.15); border-radius: 6px; padding: 14px; margin-top: 4px; }
.newsletter-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f0c060; margin-bottom: 8px; font-family: 'Roboto Condensed', sans-serif; }

.footer-labs { padding: 20px 40px; border-bottom: 1px solid rgba(255,255,255,0.06); background: rgba(0,0,0,0.15); }
.labs-title { font-family: 'Roboto Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #4a6a82; margin-bottom: 14px; }
.labs-grid { display: flex; gap: 8px; flex-wrap: wrap; }
.lab-chip { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 4px; padding: 6px 14px; font-size: 12px; color: #a0b8cc; display: flex; align-items: center; gap: 6px; transition: border-color 0.2s, color 0.2s; cursor: default; font-family: 'Roboto', sans-serif; }
.lab-chip:hover { border-color: rgba(240,165,0,0.3); color: #ffffff; }
.lab-chip .dot { width: 6px; height: 6px; border-radius: 50%; background: #f0a500; flex-shrink: 0; }
.lab-chip .city { font-weight: 600; color: inherit; }
.lab-chip .state { font-size: 11px; color: #4a6a82; }

.footer-bottom { padding: 16px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom-left { font-size: 12px; color: #4a6a82; font-family: 'Roboto', sans-serif; }
.footer-bottom-left span { color: #f0a500; }
.gstin-tag { font-size: 11px; color: #3a5268; font-family: 'Roboto', sans-serif; }

.footer-bottom-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom-links a { font-size: 11.5px; color: #ffffff; text-transform: uppercase; letter-spacing: 0.08em; font-family: 'Roboto Condensed', sans-serif; font-weight: 500; }
.footer-bottom-links a:hover { color: #f0a500; }

.cert-pill { display: flex; align-items: center; gap: 8px; background: rgba(240,165,0,0.08); border: 1px solid rgba(240,165,0,0.2); border-radius: 4px; padding: 5px 12px; }
.cert-pill-name { font-family: 'Roboto Condensed', sans-serif; font-size: 13px; font-weight: 700; color: #f0c060; letter-spacing: 0.04em; }
.cert-pill-desc { font-size: 10px; color: #5a7a92; font-family: 'Roboto', sans-serif; }

/* Footer responsive breakpoints — the widget inline <style> has none */
@media (max-width: 900px) {
  .gl-footer .footer-top {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
    padding: 40px 24px !important;
  }
}

@media (max-width: 540px) {
  .gl-footer .footer-top {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    text-align: center !important;
    padding: 32px 20px !important;
  }
  .gl-footer .footer-top .footer-brand { margin: 0 auto !important; }
  .gl-footer .footer-tagline { max-width: 100% !important; margin-left: auto; margin-right: auto; }
  .gl-footer .footer-accred-badges,
  .gl-footer .footer-social { justify-content: center !important; }
  .gl-footer .footer-bottom { flex-direction: column !important; text-align: center !important; padding: 16px 20px !important; }
  .gl-footer .footer-labs { padding: 20px !important; }
}

/* ============================================================
   Section E — Contact Page (full widget CSS, bugs fixed inline)
   Source: Elementor HTML widget on /contact-us/
   Note: global * reset and bare body/html rules omitted — handled globally.
   ============================================================ */

/* HERO */
.contact-hero {
    background: linear-gradient(135deg, #0B0B4F 0%, #1d2d44 100%);
    padding: 120px 40px 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 0;
}
.contact-hero .hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

/* Undo contact-page centering on service page hero */
.gl-svc .hero-content {
    max-width: none !important;
    margin: 0 !important;
}
.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(239,170,61,0.1);
    border: 1px solid rgba(239,170,61,0.4);
    border-radius: 3px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 700;
    color: #efaa3d;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hero-pill::before {
    content: '';
    width: 18px;
    height: 2px;
    background: #efaa3d;
}
.contact-hero h1 {
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.contact-hero h1 span { color: #efaa3d; }
.hero-text {
    font-size: 17px;
    color: rgba(255,255,255,0.75);
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 40px;
}
.hero-stats {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.hero-stat { text-align: center; }
.hero-stat-number {
    font-size: 42px;
    font-weight: 900;
    color: #efaa3d;
    line-height: 1;
    margin-bottom: 8px;
}
.hero-stat-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* CONTACT METHODS */
.contact-methods {
    background: #fff;
    padding: 80px 40px;
    position: relative;
}
.section-header { text-align: center; margin-bottom: 60px; }
.section-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(239,170,61,0.1);
    border: 1px solid rgba(239,170,61,0.3);
    border-radius: 3px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 700;
    color: #efaa3d;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.section-pill::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #efaa3d;
    border-radius: 50%;
}
.section-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    text-transform: uppercase;
    color: #1d2d44;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.section-subtitle {
    font-size: 17px;
    color: #5a6880;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}
.methods-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 60px;
}
.method-card {
    background: #fff;
    border: 1px solid #eaecef;
    border-radius: 12px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.method-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: #efaa3d;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.method-card:hover::before { transform: scaleX(1); }
.method-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(239,170,61,0.25);
    border-color: #0B0B4F;
    background: #0B0B4F;
}
.method-icon {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: rgba(239,170,61,0.1);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 24px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.method-card:hover .method-icon {
    background: #efaa3d;
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 30px rgba(239,170,61,0.4);
}
.method-icon svg { width: 36px; height: 36px; stroke: #efaa3d; transition: all 0.4s; }
.method-card:hover .method-icon svg { stroke: #0a2453; transform: scale(1.1); }
.method-title {
    font-size: 20px; font-weight: 700; color: #1d2d44;
    text-transform: uppercase; letter-spacing: 0.5px;
    margin-bottom: 12px; transition: all 0.4s;
}
.method-card:hover .method-title { color: #fff; }
.method-text {
    font-size: 15px; color: #5a6880; line-height: 1.8;
    margin-bottom: 20px; transition: all 0.4s;
}
.method-card:hover .method-text { color: rgba(255,255,255,0.8); }
.method-link {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 15px; font-weight: 600; color: #efaa3d;
    text-decoration: none; transition: all 0.3s; position: relative;
}
.method-link::after {
    content: ''; position: absolute; bottom: -2px; left: 0;
    width: 0; height: 2px; background: #efaa3d; transition: width 0.3s;
}
.method-card:hover .method-link { gap: 12px; color: #efaa3d; }
.method-card:hover .method-link::after { width: 100%; }
.method-link svg { width: 16px; height: 16px; stroke: #efaa3d; transition: transform 0.3s; }
.method-card:hover .method-link svg { transform: translateX(4px); }

/* OFFICE LOCATIONS */
.office-locations {
    background: linear-gradient(200deg, #0B0B4F 0%, #0B0B4F 100%);
    padding: 100px 40px;
    position: relative;
    overflow: hidden;
}
.office-locations::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(239,170,61,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(239,170,61,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 0;
}
.office-locations .container { position: relative; z-index: 1; }
.office-locations .section-pill {
    background: rgba(239,170,61,0.15);
    border-color: rgba(239,170,61,0.5);
}
.office-locations .section-title { color: #fff; }
.office-locations .section-subtitle { color: rgba(255,255,255,0.75); }

.locations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.location-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 36px 32px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.location-card::before {
    content: '';
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    background: linear-gradient(135deg, #efaa3d, #ffc870);
    border-radius: 16px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s;
}
.location-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(239,170,61,0.95) 0%, rgba(216,150,50,0.95) 100%);
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
}
.location-card:hover::before { opacity: 1; }
.location-card:hover::after  { opacity: 1; }
.location-card:hover {
    transform: translateY(-12px) scale(1.02);
    background: transparent;
    border-color: transparent;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 40px rgba(239,170,61,0.3);
}
.location-number {
    position: absolute;
    top: 28px; right: 28px;
    width: 50px; height: 50px;
    border-radius: 50%;
    background: rgba(239,170,61,0.15);
    border: 2px solid rgba(239,170,61,0.3);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; font-weight: 900; color: #efaa3d;
    transition: all 0.4s;
}
.location-card:hover .location-number {
    background: #0a2453;
    border-color: #0a2453;
    color: #efaa3d;
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 6px 20px rgba(10,36,83,0.4);
}
.location-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, rgba(239,170,61,0.2), rgba(239,170,61,0.1));
    border: 1px solid rgba(239,170,61,0.4);
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 11px; font-weight: 700; color: #efaa3d;
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.location-badge::before {
    content: '';
    width: 8px; height: 8px;
    background: #efaa3d;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(239,170,61,0.6);
    animation: pulse-badge 2s infinite;
}
@keyframes pulse-badge {
    0%, 100% { transform: scale(1); opacity: 1; }
    50%       { transform: scale(1.2); opacity: 0.7; }
}
.location-card:hover .location-badge {
    background: rgba(10,36,83,0.3);
    border-color: rgba(10,36,83,0.6);
    color: #0a2453;
}
.location-name {
    font-size: 22px; font-weight: 900; color: #fff;
    text-transform: uppercase; letter-spacing: -0.3px;
    margin-bottom: 8px; line-height: 1.3;
    position: relative; z-index: 1; transition: all 0.4s;
}
.location-card:hover .location-name { color: #0a2453; }
.location-city {
    font-size: 14px; font-weight: 600; color: #efaa3d;
    text-transform: uppercase; letter-spacing: 1.5px;
    margin-bottom: 20px; transition: all 0.4s;
}
.location-card:hover .location-city { color: #0a2453; }
.location-address {
    font-size: 14px; color: rgba(255,255,255,0.7);
    line-height: 1.9; margin-bottom: 24px;
    position: relative; z-index: 1; transition: all 0.4s;
}
.location-card:hover .location-address { color: rgba(10,36,83,0.8); }
.location-phone {
    display: flex; align-items: center; gap: 12px;
    font-size: 16px; font-weight: 700; color: #fff;
    margin-bottom: 24px; padding: 12px 16px;
    background: rgba(239,170,61,0.1);
    border-radius: 8px; border: 1px solid rgba(239,170,61,0.2);
    transition: all 0.4s; position: relative; z-index: 1;
}
.location-card:hover .location-phone {
    background: rgba(10,36,83,0.2);
    border-color: rgba(10,36,83,0.4);
    color: #0a2453;
}
.location-phone-icon {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(239,170,61,0.2);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: all 0.4s;
}
.location-card:hover .location-phone-icon { background: #0a2453; transform: scale(1.1); }
.location-phone-icon svg { width: 20px; height: 20px; stroke: #efaa3d; transition: all 0.4s; }
.location-card:hover .location-phone-icon svg { stroke: #efaa3d; }
.location-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 24px;
    position: relative; z-index: 1;
}
.location-btn {
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 13px; font-weight: 700;
    text-align: center; text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex; align-items: center; justify-content: center; gap: 8px;
    position: relative; overflow: hidden;
}
.location-btn span { position: relative; z-index: 1; }
.location-btn svg { position: relative; z-index: 1; width: 16px; height: 16px; transition: transform 0.3s; }
.location-btn:hover svg { transform: translateX(3px); }
.location-btn-primary {
    background: linear-gradient(135deg, #efaa3d 0%, #d89632 100%);
    color: #0a2453;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(239,170,61,0.3);
}
.location-btn-primary:hover {
    background: #0a2453;
    border-color: #0a2453;
    color: #efaa3d;
    box-shadow: 0 8px 25px rgba(10,36,83,0.4);
    transform: translateY(-2px);
}
.location-btn-secondary {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
}
.location-btn-secondary:hover {
    background: #0a2453;
    border-color: #0a2453;
    color: #efaa3d;
    transform: translateY(-2px);
}
.location-card.featured {
    grid-column: span 2;
    background: rgba(255,255,255,0.08);
    border-color: rgba(239,170,61,0.25);
}
.location-card.featured .location-number {
    background: rgba(239,170,61,0.1);
    border-color: rgba(239,170,61,0.4);
}
.location-card.featured:hover { background: transparent; border-color: transparent; }

/* CONTACT FORM */
.contact-form-section {
    background: linear-gradient(200deg, #0B0B4F 0%, #000 100%);
    padding: 100px 40px;
    position: relative;
    overflow: hidden;
}
.contact-form-section::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 0;
}
.form-container { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }
.form-header { text-align: center; margin-bottom: 50px; }
.form-header .section-pill { background: rgba(239,170,61,0.15); border-color: rgba(239,170,61,0.5); }
.form-header h2 {
    font-size: clamp(32px, 4vw, 48px); font-weight: 900;
    text-transform: uppercase; color: #fff; letter-spacing: -0.5px; margin-bottom: 16px;
}
.form-header h2 span { color: #efaa3d; }
.form-header p { font-size: 17px; color: rgba(255,255,255,0.75); line-height: 1.8; }
.contact-form {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    padding: 50px 45px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-group { margin-bottom: 20px; }
.form-label {
    display: block; font-size: 12px; font-weight: 700; color: #efaa3d;
    text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px;
}
.form-label .required { color: #efaa3d; margin-left: 3px; }
.form-input, .form-select, .form-textarea {
    width: 100%; padding: 15px 18px;
    background: #ffffff;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 10px;
    font-size: 15px; color: #1d2d44;
    font-family: 'Roboto', sans-serif; font-weight: 500;
    transition: all 0.3s ease;
}
.form-input::placeholder, .form-textarea::placeholder { color: #9ca3af; font-weight: 400; }
.form-input:focus, .form-select:focus, .form-textarea:focus {
    outline: none;
    background: #ffffff;
    border-color: #efaa3d;
    box-shadow: 0 0 0 4px rgba(239,170,61,0.15);
}
.form-select {
    cursor: pointer;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L8 8L14 2' stroke='%231d2d44' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 10px;
    padding-right: 50px;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.form-select::-ms-expand { display: none; }
.form-select option { padding: 10px; background: #ffffff; color: #1d2d44; font-weight: 500; }
.form-select option:first-child { color: #9ca3af; }
.form-textarea { min-height: 150px; resize: vertical; line-height: 1.7; }
.form-submit {
    width: 100%; padding: 18px 40px;
    background: linear-gradient(135deg, #efaa3d 0%, #d89632 100%);
    border: none; border-radius: 12px;
    font-size: 15px; font-weight: 900; color: #0a2453;
    text-transform: uppercase; letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 10px;
    box-shadow: 0 6px 24px rgba(239,170,61,0.35);
    position: relative; overflow: hidden;
}
.form-submit::before {
    content: '';
    position: absolute; top: 50%; left: 50%;
    width: 0; height: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}
.form-submit:hover::before { width: 400px; height: 400px; }
.form-submit:hover {
    background: linear-gradient(135deg, #ffc870 0%, #efaa3d 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(239,170,61,0.5);
}
.form-submit:active { transform: translateY(-1px); }
.form-submit span { position: relative; z-index: 1; }
.form-helper {
    font-size: 13px; color: rgba(255,255,255,0.65);
    margin-top: 20px; text-align: center; line-height: 1.6;
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.form-helper svg { width: 16px; height: 16px; stroke: #efaa3d; flex-shrink: 0; }
.form-message {
    padding: 16px 20px; border-radius: 12px; margin-bottom: 24px;
    display: flex; align-items: center; gap: 12px;
    font-size: 15px; line-height: 1.6;
    animation: slideDown 0.4s ease-out;
}
.form-message svg { width: 24px; height: 24px; flex-shrink: 0; }
.form-success { background: rgba(16,185,129,0.15); border: 2px solid #10b981; color: #10b981; }
.form-success svg { stroke: #10b981; }
.form-error   { background: rgba(239,68,68,0.15);   border: 2px solid #ef4444; color: #ef4444; }
.form-error svg { stroke: #ef4444; }
@keyframes slideDown {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* MAP */
.map-section { background: #fff; padding: 0; }
.map-container {
    width: 100%; height: 500px;
    background: #f7f8fa;
    display: flex; align-items: center; justify-content: center;
    color: #7a8799; font-size: 16px;
}

/* CTA */
.cta-section { background: #0B0B4F; padding: 80px 40px; text-align: center; overflow: hidden; }
.cta-content { max-width: 800px; margin: 0 auto; }
.cta-title {
    font-size: clamp(28px, 4vw, 42px); font-weight: 900;
    text-transform: uppercase; color: #fff; letter-spacing: -0.5px; margin-bottom: 20px;
}
.cta-title span { color: #efaa3d; }
.cta-text { font-size: 17px; color: rgba(255,255,255,0.75); margin-bottom: 40px; line-height: 1.8; }
.cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.cta-btn {
    padding: 16px 40px; border-radius: 8px;
    font-size: 15px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    text-decoration: none; transition: all 0.3s;
    position: relative; overflow: hidden; display: inline-block;
}
.cta-btn-primary {
    background: #efaa3d; color: #0a2453; border: 2px solid #efaa3d;
}
.cta-btn-primary:hover {
    background: #d89632; border-color: #d89632;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(239,170,61,0.3);
}
/* FIX: original had background:white which made white text invisible */
.cta-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
}
.cta-btn-secondary:hover {
    border-color: #efaa3d;
    background: #d89632;
    color: #fff;
}

/* CONTACT PAGE RESPONSIVE */
@media (max-width: 1024px) {
    .methods-grid,
    .locations-grid { grid-template-columns: repeat(2, 1fr); }
    .location-card.featured { grid-column: span 2; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 768px) {
    .methods-grid,
    .locations-grid { grid-template-columns: 1fr; }
    /* FIX: span 2 on a 1-col grid forces implicit 2nd column */
    .location-card.featured { grid-column: span 1 !important; }
    .contact-hero { padding: 80px 20px 60px; }
    .contact-methods,
    .office-locations,
    .contact-form-section,
    .cta-section { padding: 60px 20px; }
    .contact-form { padding: 35px 25px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .cta-buttons { flex-direction: column; align-items: stretch; gap: 15px; }
    .cta-btn { width: 100%; text-align: center; }
    .hero-stats { gap: 24px; }
}
@media (max-width: 480px) {
    .location-actions { grid-template-columns: 1fr !important; }
}

/* ============================================================
   Section F — Media Page CSS (migrated from WPCode #81909)
   Source: WPCode snippet "Global Lab — Media Page CSS Override Fix"
   Safe to delete that snippet once this file is live on production.
   ============================================================ */

.glmp-filter-btn {
    color: #374151 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
.glmp-filter-btn:hover,
.glmp-filter-btn.glmp-active {
    color: #09054d !important;
    border-bottom-color: #FFAA00 !important;
}
.glmp-filter-btn.glmp-active { font-weight: 700 !important; }

a.glmp-card-title,
.glmp-card-title,
.glmp-card-title a {
    color: #09054d !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}
a.glmp-card-title:hover,
.glmp-card-title:hover { color: #FFAA00 !important; }

.glmp-card.glmp-featured a.glmp-card-title,
.glmp-card.glmp-featured .glmp-card-title {
    font-size: 20px !important;
    color: #09054d !important;
}

a.glmp-read-link,
.glmp-read-link { color: #FFAA00 !important; text-decoration: none !important; }

.glmp-card-excerpt  { color: #6b7280 !important; }
.glmp-card-meta span { color: #9ca3af !important; }
.glmp-results-text  { color: #6b7280 !important; }
.glmp-results-text strong { color: #09054d !important; }

a.glmp-pg-btn { color: #6b7280 !important; text-decoration: none !important; }
a.glmp-pg-btn:hover { color: #09054d !important; border-color: #FFAA00 !important; }
a.glmp-pg-btn.glmp-pg-active {
    background: #09054d !important;
    border-color: #09054d !important;
    color: #fff !important;
}

.glmp-hero h1      { color: #fff !important; }
.glmp-hero h1 span { color: #FFAA00 !important; }
.glmp-hero p       { color: rgba(255,255,255,0.65) !important; }
.glmp-eyebrow      { color: #FFAA00 !important; }
.glmp-stat-num     { color: #FFAA00 !important; }

a.glmp-cta-btn { color: #09054d !important; text-decoration: none !important; }
