/*
Theme Name: TNV Tech Designs LTD
Theme URI: https://tnvtechdesigns.com
Author: TNV TECH DESIGNS LTD
Author URI: https://tnvtechdesigns.com
Description: Official WordPress & Elementor theme for TNV TECH DESIGNS LTD (Architecture • Design • Building • Construction). RC: 7047365. Head Office: No. 1 Nkemaka Close, Ezeoye, Nibo, Awka South LGA, Anambra State. Faith Motto: GOD OF GREATER GLORY IS THE MASTER BUILDER.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tnv-tech-designs-ltd-v3
Tags: architecture, construction, design-build, elementor, full-site-editing, custom-header, custom-menu, featured-images, responsive-layout

WE DESIGN. WE BUILD. WE DELIVER.
TRANSFORMING YOUR DREAM HOME INTO REALITY.
GOD OF GREATER GLORY IS THE MASTER BUILDER.
*/

:root {
  --tnv-red: #E51924;
  --tnv-red-dark: #BA0C16;
  --tnv-charcoal: #111315;
  --tnv-dark-surface: #1A1C1E;
  --tnv-dark-border: #2C3036;
  --tnv-white: #FFFFFF;
  --tnv-concrete: #F4F5F7;
  --tnv-stone: #E5E7EB;
  --tnv-muted: #6B7280;
  --tnv-text: #1F2937;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  color: var(--tnv-text);
  background-color: var(--tnv-white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--tnv-charcoal);
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Top Faith Caption Header - STICKY WHILE SCROLLING */
.tnv-top-bar {
  background-color: var(--tnv-charcoal);
  color: #FFFFFF;
  font-size: 13px;
  border-bottom: 2px solid var(--tnv-red);
  position: sticky;
  top: 0;
  z-index: 1002;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.tnv-top-bar .faith-caption-text {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* Primary Header - STICKY DIRECTLY BELOW TOP BAR */
.tnv-main-header {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 41px;
  z-index: 1001;
  border-bottom: 1px solid var(--tnv-stone);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Buttons */
.tnv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid transparent;
}

.tnv-btn-primary {
  background: var(--tnv-red);
  color: #FFFFFF;
  border-color: var(--tnv-red);
}

.tnv-btn-primary:hover {
  background: var(--tnv-red-dark);
  border-color: var(--tnv-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(229, 25, 36, 0.3);
}

.tnv-btn-outline {
  background: transparent;
  color: var(--tnv-charcoal);
  border-color: var(--tnv-charcoal);
}

.tnv-btn-outline:hover {
  background: var(--tnv-charcoal);
  color: #FFFFFF;
  transform: translateY(-2px);
}

.tnv-btn-outline-white {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.tnv-btn-outline-white:hover {
  background: #FFFFFF;
  color: var(--tnv-charcoal);
}

/* Floating WhatsApp - Center Garage Side */
.tnv-floating-whatsapp {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #FFFFFF;
  padding: 10px 18px 10px 12px;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45), 0 4px 12px rgba(0, 0, 0, 0.18);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.3px;
  border: 2px solid #FFFFFF;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tnv-floating-whatsapp:hover {
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.55), 0 6px 16px rgba(0, 0, 0, 0.22);
  background: #20BA56;
}

@media (max-width: 768px) {
  .tnv-floating-whatsapp {
    right: 12px;
    padding: 12px;
    border-radius: 50%;
  }
  .tnv-floating-whatsapp span.wa-label {
    display: none;
  }
}
