/*
Theme Name: Sidigiqor Political Campaign Services
Theme URI: https://sidigiqor.in
Author: Sidigiqor Technologies
Author URI: https://sidigiqor.in
Description: Enterprise political campaign management, election strategy, 24x7 War Room, election CRM, ground surveys and digital advertising landing page for Sidigiqor Political Campaign Services, converted to a WordPress theme.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sidigiqor
Tags: one-page, dark, custom-colors, full-width-template
*/

/* ==========================================================================
   Base
   ========================================================================== */
html {
  scroll-behavior: smooth;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

body {
  background-color: #05070a;
  color: #e2e8f0;
  overflow-x: hidden;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #05070a;
}
::-webkit-scrollbar-thumb {
  background: #1a1f2c;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #2d3548;
}

/* Glassmorphism & Sophisticated Dark utilities */
.glass-panel {
  background: rgba(15, 17, 21, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.glass-panel-glow {
  background: rgba(15, 17, 21, 0.95);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 0 30px -5px rgba(212, 175, 55, 0.12);
}

.glass-card-hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.glass-card-hover:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 12px 30px -10px rgba(212, 175, 55, 0.15);
}

/* Animations */
@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.animate-pulse-glow {
  animation: pulseGlow 4s infinite ease-in-out;
}

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

.animate-radar {
  animation: radarSweep 10s linear infinite;
  transform-origin: center;
}

/* Background Gradients & Patterns */
.hero-gradient {
  background: radial-gradient(circle at 50% 20%, rgba(212, 175, 55, 0.08) 0%, rgba(5, 7, 10, 1) 75%);
}

.bg-dot-grid {
  background-image: radial-gradient(rgba(212, 175, 55, 0.15) 0.5px, transparent 0.5px);
  background-size: 20px 20px;
}

.saffron-gradient-text {
  background: linear-gradient(135deg, #fef08a 0%, #d4af37 40%, #f28d35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gold-gradient-bg {
  background: linear-gradient(135deg, #d4af37 0%, #f28d35 100%);
}

.gold-border {
  border-image: linear-gradient(to right, #d4af37, #f28d35) 1;
}

/* ==========================================================================
   Theme conversion helpers (not present in the original stylesheet)
   ========================================================================== */

/* Lucide icons are rendered as inline SVG by the lucide.createIcons() script;
   size them consistently and stop them from shrinking inside flex rows. */
[data-lucide] {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* Simple utility for JS-controlled show/hide that always wins regardless of
   the Tailwind CDN's generated utilities load order. */
.sdq-hidden {
  display: none !important;
}

/* Scrollbar-less horizontal strips (used by the quick pinpoint filter) */
.scrollbar-none {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
}
