/*
Theme Name: Xploits Consulting
Theme URI: https://xploitscg.com
Author: Xploits Consulting LLC
Description: Custom WordPress homepage theme converted from the Xploits Consulting standalone HTML design.
Version: 1.0.0
License: GPLv2 or later
Text Domain: xploits-consulting
*/

* {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: 'Inter', sans-serif;
      background: #f6f9fc;
      color: #11375f;
      overflow-x: hidden;
    }

    a {
      color: inherit;
    }

    .xploits-header {
      position: sticky;
      top: 0;
      z-index: 999;
      background: rgba(255,255,255,.82);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(255,255,255,.55);
      box-shadow: 0 12px 40px rgba(8,56,90,.08);
    }

    .xploits-header-inner {
      max-width: 1280px;
      margin: 0 auto;
      padding: 14px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .xploits-logo-wrap {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .xploits-logo-wrap img {
      height: 68px;
      width: auto;
      object-fit: contain;
    }

    .xploits-brand-main {
      margin: 0;
      font-size: 16px;
      line-height: .95;
      font-weight: 900;.xploits-hero-copy {
      letter-spacing: .08em;
      color: #08385a;
      text-transform: uppercase;
    }

    .xploits-brand-sub {
      margin: 6px 0 0;
      font-size: 13px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: .42em;
      color: #f2b632;
      text-transform: uppercase;
    }

    .xploits-nav {
      display: flex;
      align-items: center;
      gap: 26px;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .12em;
      color: #24506f;
      text-transform: uppercase;
    }

    .xploits-nav a {
      text-decoration: none;
      transition: color .25s ease;
    }

    .xploits-nav a:hover {
      color: #14b8c4;
    }

    .xploits-contact-pill {
      border: 1px solid #14b8c4;
      border-radius: 999px;
      padding: 10px 18px;
      color: #0a5d73;
      box-shadow: 0 10px 28px rgba(20,184,196,.12);
    }

    .xploits-contact-pill:hover {
      background: #14b8c4;
      color: #fff !important;
    }

    .xploits-menu-button {
      display: none;
      height: 44px;
      width: 44px;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      border: 1px solid #dcecf7;
      background: #fff;
      color: #08385a;
      box-shadow: 0 8px 24px rgba(8,56,90,.08);
    }

    .xploits-container {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 24px;
      position: relative;
      z-index: 2;
    }

    .xploits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 44px;
      align-items: center;
    }

 .xploits-hero {
      position: relative;
      overflow: hidden;
      min-height: calc(100vh - 97px);
      height: calc(100vh - 97px);
      display: flex;
      align-items: center;
      background:
        radial-gradient(circle at 18% 18%, rgba(20,184,196,.24), transparent 28%),
        radial-gradient(circle at 88% 8%, rgba(242,182,50,.18), transparent 26%),
        linear-gradient(135deg,#061826,#0b2235 52%,#071d2e);
      color: #fff;
      padding: 60px 0;
    }

    .xploits-hero video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: .18;
      mix-blend-mode: screen;
      z-index: 0;
    }

    .xploits-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(4,24,38,.92), rgba(7,29,46,.88));
      z-index: 1;
    }

    .xploits-hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at center, rgba(255,255,255,.25) 1px, transparent 1px);
      background-size: 28px 28px;
      opacity: .08;
      z-index: 1;
    }

    .xploits-orb-one,
    .xploits-orb-two,
    .xploits-orb-three {
      position: absolute;
      border-radius: 999px;
      pointer-events: none;
      z-index: 1;
    }

    .xploits-orb-one {
      left: 10%;
      top: 18%;
      width: 280px;
      height: 280px;
      background: rgba(20,184,196,.10);
      filter: blur(48px);
      animation: pulse 6s ease-in-out infinite;
    }

    .xploits-orb-two {
      right: 12%;
      bottom: 10%;
      width: 320px;
      height: 320px;
      background: rgba(242,182,50,.10);
      filter: blur(52px);
      animation: pulse 8s ease-in-out infinite;
    }

    .xploits-orb-three {
      right: 18%;
      top: 14%;
      width: 260px;
      height: 260px;
      border: 1px solid rgba(255,255,255,.12);
      animation: spin 90s linear infinite;
    }

    .xploits-badge {
      display: inline-flex;
      padding: 10px 18px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.08);
      color: #f2b632;
      font-weight: 800;
      box-shadow: 0 16px 40px rgba(0,0,0,.18);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      margin-bottom: 12px;
    }

    .xploits-hero-title {
      margin: 0;
      max-width: 900px;
     font-size: clamp(20px, 2.2vw, 32px);
      line-height: 1.02;
      letter-spacing: -.04em;
      font-weight: 900;
      color: #fff;
    }

    .xploits-hero-title span {
      color: #14b8c4;
    }

  .xploits-hero-copy {
      margin: 10px 0 0;
      max-width: 720px;
      font-size: 13px;
      line-height: 1.6;
      color: #d9ecf6;
      font-weight: 500;
    }

   .xploits-trust-strip {
      margin-top: 12px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      width: fit-content;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.05);
      border-radius: 18px;
      padding: 8px 12px;
      color: #d9ecf6;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .xploits-trust-strip span.dot {
      color: #14b8c4;
    }

    .xploits-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 12px;
    }

    .xploits-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 15px 28px;
      border-radius: 999px;
      font-weight: 800;
      text-decoration: none;
      transition: all .3s ease;
    }

    .xploits-btn-primary {
      background: linear-gradient(145deg,#14b8c4,#0b5f87);
      color: #fff;
      box-shadow: 0 14px 35px rgba(20,184,196,.22);
    }

    .xploits-btn-primary:hover {
      transform: translateY(-3px);
    }

    .xploits-btn-outline {
      border: 1px solid #14b8c4;
      background: #fff;
      color: #0a5d73;
      box-shadow: 0 10px 30px rgba(20,184,196,.12);
    }

    .xploits-card {
      background: linear-gradient(145deg,#ffffff,#f6fbff);
      border: 1px solid rgba(255,255,255,.7);
      border-radius: 28px;
      padding: 32px;
      box-shadow: 0 18px 50px rgba(15,35,60,.08), inset 0 1px 0 rgba(255,255,255,.9);
      transition: all .35s ease;
      position: relative;
      overflow: hidden;
    }

    .xploits-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 28px 70px rgba(15,35,60,.14), inset 0 1px 0 rgba(255,255,255,.9);
    }

    .mission-card {
      background: linear-gradient(145deg,#08385a,#0b5f87);
      color: #fff;
      padding: 34px;
      border-radius: 26px;
      position: relative;
      overflow: hidden;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    }

    .mission-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px);
      background-size: 30px 30px;
      opacity: .06;
    }

    .mission-card::after {
      content: '';
      position: absolute;
      right: -60px;
      top: -40px;
      height: 180px;
      width: 180px;
      background: rgba(20,184,196,.12);
      border-radius: 999px;
      filter: blur(40px);
    }

    .mission-card > * {
      position: relative;
      z-index: 2;
    }

    .mission-label,
    .xploits-subtitle {
      margin: 0;
      color: #14b8c4;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: .18em;
      font-size: 14px;
    }

    .mission-label {
      color: #f2b632;
    }

    .mission-card h2 {
      margin: 10px 0 0;
      font-size: 16px;
      line-height: 1.18;
      font-weight: 900;
      color: #fff;
    }

    .mission-grid {
      margin-top: 12px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }

    .mission-item {
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.06);
      padding: 8px;
      border-radius: 12px;
      font-size: 11px;
      line-height: 1.4;
      font-weight: 700;
      color: #eef8fb;
    }

    .xploits-section {
      position: relative;
      overflow: hidden;
      padding: 96px 0;
    }

    .xploits-title {
      margin: 16px 0 0;
      font-size: clamp(36px, 4.5vw, 58px);
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: -.035em;
      color: #08385a;
    }

    .xploits-body {
      font-size: 18px;
      line-height: 1.85;
      color: #41667d;
      font-weight: 500;
    }

    .xploits-pill {
      display: inline-flex;
      margin-top: 26px;
      border: 1px solid #cfe7f4;
      background: #f7fbff;
      color: #0b5f87;
      border-radius: 999px;
      padding: 12px 20px;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .16em;
    }

    .section-center {
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }

    .client-grid,
    .services-grid,
    .difference-grid {
      display: grid;
      gap: 22px;
    }

    .client-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .services-grid {
      margin-top: 44px;
      grid-template-columns: repeat(4, 1fr);
    }

    .difference-grid {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 34px;
    }

    .icon-box {
      height: 56px;
      width: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      background: linear-gradient(145deg,#ffffff,#dff8fa);
      box-shadow: 0 16px 36px rgba(20,184,196,.14), inset 0 1px 0 rgba(255,255,255,.9);
      margin-bottom: 22px;
      color: #0a5d73;
    }

    .service-featured {
      border-color: #f2b632;
      box-shadow: 0 18px 50px rgba(15,35,60,.08), 0 0 0 1px rgba(242,182,50,.30);
      grid-column: span 2;
    }

    .service-card h3,
    .client-card h3 {
      margin: 0;
      font-size: 21px;
      line-height: 1.25;
      font-weight: 800;
      color: #08385a;
    }

    .service-card p,
    .client-card p {
      margin: 14px 0 0;
      color: #41667d;
      line-height: 1.7;
    }

    .service-card ul {
      margin: 20px 0 0;
      padding: 0;
      list-style: none;
      color: #24506f;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.7;
    }

    .service-card li::before {
      content: '●';
      color: #f2b632;
      margin-right: 8px;
    }

    .view-capabilities::before {
      content: '' !important;
      margin: 0 !important;
    }

    .view-capabilities {
      margin-top: 12px;
      color: #14b8c4 !important;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .training-section {
      background: #08385a;
      color: #fff;
    }

    .training-section video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: .08;
      mix-blend-mode: screen;
    }

    .training-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 10% 10%, rgba(20,184,196,.38), transparent 28%),
        radial-gradient(circle at 85% 60%, rgba(242,182,50,.22), transparent 30%);
      z-index: 1;
    }

    .training-section .xploits-container {
      position: relative;
      z-index: 2;
    }

    .training-card {
      border: 1px solid rgba(255,255,255,.20);
      background: rgba(255,255,255,.10);
      color: #fff;
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .tag-wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .tag {
      border-radius: 999px;
      background: #fff;
      color: #08385a;
      padding: 9px 15px;
      font-size: 13px;
      font-weight: 900;
    }

    .difference-item {
      display: flex;
      gap: 16px;
      border: 1px solid #d8edf8;
      background: #fff;
      border-radius: 26px;
      padding: 22px;
      box-shadow: 0 10px 26px rgba(15,35,60,.05);
    }

    .contact-section {
      background: linear-gradient(145deg,#0b6f96,#06283f);
      color: #fff;
    }

    .contact-card {
      background: linear-gradient(145deg,#ffffff,#edf7fc);
      color: #08385a;
      border: 1px solid rgba(255,255,255,.7);
      box-shadow: 0 30px 80px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.95);
    }

    .contact-list {
      display: grid;
      gap: 24px;
    }

    .contact-list strong {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 18px;
      color: #08385a;
    }

    .contact-list p {
      margin: 8px 0 0 38px;
      color: #24506f;
      font-weight: 700;
      font-size: 17px;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }

    .xploits-form label {
      display: block;
      margin: 0 0 8px;
      color: #0b5f87;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .xploits-form input,
    .xploits-form select,
    .xploits-form textarea {
      width: 100%;
      border: 1px solid rgba(255,255,255,.8);
      background: #fff;
      border-radius: 18px;
      padding: 16px 18px;
      font: inherit;
      font-weight: 600;
      color: #08385a;
      outline: none;
      box-shadow: inset 0 2px 8px rgba(8,56,90,.06);
    }

    .xploits-form input:focus,
    .xploits-form select:focus,
    .xploits-form textarea:focus {
      border-color: #14b8c4;
    }

    .form-field {
      margin-top: 18px;
    }

    .xploits-submit {
      width: 100%;
      border: 0;
      margin-top: 24px;
      cursor: pointer;
      border-radius: 18px;
      background: linear-gradient(145deg,#14b8c4,#0b5f87);
      color: #fff;
      padding: 18px 24px;
      font-size: 18px;
      font-weight: 900;
      box-shadow: 0 18px 40px rgba(8,56,90,.25);
      transition: all .3s ease;
    }

    .xploits-submit:hover {
      transform: translateY(-3px);
      box-shadow: 0 24px 60px rgba(8,56,90,.35);
    }

    .xploits-footer {
      position: relative;
      overflow: hidden;
      background: linear-gradient(145deg,#041f33,#031726);
      color: #d9ecf6;
      padding: 70px 0;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.35fr .9fr 1fr 1fr;
      gap: 34px;
    }

    .xploits-footer h3,
    .xploits-footer h4 {
      color: #fff;
      margin: 0;
    }

    .xploits-footer ul {
      list-style: none;
      padding: 0;
      margin: 20px 0 0;
      display: grid;
      gap: 12px;
      color: #b7d3e2;
      font-weight: 700;
    }

    .gold {
      color: #f2b632;
    }

    .teal {
      color: #14b8c4;
    }

    @keyframes pulse {
      0%,100% { opacity: .55; transform: scale(1); }
      50% { opacity: 1; transform: scale(1.08); }
    }

    @keyframes spin {
      to { transform: rotate(360deg); }
    }

    @media (max-width: 1100px) {
      .services-grid,
      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .service-featured {
        grid-column: span 1;
      }

      .client-grid {
        grid-template-columns: repeat(2, 1fr);
      }
 @media (max-width: 768px) {
      .xploits-nav { display: none; }
      .xploits-menu-button { display: flex; }
      .xploits-header-inner { padding: 12px 16px; }
      .xploits-logo-wrap img { height: 50px; }
      .xploits-brand-main { font-size: 23px; }
      .xploits-brand-sub { font-size: 10px; letter-spacing: .26em; }

      .xploits-hero {
        position: relative;
        overflow: hidden;
        min-height: 100vh !important;
        height: auto !important;
        padding: 60px 0 !important;
        display: flex !important;
        align-items: center !important;
        background:
          radial-gradient(circle at 18% 18%, rgba(20,184,196,.24), transparent 28%),
          radial-gradient(circle at 88% 8%, rgba(242,182,50,.18), transparent 26%),
          linear-gradient(135deg,#061826,#0b2235 52%,#071d2e) !important;
        color: #fff !important;
      }

      .xploits-hero-title { color: #fff !important; font-size: clamp(28px, 7vw, 42px) !important; }
      .xploits-hero-title span { color: #14b8c4 !important; }
      .xploits-hero-copy { color: #d9ecf6 !important; font-size: 15px !important; }
      .xploits-badge { color: #f2b632 !important; border-color: rgba(255,255,255,.18) !important; background: rgba(255,255,255,.08) !important; }
      .xploits-trust-strip { color: #d9ecf6 !important; background: rgba(255,255,255,.05) !important; border-color: rgba(255,255,255,.12) !important; }
      .xploits-btn-primary { background: linear-gradient(145deg,#14b8c4,#0b5f87) !important; color: #fff !important; }
      .xploits-btn-outline { border: 1px solid #14b8c4 !important; background: #fff !important; color: #0a5d73 !important; }

      .xploits-grid,
      .client-grid,
      .services-grid,
      .difference-grid,
      .footer-grid,
      .form-grid { grid-template-columns: 1fr; }

      .mission-grid { grid-template-columns: 1fr; }
      .mission-card { background: linear-gradient(145deg,#08385a,#0b5f87) !important; color: #fff !important; }
      .mission-card h2 { color: #fff !important; }
      .xploits-section { padding: 72px 0; }
      .training-section { background: #08385a !important; color: #fff !important; }
      .contact-section { background: linear-gradient(145deg,#0b6f96,#06283f) !important; color: #fff !important; }
      .xploits-footer { background: linear-gradient(145deg,#041f33,#031726) !important; color: #d9ecf6 !important; }
    }
/* WordPress custom logo sizing */
.custom-logo { height:68px; width:auto; object-fit:contain; }
@media (max-width:768px){ .custom-logo{height:50px;} }
