/* Blue + Black theme */
.pc2-container{ width:92%; max-width:1180px; margin:0 auto; }
.pc2-section{ padding:70px 0; }
.pc2-section-soft{ background:#f6f8fc; }
.pc2-section-dark{
  background: radial-gradient(900px 400px at 20% 10%, rgba(59,130,246,.18), transparent 60%),
              radial-gradient(900px 400px at 80% 70%, rgba(14,165,233,.12), transparent 60%),
              linear-gradient(180deg,#070b14,#070b14);
  color:#fff;
}
.pc2-muted{ color:#475569; }

.pc2-sectionHead{ margin-bottom:22px; }
.pc2-sectionHead h3{ font-weight:900; margin:0 0 6px; letter-spacing:-.02em; }
.pc2-sectionHead p{ margin:0; color:#64748b; }
.pc2-sectionHead-light p{ color:rgba(255,255,255,.75); }

.pc2-hero{
  background: radial-gradient(900px 420px at 15% 15%, rgba(59,130,246,.22), transparent 60%),
              radial-gradient(900px 420px at 80% 70%, rgba(0,0,0,.55), transparent 60%),
              linear-gradient(180deg,#070b14,#0b1220);
  color:#fff;
  padding:48px 0;
}
.pc2-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:center;
  min-height:60vh;
}
@media(max-width:991px){ .pc2-hero-grid{ grid-template-columns:1fr; min-height:auto; } }

.pc2-badge{
  display:inline-flex; padding:8px 12px; border-radius:999px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14);
  font-weight:700; font-size:13px; margin-bottom:12px;
}
.pc2-kicker{ margin:0 0 10px; font-weight:900; color:rgba(255,255,255,.85); }
.pc2-title{ margin:0 0 12px; font-weight:1000; font-size:44px; line-height:1.06; }
@media(max-width:991px){ .pc2-title{ font-size:34px; } }
@media(max-width:575px){ .pc2-title{ font-size:28px; } }

.pc2-lead{ margin:0 0 10px; color:rgba(255,255,255,.84); }
.pc2-sub{ margin:0 0 18px; color:rgba(255,255,255,.72); }

.pc2-actions{ display:flex; gap:12px; flex-wrap:wrap; }
.pc2-btn{
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:999px; padding:12px 18px; font-weight:900; text-decoration:none !important;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.pc2-btn:hover{ transform:translateY(-2px); box-shadow:0 18px 40px rgba(0,0,0,.28); }
.pc2-btn-primary{ background:linear-gradient(135deg,#2563eb,#0ea5e9); color:#fff; }
.pc2-btn-ghost{ background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.18); color:#fff; }

.pc2-miniStrip{
  margin-top:14px; display:flex; gap:16px; flex-wrap:wrap;
  color:rgba(255,255,255,.75);
}
.pc2-miniStrip a{ color:rgba(255,255,255,.92); text-decoration:none; }

.pc2-hero-media{ text-align:center; }
.pc2-hero-img{ max-width:520px; width:100%; filter:drop-shadow(0 22px 55px rgba(0,0,0,.35)); }

.pc2-actionsGrid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
}
@media(max-width:991px){ .pc2-actionsGrid{ grid-template-columns:1fr; } }
.pc2-cardAction{
  display:flex; align-items:center; gap:12px;
  padding:16px; border-radius:18px;
  background:#fff; border:1px solid rgba(2,6,23,.06);
  box-shadow:0 18px 50px rgba(2,6,23,.10);
  text-decoration:none !important; color:#0f172a;
}
.pc2-cardIcon{ width:44px; height:44px; display:grid; place-items:center; border-radius:14px;
  background:rgba(37,99,235,.10); color:#2563eb; font-weight:1000;
}
.pc2-cardTitle{ font-weight:1000; letter-spacing:.02em; font-size:13px; }
.pc2-cardSub{ color:#64748b; font-weight:700; font-size:13px; }
.pc2-cardArrow{ margin-left:auto; font-size:20px; color:#2563eb; font-weight:1000; }

.pc2-tilesGrid{
  display:grid; grid-template-columns:repeat(5,1fr); gap:14px;
}
@media(max-width:1199px){ .pc2-tilesGrid{ grid-template-columns:repeat(4,1fr);} }
@media(max-width:991px){ .pc2-tilesGrid{ grid-template-columns:repeat(2,1fr);} }
@media(max-width:575px){ .pc2-tilesGrid{ grid-template-columns:1fr;} }

.pc2-tile{
  border-radius:20px; padding:16px; text-align:center;
  background:#fff; border:1px solid rgba(2,6,23,.06);
  box-shadow:0 18px 50px rgba(2,6,23,.10);
  text-decoration:none !important; color:#0f172a;
  transition:transform .18s ease, box-shadow .18s ease;
}
.pc2-tile:hover{ transform:translateY(-6px); box-shadow:0 24px 70px rgba(2,6,23,.14); }
.pc2-tileIcon{ width:92px; height:92px; border-radius:999px; background:#f1f5f9; margin:0 auto 10px;
  display:grid; place-items:center;
}
.pc2-tileIcon img{ width:64px; height:64px; object-fit:contain; }
.pc2-tileName{ font-weight:1000; }
.pc2-tileHint{ font-weight:900; color:#2563eb; margin-top:6px; font-size:13px; }

.pc2-twoCol{ display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:center; }
@media(max-width:991px){ .pc2-twoCol{ grid-template-columns:1fr; } }
.pc2-poster{ border-radius:22px; overflow:hidden; box-shadow:0 20px 60px rgba(2,6,23,.14); }
.pc2-poster img{ width:100%; display:block; }

.pc2-h3{ font-weight:1000; margin:0 0 10px; letter-spacing:-.02em; }
.pc2-bullets{ margin:12px 0 18px; padding-left:18px; color:#334155; font-weight:700; }

.pc2-stats{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
@media(max-width:991px){ .pc2-stats{ grid-template-columns:1fr; } }
.pc2-statCard{
  border-radius:20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  padding:18px; text-align:center;
}
.pc2-statN{ font-size:34px; font-weight:1000; }
.pc2-statL{ color:rgba(255,255,255,.78); font-weight:800; }

.pc2-commitGrid{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
@media(max-width:991px){ .pc2-commitGrid{ grid-template-columns:repeat(2,1fr);} }
@media(max-width:575px){ .pc2-commitGrid{ grid-template-columns:1fr;} }
.pc2-commitCard{
  border-radius:20px; padding:18px;
  background:#fff; border:1px solid rgba(2,6,23,.06);
  box-shadow:0 18px 50px rgba(2,6,23,.10);
}
.pc2-commitIcon{ width:46px; height:46px; display:grid; place-items:center; border-radius:16px;
  background:rgba(37,99,235,.10); color:#2563eb; font-weight:1000; margin-bottom:10px;
}
.pc2-commitCard h5{ margin:0 0 8px; font-weight:1000; }
.pc2-commitCard p{ margin:0; color:#64748b; font-weight:600; }

.pc2-faq details{
  background:#fff; border:1px solid rgba(2,6,23,.06);
  border-radius:16px; padding:12px 14px; margin-bottom:10px;
  box-shadow:0 12px 30px rgba(2,6,23,.08);
}
.pc2-faq summary{ cursor:pointer; font-weight:1000; }
.pc2-faq p{ margin:10px 0 0; color:#64748b; font-weight:600; }

.pc2-videoCard{
  background:#fff; border:1px solid rgba(2,6,23,.06);
  border-radius:20px; padding:16px;
  box-shadow:0 18px 50px rgba(2,6,23,.10);
}
.pc2-videoTitle{ font-weight:1000; margin-bottom:10px; }
.pc2-videoWrap{ position:relative; padding-top:56.25%; border-radius:16px; overflow:hidden; background:#0b1220; }
.pc2-videoWrap iframe{ position:absolute; inset:0; width:100%; height:100%; }

.pc2-clientGrid{
  display:grid; grid-template-columns:repeat(6,1fr); gap:12px;
}
@media(max-width:991px){ .pc2-clientGrid{ grid-template-columns:repeat(3,1fr);} }
@media(max-width:575px){ .pc2-clientGrid{ grid-template-columns:repeat(2,1fr);} }
.pc2-clientLogo{
  border-radius:16px; padding:18px;
  background:#fff; border:1px solid rgba(2,6,23,.06);
  box-shadow:0 12px 30px rgba(2,6,23,.08);
  text-align:center; font-weight:1000; color:#0f172a;
}

/* =============================
   VISIBILITY & HERO FIXES
   ============================= */

/* Force hero text visible */
.pc2-hero,
.pc2-hero *{
  color:#fff;
}

.pc2-hero .pc2-title{
  color:#fff !important;
  text-shadow:0 10px 26px rgba(0,0,0,.55);
}

/* Hero image containment */
.pc2-hero-frame{
  width:100%;
  max-width:560px;
  margin:auto;
  padding:14px;
  border-radius:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 22px 60px rgba(0,0,0,.32);
}

.pc2-hero-img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  border-radius:18px;
}

/* Dark section text fix */
.pc2-section-dark h1,
.pc2-section-dark h2,
.pc2-section-dark h3,
.pc2-section-dark p{
  color:#fff !important;
}

/* =============================
   HERO IMAGE SWAP (ADD THIS)
   ============================= */

.pc2-hero-swap{
  position: relative;
  overflow: hidden;
  min-height: 340px;
}

/* overlap both images + animate */
.pc2-hero-swap .pc2-swap{
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  object-fit: contain;
  border-radius: 18px;
  opacity: 0;
  transform: translateY(8px) scale(.99);
  animation: pc2FadeSwap 8s infinite;
}

/* delays so they alternate */
.pc2-hero-swap .pc2-swap-1{ animation-delay: 0s; }
.pc2-hero-swap .pc2-swap-2{ animation-delay: 4s; }

@keyframes pc2FadeSwap{
  0%   { opacity:0; transform: translateY(8px) scale(.99); }
  10%  { opacity:1; transform: translateY(0) scale(1); }
  45%  { opacity:1; transform: translateY(0) scale(1); }
  55%  { opacity:0; transform: translateY(-6px) scale(1); }
  100% { opacity:0; transform: translateY(-6px) scale(1); }
}

/* Remove code when issu */
/* ===== FIX: HERO GETTING HIDDEN UNDER HEADER ===== */

/* If your header is fixed/sticky, reserve space */
.pc2-hero{
  padding-top: 120px;  /* desktop */
}

/* for tablets */
@media (max-width: 991px){
  .pc2-hero{ padding-top: 110px; }
}

/* for mobile */
@media (max-width: 575px){
  .pc2-hero{ padding-top: 95px; }
}

/* ===== REAL FIX: SMART SERVICES GRID ===== */
.pc2-tilesGrid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  justify-content: center;
}


/* =============================
   MODERN FOOTER (ONSITEGO STYLE)
   ============================= */

.pc-footer{
  background:#070b14;
  color:#cbd5e1;
  font-size:14px;
}

.pc-footer-top{
  padding:70px 0 50px;
}

.pc-footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1.2fr;
  gap:40px;
}

@media(max-width:991px){
  .pc-footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:575px){
  .pc-footer-grid{
    grid-template-columns:1fr;
  }
}

.pc-footer-logo img{
  max-width:160px;
  margin-bottom:14px;
}

.pc-footer-desc{
  color:#94a3b8;
  line-height:1.6;
  margin-bottom:16px;
}

.pc-footer-col h5{
  color:#fff;
  font-weight:800;
  margin-bottom:14px;
}

.pc-footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.pc-footer-col ul li{
  margin-bottom:10px;
}

.pc-footer-col ul li a{
  color:#cbd5e1;
  text-decoration:none;
  transition:color .2s ease;
}

.pc-footer-col ul li a:hover{
  color:#38bdf8;
}

.pc-footer-contact li{
  display:flex;
  gap:10px;
  align-items:flex-start;
}

.pc-footer-contact i{
  color:#38bdf8;
  margin-top:4px;
}

.pc-footer-social{
  display:flex;
  gap:12px;
}

.pc-footer-social a{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.06);
  color:#fff;
  transition:all .2s ease;
}

.pc-footer-social a:hover{
  background:#38bdf8;
  color:#020617;
}

.pc-footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding:18px 0;
  text-align:center;
  color:#94a3b8;
}


/* =========================
   MODERN HEADER UPGRADE
   ========================= */

/* 1) Prevent content hiding behind fixed header */
body{ padding-top: 92px; } /* adjust if needed */

/* base header look */
.header_wrap.fixed-top{
  background: rgba(255,255,255,.92) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(2,6,23,.06);
  transition: box-shadow .25s ease, background .25s ease, padding .25s ease;
  z-index: 9999;
}

/* remove "transparent" feel if theme applies */
.header_wrap.transparent_header{
  background: rgba(255,255,255,.92) !important;
}

/* on scroll: stronger shadow */
.header_wrap.pc-scrolled{
  box-shadow: 0 14px 40px rgba(2,6,23,.10);
}

/* navbar spacing */
.header_wrap .navbar{
  padding: 10px 0 !important;
}

/* logo sizing (your wide logo) */
.header_wrap .navbar-brand img{
  max-height: 52px;
  width: auto;
}

/* nav links: bold + modern hover */
.header_wrap .navbar-nav .nav-link{
  font-weight: 900 !important;
  color: #0f172a !important;
  padding: 10px 14px !important;
  border-radius: 12px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.header_wrap .navbar-nav .nav-link:hover{
  background: rgba(37,99,235,.08);
  color: #2563eb !important;
  transform: translateY(-1px);
}

/* active item */
.header_wrap .navbar-nav .nav-link.active{
  color: #2563eb !important;
}

/* dropdown menu polish */
.header_wrap .dropdown-menu{
  border-radius: 16px;
  border: 1px solid rgba(2,6,23,.08);
  box-shadow: 0 20px 60px rgba(2,6,23,.14);
  padding: 10px;
  margin-top: 10px;
}

.header_wrap .dropdown-item{
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 800;
}

.header_wrap .dropdown-item:hover{
  background: rgba(37,99,235,.08);
  color: #2563eb;
}

/* Cart count polish */
.header_wrap .cart_count{
  background: #ef4444;
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: 12px;
  position: relative;
  top: -10px;
  left: -6px;
}

/* CTA button (Onsitego style) */
.pc-nav-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg,#2563eb,#0ea5e9);
  color:#fff !important;
  font-weight: 1000;
  text-decoration:none !important;
  margin-left: 12px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.pc-nav-cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 40px rgba(37,99,235,.28);
}

/* mobile: dropdown becomes a nice card */
@media(max-width:991px){
  body{ padding-top: 86px; }
  .header_wrap .navbar-collapse{
    background:#fff;
    border:1px solid rgba(2,6,23,.08);
    border-radius: 16px;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 18px 50px rgba(2,6,23,.10);
  }
}

/* =========================
   FIX: DROPDOWN BLACK BG (DESKTOP + MOBILE)
   ========================= */

/* Desktop dropdown background + text */
.header_wrap .dropdown-menu{
  background: #fff !important;
  color: #0f172a !important;
  border: 1px solid rgba(2,6,23,.08) !important;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(2,6,23,.14);
}

/* Your theme uses <div class="dropdown-menu"><ul>...</ul></div> */
.header_wrap .dropdown-menu ul{
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Items visibility */
.header_wrap .dropdown-menu .dropdown-item,
.header_wrap .dropdown-menu a{
  color: #0f172a !important;
  background: transparent !important;
  font-weight: 800;
}

/* Hover */
.header_wrap .dropdown-menu .dropdown-item:hover,
.header_wrap .dropdown-menu a:hover{
  background: rgba(37,99,235,.10) !important;
  color: #2563eb !important;
}

/* =========================
   FIX: MOBILE MENU PANEL DARK OVERLAY
   ========================= */
@media (max-width: 991px){
  .header_wrap .navbar-collapse{
    background: #fff !important;
  }

  .header_wrap .navbar-nav{
    background: #fff !important;
  }

  .header_wrap .navbar-nav .nav-link{
    color: #0f172a !important;
  }

  /* Mobile dropdown menu inside collapse */
  .header_wrap .navbar-nav .dropdown-menu{
    background: #fff !important;
    border: 1px solid rgba(2,6,23,.08) !important;
  }
}
