/*
Theme Name: Nexvora Tech Editable
Theme URI: https://nexvoratech.de/
Author: Nexvora Tech
Description: Editable custom WordPress theme for Nexvora Tech with Customizer controls.
Version: 2.1.2
Text Domain: nexvora-tech
*/

:root{--primary:#071225;--secondary:#0057ff;--accent:#00c2ff;--light:#f5f8ff;--text:#536074;--white:#fff;--border:#e6ecf5}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Inter,Arial,sans-serif;color:var(--primary);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
header{position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid var(--border)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:17px 0}
.logo{font-size:24px;font-weight:900}.logo span{color:var(--secondary)}
.menu{display:flex;gap:24px;font-weight:700;color:#27344d;font-size:14px}
.nav-actions{display:flex;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;font-weight:800;border:0;cursor:pointer}
.btn-primary{background:var(--secondary);color:#fff;box-shadow:0 12px 28px rgba(0,87,255,.23)}
.btn-light{background:#eef5ff;color:var(--secondary)}
.hero{background:linear-gradient(135deg,#071225,#0b1b3f 55%,#063b83);color:#fff;padding:90px 0 70px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}
.eyebrow{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);padding:8px 14px;border-radius:999px;margin-bottom:18px;font-weight:800;color:#cceeff}
h1{font-size:56px;line-height:1.05;margin-bottom:22px;letter-spacing:-1.5px}
.hero p{font-size:19px;color:#d8e6ff;margin-bottom:28px;max-width:650px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}
.hero-meta{display:flex;gap:20px;flex-wrap:wrap;color:#dbe8ff;font-weight:700}
.hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:28px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.25)}
.hero-card-inner{background:#fff;border-radius:20px;color:#071225;padding:30px;min-height:320px;display:grid;align-content:center;text-align:center}
.hero-card-inner h3{font-size:30px;color:var(--secondary);margin-bottom:12px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}
.stat{background:#fff;color:#071225;padding:18px;border-radius:16px;text-align:center}.stat h3{font-size:26px;color:var(--secondary)}
section{padding:84px 0}.section-head{text-align:center;max-width:780px;margin:0 auto 48px}.section-head span{display:inline-block;color:var(--secondary);font-weight:900;text-transform:uppercase;letter-spacing:1.4px;margin-bottom:8px}
.section-head h2{font-size:42px;line-height:1.15;margin-bottom:14px}.section-head p{color:var(--text);font-size:17px}
.about-grid,.split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.panel{background:var(--light);border-radius:30px;padding:42px}.panel h2{font-size:36px;line-height:1.15;margin-bottom:16px}.panel p{color:var(--text);margin-bottom:16px}
.services{background:#fff}.service-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:28px 18px;min-height:300px;box-shadow:0 16px 38px rgba(13,27,62,.07)}
.service-icon{width:74px;height:74px;border-radius:50%;background:#f0f2f7;margin:0 auto 25px;display:grid;place-items:center;font-size:32px;color:var(--secondary)}.service-card b{color:var(--secondary);font-size:18px}.service-card h3{font-size:19px;line-height:1.22;margin:14px 0}.blue-line{width:24px;height:3px;background:var(--secondary);margin:0 0 18px}.service-card p{color:#172033;font-size:15px}
.how{background:linear-gradient(180deg,#f8fbff,#eef6ff);padding:76px 0}.steps{display:grid;grid-template-columns:1fr .4fr 1fr .4fr 1fr;align-items:center;gap:20px}.step{text-align:center}.step-icon{width:118px;height:118px;border:2px solid #d8e0ef;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#fff;font-size:42px;color:var(--secondary);position:relative}.num{position:absolute;left:-18px;top:36px;width:42px;height:42px;border-radius:50%;background:var(--secondary);color:#fff;display:grid;place-items:center;font-weight:900}.step h3{color:var(--secondary);font-size:22px}.arrow{height:2px;border-top:3px dotted var(--secondary);position:relative}.arrow:after{content:"";position:absolute;right:-2px;top:-9px;border-left:14px solid var(--secondary);border-top:8px solid transparent;border-bottom:8px solid transparent}
.coverage-section{position:relative;overflow:hidden;background:#f7faff;padding:90px 0}.coverage-bg{position:absolute;inset:0;opacity:.13;background-image:radial-gradient(circle at 18% 30%,#0b63ff 1.5px,transparent 1.5px),radial-gradient(circle at 60% 42%,#0b63ff 1.5px,transparent 1.5px),radial-gradient(circle at 82% 34%,#0b63ff 1.5px,transparent 1.5px);background-size:22px 22px}.coverage-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;position:relative;z-index:2}.coverage-card{background:rgba(255,255,255,.94);border:1px solid var(--border);border-radius:26px;min-height:235px;padding:36px 26px;text-align:center;box-shadow:0 22px 55px rgba(13,27,62,.08)}.coverage-card h3{font-size:22px;margin:18px 0 6px}.coverage-card p{color:var(--text);font-weight:800}
.flag{width:72px;height:50px;margin:auto;border-radius:8px;overflow:hidden;box-shadow:0 10px 24px rgba(7,18,37,.18)}.flag div{height:33.333%}.flag div:nth-child(1){background:#000}.flag div:nth-child(2){background:#dd0000}.flag div:nth-child(3){background:#ffce00}.eu{width:72px;height:50px;margin:auto;border-radius:8px;background:#003399;color:#ffcc00;display:grid;place-items:center;font-size:26px;box-shadow:0 10px 24px rgba(7,18,37,.18)}.globe{font-size:62px;color:var(--secondary)}
.dark{background:#071225;color:#fff}.dark .section-head p{color:#cbd8ee}.client-list{display:grid;gap:12px;margin-top:18px}.client-list div{background:#fff;border:1px solid var(--border);padding:14px 16px;border-radius:14px;font-weight:800;color:#071225}
.form-preview{background:#f5f8ff}.forms-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.form-card{background:#fff;border:1px solid var(--border);border-radius:26px;padding:32px;box-shadow:0 18px 45px rgba(13,27,62,.08)}.form-card h3{font-size:28px;margin-bottom:10px}.form-card p{color:var(--text);margin-bottom:18px}.fake-form{display:grid;gap:12px}.fake-form input,.fake-form select,.fake-form textarea{border:1px solid #d7e0ef;border-radius:12px;padding:12px;font-family:inherit}.fake-form textarea{min-height:100px}
.cta{background:linear-gradient(135deg,#0066ff,#00c2ff);color:#fff;border-radius:34px;padding:52px;display:flex;justify-content:space-between;align-items:center;gap:28px}.cta h2{font-size:36px}footer{background:#071225;color:#cbd8ee;padding:44px 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}footer h3,footer h4{color:#fff;margin-bottom:12px}footer li{list-style:none;margin:8px 0}
@media(max-width:1000px){.menu{display:none}.hero-grid,.about-grid,.split,.forms-grid{grid-template-columns:1fr}.service-cards,.coverage-cards,.footer-grid,.stats{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.arrow{display:none}h1{font-size:40px}.section-head h2{font-size:32px}.cta{flex-direction:column;align-items:flex-start}}

/* WordPress Admin Bar Fix */
.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
}

/* WordPress dynamic menu support */
.menu ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.menu li {
  list-style: none;
}

.menu a:hover {
  color: var(--secondary);
}

@media(max-width:1000px) {
  .menu ul {
    display: none;
  }
}

/* Real form styling */
.real-form {
  display: grid;
  gap: 14px;
}

.real-form .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.real-form input,
.real-form select,
.real-form textarea {
  width: 100%;
  border: 1px solid #d7e0ef;
  border-radius: 12px;
  padding: 13px 14px;
  font-family: inherit;
  font-size: 15px;
}

.real-form textarea {
  min-height: 110px;
  resize: vertical;
}

.form-success {
  margin-top: 14px;
  background: #eef5ff;
  border: 1px solid #d7e8ff;
  color: #071225;
  padding: 14px;
  border-radius: 12px;
  font-weight: 700;
}

@media(max-width:1000px) {
  .real-form .two-col {
    grid-template-columns: 1fr;
  }
}


/* Why Choose Us Section */
.why-choose {
  background: #ffffff;
  padding: 84px 0;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.why-card {
  background: #ffffff;
  border: 1px solid #e6ecf5;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 16px 38px rgba(13,27,62,.07);
}
.why-card .check {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eef5ff;
  color: #0057ff;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 16px;
}
.why-card h3 {
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #071225;
}
.why-card p {
  color: #536074;
  font-size: 15px;
  margin: 0;
}
.about-end {
  background: #f5f8ff;
}
@media(max-width:1000px){
  .why-grid {
    grid-template-columns: 1fr;
  }
}


/* File upload field */
.fake-form input[type="file"] {
  background: #ffffff;
  cursor: pointer;
}
.upload-note {
  font-size: 13px;
  color: #536074;
  margin-top: -4px;
}


/* Floating WhatsApp Button */
.nexvora-whatsapp {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #25D366;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  animation: nexvoraPulse 2s infinite;
}

.nexvora-whatsapp:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.nexvora-wa-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nexvora-wa-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.nexvora-wa-text strong {
  font-size: 14px;
  color: #ffffff;
}

.nexvora-wa-text span {
  font-size: 12px;
  color: #ffffff;
}

@keyframes nexvoraPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@media(max-width:768px) {
  .nexvora-wa-text {
    display: none;
  }

  .nexvora-whatsapp {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
  }
}
