/*
Theme Name: Sialkot Sports Authentic Hub
Theme URI: https://mywebtools.site/
Author: Adnan Malik & ChatGPT
Author URI: https://mywebtools.site/
Description: Sports-focused, Sialkot-themed authenticity hub with dual clocks, exporter profiles, and clean contact styling.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sialkot-sports-auth-hub
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #071428 0, #050b16 50%, #040816 100%);
  color: #f9fafb;
  line-height: 1.7;
}

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

a {
  color: #4ade80;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ================= HEADER ================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(26px);
  background:
    radial-gradient(circle at top left, rgba(45,212,191,0.28) 0, transparent 55%),
    radial-gradient(circle at top right, rgba(56,189,248,0.3) 0, transparent 55%),
    rgba(6,12,25,0.96);
  border-bottom: 1px solid rgba(148,163,184,0.35);
  box-shadow: 0 18px 40px rgba(15,23,42,0.9);
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 0 0.9rem;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-badge {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background:
    conic-gradient(from 210deg,
      #22c55e,
      #4ade80,
      #a3e635,
      #2dd4bf,
      #22c55e);
  padding: 2px;
  box-shadow:
    0 0 0 3px rgba(15,23,42,0.95),
    0 20px 36px rgba(0,0,0,0.95);
}

.site-badge-inner {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 15%, #111827 0, #020617 65%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbf7d0;
  font-weight: 900;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.site-badge-tag {
  position: absolute;
  right: -8px;
  bottom: -4px;
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: linear-gradient(135deg, #22c55e, #a3e635);
  color: #022c22;
  box-shadow: 0 0 0 1px rgba(6,78,59,0.95);
}

.site-title-block {
  display: flex;
  flex-direction: column;
}

.site-title {
  margin: 0;
}

.site-title a {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-description {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
  opacity: 0.85;
}

/* HEADER ACTIONS: TOP LINKS + CLOCKS */

.header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.45rem;
}

.header-short-links {
  display: flex;
  gap: 0.65rem;
}

.header-short-links a {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.7);
  background: rgba(15,23,42,0.9);
  color: #e5e7eb;
  box-shadow: 0 8px 16px rgba(15,23,42,0.75);
}

.header-short-links a:hover {
  border-color: rgba(74,222,128,0.95);
  color: #bbf7d0;
}

.clock-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.clock-block {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: flex-end;
}

.clock-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.8;
  color: #e5e7eb;
}

.clock-3d {
  min-width: 150px;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: radial-gradient(circle at 10% 0, #022c22, #020617 65%);
  border: 1px solid rgba(45,212,191,0.9);
  box-shadow:
    0 1px 0 rgba(226,232,240,0.25) inset,
    0 -2px 6px rgba(15,23,42,0.85) inset,
    0 18px 36px rgba(0,0,0,0.9);
  font-family: ui-monospace, Menlo, Monaco, "SF Mono", monospace;
  font-size: 0.9rem;
  letter-spacing: 0.22em;
  text-align: center;
  color: #ecfeff;
  text-shadow: 0 0 6px rgba(34,197,94,0.85);
}

/* NAVIGATION */

.main-nav {
  border-top: 1px solid rgba(30,64,175,0.6);
}

.menu-toggle {
  display: none;
  background: none;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.8);
  padding: 0.4rem 0.9rem;
  color: #e5e7eb;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0.4rem 0;
}

.menu-toggle span {
  margin-left: 0.3rem;
}

.primary-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0.55rem 0 0.9rem;
  margin: 0;
}

.primary-menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  border: 1px solid rgba(30,64,175,0.7);
  background: radial-gradient(circle at top, rgba(30,64,175,0.8), rgba(15,23,42,0.98));
  color: #e5e7eb;
  box-shadow: 0 10px 18px rgba(15,23,42,0.9);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.primary-menu li a:hover,
.primary-menu li.current-menu-item a {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(15,23,42,0.95);
  border-color: rgba(74,222,128,0.95);
  background: radial-gradient(circle at top, rgba(22,163,74,0.9), rgba(15,23,42,0.98));
}

/* ================= HERO ================= */

.hero {
  position: relative;
  padding: 3.5rem 0 3rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 5% 0, rgba(56,189,248,0.25) 0, transparent 55%),
    radial-gradient(circle at 95% 0, rgba(34,197,94,0.22) 0, transparent 55%),
    radial-gradient(circle at 50% 100%, rgba(59,130,246,0.22) 0, transparent 70%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 2.8rem;
  align-items: center;
}

.hero-left {
  max-width: 660px;
}

.hero-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
}

.hero-tag {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 0.3rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.7);
  background: rgba(15,23,42,0.92);
  backdrop-filter: blur(20px);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-heading {
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 1.18;
  margin: 0 0 1.05rem;
}

.hero-heading span {
  background: linear-gradient(135deg, #22c55e, #4ade80, #a3e635);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  max-width: 36rem;
  font-size: 1rem;
  opacity: 0.9;
}

.hero-subtitle strong {
  color: #bbf7d0;
}

.hero-conditions {
  margin-top: 1.2rem;
  font-size: 0.9rem;
  opacity: 0.9;
}

.hero-conditions ul {
  padding-left: 1.1rem;
  margin: 0.4rem 0 0;
}

.hero-conditions li {
  margin-bottom: 0.25rem;
}

.hero-cta-row {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, #22c55e, #a3e635);
  color: #022c22;
  box-shadow:
    0 0 0 1px rgba(190,242,100,0.9) inset,
    0 18px 32px rgba(22,163,74,0.8);
}

.btn-primary:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.btn-secondary {
  background: rgba(15,23,42,0.96);
  border-color: rgba(56,189,248,0.8);
  color: #e5e7eb;
}

.hero-meta-row {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  font-size: 0.82rem;
}

.hero-meta-card {
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(30,64,175,0.65);
  background: radial-gradient(circle at top, rgba(15,23,42,0.95), rgba(15,23,42,0.98));
  box-shadow: 0 14px 26px rgba(15,23,42,0.95);
}

.hero-meta-card strong {
  display: block;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0.3rem;
}

.hero-meta-card span {
  opacity: 0.92;
}

/* Hero right: scoreboard/trust card */

.hero-right-grid {
  display: grid;
  gap: 1.1rem;
}

.trust-card {
  border-radius: 1.4rem;
  padding: 1.3rem 1.4rem;
  border: 1px solid rgba(56,189,248,0.8);
  background:
    radial-gradient(circle at top left, rgba(15,23,42,1) 0, rgba(15,23,42,0.98) 65%),
    linear-gradient(135deg, rgba(15,23,42,0.9), rgba(6,78,59,0.95));
  box-shadow:
    0 22px 40px rgba(15,23,42,0.98),
    0 0 0 1px rgba(15,23,42,0.9);
}

.trust-card-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  opacity: 0.9;
}

.trust-card-title {
  margin-top: 0.35rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.trust-pill-row {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.74rem;
}

.trust-pill {
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(22,163,74,0.95);
  background: rgba(6,78,59,1);
  color: #bbf7d0;
}

.checklist {
  margin-top: 1rem;
  font-size: 0.86rem;
}

.checklist ul {
  padding-left: 1.1rem;
  margin: 0.25rem 0 0;
}

.checklist li {
  margin-bottom: 0.25rem;
}

/* ============== MAIN CONTENT & POSTS ============== */

.site-main {
  flex: 1;
  padding: 2.7rem 0 3rem;
}

.section-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.7rem;
}

.section-title {
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.section-subtitle {
  font-size: 0.82rem;
  opacity: 0.82;
}

.post-section {
  margin-bottom: 2.6rem;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.post-card {
  border-radius: 1.4rem;
  overflow: hidden;
  background: radial-gradient(circle at top, #0b1220 0, #020617 70%);
  border: 1px solid rgba(30,64,175,0.8);
  box-shadow: 0 18px 34px rgba(15,23,42,0.98);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.post-card-thumb {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}

.post-card-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.4s ease;
}

.post-card:hover .post-card-thumb img {
  transform: scale(1.08);
}

.post-card-badge {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: rgba(6,78,59,0.98);
  color: #bbf7d0;
  border: 1px solid rgba(22,163,74,0.9);
}

.post-card-body {
  padding: 1rem 1.15rem 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.post-card-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.82;
  margin-bottom: 0.35rem;
}

.post-card-title a {
  font-size: 1rem;
  font-weight: 600;
}

.post-card-excerpt {
  margin-top: 0.45rem;
  font-size: 0.85rem;
  opacity: 0.9;
}

.post-card-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.76rem;
  opacity: 0.86;
}

/* Content area & pages */

.content-area {
  max-width: 780px;
  margin: 0 auto;
}

.entry-header {
  margin-bottom: 1.3rem;
}

.entry-title {
  font-size: 1.9rem;
}

.entry-meta {
  font-size: 0.84rem;
  opacity: 0.82;
}

.entry-content {
  font-size: 0.96rem;
}

.entry-content p {
  margin-bottom: 1rem;
}

/* Layout with sidebar */

.layout-with-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 2rem;
}

/* Widgets */

.widget-area {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.widget {
  padding: 1rem 1.2rem;
  border-radius: 1.1rem;
  background: radial-gradient(circle at top, #020617 0, #020617 80%);
  border: 1px solid rgba(30,64,175,0.8);
  box-shadow: 0 14px 26px rgba(15,23,42,0.95);
  font-size: 0.9rem;
}

.widget-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-top: 0;
  margin-bottom: 0.7rem;
  opacity: 0.86;
}

/* ============== FORMS (GLOBAL – READABLE) ============== */

label,
.wpcf7-form label {
  color: #e5e7eb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea,
select {
  background: #020617;
  color: #e5e7eb;
  border: 1px solid rgba(148,163,184,0.9);
  border-radius: 0.6rem;
  padding: 0.6rem 0.75rem;
  box-shadow: 0 1px 2px rgba(15,23,42,0.6);
}

input::placeholder,
textarea::placeholder {
  color: #9ca3af;
}

button,
input[type="submit"] {
  background: linear-gradient(135deg, #22c55e, #4ade80);
  color: #022c22;
  border: none;
  border-radius: 999px;
  padding: 0.6rem 1.6rem;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(22,163,74,0.7);
}

button:hover,
input[type="submit"]:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Optional: brighten contact page if using a template or slug class */
.page-template-contact-page .site-main,
.page-contact .site-main {
  background: radial-gradient(circle at top, #f9fafb 0, #e5e7eb 45%, #d1d5db 100%);
  color: #111827;
}

.page-template-contact-page .content-area,
.page-contact .content-area {
  background: rgba(255,255,255,0.98);
  border-radius: 1.5rem;
  padding: 2rem 2.3rem;
  box-shadow: 0 22px 40px rgba(15,23,42,0.22);
}

.page-template-contact-page label,
.page-contact label {
  color: #111827;
}

.page-template-contact-page input[type="text"],
.page-template-contact-page input[type="email"],
.page-template-contact-page input[type="url"],
.page-template-contact-page input[type="tel"],
.page-template-contact-page textarea,
.page-template-contact-page select,
.page-contact input[type="text"],
.page-contact input[type="email"],
.page-contact input[type="url"],
.page-contact input[type="tel"],
.page-contact textarea,
.page-contact select {
  background: #f9fafb;
  color: #111827;
  border-color: #cbd5f5;
}

/* ============== FOOTER ============== */

.site-footer {
  border-top: 1px solid rgba(30,64,175,0.75);
  padding: 1.8rem 0 1.9rem;
  background: radial-gradient(circle at top, #020617 0, #020617 60%);
  font-size: 0.8rem;
  opacity: 0.9;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.footer-social-menu {
  display: flex;
  gap: 0.6rem;
}

.footer-social-menu a {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(56,189,248,0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

/* ============== RESPONSIVE ============== */

@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-meta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layout-with-sidebar {
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .header-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-actions {
    align-items: flex-start;
  }

  .clock-row {
    flex-wrap: wrap;
  }

  .clock-block {
    align-items: flex-start;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .primary-menu {
    display: none;
    flex-direction: column;
  }

  .primary-menu.is-open {
    display: flex;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-heading {
    font-size: 2rem;
  }

  .hero-meta-row {
    grid-template-columns: 1fr;
  }

  .post-grid {
    grid-template-columns: 1fr;
  }

  .layout-with-sidebar {
    grid-template-columns: 1fr;
  }
}