/*
Theme Name: Wizad Media
Theme URI: https://wizadmedia.com
Author: Wizad Media
Author URI: https://wizadmedia.com
Description: Premium, lightweight, Elementor-ready WordPress theme for Wizad Media — a Delhi-based digital marketing agency. Ships with a complete agency homepage (hero, services, process, testimonials, FAQ, contact) baked into the front page. Activate the theme and the homepage renders out of the box, with full Elementor compatibility when you want to customise it.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
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: wizad-media
Tags: business, one-column, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, elementor
*/

:root {
  --wm-navy: #0F172A;
  --wm-navy-2: #1E293B;
  --wm-blue: #2563EB;
  --wm-blue-2: #3B82F6;
  --wm-gold: #D4AF37;
  --wm-gold-2: #F1C84B;
  --wm-bg: #F8FAFC;
  --wm-card: #FFFFFF;
  --wm-text: #0F172A;
  --wm-muted: #64748B;
  --wm-border: #E2E8F0;
  --wm-shadow-sm: 0 4px 24px rgba(15,23,42,0.06);
  --wm-shadow-lg: 0 20px 60px -20px rgba(15,23,42,0.25);
  --wm-shadow-gold: 0 10px 40px -10px rgba(212,175,55,0.45);
  --wm-grad-hero: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0F172A 100%);
  --wm-grad-primary: linear-gradient(135deg, #2563EB, #3B82F6);
  --wm-grad-gold: linear-gradient(135deg, #D4AF37, #F1C84B);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--wm-text);
  background: var(--wm-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", system-ui, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.6em;
  color: var(--wm-navy);
}
a { color: var(--wm-blue); text-decoration: none; }
a:hover { opacity: 0.85; }
img { max-width: 100%; height: auto; display: block; }

.wm-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* HEADER */
.wm-site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--wm-border);
}
.wm-header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.wm-brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-family: "Poppins", sans-serif; color: var(--wm-navy); }
.wm-brand-mark { width: 40px; height: 40px; border-radius: 12px; background: var(--wm-navy); color: var(--wm-gold); display: grid; place-items: center; font-weight: 800; }
.wm-primary-nav ul { list-style: none; display: flex; gap: 28px; margin: 0; padding: 0; }
.wm-primary-nav a { color: var(--wm-text); font-weight: 500; font-size: 14px; }
.wm-cta-btn { display: inline-flex; align-items: center; padding: 10px 20px; border-radius: 999px; background: var(--wm-navy); color: #fff !important; font-weight: 600; font-size: 14px; transition: all .2s ease; }
.wm-cta-btn:hover { background: var(--wm-blue); opacity: 1; }

/* HERO */
.wm-hero { position: relative; overflow: hidden; background: var(--wm-grad-hero); color: #fff; padding: 96px 0 112px; }
.wm-hero h1 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 4rem); font-weight: 800; }
.wm-hero p { color: rgba(255,255,255,0.78); font-size: 1.125rem; max-width: 560px; }
.wm-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.wm-blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.55; }
.wm-blob-1 { width: 320px; height: 320px; top: -80px; left: -80px; background: var(--wm-blue); animation: wmFloat 8s ease-in-out infinite; }
.wm-blob-2 { width: 380px; height: 380px; top: 30%; right: -120px; background: var(--wm-gold); opacity: 0.25; animation: wmFloat 10s ease-in-out infinite 2s; }
.wm-blob-3 { width: 260px; height: 260px; bottom: -60px; left: 35%; background: var(--wm-blue-2); opacity: 0.35; animation: wmFloat 9s ease-in-out infinite 4s; }
.wm-blob-tr { width: 360px; height: 360px; top: -100px; right: -100px; background: var(--wm-blue); opacity: 0.25; }
.wm-blob-bl { width: 360px; height: 360px; bottom: -100px; left: -100px; background: var(--wm-gold); opacity: 0.15; }
@keyframes wmFloat { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-24px) } }

.wm-hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.wm-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); font-size: 12px; font-weight: 500; }
.wm-gold-text { background: var(--wm-grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.wm-blue-text { color: var(--wm-blue); }
.wm-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.wm-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: 14px; border: none; cursor: pointer; transition: all .2s ease; }
.wm-btn-gold { background: var(--wm-grad-gold); color: var(--wm-navy) !important; box-shadow: var(--wm-shadow-gold); }
.wm-btn-gold:hover { transform: translateY(-2px); opacity: 1; }
.wm-btn-ghost { background: rgba(255,255,255,0.08); color: #fff !important; border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(6px); }
.wm-btn-ghost:hover { background: rgba(255,255,255,0.15); opacity: 1; }
.wm-btn-navy { background: var(--wm-navy); color: #fff !important; padding: 16px 28px; width: 100%; justify-content: center; }
.wm-btn-navy:hover { background: var(--wm-blue); opacity: 1; }
.wm-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 24px; padding: 0; margin: 40px 0 0; color: rgba(255,255,255,0.7); font-size: 14px; }

.wm-hero-card { position: relative; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 24px; padding: 32px; backdrop-filter: blur(10px); box-shadow: var(--wm-shadow-lg); }
.wm-hero-stat { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.wm-hero-stat-num { font-family: "Poppins", sans-serif; font-size: 2.5rem; font-weight: 800; background: var(--wm-grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.wm-hero-stat-label { color: rgba(255,255,255,0.7); font-size: 13px; margin-top: 6px; }
.wm-hero-mini { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 22px 0; }
.wm-hero-mini > div { background: rgba(255,255,255,0.04); border-radius: 14px; padding: 14px; text-align: center; }
.wm-hero-mini strong { font-family: "Poppins", sans-serif; color: var(--wm-gold); font-size: 1.5rem; display: block; }
.wm-hero-mini span { color: rgba(255,255,255,0.65); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; }
.wm-hero-bars { display: flex; align-items: flex-end; gap: 10px; height: 90px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.08); }
.wm-hero-bars span { flex: 1; background: var(--wm-grad-primary); border-radius: 6px 6px 0 0; opacity: 0.85; }

/* SECTION */
.wm-section { padding: 96px 0; position: relative; overflow: hidden; }
.wm-section-tint { background: #F1F5F9; }
.wm-section-navy { background: var(--wm-navy); color: #fff; }
.wm-section-navy h2, .wm-section-navy h3 { color: #fff; }
.wm-head { max-width: 640px; margin-bottom: 56px; }
.wm-head-center { text-align: center; margin-left: auto; margin-right: auto; }
.wm-head-light { color: #fff; }
.wm-head h2 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; margin: 16px 0 12px; }
.wm-head p { color: var(--wm-muted); font-size: 1.0625rem; }
.wm-section-navy .wm-head p { color: rgba(255,255,255,0.7); }
.wm-eyebrow { display: inline-block; padding: 5px 14px; border-radius: 999px; background: rgba(37,99,235,0.1); color: var(--wm-blue); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.wm-eyebrow-light { background: rgba(255,255,255,0.1); color: #fff; }

/* GRIDS */
.wm-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.wm-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.wm-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.wm-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }

/* CARDS */
.wm-card { background: var(--wm-card); border: 1px solid var(--wm-border); border-radius: 20px; padding: 28px; box-shadow: var(--wm-shadow-sm); transition: all .25s ease; }
.wm-card:hover { transform: translateY(-4px); box-shadow: var(--wm-shadow-lg); border-color: rgba(37,99,235,0.3); }
.wm-card h3 { font-size: 1.2rem; margin-top: 18px; }
.wm-card p { color: var(--wm-muted); font-size: 0.925rem; margin: 8px 0 0; }
.wm-card-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--wm-grad-primary); color: #fff; display: grid; place-items: center; font-size: 22px; box-shadow: 0 8px 24px -8px rgba(37,99,235,0.5); }
.wm-card-icon-gold { background: var(--wm-navy); color: var(--wm-gold); }
.wm-card-tag { margin-top: 14px; font-size: 11px; font-weight: 700; color: var(--wm-blue); text-transform: uppercase; letter-spacing: 0.06em; }
.wm-card-link { margin-top: 18px; display: inline-flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 600; color: var(--wm-navy); }
.wm-card-link:hover { color: var(--wm-blue); opacity: 1; }
.wm-card-dark .wm-card-icon { background: var(--wm-navy); }

/* FEATURE GRID (about) */
.wm-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wm-feature { background: #fff; border: 1px solid var(--wm-border); border-radius: 20px; padding: 24px; box-shadow: var(--wm-shadow-sm); }
.wm-feature-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--wm-grad-primary); color: #fff; display: grid; place-items: center; font-size: 22px; }
.wm-feature h3 { font-size: 1.1rem; margin: 16px 0 4px; }
.wm-feature p { color: var(--wm-muted); font-size: 0.875rem; margin: 0; }

.wm-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 32px; }
.wm-stats strong { font-family: "Poppins", sans-serif; font-size: 1.875rem; color: var(--wm-navy); display: block; }
.wm-stats span { color: var(--wm-muted); font-size: 0.8125rem; }

/* PROCESS */
.wm-step { border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.05); border-radius: 20px; padding: 28px; backdrop-filter: blur(6px); transition: background .25s; }
.wm-step:hover { background: rgba(255,255,255,0.1); }
.wm-step-n { font-family: "Poppins", sans-serif; font-size: 2.5rem; font-weight: 800; background: var(--wm-grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.wm-step h3 { margin: 12px 0 6px; }
.wm-step p { color: rgba(255,255,255,0.7); font-size: 0.9rem; }

/* INDUSTRIES */
.wm-industry { background: #fff; border: 1px solid var(--wm-border); border-radius: 18px; padding: 22px 12px; text-align: center; box-shadow: var(--wm-shadow-sm); transition: all .25s ease; }
.wm-industry:hover { transform: translateY(-3px); border-color: rgba(37,99,235,0.4); }
.wm-industry-icon { font-size: 28px; margin-bottom: 10px; }
.wm-industry-name { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 14px; }

/* TESTIMONIALS */
.wm-testimonial { margin: 0; background: #fff; border: 1px solid var(--wm-border); border-radius: 20px; padding: 30px; box-shadow: var(--wm-shadow-sm); display: flex; flex-direction: column; }
.wm-stars { color: var(--wm-gold); font-size: 18px; letter-spacing: 2px; }
.wm-testimonial blockquote { margin: 14px 0 0; font-size: 0.975rem; line-height: 1.65; color: var(--wm-text); }
.wm-testimonial figcaption { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.wm-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--wm-grad-primary); color: #fff; display: grid; place-items: center; font-family: "Poppins"; font-weight: 700; font-size: 14px; }
.wm-author { font-weight: 600; font-size: 14px; }
.wm-role { color: var(--wm-muted); font-size: 12px; }

/* FAQ */
.wm-faq-wrap { max-width: 820px; }
.wm-faq { background: #fff; border: 1px solid var(--wm-border); border-radius: 20px; box-shadow: var(--wm-shadow-sm); overflow: hidden; }
.wm-faq details { padding: 22px 26px; border-bottom: 1px solid var(--wm-border); }
.wm-faq details:last-child { border-bottom: 0; }
.wm-faq summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; font-family: "Poppins", sans-serif; font-weight: 600; font-size: 1.05rem; }
.wm-faq summary::-webkit-details-marker { display: none; }
.wm-faq-mark { width: 32px; height: 32px; border-radius: 50%; background: #F1F5F9; color: var(--wm-navy); display: grid; place-items: center; font-weight: 700; transition: all .2s ease; }
.wm-faq details[open] .wm-faq-mark { background: var(--wm-blue); color: #fff; transform: rotate(45deg); }
.wm-faq p { margin: 14px 0 0; color: var(--wm-muted); line-height: 1.7; }

/* CONTACT */
.wm-contact-list { margin-top: 32px; display: flex; flex-direction: column; gap: 16px; }
.wm-contact-item { display: flex; align-items: center; gap: 14px; color: var(--wm-text); }
.wm-contact-item:hover { opacity: 0.8; }
.wm-contact-icon { width: 44px; height: 44px; border-radius: 14px; background: var(--wm-grad-primary); color: #fff; display: grid; place-items: center; font-size: 18px; flex-shrink: 0; }
.wm-contact-item small { display: block; color: var(--wm-muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; }
.wm-contact-item strong { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 15px; }

.wm-form { background: #fff; border: 1px solid var(--wm-border); border-radius: 24px; padding: 36px; box-shadow: var(--wm-shadow-lg); display: flex; flex-direction: column; gap: 18px; }
.wm-form label { display: flex; flex-direction: column; font-size: 13px; font-weight: 600; gap: 8px; color: var(--wm-text); }
.wm-form input, .wm-form textarea { font: inherit; padding: 12px 16px; border: 1px solid var(--wm-border); border-radius: 12px; background: #F8FAFC; outline: none; transition: border-color .2s, box-shadow .2s; }
.wm-form input:focus, .wm-form textarea:focus { border-color: var(--wm-blue); box-shadow: 0 0 0 3px rgba(37,99,235,0.15); background: #fff; }
.wm-form-note { color: var(--wm-muted); font-size: 11px; text-align: center; }

/* FOOTER */
.wm-site-footer { background: var(--wm-navy); color: #fff; padding: 64px 0 24px; }
.wm-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.wm-site-footer h4 { color: #fff; }
.wm-site-footer a { color: rgba(255,255,255,0.75); }
.wm-site-footer a:hover { color: var(--wm-gold); }
.wm-footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.6); }

/* CONTENT (blog/pages) */
.wm-content { padding: 64px 0; }
.wm-entry { background: var(--wm-card); padding: 40px; border-radius: 20px; box-shadow: var(--wm-shadow-sm); }
.wm-entry-title { font-size: 2rem; }
.wm-entry-meta { color: var(--wm-muted); font-size: 14px; margin-bottom: 20px; }

/* Elementor templates */
.wm-fullwidth { width: 100%; max-width: none; padding: 0; }
.wm-elementor-canvas { margin: 0; padding: 0; background: #fff; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .wm-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .wm-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .wm-grid-5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .wm-section { padding: 64px 0; }
  .wm-hero { padding: 64px 0 80px; }
  .wm-hero-grid, .wm-two-col { grid-template-columns: 1fr; gap: 40px; }
  .wm-grid-3, .wm-grid-4 { grid-template-columns: 1fr; }
  .wm-grid-5 { grid-template-columns: repeat(2, 1fr); }
  .wm-feature-grid { grid-template-columns: 1fr; }
  .wm-primary-nav { display: none; }
  .wm-footer-grid { grid-template-columns: 1fr; }
  .wm-cta-btn { display: none; }
}
